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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eddea38b059763de63e031b10d6ce7923fe34a49 | 125 | cs | C# | src/MyUnitTestExcerise/MyUnitTestExcerise/IEmailSender.cs | RyanPan/CodeBook | 094d422257b56b3e3b18df3e9b31f93a45bd265e | [
"Apache-2.0"
] | null | null | null | src/MyUnitTestExcerise/MyUnitTestExcerise/IEmailSender.cs | RyanPan/CodeBook | 094d422257b56b3e3b18df3e9b31f93a45bd265e | [
"Apache-2.0"
] | null | null | null | src/MyUnitTestExcerise/MyUnitTestExcerise/IEmailSender.cs | RyanPan/CodeBook | 094d422257b56b3e3b18df3e9b31f93a45bd265e | [
"Apache-2.0"
] | null | null | null | namespace MyUnitTestExcerise
{
public interface IEmailSender
{
bool SendEmail(string content);
}
} | 17.857143 | 40 | 0.64 |
d90f0aba3ca111ff075f102c1c3a1839d1a6f249 | 323 | cs | C# | Alphicsh.GameJamTools/Jam Player/Alphicsh.JamPlayer.Controls/Ratings/CommentSection.xaml.cs | Alphish/game-jam-tools | d032a7bb45700fa7d96f65b9e8fa42cc25e80d46 | [
"MIT"
] | 2 | 2021-11-10T00:28:49.000Z | 2021-11-10T00:31:03.000Z | Alphicsh.GameJamTools/Jam Player/Alphicsh.JamPlayer.Controls/Ratings/CommentSection.xaml.cs | Alphish/game-jam-tools | d032a7bb45700fa7d96f65b9e8fa42cc25e80d46 | [
"MIT"
] | null | null | null | Alphicsh.GameJamTools/Jam Player/Alphicsh.JamPlayer.Controls/Ratings/CommentSection.xaml.cs | Alphish/game-jam-tools | d032a7bb45700fa7d96f65b9e8fa42cc25e80d46 | [
"MIT"
] | null | null | null | using System.Windows.Controls;
namespace Alphicsh.JamPlayer.Controls.Ratings
{
/// <summary>
/// Interaction logic for CommentSection.xaml
/// </summary>
public partial class CommentSection : UserControl
{
public CommentSection()
{
InitializeComponent();
}
}... | 20.1875 | 53 | 0.619195 |
e4f929263ecb402750a4c855e3f707da49804761 | 329 | cs | C# | CardTerminalLibrary/Protocols/ZVT/ApplicationLayer/APDU/DiagnosisApdu.cs | areiter/libecterm | 0eedcd1efcad31f5557077f69fd4229af15dfa1e | [
"MIT"
] | 20 | 2016-07-19T16:40:47.000Z | 2021-09-15T12:45:58.000Z | CardTerminalLibrary/Protocols/ZVT/ApplicationLayer/APDU/DiagnosisApdu.cs | deveck/libecterm | 0eedcd1efcad31f5557077f69fd4229af15dfa1e | [
"MIT"
] | 2 | 2016-07-11T15:54:14.000Z | 2021-04-30T17:19:14.000Z | CardTerminalLibrary/Protocols/ZVT/ApplicationLayer/APDU/DiagnosisApdu.cs | areiter/libecterm | 0eedcd1efcad31f5557077f69fd4229af15dfa1e | [
"MIT"
] | 20 | 2016-07-28T19:05:49.000Z | 2020-11-01T19:02:41.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace Wiffzack.Devices.CardTerminals.Protocols.ZVT.ApplicationLayer.APDU
{
public class DiagnosisApdu : ApduBase
{
protected override byte[] ByteControlField
{
get { return new byte[] { 0x06, 0x70 }; }
}... | 21.933333 | 76 | 0.659574 |
c49b8eb8b854b3941db71c4c142a83f7f67680d2 | 1,182 | cs | C# | src/AddIns/DisplayBindings/XmlEditor/Project/Src/FoldingManagerAdapter.cs | dongdapeng110/SharpDevelopTest | 0339adff83ca9589e700593e6d5d1e7658e7e951 | [
"MIT"
] | 11 | 2015-05-14T08:36:05.000Z | 2021-10-06T06:43:47.000Z | src/AddIns/DisplayBindings/XmlEditor/Project/Src/FoldingManagerAdapter.cs | denza/SharpDevelop | 406354bee0e349186868288447f23301a679c95c | [
"MIT"
] | null | null | null | src/AddIns/DisplayBindings/XmlEditor/Project/Src/FoldingManagerAdapter.cs | denza/SharpDevelop | 406354bee0e349186868288447f23301a679c95c | [
"MIT"
] | 10 | 2015-04-08T09:02:32.000Z | 2020-03-01T16:03:28.000Z | // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
using System;
using System.Collections.Generic;
using ICSharpCode.AvalonEdit.Folding;
using ICSharpCode.SharpDevelop.Editor;
u... | 27.488372 | 103 | 0.754653 |
c4a02d94fe5b6f6f7734013905415c9a27157c8f | 13,428 | cs | C# | Irc/NetworkProfile.cs | zmilliron/Irc | e0d55585133e9f4fdfc087bd42ef8bd15b344b43 | [
"MS-PL"
] | null | null | null | Irc/NetworkProfile.cs | zmilliron/Irc | e0d55585133e9f4fdfc087bd42ef8bd15b344b43 | [
"MS-PL"
] | null | null | null | Irc/NetworkProfile.cs | zmilliron/Irc | e0d55585133e9f4fdfc087bd42ef8bd15b344b43 | [
"MS-PL"
] | null | null | null | /****************************************************************************************
* Copyright (c) Zachary Milliron
*
* This source is subject to the Microsoft Public License.
* See https://opensource.org/licenses/MS-PL.
* All other rights worth reserving are reserved.
************************************... | 31.227907 | 144 | 0.466711 |
f41467d55e0c296df0b3c41b927581c03b2e44e8 | 712 | cs | C# | Assets/Editor/ColyseusTests/Schema/ArraySchemaTypes/ArraySchemaTypes.cs | astrobeef/colyseus-unity3d | 287c6c561d1141ad1079b0cc5509df5b2b6affa5 | [
"MIT"
] | 1 | 2021-08-03T02:50:17.000Z | 2021-08-03T02:50:17.000Z | Assets/Editor/ColyseusTests/Schema/ArraySchemaTypes/ArraySchemaTypes.cs | astrobeef/colyseus-unity3d | 287c6c561d1141ad1079b0cc5509df5b2b6affa5 | [
"MIT"
] | null | null | null | Assets/Editor/ColyseusTests/Schema/ArraySchemaTypes/ArraySchemaTypes.cs | astrobeef/colyseus-unity3d | 287c6c561d1141ad1079b0cc5509df5b2b6affa5 | [
"MIT"
] | 1 | 2021-08-03T02:50:28.000Z | 2021-08-03T02:50:28.000Z | //
// THIS FILE HAS BEEN GENERATED AUTOMATICALLY
// DO NOT CHANGE IT MANUALLY UNLESS YOU KNOW WHAT YOU'RE DOING
//
// GENERATED USING @colyseus/schema 0.4.54
//
using Colyseus.Schema;
namespace SchemaTest.ArraySchemaTypes {
public class ArraySchemaTypes : Schema {
[Type(0, "array", typeof(ArraySchema<IAmAChild>... | 28.48 | 78 | 0.717697 |
d68d5c8149d4c32732784f709ed3fd9f72298755 | 192 | cs | C# | configuring-built-in-container/ConfiguringBuiltInContainer/Services/IPurchasingService.cs | Demonslyr/blog-examples | cbe014b437ae63d93c2f1f2c6ee6137d0fa58565 | [
"MIT"
] | 323 | 2016-05-31T16:49:05.000Z | 2022-03-25T06:50:03.000Z | configuring-built-in-container/ConfiguringBuiltInContainer/Services/IPurchasingService.cs | Demonslyr/blog-examples | cbe014b437ae63d93c2f1f2c6ee6137d0fa58565 | [
"MIT"
] | 12 | 2016-09-26T10:02:42.000Z | 2022-03-16T15:39:55.000Z | configuring-built-in-container/ConfiguringBuiltInContainer/Services/IPurchasingService.cs | Demonslyr/blog-examples | cbe014b437ae63d93c2f1f2c6ee6137d0fa58565 | [
"MIT"
] | 426 | 2016-08-22T19:29:37.000Z | 2022-03-31T17:57:44.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ConfiguringBuiltInContainer
{
public interface IPurchasingService
{
}
}
| 16 | 39 | 0.776042 |
6b2a15e2e40d7ada61af1fffedd2e5662f537c49 | 3,461 | cs | C# | Assets/AlgineFighterJet/Scripts/GeneralPropellerAircraft/PropellerAircraftCameraController.cs | Alavy/AircrafSimulator | 103310539a3702709eef95a6351b5599a639d32b | [
"MIT"
] | 1 | 2022-01-23T15:43:00.000Z | 2022-01-23T15:43:00.000Z | Assets/AlgineFighterJet/Scripts/GeneralPropellerAircraft/PropellerAircraftCameraController.cs | Alavy/AircraftSimulator | 103310539a3702709eef95a6351b5599a639d32b | [
"MIT"
] | null | null | null | Assets/AlgineFighterJet/Scripts/GeneralPropellerAircraft/PropellerAircraftCameraController.cs | Alavy/AircraftSimulator | 103310539a3702709eef95a6351b5599a639d32b | [
"MIT"
] | null | null | null | using Algine.Aircraft.UI;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Algine.GeneraPropellerAircraft
{
public class PropellerAircraftCameraController : MonoBehaviour
{
#region Camera
[SerializeField]
private Vector2 sensitivityFoCamera = new... | 32.046296 | 75 | 0.565155 |
42e4d38aaceee7ad4977af8b80b4750cec60f79e | 1,882 | cs | C# | Importer/src/dumping/AnimationDumper.cs | pimmelpansen/Frische-Haut | e6af5be2651e3c7063b6f952be2c8f3f60cb9f60 | [
"MIT"
] | 48 | 2017-09-18T16:12:49.000Z | 2022-01-10T20:16:15.000Z | Importer/src/dumping/AnimationDumper.cs | pimmelpansen/virtually-naked | e6af5be2651e3c7063b6f952be2c8f3f60cb9f60 | [
"MIT"
] | null | null | null | Importer/src/dumping/AnimationDumper.cs | pimmelpansen/virtually-naked | e6af5be2651e3c7063b6f952be2c8f3f60cb9f60 | [
"MIT"
] | 14 | 2017-12-21T21:14:34.000Z | 2022-03-18T15:21:35.000Z | using System.IO;
using System.Linq;
using System.Collections.Generic;
class AnimationDumper {
private static readonly DirectoryInfo AnimationSourceDirectory = CommonPaths.SourceAssetsDir.Subdirectory("mixamo-animations");
public static void DumpAllAnimations(Figure figure, DirectoryInfo figureDestDir) {
Animation... | 33.607143 | 146 | 0.782678 |
116dedca47502557e4e57662291a12d5885d82af | 591 | cs | C# | Assets/Mufaja'a/Scripts/Enums/EGameState.cs | BigETI/MufajaA | 2ceb3718b709368321d4c98e46bfd674d5246e6d | [
"MIT"
] | null | null | null | Assets/Mufaja'a/Scripts/Enums/EGameState.cs | BigETI/MufajaA | 2ceb3718b709368321d4c98e46bfd674d5246e6d | [
"MIT"
] | null | null | null | Assets/Mufaja'a/Scripts/Enums/EGameState.cs | BigETI/MufajaA | 2ceb3718b709368321d4c98e46bfd674d5246e6d | [
"MIT"
] | null | null | null | /// <summary>
/// Mufaja'a namespace
/// </summary>
namespace MufajaA
{
/// <summary>
/// Game state enumerator
/// </summary>
public enum EGameState
{
/// <summary>
/// None
/// </summary>
None,
/// <summary>
/// Counting
/// </summary>
... | 15.972973 | 29 | 0.397631 |
118c77639a845c7ef866b0f1ba54d551f2678d6b | 17,830 | cs | C# | SourceBase/Presentation/PresentationApp/AdminForms/frmAdmin_PMTCT_CustomItems.aspx.cs | uon-crissp/IQCare | de4276400e609615d22007e680b6bb23abc3a244 | [
"MIT"
] | null | null | null | SourceBase/Presentation/PresentationApp/AdminForms/frmAdmin_PMTCT_CustomItems.aspx.cs | uon-crissp/IQCare | de4276400e609615d22007e680b6bb23abc3a244 | [
"MIT"
] | 69 | 2018-01-16T08:44:01.000Z | 2018-10-01T17:53:03.000Z | SourceBase/Presentation/PresentationApp/AdminForms/frmAdmin_PMTCT_CustomItems.aspx.cs | uon-crissp/IQCare | de4276400e609615d22007e680b6bb23abc3a244 | [
"MIT"
] | 3 | 2018-09-27T08:20:10.000Z | 2018-10-01T17:21:41.000Z | using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml;
using Application.Common;
using Applica... | 49.118457 | 398 | 0.535951 |
f7146f7c46e74d529dd7746dd58ac0a2a10afeb8 | 1,581 | cs | C# | Auxano.Osm.Api/BadgeProgressReport.cs | craigsammisutherland/osm.api | 174ea8f4bd608069c00903123baea935a1a0d618 | [
"MIT"
] | 2 | 2016-11-08T23:56:09.000Z | 2021-01-10T17:52:45.000Z | Auxano.Osm.Api/BadgeProgressReport.cs | craigsammisutherland/osm.api | 174ea8f4bd608069c00903123baea935a1a0d618 | [
"MIT"
] | null | null | null | Auxano.Osm.Api/BadgeProgressReport.cs | craigsammisutherland/osm.api | 174ea8f4bd608069c00903123baea935a1a0d618 | [
"MIT"
] | 1 | 2019-10-22T06:47:19.000Z | 2019-10-22T06:47:19.000Z | using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
namespace Auxano.Osm.Api
{
/// <summary>
/// A report on the progress of a section toward a badge.
/// </summary>
public class BadgeProgressReport
: IEnumerable<BadgeProgress>
... | 29.277778 | 84 | 0.570525 |
f770b998de2440740c33dd3adc75ac65f42a36dd | 291 | cs | C# | 02DataTypesVariables/09_ExchangeValues/ExchangeValues.cs | Etonchev/Telerik_CSharpPart1 | b58d5e7f50a1f99d4f57433d282d2699dd748eff | [
"MIT"
] | null | null | null | 02DataTypesVariables/09_ExchangeValues/ExchangeValues.cs | Etonchev/Telerik_CSharpPart1 | b58d5e7f50a1f99d4f57433d282d2699dd748eff | [
"MIT"
] | null | null | null | 02DataTypesVariables/09_ExchangeValues/ExchangeValues.cs | Etonchev/Telerik_CSharpPart1 | b58d5e7f50a1f99d4f57433d282d2699dd748eff | [
"MIT"
] | null | null | null | using System;
class ExchangeValues
{
static void Main()
{
int a = 5;
int b = 10;
Console.WriteLine("Before a = {0}, b = {1}", a, b);
a = a + b;
b = a - b;
a = a - b;
Console.WriteLine("After a = {0}, b = {1}", a, b);
}
}
| 18.1875 | 59 | 0.408935 |
16f639774b11099c5fbe9b17c9847993314d98f4 | 55 | cshtml | C# | src/CoreUI.Mvc/Areas/Identity/Pages/Account/Manage/_ViewImports.cshtml | mluna2018/AspNetCore2CoreUI | 56451e8c1ee5081656f26d4a5b14a77c4b3a2e83 | [
"MIT"
] | 91 | 2018-02-03T07:43:06.000Z | 2022-02-11T02:53:23.000Z | src/CoreUI.Mvc/Areas/Identity/Pages/Account/Manage/_ViewImports.cshtml | mluna2018/AspNetCore2CoreUI | 56451e8c1ee5081656f26d4a5b14a77c4b3a2e83 | [
"MIT"
] | 17 | 2018-04-15T08:45:02.000Z | 2021-12-24T21:05:02.000Z | src/CoreUI.Mvc/Areas/Identity/Pages/Account/Manage/_ViewImports.cshtml | mluna2018/AspNetCore2CoreUI | 56451e8c1ee5081656f26d4a5b14a77c4b3a2e83 | [
"MIT"
] | 47 | 2018-01-15T18:03:11.000Z | 2021-04-19T00:38:26.000Z | @using CoreUI.Mvc.Areas.Identity.Pages.Account.Manage
| 27.5 | 54 | 0.818182 |
80fc1d3d448662cc3f3ca91d2274bc9063c468ac | 274 | cs | C# | src/Service.Balances.Postgres/DesignTime/ContextFactory.cs | MyJetWallet/Service.Balances | 47b083dffbd3a212895ad4f23dd12b0be34f0189 | [
"MIT"
] | null | null | null | src/Service.Balances.Postgres/DesignTime/ContextFactory.cs | MyJetWallet/Service.Balances | 47b083dffbd3a212895ad4f23dd12b0be34f0189 | [
"MIT"
] | null | null | null | src/Service.Balances.Postgres/DesignTime/ContextFactory.cs | MyJetWallet/Service.Balances | 47b083dffbd3a212895ad4f23dd12b0be34f0189 | [
"MIT"
] | null | null | null | using MyJetWallet.Sdk.Postgres;
namespace Service.Balances.Postgres.DesignTime
{
public class ContextFactory : MyDesignTimeContextFactory<BalancesContext>
{
public ContextFactory() : base(options => new BalancesContext(options))
{
}
}
} | 24.909091 | 79 | 0.69708 |
9f2dcedba9a5445a0eda504ca6cd89baa21704b0 | 1,310 | cs | C# | Shared/StatsDownload.Wrappers/FileProvider.cs | StrungSafe/StatsDownloadDotNet | 8d0fb448206997c371a6cbf23971f91d310f5de6 | [
"MIT"
] | 2 | 2017-12-12T23:19:19.000Z | 2018-02-16T08:55:34.000Z | Shared/StatsDownload.Wrappers/FileProvider.cs | alain-michel-pilot/StatsDownloadDotNet | e6d5da8ce98c48ab160a9652e3c2a0177b6ab805 | [
"MIT"
] | 2 | 2018-07-22T19:32:26.000Z | 2018-07-24T00:52:07.000Z | Shared/StatsDownload.Wrappers/FileProvider.cs | alain-michel-pilot/StatsDownloadDotNet | e6d5da8ce98c48ab160a9652e3c2a0177b6ab805 | [
"MIT"
] | 2 | 2017-12-09T21:47:07.000Z | 2018-04-22T18:05:44.000Z | namespace StatsDownload.Wrappers
{
using System.IO;
using StatsDownload.Core.Interfaces;
public class FileProvider : IFileService
{
public void CopyFile(string source, string target)
{
EnsureFileDirectoryExists(target);
File.Copy(source, target, true);
... | 24.716981 | 70 | 0.561069 |
042944e2e346ac29057a17b1b6b28e969656944d | 1,020 | cs | C# | Settings/UI/RunCommandsFlowCoordinator.cs | sovietspaceship/BeatSaber_RunCommands | 6f51b8f583f1d30ec79c8c6d748f0bfd824f5b02 | [
"MIT"
] | null | null | null | Settings/UI/RunCommandsFlowCoordinator.cs | sovietspaceship/BeatSaber_RunCommands | 6f51b8f583f1d30ec79c8c6d748f0bfd824f5b02 | [
"MIT"
] | null | null | null | Settings/UI/RunCommandsFlowCoordinator.cs | sovietspaceship/BeatSaber_RunCommands | 6f51b8f583f1d30ec79c8c6d748f0bfd824f5b02 | [
"MIT"
] | null | null | null | using HMUI;
using Zenject;
using BeatSaberMarkupLanguage;
namespace RunCommands.Settings.UI
{
internal class RunCommandsFlowCoordinator : FlowCoordinator
{
MainFlowCoordinator _mainFlow;
private RunCommandsViewController _runCommandsListView;
[Inject]
public void Construct(Main... | 30 | 115 | 0.660784 |
0b355c21b1d27654872f7c943ca5a4ec786452a5 | 328 | cs | C# | src/TradeHub.Backtesting.Runner/Program.cs | leboeuf/TradeHub-csharp | 612424797a4e824c6c9c41735d99740b8ad4a5a1 | [
"MIT"
] | 6 | 2015-08-24T20:52:34.000Z | 2020-12-08T21:32:16.000Z | src/TradeHub.Backtesting.Runner/Program.cs | leboeuf/TradeHub-csharp | 612424797a4e824c6c9c41735d99740b8ad4a5a1 | [
"MIT"
] | 1 | 2020-11-14T23:24:16.000Z | 2020-11-14T23:34:02.000Z | src/TradeHub.Backtesting.Runner/Program.cs | leboeuf/TradeHub-csharp | 612424797a4e824c6c9c41735d99740b8ad4a5a1 | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
using TradeHub.StockScreener;
namespace TradeHub.Backtesting.Runner
{
class Program
{
static async Task Main(string[] args)
{
// Get symbols
var stockScreener = new Screener();
var stocks = await stockScreener.Find();
}
... | 20.5 | 52 | 0.591463 |
094aafb05d1201ce1bffa1a77d929d14d3c379b6 | 6,901 | cs | C# | Microsoft.Research/CodeAnalysis/Inference/Assume.cs | jeroen-mostert/CodeContracts | a7df47aaf1b6570abc07191a32a0afa29f9838e8 | [
"MIT"
] | 778 | 2015-01-15T21:59:13.000Z | 2019-05-04T04:14:50.000Z | Microsoft.Research/CodeAnalysis/Inference/Assume.cs | tom-englert/CodeContracts | 7255a95ec1de1453518852030de285d0fa001c11 | [
"MIT"
] | 460 | 2015-01-16T06:30:35.000Z | 2019-02-26T16:13:29.000Z | Microsoft.Research/CodeAnalysis/Inference/Assume.cs | tom-englert/CodeContracts | 7255a95ec1de1453518852030de285d0fa001c11 | [
"MIT"
] | 198 | 2015-01-15T22:02:07.000Z | 2019-04-10T14:09:57.000Z | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Diagnostics.Contracts;
using Microsoft.Research.DataStructures;
using System.IO;
namesp... | 31.226244 | 163 | 0.633097 |
eb3199fb7280ca2e5c23063bc82fbf8830f97bbb | 6,926 | cs | C# | JW2Library.Implement/APIServer/Startup.cs | nameofSEOKWONHONG/JWLibraryNetCore | f64f1bf8baace4c52bb69fe281220d1648f03c30 | [
"MIT"
] | 3 | 2021-02-22T13:15:26.000Z | 2021-06-09T06:03:20.000Z | JW2Library.Implement/APIServer/Startup.cs | nameofSEOKWONHONG/JWLibraryNetCore | f64f1bf8baace4c52bb69fe281220d1648f03c30 | [
"MIT"
] | 30 | 2021-02-15T05:04:14.000Z | 2021-06-23T10:14:40.000Z | JW2Library.Implement/APIServer/Startup.cs | nameofSEOKWONHONG/JWLibraryNetCore | f64f1bf8baace4c52bb69fe281220d1648f03c30 | [
"MIT"
] | 2 | 2021-04-15T13:28:54.000Z | 2021-07-16T01:15:50.000Z | #region [using]
using System;
using System.IO;
using APIServer.Config;
using APIServer.Util;
using Autofac;
using Autofac.Extensions.DependencyInjection;
using eXtensionSharp;
using JLiteDBFlex;
using JWLibrary.DI;
using JWLibrary.ServiceExecutor;
using JWLibrary.Util.Session;
using JWLibrary.Web;
using Microsoft.AspNe... | 38.692737 | 195 | 0.565983 |
9a8cf4cc7c9a3cb69f129daf13fe19ef9be877f9 | 614 | cs | C# | src/SFA.Apprenticeships.Domain.Entities/Exceptions/DomainException.cs | BugsUK/FindApprenticeship | cd261c9199c3563031aab66582c0a10ecc055f8a | [
"MIT"
] | 2 | 2019-02-14T17:06:44.000Z | 2021-02-22T13:02:31.000Z | src/SFA.Apprenticeships.Domain.Entities/Exceptions/DomainException.cs | BugsUK/FindApprenticeship | cd261c9199c3563031aab66582c0a10ecc055f8a | [
"MIT"
] | 1 | 2020-03-13T15:39:54.000Z | 2020-03-13T15:39:54.000Z | src/SFA.Apprenticeships.Domain.Entities/Exceptions/DomainException.cs | BugsUK/FindApprenticeship | cd261c9199c3563031aab66582c0a10ecc055f8a | [
"MIT"
] | 2 | 2020-03-13T15:27:47.000Z | 2020-11-04T04:39:21.000Z | namespace SFA.Apprenticeships.Domain.Entities.Exceptions
{
using System;
public class DomainException : CustomException
{
public DomainException(string code)
: base(code)
{
Code = code;
}
public DomainException(string code, object data) : base(code)... | 22.740741 | 82 | 0.545603 |
f8f3ff5e9a03478dd6925721a346a9f5511753ca | 167 | cs | C# | IServices/IService.cs | HadesLam/JsCode | 85f55fdf2a2884c7c9daa5ace085ce98c4172b1d | [
"MIT"
] | null | null | null | IServices/IService.cs | HadesLam/JsCode | 85f55fdf2a2884c7c9daa5ace085ce98c4172b1d | [
"MIT"
] | 1 | 2019-10-20T01:34:55.000Z | 2019-10-20T01:34:55.000Z | IServices/IService.cs | HadesLam/JsCode | 85f55fdf2a2884c7c9daa5ace085ce98c4172b1d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace IServices
{
public interface IService : IDisposable
{
}
} | 13.916667 | 43 | 0.724551 |
5dc6e9e7b6b19b4b4f5dcb7220167e1489301cfb | 155 | cs | C# | CyberCAT.Core/Enums/Dumped Enums/questEAddRemoveItemType.cs | RakhithJK/CyberCAT | 50db3263a94247531853ba13c2e200f2e784ba8d | [
"MIT"
] | 127 | 2020-12-21T20:43:41.000Z | 2022-03-01T04:13:29.000Z | CyberCAT.Core/Enums/Dumped Enums/questEAddRemoveItemType.cs | RakhithJK/CyberCAT | 50db3263a94247531853ba13c2e200f2e784ba8d | [
"MIT"
] | 26 | 2020-12-23T00:15:44.000Z | 2022-03-19T10:32:06.000Z | CyberCAT.Core/Enums/Dumped Enums/questEAddRemoveItemType.cs | RakhithJK/CyberCAT | 50db3263a94247531853ba13c2e200f2e784ba8d | [
"MIT"
] | 52 | 2020-12-22T21:58:18.000Z | 2022-03-24T14:48:40.000Z | namespace CyberCAT.Core.DumpedEnums
{
public enum questEAddRemoveItemType
{
AddItem = 0,
RemoveByItemID = 1,
RemoveByTag = 2,
RemoveAll = 3
}
}
| 14.090909 | 36 | 0.709677 |
b0201125d7afd0bbe32f199493b3c015afb3226b | 1,037 | cs | C# | Source/MetaPrograms/Expressions/LocalVariableExpression.cs | felix-b/NWheels.CodeGeneration | 689573dd19856c15336cab04e07f9d9308d87730 | [
"MIT"
] | 3 | 2019-01-22T14:54:18.000Z | 2021-11-15T10:43:51.000Z | Source/MetaPrograms/Expressions/LocalVariableExpression.cs | felix-b/NWheels.CodeGeneration | 689573dd19856c15336cab04e07f9d9308d87730 | [
"MIT"
] | 4 | 2018-10-18T18:20:42.000Z | 2019-04-21T04:44:06.000Z | Source/MetaPrograms/Expressions/LocalVariableExpression.cs | felix-b/MetaPrograms | 103d5401693f299860e6dcc173ae4cd718316d24 | [
"MIT"
] | 1 | 2018-10-14T15:45:08.000Z | 2018-10-14T15:45:08.000Z | using MetaPrograms.Members;
namespace MetaPrograms.Expressions
{
public class LocalVariableExpression : AbstractExpression, IAssignable
{
public AbstractExpression AsExpression()
{
return this;
}
public override void AcceptVisitor(StatementVisitor visitor)
... | 27.289474 | 85 | 0.634523 |
b0248257b6d03a676f35694d4bc54f38a63f3c87 | 7,799 | cs | C# | EmployeeChatBot/Controllers/HomeController.cs | transcatcorp/EmployeeChatBot | 0c86398b7d85977c6de834ec39d2472d9e167210 | [
"MIT"
] | null | null | null | EmployeeChatBot/Controllers/HomeController.cs | transcatcorp/EmployeeChatBot | 0c86398b7d85977c6de834ec39d2472d9e167210 | [
"MIT"
] | null | null | null | EmployeeChatBot/Controllers/HomeController.cs | transcatcorp/EmployeeChatBot | 0c86398b7d85977c6de834ec39d2472d9e167210 | [
"MIT"
] | null | null | null | using EmployeeChatBot.ActiveDirectory;
using EmployeeChatBot.Data;
using EmployeeChatBot.Data.Access.Abstraction;
using EmployeeChatBot.Models;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Options;
using System;
using System.Diagnostics;
using System.Net.Mail;
using Syste... | 38.230392 | 181 | 0.572766 |
19043e01cde6a349b68f8a541f743c528d131c55 | 609 | cs | C# | src/System.Private.ServiceModel/src/System/ServiceModel/Channels/IRequestReplyCorrelator.cs | 777Eternal777/wcf | 5651770101c7268447aad4b018f09a5bd8f46957 | [
"MIT"
] | 1 | 2015-11-06T06:59:36.000Z | 2015-11-06T06:59:36.000Z | src/System.Private.ServiceModel/src/System/ServiceModel/Channels/IRequestReplyCorrelator.cs | cgyqu/wcf | 5651770101c7268447aad4b018f09a5bd8f46957 | [
"MIT"
] | null | null | null | src/System.Private.ServiceModel/src/System/ServiceModel/Channels/IRequestReplyCorrelator.cs | cgyqu/wcf | 5651770101c7268447aad4b018f09a5bd8f46957 | [
"MIT"
] | 2 | 2016-06-01T06:04:18.000Z | 2018-04-08T12:05:25.000Z | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace System.ServiceModel.Channels
{
// All implementations of this interface are required to be thread-safe
internal interface IRequestReplyCorrelator
... | 33.833333 | 101 | 0.696223 |
b9bb4b0f32d6ed3fdffa082e55df5c76f9461d66 | 661 | cs | C# | Enterprise Application/src/platform-apis/data/Packt.Ecommerce.DTO.Models/OrderStatus.cs | PacktPublishing/Enterprise-Application-Development-with-C-10-and-.NET-6-Second-Edition | 5ae2c44950c9861921283ddc16b0df95dcb2eb51 | [
"MIT"
] | 6 | 2021-12-10T09:03:09.000Z | 2022-03-27T22:53:40.000Z | Enterprise Application/src/platform-apis/data/Packt.Ecommerce.DTO.Models/OrderStatus.cs | PacktPublishing/Enterprise-Application-Development-with-C-10-and-.NET-6-Second-Edition | 5ae2c44950c9861921283ddc16b0df95dcb2eb51 | [
"MIT"
] | null | null | null | Enterprise Application/src/platform-apis/data/Packt.Ecommerce.DTO.Models/OrderStatus.cs | PacktPublishing/Enterprise-Application-Development-with-C-10-and-.NET-6-Second-Edition | 5ae2c44950c9861921283ddc16b0df95dcb2eb51 | [
"MIT"
] | 2 | 2022-02-09T21:20:15.000Z | 2022-02-19T15:33:43.000Z | // "//-----------------------------------------------------------------------".
// <copyright file="OrderStatus.cs" company="Packt">
// Copyright (c) 2020 Packt Corporation. All rights reserved.
// </copyright>
// "//-----------------------------------------------------------------------".
namespace Packt.Ecommer... | 27.541667 | 81 | 0.393343 |
94a8ddf5f1f92a8ecbeb4ed28cf5aca02cd33aa9 | 4,491 | cs | C# | Assets/Scripts/Bomb.cs | Reispfannenfresser/Core | be1b3298aa189e685ad61c90035d18da06d65fdc | [
"MIT"
] | null | null | null | Assets/Scripts/Bomb.cs | Reispfannenfresser/Core | be1b3298aa189e685ad61c90035d18da06d65fdc | [
"MIT"
] | null | null | null | Assets/Scripts/Bomb.cs | Reispfannenfresser/Core | be1b3298aa189e685ad61c90035d18da06d65fdc | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Bomb : MonoBehaviour {
public static HashSet<Bomb> all_bombs = new HashSet<Bomb>();
[SerializeField]
private int damage = 100;
[SerializeField]
private int explosion_radius = 3;
[SerializeField]
LayerMask enemies = 0;
... | 25.959538 | 107 | 0.725451 |
46625e911c37b036f7c1d8dbea6dfbd8e19e2b92 | 2,269 | cs | C# | Agent/Crypto/Aes.cs | admdev8/vinchuca | dc9501e4bc776d12084147f2f5c3efa2915b0d4a | [
"MIT"
] | 72 | 2017-03-22T16:35:18.000Z | 2021-12-26T21:43:50.000Z | Agent/Crypto/Aes.cs | ynx0/vinchuca | dc9501e4bc776d12084147f2f5c3efa2915b0d4a | [
"MIT"
] | 4 | 2017-03-27T22:01:33.000Z | 2022-03-29T18:13:07.000Z | Agent/Crypto/Aes.cs | m4ta1l/vinchuca | dc9501e4bc776d12084147f2f5c3efa2915b0d4a | [
"MIT"
] | 47 | 2017-03-28T00:51:51.000Z | 2021-12-19T13:41:29.000Z | using System;
using System.IO;
using System.Security.Cryptography;
using System.Text;
namespace Vinchuca.Crypto
{
class Aes
{
private static readonly byte[] InitialVectorBytes = Encoding.ASCII.GetBytes("OhRna+3m*aze01xZ");
public static byte[] Encrypt(byte[] message, int offset, in... | 38.457627 | 110 | 0.517849 |
5bd1f0ec1d6e9612f9c10702551554884daf4409 | 1,265 | cs | C# | OpenCoverToCoberturaConverter/Extensions.cs | begoldsm/OpenCoverToCoberturaConverter | 88d77ba0eab87b819261f7d6c41fcb993ae08ad9 | [
"Apache-2.0"
] | 1 | 2019-04-17T09:06:02.000Z | 2019-04-17T09:06:02.000Z | OpenCoverToCoberturaConverter/Extensions.cs | SeppPenner/OpenCoverToCoberturaConverter | a828499a49d1e05745352c2412ff5cb440d712de | [
"Apache-2.0"
] | null | null | null | OpenCoverToCoberturaConverter/Extensions.cs | SeppPenner/OpenCoverToCoberturaConverter | a828499a49d1e05745352c2412ff5cb440d712de | [
"Apache-2.0"
] | null | null | null | using System;
using System.Xml.Linq;
namespace Palmmedia.OpenCoverToCoberturaConverter
{
public static class Extensions
{
/// <summary>
/// Determines whether a <see cref="XElement"/> has an <see cref="XAttribute"/> with the given value..
/// </summary>
/// <param name="element... | 35.138889 | 130 | 0.568379 |
98061c88a9f254faa34ade5377713506c8bf6c8f | 129 | cs | C# | ahhhhhhhhhh/Library/PackageCache/com.unity.visualeffectgraph@7.1.8/Editor/Expressions/VFXExpressionRandom.cs | kenx00x/ahhhhhhhhhhhh | e3610c77f11bb0c142ee422ce8b9aad4f99d12b5 | [
"MIT"
] | null | null | null | ahhhhhhhhhh/Library/PackageCache/com.unity.visualeffectgraph@7.1.8/Editor/Expressions/VFXExpressionRandom.cs | kenx00x/ahhhhhhhhhhhh | e3610c77f11bb0c142ee422ce8b9aad4f99d12b5 | [
"MIT"
] | null | null | null | ahhhhhhhhhh/Library/PackageCache/com.unity.visualeffectgraph@7.1.8/Editor/Expressions/VFXExpressionRandom.cs | kenx00x/ahhhhhhhhhhhh | e3610c77f11bb0c142ee422ce8b9aad4f99d12b5 | [
"MIT"
] | null | null | null | version https://git-lfs.github.com/spec/v1
oid sha256:251f9e85e2278245e35cc7c647e787b94f103c49158c2dfc7419de4605be7cec
size 2303
| 32.25 | 75 | 0.883721 |
9872f00c574c4cb34f9090896d2449d11e830f1a | 175 | cs | C# | CocoStudio.Model/CocoStudio.Model.DataModel/IDataInitialize.cs | gdbobu/CocoStudio2.0.6 | b7202b200c953e7c1d80b1a24806b65af4847355 | [
"MIT"
] | 4 | 2017-10-22T14:55:25.000Z | 2020-09-20T03:06:50.000Z | CocoStudio.Model/CocoStudio.Model.DataModel/IDataInitialize.cs | gdbobu/CocoStudio2.0.6 | b7202b200c953e7c1d80b1a24806b65af4847355 | [
"MIT"
] | null | null | null | CocoStudio.Model/CocoStudio.Model.DataModel/IDataInitialize.cs | gdbobu/CocoStudio2.0.6 | b7202b200c953e7c1d80b1a24806b65af4847355 | [
"MIT"
] | 7 | 2017-04-23T08:13:13.000Z | 2022-03-22T06:44:12.000Z | using CocoStudio.Model.ViewModel;
using System;
namespace CocoStudio.Model.DataModel
{
public interface IDataInitialize
{
void DataInitialize(VisualObject vObject);
}
}
| 15.909091 | 44 | 0.8 |
22f56ce53e0afd357e68a4bcc53cc1e2926cc280 | 4,824 | cs | C# | DGP.Genshin/Service/UpdateService.cs | Klee233/Snap.Genshin | 59568c00ef5063b042823bae0240a104fc259ca2 | [
"MIT"
] | 1 | 2021-02-12T15:54:09.000Z | 2021-02-12T15:54:09.000Z | DGP.Genshin/Service/UpdateService.cs | Klee233/Snap.Genshin | 59568c00ef5063b042823bae0240a104fc259ca2 | [
"MIT"
] | null | null | null | DGP.Genshin/Service/UpdateService.cs | Klee233/Snap.Genshin | 59568c00ef5063b042823bae0240a104fc259ca2 | [
"MIT"
] | null | null | null | using DGP.Genshin.Helper;
using DGP.Genshin.Models.Github;
using DGP.Snap.Framework.Net.Download;
using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
namespace DGP.Genshin.Service
{
internal class UpdateService
{
public Uri PackageUri { get; set; }
public Version ... | 34.956522 | 129 | 0.55058 |
56ce1a8f22abdd197846c09811ed7e172a39273f | 333 | cs | C# | Backend/Graduation.Project/Graduation.Project.Entity/Static/OfferStatus.cs | danego61/Patika-Bupa-Acibadem-FullStack-Bootcamp-Graduation-Project | 4f558faba56a767657baef617a297345de3900e8 | [
"MIT"
] | null | null | null | Backend/Graduation.Project/Graduation.Project.Entity/Static/OfferStatus.cs | danego61/Patika-Bupa-Acibadem-FullStack-Bootcamp-Graduation-Project | 4f558faba56a767657baef617a297345de3900e8 | [
"MIT"
] | null | null | null | Backend/Graduation.Project/Graduation.Project.Entity/Static/OfferStatus.cs | danego61/Patika-Bupa-Acibadem-FullStack-Bootcamp-Graduation-Project | 4f558faba56a767657baef617a297345de3900e8 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Graduation.Project.Entity.Static
{
public enum OfferStatus
{
InsuredsAdding,
ProductSelection,
InstallmentSelection,
PaymentPending,
Comple... | 13.875 | 42 | 0.681682 |
d17756776e5525d592d15a9d4555af920e4fccfb | 3,498 | cs | C# | Assets/Scripts/Gameplay/Ball.cs | dcavadia/2DPong | e97af5e682721163f1dc31d1314efdfd5dca9c38 | [
"MIT"
] | null | null | null | Assets/Scripts/Gameplay/Ball.cs | dcavadia/2DPong | e97af5e682721163f1dc31d1314efdfd5dca9c38 | [
"MIT"
] | null | null | null | Assets/Scripts/Gameplay/Ball.cs | dcavadia/2DPong | e97af5e682721163f1dc31d1314efdfd5dca9c38 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
public class Ball : MonoBehaviour
{
Timer moveTimer;
Timer deathTimer;
BallDied ballDied;
Rigidbody2D rb2d;
Timer speedupTimer;
float speedupFactor;
BallLost ballLost;
void Start... | 24.985714 | 85 | 0.624929 |
382c6d863414f9b3b7243b79765cbe7de6b4c371 | 2,508 | cs | C# | src/DataCollection.Shared/Converters/ConnectivityModeToColorConverter.cs | nCastle1/data-collection-dotnet | 4beccfb5c49037782c9579d469ef60f6ac4a7fd5 | [
"Apache-2.0"
] | null | null | null | src/DataCollection.Shared/Converters/ConnectivityModeToColorConverter.cs | nCastle1/data-collection-dotnet | 4beccfb5c49037782c9579d469ef60f6ac4a7fd5 | [
"Apache-2.0"
] | null | null | null | src/DataCollection.Shared/Converters/ConnectivityModeToColorConverter.cs | nCastle1/data-collection-dotnet | 4beccfb5c49037782c9579d469ef60f6ac4a7fd5 | [
"Apache-2.0"
] | null | null | null | /*******************************************************************************
* Copyright 2018 Esri
*
* 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... | 37.432836 | 148 | 0.618421 |
b7c08d84c4baaf5fa04d9016904b5cca65d4d86e | 15,275 | cs | C# | csharp/src/IO.Swagger/Model/Service.cs | byung90/graphhopper | 443891657e20cd1393675b1d4a1b9f38c691cdff | [
"Apache-2.0"
] | null | null | null | csharp/src/IO.Swagger/Model/Service.cs | byung90/graphhopper | 443891657e20cd1393675b1d4a1b9f38c691cdff | [
"Apache-2.0"
] | null | null | null | csharp/src/IO.Swagger/Model/Service.cs | byung90/graphhopper | 443891657e20cd1393675b1d4a1b9f38c691cdff | [
"Apache-2.0"
] | null | null | null | /*
* GraphHopper Directions API
*
* You use the GraphHopper Directions API to add route planning, navigation and route optimization to your software. E.g. the Routing API has turn instructions and elevation data and the Route Optimization API solves your logistic problems and supports various constraints like time ... | 42.907303 | 561 | 0.550507 |
5f945993d7684cb802e0f6f4d7c96ce79b4921b0 | 2,263 | cs | C# | Model/t_tradingrecord.cs | MarkManYUN/WALLE-Project | f401bc1d85615be0913eacb09daa395ae2b2d91f | [
"Apache-2.0"
] | null | null | null | Model/t_tradingrecord.cs | MarkManYUN/WALLE-Project | f401bc1d85615be0913eacb09daa395ae2b2d91f | [
"Apache-2.0"
] | null | null | null | Model/t_tradingrecord.cs | MarkManYUN/WALLE-Project | f401bc1d85615be0913eacb09daa395ae2b2d91f | [
"Apache-2.0"
] | null | null | null | using System;
namespace WalleProject.Model
{
/// <summary>
/// t_tradingrecord:实体类(属性说明自动提取数据库字段的描述信息)
/// </summary>
[Serializable]
public partial class t_tradingrecord
{
public t_tradingrecord()
{}
#region Model
private int? _tra_u_id;
private decimal? _tra_transactionamount;
private DateTime? _tra... | 17.960317 | 44 | 0.631021 |
5fc5fdbdc5391b16a59a87a0e6268231f490a62d | 4,557 | cshtml | C# | Views/RangeNavigator/Default.cshtml | ESA-Security-Group/ej2-aspnetmvc-samples | b62e3643d8aeca022b479f80629b9d822d395e83 | [
"Net-SNMP",
"Xnet"
] | null | null | null | Views/RangeNavigator/Default.cshtml | ESA-Security-Group/ej2-aspnetmvc-samples | b62e3643d8aeca022b479f80629b9d822d395e83 | [
"Net-SNMP",
"Xnet"
] | null | null | null | Views/RangeNavigator/Default.cshtml | ESA-Security-Group/ej2-aspnetmvc-samples | b62e3643d8aeca022b479f80629b9d822d395e83 | [
"Net-SNMP",
"Xnet"
] | null | null | null | @using Syncfusion.EJ2;
@section ControlsSection{
<div class="control-section">
<div align="center">
<div id="default" style="font-family: Segoe UI;font-weight: 500; font-style:normal; font-size:15px;">Bitcoin (USD) Price Range</div>
<div id='container'>
@(Html.EJS().Rang... | 41.807339 | 169 | 0.597103 |
ccf7149d716f1ee9ded8d75bb1abc4d4530bfa59 | 1,200 | cs | C# | src/Orleans.Extensibility.IdentityServer/OrleansResourceOwnerPasswordValidator.cs | alfkonee/Orleans.Extensibility.IdentityServer | 626bb1fa2ba4494841ef3326491cc57e6efa5b3a | [
"MIT"
] | null | null | null | src/Orleans.Extensibility.IdentityServer/OrleansResourceOwnerPasswordValidator.cs | alfkonee/Orleans.Extensibility.IdentityServer | 626bb1fa2ba4494841ef3326491cc57e6efa5b3a | [
"MIT"
] | null | null | null | src/Orleans.Extensibility.IdentityServer/OrleansResourceOwnerPasswordValidator.cs | alfkonee/Orleans.Extensibility.IdentityServer | 626bb1fa2ba4494841ef3326491cc57e6efa5b3a | [
"MIT"
] | null | null | null | using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using IdentityModel;
using IdentityServer4.Validation;
using Orleans.Extensibility.IdentityServer.Grains;
using Orleans.Extensibility.IdentityServer.Stores;
namespace Microsoft.Extensions.DependencyInjection
{
public class OrleansResour... | 37.5 | 120 | 0.713333 |
69742fa4423918055432d42880a16268624613cf | 7,825 | cs | C# | Apache.Thrift/Thrift/Database/TTableGeneration.cs | trmcnealy/Apache.Thrift | fa8c996e2f7e29fd0dfbf7de80e1d17dee744906 | [
"MIT"
] | null | null | null | Apache.Thrift/Thrift/Database/TTableGeneration.cs | trmcnealy/Apache.Thrift | fa8c996e2f7e29fd0dfbf7de80e1d17dee744906 | [
"MIT"
] | null | null | null | Apache.Thrift/Thrift/Database/TTableGeneration.cs | trmcnealy/Apache.Thrift | fa8c996e2f7e29fd0dfbf7de80e1d17dee744906 | [
"MIT"
] | null | null | null | using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Apache.Thrift.Protocol;
using Apache.Thrift.Protocol.Entities;
using Apache.Thrift.Protocol.Utilities;
namespace Apache.Thrift.Database
{
public class TTableGeneration : TBase
{
private int _table_id;
private long ... | 34.021739 | 152 | 0.441022 |
a1a5f1322f49feff2d722d02fc3eb712e26eac99 | 2,168 | cs | C# | src/InterfaceBaseInvoke.Fody/Processing/References.cs | huoshan12345/InterfaceBaseInvoke.Fody | f0cbde5230483f6f2b5be0c97892c4a2edeaf25f | [
"MIT"
] | null | null | null | src/InterfaceBaseInvoke.Fody/Processing/References.cs | huoshan12345/InterfaceBaseInvoke.Fody | f0cbde5230483f6f2b5be0c97892c4a2edeaf25f | [
"MIT"
] | null | null | null | src/InterfaceBaseInvoke.Fody/Processing/References.cs | huoshan12345/InterfaceBaseInvoke.Fody | f0cbde5230483f6f2b5be0c97892c4a2edeaf25f | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using InterfaceBaseInvoke.Fody.Extensions;
using InterfaceBaseInvoke.Fody.Models;
using Mono.Cecil;
namespace InterfaceBaseInvoke.Fody.Processing
{
public sealed class References
{
public TypeReferences Types { get; }
public Me... | 38.714286 | 213 | 0.687269 |
529bb59dfd4e81d4d5b593385a26e996b9dfc938 | 3,640 | cs | C# | src/RuzzieMtgCore/Ruzzie.Mtg.Core/Synergy/SynergyScoreAlgorithm.cs | Ruzzie/Ruzzie.Mtg.Core | 92ca67598fca1dd6a63daafc9c07cc5f3c591feb | [
"Apache-2.0"
] | null | null | null | src/RuzzieMtgCore/Ruzzie.Mtg.Core/Synergy/SynergyScoreAlgorithm.cs | Ruzzie/Ruzzie.Mtg.Core | 92ca67598fca1dd6a63daafc9c07cc5f3c591feb | [
"Apache-2.0"
] | null | null | null | src/RuzzieMtgCore/Ruzzie.Mtg.Core/Synergy/SynergyScoreAlgorithm.cs | Ruzzie/Ruzzie.Mtg.Core | 92ca67598fca1dd6a63daafc9c07cc5f3c591feb | [
"Apache-2.0"
] | null | null | null | using System;
namespace Ruzzie.Mtg.Core.Synergy
{
/// <summary>
/// Contains methods to assign and increment a score for card synergy.
/// </summary>
public static class SynergyScoreAlgorithm
{
/// <summary>
/// The epsilon
/// </summary>
public const float Epsilon ... | 37.525773 | 237 | 0.580769 |
37c5fe26733ad6b375ddeae2fe25b5edc82fb004 | 17,328 | cs | C# | ClicksAndDrive.Common/Resourse.BG..Designer.cs | PetroslavGochev/ClicksAndDrive | 4ee990bc91c31cd392fc18c0bd334e48d96449bb | [
"MIT"
] | 4 | 2021-10-03T12:32:24.000Z | 2022-02-22T18:30:14.000Z | ClicksAndDrive.Common/Resourse.BG..Designer.cs | PetroslavGochev/ClicksAndDrive | 4ee990bc91c31cd392fc18c0bd334e48d96449bb | [
"MIT"
] | null | null | null | ClicksAndDrive.Common/Resourse.BG..Designer.cs | PetroslavGochev/ClicksAndDrive | 4ee990bc91c31cd392fc18c0bd334e48d96449bb | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 33.131931 | 182 | 0.514254 |
8a6d989cfc9625d0d4260a1872f9ee5c653923c1 | 741 | cs | C# | src/Applications/SimpleApi/Model/Utils/Result/ElementVueResult.T.cs | Lc3586/Microservice | 3b77dcde155c12d6d00ba7f5d4b583c23c89654a | [
"Apache-2.0"
] | 6 | 2020-09-01T23:21:26.000Z | 2022-02-22T00:39:35.000Z | src/Applications/SimpleApi/Model/Utils/Result/ElementVueResult.T.cs | Lc3586/Microservice | 3b77dcde155c12d6d00ba7f5d4b583c23c89654a | [
"Apache-2.0"
] | 2 | 2020-07-31T21:30:54.000Z | 2022-02-24T08:20:19.000Z | src/Applications/SimpleApi/Model/Utils/Result/ElementVueResult.T.cs | Lc3586/Microservice | 3b77dcde155c12d6d00ba7f5d4b583c23c89654a | [
"Apache-2.0"
] | null | null | null | using Microservice.Library.OpenApi.Annotations;
namespace Model.Utils.Result
{
/// <summary>
/// ElementVue方案
/// </summary>
public class ElementVueResult<T>
{
/// <summary>
/// 成功与否
/// </summary>
public bool Success { get; set; }
/// <summary>
///... | 22.454545 | 67 | 0.504723 |
8acfe20aaf4d73ef0e7c0f4f6f32fc67ade1a967 | 150 | cs | C# | Services/IConfigService.cs | AndrzejSiedy/CodingChallenge | 14efa3b30738baaf45daca5a2b6db026abf40adc | [
"Unlicense"
] | null | null | null | Services/IConfigService.cs | AndrzejSiedy/CodingChallenge | 14efa3b30738baaf45daca5a2b6db026abf40adc | [
"Unlicense"
] | null | null | null | Services/IConfigService.cs | AndrzejSiedy/CodingChallenge | 14efa3b30738baaf45daca5a2b6db026abf40adc | [
"Unlicense"
] | null | null | null | using CodingChallenge.Models;
namespace CodingChallenge.Services
{
public interface IConfigService
{
ViewConfig GetConfig();
}
} | 16.666667 | 35 | 0.706667 |
1e57c25e837f14b2d3f69958cf272ee0b8df865b | 273 | cs | C# | App.xaml.cs | taworn/cefrunner | bfda1416bd916f127c802046af6e6834d55fc087 | [
"MIT"
] | null | null | null | App.xaml.cs | taworn/cefrunner | bfda1416bd916f127c802046af6e6834d55fc087 | [
"MIT"
] | null | null | null | App.xaml.cs | taworn/cefrunner | bfda1416bd916f127c802046af6e6834d55fc087 | [
"MIT"
] | null | null | null | using CefSharp;
using System.Windows;
namespace cefrunner {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
public App() {
Cef.Initialize(new CefSettings());
}
}
}
| 17.0625 | 46 | 0.575092 |
4fbbe21882463776ebf3c323685f333146810451 | 177 | cs | C# | WpfProjectTypes/RibbonProject/ViewModels/MainViewModel.cs | batzen/WpfProjectTypes | 2d01bff7cbe37e143f979caf950738257f721002 | [
"MIT"
] | 6 | 2019-10-18T16:41:31.000Z | 2020-06-30T14:21:03.000Z | WpfProjectTypes/RibbonProject/ViewModels/MainViewModel.cs | Kinnara/WpfProjectTypes | 327df638b263b7830de608037595d282de7155f6 | [
"MIT"
] | 1 | 2019-12-10T11:18:28.000Z | 2019-12-12T11:29:52.000Z | WpfProjectTypes/RibbonProject/ViewModels/MainViewModel.cs | Kinnara/WpfProjectTypes | 327df638b263b7830de608037595d282de7155f6 | [
"MIT"
] | 5 | 2019-11-07T05:45:19.000Z | 2022-01-15T18:06:20.000Z | using RibbonProject.Helpers;
namespace RibbonProject.ViewModels
{
public class MainViewModel : Observable
{
public MainViewModel()
{
}
}
}
| 14.75 | 43 | 0.621469 |
415277a131fa7833d1c470e7f0888b72dd7d9705 | 558 | cs | C# | OnLineShop/Web/OnLineShop.Web/App_Start/NinjectModules/ServiceNingectModule.cs | dushka-dragoeva/OnLineShopMVC | db13c869b83c2c433a274e6eeed6fc710694eff7 | [
"MIT"
] | null | null | null | OnLineShop/Web/OnLineShop.Web/App_Start/NinjectModules/ServiceNingectModule.cs | dushka-dragoeva/OnLineShopMVC | db13c869b83c2c433a274e6eeed6fc710694eff7 | [
"MIT"
] | null | null | null | OnLineShop/Web/OnLineShop.Web/App_Start/NinjectModules/ServiceNingectModule.cs | dushka-dragoeva/OnLineShopMVC | db13c869b83c2c433a274e6eeed6fc710694eff7 | [
"MIT"
] | null | null | null | using Ninject.Extensions.Conventions;
using Ninject.Extensions.Conventions.Syntax;
using Ninject.Modules;
namespace OnLineShop.Web.App_Start.NinjectModules
{
public class ServiceNingectModule : NinjectModule
{
public override void Load()
{
this.Bind(this.BindAllClasses);
}
... | 25.363636 | 56 | 0.616487 |
969a567e1a84a044c69a714ce0b9db19707604e6 | 1,010 | cs | C# | Assets/Resource/Table/Skill.cs | yuchenwuhen/skillEditor | 753d656135f97f5ef020fd7e21beab5c09df24a7 | [
"MIT"
] | 192 | 2018-05-26T06:14:29.000Z | 2022-03-25T04:13:45.000Z | Assets/Resource/Table/Skill.cs | kerwinzxc/PosePlus_TBS | 624c70f8c92e6007f94676f617c326152ac2e296 | [
"MIT"
] | null | null | null | Assets/Resource/Table/Skill.cs | kerwinzxc/PosePlus_TBS | 624c70f8c92e6007f94676f617c326152ac2e296 | [
"MIT"
] | 55 | 2018-05-26T06:17:41.000Z | 2022-03-09T09:46:21.000Z | // ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogen... | 25.897436 | 81 | 0.477228 |
e2c9b0e636edbde49e67b31f488038f235c5c2e3 | 1,392 | cs | C# | src/Philo.Search/Mapping/CollectionPropertyMapping.cs | JarrodLodge/Philo.Search | 658ab7c358c7bb61caa2b286a056e6bd904be23d | [
"MIT"
] | 2 | 2019-11-25T22:42:10.000Z | 2020-05-26T02:39:15.000Z | src/Philo.Search/Mapping/CollectionPropertyMapping.cs | JarrodLodge/Philo.Search | 658ab7c358c7bb61caa2b286a056e6bd904be23d | [
"MIT"
] | 5 | 2021-12-07T22:47:29.000Z | 2022-02-28T21:51:46.000Z | src/Philo.Search/Mapping/CollectionPropertyMapping.cs | JarrodLodge/Philo.Search | 658ab7c358c7bb61caa2b286a056e6bd904be23d | [
"MIT"
] | 3 | 2020-04-12T11:56:00.000Z | 2021-12-02T00:31:38.000Z | using Philo.Search.Filter;
using System;
using System.Linq;
using System.Linq.Expressions;
namespace Philo.Search.Mapping
{
public class CollectionPropertyMapping<TEntityType, TCollectionEntityType, TPropertyType> : IMapAFilter<TEntityType>
where TEntityType : class
where TCollectionEntityType : class
{
... | 33.142857 | 137 | 0.756466 |
1eefd69728f1bac9e5207d48b99f6214349e674f | 806 | cs | C# | GameJam/GameJam/Assets/Scripts/SlowTime.cs | jwrmg/DecemberGameJam | 7c5c73b82a2102477199a52e0f3b92f41ef47cc9 | [
"MIT"
] | null | null | null | GameJam/GameJam/Assets/Scripts/SlowTime.cs | jwrmg/DecemberGameJam | 7c5c73b82a2102477199a52e0f3b92f41ef47cc9 | [
"MIT"
] | null | null | null | GameJam/GameJam/Assets/Scripts/SlowTime.cs | jwrmg/DecemberGameJam | 7c5c73b82a2102477199a52e0f3b92f41ef47cc9 | [
"MIT"
] | null | null | null | using UnityEngine;
public class SlowTime : PowerUp
{
// Start is called before the first frame update
public override void Handler(Player player)
{
Handle(player);
}
public override void Action(Player player)
{
var objects = FindObjectsOfType<Collectable>();
foreach (v... | 26 | 65 | 0.624069 |
48753e89db52cd01b37300bc5e652ba9c09281d7 | 170 | cs | C# | src/Orchard.Web/Modules/Contrib.RewriteRules/Models/RedirectSettings.cs | bill-cooper/catc-cms | 32d7cb094ca452bf21f3b82f605c1473cd789993 | [
"BSD-3-Clause"
] | null | null | null | src/Orchard.Web/Modules/Contrib.RewriteRules/Models/RedirectSettings.cs | bill-cooper/catc-cms | 32d7cb094ca452bf21f3b82f605c1473cd789993 | [
"BSD-3-Clause"
] | null | null | null | src/Orchard.Web/Modules/Contrib.RewriteRules/Models/RedirectSettings.cs | bill-cooper/catc-cms | 32d7cb094ca452bf21f3b82f605c1473cd789993 | [
"BSD-3-Clause"
] | 1 | 2021-05-13T02:18:57.000Z | 2021-05-13T02:18:57.000Z | namespace Contrib.RewriteRules.Models {
public class RedirectSettings {
public bool IsEnabled { get; set; }
public string Rules { get; set; }
}
} | 28.333333 | 43 | 0.641176 |
8e708fa62ac03ec00ba205f548c379592f58ce5d | 25,197 | cs | C# | modules/AWSPowerShell/Cmdlets/Lightsail/Basic/New-LSInstancesFromSnapshot-Cmdlet.cs | zechariahks/aws-tools-for-powershell | ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894 | [
"Apache-2.0"
] | 181 | 2019-03-29T16:45:16.000Z | 2022-03-24T22:46:45.000Z | modules/AWSPowerShell/Cmdlets/Lightsail/Basic/New-LSInstancesFromSnapshot-Cmdlet.cs | zechariahks/aws-tools-for-powershell | ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894 | [
"Apache-2.0"
] | 233 | 2019-03-29T12:22:54.000Z | 2022-03-30T08:14:56.000Z | modules/AWSPowerShell/Cmdlets/Lightsail/Basic/New-LSInstancesFromSnapshot-Cmdlet.cs | zechariahks/aws-tools-for-powershell | ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894 | [
"Apache-2.0"
] | 70 | 2019-05-09T05:43:10.000Z | 2022-02-22T15:09:32.000Z | /*******************************************************************************
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License... | 50.394 | 306 | 0.62059 |
4e5fc0ec1f930f88fcf09780b44253360345c1f4 | 1,108 | cs | C# | Assets/SceneLoader/Scripts/Helper/Fade.cs | rYuuk/SceneLoader | 05925f6e74c87fe4a3f5baf299f5df753164af1c | [
"Unlicense"
] | null | null | null | Assets/SceneLoader/Scripts/Helper/Fade.cs | rYuuk/SceneLoader | 05925f6e74c87fe4a3f5baf299f5df753164af1c | [
"Unlicense"
] | null | null | null | Assets/SceneLoader/Scripts/Helper/Fade.cs | rYuuk/SceneLoader | 05925f6e74c87fe4a3f5baf299f5df753164af1c | [
"Unlicense"
] | null | null | null | using System.Collections;
using UnityEngine;
using UnityEngine.UI;
public class Fade : MonoBehaviour
{
[SerializeField] private Image m_FadeImage;
private float _fadeDuration = 1.5f;
public System.Action OnComplete;
public void SetFadeDuration(float duration)
{
_fadeDuration = duration;
... | 24.086957 | 74 | 0.550542 |
c8c6c7595158ef3289ed8848d48eabdde9bc2b39 | 662 | cs | C# | Device-SImulator/DeviceSimulator/TelemetryData.cs | hferrone/mslearn-mr-adt-in-unity | b0a3c1e1f9f24e05a94dddc4d4e8fee80f14177a | [
"CC-BY-4.0",
"MIT"
] | 27 | 2021-05-26T22:15:06.000Z | 2022-03-27T15:36:54.000Z | Device-SImulator/DeviceSimulator/TelemetryData.cs | hferrone/mslearn-mr-adt-in-unity | b0a3c1e1f9f24e05a94dddc4d4e8fee80f14177a | [
"CC-BY-4.0",
"MIT"
] | 7 | 2021-05-27T03:59:00.000Z | 2022-03-28T17:17:13.000Z | Device-SImulator/DeviceSimulator/TelemetryData.cs | hferrone/mslearn-mr-adt-in-unity | b0a3c1e1f9f24e05a94dddc4d4e8fee80f14177a | [
"CC-BY-4.0",
"MIT"
] | 24 | 2021-05-26T18:25:02.000Z | 2022-03-30T00:08:25.000Z | /// <summary>
/// Holds data for telemetry
/// </summary>
public class TelemetryData
{
public string turbineId;
public string timeInterval;
public int eventCode;
public string eventCodeDescription;
public double windSpeed;
public double temperature;
public double rotorSpeed;
public double power;
public Telem... | 22.827586 | 51 | 0.746224 |
d5d140a72ab90e0e5fcc4785e792b0a4e3a366f5 | 504 | cs | C# | Business/Abstract/IProductService.cs | Dogukanyllmaz/E-Commerce-Automation | 89204756d22320ccd8b84d3b1710bb4cfbb5163b | [
"MIT"
] | 1 | 2021-03-24T21:21:38.000Z | 2021-03-24T21:21:38.000Z | Business/Abstract/IProductService.cs | Dogukanyllmaz/E-Commerce-Automation | 89204756d22320ccd8b84d3b1710bb4cfbb5163b | [
"MIT"
] | null | null | null | Business/Abstract/IProductService.cs | Dogukanyllmaz/E-Commerce-Automation | 89204756d22320ccd8b84d3b1710bb4cfbb5163b | [
"MIT"
] | null | null | null | using Core.Utilities.Results;
using Entities.Concrete;
using Entities.DTOs;
using System.Collections.Generic;
namespace Business.Abstract
{
public interface IProductService : IGenericService<Product>
{
IDataResult<Product> GetById(int productId);
IDataResult<List<Product>> GetAllByCategoryId(i... | 29.647059 | 93 | 0.759921 |
1ad1d720fb560c8c6ab30861b334fff70ecc7f57 | 2,152 | cs | C# | Tesserae/src/Components/StepsSlider.cs | curiosity-ai/tesserae | 398cbba0d20233594ee0ae6fd6ae3ef72655559e | [
"MIT"
] | 17 | 2020-04-07T17:46:19.000Z | 2022-03-24T22:24:01.000Z | Tesserae/src/Components/StepsSlider.cs | curiosity-ai/tesserae | 398cbba0d20233594ee0ae6fd6ae3ef72655559e | [
"MIT"
] | 3 | 2020-05-29T14:26:40.000Z | 2020-05-29T14:26:58.000Z | Tesserae/src/Components/StepsSlider.cs | curiosity-ai/tesserae | 398cbba0d20233594ee0ae6fd6ae3ef72655559e | [
"MIT"
] | 2 | 2021-09-04T14:49:43.000Z | 2021-09-15T04:50:06.000Z | using static H5.Core.dom;
using static Tesserae.UI;
using System;
using System.Collections.Generic;
namespace Tesserae
{
public sealed class StepsSlider<T> : IComponent where T : IEquatable<T>
{
private readonly T[] _steps;
private readonly Slider _slider;
private IEqualityComparer<T> ... | 25.023256 | 99 | 0.527416 |
6452500d75dd3c4d17ce0febffcbef32dfce6776 | 4,940 | cs | C# | src/Plugly/ProxyFactory.cs | dmoskalyk/Plugly | 879c850021a348cdce880f188e76ae04a4f87821 | [
"MIT"
] | 1 | 2016-03-06T21:24:12.000Z | 2016-03-06T21:24:12.000Z | src/Plugly/ProxyFactory.cs | lokiworld/Plugly | 879c850021a348cdce880f188e76ae04a4f87821 | [
"MIT"
] | null | null | null | src/Plugly/ProxyFactory.cs | lokiworld/Plugly | 879c850021a348cdce880f188e76ae04a4f87821 | [
"MIT"
] | 1 | 2021-09-07T08:18:14.000Z | 2021-09-07T08:18:14.000Z | using Castle.DynamicProxy;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace Plugly
{
sealed class ProxyFactory
{
Type originalType;
... | 47.047619 | 205 | 0.614777 |
8f4505ef6a963a0dac2d6bec58eb569739767032 | 4,761 | cs | C# | src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/MemoryMap.CodeMasters.cs | danielfinke/BizHawk | 9bd25a1aa18dfa8ef0a6ce5843d344cf214cd1dc | [
"MIT"
] | null | null | null | src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/MemoryMap.CodeMasters.cs | danielfinke/BizHawk | 9bd25a1aa18dfa8ef0a6ce5843d344cf214cd1dc | [
"MIT"
] | null | null | null | src/BizHawk.Emulation.Cores/Consoles/Sega/SMS/MemoryMap.CodeMasters.cs | danielfinke/BizHawk | 9bd25a1aa18dfa8ef0a6ce5843d344cf214cd1dc | [
"MIT"
] | null | null | null | namespace BizHawk.Emulation.Cores.Sega.MasterSystem
{
public partial class SMS
{
// =======================================================================
// The CodeMasters mapper has 3 banks of 16kb, like the Sega mapper.
// The differences are that the paging control addresses are different, and the ... | 37.195313 | 144 | 0.609746 |
a453af363b3ec576d10999a08957aff4fca6af39 | 511 | cs | C# | src/Models/Publisher.cs | Check-den-Fakt/TrustedPublisher | 154fdbe2e1fe93ea9f5a414847721cabd87392ec | [
"MIT"
] | null | null | null | src/Models/Publisher.cs | Check-den-Fakt/TrustedPublisher | 154fdbe2e1fe93ea9f5a414847721cabd87392ec | [
"MIT"
] | 2 | 2020-03-30T16:34:24.000Z | 2020-04-05T15:16:31.000Z | src/Models/Publisher.cs | Check-den-Fakt/TrustedPublisher | 154fdbe2e1fe93ea9f5a414847721cabd87392ec | [
"MIT"
] | 1 | 2020-04-04T19:09:29.000Z | 2020-04-04T19:09:29.000Z | namespace CheckDenFakt.TrustedPublisher.Models
{
using System.Collections.Generic;
using Microsoft.WindowsAzure.Storage.Table;
public class Publisher : TableEntity
{
public Publisher()
{
}
public Publisher(string name, string url)
{
this.PartitionKe... | 21.291667 | 49 | 0.579256 |
33d542c6e8f1675b4b08da1a3fce788f768c9ecd | 683 | cs | C# | Fint.Sse.Adapter.Console/DependencyInjection/OAuthTokenServiceCollectionExtensions.cs | FINTLabs/Fint.Sse.Adapter.Skeleton | d1b1206f700875f0b9072f31344bbf46eb0c7156 | [
"MIT"
] | 1 | 2017-08-10T09:38:00.000Z | 2017-08-10T09:38:00.000Z | Fint.Sse.Adapter.Console/DependencyInjection/OAuthTokenServiceCollectionExtensions.cs | FINTLabs/Fint.Sse.Adapter.Skeleton | d1b1206f700875f0b9072f31344bbf46eb0c7156 | [
"MIT"
] | 1 | 2018-08-20T08:07:40.000Z | 2018-08-20T17:49:49.000Z | Fint.Sse.Adapter.Console/DependencyInjection/OAuthTokenServiceCollectionExtensions.cs | FINTLabs/Fint.Sse.Adapter.Skeleton | d1b1206f700875f0b9072f31344bbf46eb0c7156 | [
"MIT"
] | 1 | 2017-05-04T07:07:33.000Z | 2017-05-04T07:07:33.000Z | using System;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
namespace Fint.Sse.Adapter.Console
{
public static class OAuthTokenServiceCollectionExtensions
{
public static IServiceCollection AddOAuthTokenService(this IServiceCollection collection, IConfigurat... | 37.944444 | 120 | 0.736457 |
b40df44859dbd5e8f89c499841781787ffb2be8a | 497 | cs | C# | MadWorld/MadWorld.Business/Manager/Interfaces/IIpfsManager.cs | oveldman/AzureMadWorld | 1c8f1eff948ed6dea08bde9e18f15a0a0c9dc47e | [
"Apache-2.0"
] | 2 | 2021-11-01T12:33:57.000Z | 2022-01-08T14:33:27.000Z | MadWorld/MadWorld.Business/Manager/Interfaces/IIpfsManager.cs | oveldman/AzureMadWorld | 1c8f1eff948ed6dea08bde9e18f15a0a0c9dc47e | [
"Apache-2.0"
] | null | null | null | MadWorld/MadWorld.Business/Manager/Interfaces/IIpfsManager.cs | oveldman/AzureMadWorld | 1c8f1eff948ed6dea08bde9e18f15a0a0c9dc47e | [
"Apache-2.0"
] | null | null | null | using System;
using System.Threading.Tasks;
using MadWorld.Shared.Web.Models;
using MadWorld.Shared.Web.Models.Admin.IPFS;
using MadWorld.Shared.Web.Models.IPFS;
namespace MadWorld.Business.Manager.Interfaces
{
public interface IIpfsManager
{
BaseResponse Delete(Guid id);
Task<IpfsDetailResponse> GetDetails(str... | 24.85 | 51 | 0.800805 |
bd8c08f44692d3f715371e87880ae1446fa66513 | 963 | cs | C# | src/Bing.EasyExcel.Npoi/Bing/EasyExcel/Npoi/Metadata/Cell.cs | bing-framework/Bing.EasyExcel | 98e92b74eea8632916448a36fe5d082f70d2e4d1 | [
"MIT"
] | 1 | 2019-12-22T12:58:49.000Z | 2019-12-22T12:58:49.000Z | src/Bing.EasyExcel.Npoi/Bing/EasyExcel/Npoi/Metadata/Cell.cs | bing-framework/Bing.EasyExcel | 98e92b74eea8632916448a36fe5d082f70d2e4d1 | [
"MIT"
] | null | null | null | src/Bing.EasyExcel.Npoi/Bing/EasyExcel/Npoi/Metadata/Cell.cs | bing-framework/Bing.EasyExcel | 98e92b74eea8632916448a36fe5d082f70d2e4d1 | [
"MIT"
] | 2 | 2021-08-14T14:41:21.000Z | 2022-02-18T12:36:02.000Z | using Bing.EasyExcel.Metadata;
namespace Bing.EasyExcel.Npoi.Metadata
{
/// <summary>
/// 单元格
/// </summary>
public class Cell : ICell
{
/// <summary>
/// NPOI单元格
/// </summary>
public NPOI.SS.UserModel.ICell NpoiCell { get; private set; }
/// <summary>
... | 22.928571 | 77 | 0.495327 |
da5f73a14c92d6c6ecfd573c41de9278cbdf4cef | 3,360 | cs | C# | infra/AngularStack.cs | iamNoah1/pulumi-angular-csharp | 1887e8176e99cd124d4763c396f056901b660a51 | [
"MIT"
] | null | null | null | infra/AngularStack.cs | iamNoah1/pulumi-angular-csharp | 1887e8176e99cd124d4763c396f056901b660a51 | [
"MIT"
] | null | null | null | infra/AngularStack.cs | iamNoah1/pulumi-angular-csharp | 1887e8176e99cd124d4763c396f056901b660a51 | [
"MIT"
] | 1 | 2021-08-16T12:39:11.000Z | 2021-08-16T12:39:11.000Z | using System.Linq;
using System;
using System.IO;
using Pulumi;
using Cdn = Pulumi.AzureNative.Cdn;
using Resources = Pulumi.AzureNative.Resources;
using Storage = Pulumi.AzureNative.Storage;
class AngularStack : Stack
{
[Output("staticEndpoint")]
public Output<string> StaticEndpoint { get; set; }
[Output... | 35.368421 | 128 | 0.589583 |
34d964b2c4cef108bd362987f842b677c720b890 | 154 | cs | C# | Src/AutoMoqUnitTest/TestTypes/IInterfaceWithProperty.cs | TeaDrivenDev/AutoFixture | 47b033fcc9546bc44224068036049201fa34a300 | [
"MIT"
] | null | null | null | Src/AutoMoqUnitTest/TestTypes/IInterfaceWithProperty.cs | TeaDrivenDev/AutoFixture | 47b033fcc9546bc44224068036049201fa34a300 | [
"MIT"
] | null | null | null | Src/AutoMoqUnitTest/TestTypes/IInterfaceWithProperty.cs | TeaDrivenDev/AutoFixture | 47b033fcc9546bc44224068036049201fa34a300 | [
"MIT"
] | null | null | null | namespace Ploeh.AutoFixture.AutoMoq.UnitTest.TestTypes
{
public interface IInterfaceWithProperty
{
string Property { get; set; }
}
}
| 19.25 | 55 | 0.688312 |
55879692a8c1ad757b5ff006712386d85b66fc84 | 3,419 | cs | C# | Assets/Rope.cs | JackSAE/Physics-Sim | 78621a9a16b9bed0e9fc706174919f207464fd12 | [
"MIT"
] | null | null | null | Assets/Rope.cs | JackSAE/Physics-Sim | 78621a9a16b9bed0e9fc706174919f207464fd12 | [
"MIT"
] | null | null | null | Assets/Rope.cs | JackSAE/Physics-Sim | 78621a9a16b9bed0e9fc706174919f207464fd12 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public struct Ropes
{
public Vector3 position;
public Vector3 oldPositions;
public Ropes(Vector3 position)
{
this.position = position;
this.oldPositions = position;
}
}
public class Rope : MonoBehaviou... | 22.346405 | 87 | 0.564785 |
a743f9d1b82d184693e388f1ce66d32a71b44441 | 350 | cs | C# | ffmpeg-farm-server/Contract/FFmpegJob.cs | drdk/ffmpeg-farm | 08ff783e568568e3937405606270416474930b0b | [
"BSD-3-Clause"
] | null | null | null | ffmpeg-farm-server/Contract/FFmpegJob.cs | drdk/ffmpeg-farm | 08ff783e568568e3937405606270416474930b0b | [
"BSD-3-Clause"
] | 5 | 2016-10-11T12:16:46.000Z | 2017-01-02T10:50:54.000Z | ffmpeg-farm-server/Contract/FFmpegJob.cs | drdk/ffmpeg-farm | 08ff783e568568e3937405606270416474930b0b | [
"BSD-3-Clause"
] | 1 | 2017-12-15T09:19:12.000Z | 2017-12-15T09:19:12.000Z | using System;
namespace Contract
{
public class FFmpegJob : BaseJob
{
public string FfmpegExePath { get; set; }
public string Arguments { get; set; }
public DateTimeOffset Needed { get; set; }
public string DestinationFilename { get; set; }
public int DestinationDuratio... | 26.923077 | 59 | 0.637143 |
dbac115756a472cae8faff83d9b57409ea75597f | 9,721 | cshtml | C# | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Views/Product/_CreateOrUpdate.Attributes.cshtml | jonmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | 2 | 2019-07-30T13:26:30.000Z | 2020-10-14T05:35:08.000Z | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Views/Product/_CreateOrUpdate.Attributes.cshtml | jenmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | null | null | null | SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Administration/Views/Product/_CreateOrUpdate.Attributes.cshtml | jenmcquade/csharp-snippets | 71440d95295d233e6a994b7bfbbae0b3b1f16049 | [
"MIT"
] | null | null | null | @model ProductModel
@using Telerik.Web.Mvc.UI;
<div>
<h3>@T("Admin.Catalog.Products.ProductVariantAttributes.Attributes")</h3>
@if (Model.Id > 0)
{
if (Model.NumberOfAvailableProductAttributes > 0)
{
<script type="text/javascript">
function onProductVariantAttributeEdit(e) {
var id = parseI... | 38.121569 | 293 | 0.581113 |
dbc70073363c7df55fad4931d7d2b7bb045e8c55 | 3,446 | cs | C# | Sources/MonoGame.Extended.Drawing/SolidColorBrush.cs | moritzuehling/MonoGame.Extended2 | a1e8edff08d53440b80d3a72b05d7950b638fbb4 | [
"BSD-3-Clause-Clear"
] | 23 | 2018-01-11T11:01:21.000Z | 2021-09-27T21:36:09.000Z | Sources/MonoGame.Extended.Drawing/SolidColorBrush.cs | moritzuehling/MonoGame.Extended2 | a1e8edff08d53440b80d3a72b05d7950b638fbb4 | [
"BSD-3-Clause-Clear"
] | 6 | 2019-03-24T16:36:58.000Z | 2021-03-04T08:14:19.000Z | Sources/MonoGame.Extended.Drawing/SolidColorBrush.cs | moritzuehling/MonoGame.Extended2 | a1e8edff08d53440b80d3a72b05d7950b638fbb4 | [
"BSD-3-Clause-Clear"
] | 6 | 2018-10-07T21:45:17.000Z | 2020-05-11T00:33:04.000Z | using System;
using System.Runtime.InteropServices;
using JetBrains.Annotations;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using MonoGame.Extended.Drawing.Effects;
namespace MonoGame.Extended.Drawing {
public sealed class SolidColorBrush : Brush {
public SolidColorBrush([NotN... | 40.069767 | 152 | 0.639582 |
4366337c528d872d0c4481891c5c825d68787e63 | 3,868 | cs | C# | src/Websites/Websites.Autorest/generated/api/Models/Api20210201/ContainerCpuUsage.cs | Aviv-Yaniv/azure-powershell | cd12623240e06f54c74ad820d5c85410e3651c23 | [
"MIT"
] | 1 | 2022-03-30T13:51:37.000Z | 2022-03-30T13:51:37.000Z | src/Websites/Websites.Autorest/generated/api/Models/Api20210201/ContainerCpuUsage.cs | Aviv-Yaniv/azure-powershell | cd12623240e06f54c74ad820d5c85410e3651c23 | [
"MIT"
] | 1 | 2022-03-18T21:01:39.000Z | 2022-03-18T21:01:39.000Z | src/Websites/Websites.Autorest/generated/api/Models/Api20210201/ContainerCpuUsage.cs | yanfa317/azure-powershell | 8b0e3334fa5b3cac182612a0663a4216af7ded4f | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
namespace Mi... | 41.591398 | 127 | 0.65486 |
a3292644b38b8477fe583ec523f674cdee8ff8d0 | 13,291 | cs | C# | tests/Avalonia.Controls.UnitTests/Presenters/ScrollContentPresenterTests_ILogicalScrollable.cs | jangernert/Avalonia | 9311ff8a36cba3650d862e900b77edfc9dd3122d | [
"MIT"
] | 13,764 | 2016-05-12T08:34:13.000Z | 2022-03-31T22:09:18.000Z | tests/Avalonia.Controls.UnitTests/Presenters/ScrollContentPresenterTests_ILogicalScrollable.cs | workgroupengineering/Avalonia | dfb0e78516bb44fb06182e06614c0083b23a2866 | [
"MIT"
] | 5,202 | 2016-05-11T23:26:20.000Z | 2022-03-31T21:27:37.000Z | tests/Avalonia.Controls.UnitTests/Presenters/ScrollContentPresenterTests_ILogicalScrollable.cs | workgroupengineering/Avalonia | dfb0e78516bb44fb06182e06614c0083b23a2866 | [
"MIT"
] | 1,573 | 2016-05-12T13:38:31.000Z | 2022-03-29T17:28:29.000Z | using System;
using System.Reactive.Linq;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class ScrollContentPresenterTests_ILogicalScrollable
{
[Fact]
public void Measure_Should_Pass_Uncha... | 32.496333 | 103 | 0.541645 |
45a5ec99f58455f5bb65ea4aa4ef796cd1b9e509 | 23,751 | cs | C# | RimWorldOfMagic/RimWorldOfMagic/FlyingObject_PsiStorm.cs | bluba/RWoM | c4085c31128e9bde548764c1b52de43f4ef1725f | [
"BSD-3-Clause"
] | null | null | null | RimWorldOfMagic/RimWorldOfMagic/FlyingObject_PsiStorm.cs | bluba/RWoM | c4085c31128e9bde548764c1b52de43f4ef1725f | [
"BSD-3-Clause"
] | null | null | null | RimWorldOfMagic/RimWorldOfMagic/FlyingObject_PsiStorm.cs | bluba/RWoM | c4085c31128e9bde548764c1b52de43f4ef1725f | [
"BSD-3-Clause"
] | null | null | null | using RimWorld;
using System;
using System.Linq;
using System.Collections.Generic;
using UnityEngine;
using Verse;
using Verse.Sound;
namespace TorannMagic
{
[StaticConstructorOnStartup]
public class FlyingObject_PsiStorm : Projectile
{
protected Vector3 orbPosition;
protected Vector3 dir... | 50.213531 | 396 | 0.550208 |
02d092aab5b008c7ab2d45951a808802be6d4cc0 | 214 | cs | C# | text/StringExt.cs | winp/way2sms | 7e223f9115909ba25f8f002280da39db84886515 | [
"MIT"
] | 1 | 2018-11-27T09:09:04.000Z | 2018-11-27T09:09:04.000Z | text/StringExt.cs | cmdf/way2sms | 7e223f9115909ba25f8f002280da39db84886515 | [
"MIT"
] | null | null | null | text/StringExt.cs | cmdf/way2sms | 7e223f9115909ba25f8f002280da39db84886515 | [
"MIT"
] | null | null | null | using System;
namespace App.text {
static class StringExt {
// Methods
public static string ToCapital(this string o) {
return o.Length > 0 ? Char.ToUpper(o[0]) + o.Substring(1).ToLower() : "";
}
}
}
| 16.461538 | 76 | 0.640187 |
cd16d2abfc6ed9a71249df4ac75138224d18d7ac | 1,029 | cs | C# | WPFUI.UnitTest/SearchCommandTest.cs | nickdu088/Smokeball | c64fe591c2ebedb3f0dc9659e61794fcc8c670e3 | [
"MIT"
] | 2 | 2021-04-16T04:11:16.000Z | 2021-06-08T21:24:11.000Z | WPFUI.UnitTest/SearchCommandTest.cs | nickdu088/Smokeball | c64fe591c2ebedb3f0dc9659e61794fcc8c670e3 | [
"MIT"
] | null | null | null | WPFUI.UnitTest/SearchCommandTest.cs | nickdu088/Smokeball | c64fe591c2ebedb3f0dc9659e61794fcc8c670e3 | [
"MIT"
] | null | null | null | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using WPFUI.Command;
namespace WPFUI.UnitTest
{
[TestClass]
public class SearchCommandTest
{
[TestMethod]
public void Test_Search_CanExecute_Return_True()
{
var mockSearchCommand = new SearchCommand(null)... | 27.078947 | 95 | 0.618076 |
304fb8358771e4dd42b48e60010a65a3e38c9509 | 2,303 | cs | C# | src/main/Owin.Types/OwinResponse.Spec-SendFile.cs | Codersson/owin-hosting | e592ab4fc96d98adbfd2303793f7f2cc6fdf26a3 | [
"Apache-2.0"
] | 39 | 2015-03-07T21:32:49.000Z | 2022-03-25T07:46:55.000Z | src/main/Owin.Types/OwinResponse.Spec-SendFile.cs | Codersson/owin-hosting | e592ab4fc96d98adbfd2303793f7f2cc6fdf26a3 | [
"Apache-2.0"
] | null | null | null | src/main/Owin.Types/OwinResponse.Spec-SendFile.cs | Codersson/owin-hosting | e592ab4fc96d98adbfd2303793f7f2cc6fdf26a3 | [
"Apache-2.0"
] | 12 | 2015-10-13T07:28:26.000Z | 2021-06-02T18:39:50.000Z | // Licensed to Monkey Square, Inc. under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work or additional information regarding copyright
// ownership. Monkey Square, Inc. licenses this file to you
// under the Apache License, Version 2.0 (the "License"); you
// may... | 35.984375 | 128 | 0.674338 |
e3f55f2d22a05f6568b96b5e04a7942e94941ab1 | 1,853 | cs | C# | src/Ustilz.Extensions/ExtensionsDouble.cs | 74nu5/Ustilz | 8a7baf2ead6169cfd5f4a03634c27823fed74886 | [
"MIT"
] | 1 | 2019-03-15T10:49:49.000Z | 2019-03-15T10:49:49.000Z | src/Ustilz.Extensions/ExtensionsDouble.cs | 74nu5/Ustilz | 8a7baf2ead6169cfd5f4a03634c27823fed74886 | [
"MIT"
] | null | null | null | src/Ustilz.Extensions/ExtensionsDouble.cs | 74nu5/Ustilz | 8a7baf2ead6169cfd5f4a03634c27823fed74886 | [
"MIT"
] | 1 | 2019-03-15T08:45:41.000Z | 2019-03-15T08:45:41.000Z | namespace Ustilz.Extensions
{
using System;
using JetBrains.Annotations;
/// <summary>Extensions pour le type double.</summary>
[PublicAPI]
public static class ExtensionsDouble
{
/// <summary>The tolerance two decimal.</summary>
private const double ToleranceTwoDecimal = 0.01;
... | 44.119048 | 132 | 0.636266 |
00ccd95d22db0f8c166a43786fc0d8b9390f2a07 | 1,095 | cs | C# | Whois/Parsers/CleanDomainStatusTransformer.cs | thedaveCA/whois | 57f8818bd6414a7f75fc7aef09a1b5b20be8e3f2 | [
"MIT"
] | null | null | null | Whois/Parsers/CleanDomainStatusTransformer.cs | thedaveCA/whois | 57f8818bd6414a7f75fc7aef09a1b5b20be8e3f2 | [
"MIT"
] | null | null | null | Whois/Parsers/CleanDomainStatusTransformer.cs | thedaveCA/whois | 57f8818bd6414a7f75fc7aef09a1b5b20be8e3f2 | [
"MIT"
] | null | null | null | using System;
using Tokens.Transformers;
namespace Whois.Parsers
{
/// <summary>
/// Cleans up domain status information
/// </summary>
public class CleanDomainStatusTransformer : ITokenTransformer
{
public bool CanTransform(object value, string[] args, out object transformed)
{
... | 26.707317 | 98 | 0.533333 |
a8d59d4e80748a3b3c1d19b92b138ba0549ad6f9 | 2,270 | cs | C# | src/EventStore.Client/ChannelFactory.cs | artiomchi/EventStore-Client-Dotnet | 58cef11f52a7063aec5de298e5c77aee3a1c5168 | [
"Apache-2.0"
] | 54 | 2020-05-27T10:07:15.000Z | 2022-02-28T00:52:15.000Z | src/EventStore.Client/ChannelFactory.cs | CodingBrushUp/EventStore-Client-Dotnet | 8ea0677b6b72059cecf65050940794bf547ce927 | [
"Apache-2.0"
] | 113 | 2020-03-25T13:17:59.000Z | 2022-03-29T15:46:30.000Z | src/EventStore.Client/ChannelFactory.cs | CodingBrushUp/EventStore-Client-Dotnet | 8ea0677b6b72059cecf65050940794bf547ce927 | [
"Apache-2.0"
] | 26 | 2020-03-24T15:15:19.000Z | 2021-12-26T10:02:30.000Z | using System;
using System.Net;
using Grpc.Core;
#if !GRPC_CORE
using System.Net.Http;
using System.Threading;
using Grpc.Net.Client;
#else
using System.Collections.Generic;
#endif
#nullable enable
namespace EventStore.Client {
internal static class ChannelFactory {
public static ChannelBase CreateChannel(EventSto... | 32.898551 | 109 | 0.761233 |
106db9950916b4d859292a633f473c5f640fb54c | 1,302 | cs | C# | Album/CodeGen/Cecil/MethodReferenceProvider.cs | Sweeper777/Album | 2f36e80a5e46b7b5c928e3ac77a1506c5493e836 | [
"MIT"
] | 2 | 2021-07-27T08:33:14.000Z | 2021-08-09T10:07:06.000Z | Album/CodeGen/Cecil/MethodReferenceProvider.cs | Sweeper777/Album | 2f36e80a5e46b7b5c928e3ac77a1506c5493e836 | [
"MIT"
] | null | null | null | Album/CodeGen/Cecil/MethodReferenceProvider.cs | Sweeper777/Album | 2f36e80a5e46b7b5c928e3ac77a1506c5493e836 | [
"MIT"
] | null | null | null | using Mono.Cecil;
using Mono.Cecil.Cil;
using System.Diagnostics.CodeAnalysis;
namespace Album.CodeGen.Cecil
{
internal class MethodReferenceProvider
{
[DisallowNull]
public MethodReference? LinkedListAddLast { get; init; }
[DisallowNull]
public MethodReference? LinkedListAddFir... | 36.166667 | 68 | 0.658986 |
36960e652f520267b674ebf7759ae32c113424c8 | 76 | cs | C# | msbuild/Xamarin.MacDev.Tasks/Tasks/Move.cs | ghuntley/xamarin-macios | 79604d52b93d5131680ee9d9137038fc3e4243c5 | [
"BSD-3-Clause"
] | null | null | null | msbuild/Xamarin.MacDev.Tasks/Tasks/Move.cs | ghuntley/xamarin-macios | 79604d52b93d5131680ee9d9137038fc3e4243c5 | [
"BSD-3-Clause"
] | null | null | null | msbuild/Xamarin.MacDev.Tasks/Tasks/Move.cs | ghuntley/xamarin-macios | 79604d52b93d5131680ee9d9137038fc3e4243c5 | [
"BSD-3-Clause"
] | null | null | null | namespace Xamarin.MacDev.Tasks
{
public class Move : MoveTaskBase
{
}
}
| 10.857143 | 33 | 0.710526 |
8232ae89617e24188e9d042a7b507f966721c48f | 299 | cs | C# | HerosApp-Clean/HerosDB/ISuperHeroRepo.cs | 201019-UiPath/GresensCarson-Code | 9759147edde7a19cf6016f4c5771ee21cd173d4b | [
"MIT"
] | null | null | null | HerosApp-Clean/HerosDB/ISuperHeroRepo.cs | 201019-UiPath/GresensCarson-Code | 9759147edde7a19cf6016f4c5771ee21cd173d4b | [
"MIT"
] | 6 | 2020-11-11T18:53:09.000Z | 2020-11-24T21:56:39.000Z | HerosApp-Clean/HerosDB/ISuperHeroRepo.cs | 201019-UiPath/GresensCarson-Code | 9759147edde7a19cf6016f4c5771ee21cd173d4b | [
"MIT"
] | 3 | 2020-11-02T19:31:32.000Z | 2020-11-23T14:17:29.000Z | using HerosDB.Models;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace HerosDB
{
public interface ISuperHeroRepo
{
Task<List<SuperHero>> GetAllHeroesAsync();
void AddAHeroAsync(SuperHero hero);
SuperHero GetHeroByName(string name);
}
} | 24.916667 | 51 | 0.712375 |
7690294e30665fed496476729353ad49264baf7a | 1,440 | cs | C# | Assets/SteamAudio/AudioEngineAmbisonicsSource_Unity.cs | JonaMazu/KoboldKare | 843135ccc5c1b9459203c84dff64ff93703729c7 | [
"CC0-1.0"
] | null | null | null | Assets/SteamAudio/AudioEngineAmbisonicsSource_Unity.cs | JonaMazu/KoboldKare | 843135ccc5c1b9459203c84dff64ff93703729c7 | [
"CC0-1.0"
] | null | null | null | Assets/SteamAudio/AudioEngineAmbisonicsSource_Unity.cs | JonaMazu/KoboldKare | 843135ccc5c1b9459203c84dff64ff93703729c7 | [
"CC0-1.0"
] | 1 | 2021-12-29T22:55:02.000Z | 2021-12-29T22:55:02.000Z | //
// Copyright 2018 Valve Corporation. All rights reserved. Subject to the following license:
// https://valvesoftware.github.io/steam-audio/license.html
//
using System;
using UnityEngine;
namespace SteamAudio
{
public sealed class UnityAudioEngineAmbisonicsSource : AudioEngineAmbisonicsSource
{... | 37.894737 | 103 | 0.688194 |
f61d3d8f47fce982f59b7f851eb87d0d39030277 | 257 | cs | C# | ServiceLayer/Services/EncryptionService.cs | zanderlx/F5-broadwayBuilder | 852739bab05c27deae33f820ead43d5097d79a0d | [
"MIT"
] | null | null | null | ServiceLayer/Services/EncryptionService.cs | zanderlx/F5-broadwayBuilder | 852739bab05c27deae33f820ead43d5097d79a0d | [
"MIT"
] | null | null | null | ServiceLayer/Services/EncryptionService.cs | zanderlx/F5-broadwayBuilder | 852739bab05c27deae33f820ead43d5097d79a0d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ServiceLayer.Services
{
public class EncryptionService
{
public EncryptionService()
{
}
}
}
| 15.117647 | 34 | 0.680934 |
f624ef6b9b710aef494619d5e5e446f0a6d39307 | 4,569 | cs | C# | sdk/dataprotection/Microsoft.Azure.Management.DataProtection/src/Generated/Models/UserFacingError.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 3,268 | 2015-01-08T04:21:52.000Z | 2022-03-31T11:10:48.000Z | sdk/dataprotection/Microsoft.Azure.Management.DataProtection/src/Generated/Models/UserFacingError.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 18,748 | 2015-01-06T00:12:22.000Z | 2022-03-31T23:55:50.000Z | sdk/dataprotection/Microsoft.Azure.Management.DataProtection/src/Generated/Models/UserFacingError.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 4,179 | 2015-01-07T20:13:22.000Z | 2022-03-31T09:09:02.000Z | // <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// re... | 37.146341 | 448 | 0.60232 |
b3806e4266f866fa0705261440d03693e9f69ec1 | 339 | cs | C# | SharpMath/Expressions/TokenType.cs | voonfoo/SharpMath | 884229987618ac13f9568a3b3405c9cfeeea9036 | [
"MIT"
] | 33 | 2016-01-28T13:52:57.000Z | 2019-09-29T08:07:39.000Z | SharpMath/Expressions/TokenType.cs | voonfoo/SharpMath | 884229987618ac13f9568a3b3405c9cfeeea9036 | [
"MIT"
] | 4 | 2016-05-08T17:19:46.000Z | 2019-11-07T20:42:06.000Z | SharpMath/Expressions/TokenType.cs | voonfoo/SharpMath | 884229987618ac13f9568a3b3405c9cfeeea9036 | [
"MIT"
] | 7 | 2016-03-26T14:07:22.000Z | 2019-09-29T08:07:40.000Z | // TokenType.cs, 07.11.2019
// Copyright (C) Dominic Beger 07.11.2019
namespace SharpMath.Expressions
{
/// <summary>
/// Represents the different token types of a mathematic term.
/// </summary>
public enum TokenType
{
Function,
Operator,
Number,
Constant,
... | 19.941176 | 70 | 0.581121 |
08491b57d99df3a569fc6467342e97caa655d1ee | 1,554 | cs | C# | Source/Outlook/Events/StoresEvents_12.cs | igoreksiz/NetOffice | 4b2ea3dd8ac885955ab9edbb455e079108ec968c | [
"MIT"
] | null | null | null | Source/Outlook/Events/StoresEvents_12.cs | igoreksiz/NetOffice | 4b2ea3dd8ac885955ab9edbb455e079108ec968c | [
"MIT"
] | null | null | null | Source/Outlook/Events/StoresEvents_12.cs | igoreksiz/NetOffice | 4b2ea3dd8ac885955ab9edbb455e079108ec968c | [
"MIT"
] | null | null | null | using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using NetOffice;
using NetOffice.Attributes;
namespace NetOffice.OutlookApi.EventContracts
{
/// <summary>
/// StoresEvents_12
/// </summary>
[SupportByVersion("Outloo... | 39.846154 | 143 | 0.70399 |
e17e096de8d773e24ab3475e0ec98c2bf3e86bd9 | 12,453 | cs | C# | AppWeb/SolRestaurant/WebApp/Service References/ServicioRegistrar/Reference.cs | AhmadSleimanR/AplicacionesDistribuidas | be663871093c14379345fcc3c5911da3c9299bcf | [
"MIT"
] | 1 | 2020-08-07T21:17:39.000Z | 2020-08-07T21:17:39.000Z | AppWeb/SolRestaurant/WebApp/Service References/ServicioRegistrar/Reference.cs | AhmadSleimanR/AplicacionesDistribuidas | be663871093c14379345fcc3c5911da3c9299bcf | [
"MIT"
] | null | null | null | AppWeb/SolRestaurant/WebApp/Service References/ServicioRegistrar/Reference.cs | AhmadSleimanR/AplicacionesDistribuidas | be663871093c14379345fcc3c5911da3c9299bcf | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// Este código fue generado por una herramienta.
// Versión de runtime:4.0.30319.42000
//
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
// se vuelve a gener... | 42.64726 | 189 | 0.615836 |
fdb53d451bf7ffcdbc552e9c6672ba27f94c1638 | 10,546 | cs | C# | ASBDDS/ASBDDS.API/Controllers/OperationSystemsController.cs | Insei/ASBDDS.NET | 014fdbc2dab6a400e72c4c3c1b708019585fe8ef | [
"MIT"
] | 1 | 2021-09-20T22:49:20.000Z | 2021-09-20T22:49:20.000Z | ASBDDS/ASBDDS.API/Controllers/OperationSystemsController.cs | Insei/ASBDDS.NET | 014fdbc2dab6a400e72c4c3c1b708019585fe8ef | [
"MIT"
] | null | null | null | ASBDDS/ASBDDS.API/Controllers/OperationSystemsController.cs | Insei/ASBDDS.NET | 014fdbc2dab6a400e72c4c3c1b708019585fe8ef | [
"MIT"
] | 1 | 2021-09-15T13:32:53.000Z | 2021-09-15T13:32:53.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ASBDDS.Shared.Dtos.File;
using ASBDDS.Shared.Dtos.OperationSystem;
using ASBDDS.Shared.Models.Database.DataDb;
using ASBDDS.Shared.Models.Responses;
using AutoMapper;
using Microsoft.AspNetCore.Authorization;
using M... | 37.935252 | 131 | 0.501043 |
d7c78ace9994f694d508df1e154beff6e436a6f7 | 553 | cs | C# | SLeek/Core/ListItems/PreferencePaneListItem.cs | SObS/SLeek | 353c41f0fbe208135019cb70281344df04c5a36b | [
"BSD-3-Clause"
] | 3 | 2017-06-05T23:27:12.000Z | 2019-08-12T20:47:00.000Z | SLeek/Core/ListItems/PreferencePaneListItem.cs | SObS/SLeek | 353c41f0fbe208135019cb70281344df04c5a36b | [
"BSD-3-Clause"
] | null | null | null | SLeek/Core/ListItems/PreferencePaneListItem.cs | SObS/SLeek | 353c41f0fbe208135019cb70281344df04c5a36b | [
"BSD-3-Clause"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
namespace SLeek
{
public class PreferencePaneListItem
{
private string name;
private Image icon;
public PreferencePaneListItem(string name, Image icon)
{
this.name... | 18.433333 | 63 | 0.508137 |
3be6217c2af5dbd3eb4796657e622398e1e144d5 | 1,755 | cs | C# | Assets/Scripts/Model/Board/Info/BombObstacleDistance.cs | nickell-andrew/FlyCasual | b44327aacdbfcadab12d1c996f9702df00d8eae3 | [
"MIT"
] | 3 | 2020-11-22T10:49:00.000Z | 2020-12-01T21:19:35.000Z | Assets/Scripts/Model/Board/Info/BombObstacleDistance.cs | nickell-andrew/FlyCasual | b44327aacdbfcadab12d1c996f9702df00d8eae3 | [
"MIT"
] | 21 | 2020-11-18T02:08:09.000Z | 2020-12-06T19:43:46.000Z | Assets/Scripts/Model/Board/Info/BombObstacleDistance.cs | nickell-andrew/FlyCasual | b44327aacdbfcadab12d1c996f9702df00d8eae3 | [
"MIT"
] | null | null | null | using Bombs;
using System.Linq;
using Obstacles;
using UnityEngine;
using Upgrade;
namespace BoardTools
{
public class BombObstacleDistance
{
public int Range { get; private set; }
public GenericBomb Bomb { get; private set; }
public GenericObstacle Obstacle { get; private set; }
... | 31.909091 | 108 | 0.617664 |
ce27d4a9017db1c60f656f228c453fa84d603b32 | 2,921 | cs | C# | BLL1/ClassFactura.cs | jchacon092/Sistema_Ventas_C- | c3e677023f349455b7da07ebfe0149838afba559 | [
"RSA-MD"
] | null | null | null | BLL1/ClassFactura.cs | jchacon092/Sistema_Ventas_C- | c3e677023f349455b7da07ebfe0149838afba559 | [
"RSA-MD"
] | null | null | null | BLL1/ClassFactura.cs | jchacon092/Sistema_Ventas_C- | c3e677023f349455b7da07ebfe0149838afba559 | [
"RSA-MD"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DALL.DataSetFacturaTableAdapters;
using System.Transactions;
namespace BLL1
{
public class ClassFactura
{
#region Atributos
private Encabezado_facturaTableAdapter Emcabezado... | 31.408602 | 246 | 0.539541 |
08adc016382e09562d57bed2b463ff75ec5a4afc | 966 | cs | C# | sdk/azurestack/Microsoft.AzureStack.Management.Subscriptions.Admin/tests/src/QuotaTests.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 3,268 | 2015-01-08T04:21:52.000Z | 2022-03-31T11:10:48.000Z | sdk/azurestack/Microsoft.AzureStack.Management.Subscriptions.Admin/tests/src/QuotaTests.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 18,748 | 2015-01-06T00:12:22.000Z | 2022-03-31T23:55:50.000Z | sdk/azurestack/Microsoft.AzureStack.Management.Subscriptions.Admin/tests/src/QuotaTests.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 4,179 | 2015-01-07T20:13:22.000Z | 2022-03-31T09:09:02.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
using Microsoft.AzureStack.Management.Subscriptions.Admin;
using Microsoft.AzureStack.Management.Subscriptions.Admin.Models;
using Subscriptions.Tests.src.... | 27.6 | 74 | 0.636646 |
ee29e11b3831cd7133bc6d823f56816f14466117 | 2,928 | cs | C# | OkapiSampleTests/TestCases/ReportWithReusableDriver.cs | tamnguyenbbt/Okapi | ecdf1f69cf55a8245b4f03ba6bc9d4e0e59b7179 | [
"Apache-2.0"
] | 1 | 2020-01-31T23:47:04.000Z | 2020-01-31T23:47:04.000Z | OkapiSampleTests/TestCases/ReportWithReusableDriver.cs | tamnguyenbbt/Okapi | ecdf1f69cf55a8245b4f03ba6bc9d4e0e59b7179 | [
"Apache-2.0"
] | null | null | null | OkapiSampleTests/TestCases/ReportWithReusableDriver.cs | tamnguyenbbt/Okapi | ecdf1f69cf55a8245b4f03ba6bc9d4e0e59b7179 | [
"Apache-2.0"
] | 1 | 2021-12-09T02:29:49.000Z | 2021-12-09T02:29:49.000Z | using NUnit.Framework;
using Okapi.Attributes;
using Okapi.Drivers;
using Okapi.Elements;
using Okapi.Enums;
using Okapi.Report;
using Okapi.Support.Report.NUnit;
using TestCase = Okapi.Attributes.TestCaseAttribute;
namespace OkapiSampleTests.TestCases
{
[TestFixture]
//Try to run all the tests in this class a... | 36.6 | 137 | 0.645833 |
6d9d74ec1239dcaa4b40b9e76627b9bfc94d3fd8 | 1,420 | cs | C# | canary/Migrations/20200718201840_AddMessagesTable.cs | nightingaleproject/canary | b2e6a9b11d3d70380c92f4285c2a6d6bc9093a4f | [
"Apache-2.0"
] | 5 | 2018-04-07T02:06:56.000Z | 2020-06-04T05:13:54.000Z | canary/Migrations/20200718201840_AddMessagesTable.cs | nightingaleproject/canary | b2e6a9b11d3d70380c92f4285c2a6d6bc9093a4f | [
"Apache-2.0"
] | 11 | 2020-04-16T16:49:21.000Z | 2021-06-09T15:25:56.000Z | canary/Migrations/20200718201840_AddMessagesTable.cs | nightingaleproject/canary | b2e6a9b11d3d70380c92f4285c2a6d6bc9093a4f | [
"Apache-2.0"
] | 3 | 2019-08-22T10:50:44.000Z | 2020-12-17T19:38:08.000Z | using Microsoft.EntityFrameworkCore.Migrations;
namespace canary.Migrations
{
public partial class AddMessagesTable : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "TestMessageMessageId",
... | 30.212766 | 71 | 0.514789 |
7644a98d809b340a6856e1605943fa19844a72ad | 280 | cs | C# | src/App/Data/SQLite2/Entities.cs | pabloandrei/eFolding-GridProtein | f2d9c312c4451c0370f99b3e2ee602c21d5bb3a8 | [
"Apache-2.0"
] | null | null | null | src/App/Data/SQLite2/Entities.cs | pabloandrei/eFolding-GridProtein | f2d9c312c4451c0370f99b3e2ee602c21d5bb3a8 | [
"Apache-2.0"
] | null | null | null | src/App/Data/SQLite2/Entities.cs | pabloandrei/eFolding-GridProtein | f2d9c312c4451c0370f99b3e2ee602c21d5bb3a8 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GridProteinFolding.Data.SQLite.Entities
{
public class Process
{
public Guid guid;
public int status;
public DateTime date;
}
}
| 18.666667 | 50 | 0.642857 |
c901203a27e408bc5a8d0de40b168f334cc8085e | 2,608 | cs | C# | VrmacVideo/Utils/QueueBase.cs | Const-me/Vrmac | a065e637c68bb6abd26af2a611ef960dc342b525 | [
"MIT"
] | 91 | 2020-05-18T12:21:36.000Z | 2022-03-20T19:37:50.000Z | VrmacVideo/Utils/QueueBase.cs | Const-me/Vrmac | a065e637c68bb6abd26af2a611ef960dc342b525 | [
"MIT"
] | 2 | 2020-05-18T15:19:55.000Z | 2020-07-01T16:33:08.000Z | VrmacVideo/Utils/QueueBase.cs | Const-me/Vrmac | a065e637c68bb6abd26af2a611ef960dc342b525 | [
"MIT"
] | 3 | 2020-08-26T03:35:29.000Z | 2021-04-02T01:52:39.000Z | using System;
using System.Diagnostics;
using VrmacVideo.IO;
using VrmacVideo.Linux;
namespace VrmacVideo
{
/// <summary>Abstract base class for V4L2 queue objects</summary>
abstract class QueueBase<T> where T : BufferBase
{
public int buffersCount => buffers.Length;
readonly FileHandle videoDevice;
// We n... | 33.012658 | 145 | 0.716258 |
c93dbb27e252b1efffa688d939c3c4466ecdd8fc | 681 | cs | C# | src/Microsoft.TemplateEngine.Core/FileChange.cs | jesmi-ops/azure | 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 | [
"MIT"
] | 2 | 2021-08-13T05:05:35.000Z | 2021-08-13T05:05:36.000Z | src/Microsoft.TemplateEngine.Core/FileChange.cs | jesmi-ops/azure | 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 | [
"MIT"
] | 1 | 2019-07-16T21:21:09.000Z | 2019-07-16T21:21:09.000Z | src/Microsoft.TemplateEngine.Core/FileChange.cs | jesmi-ops/azure | 4ed6e823f0eba7dd7a444e9f3b693836d6b63775 | [
"MIT"
] | null | null | null | using Microsoft.TemplateEngine.Abstractions;
namespace Microsoft.TemplateEngine.Core
{
public class FileChange : IFileChange2
{
public string SourceRelativePath { get; }
public string TargetRelativePath { get; }
public ChangeKind ChangeKind { get; }
public byte[] ... | 28.375 | 127 | 0.63583 |
c9a70f1068832bb3d166280a0733c2038538635e | 478 | cs | C# | JitEvolution.Core/Repositories/IBaseCrudRepository.cs | L1nde/JitEvolution | c588b5c5046ea69d7c199457725e7d89f511f4ac | [
"MIT"
] | null | null | null | JitEvolution.Core/Repositories/IBaseCrudRepository.cs | L1nde/JitEvolution | c588b5c5046ea69d7c199457725e7d89f511f4ac | [
"MIT"
] | 1 | 2021-12-22T18:42:26.000Z | 2021-12-22T18:42:26.000Z | JitEvolution.Core/Repositories/IBaseCrudRepository.cs | L1nde/JitEvolution | c588b5c5046ea69d7c199457725e7d89f511f4ac | [
"MIT"
] | null | null | null | using JitEvolution.Core.Models;
namespace JitEvolution.Core.Repositories
{
public interface IBaseCrudRepository<TEntity> where TEntity : class, IBaseEntity
{
IQueryable<TEntity> Queryable { get; }
Task<List<TEntity>> ListAsync(IQueryable<TEntity>? queryable = null);
Task<TEntity> Add... | 23.9 | 84 | 0.692469 |
7c41925c3f9fb1284dc160c442c4e6ae5c7f65eb | 931 | cs | C# | Zilon.Core/Zilon.Core/Schemes/IPropEquipSubScheme.cs | kreghek/Zilon_Roguelike | 92ee1b19ab7afbd3d03c30b6393f3d703ae006a3 | [
"MIT"
] | 16 | 2019-10-13T00:29:09.000Z | 2022-01-24T01:46:48.000Z | Zilon.Core/Zilon.Core/Schemes/IPropEquipSubScheme.cs | kreghek/Zilon_Roguelike | 92ee1b19ab7afbd3d03c30b6393f3d703ae006a3 | [
"MIT"
] | 912 | 2018-11-25T23:44:50.000Z | 2022-03-21T14:29:58.000Z | Zilon.Core/Zilon.Core/Schemes/IPropEquipSubScheme.cs | kreghek/Zilon_Roguelike | 92ee1b19ab7afbd3d03c30b6393f3d703ae006a3 | [
"MIT"
] | 15 | 2019-01-20T18:43:33.000Z | 2021-02-24T04:56:57.000Z | using Zilon.Core.Components;
namespace Zilon.Core.Schemes
{
/// <summary>
/// Схема характеристик предмета, который можно экипировать на персонажа.
/// </summary>
public interface IPropEquipSubScheme
{
/// <summary>
/// Идентификаторы действий, которые позволяет совершать предмет.
... | 29.09375 | 77 | 0.590763 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.