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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c87a9d255a6b7bf8b2d57ab03e87938c1b4d1320 | 297 | cs | C# | Update/MicroApi.Update/UpdatedResultTypeHandler.cs | JonnyOrman/MicroApi | 445c411f2834697699a0a2937929ce0ed2198e4d | [
"MIT"
] | null | null | null | Update/MicroApi.Update/UpdatedResultTypeHandler.cs | JonnyOrman/MicroApi | 445c411f2834697699a0a2937929ce0ed2198e4d | [
"MIT"
] | null | null | null | Update/MicroApi.Update/UpdatedResultTypeHandler.cs | JonnyOrman/MicroApi | 445c411f2834697699a0a2937929ce0ed2198e4d | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Http;
namespace MicroApi.Update;
public class UpdatedResultTypedHandler<T, TKey> : ITypedResultTypeHandler<SuccessResult<T>>
where T : Entity<TKey>
{
public IResult Handle(SuccessResult<T> successResult)
{
return Results.Ok(successResult);
}
} | 24.75 | 91 | 0.737374 |
82b347757aa6ecbb377996e1f91c56b71ce1d2b4 | 78,717 | cs | C# | KojtoCAD.2012/Unfold/3d/Unfold3d.cs | kojtoLtd/KojtoCAD | a41ceac6a47b5b3c8ce4b9012ae30b8f3bfcc781 | [
"MIT"
] | 2 | 2019-03-22T08:01:41.000Z | 2019-04-17T01:03:54.000Z | KojtoCAD.2012/Unfold/3d/Unfold3d.cs | kojtoLtd/KojtoCAD | a41ceac6a47b5b3c8ce4b9012ae30b8f3bfcc781 | [
"MIT"
] | null | null | null | KojtoCAD.2012/Unfold/3d/Unfold3d.cs | kojtoLtd/KojtoCAD | a41ceac6a47b5b3c8ce4b9012ae30b8f3bfcc781 | [
"MIT"
] | 3 | 2020-09-19T09:07:11.000Z | 2022-02-17T05:32:59.000Z | using System;
using System.Collections;
using System.Windows.Forms;
using Castle.Core.Logging;
using KojtoCAD.Mathematics.Geometry;
using KojtoCAD.Properties;
using KojtoCAD.Unfold._3d;
using KojtoCAD.Utilities;
#if !bcad
using Autodesk.AutoCAD.ApplicationServices;
using Autodesk.AutoCAD.DatabaseServices;
using Autod... | 44.223034 | 154 | 0.443653 |
76ab6b206b29b75c587acc94bc2c3f668741f68e | 1,299 | cs | C# | Api/Delegates/InDiscussion/DialogInteractionArgs.cs | MyUncleSam/apiv2 | 55a09b3947281bdaab3980e3f5a4366092d92e7e | [
"MIT"
] | 4 | 2017-08-26T18:19:05.000Z | 2019-08-21T15:45:59.000Z | Api/Delegates/InDiscussion/DialogInteractionArgs.cs | MyUncleSam/apiv2 | 55a09b3947281bdaab3980e3f5a4366092d92e7e | [
"MIT"
] | 1 | 2017-08-05T11:17:45.000Z | 2017-08-07T09:11:40.000Z | Api/Delegates/InDiscussion/DialogInteractionArgs.cs | MyUncleSam/apiv2 | 55a09b3947281bdaab3980e3f5a4366092d92e7e | [
"MIT"
] | 4 | 2017-08-01T13:30:56.000Z | 2019-01-06T04:34:59.000Z | namespace AdiIRCAPIv2.Arguments
{
using System;
using Interfaces;
public class DialogInteractionArgs : EventArgs
{
private readonly IServer server;
private readonly string dialogName;
private readonly string dialogEvent;
// zero for DialogOpen, DialogClose, and DialogMo... | 32.475 | 170 | 0.668976 |
f61f4b703261ea7fa1895d77154fc2bc2f35c1de | 1,424 | cs | C# | src/Cofoundry.Domain/Domain/AuthorizedTasks/ContentRepository/ContentRepositoryAuthorizedTaskRepository.cs | BearerPipelineTest/cofoundry | 763303ab969f887bde54227a71a1e7aa4e992324 | [
"MIT"
] | null | null | null | src/Cofoundry.Domain/Domain/AuthorizedTasks/ContentRepository/ContentRepositoryAuthorizedTaskRepository.cs | BearerPipelineTest/cofoundry | 763303ab969f887bde54227a71a1e7aa4e992324 | [
"MIT"
] | null | null | null | src/Cofoundry.Domain/Domain/AuthorizedTasks/ContentRepository/ContentRepositoryAuthorizedTaskRepository.cs | BearerPipelineTest/cofoundry | 763303ab969f887bde54227a71a1e7aa4e992324 | [
"MIT"
] | null | null | null | using Cofoundry.Domain.Extendable;
using System;
using System.Threading.Tasks;
namespace Cofoundry.Domain.Internal
{
public class ContentRepositoryAuthorizedTaskRepository
: IAdvancedContentRepositoryAuthorizedTaskRepository
, IExtendableContentRepositoryPart
{
public ContentRe... | 33.904762 | 135 | 0.718399 |
bc2b5e8020827076c24fd34ea9627182a43a8527 | 333 | cs | C# | Log File Handler/LodFileHandler.DB/DTOs/IP_AddressDto.cs | cherkashin-v-s/Log-File-Handler | 1c9e6fa4633510eb09bd5369554e048d7455d37c | [
"MIT"
] | null | null | null | Log File Handler/LodFileHandler.DB/DTOs/IP_AddressDto.cs | cherkashin-v-s/Log-File-Handler | 1c9e6fa4633510eb09bd5369554e048d7455d37c | [
"MIT"
] | null | null | null | Log File Handler/LodFileHandler.DB/DTOs/IP_AddressDto.cs | cherkashin-v-s/Log-File-Handler | 1c9e6fa4633510eb09bd5369554e048d7455d37c | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LodFileHandler.DB.DTOs
{
public class IP_AddressDto
{
public int Id { get; set; }
public byte[] IP_Address1 { get; set; }
public string Сompany_Name { get; se... | 18.5 | 48 | 0.666667 |
b8de0109b9e660877212009bc1bb43ae10a69d90 | 787 | cs | C# | ShoppingCart/src/ShoppingCart.EntityFrameworkCore/Coupons/Coupon.cs | demirmusa/shopping-cart | d71581a40f1d11754b321c4a6c219815a026b032 | [
"MIT"
] | null | null | null | ShoppingCart/src/ShoppingCart.EntityFrameworkCore/Coupons/Coupon.cs | demirmusa/shopping-cart | d71581a40f1d11754b321c4a6c219815a026b032 | [
"MIT"
] | null | null | null | ShoppingCart/src/ShoppingCart.EntityFrameworkCore/Coupons/Coupon.cs | demirmusa/shopping-cart | d71581a40f1d11754b321c4a6c219815a026b032 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
using ShoppingCart.Shared.Campaigns;
namespace ShoppingCart.EntityFrameworkCore.Coupons
{
public class Coupon : Entity
{
[Required]
[Range(1, int.MaxValue)]
public double Min... | 24.59375 | 87 | 0.634053 |
771b4b93aee27f6ab2ec20ef947c2189f661815f | 289 | cs | C# | ScanFolderWatchdog.Common/Services/EnvironmentConfigurationService.cs | JeffrySteegmans/ScanFolderWatchdog | d8d0654317c2d2326bd853b602cf114125f47469 | [
"MIT"
] | 1 | 2021-04-06T12:23:42.000Z | 2021-04-06T12:23:42.000Z | ScanFolderWatchdog.Common/Services/EnvironmentConfigurationService.cs | JeffrySteegmans/ScanFolderWatchdog | d8d0654317c2d2326bd853b602cf114125f47469 | [
"MIT"
] | null | null | null | ScanFolderWatchdog.Common/Services/EnvironmentConfigurationService.cs | JeffrySteegmans/ScanFolderWatchdog | d8d0654317c2d2326bd853b602cf114125f47469 | [
"MIT"
] | null | null | null | using System;
namespace ScanFolderWatchdog.Common.Services
{
internal class EnvironmentConfigurationService : IConfigurationService
{
public string GetSetting(string key)
{
return Environment.GetEnvironmentVariable(key)?.ToString();
}
}
}
| 22.230769 | 74 | 0.685121 |
6acdf6e67dd34bd93aaa4daf401aedfdbc83c304 | 414 | cs | C# | src/Akka.Cluster.SplitBrainResolver/NoopDowningStrategy.cs | K33lee/Akka.Cluster.SplitBrainResolver | bcc475de97ba452d3896c4a6d0d302c04a22788d | [
"Apache-2.0"
] | 5 | 2017-10-17T05:29:21.000Z | 2019-05-29T00:13:33.000Z | src/Akka.Cluster.SplitBrainResolver/NoopDowningStrategy.cs | K33lee/Akka.Cluster.SplitBrainResolver | bcc475de97ba452d3896c4a6d0d302c04a22788d | [
"Apache-2.0"
] | 3 | 2017-10-29T00:38:25.000Z | 2018-10-08T22:43:56.000Z | src/Akka.Cluster.SplitBrainResolver/NoopDowningStrategy.cs | K33lee/Akka.Cluster.SplitBrainResolver | bcc475de97ba452d3896c4a6d0d302c04a22788d | [
"Apache-2.0"
] | 4 | 2017-10-21T22:14:45.000Z | 2019-08-25T19:58:11.000Z | using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using Akka.Actor;
using static Akka.Cluster.ClusterEvent;
namespace Akka.Cluster.SplitBrainResolver
{
public sealed class NoopDowningStrategy : IDowningStrategy
{
public IEnumerable<Member> GetVictims(CurrentClusterS... | 23 | 79 | 0.722222 |
b15f67279bc5dab05a6938e6d73452f16b2c7503 | 308 | cs | C# | ExampleWebApi/Profiles/CommertialProposalProfile.cs | Mayrond/ExampleWebApi | ff00bd254b35e21fca5d39d4c8f1b41e485e817b | [
"MIT"
] | null | null | null | ExampleWebApi/Profiles/CommertialProposalProfile.cs | Mayrond/ExampleWebApi | ff00bd254b35e21fca5d39d4c8f1b41e485e817b | [
"MIT"
] | null | null | null | ExampleWebApi/Profiles/CommertialProposalProfile.cs | Mayrond/ExampleWebApi | ff00bd254b35e21fca5d39d4c8f1b41e485e817b | [
"MIT"
] | null | null | null | using AutoMapper;
using ExampleWebApi.Models;
using ExampleWebApi.Views;
namespace ExampleWebApi.Profiles
{
public class CommertialProposalProfile : Profile
{
public CommertialProposalProfile()
{
CreateMap<CommertialProposal, CommertialProposalView>();
}
}
} | 22 | 68 | 0.698052 |
955764033fae0f016dc01987bcf1d6997dd2f49a | 853 | cs | C# | Example.BusinessApp.Sales.Services/CustomerController.cs | JTOne123/matisco | ff70d413b4aee2e77a7dda82959e5027677b960b | [
"MIT"
] | 2 | 2018-01-16T03:08:58.000Z | 2020-03-13T13:14:30.000Z | Example.BusinessApp.Sales.Services/CustomerController.cs | JTOne123/matisco | ff70d413b4aee2e77a7dda82959e5027677b960b | [
"MIT"
] | null | null | null | Example.BusinessApp.Sales.Services/CustomerController.cs | JTOne123/matisco | ff70d413b4aee2e77a7dda82959e5027677b960b | [
"MIT"
] | 4 | 2019-09-27T07:32:52.000Z | 2021-07-29T06:04:30.000Z | using Example.BusinessApp.Sales.Business;
using Example.BusinessApp.Sales.Shared;
using Matisco.Core;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Text;
namespace Example.BusinessApp.Sales.Services
{
[Route("api/[controller]")]
public class CustomerController :... | 24.371429 | 83 | 0.682298 |
95cef61b4f9aceb974c8afca9643c86634e4c285 | 719 | cs | C# | Personal Library/Tools/Keybindings.cs | ldammel/ScriptLibrary | 040245332c324ad85c108a17695330b9c955e41c | [
"CC0-1.0"
] | null | null | null | Personal Library/Tools/Keybindings.cs | ldammel/ScriptLibrary | 040245332c324ad85c108a17695330b9c955e41c | [
"CC0-1.0"
] | null | null | null | Personal Library/Tools/Keybindings.cs | ldammel/ScriptLibrary | 040245332c324ad85c108a17695330b9c955e41c | [
"CC0-1.0"
] | null | null | null | using UnityEngine;
[CreateAssetMenu (fileName = "Keybindings", menuName = "Keybindings/New Keybindings")]
public class Keybindings : ScriptableObject
{
public KeyCode jump, fire, interact, pause, inventory;
public KeyCode CheckKey(string key)
{
switch (key)
{
case "jump":
... | 25.678571 | 86 | 0.510431 |
f4b978203d2d610b1986eec5a36ea6d05c082ab7 | 452 | cs | C# | NCop.Aspects/Engine/IEventFunctionBinding.cs | sagifogel/NCop | b9bea5b9f28340bc10a0a2a6dffa265e2eeab3f0 | [
"MIT"
] | 34 | 2015-10-01T12:02:32.000Z | 2021-12-18T09:57:53.000Z | NCop.Aspects/Engine/IEventFunctionBinding.cs | sagifogel/NCop | b9bea5b9f28340bc10a0a2a6dffa265e2eeab3f0 | [
"MIT"
] | null | null | null | NCop.Aspects/Engine/IEventFunctionBinding.cs | sagifogel/NCop | b9bea5b9f28340bc10a0a2a6dffa265e2eeab3f0 | [
"MIT"
] | 5 | 2017-01-24T05:31:30.000Z | 2020-12-13T12:28:55.000Z | using System;
namespace NCop.Aspects.Engine
{
public interface IEventFunctionBinding<TInstance, TResult>
{
void AddHandler(ref TInstance instance, Func<TResult> handler, IEventFunctionArgs<TResult> args);
void RemoveHandler(ref TInstance instance, Func<TResult> handler, IEventFunctionArgs<TRes... | 37.666667 | 111 | 0.754425 |
c9178eeec3619fcfe25cfeb9e451dde55e311e87 | 2,686 | cs | C# | Funcky.Analyzers/Funcky.Analyzers.Test/EnumerableRepeatNeverTest.cs | FreeApophis/Funcky | 9340ed26badf9bef6901dc12f2d4371addf929f2 | [
"Apache-2.0",
"MIT"
] | 4 | 2019-03-12T09:58:35.000Z | 2020-02-10T23:19:19.000Z | Funcky.Analyzers/Funcky.Analyzers.Test/EnumerableRepeatNeverTest.cs | FreeApophis/Funcky | 9340ed26badf9bef6901dc12f2d4371addf929f2 | [
"Apache-2.0",
"MIT"
] | 1 | 2019-04-02T08:47:57.000Z | 2019-04-04T11:42:23.000Z | Funcky.Analyzers/Funcky.Analyzers.Test/EnumerableRepeatNeverTest.cs | FreeApophis/Funcky | 9340ed26badf9bef6901dc12f2d4371addf929f2 | [
"Apache-2.0",
"MIT"
] | 2 | 2019-08-12T17:49:31.000Z | 2019-09-07T16:54:36.000Z | using Xunit;
using VerifyCS = Funcky.Analyzers.Test.CSharpCodeFixVerifier<Funcky.Analyzers.EnumerableRepeatNeverAnalyzer, Funcky.Analyzers.EnumerableRepeatNeverCodeFix>;
namespace Funcky.Analyzers.Test;
public sealed class EnumerableRepeatNeverTest
{
[Fact]
public async Task EnumerableRepeatWithAnyNumberButZe... | 43.322581 | 175 | 0.737156 |
c95ddb3f4eba857af2e5d6f1b63b5c78f0e84661 | 669 | cs | C# | RewindMan/Assets/Background/Music/MusicClass.cs | kiskovi97/RewindMan | 47ea9f703da0bea597e1b912081a1a42efab523c | [
"MIT"
] | 1 | 2020-06-01T06:00:13.000Z | 2020-06-01T06:00:13.000Z | RewindMan/Assets/Background/Music/MusicClass.cs | kiskovi97/RewindMan | 47ea9f703da0bea597e1b912081a1a42efab523c | [
"MIT"
] | null | null | null | RewindMan/Assets/Background/Music/MusicClass.cs | kiskovi97/RewindMan | 47ea9f703da0bea597e1b912081a1a42efab523c | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MusicClass : MonoBehaviour
{
private AudioSource _audioSource;
private void Awake()
{
DontDestroyOnLoad(transform.gameObject);
_audioSource = GetComponent<AudioSource>();
}
public void Play... | 18.081081 | 51 | 0.600897 |
aa6f6742f11c07a795f6806bce7a78ba73ce25f5 | 403 | cs | C# | NotificatUtility/NotificatUtility/Models/Services/NotificationTypeResponse.cs | CouchCmd/NotificationUtility | f93a69185f056ac1f8f6fc8263c2c5e2cd0365cf | [
"MIT"
] | null | null | null | NotificatUtility/NotificatUtility/Models/Services/NotificationTypeResponse.cs | CouchCmd/NotificationUtility | f93a69185f056ac1f8f6fc8263c2c5e2cd0365cf | [
"MIT"
] | null | null | null | NotificatUtility/NotificatUtility/Models/Services/NotificationTypeResponse.cs | CouchCmd/NotificationUtility | f93a69185f056ac1f8f6fc8263c2c5e2cd0365cf | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace NotificatUtility.Models.Services
{
/// <summary>
/// Response for getting notifications
/// </summary>
public class NotificationTypeResponse : Response
{
/// <summary>
/// List of notification types availa... | 22.388889 | 52 | 0.632754 |
e486e91372506ebbe7ebfc8d022920d65f70ba25 | 1,969 | cs | C# | antiCSRFTest/antiCSRFTest/Startup.cs | spencer741/aspnetcore-antiCSRF-Middleware | ecb3e2cd07434917957761ce1c82263279010389 | [
"MIT"
] | null | null | null | antiCSRFTest/antiCSRFTest/Startup.cs | spencer741/aspnetcore-antiCSRF-Middleware | ecb3e2cd07434917957761ce1c82263279010389 | [
"MIT"
] | null | null | null | antiCSRFTest/antiCSRFTest/Startup.cs | spencer741/aspnetcore-antiCSRF-Middleware | ecb3e2cd07434917957761ce1c82263279010389 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using AntiCSRFTest.Middleware;
namespace AntiCSRFTest
{
public cl... | 42.804348 | 144 | 0.665312 |
909e6b9ee6968dce3409e85398825020f70b2861 | 686 | cs | C# | src/Speedygeek.ZendeskAPI/Operations/Support/ISupportOperations.cs | Speedygeek/ZendeskAPI | 8d8800f2101bc02bed84017b91ebcd02e786289b | [
"MIT"
] | 2 | 2020-06-13T20:46:39.000Z | 2021-08-13T01:01:31.000Z | src/Speedygeek.ZendeskAPI/Operations/Support/ISupportOperations.cs | Speedygeek/ZendeskAPI | 8d8800f2101bc02bed84017b91ebcd02e786289b | [
"MIT"
] | 183 | 2019-05-01T16:38:48.000Z | 2022-03-25T00:08:02.000Z | src/Speedygeek.ZendeskAPI/Operations/Support/ISupportOperations.cs | Speedygeek/ZendeskAPI | 8d8800f2101bc02bed84017b91ebcd02e786289b | [
"MIT"
] | null | null | null | // Copyright (c) Elizabeth Schneider. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace Speedygeek.ZendeskAPI.Operations.Support
{
/// <summary>
/// Support Operations
/// </summary>
public interface ISupportOperations
{
... | 25.407407 | 91 | 0.590379 |
2596835706d1ca4c3d6a13306718a77596a8a374 | 2,124 | cs | C# | src/Altinn.Apps/AppTemplates/AspNet/Altinn.App.PlatformServices/Options/AppOptionsFactory.cs | simendsjo/altinn-studio | 92212bb637f4046dfb36ba796f12b53874a72743 | [
"BSD-3-Clause"
] | null | null | null | src/Altinn.Apps/AppTemplates/AspNet/Altinn.App.PlatformServices/Options/AppOptionsFactory.cs | simendsjo/altinn-studio | 92212bb637f4046dfb36ba796f12b53874a72743 | [
"BSD-3-Clause"
] | null | null | null | src/Altinn.Apps/AppTemplates/AspNet/Altinn.App.PlatformServices/Options/AppOptionsFactory.cs | simendsjo/altinn-studio | 92212bb637f4046dfb36ba796f12b53874a72743 | [
"BSD-3-Clause"
] | null | null | null | using System.Collections.Generic;
namespace Altinn.App.PlatformServices.Options
{
/// <summary>
/// Factory class for resolving <see cref="IAppOptionsProvider"/> implementations
/// based on the name/id of the app options requested.
/// </summary>
public class AppOptionsFactory
{
privat... | 36.62069 | 158 | 0.622881 |
6e31aea9c6e469fef136b7c9590a5be3e3d2a765 | 1,204 | cs | C# | MonkeyWrench.DataClasses/Database/DBLogin.generated.cs | rolfbjarne/monkeywrench | cfc003d591e7e110cdc1d4e78804d05692bc6ba0 | [
"MIT"
] | null | null | null | MonkeyWrench.DataClasses/Database/DBLogin.generated.cs | rolfbjarne/monkeywrench | cfc003d591e7e110cdc1d4e78804d05692bc6ba0 | [
"MIT"
] | null | null | null | MonkeyWrench.DataClasses/Database/DBLogin.generated.cs | rolfbjarne/monkeywrench | cfc003d591e7e110cdc1d4e78804d05692bc6ba0 | [
"MIT"
] | null | null | null | /*
* DBLogin.generated.cs
*
* Authors:
* Rolf Bjarne Kvinge (RKvinge@novell.com)
*
* Copyright 2009 Novell, Inc. (http://www.novell.com)
*
* See the LICENSE file included with the distribution for details.
*
*/
/*
* This file has been generated.
* If you modify it you'll loose your changes.
*/
u... | 19.419355 | 82 | 0.656977 |
79313f7d41886d2083c8234f515c2cf2a3fbe276 | 300 | cs | C# | other-code/clean-architecture-attempt/src/PathfinderTools.Application/Interfaces/IPathfinderDbContext.cs | jakob-hendrix/pathfinder-gen | a8048c96cdc766f98f8c5004bd07db5030803521 | [
"Apache-2.0"
] | null | null | null | other-code/clean-architecture-attempt/src/PathfinderTools.Application/Interfaces/IPathfinderDbContext.cs | jakob-hendrix/pathfinder-gen | a8048c96cdc766f98f8c5004bd07db5030803521 | [
"Apache-2.0"
] | null | null | null | other-code/clean-architecture-attempt/src/PathfinderTools.Application/Interfaces/IPathfinderDbContext.cs | jakob-hendrix/pathfinder-gen | a8048c96cdc766f98f8c5004bd07db5030803521 | [
"Apache-2.0"
] | null | null | null | using Microsoft.EntityFrameworkCore;
using PathfinderTools.Domain.Entities;
namespace PathfinderTools.Application.Interfaces
{
public interface IPathfinderDbContext
{
public DbSet<CharacterClass> CharacterClasses { get; set; }
public DbSet<Race> Races { get; set; }
}
}
| 25 | 67 | 0.733333 |
0d0668de925cedba08b464cb7c21fc10b7cc99e2 | 623 | cs | C# | src/Ofl.Google.Maps/Places/ServiceCollectionExtensions.cs | OneFrameLink/Ofl.Google.Maps | d69e90af384e43552fc86f9fe540af058479ea2f | [
"Apache-2.0"
] | null | null | null | src/Ofl.Google.Maps/Places/ServiceCollectionExtensions.cs | OneFrameLink/Ofl.Google.Maps | d69e90af384e43552fc86f9fe540af058479ea2f | [
"Apache-2.0"
] | null | null | null | src/Ofl.Google.Maps/Places/ServiceCollectionExtensions.cs | OneFrameLink/Ofl.Google.Maps | d69e90af384e43552fc86f9fe540af058479ea2f | [
"Apache-2.0"
] | null | null | null | using System;
using Microsoft.Extensions.DependencyInjection;
namespace Ofl.Google.Maps.Places
{
public static class ServiceCollectionExtensions
{
public static IServiceCollection AddGooglePlacesClient(this IServiceCollection serviceCollection)
{
// Validate parameters.
... | 28.318182 | 105 | 0.653291 |
4256e2b73f2c7d08fb95ee62ce54c91faced83a3 | 9,758 | cs | C# | src/EventStore.Projections.Core/Services/Processing/HeadingEventReader.cs | bartelink/EventStore | 48eb76b958f09c137825a8b110c5f412afe7b3f7 | [
"Apache-2.0"
] | 1 | 2021-06-21T08:20:37.000Z | 2021-06-21T08:20:37.000Z | src/EventStore.Projections.Core/Services/Processing/HeadingEventReader.cs | bartelink/EventStore | 48eb76b958f09c137825a8b110c5f412afe7b3f7 | [
"Apache-2.0"
] | null | null | null | src/EventStore.Projections.Core/Services/Processing/HeadingEventReader.cs | bartelink/EventStore | 48eb76b958f09c137825a8b110c5f412afe7b3f7 | [
"Apache-2.0"
] | 1 | 2019-04-05T20:36:31.000Z | 2019-04-05T20:36:31.000Z | using System;
using System.Collections.Generic;
using EventStore.Core.Data;
using EventStore.Projections.Core.Messages;
namespace EventStore.Projections.Core.Services.Processing
{
public class HeadingEventReader
{
private IEventReader _headEventReader;
private TFPos _subscribeFromPosition = new... | 37.244275 | 118 | 0.607809 |
f74d841492f051569893c00833d9c99fc79fd211 | 808 | cs | C# | Hawk.ETL/Plugins/Transformers/AutoIndexTF.cs | MetTeam/Hawk | d4037cac288fbd5663826d2499227aa9b7e34e96 | [
"Apache-2.0"
] | 3,222 | 2016-05-03T02:19:05.000Z | 2022-03-30T02:53:05.000Z | Hawk.ETL/Plugins/Transformers/AutoIndexTF.cs | LiveFly/Hawk | 9a231d443c007452b8e395317eb4da728e2f27d4 | [
"Apache-2.0"
] | 123 | 2016-05-19T11:16:00.000Z | 2021-04-25T16:02:32.000Z | Hawk.ETL/Plugins/Transformers/AutoIndexTF.cs | LiveFly/Hawk | 9a231d443c007452b8e395317eb4da728e2f27d4 | [
"Apache-2.0"
] | 1,091 | 2016-05-03T05:33:28.000Z | 2022-03-22T08:38:57.000Z | using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Controls.WpfPropertyGrid.Attributes;
using Hawk.Core.Connectors;
using Hawk.Core.Utils.Plugins;
namespace Hawk.ETL.Plugins.Transformers
{
[XFrmWork("AutoIndexTF", "AutoIndexTF_desc")]
public class AutoIndexTF : Trans... | 25.25 | 69 | 0.606436 |
f7d3c2f38fd92a6aaa051957e5c7fb2ef3287ce0 | 188 | cs | C# | RESCUME-PROTOTYPE/WindowsForms/INCZONE/INCZONE/Common/MessageCONF.cs | OSADP/RESCUME | e09b8dbcd438e17fde08b05887fa1a87b1cb1b07 | [
"Apache-2.0"
] | null | null | null | RESCUME-PROTOTYPE/WindowsForms/INCZONE/INCZONE/Common/MessageCONF.cs | OSADP/RESCUME | e09b8dbcd438e17fde08b05887fa1a87b1cb1b07 | [
"Apache-2.0"
] | null | null | null | RESCUME-PROTOTYPE/WindowsForms/INCZONE/INCZONE/Common/MessageCONF.cs | OSADP/RESCUME | e09b8dbcd438e17fde08b05887fa1a87b1cb1b07 | [
"Apache-2.0"
] | 1 | 2020-02-02T18:08:27.000Z | 2020-02-02T18:08:27.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace INCZONE.Common
{
public class MessageCONF
{
}
}
| 14.461538 | 33 | 0.739362 |
16b621b30001e6ad2d6290542743d0533370cdc3 | 390 | cs | C# | Libs/SimpleJwtProvider/tst/TestModels/TestHeaderCreator.cs | kacperwojtyniak/Playground | e6a4d3c8add9500bc508cee427e0e3d2340aa7af | [
"Apache-2.0"
] | null | null | null | Libs/SimpleJwtProvider/tst/TestModels/TestHeaderCreator.cs | kacperwojtyniak/Playground | e6a4d3c8add9500bc508cee427e0e3d2340aa7af | [
"Apache-2.0"
] | 2 | 2021-10-06T06:20:46.000Z | 2022-02-26T19:23:49.000Z | Libs/SimpleJwtProvider/tst/TestModels/TestHeaderCreator.cs | kacperwojtyniak/Playground | e6a4d3c8add9500bc508cee427e0e3d2340aa7af | [
"Apache-2.0"
] | 5 | 2019-01-07T11:19:29.000Z | 2019-06-13T05:03:08.000Z | using SimpleJwtProvider.Factories;
using System;
using System.Collections.Generic;
using System.IdentityModel.Tokens.Jwt;
using System.Text;
namespace SimpleJwtProvider.Tests.TestModels
{
public class TestHeaderCreator : HeaderCreator
{
public override JwtHeader CreateHeader(string signingKey)
... | 22.941176 | 65 | 0.725641 |
e509c6f4c14e3f62a7ea5fd3a4d121daa28b8f23 | 257 | cs | C# | src/CondenserDotNet.Server/ICurrentState.cs | corefan/CondenserDotNet | 4da0c91a3003c3e6cf929d42bd7b35a75323fa38 | [
"MIT"
] | 2 | 2021-05-11T12:42:00.000Z | 2021-05-11T20:33:01.000Z | src/CondenserDotNet.Server/ICurrentState.cs | corefan/CondenserDotNet | 4da0c91a3003c3e6cf929d42bd7b35a75323fa38 | [
"MIT"
] | null | null | null | src/CondenserDotNet.Server/ICurrentState.cs | corefan/CondenserDotNet | 4da0c91a3003c3e6cf929d42bd7b35a75323fa38 | [
"MIT"
] | null | null | null | using CondenserDotNet.Server.DataContracts;
using System;
namespace CondenserDotNet.Server
{
public interface ICurrentState
{
void RecordResponse(int responseCode);
StatsSummary GetSummary();
void ResetUptime();
}
}
| 19.769231 | 46 | 0.692607 |
9f50b508bbb9f7697f6319b2d0b52ef0eac8a7f0 | 5,424 | cs | C# | src/Core.Reference/Collections/Formula/Transformations/GeocentricTranslation.cs | robertogiachetta/aegis | 767329c634ce27c87f8f17bd326ba92dd8b34fe9 | [
"ECL-2.0"
] | 4 | 2017-03-04T03:30:48.000Z | 2019-10-02T05:45:43.000Z | src/Core.Reference/Collections/Formula/Transformations/GeocentricTranslation.cs | robertogiachetta/aegis | 767329c634ce27c87f8f17bd326ba92dd8b34fe9 | [
"ECL-2.0"
] | 14 | 2017-02-11T16:58:51.000Z | 2021-03-13T21:06:06.000Z | src/Core.Reference/Collections/Formula/Transformations/GeocentricTranslation.cs | robertogiachetta/aegis | 767329c634ce27c87f8f17bd326ba92dd8b34fe9 | [
"ECL-2.0"
] | 3 | 2017-12-01T22:34:56.000Z | 2018-06-02T09:59:47.000Z | // <copyright file="GeocentricTranslation.cs" company="Eötvös Loránd University (ELTE)">
// Copyright 2016-2019 Roberto Giachetta. Licensed under the
// Educational Community License, Version 2.0 (the "License"); you may
// not use this file except in compliance with the License. You may
// obtain a co... | 47.165217 | 164 | 0.64399 |
9bac33a5bcd5acd961aba83a0f3b50951becf0ad | 2,422 | cs | C# | RegTesting.Tests.Core/TestableFactory.cs | isabella232/regtesting | 78cb708a02f79fc0c0746e8b259ff91780a79889 | [
"Apache-2.0"
] | 8 | 2015-03-27T16:31:32.000Z | 2017-08-23T19:32:06.000Z | RegTesting.Tests.Core/TestableFactory.cs | hotelde/regtesting | 78cb708a02f79fc0c0746e8b259ff91780a79889 | [
"Apache-2.0"
] | 26 | 2015-04-05T15:54:24.000Z | 2015-08-03T14:07:53.000Z | RegTesting.Tests.Core/TestableFactory.cs | isabella232/regtesting | 78cb708a02f79fc0c0746e8b259ff91780a79889 | [
"Apache-2.0"
] | 5 | 2015-04-30T11:17:04.000Z | 2022-03-19T17:29:06.000Z | using System;
using System.Linq;
using System.Reflection;
using RegTesting.Tests.Core;
namespace RegTesting.Tests.Core
{
/// <summary>
/// A Factory for creating our testcases
/// </summary>
public class TestableFactory : MarshalByRefObject, ITestableFactory
{
/// <summary>
/// Create a Factory
/// </summa... | 31.454545 | 124 | 0.691164 |
0bb8fa5f954e50554cb3dda6f40b2701b5ceb272 | 1,102 | cs | C# | SpaceShip3D/Assets/Scripts/UIElements/BestScoreChanged.cs | Kiteva4/SpaceShip3D | 630ee17a81e5438280f815faf071815cddcfed20 | [
"Unlicense"
] | null | null | null | SpaceShip3D/Assets/Scripts/UIElements/BestScoreChanged.cs | Kiteva4/SpaceShip3D | 630ee17a81e5438280f815faf071815cddcfed20 | [
"Unlicense"
] | null | null | null | SpaceShip3D/Assets/Scripts/UIElements/BestScoreChanged.cs | Kiteva4/SpaceShip3D | 630ee17a81e5438280f815faf071815cddcfed20 | [
"Unlicense"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BestScoreChanged : MonoBehaviour
{
[SerializeField] private GameObject newBestScore;
[SerializeField] private GameScores gameScores;
private void Awake()
{
GameManager.ChangeModeEvent += ChangeMode;
}
private void Ch... | 22.958333 | 73 | 0.76951 |
6c0a35131c4ec2d94517573bda1064c1fe9e9211 | 743 | cs | C# | HomeWork1-23Sep/BeverageLabels/Program.cs | GalinKarlov/HomeWorksFundamentals | c74082fa5061edb44f3b21b481c0ccc075ac441a | [
"MIT"
] | null | null | null | HomeWork1-23Sep/BeverageLabels/Program.cs | GalinKarlov/HomeWorksFundamentals | c74082fa5061edb44f3b21b481c0ccc075ac441a | [
"MIT"
] | null | null | null | HomeWork1-23Sep/BeverageLabels/Program.cs | GalinKarlov/HomeWorksFundamentals | c74082fa5061edb44f3b21b481c0ccc075ac441a | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BeverageLabels
{
class Program
{
static void Main(string[] args)
{
string name = Console.ReadLine();
int volume = int.Parse(Console.ReadLine());... | 28.576923 | 84 | 0.621803 |
09a7fad4ea4111d6e9497a8fecfd4d0cd21f41f8 | 231 | cs | C# | src/GeekLearning.Events/IEventHandler.cs | kidtrunk/gl-dotnet-events | 2d67ed290b22c9aa748c0e3c6308265b28bc5755 | [
"MIT"
] | null | null | null | src/GeekLearning.Events/IEventHandler.cs | kidtrunk/gl-dotnet-events | 2d67ed290b22c9aa748c0e3c6308265b28bc5755 | [
"MIT"
] | null | null | null | src/GeekLearning.Events/IEventHandler.cs | kidtrunk/gl-dotnet-events | 2d67ed290b22c9aa748c0e3c6308265b28bc5755 | [
"MIT"
] | 1 | 2018-03-21T16:49:40.000Z | 2018-03-21T16:49:40.000Z | namespace GeekLearning.Events
{
using GeekLearning.Events.Model;
using System.Threading.Tasks;
public interface IEventHandler<TEvent> where TEvent : EventBase
{
Task ExecuteAsync(TEvent evenBase);
}
}
| 21 | 67 | 0.709957 |
6702c00ed538dd9aff0ed8689807795b3bde318d | 1,212 | cs | C# | PhoneKit.Framework.Core/MVVM/ViewModelBase.cs | bsautermeister/phonekit.framework | f2848867b07452382598197cb568003fcd2e888c | [
"Apache-2.0"
] | 2 | 2017-01-24T13:09:12.000Z | 2017-07-28T18:51:27.000Z | PhoneKit.Framework.Core/MVVM/ViewModelBase.cs | bsautermeister/phonekit.framework | f2848867b07452382598197cb568003fcd2e888c | [
"Apache-2.0"
] | null | null | null | PhoneKit.Framework.Core/MVVM/ViewModelBase.cs | bsautermeister/phonekit.framework | f2848867b07452382598197cb568003fcd2e888c | [
"Apache-2.0"
] | null | null | null | using System.ComponentModel;
using System.Runtime.Serialization;
namespace PhoneKit.Framework.Core.MVVM
{
/// <summary>
/// The base class for every view model of the MVVM pattern.
/// </summary>
[DataContract]
public abstract class ViewModelBase : INotifyPropertyChanged
{
/... | 31.894737 | 81 | 0.581683 |
320946b3419ff1ca5b6fe70960d09793ff051f46 | 3,122 | cs | C# | RippleLibSharp/Source/Transactions/TxTypes/RippleAccountSetTransaction.cs | jargoman/RippleLibSharp | 49a5711118245d7d7eaf88e9569a9430f4c17228 | [
"MIT"
] | 4 | 2018-11-11T23:53:58.000Z | 2021-07-25T23:30:06.000Z | RippleLibSharp/Source/Transactions/TxTypes/RippleAccountSetTransaction.cs | jargoman/RippleLibSharp | 49a5711118245d7d7eaf88e9569a9430f4c17228 | [
"MIT"
] | 3 | 2021-04-15T02:53:23.000Z | 2021-07-15T19:36:00.000Z | RippleLibSharp/Source/Transactions/TxTypes/RippleAccountSetTransaction.cs | jargoman/RippleLibSharp | 49a5711118245d7d7eaf88e9569a9430f4c17228 | [
"MIT"
] | 1 | 2021-07-25T23:30:16.000Z | 2021-07-25T23:30:16.000Z | using System.Text;
using Codeplex.Data;
using RippleLibSharp.Binary;
namespace RippleLibSharp.Transactions.TxTypes
{
public class RippleAccountSetTransaction : RippleTransaction
{
/*
public RippleAccountSetTransaction ()
{
}
*/
public override RippleBinaryObject GetBinaryObject () {
RippleBinaryObj... | 19.153374 | 98 | 0.622678 |
bfaec6c71b6ba64fa991e7696ae9251cd93ab2df | 537 | cs | C# | FleetControl.Application.Queries/Drivers/GetFleetCustomerDriverList/GetFleetCustomerDriverList_Query.cs | sdemaine/FleetControl_CQRS | 9e5dc2f5ccc7a1106dd8440618ed05f121b45270 | [
"MIT"
] | 1 | 2019-08-21T04:27:22.000Z | 2019-08-21T04:27:22.000Z | FleetControl.Application.Queries/Drivers/GetFleetCustomerDriverList/GetFleetCustomerDriverList_Query.cs | sdemaine/FleetControl_CQRS | 9e5dc2f5ccc7a1106dd8440618ed05f121b45270 | [
"MIT"
] | 8 | 2020-09-07T01:33:25.000Z | 2022-02-26T17:04:36.000Z | FleetControl.Application.Queries/Drivers/GetFleetCustomerDriverList/GetFleetCustomerDriverList_Query.cs | sdemaine/FleetControl_CQRS | 9e5dc2f5ccc7a1106dd8440618ed05f121b45270 | [
"MIT"
] | null | null | null | using FleetControl.Application.Queries.Drivers;
using MediatR;
namespace FleetControl.Application.Queries.Customers.GetFleetCustomer
{
public class GetFleetCustomerDriverListQuery : IRequest<GetFleetCustomerDriverList_ViewModel>
{
public QueryRequestModel QueryRequest { get; }
public int Custo... | 29.833333 | 97 | 0.72067 |
92aeb9ac99e832badd691b9e0a1d197046597023 | 4,724 | cs | C# | MP4-Length-Modifier.cs | retr0mod8/VideoLengthChanger | 76fdead384536d9fa919512b5a0580a74d34d91b | [
"MIT"
] | null | null | null | MP4-Length-Modifier.cs | retr0mod8/VideoLengthChanger | 76fdead384536d9fa919512b5a0580a74d34d91b | [
"MIT"
] | 1 | 2021-06-08T19:54:37.000Z | 2021-06-08T19:54:37.000Z | MP4-Length-Modifier.cs | retr0mod8/VideoLengthChanger | 76fdead384536d9fa919512b5a0580a74d34d91b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace MP4_Length_Modifier
{
public partial class MainWindow : Form
{
public MainWind... | 47.717172 | 188 | 0.587638 |
28dbbc7fb5caf694e3a62555d88763196a619195 | 1,459 | cs | C# | sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormWord.cs | m-nash/azure-sdk-for-net | f9b7fcc843e7581e425c981852f25f001f9c218d | [
"MIT"
] | 1 | 2021-12-05T04:18:35.000Z | 2021-12-05T04:18:35.000Z | sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormWord.cs | m-nash/azure-sdk-for-net | f9b7fcc843e7581e425c981852f25f001f9c218d | [
"MIT"
] | null | null | null | sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormWord.cs | m-nash/azure-sdk-for-net | f9b7fcc843e7581e425c981852f25f001f9c218d | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Azure.AI.FormRecognizer.Models
{
/// <summary>
/// Represents a word recognized from the input document.
/// </summary>
public class FormWord : FormElement
{
internal FormWord(TextWord... | 40.527778 | 116 | 0.636737 |
f8b1d2174eedb901f0808a9a2cd765b9d486280f | 2,993 | cs | C# | SageFrame.SageBanner/SageBannerInfo/SageBannerSettingInfo.cs | Sageframe/Sageframe | 621337382c1568ec2f80687d5619279b283c2149 | [
"MIT"
] | 22 | 2015-06-03T14:24:34.000Z | 2021-02-16T15:51:36.000Z | SageFrame.SageBanner/SageBannerInfo/SageBannerSettingInfo.cs | Sageframe/Sageframe | 621337382c1568ec2f80687d5619279b283c2149 | [
"MIT"
] | 1 | 2021-03-24T13:05:21.000Z | 2021-03-24T13:05:21.000Z | SageFrame.SageBanner/SageBannerInfo/SageBannerSettingInfo.cs | Sageframe/Sageframe | 621337382c1568ec2f80687d5619279b283c2149 | [
"MIT"
] | 15 | 2015-06-03T13:16:59.000Z | 2021-01-21T05:30:24.000Z | #region "Copyright"
/*
FOR FURTHER DETAILS ABOUT LICENSING, PLEASE VISIT "LICENSE.txt" INSIDE THE SAGEFRAME FOLDER
*/
#endregion
#region "References"
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
#endregion
namespace SageFrame.SageBannner.SettingInfo
{
/// <summary>
//... | 32.182796 | 91 | 0.5573 |
f8c4dbecd50b884a413c7e5666106eb73bc30288 | 8,010 | cs | C# | UnityProject/Assets/BrickGame.cs | ZimM-LostPolygon/BrickGame.Unity | 124a7f81fbe5ba4d6e1f2f0e8089b043aa58e3d0 | [
"Unlicense"
] | 1 | 2019-07-21T19:10:00.000Z | 2019-07-21T19:10:00.000Z | UnityProject/Assets/BrickGame.cs | ZimM-LostPolygon/BrickGame.Unity | 124a7f81fbe5ba4d6e1f2f0e8089b043aa58e3d0 | [
"Unlicense"
] | null | null | null | UnityProject/Assets/BrickGame.cs | ZimM-LostPolygon/BrickGame.Unity | 124a7f81fbe5ba4d6e1f2f0e8089b043aa58e3d0 | [
"Unlicense"
] | null | null | null | using System.Linq.Expressions;
using UnityEngine;
namespace BrickGame
{
public class BrickGame
{
public int VisiblePlayfieldHeight {get;}
public int PlayfieldWidth {get;}
public int PlayfieldHeight {get;}
public PlayfieldCell[][] Playfield;
public int Score { get; priva... | 31.660079 | 115 | 0.486267 |
9fbf468ffe623001f146f46433baf8eebb40ecf0 | 798 | cs | C# | cards/UNGORO/UNG/Sim_UNG_082.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | 1 | 2020-09-04T08:44:54.000Z | 2020-09-04T08:44:54.000Z | cards/UNGORO/UNG/Sim_UNG_082.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | 2 | 2020-04-21T21:55:17.000Z | 2020-04-21T22:02:36.000Z | cards/UNGORO/UNG/Sim_UNG_082.cs | chi-rei-den/Silverfish | 0420f58169db32e46df50362034699651cc62f2a | [
"MIT"
] | null | null | null |
/* _BEGIN_TEMPLATE_
{
"id": "UNG_082",
"name": [
"雷霆蜥蜴",
"Thunder Lizard"
],
"text": [
"<b>战吼:</b>如果你在上个回合使用过元素牌,则获得<b>进化</b>。",
"<b>Battlecry</b>: If you played an Elemental last turn, <b>Adapt</b>."
],
"cardClass": "NEUTRAL",
"type": "MINION",
"cost": 3,
"rarity": "COMMON",
"set"... | 21 | 99 | 0.557644 |
c1ff5a4e993051e76b93de25b65331326bb55d5b | 7,033 | cs | C# | AmerFamilyPlayoffs.Data/Migrations/20201220235833_FixedMatchupColumnIssue.cs | sewright22/AmerFamilyPlayoffs | 66cff549a4fd22d1d7bbbcd3f834f214fa1d5c22 | [
"MIT"
] | 1 | 2020-12-04T08:40:22.000Z | 2020-12-04T08:40:22.000Z | AmerFamilyPlayoffs.Data/Migrations/20201220235833_FixedMatchupColumnIssue.cs | sewright22/AmerFamilyPlayoffs | 66cff549a4fd22d1d7bbbcd3f834f214fa1d5c22 | [
"MIT"
] | 2 | 2020-12-12T01:14:34.000Z | 2020-12-12T18:04:07.000Z | AmerFamilyPlayoffs.Data/Migrations/20201220235833_FixedMatchupColumnIssue.cs | sewright22/AmerFamilyPlayoffs | 66cff549a4fd22d1d7bbbcd3f834f214fa1d5c22 | [
"MIT"
] | 1 | 2020-12-12T01:12:04.000Z | 2020-12-12T01:12:04.000Z | using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
namespace AmerFamilyPlayoffs.Data.Migrations
{
public partial class FixedMatchupColumnIssue : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.D... | 38.642857 | 114 | 0.520262 |
19b66c4248c7d4e59ea5a74ae288d6c63a547acd | 6,025 | cs | C# | src/Pickles.Test/WhenWorkingWithHtmlResources.cs | SpocWeb/pickles | ca93ddc3977d5b3033b5bfd7587125cbc9a432c9 | [
"Apache-2.0"
] | 366 | 2015-01-12T16:24:57.000Z | 2022-03-28T17:41:42.000Z | src/Pickles.Test/WhenWorkingWithHtmlResources.cs | SpocWeb/pickles | ca93ddc3977d5b3033b5bfd7587125cbc9a432c9 | [
"Apache-2.0"
] | 316 | 2015-01-21T14:09:14.000Z | 2022-02-20T04:17:04.000Z | src/Pickles.Test/WhenWorkingWithHtmlResources.cs | SpocWeb/pickles | ca93ddc3977d5b3033b5bfd7587125cbc9a432c9 | [
"Apache-2.0"
] | 173 | 2015-02-05T00:56:00.000Z | 2021-11-29T15:47:30.000Z | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="WhenWorkingWithHtmlResources.cs" company="PicklesDoc">
// Copyright 2011 Jeffrey Cameron
// Copyright 2012-present PicklesDoc team and community contributors
//
//
// License... | 50.208333 | 140 | 0.638838 |
04c2d56b7730bb178ce81393485532fb661b8546 | 3,725 | cs | C# | PlugIns/Gorgon.Editor.ExtractSpriteTool/_Internal/ViewModels/ExtractParameters.cs | Tape-Worm/Gorgon | d97fcda489684743f5562f12d915ad02b4ef7f9a | [
"MIT"
] | 55 | 2015-01-15T15:39:54.000Z | 2022-01-04T14:05:34.000Z | PlugIns/Gorgon.Editor.ExtractSpriteTool/_Internal/ViewModels/ExtractParameters.cs | Tape-Worm/Gorgon | d97fcda489684743f5562f12d915ad02b4ef7f9a | [
"MIT"
] | 35 | 2015-08-22T08:03:17.000Z | 2021-10-10T05:28:45.000Z | PlugIns/Gorgon.Editor.ExtractSpriteTool/_Internal/ViewModels/ExtractParameters.cs | Tape-Worm/Gorgon | d97fcda489684743f5562f12d915ad02b4ef7f9a | [
"MIT"
] | 11 | 2017-10-10T22:48:47.000Z | 2021-12-08T10:09:19.000Z | #region MIT
//
// Gorgon.
// Copyright (C) 2020 Michael Winsor
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use,... | 40.934066 | 231 | 0.674899 |
b9b5de9a8ff75d7ff24a20dc6196da7a65a3bd47 | 321 | cs | C# | server/DataAccess/Repositories/ProductRepo/IProductRepository.cs | ryuichi24/online-shop | bddd87567ada312d1bedb00f8a6e9023c0b13b34 | [
"MIT"
] | 1 | 2021-01-09T02:00:50.000Z | 2021-01-09T02:00:50.000Z | server/DataAccess/Repositories/ProductRepo/IProductRepository.cs | ryuichi24/online-shop | bddd87567ada312d1bedb00f8a6e9023c0b13b34 | [
"MIT"
] | null | null | null | server/DataAccess/Repositories/ProductRepo/IProductRepository.cs | ryuichi24/online-shop | bddd87567ada312d1bedb00f8a6e9023c0b13b34 | [
"MIT"
] | 1 | 2020-11-12T12:44:37.000Z | 2020-11-12T12:44:37.000Z | using System.Collections.Generic;
using server.Models;
namespace server.DataAccess.Repositories.ProductRepo
{
public interface IProductRepository : IRepository<Product>
{
// add some features specially for Product
IEnumerable<Product> GetAllProductsByCategoryId(int categoryId);
}
... | 29.181818 | 73 | 0.735202 |
83745d1365d6de8db6c0f12bc496432edf0fbc41 | 706 | cs | C# | Models/UserAccounts/AuthenticateUserResponse.cs | emmanuel-karanja/AspRest.API | 08ebd0d5d9d58c06058e1b8f8a765ccac1a58155 | [
"MIT"
] | null | null | null | Models/UserAccounts/AuthenticateUserResponse.cs | emmanuel-karanja/AspRest.API | 08ebd0d5d9d58c06058e1b8f8a765ccac1a58155 | [
"MIT"
] | null | null | null | Models/UserAccounts/AuthenticateUserResponse.cs | emmanuel-karanja/AspRest.API | 08ebd0d5d9d58c06058e1b8f8a765ccac1a58155 | [
"MIT"
] | null | null | null | using System.ComponentModel.DataAnnotations;
using AspRest.API.Entities;
using System;
using System.Text.Json.Serialization;
namespace AspRest.API.Models.UserAccounts
{
public class AuthenticateUserResponse
{
public long Id{get;set;}
public string Title{get;set;}
public string FirstName{get;... | 28.24 | 44 | 0.685552 |
837eeb2d3eaad33c4bb99140e2bb5f98b8d196ec | 4,908 | cs | C# | samples/Es.Receiver/Program.cs | cuteant/myevent | 48fe4498c7d91066ea04f67abfa34c48eada677c | [
"Apache-2.0",
"CC0-1.0"
] | 7 | 2019-06-05T07:09:10.000Z | 2021-07-25T03:14:31.000Z | samples/Es.Receiver/Program.cs | cuteant/myevent | 48fe4498c7d91066ea04f67abfa34c48eada677c | [
"Apache-2.0",
"CC0-1.0"
] | null | null | null | samples/Es.Receiver/Program.cs | cuteant/myevent | 48fe4498c7d91066ea04f67abfa34c48eada677c | [
"Apache-2.0",
"CC0-1.0"
] | 1 | 2018-06-12T07:34:50.000Z | 2018-06-12T07:34:50.000Z | using System;
using Es.SharedModels;
using EventStore.ClientAPI;
using Microsoft.Extensions.Logging;
using NLog.Extensions.Logging;
namespace Es.Receiver
{
class Program
{
const string STREAM = "a_test_stream";
const string GROUP = "a_test_group";
const int DEFAULTPORT = 1113;
... | 46.742857 | 124 | 0.553586 |
ef7668d52ecdee02552762b5673ca09c0b33df37 | 1,034 | cs | C# | MongoUnitOfWork.Net45/Caching/GlobalCachingProvider.cs | youngdak/MongoUnitOfWork | 2efcc8e35253cbeef3c3c66629cc3cd67075c2a9 | [
"MIT"
] | 12 | 2018-05-18T23:58:06.000Z | 2022-03-14T12:14:38.000Z | MongoUnitOfWork.Net45/Caching/GlobalCachingProvider.cs | youngdak/MongoUnitOfWork | 2efcc8e35253cbeef3c3c66629cc3cd67075c2a9 | [
"MIT"
] | null | null | null | MongoUnitOfWork.Net45/Caching/GlobalCachingProvider.cs | youngdak/MongoUnitOfWork | 2efcc8e35253cbeef3c3c66629cc3cd67075c2a9 | [
"MIT"
] | 2 | 2018-08-01T07:48:46.000Z | 2019-06-05T21:40:59.000Z | namespace Mongo.Data.Entity {
internal class GlobalCachingProvider : CachingProviderBase, ICachingProvider {
#region Singelton (inheriting enabled)
protected GlobalCachingProvider() {
}
public static GlobalCachingProvider Instance {
get {
return Nested... | 24.046512 | 98 | 0.564797 |
a24e23fa1b31ba579a1c033c8e60401e308ec8b4 | 172 | cs | C# | OpenBots.Core/Server/Interfaces/INameIDPair.cs | mondemonde/OpenBots.Studio | 2b849b9173bf9064d637845ab5b5aece4d8c0648 | [
"Apache-2.0"
] | null | null | null | OpenBots.Core/Server/Interfaces/INameIDPair.cs | mondemonde/OpenBots.Studio | 2b849b9173bf9064d637845ab5b5aece4d8c0648 | [
"Apache-2.0"
] | null | null | null | OpenBots.Core/Server/Interfaces/INameIDPair.cs | mondemonde/OpenBots.Studio | 2b849b9173bf9064d637845ab5b5aece4d8c0648 | [
"Apache-2.0"
] | 1 | 2022-03-28T12:24:20.000Z | 2022-03-28T12:24:20.000Z | using System;
namespace OpenBots.Core.Server.Interfaces
{
public interface INameIDPair
{
Guid? Id { get; set; }
string Name { get; set; }
}
}
| 15.636364 | 41 | 0.593023 |
ab2a52db72a52e80621c080f0d8f7dfe213420fb | 6,948 | cs | C# | Komodo/Assets/VRUI - Material Design/Assets/Scripts/VRUIColorPalette.cs | davtamay/VirtualHydroponicClassroom | a83f2c97718fc8580c792931e497b69afca9e38a | [
"MIT"
] | null | null | null | Komodo/Assets/VRUI - Material Design/Assets/Scripts/VRUIColorPalette.cs | davtamay/VirtualHydroponicClassroom | a83f2c97718fc8580c792931e497b69afca9e38a | [
"MIT"
] | null | null | null | Komodo/Assets/VRUI - Material Design/Assets/Scripts/VRUIColorPalette.cs | davtamay/VirtualHydroponicClassroom | a83f2c97718fc8580c792931e497b69afca9e38a | [
"MIT"
] | null | null | null | using UnityEngine;
using UnityEngine.UI;
// This color palette class manages all the colors and themes for the UI
namespace SpaceBear.VRUI
{
[ExecuteAlways]
public class VRUIColorPalette : MonoBehaviour
{
public bool isDarkTheme = true;
// Colors from GUI
public Color accentColor;
public Color hoverColo... | 28.47541 | 118 | 0.71517 |
17acc4367bf927d02827c0c77d182557a7ae6312 | 9,512 | cs | C# | CSL RFID Demo Apps/Source/CS Native Demo XP/TagWriteAnyEPC.cs | cslrfid/CSL-Callback-Unified-SDK-App | c1af62f3f0634a94e159d5e7d21dec3e30a401b1 | [
"MIT"
] | null | null | null | CSL RFID Demo Apps/Source/CS Native Demo XP/TagWriteAnyEPC.cs | cslrfid/CSL-Callback-Unified-SDK-App | c1af62f3f0634a94e159d5e7d21dec3e30a401b1 | [
"MIT"
] | null | null | null | CSL RFID Demo Apps/Source/CS Native Demo XP/TagWriteAnyEPC.cs | cslrfid/CSL-Callback-Unified-SDK-App | c1af62f3f0634a94e159d5e7d21dec3e30a401b1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Threading;
using System.Diagnostics;
using CSLibrary.Constants;
using CSLibrary.Structures;
using CSLibrary.Text;
namespace CS203_CALLBACK_A... | 36.868217 | 144 | 0.554983 |
4ae7b3b900118925e8d25957ccee4ea406f7143a | 1,117 | cs | C# | Panelak.Framework/Panelak.Database/DbQuery.cs | frenkieIngr/Panelak.Framework | 343f33db2ff2137944bef76615e34a03433b0b02 | [
"MIT"
] | null | null | null | Panelak.Framework/Panelak.Database/DbQuery.cs | frenkieIngr/Panelak.Framework | 343f33db2ff2137944bef76615e34a03433b0b02 | [
"MIT"
] | null | null | null | Panelak.Framework/Panelak.Database/DbQuery.cs | frenkieIngr/Panelak.Framework | 343f33db2ff2137944bef76615e34a03433b0b02 | [
"MIT"
] | null | null | null | namespace Panelak.Database
{
using Panelak.Sql;
using System;
using System.Collections.Generic;
/// <summary>
/// Local implementation of SQL query with parameters
/// </summary>
internal class DbQuery : IParameterizedQuery
{
/// <summary>
/// Initializes a ... | 32.852941 | 110 | 0.586392 |
2f44fa57e036edd1a08647d8ef7d3709f08c65e1 | 12,586 | cs | C# | src/AutoTest.TestRunner/Plugins/AutoTest.TestRunners.SimpleTesting/Runner.cs | uQr/AutoTest.Net | 4e6bc9fa17726e49479ff79de7c16e67377e4fa7 | [
"MIT"
] | 34 | 2015-01-14T16:04:35.000Z | 2021-02-24T09:39:35.000Z | src/AutoTest.TestRunner/Plugins/AutoTest.TestRunners.SimpleTesting/Runner.cs | uQr/AutoTest.Net | 4e6bc9fa17726e49479ff79de7c16e67377e4fa7 | [
"MIT"
] | null | null | null | src/AutoTest.TestRunner/Plugins/AutoTest.TestRunners.SimpleTesting/Runner.cs | uQr/AutoTest.Net | 4e6bc9fa17726e49479ff79de7c16e67377e4fa7 | [
"MIT"
] | 18 | 2015-01-15T07:21:50.000Z | 2020-05-13T19:11:54.000Z | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using AutoTest.TestRunners.Shared;
using AutoTest.TestRunners.Shared.AssemblyAnalysis;
using AutoTest.TestRunners.Shared.Communication;
using AutoTest.TestRunners.Shared.Logging;
us... | 37.570149 | 213 | 0.51891 |
fe385ad91d776afb81b8f81c3b051bd453429000 | 2,137 | cs | C# | src/BD.Data/Mappings/PermissionMapping.cs | IvanovAlmeida/BookingDiary | 6d6255777167975d7a2faf7ae9dc0a3fefec755c | [
"MIT"
] | 1 | 2021-02-22T14:58:19.000Z | 2021-02-22T14:58:19.000Z | src/BD.Data/Mappings/PermissionMapping.cs | IvanovAlmeida/BookingDiary | 6d6255777167975d7a2faf7ae9dc0a3fefec755c | [
"MIT"
] | null | null | null | src/BD.Data/Mappings/PermissionMapping.cs | IvanovAlmeida/BookingDiary | 6d6255777167975d7a2faf7ae9dc0a3fefec755c | [
"MIT"
] | null | null | null | using BD.Business.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace BD.Data.Mappings
{
public class PermissionMapping : IEntityTypeConfiguration<Pe... | 27.050633 | 97 | 0.53065 |
88caca0cfe1c95be4e8debcb3229a2cb7eab7e96 | 514 | cs | C# | src/validation/src/Assimalign.Extensions.Validation/Internal/ValidationRuleBase.cs | Assimalign-LLC/asal-dotnet-extensions | 5016423ac876f8ceeaf85b7de1e1642ac04cdd90 | [
"MIT"
] | null | null | null | src/validation/src/Assimalign.Extensions.Validation/Internal/ValidationRuleBase.cs | Assimalign-LLC/asal-dotnet-extensions | 5016423ac876f8ceeaf85b7de1e1642ac04cdd90 | [
"MIT"
] | null | null | null | src/validation/src/Assimalign.Extensions.Validation/Internal/ValidationRuleBase.cs | Assimalign-LLC/asal-dotnet-extensions | 5016423ac876f8ceeaf85b7de1e1642ac04cdd90 | [
"MIT"
] | null | null | null | using System;
namespace Assimalign.Extensions.Validation.Internal;
internal abstract class ValidationRuleBase<TValue> : IValidationRule<TValue>
{
public Type ValueType => typeof(TValue);
public IValidationError Error { get; set; }
public abstract string Name { get; set; }
public IValidationContext Par... | 42.833333 | 83 | 0.772374 |
84fef3e0888cd75162550a0a01380f3c4f25d8ca | 1,679 | cs | C# | Web/BeStudent.Web/Controllers/GradesController.cs | GeorgiYosifov/BeStudent | 0e87f2c4f30afb638604f806b8165369602c9ad9 | [
"MIT"
] | null | null | null | Web/BeStudent.Web/Controllers/GradesController.cs | GeorgiYosifov/BeStudent | 0e87f2c4f30afb638604f806b8165369602c9ad9 | [
"MIT"
] | null | null | null | Web/BeStudent.Web/Controllers/GradesController.cs | GeorgiYosifov/BeStudent | 0e87f2c4f30afb638604f806b8165369602c9ad9 | [
"MIT"
] | null | null | null | namespace BeStudent.Web.Controllers
{
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using BeStudent.Services.Data;
using BeStudent.Web.ViewModels.Semester;
using BeStudent.Web.ViewModels.Student;
using Microsoft.AspNetCore.Authorization;
using Microsoft... | 34.979167 | 100 | 0.648005 |
24c75093f0df15553d9929ea207177ae6e730e8e | 748 | cs | C# | Megalodon.Common/Exceptions/InnerDriverRequestException.cs | sainm/Megalodon | ba21399876d8ba1b8f3cd9ed9710be92bb7716bb | [
"Apache-2.0"
] | 1 | 2020-11-23T13:53:45.000Z | 2020-11-23T13:53:45.000Z | Megalodon.Common/Exceptions/InnerDriverRequestException.cs | sainm/Megalodon | ba21399876d8ba1b8f3cd9ed9710be92bb7716bb | [
"Apache-2.0"
] | null | null | null | Megalodon.Common/Exceptions/InnerDriverRequestException.cs | sainm/Megalodon | ba21399876d8ba1b8f3cd9ed9710be92bb7716bb | [
"Apache-2.0"
] | null | null | null | using System;
using System.Net;
namespace Megalodon.Common.Exceptions
{
public class InnerDriverRequestException : Exception
{
public InnerDriverRequestException()
{
}
public InnerDriverRequestException(string message, HttpStatusCode statusCode)
: base(message)
... | 21.371429 | 85 | 0.618984 |
63147f5193e7ea33d07a12294f7442820bde0f7d | 1,465 | cs | C# | UnityProj/Assets/Nullspace/AutomaticLOD/LODBoneWeight.cs | kay-ang/NullspaceKay | 933c96523300e0b1616562e2577e60d86723209c | [
"MIT"
] | 6 | 2020-08-31T13:06:29.000Z | 2022-03-22T01:55:41.000Z | UnityProj/Assets/Nullspace/AutomaticLOD/LODBoneWeight.cs | KayUnity/NullspaceKay | 933c96523300e0b1616562e2577e60d86723209c | [
"MIT"
] | 1 | 2020-09-02T01:17:59.000Z | 2020-09-23T09:22:54.000Z | UnityProj/Assets/Nullspace/AutomaticLOD/LODBoneWeight.cs | KayUnity/NullspaceKay | 933c96523300e0b1616562e2577e60d86723209c | [
"MIT"
] | 4 | 2021-03-24T03:42:12.000Z | 2022-03-22T01:55:45.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
namespace Nullspace
{
public class LODBoneWeight
{
public int _boneIndex0;
public int _boneIndex1;
public int _boneIndex2;
public int _boneInde... | 27.641509 | 53 | 0.628669 |
2c4eb993cf41efd2f3b8398ce4adbc277dacffa2 | 574 | cs | C# | src/COS/COS.Domain/Base/Location.cs | AndrewLiuZY/ClassroomObservationSystem | 1c330a3de009ebebd6b0d2d46093f712833280f7 | [
"Apache-2.0"
] | null | null | null | src/COS/COS.Domain/Base/Location.cs | AndrewLiuZY/ClassroomObservationSystem | 1c330a3de009ebebd6b0d2d46093f712833280f7 | [
"Apache-2.0"
] | null | null | null | src/COS/COS.Domain/Base/Location.cs | AndrewLiuZY/ClassroomObservationSystem | 1c330a3de009ebebd6b0d2d46093f712833280f7 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace COS.Domain
{
public class Location
{
public Location()
{
}
public Location(double longitude, double latitude)
{
this.Longitude = longitude;
this.Latitude = latitude;
... | 18.516129 | 58 | 0.533101 |
8196d91ccd808cfa2c36a5fa0e59c8f7918ddd2b | 2,420 | cs | C# | Sunc.Utils.One.Core/Entity/EntityDatabase.cs | aaaa4444ss22/SuncUtilsOne | 5a78ae200a2bbee46b0d04e9a88eec139a30da16 | [
"MIT"
] | null | null | null | Sunc.Utils.One.Core/Entity/EntityDatabase.cs | aaaa4444ss22/SuncUtilsOne | 5a78ae200a2bbee46b0d04e9a88eec139a30da16 | [
"MIT"
] | null | null | null | Sunc.Utils.One.Core/Entity/EntityDatabase.cs | aaaa4444ss22/SuncUtilsOne | 5a78ae200a2bbee46b0d04e9a88eec139a30da16 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Timers;
namespace Sunc.Utils.One.Core.Entity
{
/// <summary>
///
/// </summary>
public abstract class EntityDatabase : EntityBase
{
private readonly static stri... | 26.888889 | 84 | 0.452893 |
062443fb7f0bb2c44dcd920487750325487a704c | 1,311 | cs | C# | TEAMModelOS.SDK/Helper/Common/ReflectorExtensions/ReflectorExtensions.cs | cdhabook/TEAMModelOS | 1e6340f8c66646f5595379bd28569dcdd73a0a45 | [
"MIT"
] | 4 | 2019-05-06T07:41:44.000Z | 2019-09-30T02:29:49.000Z | TEAMModelOS.SDK/Helper/Common/ReflectorExtensions/ReflectorExtensions.cs | cdhabook/TEAMModelOS | 1e6340f8c66646f5595379bd28569dcdd73a0a45 | [
"MIT"
] | null | null | null | TEAMModelOS.SDK/Helper/Common/ReflectorExtensions/ReflectorExtensions.cs | cdhabook/TEAMModelOS | 1e6340f8c66646f5595379bd28569dcdd73a0a45 | [
"MIT"
] | null | null | null | using AspectCore.Extensions.Reflection;
using System;
using System.Reflection;
namespace TEAMModelOS.SDK.Helper.Common.ReflectorExtensions
{
public static class ReflectorExtensions
{
public static T GetPropertyValue<T>(this object obj, string name, BindingFlags bindingFlags) where T : class
{
... | 36.416667 | 131 | 0.645309 |
063ff4e9ac713e2ae842bc639dc35ec6f8a259e4 | 353 | cs | C# | VideoExport.Core/AssemblyInfo.cs | kkykkykky/HSPlugins | 65c8313b7def27199f9bd4bba532ff4faf17a15a | [
"MIT"
] | 8 | 2021-12-28T05:00:59.000Z | 2022-03-11T06:02:26.000Z | VideoExport.Core/AssemblyInfo.cs | kkykkykky/HSPlugins | 65c8313b7def27199f9bd4bba532ff4faf17a15a | [
"MIT"
] | 13 | 2021-12-30T06:09:55.000Z | 2022-03-31T19:26:15.000Z | VideoExport.Core/AssemblyInfo.cs | kkykkykky/HSPlugins | 65c8313b7def27199f9bd4bba532ff4faf17a15a | [
"MIT"
] | 7 | 2021-12-28T02:43:54.000Z | 2022-03-21T07:18:44.000Z | using System.Reflection;
[assembly: AssemblyTitle("VideoExport")]
[assembly: AssemblyDescription("Studio video recorder")]
[assembly: AssemblyCompany("https://github.com/IllusionMods/HSPlugins")]
[assembly: AssemblyProduct("VideoExport")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyVersion(V... | 39.222222 | 72 | 0.796034 |
c3d7c5c4ec605891b0ce00571d58bbe3f4ba2bd3 | 1,080 | cs | C# | OOP/04.OOP Principles - Part 1/01. School classes/Student.cs | emilti/Telerik-Academy-My-Courses | 75c3734318ddcaed8fa1aa25c6bcbb4397707fb1 | [
"MIT"
] | null | null | null | OOP/04.OOP Principles - Part 1/01. School classes/Student.cs | emilti/Telerik-Academy-My-Courses | 75c3734318ddcaed8fa1aa25c6bcbb4397707fb1 | [
"MIT"
] | null | null | null | OOP/04.OOP Principles - Part 1/01. School classes/Student.cs | emilti/Telerik-Academy-My-Courses | 75c3734318ddcaed8fa1aa25c6bcbb4397707fb1 | [
"MIT"
] | null | null | null | namespace School
{
using System;
using System.Collections.Generic;
public class Student : Person, ITextBlock
{
private int classNumber;
public Student(string inputName, int inputClassNumber) : base(inputName)
{
this.ClassNumber = inputClassNumber;
}
... | 24 | 115 | 0.510185 |
b73775376c317c9f14d2fef7b34bab31d42adff9 | 2,872 | cs | C# | AniSharp/Types/Users/Statistics/UserStatistics.cs | MaximumOverflow/AniSharp | fd29a509b8c49e703ec763aa6241d457d5f6f063 | [
"MIT"
] | null | null | null | AniSharp/Types/Users/Statistics/UserStatistics.cs | MaximumOverflow/AniSharp | fd29a509b8c49e703ec763aa6241d457d5f6f063 | [
"MIT"
] | null | null | null | AniSharp/Types/Users/Statistics/UserStatistics.cs | MaximumOverflow/AniSharp | fd29a509b8c49e703ec763aa6241d457d5f6f063 | [
"MIT"
] | null | null | null | using AniSharp.Types.Media;
using CSGraphQL.GraphQL;
namespace AniSharp.Types.Users.Statistics
{
public class UserFormatStatistic : UserStatistic { [TypeField] public MediaFormat Format { get; set; } }
public class UserStatusStatistic : UserStatistic { [TypeField] public MediaListStatus Format { get; set; } }
publi... | 57.44 | 114 | 0.73468 |
af4c3a8d1db30bfae72d3845978940829ebbfcda | 1,523 | cs | C# | 03.C# Advanced/01.STACKS AND QUEUES/Exercises/Stacks and Queues exercises/03.Maximum and Minimum Element/Program.cs | MarinBalashkov/SoftUni-Software-Engineering | abf010d31b58615ee74ca7a0f38cfb850f302d85 | [
"MIT"
] | null | null | null | 03.C# Advanced/01.STACKS AND QUEUES/Exercises/Stacks and Queues exercises/03.Maximum and Minimum Element/Program.cs | MarinBalashkov/SoftUni-Software-Engineering | abf010d31b58615ee74ca7a0f38cfb850f302d85 | [
"MIT"
] | 12 | 2021-11-02T12:11:57.000Z | 2022-03-24T16:19:49.000Z | 03.C# Advanced/01.STACKS AND QUEUES/Exercises/Stacks and Queues exercises/03.Maximum and Minimum Element/Program.cs | MarinBalashkov/SoftUni-Software-Engineering | abf010d31b58615ee74ca7a0f38cfb850f302d85 | [
"MIT"
] | null | null | null | namespace _03.Maximum_and_Minimum_Element
{
using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main()
{
int queries = int.Parse(Console.ReadLine());
Stack<int> source = new Stack<int>();
... | 29.288462 | 81 | 0.345371 |
af5f8ca4123d7eba2f99a38317301d4043eaf1e2 | 685 | cs | C# | src/API/LeadershiProfileAPI.Tests/Infrastructure/MockLogger.cs | ashToscano-hs/Leadership-Profile | af8e8e41e3f936673a3ee8c476f7e85aedfdeb47 | [
"Apache-2.0"
] | 2 | 2021-01-14T18:18:58.000Z | 2021-02-09T10:37:59.000Z | src/API/LeadershiProfileAPI.Tests/Infrastructure/MockLogger.cs | ashToscano-hs/Leadership-Profile | af8e8e41e3f936673a3ee8c476f7e85aedfdeb47 | [
"Apache-2.0"
] | 33 | 2020-11-17T15:05:05.000Z | 2021-09-22T13:58:26.000Z | src/API/LeadershiProfileAPI.Tests/Infrastructure/MockLogger.cs | kleinisd-lp/Leadership-Profile | 372a19744a2d2298287f604dcac51a4a312db091 | [
"Apache-2.0"
] | 2 | 2021-03-10T22:59:26.000Z | 2021-03-25T02:29:00.000Z | using System;
using LeadershipProfileAPI.Features.Profile;
using Microsoft.Extensions.Logging;
namespace LeadershipProfileAPI.Tests.Infrastructure
{
public class MockLogger : ILogger<ProfileController>
{
public IDisposable BeginScope<TState>(TState state)
{
throw new NotImplemented... | 28.541667 | 145 | 0.670073 |
3d0857d15691097b62377827e90c71188b691548 | 95 | cshtml | C# | src/i18n.Demo/Views/_ViewImports.cshtml | aduggleby/i18n.core | 89b540e70175ce2f4ba1de3b116c0f674e149e48 | [
"BSD-3-Clause"
] | 15 | 2020-04-27T17:02:46.000Z | 2021-05-04T14:42:35.000Z | src/i18n.Demo/Views/_ViewImports.cshtml | aduggleby/i18n.core | 89b540e70175ce2f4ba1de3b116c0f674e149e48 | [
"BSD-3-Clause"
] | 6 | 2020-06-09T18:15:24.000Z | 2021-06-24T12:38:36.000Z | src/i18n.Demo/Views/_ViewImports.cshtml | aduggleby/i18n.core | 89b540e70175ce2f4ba1de3b116c0f674e149e48 | [
"BSD-3-Clause"
] | 9 | 2020-10-06T16:12:35.000Z | 2022-02-15T20:59:12.000Z | @using i18n.Demo
@using i18n.Demo.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 23.75 | 52 | 0.8 |
a197a1dd2b65de4c18e062760e05dec05fa29d31 | 2,149 | cs | C# | modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore/EasyAbp/PaymentService/WeChatPay/EntityFrameworkCore/WeChatPayDbContextModelCreatingExtensions.cs | RayMMond/PaymentService | f487cdc104036d6cdbc5fb940c271f562a1e337f | [
"MIT"
] | 42 | 2020-06-04T06:07:40.000Z | 2022-03-27T16:48:54.000Z | modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore/EasyAbp/PaymentService/WeChatPay/EntityFrameworkCore/WeChatPayDbContextModelCreatingExtensions.cs | RayMMond/PaymentService | f487cdc104036d6cdbc5fb940c271f562a1e337f | [
"MIT"
] | 33 | 2020-05-07T04:49:02.000Z | 2021-11-23T04:30:23.000Z | modules/EasyAbp.PaymentService.WeChatPay/src/EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore/EasyAbp/PaymentService/WeChatPay/EntityFrameworkCore/WeChatPayDbContextModelCreatingExtensions.cs | RayMMond/PaymentService | f487cdc104036d6cdbc5fb940c271f562a1e337f | [
"MIT"
] | 10 | 2020-06-12T15:52:21.000Z | 2021-06-06T12:38:55.000Z | using EasyAbp.PaymentService.WeChatPay.PaymentRecords;
using EasyAbp.PaymentService.WeChatPay.RefundRecords;
using System;
using Microsoft.EntityFrameworkCore;
using Volo.Abp;
using Volo.Abp.EntityFrameworkCore.Modeling;
namespace EasyAbp.PaymentService.WeChatPay.EntityFrameworkCore
{
public static class WeChatPay... | 34.111111 | 98 | 0.576082 |
b829ae5231109b9ff2f6232c4750a3d7c572f0e2 | 382 | cs | C# | PM.BO/Exceptions/TKUSB_READ_FAILED_ERR.cs | addixon/ErgCompetePM | 6fd246c18a79863eac094d91ec30b73f02160fe2 | [
"BSD-2-Clause"
] | 3 | 2021-03-29T23:57:32.000Z | 2022-01-28T04:24:01.000Z | PM.BO/Exceptions/TKUSB_READ_FAILED_ERR.cs | addixon/ErgCompetePM | 6fd246c18a79863eac094d91ec30b73f02160fe2 | [
"BSD-2-Clause"
] | null | null | null | PM.BO/Exceptions/TKUSB_READ_FAILED_ERR.cs | addixon/ErgCompetePM | 6fd246c18a79863eac094d91ec30b73f02160fe2 | [
"BSD-2-Clause"
] | null | null | null | using System;
namespace PM.BO.Exceptions
{
public class TKUSB_READ_FAILED_ERR : Exception
{
private const string _message = "Could not read data from the USB device.";
private const short Code = -10105;
public TKUSB_READ_FAILED_ERR() : base(_message) { }
public TKUSB_READ_FAILED_ERR(string message) : base... | 25.466667 | 109 | 0.730366 |
b4730624651cba145c612aea3a8107eab9f124ed | 4,296 | cs | C# | MyTeach_SITE/MinhasComprasALUNO.aspx.cs | ApoOliveira18/Projeto-Plataforma-MyTeach | 0c9ef1eff50d4b6f08d21354e419fcc36162f942 | [
"MIT"
] | null | null | null | MyTeach_SITE/MinhasComprasALUNO.aspx.cs | ApoOliveira18/Projeto-Plataforma-MyTeach | 0c9ef1eff50d4b6f08d21354e419fcc36162f942 | [
"MIT"
] | null | null | null | MyTeach_SITE/MinhasComprasALUNO.aspx.cs | ApoOliveira18/Projeto-Plataforma-MyTeach | 0c9ef1eff50d4b6f08d21354e419fcc36162f942 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
public partial class MinhasComprasALUNO : System.Web.UI.Page
{
Criptografia cripto = new Criptografia("MyTeach");
protected void Page_Load(ob... | 39.412844 | 163 | 0.627328 |
6f3a3ab574a525500e890a259cb5314fed9553b4 | 1,750 | cs | C# | Databases-Team-Project/CyclingApplication/Cycling.Web/DataProviders/CreateCyclist.cs | shopOFF/TelerikAcademyTeamProjects | 960f0ee110de08815310c42edd84eb4092ae56cb | [
"MIT"
] | null | null | null | Databases-Team-Project/CyclingApplication/Cycling.Web/DataProviders/CreateCyclist.cs | shopOFF/TelerikAcademyTeamProjects | 960f0ee110de08815310c42edd84eb4092ae56cb | [
"MIT"
] | null | null | null | Databases-Team-Project/CyclingApplication/Cycling.Web/DataProviders/CreateCyclist.cs | shopOFF/TelerikAcademyTeamProjects | 960f0ee110de08815310c42edd84eb4092ae56cb | [
"MIT"
] | null | null | null | using Cycling.Data;
using Cycling.Data.Common;
using Cycling.Models.MSSQL;
using Cycling.Web.Common;
using Cycling.Web.Contracts;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace Cycling.Web.DataProviders
{
public class CreateCyclist : ICreateCyclist
{
public vo... | 31.25 | 130 | 0.526286 |
5e415dc97609014eaa7b37c30dbf3ba048d73fa4 | 7,559 | cs | C# | v6/src/main/CsharpDotNet2/IO/Swagger/Api/WorkflowsApi.cs | superbee66/AdobeSignCSharpSdk | acebca6eda3616aa7b30e9bcd66a6824b05b32dc | [
"Apache-2.0"
] | null | null | null | v6/src/main/CsharpDotNet2/IO/Swagger/Api/WorkflowsApi.cs | superbee66/AdobeSignCSharpSdk | acebca6eda3616aa7b30e9bcd66a6824b05b32dc | [
"Apache-2.0"
] | null | null | null | v6/src/main/CsharpDotNet2/IO/Swagger/Api/WorkflowsApi.cs | superbee66/AdobeSignCSharpSdk | acebca6eda3616aa7b30e9bcd66a6824b05b32dc | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
using AdobeSignClient.V6.Client;
using AdobeSignClient.V6.Model;
using RestSharp;
namespace AdobeSignClient.V6.Api
{
/// <summary>
/// Represents a collection of functions to interact with the API endpoints
/// </summary>
public interface IWorkflowsApi
{
... | 54.381295 | 168 | 0.620982 |
5ea00e984eb015d4c3708c207f2e9213d27d773e | 4,801 | cs | C# | Assets/MassiveGrass/Scripts/MeshBuilder/Builder/CombinedMeshBuilder.cs | eXiz7/unityterraintools | cef4210477cc047a6978cbc99a325cfbf7966e6d | [
"MIT"
] | null | null | null | Assets/MassiveGrass/Scripts/MeshBuilder/Builder/CombinedMeshBuilder.cs | eXiz7/unityterraintools | cef4210477cc047a6978cbc99a325cfbf7966e6d | [
"MIT"
] | null | null | null | Assets/MassiveGrass/Scripts/MeshBuilder/Builder/CombinedMeshBuilder.cs | eXiz7/unityterraintools | cef4210477cc047a6978cbc99a325cfbf7966e6d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using UnityEngine;
namespace Mewlist.MassiveGrass
{
public class CombinedMeshBuilder : IMeshBuilder
{
private Mesh cache;
public async Task<Mesh> Build(Terrain terrain, List<Texture2D> alphaMaps, M... | 46.163462 | 120 | 0.488023 |
2308ca4dd2b2c92089d1669dfc6eeea5b045874b | 20,246 | cs | C# | Logics/SkladLogic.cs | ignatov-dmitry/ctiProject | c90fd2a5f9176a01c451a7644d0e7c04fc55013b | [
"Apache-2.0"
] | null | null | null | Logics/SkladLogic.cs | ignatov-dmitry/ctiProject | c90fd2a5f9176a01c451a7644d0e7c04fc55013b | [
"Apache-2.0"
] | null | null | null | Logics/SkladLogic.cs | ignatov-dmitry/ctiProject | c90fd2a5f9176a01c451a7644d0e7c04fc55013b | [
"Apache-2.0"
] | null | null | null | using db;
using Logics.Repository;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Logics
{
public class SkladLogic
{
private EFRepository<Product> product;
private EFRepository<RawMaterialSta... | 44.20524 | 407 | 0.498568 |
3db42a6ac5ed19bc09ef7597d15c2cc82c5bfb5a | 1,823 | cs | C# | test/Mono.Linker.Tests.Cases/TypeForwarding/UsedForwarderIsRemovedWhenLink.cs | jtschuster/linker | 2abcee1070e38d2994a25777023dfa61615ea498 | [
"MIT"
] | 313 | 2016-11-02T18:07:17.000Z | 2021-09-08T02:53:03.000Z | test/Mono.Linker.Tests.Cases/TypeForwarding/UsedForwarderIsRemovedWhenLink.cs | jtschuster/linker | 2abcee1070e38d2994a25777023dfa61615ea498 | [
"MIT"
] | 1,382 | 2016-11-03T23:29:16.000Z | 2021-09-10T20:48:31.000Z | test/Mono.Linker.Tests.Cases/TypeForwarding/UsedForwarderIsRemovedWhenLink.cs | jtschuster/linker | 2abcee1070e38d2994a25777023dfa61615ea498 | [
"MIT"
] | 105 | 2016-11-03T20:32:49.000Z | 2021-09-04T03:57:49.000Z | using System;
using Mono.Linker.Tests.Cases.Expectations.Assertions;
using Mono.Linker.Tests.Cases.Expectations.Metadata;
using Mono.Linker.Tests.Cases.TypeForwarding.Dependencies;
namespace Mono.Linker.Tests.Cases.TypeForwarding
{
// Actions:
// link - This assembly, Forwarder.dll and Implementation.dll
[KeepTypeF... | 45.575 | 144 | 0.75864 |
4fcee958c7949ea1f792668faf38d9bcd39919a5 | 8,757 | cs | C# | src/core/iTextSharp/text/pdf/BarcodePostnet.cs | danielgindi/itextsharp5-netstandard | 448b304f1b39224eedfb7c53bda02ec9310c0595 | [
"RSA-MD"
] | null | null | null | src/core/iTextSharp/text/pdf/BarcodePostnet.cs | danielgindi/itextsharp5-netstandard | 448b304f1b39224eedfb7c53bda02ec9310c0595 | [
"RSA-MD"
] | null | null | null | src/core/iTextSharp/text/pdf/BarcodePostnet.cs | danielgindi/itextsharp5-netstandard | 448b304f1b39224eedfb7c53bda02ec9310c0595 | [
"RSA-MD"
] | null | null | null | /*
This file is part of the iText (R) project.
Copyright (c) 1998-2022 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation ... | 40.354839 | 131 | 0.533059 |
4188b705805fe1fcb813c3f23804b67dc782bcbb | 4,044 | cs | C# | Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs | ShariaThotPatrol/space-station-14 | e9a4c52c0fa3a7b56df100f0e3fa2a200f4b7125 | [
"MIT"
] | null | null | null | Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs | ShariaThotPatrol/space-station-14 | e9a4c52c0fa3a7b56df100f0e3fa2a200f4b7125 | [
"MIT"
] | null | null | null | Content.Shared/Movement/Components/SharedPlayerMobMoverComponent.cs | ShariaThotPatrol/space-station-14 | e9a4c52c0fa3a7b56df100f0e3fa2a200f4b7125 | [
"MIT"
] | null | null | null | #nullable enable
using System;
using Content.Shared.NetIDs;
using Robust.Shared.GameObjects;
using Robust.Shared.Map;
using Robust.Shared.Maths;
using Robust.Shared.Players;
using Robust.Shared.Serialization;
using Robust.Shared.Serialization.Manager.Attributes;
using Robust.Shared.ViewVariables;
namespace Content.Sha... | 32.612903 | 149 | 0.610534 |
3885ae168167a9cda846a28875c52f969dbd2fda | 4,173 | cshtml | C# | HProject/Views/Shared/Menu.cshtml | airfoot/HProject | 0e6c28cb0241d49c0be1a6a8a598ffda566e4631 | [
"MIT"
] | 1 | 2021-02-22T19:12:45.000Z | 2021-02-22T19:12:45.000Z | HProject/Views/Shared/Menu.cshtml | airfoot/HProject | 0e6c28cb0241d49c0be1a6a8a598ffda566e4631 | [
"MIT"
] | null | null | null | HProject/Views/Shared/Menu.cshtml | airfoot/HProject | 0e6c28cb0241d49c0be1a6a8a598ffda566e4631 | [
"MIT"
] | null | null | null | @using HProject.Application
@model List<HProject.Application.Menu>
<ul>
<li>
<a href="#">
<i class="fa fa-home"></i>
首页
</a>
</li>
<li>
<a class="submenu">
<i class="fa fa-info"></i>
IT
<span class="fa fa-caret-right"></... | 20.356098 | 76 | 0.24371 |
1a82aa2c95bbe5dad60bdb6a9cf2e47b63c04084 | 551 | cs | C# | src/RsCode.Storage.QiniuStorage/Object/UploadPartResponse.cs | kuiyu/RsCode | 843d6dc1c662ff2b20b7537ab99c1bfefb37d255 | [
"MIT"
] | 5 | 2018-12-14T06:53:22.000Z | 2021-05-11T03:16:12.000Z | src/RsCode.Storage.QiniuStorage/Object/UploadPartResponse.cs | kuiyu/RsCode | 843d6dc1c662ff2b20b7537ab99c1bfefb37d255 | [
"MIT"
] | null | null | null | src/RsCode.Storage.QiniuStorage/Object/UploadPartResponse.cs | kuiyu/RsCode | 843d6dc1c662ff2b20b7537ab99c1bfefb37d255 | [
"MIT"
] | 1 | 2021-08-29T07:43:14.000Z | 2021-08-29T07:43:14.000Z | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.Json.Serialization;
namespace RsCode.Storage.QiniuStorage
{
public class UploadPartResponse:StorageResponse
{
/// <summary>
/// 上传块内容的 etag ,用来标识块,completeMultipartUpload API 调用的时候作为参数进行文件合成
/// </summ... | 25.045455 | 74 | 0.61706 |
1aa256164557f407f2ed916caddc2d3384a087d0 | 16,453 | cs | C# | Code/DigitalSignage_v1.0/WebApp/DigitalSignage/Digital Signage/Controllers/SceneController.cs | WiproDS2018/DS_FR | c7ceee9dd0b57207e69ca677377b77db5800a677 | [
"MIT"
] | 3 | 2018-11-27T08:43:37.000Z | 2019-05-14T16:52:46.000Z | Code/DigitalSignage_v1.0/WebApp/DigitalSignage/Digital Signage/Controllers/SceneController.cs | WiproDS2018/DS_FR | c7ceee9dd0b57207e69ca677377b77db5800a677 | [
"MIT"
] | null | null | null | Code/DigitalSignage_v1.0/WebApp/DigitalSignage/Digital Signage/Controllers/SceneController.cs | WiproDS2018/DS_FR | c7ceee9dd0b57207e69ca677377b77db5800a677 | [
"MIT"
] | 1 | 2019-04-23T20:37:02.000Z | 2019-04-23T20:37:02.000Z | using DigitalSignage.Domain;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Web;
using System.Web.Mvc;
namespace Digital_Signage.Controllers
{
public class SceneController : Controller
{
//
// GET: /Scene/
public static ISceneReposi... | 33.441057 | 167 | 0.46958 |
20b3c7366c3f49158c411383e78a055890d7f4a8 | 10,431 | cs | C# | test/System.Web.Http.OData.Test/OData/Builder/Conventions/NavigationLinksGenerationConventionTest.cs | Icenium/aspnetwebstack | da6b604f6699386d84056d98038bea40be1186c6 | [
"Apache-2.0"
] | null | null | null | test/System.Web.Http.OData.Test/OData/Builder/Conventions/NavigationLinksGenerationConventionTest.cs | Icenium/aspnetwebstack | da6b604f6699386d84056d98038bea40be1186c6 | [
"Apache-2.0"
] | null | null | null | test/System.Web.Http.OData.Test/OData/Builder/Conventions/NavigationLinksGenerationConventionTest.cs | Icenium/aspnetwebstack | da6b604f6699386d84056d98038bea40be1186c6 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System.Linq;
using System.Net.Http;
using System.Web.Http.OData.Builder.TestModels;
using System.Web.Http.OData.Formatter;
using System.Web.Http.OData.Formatter.Serialization;
usi... | 53.219388 | 224 | 0.711341 |
e78ddd0206f756c2ea29c5c871b97366d5a146b9 | 1,419 | cs | C# | src/WellFired/USFadeAudioEvent.cs | moto2002/tianzi_src2 | 253dbc7dc0c2f24cdd3777b7ac95c12a5bbec409 | [
"MIT"
] | null | null | null | src/WellFired/USFadeAudioEvent.cs | moto2002/tianzi_src2 | 253dbc7dc0c2f24cdd3777b7ac95c12a5bbec409 | [
"MIT"
] | null | null | null | src/WellFired/USFadeAudioEvent.cs | moto2002/tianzi_src2 | 253dbc7dc0c2f24cdd3777b7ac95c12a5bbec409 | [
"MIT"
] | null | null | null | using System;
using UnityEngine;
namespace WellFired
{
[USequencerEvent("Audio/Fade Audio"), USequencerEventHideDuration, USequencerFriendlyName("Fade Audio")]
public class USFadeAudioEvent : USEventBase
{
private float previousVolume = 1f;
public AnimationCurve fadeCurve = new AnimationCurve(new Keyframe[]
... | 23.262295 | 105 | 0.70895 |
f18bbe35c583ef89aea54fe0118506f0269ec344 | 170 | cs | C# | src/TestStack.White/UIItems/TabItems/ITabPage.cs | sireniaeu/white | 9100b97257dd63764c17891ca5d297d6e783ae19 | [
"Apache-2.0",
"MIT"
] | 903 | 2015-01-05T14:39:01.000Z | 2022-03-29T07:37:49.000Z | src/TestStack.White/UIItems/TabItems/ITabPage.cs | sireniaeu/white | 9100b97257dd63764c17891ca5d297d6e783ae19 | [
"Apache-2.0",
"MIT"
] | 402 | 2015-01-06T06:21:40.000Z | 2022-03-04T05:50:38.000Z | src/TestStack.White/UIItems/TabItems/ITabPage.cs | sireniaeu/white | 9100b97257dd63764c17891ca5d297d6e783ae19 | [
"Apache-2.0",
"MIT"
] | 493 | 2015-01-03T10:03:22.000Z | 2022-02-16T08:45:47.000Z | namespace TestStack.White.UIItems.TabItems
{
public interface ITabPage : IUIItemContainer
{
bool IsSelected { get; }
void Select();
}
} | 21.25 | 49 | 0.611765 |
0e1147d9b0cd80dec8753894f554f8283910d046 | 978 | cs | C# | src/managed/src/BaseClassLibrary/FlowSystem/FlowNodeConfig.cs | samneirinck/cemono | fc4624b55852f7cc1efdc9771685581c32d34b2c | [
"MIT"
] | 1 | 2016-04-01T22:45:50.000Z | 2016-04-01T22:45:50.000Z | src/managed/src/BaseClassLibrary/FlowSystem/FlowNodeConfig.cs | samneirinck/cemono | fc4624b55852f7cc1efdc9771685581c32d34b2c | [
"MIT"
] | null | null | null | src/managed/src/BaseClassLibrary/FlowSystem/FlowNodeConfig.cs | samneirinck/cemono | fc4624b55852f7cc1efdc9771685581c32d34b2c | [
"MIT"
] | null | null | null | namespace CryEngine.FlowSystem
{
public struct FlowNodeConfig
{
public InputPortConfig[] inputs
{
get { return inputPorts; }
set { inputPorts = value; inputSize = inputPorts.Length; }
}
public OutputPortConfig[] outputs
{
get { return... | 23.853659 | 73 | 0.560327 |
fb84c7f1d890da6691cd869ddd356688284ded57 | 359 | cs | C# | src/TimeTracker.Data/Models/BillingClient.cs | integral-io/time-tracker | b2c48e20c425b5d32ea441e847bff56f80c79d29 | [
"Apache-2.0"
] | 3 | 2019-04-10T13:50:09.000Z | 2019-10-29T16:08:14.000Z | src/TimeTracker.Data/Models/BillingClient.cs | integral-io/time-tracker | b2c48e20c425b5d32ea441e847bff56f80c79d29 | [
"Apache-2.0"
] | 12 | 2018-07-18T22:22:36.000Z | 2019-07-31T18:05:47.000Z | src/TimeTracker.Data/Models/BillingClient.cs | integral-io/time-tracker | b2c48e20c425b5d32ea441e847bff56f80c79d29 | [
"Apache-2.0"
] | 1 | 2018-07-24T13:43:34.000Z | 2018-07-24T13:43:34.000Z | namespace TimeTracker.Data.Models
{
public class BillingClient
{
public int BillingClientId { get; set; }
public string Name { get; set; }
public string AddressLine1 { get; set; }
public string AddressLine2 { get; set; }
public string CityStateZip { get; set; }
pu... | 29.916667 | 48 | 0.610028 |
14cf393a42f747e3c7f7d85c57b3ef414623ca7e | 1,174 | cs | C# | Application/EdFi.Ods.Tests/EdFi.Ods.CommonUtils/RandomUtilTests.cs | jamessmckay/Ed-Fi-ODS | 64438e6191f17bb529dc360ba38f54f6c0cee6b8 | [
"Apache-2.0"
] | null | null | null | Application/EdFi.Ods.Tests/EdFi.Ods.CommonUtils/RandomUtilTests.cs | jamessmckay/Ed-Fi-ODS | 64438e6191f17bb529dc360ba38f54f6c0cee6b8 | [
"Apache-2.0"
] | null | null | null | Application/EdFi.Ods.Tests/EdFi.Ods.CommonUtils/RandomUtilTests.cs | jamessmckay/Ed-Fi-ODS | 64438e6191f17bb529dc360ba38f54f6c0cee6b8 | [
"Apache-2.0"
] | null | null | null | // SPDX-License-Identifier: Apache-2.0
// Licensed to the Ed-Fi Alliance under one or more agreements.
// The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
// See the LICENSE and NOTICES files in the project root for more information.
using EdFi.Ods.Common.Utils;
using NUnit.Framewo... | 30.102564 | 86 | 0.545997 |
7480830f737e49b474aad19ead3c60875cda3d17 | 5,674 | cs | C# | obj/Debug/netcoreapp2.1/Razor/Views/Cadastro/Index.g.cshtml.cs | MuriloMilani8870/PontoDigitalMark2 | 7006d735b62fd9723fb769ec55640f261aee509a | [
"MIT"
] | 2 | 2019-06-04T14:07:10.000Z | 2020-07-20T16:05:28.000Z | obj/Debug/netcoreapp2.1/Razor/Views/Cadastro/Index.g.cshtml.cs | MuriloMilani8870/PontoDigitalMark2 | 7006d735b62fd9723fb769ec55640f261aee509a | [
"MIT"
] | 1 | 2021-02-18T19:28:31.000Z | 2021-02-18T19:28:31.000Z | obj/Debug/netcoreapp2.1/Razor/Views/Cadastro/Index.g.cshtml.cs | MuriloMilani8870/PontoDigitalMark2 | 7006d735b62fd9723fb769ec55640f261aee509a | [
"MIT"
] | null | null | null | #pragma checksum "C:\Users\User\Desktop\PontoDigital\PontoDigitalMark2\Views\Cadastro\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "03b40b9ddcf6a39795aee6f56ac02eba27ea26b2"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeo... | 50.660714 | 276 | 0.593232 |
1afdb9141c325189548374e92ced07bebf8eba48 | 4,277 | cs | C# | Assets/Assignment/FinalAssignment/Source/ModelManager.cs | Bartlett-RC3/skilling-module-1-DUJUN0722 | dedfcf76bfbadb60e965afa8ea6ac52b65a9367b | [
"MIT"
] | null | null | null | Assets/Assignment/FinalAssignment/Source/ModelManager.cs | Bartlett-RC3/skilling-module-1-DUJUN0722 | dedfcf76bfbadb60e965afa8ea6ac52b65a9367b | [
"MIT"
] | null | null | null | Assets/Assignment/FinalAssignment/Source/ModelManager.cs | Bartlett-RC3/skilling-module-1-DUJUN0722 | dedfcf76bfbadb60e965afa8ea6ac52b65a9367b | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using SpatialSlur;
namespace RC3
{
/// <summary>
///
/// </summary>
public class ModelManager : MonoBehaviour
{
[SerializeField] private ModelInitializer _initializer;
[SerializeField] pr... | 26.401235 | 125 | 0.410334 |
215d201a0191d6c2989273382e7b97683db35f22 | 281 | cs | C# | src/Server/src/GraphQL/Environment/SaveTenantPayload.cs | SwissLife-OSS/IdOps | bcab39e1e3c38b3e56a1be6de7f6bd72d06037f7 | [
"MIT"
] | 15 | 2021-11-05T15:02:02.000Z | 2022-02-15T18:17:15.000Z | src/Server/src/GraphQL/Environment/SaveTenantPayload.cs | SwissLife-OSS/IdOps | bcab39e1e3c38b3e56a1be6de7f6bd72d06037f7 | [
"MIT"
] | 12 | 2021-11-02T09:54:45.000Z | 2022-02-09T12:08:24.000Z | src/Server/src/GraphQL/Environment/SaveTenantPayload.cs | SwissLife-OSS/IdOps | bcab39e1e3c38b3e56a1be6de7f6bd72d06037f7 | [
"MIT"
] | null | null | null | using IdOps.Model;
namespace IdOps.GraphQL
{
public class SaveEnvironmentPayload : Payload
{
public SaveEnvironmentPayload(Environment environment)
{
Environment = environment;
}
public Environment Environment { get; }
}
}
| 18.733333 | 62 | 0.637011 |
8f398874a7cc531072cfb98b675060a100207307 | 924 | cshtml | C# | solution/NearForums.Web.Output/Views/Topics/LatestMessages.cshtml | axence/nearforums | 7cd9826d8745f3dff4c212a913669f4064219952 | [
"MIT"
] | null | null | null | solution/NearForums.Web.Output/Views/Topics/LatestMessages.cshtml | axence/nearforums | 7cd9826d8745f3dff4c212a913669f4064219952 | [
"MIT"
] | null | null | null | solution/NearForums.Web.Output/Views/Topics/LatestMessages.cshtml | axence/nearforums | 7cd9826d8745f3dff4c212a913669f4064219952 | [
"MIT"
] | null | null | null | @model Topic
@{
Layout = null;
}
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>@T("Latest messages on '{0}' thread", Model.Title)</title>
<link>@(this.Domain + Url.RouteUrl(new{action="Detail",controller="Topics",id=this.Model.Id,forum=this.Model.Forum.ShortName,n... | 42 | 163 | 0.660173 |
bd3ef3ef19326f369aed899514c3ebfa63ba6681 | 15,920 | cs | C# | src/NuGetGallery/Services/JsonStatisticsService.cs | tugberkugurlu/NuGetGallery | a44c8f366006df17a29e2ba7ebc594e2ff080cc9 | [
"Apache-2.0"
] | 1 | 2018-04-03T21:47:34.000Z | 2018-04-03T21:47:34.000Z | src/NuGetGallery/Services/JsonStatisticsService.cs | tugberkugurlu/NuGetGallery | a44c8f366006df17a29e2ba7ebc594e2ff080cc9 | [
"Apache-2.0"
] | null | null | null | src/NuGetGallery/Services/JsonStatisticsService.cs | tugberkugurlu/NuGetGallery | a44c8f366006df17a29e2ba7ebc594e2ff080cc9 | [
"Apache-2.0"
] | 1 | 2020-11-04T04:34:18.000Z | 2020-11-04T04:34:18.000Z | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading.Tasks;
using Microsoft.WindowsAzure.Storage;
using Ne... | 35.775281 | 168 | 0.529209 |
bd45f1b16a1a2dff26ea0674b084fcbc1d9e2485 | 415 | cs | C# | Kesco.Employees.BusinessLogic/DataAccess/DB.cs | Kesco-m/Kesco.App.Web.MVC.Persons | 9a35c4d422395caf33f0daa28189260505480424 | [
"MIT"
] | null | null | null | Kesco.Employees.BusinessLogic/DataAccess/DB.cs | Kesco-m/Kesco.App.Web.MVC.Persons | 9a35c4d422395caf33f0daa28189260505480424 | [
"MIT"
] | null | null | null | Kesco.Employees.BusinessLogic/DataAccess/DB.cs | Kesco-m/Kesco.App.Web.MVC.Persons | 9a35c4d422395caf33f0daa28189260505480424 | [
"MIT"
] | null | null | null | using System.Data;
using Kesco.DataAccess;
namespace Kesco.Employees.BusinessLogic.DataAccess
{
public class DB : Database
{
public DB() : base("DS_User") { }
protected override IDbCommand OnInitCommand(IDbCommand command)
{
var dbCommand = base.OnInitCommand(command);
... | 19.761905 | 71 | 0.614458 |
341b8db52a260662d187d039e141a433d5dba65b | 1,945 | cs | C# | MissionBirthday.Api/MissionBirthdayServices.cs | coreydotnet/MissionBirthday | 9690e368e923abc2ac24541fd4b3aed06096676b | [
"MIT"
] | null | null | null | MissionBirthday.Api/MissionBirthdayServices.cs | coreydotnet/MissionBirthday | 9690e368e923abc2ac24541fd4b3aed06096676b | [
"MIT"
] | null | null | null | MissionBirthday.Api/MissionBirthdayServices.cs | coreydotnet/MissionBirthday | 9690e368e923abc2ac24541fd4b3aed06096676b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using MissionBirthday.Contracts.Models;
using MissionBirthday.Contracts.AzureAi;
using MissionBirthday.Contracts.Repositories;
using... | 38.137255 | 136 | 0.744473 |
897687ad21bcbacb90848893ca67a505091f4947 | 5,822 | cs | C# | Vize Proje/kutuphaneotomasyon/kutuphaneotomasyon/giris.cs | ahmetfelan/C-Vize-Proje | 2782ad9684c805ae707e227b371a7f57e52aab04 | [
"MIT"
] | null | null | null | Vize Proje/kutuphaneotomasyon/kutuphaneotomasyon/giris.cs | ahmetfelan/C-Vize-Proje | 2782ad9684c805ae707e227b371a7f57e52aab04 | [
"MIT"
] | null | null | null | Vize Proje/kutuphaneotomasyon/kutuphaneotomasyon/giris.cs | ahmetfelan/C-Vize-Proje | 2782ad9684c805ae707e227b371a7f57e52aab04 | [
"MIT"
] | null | null | null | using System;
using System.Data.OleDb;
using System.Windows.Forms;
namespace kutuphaneotomasyon
{
public partial class giris : Form
{
OleDbConnection baglanti;
OleDbCommand komut;
public giris()
{
InitializeComponent();
}
public stati... | 37.320513 | 162 | 0.490038 |
3c935a2053d54c2c7768fbe80b859caee3da7870 | 2,322 | cs | C# | Assets/DistortionShaderPack/Scripts/Demo/Presentation/Explosion.cs | ferkaos/VRSkate | 2c6c4aace27d6be26e8eecfbe4c2e773523eb81a | [
"MIT",
"Unlicense"
] | null | null | null | Assets/DistortionShaderPack/Scripts/Demo/Presentation/Explosion.cs | ferkaos/VRSkate | 2c6c4aace27d6be26e8eecfbe4c2e773523eb81a | [
"MIT",
"Unlicense"
] | null | null | null | Assets/DistortionShaderPack/Scripts/Demo/Presentation/Explosion.cs | ferkaos/VRSkate | 2c6c4aace27d6be26e8eecfbe4c2e773523eb81a | [
"MIT",
"Unlicense"
] | null | null | null | using UnityEngine;
namespace nightowl.DistortionShaderPack
{
public class Explosion : MonoBehaviour
{
// Enum
private enum State
{
Pause = 0,
Implode,
Explode
}
// Refs
public Transform ExplosionQuad;
public Material ExplosionMat;
public AnimationCurve ScaleCurve;
public AnimationCurve ... | 21.90566 | 90 | 0.692937 |
db24d6f94b1fe12c22a15cdb44a77929632d8ec5 | 1,338 | cs | C# | src/Dacb/CodeAnalysis/Syntax/SeparatedSyntaxList.cs | acolom/dacb | 3a92ca60e80acfd2fee94a5011768f46633e2c37 | [
"MIT"
] | null | null | null | src/Dacb/CodeAnalysis/Syntax/SeparatedSyntaxList.cs | acolom/dacb | 3a92ca60e80acfd2fee94a5011768f46633e2c37 | [
"MIT"
] | 1 | 2019-05-06T09:56:17.000Z | 2019-05-06T09:56:17.000Z | src/Dacb/CodeAnalysis/Syntax/SeparatedSyntaxList.cs | acolom/dacb | 3a92ca60e80acfd2fee94a5011768f46633e2c37 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
namespace Dacb.CodeAnalysis.Syntax
{
// print("heloo")
// add(1,2)
public abstract class SeparatedSyntaxList
{
public abstract ImmutableArray<SyntaxNode> GetWithSeparators();
}
public sealed ... | 29.086957 | 92 | 0.620329 |
43460fa1e5596c6fcf9ae5ce5d31118e5fd46bca | 6,813 | cs | C# | Assets/ImportedPackages/Ez/Pooly/Scripts/PoolyExtension.cs | caseyfarina/Across_the_Divide_i7 | 60d91f83242be5b289341d59f92d60cbe553c296 | [
"MIT"
] | null | null | null | Assets/ImportedPackages/Ez/Pooly/Scripts/PoolyExtension.cs | caseyfarina/Across_the_Divide_i7 | 60d91f83242be5b289341d59f92d60cbe553c296 | [
"MIT"
] | null | null | null | Assets/ImportedPackages/Ez/Pooly/Scripts/PoolyExtension.cs | caseyfarina/Across_the_Divide_i7 | 60d91f83242be5b289341d59f92d60cbe553c296 | [
"MIT"
] | null | null | null | // Copyright (c) 2016 - 2018 Ez Entertainment SRL. All Rights Reserved.
// This code can only be used under the standard Unity Asset Store End User License Agreement
// A Copy of the EULA APPENDIX 1 is available at http://unity3d.com/company/legal/as_terms
using System;
using System.Collections;
using System.Collectio... | 42.31677 | 236 | 0.575077 |
58b85378d02879c459c2681db8110f1200268aa7 | 2,255 | cs | C# | API/OMB.SharePoint.Infrastructure/LDAP/LDAPHelper.cs | EOP-OMB/OGE-450 | 9b425cac3b1364927d9688f48d8764acd439672e | [
"CC0-1.0"
] | 2 | 2019-03-15T00:28:16.000Z | 2020-05-26T21:24:45.000Z | API/OMB.SharePoint.Infrastructure/LDAP/LDAPHelper.cs | EOP-OMB/OGE-450 | 9b425cac3b1364927d9688f48d8764acd439672e | [
"CC0-1.0"
] | 16 | 2021-01-06T19:59:04.000Z | 2022-02-27T11:03:19.000Z | API/OMB.SharePoint.Infrastructure/LDAP/LDAPHelper.cs | EOP-OMB/OGE-450 | 9b425cac3b1364927d9688f48d8764acd439672e | [
"CC0-1.0"
] | 1 | 2018-07-02T17:30:51.000Z | 2018-07-02T17:30:51.000Z | using System;
using System.Web;
using System.Collections.Generic;
using System.DirectoryServices;
using System.DirectoryServices.AccountManagement;
using System.Configuration;
using System.Linq;
using OMB.SharePoint.Infrastructure.Models;
using System.Collections;
namespace OMB.SharePoint.Infrastructure.LDAP
{
pu... | 26.845238 | 119 | 0.562306 |
45786f6779f0c09f5768cda676e065acf931b249 | 675 | cs | C# | Application/Interfaces/Repositories/IInterestedStudentRepositoryAsync.cs | Devsquares/AdlerZentrum-BackEnd | 726d51dbe586234460ecd925aa3bba9028fbc473 | [
"MIT"
] | null | null | null | Application/Interfaces/Repositories/IInterestedStudentRepositoryAsync.cs | Devsquares/AdlerZentrum-BackEnd | 726d51dbe586234460ecd925aa3bba9028fbc473 | [
"MIT"
] | null | null | null | Application/Interfaces/Repositories/IInterestedStudentRepositoryAsync.cs | Devsquares/AdlerZentrum-BackEnd | 726d51dbe586234460ecd925aa3bba9028fbc473 | [
"MIT"
] | null | null | null | using Domain.Entities;
using Domain.Models;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace Application.Interfaces.Repositories
{
public interface IInterestedStudentRepositoryAsync : IGenericRepositoryAsync<InterestedStudent>
{
InterestedStuden... | 35.526316 | 99 | 0.797037 |
458bbda4a4e71c74af7d5e0dbe9d9087fdbffb22 | 2,083 | cs | C# | sln/Pagination.Tests/PageSourceTest.cs | kyourek/Pagination | 94e5b1c06bcad9beece03752c7379d6214355c1f | [
"MIT"
] | 3 | 2016-10-08T06:42:28.000Z | 2020-01-05T10:38:08.000Z | sln/Pagination.Tests/PageSourceTest.cs | kyourek/Pagination | 94e5b1c06bcad9beece03752c7379d6214355c1f | [
"MIT"
] | null | null | null | sln/Pagination.Tests/PageSourceTest.cs | kyourek/Pagination | 94e5b1c06bcad9beece03752c7379d6214355c1f | [
"MIT"
] | 3 | 2015-05-08T15:57:30.000Z | 2020-01-05T10:38:11.000Z | using NUnit.Framework;
namespace Pagination.Test {
[TestFixture, TestOf(typeof(PageSource))]
public class PageSourceTest {
PageSource Subject {
get => _Subject ?? (_Subject = new PageSource());
set => _Subject = value;
}
PageSource _Subject;
[SetUp]
... | 31.560606 | 73 | 0.599136 |
62a990da3a082b4279a3d045d8bad9b1b45a9d83 | 3,418 | cs | C# | Source/ReconAndDiscovery/Missions/QuestComp_CountThings.cs | Garethp/ReconAndDiscovery | dffa1e605616bc7e2a765af71f349ff54ea831e5 | [
"MIT"
] | null | null | null | Source/ReconAndDiscovery/Missions/QuestComp_CountThings.cs | Garethp/ReconAndDiscovery | dffa1e605616bc7e2a765af71f349ff54ea831e5 | [
"MIT"
] | 1 | 2022-02-23T19:10:59.000Z | 2022-02-23T19:10:59.000Z | Source/ReconAndDiscovery/Missions/QuestComp_CountThings.cs | Garethp/ReconAndDiscovery | dffa1e605616bc7e2a765af71f349ff54ea831e5 | [
"MIT"
] | 2 | 2020-04-02T13:51:12.000Z | 2022-02-17T15:58:43.000Z | using RimWorld.Planet;
using Verse;
namespace ReconAndDiscovery.Missions
{
public class QuestComp_CountThings : WorldObjectComp
{
private bool active;
public GameConditionDef gameConditionCaused;
private ThingDef targetDef;
public int targetNumber;
public int ticksH... | 28.483333 | 96 | 0.50117 |
02c55c84e291afd36b6320a91d6179d1eab44062 | 856 | cs | C# | Mozu.Api/Contracts/Reference/Field.cs | GaryWayneSmith/mozu-dotnet | 2c0e8b2745e35a642b1d6a76d49e4a0972e301a6 | [
"MIT"
] | null | null | null | Mozu.Api/Contracts/Reference/Field.cs | GaryWayneSmith/mozu-dotnet | 2c0e8b2745e35a642b1d6a76d49e4a0972e301a6 | [
"MIT"
] | 3 | 2018-11-16T20:07:16.000Z | 2021-06-03T19:47:40.000Z | Mozu.Api/Contracts/Reference/Field.cs | GaryWayneSmith/mozu-dotnet | 2c0e8b2745e35a642b1d6a76d49e4a0972e301a6 | [
"MIT"
] | 17 | 2015-03-11T13:07:21.000Z | 2019-12-19T20:18:28.000Z |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Codezu.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------... | 25.176471 | 169 | 0.53972 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.