commit stringlengths 40 40 | subject stringlengths 4 1.73k | repos stringlengths 5 127k | old_file stringlengths 2 751 | new_file stringlengths 2 751 | new_contents stringlengths 1 8.98k | old_contents stringlengths 0 6.59k | license stringclasses 13
values | lang stringclasses 23
values |
|---|---|---|---|---|---|---|---|---|
bd78ff475623ff4194e5204ebcb12f3258808bbb | bump tools version | dgg/nmoneys,dgg/nmoneys | src/NMoneys.Tools/Properties/AssemblyInfo.cs | src/NMoneys.Tools/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | bsd-3-clause | C# |
07ce2186cdc81cd747110d8bb3dde73453057423 | Remove unused namespace | autofac/Autofac | src/Autofac/Core/Registration/ExternalComponentRegistration.cs | src/Autofac/Core/Registration/ExternalComponentRegistration.cs | // Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using Autofac.Core.Resolving.Pipeline;
namespace Autofac.Core.Registration
{
/// <summary>
/// A wrapper component registration created only to dis... | // Copyright (c) Autofac Project. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Threading.Tasks;
using Autofac.Core.Resolving.Pipeline;
namespace Autofac.Core.Registration
{
/// <summary>
/// A wrapper component re... | mit | C# |
062db9eae67b3daf40f528dd502b0905ebcb0b81 | Update logic for 'Go to original publication' button | dncuug/dot-net.in.ua,dncuug/dot-net.in.ua,dncuug/dot-net.in.ua | src/WebSite/Views/Shared/_Publication.cshtml | src/WebSite/Views/Shared/_Publication.cshtml | @model Core.ViewModels.PublicationViewModel
<div class="publication-preview">
<div class="image-block">
@if (string.IsNullOrEmpty(Model.Image)) {
<img class="img-responsive" alt="@Model.Title" src="@Core.Settings.Current.DefaultPublicationImage" />
}
else{
... | @model Core.ViewModels.PublicationViewModel
<div class="publication-preview">
<div class="image-block">
@if (string.IsNullOrEmpty(Model.Image)) {
<img class="img-responsive" alt="@Model.Title" src="@Core.Settings.Current.DefaultPublicationImage" />
}
else{
... | mit | C# |
f83d7c90716c6839396b37d3851e35bd3851d556 | Update Startup.cs | IBM-Bluemix/asp.net5-helloworld,IBM-Bluemix/asp.net5-helloworld | src/dotnetHelloWorld/Startup.cs | src/dotnetHelloWorld/Startup.cs | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using dotnetHelloWorld.Models;
using System;
using Newtonsoft.Json;
using System.Linq;
using Microsoft.EntityFrameworkCor... | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using dotnetHelloWorld.Models;
using System;
using Newtonsoft.Json;
using System.Linq;
using Microsoft.EntityFrameworkCor... | apache-2.0 | C# |
38afc53bad96157459e66ee0920b8120e6bf375d | Update interactive visual test runs to use development directory | ppy/osu,peppy/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu | osu.Game/Tests/VisualTestRunner.cs | osu.Game/Tests/VisualTestRunner.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using System;
using osu.Framework;
using osu.Framework.Platform;
namespace osu.Game.Tests
{
public static class VisualTestRunner
{
[S... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
using System;
using osu.Framework;
using osu.Framework.Platform;
namespace osu.Game.Tests
{
public static class VisualTestRunner
{
[S... | mit | C# |
e2595e0d2c4743b7a0b393314807a7e72387e62b | Add Features in Template.CSharp project. (#204) | AntShares/AntShares.SmartContract.Framework | templates/Template.CSharp/Contract1.cs | templates/Template.CSharp/Contract1.cs | using Neo.SmartContract.Framework;
using Neo.SmartContract.Framework.Services.Neo;
using System;
using System.Numerics;
namespace $safeprojectname$
{
[Features(ContractFeatures.HasStorage)]
public class Contract1 : SmartContract
{
public static bool Main(string operation, object[] args)
{
... | using Neo.SmartContract.Framework;
using Neo.SmartContract.Framework.Services.Neo;
using System;
using System.Numerics;
namespace $safeprojectname$
{
public class Contract1 : SmartContract
{
public static bool Main(string operation, object[] args)
{
Storage.Put("Hello", "World");
... | mit | C# |
c2f21218b4e2d7d5e158d20c54376ba4009b472b | Update file version of DLL to match NuGet package. | mmanela/diffplex,mmanela/diffplex,mmanela/diffplex,mmanela/diffplex | DiffPlex/Properties/AssemblyInfo.cs | DiffPlex/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Di... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Di... | apache-2.0 | C# |
41ee56e6d2653694e63a76560303aab24eac10fc | Add assembly description | LouisTakePILLz/ArgumentParser | ArgumentParser/Properties/AssemblyInfo.cs | ArgumentParser/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ArgumentParser")]
[... | using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ArgumentParser")]
[... | apache-2.0 | C# |
f6d5ca2a205c47e7d6ee59a473430410b78a75b3 | Implement Dispose pattern | rhynodegreat/CSharpGameLibrary,rhynodegreat/CSharpGameLibrary,vazgriz/CSharpGameLibrary,vazgriz/CSharpGameLibrary | CSGL.Vulkan/Vulkan/DescriptorSetLayout.cs | CSGL.Vulkan/Vulkan/DescriptorSetLayout.cs | using System;
using System.Collections.Generic;
namespace CSGL.Vulkan {
public class DescriptorSetLayoutCreateInfo {
public List<VkDescriptorSetLayoutBinding> bindings;
}
public class DescriptorSetLayout : IDisposable, INative<VkDescriptorSetLayout> {
VkDescriptorSetLayout descriptorSetLa... | using System;
using System.Collections.Generic;
namespace CSGL.Vulkan {
public class DescriptorSetLayoutCreateInfo {
public List<VkDescriptorSetLayoutBinding> bindings;
}
public class DescriptorSetLayout : IDisposable, INative<VkDescriptorSetLayout> {
VkDescriptorSetLayout descriptorSetLa... | mit | C# |
9dbe46e0558db757432662291139172aec55dd3f | Bump version to 17.0.0.44582 | HearthSim/HearthDb | HearthDb/Properties/AssemblyInfo.cs | HearthDb/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Hea... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Hea... | mit | C# |
29aab8102600712f76d9d9fb74060e71cdf1c3ab | Update MicrosoftInterstitialAdUnitBundle.cs | tiksn/TIKSN-Framework | TIKSN.Core/Advertising/MicrosoftInterstitialAdUnitBundle.cs | TIKSN.Core/Advertising/MicrosoftInterstitialAdUnitBundle.cs | namespace TIKSN.Advertising
{
public class MicrosoftInterstitialAdUnitBundle : MicrosoftAdUnitBundle
{
public static readonly AdUnit MicrosoftTestModeInterstitialAdUnit = new AdUnit(AdProviders.Microsoft,
"d25517cb-12d4-4699-8bdc-52040c712cab", "11389925", true);
public MicrosoftIn... | namespace TIKSN.Advertising
{
public class MicrosoftInterstitialAdUnitBundle : MicrosoftAdUnitBundle
{
public static readonly AdUnit MicrosoftTestModeInterstitialAdUnit = new AdUnit(AdProviders.Microsoft,
"d25517cb-12d4-4699-8bdc-52040c712cab", "11389925", true);
public MicrosoftIn... | mit | C# |
ebfdd314b30210be5f442157fd695035ad92bc07 | change version to 1.2.0.0 | jittuu/NSupport | NSupport/Properties/AssemblyInfo.cs | NSupport/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("NSupport")]
[assembly: AssemblyDescriptio... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("NSupport")]
[assembly: AssemblyDescriptio... | mit | C# |
00f2ca8478821aef0239db8c3b2cf6f26862b1ca | update IContegaGame.cs | melazarus/contega | polyomino/IContegaGame.cs | polyomino/IContegaGame.cs | //TODO: allow swap current block with next block
//TODO: allow initial seed of grid with random data or with predefined set of data
//TODO: allow lines to be added on the bottom
namespace polyomino
{
public interface IContegaGame
{
/// <summary>
/// Advance the game one tick
/// </summ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace polyomino
{
public interface IContegaGame
{
/// <summary>
/// Advance the game one tick
/// </summary>
/// <returns>number of rows elliminated after tic... | mit | C# |
e8c142353c28b60c1f00fa699eabeef607b64666 | Fix default icon path when add new web search | qianlifeng/Wox,Wox-launcher/Wox,lances101/Wox,Wox-launcher/Wox,lances101/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.WebSearch/WebSearch.cs | Plugins/Wox.Plugin.WebSearch/WebSearch.cs | using System.IO;
using JetBrains.Annotations;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace Wox.Plugin.WebSearch
{
public class WebSearch
{
public const string DefaultIcon = "web_search.png";
public string Title { get; set; }
public string ActionKeyword { get; s... | using System.IO;
using JetBrains.Annotations;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
namespace Wox.Plugin.WebSearch
{
public class WebSearch
{
public const string DefaultIcon = "web_search.png";
public string Title { get; set; }
public string ActionKeyword { get; s... | mit | C# |
9fc81f2530a85635c873b0aedf4fce9a35475eb5 | Remove test data | awaescher/RepoZ,awaescher/RepoZ | RepoZ.UI.Mac.Story/PopupViewController.cs | RepoZ.UI.Mac.Story/PopupViewController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using AppKit;
using RepoZ.UI.Mac.Story.Model;
using RepoZ.Api.Git;
namespace RepoZ.UI.Mac.Story
{
public partial class PopupViewController : AppKit.NSViewController
{
private IRepositoryInformationAggregator _aggregat... | using System;
using System.Collections.Generic;
using System.Linq;
using Foundation;
using AppKit;
using RepoZ.UI.Mac.Story.Model;
using RepoZ.Api.Git;
namespace RepoZ.UI.Mac.Story
{
public partial class PopupViewController : AppKit.NSViewController
{
private IRepositoryInformationAggregator _aggregat... | mit | C# |
c898271f8349470436a6fb2f44f16ce018018d60 | Update PlayerStatsSummaryType.cs | aktai0/RiotSharp,Oucema90/RiotSharp,florinciubotariu/RiotSharp,RodrigoArantes23/RiotSharp,jessehallam/RiotSharp,frederickrogan/RiotSharp,Qinusty/RiotSharp,Shidesu/RiotSharp,JanOuborny/RiotSharp,Challengermode/RiotSharp,BenFradet/RiotSharp,jono-90/RiotSharp,oisindoherty/RiotSharp | RiotSharp/Stats/PlayerStatsSummaryType.cs | RiotSharp/Stats/PlayerStatsSummaryType.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RiotSharp
{
/// <summary>
/// Type of player stats (Stats API).
/// </summary>
public enum PlayerStatsSummaryType
{
AramUnranked5x5,
CAP5x5,
CoopVsA... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RiotSharp
{
/// <summary>
/// Type of player stats (Stats API).
/// </summary>
public enum PlayerStatsSummaryType
{
AramUnranked5x5,
CoopVsAI,... | mit | C# |
6d7aaf1ea615b909f938ad5154107cb68a13d752 | Build and publish nuget package | RockFramework/Rock.Messaging | Rock.Messaging/Properties/AssemblyInfo.cs | Rock.Messaging/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ro... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ro... | mit | C# |
f30605400e757dab8521866a9f5af88af99507a0 | Allow setting can_non_owners_invite flag on folders (#490) | box/box-windows-sdk-v2 | Box.V2/Models/Request/BoxFolderRequest.cs | Box.V2/Models/Request/BoxFolderRequest.cs | using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Box.V2.Models
{
/// <summary>
/// A request class for making folder requests
/// </summary>
public class BoxFolderRequest : BoxItemRequest
{
... | using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Box.V2.Models
{
/// <summary>
/// A request class for making folder requests
/// </summary>
public class BoxFolderRequest : BoxItemRequest
{
... | apache-2.0 | C# |
e0b17818841c9e17750c9b8770b50cf944d21635 | Use nameof to be type safe | Miruken-DotNet/Miruken | Source/Miruken/Register/ServiceFactory.cs | Source/Miruken/Register/ServiceFactory.cs | namespace Miruken.Register
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading.Tasks;
using Callback;
using Callback.Policy;
using Callback.Policy.Bindings;
[Unmanaged]
public class ServiceFactory<T> : Handler
{
... | namespace Miruken.Register
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading.Tasks;
using Callback;
using Callback.Policy;
using Callback.Policy.Bindings;
[Unmanaged]
public class ServiceFactory<T> : Handler
{
... | mit | C# |
34aa5274e24de85eca5dbb5bd9cd74ab33ac3d91 | Bump v1.1.3 | karronoli/tiny-sato | TinySato/Properties/AssemblyInfo.cs | TinySato/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("TinySato")]
[assembly: AssemblyDescription("You can construct and send SBPL packet to Sato printer. Sat... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("TinySato")]
[assembly: AssemblyDescription("You can construct and send SBPL packet to Sato printer. Sat... | apache-2.0 | C# |
2329a2a2346142978daf5fe99fa8e3256f9f2e7b | use css files instead of bundle | odedw/game-of-music,odedw/game-of-music | GameOfMusicV2/Views/Shared/_Layout.cshtml | GameOfMusicV2/Views/Shared/_Layout.cshtml | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game of Music</title>
<link href="~/Content/bootstrap.min.css" rel="stylesheet" />
<link href="~/Content/Site.min.css" rel="stylesheet" />
@Scripts.Render("~/bund... | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game of Music</title>
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
<meta name="description" content="Game of Music | A music experiment ... | mit | C# |
1181ed12bd24b7e1c12bd73fdd2a7947083284f6 | Update version to 0.1.5 after several bug fixes. | mjvh80/jefferson | Jefferson.Core/Properties/AssemblyInfo.cs | Jefferson.Core/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Je... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Je... | apache-2.0 | C# |
6c691952231b9f76b08d7786c539e641c09dcb62 | Introduce a retry machanism with the Blockchain API | IWBWbiz/MultiMiner,nwoolls/MultiMiner,nwoolls/MultiMiner,IWBWbiz/MultiMiner | MultiMiner.Blockchain/ApiContext.cs | MultiMiner.Blockchain/ApiContext.cs | using MultiMiner.Blockchain.Data;
using MultiMiner.ExchangeApi;
using MultiMiner.ExchangeApi.Data;
using MultiMiner.Utility.Net;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
namespace MultiMiner.Blockchain
{
public class ApiContext : IApiContext
{
public IE... | using MultiMiner.Blockchain.Data;
using MultiMiner.ExchangeApi;
using MultiMiner.ExchangeApi.Data;
using MultiMiner.Utility.Net;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;
namespace MultiMiner.Blockchain
{
public class ApiContext : IApiContext
{... | mit | C# |
fbc3f770645cd129d81b8deddaaf1ebe09cafbe2 | Bump to v2.8.1.0 | Silv3rPRO/proshine | PROShine/Properties/AssemblyInfo.cs | PROShine/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: Ass... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: Ass... | mit | C# |
d1059ee26770293b5075248e1a0a7009cdf1d64a | Update AppModel | sakapon/Tools-2015 | PlanetClock/PlanetClock/AppModel.cs | PlanetClock/PlanetClock/AppModel.cs | using System;
using System.Collections.Generic;
using System.Linq;
using KLibrary.Labs.Reactive.Models;
namespace PlanetClock
{
public class AppModel
{
const int TickMilliseconds = 20;
static readonly TimeSpan TickInterval = TimeSpan.FromMilliseconds(TickMilliseconds);
public IObserva... | using System;
using System.Collections.Generic;
using System.Linq;
using KLibrary.Labs.Reactive.Models;
namespace PlanetClock
{
public class AppModel
{
const int TickMilliseconds = 20;
static readonly TimeSpan TickInterval = TimeSpan.FromMilliseconds(TickMilliseconds);
IObservable<Dat... | mit | C# |
35633419c83b80cf8e874e5668d097b442a17481 | Update ChangeChartPosition.cs | aspose-cells/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,maria-shahid-as... | Examples/CSharp/Charts/ChangeChartPosition.cs | Examples/CSharp/Charts/ChangeChartPosition.cs | using System.IO;
using Aspose.Cells;
using Aspose.Cells.Charts;
namespace Aspose.Cells.Examples.Charts
{
public class ChangeChartPosition
{
public static void Main(string[] args)
{
//ExStart:1
// The path to the documents directory.
string dataDir = Aspose.C... | using System.IO;
using Aspose.Cells;
using Aspose.Cells.Charts;
namespace Aspose.Cells.Examples.Charts
{
public class ChangeChartPosition
{
public static void Main(string[] args)
{
// The path to the documents directory.
string dataDir = Aspose.Cells.Examples.Utils.GetD... | mit | C# |
59657aca9a5e42bef22d93ceb8053557f8bbf8cd | Remove redundant qualifier | smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu | osu.Game.Rulesets.Osu/Skinning/Legacy/LegacyReverseArrow.cs | osu.Game.Rulesets.Osu/Skinning/Legacy/LegacyReverseArrow.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Diagnostics;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Objects.Drawables... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Diagnostics;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Objects.Drawables... | mit | C# |
0cdf6fa7e2bc847024d34bd25558d4565a84f834 | Make HitObjectOverlay into an OverlayContainer | DrabWeb/osu,2yangk23/osu,naoey/osu,smoogipoo/osu,johnneijzen/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ZLima12/osu,EVAST9919/osu,ppy/osu,ZLima12/osu,Nabile-Rahmani/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,DrabWeb/osu,naoey/osu,Frontear/osuKyzer,johnneijzen/osu... | osu.Game/Rulesets/Edit/Layers/Selection/HitObjectOverlay.cs | osu.Game/Rulesets/Edit/Layers/Selection/HitObjectOverlay.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Objects.Drawables;
namespace osu.Game.Rulesets.Edit.Layers.Selection
{
public class HitObj... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Objects.Drawables;
namespace osu.Game.Rulesets.Edit.Layers.Selection
{
public class HitObj... | mit | C# |
378743ea1edc6ab96323aa426b7e5d8488f0a78b | Add extension helpers to Option type | MECLab/RailwayLibrary | Src/RailwayLibrary.Option/Option.cs | Src/RailwayLibrary.Option/Option.cs | namespace RailwayLibrary.Option
{
public abstract class Option<TContent>
{
public static Option<TContent> Some(TContent content) => new Some<TContent>(content);
public static Option<TContent> None() => new None<TContent>();
}
public class Some<TContent> : Option<TContent>
{
... | namespace RailwayLibrary.Option
{
public abstract class Option<TContent>
{
public static Option<TContent> Some(TContent content) => new Some<TContent>(content);
public static Option<TContent> None() => new None<TContent>();
}
public class Some<TContent> : Option<TContent>
{
... | mit | C# |
444b3a2e3884a16010cce1695b49efc061455b07 | Add author | martinjw/CreateTestDatabase | CreateTestDatabase/Properties/AssemblyInfo.cs | CreateTestDatabase/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CreateTestDatabase")]
[assembly: Assembly... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CreateTestDatabase")]
[assembly: Assembly... | mit | C# |
30b8ebfb9c4e70ac1ea3806a2d66bb8f04ee6e88 | Fix the URL to point at the Noda Time blog because msmvps.com 503. | zaccharles/nodatime,zaccharles/nodatime,BenJenkinson/nodatime,malcolmr/nodatime,BenJenkinson/nodatime,zaccharles/nodatime,zaccharles/nodatime,zaccharles/nodatime,zaccharles/nodatime,jskeet/nodatime,nodatime/nodatime,nodatime/nodatime,malcolmr/nodatime,malcolmr/nodatime,malcolmr/nodatime,jskeet/nodatime | src/NodaTime/Annotations/ReadWriteForEfficiencyAttribute.cs | src/NodaTime/Annotations/ReadWriteForEfficiencyAttribute.cs | // Copyright 2014 The Noda Time Authors. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
using System;
namespace NodaTime.Annotations
{
/// <summary>
/// Indicates that a value-type field which would otherwise by <c>readonly</... | // Copyright 2014 The Noda Time Authors. All rights reserved.
// Use of this source code is governed by the Apache License 2.0,
// as found in the LICENSE.txt file.
using System;
namespace NodaTime.Annotations
{
/// <summary>
/// Indicates that a value-type field which would otherwise by <c>readonly</... | apache-2.0 | C# |
9de18d45a5bd4e464ce644717a1c89b0622f5839 | Use bitshifted notation. | UselessToucan/osu,Damnae/osu,ppy/osu,DrabWeb/osu,johnneijzen/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,naoey/osu,smoogipooo/osu,DrabWeb/osu,2yangk23/osu,EVAST9919/osu,peppy/osu,ZLima12/osu,DrabWeb/osu,peppy/osu,naoey/osu,peppy/osu,smoogipoo/osu,ppy/osu,Frontear/osuKyzer,naoey/osu,ppy/osu,EVAST9919/osu,Nabil... | osu.Game.Rulesets.Mania/Beatmaps/Patterns/Legacy/PatternType.cs | osu.Game.Rulesets.Mania/Beatmaps/Patterns/Legacy/PatternType.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
{
/// <summary>
/// The type of pattern to generate. Used for legacy patterns.... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
{
/// <summary>
/// The type of pattern to generate. Used for legacy patterns.... | mit | C# |
f1d241ba934c7bd6f0a00122759b402005666b63 | Update Console Program with a Condition - Add unit test for Guest role | penblade/Training.CSharpWorkshop | Training.CSharpWorkshop.Tests/ProgramTests.cs | Training.CSharpWorkshop.Tests/ProgramTests.cs | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Training.CSharpWorkshop.Tests
{
[TestClass]
public class ProgramTests
{
[Ignore]
[TestMethod]
public void IgnoreTest()
{
Assert.Fail();
}
[TestMethod()]
public v... | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Training.CSharpWorkshop.Tests
{
[TestClass]
public class ProgramTests
{
[Ignore]
[TestMethod]
public void IgnoreTest()
{
Assert.Fail();
}
[TestMethod()]
public v... | mit | C# |
5e19719bd8e5ed9103a8e929a2bc48fd70396b2c | Fix showing only minutes of the hour insteal of total minutes in virtual table. | betrakiss/Tramline-5,betrakiss/Tramline-5 | src/TramlineFive/TramlineFive/Converters/TimingConverter.cs | src/TramlineFive/TramlineFive/Converters/TimingConverter.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml.Data;
namespace TramlineFive.Converters
{
public class TimingConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, st... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml.Data;
namespace TramlineFive.Converters
{
public class TimingConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, st... | apache-2.0 | C# |
7b22f54b0411191d29baa8677a4c7d4cf8bd00fd | add random generator | TomaNikolov/MemoryGame | MemoryGames/MemoryGames/CardRandomPosition.cs | MemoryGames/MemoryGames/CardRandomPosition.cs | using System;
using System.Collections.Generic;
using System.Linq;
namespace MemoryGames
{
public class CardRandomPosition
{
public static CardFace[,] GetRandomCardFace(int dimentionZero, int dimentionOne)
{
const int pair = 2;
const int pairCount = 9;
CardF... | using System;
using System.Collections.Generic;
using System.Linq;
namespace MemoryGames
{
public class CardRandomPosition
{
public static CardFace[,] GetRandomCardFace(int dimentionZero, int dimentionOne)
{
const int pair = 2;
const int pairCount = 9;
CardF... | mit | C# |
761656f23c132b85e0efc82a06c80d1c504bb2aa | remove unused field | jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzi... | samples/ControlCatalog/App.xaml.cs | samples/ControlCatalog/App.xaml.cs | using System;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
namespace ControlCatalog
{
public class App : Application
{
public override void Initialize()
{
AvaloniaXamlLoader.Load(this);
}
public o... | using System;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
namespace ControlCatalog
{
public class App : Application
{
private NativeMenu _recentMenu;
public override void Initialize()
{
AvaloniaXamlLoade... | mit | C# |
2a63d536c32d73203adc5602c504c867879b91fb | add default constructor that initialises with some (for me) useful flags, and empty lists. | pinebit/SolutionInspector | SolutionInspector/Settings/ProjectSettings.cs | SolutionInspector/Settings/ProjectSettings.cs | using System.Collections.Generic;
using SolutionInspector.Contracts;
namespace SolutionInspector.Settings
{
internal class ProjectSettings : IProjectSettings
{
public ProjectSettings()
{
DetectMissingFiles = true;
AllowBuildEvents = true;
AssemblyNameIsProj... | using System.Collections.Generic;
using SolutionInspector.Contracts;
namespace SolutionInspector.Settings
{
internal class ProjectSettings : IProjectSettings
{
public ProjectSettings(
bool? detectMissingFiles,
bool? allowBuildEvents,
bool? assemblyNameIsProjectName... | mit | C# |
16082c35b8e99fa9c9b851d76e6d464bf84076df | Update DocumentContainerTests.cs | Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D | tests/Core2D.UnitTests/Containers/DocumentContainerTests.cs | tests/Core2D.UnitTests/Containers/DocumentContainerTests.cs | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Core2D.Containers;
using Xunit;
namespace Core2D.UnitTests
{
public class DocumentContainerTests
{
[Fact]
[Trait("Core2D.Containers"... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Core2D.Containers;
using Xunit;
namespace Core2D.UnitTests
{
public class DocumentContainerTests
{
[Fact]
[Trait("Core2D.Containers"... | mit | C# |
95c22fa95f3a8721b98f67e8e419569fdeb52720 | Improve Enum display. Work Item #1985 | CslaGenFork/CslaGenFork,CslaGenFork/CslaGenFork,CslaGenFork/CslaGenFork,CslaGenFork/CslaGenFork | trunk/Solutions/CslaGenFork/Metadata/PropertyDeclaration.cs | trunk/Solutions/CslaGenFork/Metadata/PropertyDeclaration.cs | using System.ComponentModel;
namespace CslaGenerator.Metadata
{
/// <summary>
/// Declaration mode of the property.
/// </summary>
public enum PropertyDeclaration
{
Managed,
[Description("Managed with Type Conversion")]
ManagedWithTypeConversion,
Unmanag... | using System.ComponentModel;
namespace CslaGenerator.Metadata
{
/// <summary>
/// Declaration mode of the property.
/// </summary>
public enum PropertyDeclaration
{
Managed,
[Description("Managed with Type Conversion")]
ManagedWithTypeConversion,
Unmanag... | mit | C# |
753aeeb37849581fb529c14ab4c1559d8a470525 | remove text with no i18n | Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox/Converters/QuerySuggestionBoxConverter.cs | Wox/Converters/QuerySuggestionBoxConverter.cs | using System;
using System.Globalization;
using System.Windows.Data;
using Wox.Infrastructure.Logger;
using Wox.ViewModel;
namespace Wox.Converters
{
public class QuerySuggestionBoxConverter : IMultiValueConverter
{
public object Convert(object[] values, Type targetType, object parameter, CultureInfo ... | using System;
using System.Globalization;
using System.Windows.Data;
using Wox.Infrastructure.Logger;
using Wox.ViewModel;
namespace Wox.Converters
{
public class QuerySuggestionBoxConverter : IMultiValueConverter
{
public object Convert(object[] values, Type targetType, object parameter, CultureInfo ... | mit | C# |
0769a1dd6573ac64ffea96c973cccbdd918a3382 | 添加SimpleDisposable.~SimpleDisposable() | zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,zkweb-framework/ZKWeb,303248153/ZKWeb | ZKWebStandard/Collections/SimpleDisposable.cs | ZKWebStandard/Collections/SimpleDisposable.cs | using System;
using System.Threading;
namespace ZKWebStandard.Collections {
/// <summary>
/// 简单的Disposable类
/// 可以指定在对象回收时执行的函数
/// 指定的函数最多只会被执行一次
/// </summary>
public class SimpleDisposable : IDisposable {
/// <summary>
/// 在Dispose时执行的函数
/// </summary>
protected Action OnDispose { get; ... | using System;
using System.Threading;
namespace ZKWebStandard.Collections {
/// <summary>
/// 简单的Disposable类
/// 可以指定在Dispose时执行的函数
/// 且指定的函数最多只会被执行一次
/// </summary>
public class SimpleDisposable : IDisposable {
/// <summary>
/// 在Dispose时执行的函数
/// </summary>
Action OnDispose { get; set; }... | mit | C# |
3494c63efaa4b8e323fba816ffc76dd9a1a85511 | Reduce unnecessary allocations. | gitsno/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector,gitsno/MySqlConnector | src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs | src/MySqlConnector/Protocol/Serialization/BufferedByteReader.cs | using System;
using System.Threading.Tasks;
namespace MySql.Data.Protocol.Serialization
{
internal sealed class BufferedByteReader
{
public ValueTask<ArraySegment<byte>> ReadBytesAsync(IByteHandler byteHandler, int count, IOBehavior ioBehavior)
{
if (m_remainingData.Count >= count)
{
var readBytes = n... | using System;
using System.Threading.Tasks;
namespace MySql.Data.Protocol.Serialization
{
internal sealed class BufferedByteReader
{
public ValueTask<ArraySegment<byte>> ReadBytesAsync(IByteHandler byteHandler, int count, IOBehavior ioBehavior)
{
if (m_remainingData.Count >= count)
{
var readBytes = n... | mit | C# |
82d73cfe2b3a7a854d30931249cb167e2f2f3a3d | Add module to move a message from one channel to another | mariocatch/MODiX,mariocatch/MODiX,mariocatch/MODiX,mariocatch/MODiX | Modix/Modules/MoveMessageModule.cs | Modix/Modules/MoveMessageModule.cs | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Modix.Services.CommandHelp;
namespace Modix.Modules
{
[Name("Move Message"), RequireUserPermission(GuildPermission.ManageMessages), HiddenFromHelp]
public class MoveMessageModule : ModuleBase
{
... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Modix.Services.CommandHelp;
namespace Modix.Modules
{
[Name("Move Message"), RequireUserPermission(GuildPermission.ManageMessages), HiddenFromHelp]
public class MoveMessageModule : ModuleBase
{
... | mit | C# |
e9c48f02acaaad67e22c338fb330164bbcf1262c | Bump the copyright year | PintaProject/Pinta,PintaProject/Pinta,PintaProject/Pinta | Pinta/Dialogs/AboutPintaTabPage.cs | Pinta/Dialogs/AboutPintaTabPage.cs | // AboutPintaTabPage.cs
//
// Author:
// Viktoria Dudka (viktoriad@remobjects.com)
//
// Copyright (c) 2009 RemObjects Software
//
// 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... | // AboutPintaTabPage.cs
//
// Author:
// Viktoria Dudka (viktoriad@remobjects.com)
//
// Copyright (c) 2009 RemObjects Software
//
// 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... | mit | C# |
60ae07f38af541d7e782918dc9efe9f6ffe9747b | Fix MS test issue: Pressing the Back button from the first screen of an application must close the application. Solution: terminate application when back key pressed on auth page. | jarvisji/kanboxwp | kanboxwp/kanboxwp/AuthPage.xaml.cs | kanboxwp/kanboxwp/AuthPage.xaml.cs | using Microsoft.Phone.Controls;
using System;
using System.IO.IsolatedStorage;
using System.IO;
using kanboxwp.Utils;
using System.Net;
using kanboxwp.Entities;
using Newtonsoft.Json;
using System.Windows.Navigation;
using System.Windows;
using System.ComponentModel;
namespace kanboxwp
{
public partial class Aut... | using Microsoft.Phone.Controls;
using System;
using System.IO.IsolatedStorage;
using System.IO;
using kanboxwp.Utils;
using System.Net;
using kanboxwp.Entities;
using Newtonsoft.Json;
using System.Windows.Navigation;
using System.Windows;
namespace kanboxwp
{
public partial class AuthPage : PhoneApplicationPage
... | mit | C# |
8426c71ae77e28a774f99ab4cd957fd18a7e510b | Implement File Splitter | sakapon/Tools-2016 | FileSplitter/FileSplitter/Program.cs | FileSplitter/FileSplitter/Program.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace FileSplitter
{
class Program
{
static void Main(string[] args)
{
if (args.Length < 1) return;
if (args.Length == 1)
Split(args[0]);
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FileSplitter
{
class Program
{
static void Main(string[] args)
{
}
}
}
| mit | C# |
214af9e37294bebe43a26b7d8e6b99a6f011477d | Make NativeApplication IDisposable | mono-soc-2012/Tasque,mono-soc-2012/Tasque,mono-soc-2012/Tasque | src/libtasque/NativeApplication.cs | src/libtasque/NativeApplication.cs | //
// NativeApplication.cs
//
// Author:
// Antonius Riha <antoniusriha@gmail.com>
//
// Copyright (c) 2012 Antonius Riha
//
// 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 with... | //
// NativeApplication.cs
//
// Author:
// Antonius Riha <antoniusriha@gmail.com>
//
// Copyright (c) 2012 Antonius Riha
//
// 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 with... | mit | C# |
5b5bcd7681ed2f5e707ba0ed6afe2bae1a09e849 | Fix attack sub-effect display | JazzFisch/AnotherCombatManager,JazzFisch/AnotherCombatManager,JazzFisch/AnotherCombatManager | ExtensionMethods/AttackType.cs | ExtensionMethods/AttackType.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DnD4e.LibraryHelper.Monster;
namespace DnD4e.LibraryHelper.ExtensionMethods {
public static class AttackTypeMethods {
public static string ToText (this AttackType attack, string delimi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DnD4e.LibraryHelper.Monster;
namespace DnD4e.LibraryHelper.ExtensionMethods {
public static class AttackTypeMethods {
public static string ToText (this AttackType attack, string delimi... | mit | C# |
8c9d06da779f9ae2d56b1b80be0ffb567476a946 | Clean up variable names and scopes. | kubkon/GameOfLifeApplication | GameOfLifeApplication/Form1.cs | GameOfLifeApplication/Form1.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace GameOfLifeApplication
{
public partial class Form1 : Form
{
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace GameOfLifeApplication
{
public partial class Form1 : Form
{
... | mit | C# |
3b9058108b987d709abbb7e1e76aaefa1e144984 | Enable Nancy diagnostics | synhershko/WebFrameworksRundown,synhershko/WebFrameworksRundown,synhershko/WebFrameworksRundown | dotNet/SampleWebApp.Nancy/Bootstrapper.cs | dotNet/SampleWebApp.Nancy/Bootstrapper.cs | using Nancy;
using Nancy.Diagnostics;
namespace SampleWebApp.Nancy
{
using Nancy;
public class Bootstrapper : DefaultNancyBootstrapper
{
// The bootstrapper enables you to reconfigure the composition of the framework,
// by overriding the various methods and properties.
// For mor... | using Nancy;
namespace SampleWebApp.Nancy
{
using Nancy;
public class Bootstrapper : DefaultNancyBootstrapper
{
// The bootstrapper enables you to reconfigure the composition of the framework,
// by overriding the various methods and properties.
// For more information https://git... | apache-2.0 | C# |
3b2c10495606a26b9d51d1e4fd2c18d3a26b08d6 | Fix broken migration for v11 | sergeyzwezdin/Hangfire.Mongo,sergeyzwezdin/Hangfire.Mongo,sergun/Hangfire.Mongo,sergeyzwezdin/Hangfire.Mongo,sergun/Hangfire.Mongo | src/Hangfire.Mongo/Migration/Steps/Version11/00_UseObjectIdForJob.cs | src/Hangfire.Mongo/Migration/Steps/Version11/00_UseObjectIdForJob.cs | using System.Linq;
using MongoDB.Bson;
using MongoDB.Driver;
namespace Hangfire.Mongo.Migration.Steps.Version11
{
/// <summary>
/// Create signal capped collection
/// </summary>
internal class UseObjectIdForJob : IMongoMigrationStep
{
public MongoSchema TargetSchema => MongoSchema.Version... | using System.Linq;
using MongoDB.Bson;
using MongoDB.Driver;
namespace Hangfire.Mongo.Migration.Steps.Version11
{
/// <summary>
/// Create signal capped collection
/// </summary>
internal class UseObjectIdForJob : IMongoMigrationStep
{
public MongoSchema TargetSchema => MongoSchema.Version... | mit | C# |
9b313995613d48df751ea0d2742b61a2edca3099 | Fix NSError inheritence for core builds | mono/maccore,cwensley/maccore,jorik041/maccore,beni55/maccore | src/Foundation/NSError.cs | src/Foundation/NSError.cs | //
// Copyright 2010, Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
... | //
// Copyright 2010, Novell, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
... | apache-2.0 | C# |
4096e3fd90c42547422028f96a44b470901965cf | Check for args | Azer0s/HadesLang | src/Hades.Core/Program.cs | src/Hades.Core/Program.cs | using System;
using System.Linq;
using Hades.Core.Tools;
using Hades.Language.Lexer;
using Hades.Language.Parser;
namespace Hades.Core
{
public static class Program
{
public static int Main(string[] args)
{
if (args.Length != 0)
{
switch (args.First())
... | using System;
using System.Linq;
using Hades.Core.Tools;
using Hades.Language.Lexer;
using Hades.Language.Parser;
namespace Hades.Core
{
public static class Program
{
public static int Main(string[] args)
{
switch (args.First())
{
case "new":
... | mit | C# |
a0226e327de7756b4b05b684481b8635e1ea3582 | Bump version | kamil-mrzyglod/Oxygenize | Oxygenize/Properties/AssemblyInfo.cs | Oxygenize/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ox... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ox... | mit | C# |
28415af372b768cffd769dad4b108df8abe87952 | Trim any NewLine character when writing to console. Fixes #2. | BenPhegan/TeamCityBuildChanges,TicketSolutionsPtyLtd/TeamCityBuildChanges | TeamCityBuildChanges/ReleaseNotes.cs | TeamCityBuildChanges/ReleaseNotes.cs | using System;
using ManyConsole;
namespace TeamCityBuildChanges
{
class ReleaseNotes : ConsoleCommand
{
private string _serverName;
private string _buildType;
public ReleaseNotes()
{
IsCommand("releasenotes", "Provides release notes from TeamCity being the set of c... | using System;
using ManyConsole;
namespace TeamCityBuildChanges
{
class ReleaseNotes : ConsoleCommand
{
private string _serverName;
private string _buildType;
public ReleaseNotes()
{
IsCommand("releasenotes", "Provides release notes from TeamCity being the set of c... | mit | C# |
d1e98d0f91e23cf687b793c161381eda7533cffe | Update sample to use Save() and Load() | laktak/hjson-cs,hjson/hjson-cs,hjson/hjson-cs | sample/Program.cs | sample/Program.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Hjson;
namespace HjsonSample
{
class Program
{
static void Main(string[] args)
{
var data=HjsonValue.Load("test.hjson").Qo();
Console.WriteLi... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Hjson;
namespace HjsonSample
{
class Program
{
static void Main(string[] args)
{
var data=HjsonValue.Load("test.hjson").Qo();
Console.WriteLi... | mit | C# |
0c2fe142885f0bc6992aaf419a20f47ade190400 | Add extension method to add a disposable to a composite disposable | Weingartner/SolidworksAddinFramework | SolidworksAddinFramework/DisposableExtensions.cs | SolidworksAddinFramework/DisposableExtensions.cs | using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Text;
namespace SolidworksAddinFramework
{
public static class DisposableExtensions
{
public static IDisposable ToCompositeDisposable(this IEnumerable<IDisposable> d)
{
return new Compos... | using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Text;
namespace SolidworksAddinFramework
{
public static class DisposableExtensions
{
public static IDisposable ToCompositeDisposable(this IEnumerable<IDisposable> d)
{
return new Compos... | mit | C# |
800b3a8ebef9bc6487aee7352abbed92a0ac45fd | Add Albus to contact page. | jpfultonzm/trainingsandbox,jpfultonzm/trainingsandbox,jpfultonzm/trainingsandbox | ZirMed.TrainingSandbox/Views/Home/Contact.cshtml | ZirMed.TrainingSandbox/Views/Home/Contact.cshtml | @{
ViewBag.Title = "Contact";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425.555.0100
</address>
<address>
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.co... | @{
ViewBag.Title = "Contact";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425.555.0100
</address>
<address>
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.co... | mit | C# |
b3db578911451a86b004cbee54785faa878c8b6f | Update Lock.cs | williambl/Haunt | Haunt/Assets/Scripts/Enviroment/Lock.cs | Haunt/Assets/Scripts/Enviroment/Lock.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Lock : MonoBehaviour {
public bool isLocked;
public MultipleLockDoor door;
Renderer rend;
[SerializeField] Material lockedMat;
[SerializeField] Material unlockedMat;
public void Start () {
if(rend == null)
rend = ... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Lock : MonoBehaviour {
public bool isLocked;
public MultipleLockDoor door;
Renderer rend;
[SerializeField] Material lockedMat;
[SerializeField] Material unlockedMat;
public void Start () {
rend = GetComponent<Rende... | mit | C# |
f39140c1e707c5670468ef6cb5d2b398fd5b87f3 | add method that ckeck matrix on symetric expresion | pashchuk/Numerical-methods,pashchuk/Numerical-methods | CSharp/lab1/Matrix.cs | CSharp/lab1/Matrix.cs | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace lab1
{
public class Matrix<T> where T : struct
{
#region Fields
private T[,] _matrix;
#endregion
#region Propert... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace lab1
{
public class Matrix<T> where T : struct
{
#region Fields
private T[,] _matrix;
#endregion
#region Properties
public T this[int row... | mit | C# |
733649dd6f7829edf73a0158a1ebdbb4f9efa467 | Add UDP EndPoint Data | muhammedikinci/FuzzyCore | FuzzyCore/ClientProcesses/Client.cs | FuzzyCore/ClientProcesses/Client.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace FuzzyCore.Server
{
public class Client
{
public int ID { get; set; }
public Socket SOCKET { get; set; }
public IPEnd... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace FuzzyCore.Server
{
public class Client
{
public int ID { get; set; }
public Socket SOCKET { get; set; }
public string LASTCONNECTIONTI... | mit | C# |
28d1fb181fae36a2bc35deac327e37a8b8d2e2e6 | Add missing license header for InGameChatSettings.cs | peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new | osu.Game/Overlays/Settings/Sections/Online/InGameChatSettings.cs | osu.Game/Overlays/Settings/Sections/Online/InGameChatSettings.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Configuration;
namespace osu.Game.Overlays.Settings.Sections.Online
{
public class InGa... | using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Configuration;
namespace osu.Game.Overlays.Settings.Sections.Online
{
public class InGameChatSettings : SettingsSubsection
{
protected override string Header => "In-Game Chat";
[BackgroundDependencyLoader]
pr... | mit | C# |
ef5e37c47a1099c393238d53e8e80f9621c1b06a | Fix multiplayer sounds playing too much after gameplay | NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu | osu.Game/Screens/OnlinePlay/Multiplayer/MultiplayerRoomSounds.cs | osu.Game/Screens/OnlinePlay/Multiplayer/MultiplayerRoomSounds.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Game.Online.API.Requests.Responses;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Game.Online.API.Requests.Responses;
... | mit | C# |
dc80f9f85d81d346f6d1c151812eb165979593c0 | Build with SolutionDir variable | EricSten-MSFT/kudu,shibayan/kudu,puneet-gupta/kudu,kali786516/kudu,kali786516/kudu,oliver-feng/kudu,kali786516/kudu,badescuga/kudu,projectkudu/kudu,EricSten-MSFT/kudu,barnyp/kudu,uQr/kudu,shrimpy/kudu,mauricionr/kudu,puneet-gupta/kudu,YOTOV-LIMITED/kudu,shibayan/kudu,juvchan/kudu,bbauya/kudu,barnyp/kudu,shanselman/kudu... | Kudu.Core/Deployment/MSBuildDeployer.cs | Kudu.Core/Deployment/MSBuildDeployer.cs | using System;
using System.IO;
using System.Linq;
using Kudu.Core.Infrastructure;
using SystemEnvironment = System.Environment;
namespace Kudu.Core.Deployment {
public class MSBuildDeployer : IDeployer {
private readonly IEnvironment _environment;
private readonly Executable _msbuildExe;
... | using System.IO;
using System.Linq;
using Kudu.Core.Infrastructure;
using SystemEnvironment = System.Environment;
namespace Kudu.Core.Deployment {
public class MSBuildDeployer : IDeployer {
private readonly IEnvironment _environment;
private readonly Executable _msbuildExe;
public MSBuild... | apache-2.0 | C# |
ccba2ef4d64ec5f72068b2ce2f5f24f4fb908f53 | Add more dependencies | Catel/Catel.Fody | build.cake | build.cake | //=======================================================
// DEFINE PARAMETERS
//=======================================================
// Define the required parameters
var Parameters = new Dictionary<string, object>();
Parameters["SolutionName"] = "Catel.Fody";
Parameters["Company"] = "CatenaLogic";
Parameters["Rep... | //=======================================================
// DEFINE PARAMETERS
//=======================================================
// Define the required parameters
var Parameters = new Dictionary<string, object>();
Parameters["SolutionName"] = "Catel.Fody";
Parameters["Company"] = "CatenaLogic";
Parameters["Rep... | mit | C# |
3c56ac6970f86a73284800ba9acfe332e1632efb | Update BulkLoading.cs | mysticmind/marten,ericgreenmix/marten,mysticmind/marten,mdissel/Marten,mysticmind/marten,ericgreenmix/marten,mysticmind/marten,mdissel/Marten,ericgreenmix/marten,ericgreenmix/marten,JasperFx/Marten,JasperFx/Marten,JasperFx/Marten | src/MartenBenchmarks/BulkLoading.cs | src/MartenBenchmarks/BulkLoading.cs | using System.Linq;
using BenchmarkDotNet.Attributes;
using Marten.Testing;
namespace MartenBenchmarks
{
[SimpleJob(warmupCount: 2)]
[MemoryDiagnoser]
public class BulkLoading
{
public static Target[] Docs = Target.GenerateRandomData(1000).ToArray();
[GlobalSetup]
public void Se... | using System.Linq;
using BenchmarkDotNet.Attributes;
using Marten.Testing;
namespace MartenBenchmarks
{
[SimpleJob(warmupCount: 2)]
public class BulkLoading
{
public static Target[] Docs = Target.GenerateRandomData(1000).ToArray();
[GlobalSetup]
public void Setup()
{
... | mit | C# |
a6f08f099cfc596286f341a6fdca45d2efe32f6b | Fix bug in BufferView | vazgriz/CSharpGameLibrary,rhynodegreat/CSharpGameLibrary,rhynodegreat/CSharpGameLibrary,vazgriz/CSharpGameLibrary | CSGL.Vulkan/Vulkan/BufferView.cs | CSGL.Vulkan/Vulkan/BufferView.cs | using System;
using System.Collections.Generic;
namespace CSGL.Vulkan {
public class BufferViewCreateInfo {
public Buffer buffer;
public VkFormat format;
public ulong offset;
public ulong range;
}
public class BufferView : INative<VkBufferView>, IDisposable {
bool ... | using System;
using System.Collections.Generic;
namespace CSGL.Vulkan {
public class BufferViewCreateInfo {
public Buffer buffer;
public VkFormat format;
public ulong offset;
public ulong range;
}
public class BufferView : INative<VkBufferView>, IDisposable {
bool ... | mit | C# |
8c108b8ba0e157190ca98187b0147cf43aded572 | make User database type the default | NaosProject/Naos.Database,NaosFramework/Naos.Database | Naos.Database.Tools/DatabaseType.cs | Naos.Database.Tools/DatabaseType.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DatabaseType.cs" company="Naos">
// Copyright 2015 Naos
// </copyright>
// ------------------------------------------------------------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DatabaseType.cs" company="Naos">
// Copyright 2015 Naos
// </copyright>
// ------------------------------------------------------------------------------------------------------... | mit | C# |
a716f92e7b42538cc2d00cc7796331d4f463598f | make CCContent.LoadContentFile as Obsolete | netonjm/CocosSharp,mono/cocos2d-xna,MSylvia/CocosSharp,mono/CocosSharp,MSylvia/CocosSharp,netonjm/CocosSharp,zmaruo/CocosSharp,zmaruo/CocosSharp,mono/cocos2d-xna,hig-ag/CocosSharp,hig-ag/CocosSharp,haithemaraissia/CocosSharp,mono/CocosSharp,haithemaraissia/CocosSharp,TukekeSoft/CocosSharp,TukekeSoft/CocosSharp | cocos2d/CCContent.cs | cocos2d/CCContent.cs | using System;
using Microsoft.Xna.Framework.Content;
namespace Cocos2D
{
public class CCContent
{
[ContentSerializer]
public string Content { get; set; }
/// <summary>
/// Helper static method to load the contents of a CCContent object.
/// </summary>
/// <param... | using System;
using Microsoft.Xna.Framework.Content;
namespace Cocos2D
{
public class CCContent
{
[ContentSerializer]
public string Content { get; set; }
/// <summary>
/// Helper static method to load the contents of a CCContent object.
/// </summary>
/// <param... | mit | C# |
a74fa8a3c5dd4803c88c0c581f08db0c2d8aca2a | Bump to version 2.6.1.0 | Silv3rPRO/proshine | PROShine/Properties/AssemblyInfo.cs | PROShine/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: As... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: As... | mit | C# |
c35003e0b6742df2ad7e7ae71808e5825ca97a4b | Fix timeout logic in HeadlessGameHost IPC test. | NeoAdonis/osu-framework,default0/osu-framework,paparony03/osu-framework,Nabile-Rahmani/osu-framework,Tom94/osu-framework,Tom94/osu-framework,paparony03/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,Nabile-Rahmani/osu-framework,smoogipooo/osu-framework,smoogipooo/o... | osu.Framework.Desktop.Tests/Platform/HeadlessGameHostTest.cs | osu.Framework.Desktop.Tests/Platform/HeadlessGameHostTest.cs | // Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Desktop.Platf... | // Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Desktop.Platf... | mit | C# |
b455a4963a5eb9d679f3380b7b38770411c38ffa | Use TabNavigation.Continue for top-level menu. | wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,susloparovdenis/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJM... | Perspex.Themes.Default/MenuStyle.cs | Perspex.Themes.Default/MenuStyle.cs | // -----------------------------------------------------------------------
// <copyright file="MenuStyle.cs" company="Steven Kirk">
// Copyright 2015 MIT Licence. See licence.md for more information.
// </copyright>
// -----------------------------------------------------------------------
namespace Perspex.Themes.De... | // -----------------------------------------------------------------------
// <copyright file="MenuStyle.cs" company="Steven Kirk">
// Copyright 2015 MIT Licence. See licence.md for more information.
// </copyright>
// -----------------------------------------------------------------------
namespace Perspex.Themes.De... | mit | C# |
1d93dc1ffe40819e6f49edd74675526b74f5eb3f | Update version | twsouthwick/poshgit2 | PoshGit2/Properties/AssemblyInfo.cs | PoshGit2/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | mit | C# |
3f74fdf89d85ef2c92a2e4c40e004253354d9d56 | Remove required field validator. | majorsilence/My-FyiReporting,chripf/My-FyiReporting,majorsilence/My-FyiReporting,daniellor/My-FyiReporting,maratoss/My-FyiReporting,chripf/My-FyiReporting,maratoss/My-FyiReporting,maratoss/My-FyiReporting,maratoss/My-FyiReporting,chripf/My-FyiReporting,chripf/My-FyiReporting,daniellor/My-FyiReporting,daniellor/My-FyiRe... | ReportServer/Login.aspx.designer.cs | ReportServer/Login.aspx.designer.cs | //------------------------------------------------------------------------------
// <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>
//----------------------------------------... | //------------------------------------------------------------------------------
// <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>
//----------------------------------------... | apache-2.0 | C# |
b6707ae02d2475a1a307d9683d6ac9cb203f062f | make private fields in minifier protected to allow better inheritability | mwrock/RequestReduce,mwrock/RequestReduce,mwrock/RequestReduce | RequestReduce/Utilities/Minifier.cs | RequestReduce/Utilities/Minifier.cs | using Microsoft.Ajax.Utilities;
using System;
using RequestReduce.ResourceTypes;
namespace RequestReduce.Utilities
{
public class Minifier : IMinifier
{
protected readonly Microsoft.Ajax.Utilities.Minifier minifier = new Microsoft.Ajax.Utilities.Minifier();
protected readonly CodeSett... | using Microsoft.Ajax.Utilities;
using System;
using RequestReduce.ResourceTypes;
namespace RequestReduce.Utilities
{
public class Minifier : IMinifier
{
private readonly Microsoft.Ajax.Utilities.Minifier minifier = new Microsoft.Ajax.Utilities.Minifier();
private readonly CodeSettings... | apache-2.0 | C# |
224e0725c53c66ead331dd4f906b57b076717bef | Fix Formatter capturing. | dmitrynogin/RestClients | RestClients/Formatting/Formatter.cs | RestClients/Formatting/Formatter.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace RestClients.Formatting
{
static class Formatter
{
public static string Format(this string format, params object[] args) =>
str... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace RestClients.Formatting
{
static class Formatter
{
public static string Format(this string format, params object[] args) =>
str... | mit | C# |
28448b1041ec23169e277b97f93cd759e1716814 | improve points parsing in PointsListTypeConverter - fixes #3813 | jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wie... | src/Markup/Avalonia.Markup.Xaml/Converters/PointsListTypeConverter.cs | src/Markup/Avalonia.Markup.Xaml/Converters/PointsListTypeConverter.cs | using System;
using System.Collections.Generic;
using System.Globalization;
namespace Avalonia.Markup.Xaml.Converters
{
using System.ComponentModel;
public class PointsListTypeConverter : TypeConverter
{
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
{... | using System;
using System.Collections.Generic;
using System.Globalization;
namespace Avalonia.Markup.Xaml.Converters
{
using System.ComponentModel;
public class PointsListTypeConverter : TypeConverter
{
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
{
... | mit | C# |
e4d1a235cd78d2578e9f5a13e09b4bf87ad734d5 | Update PreactionHandler.cs | Cyberboss/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,Cyberboss/tgstation-server | TGServerService/PreactionHandler.cs | TGServerService/PreactionHandler.cs | using System;
using System.Diagnostics;
using System.IO;
namespace TGServerService
{
// Some useful functions for triggering pre action events
partial class TGStationServer
{
const string EventFolder = "EventHandlers/";
string GetPath(string eventName)
{
return string.Format("{0}{1}.bat", EventFolder, ev... | using System;
using System.Diagnostics;
using System.IO;
namespace TGServerService
{
// Some useful functions for triggering pre action events
partial class TGStationServer
{
const string EventFolder = "EventHandlers/";
string GetPath(string eventName)
{
return string.Format("{0}{1}.bat", EventFolder, ev... | agpl-3.0 | C# |
fc6c07b82e5759035261231eceadb3e6f57c36a8 | Declare nullability in TestClass. | fixie/fixie | src/Fixie/TestClass.cs | src/Fixie/TestClass.cs | namespace Fixie
{
using System;
using System.Reflection;
using System.Runtime.ExceptionServices;
/// <summary>
/// The context in which a test class is running.
/// </summary>
public class TestClass
{
readonly Action<Action<Case>> runCases;
readonly bool isStatic;
... | namespace Fixie
{
using System;
using System.Reflection;
using System.Runtime.ExceptionServices;
/// <summary>
/// The context in which a test class is running.
/// </summary>
public class TestClass
{
readonly Action<Action<Case>> runCases;
readonly bool isStatic;
... | mit | C# |
015d8f90a57c85d2ef66da1fffb0e6b953355f6d | Add comment within the PastaPricerEngine. | dupdob/Michonne,dupdob/Michonne,dupdob/Michonne | PastaPricer/PastaPricerEngine.cs | PastaPricer/PastaPricerEngine.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="PastaPricerEngine.cs" company="No lock... no deadlock" product="Michonne">
// Copyright 2014 Cyrille DUPUYDAUBY (@Cyrdup), Thomas PIERRAIN (@tpierrain)
// Licensed under t... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="PastaPricerEngine.cs" company="No lock... no deadlock" product="Michonne">
// Copyright 2014 Cyrille DUPUYDAUBY (@Cyrdup), Thomas PIERRAIN (@tpierrain)
// Licensed under t... | apache-2.0 | C# |
dcc65534417b933b8117b4b1788133e061dc9f76 | Add getInbox, fix naming on messagesurl | RobThree/RedditSharp,CrustyJew/RedditSharp,SirCmpwn/RedditSharp,nyanpasudo/RedditSharp,tomnolan95/RedditSharp,pimanac/RedditSharp,IAmAnubhavSaini/RedditSharp,chuggafan/RedditSharp-1,epvanhouten/RedditSharp,justcool393/RedditSharp-1,angelotodaro/RedditSharp,Jinivus/RedditSharp,ekaralar/RedditSharpWindowsStore,theonlylaw... | RedditSharp/AuthenticatedUser.cs | RedditSharp/AuthenticatedUser.cs | using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
namespace RedditSharp
{
public class AuthenticatedUser : RedditUser
{
private const string ModeratorUrl = "/reddits/mine/moderator.json";
private const string UnreadMessagesUrl = "/message/unread.json?mark=true&limit=25";
private const... | using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
namespace RedditSharp
{
public class AuthenticatedUser : RedditUser
{
private const string ModeratorUrl = "/reddits/mine/moderator.json";
private const string UnreadMessagesUrl = "/message/unread.json?mark=true&limit=25";
private const... | mit | C# |
e2dcdad39455d51aded85093ae4fe23148feded1 | Update Program.cs | iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie | src/Tests/Peachpie.Test/Program.cs | src/Tests/Peachpie.Test/Program.cs | using System;
using System.IO;
using Pchp.Core;
using Microsoft.Extensions.DependencyInjection;
namespace Peachpie.Test
{
class Program
{
const string ScriptPath = "index.php";
static void Main(string[] args)
{
// bootstrapper that compiles, loads and runs our script file
... | using System;
using System.IO;
using Pchp.Core;
using Microsoft.Extensions.DependencyInjection;
namespace Peachpie.Test
{
class Program
{
const string ScriptPath = "index.php";
static void Main(string[] args)
{
// bootstrapper that compiles, loads and runs our script file
... | apache-2.0 | C# |
6a8bc067cd1a5ee9fbcfa67091244d7c32d2aa67 | Add license header | johnneijzen/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,DrabWeb/osu,naoey/osu,peppy/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,DrabWeb/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ZLima12/osu,johnneijzen/osu,DrabWeb/osu,2yangk23/osu,ppy/osu,naoey/osu,naoey/osu,EVAST9919/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/os... | osu.Game/Rulesets/Mods/IReadFromConfig.cs | osu.Game/Rulesets/Mods/IReadFromConfig.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Configuration;
namespace osu.Game.Rulesets.Mods
{
public interface IReadFromConfig
{
void ApplyToConfig(OsuConfigManager config... | using osu.Framework.Allocation;
using osu.Game.Configuration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace osu.Game.Rulesets.Mods
{
public interface IReadFromConfig
{
void ApplyToConfig(OsuConfigManager config... | mit | C# |
4ae06b043045c357ecfac713723e4b5224e8055f | update assembly info | junian/SerialDeviceEmu | SDEmu/Properties/AssemblyInfo.cs | SDEmu/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | bsd-2-clause | C# |
ca440fb7ed599cd99a67971cfb3665d0f3e583bc | fix typo | etishor/Metrics.NET,Liwoj/Metrics.NET,MetaG8/Metrics.NET,alhardy/Metrics.NET,huoxudong125/Metrics.NET,DeonHeyns/Metrics.NET,MetaG8/Metrics.NET,huoxudong125/Metrics.NET,mnadel/Metrics.NET,cvent/Metrics.NET,alhardy/Metrics.NET,etishor/Metrics.NET,mnadel/Metrics.NET,ntent-ad/Metrics.NET,ntent-ad/Metrics.NET,cvent/Metrics.... | Src/Metrics/MetricValueSource.cs | Src/Metrics/MetricValueSource.cs |
namespace Metrics
{
/// <summary>
/// Indicates the ability to provide the value for a metric.
/// This is the raw value. Consumers should use <see cref="MetricValueSource{T}"/>
/// </summary>
/// <typeparam name="T">Type of the value returned by the metric</typeparam>
public interface MetricV... |
namespace Metrics
{
/// <summary>
/// Indicates the ability to provide the value for a metric.
/// This is the raw value. Consummers should use <see cref="MetricValueSource{T}"/>
/// </summary>
/// <typeparam name="T">Type of the value returned by the metric</typeparam>
public interface Metric... | apache-2.0 | C# |
1f438ce983de6018140a50fa3a55cea7b4e81d78 | Fix change password functionality. | enarod/enarod-web-api,enarod/enarod-web-api,enarod/enarod-web-api | Infopulse.EDemocracy.Web/Controllers/API/AccountController.cs | Infopulse.EDemocracy.Web/Controllers/API/AccountController.cs | using System.Linq;
using Infopulse.EDemocracy.Data.Repositories;
using Infopulse.EDemocracy.Web.Models;
using Microsoft.AspNet.Identity;
using System.Threading.Tasks;
using System.Web.Http;
using Infopulse.EDemocracy.Common.Operations;
using Infopulse.EDemocracy.Web.CORS;
using Infopulse.EDemocracy.Web.Resources;
nam... | using System.Linq;
using Infopulse.EDemocracy.Data.Repositories;
using Infopulse.EDemocracy.Web.Models;
using Microsoft.AspNet.Identity;
using System.Threading.Tasks;
using System.Web.Http;
using Infopulse.EDemocracy.Common.Operations;
using Infopulse.EDemocracy.Web.CORS;
using Infopulse.EDemocracy.Web.Resources;
nam... | cc0-1.0 | C# |
40943e3d9395cecd6eea164249394a4b6a34040d | 修改AccessCode 成为单次性 | Gscienty/OAuth2.0AuthorizationFramework | OAuthService.Framework/DataProvider/AccessCodeDataProvider.cs | OAuthService.Framework/DataProvider/AccessCodeDataProvider.cs | using System;
using OAuthService.Framework.Entities;
using OAuthService.Framework.Utilities;
using MongoDB.Driver;
namespace OAuthService.Framework.DataProvider
{
internal class AccessCodeDataProvider : AbstractDataProvider
{
#region Property
internal static AccessCodeDataProvider Instance { ge... | using System;
using OAuthService.Framework.Entities;
using MongoDB.Driver;
namespace OAuthService.Framework.DataProvider
{
internal class AccessCodeDataProvider : AbstractDataProvider
{
#region Property
internal static AccessCodeDataProvider Instance { get; private set; }
protected over... | mit | C# |
178c2b1966cb8910ffc3f8c0fa8507c9094c36cd | Use Wait() instead of Result in void overload | awseward/Bugsnag.NET,awseward/Bugsnag.NET | lib/Bugsnag.Common/BugsnagClient.cs | lib/Bugsnag.Common/BugsnagClient.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace Bugsnag.Common
{
public class BugsnagClient : IClient
{
static Uri _uri = new Uri("http://notify.bugsnag.com");
static Uri... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace Bugsnag.Common
{
public class BugsnagClient : IClient
{
static Uri _uri = new Uri("http://notify.bugsnag.com");
static Uri... | mit | C# |
115a02b68252c3c8f9748d5b3df755ff0520c4c6 | Remove premade commands | Distant/MetroTileEditor | Scene/Undo.cs | Scene/Undo.cs | using UnityEngine;
using System.Collections.Generic;
using MetroTileEditor;
using System;
namespace MetroTileEditor
{
public class Undo
{
public class UndoCommand
{
public Action Undo;
public Action Redo;
public UndoCommand(Action Undo, Action Redo)
... | using UnityEngine;
using System.Collections.Generic;
using MetroTileEditor;
using System;
public class Undo : ISerializationCallbackReceiver
{
public interface UndoCommand
{
void Undo();
void Redo();
}
private Stack<UndoCommand> undoStack;
private Stack<UndoCommand> redoStack;
... | mit | C# |
2eba076bfb6594d0c14b0bc28e829c50794a55c6 | bump version | rabbit-link/rabbit-link,rabbit-link/rabbit-link | src/RabbitLink/Properties/AssemblyInfo.cs | src/RabbitLink/Properties/AssemblyInfo.cs | #region Usings
using System.Reflection;
using System.Runtime.InteropServices;
#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("R... | #region Usings
using System.Reflection;
using System.Runtime.InteropServices;
#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("R... | mit | C# |
d08194651cca7350a129540d2c3dcdcc571cfbdf | fix comparisons with nil | corvusalba/my-little-lispy,corvusalba/my-little-lispy | src/CorvusAlba.MyLittleLispy.Runtime/Value.cs | src/CorvusAlba.MyLittleLispy.Runtime/Value.cs | using System;
namespace CorvusAlba.MyLittleLispy.Runtime
{
public abstract class Value
{
public virtual Value<T> Cast<T>()
{
return (Value<T>) this;
}
public virtual T To<T>()
{
return Cast<T>().GetClrValue();
}
public virtual Value Add(Value arg)
{
throw new InvalidOperationException(... | using System;
namespace CorvusAlba.MyLittleLispy.Runtime
{
public abstract class Value
{
public virtual Value<T> Cast<T>()
{
return (Value<T>) this;
}
public virtual T To<T>()
{
return Cast<T>().GetClrValue();
}
public virtual Value Add(Value arg)
{
throw new InvalidOperationException(... | mit | C# |
51d3e86b13ddddab86ac53507baced395d6b4dcf | Update ExpressionQuery.cs | PowerMogli/Rabbit.Db | src/RabbitDB/Query/Generic/ExpressionQuery.cs | src/RabbitDB/Query/Generic/ExpressionQuery.cs | using System;
using System.Data;
using System.Linq.Expressions;
using RabbitDB.Expressions;
using RabbitDB.Storage;
namespace RabbitDB.Query
{
internal class ExpressionQuery<T, V> : IQuery
{
private Expression<Func<T, bool>> _selector;
private Expression<Func<T, bool>> _condition;
priva... | using System;
using System.Data;
using System.Linq.Expressions;
using RabbitDB.Expressions;
using RabbitDB.Storage;
namespace RabbitDB.Query
{
internal class ExpressionQuery<T, V> : IQuery
{
private Expression<Func<T, bool>> _selector;
private Expression<Func<T, bool>> _condition;
priv... | apache-2.0 | C# |
f2e02d8eed1a0eb4751db45c8d58529b881f7004 | Update RouteCollectionExtensions.cs | heymagurany/RegexRouting,heymagurany/RegexRouting | src/RegexRouting/RouteCollectionExtensions.cs | src/RegexRouting/RouteCollectionExtensions.cs | using System;
using System.Web.Http.WebHost;
using System.Web.Mvc;
using System.Web.Routing;
namespace Magurany.Web.Routing.RegularExpressions
{
public static class RouteCollectionExtensions
{
public static RegexRoute MapRegexHttpRoute(this RouteCollection routes, string name, string url, string pattern)
{
r... | using System;
using System.Web.Http.WebHost;
using System.Web.Mvc;
using System.Web.Routing;
namespace Magurany.Web.Routing.RegularExpressions
{
public static class RouteCollectionExtensions
{
public static RegexRoute MapRegexHttpRoute(this RouteCollection routes, string name, string url, string pattern)
{
r... | mit | C# |
130962304f8501a7bb79ff230f9e39ab6f9508f4 | Update PotionPool.cs | uulltt/NitoriWare,NitorInc/NitoriWare,NitorInc/NitoriWare,plrusek/NitoriWare,Barleytree/NitoriWare,Barleytree/NitoriWare | Assets/Resources/Microgames/_Finished/Potion/Scripts/PotionPool.cs | Assets/Resources/Microgames/_Finished/Potion/Scripts/PotionPool.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PotionPool : MonoBehaviour
{
public GameObject[] ingredients;
public PotionIngredient[] createPool(int count)
{
shuffleIngredients();
PotionIngredient[] createdIngredients = new PotionIngredient[count];
for (int i ... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PotionPool : MonoBehaviour
{
public GameObject[] ingredients;
public PotionIngredient[] createPool(int count)
{
shuffleIngredients();
PotionIngredient[] createdIngredients = new PotionIngredient[count];
for (int i ... | mit | C# |
8379b550c44d2b5153cfb98ca49fb3f6d2394e67 | Update RegisterDoor.cs | fomalsd/unitystation,krille90/unitystation,krille90/unitystation,Necromunger/unitystation,Necromunger/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,Necromunger/unitystation,Necromunger/unitystation,Necromunger/unitystation,Necromunger/unitystation,krille90/unitystation,fomalsd/unitystation... | UnityProject/Assets/Scripts/Tilemaps/Behaviours/Objects/RegisterDoor.cs | UnityProject/Assets/Scripts/Tilemaps/Behaviours/Objects/RegisterDoor.cs | using UnityEngine;
[ExecuteInEditMode]
public class RegisterDoor : RegisterTile
{
private SubsystemManager subsystemManager;
public bool OneDirectionRestricted;
private void Awake()
{
subsystemManager = GetComponentInParent<SubsystemManager>();
}
[SerializeField]
private bool isClosed = true;
... | using UnityEngine;
[ExecuteInEditMode]
public class RegisterDoor : RegisterTile
{
private SubsystemManager subsystemManager;
public bool OneDirectionRestricted;
private void Awake()
{
subsystemManager = GetComponentInParent<SubsystemManager>();
}
[SerializeField]
private bool isClosed = true;
... | agpl-3.0 | C# |
82a051a1a3cc9cc8555e97a65fa948e6dbf42bcf | Increment version to v1.1.0.17 | XeroAPI/XeroAPI.Net,MatthewSteeples/XeroAPI.Net,TDaphneB/XeroAPI.Net,jcvandan/XeroAPI.Net | source/XeroApi/Properties/AssemblyInfo.cs | source/XeroApi/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("XeroApi")]
[assembly: AssemblyDesc... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("XeroApi")]
[assembly: AssemblyDescription... | mit | C# |
6838b779a9336f0ac4b6bd4d249ff662c86a90c5 | Update CosmosTableRepositoryAdapterOptions.cs | tiksn/TIKSN-Framework | TIKSN.Core/Data/CosmosTable/CosmosTableRepositoryAdapterOptions.cs | TIKSN.Core/Data/CosmosTable/CosmosTableRepositoryAdapterOptions.cs | namespace TIKSN.Data.CosmosTable
{
public class CosmosTableRepositoryAdapterOptions
{
public enum AddOptions { Add, AddOrMerge, AddOrReplace }
public enum UpdateOptions { Merge, Replace }
public CosmosTableRepositoryAdapterOptions() => this.AddOption = AddOptions.Add;
public ... | namespace TIKSN.Data.CosmosTable
{
public class CosmosTableRepositoryAdapterOptions
{
public CosmosTableRepositoryAdapterOptions()
{
AddOption = AddOptions.Add;
}
public enum AddOptions { Add, AddOrMerge, AddOrReplace }
public enum UpdateOptions { Merge, Re... | mit | C# |
16930ad4698363cd3ab447d89e465d294814ca3e | Simplify view engine wrapping for MVC Core | MiniProfiler/dotnet,MiniProfiler/dotnet | src/MiniProfiler.AspNetCore.Mvc/MvcExtensions.cs | src/MiniProfiler.AspNetCore.Mvc/MvcExtensions.cs | using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using System.Linq;
namespace StackExchange.Profiling.Mvc
{
/// <summary>
/// Extension methods for configuring MiniProfiler for MVC
/// </summary>
public static class MvcExtensions
{... | using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using System.Linq;
namespace StackExchange.Profiling.Mvc
{
/// <summary>
/// Extension methods for configuring MiniProfiler for MVC
/// </summary>
public static class MvcExtensions
{... | mit | C# |
34c041daaebaba9855c05933787bd57fbc3f98b5 | Add HasAtLeastThePrivilegesOf(List<string>, string>) | Chess-Variants-Training/Chess-Variants-Training,Chess-Variants-Training/Chess-Variants-Training,Chess-Variants-Training/Chess-Variants-Training | src/AtomicChessPuzzles/Models/UserRole.cs | src/AtomicChessPuzzles/Models/UserRole.cs | using System.Collections.Generic;
namespace AtomicChessPuzzles.Models
{
public static class UserRole
{
public const string NONE = "None";
public const string PUZZLE_REVIEWER = "PuzzleReviewer";
public const string PUZZLE_EDITOR = "PuzzleEditor";
public const string COMMENT_MO... | using System.Collections.Generic;
namespace AtomicChessPuzzles.Models
{
public static class UserRole
{
public const string NONE = "None";
public const string PUZZLE_REVIEWER = "PuzzleReviewer";
public const string PUZZLE_EDITOR = "PuzzleEditor";
public const string COMMENT_MO... | agpl-3.0 | C# |
2efd8c38cf1991c28728d5a6f1b11cbc6e2b2c64 | Update assembly version | Ackara/Daterpillar | src/Tests.Daterpillar/Properties/AssemblyInfo.cs | src/Tests.Daterpillar/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Te... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Te... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.