commit stringlengths 40 40 | subject stringlengths 0 1.12k | message stringlengths 11 14.5k | repos stringlengths 8 11.5k | file_path stringlengths 6 191 | license stringclasses 12
values | unix_time int64 805M 1.66B | new_contents stringlengths 14 20M | old_contents stringlengths 1 20M |
|---|---|---|---|---|---|---|---|---|
07fef1038250a4191aa6c0bdff22ab06b846735e | How did this get left in? | How did this get left in?
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Database/DatabaseContext.cs | agpl-3.0 | 1,588,011,619 | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Globalization;
using System.Linq;
u... | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Globalization;
using System.Linq;
u... |
ec469e91503ae1f3228dd476dbcb6abdcfceb3f3 | OrderBookInrementMessageAdapter. Fix reset prev state. | OrderBookInrementMessageAdapter. Fix reset prev state.
| StockSharp/StockSharp | Algo/OrderBookInrementMessageAdapter.cs | apache-2.0 | 1,588,011,515 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
using QuotesDict = System.Collections.Generic.SortedDictionary<decimal, System.Tuple<d... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
using QuotesDict = System.Collections.Generic.SortedDictionary<decimal, System.Tuple<d... |
33e40d43c4049ed3726ad555ae49c662b26ec94a | Fix cancelling the setup wizard crashing the program | Fix cancelling the setup wizard crashing the program
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Program.cs | agpl-3.0 | 1,588,011,225 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.System;
namespace Tgstation.Server.Host
{
/// <summary>
/// Entrypoint for the <see cref="Process"/>
/// </summ... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.System;
namespace Tgstation.Server.Host
{
/// <summary>
/// Entrypoint for the <see cref="Process"/>
/// </summ... |
a9c995b09b78ac32cbbd6b9f1544e717a2ec4877 | Fix version check if beta. | Fix version check if beta.
| ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer | FTAnalyser/Forms/MainForm.cs | apache-2.0 | 1,588,011,212 | using FTAnalyzer.Controls;
using FTAnalyzer.Exports;
using FTAnalyzer.Filters;
using FTAnalyzer.Forms;
using FTAnalyzer.Properties;
using FTAnalyzer.UserControls;
using FTAnalyzer.Utilities;
using Ionic.Zip;
using Printing.DataGridViewPrint.Tools;
using System;
using System.Collections.Generic;
using System... | using FTAnalyzer.Controls;
using FTAnalyzer.Exports;
using FTAnalyzer.Filters;
using FTAnalyzer.Forms;
using FTAnalyzer.Properties;
using FTAnalyzer.UserControls;
using FTAnalyzer.Utilities;
using Ionic.Zip;
using Printing.DataGridViewPrint.Tools;
using System;
using System.Collections.Generic;
using System... |
2ecea8ec9b3e9d4a0cdf2ebecb0693112b7f4d39 | minor edits, removed SpeckleObject inheritance from SpeckleDelta | minor edits, removed SpeckleObject inheritance from SpeckleDelta
| speckleworks/SpeckleCore | SpeckleCore/Models/ModelBase.cs | mit | 1,588,010,980 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SpeckleCore
{
/// <summary>Base class that adds a set of simple properties related to authorisation and commenting to all applicable resources (not users).</summary>
[System.CodeDom.Compil... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SpeckleCore
{
/// <summary>Base class that adds a set of simple properties related to authorisation and commenting to all applicable resources (not users).</summary>
[System.CodeDom.Compil... |
1d9e44576d24040f5d0e7b2f319a7ddcb3e3b39c | Add in web version check for releases | Add in web version check for releases
| ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer | FTAnalyser/Forms/MainForm.cs | apache-2.0 | 1,588,010,104 | using FTAnalyzer.Controls;
using FTAnalyzer.Exports;
using FTAnalyzer.Filters;
using FTAnalyzer.Forms;
using FTAnalyzer.Properties;
using FTAnalyzer.UserControls;
using FTAnalyzer.Utilities;
using Ionic.Zip;
using Printing.DataGridViewPrint.Tools;
using System;
using System.Collections.Generic;
using System... | using FTAnalyzer.Controls;
using FTAnalyzer.Exports;
using FTAnalyzer.Filters;
using FTAnalyzer.Forms;
using FTAnalyzer.Properties;
using FTAnalyzer.UserControls;
using FTAnalyzer.Utilities;
using Ionic.Zip;
using Printing.DataGridViewPrint.Tools;
using System;
using System.Collections.Generic;
using System... |
94a7368b49b961068635c3f37dccd716701b60db | Upgrade 02 Editing Project | Upgrade 02 Editing Project
Includes references to NUnit and FSharp.
| JetBrains/resharper-workshop,JetBrains/resharper-workshop | 01-Navigation/4-Contextual_navigation/4.7-Navigate_To_menu_related_files_forms.cs | apache-2.0 | 1,588,009,718 | using System.Windows.Forms;
namespace JetBrains.ReSharper.Koans.Navigation
{
// Navigate To menu
//
// Displays a contextual menu of options you can use to navigate to from
// your current location
//
// Very useful way of navigating without having to learn ALL of the shortcuts!
//
// ... | using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
namespace JetBrains.ReSharper.Koans.Navigation
{
// Navigate To menu
//
// Displays a contextual menu of options you can use to navigate to from
// your current location
//
// Very useful way of navigating with... |
a426202e34d1a8f3c5bc800991e6c7bf372340dd | add normal store cold fee in statistic. | add normal store cold fee in statistic.
Signed-off-by: robertzml <321e7786a406a136366094c578d0f1193a3468e1@126.com>
| robertzml/Phoebe | Phoebe.Core/Service/StatisticService.cs | mit | 1,588,008,677 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Phoebe.Core.Service
{
using Phoebe.Base.Framework;
using Phoebe.Base.System;
using Phoebe.Core.Billing;
using Phoebe.Core.BL;
using Phoebe.Core.DL;
using Phoebe.Core.Entity;
using Phoebe.Core.Vi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Phoebe.Core.Service
{
using Phoebe.Base.Framework;
using Phoebe.Base.System;
using Phoebe.Core.Billing;
using Phoebe.Core.BL;
using Phoebe.Core.DL;
using Phoebe.Core.Entity;
using Phoebe.Core.Vi... |
4d8bc18c1e5431bb4a94e3fb1ba0cf971478e8d3 | Remove state in DGMLOutputWriter | Remove state in DGMLOutputWriter
Output Writers are expected to be stateless and can have their WriteStreamAsync called concurrently (such as in the service). By storing the DGMLManager to a field, this would end up potentially being overwritten part way through a request output.
| Microsoft/dotnet-apiport,mjrousos/dotnet-apiport,mjrousos/dotnet-apiport,Microsoft/dotnet-apiport,Microsoft/dotnet-apiport,mjrousos/dotnet-apiport | src/lib/Microsoft.Fx.Portability.Reports.DGML/DGMLOutputWriter.cs | mit | 1,588,008,459 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Fx.Portability.ObjectModel;
using Microsoft.Fx.Portability.Reporting;
using Microsoft.Fx.Portability.Reporting.ObjectModel;
using System;
using System.... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Fx.Portability.ObjectModel;
using Microsoft.Fx.Portability.Reporting;
using Microsoft.Fx.Portability.Reporting.ObjectModel;
using System;
using System.... |
579f745c5029d35aa5c3dc2007c96ba7303fa9f4 | Remove accidental diagnostic from EntryPoint | Remove accidental diagnostic from EntryPoint | GoogleCloudPlatform/functions-framework-dotnet,GoogleCloudPlatform/functions-framework-dotnet | src/Google.Cloud.Functions.Invoker/EntryPoint.cs | apache-2.0 | 1,588,008,217 | // Copyright 2020, Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | // Copyright 2020, Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... |
d7194bad9a054908b003c939a69ca868db582ab9 | changes generic manufacturer 'Msi' to 'MSI' | changes generic manufacturer 'Msi' to 'MSI'
| DarthAffe/RGB.NET,DarthAffe/RGB.NET | RGB.NET.Devices.Msi/Generic/MsiRGBDeviceInfo.cs | lgpl-2.1 | 1,588,006,486 | using System;
using RGB.NET.Core;
namespace RGB.NET.Devices.Msi
{
/// <inheritdoc />
/// <summary>
/// Represents a generic information for a MSI-<see cref="T:RGB.NET.Core.IRGBDevice" />.
/// </summary>
public class MsiRGBDeviceInfo : IRGBDeviceInfo
{
#region Properties & Fields
... | using System;
using RGB.NET.Core;
namespace RGB.NET.Devices.Msi
{
/// <inheritdoc />
/// <summary>
/// Represents a generic information for a MSI-<see cref="T:RGB.NET.Core.IRGBDevice" />.
/// </summary>
public class MsiRGBDeviceInfo : IRGBDeviceInfo
{
#region Properties & Fields
... |
fcc540be4b74fd6c2187aca7a4a77fd4ab9d9866 | another minor refactor | another minor refactor
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,588,005,442 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... |
647aa345f7547f66c19cf7ece10cba5e08d17218 | Remove test that is checked by analyzer. | Remove test that is checked by analyzer.
| JohanLarsson/Gu.Wpf.Geometry | Gu.Wpf.Geometry.Tests/NamespacesTests.cs | mit | 1,588,005,161 | namespace Gu.Wpf.Geometry.Tests
{
using System;
using System.Linq;
using System.Reflection;
using System.Windows.Markup;
using NUnit.Framework;
public class NamespacesTests
{
private const string Uri = "http://gu.se/Geometry";
private readonly Assembly assembly;
p... | namespace Gu.Wpf.Geometry.Tests
{
using System;
using System.Linq;
using System.Reflection;
using System.Windows.Markup;
using NUnit.Framework;
public class NamespacesTests
{
private const string Uri = "http://gu.se/Geometry";
private readonly Assembly assembly;
p... |
588ad5569a15023be988091f1d9072133e77a9a4 | fix error on failed registration with already taken email | fix error on failed registration with already taken email
| joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net | Joinrpg/Controllers/AccountController.cs | mit | 1,588,004,826 | using System;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
using hbehr.recaptcha;
using Joinrpg.Web.Identity;
using JoinRpg.Data.Interfaces;
using JoinRpg.Services.Interfaces.Notification;
using JoinRpg.Web.Helpers;
using JoinRpg.Web.Models;
using Microsoft.AspNet.Identity.Ow... | using System;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
using hbehr.recaptcha;
using Joinrpg.Web.Identity;
using JoinRpg.Data.Interfaces;
using JoinRpg.Services.Interfaces.Notification;
using JoinRpg.Web.Helpers;
using JoinRpg.Web.Models;
using Microsoft.AspNet.Identity.Ow... |
6ab6cbc62e611113b4dc527b0c0489257b3d8ccb | re-worked beginning of document creation and started work of re-working Dependencies for selection save | re-worked beginning of document creation and started work of re-working Dependencies for selection save
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,588,004,298 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... |
0ed06f4c7c5f2ed88c86fee2b25b0bae5bcc0480 | Update PORT setting for WebHost. | Update PORT setting for WebHost.
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | cloud-sql/mysql/Program.cs | apache-2.0 | 1,588,004,207 | /*
* Copyright (c) 2019 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | /*
* Copyright (c) 2019 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
03b3e81cc15527a168df40d1f52cc4cee80f6fe7 | Add comment for WebHost URLs. | Add comment for WebHost URLs.
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | cloud-sql/mysql/Program.cs | apache-2.0 | 1,588,004,207 | /*
* Copyright (c) 2019 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | /*
* Copyright (c) 2019 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
eb16c758e0a3589306cf6cc5eca1976900ca08b6 | Add comment for WebHost URLs. | Add comment for WebHost URLs.
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | cloud-sql/postgres/Program.cs | apache-2.0 | 1,588,004,169 | /*
* Copyright (c) 2019 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | /*
* Copyright (c) 2019 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
32abcfbf9933f28e6f8693e1009432f68a608260 | Update PORT setting for WebHost. | Update PORT setting for WebHost.
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | cloud-sql/postgres/Program.cs | apache-2.0 | 1,588,004,169 | /*
* Copyright (c) 2019 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | /*
* Copyright (c) 2019 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
ec4e870aeac096aefd3b5f9bcbd5157200785d43 | update comments, logging, names. Added checking enabled status for if package out of date | update comments, logging, names. Added checking enabled status for if package out of date
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,588,003,657 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UIComponents;
usi... |
101fad4bf8114ec62a6556e7391816212ae47ef4 | This exception is for my own benefit during debug so im ok with suppressing the warning for it | This exception is for my own benefit during debug so im ok with suppressing the warning for it
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/DatabaseComponents/SelectablePackage.cs | apache-2.0 | 1,588,003,589 | using RelhaxModpack.UIComponents;
using RelhaxModpack.DatabaseComponents;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Controls;
using System.Text;
namespace RelhaxModpack
{
/// <summary>
/// The types of UI selections for building the selection... | using RelhaxModpack.UIComponents;
using RelhaxModpack.DatabaseComponents;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Controls;
using System.Text;
namespace RelhaxModpack
{
/// <summary>
/// The types of UI selections for building the selection... |
7f3f62f7ff8cec75f3efb0967bc26438a58e6fc3 | Added GetItemIconPath back with test interface for Dota 2. | Added GetItemIconPath back with test interface for Dota 2.
| babelshift/SteamWebAPI2 | src/SteamWebAPI2/Interfaces/DOTA2Econ.cs | mit | 1,588,003,332 | using Steam.Models.DOTA2;
using SteamWebAPI2.Models.DOTA2;
using SteamWebAPI2.Utilities;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace SteamWebAPI2.Interfaces
{
/// <summary>
/// Represents a Steam Web API interface endpoint located at IDOTA2Econ
/// </summary>
... | using Steam.Models.DOTA2;
using SteamWebAPI2.Models.DOTA2;
using SteamWebAPI2.Utilities;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace SteamWebAPI2.Interfaces
{
/// <summary>
/// Represents a Steam Web API interface endpoint located at IDOTA2Econ
/// </summary>
... |
9560a383b60f81c9f45732cccdac71617a5be180 | Re-enabled instance manager detach test | Re-enabled instance manager detach test
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/InstanceManagerTest.cs | agpl-3.0 | 1,588,002,534 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using Tgstation.Server.Host.Controllers;
using Tgstation.Server.Tests.Instance;
namespace ... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.IO;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using Tgstation.Server.Host.Controllers;
using Tgstation.Server.Tests.Instance;
namespace ... |
031f16a7bdcee1bdae74a00c74e562da8bd759ed | Added missing color conversions | Added missing color conversions
| vrvis/aardvark,vrvis/aardvark | src/Aardvark.Base/Math/Colors/Color.cs | apache-2.0 | 1,588,001,719 | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
namespace Aardvark.Base
{
#region Col
/// <summary>
/// A static container class that provides functionality for dealing with
/// colors. It ... | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
namespace Aardvark.Base
{
#region Col
/// <summary>
/// A static container class that provides functionality for dealing with
/// colors. It is intentionally named Col in order to ... |
a890e0cbfcf640978c08bb29881fba79aa27efaf | remove spaces | remove spaces
| AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework | Signum.React/ApiControllers/QueryController.cs | mit | 1,588,001,443 | using System;
using System.Collections.Generic;
using System.Linq;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Entities.DynamicQuery;
using Signum.React.Facades;
using Signum.Utilities;
using Signum.Entities;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using Signum.Entit... | using System;
using System.Collections.Generic;
using System.Linq;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Entities.DynamicQuery;
using Signum.React.Facades;
using Signum.Utilities;
using Signum.Entities;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using Signum.Entit... |
99613bd89026b27ce80bd6583cb86eb200962c8a | changed to "Message Center" | changed to "Message Center"
| predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus | Sensus.Shared/UI/MessageCenterPage.cs | apache-2.0 | 1,588,001,312 | // Copyright 2014 The Rector & Visitors of the University of Virginia
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless re... | // Copyright 2014 The Rector & Visitors of the University of Virginia
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless re... |
fab5f2d2bae92847b7e5eb80c5fd92be0a63348e | Fix NDKRoot option | Fix NDKRoot option
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Platforms/Sharpmake.CommonPlatforms/Android/AndroidPlatform.cs | apache-2.0 | 1,588,001,249 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law o... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law o... |
bd1ed014bcd6159cc93bbb743f79a5fa01bcb74c | Updated SimpleInjectorTagHelperActivator to work with ResolveUnregisteredConcreteTypes set to false. | Updated SimpleInjectorTagHelperActivator to work with ResolveUnregisteredConcreteTypes set to false.
| simpleinjector/SimpleInjector | src/SimpleInjector.Integration.AspNetCore.Mvc/SimpleInjectorTagHelperActivator.cs | mit | 1,588,000,858 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Integration.AspNetCore.Mvc
{
using System;
using System.Collections.Concurrent;
using System.Linq;
using Microso... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Integration.AspNetCore.Mvc
{
using System;
using Microsoft.AspNetCore.Mvc.Razor;
using Microsoft.AspNetCore.Mvc.Rend... |
f3335c79dac584e58a930cd86f75d0aa10a58890 | Support for nullable reference types. Fixes #154 | Support for nullable reference types. Fixes #154
| MrJul/ReSharper.EnhancedTooltip,MrJul/ReSharper.EnhancedTooltip,MrJul/ReSharper.EnhancedTooltip | source/GammaJul.ReSharper.EnhancedTooltip/Presentation/CSharpColorizer.cs | apache-2.0 | 1,588,000,742 | using System;
using System.Linq;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
using GammaJul.ReSharper.EnhancedTooltip.DocumentMarkup;
using GammaJul.ReSharper.EnhancedTooltip.Psi;
using GammaJul.ReSharper.EnhancedTooltip.Settings;
using JetBrains.Annotations;
using JetBrains.Metadata.Read... | using System;
using System.Linq;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
using GammaJul.ReSharper.EnhancedTooltip.DocumentMarkup;
using GammaJul.ReSharper.EnhancedTooltip.Psi;
using GammaJul.ReSharper.EnhancedTooltip.Settings;
using JetBrains.Annotations;
using JetBrains.Metadata.Read... |
dfb1f64e6e4c012825b5f8608adc9e1293c6e9e8 | Fixed moving and performing other actions while typing. | Fixed moving and performing other actions while typing.
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Player/PlayerSync.cs | agpl-3.0 | 1,587,998,633 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Mirror;
/// <summary>
/// Holds player state information used for interpolation, such as player position, flight direction etc.
/// Gives client enough information to be able to smoothly interpolate t... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Mirror;
/// <summary>
/// Holds player state information used for interpolation, such as player position, flight direction etc.
/// Gives client enough information to be able to smoothly interpolate t... |
669432496adf725fa12b27e7bf61a05a82405689 | dialog fix | dialog fix
| adamabdelhamed/PowerArgs,workabyte/PowerArgs | PowerArgs/CLI/Controls/AnimatedDialog.cs | mit | 1,587,998,369 | using PowerArgs.Cli.Physics;
using System;
using System.Threading.Tasks;
namespace PowerArgs.Cli
{
/// <summary>
/// An object that will allow you do configre the dialog as well as close it.
/// </summary>
public class DialogHandle
{
private Lifetime callerLifetime = new Lifetime();
... | using PowerArgs.Cli.Physics;
using System;
using System.Threading.Tasks;
namespace PowerArgs.Cli
{
/// <summary>
/// An object that will allow you do configre the dialog as well as close it.
/// </summary>
public class DialogHandle
{
private Lifetime callerLifetime = new Lifetime();
... |
c09ce7f77df6c118497b7ba2285ac04a6ffbad79 | update demo. | update demo.
| shuxinqin/Chloe | src/ChloeDemo/DemoBase.cs | mit | 1,587,998,158 | using Chloe;
using Chloe.SQLite;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ChloeDemo
{
abstract class DemoBase : IDisposable
{
object _result;
public DemoBase()
{
}
/* ... | using Chloe;
using Chloe.SQLite;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ChloeDemo
{
abstract class DemoBase : IDisposable
{
object _result;
public DemoBase()
{
}
/* ... |
b98d68f03fb62214b1537fb20d1a841f7e4639cd | Suspend the inbox synchronization on session lock | Suspend the inbox synchronization on session lock
Prevent the application from syncing even after the user session is locked. This fix a privacy issue.
| xavierfoucrier/gmail-notifier | code/Computer.cs | mit | 1,587,998,101 | using System;
using System.IO;
using System.Net;
using System.Net.NetworkInformation;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.Win32;
using notifier.Properties;
namespace notifier {
class Computer {
#region #attributes
/// <summary>
/// Registration possibilities
/// </summa... | using System;
using System.IO;
using System.Net;
using System.Net.NetworkInformation;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.Win32;
using notifier.Properties;
namespace notifier {
class Computer {
#region #attributes
/// <summary>
/// Registration possibilities
/// </summa... |
df55439f8b15d167491fba706987278f50bd4ac0 | Remove undetected usings | Remove undetected usings
| UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu-new,peppy/osu | osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneHitExplosion.cs | mit | 1,587,997,452 | // 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;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framewor... | // 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;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framewor... |
11cc9d88c3627438da534fc1d72463056e9c4bcf | whitespace. | whitespace.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs | mit | 1,587,997,182 | using Avalonia.Input;
using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
us... | using Avalonia.Input;
using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
us... |
fd088959691b1ae8bf42890a596ba226c52be5d8 | whitespace. | whitespace.
Co-Authored-By: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Tabs/WalletManager/RecoverWallets/RecoverWalletViewModel.cs | mit | 1,587,996,556 | using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using WalletWasabi.Blockchain.Keys;
usin... | using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using WalletWasabi.Blockchain.Keys;
usin... |
7bf4fa48e89d14536c69768d9eef0fa05d4dc7a6 | Better naming internally and more To Do. | Better naming internally and more To Do.
| alvivar/Hasten | Entidades/Entidades.cs | mit | 1,587,996,331 | using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace Hasten2.Entidades
{
public class Entidades : MonoBehaviour
{
private struct Entidad
{
public System.Type type;
public Object obj;
}
private static Dictionary<int, List<Ent... | using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace Hasten2.Entidades
{
public class Entidades : MonoBehaviour
{
private struct Entidad
{
public System.Type type;
public Object obj;
}
private static Dictionary<int, List<Ent... |
45de2e946979ad44c23d8579becb7ace3c2f7453 | whitespace. | whitespace.
Co-Authored-By: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/WalletInfoViewModel.cs | mit | 1,587,996,321 | using Avalonia.Threading;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Gui.Vie... | using Avalonia.Threading;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Gui.Vie... |
5823303107a0a2d60543854bb5c73f39007d4b6a | remove unnecessary check. | remove unnecessary check.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs | mit | 1,587,996,241 | using Avalonia.Input;
using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
us... | using Avalonia.Input;
using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
us... |
9d57cc5e0e707f7f0acd0532ae74f4685fc60761 | make validation methods private. | make validation methods private.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Tabs/SettingsViewModel.cs | mit | 1,587,995,914 | using Avalonia.Threading;
using NBitcoin;
using Nito.AsyncEx;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using System.Thre... | using Avalonia.Threading;
using NBitcoin;
using Nito.AsyncEx;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using System.Thre... |
c6051a181754d56bec6df3e8c5e37b1c160aa7eb | ensure the signature validation methods before registering them. | ensure the signature validation methods before registering them.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/ViewModels/ViewModelBase.cs | mit | 1,587,995,901 | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using WalletWasabi.Gui.ViewModels.Validation;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.ViewModels
{
public class ViewModelBase : ReactiveObj... | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using WalletWasabi.Gui.ViewModels.Validation;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.ViewModels
{
public class ViewModelBase : ReactiveObj... |
b26bef6d67d32c8c22ed192a0bf4767705e92829 | Fix synchronization on power resume | Fix synchronization on power resume
Prevent the application from syncing on power resume: use session unlock event instead. This fix a privacy issue.
| xavierfoucrier/gmail-notifier | code/Computer.cs | mit | 1,587,995,831 | using System;
using System.IO;
using System.Net;
using System.Net.NetworkInformation;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.Win32;
using notifier.Properties;
namespace notifier {
class Computer {
#region #attributes
/// <summary>
/// Registration possibilities
/// </summa... | using System;
using System.IO;
using System.Net;
using System.Net.NetworkInformation;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.Win32;
using notifier.Properties;
namespace notifier {
class Computer {
#region #attributes
/// <summary>
/// Registration possibilities
/// </summa... |
3eaf8924d8ba836b5448238a26d6f76dbb110f67 | Fix DataContract containing Array[] produces invalid WSDL | Fix DataContract containing Array[] produces invalid WSDL
| DigDes/SoapCore | src/SoapCore/Meta/MetaBodyWriter.cs | mit | 1,587,995,702 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.... |
5f04454e75676627bd823212ed5df831e6975dc2 | Shared mode mutex is now global | Shared mode mutex is now global
| mbdavid/LiteDB | LiteDB/Client/Shared/SharedEngine.cs | mit | 1,587,995,265 | using LiteDB.Engine;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Threading;
namespace LiteDB
{
public class SharedEngine : ILiteEngine
{
private readonly EngineSettings _settings;
private readonly Mutex _mutex;... | using LiteDB.Engine;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Threading;
namespace LiteDB
{
public class SharedEngine : ILiteEngine
{
private readonly EngineSettings _settings;
private readonly Mutex _mutex;... |
3f87d20f4cdd916cef3b9a3e7e9e0a9e0e6af66c | BorderColorConverter for validation errors does not intercept exceptions from binding system. | BorderColorConverter for validation errors does not intercept exceptions from binding system.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Converters/ErrorDescriptorToBorderColorConverter.cs | mit | 1,587,995,094 | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using WalletWasabi.Models;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.Converters
{
public class ErrorDescriptorToBorderColorConverter : IValueConverter
{
... | using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using WalletWasabi.Models;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.Converters
{
public class ErrorDescriptorToBorderColorConverter : IValueConverter
{
... |
3d8c910162da64fb8cdebf9ffe63124882730871 | loginPayload | loginPayload
| Backendless/.NET-SDK,Backendless/.NET-SDK | Projects/GeometryTestProject/UnitTest1.cs | apache-2.0 | 1,587,994,760 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using BackendlessAPI;
using BackendlessAPI.Persistence;
using System;
using System.Collections.Generic;
using System.Linq;
using BackendlessAPI.Async;
using System.Threading.Tasks;
using System.Net.Http;
using System.Net.Http.Headers;
using BackendlessAPI.Exception;
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using BackendlessAPI;
using BackendlessAPI.Persistence;
using System;
using System.Collections.Generic;
using System.Linq;
using BackendlessAPI.Async;
using System.Threading.Tasks;
using System.Net.Http;
using System.Net.Http.Headers;
using BackendlessAPI.Exception;
... |
444d60b8d2fd507008f3807f0c4b51038de37ddb | unnecessary check | unnecessary check
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/ItemMagBoots.cs | agpl-3.0 | 1,587,994,500 | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using System.Linq;
using UnityEngine.UI;
public class ItemMagBoots : NetworkBehaviour,
IServerActionGUI, IClientInventoryMove,IServerInventoryMove
{
[SyncVar(hook ... | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using System.Linq;
using UnityEngine.UI;
public class ItemMagBoots : NetworkBehaviour,
IServerActionGUI, IClientInventoryMove,IServerInventoryMove
{
[SyncVar(hook ... |
f5b6e246cc2aa960c142281813df71f8e8c7f2b4 | magboots fix | magboots fix
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/ItemMagBoots.cs | agpl-3.0 | 1,587,994,382 | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using System.Linq;
using UnityEngine.UI;
public class ItemMagBoots : NetworkBehaviour,
IServerActionGUI, IClientInventoryMove,IServerInventoryMove
{
[SyncVar(hook ... | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using System.Linq;
using UnityEngine.UI;
public class ItemMagBoots : NetworkBehaviour,
IServerActionGUI, IClientInventoryMove,IServerInventoryMove
{
[SyncVar(hook ... |
3ce77bac65ce9841ea1e256c1da1c59ef2a206e3 | Fixed Missmatch of indices in publisher status and enumerate Client | Fixed Missmatch of indices in publisher status and enumerate Client
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.TimeSeries/Transport/DataPublisher.cs | mit | 1,587,994,367 | //******************************************************************************************************
// DataPublisher.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// t... | //******************************************************************************************************
// DataPublisher.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// t... |
f26c6cdda3ed50a3aa9b763073e1407f33e3a91a | JSON_ERROR_** constants | JSON_ERROR_** constants
| peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie | src/Peachpie.Library/Serialization.Json.cs | apache-2.0 | 1,587,993,901 | using System;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Reflection;
using static Pchp.Library.JsonSerialization;
using Microsoft.Extensions.ObjectPool;
using Pchp.Core.Utilities;
nam... | using System;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Reflection;
using static Pchp.Library.JsonSerialization;
using Microsoft.Extensions.ObjectPool;
using Pchp.Core.Utilities;
nam... |
44b13838e69ce269401cf1e52db9dd48b3f894b4 | CON-1654- Users to see version history of accepted agreements | CON-1654- Users to see version history of accepted agreements
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts/Queries/GetOrganisationAgreements/GetOrganisationAgreementsQueryHandler.cs | mit | 1,587,993,540 | using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper;
using MediatR;
using System.Linq;
using SFA.DAS.EmployerAccounts.Data;
using SFA.DAS.EmployerAccounts.Dtos;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.MarkerInterfaces;
using SFA.DAS.EmployerAccounts.Models... | using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper;
using MediatR;
using System.Linq;
using SFA.DAS.EmployerAccounts.Data;
using SFA.DAS.EmployerAccounts.Dtos;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.MarkerInterfaces;
using SFA.DAS.EmployerAccounts.Models... |
28370af8304be7ed2ef30e66c09ecbdcd30c765b | preg_replace_callback allows array patterns, simplified | preg_replace_callback allows array patterns, simplified
| peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept | src/Peachpie.Library/pcre.cs | apache-2.0 | 1,587,993,358 | using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Library.Resources;
using PerlRegex = Peachpie.Library.RegularExpressions;
using Peachpie.Library.RegularExpressions;
using System.Buffers;
namespace... | using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Library.Resources;
using PerlRegex = Peachpie.Library.RegularExpressions;
using Peachpie.Library.RegularExpressions;
using System.Buffers;
namespace... |
0e6d135132e992c4c4338ef63c10e72767bb21d9 | NLog GoogleStackdriverTarget improve handling of System.Reflection (MemberInfo is better than MethodInfo) | NLog GoogleStackdriverTarget improve handling of System.Reflection (MemberInfo is better than MethodInfo)
| googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet | apis/Google.Cloud.Logging.NLog/Google.Cloud.Logging.NLog/GoogleStackdriverTarget.cs | apache-2.0 | 1,587,993,207 | // Copyright 2018 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by ap... | // Copyright 2018 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by ap... |
7d107737eb4e505ff1b647d1e37a50b8e0d32507 | Add IsNeutralDrop bool to Dota 2 Game Item | Add IsNeutralDrop bool to Dota 2 Game Item
| babelshift/SteamWebAPI2 | src/Steam.Models/DOTA2/ItemAbilitySchemaItemModel.cs | mit | 1,587,993,199 | using System.Collections.Generic;
namespace Steam.Models.DOTA2
{
public class ItemAbilitySchemaItemModel
{
public uint Id { get; set; }
public string Name { get; set; }
/// <summary>
/// Valve's source files don't include localized names. Instead, the callers are responsible ... | using System.Collections.Generic;
namespace Steam.Models.DOTA2
{
public class ItemAbilitySchemaItemModel
{
public uint Id { get; set; }
public string Name { get; set; }
/// <summary>
/// Valve's source files don't include localized names. Instead, the callers are responsibel ... |
cf6a7376792157fabe6dab24b93147460206fe7a | run code cleanup | run code cleanup
| acple/ParsecSharp | ParsecSharp.Examples/ExpressionParser.cs | mit | 1,587,992,580 | using System;
using System.Linq.Expressions;
using static ParsecSharp.Parser;
using static ParsecSharp.Text;
namespace ParsecSharp.Examples
{
public interface INumber<TNumber>
where TNumber : INumber<TNumber>
{
TNumber Add(TNumber value);
TNumber Sub(TNumber value);
TNumber Mu... | using System;
using System.Linq;
using System.Linq.Expressions;
using ParsecSharp;
using static ParsecSharp.Parser;
using static ParsecSharp.Text;
namespace ParsecSharp.Examples
{
public interface INumber<TNumber>
where TNumber : INumber<TNumber>
{
TNumber Add(TNumber value);
TNumber S... |
99ffb6eedb7e43a328802efede6697b25ac28ef8 | Update UnitTest1.cs | Update UnitTest1.cs
| Backendless/.NET-SDK,Backendless/.NET-SDK | Projects/GeometryTestProject/UnitTest1.cs | apache-2.0 | 1,587,992,199 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using BackendlessAPI;
using BackendlessAPI.Persistence;
using System;
using System.Collections.Generic;
using System.Linq;
using BackendlessAPI.Async;
using System.Threading.Tasks;
using System.Net.Http;
using System.Net.Http.Headers;
using BackendlessAPI.Exception;
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using BackendlessAPI;
using BackendlessAPI.Persistence;
using System;
using System.Collections.Generic;
using System.Linq;
using BackendlessAPI.Async;
using System.Threading.Tasks;
using System.Net.Http;
using System.Net.Http.Headers;
using BackendlessAPI.Exception;
... |
f649668e9ed21e81aa27fd4d412284f7c54b8cf0 | CON-1712-fix formatting | CON-1712-fix formatting
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Mappings/AgreementMappings.cs | mit | 1,587,992,069 | using AutoMapper;
using SFA.DAS.EAS.Account.Api.Types;
using SFA.DAS.EmployerAccounts.Dtos;
using SFA.DAS.EmployerAccounts.Queries.GetEmployerAgreement;
using SFA.DAS.EmployerAccounts.Web.ViewModels;
using AccountLegalEntityViewModel = SFA.DAS.EmployerAccounts.Web.ViewModels.AccountLegalEntityViewModel;
namespace SFA... | using AutoMapper;
using SFA.DAS.EAS.Account.Api.Types;
using SFA.DAS.EmployerAccounts.Dtos;
using SFA.DAS.EmployerAccounts.Queries.GetEmployerAgreement;
using SFA.DAS.EmployerAccounts.Web.ViewModels;
using AccountLegalEntityViewModel = SFA.DAS.EmployerAccounts.Web.ViewModels.AccountLegalEntityViewModel;
namespace SFA... |
bfff13557342864cd5ba7d3a233d3d99608aa33a | CON-1712-bring back mapping | CON-1712-bring back mapping
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Mappings/AgreementMappings.cs | mit | 1,587,991,946 | using AutoMapper;
using SFA.DAS.EAS.Account.Api.Types;
using SFA.DAS.EmployerAccounts.Dtos;
using SFA.DAS.EmployerAccounts.Queries.GetEmployerAgreement;
using SFA.DAS.EmployerAccounts.Web.ViewModels;
using AccountLegalEntityViewModel = SFA.DAS.EmployerAccounts.Web.ViewModels.AccountLegalEntityViewModel;
namespace SFA... | using AutoMapper;
using SFA.DAS.EAS.Account.Api.Types;
using SFA.DAS.EmployerAccounts.Dtos;
using SFA.DAS.EmployerAccounts.Queries.GetEmployerAgreement;
using SFA.DAS.EmployerAccounts.Web.ViewModels;
using AccountLegalEntityViewModel = SFA.DAS.EmployerAccounts.Web.ViewModels.AccountLegalEntityViewModel;
namespace SFA... |
25b96cd53bd4fd7a8a836c5cd6c22425df341009 | pcre_replace, pcre_filter: allows pattern as array | pcre_replace, pcre_filter: allows pattern as array
| iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.Library/pcre.cs | apache-2.0 | 1,587,991,712 | using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Library.Resources;
using PerlRegex = Peachpie.Library.RegularExpressions;
using Peachpie.Library.RegularExpressions;
using System.Buffers;
namespace... | using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Library.Resources;
using PerlRegex = Peachpie.Library.RegularExpressions;
using Peachpie.Library.RegularExpressions;
using System.Buffers;
namespace... |
2717e9c0b78f0a7822abe4e2eba26f6ce03cc1a7 | pcre: preg_filter, preg_replace evaluates subjects in correct order | pcre: preg_filter, preg_replace evaluates subjects in correct order
| peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie | src/Peachpie.Library/pcre.cs | apache-2.0 | 1,587,991,282 | using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Library.Resources;
using PerlRegex = Peachpie.Library.RegularExpressions;
using Peachpie.Library.RegularExpressions;
using System.Buffers;
namespace... | using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Library.Resources;
using PerlRegex = Peachpie.Library.RegularExpressions;
namespace Pchp.Library
{
/// <summary>
/// .NET implementation of ... |
9af5dda62a437d0572209f98f84c4018945036e7 | Add: Generate mania strains in LiveVisualizer & Fix PP calculation when simulating mania pp | Add: Generate mania strains in LiveVisualizer & Fix PP calculation when simulating mania pp
#154
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/LiveVisualizer/LiveVisualizerPlugin.cs | mit | 1,587,991,177 | using CollectionManager.Enums;
using Newtonsoft.Json;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using LiveCha... | using CollectionManager.Enums;
using Newtonsoft.Json;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using LiveCha... |
1aa98acc3ca625f56aa7b3fcc8c4157683c0b347 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,587,990,142 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
5721c45838a9898d825ef828ef4463a9a993f266 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,587,990,016 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
58e8f07bc11e084c0f27ee21b4b7ea45b7df1a81 | Make post create work | Make post create work
| alvachien/achihapi | src/hihapi/Controllers/Blog/BlogPostsController.cs | mit | 1,587,988,919 | using System.Linq;
using System.IO;
using System.Collections.Generic;
using Microsoft.AspNet.OData;
using Microsoft.EntityFrameworkCore;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using hihapi.Models;
using hihapi.Ut... | using System.Linq;
using System.IO;
using System.Collections.Generic;
using Microsoft.AspNet.OData;
using Microsoft.EntityFrameworkCore;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using hihapi.Models;
using hihapi.Ut... |
8825b34f8faa6bbaa3c79199d70672738f5969fd | update ExpressionParser definition | update ExpressionParser definition
| acple/ParsecSharp | ParsecSharp.Examples/ExpressionParser.cs | mit | 1,587,988,596 | using System;
using System.Linq;
using System.Linq.Expressions;
using ParsecSharp;
using static ParsecSharp.Parser;
using static ParsecSharp.Text;
namespace ParsecSharp.Examples
{
public interface INumber<TNumber>
where TNumber : INumber<TNumber>
{
TNumber Add(TNumber value);
TNumber S... | using System;
using System.Linq;
using System.Linq.Expressions;
using ParsecSharp;
using static ParsecSharp.Parser;
using static ParsecSharp.Text;
namespace ParsecSharp.Examples
{
public interface INumber<TNumber>
where TNumber : INumber<TNumber>
{
TNumber Add(TNumber value);
TNumber S... |
4bdff41f0829e447bffefed525de7a392d49093e | - ThreadsafeRandom: Added function description | - ThreadsafeRandom: Added function description
| dotmos/uGameFramework,dotmos/uGameFramework | Unity/Assets/GameFramework/Modules/ThreadsafeRandom/ThreadsafeRandom.cs | mit | 1,587,988,529 | using System;
public static class ThreadsafeRandom {
private static Random _global = new Random();
[ThreadStatic]
private static Random _local;
public static int Next() {
Random inst = _local;
if (inst == null) {
int seed;
lock (_global) seed = _global.Next();
... | using System;
public static class ThreadsafeRandom {
private static Random _global = new Random();
[ThreadStatic]
private static Random _local;
public static int Next() {
Random inst = _local;
if (inst == null) {
int seed;
lock (_global) seed = _global.Next();
... |
9ee5c52f6b44d8cfb067bdd411f645f63a3fdb61 | CON-1746-content-change | CON-1746-content-change
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Controllers/EmployerAgreementController.cs | mit | 1,587,987,982 | using System;
using System.Net;
using System.Threading.Tasks;
using SFA.DAS.EmployerAccounts.Queries.GetEmployerAgreement;
using SFA.DAS.EmployerAccounts.Web.ViewModels;
using System.Web.Mvc;
using AutoMapper;
using MediatR;
using SFA.DAS.Authentication;
using SFA.DAS.Authorization.Mvc.Attributes;
using SFA.DAS.Common... | using System;
using System.Net;
using System.Threading.Tasks;
using SFA.DAS.EmployerAccounts.Queries.GetEmployerAgreement;
using SFA.DAS.EmployerAccounts.Web.ViewModels;
using System.Web.Mvc;
using AutoMapper;
using MediatR;
using SFA.DAS.Authentication;
using SFA.DAS.Authorization.Mvc.Attributes;
using SFA.DAS.Common... |
e5f0c23431f7e5196bb8f0c3dff049a034d617f5 | Update src/SixLabors.Fonts/RendererOptions.cs | Update src/SixLabors.Fonts/RendererOptions.cs
Co-Authored-By: James Jackson-South <d832e7283915281f61ddb0815e87cb88683366b6@hotmail.com> | SixLabors/Fonts,SixLabors/Fonts | src/SixLabors.Fonts/RendererOptions.cs | apache-2.0 | 1,587,987,146 | // Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
namespace SixLabors.Fonts
{
/// <summary>
/// The font style to render onto a peice of text.
/// </summary>
public ... | // Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
namespace SixLabors.Fonts
{
/// <summary>
/// The font style to render onto a peice of text.
/// </summary>
public ... |
a4352fb4a66ff75450311d44a86b97abaffb437e | Fixed name of text box | Fixed name of text box | TrimbleSolutionsCorporation/TSOpenAPISelfLearningExercises | Exercise5-UI-Select-Profile/Form1.cs | bsd-2-clause | 1,587,987,048 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Windows.Forms;
using Tekla.Structures;
using Tekla.Structures.Catalogs;
using Tekla.Structures.Dialog;
using Tekla.Structures.Dialog.UIControls;
using Tekla.Structures.Model;
using Tekla.Structures.Geometry3d;
using TSD... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Windows.Forms;
using Tekla.Structures;
using Tekla.Structures.Catalogs;
using Tekla.Structures.Dialog;
using Tekla.Structures.Dialog.UIControls;
using Tekla.Structures.Model;
using Tekla.Structures.Geometry3d;
using TSD... |
ece6e2db5cca33bacff5301804a18cc6b9dd3eaa | Change removed class | Change removed class
| UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu-new,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu | osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableTaikoMascot.cs | mit | 1,587,985,951 | // 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;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framewo... | // 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;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framewo... |
61090b6cc16d968d3db5e3265d7d9761cb443c8d | consider session mutation | consider session mutation
| wangkanai/Detection,wangkanai/Detection | src/Services/ResponsiveService.cs | apache-2.0 | 1,587,984,931 | // Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved.
// The Apache v2. See License.txt in the project root for license information.
using System;
using System.Linq;
using System.Text;
using Microsoft.AspNetCore.Http;
using Wangkanai.Detection.DependencyInjection.Options;
using Wangkanai.Detection.Models... | // Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved.
// The Apache v2. See License.txt in the project root for license information.
using System;
using System.Linq;
using System.Text;
using Microsoft.AspNetCore.Http;
using Wangkanai.Detection.DependencyInjection.Options;
using Wangkanai.Detection.Models... |
5155c48a24eee5bdd6a8196181f092575d7691c8 | fix: use DELETE FROM for consistency | fix: use DELETE FROM for consistency | GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | spanner/api/Spanner/Program.cs | apache-2.0 | 1,587,984,570 | /*
* Copyright (c) 2017 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | /*
* Copyright (c) 2017 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
312ef90214f0e0b9296c8620d6e5d81fa097883e | CON-1619-tidy-up-using-statements | CON-1619-tidy-up-using-statements
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/Orchestrators/EmployerTeamOrchestrator.cs | mit | 1,587,983,844 | using AutoMapper;
using MediatR;
using SFA.DAS.Common.Domain.Types;
using SFA.DAS.EAS.Account.Api.Client;
using SFA.DAS.EAS.Account.Api.Types;
using SFA.DAS.EmployerAccounts.Commands.ChangeTeamMemberRole;
using SFA.DAS.EmployerAccounts.Commands.CreateInvitation;
using SFA.DAS.EmployerAccounts.Commands.DeleteInvitatio... | using AutoMapper;
using MediatR;
using SFA.DAS.Common.Domain.Types;
using SFA.DAS.EAS.Account.Api.Client;
using SFA.DAS.EAS.Account.Api.Types;
using SFA.DAS.EmployerAccounts.Commands.ChangeTeamMemberRole;
using SFA.DAS.EmployerAccounts.Commands.CreateInvitation;
using SFA.DAS.EmployerAccounts.Commands.DeleteInvitatio... |
33c3526dc59727cf3e36d289891198a4aecc3287 | Changed round end time to 60 seconds | Changed round end time to 60 seconds | fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/GameManager.cs | agpl-3.0 | 1,587,983,394 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public partial class GameManager : MonoBehaviour
{
public static GameManag... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public partial class GameManager : MonoBehaviour
{
public static GameManag... |
0a61c9a00b7766d20b7f156022ac2c047b647f6d | Local browser won't be able to identify the given redirectUri, hence due to security, browser throws an error. In such case, omit the error and handle the success callback through DocumentCompleted event (since you have omitted the error) (#73) | Local browser won't be able to identify the given redirectUri, hence due to security, browser throws an error. In such case, omit the error and handle the success callback through DocumentCompleted event (since you have omitted the error) (#73)
Co-authored-by: Natarajan <c125eb8bd1d6830004a3d66d1a1787dee94822ea@financ... | IdentityModel/IdentityModel.OidcClient.Samples | WinFormsWebView/WinFormsSample/Browser/WinFormsWebView.cs | apache-2.0 | 1,587,983,285 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityModel.OidcClient;
using IdentityModel.OidcClient.Browser;
using System;
using System.Text;
using System.Threading;
using System.... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityModel.OidcClient;
using IdentityModel.OidcClient.Browser;
using System;
using System.Text;
using System.Threading;
using System.... |
e49074d797cff6740e856a8923e715cb4c6196ee | fix bip21 + coinselection combo bug in wallet send | fix bip21 + coinselection combo bug in wallet send
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/WalletsController.cs | mit | 1,587,982,321 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Data;
using BTCPayServer.HostedServices;
using BTCPay... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Client;
using BTCPayServer.Data;
using BTCPayServer.HostedServices;
using BTCPay... |
482670d4b53e2c5c6dac10d166097485380308b7 | Remove redundant attributes on configures in unit-test | Remove redundant attributes on configures in unit-test
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.UnitTests/PackageReferencesTest.cs | apache-2.0 | 1,587,981,114 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
85371af656f179b1954c1faa23910225b1b63346 | Add - Aggiunti parametri avanzati di trasmissione per SignalR | Add - Aggiunti parametri avanzati di trasmissione per SignalR
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,587,980,931 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
06a22c11d63adf237135364cce01cb13d8167abc | Use explicit type printer when printing types in C# GenerateMethodSpecifier. | Use explicit type printer when printing types in C# GenerateMethodSpecifier.
| ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp | src/Generator/Generators/CSharp/CSharpSources.cs | mit | 1,587,980,214 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Parser;
using CppSharp.Types;
using CppSharp.Utils;
using Attribute = CppSharp.AST.At... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Parser;
using CppSharp.Types;
using CppSharp.Utils;
using Attribute = CppSharp.AST.At... |
2812bc756372837b4c5bd8c3e968bd323b8528a7 | Use a native type printer context when looking for type maps in CSharpSourcesExtensions.DisableTypeMap. | Use a native type printer context when looking for type maps in CSharpSourcesExtensions.DisableTypeMap.
| ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp | src/Generator/Generators/CSharp/CSharpSourcesExtensions.cs | mit | 1,587,980,214 | using System;
using System.Collections.Generic;
using System.Linq;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Generators.C;
namespace CppSharp.Generators.CSharp
{
public static class CSharpSourcesExtensions
{
public static void DisableTypeMap(this CSharpSources gen, Class @class... | using System;
using System.Collections.Generic;
using System.Linq;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Generators.C;
namespace CppSharp.Generators.CSharp
{
public static class CSharpSourcesExtensions
{
public static void DisableTypeMap(this CSharpSources gen, Class @class... |
5ad4bdb3f9ed4bbac764c00969ac4d5f629740a9 | Implement more accurate managed type printing in C++ type printer. | Implement more accurate managed type printing in C++ type printer.
| ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp | src/Generator/Generators/C/CppTypePrinter.cs | mit | 1,587,980,214 | using System;
using System.Collections.Generic;
using System.Linq;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Types;
namespace CppSharp.Generators.C
{
public enum CppTypePrintFlavorKind
{
C,
Cpp,
ObjC
}
public class CppTypePrinter : TypePrinter
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using CppSharp.AST;
using CppSharp.AST.Extensions;
using CppSharp.Types;
namespace CppSharp.Generators.C
{
public enum CppTypePrintFlavorKind
{
C,
Cpp,
ObjC
}
public class CppTypePrinter : TypePrinter
{
... |
ca055581af91975ed44438b25863ad0b33c7e9c8 | Fix taiko hit target alpha on legacy skins | Fix taiko hit target alpha on legacy skins
| ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,peppy/osu | osu.Game.Rulesets.Taiko/Skinning/TaikoLegacyHitTarget.cs | mit | 1,587,979,091 | // 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.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Game.Rulesets.Taiko... | // 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.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Game.Rulesets.Taiko... |
3a529c9e9c076bfca1da25d753886d7a66053ec2 | Display swagger request duration (in milliseconds) for "Try it out" requests | Display swagger request duration (in milliseconds) for "Try it out" requests
| aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template | aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/Startup.cs | mit | 1,587,978,824 | using System;
using System.Linq;
using System.Reflection;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Castle.Facilities.Logging;
using Abp.AspNetCore;
using Ab... | using System;
using System.Linq;
using System.Reflection;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Castle.Facilities.Logging;
using Abp.AspNetCore;
using Ab... |
7558e766a45f93b5e6813ffd984c4d59c50bcaf7 | Add full swagger OpenApiInfo | Add full swagger OpenApiInfo
| aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template | aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/Startup.cs | mit | 1,587,978,757 | using System;
using System.Linq;
using System.Reflection;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Castle.Facilities.Logging;
using Abp.AspNetCore;
using Ab... | using System;
using System.Linq;
using System.Reflection;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Castle.Facilities.Logging;
using Abp.AspNetCore;
using Ab... |
7353bb371e5a639ca4f8a27507270cf67afa9006 | Suppress CA1724. | Suppress CA1724.
| JohanLarsson/Gu.Wpf.FlipView | Gu.Wpf.FlipView/FlipView.cs | mit | 1,587,976,260 | #pragma warning disable CA1724
namespace Gu.Wpf.FlipView
{
using System.Collections.Specialized;
using System.Windows;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Media.Animation;
using Gu.Wpf.FlipView.Gestures;
/// <summary>
/// A <see cre... | namespace Gu.Wpf.FlipView
{
using System.Collections.Specialized;
using System.Windows;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Media.Animation;
using Gu.Wpf.FlipView.Gestures;
/// <summary>
/// A <see cref="Selector"/> for navigating t... |
e890c8472c9e7a3b07c585b14eba86115de4fa19 | change scheme name for Windows in AspId | change scheme name for Windows in AspId
| IdentityServer/IdentityServer4.Templates,IdentityServer/IdentityServer4.Templates,IdentityServer/IdentityServer4.Templates | src/IdentityServer4AspNetIdentity/Quickstart/Account/ExternalController.cs | apache-2.0 | 1,587,975,625 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading.Tasks;
using IdentityModel;
using IdentityServer4.Events;
using IdentityServer4.Services;
using IdentityServer4.Stores;
using IdentityServer4AspNetIdentity.Models;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading.Tasks;
using IdentityModel;
using IdentityServer4.Events;
using IdentityServer4.Services;
using IdentityServer4.Stores;
using IdentityServer4AspNetIdentity.Models;
usi... |
a98d44f654121db5c8fdcf5667ad198f7bdcd106 | C#: Fix always saving copy of csproj even with no changes | C#: Fix always saving copy of csproj even with no changes
This was a regression from 93d7ec88360a467a3041c0aa08390daa1f75892b (#38110).
Mono's old implementation of Microsoft.Build hardcodes HasUnsavedChanges to
always return true.
This workaround can be reverted once we switch to official Microsoft.Build.
(cherry pi... | ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot | modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectUtils.cs | mit | 1,587,975,307 | using GodotTools.Core;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using DotNet.Globbing;
using Microsoft.Build.Construction;
namespace GodotTools.ProjectEditor
{
public sealed class MSBuildProject
{
public ProjectRootElement ... | using GodotTools.Core;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using DotNet.Globbing;
using Microsoft.Build.Construction;
namespace GodotTools.ProjectEditor
{
public sealed class MSBuildProject
{
public ProjectRootElement ... |
acf95fca9cdd8b12027d907838738fa0216845b4 | Remove old, now unnecessary method | Remove old, now unnecessary method
| smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu | osu.Game.Rulesets.Mania/Edit/ManiaSelectionHandler.cs | mit | 1,587,975,255 | // 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;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Timing;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Mania.Edit.Blueprints;
... | // 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;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Timing;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Mania.Edit.Blueprints;
... |
1cfd0a387094a5b7e38fd1f43a2270a6e21cbfba | Change restart time to 2 minutes, for postround meme time. | Change restart time to 2 minutes, for postround meme time. | fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/GameManager.cs | agpl-3.0 | 1,587,974,954 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public partial class GameManager : MonoBehaviour
{
public static GameManag... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public partial class GameManager : MonoBehaviour
{
public static GameManag... |
8ba2798ad268a058eef50e98543133f30d0bb8af | Added RigidAffine to the distort methods | Added RigidAffine to the distort methods
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | src/Magick.NET/Shared/Enums/DistortMethod.cs | apache-2.0 | 1,587,974,901 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick 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.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick 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.imagemagick.org/script/license.php
//
// Unless req... |
4d0654e767365fda476b9a335e1b5a313b9f9d71 | InputTextField: CMD+Backspace support | InputTextField: CMD+Backspace support
| fairygui/FairyGUI-unity | Assets/Scripts/Core/Text/InputTextField.cs | mit | 1,587,974,687 | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
/// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。
/// </summary>
public class InputTextField : RichTextField
... | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
/// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。
/// </summary>
public class InputTextField : RichTextField
... |
3b8e7649b0728cea9981899ae1263dfb73c957de | exception-less resolve of optional provider mappings (#2194) | exception-less resolve of optional provider mappings (#2194)
| linq2db/linq2db,linq2db/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,MaceWindu/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db,LinqToDB4iSeries/linq2db | Source/LinqToDB/Expressions/TypeMapper.cs | mit | 1,587,974,418 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespace LinqToDB.Expressions
{
using System.Collections;
using System.Diagnostics.CodeAnalysis;
using Common;
using LinqToDB.Extensions;
/// <summary>
/// Implements typed mappings suppo... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespace LinqToDB.Expressions
{
using System.Collections;
using System.Diagnostics.CodeAnalysis;
using Common;
using LinqToDB.Extensions;
/// <summary>
/// Implements typed mappings suppo... |
0524a6d139985fde6739e7a28654986c43c3562d | update class proxy target type | update class proxy target type
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Aspect/ProxyUtils.cs | mit | 1,587,973,832 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using WeihanLi.Extensions;
namespace WeihanLi.Common.Aspect
{
internal static class ProxyUtils
{
private const stri... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using WeihanLi.Extensions;
namespace WeihanLi.Common.Aspect
{
internal static class ProxyUtils
{
private const stri... |
920363de422e37a6347e9fc6622cc8792dc2ecf9 | Fixed a bug in GComponent.ChangeChildrenOrder | Fixed a bug in GComponent.ChangeChildrenOrder
| fairygui/FairyGUI-unity | Assets/Scripts/UI/GComponent.cs | mit | 1,587,973,725 | using System;
using System.Collections.Generic;
using UnityEngine;
using FairyGUI.Utils;
#if FAIRYGUI_TOLUA
using LuaInterface;
#endif
namespace FairyGUI
{
/// <summary>
/// Component
/// </summary>
public class GComponent : GObject
{
/// <summary>
/// Root containe... | using System;
using System.Collections.Generic;
using UnityEngine;
using FairyGUI.Utils;
#if FAIRYGUI_TOLUA
using LuaInterface;
#endif
namespace FairyGUI
{
/// <summary>
/// Component
/// </summary>
public class GComponent : GObject
{
/// <summary>
/// Root containe... |
f51befa9d8f5fa0e825f0596b145a780bbb6a107 | add back missing using. | add back missing using.
| fairygui/FairyGUI-unity | Assets/Scripts/Event/EventBridge.cs | mit | 1,587,973,496 | #if FAIRYGUI_TOLUA
using System;
using LuaInterface;
#endif
namespace FairyGUI
{
/// <summary>
///
/// </summary>
class EventBridge
{
public EventDispatcher owner;
EventCallback0 _callback0;
EventCallback1 _callback1;
EventCallback1 _captureCallback... | #if FAIRYGUI_TOLUA
using LuaInterface;
#endif
namespace FairyGUI
{
/// <summary>
///
/// </summary>
class EventBridge
{
public EventDispatcher owner;
EventCallback0 _callback0;
EventCallback1 _callback1;
EventCallback1 _captureCallback;
inte... |
13e17ddbaec7760ff633a58a4f3363a4ce975910 | 移除加载参数,增强加载接口易用性 | 移除加载参数,增强加载接口易用性
| GameFramework/GameFramework,EllanJiang/GameFramework | GameFramework/Base/GameFrameworkDataSegment.cs | mit | 1,587,972,060 | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using System;
namespace GameFramew... | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using System;
namespace GameFramew... |
5ca8ab23e0f19f1a232f0c335427ebfa244a9047 | Remove duplicate daemons.IRCDaemon executor in SaveLoader | Remove duplicate daemons.IRCDaemon executor in SaveLoader
I have no idea how this got past *anything*, to be frank.
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/Internal/Replacements/SaveLoader.cs | mit | 1,587,971,992 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game.Computer;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Pathfinder.Util.XML;
using Pa... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game.Computer;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Pathfinder.Util.XML;
using Pa... |
752a918eacd241332dbcd81290797b3d7e043d92 | Fix handle leak | Fix handle leak
| RainwayApp/warden | Warden/Core/WardenImpersonator.cs | apache-2.0 | 1,587,971,883 | using System;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Principal;
using Warden.Core.Exceptions;
namespace Warden.Core
{
/// <summary>
/// Impersonates the currently logged in and active user and runs programs und... | using System;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Principal;
namespace Warden.Core
{
/// <summary>
/// Impersonates the currently logged in and active user and runs programs under their context
/// </sum... |
49bc5624555f0c8bacf4c2ff49b2e6093f830427 | Eliminate double-call of ToString | Eliminate double-call of ToString
| JasonBock/csla,MarimerLLC/csla,JasonBock/csla,rockfordlhotka/csla,rockfordlhotka/csla,MarimerLLC/csla,MarimerLLC/csla,JasonBock/csla,rockfordlhotka/csla | Source/Csla.Blazor/ViewModel.cs | mit | 1,587,971,570 | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... |
c3cf4eb0ed478ffcd5c725b4942a8b703b357d9e | update API | update API
| RainwayApp/warden | WardenExample/Program.cs | apache-2.0 | 1,587,971,065 | using System;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Warden.Core;
namespace WardenExample
{
class Program
{
static void Main(string[] ars)
{
WardenManager.Logger = new WardenLogger();
WardenManager.OnUntr... | using System;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Warden.Core;
namespace WardenExample
{
class Program
{
static void Main(string[] ars)
{
WardenManager.Logger = new WardenLogger();
WardenManager.OnUntr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.