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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
794016a3db19665d335feeaaacb15cee906919fe | 460 | cs | C# | MariDiscordAbstractions/Core/Models/Activities/IMariDiscordGameTimestamps.cs | MariBotOfficial/MariDiscordAbstractions | aafe55b440bdcb8013ecb87773cf39d22a5a0d01 | [
"MIT"
] | null | null | null | MariDiscordAbstractions/Core/Models/Activities/IMariDiscordGameTimestamps.cs | MariBotOfficial/MariDiscordAbstractions | aafe55b440bdcb8013ecb87773cf39d22a5a0d01 | [
"MIT"
] | null | null | null | MariDiscordAbstractions/Core/Models/Activities/IMariDiscordGameTimestamps.cs | MariBotOfficial/MariDiscordAbstractions | aafe55b440bdcb8013ecb87773cf39d22a5a0d01 | [
"MIT"
] | null | null | null | using System;
namespace MariBot.DiscordPatterns
{
/// <summary>
/// Timestamps for a <see cref="IMariDiscordRichGame" /> object.
/// </summary>
public interface IMariDiscordGameTimestamps
{
/// <summary>
/// When the activity started.
/// </summary>
DateTimeOffset? S... | 23 | 68 | 0.554348 |
42fcb9cbbd9ea28b58a8e27b6047a5e5b3e17640 | 1,350 | cs | C# | ContactsDirectory.API/Controllers/ContactsController.cs | estebanborai/contacts-directory-server | 1dfeb56b6faee2deecaca28fc3cc3f4a817300db | [
"MIT"
] | null | null | null | ContactsDirectory.API/Controllers/ContactsController.cs | estebanborai/contacts-directory-server | 1dfeb56b6faee2deecaca28fc3cc3f4a817300db | [
"MIT"
] | null | null | null | ContactsDirectory.API/Controllers/ContactsController.cs | estebanborai/contacts-directory-server | 1dfeb56b6faee2deecaca28fc3cc3f4a817300db | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ContactsDirectory.Core;
using ContactsDirectory.Entity;
using Microsoft.AspNetCore.Mvc;
namespace ContactsDirectory.API.Controllers
{
[Route("api/contacts")]
[ApiController]
public class ContactsControll... | 25.961538 | 72 | 0.617778 |
11bc048806a27561f93180348ef4add17790439f | 618 | cs | C# | Threax.Home/Models/IButton.cs | threax/Threax.Home | 74d6f0ad736700fe4ab5ec3f2eaf83a39d5f02bf | [
"MIT"
] | null | null | null | Threax.Home/Models/IButton.cs | threax/Threax.Home | 74d6f0ad736700fe4ab5ec3f2eaf83a39d5f02bf | [
"MIT"
] | null | null | null | Threax.Home/Models/IButton.cs | threax/Threax.Home | 74d6f0ad736700fe4ab5ec3f2eaf83a39d5f02bf | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using Halcyon.HAL.Attributes;
using Threax.AspNetCore.Halcyon.Ext;
using Threax.AspNetCore.Models;
namespace Threax.Home.Models
{
public partial interface IButton
{
... | 19.3125 | 44 | 0.671521 |
9edcecf2672bb811e9970346e236f2d0182e83b1 | 437 | cs | C# | Assets/Scripts/CollisionDetectorScript.cs | M-Unterreiner/FinalAssignment | 83c16e1e46d17579ac59dd7a58e1b1e60a694805 | [
"MIT"
] | null | null | null | Assets/Scripts/CollisionDetectorScript.cs | M-Unterreiner/FinalAssignment | 83c16e1e46d17579ac59dd7a58e1b1e60a694805 | [
"MIT"
] | null | null | null | Assets/Scripts/CollisionDetectorScript.cs | M-Unterreiner/FinalAssignment | 83c16e1e46d17579ac59dd7a58e1b1e60a694805 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CollisionDetectorScript : MonoBehaviour
{
public GameObject collidedObject;
public bool collided;
void OnCollisionEnter(Collision other)
{
collided = true;
collidedObject = other.gameObject;
... | 19.863636 | 52 | 0.688787 |
734bfbc7d6fff114798bcf55ea431b27a8b0ba83 | 759 | cs | C# | Assets/Scripts/Enemy/EnemyPlayerDetector.cs | ninjarlz/the-nightmare-redefined | e2f80870852012d313f473ccbc2db3f961047b53 | [
"MIT"
] | 1 | 2019-12-28T12:15:33.000Z | 2019-12-28T12:15:33.000Z | Assets/Scripts/Enemy/EnemyPlayerDetector.cs | ninjarlz/the-nightmare-redefined | e2f80870852012d313f473ccbc2db3f961047b53 | [
"MIT"
] | null | null | null | Assets/Scripts/Enemy/EnemyPlayerDetector.cs | ninjarlz/the-nightmare-redefined | e2f80870852012d313f473ccbc2db3f961047b53 | [
"MIT"
] | 3 | 2019-07-07T11:52:36.000Z | 2020-06-08T13:34:12.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class EnemyPlayerDetector : MonoBehaviour
{
private EnemyControllerServer _enemyControllerServer;
// Start is called before the first frame update
void Start()
{
if (GetComponentInParent<EnemyControllerServe... | 26.172414 | 105 | 0.690382 |
47d6b9a1675b8de0793b606950e90f1406ddfa6d | 264 | cs | C# | Source/SyrHarpy/SyrHarpyExtension.cs | emipa606/SYRHarpy | d66ebd280e0dcd033b8736303c3dbd0609c4d1a3 | [
"MIT"
] | null | null | null | Source/SyrHarpy/SyrHarpyExtension.cs | emipa606/SYRHarpy | d66ebd280e0dcd033b8736303c3dbd0609c4d1a3 | [
"MIT"
] | null | null | null | Source/SyrHarpy/SyrHarpyExtension.cs | emipa606/SYRHarpy | d66ebd280e0dcd033b8736303c3dbd0609c4d1a3 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using Verse;
namespace SyrHarpy
{
// Token: 0x0200001E RID: 30
public class SyrHarpyExtension : DefModExtension
{
// Token: 0x04000039 RID: 57
public List<TechHediffCount> requiredProsthetics;
}
} | 22 | 57 | 0.693182 |
f82f2bf906b2322a004b2cbdced8f8649082415d | 3,241 | cs | C# | Assets/Scripts/MenuSystem/Structural/MenuManager.cs | OmidRasouli/MenuSystemUnity | 09940ebdf0dfbe355c4a3d8ba58d3562462b97da | [
"MIT"
] | null | null | null | Assets/Scripts/MenuSystem/Structural/MenuManager.cs | OmidRasouli/MenuSystemUnity | 09940ebdf0dfbe355c4a3d8ba58d3562462b97da | [
"MIT"
] | null | null | null | Assets/Scripts/MenuSystem/Structural/MenuManager.cs | OmidRasouli/MenuSystemUnity | 09940ebdf0dfbe355c4a3d8ba58d3562462b97da | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;
using System;
public sealed class MenuManager : MonoBehaviour
{
public static MenuManager Instance;
public float scaleFactor;
private Stack<Menu> menus;
public List<MenuName> instanceMenus;
public e... | 22.351724 | 80 | 0.525764 |
b944c7423a3e66ff36c01504f1c6c543fbb2b248 | 78 | cs | C# | Source/CodeCompletion/Outracks.CodeCompletion/Properties/AssemblyInfo.cs | mortend/fuse-studio | ae299fc6bc04aa3db7b4e66034109ffe96b142b9 | [
"MIT"
] | 324 | 2018-05-14T08:17:17.000Z | 2022-02-21T14:50:07.000Z | Source/CodeCompletion/Outracks.CodeCompletion/Properties/AssemblyInfo.cs | mortend/fuse-studio | ae299fc6bc04aa3db7b4e66034109ffe96b142b9 | [
"MIT"
] | 27 | 2018-05-14T15:17:46.000Z | 2021-04-20T12:01:38.000Z | Source/CodeCompletion/Outracks.CodeCompletion/Properties/AssemblyInfo.cs | mortend/fuse-studio | ae299fc6bc04aa3db7b4e66034109ffe96b142b9 | [
"MIT"
] | 53 | 2018-05-14T07:56:17.000Z | 2022-01-04T06:33:11.000Z | using System.Reflection;
[assembly: AssemblyTitle("Outracks.CodeCompletion")]
| 26 | 52 | 0.820513 |
9f6db8846c565548c1a5a6c56dc7db9b5d85d0e6 | 502 | cs | C# | Jiguang.JSMS/Model/HttpResponse.cs | jpush/jsms-api-csharp-client | 356720060a3852c8c24dc0ef23c829c301351b7b | [
"MIT"
] | 3 | 2016-12-07T02:10:32.000Z | 2018-03-10T23:29:13.000Z | Jiguang.JSMS/Model/HttpResponse.cs | jpush/jsms-api-csharp-client | 356720060a3852c8c24dc0ef23c829c301351b7b | [
"MIT"
] | 1 | 2018-06-27T15:13:56.000Z | 2018-06-27T15:13:56.000Z | Jiguang.JSMS/Model/HttpResponse.cs | jpush/jsms-api-csharp-client | 356720060a3852c8c24dc0ef23c829c301351b7b | [
"MIT"
] | 2 | 2017-04-08T00:06:48.000Z | 2017-09-25T11:42:38.000Z | using System.Net;
using System.Net.Http.Headers;
namespace Jiguang.JSMS.Model
{
public class HttpResponse
{
public HttpStatusCode StatusCode { get; set; }
public HttpResponseHeaders Headers { get; set; }
public string Content { get; set; }
public HttpResponse(HttpStatusCode st... | 25.1 | 99 | 0.62749 |
de30ee1600fe3cd55dec3adceae422dead4eb734 | 1,138 | cs | C# | AupRename/MainWindow.xaml.cs | karoterra/AupRename | d54f25c0b5b5e1e55adba3bd69d02006c6034b64 | [
"MIT"
] | 6 | 2021-06-27T04:48:12.000Z | 2022-03-04T09:00:42.000Z | AupRename/MainWindow.xaml.cs | karoterra/AupRename | d54f25c0b5b5e1e55adba3bd69d02006c6034b64 | [
"MIT"
] | null | null | null | AupRename/MainWindow.xaml.cs | karoterra/AupRename | d54f25c0b5b5e1e55adba3bd69d02006c6034b64 | [
"MIT"
] | null | null | null | using System;
using System.IO;
using System.Text;
using System.Windows;
namespace AupRename
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
Encod... | 29.179487 | 146 | 0.622144 |
de6bd485f0ada3a7851a0432cb73956addc48ab2 | 492 | cs | C# | HotelManager/Service/ReservationService.cs | enrimilan/HotelManager | a891fbbecbee5ac60787f413ba747021295e2fe1 | [
"MIT"
] | 11 | 2017-05-02T04:36:09.000Z | 2021-09-09T13:11:26.000Z | HotelManager/Service/ReservationService.cs | enrimilan/HotelManager | a891fbbecbee5ac60787f413ba747021295e2fe1 | [
"MIT"
] | null | null | null | HotelManager/Service/ReservationService.cs | enrimilan/HotelManager | a891fbbecbee5ac60787f413ba747021295e2fe1 | [
"MIT"
] | 2 | 2017-07-04T01:36:03.000Z | 2020-11-18T12:50:27.000Z | using HotelManager.Entity;
using System.Collections.Generic;
namespace HotelManager.Service
{
public interface ReservationService
{
void Create(Reservation reservation);
void Edit(Reservation reservation);
List<Reservation> FindReservation(Room room);
List<Reservation> Find... | 21.391304 | 64 | 0.707317 |
2611044872b262bdd1267397d4abb8badf54fb74 | 404 | cs | C# | Traveler/Assets/Scripts/UI/UIBars/UIList.cs | DrDoak/TourismGame | 63b415447e029822d640d68ecfd5422e2a550a70 | [
"MIT"
] | 2 | 2019-07-15T02:05:26.000Z | 2019-07-15T13:22:38.000Z | Traveler/Assets/Scripts/UI/UIBars/UIList.cs | DrDoak/TourismGame | 63b415447e029822d640d68ecfd5422e2a550a70 | [
"MIT"
] | 40 | 2019-07-07T12:36:56.000Z | 2019-07-31T03:49:24.000Z | Traveler/Assets/Scripts/UI/UIBars/UIList.cs | DrDoak/TourismGame | 63b415447e029822d640d68ecfd5422e2a550a70 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIList : MonoBehaviour {
private static UIList m_instance;
public static UIList Instance
{
get { return m_instance; }
set { m_instance = value; }
}
void Awake()
{
if (m_instance == null)
{
m_instance = this;... | 14.962963 | 37 | 0.670792 |
4bba7610f95dca431acc56286957282b072f6e75 | 1,894 | cs | C# | MvcDating/Controllers/InviterController.cs | nightwolfz/MvcDating | 02fe068983dfb832bd0d92c05dfde1abd30eabd8 | [
"MIT"
] | 3 | 2015-04-24T00:42:48.000Z | 2020-04-28T20:16:09.000Z | MvcDating/Controllers/InviterController.cs | nightwolfz/MvcDating | 02fe068983dfb832bd0d92c05dfde1abd30eabd8 | [
"MIT"
] | null | null | null | MvcDating/Controllers/InviterController.cs | nightwolfz/MvcDating | 02fe068983dfb832bd0d92c05dfde1abd30eabd8 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Web.Mvc;
using Google.Contacts;
using Google.GData.Client;
using Google.GData.Extensions;
using MvcDating.Filters;
using MvcDating.Models;
using MvcDating.Services;
namespace MvcDating.Controllers
{
[Authorize]
[InitializeSimpleMembership]
public class Invite... | 27.057143 | 126 | 0.608237 |
ef379d076a0ee6c26a8e1c34e57fe7e737b8cb8a | 3,046 | cs | C# | ColorFont/ColorFontDialog.xaml.cs | nar-and/todotxt.net | e4c0c762be15ebbd20f10f63059c7193f28e3fc2 | [
"BSD-2-Clause-FreeBSD"
] | 356 | 2015-01-02T10:02:33.000Z | 2022-03-28T06:49:54.000Z | ColorFont/ColorFontDialog.xaml.cs | nar-and/todotxt.net | e4c0c762be15ebbd20f10f63059c7193f28e3fc2 | [
"BSD-2-Clause-FreeBSD"
] | 192 | 2015-01-04T02:46:47.000Z | 2022-02-17T10:22:14.000Z | ColorFont/ColorFontDialog.xaml.cs | nar-and/todotxt.net | e4c0c762be15ebbd20f10f63059c7193f28e3fc2 | [
"BSD-2-Clause-FreeBSD"
] | 125 | 2015-01-02T10:02:56.000Z | 2022-03-22T12:48:22.000Z | using System.Text;
using System.Windows;
using System.Windows.Media;
using ToDoLib;
namespace ColorFont
{
/// <summary>
/// Interaction logic for ColorFontDialog.xaml
/// </summary>
public partial class ColorFontDialog : Window
{
private FontInfo selectedFont;
public ColorFontDialog()
{
... | 26.486957 | 99 | 0.594222 |
efb16718b231ecb50ec4cc111f85e7657245f91b | 162 | cs | C# | UgcsGeotagger/FileParsers/Result.cs | ugcs/ugcs-ppk | f5c5e7d497d7c9f01c202cc39e982885135ca371 | [
"Apache-2.0"
] | 1 | 2021-12-08T02:42:40.000Z | 2021-12-08T02:42:40.000Z | UgcsGeotagger/FileParsers/Result.cs | ugcs/ugcs-ppk | f5c5e7d497d7c9f01c202cc39e982885135ca371 | [
"Apache-2.0"
] | 8 | 2021-03-20T14:06:51.000Z | 2021-06-08T11:33:10.000Z | UgcsGeotagger/FileParsers/Result.cs | ugcs/ugcs-ppk | f5c5e7d497d7c9f01c202cc39e982885135ca371 | [
"Apache-2.0"
] | 1 | 2021-01-01T12:06:58.000Z | 2021-01-01T12:06:58.000Z | namespace FileParsers
{
public class Result
{
public int CountOfReplacedLines { get; set; }
public int CountOfLines { get; set; }
}
} | 20.25 | 53 | 0.611111 |
efb7e60905f06dcea9eb91a2d4f80dad56f4756a | 1,128 | cs | C# | Net/LoginData.cs | bendyline/Baser | 3aa56ea7117330318819c594a12651cb111cb2c8 | [
"Apache-2.0"
] | null | null | null | Net/LoginData.cs | bendyline/Baser | 3aa56ea7117330318819c594a12651cb111cb2c8 | [
"Apache-2.0"
] | null | null | null | Net/LoginData.cs | bendyline/Baser | 3aa56ea7117330318819c594a12651cb111cb2c8 | [
"Apache-2.0"
] | null | null | null | /* Copyright (c) Bendyline LLC. All rights reserved. Licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. */
using System;
using System.Collections.Generic;
using System.Linq;
namespace Bendyline.Base
{
public class LoginData : Se... | 22.117647 | 101 | 0.525709 |
4678115657f5fecf011076ca0ad637326ab432d6 | 1,789 | cs | C# | Drachenhorn.Map/BSPT/LeafGenerator.cs | Pretorer/Drachenhorn | 722b65d0b855626816b6303b96bcede41e9f87ef | [
"MIT"
] | null | null | null | Drachenhorn.Map/BSPT/LeafGenerator.cs | Pretorer/Drachenhorn | 722b65d0b855626816b6303b96bcede41e9f87ef | [
"MIT"
] | null | null | null | Drachenhorn.Map/BSPT/LeafGenerator.cs | Pretorer/Drachenhorn | 722b65d0b855626816b6303b96bcede41e9f87ef | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using Drachenhorn.Map.Common;
using Drachenhorn.Map.Random;
namespace Drachenhorn.Map.BSPT
{
public static class LeafGenerator
{
public static TileType[,] GenerateLeaf()
{
var leafs = new List<Leaf>(); // flat rectangle store to help pick a random ... | 30.844828 | 93 | 0.468418 |
f9a035b19dea8e211e1ef97cbdd38969cae3c979 | 333 | cs | C# | app/Assets/Scripts/Planet.cs | anakin78z/solar-system-simulator | 0e9157cab0ce44015f89cdb6ab650c68a26f4506 | [
"MIT"
] | null | null | null | app/Assets/Scripts/Planet.cs | anakin78z/solar-system-simulator | 0e9157cab0ce44015f89cdb6ab650c68a26f4506 | [
"MIT"
] | 1 | 2018-07-31T22:33:20.000Z | 2018-08-02T03:56:49.000Z | app/Assets/Scripts/Planet.cs | anakin78z/solar-system-simulator | 0e9157cab0ce44015f89cdb6ab650c68a26f4506 | [
"MIT"
] | 1 | 2018-07-31T14:31:29.000Z | 2018-07-31T14:31:29.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Planet : MonoBehaviour {
public float mass = 1;
public string displayName;
void FixedUpdate () {
if (Vector3.Distance(gameObject.transform.position, GameObject.Find("Sun").transform.position) > 100) {
Destroy(gameObjec... | 23.785714 | 105 | 0.747748 |
17986945606c74b0ac52ad1ba91315bb7d6cc2a8 | 1,040 | cs | C# | DAL/Entities/ApplyInfo/ApplyAuditStep.cs | serfend/Project.Web.SfMVC.TrainSchdule.1903 | c473e22c7e3ab3fc9fd44983bd80e3dc31d7b097 | [
"MIT"
] | 3 | 2020-05-15T00:48:26.000Z | 2020-06-29T03:27:07.000Z | DAL/Entities/ApplyInfo/ApplyAuditStep.cs | serfend/Project.Web.SfMVC.TrainSchdule.1903 | c473e22c7e3ab3fc9fd44983bd80e3dc31d7b097 | [
"MIT"
] | 1 | 2020-04-20T01:14:36.000Z | 2020-04-20T01:22:08.000Z | DAL/Entities/ApplyInfo/ApplyAuditStep.cs | serfend/Project.Web.SfMVC.TrainSchdule.1903 | c473e22c7e3ab3fc9fd44983bd80e3dc31d7b097 | [
"MIT"
] | 2 | 2021-04-13T14:14:48.000Z | 2021-12-05T19:10:59.000Z | namespace DAL.Entities.ApplyInfo
{
/// <summary>
/// 当前审批的步骤执行情况信息
/// </summary>
public class ApplyAuditStep : BaseEntityGuid
{
/// <summary>
/// 步骤在全流程中所处位置
/// </summary>
public int Index { get; set; }
/// <summary>
/// 可进行审批的成员列表,以##分割
//... | 24.186047 | 58 | 0.502885 |
71bcb8559562f352bc58f60b6be685b06a9a3bcb | 1,409 | cs | C# | PasswordManager/Engine/Crypto/AESStream.cs | paucp/PasswordManager | 1e35e324c2cc004d296fb85863f60eed80a79ca1 | [
"MIT"
] | 1 | 2016-09-21T20:06:42.000Z | 2016-09-21T20:06:42.000Z | PasswordManager/Engine/Crypto/AESStream.cs | paucp/PasswordManager | 1e35e324c2cc004d296fb85863f60eed80a79ca1 | [
"MIT"
] | null | null | null | PasswordManager/Engine/Crypto/AESStream.cs | paucp/PasswordManager | 1e35e324c2cc004d296fb85863f60eed80a79ca1 | [
"MIT"
] | null | null | null | using System.IO;
using System.Security.Cryptography;
namespace PasswordManager.Engine.Crypto
{
public class AESStream
{
/// <summary>
/// Crate a AES encryption stream based on current session data
/// </summary>
public static CryptoStream CtrEncryptionStreamCurrentSession(Stre... | 38.081081 | 98 | 0.66572 |
888b156768c21bf41d0541f07728524fa3c0fe60 | 11,044 | cs | C# | Android/Glide/source/Xamarin.Android.Glide/Additions/Additions.cs | weitzhandler/XamarinComponents | 000904c9d988129665b59b089f0ca89e0c75e13c | [
"MIT"
] | 1 | 2021-05-01T12:51:12.000Z | 2021-05-01T12:51:12.000Z | Android/Glide/source/Xamarin.Android.Glide/Additions/Additions.cs | weitzhandler/XamarinComponents | 000904c9d988129665b59b089f0ca89e0c75e13c | [
"MIT"
] | null | null | null | Android/Glide/source/Xamarin.Android.Glide/Additions/Additions.cs | weitzhandler/XamarinComponents | 000904c9d988129665b59b089f0ca89e0c75e13c | [
"MIT"
] | null | null | null | namespace Bumptech.Glide.Request.Transition
{
partial class BitmapTransitionFactory
{
protected override Android.Graphics.Bitmap GetBitmap(Java.Lang.Object p0)
{
return GetBitmap((Android.Graphics.Bitmap)p0);
}
}
}
namespace Bumptech.Glide.Load.Data
{
partial class FileDescriptorAssetPathFetcher
{
pro... | 26.484412 | 132 | 0.751449 |
c064b298a7719a02dfc28e3589f8c4cfdfee2076 | 1,884 | cs | C# | YMS5120_PostbackKavrami/YMS5120_PostbackKavrami/3_AutoPostBack.aspx.cs | SuatOzcan/ASP.NET | 582aa0009bff1153ac77ad31c118a31e2741a04b | [
"MIT"
] | null | null | null | YMS5120_PostbackKavrami/YMS5120_PostbackKavrami/3_AutoPostBack.aspx.cs | SuatOzcan/ASP.NET | 582aa0009bff1153ac77ad31c118a31e2741a04b | [
"MIT"
] | null | null | null | YMS5120_PostbackKavrami/YMS5120_PostbackKavrami/3_AutoPostBack.aspx.cs | SuatOzcan/ASP.NET | 582aa0009bff1153ac77ad31c118a31e2741a04b | [
"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;
namespace YMS5120_PostbackKavrami
{
public partial class _3_AutoPostBack : System.Web.UI.Page
{
/*
* AUTOPOSTBACK
* Bazı kontrollerin Autopostbac... | 36.230769 | 402 | 0.572718 |
847bbb0a8cace6e75478d04c0795180d31ba9c78 | 9,271 | cs | C# | Assets/Scripts/DiceManager.cs | nanie/TalkingDice | e03d9852553e4224a5b30680d7543bd5a88fb154 | [
"MIT"
] | null | null | null | Assets/Scripts/DiceManager.cs | nanie/TalkingDice | e03d9852553e4224a5b30680d7543bd5a88fb154 | [
"MIT"
] | null | null | null | Assets/Scripts/DiceManager.cs | nanie/TalkingDice | e03d9852553e4224a5b30680d7543bd5a88fb154 | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class DiceManager : MonoBehaviour {
public int[] diceSizes;
public string[] options;
public string[] voices;
public Text txtDiceSize;
public Text txtDiceRoll;
p... | 25.330601 | 107 | 0.480639 |
60dd22abec971cdca84905418194086b18b206f2 | 1,251 | cs | C# | DarkOrbit 10.0/Net/netty/commands/AudioSettingsModule.cs | yusufsahinhamza/darkorbit-emulators | fb4e4564d1b3a6b6a32d75acd0e59a38771b8c9e | [
"MIT"
] | 15 | 2020-02-26T18:18:17.000Z | 2022-03-18T23:42:24.000Z | DarkOrbit 10.0/Net/netty/commands/AudioSettingsModule.cs | yusufsahinhamza/darkorbit-emulators | fb4e4564d1b3a6b6a32d75acd0e59a38771b8c9e | [
"MIT"
] | 4 | 2020-03-26T19:08:07.000Z | 2021-05-18T23:50:08.000Z | DarkOrbit 10.0/Net/netty/commands/AudioSettingsModule.cs | yusufsahinhamza/darkorbit-emulators | fb4e4564d1b3a6b6a32d75acd0e59a38771b8c9e | [
"MIT"
] | 21 | 2020-02-16T10:23:39.000Z | 2022-03-10T23:02:21.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Ow.Utils;
namespace Ow.Net.netty.commands
{
class AudioSettingsModule
{
public const short ID = 27262;
public bool NotSet = false;
public bool PlayCombatMusic = fa... | 29.093023 | 107 | 0.584333 |
63b9cf9646999261abd710ec9693fa9c48e59e5a | 403 | cs | C# | MIT/PeakFinding/PeakFinding/Program.cs | lizhen325/MIT-Data-Structures-And-Algorithms | 57b124023cfe9f543b8f4a24bba5e29083f5dba7 | [
"MIT"
] | null | null | null | MIT/PeakFinding/PeakFinding/Program.cs | lizhen325/MIT-Data-Structures-And-Algorithms | 57b124023cfe9f543b8f4a24bba5e29083f5dba7 | [
"MIT"
] | null | null | null | MIT/PeakFinding/PeakFinding/Program.cs | lizhen325/MIT-Data-Structures-And-Algorithms | 57b124023cfe9f543b8f4a24bba5e29083f5dba7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PeakFinding
{
class Program
{
static void Main(string[] args)
{
int [] nums = { 1, 2, 3};
int result = OneDPeakFinding.FindPeakFind(nums);
... | 20.15 | 60 | 0.588089 |
5fdffb83a423e4b0c578f41c2b653a9869f026f4 | 787 | cs | C# | Pop Pixie/Assets/Core Scripts/Main Menu/MainMenuEvents.cs | anderbellstudios/pop-pixie | 230bdf5d78e862638a6d7c5d32f324351b10ad89 | [
"MIT"
] | null | null | null | Pop Pixie/Assets/Core Scripts/Main Menu/MainMenuEvents.cs | anderbellstudios/pop-pixie | 230bdf5d78e862638a6d7c5d32f324351b10ad89 | [
"MIT"
] | null | null | null | Pop Pixie/Assets/Core Scripts/Main Menu/MainMenuEvents.cs | anderbellstudios/pop-pixie | 230bdf5d78e862638a6d7c5d32f324351b10ad89 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MainMenuEvents : MonoBehaviour {
public AudioClip Music;
public ScreenFade Fader;
void Start () {
MusicController.Current.Play(Music, "main menu");
Fader.Fade("from black", 2.0f);
}
public vo... | 20.710526 | 54 | 0.649301 |
53b84a2a2c1f0cda12fedf900ea022a9f70f4cb8 | 19,810 | cs | C# | Gearset/Components/CommandInput/XnaConsole.cs | PumpkinPaul/Gearset | 79685acee5531e3cfc8bf07f74fd925346dedb12 | [
"MIT"
] | 20 | 2015-04-22T04:20:23.000Z | 2019-06-07T19:45:57.000Z | Gearset/Components/CommandInput/XnaConsole.cs | esengine/Gearset | 79685acee5531e3cfc8bf07f74fd925346dedb12 | [
"MIT"
] | null | null | null | Gearset/Components/CommandInput/XnaConsole.cs | esengine/Gearset | 79685acee5531e3cfc8bf07f74fd925346dedb12 | [
"MIT"
] | 6 | 2015-07-14T01:42:22.000Z | 2021-03-19T11:26:22.000Z | //
// Xna Console
// www.codeplex.com/XnaConsole
// Copyright (c) 2008 Samuel Christie
//
using System;
using System.IO;
using System.Text;
using System.Collections.Generic;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Graphics;
#if !XBOX
using IronPython.Hosting;
us... | 33.863248 | 158 | 0.498132 |
d1dec76f85e8bfebfa4f57e04c72eb52f12170e5 | 3,625 | cs | C# | AngularBooking.Tests/Data/Repository/Db/DbRepositoryPricingStrategyTest.cs | adamlarner/angularbooking | 51f528375aab838e066bfb5b4f40dba973cd79a0 | [
"MIT"
] | 1 | 2021-04-02T02:28:25.000Z | 2021-04-02T02:28:25.000Z | AngularBooking.Tests/Data/Repository/Db/DbRepositoryPricingStrategyTest.cs | adamlarner/angularbooking | 51f528375aab838e066bfb5b4f40dba973cd79a0 | [
"MIT"
] | null | null | null | AngularBooking.Tests/Data/Repository/Db/DbRepositoryPricingStrategyTest.cs | adamlarner/angularbooking | 51f528375aab838e066bfb5b4f40dba973cd79a0 | [
"MIT"
] | null | null | null | using AngularBooking.Data;
using AngularBooking.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Xunit;
namespace AngularBooking.Tests.Data.Repository.Db
{
public class DbRepositoryPricingStrategyTest : DbRepositoryTestBase
{
[Fact]
public voi... | 31.798246 | 123 | 0.558621 |
420886c341cfa696d5d487ae2354ec5b4889d22c | 1,353 | cs | C# | akset.data/Sayfa.cs | stackdeveloper11/dama | 97554087f23c308966ba5ca1e42e7a47e96262f1 | [
"MIT"
] | null | null | null | akset.data/Sayfa.cs | stackdeveloper11/dama | 97554087f23c308966ba5ca1e42e7a47e96262f1 | [
"MIT"
] | null | null | null | akset.data/Sayfa.cs | stackdeveloper11/dama | 97554087f23c308966ba5ca1e42e7a47e96262f1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace akset.data
{
public class Sayfa
{
public int Id { get; set; }
[Display(... | 27.612245 | 57 | 0.604582 |
0f12b2d9c50af5b885991a1a819531f694bf5988 | 366 | cs | C# | Topocat.Backend/Topocat.Services/QueryExtensions/HasIdentifierQueryExtensions.cs | DarkFIxED/topocat | 89dbfb0d6fe7cde9bddc5cd1ae92bbed01729804 | [
"MIT"
] | 4 | 2019-01-05T13:57:48.000Z | 2019-12-17T13:21:38.000Z | Topocat.Backend/Topocat.Services/QueryExtensions/HasIdentifierQueryExtensions.cs | DarkFIxED/topocat | 89dbfb0d6fe7cde9bddc5cd1ae92bbed01729804 | [
"MIT"
] | 28 | 2019-01-23T04:04:50.000Z | 2022-03-02T03:03:03.000Z | Topocat.Backend/Topocat.Services/QueryExtensions/HasIdentifierQueryExtensions.cs | DarkFIxED/topocat | 89dbfb0d6fe7cde9bddc5cd1ae92bbed01729804 | [
"MIT"
] | null | null | null | using System.Linq;
using Topocat.Common;
namespace Topocat.Services.QueryExtensions
{
public static class HasIdentifierQueryExtensions
{
public static IQueryable<TEntity> WithId<TEntity, TK>(this IQueryable<TEntity> query, TK key) where TEntity : IHasIdentifier<TK>
{
return query.W... | 28.153846 | 136 | 0.680328 |
c6938edd55a6fe9d9d679b16a4eaf9aa7f8d7c3d | 2,344 | cs | C# | src/Domain/Game/ServerSnake.cs | SaladbowlCreative/Snake | 2604a9071a2f3fb86304496ca648cb89d23e7094 | [
"MIT"
] | 2 | 2015-12-18T09:06:53.000Z | 2016-01-04T03:09:54.000Z | src/Domain/Game/ServerSnake.cs | SaladbowlCreative/Snake | 2604a9071a2f3fb86304496ca648cb89d23e7094 | [
"MIT"
] | null | null | null | src/Domain/Game/ServerSnake.cs | SaladbowlCreative/Snake | 2604a9071a2f3fb86304496ca648cb89d23e7094 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
namespace Domain
{
public class ServerSnake : SnakeServerBase, ISnakeServerHandler
{
public int PlayerId { get; private set; }
public List<Tuple<int, int>> Parts { get; private set; }
public bool UseAi { get; private se... | 27.255814 | 94 | 0.458618 |
05d34b5b839413124c4393020288ff1941b12ac9 | 249 | cs | C# | PlugAndTrade.DieScheite.Client.Common/LogEntryHttpData.cs | PlugAndTrade/diescheite.client.csharp | 2e68c8df0c1b6f8d9cc00ed304871c9a79805eaf | [
"BSD-3-Clause"
] | null | null | null | PlugAndTrade.DieScheite.Client.Common/LogEntryHttpData.cs | PlugAndTrade/diescheite.client.csharp | 2e68c8df0c1b6f8d9cc00ed304871c9a79805eaf | [
"BSD-3-Clause"
] | null | null | null | PlugAndTrade.DieScheite.Client.Common/LogEntryHttpData.cs | PlugAndTrade/diescheite.client.csharp | 2e68c8df0c1b6f8d9cc00ed304871c9a79805eaf | [
"BSD-3-Clause"
] | null | null | null | using System.Collections.Generic;
namespace PlugAndTrade.DieScheite.Client.Common
{
public class LogEntryHttpData
{
public LogEntryHttpRequest Request { get; set; }
public LogEntryHttpResponse Response { get; set; }
}
}
| 22.636364 | 58 | 0.710843 |
7ff608a7345aa7fdeda21236dda36e05a6093baa | 1,213 | cs | C# | Assets/Scripts/Enemies Systems/Enemy Spawn System/EnemyConfiguration.cs | LuisNarval/AmberTowerDefense | 199076f202268737971c69eddab9a71baffb6855 | [
"CC0-1.0"
] | null | null | null | Assets/Scripts/Enemies Systems/Enemy Spawn System/EnemyConfiguration.cs | LuisNarval/AmberTowerDefense | 199076f202268737971c69eddab9a71baffb6855 | [
"CC0-1.0"
] | null | null | null | Assets/Scripts/Enemies Systems/Enemy Spawn System/EnemyConfiguration.cs | LuisNarval/AmberTowerDefense | 199076f202268737971c69eddab9a71baffb6855 | [
"CC0-1.0"
] | null | null | null | using System;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// This is an scriptable object that can be created from the editor.
/// The porpuse of this script is to keep a Dictionary that is gonna serve as a relationship between the enemies prefabs & the enemies string ID.
/// The enemy factory ... | 31.102564 | 145 | 0.68343 |
a1f9f9190cfa43eb6620f1e23fe5a271976c9052 | 1,605 | cs | C# | BookstoreServiceClientApp/DatabaseCreator/Program.cs | amirkhaniansev/some-csharp | 98ce419d423fded1a91cfc7c2503540d0a99132f | [
"MIT"
] | null | null | null | BookstoreServiceClientApp/DatabaseCreator/Program.cs | amirkhaniansev/some-csharp | 98ce419d423fded1a91cfc7c2503540d0a99132f | [
"MIT"
] | null | null | null | BookstoreServiceClientApp/DatabaseCreator/Program.cs | amirkhaniansev/some-csharp | 98ce419d423fded1a91cfc7c2503540d0a99132f | [
"MIT"
] | null | null | null | using System;
using System.Data;
using System.Data.SqlClient;
using System.IO;
namespace DatabaseCreator
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Input the server name");
var msg = Console.ReadLine();
try
{
... | 28.157895 | 99 | 0.48162 |
b81c5bb3398bea072d55d3a7dbb79e972fa3b73c | 2,371 | cs | C# | two_way_authentification/two_way_authentification/two_way_authentification/two_way_authentification/Controllers/HomeController.cs | kunzp/m183 | 9962c0a687c98f34bf960a1b74c8bd1038ca5527 | [
"MIT"
] | null | null | null | two_way_authentification/two_way_authentification/two_way_authentification/two_way_authentification/Controllers/HomeController.cs | kunzp/m183 | 9962c0a687c98f34bf960a1b74c8bd1038ca5527 | [
"MIT"
] | null | null | null | two_way_authentification/two_way_authentification/two_way_authentification/two_way_authentification/Controllers/HomeController.cs | kunzp/m183 | 9962c0a687c98f34bf960a1b74c8bd1038ca5527 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
using System.Web.Mvc;
namespace two_way_authentification.Controllers
{
public class HomeController : Controller
{
public ActionResult Index()
{
... | 26.640449 | 100 | 0.494728 |
5e7660c71b7a8de0fe49c66cc01ea26c1229c1b2 | 435 | cs | C# | Goodzila/Attributes/ForeignKey.cs | kiarsy/GoodZilla | 5cd961cb593766fdefc36f4fbc188177c395d131 | [
"Apache-2.0"
] | 1 | 2019-08-27T18:28:34.000Z | 2019-08-27T18:28:34.000Z | Goodzila/Attributes/ForeignKey.cs | kiarsy/GoodZilla | 5cd961cb593766fdefc36f4fbc188177c395d131 | [
"Apache-2.0"
] | null | null | null | Goodzila/Attributes/ForeignKey.cs | kiarsy/GoodZilla | 5cd961cb593766fdefc36f4fbc188177c395d131 | [
"Apache-2.0"
] | null | null | null | using Goodzila.Interfaces;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace Goodzila.Attributes
{
public class ForeignKey : Attribute, IGoodZillaAttribute
{
public ForeignKey(Type ForriegnKeyClass)
{
this.F... | 19.772727 | 60 | 0.685057 |
c10cb80beafad19eb833b223c47b5f8dc054294b | 30,901 | cs | C# | Assets/Scripts/Input/GameInput.cs | hal-9001-v/Holobots | d6a668d1255f148566a2def80afca9a58bf41e2e | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Input/GameInput.cs | hal-9001-v/Holobots | d6a668d1255f148566a2def80afca9a58bf41e2e | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Input/GameInput.cs | hal-9001-v/Holobots | d6a668d1255f148566a2def80afca9a58bf41e2e | [
"Apache-2.0"
] | null | null | null | // GENERATED AUTOMATICALLY FROM 'Assets/Scripts/Input/GameInput.inputactions'
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine.InputSystem;
using UnityEngine.InputSystem.Utilities;
public class @GameInput : IInputActionCollection, IDisposable
{
public InputActionAsset as... | 45.915305 | 123 | 0.476425 |
37fc5024739ec416d6175eef6b7005daf1714cfe | 1,572 | cs | C# | BizHawk.Client.Common/movie/interfaces/ILogEntryGenerator.cs | Gorialis/BizHawk | 096277122553d38d87fa11c0cfe4d45e2682b939 | [
"MIT"
] | null | null | null | BizHawk.Client.Common/movie/interfaces/ILogEntryGenerator.cs | Gorialis/BizHawk | 096277122553d38d87fa11c0cfe4d45e2682b939 | [
"MIT"
] | 1 | 2020-02-21T21:39:58.000Z | 2020-02-26T07:18:04.000Z | BizHawk.Client.Common/movie/interfaces/ILogEntryGenerator.cs | Gorialis/BizHawk | 096277122553d38d87fa11c0cfe4d45e2682b939 | [
"MIT"
] | 6 | 2019-03-07T18:55:00.000Z | 2021-07-11T16:37:10.000Z | using System.Collections.Generic;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.Common
{
public interface ILogEntryGenerator
{
/// <summary>
/// Sets the controller source used to generate an input log entry
/// </summary>
void SetSource(IController source);
/// <summary>
/// Ge... | 29.660377 | 99 | 0.665394 |
9b8a3bde04954bf01c89ed6e5ff5342670d28032 | 1,355 | cs | C# | spam/config.info.cs | GalaxyGFX/webmin | 134311032e3e69a6f7386648733a3a65c9a3ba1d | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1,863 | 2015-01-04T21:45:45.000Z | 2022-03-30T09:10:50.000Z | spam/config.info.cs | GalaxyGFX/webmin | 134311032e3e69a6f7386648733a3a65c9a3ba1d | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1,233 | 2015-01-03T12:45:51.000Z | 2022-03-31T02:39:58.000Z | spam/config.info.cs | GalaxyGFX/webmin | 134311032e3e69a6f7386648733a3a65c9a3ba1d | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 546 | 2015-01-05T13:07:28.000Z | 2022-03-25T21:47:51.000Z | line0=Konfigurační soubory a programy,11
local_cf=Konfigurační soubor nebo adresář SpamAssassinu,0
spamassassin=Úplná cesta pro příkaz SpamAssassin,0
sa_learn=Úplná cesta pro příkaz sa-learn,0
warn_procmail=Zobrazit varování v případě, kdy není SpamAssassin nastaven?,1,1-Ano,0-Ne
procmailrc=Konfigurační soubor Proc... | 56.458333 | 120 | 0.828044 |
be5ef0aa71072d2755824f2b0be10a2793769246 | 8,064 | cs | C# | Ma.LogManager/LogManager.cs | MammadovAdil/LogManager | f19e7abb8cbb26cf7c12aef5848efcd4dc631530 | [
"MIT"
] | null | null | null | Ma.LogManager/LogManager.cs | MammadovAdil/LogManager | f19e7abb8cbb26cf7c12aef5848efcd4dc631530 | [
"MIT"
] | null | null | null | Ma.LogManager/LogManager.cs | MammadovAdil/LogManager | f19e7abb8cbb26cf7c12aef5848efcd4dc631530 | [
"MIT"
] | null | null | null | using System;
using System.Text;
using System.IO;
using System.Diagnostics;
namespace Ma.LogManager
{
/// <summary>
/// Main log manager.
/// </summary>
public class LogManager
{
string LogFolderPath { get; set; }
EventLog EventLog { get; set; }
/// <summary>
/// I... | 39.920792 | 136 | 0.553199 |
1e4697c97e070ab0b10ee6e6b0b20b91a960a8b9 | 732 | cs | C# | BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Tracing/DiagnosticsModule/IDiagnoisticsEventThrottling.cs | ylabade/ApplicationInsights-dotnet | 84f35d25a384f74907262f889216e76eeb3973e1 | [
"MIT"
] | 238 | 2019-05-10T07:51:50.000Z | 2022-03-30T09:18:55.000Z | BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Tracing/DiagnosticsModule/IDiagnoisticsEventThrottling.cs | QPC-database/ApplicationInsights-dotnet | 7c6589e2c5799edae5ffc30991b54364b2756835 | [
"MIT"
] | 1,196 | 2019-05-08T15:40:06.000Z | 2022-03-31T15:22:13.000Z | BASE/src/Microsoft.ApplicationInsights/Extensibility/Implementation/Tracing/DiagnosticsModule/IDiagnoisticsEventThrottling.cs | QPC-database/ApplicationInsights-dotnet | 7c6589e2c5799edae5ffc30991b54364b2756835 | [
"MIT"
] | 152 | 2019-05-10T20:52:06.000Z | 2022-03-01T17:30:43.000Z | // -----------------------------------------------------------------------
// <copyright file="IDiagnoisticsEventThrottling.cs" company="Microsoft">
// Copyright © Microsoft. All Rights Reserved.
// </copyright>
// <author>Sergei Nikitin: sergeyni@microsoft.com</author>
// <summary></summary>
// ----------------------... | 38.526316 | 94 | 0.607923 |
3d8d0a7ea3d69913229b4735c8476bc73f86b904 | 2,440 | cs | C# | src/EFCore.MySql/Query/ExpressionVisitors/Internal/MySqlJsonParameterExpressionVisitor.cs | pgiacomo69/Pomelo.EntityFrameworkCore.MySql | b6a21a6e1aabdadac1601939b1b84500c6c3b591 | [
"MIT"
] | 1 | 2020-12-10T02:32:25.000Z | 2020-12-10T02:32:25.000Z | src/EFCore.MySql/Query/ExpressionVisitors/Internal/MySqlJsonParameterExpressionVisitor.cs | pgiacomo69/Pomelo.EntityFrameworkCore.MySql | b6a21a6e1aabdadac1601939b1b84500c6c3b591 | [
"MIT"
] | null | null | null | src/EFCore.MySql/Query/ExpressionVisitors/Internal/MySqlJsonParameterExpressionVisitor.cs | pgiacomo69/Pomelo.EntityFrameworkCore.MySql | b6a21a6e1aabdadac1601939b1b84500c6c3b591 | [
"MIT"
] | null | null | null | // Copyright (c) Pomelo Foundation. All rights reserved.
// Licensed under the MIT. See LICENSE in the project root for license information.
using System.Linq.Expressions;
using Microsoft.EntityFrameworkCore.Query;
using Microsoft.EntityFrameworkCore.Query.SqlExpressions;
using Pomelo.EntityFrameworkCore.MySql.Infras... | 46.037736 | 178 | 0.69959 |
3da1fd221cc7892e0df302deef1da07255dfa068 | 2,644 | cs | C# | modules/platforms/dotnet/examples/Thin/Cache/QueryScanThin/Program.cs | tsdb-io/gridgain | 6726ed9cc34a7d2671a3625600c375939d40bc35 | [
"CC0-1.0"
] | 218 | 2015-01-04T13:20:55.000Z | 2022-03-28T05:28:55.000Z | modules/platforms/dotnet/examples/Thin/Cache/QueryScanThin/Program.cs | tsdb-io/gridgain | 6726ed9cc34a7d2671a3625600c375939d40bc35 | [
"CC0-1.0"
] | 175 | 2015-02-04T23:16:56.000Z | 2022-03-28T18:34:24.000Z | modules/platforms/dotnet/examples/Thin/Cache/QueryScanThin/Program.cs | tsdb-io/gridgain | 6726ed9cc34a7d2671a3625600c375939d40bc35 | [
"CC0-1.0"
] | 93 | 2015-01-06T20:54:23.000Z | 2022-03-31T08:09:00.000Z | /*
* Copyright 2019 GridGain Systems, Inc. and Contributors.
*
* Licensed under the GridGain Community Edition License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.gridgain.com/products/software/community-editio... | 37.239437 | 117 | 0.651286 |
8b221b6b2efcace2619ed8962a63a38306c37a0c | 4,653 | cs | C# | src/Dsl/GeneratedCode/HelpKeywordHelper.cs | Opzet/EFDesigner | 4bd17eb7104a4ed073ea32d1325767c6b04d2bb0 | [
"MIT"
] | 357 | 2017-08-13T04:04:00.000Z | 2022-03-14T05:29:12.000Z | src/Dsl/GeneratedCode/HelpKeywordHelper.cs | cjwang/EFDesigner | 2c6ebd4914c123776477ed18b72de2bcf42f10a2 | [
"MIT"
] | 295 | 2018-02-04T14:21:30.000Z | 2022-02-21T16:14:19.000Z | src/Dsl/GeneratedCode/HelpKeywordHelper.cs | cjwang/EFDesigner | 2c6ebd4914c123776477ed18b72de2bcf42f10a2 | [
"MIT"
] | 64 | 2018-03-25T04:13:35.000Z | 2022-03-10T13:32:46.000Z | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----------------------------------... | 31.228188 | 139 | 0.656781 |
410bce57b88bef213c8d12c224f6e85618457069 | 2,468 | cs | C# | Playground/1. Structure/xMvvm.Unity/Assets/EtAlii/xMvvm/Editor/XamlAssetPostprocessor.cs | vrenken/EtAlii.xMvvm | b54fcc301dc928939d8cd1c7114c87da40841bdd | [
"MIT"
] | 1 | 2020-04-01T21:04:24.000Z | 2020-04-01T21:04:24.000Z | Playground/1. Structure/xMvvm.Unity/Assets/EtAlii/xMvvm/Editor/XamlAssetPostprocessor.cs | vrenken/EtAlii.xMvvm | b54fcc301dc928939d8cd1c7114c87da40841bdd | [
"MIT"
] | 6 | 2020-02-27T23:38:30.000Z | 2020-03-05T16:14:32.000Z | Playground/1. Structure/xMvvm.Unity/Assets/EtAlii/xMvvm/Editor/XamlAssetPostprocessor.cs | vrenken/EtAlii.xMvvm | b54fcc301dc928939d8cd1c7114c87da40841bdd | [
"MIT"
] | null | null | null | namespace EtAlii.xMvvm
{
using System.Linq;
using UnityEditor;
public class XamlAssetPostprocessor : AssetPostprocessor
{
private static readonly IViewCodeManager[] ViewCodeManagers;
static XamlAssetPostprocessor()
{
ViewCodeManagers = new IViewCodeManager[... | 43.298246 | 143 | 0.590762 |
fc95285ce05da0bd058f1be37aba86d49f8a4038 | 9,587 | cs | C# | R2API/EliteAPI.cs | VideoGameMotivation/incom-dmg-log-mod | 4587655f7f8d916af0d5e6a13b595a1c50fccedf | [
"MIT"
] | null | null | null | R2API/EliteAPI.cs | VideoGameMotivation/incom-dmg-log-mod | 4587655f7f8d916af0d5e6a13b595a1c50fccedf | [
"MIT"
] | null | null | null | R2API/EliteAPI.cs | VideoGameMotivation/incom-dmg-log-mod | 4587655f7f8d916af0d5e6a13b595a1c50fccedf | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using MonoMod.Cil;
using R2API.Utils;
using RoR2;
using UnityEngine;
// ReSharper disable MemberCanBePrivate.Global
// ReSharper disable ClassNeverInstantiated.Global
#pragma warning disable 618 // PickupIndex being obsolete (but st... | 46.31401 | 174 | 0.639408 |
95121263fe98db249fed86738810cea2be666ba3 | 565 | cs | C# | Assets/Scripts/State Machines/Prey/TransitionActionPreyHoldToFollow.cs | lazokin/FollowZeus | 4ea3c5dbf9204da6f2d5df82fffd38273eb0e37f | [
"MIT"
] | null | null | null | Assets/Scripts/State Machines/Prey/TransitionActionPreyHoldToFollow.cs | lazokin/FollowZeus | 4ea3c5dbf9204da6f2d5df82fffd38273eb0e37f | [
"MIT"
] | null | null | null | Assets/Scripts/State Machines/Prey/TransitionActionPreyHoldToFollow.cs | lazokin/FollowZeus | 4ea3c5dbf9204da6f2d5df82fffd38273eb0e37f | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections.Generic;
public class TransitionActionPreyHoldToFollow : TransitionAction
{
PlayerController playerController;
#region implemented abstract members of Action
public override TransitionAction Init(GameObject gameObject)
{
GameObject = gameOb... | 23.541667 | 86 | 0.692035 |
f03f6cddb7caec8f4074b804db955f8a51fcbee3 | 2,505 | cs | C# | src/CSharp/Modelling/MarchingCubes.cs | cvandijck/VTKExamples | b6bb89414522afc1467be8a1f0089a37d0c16883 | [
"Apache-2.0"
] | 309 | 2017-05-21T09:07:19.000Z | 2022-03-15T09:18:55.000Z | src/CSharp/Modelling/MarchingCubes.cs | yijianmingliu/VTKExamples | dc8aac47c4384f9a2de9facbdd1ab3249f62ec99 | [
"Apache-2.0"
] | 379 | 2017-05-21T09:06:43.000Z | 2021-03-29T20:30:50.000Z | src/CSharp/Modelling/MarchingCubes.cs | yijianmingliu/VTKExamples | dc8aac47c4384f9a2de9facbdd1ab3249f62ec99 | [
"Apache-2.0"
] | 170 | 2017-05-17T14:47:41.000Z | 2022-03-31T13:16:26.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Forms;
using System.Diagnostics;
using Kitware.VTK;
namespace ActiViz.Examples {
public partial class Form1 : Form {
public Form1() {
InitializeComponent();
}
private void renderWindowCont... | 32.115385 | 104 | 0.643114 |
e718a4b53e15844d6e32230221e1a6936ea13598 | 2,609 | cs | C# | LayerDataReaderWriter/V1/Reader.cs | bitcraftCoLtd/level-editor | f056c42627b8a836f193192a492bda7cfdcb451e | [
"MIT"
] | 8 | 2016-03-28T23:11:28.000Z | 2021-11-17T11:42:46.000Z | LayerDataReaderWriter/V1/Reader.cs | bitcraftCoLtd/level-editor | f056c42627b8a836f193192a492bda7cfdcb451e | [
"MIT"
] | null | null | null | LayerDataReaderWriter/V1/Reader.cs | bitcraftCoLtd/level-editor | f056c42627b8a836f193192a492bda7cfdcb451e | [
"MIT"
] | 2 | 2016-07-30T08:27:02.000Z | 2020-12-12T18:19:11.000Z | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace LayerDataReaderWriter.V1
{
/// <summary>
/// Represent a Layer data reader version 1.
/// </summary>
public class ReaderV1 : IReader
{
/// <summary>
/// Ge... | 32.6125 | 136 | 0.562668 |
f1709c24f34f064112a6d080d2a620894e4ea4e8 | 1,140 | cs | C# | beta-private/api/NHSD.GPITF.BuyingCatalog/NHSD.GPITF.BuyingCatalog.EvidenceBlobStore.SharePoint/OAuth2Message.cs | TrevorDArcyEvans/NHSBuyingCatalogue | 77d04e5c18c7045385786fd1adedf7b9876b8bef | [
"MIT"
] | 4 | 2019-03-21T14:08:41.000Z | 2021-02-22T13:19:17.000Z | beta-private/api/NHSD.GPITF.BuyingCatalog/NHSD.GPITF.BuyingCatalog.EvidenceBlobStore.SharePoint/OAuth2Message.cs | TrevorDArcyEvans/NHSBuyingCatalogue | 77d04e5c18c7045385786fd1adedf7b9876b8bef | [
"MIT"
] | null | null | null | beta-private/api/NHSD.GPITF.BuyingCatalog/NHSD.GPITF.BuyingCatalog.EvidenceBlobStore.SharePoint/OAuth2Message.cs | TrevorDArcyEvans/NHSBuyingCatalogue | 77d04e5c18c7045385786fd1adedf7b9876b8bef | [
"MIT"
] | 2 | 2019-11-01T11:08:20.000Z | 2020-01-31T19:13:05.000Z | using System;
using System.Collections.Generic;
namespace SharePointPnP.IdentityModel.Extensions.S2S.Protocols.OAuth2
{
public abstract class OAuth2Message
{
protected string this[string index]
{
get => GetValue(index);
set => Message[index] = value;
}
protected IEnumerable<string> Ke... | 26.511628 | 112 | 0.691228 |
4e0fda355cd37342fd8994919f81badc73c34b19 | 3,096 | cs | C# | Source/Framework/Bio/Algorithms/Alignment/ISequenceAligner.cs | jdm7dv/Microsoft-Biology-Foundation | 4873300d957cb46694392c480301b319b55f58b8 | [
"Apache-2.0"
] | null | null | null | Source/Framework/Bio/Algorithms/Alignment/ISequenceAligner.cs | jdm7dv/Microsoft-Biology-Foundation | 4873300d957cb46694392c480301b319b55f58b8 | [
"Apache-2.0"
] | null | null | null | Source/Framework/Bio/Algorithms/Alignment/ISequenceAligner.cs | jdm7dv/Microsoft-Biology-Foundation | 4873300d957cb46694392c480301b319b55f58b8 | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
using System.ComponentModel.Composition;
using Bio.SimilarityMatrices;
namespace Bio.Algorithms.Alignment
{
/// <summary>
/// A sequence aligner is an algorithm which takes N sequences as input and produces an
/// alignment of the sequences as output.
/// </summary>
... | 40.736842 | 117 | 0.628876 |
4e7b35b2e9b1e534aa0667f6b33cc57fcfd49828 | 1,009 | cs | C# | src/FSLib.Network/Http/Authorization.cs | ljbqust/fslib.network | 23313afa4880b7bad375660cfabedcd20eee9ff3 | [
"Apache-2.0"
] | 109 | 2016-07-30T08:04:15.000Z | 2022-02-18T11:22:51.000Z | src/FSLib.Network/Http/Authorization.cs | ljbqust/fslib.network | 23313afa4880b7bad375660cfabedcd20eee9ff3 | [
"Apache-2.0"
] | 11 | 2016-08-17T06:19:53.000Z | 2019-10-11T08:42:31.000Z | src/FSLib.Network/Http/Authorization.cs | ljbqust/fslib.network | 23313afa4880b7bad375660cfabedcd20eee9ff3 | [
"Apache-2.0"
] | 55 | 2016-08-03T05:13:11.000Z | 2022-01-10T18:21:14.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FSLib.Network.Http
{
using System.Net;
/// <summary>
/// 授权信息类
/// </summary>
public interface IAuthorization
{
/// <summary>
/// 获得当前的HttpClient
/// </summary>
HttpClient HttpClient { get; ... | 21.934783 | 84 | 0.636274 |
4eaefe03c5a41daac146a0838e687882baa55e40 | 282 | cs | C# | src/HttPlaceholder.Application/StubExecution/IRequestStubGenerator.cs | dukeofharen/httplaceholder | 675cd3c2ffb9337f7e18d6b10699fb83d3478916 | [
"MIT"
] | 59 | 2018-07-09T18:39:02.000Z | 2022-03-31T06:52:05.000Z | src/HttPlaceholder.Application/StubExecution/IRequestStubGenerator.cs | dukeofharen/httplaceholder | 675cd3c2ffb9337f7e18d6b10699fb83d3478916 | [
"MIT"
] | 90 | 2019-07-03T11:20:05.000Z | 2022-03-26T19:18:46.000Z | src/HttPlaceholder.Application/StubExecution/IRequestStubGenerator.cs | dukeofharen/httplaceholder | 675cd3c2ffb9337f7e18d6b10699fb83d3478916 | [
"MIT"
] | 4 | 2019-05-09T13:17:12.000Z | 2022-01-13T20:44:38.000Z | using System.Threading.Tasks;
using HttPlaceholder.Domain;
namespace HttPlaceholder.Application.StubExecution
{
public interface IRequestStubGenerator
{
Task<FullStubModel> GenerateStubBasedOnRequestAsync(string requestCorrelationId, bool doNotCreateStub);
}
}
| 25.636364 | 111 | 0.801418 |
749f9aa9adbde5361b493d14d2b74985a83febcf | 1,014 | cs | C# | sdk/dotnet/Inputs/PolicyTier1GatewayIntersiteConfigGetArgs.cs | nvpnathan/pulumi-nsxt | 983d81222667164bed0ca0e153ac8eaad56b71c9 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | sdk/dotnet/Inputs/PolicyTier1GatewayIntersiteConfigGetArgs.cs | nvpnathan/pulumi-nsxt | 983d81222667164bed0ca0e153ac8eaad56b71c9 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | sdk/dotnet/Inputs/PolicyTier1GatewayIntersiteConfigGetArgs.cs | nvpnathan/pulumi-nsxt | 983d81222667164bed0ca0e153ac8eaad56b71c9 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | 29.823529 | 88 | 0.668639 |
d54cef2ab0439ef9e2303801b76e15f00afa28f7 | 1,400 | cs | C# | src/Remato.Shared/Data/RematoIssue.cs | talaryonlabs/remato | 4797f3fb0942608974568fe9d7b59b58ca531424 | [
"MIT"
] | null | null | null | src/Remato.Shared/Data/RematoIssue.cs | talaryonlabs/remato | 4797f3fb0942608974568fe9d7b59b58ca531424 | [
"MIT"
] | null | null | null | src/Remato.Shared/Data/RematoIssue.cs | talaryonlabs/remato | 4797f3fb0942608974568fe9d7b59b58ca531424 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
namespace Remato.Shared
{
[JsonObject]
public class RematoIssue
{
[JsonProperty("id")] public string IssueId { get; set; }
[JsonProperty("message")] public string Message { get; set; ... | 35 | 95 | 0.632143 |
8f37820b70d61c50ef1c3ae3ff289d1dc0f1f128 | 3,207 | cs | C# | CMiX_UserControl/ViewModels/Beat/BeatModifier.cs | cloneproduction/CMiX_UI | 6ba19a551d93f60a6e7a150ca68d89314536f6a7 | [
"MIT"
] | 2 | 2020-03-25T09:42:59.000Z | 2021-02-22T18:56:21.000Z | CMiX_UserControl/ViewModels/Beat/BeatModifier.cs | cloneproduction/CMiX_UI | 6ba19a551d93f60a6e7a150ca68d89314536f6a7 | [
"MIT"
] | null | null | null | CMiX_UserControl/ViewModels/Beat/BeatModifier.cs | cloneproduction/CMiX_UI | 6ba19a551d93f60a6e7a150ca68d89314536f6a7 | [
"MIT"
] | 1 | 2019-06-06T09:03:38.000Z | 2019-06-06T09:03:38.000Z |
using CMiX.Services;
using CMiX.MVVM.ViewModels;
using CMiX.MVVM.Models;
using System;
using System.Collections.ObjectModel;
using Memento;
namespace CMiX.ViewModels
{
public class BeatModifier : Beat
{
#region CONSTRUCTORS
public BeatModifier(string messageaddress, Beat beat, ObservableColle... | 29.154545 | 132 | 0.56096 |
a471981242397772cb42b58f5c8b3773bf72292c | 459 | cs | C# | CallCenter/Core/Repositories/IReclamationRepository.cs | nikola-sekulic/CallCenterManagement | 4a67af36ce2454d35da4119a313e4ff3b892fd47 | [
"MIT"
] | null | null | null | CallCenter/Core/Repositories/IReclamationRepository.cs | nikola-sekulic/CallCenterManagement | 4a67af36ce2454d35da4119a313e4ff3b892fd47 | [
"MIT"
] | 7 | 2020-07-17T19:52:35.000Z | 2022-03-02T04:57:04.000Z | CallCenter/Core/Repositories/IReclamationRepository.cs | nikola-sekulic/CallCenterManagement | 4a67af36ce2454d35da4119a313e4ff3b892fd47 | [
"MIT"
] | null | null | null | using CallCenter.Core.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CallCenter.Core.Repositories
{
public interface IReclamationRepository
{
Task<IEnumerable<Reclamations>> GetReclamationsAsync();
Task<Recl... | 25.5 | 63 | 0.747277 |
7df0e77a8d8a474c0d26a2ee608203d6c7669cbe | 104 | cs | C# | src/AspNetCore.Base/DomainEvents/IFirePropertyUpdatedEvents.cs | davidikin45/DigitalNomadDaveAspNetCore2 | 6edf717a468106102318271e65ebca70cb346c72 | [
"MIT"
] | 4 | 2019-07-01T00:30:56.000Z | 2021-09-24T18:49:22.000Z | src/AspNetCore.Base/DomainEvents/IFirePropertyUpdatedEvents.cs | davidikin45/DigitalNomadDaveAspNetCore2 | 6edf717a468106102318271e65ebca70cb346c72 | [
"MIT"
] | 13 | 2020-05-11T20:14:52.000Z | 2022-02-26T09:57:06.000Z | src/AspNetCore.Base/DomainEvents/IFirePropertyUpdatedEvents.cs | davidikin45/DigitalNomadDaveAspNetCore2 | 6edf717a468106102318271e65ebca70cb346c72 | [
"MIT"
] | 1 | 2021-08-07T04:23:07.000Z | 2021-08-07T04:23:07.000Z | namespace AspNetCore.Base.DomainEvents
{
public interface IFirePropertyUpdatedEvents
{
}
}
| 14.857143 | 47 | 0.730769 |
e8e0f409cbf7ae592648e003dedbeec4fcddb606 | 250 | cs | C# | Github.Models/User.cs | Snepsts/github | 834e0b1bd61dc088878091d208a0b9e950a3f7c5 | [
"MIT"
] | 2 | 2019-02-28T14:48:29.000Z | 2019-02-28T14:48:31.000Z | Github.Models/User.cs | Snepsts/github | 834e0b1bd61dc088878091d208a0b9e950a3f7c5 | [
"MIT"
] | null | null | null | Github.Models/User.cs | Snepsts/github | 834e0b1bd61dc088878091d208a0b9e950a3f7c5 | [
"MIT"
] | null | null | null | using System;
using Newtonsoft.Json;
namespace Github.Models
{
public class User
{
[JsonProperty("login")]
public string Login { get; set; }
[JsonProperty("id")]
public long Id { get; set; }
}
}
| 16.666667 | 41 | 0.552 |
34e4bbe6662acf93598b3479eea8316f142acf3d | 4,284 | cs | C# | src/AddIns/VersionControl/GitAddIn/Src/GitVersionProvider.cs | galich/SharpDevelop | 6f3a06adb5cd236b0374a3018e51ff837869da3a | [
"MIT"
] | 2 | 2019-10-18T03:21:46.000Z | 2019-11-16T22:35:18.000Z | src/AddIns/VersionControl/GitAddIn/Src/GitVersionProvider.cs | TetradogOther/SharpDevelop | 8375390d7ef8b48f65f328fa623949883d702dcd | [
"MIT"
] | null | null | null | src/AddIns/VersionControl/GitAddIn/Src/GitVersionProvider.cs | TetradogOther/SharpDevelop | 8375390d7ef8b48f65f328fa623949883d702dcd | [
"MIT"
] | 1 | 2021-01-31T05:27:29.000Z | 2021-01-31T05:27:29.000Z | // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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, co... | 31.970149 | 99 | 0.723156 |
2bc3d2d2f677eb2f7c7a3a62fa1f16ab60234791 | 690 | cs | C# | Src/TygaSoft/Model/AutoCode/SiteMenusAccessInfo.cs | ranran1997/Wms | e9688b545e18ca8aa6f9f0a89ab0cac9237328e1 | [
"MIT"
] | 1 | 2019-07-27T03:13:20.000Z | 2019-07-27T03:13:20.000Z | Src/TygaSoft/Model/AutoCode/SiteMenusAccessInfo.cs | ranran1997/Wms | e9688b545e18ca8aa6f9f0a89ab0cac9237328e1 | [
"MIT"
] | null | null | null | Src/TygaSoft/Model/AutoCode/SiteMenusAccessInfo.cs | ranran1997/Wms | e9688b545e18ca8aa6f9f0a89ab0cac9237328e1 | [
"MIT"
] | null | null | null | using System;
namespace TygaSoft.Model
{
[Serializable]
public partial class SiteMenusAccessInfo
{
public SiteMenusAccessInfo() { }
public SiteMenusAccessInfo(Guid applicationId, Guid accessId, string operationAccess, string accessType)
{
this.ApplicationId ... | 28.75 | 113 | 0.608696 |
a7deb86cc9d942fa47170f60dc0cf6829a79e052 | 874 | cs | C# | Assets/Editor/AIREPostProcessor.cs | 3loc/unity-plugin | 4b227e0edf3911a61773f7e11a92d720613d39cf | [
"MIT"
] | null | null | null | Assets/Editor/AIREPostProcessor.cs | 3loc/unity-plugin | 4b227e0edf3911a61773f7e11a92d720613d39cf | [
"MIT"
] | null | null | null | Assets/Editor/AIREPostProcessor.cs | 3loc/unity-plugin | 4b227e0edf3911a61773f7e11a92d720613d39cf | [
"MIT"
] | null | null | null | #if UNITY_IOS
using UnityEditor;
using UnityEditor.Callbacks;
using UnityEditor.iOS.Xcode;
public static class AIREPostProcessor {
[PostProcessBuild]
public static void OnPostProcessBuild(BuildTarget buildTarget, string buildPath) {
if (buildTarget == BuildTarget.iOS) {
var projPath = string.Concat(bui... | 31.214286 | 89 | 0.723112 |
3443a9c9a1098abe7cc6adea6ae1ada06ea0a46f | 4,395 | cshtml | C# | LibraryMVC/Views/Admin/PhoneChatEmail.cshtml | CoderESalazar/schoolibrary | 6750eb5f60f4a4ac2ed1afb6ac6e461db5724cdf | [
"CC0-1.0"
] | 1 | 2016-04-04T12:38:40.000Z | 2016-04-04T12:38:40.000Z | LibraryMVC/Views/Admin/PhoneChatEmail.cshtml | CoderESalazar/schoolibrary | 6750eb5f60f4a4ac2ed1afb6ac6e461db5724cdf | [
"CC0-1.0"
] | null | null | null | LibraryMVC/Views/Admin/PhoneChatEmail.cshtml | CoderESalazar/schoolibrary | 6750eb5f60f4a4ac2ed1afb6ac6e461db5724cdf | [
"CC0-1.0"
] | null | null | null | @model LibraryMVC4.Models.admin
@{
ViewBag.Title = "PhoneChatEmail";
Layout = "~/Views/Shared/_adminTemplate.cshtml";
}
<h2>Phone Chat Email</h2>
<a href="/admin/GetAskLibqs">Return to admin</a>
<br />
@ViewBag.LibUserId @(" ")
<br/>
@if (ViewBag.UrlPath == "devmvc-library.ncu.edu" || ViewBag.UrlPath ==... | 29.3 | 158 | 0.494653 |
5aa8ec9a0372ced97d3a80c1d0cc8713655200be | 35,515 | cs | C# | Models/Hemodialysis Machine/Analysis/EvaluationTests.cs | isse-augsburg/ssharp | eb2bbdd5a640d7dc4a554b6b0d3cc9cc52a22b1d | [
"MIT"
] | 7 | 2017-08-09T11:13:00.000Z | 2021-02-17T14:31:33.000Z | Models/Hemodialysis Machine/Analysis/EvaluationTests.cs | isse-augsburg/ssharp | eb2bbdd5a640d7dc4a554b6b0d3cc9cc52a22b1d | [
"MIT"
] | 16 | 2016-05-15T11:37:25.000Z | 2016-11-24T10:08:09.000Z | Models/Hemodialysis Machine/Analysis/EvaluationTests.cs | isse-augsburg/ssharp | eb2bbdd5a640d7dc4a554b6b0d3cc9cc52a22b1d | [
"MIT"
] | 11 | 2016-04-16T09:37:12.000Z | 2018-10-17T05:11:05.000Z | // The MIT License (MIT)
//
// Copyright (c) 2014-2017, Institute for Software & Systems Engineering
//
// 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 wi... | 52.30486 | 189 | 0.828523 |
89a4e7d57f5f081121e3cd6cd105ba0e9d844ed6 | 597 | cs | C# | Kartverket.Register/Models/ViewModels/BoundingBoxViewModel.cs | kartverket/Geonorge.Register | 77bca5d7cfd3d6887e416874f599ec1586743555 | [
"MIT"
] | 4 | 2017-05-21T11:56:00.000Z | 2021-12-15T20:58:02.000Z | Kartverket.Register/Models/ViewModels/BoundingBoxViewModel.cs | kartverket/Geonorge.Register | 77bca5d7cfd3d6887e416874f599ec1586743555 | [
"MIT"
] | 2 | 2020-02-07T15:01:11.000Z | 2021-04-07T07:58:10.000Z | Kartverket.Register/Models/ViewModels/BoundingBoxViewModel.cs | kartverket/Geonorge.Register | 77bca5d7cfd3d6887e416874f599ec1586743555 | [
"MIT"
] | 2 | 2017-10-19T18:43:26.000Z | 2019-03-21T23:28:27.000Z | namespace Kartverket.Register.Models.ViewModels
{
public class BoundingBoxViewModel
{
public BoundingBoxViewModel() : this("57", "2", "72", "33")
{
}
public BoundingBoxViewModel(string south, string west, string north, string east)
{
... | 25.956522 | 89 | 0.510888 |
d60c400ca822f49272f03b89a44adf9dcd77c129 | 367 | cs | C# | src/Autumn.Mvc/Models/Queries/Exceptions/QueryComparisonException.cs | gwendallg/autumn.mvc | 9074665d6151a71093c132deeabedf401bae4c8c | [
"MIT"
] | 1 | 2018-01-22T18:42:06.000Z | 2018-01-22T18:42:06.000Z | src/Autumn.Mvc/Models/Queries/Exceptions/QueryComparisonException.cs | gwendallg/autumn.mvc | 9074665d6151a71093c132deeabedf401bae4c8c | [
"MIT"
] | 1 | 2020-12-15T18:19:40.000Z | 2020-12-16T16:30:40.000Z | src/Autumn.Mvc/Models/Queries/Exceptions/QueryComparisonException.cs | gwendallg/autumn.mvc | 9074665d6151a71093c132deeabedf401bae4c8c | [
"MIT"
] | 1 | 2020-01-26T05:36:22.000Z | 2020-01-26T05:36:22.000Z | using System;
namespace Autumn.Mvc.Models.Queries.Exceptions
{
public abstract class QueryComparisonException : QueryException<QueryParser.ComparisonContext>
{
protected QueryComparisonException(QueryParser.ComparisonContext origin, string message, Exception innerException = null) : base(origin, messa... | 33.363636 | 169 | 0.749319 |
d88e357b624bc8dea1549137c2a00e2f05d5c6d1 | 9,543 | cs | C# | UltimaOnline.Data/Engines/Treasures of Tokuno/BasePigmentsOfTokuno.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | UltimaOnline.Data/Engines/Treasures of Tokuno/BasePigmentsOfTokuno.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | UltimaOnline.Data/Engines/Treasures of Tokuno/BasePigmentsOfTokuno.cs | netcode-gamer/game.ultimaonline.io | 5be917d62b6232b07c5517f5f0b06bcaf3df93b9 | [
"MIT"
] | null | null | null | using UltimaOnline;
using System;
using UltimaOnline.Misc;
using UltimaOnline.Mobiles;
namespace UltimaOnline.Items
{
public abstract class BasePigmentsOfTokuno : Item, IUsesRemaining
{
private static Type[] m_Glasses = new Type[]
{
typeof( MaritimeGlasses ),
... | 35.741573 | 170 | 0.532118 |
2b2ca9b50866ef3e64ba4c8f26a612e809089862 | 4,034 | cs | C# | NYPTIOutlookDragDrop/ThisAddIn.cs | NYPTI/Drag-Drop | bc87e05466a0fb6cbcd1c69fe3a899d3440a5ee9 | [
"MIT"
] | 2 | 2019-07-17T13:51:41.000Z | 2020-03-04T09:34:38.000Z | NYPTIOutlookDragDrop/ThisAddIn.cs | NYPTI/Drag-Drop | bc87e05466a0fb6cbcd1c69fe3a899d3440a5ee9 | [
"MIT"
] | null | null | null | NYPTIOutlookDragDrop/ThisAddIn.cs | NYPTI/Drag-Drop | bc87e05466a0fb6cbcd1c69fe3a899d3440a5ee9 | [
"MIT"
] | null | null | null | using System;
using System.Reflection;
using log4net;
namespace NYPTIOutlookDragDrop
{
public partial class ThisAddIn
{
private static ILog log = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private System.Threading.Timer cleanupTimer;
private Dr... | 38.419048 | 149 | 0.590233 |
d3506ac26eb08f265c7c3abe9f50cb8d18a87d3d | 2,042 | cshtml | C# | PBug/Views/Issue/News.cshtml | BasiqueEvangelist/PBugDotNet | 0d2d7d110475ad0d7291a5f94f7b9dca8f9b39c8 | [
"MIT"
] | 1 | 2020-05-29T12:33:53.000Z | 2020-05-29T12:33:53.000Z | PBug/Views/Issue/News.cshtml | PorezPorezych/PBugDotNet | 0d2d7d110475ad0d7291a5f94f7b9dca8f9b39c8 | [
"MIT"
] | null | null | null | PBug/Views/Issue/News.cshtml | PorezPorezych/PBugDotNet | 0d2d7d110475ad0d7291a5f94f7b9dca8f9b39c8 | [
"MIT"
] | null | null | null | @model NewsSearchModel
<div class="searchbox">
<form asp-controller="Issue" asp-action="News" method="GET">
<input type="text" id="searchbox" placeholder="Search..." name="q" value="@Model.SearchString" class="search">
<input type="submit" class="submit-search" value="Search" style="background: ur... | 39.269231 | 144 | 0.499021 |
d3ad66b31406f1a21c94dcad7941f88679ca40e8 | 22,220 | cs | C# | CocoStudio.ControlLib/SearchEntry.cs | gdbobu/CocoStudio2.0.6 | b7202b200c953e7c1d80b1a24806b65af4847355 | [
"MIT"
] | 4 | 2017-10-22T14:55:25.000Z | 2020-09-20T03:06:50.000Z | CocoStudio.ControlLib/SearchEntry.cs | gdbobu/CocoStudio2.0.6 | b7202b200c953e7c1d80b1a24806b65af4847355 | [
"MIT"
] | null | null | null | CocoStudio.ControlLib/SearchEntry.cs | gdbobu/CocoStudio2.0.6 | b7202b200c953e7c1d80b1a24806b65af4847355 | [
"MIT"
] | 7 | 2017-04-23T08:13:13.000Z | 2022-03-22T06:44:12.000Z | // Decompiled with JetBrains decompiler
// Type: CocoStudio.ControlLib.SearchEntry
// Assembly: CocoStudio.ControlLib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 677D14F9-F98B-4FDA-9ECD-6C6F82FD30A1
// Assembly location: C:\Program Files (x86)\Cocos\Cocos Studio 2\CocoStudio.ControlLib.dll
using G... | 28.894668 | 217 | 0.624392 |
3caaa77f3b0e252d7dbfa91895f884c76ee57ac7 | 1,388 | cs | C# | AdventuresOfTelerik/AdventuresOfTelerik/Models/Enemies/Enemy.cs | AngelNovoselski/Adventures-of-Telerik | cd04db25c92138f7a31abc6823ef0e64a76e2d20 | [
"MIT"
] | 1 | 2017-12-13T19:33:26.000Z | 2017-12-13T19:33:26.000Z | AdventuresOfTelerik/AdventuresOfTelerik/Models/Enemies/Enemy.cs | A4unecabrat/Adventures-of-Telerik | cd04db25c92138f7a31abc6823ef0e64a76e2d20 | [
"MIT"
] | null | null | null | AdventuresOfTelerik/AdventuresOfTelerik/Models/Enemies/Enemy.cs | A4unecabrat/Adventures-of-Telerik | cd04db25c92138f7a31abc6823ef0e64a76e2d20 | [
"MIT"
] | 1 | 2018-07-05T11:53:32.000Z | 2018-07-05T11:53:32.000Z | using AdventuresOfTelerik.Contracts.EnemyInterfaces;
using AdventuresOfTelerik.Models.MessagesForPrinting;
namespace AdventuresOfTelerik.Models.Enemies
{
public abstract class Enemy : IEnemy
{
private int hp;
private int dmg;
private int energy;
public Enemy()
{
... | 21.030303 | 86 | 0.40634 |
db4c4f08b077d7923cdd14894f703679f1010fc1 | 658 | cs | C# | 2 Sorting/2.2/2.2.18/Program.cs | xuxu66/Algorithms-4th-Edition-in-Csharp | aeb777526aa25d999cc8e91252767d20524e0833 | [
"MIT"
] | 1 | 2018-10-07T01:48:22.000Z | 2018-10-07T01:48:22.000Z | 2 Sorting/2.2/2.2.18/Program.cs | xuxu66/Algorithms-4th-Edition-in-Csharp | aeb777526aa25d999cc8e91252767d20524e0833 | [
"MIT"
] | null | null | null | 2 Sorting/2.2/2.2.18/Program.cs | xuxu66/Algorithms-4th-Edition-in-Csharp | aeb777526aa25d999cc8e91252767d20524e0833 | [
"MIT"
] | null | null | null | using System;
namespace _2._2._18
{
/*
* 2.2.18
*
* 打乱链表。
* 实现一个分治算法,
* 使用线性对数级别的时间和对数级别的额外空间随机打乱一条链表。
*
*/
class Program
{
static void Main(string[] args)
{
LinkedList<int> a = new LinkedList<int>();
MergeShuffle shuffle = new M... | 19.939394 | 54 | 0.414894 |
454100797fdb676fd38112955ed6464b0d59ec46 | 1,351 | cs | C# | Ivony.Data.SqlServer/SqlClient/SqlServerDatabaseTransaction.cs | hulukaihuaba/DataPithy | 601da6205d83e3e4c9dfbbeb91fcf1232bfd9907 | [
"Apache-2.0"
] | null | null | null | Ivony.Data.SqlServer/SqlClient/SqlServerDatabaseTransaction.cs | hulukaihuaba/DataPithy | 601da6205d83e3e4c9dfbbeb91fcf1232bfd9907 | [
"Apache-2.0"
] | null | null | null | Ivony.Data.SqlServer/SqlClient/SqlServerDatabaseTransaction.cs | hulukaihuaba/DataPithy | 601da6205d83e3e4c9dfbbeb91fcf1232bfd9907 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Text;
using Ivony.Data.Common;
namespace Ivony.Data.SqlClient
{
/// <summary>
/// 实现 SQL Server 事务上下文
/// </summary>
public class SqlServerDatabaseTransaction : DatabaseTransactionBase<SqlTransaction>... | 21.790323 | 85 | 0.643227 |
45936e2afa9f95ed1a7108832435e4a020a5d7b7 | 624 | cs | C# | XPlat/VK/Android/source/VKontakte.Android/VKontakte/VKException.cs | SaViGnAnO/XamarinComponents | 10136c079d7d59e1765ea6beb4d55456da677fcf | [
"MIT"
] | 7 | 2016-08-02T11:06:36.000Z | 2017-10-11T14:55:24.000Z | XPlat/VK/Android/source/VKontakte.Android/VKontakte/VKException.cs | NAXAM/XamarinComponents | 5834fcbb13f0d9baa078189eb250ebebd8647eed | [
"MIT"
] | null | null | null | XPlat/VK/Android/source/VKontakte.Android/VKontakte/VKException.cs | NAXAM/XamarinComponents | 5834fcbb13f0d9baa078189eb250ebebd8647eed | [
"MIT"
] | 7 | 2016-06-19T13:24:45.000Z | 2019-06-28T19:54:17.000Z | using System;
using VKontakte.API;
namespace VKontakte
{
public class VKException : Exception
{
public VKException (VKError error)
: base (error.ErrorMessage)
{
Error = error;
}
public VKException (string message, VKError error)
: base (message)
{
Error = error;
}
public VKException (VKE... | 17.333333 | 78 | 0.685897 |
627097ba9516b8acca33bfddd53abdd3d2acb9af | 1,472 | cs | C# | samples/Custom Tabs/Primavera.Base.CustomTabs/Customer/CustomerFields.cs | sandrasantoss/ERP10Extensibility | 46bd16a43208a12fa01682d3183a3068c88395da | [
"MIT"
] | 9 | 2019-10-04T15:36:12.000Z | 2022-03-22T05:43:48.000Z | samples/Custom Tabs/Primavera.Base.CustomTabs/Customer/CustomerFields.cs | Everest89/ERP10Extensibility | 8cd4302617ee3a4ca438fcda469db31ea2ba5c2b | [
"MIT"
] | 7 | 2020-11-09T09:18:00.000Z | 2022-03-04T12:56:52.000Z | samples/Custom Tabs/Primavera.Base.CustomTabs/Customer/CustomerFields.cs | Everest89/ERP10Extensibility | 8cd4302617ee3a4ca438fcda469db31ea2ba5c2b | [
"MIT"
] | 13 | 2020-01-17T11:24:25.000Z | 2022-03-05T08:49:25.000Z | using BasBE100;
using Primavera.Extensibility.Base.Editors;
using Primavera.Extensibility.CustomTab;
using StdBE100;
using System;
using System.Runtime.InteropServices;
namespace Primavera.Base.CustomTabs.Customer
{
/// <summary>
/// Working with user fields.
/// </summary>
[Guid("C65DCFA6-9AD6-432D-8... | 30.040816 | 77 | 0.632473 |
7aec2891c910e4d24cfb2dd0ce505ddae2facf2b | 339 | cs | C# | Territory/Assets/Game/Script/MVCS/BaseView.cs | fancyblock/ShanghaiGameJam-2018-Territory | 22868f6066171afcd17116bb281c29aacaaa6bf6 | [
"Unlicense"
] | null | null | null | Territory/Assets/Game/Script/MVCS/BaseView.cs | fancyblock/ShanghaiGameJam-2018-Territory | 22868f6066171afcd17116bb281c29aacaaa6bf6 | [
"Unlicense"
] | null | null | null | Territory/Assets/Game/Script/MVCS/BaseView.cs | fancyblock/ShanghaiGameJam-2018-Territory | 22868f6066171afcd17116bb281c29aacaaa6bf6 | [
"Unlicense"
] | null | null | null | using strange.extensions.mediation.impl;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class BaseView : View
{
public void onClose()
{
gameObject.SetActive(false);
(GameRoot.Instance.context as GameContext).injectionBinder.GetInstance<GameModel>().UI_POPU... | 21.1875 | 109 | 0.737463 |
cd0eacddcf36fc7c65f85a453226ee79a73d3cbb | 573 | cs | C# | source/Annex/Logging/Decorator/DecoratableLog.cs | AnnexGameDev/Annex | 569c2ca109d5c868450b07ab0dd6dd1dffa2fc7f | [
"MIT"
] | 1 | 2020-10-14T01:44:13.000Z | 2020-10-14T01:44:13.000Z | source/Annex/Logging/Decorator/DecoratableLog.cs | AnnexGameDev/Annex | 569c2ca109d5c868450b07ab0dd6dd1dffa2fc7f | [
"MIT"
] | 32 | 2020-09-23T03:19:46.000Z | 2022-02-26T07:23:15.000Z | source/Annex/Logging/Decorator/DecoratableLog.cs | AnnexGameDev/Annex | 569c2ca109d5c868450b07ab0dd6dd1dffa2fc7f | [
"MIT"
] | null | null | null | using System;
namespace Annex.Logging.Decorator
{
public abstract class DecoratableLog : ILogable
{
private readonly DecoratableLog? _base;
public DecoratableLog(DecoratableLog? @base = null) {
this._base = @base;
}
private protected abstract void Append(string co... | 22.92 | 63 | 0.600349 |
5cf5382df386e2340ac80495e41f0b18c935712a | 711 | cs | C# | EasyWPFUI/Controls/Repeater/ItemsRepeater/ItemsRepeaterElementClearingEventArgs.cs | AlexanderBegim/EasyWPFUI | f51c635b110356641f227f5e2f23ecbd0ac3cf6a | [
"MIT"
] | null | null | null | EasyWPFUI/Controls/Repeater/ItemsRepeater/ItemsRepeaterElementClearingEventArgs.cs | AlexanderBegim/EasyWPFUI | f51c635b110356641f227f5e2f23ecbd0ac3cf6a | [
"MIT"
] | null | null | null | EasyWPFUI/Controls/Repeater/ItemsRepeater/ItemsRepeaterElementClearingEventArgs.cs | AlexanderBegim/EasyWPFUI | f51c635b110356641f227f5e2f23ecbd0ac3cf6a | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Control... | 25.392857 | 91 | 0.696203 |
cf350b78a4e0c058ed7f20cc9a19fa2973df5244 | 2,560 | cs | C# | C#WebDevelopment/C#-Web-Basics/ExamPreparationIRunesJan2020/src/IRunes/IRunes.App/Controllers/AlbumsController.cs | TihomirIvanovIvanov/SoftUni | 41938b81d7be949e905cddde64814f83334802ef | [
"MIT"
] | 3 | 2019-04-12T11:32:37.000Z | 2021-11-20T05:02:59.000Z | C#WebDevelopment/C#-Web-Basics/ExamPreparationIRunesJan2020/src/IRunes/IRunes.App/Controllers/AlbumsController.cs | TihomirIvanovIvanov/SoftUni | 41938b81d7be949e905cddde64814f83334802ef | [
"MIT"
] | null | null | null | C#WebDevelopment/C#-Web-Basics/ExamPreparationIRunesJan2020/src/IRunes/IRunes.App/Controllers/AlbumsController.cs | TihomirIvanovIvanov/SoftUni | 41938b81d7be949e905cddde64814f83334802ef | [
"MIT"
] | null | null | null | using IRunes.App.ViewModels.Albums;
using IRunes.Services;
using SIS.HTTP;
using SIS.MvcFramework;
using System.Linq;
namespace IRunes.App.Controllers
{
public class AlbumsController : Controller
{
private readonly IAlbumsService albumsService;
public AlbumsController(IAlbumsService albumsSer... | 27.234043 | 84 | 0.485547 |
ceeb9245834c7a10490f07de52180ecdf0fe21a9 | 23,702 | cs | C# | Assets/Modules/MissingTexture/MissingTextureButtonScript.cs | VFlyer/KtaneBundleOfABunchOfButtons | 16bf001569761907a73a80c0e3dc2a0995ca9952 | [
"MIT"
] | null | null | null | Assets/Modules/MissingTexture/MissingTextureButtonScript.cs | VFlyer/KtaneBundleOfABunchOfButtons | 16bf001569761907a73a80c0e3dc2a0995ca9952 | [
"MIT"
] | null | null | null | Assets/Modules/MissingTexture/MissingTextureButtonScript.cs | VFlyer/KtaneBundleOfABunchOfButtons | 16bf001569761907a73a80c0e3dc2a0995ca9952 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using KModkit;
using System.Linq;
using System;
using System.Text.RegularExpressions;
public class MissingTextureButtonScript : MonoBehaviour {
public MeshRenderer[] possibleRenderers;
public MeshRenderer[] unusedRenderers;
publi... | 45.934109 | 344 | 0.590288 |
bbaeeb49ff5dcf15678e1d0f87dac5c75d7e26f1 | 1,237 | cs | C# | Project/LambdicSql.Shared/BuilderServices/Inside/DialectResolver.cs | Codeer-Software/LambdicSql | 99e964011f5848e448127fbc28af2c4bd892e66b | [
"MIT"
] | 24 | 2016-12-08T14:06:18.000Z | 2022-01-07T07:53:05.000Z | Project/LambdicSql.Shared/BuilderServices/Inside/DialectResolver.cs | Codeer-Software/LambdicSql | 99e964011f5848e448127fbc28af2c4bd892e66b | [
"MIT"
] | 9 | 2017-01-12T00:21:45.000Z | 2020-12-14T07:41:33.000Z | Project/LambdicSql.Shared/BuilderServices/Inside/DialectResolver.cs | Codeer-Software/LambdicSql | 99e964011f5848e448127fbc28af2c4bd892e66b | [
"MIT"
] | 1 | 2017-11-03T05:38:04.000Z | 2017-11-03T05:38:04.000Z | namespace LambdicSql.BuilderServices.Inside
{
//TODO insert by ohter libs.
static class DialectResolver
{
internal static DialectOption CreateCustomizer(string connectionTypeFullName)
{
switch (connectionTypeFullName)
{
case "Npgsql.NpgsqlConnection":... | 49.48 | 148 | 0.622474 |
002f7ff584e23bfe9e80eb5c9b012422389f4c3b | 2,150 | cs | C# | 10 DBAdvanced-EntityFrameworkCore/Homeworks/02.OOP-Intro-Encapsulation-Exercises/04.Pizza Calories/Topping.cs | Supbads/Softuni-Education | 95c29abd421db6609510b0cb5e5aa53796896d75 | [
"MIT"
] | 1 | 2018-04-22T00:35:42.000Z | 2018-04-22T00:35:42.000Z | 10 DBAdvanced-EntityFrameworkCore/Homeworks/02.OOP-Intro-Encapsulation-Exercises/04.Pizza Calories/Topping.cs | Supbads/Softuni-Education | 95c29abd421db6609510b0cb5e5aa53796896d75 | [
"MIT"
] | null | null | null | 10 DBAdvanced-EntityFrameworkCore/Homeworks/02.OOP-Intro-Encapsulation-Exercises/04.Pizza Calories/Topping.cs | Supbads/Softuni-Education | 95c29abd421db6609510b0cb5e5aa53796896d75 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _04.Pizza_Calories
{
class Topping
{
private const double meat = 1.2;
private const double veggies = 0.8;
private const double cheese = 1.1;
private con... | 24.431818 | 103 | 0.461395 |
0086daed373a53261b4b1b3841d96f24d1fd4456 | 1,336 | cs | C# | Source/PropertyTools/DataAnnotations/ItemsSourcePropertyAttribute.cs | fossabot/PropertyTools | 6469d0c84f5cced98441e9ed41e047b984fc19ce | [
"MIT"
] | 523 | 2018-11-28T03:32:45.000Z | 2022-03-31T16:31:25.000Z | Source/PropertyTools/DataAnnotations/ItemsSourcePropertyAttribute.cs | fossabot/PropertyTools | 6469d0c84f5cced98441e9ed41e047b984fc19ce | [
"MIT"
] | 132 | 2015-01-02T12:07:33.000Z | 2018-11-05T22:59:53.000Z | Source/PropertyTools/DataAnnotations/ItemsSourcePropertyAttribute.cs | fossabot/PropertyTools | 6469d0c84f5cced98441e9ed41e047b984fc19ce | [
"MIT"
] | 99 | 2015-01-14T13:21:03.000Z | 2022-01-13T21:57:22.000Z | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ItemsSourcePropertyAttribute.cs" company="PropertyTools">
// Copyright (c) 2014 PropertyTools contributors
// </copyright>
// <summary>
// Specifies the name of a propert... | 39.294118 | 121 | 0.510479 |
cdfb1fca2acbe86aed8173ac71ca8b869b123ba9 | 11,546 | cs | C# | solution/src/app/DeveloperInTheFlow.ProgressProvider/HierarchicalProgressBase.cs | romerod/ProgressProvider | 08fce45ed93ae68a67108a4a4743aafe11a89438 | [
"MIT"
] | 1 | 2018-04-11T18:40:22.000Z | 2018-04-11T18:40:22.000Z | solution/src/app/DeveloperInTheFlow.ProgressProvider/HierarchicalProgressBase.cs | romerod/ProgressProvider | 08fce45ed93ae68a67108a4a4743aafe11a89438 | [
"MIT"
] | 1 | 2015-07-27T16:17:14.000Z | 2015-07-27T16:17:14.000Z | solution/src/app/DeveloperInTheFlow.ProgressProvider/HierarchicalProgressBase.cs | romerod/ProgressProvider | 08fce45ed93ae68a67108a4a4743aafe11a89438 | [
"MIT"
] | 3 | 2015-03-10T09:38:53.000Z | 2016-10-28T06:34:31.000Z | namespace DeveloperInTheFlow.ProgressProvider
{
using System;
using System.Collections.Generic;
using System.Linq;
/// <summary>
/// Implements the base functionality of a service which maintains the state for a hierarchical progress operation.
/// </summary>
/// <typeparam name="TMess... | 40.370629 | 182 | 0.570327 |
a8414b40c2bc64f765561765ee6cfabe9a63dfa4 | 328 | cs | C# | ExamsPractice/SUS/Apps/Git/Services/ICommitsService.cs | mitovV/C-Web-Basics-2020 | 8395b9e6c906f7cfe09018280d95124ef707a8d0 | [
"MIT"
] | null | null | null | ExamsPractice/SUS/Apps/Git/Services/ICommitsService.cs | mitovV/C-Web-Basics-2020 | 8395b9e6c906f7cfe09018280d95124ef707a8d0 | [
"MIT"
] | null | null | null | ExamsPractice/SUS/Apps/Git/Services/ICommitsService.cs | mitovV/C-Web-Basics-2020 | 8395b9e6c906f7cfe09018280d95124ef707a8d0 | [
"MIT"
] | null | null | null | namespace Git.Services
{
using System.Collections.Generic;
using ViewModels.Commits;
public interface ICommitsService
{
void Create(string description, string creatorId, string repositoryId);
void Delete(string id);
IEnumerable<CommitDetailsViewModel> GetAll(string userId);
... | 20.5 | 79 | 0.70122 |
82ae6e4f7c3fad6dfbabb9e72ad3f4be0e5a16be | 2,956 | cs | C# | src/KeyVaultEmulator/Controllers/DeletedSecretsController.cs | Bluetarsky/AzureKeyVaultEmulator | c2723f809d0f8119e6e11bf423fad924f7131847 | [
"MIT"
] | null | null | null | src/KeyVaultEmulator/Controllers/DeletedSecretsController.cs | Bluetarsky/AzureKeyVaultEmulator | c2723f809d0f8119e6e11bf423fad924f7131847 | [
"MIT"
] | null | null | null | src/KeyVaultEmulator/Controllers/DeletedSecretsController.cs | Bluetarsky/AzureKeyVaultEmulator | c2723f809d0f8119e6e11bf423fad924f7131847 | [
"MIT"
] | 2 | 2019-10-21T21:54:04.000Z | 2021-03-04T12:39:34.000Z | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.KeyVault.Models;
using Microsoft.Rest.Azure;
using System.Threading.Tasks;
namespace AzureKeyVaultEmulator.Controllers
{
[Route("[controller]")]
[ApiController]
public class DeletedSecretsController : ControllerBase
... | 39.413333 | 118 | 0.644114 |
76b80b8d1c27970f456f054ee28ba251f2179ec3 | 1,357 | cs | C# | tvn-cosine.ai/tvn-cosine.ai/svm/SVC_Q.cs | itoledo/Birdie.Tesseract | ec2fc5ca91eea6ef371b486550b9d76e0a741243 | [
"Apache-2.0"
] | null | null | null | tvn-cosine.ai/tvn-cosine.ai/svm/SVC_Q.cs | itoledo/Birdie.Tesseract | ec2fc5ca91eea6ef371b486550b9d76e0a741243 | [
"Apache-2.0"
] | null | null | null | tvn-cosine.ai/tvn-cosine.ai/svm/SVC_Q.cs | itoledo/Birdie.Tesseract | ec2fc5ca91eea6ef371b486550b9d76e0a741243 | [
"Apache-2.0"
] | 1 | 2022-02-07T06:10:09.000Z | 2022-02-07T06:10:09.000Z | namespace tvn.cosine.ai.svm
{
//
// Q matrices for various formulations
//
internal class SVC_Q : Kernel
{
private readonly sbyte[] y;
private readonly Cache cache;
private readonly double[] QD;
public SVC_Q(Problem prob, Parameter param, sbyte[] y_)
:... | 27.693878 | 78 | 0.442152 |
b643a7a4a9a2a9ba3b7c1673562aa5510d7f8a31 | 2,489 | cs | C# | src/unQuery.PerformanceTests/Program.cs | JTOne123/unQuery | 13e3e6491059f7080aa307071a1bb5021b01c9f1 | [
"MIT"
] | 5 | 2015-08-10T18:30:01.000Z | 2019-05-26T16:48:58.000Z | src/unQuery.PerformanceTests/Program.cs | JTOne123/unQuery | 13e3e6491059f7080aa307071a1bb5021b01c9f1 | [
"MIT"
] | 4 | 2016-08-17T09:24:37.000Z | 2019-10-18T13:59:05.000Z | src/unQuery.PerformanceTests/Program.cs | JTOne123/unQuery | 13e3e6491059f7080aa307071a1bb5021b01c9f1 | [
"MIT"
] | 5 | 2015-08-10T18:30:05.000Z | 2020-06-25T10:51:40.000Z | using System;
using System.Diagnostics;
using System.Globalization;
using System.Threading;
namespace unQuery.PerformanceTests
{
public class Program
{
static void Main()
{
// Ensure our output percentages are formatted in a sane way, no matter the OS settings
Thread.CurrentThread.CurrentCultu... | 37.149254 | 140 | 0.697067 |
b6ae1b2c68a6a2e5e35725c460114e9d154591da | 508 | cs | C# | Windows/Views/Settings/SettingsTextView.xaml.cs | QotoQot/Octospace | f65f4d3182bda0444735061232c5f87b0d43467a | [
"Apache-2.0"
] | 10 | 2022-01-20T09:51:43.000Z | 2022-01-24T19:40:34.000Z | Windows/Views/Settings/SettingsTextView.xaml.cs | QotoQot/Octospace | f65f4d3182bda0444735061232c5f87b0d43467a | [
"Apache-2.0"
] | null | null | null | Windows/Views/Settings/SettingsTextView.xaml.cs | QotoQot/Octospace | f65f4d3182bda0444735061232c5f87b0d43467a | [
"Apache-2.0"
] | 1 | 2022-01-24T19:41:05.000Z | 2022-01-24T19:41:05.000Z | using Core.ViewModels.Settings;
using MvvmCross.Platforms.Uap.Views;
using MvvmCross.ViewModels;
using System;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
namespace Win.Views.Settings
{
#nullable enable
public abstract class SettingsTextViewAbstract : MvxWindowsPage<SettingsTextViewModel> { }
publi... | 24.190476 | 94 | 0.73622 |
ea759e8f3ce0748f1babdd7d1e6a092807a7c3cf | 1,950 | cs | C# | src/SignalR.Extensions.Orleans/Internals/HubManagerBackgroundService.cs | jbockle/SignalR.Extensions.Orleans | 0ce18607f33c7f8c9de94647e5bed87c7ee1a52a | [
"MIT"
] | 3 | 2021-09-20T23:59:25.000Z | 2022-03-22T14:05:05.000Z | src/SignalR.Extensions.Orleans/Internals/HubManagerBackgroundService.cs | jbockle/SignalR.Extensions.Orleans | 0ce18607f33c7f8c9de94647e5bed87c7ee1a52a | [
"MIT"
] | null | null | null | src/SignalR.Extensions.Orleans/Internals/HubManagerBackgroundService.cs | jbockle/SignalR.Extensions.Orleans | 0ce18607f33c7f8c9de94647e5bed87c7ee1a52a | [
"MIT"
] | null | null | null | using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Orleans;
using Orleans.Streams;
using SignalR.Extensions.Orleans.Streams;
namespace SignalR.Extensions.Orleans.Internals
{
public interface IHubManagerBackgroundService... | 29.545455 | 98 | 0.666154 |
a501d862f7705f0ff7c851f1287641040994cd11 | 6,527 | cs | C# | test/TestBase.cs | PeteX/tomatwo-datastore | e3d1d1cf1f1e33650c9b5d356446954d75d96b4a | [
"MIT"
] | null | null | null | test/TestBase.cs | PeteX/tomatwo-datastore | e3d1d1cf1f1e33650c9b5d356446954d75d96b4a | [
"MIT"
] | null | null | null | test/TestBase.cs | PeteX/tomatwo-datastore | e3d1d1cf1f1e33650c9b5d356446954d75d96b4a | [
"MIT"
] | null | null | null | using System.IO;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Newtonsoft.Json;
using NUnit.Framework;
using Tomatwo.DataStore;
using Tomatwo.DataStore.StorageServices.Firestore;
using Tomatwo.DataStore.StorageServices.Postgres;
namespace DataStoreTests
{
public class TestBase
{
... | 32.964646 | 111 | 0.43772 |
18040b765126034c867b72f2300d99422375f60d | 5,165 | cs | C# | Microsoft.Research/Contracts/MsCorlib/Original/System.Globalization.Calendar.cs | jeroen-mostert/CodeContracts | a7df47aaf1b6570abc07191a32a0afa29f9838e8 | [
"MIT"
] | 778 | 2015-01-15T21:59:13.000Z | 2019-05-04T04:14:50.000Z | Microsoft.Research/Contracts/MsCorlib/Original/System.Globalization.Calendar.cs | tom-englert/CodeContracts | 7255a95ec1de1453518852030de285d0fa001c11 | [
"MIT"
] | 460 | 2015-01-16T06:30:35.000Z | 2019-02-26T16:13:29.000Z | Microsoft.Research/Contracts/MsCorlib/Original/System.Globalization.Calendar.cs | tom-englert/CodeContracts | 7255a95ec1de1453518852030de285d0fa001c11 | [
"MIT"
] | 198 | 2015-01-15T22:02:07.000Z | 2019-04-10T14:09:57.000Z | // CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit... | 29.514286 | 463 | 0.606389 |
3b60eca51dcadc3c472b05ca5d42a740a2b77dd6 | 505 | cs | C# | trofimon/trofimon.Android/Services/CloseApplication.cs | artur309/trofimon | 18152b178839fca3e841587819939ae71490cb35 | [
"MIT"
] | null | null | null | trofimon/trofimon.Android/Services/CloseApplication.cs | artur309/trofimon | 18152b178839fca3e841587819939ae71490cb35 | [
"MIT"
] | null | null | null | trofimon/trofimon.Android/Services/CloseApplication.cs | artur309/trofimon | 18152b178839fca3e841587819939ae71490cb35 | [
"MIT"
] | null | null | null | using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System;
using Xamarin.Forms;
using trofimon.Droid;
namespace trofimon.Droid
{
public class CloseApplication : ... | 21.041667 | 53 | 0.69703 |
29ecf05b4e3ba964f196df255b9337409320f6a3 | 36,657 | cs | C# | ApiExamples/CSharp/ApiExamples/ExPageSetup.cs | romans91/Aspose.Words-for-.NET | b5055cf6a380610a0f634415c1f853d2aca1e82c | [
"MIT"
] | 1 | 2020-07-31T20:05:36.000Z | 2020-07-31T20:05:36.000Z | ApiExamples/CSharp/ApiExamples/ExPageSetup.cs | stephenratnakar/Aspose.Word | 2be11f8d7688ead514392ee765f95bc066ca3b1e | [
"MIT"
] | null | null | null | ApiExamples/CSharp/ApiExamples/ExPageSetup.cs | stephenratnakar/Aspose.Word | 2be11f8d7688ead514392ee765f95bc066ca3b1e | [
"MIT"
] | null | null | null | // Copyright (c) 2001-2020 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
// "as is", without warranty of any kind, either expressed or implied.
////////////////////////////////////////... | 44.058894 | 157 | 0.627193 |
d7d009d7483c820d52d8209252907053a7c74b71 | 162 | cs | C# | Egnyte.Api/Files/FileOrFolderCustomMetadataProperties.cs | egnyte/egnyte-dotnet | 3b2686b51559465dd2b653564665743fb90d1652 | [
"MIT"
] | 7 | 2016-10-21T01:11:53.000Z | 2020-08-12T14:52:11.000Z | Egnyte.Api/Files/FileOrFolderCustomMetadataProperties.cs | egnyte/egnyte-dotnet | 3b2686b51559465dd2b653564665743fb90d1652 | [
"MIT"
] | 20 | 2016-07-10T20:51:46.000Z | 2021-08-25T14:11:45.000Z | Egnyte.Api/Files/FileOrFolderCustomMetadataProperties.cs | egnyte/egnyte-dotnet | 3b2686b51559465dd2b653564665743fb90d1652 | [
"MIT"
] | 23 | 2016-06-16T15:30:40.000Z | 2020-08-13T13:58:46.000Z | using System.Collections.Generic;
namespace Egnyte.Api.Files
{
public class FileOrFolderCustomMetadataProperties : Dictionary<string, object>
{
}
}
| 18 | 82 | 0.746914 |
08994567f789a4b2a1a68ae51c21f2c5c9bd13a7 | 363 | cs | C# | src/TestSuiteTools/Model/ITestClassPart.cs | rsaugier/SplitTestSuite | 6361bab2e8be47b862efe38eabeed6c230f1d3d2 | [
"MIT"
] | null | null | null | src/TestSuiteTools/Model/ITestClassPart.cs | rsaugier/SplitTestSuite | 6361bab2e8be47b862efe38eabeed6c230f1d3d2 | [
"MIT"
] | null | null | null | src/TestSuiteTools/Model/ITestClassPart.cs | rsaugier/SplitTestSuite | 6361bab2e8be47b862efe38eabeed6c230f1d3d2 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace TestSuiteTools.Model
{
public interface ITestClassPart : ITestSuiteGrain
{
public IReadOnlyCollection<TestMethod> TestMethods { get ; }
public string Name { get; }
public string QualifiedName { get; }
public bool IsWhole { get; }
... | 27.923077 | 68 | 0.661157 |
ba833a2e1bc0b0d9dc2c8a3e6d78191b81428449 | 2,059 | cs | C# | Archpack.Training/ArchUnits/Routing.WebApi/V1/ApiExceptionHandler.cs | vienitdev/APack.Training_SearchList | bfff40d4c97babe770b16c4140bd322394871d3d | [
"MIT"
] | null | null | null | Archpack.Training/ArchUnits/Routing.WebApi/V1/ApiExceptionHandler.cs | vienitdev/APack.Training_SearchList | bfff40d4c97babe770b16c4140bd322394871d3d | [
"MIT"
] | null | null | null | Archpack.Training/ArchUnits/Routing.WebApi/V1/ApiExceptionHandler.cs | vienitdev/APack.Training_SearchList | bfff40d4c97babe770b16c4140bd322394871d3d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http.ExceptionHandling;
using Archpack.Training.ArchUnits.WebApiModels.V1;
using Archpack.Training.Properties;
using System.Net.Http;
using System.Net;
using System.Data.Entity.Infrastructure;
using System.Data.Entity... | 34.898305 | 123 | 0.635746 |
baf1f28ca01c66e1bf1f6b360d7fbab5d426d594 | 589 | cs | C# | SlimLib.Microsoft.Defender.AdvancedThreatProtection/ClientInterfaces/ISlimAtpSoftwareClient.cs | realmjoin/SlimLib.Microsoft.Defender.AdvancedThreatProtection | 1c2c6f68cb1bffc8c6aa9ad2d148a60efad74b2e | [
"MIT"
] | null | null | null | SlimLib.Microsoft.Defender.AdvancedThreatProtection/ClientInterfaces/ISlimAtpSoftwareClient.cs | realmjoin/SlimLib.Microsoft.Defender.AdvancedThreatProtection | 1c2c6f68cb1bffc8c6aa9ad2d148a60efad74b2e | [
"MIT"
] | null | null | null | SlimLib.Microsoft.Defender.AdvancedThreatProtection/ClientInterfaces/ISlimAtpSoftwareClient.cs | realmjoin/SlimLib.Microsoft.Defender.AdvancedThreatProtection | 1c2c6f68cb1bffc8c6aa9ad2d148a60efad74b2e | [
"MIT"
] | null | null | null | using SlimLib.Auth.Azure;
using System.Collections.Generic;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
namespace SlimLib.Microsoft.Defender.AdvancedThreatProtection
{
public interface ISlimAtpSoftwareClient
{
Task<JsonElement> GetSoftwareAsync(IAzureTenant tenant, str... | 39.266667 | 163 | 0.806452 |
ee3cfdc08f2a1374f92236fafe81315495dc4bc8 | 1,637 | cs | C# | Programming Basics C# Sept2018/EXAMS/2018-July-EXAM/Substitute/Substitute.cs | bodyquest/SoftwareUniversity-Bulgaria | a402d8671e3b66e69b216ed126d00747690607dc | [
"MIT"
] | 2 | 2021-11-21T17:50:05.000Z | 2022-02-11T23:23:47.000Z | Programming Basics C# Sept2018/EXAMS/2018-July-EXAM/Substitute/Substitute.cs | bodyquest/SoftwareUniversity-Bulgaria | a402d8671e3b66e69b216ed126d00747690607dc | [
"MIT"
] | 5 | 2020-08-09T12:46:12.000Z | 2022-03-29T07:14:53.000Z | Programming Basics C# Sept2018/EXAMS/2018-July-EXAM/Substitute/Substitute.cs | bodyquest/SoftwareUniversity-Bulgaria | a402d8671e3b66e69b216ed126d00747690607dc | [
"MIT"
] | 2 | 2020-08-01T16:33:17.000Z | 2021-11-21T17:50:06.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Substitute
{
class Substitute
{
static void Main(string[] args)
{
int K = int.Parse(Console.ReadLine());
int L = int.Parse(Console.ReadLine());
... | 28.719298 | 88 | 0.260232 |
611d04cf1648bf8499ae53805a36728e584b78ea | 359 | cs | C# | Object/Program.cs | Doni-zete/Softblue-praticas-cssharp | 0d509e47d64b20b8cd7c374addd2e0c8da499157 | [
"MIT"
] | null | null | null | Object/Program.cs | Doni-zete/Softblue-praticas-cssharp | 0d509e47d64b20b8cd7c374addd2e0c8da499157 | [
"MIT"
] | null | null | null | Object/Program.cs | Doni-zete/Softblue-praticas-cssharp | 0d509e47d64b20b8cd7c374addd2e0c8da499157 | [
"MIT"
] | null | null | null | using System;
namespace Object
{
class Program
{
static void Main()
{
Carro c = new Carro();
c.Marca = "Ferrari";
c.Ano = 100;
stringc.ToString();
}
}
public class Carro :
{
public string Marca { get; set; }
... | 15.608696 | 41 | 0.440111 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.