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
60e79d0f2c5b7474ebfcabc378f0a6d0705df6bf
4,056
cs
C#
Assets/Game/Scripts/Environment/Lighting/DayNightLightingSystem.cs
SamOatesJams/Ludum-Dare-46
6e7f24bfaa807889076583f81a6b72ae8dba4b97
[ "MIT" ]
null
null
null
Assets/Game/Scripts/Environment/Lighting/DayNightLightingSystem.cs
SamOatesJams/Ludum-Dare-46
6e7f24bfaa807889076583f81a6b72ae8dba4b97
[ "MIT" ]
null
null
null
Assets/Game/Scripts/Environment/Lighting/DayNightLightingSystem.cs
SamOatesJams/Ludum-Dare-46
6e7f24bfaa807889076583f81a6b72ae8dba4b97
[ "MIT" ]
null
null
null
using System; using System.Collections; using SamOatesGames.Systems; using UnityEngine; using UnityEngine.Experimental.Rendering.Universal; public class RequestDaytimeEvent : IEventAggregatorEvent { } public class RequestNighttimeEvent : IEventAggregatorEvent { } public class DayNightLightingSystem : Subscr...
32.709677
104
0.613412
5fe384b9c19ee0abbc0d52479988528a5dbc5384
489
cs
C#
Unity/GE2Examples/Assets/Scripts/Path.cs
C14427818/Games_Engines2
3429fa9c8689ec2fbbca265bea86485f0eccc4c2
[ "MIT" ]
null
null
null
Unity/GE2Examples/Assets/Scripts/Path.cs
C14427818/Games_Engines2
3429fa9c8689ec2fbbca265bea86485f0eccc4c2
[ "MIT" ]
null
null
null
Unity/GE2Examples/Assets/Scripts/Path.cs
C14427818/Games_Engines2
3429fa9c8689ec2fbbca265bea86485f0eccc4c2
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; public class Path : MonoBehaviour { private Waypoint[] points; public float radius; public Waypoint[] Points{ get { return points; } } //Before all void Awake (){ radius = 10f; points = new Waypoint[tr...
15.774194
71
0.550102
27a26a0d657a3892865e3478aa9ab9e412a54c9f
11,495
cs
C#
Mobile/Xamarin.Forms/Calculator/Calculator/tizen/CalculatorUnitTest/CalculatorImplTests.cs
aferin/Tizen-CSharp-Samples
3825f6aadbffa3e189844797cb73ca42f3ab6646
[ "Apache-2.0" ]
217
2017-09-08T04:33:50.000Z
2022-03-24T22:06:09.000Z
Mobile/Xamarin.Forms/Calculator/Calculator/tizen/CalculatorUnitTest/CalculatorImplTests.cs
aferin/Tizen-CSharp-Samples
3825f6aadbffa3e189844797cb73ca42f3ab6646
[ "Apache-2.0" ]
97
2017-10-26T10:31:13.000Z
2022-01-05T12:41:03.000Z
Mobile/Xamarin.Forms/Calculator/Calculator/tizen/CalculatorUnitTest/CalculatorImplTests.cs
aferin/Tizen-CSharp-Samples
3825f6aadbffa3e189844797cb73ca42f3ab6646
[ "Apache-2.0" ]
287
2017-09-04T04:59:22.000Z
2022-03-16T04:53:55.000Z
/* * Copyright (c) 2016 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or...
32.936963
92
0.364854
03371c8e1dc5fa089a5d6501b3e32f101d136502
756
cs
C#
src/namespacedoc.cs
Yortw/Yort.Humm.InStore
ae90bff54a95b458a8bc8349d561b6b8a6beeda8
[ "MIT" ]
null
null
null
src/namespacedoc.cs
Yortw/Yort.Humm.InStore
ae90bff54a95b458a8bc8349d561b6b8a6beeda8
[ "MIT" ]
null
null
null
src/namespacedoc.cs
Yortw/Yort.Humm.InStore
ae90bff54a95b458a8bc8349d561b6b8a6beeda8
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace Yort.Humm.InStore { /// <summary> /// Contains types useful for integration with the Humm (formerly Oxipay) API (for payments and refunds). /// See <a href="https://docs.shophumm.com.au/pos/getting-started/"/> for a description of the API...
47.25
317
0.771164
35908c64ea7da76cad681d855fd9c94fe42f28b0
1,932
cs
C#
LinqWutTests/LinqWutTests.cs
timabell/linq-wut
ab876119634c01c1e600e86b6644774a5d7a9a43
[ "MIT" ]
null
null
null
LinqWutTests/LinqWutTests.cs
timabell/linq-wut
ab876119634c01c1e600e86b6644774a5d7a9a43
[ "MIT" ]
null
null
null
LinqWutTests/LinqWutTests.cs
timabell/linq-wut
ab876119634c01c1e600e86b6644774a5d7a9a43
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using FluentAssertions; using LinqWut; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace LinqWutTests { [TestClass] public class LinqWutTests { [TestMethod] public void TestSingle_When_Multiple() { var list = ne...
33.894737
121
0.599379
5f11c9b0f3c6e3e9354f68634c708929acbcdf0b
1,910
cs
C#
templates/Watch/Pages/MapView.MVVMBasic/ViewModels/WatchItemNameViewModel.cs
Samsung/TizenTemplateStudio
434ed886b67f25b00501f5ce29523cc30f0304ca
[ "MIT" ]
6
2020-06-04T11:37:35.000Z
2022-02-16T23:49:23.000Z
templates/Watch/Pages/MapView.MVVMBasic/ViewModels/WatchItemNameViewModel.cs
Samsung/Tailor
434ed886b67f25b00501f5ce29523cc30f0304ca
[ "MIT" ]
3
2021-02-14T14:47:30.000Z
2021-02-18T05:11:50.000Z
templates/Watch/Pages/MapView.MVVMBasic/ViewModels/WatchItemNameViewModel.cs
Samsung/Tailor
434ed886b67f25b00501f5ce29523cc30f0304ca
[ "MIT" ]
null
null
null
using System; using System.Windows.Input; using Xamarin.Forms; using Tizen.Wearable.CircularUI.Forms; using Param_RootNamespace.Mvvm; namespace Param_RootNamespace.ViewModels { public partial class WatchItemNameViewModel : BaseViewModel { public WatchItemNameViewModel() { ClickBu...
26.901408
68
0.53089
b5515a4f54f73eeadcd612080800862c2b28a3ca
18,956
cs
C#
Playfield.cs
OuterGazer/Alien-Banjo-Attack
a0b8243f5e341b37ae25bdca150415218f2791b8
[ "MIT" ]
null
null
null
Playfield.cs
OuterGazer/Alien-Banjo-Attack
a0b8243f5e341b37ae25bdca150415218f2791b8
[ "MIT" ]
null
null
null
Playfield.cs
OuterGazer/Alien-Banjo-Attack
a0b8243f5e341b37ae25bdca150415218f2791b8
[ "MIT" ]
null
null
null
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Media; using System; using System.Collections.Generi...
42.031042
164
0.447457
055f97e14e7cceb16e8e9b2ff8a8d3a071020220
605
cs
C#
TCG/Assets/_Scripts/Gameplay/GameEvent/EventTypes/StrikeEvent.cs
SKhorozian/TCG
84c84c8557d6572ff3ce7afcb14b31d46d64d6a9
[ "MIT" ]
1
2021-07-29T03:40:22.000Z
2021-07-29T03:40:22.000Z
TCG/Assets/_Scripts/Gameplay/GameEvent/EventTypes/StrikeEvent.cs
SKhorozian/TCG
84c84c8557d6572ff3ce7afcb14b31d46d64d6a9
[ "MIT" ]
null
null
null
TCG/Assets/_Scripts/Gameplay/GameEvent/EventTypes/StrikeEvent.cs
SKhorozian/TCG
84c84c8557d6572ff3ce7afcb14b31d46d64d6a9
[ "MIT" ]
null
null
null
public class StrikeEvent : GameEvent { UnitCardInstance striker; UnitCardInstance target; Damage damage; public StrikeEvent(Player player, int turnNumber, UnitCardInstance striker, UnitCardInstance target, Damage damage) : base(player, turnNumber) { this.eventType = EventType.Strike; ...
31.842105
146
0.671074
cc8b94af378ff97b8766dcb2886bff92a02e8295
4,433
cs
C#
TestMagnatBL/Position/PositionMySql.cs
ZakharovVasily/TestMagnat
cb067c33b3ccfb39775c17e7fc4023685cbedf32
[ "MIT" ]
null
null
null
TestMagnatBL/Position/PositionMySql.cs
ZakharovVasily/TestMagnat
cb067c33b3ccfb39775c17e7fc4023685cbedf32
[ "MIT" ]
null
null
null
TestMagnatBL/Position/PositionMySql.cs
ZakharovVasily/TestMagnat
cb067c33b3ccfb39775c17e7fc4023685cbedf32
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Windows.Forms; using MySql.Data.MySqlClient; using TestMagnatBL.Users.Employee; namespace TestMagnatBL { public class PositionMySql { private readonly MySqlConnect _connect; public PositionMySql() { _connect = new MySqlConnect...
33.583333
122
0.501466
52512a35a919242c29766d44b5459410c880b979
205
cs
C#
LibCommon/Enums/DeviceNetworkType.cs
NanoFabricFX/AKStream
f1f81669a771878f73d73947e90b536e55bfd2c8
[ "MIT" ]
417
2020-12-18T02:11:25.000Z
2022-03-31T06:56:53.000Z
LibCommon/Enums/DeviceNetworkType.cs
NanoFabricFX/AKStream
f1f81669a771878f73d73947e90b536e55bfd2c8
[ "MIT" ]
44
2020-12-27T02:44:32.000Z
2022-02-19T08:32:39.000Z
LibCommon/Enums/DeviceNetworkType.cs
NanoFabricFX/AKStream
f1f81669a771878f73d73947e90b536e55bfd2c8
[ "MIT" ]
138
2020-12-31T03:02:35.000Z
2022-03-29T12:27:33.000Z
using System; namespace LibCommon.Enums { /// <summary> /// 设备网络类型 /// </summary> [Serializable] public enum DeviceNetworkType { Mobile, //移动网络 Fixed //固定网络 } }
14.642857
33
0.546341
1ea41ba63277ac75501e47cc8eba361bc0bf9a50
1,477
cs
C#
src/StockExchange.Business/Indicators/VptIndicator.cs
bartosz-wozniak/StockExchangeInvestor
a1649fae8aa81a82b26ab063e0c42189a9aec5d0
[ "MIT" ]
null
null
null
src/StockExchange.Business/Indicators/VptIndicator.cs
bartosz-wozniak/StockExchangeInvestor
a1649fae8aa81a82b26ab063e0c42189a9aec5d0
[ "MIT" ]
null
null
null
src/StockExchange.Business/Indicators/VptIndicator.cs
bartosz-wozniak/StockExchangeInvestor
a1649fae8aa81a82b26ab063e0c42189a9aec5d0
[ "MIT" ]
null
null
null
using StockExchange.Business.Indicators.Common; using StockExchange.Business.Models.Indicators; using StockExchange.DataAccess.Models; using System.Collections.Generic; namespace StockExchange.Business.Indicators { /// <summary> /// Volume Price Trend technical indicator /// </summary> [StrategyIgnore...
32.108696
134
0.595802
3d495b9805f5bdcd1cec978f236ea8c21fdbd180
89
cs
C#
Extension/ReplyExtension.cs
Spinariaz/DSharpPlusBot
3ca70b3b9cc1a4cef9ac41a852c703298b814959
[ "MIT" ]
null
null
null
Extension/ReplyExtension.cs
Spinariaz/DSharpPlusBot
3ca70b3b9cc1a4cef9ac41a852c703298b814959
[ "MIT" ]
null
null
null
Extension/ReplyExtension.cs
Spinariaz/DSharpPlusBot
3ca70b3b9cc1a4cef9ac41a852c703298b814959
[ "MIT" ]
null
null
null
namespace DSharpPlusBot.Extension { public static class ReplyExtension { } }
14.833333
38
0.696629
3d886b3248a15bf2cb689512b6452c1da32a5997
499
cs
C#
src/Xamarin.Forms.Labs/Plugins/Charting/Xamarin.Forms.Labs.Charting/Events/TextDrawingData.cs
XpiritBV/Xamarin-Forms-Labs
7da8ff79e73a81270db3fc09cddd0122da561b2b
[ "Apache-2.0" ]
1
2021-07-08T04:27:15.000Z
2021-07-08T04:27:15.000Z
src/Xamarin.Forms.Labs/Plugins/Charting/Xamarin.Forms.Labs.Charting/Events/TextDrawingData.cs
GGHG72/Xamarin-Forms-Labs
dc38af3821643642ee478245e63f8fbf4b3d9f99
[ "Apache-2.0" ]
null
null
null
src/Xamarin.Forms.Labs/Plugins/Charting/Xamarin.Forms.Labs.Charting/Events/TextDrawingData.cs
GGHG72/Xamarin-Forms-Labs
dc38af3821643642ee478245e63f8fbf4b3d9f99
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Xamarin.Forms.Labs.Charting.Events { public class TextDrawingData { public double X { get; set; } public double Y { get; set; } public string Text {...
21.695652
64
0.55511
4fa1b5cca5fe315e3ac29e1b5ada3bed48b865ec
335
cs
C#
experimental/SvgXml.Svg/Text/SvgTextSpan.cs
benjaminZale/Svg.Skia
0d310631003d72e7e0008a51380b36660322d88f
[ "MIT" ]
null
null
null
experimental/SvgXml.Svg/Text/SvgTextSpan.cs
benjaminZale/Svg.Skia
0d310631003d72e7e0008a51380b36660322d88f
[ "MIT" ]
null
null
null
experimental/SvgXml.Svg/Text/SvgTextSpan.cs
benjaminZale/Svg.Skia
0d310631003d72e7e0008a51380b36660322d88f
[ "MIT" ]
null
null
null
using SvgXml.Svg.Attributes; using SvgXml.Xml.Attributes; namespace SvgXml.Svg.Text { [Element("tspan")] public class SvgTextSpan : SvgTextPositioning, ISvgCommonAttributes, ISvgPresentationAttributes, ISvgTestsAttributes, ISvgStylableAttributes, ISvgResourcesAttributes...
20.9375
50
0.692537
3ee4a5831b50179a841b0aeb72820951db6b55cf
254
cs
C#
src/DevEngine.Core/IConsoleLogger.cs
pascx64/DevEngine
f5ec034f2c3ba12a79eccf57f0857561931ab6de
[ "MIT" ]
null
null
null
src/DevEngine.Core/IConsoleLogger.cs
pascx64/DevEngine
f5ec034f2c3ba12a79eccf57f0857561931ab6de
[ "MIT" ]
null
null
null
src/DevEngine.Core/IConsoleLogger.cs
pascx64/DevEngine
f5ec034f2c3ba12a79eccf57f0857561931ab6de
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DevEngine.Core { public interface IConsoleLogger { void StartLogging(); void StopLogging(); } }
14.941176
35
0.69685
fcf5153e9f16efcf2a1d7136d60dfc392cdd7c04
14,644
cs
C#
SyslogServer/Form3.Designer.cs
markhazelwood/Syslog-Server
53a618285b34ff2be5fd836aedd8ca15d0398379
[ "MIT" ]
1
2021-01-14T21:24:47.000Z
2021-01-14T21:24:47.000Z
SyslogServer/Form3.Designer.cs
markhazelwood/Syslog-Server
53a618285b34ff2be5fd836aedd8ca15d0398379
[ "MIT" ]
null
null
null
SyslogServer/Form3.Designer.cs
markhazelwood/Syslog-Server
53a618285b34ff2be5fd836aedd8ca15d0398379
[ "MIT" ]
1
2020-06-01T21:01:28.000Z
2020-06-01T21:01:28.000Z
/* * Created by SharpDevelop. * User: mark * Date: 11/4/2019 * Time: 12:49 PM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ namespace SyslogServer { partial class Form3 { /// <summary> /// Designer variable used to keep track of non-visual components. ...
36.337469
102
0.672835
963e73cea65e4d25a6b3afa2e691477f5e6bab7e
10,194
cs
C#
Assets/MLIOT/Scripts/MQTT_UIFunctions.cs
augustluhrs/M2MqttUnity
fac46873cd7a47315d09cc43e0472d280341332b
[ "MIT" ]
null
null
null
Assets/MLIOT/Scripts/MQTT_UIFunctions.cs
augustluhrs/M2MqttUnity
fac46873cd7a47315d09cc43e0472d280341332b
[ "MIT" ]
null
null
null
Assets/MLIOT/Scripts/MQTT_UIFunctions.cs
augustluhrs/M2MqttUnity
fac46873cd7a47315d09cc43e0472d280341332b
[ "MIT" ]
null
null
null
/* The MIT License (MIT) Copyright (c) 2018 Giovanni Paolo Vigano' 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, modif...
31.85625
148
0.548754
1f93b07f53a723fca45e2cdc4459ef5a6b2ebe25
6,815
cs
C#
EscenarioDelReto/Assets/Scripts/Handler.cs
JosueCano143/modeladoDeSistemasMultiagentes
9df14686a851627bb705c0cf9d488b2c4426c5cf
[ "MIT" ]
null
null
null
EscenarioDelReto/Assets/Scripts/Handler.cs
JosueCano143/modeladoDeSistemasMultiagentes
9df14686a851627bb705c0cf9d488b2c4426c5cf
[ "MIT" ]
null
null
null
EscenarioDelReto/Assets/Scripts/Handler.cs
JosueCano143/modeladoDeSistemasMultiagentes
9df14686a851627bb705c0cf9d488b2c4426c5cf
[ "MIT" ]
1
2022-03-29T01:15:03.000Z
2022-03-29T01:15:03.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; using System.Net; using System.Net.Sockets; using System.Threading; using Random=UnityEngine.Random; public class Handler : MonoBehaviour { // Inicialización de variables. public GameObject[] carPrefab; public Game...
33.905473
164
0.560675
38a17092da85ecc58d922b6ba6c54bc3e0ca7e41
4,767
cs
C#
src/go-src-converted/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64_statfs_freebsd11_tStruct.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
249
2018-06-02T10:42:32.000Z
2022-03-23T20:54:45.000Z
src/go-src-converted/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64_statfs_freebsd11_tStruct.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
14
2019-01-22T18:55:14.000Z
2022-03-13T21:26:45.000Z
src/go-src-converted/cmd/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64_statfs_freebsd11_tStruct.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
35
2018-08-01T18:04:30.000Z
2022-02-23T03:25:25.000Z
//--------------------------------------------------------- // <auto-generated> // This code was generated by a tool. Changes to this // file may cause incorrect behavior and will be lost // if the code is regenerated. // // Generated on 2020 October 09 06:00:32 UTC // </auto-generated> //--------------...
44.138889
612
0.585693
f06c3e5141e779acc78e8638880dd93d92545b34
700
cs
C#
TellStoryTogether/Migrations/201810052109023_GenreAddedToArticle.cs
aryan-firouzian/TellStory
f2a78a72f0b566502848d652a95a4d8570c040fd
[ "Unlicense" ]
null
null
null
TellStoryTogether/Migrations/201810052109023_GenreAddedToArticle.cs
aryan-firouzian/TellStory
f2a78a72f0b566502848d652a95a4d8570c040fd
[ "Unlicense" ]
null
null
null
TellStoryTogether/Migrations/201810052109023_GenreAddedToArticle.cs
aryan-firouzian/TellStory
f2a78a72f0b566502848d652a95a4d8570c040fd
[ "Unlicense" ]
null
null
null
namespace TellStoryTogether.Migrations { using System; using System.Data.Entity.Migrations; public partial class GenreAddedToArticle : DbMigration { public override void Up() { AddColumn("dbo.Article", "Genre_GenreId", c => c.Int()); CreateIndex("dbo.Article"...
30.434783
82
0.575714
f06deb20967888536a7462f0313163cd6f44d225
771
cs
C#
src/UI/JSC_LSM.UI/Models/FeedbackDetailsViewModel.cs
ashishneosoftmail/JSC_LMS
e07ce6f934bd764171bc6b381708371ef2838b78
[ "Apache-2.0" ]
null
null
null
src/UI/JSC_LSM.UI/Models/FeedbackDetailsViewModel.cs
ashishneosoftmail/JSC_LMS
e07ce6f934bd764171bc6b381708371ef2838b78
[ "Apache-2.0" ]
null
null
null
src/UI/JSC_LSM.UI/Models/FeedbackDetailsViewModel.cs
ashishneosoftmail/JSC_LMS
e07ce6f934bd764171bc6b381708371ef2838b78
[ "Apache-2.0" ]
null
null
null
using JSC_LMS.Application.Features.Feedback.Queries.GetFeedbackList; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace JSC_LSM.UI.Models { public class FeedbackDetailsViewModel { public int Id { get; set; } public string Type { ...
25.7
69
0.638132
877c8bc160966154b8169ab9636386c2c8458502
13,550
cs
C#
crypto/test/src/crypto/test/Blake2bDigestTest.cs
TangoCS/BouncyCastle
33af363056713b1d5d8fcdd93df155e8b1a31d51
[ "MIT" ]
null
null
null
crypto/test/src/crypto/test/Blake2bDigestTest.cs
TangoCS/BouncyCastle
33af363056713b1d5d8fcdd93df155e8b1a31d51
[ "MIT" ]
null
null
null
crypto/test/src/crypto/test/Blake2bDigestTest.cs
TangoCS/BouncyCastle
33af363056713b1d5d8fcdd93df155e8b1a31d51
[ "MIT" ]
null
null
null
using System; using System.Text; using NUnit.Framework; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Crypto.Tests { [TestFixture] public class Blake2bDigestTest : Si...
41.564417
529
0.613948
5b5f52bb7fc0da259450bc2c220d31e093a72583
1,893
cs
C#
src/Cake.Issues.PullRequests.Tests/OrchestratorForIssueProvidersFixture.cs
janniksam/Cake.Issues.PullRequests
324e1c75e78a3ace447162d45bcebb99e39a1081
[ "MIT" ]
5
2018-09-03T11:29:48.000Z
2020-07-18T16:44:23.000Z
src/Cake.Issues.PullRequests.Tests/OrchestratorForIssueProvidersFixture.cs
janniksam/Cake.Issues.PullRequests
324e1c75e78a3ace447162d45bcebb99e39a1081
[ "MIT" ]
125
2017-08-21T11:08:17.000Z
2021-12-08T13:02:33.000Z
src/Cake.Issues.PullRequests.Tests/OrchestratorForIssueProvidersFixture.cs
pascalberger/Cake.Issues
1c3da536a07d96d5b132f0888b4259c8b0efe195
[ "MIT" ]
13
2017-10-02T09:20:24.000Z
2022-03-01T10:17:27.000Z
namespace Cake.Issues.PullRequests.Tests { using System; using System.Collections.Generic; using Cake.Core.Diagnostics; using Cake.Issues.Testing; using Cake.Testing; internal class OrchestratorForIssueProvidersFixture { public OrchestratorForIssueProvidersFixture() : th...
33.803571
133
0.638141
aebfde01fd845169ea609fb5f53c8c1847964223
2,779
cs
C#
dnSpy/Files/TreeView/RootNode.cs
haise0/reAtomizer
d67148e78544a958d507614b6b4a5d9e297c8237
[ "MIT" ]
1
2021-03-27T04:32:12.000Z
2021-03-27T04:32:12.000Z
dnSpy/Files/TreeView/RootNode.cs
blackunixteam/dnSpy
009c932f7bf1e8bcc6e6cf4e33cebb56c4aeb757
[ "MIT" ]
null
null
null
dnSpy/Files/TreeView/RootNode.cs
blackunixteam/dnSpy
009c932f7bf1e8bcc6e6cf4e33cebb56c4aeb757
[ "MIT" ]
1
2021-03-27T04:43:41.000Z
2021-03-27T04:43:41.000Z
/* Copyright (C) 2014-2016 de4dot@gmail.com This file is part of dnSpy dnSpy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any late...
28.947917
124
0.722202
e723da09d0492b89ba937f33222cdfc50604445c
3,982
cs
C#
LLVMIRGenerationVisitor.cs
mjsabby/MiniSharp-old
195459f1341761abf06b376836f64d2c0936dff6
[ "MIT" ]
1
2019-10-28T16:19:22.000Z
2019-10-28T16:19:22.000Z
LLVMIRGenerationVisitor.cs
mjsabby/MiniSharp-old
195459f1341761abf06b376836f64d2c0936dff6
[ "MIT" ]
null
null
null
LLVMIRGenerationVisitor.cs
mjsabby/MiniSharp-old
195459f1341761abf06b376836f64d2c0936dff6
[ "MIT" ]
null
null
null
namespace MiniSharpCompiler { using System.Collections.Generic; using LLVMSharp; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; public partial class LLVMIRGenerationVisitor : CSharpSyntaxWalker { private static readonl...
34.327586
137
0.612255
e7dc50c456b2d286c65039908a96e59988a49649
7,147
cs
C#
Objects/Address.cs
DataJuggler/Excelerate.WinForms.Demo
91867cf0364fd31bf6cf7ed0b0ff9dc50ebd17f9
[ "MIT" ]
null
null
null
Objects/Address.cs
DataJuggler/Excelerate.WinForms.Demo
91867cf0364fd31bf6cf7ed0b0ff9dc50ebd17f9
[ "MIT" ]
null
null
null
Objects/Address.cs
DataJuggler/Excelerate.WinForms.Demo
91867cf0364fd31bf6cf7ed0b0ff9dc50ebd17f9
[ "MIT" ]
null
null
null
#region using statements using DataJuggler.Excelerate; using DataJuggler.Net6; using DataJuggler.UltimateHelper; using System; #endregion namespace Demo.Objects { #region class Address public class Address { #region Private Variables private string city; private int id; ...
27.70155
121
0.425773
f169ee209e20c19f7e5585f7f2dc074844414d94
7,785
cs
C#
Assets/MuseumExplorerSDK/ME-Core/Tracking/ViewPointManager.cs
ututrc/ME-UnitySDK
af76065ee62483ef37db7e56809c23a8d14bbfdd
[ "MIT" ]
2
2020-07-16T05:06:42.000Z
2020-09-26T08:41:40.000Z
Assets/MuseumExplorerSDK/ME-Core/Tracking/ViewPointManager.cs
ututrc/ME-UnitySDK
af76065ee62483ef37db7e56809c23a8d14bbfdd
[ "MIT" ]
null
null
null
Assets/MuseumExplorerSDK/ME-Core/Tracking/ViewPointManager.cs
ututrc/ME-UnitySDK
af76065ee62483ef37db7e56809c23a8d14bbfdd
[ "MIT" ]
1
2018-11-02T20:09:55.000Z
2018-11-02T20:09:55.000Z
using UnityEngine; using System.Collections.Generic; using System.Linq; using System; using AR.Core; using AR.Geolocation; namespace AR.Tracking { public class ViewPointManager : ManagerBase<ViewPointManager> { //public bool unloadDistantTrackables = false; //public double unloadViewpointDistan...
33.701299
173
0.500064
9cd2dc2e466d240ca9547bdd3dbf5aa3126ac4a6
7,835
cs
C#
src/Notifyre/Services/Fax/FaxSend/FaxSendService.cs
gologicgroup/notifyre-dotnet-sdk
dc5aafd648ec415ff8c2fa9990bb77d63ffb59a7
[ "Apache-2.0" ]
2
2022-03-18T23:11:17.000Z
2022-03-18T23:11:29.000Z
src/Notifyre/Services/Fax/FaxSend/FaxSendService.cs
gologicgroup/notifyre-dotnet-sdk
dc5aafd648ec415ff8c2fa9990bb77d63ffb59a7
[ "Apache-2.0" ]
null
null
null
src/Notifyre/Services/Fax/FaxSend/FaxSendService.cs
gologicgroup/notifyre-dotnet-sdk
dc5aafd648ec415ff8c2fa9990bb77d63ffb59a7
[ "Apache-2.0" ]
1
2022-03-18T23:11:30.000Z
2022-03-18T23:11:30.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Notifyre.Constants; using Notifyre.Infrastructure.Utils; using Notifyre.Interfaces; using Notifyre.Models; using Notifyre.Services.Fax.FaxSend.SubmitFax.GetDocumentStatus; usi...
45.818713
178
0.608041
fabbbcc0550e3a87de74899418a5c547bc3bb26a
1,473
cs
C#
C# TechModule January 2019/ObjectsAndClases/Students/Program.cs
BorislavVladimirov/C-Software-University
d7f0f10d9e33590706869b2f02d9ab22ae6673ea
[ "MIT" ]
null
null
null
C# TechModule January 2019/ObjectsAndClases/Students/Program.cs
BorislavVladimirov/C-Software-University
d7f0f10d9e33590706869b2f02d9ab22ae6673ea
[ "MIT" ]
null
null
null
C# TechModule January 2019/ObjectsAndClases/Students/Program.cs
BorislavVladimirov/C-Software-University
d7f0f10d9e33590706869b2f02d9ab22ae6673ea
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; namespace Students { class Student { public string FirstName { get; set; } public string LastName { get; set; } public int Age { get; set; } public string HomeTown { get; set; } } class Program { ...
26.781818
103
0.493551
4f1882dcab02530acceb9726ddf1594d13838e5e
431
cs
C#
Sample/Sample/Models/Actor.cs
scriptBoris/DataGridSam
e1cef0cfc77d9348835de9a55276797bd1858297
[ "MIT" ]
14
2019-11-12T13:54:01.000Z
2021-09-12T08:17:07.000Z
Sample/Sample/Models/Actor.cs
scriptBoris/DataGridSam
e1cef0cfc77d9348835de9a55276797bd1858297
[ "MIT" ]
7
2020-02-21T21:15:32.000Z
2022-02-17T04:55:56.000Z
Sample/Sample/Models/Actor.cs
scriptBoris/DataGridSam
e1cef0cfc77d9348835de9a55276797bd1858297
[ "MIT" ]
2
2020-04-07T17:13:34.000Z
2022-01-20T10:03:01.000Z
using Sample.Core; using System; using System.Collections.Generic; using System.Text; namespace Sample.Models { public class Actor : BaseNotify { public string PhotoUrl { get; set; } public string Name { get; set; } public string Family { get; set; } public string FamousRole { ...
23.944444
47
0.62645
7887c1d7f64c3e79338e5c0f354c9a2fe91fdb19
629
cs
C#
src/Apps/WurmAssistant/WurmAssistant3/Areas/CombatAssistant/Data/Combat/Focus.cs
cts-randrid/WurmAssistant3
6387cf6f6235361e316658e5c28952d3839eeaaa
[ "MIT" ]
2
2020-05-20T09:27:25.000Z
2022-03-12T17:32:02.000Z
src/Apps/WurmAssistant/WurmAssistant3/Areas/CombatAssistant/Data/Combat/Focus.cs
cts-randrid/WurmAssistant3
6387cf6f6235361e316658e5c28952d3839eeaaa
[ "MIT" ]
2
2020-12-16T07:13:24.000Z
2021-01-09T17:31:12.000Z
src/Apps/WurmAssistant/WurmAssistant3/Areas/CombatAssistant/Data/Combat/Focus.cs
cts-randrid/WurmAssistant3
6387cf6f6235361e316658e5c28952d3839eeaaa
[ "MIT" ]
7
2019-08-09T16:01:26.000Z
2021-01-31T13:42:09.000Z
namespace AldursLab.WurmAssistant3.Areas.CombatAssistant.Data.Combat { public class Focus { public FocusLevel FocusLevel { get; set; } public void LowerByOneLevel() { var newLvl = (int) FocusLevel - 1; if (newLvl < 0) newLvl = 0; FocusLevel = (FocusL...
21.689655
69
0.523052
c8c8d998886b386fa98f91b3c7b8798104aab297
532
cs
C#
LemonadeStand/Player.cs
rzh1999/LemonadeStandProject
57d489a3179591f89ce3bac8515b722f55c04a41
[ "MIT" ]
null
null
null
LemonadeStand/Player.cs
rzh1999/LemonadeStandProject
57d489a3179591f89ce3bac8515b722f55c04a41
[ "MIT" ]
null
null
null
LemonadeStand/Player.cs
rzh1999/LemonadeStandProject
57d489a3179591f89ce3bac8515b722f55c04a41
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LemonadeStand { class Player { public string name; public Inventory inventory; public Wallet wallet; public Recipie recipie; public Pitcher pitc...
19.703704
45
0.578947
c8fb67603f81fd4c196617ebb19a79b423187f1b
973
cs
C#
Example/Scripts/ExampleGameManager.cs
LaudateCorpus1/LockstepFramework
5b54976dcc8cc4410524a9b9a46841e825c6d58c
[ "MIT" ]
1,167
2016-01-06T07:46:01.000Z
2022-03-31T06:32:24.000Z
Example/Scripts/ExampleGameManager.cs
voody2506/LockstepFramework
1ef1e90939b417896bcd63330c1535e332d7f35b
[ "MIT" ]
63
2016-01-06T09:07:09.000Z
2020-09-30T10:36:23.000Z
Example/Scripts/ExampleGameManager.cs
voody2506/LockstepFramework
1ef1e90939b417896bcd63330c1535e332d7f35b
[ "MIT" ]
364
2016-01-17T13:26:22.000Z
2022-03-02T09:01:40.000Z
using UnityEngine; using UnityEngine.SceneManagement; namespace Lockstep.Example { public class ExampleGameManager : GameManager { static Replay LastSave = new Replay(); // public static void LoadLevel (string levelName) { // LockstepManager.Deactivate (); // SceneManager.LoadS...
22.113636
101
0.652621
1ac401c315fe6a13e7449294306a5fb164c0fe3b
451
cs
C#
src/Jasper/Messaging/Transports/Receiving/IReceiverCallback.cs
SVemulapalli/jasper
8e648a9ea2ae8c8c2475ad7a934c98f29c711bc3
[ "MIT" ]
null
null
null
src/Jasper/Messaging/Transports/Receiving/IReceiverCallback.cs
SVemulapalli/jasper
8e648a9ea2ae8c8c2475ad7a934c98f29c711bc3
[ "MIT" ]
null
null
null
src/Jasper/Messaging/Transports/Receiving/IReceiverCallback.cs
SVemulapalli/jasper
8e648a9ea2ae8c8c2475ad7a934c98f29c711bc3
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; using Jasper.Messaging.Runtime; using Jasper.Messaging.Transports.Tcp; namespace Jasper.Messaging.Transports.Receiving { public interface IReceiverCallback { Task<ReceivedStatus> Received(Uri uri, Envelope[] messages); Task Acknowledged(Envelope[] me...
28.1875
68
0.731707
5aab0ad7ca74f25620dd1952e1c4cd9b0865cf15
22,511
cs
C#
Purchasing.Tests/ServiceTests/OrderAccessServiceTests/OrderAccessServiceTestsInit.cs
ucdavis/Purchasing
7c30a8060b564be27698aaf28bd3008d56c2fbd7
[ "MIT" ]
1
2017-11-25T22:56:10.000Z
2017-11-25T22:56:10.000Z
Purchasing.Tests/ServiceTests/OrderAccessServiceTests/OrderAccessServiceTestsInit.cs
ucdavis/Purchasing
7c30a8060b564be27698aaf28bd3008d56c2fbd7
[ "MIT" ]
127
2016-07-21T21:08:35.000Z
2022-03-15T20:38:05.000Z
Purchasing.Tests/ServiceTests/OrderAccessServiceTests/OrderAccessServiceTestsInit.cs
ucdavis/Purchasing
7c30a8060b564be27698aaf28bd3008d56c2fbd7
[ "MIT" ]
2
2016-12-07T16:51:26.000Z
2017-11-25T22:57:02.000Z
//using System; //using System.Collections.Generic; //using System.Linq; //using Microsoft.VisualStudio.TestTools.UnitTesting; //using Purchasing.Core; //using Purchasing.Core.Domain; //using Purchasing.Tests.Core; //using Purchasing.Mvc.Services; //using Rhino.Mocks; //using UCDArch.Core.PersistanceSupport; //using U...
43.881092
181
0.588335
d8c28f1730a5d543be412fdecd5764db7939c5e7
882
cs
C#
src/SmartSql/Configuration/Tags/Where.cs
XiaoHeitu/SmartSql
1458a7536ec0de57098e947638eb3ea7117adbc8
[ "Apache-2.0" ]
596
2019-04-15T07:12:57.000Z
2022-03-25T04:45:02.000Z
src/SmartSql/Configuration/Tags/Where.cs
XiaoHeitu/SmartSql
1458a7536ec0de57098e947638eb3ea7117adbc8
[ "Apache-2.0" ]
94
2019-04-15T07:57:37.000Z
2022-01-10T18:03:01.000Z
src/SmartSql/Configuration/Tags/Where.cs
XiaoHeitu/SmartSql
1458a7536ec0de57098e947638eb3ea7117adbc8
[ "Apache-2.0" ]
156
2019-04-15T07:29:57.000Z
2022-03-10T10:08:34.000Z
using System; using System.Collections.Generic; using System.Text; using System.Linq; namespace SmartSql.Configuration.Tags { public class Where : Dynamic { public override string Prepend => "Where"; public override bool IsCondition(AbstractRequestContext context) { bool pa...
25.941176
72
0.478458
a3c36ab06309811e5187cba193fc37562f42d388
13,520
cs
C#
C-Sharp/frmBlockTestSelect.cs
nodoid/PointOfSale
74fa299fca5002835b0af2f507f01393055b73ff
[ "MIT" ]
10
2018-03-23T09:32:10.000Z
2022-01-15T16:40:17.000Z
C-Sharp/frmBlockTestSelect.cs
micos100612/PointOfSale
74fa299fca5002835b0af2f507f01393055b73ff
[ "MIT" ]
1
2017-10-05T08:48:10.000Z
2017-10-05T08:48:10.000Z
C-Sharp/frmBlockTestSelect.cs
micos100612/PointOfSale
74fa299fca5002835b0af2f507f01393055b73ff
[ "MIT" ]
7
2017-12-29T02:54:01.000Z
2021-09-30T14:28:29.000Z
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using Sy...
55.867769
664
0.727885
58c927324046fc838bebb59088f922fa2abd278f
1,414
cs
C#
src/Kebler.Services/Converters/PieceToImage.cs
T1me/Kebler
2dff098e934a9ed6c04c1569aac1b9ee6418cf77
[ "Apache-2.0" ]
9
2021-09-21T18:06:00.000Z
2022-01-23T23:18:15.000Z
src/Kebler.Services/Converters/PieceToImage.cs
T1me/Kebler
2dff098e934a9ed6c04c1569aac1b9ee6418cf77
[ "Apache-2.0" ]
13
2020-10-15T14:31:44.000Z
2020-10-15T14:35:34.000Z
src/Kebler.Services/Converters/PieceToImage.cs
T1me/Kebler
2dff098e934a9ed6c04c1569aac1b9ee6418cf77
[ "Apache-2.0" ]
2
2021-11-12T22:34:00.000Z
2022-01-10T19:26:52.000Z
using System; using System.Globalization; using System.Windows; using System.Windows.Data; using System.Windows.Interop; using System.Windows.Media.Imaging; namespace Kebler.Services.Converters { public class PieceToImage : IMultiValueConverter { public object Convert(object[] values, Type targetType,...
34.487805
109
0.536068
0236547a462ab097f09c76ffa1c62509bdb936fa
262
cs
C#
Assets/Scripts/GameFlow/AbTest/Settings/ProposalAvailabilitySettings.cs
TheProxor/code-samples-from-pg
e9930f7fe4cf13e082556362db8ccf2172f70906
[ "Unlicense" ]
null
null
null
Assets/Scripts/GameFlow/AbTest/Settings/ProposalAvailabilitySettings.cs
TheProxor/code-samples-from-pg
e9930f7fe4cf13e082556362db8ccf2172f70906
[ "Unlicense" ]
null
null
null
Assets/Scripts/GameFlow/AbTest/Settings/ProposalAvailabilitySettings.cs
TheProxor/code-samples-from-pg
e9930f7fe4cf13e082556362db8ccf2172f70906
[ "Unlicense" ]
2
2021-04-14T12:53:52.000Z
2021-04-24T06:59:52.000Z
using System; namespace Drawmasters.AbTesting { [Serializable] public class ProposalAvailabilitySettings { public int triggerDay = default; public float cooldownSeconds = default; public int cooldownLevels = default; } }
20.153846
47
0.687023
02c880372a963ea94685cddb84227c92a0ab19cf
316
cs
C#
src/CheckoutSdk/Common/MarketplaceDataSubEntity.cs
checkout/checkout-sdk-net
0838786600bac0677d7f6d09ade031c05dca118c
[ "MIT" ]
13
2018-09-28T15:14:26.000Z
2022-02-14T16:45:48.000Z
src/CheckoutSdk/Common/MarketplaceDataSubEntity.cs
checkout/checkout-sdk-net
0838786600bac0677d7f6d09ade031c05dca118c
[ "MIT" ]
76
2018-09-29T09:06:43.000Z
2022-03-30T05:19:58.000Z
src/CheckoutSdk/Common/MarketplaceDataSubEntity.cs
checkout/checkout-sdk-net
0838786600bac0677d7f6d09ade031c05dca118c
[ "MIT" ]
12
2018-10-01T16:04:03.000Z
2022-02-17T14:16:28.000Z
namespace Checkout.Common { public class MarketplaceDataSubEntity { public string Id { get; set; } public long? Amount { get; set; } public class Comission { public long? Amount { get; set; } public double Percentage { get; set; } } } }
19.75
50
0.537975
5ad855cfd5531c22facf6a12eac2652789233459
223
cshtml
C#
NET Microservices/notification-service/CloudConsult.Notification.Api/Templates/Consultation/ConsultationRejectedDoctorEmail.cshtml
devntofficial/CloudConsultRC
3461c9a00b68ae3829ebe48158f0d113d1e33263
[ "MIT" ]
1
2021-11-12T06:00:15.000Z
2021-11-12T06:00:15.000Z
NET Microservices/notification-service/CloudConsult.Notification.Api/Templates/Consultation/ConsultationRejectedDoctorEmail.cshtml
devntofficial/CloudConsultRC
3461c9a00b68ae3829ebe48158f0d113d1e33263
[ "MIT" ]
null
null
null
NET Microservices/notification-service/CloudConsult.Notification.Api/Templates/Consultation/ConsultationRejectedDoctorEmail.cshtml
devntofficial/CloudConsultRC
3461c9a00b68ae3829ebe48158f0d113d1e33263
[ "MIT" ]
null
null
null
@model dynamic @{ Layout = "_Layout"; } <p> Hi Dr. @Model?.DoctorName, </p> <p> A consultation request with @Model?.MemberName and booking reference number is @Model?.ConsultationId was rejected successfully. </p>
24.777778
132
0.699552
ceb0955d7a3a09f2cad5c756517c90404ac20ac3
827
cs
C#
M1/Mini-exam-02/02. Task/Program.cs
origami99/Telerik
c79d9e45c96bf9d9266b820b60c04a445b635d98
[ "MIT" ]
null
null
null
M1/Mini-exam-02/02. Task/Program.cs
origami99/Telerik
c79d9e45c96bf9d9266b820b60c04a445b635d98
[ "MIT" ]
null
null
null
M1/Mini-exam-02/02. Task/Program.cs
origami99/Telerik
c79d9e45c96bf9d9266b820b60c04a445b635d98
[ "MIT" ]
null
null
null
using System; using System.Linq; class Program { static void Main() { int k = int.Parse(Console.ReadLine()); int[] a = Console.ReadLine().Split().Select(int.Parse).ToArray(); int n = a.Length; bool[,] m = new bool[n + 1, k + 1]; for (int i = 0; i <= k; i++) { ...
22.972222
87
0.309553
5c75eb36b76a5f55b5e42d40e82aa17a3b8cb7cd
2,193
cs
C#
src/EditorFeatures/Core.Wpf/StringCopyPaste/WpfStringCopyPasteService.cs
MelnikovAG/roslyn
69bdfb29ce4d027c5f5bf70f50be9bebcb5df1aa
[ "MIT" ]
null
null
null
src/EditorFeatures/Core.Wpf/StringCopyPaste/WpfStringCopyPasteService.cs
MelnikovAG/roslyn
69bdfb29ce4d027c5f5bf70f50be9bebcb5df1aa
[ "MIT" ]
null
null
null
src/EditorFeatures/Core.Wpf/StringCopyPaste/WpfStringCopyPasteService.cs
MelnikovAG/roslyn
69bdfb29ce4d027c5f5bf70f50be9bebcb5df1aa
[ "MIT" ]
null
null
null
// 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.Composition; using System.Windows; using Microsoft.CodeAnalysis.ErrorReporting; using Mi...
30.458333
93
0.582307
c849d70dd934c42db867cf4289f06c1a979173ef
415
cs
C#
SoundByte.Core/Items/YouTube/YouTubeThumbnails.cs
mediabuff/SoundByte
80ab58e88311d5a6b90cf21019f938fa0195a7c7
[ "MIT" ]
null
null
null
SoundByte.Core/Items/YouTube/YouTubeThumbnails.cs
mediabuff/SoundByte
80ab58e88311d5a6b90cf21019f938fa0195a7c7
[ "MIT" ]
null
null
null
SoundByte.Core/Items/YouTube/YouTubeThumbnails.cs
mediabuff/SoundByte
80ab58e88311d5a6b90cf21019f938fa0195a7c7
[ "MIT" ]
1
2019-02-08T05:30:58.000Z
2019-02-08T05:30:58.000Z
using Newtonsoft.Json; namespace SoundByte.Core.Items.YouTube { [JsonObject] public class YouTubeThumbnails { [JsonProperty("default")] public YouTubeThumbnailSize DefaultSize { get; set; } [JsonProperty("medium")] public YouTubeThumbnailSize MediumSize { get; set; } ...
21.842105
61
0.648193
f68e2144d6f02f29530e47c503392010bb464509
1,060
cs
C#
Msc.Microservice.Layer.RabbitMq/Interfaces/IRpcResponse.cs
AyazFa/MicroserviceCore
fd2c6b65ba79da8eeba6bfa74528ecc9b6867c0e
[ "MIT" ]
8
2020-08-30T15:08:59.000Z
2022-02-12T10:04:19.000Z
Msc.Microservice.Layer.RabbitMq/Interfaces/IRpcResponse.cs
Dominioncher/MicroserviceCore
919f99be23d69b6024464b48c7a0c528ea719241
[ "MIT" ]
5
2021-04-27T13:39:43.000Z
2021-08-31T05:03:33.000Z
Msc.Microservice.Layer.RabbitMq/Interfaces/IRpcResponse.cs
Dominioncher/MicroserviceCore
919f99be23d69b6024464b48c7a0c528ea719241
[ "MIT" ]
4
2020-08-30T15:16:49.000Z
2021-08-30T13:07:15.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IRpcResponse.cs" company="Konyshev A.V., Stepanov N.O."> // Copyright (c) Konyshev A.V., Stepanov N.O. // </copyright> // <summary> // Интерфейс ответа // </summary> // -------...
29.444444
120
0.436792
b3add158a55cc96f4a546a2d48f990413393e6d1
344
cs
C#
ShareClassLibrary/HiddenItemPackage.cs
the-best-cool/RX-Explorer
85e92349bfd19556d9cc701413f7a53a72c529b4
[ "Apache-2.0" ]
null
null
null
ShareClassLibrary/HiddenItemPackage.cs
the-best-cool/RX-Explorer
85e92349bfd19556d9cc701413f7a53a72c529b4
[ "Apache-2.0" ]
null
null
null
ShareClassLibrary/HiddenItemPackage.cs
the-best-cool/RX-Explorer
85e92349bfd19556d9cc701413f7a53a72c529b4
[ "Apache-2.0" ]
null
null
null
namespace ShareClassLibrary { public sealed class HiddenItemPackage { public byte[] IconData { get; } public string DisplayType { get; } public HiddenItemPackage(string DisplayType, byte[] IconData) { this.DisplayType = DisplayType; this.IconData = Icon...
21.5
69
0.59593
7a6cbe99bd80899844a0fb4d05196def02724bdf
10,405
cs
C#
src/Spark.Web.Mvc.Tests/LanguageKitFolderTester.cs
Yoshi325/spark
da58c19574c88cca9685ce7c25f58d876a21cfe3
[ "Apache-2.0" ]
99
2015-01-02T14:15:29.000Z
2021-09-11T16:28:02.000Z
src/Spark.Web.Mvc.Tests/LanguageKitFolderTester.cs
Yoshi325/spark
da58c19574c88cca9685ce7c25f58d876a21cfe3
[ "Apache-2.0" ]
13
2015-02-02T23:00:34.000Z
2021-08-24T15:12:13.000Z
src/Spark.Web.Mvc.Tests/LanguageKitFolderTester.cs
Yoshi325/spark
da58c19574c88cca9685ce7c25f58d876a21cfe3
[ "Apache-2.0" ]
44
2015-02-02T22:56:44.000Z
2021-11-12T21:09:27.000Z
using System.IO; using NUnit.Framework; using Spark.FileSystem; namespace Spark.Web.Mvc.Tests { [TestFixture] public class LanguageKitFolderTester { private LanguageKit.Folder _adapter; private InMemoryViewFolder _folder; [SetUp] public void Init() {...
57.486188
155
0.645267
3061fa90b1ece663ebf5a6079445fad7ad294a88
708
cs
C#
src/CloudStructures/Converters/IRedisValueConverter.cs
neuecc/CloudStructures
f96151473f684c25012a5abf50caa4cb2f89c7d3
[ "MIT" ]
112
2015-02-06T05:18:30.000Z
2021-10-10T15:07:42.000Z
src/CloudStructures/Converters/IRedisValueConverter.cs
neuecc/CloudStructures
f96151473f684c25012a5abf50caa4cb2f89c7d3
[ "MIT" ]
25
2015-02-02T03:58:19.000Z
2021-11-11T08:45:18.000Z
src/CloudStructures/Converters/IRedisValueConverter.cs
neuecc/CloudStructures
f96151473f684c25012a5abf50caa4cb2f89c7d3
[ "MIT" ]
34
2015-02-06T09:24:10.000Z
2021-04-28T04:51:22.000Z
using StackExchange.Redis; namespace CloudStructures.Converters { /// <summary> /// Provides conversion function to <see cref="RedisValue"/>. /// </summary> /// <typeparam name="T">Data type</typeparam> internal interface IRedisValueConverter<T> { /// <summary> /// Serialize ...
24.413793
65
0.55226
1875767eaee4ee0e85c87d6d96ce441c3e2804de
628
cs
C#
Program.cs
sandersaares/co2-level-exporter
63454728b41e784518026dea5e10a96c6be85d24
[ "MIT" ]
null
null
null
Program.cs
sandersaares/co2-level-exporter
63454728b41e784518026dea5e10a96c6be85d24
[ "MIT" ]
null
null
null
Program.cs
sandersaares/co2-level-exporter
63454728b41e784518026dea5e10a96c6be85d24
[ "MIT" ]
1
2021-02-24T01:26:40.000Z
2021-02-24T01:26:40.000Z
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; using System; namespace co2_level_exporter { // dotnet run --urls=http://localhost:2295/ public class Program { public static void Main(string[] args) { Co2Sensor.StartObserving(); CreateHostBui...
25.12
70
0.589172
adfd93b5053bf1c856149ece6e96ccdf13deb58c
2,611
cs
C#
Tools/Editor/Gorgon.Editor.API/UI/ZoomLevels.cs
Tape-Worm/Gorgon
d97fcda489684743f5562f12d915ad02b4ef7f9a
[ "MIT" ]
55
2015-01-15T15:39:54.000Z
2022-01-04T14:05:34.000Z
Tools/Editor/Gorgon.Editor.API/UI/ZoomLevels.cs
Tape-Worm/Gorgon
d97fcda489684743f5562f12d915ad02b4ef7f9a
[ "MIT" ]
35
2015-08-22T08:03:17.000Z
2021-10-10T05:28:45.000Z
Tools/Editor/Gorgon.Editor.API/UI/ZoomLevels.cs
Tape-Worm/Gorgon
d97fcda489684743f5562f12d915ad02b4ef7f9a
[ "MIT" ]
11
2017-10-10T22:48:47.000Z
2021-12-08T10:09:19.000Z
#region MIT // // Gorgon. // Copyright (C) 2018 Michael Winsor // // 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,...
31.083333
80
0.574876
bcbfb2a59a5dbd64f5361340c8edc2d9006d73a5
16,827
cs
C#
PapMediaPlayer/Activities and fragments/Details.cs
Konstantinos-Papanagnou/PapMediaPlayer
fb2be6c55f442dd2ecb5c1fde8f8543cce4a5cd7
[ "CC0-1.0" ]
null
null
null
PapMediaPlayer/Activities and fragments/Details.cs
Konstantinos-Papanagnou/PapMediaPlayer
fb2be6c55f442dd2ecb5c1fde8f8543cce4a5cd7
[ "CC0-1.0" ]
null
null
null
PapMediaPlayer/Activities and fragments/Details.cs
Konstantinos-Papanagnou/PapMediaPlayer
fb2be6c55f442dd2ecb5c1fde8f8543cce4a5cd7
[ "CC0-1.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Android.Graphics; using System.Timers; using Android.Content.Res; using PapMediaPlayer.Models; name...
42.816794
178
0.565876
fdfa58b5039b5a5d00ee7a79371afdef1f0d2142
941
cs
C#
UnitySDK/Assets/LightAtTheEndOfTheTunnel.cs
Skylerzhang023/MediaAISuperCloneBoy
afa3ed834c94b5dacbfa7967b50fc41b182bc55a
[ "Apache-2.0" ]
null
null
null
UnitySDK/Assets/LightAtTheEndOfTheTunnel.cs
Skylerzhang023/MediaAISuperCloneBoy
afa3ed834c94b5dacbfa7967b50fc41b182bc55a
[ "Apache-2.0" ]
null
null
null
UnitySDK/Assets/LightAtTheEndOfTheTunnel.cs
Skylerzhang023/MediaAISuperCloneBoy
afa3ed834c94b5dacbfa7967b50fc41b182bc55a
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class LightAtTheEndOfTheTunnel : MonoBehaviour { public float MaxIntensity = 50.0f; public GameObject player; private float DistanceToPlayer; public AreaLight light; bool lightsOn = false; // Use this for init...
20.456522
96
0.591923
d7b19281d02aac774ddd8dffb73d7bf851b7df91
1,828
cs
C#
snippets/csharp/VS_Snippets_CLR/conceptual.regex.language.options/cs/example1.cs
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
2
2020-02-22T09:30:21.000Z
2021-08-02T23:44:31.000Z
snippets/csharp/VS_Snippets_CLR/conceptual.regex.language.options/cs/example1.cs
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
555
2019-09-23T22:22:58.000Z
2021-07-15T18:51:12.000Z
snippets/csharp/VS_Snippets_CLR/conceptual.regex.language.options/cs/example1.cs
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
1
2022-03-07T20:09:25.000Z
2022-03-07T20:09:25.000Z
using System; using System.Text.RegularExpressions; public class Example { public static void Main() { ShowOptionsArgument(); Console.WriteLine("-----"); ShowInlineOptions(); Console.WriteLine("-----"); ShowGroupOptions(); } private static void ShowOptionsArgument() { ...
31.517241
92
0.580963
ba82ebf00fcad3586e67b6cfcf4d9ac9958d7a21
343
cs
C#
ResurrectionRP_Server/Entities/Players/Data/RaycastData.cs
PourrezJ/ResurrectionRP-Framework
146efdbaebbc6dbb00d7789c508fdd7cac1a5fc1
[ "MIT" ]
3
2021-03-01T02:18:58.000Z
2021-10-03T13:30:23.000Z
ResurrectionRP_Server/Entities/Players/Data/RaycastData.cs
PourrezJ/ResurrectionRP-Framework
146efdbaebbc6dbb00d7789c508fdd7cac1a5fc1
[ "MIT" ]
null
null
null
ResurrectionRP_Server/Entities/Players/Data/RaycastData.cs
PourrezJ/ResurrectionRP-Framework
146efdbaebbc6dbb00d7789c508fdd7cac1a5fc1
[ "MIT" ]
2
2021-06-06T20:32:55.000Z
2021-10-03T13:30:24.000Z
using System.Numerics; namespace ResurrectionRP_Server.Entities.Players.Data { public struct RaycastData { public bool isHit; public Vector3 pos; public int hitEntity; public uint entityHash; public int entityType; public Vector3 entityPos; public float ...
21.4375
53
0.655977
f3d2805f6b5901a0ed107d4b015d0485811fdaec
2,979
cs
C#
src/Nucleo.Windows/Windows/Application/BaseModule.cs
brianmains/Nucleo.NET
4ace48e2cd9fa02c490efcc8ebcaa6d627e69de8
[ "MIT" ]
2
2017-06-27T08:55:17.000Z
2019-09-24T15:04:49.000Z
src/Nucleo.Windows/Windows/Application/BaseModule.cs
brianmains/Nucleo.NET
4ace48e2cd9fa02c490efcc8ebcaa6d627e69de8
[ "MIT" ]
null
null
null
src/Nucleo.Windows/Windows/Application/BaseModule.cs
brianmains/Nucleo.NET
4ace48e2cd9fa02c490efcc8ebcaa6d627e69de8
[ "MIT" ]
null
null
null
using System; using Nucleo.Collections; using Nucleo.Windows.UI; using Nucleo.Windows.Commands; namespace Nucleo.Windows.Application { public abstract class BaseModule : IModule { private ModuleElementCollection _associates = null; private CommandDictionary _commands = null; #region " Events " public ...
18.503106
108
0.649211
6d14c67c14516b79804f13c0322c8fd93846599a
1,442
cs
C#
ScoresApp2016/ScoresApp2016.Service/Responses/Fixtures.cs
AlejandroRuiz/Scores-App-2016
636af3cdc6c2d0d8c5bb7e35d8996f15c0da66ce
[ "MIT" ]
null
null
null
ScoresApp2016/ScoresApp2016.Service/Responses/Fixtures.cs
AlejandroRuiz/Scores-App-2016
636af3cdc6c2d0d8c5bb7e35d8996f15c0da66ce
[ "MIT" ]
null
null
null
ScoresApp2016/ScoresApp2016.Service/Responses/Fixtures.cs
AlejandroRuiz/Scores-App-2016
636af3cdc6c2d0d8c5bb7e35d8996f15c0da66ce
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace ScoresApp2016.Service.Responses { public class Fixtures { public string timeFrameStart { get; set; } public string timeFrameEnd { get; set; } public int count { get; set; } public List<Fixture> fixtures { get; set; } public Fixtures() { fixtu...
20.898551
49
0.649792
f4fba8f0050d743592351d791868fb7a8e1f739f
1,951
cs
C#
test/Hangfire.RecurringJobExtensions.Tests/Configuration/RecurringJobJsonOptionsTest.cs
wanglong/Hangfire.RecurringJobExtensions
1d55d9daf7666335c28e27736e22b3b0b2fb9c00
[ "MIT" ]
null
null
null
test/Hangfire.RecurringJobExtensions.Tests/Configuration/RecurringJobJsonOptionsTest.cs
wanglong/Hangfire.RecurringJobExtensions
1d55d9daf7666335c28e27736e22b3b0b2fb9c00
[ "MIT" ]
null
null
null
test/Hangfire.RecurringJobExtensions.Tests/Configuration/RecurringJobJsonOptionsTest.cs
wanglong/Hangfire.RecurringJobExtensions
1d55d9daf7666335c28e27736e22b3b0b2fb9c00
[ "MIT" ]
1
2019-01-17T08:06:18.000Z
2019-01-17T08:06:18.000Z
using System; using System.Collections.Generic; using System.IO; using Xunit; using Hangfire.RecurringJobExtensions.Configuration; using Hangfire.Common; namespace Hangfire.RecurringJobExtensions.Tests.Configuration { public class RecurringJobJsonOptionsTest { [Fact] public void SerializeRecurringJobJsonOptions...
26.726027
154
0.678626
d98df22be591247b88beb7434d0a874d4a1b0bfd
2,673
cs
C#
TransactionReporting/GetTransactionList.cs
JeevapriyaC/sample-code-csharp
2c95db5700782769aab443316c3781c15e01d3e1
[ "MIT" ]
66
2015-08-11T05:35:16.000Z
2021-07-30T13:27:55.000Z
TransactionReporting/GetTransactionList.cs
JeevapriyaC/sample-code-csharp
2c95db5700782769aab443316c3781c15e01d3e1
[ "MIT" ]
60
2015-06-23T00:37:24.000Z
2021-03-03T22:33:32.000Z
TransactionReporting/GetTransactionList.cs
JeevapriyaC/sample-code-csharp
2c95db5700782769aab443316c3781c15e01d3e1
[ "MIT" ]
158
2015-05-29T23:11:23.000Z
2021-10-05T06:40:04.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using AuthorizeNet.Api.Contracts.V1; using AuthorizeNet.Api.Controllers; using AuthorizeNet.Api.Controllers.Bases; namespace net.authorize.sample { public class GetTransactionList { publ...
36.616438
119
0.581369
c912c25e4aac60323d270c746d696d1d4ae475d6
13,417
cs
C#
mOway_SW_mOwayWorld/MowayWorld/Panels/CommunicationPanel.cs
bizintekdev/mOway_SW_mOwayWorld
34fbe1e86d6f755395965718ecf96a069049eee3
[ "MIT" ]
null
null
null
mOway_SW_mOwayWorld/MowayWorld/Panels/CommunicationPanel.cs
bizintekdev/mOway_SW_mOwayWorld
34fbe1e86d6f755395965718ecf96a069049eee3
[ "MIT" ]
null
null
null
mOway_SW_mOwayWorld/MowayWorld/Panels/CommunicationPanel.cs
bizintekdev/mOway_SW_mOwayWorld
34fbe1e86d6f755395965718ecf96a069049eee3
[ "MIT" ]
null
null
null
using System; using System.Drawing; using System.Windows.Forms; using Moway.Template; using Moway.Template.Controls; using Moway.Radio; namespace Moway.Panels { /// <summary> /// Panel to the communications module /// </summary> /// <LastRevision>24.07.2012</LastRevision> /// <Revisor>Jonathan Ru...
40.534743
227
0.570917
e43964a0e5c2e5fdde0780d152fcfcb84fb3c561
327
cs
C#
Models/Athlete.cs
Mensix/OpenFIS
5264c22a3c0e382d7346fa75f7ad1acba8a46fbd
[ "MIT" ]
null
null
null
Models/Athlete.cs
Mensix/OpenFIS
5264c22a3c0e382d7346fa75f7ad1acba8a46fbd
[ "MIT" ]
null
null
null
Models/Athlete.cs
Mensix/OpenFIS
5264c22a3c0e382d7346fa75f7ad1acba8a46fbd
[ "MIT" ]
null
null
null
using System.ComponentModel.DataAnnotations; namespace OpenFIS.Models { public class Athlete { [Key] public int FisCode { get; set; } [Required] public string Name { get; set; } public int? Year { get; set; } [Required] public string Nation { get; set; } ...
21.8
44
0.568807
c48d411a0f30ac763a069dec45cc23bfd85da020
957
cs
C#
src/GameObject/SHGameObjectExtensions.cs
skahal/Skahal-Unity-Scripts
f8a80a586c7e4136164ebab41fb6d3965c9fb0c9
[ "MIT" ]
1
2016-06-04T01:36:07.000Z
2016-06-04T01:36:07.000Z
src/GameObject/SHGameObjectExtensions.cs
skahal/Skahal-Unity-Scripts
f8a80a586c7e4136164ebab41fb6d3965c9fb0c9
[ "MIT" ]
null
null
null
src/GameObject/SHGameObjectExtensions.cs
skahal/Skahal-Unity-Scripts
f8a80a586c7e4136164ebab41fb6d3965c9fb0c9
[ "MIT" ]
null
null
null
#region Usings using System; using UnityEngine; #endregion namespace Skahal.GameObjects { /// <summary> /// Extensions for GameObject. /// </summary> public static class SHGameObjectExtensions { /// <summary> /// Destroies the component. /// </summary> /// <param name='go'> /// Go. /// </param> ///...
19.530612
78
0.61442
b1e78f7f44611b43ee38b50a7e4fcf311fd9df8e
1,197
cs
C#
Aliyun.TableStore/DataModel/Search/SearchQuery.cs
dawsonliu/Aliyun.TableStore
21ce6ff406eacc81de657c05f68f9dd60882eb00
[ "Apache-2.0" ]
5
2018-06-02T16:43:24.000Z
2021-07-23T05:35:49.000Z
Aliyun.TableStore/DataModel/Search/SearchQuery.cs
dawsonliu/Aliyun.TableStore
21ce6ff406eacc81de657c05f68f9dd60882eb00
[ "Apache-2.0" ]
1
2019-08-23T12:03:33.000Z
2019-08-23T12:03:33.000Z
Aliyun.TableStore/DataModel/Search/SearchQuery.cs
dawsonliu/Aliyun.TableStore
21ce6ff406eacc81de657c05f68f9dd60882eb00
[ "Apache-2.0" ]
2
2019-02-13T23:50:19.000Z
2021-07-07T11:38:14.000Z
using Aliyun.TableStore.DataModel.Search.Query; namespace Aliyun.TableStore.DataModel.Search { public class SearchQuery { /// <summary> /// 分页起始数量 /// </summary> public int? Offset { get; set; } /// <summary> /// 分页大小,即返回的行数 /// </summary> public...
23.470588
53
0.437761
dce735d208f6a42015d3b298510cabb2c6a9ee0f
1,357
cs
C#
Assets/2DRPK/Scripts/PlayerSimpleHealth.cs
AaronEscoto/2d_platformer_cs185c
806cba328352f2333dbe8bb5628541090f8284bc
[ "MIT" ]
null
null
null
Assets/2DRPK/Scripts/PlayerSimpleHealth.cs
AaronEscoto/2d_platformer_cs185c
806cba328352f2333dbe8bb5628541090f8284bc
[ "MIT" ]
null
null
null
Assets/2DRPK/Scripts/PlayerSimpleHealth.cs
AaronEscoto/2d_platformer_cs185c
806cba328352f2333dbe8bb5628541090f8284bc
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; using UnityEngine.UI; public class PlayerSimpleHealth : MonoBehaviour { bool died; public float health = 100f; public float damageAmount = 10f; public Text healthBar; public GameObject win; public AudioClip[] ouchClips; void Awake() { died = false; } // Use th...
23
72
0.644805
93040a22a8154397d0515e5c0a7760d6f3e1cf24
477
cs
C#
WpfImageButton/Src/Wpf.UI/ViewModels/MainViewModel.cs
PhotoAtomic/WpfImageButton
5d0499f67e263e7e7c538bba4c9ca61c19606c5f
[ "MS-PL" ]
null
null
null
WpfImageButton/Src/Wpf.UI/ViewModels/MainViewModel.cs
PhotoAtomic/WpfImageButton
5d0499f67e263e7e7c538bba4c9ca61c19606c5f
[ "MS-PL" ]
null
null
null
WpfImageButton/Src/Wpf.UI/ViewModels/MainViewModel.cs
PhotoAtomic/WpfImageButton
5d0499f67e263e7e7c538bba4c9ca61c19606c5f
[ "MS-PL" ]
null
null
null
namespace EyeOpen.Wpf.UI { using System.Windows; using System.Windows.Input; public class MainViewModel { public MainViewModel() { ClickCommand = new RelayCommand(PerformClickCommand); } private void PerformClickCommand(object obj) { ...
19.875
66
0.509434
42e435164f5337822171074bdb736153a6c2cbb7
126
cs
C#
Snippets/Core/Core_8/Sagas/ReverseMappingApi/MyThirdMessage.cs
ashlyrclark/docs.particular.net
0cefad442d3af8eecba9902a11cb47905cad1627
[ "Apache-2.0" ]
94
2015-02-23T21:03:36.000Z
2022-03-05T23:49:05.000Z
Snippets/Core/Core_8/Sagas/ReverseMappingApi/MyThirdMessage.cs
ashlyrclark/docs.particular.net
0cefad442d3af8eecba9902a11cb47905cad1627
[ "Apache-2.0" ]
3,051
2015-01-02T03:59:14.000Z
2022-03-25T06:34:33.000Z
Snippets/Core/Core_8/Sagas/ReverseMappingApi/MyThirdMessage.cs
ashlyrclark/docs.particular.net
0cefad442d3af8eecba9902a11cb47905cad1627
[ "Apache-2.0" ]
367
2015-01-25T02:06:01.000Z
2022-03-05T03:20:26.000Z
namespace Core7.Sagas.ReverseMapping { using NServiceBus; public class MyThirdMessage : IMessage { } }
15.75
43
0.650794
115887ddb18af6dde0216cb123eac92dfbc4538d
1,612
cs
C#
YungChingRealtyPreview/YungChingRealtyPreview.Service/ProductService.cs
steny138/YungChingRealtyPreview
88e9046757c549975d4deaddc63570300233362d
[ "Apache-2.0" ]
null
null
null
YungChingRealtyPreview/YungChingRealtyPreview.Service/ProductService.cs
steny138/YungChingRealtyPreview
88e9046757c549975d4deaddc63570300233362d
[ "Apache-2.0" ]
null
null
null
YungChingRealtyPreview/YungChingRealtyPreview.Service/ProductService.cs
steny138/YungChingRealtyPreview
88e9046757c549975d4deaddc63570300233362d
[ "Apache-2.0" ]
null
null
null
using AutoMapper; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using YungChingRealtyPreview.Repository; using YungChingRealtyPreview.ViewModel; namespace YungChingRealtyPreview.Service { public class ProductService: IProductService { IProductR...
24.8
79
0.758065
f7d67f1197b68e9d7cf1d693ea1cbce0f787d9df
1,065
cs
C#
src/Day04/ListDishesHttp.cs
marcduiker/25daysofserverless2019
36d8e270ffd7143affef4b5ab196393f07a6e563
[ "MIT" ]
1
2021-09-17T02:44:08.000Z
2021-09-17T02:44:08.000Z
src/Day04/ListDishesHttp.cs
marcduiker/25daysofserverless2019
36d8e270ffd7143affef4b5ab196393f07a6e563
[ "MIT" ]
null
null
null
src/Day04/ListDishesHttp.cs
marcduiker/25daysofserverless2019
36d8e270ffd7143affef4b5ab196393f07a6e563
[ "MIT" ]
null
null
null
using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Extensions.Logging; using System.Net.Http; using Microsoft.WindowsAzure.Storage.Table; namespace ServerlessAdvent.Day04 { public class ListDishesHttp { ...
33.28125
103
0.635681
16bcaca55082baf9cdd6de7e4e39ec56bcc1aa88
1,052
cs
C#
Anamnesis/Actor/Views/AnimationSpeedControl.xaml.cs
ShadyWhite/Anamnesis
b81171475387f37f3732905930c26a1237ad98ec
[ "MIT" ]
null
null
null
Anamnesis/Actor/Views/AnimationSpeedControl.xaml.cs
ShadyWhite/Anamnesis
b81171475387f37f3732905930c26a1237ad98ec
[ "MIT" ]
null
null
null
Anamnesis/Actor/Views/AnimationSpeedControl.xaml.cs
ShadyWhite/Anamnesis
b81171475387f37f3732905930c26a1237ad98ec
[ "MIT" ]
null
null
null
// © Anamnesis. // Licensed under the MIT license. namespace Anamnesis.Actor.Views; using System.Windows; using System.Windows.Controls; using Anamnesis.Memory; using PropertyChanged; using XivToolsWpf.DependencyProperties; public partial class AnimationSpeedControl : UserControl { public static readonly IBind<flo...
23.909091
118
0.752852
73c75edf61889e8834027da773dd60aaa6ef5a77
259
cs
C#
TreeCompare/TreeCompare/Classes/BinaryTree.cs
teddydamian/CSharp-data-structures-algorithms
6a6039a729d4416c708a456de1da2b3983beebf4
[ "MIT" ]
null
null
null
TreeCompare/TreeCompare/Classes/BinaryTree.cs
teddydamian/CSharp-data-structures-algorithms
6a6039a729d4416c708a456de1da2b3983beebf4
[ "MIT" ]
2
2020-03-25T20:22:37.000Z
2020-03-31T06:46:32.000Z
TreeCompare/TreeCompare/Classes/BinaryTree.cs
teddydamian/CSharp-data-structures-algorithms
6a6039a729d4416c708a456de1da2b3983beebf4
[ "MIT" ]
null
null
null
using System; namespace TreeCompare.Classes { public class BinaryTree { public Node Root { get; set; } public int NumOfFiles { get; set; } = 0; public BinaryTree() { Root = null; } } }
17.266667
48
0.498069
40ff0ff0ff5b1317f63357d45f59a1b60160ad1f
1,671
cs
C#
src/SqlKata.Extensions.Benchmarks/ManySelectVsBase.cs
stevebelskie/SqlQuery.Extensions
81cf1ae37361da28ca81607b91759195c6fbc62c
[ "MIT" ]
null
null
null
src/SqlKata.Extensions.Benchmarks/ManySelectVsBase.cs
stevebelskie/SqlQuery.Extensions
81cf1ae37361da28ca81607b91759195c6fbc62c
[ "MIT" ]
null
null
null
src/SqlKata.Extensions.Benchmarks/ManySelectVsBase.cs
stevebelskie/SqlQuery.Extensions
81cf1ae37361da28ca81607b91759195c6fbc62c
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using BenchmarkDotNet.Attributes; namespace SqlKata.Extensions.Benchmarks { public class ManySelectVsBase { public class User { public int UserId { get; set; } public string UserName { get; set; } ...
28.810345
51
0.372232
67dad23e8d93f090d5f971a1fc9f2bf8b1c5f01d
1,784
cs
C#
BulgarianPlacesAPI/Migrations/20220407073143_MadeReviewPlaceIdNullable.cs
thunder913/BulgarianPlacesAPI
c26f37f34e5d9643dfd45f99d2f49a47238bbdab
[ "MIT" ]
null
null
null
BulgarianPlacesAPI/Migrations/20220407073143_MadeReviewPlaceIdNullable.cs
thunder913/BulgarianPlacesAPI
c26f37f34e5d9643dfd45f99d2f49a47238bbdab
[ "MIT" ]
null
null
null
BulgarianPlacesAPI/Migrations/20220407073143_MadeReviewPlaceIdNullable.cs
thunder913/BulgarianPlacesAPI
c26f37f34e5d9643dfd45f99d2f49a47238bbdab
[ "MIT" ]
null
null
null
using Microsoft.EntityFrameworkCore.Migrations; namespace BulgarianPlacesAPI.Migrations { public partial class MadeReviewPlaceIdNullable : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropForeignKey( name: "FK_Reviews_...
31.857143
71
0.516816
504761de4ac45522056df54686442897fb6dc4d3
18,256
cs
C#
Examples/Complete/Simple/Core/Simple.cs
AlexanderSemenyak/Fusee
bf0d55471b989dd810e43a5f9c70047164f2f320
[ "Zlib" ]
null
null
null
Examples/Complete/Simple/Core/Simple.cs
AlexanderSemenyak/Fusee
bf0d55471b989dd810e43a5f9c70047164f2f320
[ "Zlib" ]
4
2022-02-19T05:37:59.000Z
2022-02-25T09:28:49.000Z
Examples/Complete/Simple/Core/Simple.cs
AlexanderSemenyak/Fusee
bf0d55471b989dd810e43a5f9c70047164f2f320
[ "Zlib" ]
null
null
null
using Fusee.Base.Common; using Fusee.Base.Core; using Fusee.Engine.Common; using Fusee.Engine.Core; using Fusee.Engine.Core.Effects; using Fusee.Engine.Core.Scene; using Fusee.Engine.Core.ShaderShards; using Fusee.Engine.GUI; using Fusee.Math.Core; using Fusee.Serialization.V1; using Fusee.Xene; using System; using Sys...
38.033333
176
0.53073
a64d51c114fed5dfc14f4d2dcfe5bcee4b93bab1
602
cs
C#
Source/T4FluentNH/T4FluentNH/Metadata/OneRelationMetadata.cs
maca88/T4FluentNH
d3df67b13f5d42d02b111cdf553da149e8ce9d84
[ "MIT" ]
null
null
null
Source/T4FluentNH/T4FluentNH/Metadata/OneRelationMetadata.cs
maca88/T4FluentNH
d3df67b13f5d42d02b111cdf553da149e8ce9d84
[ "MIT" ]
null
null
null
Source/T4FluentNH/T4FluentNH/Metadata/OneRelationMetadata.cs
maca88/T4FluentNH
d3df67b13f5d42d02b111cdf553da149e8ce9d84
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace T4FluentNH.Metadata { public abstract class OneRelationMetadata : RelationMetadata { public PropertyInfo SyntheticProperty { get; set; } publi...
24.08
65
0.70598
0bbeb50e6e6870fb9b257c5b77bced140041a65d
741
cs
C#
csharp/grade-school/GradeSchool.cs
kgorbenko/exercism
827b3e37e486cf0d4bd1e06917517151e541e48d
[ "Apache-2.0" ]
null
null
null
csharp/grade-school/GradeSchool.cs
kgorbenko/exercism
827b3e37e486cf0d4bd1e06917517151e541e48d
[ "Apache-2.0" ]
null
null
null
csharp/grade-school/GradeSchool.cs
kgorbenko/exercism
827b3e37e486cf0d4bd1e06917517151e541e48d
[ "Apache-2.0" ]
null
null
null
using System.Collections.Generic; using System.Linq; public class GradeSchool { private readonly IDictionary<int, List<string>> roster = new Dictionary<int, List<string>>(); public void Add(string student, int grade) { if (roster.ContainsKey(grade)) { roster[grade].Add(student)...
26.464286
97
0.574899
32b1b6c93a21a31967fb5f86fa985504f1aaf571
573
cs
C#
TestWithSpecFlow31/AdditionSteps.cs
idg10/SpecFlowNamespaceBug
39f4d0e8c795a996ca790a5914685a0f5ecce924
[ "MIT" ]
null
null
null
TestWithSpecFlow31/AdditionSteps.cs
idg10/SpecFlowNamespaceBug
39f4d0e8c795a996ca790a5914685a0f5ecce924
[ "MIT" ]
null
null
null
TestWithSpecFlow31/AdditionSteps.cs
idg10/SpecFlowNamespaceBug
39f4d0e8c795a996ca790a5914685a0f5ecce924
[ "MIT" ]
null
null
null
using NUnit.Framework; using TechTalk.SpecFlow; namespace Endjin.Lib { [Binding] public class AdditionSteps { private int result; [When("I have performed the only addition anyone is likely to want to perform")] public void WhenIHavePerformedTheOnlyAdditionAnyoneIsLikelyToWantToPer...
23.875
88
0.621291
59c3d8a64b7653ab57d30c2832b107c1d7aa85b0
667
cs
C#
src/Lykke.Service.PayInternal.Core/Domain/PaymentRequests/PaymentsFilter.cs
NovichikhinAlexey/Lykke.Service.PayInternal
c880a65469836c15912156681068c7f1ed4878a0
[ "MIT" ]
null
null
null
src/Lykke.Service.PayInternal.Core/Domain/PaymentRequests/PaymentsFilter.cs
NovichikhinAlexey/Lykke.Service.PayInternal
c880a65469836c15912156681068c7f1ed4878a0
[ "MIT" ]
null
null
null
src/Lykke.Service.PayInternal.Core/Domain/PaymentRequests/PaymentsFilter.cs
NovichikhinAlexey/Lykke.Service.PayInternal
c880a65469836c15912156681068c7f1ed4878a0
[ "MIT" ]
2
2018-05-30T07:33:22.000Z
2019-12-03T18:36:52.000Z
using System; using System.Collections.Generic; using System.Text; namespace Lykke.Service.PayInternal.Core.Domain.PaymentRequests { public class PaymentsFilter { public PaymentsFilter() { Statuses = new List<PaymentRequestStatus>(); ProcessingErrors = new List<PaymentR...
30.318182
88
0.667166
b0250d0609f7b7d10d5de72aa59a0c4252171119
4,769
cs
C#
src/TestModel/model/AssemblyWatcher.cs
JeffKryzer/testcentric-gui
60fc674c8c2d74b3bf7023be508a2bb3ba3c0b42
[ "MIT" ]
null
null
null
src/TestModel/model/AssemblyWatcher.cs
JeffKryzer/testcentric-gui
60fc674c8c2d74b3bf7023be508a2bb3ba3c0b42
[ "MIT" ]
null
null
null
src/TestModel/model/AssemblyWatcher.cs
JeffKryzer/testcentric-gui
60fc674c8c2d74b3bf7023be508a2bb3ba3c0b42
[ "MIT" ]
null
null
null
// *********************************************************************** // Copyright (c) 2002-2018 Charlie Poole // // 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, ...
30.375796
92
0.536171
7c0c065dd8e455371c965ec12584289da54eec8b
280
cs
C#
src/AElf.OS.Network.Grpc/Connection/IPeerDialer.cs
IamWenboZhang/AElf
dec97549c8b750ec09e8da8882d61a605a646f88
[ "MIT" ]
null
null
null
src/AElf.OS.Network.Grpc/Connection/IPeerDialer.cs
IamWenboZhang/AElf
dec97549c8b750ec09e8da8882d61a605a646f88
[ "MIT" ]
null
null
null
src/AElf.OS.Network.Grpc/Connection/IPeerDialer.cs
IamWenboZhang/AElf
dec97549c8b750ec09e8da8882d61a605a646f88
[ "MIT" ]
null
null
null
using System.Net; using System.Threading.Tasks; namespace AElf.OS.Network.Grpc { public interface IPeerDialer { Task<GrpcPeer> DialPeerAsync(IPEndPoint endpoint); Task<GrpcPeer> DialBackPeer(IPEndPoint endpoint, ConnectionInfo peerConnectionInfo); } }
25.454545
92
0.742857
196ccf5467df70d3bfc7811fe5d811ea61ec6362
1,184
cs
C#
src/HoneyBee.Diff.Gui/TabWindows/AboutTabWindow/View/AboutTabWindow.cs
coding2233/HoneyBee
aacd38a40185fb1a8a8daf932f1ce2fe70549777
[ "MIT" ]
null
null
null
src/HoneyBee.Diff.Gui/TabWindows/AboutTabWindow/View/AboutTabWindow.cs
coding2233/HoneyBee
aacd38a40185fb1a8a8daf932f1ce2fe70549777
[ "MIT" ]
null
null
null
src/HoneyBee.Diff.Gui/TabWindows/AboutTabWindow/View/AboutTabWindow.cs
coding2233/HoneyBee
aacd38a40185fb1a8a8daf932f1ce2fe70549777
[ "MIT" ]
2
2021-12-27T13:33:46.000Z
2021-12-28T15:00:16.000Z
using ImGuiNET; using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Linq; using System.Numerics; using System.Text; using System.Threading.Tasks; namespace HoneyBee.Diff.Gui { public class AboutTabWindow : ITabWindow { public string Name => "About"; ...
20.413793
65
0.572635
04eafac69a0b8b54b29f2b2b3ee36e2594550951
2,947
cs
C#
src/Microsoft.AspNet.Razor.Owin/AppBuilderExtensions.cs
Terminator-Aaron/Katana
c5f28a034dbb88e53ae61de9f59b6e9525eedd1e
[ "Apache-2.0" ]
6
2018-09-10T08:36:37.000Z
2021-03-03T20:57:08.000Z
src/Microsoft.AspNet.Razor.Owin/AppBuilderExtensions.cs
Terminator-Aaron/Katana
c5f28a034dbb88e53ae61de9f59b6e9525eedd1e
[ "Apache-2.0" ]
1
2019-12-24T13:53:41.000Z
2019-12-24T13:53:41.000Z
src/Microsoft.AspNet.Razor.Owin/AppBuilderExtensions.cs
Terminator-Aaron/Katana
c5f28a034dbb88e53ae61de9f59b6e9525eedd1e
[ "Apache-2.0" ]
8
2018-10-25T15:15:16.000Z
2021-02-03T06:34:29.000Z
// <copyright file="AppBuilderExtensions.cs" company="Microsoft Open Technologies, Inc."> // Copyright 2011-2013 Microsoft Open Technologies, Inc. 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 o...
38.272727
112
0.675263
a53e38bfcd03b24b0b06c29d62a73ec5de009c14
622
cs
C#
MagicGradients.Core/Masks/EllipseMaskPainter.cs
mgierlasinski/MagicGradients
1981df166dbad64f24b0009d8f1575c02d3d87e7
[ "MIT" ]
359
2019-09-13T08:31:24.000Z
2022-03-26T13:02:36.000Z
MagicGradients.Core/Masks/EllipseMaskPainter.cs
mgierlasinski/MagicGradients
1981df166dbad64f24b0009d8f1575c02d3d87e7
[ "MIT" ]
104
2019-09-20T17:46:49.000Z
2022-01-24T06:03:30.000Z
MagicGradients.Core/Masks/EllipseMaskPainter.cs
mgierlasinski/MagicGradients
1981df166dbad64f24b0009d8f1575c02d3d87e7
[ "MIT" ]
25
2019-09-13T08:31:27.000Z
2022-03-14T02:46:20.000Z
using MagicGradients.Drawing; using Microsoft.Maui.Graphics; namespace MagicGradients.Masks { public class EllipseMaskPainter : MaskPainter, IMaskPainter<IEllipseMask, DrawContext> { public void Clip(IEllipseMask mask, DrawContext context) { if (!mask.IsActive) retu...
25.916667
90
0.614148
6804cebbcb5ffd45ff2ebef33fa40d929bfc1a00
489
cs
C#
IronyLibrary/Compiler/AstProcessing/ProcInfo.cs
kayateia/scriptdotnet
2875ee6cea986e00ab15843bf8b397781fdee4f3
[ "MIT" ]
1
2020-01-09T21:45:30.000Z
2020-01-09T21:45:30.000Z
IronyLibrary/Compiler/AstProcessing/ProcInfo.cs
kayateia/scriptdotnet
2875ee6cea986e00ab15843bf8b397781fdee4f3
[ "MIT" ]
null
null
null
IronyLibrary/Compiler/AstProcessing/ProcInfo.cs
kayateia/scriptdotnet
2875ee6cea986e00ab15843bf8b397781fdee4f3
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; namespace Irony.Compiler { [Flags] public enum ProcFlags { IsExternal = 0x01, // is interop method IsImported = 0x02, // same language but imported from another module IsClosure ...
25.736842
78
0.678937
5618e8a4e793f3affe71997a3de2a36d6e6def1e
439
cs
C#
CMRDP/Models/RDPDevice.cs
Eph-It/RemoteConnectionCenter
63964ba3f248e5ca006972c124f9ed3f710e44f0
[ "MIT" ]
7
2020-03-24T13:04:13.000Z
2020-11-17T06:29:23.000Z
CMRDP/Models/RDPDevice.cs
Eph-It/RemoteConnectionCenter
63964ba3f248e5ca006972c124f9ed3f710e44f0
[ "MIT" ]
2
2020-03-30T09:51:45.000Z
2020-11-17T06:28:54.000Z
CMRDP/Models/RDPDevice.cs
Eph-It/RemoteConnectionCenter
63964ba3f248e5ca006972c124f9ed3f710e44f0
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace CMRDP.Models { public class RDPDevice { public string DeviceDisplayName { get; set; } public string DeviceName { get; set; } public int DeviceResourceId { get; set; } public string Ip...
25.823529
53
0.642369
94b54510007950b29438654d5d8e8f6330d5382f
2,110
cs
C#
EventHandlers/GraphEventMonitor.cs
Lombiq/Associativy-Core
a3600c99b4d407fe9a99dcc41b789094b531a487
[ "BSD-2-Clause" ]
5
2015-12-15T03:32:52.000Z
2019-12-07T18:26:19.000Z
EventHandlers/GraphEventMonitor.cs
Lombiq/Associativy-Core
a3600c99b4d407fe9a99dcc41b789094b531a487
[ "BSD-2-Clause" ]
null
null
null
EventHandlers/GraphEventMonitor.cs
Lombiq/Associativy-Core
a3600c99b4d407fe9a99dcc41b789094b531a487
[ "BSD-2-Clause" ]
null
null
null
using System; using System.Collections.Concurrent; using System.Linq; using Associativy.GraphDiscovery; using Orchard.Caching.Services; namespace Associativy.EventHandlers { public class GraphEventMonitor : GraphEventHandlerBase, IGraphEventMonitor { private const string KeyChainCacheKey = "...
32.461538
107
0.541706
a20e41013c868096f7a5b6f7965e7edb68c08222
6,173
cs
C#
AlgAprioriGUI/Controller/Executable.cs
andresort28/data-minig-system-supermarkets
d7fea2eb15fbb9499d98ea2446d7e06b1a9aa614
[ "MIT" ]
null
null
null
AlgAprioriGUI/Controller/Executable.cs
andresort28/data-minig-system-supermarkets
d7fea2eb15fbb9499d98ea2446d7e06b1a9aa614
[ "MIT" ]
null
null
null
AlgAprioriGUI/Controller/Executable.cs
andresort28/data-minig-system-supermarkets
d7fea2eb15fbb9499d98ea2446d7e06b1a9aa614
[ "MIT" ]
null
null
null
using Apriori.Model; using System; using System.Collections; using System.Diagnostics; using System.Windows.Forms; namespace Apriori.Controller { public delegate void ExecutableDelegate(object sender, string message); public class Executable { public event ExecutableDelegate Message; publ...
31.984456
131
0.456342
a24f9df4b7b520777c8854e221c2a6eb69e66100
1,936
cs
C#
Src/MenuItem/src/ShowCurrentSolutionAction.cs
JetBrains/ReSharperPowerToys
352d61acba98d71b4c7a63a1def9fe550b7a0e57
[ "Apache-2.0" ]
18
2015-01-22T18:18:17.000Z
2021-11-08T09:49:53.000Z
Src/MenuItem/src/ShowCurrentSolutionAction.cs
JetBrains/ReSharperPowerToys
352d61acba98d71b4c7a63a1def9fe550b7a0e57
[ "Apache-2.0" ]
null
null
null
Src/MenuItem/src/ShowCurrentSolutionAction.cs
JetBrains/ReSharperPowerToys
352d61acba98d71b4c7a63a1def9fe550b7a0e57
[ "Apache-2.0" ]
8
2015-05-15T19:34:04.000Z
2022-03-19T07:00:15.000Z
/* * Copyright 2007-2014 JetBrains * * 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 ag...
35.851852
105
0.717975
f9b0eedeeb90d7da3bf063b3c78d020d414ee8e1
717
cs
C#
src/Goliath.Utilities/Web/Models/Enums.cs
malweka/GoliathUtilities
58f33f6f52e1ff0bcd03455d6a46ded5c07cccee
[ "Apache-2.0" ]
null
null
null
src/Goliath.Utilities/Web/Models/Enums.cs
malweka/GoliathUtilities
58f33f6f52e1ff0bcd03455d6a46ded5c07cccee
[ "Apache-2.0" ]
null
null
null
src/Goliath.Utilities/Web/Models/Enums.cs
malweka/GoliathUtilities
58f33f6f52e1ff0bcd03455d6a46ded5c07cccee
[ "Apache-2.0" ]
null
null
null
using System; namespace Goliath.Models { /// <summary> /// /// </summary> public enum ViewActionType { /// <summary> /// The none /// </summary> None = 0, Add, Edit, List, Delete } public enum ViewExecutionState { ...
14.9375
34
0.41841
226bc5d2473cdbbf38dd2e53f8559e9976cc9990
2,025
cs
C#
src/VMelnalksnis.ISO20022DotNet/MessageSets/BankToCustomerCashManagement/V2/AccountReport/AccountIdentification4Choice.cs
VMelnalksnis/ISO20022DotNet
51b8fad2dc2f6bb408958125539c7cac95e04a66
[ "Apache-2.0" ]
2
2021-08-24T12:32:59.000Z
2021-10-05T01:11:30.000Z
src/VMelnalksnis.ISO20022DotNet/MessageSets/BankToCustomerCashManagement/V2/AccountReport/AccountIdentification4Choice.cs
VMelnalksnis/ISO20022DotNet
51b8fad2dc2f6bb408958125539c7cac95e04a66
[ "Apache-2.0" ]
1
2021-08-05T14:59:09.000Z
2021-08-05T14:59:09.000Z
src/VMelnalksnis.ISO20022DotNet/MessageSets/BankToCustomerCashManagement/V2/AccountReport/AccountIdentification4Choice.cs
VMelnalksnis/ISO20022DotNet
51b8fad2dc2f6bb408958125539c7cac95e04a66
[ "Apache-2.0" ]
null
null
null
// Copyright 2021 Valters Melnalksnis // 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 in the project root or at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
42.1875
116
0.752099
99572bed299d429c727c9058353e5447b1b32faf
9,355
cs
C#
Assets/Script/Perguntas.cs
GabrielSilva584/SalvandoLaura
c0fda528788c298669a630778a57a2c0f1f60b7f
[ "MIT" ]
null
null
null
Assets/Script/Perguntas.cs
GabrielSilva584/SalvandoLaura
c0fda528788c298669a630778a57a2c0f1f60b7f
[ "MIT" ]
null
null
null
Assets/Script/Perguntas.cs
GabrielSilva584/SalvandoLaura
c0fda528788c298669a630778a57a2c0f1f60b7f
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; using LitJson; using UnityEngine.UI; using UnityEngine.Audio; using System.Collections.Generic; public class Perguntas : MonoBehaviour { public string filePath; public string jsonString; public JsonData perguntaData; public int numPergunta = 0; public int numPergunta2...
34.393382
163
0.673009
99b2b710721e2f8f63e1eee334e8bbe1f20da355
19,426
cs
C#
Telephone Directory/Form2.Designer.cs
lameRER/Telephone-Directory
98ba0cd57c95db045455d8559a71330ab54d54de
[ "MIT" ]
null
null
null
Telephone Directory/Form2.Designer.cs
lameRER/Telephone-Directory
98ba0cd57c95db045455d8559a71330ab54d54de
[ "MIT" ]
1
2021-09-04T10:21:56.000Z
2021-09-04T10:21:56.000Z
Telephone Directory/Form2.Designer.cs
lameRER/Telephone-Directory
98ba0cd57c95db045455d8559a71330ab54d54de
[ "MIT" ]
null
null
null
namespace Telephone_Directory { partial class Form4 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
50.06701
150
0.618604
56893ff81154d7da79d57a5e1d264c2c5838c800
9,065
cs
C#
DBFilesClient.NET/WDB6/Reader.cs
qyh214/DBFilesClient.NET
a58eb002df99c5ab417aad1eb43e69d37431ef18
[ "WTFPL" ]
null
null
null
DBFilesClient.NET/WDB6/Reader.cs
qyh214/DBFilesClient.NET
a58eb002df99c5ab417aad1eb43e69d37431ef18
[ "WTFPL" ]
null
null
null
DBFilesClient.NET/WDB6/Reader.cs
qyh214/DBFilesClient.NET
a58eb002df99c5ab417aad1eb43e69d37431ef18
[ "WTFPL" ]
1
2019-04-17T06:34:39.000Z
2019-04-17T06:34:39.000Z
using System; using System.CodeDom; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.InteropServices; namespace DBFilesClient.NET.WDB6 { internal class Reader<T> : WDB5.Reader<T> where T : class, new() { ...
41.774194
164
0.548593
c05b528e934d9006fd192ba50633c7e2a0b458e5
2,397
cs
C#
src/Yort.Http.ClientPipeline.Uwp.Tests/Filters/InsecureRedirectionFilterTests.cs
Yortw/Yort.Http.Pipeline
27e5cb95a36a00df9bc8c11483625d47b511b311
[ "MIT" ]
null
null
null
src/Yort.Http.ClientPipeline.Uwp.Tests/Filters/InsecureRedirectionFilterTests.cs
Yortw/Yort.Http.Pipeline
27e5cb95a36a00df9bc8c11483625d47b511b311
[ "MIT" ]
null
null
null
src/Yort.Http.ClientPipeline.Uwp.Tests/Filters/InsecureRedirectionFilterTests.cs
Yortw/Yort.Http.Pipeline
27e5cb95a36a00df9bc8c11483625d47b511b311
[ "MIT" ]
null
null
null
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using System; using System.Threading.Tasks; using Yort.Http.ClientPipeline; namespace Yort.Http.ClientPipeline.Uwp.Tests { [TestClass] public class InsecureRedirectionFilterTests { #region Constructor Tests [TestMethod] [TestCategory(nameof(Insec...
34.73913
167
0.780559
c7e0ab29c819365990995220851a88d1d92d9c12
249
cs
C#
WpfApp.Net462/Views/DemoMarkup.cs
DingpingZhang/XamlExtensions
f4f3cb629c9641355f0f8a8974c78e314bcc2d1e
[ "MIT" ]
68
2019-03-30T06:26:42.000Z
2022-03-31T08:16:31.000Z
WpfApp.Net462/Views/DemoMarkup.cs
DingpingZhang/XamlExtensions
f4f3cb629c9641355f0f8a8974c78e314bcc2d1e
[ "MIT" ]
4
2021-03-04T07:30:03.000Z
2021-09-24T03:21:19.000Z
WpfApp.Net462/Views/DemoMarkup.cs
DingpingZhang/XamlExtensions
f4f3cb629c9641355f0f8a8974c78e314bcc2d1e
[ "MIT" ]
9
2019-04-09T08:07:14.000Z
2022-03-15T05:34:34.000Z
namespace WpfApp.Net462.Views { /// <summary> /// Interaction logic for MarkupDemo.xaml /// </summary> public partial class DemoMarkup { public DemoMarkup() { InitializeComponent(); } } }
17.785714
45
0.546185
2aae16f6665212d0aca6433f92031cc9d5d618b1
5,097
cs
C#
Frontend/GaMR/Assets/Scripts/Model Import/ModelLoadManager.cs
rwth-acis/GaMR
09d715226ab1e0b59cdd46dd56f22c1993c94230
[ "MIT" ]
11
2017-09-28T10:43:26.000Z
2022-03-17T07:52:56.000Z
Frontend/GaMR/Assets/Scripts/Model Import/ModelLoadManager.cs
rwth-acis/GaMR
09d715226ab1e0b59cdd46dd56f22c1993c94230
[ "MIT" ]
null
null
null
Frontend/GaMR/Assets/Scripts/Model Import/ModelLoadManager.cs
rwth-acis/GaMR
09d715226ab1e0b59cdd46dd56f22c1993c94230
[ "MIT" ]
1
2019-05-13T08:07:44.000Z
2019-05-13T08:07:44.000Z
using HoloToolkit.Unity; using HoloToolkit.Unity.InputModule; using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Networking; /// <summary> /// Loads the X3D models and handles their instantiation /// </summary> public class ModelLoadManager { ...
36.934783
149
0.62527
21db42b9f27af6f1d5c10a849c37c345dd42b011
1,403
cs
C#
src/KMorcinek.WolvesAndRabbits/KMorcinek.WolvesAndRabbits/LettuceField.cs
kmorcinek/wolves-and-rabbits
d28d7b6e4aaea80240043b0df7a541be5fbf6e7f
[ "MIT" ]
null
null
null
src/KMorcinek.WolvesAndRabbits/KMorcinek.WolvesAndRabbits/LettuceField.cs
kmorcinek/wolves-and-rabbits
d28d7b6e4aaea80240043b0df7a541be5fbf6e7f
[ "MIT" ]
2
2016-01-20T09:51:57.000Z
2019-01-23T21:19:48.000Z
src/KMorcinek.WolvesAndRabbits/KMorcinek.WolvesAndRabbits/LettuceField.cs
kmorcinek/wolves-and-rabbits
d28d7b6e4aaea80240043b0df7a541be5fbf6e7f
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using KMorcinek.WolvesAndRabbits.Configuration; using KMorcinek.WolvesAndRabbits.Utils; namespace KMorcinek.WolvesAndRabbits { public class LettuceField { private readonly IRandom random; private readonly LettuceFieldConfigurat...
28.632653
142
0.607983
5fd3ad755207a678e904ce0ed515bf4192a11935
9,813
cs
C#
Diceware.NET/MainWindow.Designer.cs
nopeinomicon/Diceware.NET
5aea36fafbba27664a15da25b61b982e55abeb33
[ "Unlicense" ]
1
2018-07-26T19:06:15.000Z
2018-07-26T19:06:15.000Z
Diceware.NET/MainWindow.Designer.cs
cubedev2539/Diceware.NET
5aea36fafbba27664a15da25b61b982e55abeb33
[ "Unlicense" ]
null
null
null
Diceware.NET/MainWindow.Designer.cs
cubedev2539/Diceware.NET
5aea36fafbba27664a15da25b61b982e55abeb33
[ "Unlicense" ]
null
null
null
namespace Diceware.NET { partial class MainWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <...
48.339901
132
0.625497
27204d837db1154217ba5a701d400c8e1fd2825e
560
cs
C#
src/factory/PizzaStoreAbstractFactory/FactoryMethods/Abstractions/PizzaStore.cs
EugenieAmalfitano/design-patterns
2f024f171c16bc14f45e716050e979fc8d203996
[ "MIT" ]
null
null
null
src/factory/PizzaStoreAbstractFactory/FactoryMethods/Abstractions/PizzaStore.cs
EugenieAmalfitano/design-patterns
2f024f171c16bc14f45e716050e979fc8d203996
[ "MIT" ]
null
null
null
src/factory/PizzaStoreAbstractFactory/FactoryMethods/Abstractions/PizzaStore.cs
EugenieAmalfitano/design-patterns
2f024f171c16bc14f45e716050e979fc8d203996
[ "MIT" ]
null
null
null
using System; using PizzaStoreAbstractFactory.Products.Pizzas; namespace PizzaStoreAbstractFactory.FactoryMethods { public abstract class PizzaStore { protected abstract Pizza CreatePizza(string item); public Pizza OrderPizza(string type) { Pizza pizza = CreatePi...
25.454545
70
0.555357
c3317fb5f2ed4d0501c603c3762afefeb3c0d73a
2,704
cs
C#
Fabric.Identity.API/Persistence/SqlServer/Stores/SqlServerIdentityResourceStore.cs
petermcclanahan/Fabric.Identity
8f5569dedfd6720dac15c79b7f5d2840557cfd18
[ "Apache-2.0" ]
null
null
null
Fabric.Identity.API/Persistence/SqlServer/Stores/SqlServerIdentityResourceStore.cs
petermcclanahan/Fabric.Identity
8f5569dedfd6720dac15c79b7f5d2840557cfd18
[ "Apache-2.0" ]
null
null
null
Fabric.Identity.API/Persistence/SqlServer/Stores/SqlServerIdentityResourceStore.cs
petermcclanahan/Fabric.Identity
8f5569dedfd6720dac15c79b7f5d2840557cfd18
[ "Apache-2.0" ]
null
null
null
using System; using System.Linq; using System.Threading.Tasks; using Fabric.Identity.API.Persistence.SqlServer.Services; using Microsoft.EntityFrameworkCore; using Fabric.Identity.API.Persistence.SqlServer.Mappers; using IdentityResource = IdentityServer4.Models.IdentityResource; namespace Fabric.Identity.API.Persist...
33.382716
104
0.651257
533ca830dfc87a75dadd3bb3e150fa6f5a28e065
677
cs
C#
Alipay.AopSdk.Core/Response/AlipaySecurityProdSignatureTaskApplyResponse.cs
leixf2005/Alipay.AopSdk.Core
cd8aecdd436d4b01ee87fabfee773e4210214c81
[ "MIT" ]
null
null
null
Alipay.AopSdk.Core/Response/AlipaySecurityProdSignatureTaskApplyResponse.cs
leixf2005/Alipay.AopSdk.Core
cd8aecdd436d4b01ee87fabfee773e4210214c81
[ "MIT" ]
null
null
null
Alipay.AopSdk.Core/Response/AlipaySecurityProdSignatureTaskApplyResponse.cs
leixf2005/Alipay.AopSdk.Core
cd8aecdd436d4b01ee87fabfee773e4210214c81
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Xml.Serialization; using Alipay.AopSdk.Core.Domain; namespace Alipay.AopSdk.Core.Response { /// <summary> /// AlipaySecurityProdSignatureTaskApplyResponse. /// </summary> public class AlipaySecurityProdSignatureTaskApplyResponse : AopResponse { ...
26.038462
75
0.620384
12e1e1768b096997228614523e885ffc7235e418
19,519
cs
C#
Assets/Code/Idevgame/GUI/Dialog/FightWnd.cs
xxmingming/meteor_original_ios
84be54811bbfe504e337590bf8699973baf2cec1
[ "Apache-2.0" ]
1
2020-05-27T13:56:50.000Z
2020-05-27T13:56:50.000Z
Assets/Code/Idevgame/GUI/Dialog/FightWnd.cs
xxmingming/meteor_original_ios
84be54811bbfe504e337590bf8699973baf2cec1
[ "Apache-2.0" ]
null
null
null
Assets/Code/Idevgame/GUI/Dialog/FightWnd.cs
xxmingming/meteor_original_ios
84be54811bbfe504e337590bf8699973baf2cec1
[ "Apache-2.0" ]
null
null
null
using UnityEngine; using System.Collections.Generic; using System.Collections; using System; using UnityEngine.UI; using Idevgame.GameState; using Idevgame.GameState.DialogState; public class FightState : PersistDialog<FightUiConroller> { public override string DialogName { get { return "FightWnd"; } } public...
36.758945
160
0.639121