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 |
|---|---|---|---|---|---|---|---|---|
6ce666c22a8fb41f1f0c1999ea37628ed7635399 | Added passthrough mode for Get-NtStatus as well as lookup for Name. | Added passthrough mode for Get-NtStatus as well as lookup for Name.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Object/GetNtStatusCmdlet.cs | apache-2.0 | 1,586,792,073 | // Copyright 2016 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 applica... | // Copyright 2016 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 applica... |
17fa3a14417e1cf3f4b19465747b7e93738ad224 | Parenthesis style | Parenthesis style
| mdesalvo/RDFSharp | RDFSharp/Model/Validation/Abstractions/Constraints/RDFPropertyConstraint.cs | apache-2.0 | 1,586,791,769 | /*
Copyright 2012-2020 Marco De Salvo
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 2012-2020 Marco De Salvo
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... |
cf24be545b721ebfbeff09007c89f32ca129e071 | If deleting features in the target class before doing a bulk copy, make sure it's using the override class name if specified. | If deleting features in the target class before doing a bulk copy, make sure it's using the override class name if specified.
| jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox | FdoToolbox.Core/ETL/Specialized/FdoClassToClassCopyProcess.cs | lgpl-2.1 | 1,586,791,441 | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... |
fef483d8f38eb0ac68dd1467aad7d829e11a6fe5 | Fixed: crash when using obfuscated IDs | Fixed: crash when using obfuscated IDs
| json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core | src/JsonApiDotNetCore/Services/DefaultResourceService.cs | mit | 1,586,791,348 | using JsonApiDotNetCore.Configuration;
using JsonApiDotNetCore.Data;
using JsonApiDotNetCore.Internal;
using JsonApiDotNetCore.Models;
using JsonApiDotNetCore.Hooks;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using JsonApiDotNetCo... | using JsonApiDotNetCore.Configuration;
using JsonApiDotNetCore.Data;
using JsonApiDotNetCore.Internal;
using JsonApiDotNetCore.Models;
using JsonApiDotNetCore.Hooks;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using JsonApiDotNetCo... |
2d5bc9920333be513c012714f343911a386310e6 | Fixed: stackTrace:null in output when options.IncludeExceptionStackTraceInErrors = false | Fixed: stackTrace:null in output when options.IncludeExceptionStackTraceInErrors = false
| Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore | src/JsonApiDotNetCore/Models/JsonApiDocuments/ErrorMeta.cs | mit | 1,586,791,326 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Newtonsoft.Json;
namespace JsonApiDotNetCore.Models.JsonApiDocuments
{
/// <summary>
/// A meta object containing non-standard meta-information about the error.
/// </summary>
public sealed class ErrorMeta
{
[Js... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Newtonsoft.Json;
namespace JsonApiDotNetCore.Models.JsonApiDocuments
{
/// <summary>
/// A meta object containing non-standard meta-information about the error.
/// </summary>
public sealed class ErrorMeta
{
[Js... |
c17dda394fefef86ff2ffb119c05f3443aee5872 | FIX typo in class comment | FIX typo in class comment
| mdesalvo/RDFSharp | RDFSharp/Model/Validation/Abstractions/Constraints/RDFNodeConstraint.cs | apache-2.0 | 1,586,791,314 | /*
Copyright 2012-2020 Marco De Salvo
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 2012-2020 Marco De Salvo
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... |
1b71830fbdad99d28e09ebaaacfa0761c8bedee8 | Minor fix to match recent updates to Boogie | Minor fix to match recent updates to Boogie
In particular, the API that was used here got
removed.
| boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral | source/ExplainError/program.cs | mit | 1,586,791,120 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Diagnostics;
using Microsoft.Boogie;
using Microsoft.Boogie.VCExprAST;
using VC;
using Microsoft.Basetypes;
using BType = Microsoft.Boogie.Type;
us... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Diagnostics;
using Microsoft.Boogie;
using Microsoft.Boogie.VCExprAST;
using VC;
using Microsoft.Basetypes;
using BType = Microsoft.Boogie.Type;
us... |
9d9f03fe9c078da644c3b3301e39916403f737e2 | fix bug with death counter not resetting when creating new char with same name as a previous char | fix bug with death counter not resetting when creating new char with same name as a previous char
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/D2Reader/D2DataReader.cs | mit | 1,586,791,099 | namespace Zutatensuppe.D2Reader
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Readers;
using Zutatensuppe.D2Reader.Struct;
u... | namespace Zutatensuppe.D2Reader
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Readers;
using Zutatensuppe.D2Reader.Struct;
u... |
f1d23fd4c46eba6fd3706bda2ac1ce5ddb4d13aa | only set submenu once. | only set submenu once.
| wieslawsoltes/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex... | src/Avalonia.Native/IAvnAppMenuItem.cs | mit | 1,586,790,822 | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private CompositeDisposable _propertyDisposables = new CompositeDisposable... | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private CompositeDisposable _propertyDisposables = new CompositeDisposable... |
87a5f3962ae55f899cb6a70c0bd0e65cddc28740 | set submenu to null when its removed. | set submenu to null when its removed.
| wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,Super... | src/Avalonia.Native/IAvnAppMenuItem.cs | mit | 1,586,790,624 | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private CompositeDisposable _propertyDisposables = new CompositeDisposable... | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private CompositeDisposable _propertyDisposables = new CompositeDisposable... |
844e3e4decc0a88f5216506ae1004161f34383a7 | OrderBookInrementMessageAdapter. Fix duplicate snapshots processing. | OrderBookInrementMessageAdapter. Fix duplicate snapshots processing.
| StockSharp/StockSharp | Algo/OrderBookInrementMessageAdapter.cs | apache-2.0 | 1,586,790,270 | 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... |
2ee180b12c11da20d5051ba60e889795e9c61d92 | fix menu property updates. | fix menu property updates.
| jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,SuperJ... | src/Avalonia.Native/IAvnAppMenuItem.cs | mit | 1,586,790,039 | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private CompositeDisposable _propertyDisposables = new CompositeDisposable... | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private CompositeDisposable _propertyDisposables = new CompositeDisposable... |
b30d91e7281065388a57e1a0ba3b160cde424ac0 | Fix nullref | Fix nullref
| jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox | FdoToolbox.Core/ETL/Specialized/FdoClassToClassCopyProcess.cs | lgpl-2.1 | 1,586,789,826 | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... |
ed719ee4692e29593e2ccd46793862fc1bdf837c | Simplify array init | Simplify array init
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Util.cs | apache-2.0 | 1,586,789,421 | // 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... | // 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... |
77903de9ff9d89806eb6ff28bda902bbdbec5275 | Mark some fields readonly | Mark some fields readonly
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Project.Configuration.cs | apache-2.0 | 1,586,789,409 | // 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 or... | // 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 or... |
6438dae61681007aee9756f7ecb4f0404dbec9cc | Disable copy of compiler pdb by default | Disable copy of compiler pdb by default
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Project.Configuration.cs | apache-2.0 | 1,586,789,398 | // 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 or... | // 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 or... |
244f24d0a7f1b77d09e36df19a04cc0532b1002c | [XCode] Only write iphoneos as SDKRoot in case it's the current platform | [XCode] Only write iphoneos as SDKRoot in case it's the current platform
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Generators/Apple/XCodeProj.cs | apache-2.0 | 1,586,789,206 | // 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... |
07dc37e83d895ef05b88d2ab6cd26e30f23bf4dc | [XCode] Fix IncludePrivatePaths | [XCode] Fix IncludePrivatePaths
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Generators/Apple/XCodeProj.cs | apache-2.0 | 1,586,789,193 | // 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... |
df13db63b4ffdd67379ad460cf294d47a74df5c8 | Use switch/case instead of if/else if, for readability | Use switch/case instead of if/else if, for readability
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Platforms/Sharpmake.CommonPlatforms/BasePlatform.cs | apache-2.0 | 1,586,789,173 | // 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... |
8769ddc42c3bfd3bd3d4ab181a5f0d9f9bb1350d | Getting the actual behavior type | Getting the actual behavior type
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Common/Extensions/Hosting/BehaviorHost.cs | agpl-3.0 | 1,586,789,169 | using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
namespace SoraBot.Common.Extensions.Hosting
{
public class BehaviorHost : IHostedService
{
private readonly IEnumerable<IBe... | using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
namespace SoraBot.Common.Extensions.Hosting
{
public class BehaviorHost : IHostedService
{
private readonly IEnumerable<IBe... |
157be0717884f1f68c2993e9b2806c90d5d29715 | Explicit a case in switch/case, for readability | Explicit a case in switch/case, for readability
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Application/Program.cs | apache-2.0 | 1,586,789,163 | // 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... |
1b67f539fd14708ee69d5031232cd0a7ed7819aa | Use nameof instead of hardcoding property name as string | Use nameof instead of hardcoding property name as string
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/ExtensionMethods.cs | apache-2.0 | 1,586,789,150 | // 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... |
a05a613ff3d1c18417d677dee2e7569d7d23a707 | fix setting gestures | fix setting gestures
| wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,akri... | src/Avalonia.Native/IAvnAppMenuItem.cs | mit | 1,586,788,915 | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private CompositeDisposable _propertyDisposables = new CompositeDisposable... | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private CompositeDisposable _propertyDisposables = new CompositeDisposable... |
cd5c8cedce154e85b93132b8be4b9cee3f47ce84 | correctly set appmenu | correctly set appmenu
| AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,Perspex/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalon... | src/Avalonia.Native/AvaloniaNativeMenuExporter.cs | mit | 1,586,788,906 | using System;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Controls.Platform;
using Avalonia.Dialogs;
using Avalonia.Native.Interop;
using Avalonia.Threading;
namespace Avalonia.Native
{
class AvaloniaNativeMenuExporter : ITopLevelNativeMenuExporter
{
private I... | using System;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Controls.Platform;
using Avalonia.Dialogs;
using Avalonia.Native.Interop;
using Avalonia.Threading;
namespace Avalonia.Native
{
class AvaloniaNativeMenuExporter : ITopLevelNativeMenuExporter
{
private I... |
180f57324073864e1f95351e833dd4a4e4ee6d0d | Fix returned error code when already owned Fixes #234 | Fix returned error code when already owned
Fixes #234
| jamesmontemagno/InAppBillingPlugin | src/Plugin.InAppBilling.Android/InAppBillingImplementation.cs | mit | 1,586,788,194 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Android.App;
using Android.Content;
using Android.OS;
using Newtonsoft.Json;
using Com.Android.Vending.Billing;
using Java.Security;
using Java.Security.Spec;
using Java.Lang;
using System.Text;
using Plugin.InAppBil... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Android.App;
using Android.Content;
using Android.OS;
using Newtonsoft.Json;
using Com.Android.Vending.Billing;
using Java.Security;
using Java.Security.Spec;
using Java.Lang;
using System.Text;
using Plugin.InAppBil... |
13812fef4c1af988e1d292e43d96e20dc17b0784 | Replace BindTo with setting the bindable | Replace BindTo with setting the bindable
| peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,peppy/osu-new,EVAST9919/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,EVAST9919/osu,EVAST99... | osu.Game/Overlays/Direct/PanelDownloadButton.cs | mit | 1,586,788,082 | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Configuration;
using osu.Game.Graphi... | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Configuration;
using osu.Game.Graphi... |
3bf46de5bf99f36dc9631ecdda0e738be87fd935 | Memory bus now shares the state between instances | Memory bus now shares the state between instances
| takenet/elephant | src/Take.Elephant/Memory/Bus.cs | apache-2.0 | 1,586,787,970 | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Take.Elephant.Memory
{
/// <summary>
/// Simple memory bus implementation.
/// </summary>
/// <typeparam name="TChannel"></typeparam>
/// <typeparam name="TMessage"... | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace Take.Elephant.Memory
{
/// <summary>
/// Simple memory bus implementation.
/// </summary>
/// <typeparam name="TChannel"></typeparam>
/// <typeparam name="TMessage"... |
4151ac22878e84c004aa1e06947503f8a5a93792 | Optimized away the expensive StringBuilder.Remove(0, 1) in CodeInlineParser | Optimized away the expensive StringBuilder.Remove(0, 1) in CodeInlineParser
| lunet-io/markdig,lunet-io/markdig | src/Markdig/Parsers/Inlines/CodeInlineParser.cs | bsd-2-clause | 1,586,787,875 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using Markdig.Helpers;
using Markdig.Syntax;
using Markdig.Syntax.Inlines;
namespace Markdig.Parsers.Inlines
{
/// <summary... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using Markdig.Helpers;
using Markdig.Syntax;
using Markdig.Syntax.Inlines;
namespace Markdig.Parsers.Inlines
{
/// <summary>
///... |
ed371aa0eef3fb6ddd89afb51fcd9ce793397d8a | ensure app menu holds its stub. | ensure app menu holds its stub.
| grokys/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,Avalonia... | src/Avalonia.Native/AvaloniaNativeMenuExporter.cs | mit | 1,586,787,742 | using System;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Controls.Platform;
using Avalonia.Dialogs;
using Avalonia.Native.Interop;
using Avalonia.Threading;
namespace Avalonia.Native
{
class AvaloniaNativeMenuExporter : ITopLevelNativeMenuExporter
{
private I... | using System;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Controls.Platform;
using Avalonia.Dialogs;
using Avalonia.Native.Interop;
using Avalonia.Threading;
namespace Avalonia.Native
{
class AvaloniaNativeMenuExporter : ITopLevelNativeMenuExporter
{
private I... |
d70ec0f771c40b1bcfc8758bb6ab9620c93c1db4 | Removed small unused warning | Removed small unused warning
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Waifu/WaifuService.cs | agpl-3.0 | 1,586,787,400 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
using SoraBot.Services.Utils;
using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu;
namespace SoraBot.Services.Waifu... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
using SoraBot.Services.Utils;
using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu;
namespace SoraBot.Services.Waifu... |
fff04f05b1f7862ba7d25de66b0eaf7d3db178fd | Added method to get a random waifu | Added method to get a random waifu
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Waifu/WaifuService.cs | agpl-3.0 | 1,586,787,246 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
using SoraBot.Services.Utils;
using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu;
namespace SoraBot.Services.Waifu... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu;
namespace SoraBot.Services.Waifu
{
public class WaifuService : IWaifuService
{
private readonly IC... |
19e2e0066e7c7534ace6e6ca870a43428b756041 | Always map GenericAccess to type specific access. | Always map GenericAccess to type specific access.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Object/GetNtGrantedAccessCmdlet.cs | apache-2.0 | 1,586,787,199 | // Copyright 2016 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 applica... | // Copyright 2016 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 applica... |
a5be0f032c6948e5ec7f6c7ab6edb66db5aaa2de | Added IsAccessFilterAce and IsProcessTrustLabelAce | Added IsAccessFilterAce and IsProcessTrustLabelAce
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Ace.cs | apache-2.0 | 1,586,787,177 | // Copyright 2019 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 applica... | // Copyright 2019 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 applica... |
06c57f855ee85373d79f71f5060b77ff59aba934 | Added IsSuccess property. | Added IsSuccess property.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/AccessCheckResult.cs | apache-2.0 | 1,586,787,069 | // Copyright 2020 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 applica... | // Copyright 2020 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 applica... |
ee86ff9017342591538aec99a41e0d1dd8b2308c | Little fix | Little fix
| OpenChargingCloud/WWCP_Core | WWCP_Core/RoamingNetwork/RoamingNetwork.cs | agpl-3.0 | 1,586,786,697 | /*
* Copyright (c) 2014-2020 GraphDefined GmbH <achim.friedland@graphdefined.com>
* This file is part of WWCP Core <https://github.com/OpenChargingCloud/WWCP_Core>
*
* Licensed under the Affero GPL license, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | /*
* Copyright (c) 2014-2020 GraphDefined GmbH <achim.friedland@graphdefined.com>
* This file is part of WWCP Core <https://github.com/OpenChargingCloud/WWCP_Core>
*
* Licensed under the Affero GPL license, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... |
426c95d9bb4d570d65e14cf638809ed3282e9d6a | Added more AnnotationEntry unit tests | Added more AnnotationEntry unit tests
| jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit | UnitTests/AnnotationEntryTests.cs | mit | 1,586,786,673 | //
// AnnotationEntryTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in th... | //
// AnnotationEntryTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in th... |
8b8be83a0cf310341d488dd821efc72576a3cbc2 | Fix warning on linux/mac by adding AutoGenerateBindingRedirects | Fix warning on linux/mac by adding AutoGenerateBindingRedirects
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Application/Sharpmake.Application.sharpmake.cs | apache-2.0 | 1,586,785,632 | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using Sharpmake;
namespace SharpmakeGen
{
[Generate]
public class SharpmakeApplicationProject : Common.SharpmakeBaseProject
{
public SharpmakeApplicationProject()
: base(generateXmlDoc: false)
{
... | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using Sharpmake;
namespace SharpmakeGen
{
[Generate]
public class SharpmakeApplicationProject : Common.SharpmakeBaseProject
{
public SharpmakeApplicationProject()
: base(generateXmlDoc: false)
{
... |
a3d722eb16b2bebecf612e062ba81763ac0fd60c | Fix missing sender argument | Fix missing sender argument
| TorchAPI/Torch,TorchAPI/Torch | Torch/Commands/CommandContext.cs | apache-2.0 | 1,586,785,451 | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text.RegularExpressions;
using Sandbox.Engine.Networking;
using Sandbox.Game.Multiplayer;
using Torch.API;
using Torch.API.Managers;
using Torch.API.Plugins;
using Torch.Utils;
using VRage.Game;
using VRage.Game.ModAPI;
using VRageMath... | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text.RegularExpressions;
using Sandbox.Engine.Networking;
using Sandbox.Game.Multiplayer;
using Torch.API;
using Torch.API.Managers;
using Torch.API.Plugins;
using Torch.Utils;
using VRage.Game;
using VRage.Game.ModAPI;
using VRageMath... |
8dc7d9983ac898523ba31c691795f8516c0a16dc | BigFloat.ToString() | BigFloat.ToString()
| iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie | src/Peachpie.Library/BCMath.cs | apache-2.0 | 1,586,784,754 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library
{
[PhpExtension("bcmath")]
public... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library
{
[PhpExtension("bcmath")]
public... |
1f24688dd76cddf6054009ce2768d5020e8e1dfc | BigFloat data type | BigFloat data type
| iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library/BCMath.cs | apache-2.0 | 1,586,783,718 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library
{
[PhpExtension("bcmath")]
public... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library
{
[PhpExtension("bcmath")]
public static class BCMath
{
sealed class BCM... |
ef73f4360e99705720ce34d4001cda95558917ad | Fixed TypeLoadException with CRYPTUI_WIZ_DIGITAL_SIGN_INFO_UNION (#115) which resulted in a slightly less usable structure. If one wishes to use the pwszFileName field, they will have to use a pointer to a Unicode string instead of the string. | Fixed TypeLoadException with CRYPTUI_WIZ_DIGITAL_SIGN_INFO_UNION (#115) which resulted in a slightly less usable structure. If one wishes to use the pwszFileName field, they will have to use a pointer to a Unicode string instead of the string.
| dahall/vanara | PInvoke/Cryptography/CryptUI/Wincrypt.cs | mit | 1,586,783,615 | using System;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Crypt32;
namespace Vanara.PInvoke
{
/// <summary>Methods and data types found in CryptUI.dll.</summary>
public static partial class CryptUI
{
/// <summary>
/// The <c>PFNCFILTE... | using System;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Crypt32;
namespace Vanara.PInvoke
{
/// <summary>Methods and data types found in CryptUI.dll.</summary>
public static partial class CryptUI
{
/// <summary>
/// The <c>PFNCFILTE... |
64d76ce5621547cca73bdf6a150a2a10ea76bc89 | exporter sets IsChecked property. | exporter sets IsChecked property.
| wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,Perspex/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,akrisiun/Per... | src/Avalonia.Native/IAvnAppMenuItem.cs | mit | 1,586,783,074 | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private AvaloniaNativeMenuExporter _exporter;
private CompositeDisposable ... | using System;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Platform.Interop;
namespace Avalonia.Native.Interop
{
public partial class IAvnAppMenuItem
{
private IAvnAppMenu _subMenu;
private AvaloniaNativeMenuExporter _exporter;
private CompositeDisposable ... |
2b2ab2bf1929d3b6d730d579b73b1bc39e2220e8 | Show new segments as red points even when hovered | Show new segments as red points even when hovered
| UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,EVAST9919/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,EVAST9919/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipo... | osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/Components/PathControlPointPiece.cs | mit | 1,586,782,763 | // 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Fram... | // 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Gr... |
cf0fb8069605d2e0409393f41c815f7b9d610c42 | Fix IsCheckedProperty on managed side. | Fix IsCheckedProperty on managed side.
| Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jk... | src/Avalonia.Controls/NativeMenuItem.cs | mit | 1,586,782,735 | using System;
using System.Windows.Input;
using Avalonia.Input;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
public class NativeMenuItem : NativeMenuItemBase
{
private string _header;
private KeyGesture _gesture;
private bool _enabled = true;
private ICommand _command... | using System;
using System.Windows.Input;
using Avalonia.Input;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
public class NativeMenuItem : NativeMenuItemBase
{
private string _header;
private KeyGesture _gesture;
private bool _enabled = true;
private ICommand _command... |
46dbef2f057f687d13f2aed057deaba4dc8794fb | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,586,782,276 | #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-... |
8336f5f077d77139d9bd57b082ff1ae7673ef721 | new command to force missed builds re-check | new command to force missed builds re-check
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Commands/CompatList.cs | lgpl-2.1 | 1,586,782,210 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using CompatApiClient;
using CompatApiClient.Co... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using CompatApiClient;
using CompatApiClient.Co... |
780723194721992916f8cfbe2159f53e677bd0e6 | Add IsChecked to NativeMenuItem | Add IsChecked to NativeMenuItem
# Conflicts:
# src/Avalonia.Controls/NativeMenuItem.cs
| wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,... | src/Avalonia.Controls/NativeMenuItem.cs | mit | 1,586,782,206 | using System;
using System.Windows.Input;
using Avalonia.Input;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
public class NativeMenuItem : NativeMenuItemBase
{
private string _header;
private KeyGesture _gesture;
private bool _enabled = true;
private ICommand _command... | using System;
using System.Windows.Input;
using Avalonia.Input;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
public class NativeMenuItem : NativeMenuItemBase
{
private string _header;
private KeyGesture _gesture;
private bool _enabled = true;
private ICommand _command... |
86cad7d93abb67c4a795371a3fbedb8889313033 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,586,781,904 | #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-... |
4cfc6866835d4d92f2c6f03cd4bfeaa47c845c76 | Fix excption with 0 control points | Fix excption with 0 control points
| ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,EVAST9919/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,EVAST9919/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,EVAST9919/osu,smoogipo... | osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/Components/PathControlPointConnectionPiece.cs | mit | 1,586,781,678 | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Lines;
using osu.Game.Rulesets.Objects;... | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Lines;
using osu.Game.Rulesets.Objects;... |
1c8a71b2842dd90ff1cdfc1c4d4cd3595a618925 | Exception instead of assert | Exception instead of assert
| NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,UselessToucan/osu,EVAST9919/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,peppy/osu,p... | osu.Game/Online/API/APIRequest.cs | mit | 1,586,780,687 | // 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 Newtonsoft.Json;
using osu.Framework.IO.Network;
using osu.Framework.Logging;
namespace osu.Game.Online.API
{
/// <summary>
/// An API reque... | // 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.Diagnostics;
using Newtonsoft.Json;
using osu.Framework.IO.Network;
using osu.Framework.Logging;
namespace osu.Game.Online.API
{
/// <sum... |
165aba30befb33c1e71a98eeefc4e9bd92ac5c55 | new mega link format support | new mega link format support
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs | lgpl-2.1 | 1,586,780,601 | using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatBot.EventHandlers.LogParsing.ArchiveHandlers;
using DSharpPlus.Entities;
using CG.Web.MegaApiClient;
using CompatBot.Utils;
using System.IO.Pipelines;
using System.Threading;
namespace Compa... | using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatBot.EventHandlers.LogParsing.ArchiveHandlers;
using DSharpPlus.Entities;
using CG.Web.MegaApiClient;
using CompatBot.Utils;
using System.IO.Pipelines;
using System.Threading;
namespace Compa... |
e66b2b33f9928c36af557bbcbf06aecb797bdc58 | #91 Switched from DocumentObj25.RetrieveLanguageMetadata implementation to RetrieveVersionMetadata/RetrieveMetadataByIshVersionRefs implementation respecting LanguageFilter, next is explicit FIlterMetadata | #91 Switched from DocumentObj25.RetrieveLanguageMetadata implementation to RetrieveVersionMetadata/RetrieveMetadataByIshVersionRefs implementation respecting LanguageFilter, next is explicit FIlterMetadata
| sdl/ISHRemote,sdl/ISHRemote | Source/ISHRemote/Trisoft.ISHRemote/Cmdlets/Folder/GetIshFolderContent.cs | apache-2.0 | 1,586,779,854 | /*
* Copyright (c) 2014 All Rights Reserved by the SDL Group.
*
* 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 appl... | /*
* Copyright (c) 2014 All Rights Reserved by the SDL Group.
*
* 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 appl... |
634611184935b03ba6f41b94264c5c79a1c48288 | TestPlugin: added file list for playlist demo | TestPlugin: added file list for playlist demo
| smx-smx/KodiSharp,smx-smx/KodiSharp,smx-smx/KodiSharp | KodiInterop/TestPlugin/TestPlugin.cs | mpl-2.0 | 1,586,779,075 | using System.Runtime.InteropServices;
using Smx.KodiInterop;
using System.Collections.Generic;
using System;
using Smx.KodiInterop.Builtins;
using System.Collections.Specialized;
using Smx.KodiInterop.Modules.XbmcGui;
using Smx.KodiInterop.Modules.Xbmc;
using System.Threading;
using Smx.KodiInterop.Python... | using System.Runtime.InteropServices;
using Smx.KodiInterop;
using System.Collections.Generic;
using System;
using Smx.KodiInterop.Builtins;
using System.Collections.Specialized;
using Smx.KodiInterop.Modules.XbmcGui;
using Smx.KodiInterop.Modules.Xbmc;
using System.Threading;
using Smx.KodiInterop.Python... |
9703336e81f8c776de691a7e965e97e81a617870 | Update ExamplePlugin.cs | Update ExamplePlugin.cs
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm.CustomPlugins.ExamplePlugin/ExamplePlugin.cs | apache-2.0 | 1,586,777,962 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
4b24c0e4723a40ce865d9fad7e5c4bc4cf8be2cf | Update CatAPI.cs | Update CatAPI.cs
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm.CustomPlugins.ExamplePlugin/CatAPI.cs | apache-2.0 | 1,586,777,465 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
027803a1467ead0b1ee708967217d65a07a6970d | Misc #1736 | Misc #1736
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm.CustomPlugins.ExamplePlugin/ExamplePlugin.cs | apache-2.0 | 1,586,776,485 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
0be2dc9b2dee3eecb9fdac94a9f8e64745230d72 | Tidy up SectionsContainer class layout/ordering | Tidy up SectionsContainer class layout/ordering
| smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,EVAST9919/osu,peppy/osu,smoogipooo/osu,ppy/osu,EVAST99... | osu.Game/Graphics/Containers/SectionsContainer.cs | mit | 1,586,776,428 | // 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 JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... | // 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 JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... |
d983cd5cf2f883fcb5270d6c6f964522145d0066 | Fix ExtractClientSidePage check isNews when PromotedState is null | Fix ExtractClientSidePage check isNews when PromotedState is null
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/Utilities/ClientSidePageContentsHelper.cs | mit | 1,586,776,208 | using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;... | using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;... |
58a7313091812597a622ff0f616fcd23a271febd | Fix fallback for file hit samples | Fix fallback for file hit samples
| ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu | osu.Game/Rulesets/Objects/Legacy/ConvertHitObjectParser.cs | mit | 1,586,776,157 | // 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 osuTK;
using osu.Game.Rulesets.Objects.Types;
using System;
using System.Collections.Generic;
using System.IO;
using osu.Game.Beatmaps.Formats;
using osu.Game.Audi... | // 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 osuTK;
using osu.Game.Rulesets.Objects.Types;
using System;
using System.Collections.Generic;
using System.IO;
using osu.Game.Beatmaps.Formats;
using osu.Game.Audi... |
e5890b3f551f313f1d91fd8d2ec4e213efe006a5 | Support generic ActionResult<T> for aurelia action generation | Support generic ActionResult<T> for aurelia action generation
| slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator | src/TypeScriptDefinitionsGenerator.Common/MainGenerator.cs | mit | 1,586,775,944 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using HandlebarsDotNet;
using Ty... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using HandlebarsDotNet;
using Ty... |
0a20b94b4aef53f3a2e3ccc318b218e3193a117c | Fix Aurelia enum imports | Fix Aurelia enum imports
| slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator | src/TypeScriptDefinitionsGenerator.Common/MainGenerator.cs | mit | 1,586,775,907 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using HandlebarsDotNet;
using Ty... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using HandlebarsDotNet;
using Ty... |
131381a67f37f811c69d1510bf8a89b5c102f089 | remove foodporn, fix other cmds | remove foodporn, fix other cmds
| 3ventic/BotVenticCore | BotVentic2/Bot.cs | mit | 1,586,773,217 | using Discord.WebSocket;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Discord;
using System.Collections.Concurrent;
using Newtonsoft.Json;
using System.Text.RegularExpressions;
using System.Threading;
using Discord.Rest;
using System.Linq;
namespace BotVentic2
{
class Bot
... | using Discord.WebSocket;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Discord;
using System.Collections.Concurrent;
using Newtonsoft.Json;
using System.Text.RegularExpressions;
using System.Threading;
using Discord.Rest;
using System.Linq;
namespace BotVentic2
{
class Bot
... |
d9561959aaa68725864ae13866a2c6c1889ff8f9 | Update ZoomBorder.cs | Update ZoomBorder.cs
| PanAndZoom/PanAndZoom,wieslawsoltes/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,wieslawsoltes/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,PanAndZoom/PanAndZoom,wieslawsoltes/PanAndZoom,PanAndZoom/PanAndZoom | src/Avalonia.Controls.PanAndZoom/ZoomBorder.cs | mit | 1,586,773,015 | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Diagnostics;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.MatrixExtensions;
using Avalonia.Media;
using PanAndZoom;
using s... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Diagnostics;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.MatrixExtensions;
using Avalonia.Media;
using PanAndZoom;
using s... |
ebbf61d5bfe093db6156cf3fb31ae2c8b3df073a | Update ViewBox.cs | Update ViewBox.cs
| PanAndZoom/PanAndZoom,wieslawsoltes/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,wieslawsoltes/PanAndZoom,wieslawsoltes/PanAndZoom,PanAndZoom/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,PanAndZoom/PanAndZoom | src/Avalonia.Controls.ViewBox/ViewBox.cs | mit | 1,586,773,003 | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using Avalonia.Data;
using Avalonia.Media;
namespace Avalonia.Controls
{
/// <summary>
/// Defines a content decorator that can stretch and ... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using Avalonia.Data;
using Avalonia.Media;
namespace Avalonia.Controls
{
/// <summary>
/// Defines a content decorator that can stretch and ... |
b300ed9aec7b1866d14d437cd67f2923425b809e | small refactor | small refactor
| TomPallister/Ocelot,TomPallister/Ocelot,TomPallister/Ocelot | src/Ocelot/LoadBalancer/LoadBalancers/LoadBalancerFactory.cs | mit | 1,586,772,868 | namespace Ocelot.LoadBalancer.LoadBalancers
{
using System.Collections.Generic;
using System.Linq;
using Ocelot.Configuration;
using Ocelot.Responses;
using Ocelot.ServiceDiscovery;
public class LoadBalancerFactory : ILoadBalancerFactory
{
private readonly IServiceDiscoveryProvider... | namespace Ocelot.LoadBalancer.LoadBalancers
{
using System.Collections.Generic;
using System.Linq;
using Ocelot.Configuration;
using Ocelot.Responses;
using System.Threading.Tasks;
using Ocelot.ServiceDiscovery;
public class LoadBalancerFactory : ILoadBalancerFactory
{
private ... |
d9d8acba27478a564ce26d8cd2eb4e0fa0bb78ef | Remove unused usings | Remove unused usings
| mdesalvo/RDFSharp | RDFSharp/Model/Validation/Abstractions/Constraints/RDFNodeConstraint.cs | apache-2.0 | 1,586,772,311 | /*
Copyright 2012-2020 Marco De Salvo
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 2012-2020 Marco De Salvo
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... |
79d95c85161b812ce51776b30a989abaa4f036dd | Fix hanging issue under UWP. | Fix hanging issue under UWP.
| chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet | Source/MQTTnet/Implementations/MqttTcpChannel.Uwp.cs | mit | 1,586,772,284 | #if WINDOWS_UWP
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using Windows.Networki... | #if WINDOWS_UWP
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using Windows.Networki... |
47b942d5ec198f1f22da44e632d84c8f17dfe49a | Update ZoomBorder.cs | Update ZoomBorder.cs
| PanAndZoom/PanAndZoom,wieslawsoltes/PanAndZoom,PanAndZoom/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,wieslawsoltes/MatrixPanAndZoomDemo,wieslawsoltes/PanAndZoom,wieslawsoltes/PanAndZoom,PanAndZoom/PanAndZoom | src/Wpf.Controls.PanAndZoom/ZoomBorder.cs | mit | 1,586,772,204 | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using PanAndZo... | // Copyright (c) Wiesław Šoltés. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using PanAndZo... |
03458efea4846e458c73041110ae96a94fd8bc15 | Change payjoin endpoint key to pj | Change payjoin endpoint key to pj
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Services/PayjoinClient.cs | mit | 1,586,771,542 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Google.Apis.Http;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using IHttpClientFactory = System.Net.Http.IHttpClientFactory;
n... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Google.Apis.Http;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using IHttpClientFactory = System.Net.Http.IHttpClientFactory;
n... |
986f485265d5e0c5c5377e3d317ff78c69c3d145 | Bounty, lookup ships name from fdname for event as currently no localisation | Bounty, lookup ships name from fdname for event as currently no localisation
| EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery | EliteDangerous/JournalEvents/JournalBountyCrimesBondsFines.cs | apache-2.0 | 1,586,770,773 | /*
* Copyright © 2016-2018 EDDiscovery development team
*
* 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... | /*
* Copyright © 2016-2018 EDDiscovery development team
*
* 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... |
b603d8931747fedf0e41d479f400d5c7c94ed2d6 | remove logging | remove logging
| 3ventic/BotVenticCore | BotVentic2/Bot.cs | mit | 1,586,769,967 | using Discord.WebSocket;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Discord;
using System.Collections.Concurrent;
using Newtonsoft.Json;
using System.Text.RegularExpressions;
using System.Threading;
using Discord.Rest;
using System.Linq;
namespace BotVentic2
{
class Bot
... | using Discord.WebSocket;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Discord;
using System.Collections.Concurrent;
using Newtonsoft.Json;
using System.Text.RegularExpressions;
using System.Threading;
using Discord.Rest;
using System.Linq;
namespace BotVentic2
{
class Bot
... |
7bb5b19e51e09aaf499809a77a59bbee815bf63a | remove kraken calls | remove kraken calls
| 3ventic/BotVenticCore | BotVentic2/Bot.cs | mit | 1,586,769,688 | using Discord.WebSocket;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Discord;
using System.Collections.Concurrent;
using Newtonsoft.Json;
using System.Text.RegularExpressions;
using System.Threading;
using Discord.Rest;
using System.Linq;
namespace BotVentic2
{
class Bot
... | using Discord.WebSocket;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Discord;
using System.Collections.Concurrent;
using Newtonsoft.Json;
using System.Text.RegularExpressions;
using System.Threading;
using Discord.Rest;
using System.Linq;
namespace BotVentic2
{
class Bot
... |
174dcc98ad7d3a816a220f2271d3fadaffb94232 | Add: !playTime! token | Add: !playTime! token
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/OsuMemoryEventSource/MemoryDataProcessor.cs | mit | 1,586,769,041 | using CollectionManager.Enums;
using OsuMemoryDataProvider;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Thre... | using CollectionManager.Enums;
using OsuMemoryDataProvider;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Thre... |
9420ae84294e3790feaba5cbbbf2f45440204d42 | Fixed missing accessors in DocGen2 generator | Fixed missing accessors in DocGen2 generator
| malware-dev/MDK-SE,malware-dev/MDK-SE | Source/DocGen2/Services/MarkdownGenerators/TypeGenerator.cs | mit | 1,586,768,288 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Threading.Tasks;
using Mal.DocGen2.Services.Markdown;
using Mal.DocGen2.Services.XmlDocs;
namespace Mal.DocGen2.Services.MarkdownGenerators
{
class ... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Threading.Tasks;
using Mal.DocGen2.Services.Markdown;
using Mal.DocGen2.Services.XmlDocs;
namespace Mal.DocGen2.Services.MarkdownGenerators
{
class ... |
dd949a3fe09ebaa45143be64075efe89aafc08f7 | Fix test writer flush happening too late | Fix test writer flush happening too late
| peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,EVAST9919/osu,EVAST9919/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,EVAST9919/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,UselessTouc... | osu.Game.Tests/Editor/LegacyEditorBeatmapPatcherTest.cs | mit | 1,586,767,924 | // 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.IO;
using System.Text;
using NUnit.Framework;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Formats;
using osu.Game.IO;
using osu.Ga... | // 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.IO;
using System.Text;
using NUnit.Framework;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Formats;
using osu.Game.IO;
using osu.Ga... |
fe608d90c5091c07edb43fcb9b3097efac73fe55 | Fixes PDF outline issue #5490 (#5746) | Fixes PDF outline issue #5490 (#5746)
| dotnet/docfx,superyyrrzz/docfx,dotnet/docfx,dotnet/docfx,dotnet/docfx,superyyrrzz/docfx,superyyrrzz/docfx,superyyrrzz/docfx | src/Microsoft.DocAsCode.HtmlToPdf/HtmlToPdfConverter.cs | mit | 1,586,767,344 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.HtmlToPdf
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.HtmlToPdf
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics... |
a2e9c4b7ec7b59f937a3fd43d592ff80e7d8b5ef | Remove saving of the not-opened wallets on quit. | Remove saving of the not-opened wallets on quit.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Wallets/WalletManager.cs | mit | 1,586,765,832 | using NBitcoin;
using NBitcoin.Protocol;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Analysis... | using NBitcoin;
using NBitcoin.Protocol;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Analysis... |
1e3251e3e936f0ce0eca7a77dd7ae5dbffab27eb | Remove excessive logic | Remove excessive logic
| peppy/osu-new,UselessToucan/osu,peppy/osu,EVAST9919/osu,UselessToucan/osu,ppy/osu,EVAST9919/osu,ppy/osu,peppy/osu,EVAST9919/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdon... | osu.Game/Overlays/OverlayScrollContainer.cs | mit | 1,586,764,793 | // 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.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Grap... | // 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.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Grap... |
b8ecc41667301cccff0d3e81bccdc95f6946a69f | Add comment | Add comment
| NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,smoogipooo/osu,EVAST9919/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,EVAST9919/osu,EVAST9919/osu,smoogip... | osu.Game/Overlays/OverlayScrollContainer.cs | mit | 1,586,764,354 | // 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.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Grap... | // 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.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Grap... |
6f93689d2a75bce2a4967d979861acd865f8d8e5 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionsPrimes.cs | mit | 1,586,763,164 | using FonctionsUtiles.Fred.Csharp;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Numerics;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionsPrimes
{
[TestMethod]
public void TestMethod_BigInteger_substring()... | using FonctionsUtiles.Fred.Csharp;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Numerics;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionsPrimes
{
[TestMethod]
public void TestMethod_BigInteger_substring()... |
2fbb7b690070a184bf79ede4e2353d38dcf38589 | polish build script (#315) | polish build script (#315)
| IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModel2,IdentityModel/IdentityModel2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel | build/Program.cs | apache-2.0 | 1,586,762,399 | using System;
using System.IO;
using static Bullseye.Targets;
using static SimpleExec.Command;
namespace build
{
internal static class Program
{
private const string envVarMissing = " environment variable is missing. Aborting.";
private static class Targets
{
public const ... | using System;
using System.IO;
using System.Linq;
using static Bullseye.Targets;
using static SimpleExec.Command;
namespace build
{
class Program
{
private static class Targets
{
public const string Build = "build";
public const string Test = "test";
public ... |
2f0e9569a1990d7d7c8c1c90d8c70f2b1c66f01e | Fix build error | Fix build error
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/StoresController.BTCLike.cs | mit | 1,586,761,077 | using System;
using Microsoft.AspNetCore.Authorization;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.WebSockets;
using System.Reflection.Metadata.Ecma335;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Da... | using System;
using Microsoft.AspNetCore.Authorization;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.WebSockets;
using System.Reflection.Metadata.Ecma335;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Da... |
bdce79ed5b85b01de2f49e24e22aa8156a518f3c | Fix incorrect test step name | Fix incorrect test step name
| ppy/osu,EVAST9919/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,EVAST9919/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipo... | osu.Game.Tests/Visual/UserInterface/TestSceneOverlayScrollContainer.cs | mit | 1,586,761,025 | // 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.Graphics.Containers;
using osu.Game.Overlays;
using System;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Alloc... | // 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.Graphics.Containers;
using osu.Game.Overlays;
using System;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Alloc... |
d7207ff9bc333d3cb091b17021baaf1fe0ffaf8a | predefined build dir and output dir is now combined with root directory | predefined build dir and output dir is now combined with root directory
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Scripting/DefaultBuildScript.cs | bsd-2-clause | 1,586,760,900 | using System;
using System.Collections.Generic;
using System.IO;
#if !NETSTANDARD1_6
using System.Drawing;
#endif
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using FlubuCore.Context;
using FlubuCore.IO;
using FlubuCore.Targeting;
using FlubuCore.Tasks.Attributes;
using FlubuCore.Tas... | using System;
using System.Collections.Generic;
using System.IO;
#if !NETSTANDARD1_6
using System.Drawing;
#endif
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using FlubuCore.Context;
using FlubuCore.IO;
using FlubuCore.Targeting;
using FlubuCore.Tasks.Attributes;
using FlubuCore.Tas... |
0eaff00787293a93f945bdf0f5866b5285e2626f | Fix typo in test | Fix typo in test
| EVAST9919/osu,EVAST9919/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,EVAST9919/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,p... | osu.Game.Tests/Visual/UserInterface/TestSceneOverlayScrollContainer.cs | mit | 1,586,760,349 | // 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.Graphics.Containers;
using osu.Game.Overlays;
using System;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Alloc... | // 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.Graphics.Containers;
using osu.Game.Overlays;
using System;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Alloc... |
8fe49878dd840c4768f7aa002bc1f5c2317ba741 | Changes Log color from Cyan to DarkCyan | Changes Log color from Cyan to DarkCyan
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Tasks/Process/RunProgramTask.cs | bsd-2-clause | 1,586,759,876 | using System;
using System.Collections.Generic;
#if !NETSTANDARD1_6
using System.Drawing;
#endif
using System.IO;
using System.Linq;
using System.Text;
using FlubuCore.Context;
using FlubuCore.Tasks.NetCore;
using Microsoft.DotNet.Cli.Utils;
namespace FlubuCore.Tasks.Process
{
public class RunProgramTask : TaskB... | using System;
using System.Collections.Generic;
#if !NETSTANDARD1_6
using System.Drawing;
#endif
using System.IO;
using System.Linq;
using System.Text;
using FlubuCore.Context;
using FlubuCore.Tasks.NetCore;
using Microsoft.DotNet.Cli.Utils;
namespace FlubuCore.Tasks.Process
{
public class RunProgramTask : TaskB... |
cf0e9a6c10add5f160db911297efe40b7209d362 | Work around issue: string parsing isn't working in client-side Blazor | Work around issue: string parsing isn't working in client-side Blazor
| MarimerLLC/csla,rockfordlhotka/csla,JasonBock/csla,rockfordlhotka/csla,MarimerLLC/csla,JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,JasonBock/csla | Source/Csla.Blazor/CslaPolicy.cs | mit | 1,586,759,548 | //-----------------------------------------------------------------------
// <copyright file="CslaPolicy.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Contains methods to manage CSLA permission policy information</summa... | //-----------------------------------------------------------------------
// <copyright file="CslaPolicy.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Contains methods to manage CSLA permission policy information</summa... |
f6137c5512dc8c80161966e92cb3ad48ffef62a3 | Use nameof | Use nameof
| MarimerLLC/csla,MarimerLLC/csla,JasonBock/csla,JasonBock/csla,rockfordlhotka/csla,rockfordlhotka/csla,JasonBock/csla,rockfordlhotka/csla,MarimerLLC/csla | Source/Csla.Shared/Rules/BusinessRules.cs | mit | 1,586,759,510 | //-----------------------------------------------------------------------
// <copyright file="BusinessRules.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Tracks the business rules for a business object.</summary>
//----... | //-----------------------------------------------------------------------
// <copyright file="BusinessRules.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Tracks the business rules for a business object.</summary>
//----... |
2c20328a70cfd3f5f2722b226346feeabad633ec | Rework control point placement for better progression | Rework control point placement for better progression
| UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,ppy/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,EVAST9919/osu,EVAST9919/osu,smoogipoo/osu,smoogipoo/osu,EVAST9919/osu,UselessTouc... | osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/SliderPlacementBlueprint.cs | mit | 1,586,759,506 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Input;
using o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.Events;
us... |
5ae18cf21fade59364ef14d0566e7834770d6f2c | Make sure mnemonic phrase doesn't blend into background | Make sure mnemonic phrase doesn't blend into background
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/StoresController.BTCLike.cs | mit | 1,586,757,944 | using System;
using Microsoft.AspNetCore.Authorization;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Data;
using BTCPayServer.Events;
using BTCPa... | using System;
using Microsoft.AspNetCore.Authorization;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Data;
using BTCPayServer.Events;
using BTCPa... |
026f103544e08e875cf5924deb1eaa5278a3f285 | started work on new selection save/load format | started work on new selection save/load format
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,586,756,670 | 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... |
99fa1458470fe7fc031e3ae4e422cf2f1ad0d73b | Add test for potential failing case | Add test for potential failing case
| peppy/osu,UselessToucan/osu,EVAST9919/osu,ppy/osu,EVAST9919/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,EVAST9919/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdon... | osu.Game.Tests/Visual/UserInterface/TestSceneOverlayScrollContainer.cs | mit | 1,586,756,314 | // 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.Graphics.Containers;
using osu.Game.Overlays;
using System;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Alloc... | // 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.Graphics.Containers;
using osu.Game.Overlays;
using System;
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Alloc... |
161da1fe39954aa16690d0a5ff6c557206778169 | Draw the "full screen warp" box at the bottom instead of filling the screen. | Draw the "full screen warp" box at the bottom instead of filling the screen.
| Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab | LynnaLab/UI/RoomEditor.cs | mit | 1,586,754,862 | using System;
using Bitmap = System.Drawing.Bitmap;
using System.Collections.Generic;
using Gtk;
namespace LynnaLab
{
[System.ComponentModel.ToolboxItem(true)]
public class RoomEditor : TileGridViewer
{
public Room Room
{
get { return room; }
}
public bool ViewO... | using System;
using Bitmap = System.Drawing.Bitmap;
using System.Collections.Generic;
using Gtk;
namespace LynnaLab
{
[System.ComponentModel.ToolboxItem(true)]
public class RoomEditor : TileGridViewer
{
public Room Room
{
get { return room; }
}
public bool ViewO... |
e17d5bdbaf3a6ad45b4a60af9ab9a168cf0d0406 | Improve red slider control point placement logic | Improve red slider control point placement logic
| EVAST9919/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,peppy/osu,EVAST9919/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,EVAST9919/osu,pep... | osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/SliderPlacementBlueprint.cs | mit | 1,586,753,860 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.Events;
us... | // 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.Input;
using osu.Framework.Input.Events;
using osu.Game.Graphics;
using osu.Game.Ruleset... |
f38b64d20177c2010b415f8a3bae39fbf29e0303 | Fix placement blueprints handling double clicks | Fix placement blueprints handling double clicks
| ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,EVAST99... | osu.Game/Rulesets/Edit/PlacementBlueprint.cs | mit | 1,586,753,835 | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Input.Events;
us... | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Input.Events;
us... |
336e3b43665d7c724bae0c3ad51bf9d032c00bf7 | [FIXED] duplicate page links on admin pages | [FIXED] duplicate page links on admin pages
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YAF.Core/BasePages/AdminPage.cs | apache-2.0 | 1,586,753,506 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dis... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dis... |
f98557fbd61b57cd0c4c48fe74cb3f517cda7595 | Fix some vanilla bugs | Fix some vanilla bugs
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/PathfinderHooks.cs | mit | 1,586,752,655 | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Xml;
using Hacknet;
using Hacknet.Effects;
using Hacknet.Gui;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Pathfinder.Attribute;
using Pathfinder.Game;
using Pathfinder.GameFilesystem;
using Pathfinde... | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Xml;
using Hacknet;
using Hacknet.Effects;
using Hacknet.Gui;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Pathfinder.Attribute;
using Pathfinder.Game;
using Pathfinder.GameFilesystem;
using Pathfinde... |
f265afc2f6ca5140dbc7e9b4c79777fbe3156189 | Add more information to failed Hooks | Add more information to failed Hooks
Now reports the target method not being patched
properly.
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/Internal/Patcher/Executor.cs | mit | 1,586,752,653 | using System;
using Mono.Cecil;
using Mono.Cecil.Inject;
using Pathfinder.Attribute;
using Pathfinder.Util;
namespace Pathfinder.Internal.Patcher
{
internal static class Executor
{
internal static void Main(AssemblyDefinition gameAssembly)
{
// Retrieve the hook methods
... | using System;
using Mono.Cecil;
using Mono.Cecil.Inject;
using Pathfinder.Attribute;
using Pathfinder.Util;
namespace Pathfinder.Internal.Patcher
{
internal static class Executor
{
internal static void Main(AssemblyDefinition gameAssembly)
{
// Retrieve the hook methods
... |
c011d3de6da3718b6b0ed3fa4378fa92405743d1 | Correct Typo: 'Idenftier' -> 'Identifier' | Correct Typo: 'Idenftier' -> 'Identifier'
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/Pathfinder.cs | mit | 1,586,752,651 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Hacknet;
using Hacknet.Gui;
using Microsoft.Xna.Framework;
using Pathfinder.Event;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Vector2 = Microsoft.Xna.Framework.Vector2;
namespace Pathfinder... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Hacknet;
using Hacknet.Gui;
using Microsoft.Xna.Framework;
using Pathfinder.Event;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Vector2 = Microsoft.Xna.Framework.Vector2;
namespace Pathfinder... |
b9bb5acc596c5bfa5c6131b3b2ea0e1e3eb8f305 | Made warp editing snappier | Made warp editing snappier
| Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab | LynnaLab/UI/WarpEditor.cs | mit | 1,586,752,292 | using System;
using System.Collections.Generic;
using Gtk;
namespace LynnaLab
{
public class WarpEditor : Gtk.Bin
{
// Events
public event EventHandler<EventArgs> SelectedWarpEvent;
// Properties
Project Project {
get { return mainWindow.Project; }
}
... | using System;
using System.Collections.Generic;
using Gtk;
namespace LynnaLab
{
public class WarpEditor : Gtk.Bin
{
// Events
public event EventHandler<EventArgs> SelectedWarpEvent;
// Properties
Project Project {
get { return mainWindow.Project; }
}
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.