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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8f3ddf78b6029119b65d92021b16ba2306744909 | 1,749 | cs | C# | day1/IncreaseCounterPuzzle2Test.cs | cternes/tdd-advent-of-code-2021 | b0ac004a082526ce512856d02cae9fd02879209f | [
"Apache-2.0"
] | null | null | null | day1/IncreaseCounterPuzzle2Test.cs | cternes/tdd-advent-of-code-2021 | b0ac004a082526ce512856d02cae9fd02879209f | [
"Apache-2.0"
] | null | null | null | day1/IncreaseCounterPuzzle2Test.cs | cternes/tdd-advent-of-code-2021 | b0ac004a082526ce512856d02cae9fd02879209f | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
using System.Diagnostics;
using System.Threading.Tasks;
using FileHandling;
using FluentAssertions;
using Xunit;
namespace day1;
public class IncreaseCounterPuzzle2Test
{
[Fact]
public void ShouldIncrease1TimesWhenValuesOnlyIncreasing()
{
// Arrange
var i... | 20.337209 | 74 | 0.539165 |
51702201a0b51003b858b0c66ebacf4a2ea223ad | 463 | cs | C# | SoruceCode/SortedNameApplication/Class/NameList.cs | bachtiar86/SortedApplication | a40782204f985a52367ee1a6e21b89992c12e20c | [
"MIT"
] | null | null | null | SoruceCode/SortedNameApplication/Class/NameList.cs | bachtiar86/SortedApplication | a40782204f985a52367ee1a6e21b89992c12e20c | [
"MIT"
] | null | null | null | SoruceCode/SortedNameApplication/Class/NameList.cs | bachtiar86/SortedApplication | a40782204f985a52367ee1a6e21b89992c12e20c | [
"MIT"
] | null | null | null | namespace SortedNameApplication.Class
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class NameList
{
public NameList(string firstname, string lastname)
{
this.firstName = firstname... | 25.722222 | 66 | 0.606911 |
7b820a8bc828afebf4eff11962da53ad4a786b6b | 3,483 | cs | C# | SQLServerConnectionFactory.cs | gliesefire/RepositoryPattern.SqlServer | 85e6a9455ce696c27db2804d28177835320650c9 | [
"MIT"
] | null | null | null | SQLServerConnectionFactory.cs | gliesefire/RepositoryPattern.SqlServer | 85e6a9455ce696c27db2804d28177835320650c9 | [
"MIT"
] | null | null | null | SQLServerConnectionFactory.cs | gliesefire/RepositoryPattern.SqlServer | 85e6a9455ce696c27db2804d28177835320650c9 | [
"MIT"
] | null | null | null | using Microsoft.Extensions.Logging;
using RepositoryPattern.Abstractions;
using System;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Threading.Tasks;
namespace RepositoryPattern.SqlServer
{
public class SQLServerConnectionFactory : IMssqlFactory
{
private read... | 29.769231 | 105 | 0.560149 |
337d47dd6b08556ff243860e052a9bef0453fa02 | 1,199 | cs | C# | MACHINA/Assets/Scripts/Particle/ParticleManagermm.cs | kurokurogamer/MAKINAS | 9e156691b4eae6a4d135ff356926d2cd3f959875 | [
"Unlicense"
] | null | null | null | MACHINA/Assets/Scripts/Particle/ParticleManagermm.cs | kurokurogamer/MAKINAS | 9e156691b4eae6a4d135ff356926d2cd3f959875 | [
"Unlicense"
] | null | null | null | MACHINA/Assets/Scripts/Particle/ParticleManagermm.cs | kurokurogamer/MAKINAS | 9e156691b4eae6a4d135ff356926d2cd3f959875 | [
"Unlicense"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ParticleManager : MonoBehaviour
{
public static ParticleManager instance = null;
private List<GameObject> _effectList = new List<GameObject>();
private Dictionary<string, GameObject> _effectDictionary = new Dictionary<strin... | 18.734375 | 97 | 0.710592 |
a77b51463188fa17876794c1da35046d9468c93b | 7,335 | cs | C# | Core/NakedObjects.ParallelReflector/FacetFactory/CallbackMethodsFacetFactory.cs | sebastianslutzky/NakedObjectsFramework | f2ee81ba1adbd54762d555e1a455ed18a0f9213c | [
"Apache-2.0"
] | null | null | null | Core/NakedObjects.ParallelReflector/FacetFactory/CallbackMethodsFacetFactory.cs | sebastianslutzky/NakedObjectsFramework | f2ee81ba1adbd54762d555e1a455ed18a0f9213c | [
"Apache-2.0"
] | null | null | null | Core/NakedObjects.ParallelReflector/FacetFactory/CallbackMethodsFacetFactory.cs | sebastianslutzky/NakedObjectsFramework | f2ee81ba1adbd54762d555e1a455ed18a0f9213c | [
"Apache-2.0"
] | null | null | null | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requi... | 47.62987 | 232 | 0.65317 |
7eb5b4a1f21a5d3f2a03daed21e951303437d5a9 | 1,117 | cs | C# | TS SE Tool/CustomClasses/Utilities/NumericUtilities.cs | bejonwe/TS-SE-Tool | 6b7f643bfbb0ae4feab5a10af8dbc55002765543 | [
"Apache-2.0"
] | null | null | null | TS SE Tool/CustomClasses/Utilities/NumericUtilities.cs | bejonwe/TS-SE-Tool | 6b7f643bfbb0ae4feab5a10af8dbc55002765543 | [
"Apache-2.0"
] | null | null | null | TS SE Tool/CustomClasses/Utilities/NumericUtilities.cs | bejonwe/TS-SE-Tool | 6b7f643bfbb0ae4feab5a10af8dbc55002765543 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Linq;
namespace TS_SE_Tool.Utilities
{
public class NumericUtilities
{
public static decimal HexFloatToDecimalFloat(string _hexFloat)
{
string binarystring = String.Join(String.Empty, _hexFloat.Substring(1).Select(c => Convert.ToString(Convert.ToInt32(c.T... | 31.914286 | 168 | 0.602507 |
659462283d2e7c61d21513bde4b4ea5eea3fb98d | 2,184 | cs | C# | MAL_Reviewer/MAL_Reviewer_Core/models/UserModels/UserModel.cs | EOussama/MAL_Review | 5595a0ddcd3ccb4083175495ea8b700fdc2589d4 | [
"MIT"
] | null | null | null | MAL_Reviewer/MAL_Reviewer_Core/models/UserModels/UserModel.cs | EOussama/MAL_Review | 5595a0ddcd3ccb4083175495ea8b700fdc2589d4 | [
"MIT"
] | 15 | 2018-11-14T10:15:20.000Z | 2018-11-24T09:46:26.000Z | MAL_Reviewer/MAL_Reviewer_Core/models/UserModels/UserModel.cs | EOussama/MAL_Reviewer | 5595a0ddcd3ccb4083175495ea8b700fdc2589d4 | [
"MIT"
] | null | null | null | using System;
namespace MAL_Reviewer_Core.models.UserModels
{
[Serializable]
/// <summary>
/// User model.
/// </summary>
public class UserModel
{
#region Properties
/// <summary>
/// The user's name.
/// </summary>
public string Username { get; set; } ... | 24.266667 | 67 | 0.478938 |
8fbf26822bdb097f0de5ab3c45052be342a9a78f | 373 | cs | C# | BookingSystem.Domain.WebUI/Definitions/CityDefinitionsVM.cs | Gestotudor/Mvc_Hotel_Booking | ef14831d031c79180a6e00fe6933471c974c6b53 | [
"MIT"
] | null | null | null | BookingSystem.Domain.WebUI/Definitions/CityDefinitionsVM.cs | Gestotudor/Mvc_Hotel_Booking | ef14831d031c79180a6e00fe6933471c974c6b53 | [
"MIT"
] | null | null | null | BookingSystem.Domain.WebUI/Definitions/CityDefinitionsVM.cs | Gestotudor/Mvc_Hotel_Booking | ef14831d031c79180a6e00fe6933471c974c6b53 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace BookingSystem.Domain.WebUI.Definitions
{
public class CityDefinitionVM : IModel
{
public int Id { get; set; }
public string Name { get; set; }
public bool IsActive { get; set; }
public bool IsDelete { get; set; }
public List<... | 26.642857 | 65 | 0.63807 |
d8f922828ae4fa18d276ec35a76c51c965747ba0 | 406 | cs | C# | src/Shared/Shared.Contract/Error/ErrorValidationViewModel.cs | StuffPacker/StuffPacker | 507860f66834d36ff9d0728a6379ccf958329b98 | [
"MIT"
] | null | null | null | src/Shared/Shared.Contract/Error/ErrorValidationViewModel.cs | StuffPacker/StuffPacker | 507860f66834d36ff9d0728a6379ccf958329b98 | [
"MIT"
] | 3 | 2019-09-26T20:08:07.000Z | 2020-01-20T07:25:57.000Z | src/Shared/Shared.Contract/Error/ErrorValidationViewModel.cs | StuffPacker/StuffPacker | 507860f66834d36ff9d0728a6379ccf958329b98 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Contract.Error
{
[Serializable]
public class ErrorValidationViewModel
{
public string Field { get; set; }
public string Message { get; set; }
public override string ToString()
{
... | 20.3 | 77 | 0.610837 |
2b4ed3a3a6daa2d087ce51556a927ceb07904f1a | 448 | cs | C# | Assets/Scripts/Music.cs | Trysac/Unity-Qapaq-Inqa-Game | c128ba04e8a1324dbea9694aa6cf261c1ad78ced | [
"MIT"
] | null | null | null | Assets/Scripts/Music.cs | Trysac/Unity-Qapaq-Inqa-Game | c128ba04e8a1324dbea9694aa6cf261c1ad78ced | [
"MIT"
] | null | null | null | Assets/Scripts/Music.cs | Trysac/Unity-Qapaq-Inqa-Game | c128ba04e8a1324dbea9694aa6cf261c1ad78ced | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Music : MonoBehaviour
{
private void Awake()
{
int musicCount = FindObjectsOfType<Music>().Length;
if (musicCount > 1)
{
Destroy(gameObject);
}
else
{
... | 17.92 | 59 | 0.564732 |
d33e463926b88e2813f556e3a2cda55a8dd774f2 | 458 | cs | C# | WhatsNewInCSharp6/WhatsNewInCSharp6/Classes/ExpressionBodyMember.cs | CubicleJockey/MicrosoftVirtualAcademy | 11dd756c67ff9a0330353818d788864f67e94483 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | WhatsNewInCSharp6/WhatsNewInCSharp6/Classes/ExpressionBodyMember.cs | CubicleJockey/MicrosoftVirtualAcademy | 11dd756c67ff9a0330353818d788864f67e94483 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | WhatsNewInCSharp6/WhatsNewInCSharp6/Classes/ExpressionBodyMember.cs | CubicleJockey/MicrosoftVirtualAcademy | 11dd756c67ff9a0330353818d788864f67e94483 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | using static System.Math;
namespace WhatsNewInCSharp6.Classes
{
public class ExpressionBodyMember
{
public double X { get; set; }
public double Y { get; set; }
//Lambda expression for a body member
//The static using makes it so you don't have to use Math.Sqrt you can just cal... | 28.625 | 93 | 0.639738 |
d35ac1e4e875ccdc238a7fa85dfdfdd5c19fc379 | 7,595 | cs | C# | Desktop/MapViewerTest/MgAppWindow.cs | achilex/MgDev | f7baf680a88d37659af32ee72b9a2046910b00d8 | [
"PHP-3.0"
] | 2 | 2017-04-19T01:38:30.000Z | 2020-07-31T03:05:32.000Z | Desktop/MapViewerTest/MgAppWindow.cs | achilex/MgDev | f7baf680a88d37659af32ee72b9a2046910b00d8 | [
"PHP-3.0"
] | null | null | null | Desktop/MapViewerTest/MgAppWindow.cs | achilex/MgDev | f7baf680a88d37659af32ee72b9a2046910b00d8 | [
"PHP-3.0"
] | 1 | 2021-12-29T10:46:12.000Z | 2021-12-29T10:46:12.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using OSGeo.MapGuide.Viewer;
using OSGeo.MapGuide;
namespace MapViewerTest
{
public partial class MgAppWindow : Form, IMapStatusBar
... | 37.975 | 156 | 0.532456 |
d3b9026e773c2abfb76b14582a6707b475014d22 | 4,850 | cs | C# | src/SaaSPro.Services.Tests/UserServiceTests.cs | buenadigital/SaaSPro | 170127316925f68b4b76be8a667197aac551336d | [
"MIT"
] | 15 | 2016-09-02T18:34:11.000Z | 2022-03-16T20:31:04.000Z | src/SaaSPro.Services.Tests/UserServiceTests.cs | buenadigital/SaaSPro | 170127316925f68b4b76be8a667197aac551336d | [
"MIT"
] | 1 | 2018-07-27T17:46:13.000Z | 2018-08-02T22:36:10.000Z | src/SaaSPro.Services.Tests/UserServiceTests.cs | buenadigital/SaaSPro | 170127316925f68b4b76be8a667197aac551336d | [
"MIT"
] | 7 | 2017-10-23T12:08:28.000Z | 2021-09-16T08:34:38.000Z | using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SaasPro.TestsConfiguration;
using SaasPro.TestsConfiguration.Helper;
using SaaSPro.Data;
using SaaSPro.Data.Repositories;
using SaaSPro.Domain;
using SaaSPro.Services.Interfaces;
using SaaSPro.Services.Messaging.UserService;
using SaaSPro.Ser... | 35.40146 | 222 | 0.750103 |
db0b9037bd8f0fbb17f9c2fe6d6ea3a62942b3ed | 5,063 | cs | C# | tests/NzCovidPass.Test.Unit/CwtSecurityTokenBuilder.cs | JedS6391/NzCovidPass | 62b1d7d7749a104828c3e7bee918595f646d17da | [
"MIT"
] | 2 | 2021-11-29T20:30:58.000Z | 2021-12-11T18:17:13.000Z | tests/NzCovidPass.Test.Unit/CwtSecurityTokenBuilder.cs | JedS6391/NzCovidPass | 62b1d7d7749a104828c3e7bee918595f646d17da | [
"MIT"
] | 7 | 2021-11-15T20:17:12.000Z | 2021-12-23T21:07:08.000Z | tests/NzCovidPass.Test.Unit/CwtSecurityTokenBuilder.cs | JedS6391/NzCovidPass | 62b1d7d7749a104828c3e7bee918595f646d17da | [
"MIT"
] | 3 | 2021-11-19T21:52:10.000Z | 2021-12-07T06:21:54.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.IdentityModel.Tokens;
using NzCovidPass.Core.Cwt;
using NzCovidPass.Core.Models;
namespace NzCovidPass.Test.Unit
{
/// <summary>
/// Builder to aid in the creation of <see cref="CwtSecurityToken" /> instances ... | 32.876623 | 154 | 0.594312 |
db76f29951718048ae9f608c13d56e142824c7ea | 280 | cs | C# | src/Components/Reporting/Source/Domain/NullSessionReport.cs | cuongnq/White | 93792e7656b9e63601037b1264e41c01953319c6 | [
"Apache-2.0"
] | null | null | null | src/Components/Reporting/Source/Domain/NullSessionReport.cs | cuongnq/White | 93792e7656b9e63601037b1264e41c01953319c6 | [
"Apache-2.0"
] | null | null | null | src/Components/Reporting/Source/Domain/NullSessionReport.cs | cuongnq/White | 93792e7656b9e63601037b1264e41c01953319c6 | [
"Apache-2.0"
] | 1 | 2020-06-23T04:26:04.000Z | 2020-06-23T04:26:04.000Z | using System;
namespace Reporting.Domain
{
public class NullSessionReport : IReport
{
public virtual void Begin(string name) { }
public virtual void Next(Type type) { }
public virtual void Act() { }
public virtual void Finish() { }
}
} | 23.333333 | 50 | 0.621429 |
6df561f6feb519cca19cc363d52da8d7d3bc8fcf | 1,075 | cs | C# | Controls/EditableForm/src/DotVVM.Contrib.Samples/ViewModels/Sample2ViewModel.cs | Duzij/dotvvm-contrib | 2963a329f189fe8bdb4f5cd87259074948d1a29b | [
"Apache-2.0"
] | 12 | 2016-08-06T23:09:34.000Z | 2021-09-08T05:16:00.000Z | Controls/EditableForm/src/DotVVM.Contrib.Samples/ViewModels/Sample2ViewModel.cs | Duzij/dotvvm-contrib | 2963a329f189fe8bdb4f5cd87259074948d1a29b | [
"Apache-2.0"
] | 76 | 2016-08-02T09:49:44.000Z | 2022-03-07T14:46:32.000Z | Controls/EditableForm/src/DotVVM.Contrib.Samples/ViewModels/Sample2ViewModel.cs | Duzij/dotvvm-contrib | 2963a329f189fe8bdb4f5cd87259074948d1a29b | [
"Apache-2.0"
] | 19 | 2016-08-01T12:15:55.000Z | 2022-01-22T01:31:28.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DotVVM.Contrib.Model;
using DotVVM.Contrib.Samples.Data;
using DotVVM.Contrib.Samples.Model;
using DotVVM.Framework.ViewModel;
namespace DotVVM.Contrib.Samples.ViewModels
{
public class Sample... | 26.875 | 104 | 0.677209 |
319f342c3ed359752a70577128ce3a36e6c547fb | 22,965 | cs | C# | Emotion/Standard/OpenType/FontTables/NameTable.cs | simo-andreev/Emotion | 6a3f23f86ef56836a74b472d0822e8e7b184967c | [
"MIT"
] | 33 | 2019-02-28T00:05:15.000Z | 2022-03-06T20:22:35.000Z | Emotion/Standard/OpenType/FontTables/NameTable.cs | simo-andreev/Emotion | 6a3f23f86ef56836a74b472d0822e8e7b184967c | [
"MIT"
] | 39 | 2018-04-28T12:52:16.000Z | 2022-03-29T21:31:14.000Z | Emotion/Standard/OpenType/FontTables/NameTable.cs | simo-andreev/Emotion | 6a3f23f86ef56836a74b472d0822e8e7b184967c | [
"MIT"
] | 10 | 2018-11-29T15:00:58.000Z | 2021-09-23T08:04:53.000Z | #region Using
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Emotion.Utility;
#endregion
namespace Emotion.Standard.OpenType.FontTables
{
public class NameTable
{
// NameIDs for the name table.
private static string[] _nameTableNames =
{
... | 34.901216 | 118 | 0.421076 |
028235e13cf6df59969243454c2d6044c8172f11 | 5,031 | cs | C# | u3d/Assets/scripts/data/StatisticsManager.cs | luzexi/kdm-client | 58050571f458fb0d928590fa04d3a55ff026818b | [
"MIT"
] | 2 | 2019-06-07T14:37:33.000Z | 2022-02-16T12:07:49.000Z | u3d/Assets/scripts/data/StatisticsManager.cs | luzexi/kdm-client | 58050571f458fb0d928590fa04d3a55ff026818b | [
"MIT"
] | null | null | null | u3d/Assets/scripts/data/StatisticsManager.cs | luzexi/kdm-client | 58050571f458fb0d928590fa04d3a55ff026818b | [
"MIT"
] | 4 | 2019-01-30T07:10:43.000Z | 2022-02-17T04:01:18.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using MiniJSON;
using System;
using System.IO;
// statistics manager
public class StatisticsManager : CSingleton<StatisticsManager>
{
public long MaxID = 1;
List<MissionLog> mListMissionLog = new List<MissionLog>();
List<MissionDayLog> ... | 24.1875 | 99 | 0.676208 |
30490ae0d1c8c9e456d9cc84d1efb41d64396ea7 | 1,560 | cs | C# | EngineeringUnits/CombinedUnits/MagneticField/MagneticFieldEnum.cs | AtefeBahrani/EngineeringUnits | 34fc62d0040e3a0ed92a9599948f9ecb3ebfed8d | [
"MIT"
] | null | null | null | EngineeringUnits/CombinedUnits/MagneticField/MagneticFieldEnum.cs | AtefeBahrani/EngineeringUnits | 34fc62d0040e3a0ed92a9599948f9ecb3ebfed8d | [
"MIT"
] | null | null | null | EngineeringUnits/CombinedUnits/MagneticField/MagneticFieldEnum.cs | AtefeBahrani/EngineeringUnits | 34fc62d0040e3a0ed92a9599948f9ecb3ebfed8d | [
"MIT"
] | null | null | null | using EngineeringUnits.Units;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
namespace EngineeringUnits.Units
{
public record MagneticFieldUnit : UnitTypebase
{
public static readonly MagneticFieldUnit SI = new(MassUnit.SI, DurationUnit.SI, ElectricCurrentUnit.SI, "T... | 33.913043 | 147 | 0.694872 |
e3f383f3660c53540ea52b60abd3f12a4e3e6bfb | 542 | cs | C# | src/Modules/Shared/Bistrotic.MexicanDigitalInvoice.Contracts/Entities/Addendum.cs | Bistrotic/Bistrotic | dad807f40b2d16948b45afda52de99e1cc3c464b | [
"MIT"
] | null | null | null | src/Modules/Shared/Bistrotic.MexicanDigitalInvoice.Contracts/Entities/Addendum.cs | Bistrotic/Bistrotic | dad807f40b2d16948b45afda52de99e1cc3c464b | [
"MIT"
] | null | null | null | src/Modules/Shared/Bistrotic.MexicanDigitalInvoice.Contracts/Entities/Addendum.cs | Bistrotic/Bistrotic | dad807f40b2d16948b45afda52de99e1cc3c464b | [
"MIT"
] | 2 | 2021-08-21T09:06:04.000Z | 2021-12-02T18:27:17.000Z | namespace Bistrotic.MexicanDigitalInvoice.Entities
{
using System;
using System.Runtime.Serialization;
using System.Xml.Serialization;
using ProtoBuf;
[Serializable]
[DataContract, ProtoContract]
[XmlType("Addenda", Namespace = MxNamespaces.Cfdi)]
[XmlRoot("Addenda", Namespace = MxNam... | 28.526316 | 73 | 0.673432 |
361f477b6b9884ec4791ae3b22a1829a4daa0e16 | 5,220 | cs | C# | Assets/SimpleWalkController.cs | Maciej4/Tetrahedron | d1de4a3e8e7214519d7c546587ec08311f910aee | [
"MIT"
] | null | null | null | Assets/SimpleWalkController.cs | Maciej4/Tetrahedron | d1de4a3e8e7214519d7c546587ec08311f910aee | [
"MIT"
] | null | null | null | Assets/SimpleWalkController.cs | Maciej4/Tetrahedron | d1de4a3e8e7214519d7c546587ec08311f910aee | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class SimpleWalkController {
public Vector3 goalPos = new Vector3(220.0f, -0.5f, 220.0f);
private TetraController globController;
private GameObject targetGlob;
private List<Vertex> walkVertices ... | 29.162011 | 132 | 0.572222 |
36708f6c7c279e9cfcd4d829e6ceb6ab4ed8e407 | 1,565 | cs | C# | TicTacToe/TickTacToe/Presenters/TTTGamePresenter.cs | surafel911/Visual-Studio-Projects | 6b649a82dd6eb2c9c854c72752aa27063cb03096 | [
"MIT"
] | null | null | null | TicTacToe/TickTacToe/Presenters/TTTGamePresenter.cs | surafel911/Visual-Studio-Projects | 6b649a82dd6eb2c9c854c72752aa27063cb03096 | [
"MIT"
] | null | null | null | TicTacToe/TickTacToe/Presenters/TTTGamePresenter.cs | surafel911/Visual-Studio-Projects | 6b649a82dd6eb2c9c854c72752aa27063cb03096 | [
"MIT"
] | null | null | null | using System;
using Interfaces;
namespace Presenters
{
public class TTTGamePresenter
{
private ITTTGameModel _model;
private ITTTGameView _view;
public TTTGamePresenter(ITTTGameModel model, ITTTGameView view)
{
_model = model;
_view = view;
... | 26.083333 | 121 | 0.570607 |
f65f9a47a19c2f4eac1e31d333ddcc27b147a644 | 364 | cs | C# | test/Merchello.Tests.Base/Respositories/UnitOfWork/TransactionType.cs | raindigi/Merchello | 7116fefe5be4eb424d43afc6590cfa3077ade185 | [
"MIT"
] | 191 | 2015-01-22T16:22:22.000Z | 2022-01-12T18:50:07.000Z | test/Merchello.Tests.Base/Respositories/UnitOfWork/TransactionType.cs | raindigi/Merchello | 7116fefe5be4eb424d43afc6590cfa3077ade185 | [
"MIT"
] | 286 | 2015-01-16T12:30:01.000Z | 2022-03-02T01:45:41.000Z | test/Merchello.Tests.Base/Respositories/UnitOfWork/TransactionType.cs | raindigi/Merchello | 7116fefe5be4eb424d43afc6590cfa3077ade185 | [
"MIT"
] | 300 | 2015-01-07T15:32:27.000Z | 2022-02-08T12:31:44.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Merchello.Tests.Base.Respositories.UnitOfWork
{
/// <summary>
/// Enum for the 3 types of transactions
/// </summary>
internal enum TransactionType
{
Insert... | 18.2 | 55 | 0.642857 |
b66ef0899affef631951c1317f99939f28d83794 | 54 | cs | C# | Assets/ProceduralPlanets/Helpers.cs | trinhvo/UnityProceduralPlanets | 6cebcf6795a3e956a0637d67a951a3671c707d01 | [
"Unlicense"
] | 2 | 2020-01-22T23:39:23.000Z | 2020-08-04T17:45:42.000Z | Assets/ProceduralPlanets/Helpers.cs | trinhvo/UnityProceduralPlanets | 6cebcf6795a3e956a0637d67a951a3671c707d01 | [
"Unlicense"
] | null | null | null | Assets/ProceduralPlanets/Helpers.cs | trinhvo/UnityProceduralPlanets | 6cebcf6795a3e956a0637d67a951a3671c707d01 | [
"Unlicense"
] | null | null | null | using UnityEngine;
public static class Helpers
{
} | 7.714286 | 27 | 0.740741 |
7a49859632257ea76def567a6ff9765d010a1e0a | 222 | cs | C# | EasyMoney/EasyMoney.Modules.FakeManageUsers.Application/Authenticate/ISignInManager.cs | tomkowy/easyMoney | f88e6870b7e44df573b8276f32e6cc776ca47967 | [
"MIT"
] | null | null | null | EasyMoney/EasyMoney.Modules.FakeManageUsers.Application/Authenticate/ISignInManager.cs | tomkowy/easyMoney | f88e6870b7e44df573b8276f32e6cc776ca47967 | [
"MIT"
] | null | null | null | EasyMoney/EasyMoney.Modules.FakeManageUsers.Application/Authenticate/ISignInManager.cs | tomkowy/easyMoney | f88e6870b7e44df573b8276f32e6cc776ca47967 | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
namespace EasyMoney.Modules.FakeManageUsers.Application.Authenticate
{
public interface ISignInManager
{
Task<string> Authenticate(string userName, string password);
}
}
| 22.2 | 68 | 0.752252 |
36c2d817344d239640e27229f4ab8ebec06b55c4 | 3,369 | cs | C# | PayPalSdk/Subscriptions/AmountWithBreakdown.cs | huuthang-zenken/PayPal-NET-SDK | 9bba0f7f1b9e95a47ac4055b4f6d725163c6eec2 | [
"BSD-Source-Code"
] | 3 | 2020-08-10T15:58:02.000Z | 2022-01-13T08:27:58.000Z | PayPalSdk/Subscriptions/AmountWithBreakdown.cs | huuthang-zenken/PayPal-NET-SDK | 9bba0f7f1b9e95a47ac4055b4f6d725163c6eec2 | [
"BSD-Source-Code"
] | null | null | null | PayPalSdk/Subscriptions/AmountWithBreakdown.cs | huuthang-zenken/PayPal-NET-SDK | 9bba0f7f1b9e95a47ac4055b4f6d725163c6eec2 | [
"BSD-Source-Code"
] | 1 | 2022-01-13T08:30:58.000Z | 2022-01-13T08:30:58.000Z | // This class was generated on Tue, 21 May 2019 11:25:19 PDT by version 0.1.0-dev+8fcb5f of Braintree SDK Generator
// AmountWithBreakdown.cs
// @version 0.1.0-dev+8fcb5f
// @type object
// @data H4sIAAAAAAAC/+yZ32vjRhDH3/tXDHpqQbHSH1Aw9CG9ayEtvTN3plCSYI9Xo2i41a5ufyQnSv/3svplyXabBtKX8755Z1ezM19/50Mi/5msm5qSZYKV9sptHtmV... | 74.866667 | 1,165 | 0.783022 |
36d510efb06b8d4bb7b79024df88b25b2c32b55b | 4,503 | cs | C# | src/OrchestrationService/Utilities/Utility.cs | maskx/OrchestrationService | 316a9f918225688c0393e8147e34eecf3174f57d | [
"MIT"
] | null | null | null | src/OrchestrationService/Utilities/Utility.cs | maskx/OrchestrationService | 316a9f918225688c0393e8147e34eecf3174f57d | [
"MIT"
] | 1 | 2021-09-16T06:43:11.000Z | 2021-09-16T06:43:11.000Z | src/OrchestrationService/Utilities/Utility.cs | maskx/OrchestrationService | 316a9f918225688c0393e8147e34eecf3174f57d | [
"MIT"
] | null | null | null | using maskx.OrchestrationService.Extensions;
using maskx.OrchestrationService.Worker;
using Microsoft.SqlServer.Management.Common;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using ... | 47.904255 | 177 | 0.646902 |
3c0b8d9804d64ab66282ee18c3f1e9c7523881ee | 2,500 | cs | C# | HRIS.Model/EnumReference.cs | SC1R33RICK/HRIS | 6e81ba914564b9a138ac175d56f5743496de5b63 | [
"MIT"
] | null | null | null | HRIS.Model/EnumReference.cs | SC1R33RICK/HRIS | 6e81ba914564b9a138ac175d56f5743496de5b63 | [
"MIT"
] | null | null | null | HRIS.Model/EnumReference.cs | SC1R33RICK/HRIS | 6e81ba914564b9a138ac175d56f5743496de5b63 | [
"MIT"
] | 1 | 2021-07-03T02:34:58.000Z | 2021-07-03T02:34:58.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HRIS.Model
{
public enum ReferenceList
{
CUT_OFF_ATTENDANCE, ERROR_TYPE, GENDER, HOUR, MARITAL_STATUS, MONTH_LIST, PAY_RATE_TYPE, PAYROLL_STATUS, PAYSLIP_DETAILS, PENALTY_DEGRE... | 33.333333 | 267 | 0.6088 |
3c15391990de7c982b737b98fb053685b719fc37 | 472 | cs | C# | nanoFramework.Graphics/System/PropertyChangedEventHandler.cs | josesimoes/nanoFramework.Graphics | 0478bbc27136d7b562bb1d7f9cfbdf766e737308 | [
"MIT"
] | 3 | 2021-01-04T17:07:43.000Z | 2021-01-21T12:03:43.000Z | nanoFramework.Graphics/System/PropertyChangedEventHandler.cs | josesimoes/nanoFramework.Graphics | 0478bbc27136d7b562bb1d7f9cfbdf766e737308 | [
"MIT"
] | 10 | 2020-05-21T06:32:34.000Z | 2020-12-22T09:27:52.000Z | nanoFramework.Graphics/System/PropertyChangedEventHandler.cs | josesimoes/nanoFramework.Graphics | 0478bbc27136d7b562bb1d7f9cfbdf766e737308 | [
"MIT"
] | 6 | 2020-05-20T12:33:46.000Z | 2020-10-16T19:20:51.000Z | //
// Copyright (c) .NET Foundation and Contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
namespace nanoFramework.UI
{
/// <summary>
/// Represents the method that will handle the event raised when a
... | 27.764706 | 96 | 0.713983 |
a525ed877a9dcd6d58a915a318d8e4d5363328ea | 4,088 | cs | C# | PraksaMid/RoleName.cs | sbarisic/Praksa2021 | dbc95e3ecf6d0e0b6d1c7f2e43ca928fdf297f40 | [
"MIT"
] | null | null | null | PraksaMid/RoleName.cs | sbarisic/Praksa2021 | dbc95e3ecf6d0e0b6d1c7f2e43ca928fdf297f40 | [
"MIT"
] | null | null | null | PraksaMid/RoleName.cs | sbarisic/Praksa2021 | dbc95e3ecf6d0e0b6d1c7f2e43ca928fdf297f40 | [
"MIT"
] | null | null | null | using PraksaMid.Model;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
namespace PraksaMid
{
public static class RoleName
{
public static List<RoleNameModel> GetRoleNames()
{
List<RoleNameModel> roles = new List<RoleNameModel>();
... | 30.281481 | 89 | 0.450098 |
180402f0a5abad004f40feb3997f8e00146aa21f | 2,558 | cs | C# | hsm-api/Controllers/WebhooksController.cs | FirsovG/hsm-api | 35d4d889a00c08bb65961b3da3d625a88f52d219 | [
"MIT"
] | null | null | null | hsm-api/Controllers/WebhooksController.cs | FirsovG/hsm-api | 35d4d889a00c08bb65961b3da3d625a88f52d219 | [
"MIT"
] | 2 | 2021-07-06T18:52:41.000Z | 2021-07-06T18:57:00.000Z | hsm-api/Controllers/WebhooksController.cs | FirsovG/hsm-api | 35d4d889a00c08bb65961b3da3d625a88f52d219 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using hsm_api.Models;
using System.Net.Http;
using System.Text;
using hsm_api.Domain.StartProduction;
using hsm_api.Infr... | 32.379747 | 89 | 0.641517 |
180b8c7fd325b35a8671d3a5d251cec6779fe314 | 3,429 | cs | C# | src/Vulkan/Silk.NET.Vulkan/Structs/VideoEncodeH264RateControlInfoEXT.gen.cs | ab4d/Silk.NET | 0a1f8355527e73d525076ced653fb3041ecddc3b | [
"MIT"
] | null | null | null | src/Vulkan/Silk.NET.Vulkan/Structs/VideoEncodeH264RateControlInfoEXT.gen.cs | ab4d/Silk.NET | 0a1f8355527e73d525076ced653fb3041ecddc3b | [
"MIT"
] | 5 | 2022-01-27T09:24:10.000Z | 2022-02-17T09:14:43.000Z | src/Vulkan/Silk.NET.Vulkan/Structs/VideoEncodeH264RateControlInfoEXT.gen.cs | Zellcore/Silk.NET | 6c4476d9869d1cbb13bde8fc3c1ca4052d62eb33 | [
"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.
using System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Text;
using Silk.NET.Core;
using Silk.NET.Core.Native;
using Silk.NET.Core.At... | 31.75 | 113 | 0.600467 |
4bb2c29014f1053d15729f3d8c007962dd023c27 | 322 | cs | C# | MobaProtocol.Data/KdaMyHeroData.cs | moto2002/mobahero_src | a2d7c268d314922b55aede9874ad6217a939e3dc | [
"MIT"
] | 4 | 2017-06-28T06:05:04.000Z | 2021-02-12T11:56:04.000Z | MobaProtocol.Data/KdaMyHeroData.cs | corefan/mobahero_src | a2d7c268d314922b55aede9874ad6217a939e3dc | [
"MIT"
] | null | null | null | MobaProtocol.Data/KdaMyHeroData.cs | corefan/mobahero_src | a2d7c268d314922b55aede9874ad6217a939e3dc | [
"MIT"
] | 8 | 2017-07-18T13:34:57.000Z | 2022-03-05T08:02:36.000Z | using ProtoBuf;
using System;
using System.Collections.Generic;
namespace MobaProtocol.Data
{
[ProtoContract]
public class KdaMyHeroData
{
[ProtoMember(1)]
public HeroUsedData herouseddata
{
get;
set;
}
[ProtoMember(2)]
public List<int> skinlist
{
get;
set;
}
}
}... | 12.88 | 35 | 0.627329 |
087404d19f50455580bbb9845676470f8e5f8e0e | 6,054 | cs | C# | src/Busybody/EventBus.cs | awithy/Busybody | 49244dfcea24c9c61781b594a676ead63617766c | [
"Apache-2.0"
] | 1 | 2015-06-28T19:25:02.000Z | 2015-06-28T19:25:02.000Z | src/Busybody/EventBus.cs | awithy/Busybody | 49244dfcea24c9c61781b594a676ead63617766c | [
"Apache-2.0"
] | 2 | 2015-05-31T17:11:52.000Z | 2015-12-11T14:17:57.000Z | src/Busybody/EventBus.cs | awithy/Busybody | 49244dfcea24c9c61781b594a676ead63617766c | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using Busybody.Events;
using BusybodyShared;
namespace Busybody
{
public interface IEventBus
{
void Publish(string eventStreamName, BusybodyEvent @event);
... | 41.183673 | 176 | 0.489263 |
e1239cd40e7fe4720ecd68b3da7bf30edb6fbbd7 | 8,883 | cs | C# | LSVRP/Features/Login/RemoteEvents.cs | KubasGC/lsvrp-rage-cs | a76e7b80bc041f1bc0734f814066e0f89d735233 | [
"MIT"
] | 3 | 2019-05-22T09:41:39.000Z | 2021-05-16T18:49:27.000Z | LSVRP/Features/Login/RemoteEvents.cs | KubasGC/lsvrp-rage-cs | a76e7b80bc041f1bc0734f814066e0f89d735233 | [
"MIT"
] | 2 | 2019-05-21T20:35:29.000Z | 2020-12-14T01:14:02.000Z | LSVRP/Features/Login/RemoteEvents.cs | KubasGC/lsvrp-rage-cs | a76e7b80bc041f1bc0734f814066e0f89d735233 | [
"MIT"
] | 5 | 2018-12-18T16:50:06.000Z | 2020-03-08T10:34:01.000Z | /*
* LSVRP C# Engine
* Script dedicated for Role-play server in Grand Theft Auto V game based on the external Multiplayer called Rage Multiplayer.
* @Author: Kubas (Jakub Skakuj)
* @StartDate: Jun 2018
*
* @urls:
* @RAGE-MP https://rage.mp
* @LSVRP: https://lsvrp.pl
*
* All Rights Reserved
* Copyright proh... | 43.121359 | 264 | 0.534392 |
e1406693c3c57cfa166cc9226756e733b7f87070 | 2,479 | cs | C# | Library/PackageCache/com.unity.addressables@1.18.16/Editor/Settings/Preferences.cs | BrinisSpark/Space-Invaders-Clone | ff46cb61acbb4d2626270ea4226aa67ff3e01f8c | [
"Apache-2.0"
] | null | null | null | Library/PackageCache/com.unity.addressables@1.18.16/Editor/Settings/Preferences.cs | BrinisSpark/Space-Invaders-Clone | ff46cb61acbb4d2626270ea4226aa67ff3e01f8c | [
"Apache-2.0"
] | null | null | null | Library/PackageCache/com.unity.addressables@1.18.16/Editor/Settings/Preferences.cs | BrinisSpark/Space-Invaders-Clone | ff46cb61acbb4d2626270ea4226aa67ff3e01f8c | [
"Apache-2.0"
] | null | null | null | using UnityEngine;
using System.Threading;
using System.Collections.Generic;
using System.IO;
using UnityEditor.AddressableAssets.Settings;
using UnityEditor.AddressableAssets.Build.BuildPipelineTasks;
namespace UnityEditor.AddressableAssets
{
internal static class AddressablesPreferences
{
private cla... | 32.194805 | 271 | 0.625252 |
d252612cf1e4d80a41fb3a026fcafb7bcad7f7bd | 875 | cs | C# | HRIS.Web/Controllers/ReferenceController.cs | mynrd/HRIS.MVC | 84f2c3ddd812bb7f6b86796ff36660fc6b2a84d8 | [
"MIT"
] | null | null | null | HRIS.Web/Controllers/ReferenceController.cs | mynrd/HRIS.MVC | 84f2c3ddd812bb7f6b86796ff36660fc6b2a84d8 | [
"MIT"
] | null | null | null | HRIS.Web/Controllers/ReferenceController.cs | mynrd/HRIS.MVC | 84f2c3ddd812bb7f6b86796ff36660fc6b2a84d8 | [
"MIT"
] | 1 | 2020-07-05T08:15:02.000Z | 2020-07-05T08:15:02.000Z | using HRIS.Model;
using HRIS.Service.Sys;
using HRIS.Web.Framework;
using Kendo.Mvc.Extensions;
using Kendo.Mvc.UI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace HRIS.Web.Controllers
{
public class ReferenceController : BaseController
{
... | 29.166667 | 107 | 0.72 |
d72dd3206b1adfcc28c4f26b6591922a2ddec05f | 3,046 | cs | C# | src/external/sharpsnmp/SharpSnmpLib/MalformedPdu.cs | mdavid/nuxleus | 653f1310d8bf08eaa5a7e3326c2349e56a6abdc2 | [
"BSD-3-Clause"
] | 1 | 2017-03-28T06:41:51.000Z | 2017-03-28T06:41:51.000Z | src/external/sharpsnmp/SharpSnmpLib/MalformedPdu.cs | mdavid/nuxleus | 653f1310d8bf08eaa5a7e3326c2349e56a6abdc2 | [
"BSD-3-Clause"
] | null | null | null | src/external/sharpsnmp/SharpSnmpLib/MalformedPdu.cs | mdavid/nuxleus | 653f1310d8bf08eaa5a7e3326c2349e56a6abdc2 | [
"BSD-3-Clause"
] | 1 | 2016-12-13T21:08:58.000Z | 2016-12-13T21:08:58.000Z | // Malformed PDU type.
// Copyright (C) 2010 Lex Li.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
/... | 31.729167 | 111 | 0.58306 |
ed2e60ae3e67c1d875f73366a2921c49f193c03d | 808 | cs | C# | WSA_3/WSA_3/WSA_3/Controllers/InvoiceLine_vm.cs | salisafi/WSA500-WebStructureArchitecture | 67bf30192648d61c7c07a0099c25b55566e7bc75 | [
"MIT"
] | null | null | null | WSA_3/WSA_3/WSA_3/Controllers/InvoiceLine_vm.cs | salisafi/WSA500-WebStructureArchitecture | 67bf30192648d61c7c07a0099c25b55566e7bc75 | [
"MIT"
] | null | null | null | WSA_3/WSA_3/WSA_3/Controllers/InvoiceLine_vm.cs | salisafi/WSA500-WebStructureArchitecture | 67bf30192648d61c7c07a0099c25b55566e7bc75 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Web;
namespace WSA_3.Controllers
{
public class InvoiceLineBase
{
public int InvoiceLineId { get; set; }
public int InvoiceId { get; set; }
public int T... | 22.444444 | 56 | 0.642327 |
da74099bea8068160c64d2805b8fc7ab77031e9d | 7,375 | cs | C# | TShock-general-devel/TShockAPI/Rest/SecureRest.cs | BloodARG/tModLoaderTShock | aedd481667fc7b23e9a397b6a97d97e6c68a93ad | [
"MIT"
] | 1 | 2021-07-29T19:32:04.000Z | 2021-07-29T19:32:04.000Z | TShock-general-devel/TShockAPI/Rest/SecureRest.cs | BloodARG/tModLoaderTShock | aedd481667fc7b23e9a397b6a97d97e6c68a93ad | [
"MIT"
] | null | null | null | TShock-general-devel/TShockAPI/Rest/SecureRest.cs | BloodARG/tModLoaderTShock | aedd481667fc7b23e9a397b6a97d97e6c68a93ad | [
"MIT"
] | null | null | null | /*
TShock, a server mod for Terraria
Copyright (C) 2011-2016 Nyx Studios (fka. The TShock Team)
This program 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 op... | 34.952607 | 149 | 0.692203 |
9716362eb9c101f1950d371905699714e54a936f | 567 | cs | C# | g1/Class8 - Inheritance/AcademyApp/Entities/Student.cs | sedc-codecademy/skwd8-05-oopcharp | b7afcc1bf1d48996b5bb123b239fefa1fb9981ae | [
"MIT"
] | 11 | 2020-03-02T17:48:03.000Z | 2021-06-01T12:29:07.000Z | g1/Class8 - Inheritance/AcademyApp/Entities/Student.cs | sedc-codecademy/skwd8-05-oopcharp | b7afcc1bf1d48996b5bb123b239fefa1fb9981ae | [
"MIT"
] | null | null | null | g1/Class8 - Inheritance/AcademyApp/Entities/Student.cs | sedc-codecademy/skwd8-05-oopcharp | b7afcc1bf1d48996b5bb123b239fefa1fb9981ae | [
"MIT"
] | 16 | 2020-03-02T19:37:27.000Z | 2020-05-23T21:24:15.000Z | using System;
namespace AcademyApp.Entities
{
// C# - Inheritance -> One of the MAIN Pillars of OOP
public class Student : Participant
{
// Specific just for the Student entity
public int Group { get; set; }
public void FavouriteHomework(Subject subject)
{
swit... | 23.625 | 69 | 0.486772 |
f4fb75fc6274a5bb227ecee985a296fefea1e872 | 17,008 | cs | C# | Oracle.NoSQL.SDK/src/NoSQLClient.Query.cs | oracle/nosql-dotnet-sdk | b28eec3c61bb4c4e1ffbc8740bedd4a5543c5430 | [
"UPL-1.0",
"MIT"
] | 1 | 2022-03-03T09:08:10.000Z | 2022-03-03T09:08:10.000Z | Oracle.NoSQL.SDK/src/NoSQLClient.Query.cs | oracle/nosql-dotnet-sdk | b28eec3c61bb4c4e1ffbc8740bedd4a5543c5430 | [
"UPL-1.0",
"MIT"
] | 3 | 2021-12-10T21:45:01.000Z | 2022-03-17T02:13:25.000Z | Oracle.NoSQL.SDK/src/NoSQLClient.Query.cs | oracle/nosql-dotnet-sdk | b28eec3c61bb4c4e1ffbc8740bedd4a5543c5430 | [
"UPL-1.0",
"MIT"
] | 2 | 2022-02-18T01:23:36.000Z | 2022-03-03T09:08:14.000Z | /*-
* Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl/
*/
namespace Oracle.NoSQL.SDK {
using System;
using System.Collections.Generic;
using System.Threading;
us... | 48.873563 | 149 | 0.596837 |
d9962733b1e50c2f9a7d25d8fa01ce2ef4760ef5 | 911 | cs | C# | Assets/EventSystem/Nodes/Editor/SwitchConditionEditor.cs | Finb/MMX | 4fc67b8924731f7ed12ff803e7eab6fd5099d15c | [
"MIT"
] | 6 | 2020-07-04T08:43:15.000Z | 2022-03-30T08:14:12.000Z | Assets/EventSystem/Nodes/Editor/SwitchConditionEditor.cs | Finb/MMX | 4fc67b8924731f7ed12ff803e7eab6fd5099d15c | [
"MIT"
] | null | null | null | Assets/EventSystem/Nodes/Editor/SwitchConditionEditor.cs | Finb/MMX | 4fc67b8924731f7ed12ff803e7eab6fd5099d15c | [
"MIT"
] | null | null | null | using UnityEditor;
using UnityEngine;
using XNode;
using XNodeEditor;
[CustomNodeEditor(typeof(SwitchConditionNode))]
public class SwitchConditionEditor : NodeEditor
{
public override void OnBodyGUI()
{
serializedObject.Update();
EditorGUIUtility.labelWidth = 100;
SwitchCo... | 31.413793 | 96 | 0.687157 |
1bf1fb0599d46aed6059f258bc81a798e6a92dc0 | 18,159 | cs | C# | lib/Microsoft.Data.Services.Client/WCFDataService/Client/System/Data/Services/Client/Epm/EpmSourceTree.cs | tapika/choco | 18d819c0cd104865b46fae4ed31fec42c34c8c2c | [
"Apache-2.0"
] | 3 | 2021-11-25T03:59:19.000Z | 2022-01-07T23:14:23.000Z | lib/Microsoft.Data.Services.Client/WCFDataService/Client/System/Data/Services/Client/Epm/EpmSourceTree.cs | tapika/choco | 18d819c0cd104865b46fae4ed31fec42c34c8c2c | [
"Apache-2.0"
] | 4 | 2021-09-23T08:50:52.000Z | 2021-11-03T21:12:14.000Z | lib/Microsoft.Data.Services.Client/WCFDataService/Client/System/Data/Services/Client/Epm/EpmSourceTree.cs | tapika/choco | 18d819c0cd104865b46fae4ed31fec42c34c8c2c | [
"Apache-2.0"
] | null | null | null | // OData .NET Libraries ver. 5.6.3
// Copyright (c) Microsoft Corporation
// All rights reserved.
// MIT License
// 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 withou... | 53.096491 | 198 | 0.663748 |
905b41f13d6cea9d9d20ebd2febe55447296e1ed | 1,260 | cs | C# | src/Funcable.Control/tests/Option/Async/AsyncPrelude_Functor_Option_Should.cs | CarvanaCorp/funcable | 4b6d449ad68752c47df2d74875a285a3a332b424 | [
"MIT"
] | null | null | null | src/Funcable.Control/tests/Option/Async/AsyncPrelude_Functor_Option_Should.cs | CarvanaCorp/funcable | 4b6d449ad68752c47df2d74875a285a3a332b424 | [
"MIT"
] | null | null | null | src/Funcable.Control/tests/Option/Async/AsyncPrelude_Functor_Option_Should.cs | CarvanaCorp/funcable | 4b6d449ad68752c47df2d74875a285a3a332b424 | [
"MIT"
] | null | null | null | using Xunit;
namespace Funcable.Control.Tests;
public class AsyncPrelude_Functor_Option_Should
{
[Fact]
public async Task Unwrap_T_In_IOption_Of_T_And_Invoke_Mapping_And_Return_Result_In_IOption_Of_U() =>
(await Map(AsyncSome(HelloWorld), async s => await ToInt(s).AsTask()))
.Should<IOption<int>>()
.Be(Some... | 33.157895 | 107 | 0.754762 |
25aa3537a3f444a7ef01e4c5cc7f055f40e58786 | 1,217 | cs | C# | PinBot2.Model/Configurations/Interfaces/IPinRepinConfiguration.cs | inevolin/PinBot-2 | ea0f436129f9226d30469611dd6a042c3f6c6306 | [
"MIT"
] | null | null | null | PinBot2.Model/Configurations/Interfaces/IPinRepinConfiguration.cs | inevolin/PinBot-2 | ea0f436129f9226d30469611dd6a042c3f6c6306 | [
"MIT"
] | null | null | null | PinBot2.Model/Configurations/Interfaces/IPinRepinConfiguration.cs | inevolin/PinBot-2 | ea0f436129f9226d30469611dd6a042c3f6c6306 | [
"MIT"
] | null | null | null | using PinBot2.Common;
using PinBot2.Model.PinterestObjects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace PinBot2.Model.Configurations
{
// [ProtoBuf.ProtoContract, ProtoBuf.ProtoInclude(107, typeof(PinConfigura... | 32.026316 | 141 | 0.704191 |
0d1ea1e7300809b906e2a6f2b5046028e496a9dc | 7,749 | cs | C# | Libraries/Core/Sources/Ntp/NtpClient.cs | cube-soft/Cube.Net | 0b1389776e816d511415d1c64593603d2b29db0b | [
"Apache-2.0"
] | 12 | 2018-02-27T00:53:14.000Z | 2021-10-02T09:58:51.000Z | Libraries/Core/Sources/Ntp/NtpClient.cs | cube-soft/Cube.Net | 0b1389776e816d511415d1c64593603d2b29db0b | [
"Apache-2.0"
] | 6 | 2018-12-06T00:02:07.000Z | 2021-11-29T01:36:06.000Z | Libraries/Core/Sources/Ntp/NtpClient.cs | cube-soft/Cube.Net | 0b1389776e816d511415d1c64593603d2b29db0b | [
"Apache-2.0"
] | 5 | 2018-07-12T06:07:29.000Z | 2022-03-14T18:39:50.000Z | /* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... | 32.974468 | 110 | 0.369467 |
0d7ad59de8518315d3d2dd5252c36287f1791aa3 | 4,067 | cs | C# | Common/DotNettyCore/Common/Internal/Logging/InternalLoggerFactory.cs | cdy816/mars | c9ea6f83f3e32119f85f52747787f99548ab26ec | [
"Apache-2.0"
] | 17 | 2020-03-22T18:36:27.000Z | 2022-03-28T08:53:42.000Z | Common/DotNettyCore/Common/Internal/Logging/InternalLoggerFactory.cs | cdy816/mars | c9ea6f83f3e32119f85f52747787f99548ab26ec | [
"Apache-2.0"
] | null | null | null | Common/DotNettyCore/Common/Internal/Logging/InternalLoggerFactory.cs | cdy816/mars | c9ea6f83f3e32119f85f52747787f99548ab26ec | [
"Apache-2.0"
] | 2 | 2020-05-07T05:11:40.000Z | 2021-02-26T02:23:33.000Z | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace DotNetty.Common.Internal.Logging
{
using System;
using System.Diagnostics.Contracts;
using System.Threading;
/// <summary>
/// Crea... | 40.267327 | 146 | 0.577821 |
7934054d6c0121f178ffa709cbcda981205dfce7 | 5,403 | cs | C# | src/OpenTelemetry.Exporter.Prometheus/Implementation/PrometheusMetricsFormatHelper.cs | gregx73/opentelemetry-dotnet | 2702c6c75300cf8ca64144d5a991d233f40a6aff | [
"Apache-2.0"
] | null | null | null | src/OpenTelemetry.Exporter.Prometheus/Implementation/PrometheusMetricsFormatHelper.cs | gregx73/opentelemetry-dotnet | 2702c6c75300cf8ca64144d5a991d233f40a6aff | [
"Apache-2.0"
] | null | null | null | src/OpenTelemetry.Exporter.Prometheus/Implementation/PrometheusMetricsFormatHelper.cs | gregx73/opentelemetry-dotnet | 2702c6c75300cf8ca64144d5a991d233f40a6aff | [
"Apache-2.0"
] | null | null | null | // <copyright file="PrometheusMetricsFormatHelper.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// 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
//
// htt... | 44.652893 | 448 | 0.592449 |
7c5da46bc5053eff8c37e773c63f1f7b477f59b1 | 1,001 | cs | C# | ClassicCraft/Classes/Paladin/Effects/SealOfRighteousnessBuff.cs | maldon/ClassicCraft | 49a67d90d5ab0e372d9d9bf70fc644999f887864 | [
"MIT"
] | null | null | null | ClassicCraft/Classes/Paladin/Effects/SealOfRighteousnessBuff.cs | maldon/ClassicCraft | 49a67d90d5ab0e372d9d9bf70fc644999f887864 | [
"MIT"
] | null | null | null | ClassicCraft/Classes/Paladin/Effects/SealOfRighteousnessBuff.cs | maldon/ClassicCraft | 49a67d90d5ab0e372d9d9bf70fc644999f887864 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ClassicCraft
{
public class SealOfRighteousnessBuff : Effect
{
public override string ToString() { return NAME; }
public static new string NAME = "--- BUFF --- SoR";
... | 24.414634 | 95 | 0.558442 |
6b742122e430bd37d02f510f87ebd3cdbcbfd270 | 167 | cs | C# | src/CodeComb.CodeAnalysis.OmniSharp/Models/v1/WorkspaceInformationResponse.cs | CodeComb/CodeComb.CodeAnalysis.OmniSharp | a8476d70fc8388df21dc88ff7f3f1d8693424000 | [
"Apache-2.0"
] | null | null | null | src/CodeComb.CodeAnalysis.OmniSharp/Models/v1/WorkspaceInformationResponse.cs | CodeComb/CodeComb.CodeAnalysis.OmniSharp | a8476d70fc8388df21dc88ff7f3f1d8693424000 | [
"Apache-2.0"
] | null | null | null | src/CodeComb.CodeAnalysis.OmniSharp/Models/v1/WorkspaceInformationResponse.cs | CodeComb/CodeComb.CodeAnalysis.OmniSharp | a8476d70fc8388df21dc88ff7f3f1d8693424000 | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
namespace CodeComb.CodeAnalysis.OmniSharp.Models
{
public class WorkspaceInformationResponse : Dictionary<string, object> { }
}
| 23.857143 | 78 | 0.802395 |
6be010185838ce8c949280069206b1519c86c363 | 1,633 | cs | C# | WinterOlympicsProject/Assets/Scripts/Spawner.cs | paosalcedo/PrototypeWeek5 | 0e7175daa2a42d8d2eedf5b4a457a6bc34fdc8ac | [
"Unlicense"
] | null | null | null | WinterOlympicsProject/Assets/Scripts/Spawner.cs | paosalcedo/PrototypeWeek5 | 0e7175daa2a42d8d2eedf5b4a457a6bc34fdc8ac | [
"Unlicense"
] | null | null | null | WinterOlympicsProject/Assets/Scripts/Spawner.cs | paosalcedo/PrototypeWeek5 | 0e7175daa2a42d8d2eedf5b4a457a6bc34fdc8ac | [
"Unlicense"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Spawner : MonoBehaviour {
public float multiplier = 0;
public float timer;
public float timerMax;
public enum ObjectToSpawn
{
Lettuce,
Meat
}
public ObjectToSpawn objectToSpawn;
// Use this for initializatio... | 24.373134 | 130 | 0.699939 |
406b2b33deb273b889383efbdebf91ede8bd689a | 2,680 | cs | C# | src/NetSql/Repository/IRepository.cs | liaokui900/NetSql | 177c1870b7c12788c6702ae4539217dbed01ab4a | [
"MIT"
] | 2 | 2020-03-13T04:04:05.000Z | 2021-05-25T07:43:57.000Z | src/NetSql/Repository/IRepository.cs | liaokui900/NetSql | 177c1870b7c12788c6702ae4539217dbed01ab4a | [
"MIT"
] | null | null | null | src/NetSql/Repository/IRepository.cs | liaokui900/NetSql | 177c1870b7c12788c6702ae4539217dbed01ab4a | [
"MIT"
] | 1 | 2019-11-05T05:46:09.000Z | 2019-11-05T05:46:09.000Z | using System;
using System.Collections.Generic;
using System.Data;
using System.Linq.Expressions;
using System.Threading.Tasks;
using NetSql.Entities;
using NetSql.Pagination;
namespace NetSql.Repository
{
/// <summary>
/// 泛型仓储接口
/// </summary>
/// <typeparam name="TEntity"></typeparam>
public in... | 31.904762 | 147 | 0.550746 |
9bd83859c5b75afb39dd32e264a4b3d3ebabc4ab | 24,873 | cs | C# | Framework/Atf.Gui.Wpf/Docking/TabLayout.cs | Optis-World/ATF | ef06985a75b704d712a0109911aa44609952e169 | [
"Apache-2.0"
] | 1 | 2019-07-05T14:06:25.000Z | 2019-07-05T14:06:25.000Z | Framework/Atf.Gui.Wpf/Docking/TabLayout.cs | Optis-World/ATF | ef06985a75b704d712a0109911aa44609952e169 | [
"Apache-2.0"
] | null | null | null | Framework/Atf.Gui.Wpf/Docking/TabLayout.cs | Optis-World/ATF | ef06985a75b704d712a0109911aa44609952e169 | [
"Apache-2.0"
] | 2 | 2019-07-18T14:43:22.000Z | 2021-08-05T14:00:39.000Z | //Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Controls;
using System.Windows;
using System.Windows.Input;
using System.Xml.Serialization;
using System.Xml;
using System.ComponentModel;
usi... | 37.800912 | 181 | 0.539742 |
09a6213a7c3b75d155fe7cfc1b1d237e7988cf5d | 8,295 | cs | C# | Sources/VRage.Game/Definitions/MyDefinitionId.cs | phundio/SpaceEngineers | a109106fc0ded66bdd5da70e099646203c56550f | [
"OML"
] | 3,359 | 2015-05-14T15:51:08.000Z | 2022-03-31T19:50:05.000Z | Sources/VRage.Game/Definitions/MyDefinitionId.cs | phundio/SpaceEngineers | a109106fc0ded66bdd5da70e099646203c56550f | [
"OML"
] | 523 | 2015-05-14T17:18:24.000Z | 2021-12-23T13:22:24.000Z | Sources/VRage.Game/Definitions/MyDefinitionId.cs | phundio/SpaceEngineers | a109106fc0ded66bdd5da70e099646203c56550f | [
"OML"
] | 1,579 | 2015-05-14T15:59:44.000Z | 2022-03-16T00:39:27.000Z | using System;
using System.Collections.Generic;
using System.Diagnostics;
using ProtoBuf;
using VRage.Utils;
using VRage.ObjectBuilders;
using VRage.Serialization;
namespace VRage.Game
{
/// <summary>
/// Prefer getting definition ID using object builder used to create the item.
/// If you have automatic ... | 33.995902 | 146 | 0.588065 |
f55fd29a564d463b5e2410ad74594f857b315a28 | 454 | cs | C# | GetRichOrDieTrying/GetRichOrDieTrying.Data/Models/Game.cs | l3kov9/Who-wants-to-be-a-millionaire- | 9d00d7154fab5213eb122221f2eb23111d38aa94 | [
"MIT"
] | null | null | null | GetRichOrDieTrying/GetRichOrDieTrying.Data/Models/Game.cs | l3kov9/Who-wants-to-be-a-millionaire- | 9d00d7154fab5213eb122221f2eb23111d38aa94 | [
"MIT"
] | null | null | null | GetRichOrDieTrying/GetRichOrDieTrying.Data/Models/Game.cs | l3kov9/Who-wants-to-be-a-millionaire- | 9d00d7154fab5213eb122221f2eb23111d38aa94 | [
"MIT"
] | null | null | null | namespace GetRichOrDieTrying.Data.Models
{
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
public class Game
{
public int Id { get; set; }
public string UserId { get; set; }
public User User { get; set; }
public IEnumerable<QuestionGame... | 22.7 | 94 | 0.621145 |
01f7da3fd6044ec591e76eb4e84ec67b3706bf83 | 2,080 | cs | C# | Ecosphere/Ecosphere/Ecosystem/Build.cs | PMArkive/Biosphere | baf62450b084ce327c3fc2eb0aa918e32462164e | [
"MIT"
] | 1 | 2021-09-10T17:18:51.000Z | 2021-09-10T17:18:51.000Z | Ecosphere/Ecosphere/Ecosystem/Build.cs | PMArkive/Biosphere | baf62450b084ce327c3fc2eb0aa918e32462164e | [
"MIT"
] | null | null | null | Ecosphere/Ecosphere/Ecosystem/Build.cs | PMArkive/Biosphere | baf62450b084ce327c3fc2eb0aa918e32462164e | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace bio.eco
{
public enum BuildMode
{
NSS,
NRO,
NSO,
KIP,
Library,
Application,
}
public abstract class Build
{
public ... | 21.443299 | 63 | 0.533173 |
bfee8b0b9c31ae8dc57a41029b6a7049f04e250f | 541 | cs | C# | SimpleCCompiler/IR/Instrunction/LabelInstruction.cs | everything411/SimpleCCompiler | 1017f79c214b10ea28551bb137fef9ac61d1c5a9 | [
"MIT"
] | null | null | null | SimpleCCompiler/IR/Instrunction/LabelInstruction.cs | everything411/SimpleCCompiler | 1017f79c214b10ea28551bb137fef9ac61d1c5a9 | [
"MIT"
] | null | null | null | SimpleCCompiler/IR/Instrunction/LabelInstruction.cs | everything411/SimpleCCompiler | 1017f79c214b10ea28551bb137fef9ac61d1c5a9 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SimpleCCompiler.IR.Instrunction
{
public class LabelInstruction : Instruction
{
public string Name { get; set; } = "L_" + Guid.NewGuid().ToString("N").Substring(0, 8);
... | 24.590909 | 95 | 0.598891 |
9facfcf3103913eebd40a22fb249cd5979ea7c1c | 373 | cs | C# | EasyLOB/Interfaces/DI/IDIManager.cs | EasyLOB/EasyLOB-3 | 943d8c7505d34d06617228fe7831b1099c5a7236 | [
"MIT"
] | 1 | 2020-05-21T20:19:01.000Z | 2020-05-21T20:19:01.000Z | EasyLOB/Interfaces/DI/IDIManager.cs | EasyLOB/EasyLOB-3 | 943d8c7505d34d06617228fe7831b1099c5a7236 | [
"MIT"
] | null | null | null | EasyLOB/Interfaces/DI/IDIManager.cs | EasyLOB/EasyLOB-3 | 943d8c7505d34d06617228fe7831b1099c5a7236 | [
"MIT"
] | 2 | 2020-03-12T17:41:44.000Z | 2020-05-21T20:19:02.000Z | namespace EasyLOB
{
/// <summary>
/// IDIManager.
/// </summary>
public interface IDIManager
{
#region Methods
/// <summary>
/// Get service
/// </summary>
/// <typeparam name="T">Type</typeparam>
/// <returns></returns>
T GetSe... | 18.65 | 49 | 0.458445 |
837e35fe2a3eeaf6e8dc4d17c99fb2d575ff7ee6 | 744 | cs | C# | src/Confluent.Kafka/Internal/Extensions/Dictionary.cs | cjgalione/confluent-kafka-dotnet | de0fe579c0b5f830f6cfe36b5a48d5fe0d7caf5e | [
"Apache-2.0"
] | 2,324 | 2017-01-21T22:52:05.000Z | 2022-03-31T22:30:34.000Z | src/Confluent.Kafka/Internal/Extensions/Dictionary.cs | cjgalione/confluent-kafka-dotnet | de0fe579c0b5f830f6cfe36b5a48d5fe0d7caf5e | [
"Apache-2.0"
] | 1,565 | 2017-01-23T03:59:57.000Z | 2022-03-31T21:14:37.000Z | src/Confluent.Kafka/Internal/Extensions/Dictionary.cs | cjgalione/confluent-kafka-dotnet | de0fe579c0b5f830f6cfe36b5a48d5fe0d7caf5e | [
"Apache-2.0"
] | 801 | 2017-01-26T02:53:35.000Z | 2022-03-25T20:15:37.000Z | using System.Collections.Generic;
namespace Confluent.Kafka
{
/// <summary>
/// Extension methods for the <see cref="IDictionary{TKey,TValue}"/> class.
/// </summary>
internal static class DictionaryExtensions
{
internal static string[] ToStringArray(this IDictionary<string, string> dic... | 28.615385 | 91 | 0.549731 |
ef3d076e2fd633365ce2009745d6d6579b345ce2 | 1,111 | cs | C# | src/MyTested.AspNetCore.Mvc.ViewComponents/Builders/Contracts/Attributes/IViewComponentAttributesTestBuilder.cs | vmmarko/MyTested.AspNetCore.Mvc | 7d587aaa3cb33463dd11a165206aee13e1c4737c | [
"MS-PL"
] | null | null | null | src/MyTested.AspNetCore.Mvc.ViewComponents/Builders/Contracts/Attributes/IViewComponentAttributesTestBuilder.cs | vmmarko/MyTested.AspNetCore.Mvc | 7d587aaa3cb33463dd11a165206aee13e1c4737c | [
"MS-PL"
] | null | null | null | src/MyTested.AspNetCore.Mvc.ViewComponents/Builders/Contracts/Attributes/IViewComponentAttributesTestBuilder.cs | vmmarko/MyTested.AspNetCore.Mvc | 7d587aaa3cb33463dd11a165206aee13e1c4737c | [
"MS-PL"
] | null | null | null | namespace MyTested.AspNetCore.Mvc.Builders.Contracts.Attributes
{
/// <summary>
/// Used for testing view component attributes.
/// </summary>
public interface IViewComponentAttributesTestBuilder : IBaseAttributesTestBuilder<IAndViewComponentAttributesTestBuilder>
{
/// <summary>
//... | 50.5 | 126 | 0.720972 |
ef4d72f1a1085948508396a550cf12d772d4f8e7 | 2,409 | cs | C# | src/SFA.DAS.EmployerUsers.Application.UnitTests/CommandsTests/SuspendUserTests/SuspendUserCommandTests/WhenHandlingTheCommand.cs | SkillsFundingAgency/das-employerusers | e220d692d5e193caea1261b09e5e94cfc0262481 | [
"MIT"
] | 3 | 2017-02-22T21:11:13.000Z | 2019-02-03T01:10:28.000Z | src/SFA.DAS.EmployerUsers.Application.UnitTests/CommandsTests/SuspendUserTests/SuspendUserCommandTests/WhenHandlingTheCommand.cs | SkillsFundingAgency/das-employerusers | e220d692d5e193caea1261b09e5e94cfc0262481 | [
"MIT"
] | 20 | 2017-01-09T12:59:03.000Z | 2022-03-30T10:21:09.000Z | src/SFA.DAS.EmployerUsers.Application.UnitTests/CommandsTests/SuspendUserTests/SuspendUserCommandTests/WhenHandlingTheCommand.cs | SkillsFundingAgency/das-employerusers | e220d692d5e193caea1261b09e5e94cfc0262481 | [
"MIT"
] | 5 | 2017-02-15T09:32:47.000Z | 2021-04-11T08:35:45.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Moq;
using NLog;
using NUnit.Framework;
using SFA.DAS.EmployerUsers.Application.Commands.ActivateUser;
using SFA.DAS.EmployerUsers.Application.Commands.SuspendUser;
using SFA.DAS.EmployerUsers.Application.Validation;... | 35.426471 | 205 | 0.6401 |
ab31341fdd6aa56c5c94ebce79d358bce890c357 | 7,465 | cs | C# | src/Foundatio.Repositories.Elasticsearch/Queries/Builders/ElasticQueryBuilder.cs | FoundatioFx/Foundatio.Repositories | 4d38ac11f6b9814c7dc5280327a9a97821bf345a | [
"Apache-2.0"
] | 65 | 2017-07-01T06:21:02.000Z | 2022-03-08T12:22:04.000Z | src/Foundatio.Repositories.Elasticsearch/Queries/Builders/ElasticQueryBuilder.cs | FoundatioFx/Foundatio.Repositories | 4d38ac11f6b9814c7dc5280327a9a97821bf345a | [
"Apache-2.0"
] | 57 | 2017-06-27T14:19:50.000Z | 2022-03-26T03:25:45.000Z | src/Foundatio.Repositories.Elasticsearch/Queries/Builders/ElasticQueryBuilder.cs | FoundatioFx/Foundatio.Repositories | 4d38ac11f6b9814c7dc5280327a9a97821bf345a | [
"Apache-2.0"
] | 17 | 2017-07-13T15:41:22.000Z | 2021-07-18T06:03:01.000Z | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Foundatio.Parsers.ElasticQueries;
using Foundatio.Parsers.LuceneQueries.Visitors;
using Foundatio.Repositories.Extensions;
namespace Foundatio.Repositories.Elasticse... | 42.175141 | 168 | 0.636571 |
464afd9a1375606e9393745162966c175fcb310a | 2,720 | cs | C# | learninwpf/FoxRiverLibraryWin.xaml.cs | alamgirqazi/FoxRiverPenitentiary | 90c62df5810789191fee64c241e0662a08428ccb | [
"MIT"
] | 1 | 2017-06-21T11:46:52.000Z | 2017-06-21T11:46:52.000Z | learninwpf/FoxRiverLibraryWin.xaml.cs | alamgirqazi/FoxRiverPenitentiary | 90c62df5810789191fee64c241e0662a08428ccb | [
"MIT"
] | null | null | null | learninwpf/FoxRiverLibraryWin.xaml.cs | alamgirqazi/FoxRiverPenitentiary | 90c62df5810789191fee64c241e0662a08428ccb | [
"MIT"
] | null | null | null | using learn_models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Wi... | 29.89011 | 118 | 0.620221 |
07d864899e998299dd186b6a3ed2b7216bcda0b5 | 5,081 | cs | C# | p4api.net-unit-test/VersionSpecTest.cs | septag/p4api.net | ac6b2391aa086b9325466a8357c375846f8899ad | [
"BSD-3-Clause"
] | null | null | null | p4api.net-unit-test/VersionSpecTest.cs | septag/p4api.net | ac6b2391aa086b9325466a8357c375846f8899ad | [
"BSD-3-Clause"
] | null | null | null | p4api.net-unit-test/VersionSpecTest.cs | septag/p4api.net | ac6b2391aa086b9325466a8357c375846f8899ad | [
"BSD-3-Clause"
] | null | null | null | using Perforce.P4;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using NLog;
namespace p4api.net.unit.test
{
/// <summary>
///This is a test class for VersionSpecTest and is intended
///to contain all VersionSpecTest Unit Tests
///</summary>
[TestClass()]
public class VersionSpecT... | 29.369942 | 84 | 0.665814 |
4ab10a645913b893d049ca1f8bda367d73fe5c53 | 383 | cs | C# | CodeWarsTests/8kyu/TipCalculatorTests.cs | a-kozhanov/codewars_csharp | 37abac0c5474a2785caad0e382e38d7ff1182049 | [
"MIT"
] | 11 | 2021-01-02T00:00:33.000Z | 2022-02-28T16:58:37.000Z | CodeWarsTests/8kyu/TipCalculatorTests.cs | a-kozhanov/codewars_csharp | 37abac0c5474a2785caad0e382e38d7ff1182049 | [
"MIT"
] | 7 | 2022-01-05T09:20:14.000Z | 2022-02-16T11:03:03.000Z | CodeWarsTests/8kyu/TipCalculatorTests.cs | a-kozhanov/codewars_csharp | 37abac0c5474a2785caad0e382e38d7ff1182049 | [
"MIT"
] | 1 | 2021-11-10T11:30:20.000Z | 2021-11-10T11:30:20.000Z | using CodeWars;
using NUnit.Framework;
namespace CodeWarsTests
{
[TestFixture]
public class TipCalculatorTests
{
[Test, Description("Sample Tests")]
public void SampleTest()
{
Assert.AreEqual(4, TipCalculator.CalculateTip(20, "Excellent"));
Assert.AreEqual(3... | 23.9375 | 76 | 0.624021 |
2f35bd45a4a8339eff4b1bee858e62be43593105 | 532 | cs | C# | src/PathEditor.Core/Paper/Merged.cs | Orwel/PathEditor | ad7fa3247062c5a9f089bb0d5bc9826f4e8793ee | [
"MIT"
] | 1 | 2018-09-02T22:47:07.000Z | 2018-09-02T22:47:07.000Z | src/PathEditor.Core/Paper/Merged.cs | Orwel/PathEditor | ad7fa3247062c5a9f089bb0d5bc9826f4e8793ee | [
"MIT"
] | 25 | 2018-08-26T21:32:08.000Z | 2018-10-07T10:52:59.000Z | src/PathEditor.Core/Paper/Merged.cs | Orwel/PathEditor | ad7fa3247062c5a9f089bb0d5bc9826f4e8793ee | [
"MIT"
] | null | null | null | namespace PathEditor.Core.Paper
{
public sealed class Merged : IPaper
{
private readonly IPaper _text;
private readonly string _inserted;
private readonly int _at;
public Merged(IPaper text, string inserted, int at)
{
_text = text;
_inserted = in... | 28 | 98 | 0.592105 |
d1725d901ffb06312f7cb66ceccd3332b8eb9f45 | 3,046 | cs | C# | MetaCortex.ApplicationTask/Process/XmlRequestProcess.cs | elmurphy/MetaCortex.ApplicationTask | febbeb81e853ee1805f4a46bb6af4a29e2e1ebd5 | [
"MIT"
] | null | null | null | MetaCortex.ApplicationTask/Process/XmlRequestProcess.cs | elmurphy/MetaCortex.ApplicationTask | febbeb81e853ee1805f4a46bb6af4a29e2e1ebd5 | [
"MIT"
] | null | null | null | MetaCortex.ApplicationTask/Process/XmlRequestProcess.cs | elmurphy/MetaCortex.ApplicationTask | febbeb81e853ee1805f4a46bb6af4a29e2e1ebd5 | [
"MIT"
] | null | null | null | using MetaCortex.ApplicationTask.Models;
using MetaCortex.ApplicationTask.Process.Interfaces;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using System... | 39.051282 | 227 | 0.61589 |
d17c924744ae84cd77da7c4536df9dccb52592a3 | 1,924 | cshtml | C# | src/Web/WHMS.Web/Views/Shared/_PagingPartial.cshtml | jivkopiskov/WHMS | 3d14f6a6d12b8ddfa49c6a09cc00dc92d22ebb51 | [
"MIT"
] | null | null | null | src/Web/WHMS.Web/Views/Shared/_PagingPartial.cshtml | jivkopiskov/WHMS | 3d14f6a6d12b8ddfa49c6a09cc00dc92d22ebb51 | [
"MIT"
] | null | null | null | src/Web/WHMS.Web/Views/Shared/_PagingPartial.cshtml | jivkopiskov/WHMS | 3d14f6a6d12b8ddfa49c6a09cc00dc92d22ebb51 | [
"MIT"
] | null | null | null | @model PagedViewModel
<nav aria-label="Page navigation">
<ul class="pagination justify-content-center">
<li class="page-item @Model.PreviousDisabled">
<a class="page-link" asp-controller="@ViewContext.RouteData.Values["controller"].ToString()" asp-action="@ViewContext.RouteData.Values["action"]... | 87.454545 | 312 | 0.661642 |
caef1139cda0bc1e84f9a85858412e5cc64731cb | 55,023 | cs | C# | Nuqleon/Core/LINQ/Nuqleon.Linq.CompilerServices/Expressions/Visitors/ExpressionVisitorWithReflection.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 485 | 2021-05-18T14:32:32.000Z | 2022-03-29T21:23:46.000Z | Nuqleon/Core/LINQ/Nuqleon.Linq.CompilerServices/Expressions/Visitors/ExpressionVisitorWithReflection.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 54 | 2021-05-18T19:08:03.000Z | 2022-03-21T20:21:26.000Z | Nuqleon/Core/LINQ/Nuqleon.Linq.CompilerServices/Expressions/Visitors/ExpressionVisitorWithReflection.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 35 | 2021-05-18T14:35:48.000Z | 2022-01-21T23:35:35.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT License.
// See the LICENSE file in the project root for more information.
//
// Revision history:
//
// BD - June 2013 - Created this file.
//
#pragma warning disable IDE0079 // Remove unn... | 38.666901 | 257 | 0.618032 |
84e3f4d23e6e29faa01ebd8ba32b3c515c7add87 | 679 | cs | C# | client/Assets/Scripts/BackgroundMovement.cs | maikonfarias/runshadow | 7401463a43a7c959b0597dce86430acf4c3c0e5e | [
"BSD-3-Clause"
] | 3 | 2015-02-09T13:41:19.000Z | 2017-05-12T00:35:33.000Z | client/Assets/Scripts/BackgroundMovement.cs | maikonfarias/runshadow | 7401463a43a7c959b0597dce86430acf4c3c0e5e | [
"BSD-3-Clause"
] | 20 | 2015-02-09T00:44:36.000Z | 2015-10-25T17:33:16.000Z | client/Assets/Scripts/BackgroundMovement.cs | maikonfarias/runshadow | 7401463a43a7c959b0597dce86430acf4c3c0e5e | [
"BSD-3-Clause"
] | 4 | 2015-03-14T22:01:07.000Z | 2020-03-11T18:29:37.000Z | using UnityEngine;
using System.Collections;
public class BackgroundMovement : MonoBehaviour
{
GameObject player;
void Start()
{
player = GameObject.FindGameObjectsWithTag("Player")[0];
}
void Update()
{
player = GameObject.FindGameObjectsWithTag("Player")[0];
if (player != null)
{
... | 26.115385 | 118 | 0.645066 |
881b98dbeccea4b92ae21b66fc262cf85e1a0b15 | 3,458 | cs | C# | WpfMvvm.Converters/Chains/ChainOfConverters.cs | WpfMvvm/WpfMvvm.Converters | ed8eef07e4f7f3f4daaec3715843fd8ddd8bb621 | [
"MIT"
] | null | null | null | WpfMvvm.Converters/Chains/ChainOfConverters.cs | WpfMvvm/WpfMvvm.Converters | ed8eef07e4f7f3f4daaec3715843fd8ddd8bb621 | [
"MIT"
] | null | null | null | WpfMvvm.Converters/Chains/ChainOfConverters.cs | WpfMvvm/WpfMvvm.Converters | ed8eef07e4f7f3f4daaec3715843fd8ddd8bb621 | [
"MIT"
] | 1 | 2021-08-23T14:51:29.000Z | 2021-08-23T14:51:29.000Z | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Windows;
using System.Windows.Data;
using System.Windows.Markup;
namespace WpfMvvm.Converters
{
/// <summary>Цепочка конвертеров применяемая к входному значению.</summary>
[ValueConversion(typeof(object), typeof(object))]... | 49.4 | 103 | 0.629844 |
63953a79dcbcf4ee2671f3013ba50bd2c25b4467 | 1,036 | cs | C# | Assets/CheckNotification.cs | Gamedev-Society-IIT-Jodhpur/InteractiveCircuitGame | 96f5e355e600567b7d164ca9f93a035a474e40d4 | [
"MIT"
] | 2 | 2021-09-12T18:10:13.000Z | 2021-12-28T08:52:02.000Z | Assets/CheckNotification.cs | Gamedev-Society-IIT-Jodhpur/InteractiveCircuitGame | 96f5e355e600567b7d164ca9f93a035a474e40d4 | [
"MIT"
] | null | null | null | Assets/CheckNotification.cs | Gamedev-Society-IIT-Jodhpur/InteractiveCircuitGame | 96f5e355e600567b7d164ca9f93a035a474e40d4 | [
"MIT"
] | 1 | 2022-03-14T05:59:03.000Z | 2022-03-14T05:59:03.000Z | using System.Collections;
using UnityEngine;
public class CheckNotification : MonoBehaviour
{
void Start()
{
StartCoroutine(check());
}
IEnumerator check()
{
CustomNotificationManager.Instance.AddNotification(2, "This is an error message");
yield return new WaitForSeconds(... | 31.393939 | 92 | 0.703668 |
5fcc5f9cbd88d406218691950094fb3cb8ffbfb7 | 3,165 | cs | C# | src/OmniSharp.DotNet/Projects/ProjectSearcher.cs | aignas/omnisharp-roslyn | 9c835eadaa6bfb9668ef4866a93433e33e0474ca | [
"MIT"
] | 2 | 2020-05-22T16:44:03.000Z | 2021-05-29T02:17:49.000Z | src/OmniSharp.DotNet/Projects/ProjectSearcher.cs | aignas/omnisharp-roslyn | 9c835eadaa6bfb9668ef4866a93433e33e0474ca | [
"MIT"
] | null | null | null | src/OmniSharp.DotNet/Projects/ProjectSearcher.cs | aignas/omnisharp-roslyn | 9c835eadaa6bfb9668ef4866a93433e33e0474ca | [
"MIT"
] | 1 | 2020-04-22T18:35:29.000Z | 2020-04-22T18:35:29.000Z | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Microsoft.DotNet.ProjectModel;
namespace OmniSharp.DotNet.Projects
{
public class ProjectSearcher
{
public static IEnumerable<string> Search(string solutionRoot)
{
return Search(solutionRoot, m... | 34.78022 | 114 | 0.501422 |
276202bc8f1449329fa93ae4e466890995b21b61 | 225 | cs | C# | src/core-taggeds-optional/Optional/Optional.T/Inner/Optional.T.InnerOrDefault.cs | andreigit/PrimeFuncPack | 313129c977bfb6cbec0adfddbe02a724df745474 | [
"MIT"
] | 5 | 2020-05-25T08:44:42.000Z | 2020-11-25T15:44:44.000Z | src/core-taggeds-optional/Optional/Optional.T/Inner/Optional.T.InnerOrDefault.cs | pfpack/pfpack-core-taggeds | e45ac5f1093353533861057664c3c14bb4441057 | [
"MIT"
] | 3 | 2020-06-06T17:03:10.000Z | 2020-11-10T16:04:38.000Z | src/core-taggeds-optional/Optional/Optional.T/Inner/Optional.T.InnerOrDefault.cs | pfpack/pfpack-core-taggeds | e45ac5f1093353533861057664c3c14bb4441057 | [
"MIT"
] | 1 | 2020-05-19T20:52:57.000Z | 2020-05-19T20:52:57.000Z | using System.Runtime.CompilerServices;
namespace System;
partial struct Optional<T>
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private T? InnerOrDefault()
=>
hasValue ? value : default;
}
| 18.75 | 54 | 0.702222 |
86fba9a15a520c5097f79436752a7ae727517e82 | 448 | cs | C# | src/server/WhoWhat.Api.Contract/Question/Requests/ChangeQuestionInfoRequest.cs | Ontropix/whowhat | 92ef4c6f5193a20ba1a4f25852e99d9fc3da9da6 | [
"Apache-2.0"
] | null | null | null | src/server/WhoWhat.Api.Contract/Question/Requests/ChangeQuestionInfoRequest.cs | Ontropix/whowhat | 92ef4c6f5193a20ba1a4f25852e99d9fc3da9da6 | [
"Apache-2.0"
] | null | null | null | src/server/WhoWhat.Api.Contract/Question/Requests/ChangeQuestionInfoRequest.cs | Ontropix/whowhat | 92ef4c6f5193a20ba1a4f25852e99d9fc3da9da6 | [
"Apache-2.0"
] | 1 | 2021-08-02T20:40:09.000Z | 2021-08-02T20:40:09.000Z | using System.Collections.Generic;
using ServiceStack.ServiceHost;
namespace WhoWhat.Api.Contract.Question
{
[Route("/questions/{QuestionId}/change-info", "POST", Summary = "Change question body and tags")]
public class ChangeQuestionInfoRequest : BaseRequest<ChangeQuestionInfoResponse>
{
public st... | 34.461538 | 101 | 0.700893 |
4d9209f21de5f97cebe897a1a5b7af4daf1b9787 | 8,110 | cshtml | C# | Source/Web/WarehouseSystem.Web/Views/Home/Index.cshtml | NikitoG/WarehouseSystem | 0575ef0398a1a00ba0f87601658fba1408c4530b | [
"MIT"
] | 1 | 2019-07-26T11:02:28.000Z | 2019-07-26T11:02:28.000Z | Source/Web/WarehouseSystem.Web/Views/Home/Index.cshtml | NikitoG/WarehouseSystem | 0575ef0398a1a00ba0f87601658fba1408c4530b | [
"MIT"
] | null | null | null | Source/Web/WarehouseSystem.Web/Views/Home/Index.cshtml | NikitoG/WarehouseSystem | 0575ef0398a1a00ba0f87601658fba1408c4530b | [
"MIT"
] | null | null | null | @model IndexViewModel
@{
ViewBag.Title = "Home Page";
ViewBag.Body = "flat-blue landing-page";
}
<div class="jumbotron app-header">
<div class="container">
<h2 class="text-center">
<i class="app-logo fa fa fa-barcode fa-5x color-white">
</i>
<div class="color-w... | 42.020725 | 306 | 0.418742 |
7e51145d626e29af240ab854c131d9bb670ec2b9 | 11,911 | cs | C# | Reaqtive/Core/Tests.Reaqtive.Core/Reaqtive/Subjects/MultiSubjectBaseTests.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 485 | 2021-05-18T14:32:32.000Z | 2022-03-29T21:23:46.000Z | Reaqtive/Core/Tests.Reaqtive.Core/Reaqtive/Subjects/MultiSubjectBaseTests.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 54 | 2021-05-18T19:08:03.000Z | 2022-03-21T20:21:26.000Z | Reaqtive/Core/Tests.Reaqtive.Core/Reaqtive/Subjects/MultiSubjectBaseTests.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 35 | 2021-05-18T14:35:48.000Z | 2022-01-21T23:35:35.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT License.
// See the LICENSE file in the project root for more information.
using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Reaqtive;
using Reaqti... | 32.279133 | 155 | 0.566115 |
ccfa6d2e67082a85abdc3ff8607f1dc66106e793 | 2,728 | cs | C# | PetminderApp/PetminderApp/PetminderApp/Views/SignUp.xaml.cs | bricklerjustin/Petminder-Project | da86bea9beccdd068aba7694533a2916ec9f2846 | [
"MIT"
] | null | null | null | PetminderApp/PetminderApp/PetminderApp/Views/SignUp.xaml.cs | bricklerjustin/Petminder-Project | da86bea9beccdd068aba7694533a2916ec9f2846 | [
"MIT"
] | null | null | null | PetminderApp/PetminderApp/PetminderApp/Views/SignUp.xaml.cs | bricklerjustin/Petminder-Project | da86bea9beccdd068aba7694533a2916ec9f2846 | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
using PetminderApp.Api;
using PetminderApp.Api.Api_Models;
using PetminderApp.Views;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace PetminderApp
{
... | 32.86747 | 118 | 0.578446 |
b47a32e0b3d4c54ddbfbe1fabe6f2bced8f2ebce | 310 | cs | C# | src/FubuLocalization/Basic/ILocalizationProviderFactory.cs | schotime/fubucore | be6e40af8feed15949243b816214ef5c5a296ec4 | [
"Apache-2.0"
] | null | null | null | src/FubuLocalization/Basic/ILocalizationProviderFactory.cs | schotime/fubucore | be6e40af8feed15949243b816214ef5c5a296ec4 | [
"Apache-2.0"
] | 1 | 2019-10-01T22:22:57.000Z | 2019-10-01T22:22:57.000Z | src/FubuLocalization/Basic/ILocalizationProviderFactory.cs | schotime/fubucore | be6e40af8feed15949243b816214ef5c5a296ec4 | [
"Apache-2.0"
] | 1 | 2019-10-01T21:58:38.000Z | 2019-10-01T21:58:38.000Z | using System;
using System.Globalization;
namespace FubuLocalization.Basic
{
public interface ILocalizationProviderFactory
{
void LoadAll(Action<string> tracer);
ILocalizationDataProvider BuildProvider(CultureInfo culture);
void ApplyToLocalizationManager();
}
} | 25.833333 | 70 | 0.719355 |
cc7bcbafe4c997fd9e2abe53adb73c567145f5db | 237 | cs | C# | UedConverter/Converter/IUedConverter.cs | reszy/UEdConverter | 9a9556c9c2ac42a39652144d2d81445aa2238bd8 | [
"MIT"
] | 2 | 2018-08-04T10:36:47.000Z | 2021-09-30T06:24:17.000Z | UedConverter/Converter/IUedConverter.cs | reszy/UEdConverter | 9a9556c9c2ac42a39652144d2d81445aa2238bd8 | [
"MIT"
] | null | null | null | UedConverter/Converter/IUedConverter.cs | reszy/UEdConverter | 9a9556c9c2ac42a39652144d2d81445aa2238bd8 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UedConverter.Converter
{
interface IUedConverter
{
string[] Convert(string[] input);
}
}
| 16.928571 | 41 | 0.721519 |
cc928c299434426ba1b8dee93d15d562b7e547ec | 523 | cs | C# | OculusGoBikeUnity/Assets/Scripts/Awards.cs | kvabakoma/OculusGoBike | 501ae796cfaef909fc0ef97c095f454820446eec | [
"Apache-2.0"
] | null | null | null | OculusGoBikeUnity/Assets/Scripts/Awards.cs | kvabakoma/OculusGoBike | 501ae796cfaef909fc0ef97c095f454820446eec | [
"Apache-2.0"
] | null | null | null | OculusGoBikeUnity/Assets/Scripts/Awards.cs | kvabakoma/OculusGoBike | 501ae796cfaef909fc0ef97c095f454820446eec | [
"Apache-2.0"
] | null | null | null | using UnityEngine;
[System.Serializable]
public struct Award
{
public string name;
public int defaultCount;
[HideInInspector]
public int count;
public GameObject visual;
}
[CreateAssetMenu(menuName = "Awards")]
public class Awards : ScriptableObject
{
public Award[] awards;
public void... | 17.433333 | 56 | 0.66348 |
a2b3e23e22c67fb8c6b6b85fdd58434752d9aea8 | 173 | cs | C# | Unity/Assets/ExampleContent/VisualDebugging/Components/RectComponent.cs | HitCache/Entitas-Redux | 27aca1055052db3f7f42a744a41bdb5436b5786e | [
"MIT"
] | 78 | 2020-05-07T13:21:33.000Z | 2022-03-20T13:59:26.000Z | Unity/Assets/ExampleContent/VisualDebugging/Components/RectComponent.cs | HitCache/Entitas-Redux | 27aca1055052db3f7f42a744a41bdb5436b5786e | [
"MIT"
] | 58 | 2020-05-06T07:47:22.000Z | 2022-03-04T16:43:42.000Z | Unity/Assets/ExampleContent/VisualDebugging/Components/RectComponent.cs | HitCache/Entitas-Redux | 27aca1055052db3f7f42a744a41bdb5436b5786e | [
"MIT"
] | 10 | 2020-07-04T19:26:28.000Z | 2022-03-03T15:36:51.000Z | using JCMG.EntitasRedux;
using UnityEngine;
namespace ExampleContent.VisualDebugging
{
[VisualDebug]
public class RectComponent : IComponent
{
public Rect rect;
}
}
| 14.416667 | 40 | 0.774566 |
a2ceefc9e739d66c72e677fae8eec8062762dec7 | 1,827 | cs | C# | System/EamonPM.WindowsUnix/Game/Portability/TextSerializer.cs | skyhoshi/Eamon-CS | 2ee1f060c97df434f92c30ad9a395e59e90db7a0 | [
"MIT"
] | null | null | null | System/EamonPM.WindowsUnix/Game/Portability/TextSerializer.cs | skyhoshi/Eamon-CS | 2ee1f060c97df434f92c30ad9a395e59e90db7a0 | [
"MIT"
] | null | null | null | System/EamonPM.WindowsUnix/Game/Portability/TextSerializer.cs | skyhoshi/Eamon-CS | 2ee1f060c97df434f92c30ad9a395e59e90db7a0 | [
"MIT"
] | null | null | null |
// TextSerializer.cs
// Copyright (c) 2014+ by Michael Penner. All rights reserved.
using System.IO;
using Eamon.Framework.Portability;
namespace EamonPM.Game.Portability
{
public class TextSerializer : ITextSerializer
{
public virtual bool IsActive { get; protected set; }
public virtual void... | 24.039474 | 145 | 0.652436 |
239019061cf6a8afb778325f6b1f0a269c275b20 | 998 | cs | C# | Mediapipe.Net/Framework/Packet/LandmarkListPacket.cs | dbruning/MediaPipe.NET | de53fa0388dbf4bf69bff920b36f7885e3223126 | [
"MIT"
] | 14 | 2022-01-21T09:10:44.000Z | 2022-03-20T12:28:01.000Z | Mediapipe.Net/Framework/Packet/LandmarkListPacket.cs | dbruning/MediaPipe.NET | de53fa0388dbf4bf69bff920b36f7885e3223126 | [
"MIT"
] | 24 | 2022-01-19T18:08:31.000Z | 2022-03-22T11:12:49.000Z | Mediapipe.Net/Framework/Packet/LandmarkListPacket.cs | dbruning/MediaPipe.NET | de53fa0388dbf4bf69bff920b36f7885e3223126 | [
"MIT"
] | 6 | 2022-01-15T01:29:08.000Z | 2022-03-15T23:35:59.000Z | // Copyright (c) homuler and The Vignette Authors
// This file is part of MediaPipe.NET.
// MediaPipe.NET is licensed under the MIT License. See LICENSE for details.
using System;
using Mediapipe.Net.Framework.Port;
using Mediapipe.Net.Framework.Protobuf;
using Mediapipe.Net.Native;
namespace Mediapipe.Net.Framework.... | 32.193548 | 100 | 0.694389 |
1e8133088394092547f7b45c0e8ba15ffe12dd8f | 2,321 | cshtml | C# | src/TeacherPouch/Views/Category/Prepositions.cshtml | dsteinweg/TeacherPouch | 29117cee19dba5b86b980836e8fa2af38720435f | [
"MIT"
] | null | null | null | src/TeacherPouch/Views/Category/Prepositions.cshtml | dsteinweg/TeacherPouch | 29117cee19dba5b86b980836e8fa2af38720435f | [
"MIT"
] | null | null | null | src/TeacherPouch/Views/Category/Prepositions.cshtml | dsteinweg/TeacherPouch | 29117cee19dba5b86b980836e8fa2af38720435f | [
"MIT"
] | null | null | null | @{
ViewBag.Title = "Prepositions - Category";
}
<div class="category">
<header>
<div class="jumbotron">
<img src="~/img/prepositions.jpg"
class="img-responsive center-block"
alt="Prepositions"
asp-append-version="true">
<h3>We were... | 38.683333 | 126 | 0.529513 |
1e8efe9ff2226f4686974f78d42e6cb6118b0be8 | 697 | cs | C# | src/Web/MASA.EShop.Web.Client/Pages/Catalog/CatalogDetails.razor.cs | MayueCif/MASA.EShop | 8872880d30a5f4b965f15b499c542552de5eadbb | [
"MIT"
] | null | null | null | src/Web/MASA.EShop.Web.Client/Pages/Catalog/CatalogDetails.razor.cs | MayueCif/MASA.EShop | 8872880d30a5f4b965f15b499c542552de5eadbb | [
"MIT"
] | null | null | null | src/Web/MASA.EShop.Web.Client/Pages/Catalog/CatalogDetails.razor.cs | MayueCif/MASA.EShop | 8872880d30a5f4b965f15b499c542552de5eadbb | [
"MIT"
] | null | null | null | using MASA.EShop.Contracts.Catalog.Model;
using MASA.EShop.Web.Client.Services.Catalog;
namespace MASA.EShop.Web.Client.Pages.Catalog
{
public partial class CatalogDetails : EShopPageBase
{
private CatalogItem _catalogItem = new();
protected override string PageName { get; set; } = "Catalog"... | 25.814815 | 72 | 0.647059 |
fc8834d1587e9ff69a6d2d6ed9d82daed0604602 | 3,148 | cs | C# | Libraries/dotNetRDF/Writing/Contexts/TriGWriterContext.cs | IllidanS4/dotnetrdf | e3064674aa9cbf4dc71a00c2a6b80ed01c411fb4 | [
"MIT"
] | 254 | 2016-04-25T14:34:15.000Z | 2022-03-17T22:03:48.000Z | Libraries/dotNetRDF/Writing/Contexts/TriGWriterContext.cs | IllidanS4/dotnetrdf | e3064674aa9cbf4dc71a00c2a6b80ed01c411fb4 | [
"MIT"
] | 365 | 2016-04-28T09:39:18.000Z | 2022-03-29T16:16:12.000Z | Libraries/dotNetRDF/Writing/Contexts/TriGWriterContext.cs | BME-MIT-IET/iet-hf2021-gitgud | 7f1d924f5f29f3fdc40cadfe1ed34bf760f5345f | [
"MIT"
] | 82 | 2016-05-01T16:11:23.000Z | 2022-03-07T07:10:48.000Z | /*
// <copyright>
// dotNetRDF is free and open source software licensed under the MIT License
// -------------------------------------------------------------------------
//
// Copyright (c) 2009-2021 dotNetRDF Project (http://dotnetrdf.org/)
//
// Permission is hereby granted, free of charge, to any person obtainin... | 37.035294 | 154 | 0.620394 |
acfbc335fd8c4956be4c2a6355b40d4de68a532c | 195 | cs | C# | CnGalWebSite/CnGalWebSite.Shared/AppComponent/Normal/Tabs/TabLineModel.cs | CharacterRevolution/CnGalWebSite | ee4de81ca2425b46a6a0d5446d2b910f1efe8b9e | [
"MIT"
] | 20 | 2021-12-06T14:18:17.000Z | 2022-01-27T02:34:06.000Z | CnGalWebSite/CnGalWebSite.Shared/AppComponent/Normal/Tabs/TabLineModel.cs | CharacterRevolution/CnGalWebSite | ee4de81ca2425b46a6a0d5446d2b910f1efe8b9e | [
"MIT"
] | 17 | 2021-12-16T07:14:26.000Z | 2022-03-31T13:53:12.000Z | CnGalWebSite/CnGalWebSite.Shared/AppComponent/Normal/Tabs/TabLineModel.cs | CharacterRevolution/CnGalWebSite | ee4de81ca2425b46a6a0d5446d2b910f1efe8b9e | [
"MIT"
] | 3 | 2021-12-16T11:32:38.000Z | 2021-12-24T04:24:55.000Z | using System.Collections.Generic;
namespace CnGalWebSite.Shared.AppComponent.Normal.Tabs
{
public class TabLineModel
{
public List<TabViewItemModel> Items { get; set; }
}
}
| 19.5 | 57 | 0.707692 |
38c708626d11531ab54471ee160f186d379360c3 | 1,877 | cs | C# | src/DtoGenerator/DtoGenerator.Tests/CodeSamples/EntityOnlySimplePropertiesDto.cs | yohney/dto-generator | bceb00c493a2e8e5179ec34eaf5e8a11a61b9ee9 | [
"MIT"
] | 58 | 2016-05-19T18:46:20.000Z | 2021-07-19T01:40:05.000Z | src/DtoGenerator/DtoGenerator.Tests/CodeSamples/EntityOnlySimplePropertiesDto.cs | Aytekin/dto-generator | bceb00c493a2e8e5179ec34eaf5e8a11a61b9ee9 | [
"MIT"
] | 20 | 2016-05-20T14:43:09.000Z | 2019-08-05T00:38:53.000Z | src/DtoGenerator/DtoGenerator.Tests/CodeSamples/EntityOnlySimplePropertiesDto.cs | Aytekin/dto-generator | bceb00c493a2e8e5179ec34eaf5e8a11a61b9ee9 | [
"MIT"
] | 31 | 2016-06-14T14:44:44.000Z | 2021-12-28T08:50:35.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Existing.Filled.Dto
{
public class EntityOnlySimplePropertiesDTO
{
public int PreviouslyGeneratedProperty1 { get; set; }
public string PreviouslyGeneratedProperty2 { ge... | 27.602941 | 121 | 0.606819 |
87b060ccfab3fc8e0eb224e0ac179a1bef1c3042 | 1,956 | cs | C# | test/IbanNet.DataAnnotations.Tests/AspNetWebHostFixture.cs | French-Coders-Organization/IbanNet | c686f4ba2ad2a053f471d3445c645d75c04562c2 | [
"Apache-2.0"
] | 74 | 2018-05-25T08:54:18.000Z | 2022-03-30T19:36:50.000Z | test/IbanNet.DataAnnotations.Tests/AspNetWebHostFixture.cs | skwasjer/IbanNet | 15735331ac111d2d8b542389ab304cac25e9826c | [
"Apache-2.0"
] | 43 | 2019-07-24T22:42:49.000Z | 2022-03-09T18:34:23.000Z | test/IbanNet.DataAnnotations.Tests/AspNetWebHostFixture.cs | French-Coders-Organization/IbanNet | c686f4ba2ad2a053f471d3445c645d75c04562c2 | [
"Apache-2.0"
] | 11 | 2018-06-22T10:57:04.000Z | 2021-12-22T09:06:20.000Z | #if ASPNET_INTEGRATION_TESTS
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.DependencyInjection;
using Newtonsoft.Json;
namespace IbanNet.DataAnnotations
{
public class TestStartup
{
#pragma warning disable CA1822 // Mark memb... | 27.166667 | 95 | 0.651329 |
48a2f05dc1195984c1b3af7b38861198324b94f2 | 8,051 | cs | C# | ACadSharp/IO/DWG/DwgStreamReaders/IDwgStreamReader.cs | DomCR/ACadSharp | f9065481058f75f4cfb0acdc17ce29bff1d31397 | [
"MIT"
] | 40 | 2021-03-12T09:21:23.000Z | 2022-03-22T08:50:31.000Z | ACadSharp/IO/DWG/DwgStreamReaders/IDwgStreamReader.cs | DomCR/ACadSharp | f9065481058f75f4cfb0acdc17ce29bff1d31397 | [
"MIT"
] | 5 | 2021-03-23T10:22:42.000Z | 2022-03-06T17:07:29.000Z | ACadSharp/IO/DWG/DwgStreamReaders/IDwgStreamReader.cs | DomCR/ACadSharp | f9065481058f75f4cfb0acdc17ce29bff1d31397 | [
"MIT"
] | 16 | 2021-03-23T10:17:14.000Z | 2022-03-22T06:13:46.000Z | using CSMath;
using CSUtilities.Converters;
using System;
using System.IO;
using System.Text;
namespace ACadSharp.IO.DWG
{
/*
NOTE: Unless otherwise stated, all data in this manual is in little-endian order,
with the least significant byte first.
B : bit (1 or 0)
BB : special 2 bit code (entmode in entiti... | 26.483553 | 117 | 0.620171 |
62d8893a95e310c7d9aa313b95c1dc701ddb6d7b | 3,948 | cs | C# | src/SpectatorView.Unity/Assets/SpectatorView/Scripts/StateSynchronization/NetworkedComponents/CanvasGroup/CanvasGroupBroadcaster.cs | arttylovelychoise/MixedReality-SpectatorView | d31d6ee2136e9978d6c0af875911857cfba09771 | [
"MIT"
] | 165 | 2019-06-19T18:41:20.000Z | 2022-03-16T12:17:02.000Z | src/SpectatorView.Unity/Assets/SpectatorView/Scripts/StateSynchronization/NetworkedComponents/CanvasGroup/CanvasGroupBroadcaster.cs | arttylovelychoise/MixedReality-SpectatorView | d31d6ee2136e9978d6c0af875911857cfba09771 | [
"MIT"
] | 297 | 2019-06-18T19:01:43.000Z | 2022-03-31T00:11:07.000Z | src/SpectatorView.Unity/Assets/SpectatorView/Scripts/StateSynchronization/NetworkedComponents/CanvasGroup/CanvasGroupBroadcaster.cs | arttylovelychoise/MixedReality-SpectatorView | d31d6ee2136e9978d6c0af875911857cfba09771 | [
"MIT"
] | 108 | 2019-06-17T22:44:08.000Z | 2022-03-18T05:44:57.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
namespace Microsoft.MixedReality.SpectatorView
{
internal class Ca... | 32.628099 | 120 | 0.568642 |
1f5565896db648384164b6a8b8d361f57f502355 | 1,435 | cs | C# | src/Cake.Common/Tools/SpecFlow/SpecFlowContext.cs | RichiCoder1/cake | bdc3a070880dd6b7e4bdd3d5ea3c18ee2fe82bb6 | [
"MIT"
] | 1 | 2017-02-06T14:02:26.000Z | 2017-02-06T14:02:26.000Z | src/Cake.Common/Tools/SpecFlow/SpecFlowContext.cs | RichiCoder1/cake | bdc3a070880dd6b7e4bdd3d5ea3c18ee2fe82bb6 | [
"MIT"
] | null | null | null | src/Cake.Common/Tools/SpecFlow/SpecFlowContext.cs | RichiCoder1/cake | bdc3a070880dd6b7e4bdd3d5ea3c18ee2fe82bb6 | [
"MIT"
] | 1 | 2021-05-03T14:12:03.000Z | 2021-05-03T14:12:03.000Z | using Cake.Core;
using Cake.Core.Diagnostics;
using Cake.Core.IO;
namespace Cake.Common.Tools.SpecFlow
{
internal sealed class SpecFlowContext : ICakeContext
{
private readonly ICakeContext _context;
private readonly ICakeLog _log;
private readonly SpecFlowProcessRunner _runner;
... | 22.076923 | 56 | 0.545645 |
8c47768fa22c32e4640330644c93526818c78675 | 15,703 | cs | C# | src/core/Akka/Dispatch/Mailboxes.cs | hueifeng/akka.net | db89b74dfd36613308d6a6eee773ce6a7414fb3a | [
"Apache-2.0"
] | null | null | null | src/core/Akka/Dispatch/Mailboxes.cs | hueifeng/akka.net | db89b74dfd36613308d6a6eee773ce6a7414fb3a | [
"Apache-2.0"
] | null | null | null | src/core/Akka/Dispatch/Mailboxes.cs | hueifeng/akka.net | db89b74dfd36613308d6a6eee773ce6a7414fb3a | [
"Apache-2.0"
] | null | null | null | //-----------------------------------------------------------------------
// <copyright file="Mailboxes.cs" company="Akka.NET Project">
// Copyright (C) 2009-2019 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2019 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//----... | 44.737892 | 214 | 0.583837 |
4e9dfb90a35ee97b46e8df90ea19d827ea6ee4ce | 35,236 | cs | C# | src/ResourceManagement/Network/NetworkManagement/Generated/NetworkResourceProviderClient.cs | xindzhan/azure-sdk-for-net | aaaed6f2b829ee7c886eeb78fd5920a36e1968dd | [
"Apache-2.0"
] | null | null | null | src/ResourceManagement/Network/NetworkManagement/Generated/NetworkResourceProviderClient.cs | xindzhan/azure-sdk-for-net | aaaed6f2b829ee7c886eeb78fd5920a36e1968dd | [
"Apache-2.0"
] | null | null | null | src/ResourceManagement/Network/NetworkManagement/Generated/NetworkResourceProviderClient.cs | xindzhan/azure-sdk-for-net | aaaed6f2b829ee7c886eeb78fd5920a36e1968dd | [
"Apache-2.0"
] | null | null | null | //
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requi... | 42.918392 | 169 | 0.530565 |
4eb98860badaf7dff9242ba23533a0ee6aee2232 | 120 | cs | C# | sample/SampleLibrary1/Entity1.cs | grimmborium/Brimborium.Json | 56079e6e5278f86784bdf216607ddbd82c065283 | [
"MIT"
] | null | null | null | sample/SampleLibrary1/Entity1.cs | grimmborium/Brimborium.Json | 56079e6e5278f86784bdf216607ddbd82c065283 | [
"MIT"
] | null | null | null | sample/SampleLibrary1/Entity1.cs | grimmborium/Brimborium.Json | 56079e6e5278f86784bdf216607ddbd82c065283 | [
"MIT"
] | null | null | null | using System;
namespace SampleLibrary1 {
public class Entity1 {
public string Data1 { get; set; }
}
}
| 15 | 41 | 0.625 |
fac34b50bbfd1ebac86f3b8a92b87988d568aa4f | 3,876 | cs | C# | System.Data.Entity/System/Data/Common/EntityRecordInfo.cs | ludovic-henry/referencesource | 5f5ac0a87b65941f5377a1ba06614d22281b015f | [
"MIT"
] | 39 | 2015-02-23T04:27:43.000Z | 2021-03-09T19:49:43.000Z | System.Data.Entity/System/Data/Common/EntityRecordInfo.cs | ludovic-henry/referencesource | 5f5ac0a87b65941f5377a1ba06614d22281b015f | [
"MIT"
] | 10 | 2015-01-05T15:06:04.000Z | 2016-04-13T22:38:32.000Z | System.Data.Entity/System/Data/Common/EntityRecordInfo.cs | ludovic-henry/referencesource | 5f5ac0a87b65941f5377a1ba06614d22281b015f | [
"MIT"
] | 25 | 2015-02-03T23:36:17.000Z | 2022-02-15T18:31:52.000Z | //------------------------------------------------------------------------------
// <copyright file="EntityRecordInfo.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <owner current="true" primary="true">[....]</owner>
// <owner current="true" primary="false... | 35.559633 | 129 | 0.561662 |
7bf7324cac918e217c94951eab790ca3b913af96 | 486 | cs | C# | VS2013/Chapter_9/PoolPuzzle/PoolPuzzle/Party.cs | nickchobotar/HeadFirstC | ee0abef89e2b0198f4d1cfd9763a6186918517fc | [
"MIT"
] | 147 | 2017-10-23T06:43:33.000Z | 2022-03-27T21:13:18.000Z | VS2013/Chapter_9/PoolPuzzle/PoolPuzzle/Party.cs | nickchobotar/HeadFirstC | ee0abef89e2b0198f4d1cfd9763a6186918517fc | [
"MIT"
] | 2 | 2020-08-06T12:20:03.000Z | 2021-01-17T14:25:50.000Z | VS2013/Chapter_9/PoolPuzzle/PoolPuzzle/Party.cs | nickchobotar/HeadFirstC | ee0abef89e2b0198f4d1cfd9763a6186918517fc | [
"MIT"
] | 134 | 2017-10-30T03:18:36.000Z | 2022-02-17T02:48:20.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PoolPuzzle
{
using System.IO;
class Party
{
private StreamReader reader;
public Party(StreamReader reader)
{
this.reader = reade... | 19.44 | 44 | 0.559671 |
d097d85e197e8a60aa37525878caba99360935a6 | 2,130 | cs | C# | Microsoft Office Developer Documentation Team/SharePoint 2010 101 Code Samples/[C#]-SharePoint 2010 101 Code Samples/SharePoint 2010 Calling Azure Services from Event Receivers/C#/AZURE_CallingEventReceiver/EventReceiver1/EventReceiver1.cs | zzgchina888/msdn-code-gallery-microsoft | 21cb9b6bc0da3b234c5854ecac449cb3bd261f29 | [
"MIT"
] | 2 | 2022-01-21T01:40:58.000Z | 2022-01-21T01:41:10.000Z | Microsoft Office Developer Documentation Team/SharePoint 2010 101 Code Samples/[C#]-SharePoint 2010 101 Code Samples/SharePoint 2010 Calling Azure Services from Event Receivers/C#/AZURE_CallingEventReceiver/EventReceiver1/EventReceiver1.cs | zzgchina888/msdn-code-gallery-microsoft | 21cb9b6bc0da3b234c5854ecac449cb3bd261f29 | [
"MIT"
] | 1 | 2022-03-15T04:21:41.000Z | 2022-03-15T04:21:41.000Z | Microsoft Office Developer Documentation Team/SharePoint 2010 101 Code Samples/[C#]-SharePoint 2010 101 Code Samples/SharePoint 2010 Calling Azure Services from Event Receivers/C#/AZURE_CallingEventReceiver/EventReceiver1/EventReceiver1.cs | zzgchina888/msdn-code-gallery-microsoft | 21cb9b6bc0da3b234c5854ecac449cb3bd261f29 | [
"MIT"
] | null | null | null | using System;
using System.Security.Permissions;
using Microsoft.SharePoint;
using Microsoft.SharePoint.Security;
using Microsoft.SharePoint.Utilities;
using Microsoft.SharePoint.Workflow;
using System.ServiceModel;
namespace AZURE_CallingEventReceiver
{
/// <summary>
/// List Item Events
/// </summary>
... | 40.188679 | 116 | 0.66338 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.