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 |
|---|---|---|---|---|---|---|---|---|
0c4d158aa635666b5a76d1f9e044fb82fbfed56d | fix UserTicketLogic | fix UserTicketLogic
| signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,AlejandroCano/extensions | Signum.Engine.Extensions/Authorization/UserTicketLogic.cs | mit | 1,586,951,653 | using System;
using System.Linq;
using Signum.Engine.Maps;
using Signum.Engine.DynamicQuery;
using System.Reflection;
using Signum.Entities.Authorization;
using System.Linq.Expressions;
using Signum.Entities;
using Signum.Utilities;
using Signum.Engine.Basics;
namespace Signum.Engine.Authorization
{
p... | using System;
using System.Linq;
using Signum.Engine.Maps;
using Signum.Engine.DynamicQuery;
using System.Reflection;
using Signum.Entities.Authorization;
using System.Linq.Expressions;
using Signum.Entities;
using Signum.Utilities;
using Signum.Engine.Basics;
namespace Signum.Engine.Authorization
{
p... |
d6c588594ca24b238654bfd20d9e5b7d2f77a668 | BREAKING: Lucene.Net.Analysis.Common.Analysis.Util.OpenStringBuilder: Updated logic of Append overloads to accept startIndex/count instead of startIndex/endIndex | BREAKING: Lucene.Net.Analysis.Common.Analysis.Util.OpenStringBuilder: Updated logic of Append overloads to accept startIndex/count instead of startIndex/endIndex
| apache/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,jeme/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,apache/lucenenet,sisve/lucenenet | src/Lucene.Net.Analysis.Common/Analysis/Util/OpenStringBuilder.cs | apache-2.0 | 1,586,951,345 | using J2N.Text;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute;
namespace Lucene.Net.Analysis.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.... | using J2N.Text;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute;
namespace Lucene.Net.Analysis.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.... |
e4746123957fa07a560e059a31a2b2000155247a | Don't try duplicate dll load paths | Don't try duplicate dll load paths
| imazen/imageflow-dotnet | src/Imageflow/Bindings/NativeLibraryLoading.cs | agpl-3.0 | 1,586,951,234 |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
namespace Imageflow.Bindings
{
inte... |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
namespace Imageflow.Bindings
{
inte... |
7bda5de54a7b27526b643529e5ce2d514ea7ca8e | Changes for selecting rule and new symbol name generation for direct left recursion removal. | Changes for selecting rule and new symbol name generation for direct left recursion removal.
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | LanguageServer/Transform.cs | mit | 1,586,951,232 | namespace LanguageServer
{
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using Algorithms;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using System.Collections.Generic;
... | namespace LanguageServer
{
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using Algorithms;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using System.Collections.Generic;
... |
15d8cb2aabc000db4d4aa775a70716d11e9cb4e6 | Lucene.Net.Analysis.Common.Analysis.Util.OpenStringBuilder: Grouped Append() methods with their counterparts and added LUCENENET specific comments | Lucene.Net.Analysis.Common.Analysis.Util.OpenStringBuilder: Grouped Append() methods with their counterparts and added LUCENENET specific comments
| NightOwl888/lucenenet,apache/lucenenet,sisve/lucenenet,apache/lucenenet,jeme/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,jeme/lucenenet,NightOwl888/lucenenet | src/Lucene.Net.Analysis.Common/Analysis/Util/OpenStringBuilder.cs | apache-2.0 | 1,586,950,543 | using J2N.Text;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute;
namespace Lucene.Net.Analysis.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.... | using J2N.Text;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute;
namespace Lucene.Net.Analysis.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.... |
b2d755132786b06b90958b1b9057cdc455406c39 | Added missing Cancel button. | Added missing Cancel button.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Windows/CheckForUpdatesWindow.cs | apache-2.0 | 1,586,950,525 | using System.IO;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class CheckForUpdatesWindow : EditorWindow
{
public static CheckForUpdatesWindow Open()
{
var window = GetWindowWithRect<CheckForUpdatesWindow>( new Rect... | using System.IO;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class CheckForUpdatesWindow : EditorWindow
{
public static CheckForUpdatesWindow Open()
{
var window = GetWindowWithRect<CheckForUpdatesWindow>( new Rect... |
c44784b84ecdd8b137ec25107c4013fa798145c8 | 接口版本号 version 是 String(32) 1.0 新增字段 | 接口版本号 version 是 String(32) 1.0 新增字段
接口版本号 version 是 String(32) 1.0 新增字段,接口版本号,区分原接口,默认填写1.0。入参新增version后,则支付通知接口也将返回单品优惠信息字段promotion_detail,请确保支付通知的签名验证能通过。 | lishewen/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,mc7246/WeiXinMPSDK,lishewen/WeiXinMPSDK | src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenpayV3ProfitShareingRequestData.cs | apache-2.0 | 1,586,950,469 | #region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
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 ... | #region Apache License Version 2.0
/*----------------------------------------------------------------
Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd.
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 ... |
7085345b609689bc60beff633bba7088d4e7afed | Fix TestFilesystemJobPrep using MemoryMapFile.OpenExisting instead of File.Exists | Fix TestFilesystemJobPrep using MemoryMapFile.OpenExisting instead of File.Exists
| imazen/imageflow-dotnet | tests/Imageflow.Test/TestApi.cs | agpl-3.0 | 1,586,950,209 | using System;
using System.Drawing;
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Imageflow.Bindings;
using Imageflow.Fluent;
using Xunit.Abstractions;
namespace Imageflow.Test
{
public class TestApi
{
private readonly ITestOutputHelper output;
public TestApi(ITestOutputH... | using System;
using System.Drawing;
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Imageflow.Bindings;
using Imageflow.Fluent;
using Xunit.Abstractions;
namespace Imageflow.Test
{
public class TestApi
{
private readonly ITestOutputHelper output;
public TestApi(ITestOutputH... |
faa0b944de339a0a7cd8dc83be4534de8c20d758 | Made IAppendable methods an explicit IAppendable declaration and ensured consistency using count instead of length in Append overloads (#240) | Made IAppendable methods an explicit IAppendable declaration and ensured consistency using count instead of length in Append overloads (#240)
Co-authored-by: Michael Condillac <23b05a9c1db79fcd47a871e99b887da9d1a551ee@hotmail.com> | jeme/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,jeme/lucenenet,sisve/lucenenet,apache/lucenenet,jeme/lucenenet,apache/lucenenet | src/Lucene.Net.Analysis.Common/Analysis/Util/OpenStringBuilder.cs | apache-2.0 | 1,586,949,699 | using J2N.Text;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute;
namespace Lucene.Net.Analysis.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.... | using J2N.Text;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute;
namespace Lucene.Net.Analysis.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.... |
a604fe88ffeb500e3ff857b3a4b8c01efb168390 | Added a constructor which takes a GUID as a string. | Added a constructor which takes a GUID as a string.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Utilities/Security/ObjectTypeTree.cs | apache-2.0 | 1,586,948,660 | // 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... |
475b1178adeb88c98ec5f278b4bce8528e5cccc2 | Added manual update of an AGXUnity package on disc. | Added manual update of an AGXUnity package on disc.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Windows/CheckForUpdatesWindow.cs | apache-2.0 | 1,586,948,532 | using System.IO;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class CheckForUpdatesWindow : EditorWindow
{
public static CheckForUpdatesWindow Open()
{
var window = GetWindowWithRect<CheckForUpdatesWindow>( new Rect... | using System.IO;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class CheckForUpdatesWindow : EditorWindow
{
public static CheckForUpdatesWindow Open()
{
var window = GetWindowWithRect<CheckForUpdatesWindow>( new Rect... |
0e34eeb7b9f992e3d6dc2fd884161e2d39199ad2 | Fixed VersionInfo to respect 'silent'. | Fixed VersionInfo to respect 'silent'.
| Algoryx/agxUnity | AGXUnity/VersionInfo.cs | apache-2.0 | 1,586,948,460 | using System;
using UnityEngine;
namespace AGXUnity
{
public struct VersionInfo : IComparable<VersionInfo>
{
public static VersionInfo Invalid = new VersionInfo()
{
Major = -1,
Minor = -1,
Patch = -1,
Beta = -1,
GitHash = string.Empty
};
public static VersionInfo Par... | using System;
using UnityEngine;
namespace AGXUnity
{
public struct VersionInfo : IComparable<VersionInfo>
{
public static VersionInfo Invalid = new VersionInfo()
{
Major = -1,
Minor = -1,
Patch = -1,
Beta = -1,
GitHash = string.Empty
};
public static VersionInfo Par... |
4cf3a1419a9509076acef1cfca3f8460969f4106 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,586,947,463 | #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-... |
cdb6e92c01924cd3584657807f04520a2cc9797b | Added some docs for ISelectionModel. | Added some docs for ISelectionModel.
| wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalo... | src/Avalonia.Controls/ISelectionModel.cs | mit | 1,586,947,427 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.ComponentModel;
namespace Avalonia.Controls
{
/// <sum... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.ComponentModel;
namespace Avalonia.Controls
{
public i... |
4212b9a10ea5a8e994ff45c73b4f5da4a5fe601a | github Tutorial udemy | github Tutorial udemy
| LMStudent/hallo-github | HalloGitHub/Program.cs | cc0-1.0 | 1,586,947,227 | using System;
using System.IO;
using System.Net;
namespace HalloGitHub
{
class Program
{
private static readonly string octocatAsciiArtUrl = @"https://raw.githubusercontent.com/pi314/ascii-arts/master/octocat.asciiart";
static void Main(string[] args)
{
Console.WriteLine("... | using System;
using System.IO;
using System.Net;
namespace HalloGitHub
{
class Program
{
private static readonly string octocatAsciiArtUrl = @"https://raw.githubusercontent.com/pi314/ascii-arts/master/octocat.asciiart";
static void Main(string[] args)
{
Console.WriteLine("... |
27f45109502be9faa91da74e778f96fd4d84c0df | add using to `HashingAlgoithm` based method calls so system specific interop resources are released. | add using to `HashingAlgoithm` based method calls so system specific interop resources are released.
| BcryptNet/bcrypt.net,BcryptNet/bcrypt.net | src/BCrypt.Net/BCrypt.cs | mit | 1,586,947,109 | /*
The MIT License (MIT)
Copyright (c) 2006 Damien Miller djm@mindrot.org (jBCrypt)
Copyright (c) 2013 Ryan D. Emerle (.Net port)
Copyright (c) 2016/2020 Chris McKee (.Net-core port / patches / new features)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated d... | /*
The MIT License (MIT)
Copyright (c) 2006 Damien Miller djm@mindrot.org (jBCrypt)
Copyright (c) 2013 Ryan D. Emerle (.Net port)
Copyright (c) 2016/2020 Chris McKee (.Net-core port / patches / new features)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated d... |
514c9439046807091a838ff2172d93336c388820 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,586,946,994 | #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-... |
bfc0d41c0ca81f5a0cc4c3fb00e7d320fac55330 | Add tick skinning support | Add tick skinning support
| peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu | osu.Game.Rulesets.Taiko/Skinning/TaikoLegacySkinTransformer.cs | mit | 1,586,946,290 | // 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.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Textures;
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 System.Collections.Generic;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Textures;
us... |
e523daeb054e5a9e559f6de39be3296cdd84a4bd | clean up and refactoring in search name value | clean up and refactoring in search name value
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogViewer.Core/NodeQueryMatcher.cs | mit | 1,586,945,180 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using Microsoft.Build.Logging.StructuredLogger;
namespace StructuredLogViewer
{
public class NodeQueryMatcher
{
public string Query { get; private set; }
public List<stri... |
aab212ef61a80fbc624cb2761b2b0c3e99c4c094 | - ParallelProcessorList: Added MergeToList() | - ParallelProcessorList: Added MergeToList()
| dotmos/uGameFramework,dotmos/uGameFramework | Unity/Assets/GameFramework/Modules/ParallelProcessing/ParallelProcessorList.cs | mit | 1,586,944,866 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
namespace ParallelProcessing {
/// <summary>
/// Optimized parallel list to be used inside a ParallelProcessor. Supports lock-free adding.
/// NOTE: IList<T> functions are ONLY supported inside ParallelProces... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
namespace ParallelProcessing {
/// <summary>
/// Optimized parallel list to be used inside a ParallelProcessor. Supports lock-free adding.
/// NOTE: IList<T> functions are ONLY supported inside ParallelProces... |
12b52f4152ac76695b3a8b6761536f1385bd9fd8 | Update: some micro UI changes | Update: some micro UI changes
| bitdust/EarthLiveSharp | EarthLiveSharp/settingsForm.Designer.cs | mit | 1,586,944,678 | namespace EarthLiveSharp
{
partial class settingsForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 t... | namespace EarthLiveSharp
{
partial class settingsForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 t... |
43ef4756a825ed7c4c784799cf9140760dbca78f | Create the fodytemp folder before Fody extension method. | Create the fodytemp folder before Fody extension method.
| minidfx/ObjectDisposedFodyAddin,minidfx/ObjectDisposedFodyAddin | src/Tests/WeaverTests.cs | mit | 1,586,943,981 | // ReSharper disable InconsistentNaming
// ReSharper disable SealedMemberInSealedClass
#pragma warning disable 618
using System;
using System.IO;
using System.Linq;
using Fody;
using NUnit.Framework;
using ObjectDisposed.Fody;
using WeavingException = ObjectDisposed.Fody.WeavingException;
namespace Tests
{
usin... | // ReSharper disable InconsistentNaming
// ReSharper disable SealedMemberInSealedClass
#pragma warning disable 618
using System;
using System.IO;
using System.Linq;
using Fody;
using NUnit.Framework;
using ObjectDisposed.Fody;
using WeavingException = ObjectDisposed.Fody.WeavingException;
namespace Tests
{
usin... |
c1afa707a669c246cd8fc6cf31cf00f2ed7c26da | Include ListFields if they differ from WebFields on PinnedToFiltersPane, ShowInFiltersPane or CustomFormatter in order to keep this settings when export | Include ListFields if they differ from WebFields on PinnedToFiltersPane, ShowInFiltersPane or CustomFormatter in order to keep this settings when export
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/ObjectListInstance.cs | mit | 1,586,943,476 | using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Extensions;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisioning.Model.Configuration;
using Offic... | using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Extensions;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisioning.Model.Configuration;
using Offic... |
1c81cf5b4a53c7a698669b5d691e06362ef0e478 | We need to figure out another way for the testhostx86.dll problem | We need to figure out another way for the testhostx86.dll problem
| Elders/Cronus,Elders/Cronus | src/Elders.Cronus/Hosting/AssemblyLoader.cs | apache-2.0 | 1,586,943,115 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Loader;
using System.Text;
using System.Threading;
using Microsoft.Extensions.Logging;
namespace Elders.Cronus
{
internal class AssemblyLoader
{
static readonly ILogger log... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Loader;
using System.Text;
using System.Threading;
using Microsoft.Extensions.Logging;
namespace Elders.Cronus
{
internal class AssemblyLoader
{
static readonly ILogger log... |
e0515e2730362485935801dc4e097cf6af4614db | GetTargetDirectory | GetTargetDirectory
| MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework | Signum.Engine.Extensions/Translation/TranslationLogic.cs | mit | 1,586,942,943 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using Signum.Engine.Authorization;
using Signum.Engine.Basics;
using Signum.Engine.Maps;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.Entities.Translation;
using... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using Signum.Engine.Authorization;
using Signum.Engine.Basics;
using Signum.Engine.Maps;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.Entities.Translation;
using... |
0c426aacf8d6348132bcb43ef9ad99d5bcd8a719 | Handle null return values from reflectively invoked code | Handle null return values from reflectively invoked code
| nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2 | resources/payload-templates/dropper.cs | bsd-3-clause | 1,586,942,354 | using System;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Reflection;
using System.Threading;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.IO;
using System.IO.Compression;
using System.Collections.Generic;
using System.Global... | using System;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Reflection;
using System.Threading;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.IO;
using System.IO.Compression;
using System.Collections.Generic;
using System.Global... |
d4e81f64b883a8de226f57ba25db1dd6247f6724 | Only use default proxy creds if none specifically set | Only use default proxy creds if none specifically set
| nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2,nettitude/PoshC2 | resources/payload-templates/dropper.cs | bsd-3-clause | 1,586,942,354 | using System;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Reflection;
using System.Threading;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.IO;
using System.IO.Compression;
using System.Collections.Generic;
using System.Global... | using System;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Reflection;
using System.Threading;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.IO;
using System.IO.Compression;
using System.Collections.Generic;
using System.Global... |
3257dc9efb97155a0d49e639abb91c0a22a23106 | Allow external cluster to be used in cluster tests | Allow external cluster to be used in cluster tests
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.IntegrationTests/Internals/BoltkitHelper.cs | apache-2.0 | 1,586,941,635 | // Copyright (c) 2002-2019 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... | // Copyright (c) 2002-2019 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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.... |
3178d3fbfda76c128ca05db52bc8266fff3c3332 | PP9-6562 add test for VectorMetadata | PP9-6562 add test for VectorMetadata
| Picturepark/Picturepark.SDK.DotNet,Picturepark/Picturepark.SDK.DotNet | src/Picturepark.SDK.V1.Tests/Clients/ContentTests.cs | mit | 1,586,940,677 | using FluentAssertions;
using Newtonsoft.Json;
using Picturepark.SDK.V1.Contract;
using Picturepark.SDK.V1.Tests.Contracts;
using Picturepark.SDK.V1.Tests.Fixtures;
using Picturepark.SDK.V1.Tests.FluentAssertions;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;... | using FluentAssertions;
using Newtonsoft.Json;
using Picturepark.SDK.V1.Contract;
using Picturepark.SDK.V1.Tests.Contracts;
using Picturepark.SDK.V1.Tests.Fixtures;
using Picturepark.SDK.V1.Tests.FluentAssertions;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;... |
9f00d3279bd10533a91abf53600d99bd54e6be20 | add missing assert to CodedInputStreamTest.AssertReadVarint | add missing assert to CodedInputStreamTest.AssertReadVarint
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs | bsd-3-clause | 1,586,940,072 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that t... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that t... |
c80c5e461706c525b58af5b599d68ab8ddcd8976 | Update MoveExtension.cs | Update MoveExtension.cs
| PokemonUnity/PokemonUnity | PokemonUnity.Shared/Extensions/MoveExtension.cs | bsd-3-clause | 1,586,939,643 | using System.Collections;
namespace PokemonUnity
{
public static class MoveExtension
{
#region Targets
public static bool HasMultipleTargets(this PokemonUnity.Attack.Data.Targets target)
{
return
//target == Attack.Data.Targets.ENTIRE_FIELD ||
//target == Attack.Data.Targets.OPPONENTS_FIELD ||
... | using System.Collections;
namespace PokemonUnity
{
public static class MoveExtension
{
public static bool IsNotNullOrNone(this PokemonUnity.Attack.Move move)
{
return move != null || move.MoveId != Moves.NONE;
}
public static bool IsNotNullOrNone(this PokemonUnity.Battle.Move move)
{
return move != ... |
54ee5597712141a4e06e4af88ce53ccdcc7ced66 | Support Xml default namespace | Support Xml default namespace
| PKRoma/refit | Refit/XmlContentSerializer.cs | mit | 1,586,938,899 | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Serialization;
namespace Refit
{
public class XmlContentSerializer : IContentSerializer
{
readonly XmlContentSerializerSetting... | using System;
using System.Collections.Concurrent;
using System.IO;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Serialization;
namespace Refit
{
public class XmlContentSerializer : IContentSerializer
{
readonly XmlContentSerializerSetting... |
055f18d6398761ecdb69a8faee8c91d61e58c05a | Add back ctor to revert a breaking change | Add back ctor to revert a breaking change
| KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,leekelleher/Umbraco-CMS,abryukhov/Umbraco-CMS,NikRimington/Umbraco-CMS,dawoe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,marcemarc/Umbraco-CMS,NikRimington/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe... | src/Umbraco.Core/Models/RelationType.cs | mit | 1,586,937,127 | using System;
using System.Runtime.Serialization;
using Umbraco.Core.Exceptions;
using Umbraco.Core.Models.Entities;
namespace Umbraco.Core.Models
{
/// <summary>
/// Represents a RelationType
/// </summary>
[Serializable]
[DataContract(IsReference = true)]
public class RelationType : EntityBa... | using System;
using System.Runtime.Serialization;
using Umbraco.Core.Models.Entities;
namespace Umbraco.Core.Models
{
/// <summary>
/// Represents a RelationType
/// </summary>
[Serializable]
[DataContract(IsReference = true)]
public class RelationType : EntityBase, IRelationType
{
... |
ce21cfbb035b16bb42b473614edbe372b5ace04b | Use bindables in menu items | Use bindables in menu items
| smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu | osu.Game/Screens/Edit/Editor.cs | mit | 1,586,935,054 | // 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 osuTK.Graphics;
using osu.Framework.Screens;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shap... | // 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 osuTK.Graphics;
using osu.Framework.Screens;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shap... |
a1f32bffc685b9603023224ff9d78af2b79ea221 | Updated ThreeDBase class | Updated ThreeDBase class
| aspose-3d/Aspose.3D-for-.NET | LiveDemos/src/Aspose.3D.Live.Demos.UI/Models/ThreeDBase.cs | mit | 1,586,934,654 | using System;
using System.IO;
using System.Web.Http;
using System.Threading.Tasks;
using System.IO.Compression;
using System.Drawing;
using System.Drawing.Imaging;
namespace Aspose.ThreeD.Live.Demos.UI.Models
{
///<Summary>
/// ApiControllerBase class to have base methods
///</Summary>
public abstract class Thr... | using System;
using System.IO;
using System.Web.Http;
using System.Threading.Tasks;
using System.IO.Compression;
using System.Drawing;
using System.Drawing.Imaging;
namespace Aspose.ThreeD.Live.Demos.UI.Models
{
///<Summary>
/// ApiControllerBase class to have base methods
///</Summary>
public abstract class Thr... |
c075ff068a99d628b79e02817c770fb2822f9acd | Fine. Skip for now. | Fine. Skip for now.
| verybadcat/CSharpMath,verybadcat/CSharpMath | CSharpMath.Rendering.Tests/TestRendering.cs | mit | 1,586,934,372 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Xunit;
namespace CSharpMath.Rendering.Tests {
using Rendering.FrontEnd;
[CollectionDefinition(nameof(TestRenderingFixture))]
public class TestRenderingFixture : ICollectionFixture<TestRenderingFixture> {
public TestRend... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Xunit;
namespace CSharpMath.Rendering.Tests {
using Rendering.FrontEnd;
[CollectionDefinition(nameof(TestRenderingFixture))]
public class TestRenderingFixture : ICollectionFixture<TestRenderingFixture> {
public TestRend... |
02a770dd3cc2808b0e0765c1a219f3b05bc0aff2 | Fixed build for earlier versions of Unity. | Fixed build for earlier versions of Unity.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Windows/AboutWindow.cs | apache-2.0 | 1,586,934,350 | using System.Linq;
using UnityEngine;
using UnityEditor;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class AboutWindow : EditorWindow
{
public static AboutWindow Open()
{
// Get existing open window or if none, make a new one:
var window = GetWindowWithRect<About... | using System.Linq;
using UnityEngine;
using UnityEditor;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class AboutWindow : EditorWindow
{
public static AboutWindow Open()
{
// Get existing open window or if none, make a new one:
var window = GetWindowWithRect<About... |
373ad4b984b443a9a139383f774d1cb9012fb42c | Add custom token types | Add custom token types
| textamina/scriban,lunet-io/scriban | src/Scriban/Parsing/TokenType.cs | bsd-2-clause | 1,586,934,050 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
namespace Scriban.Parsing
{
/// <summary>
/// An enumeration to categorize tokens.
/// </summary>
public enum TokenType
{
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
namespace Scriban.Parsing
{
/// <summary>
/// An enumeration to categorize tokens.
/// </summary>
public enum TokenType
{
... |
6e2f869031467ed86e4337dbe57374db26d3bbba | [FIXED] forum delete | [FIXED] forum delete
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YAF.Core/Model/ForumRepositoryExtensions.cs | apache-2.0 | 1,586,933,022 | /* 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... |
b35068d314b0a7f7e7e51654feed27ad9478b98e | Adjustments to stop appending data a second time. | Adjustments to stop appending data a second time.
| damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Append.cs | mit | 1,586,932,491 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... |
1a7225302e4ba53e4dc05dc4cfca8e3cf5089c00 | Adds validation code to consider a second append with more messages than what the first request was to die appropriately. | Adds validation code to consider a second append with more messages than what the first request was to die appropriately.
| SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Append.cs | mit | 1,586,931,875 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... |
3ade037c76e2d84f8bd4e142d69c33aaeb975963 | Disable TextPainterSettings for now | Disable TextPainterSettings for now | verybadcat/CSharpMath,verybadcat/CSharpMath | CSharpMath.Rendering.Tests/TestRendering.cs | mit | 1,586,931,459 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Xunit;
namespace CSharpMath.Rendering.Tests {
using Rendering.FrontEnd;
[CollectionDefinition(nameof(TestRenderingFixture))]
public class TestRenderingFixture : ICollectionFixture<TestRenderingFixture> {
public TestRend... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Xunit;
namespace CSharpMath.Rendering.Tests {
using Rendering.FrontEnd;
[CollectionDefinition(nameof(TestRenderingFixture))]
public class TestRenderingFixture : ICollectionFixture<TestRenderingFixture> {
public TestRend... |
4aa0ee8eed6f63b86d21c32f72b46dc28a61f467 | Fixup SteamNetworkingConfigValue_t | Fixup SteamNetworkingConfigValue_t
| rlabrecque/Steamworks.NET,rlabrecque/Steamworks.NET,rlabrecque/Steamworks.NET,rlabrecque/Steamworks.NET | Plugins/Steamworks.NET/types/SteamNetworkingTypes/SteamNetworkingConfigValue_t.cs | mit | 1,586,931,210 | // This file is provided under The MIT License as part of Steamworks.NET.
// Copyright (c) 2013-2019 Riley Labrecque
// Please see the included LICENSE.txt for additional information.
// This file is automatically generated.
// Changes to this file will be reverted when you update Steamworks.NET
#if UNITY_ANDROID || ... | // This file is provided under The MIT License as part of Steamworks.NET.
// Copyright (c) 2013-2019 Riley Labrecque
// Please see the included LICENSE.txt for additional information.
// This file is automatically generated.
// Changes to this file will be reverted when you update Steamworks.NET
#if UNITY_ANDROID || ... |
66d1eec586f66ac002433cc195980f473045c13c | Fix SteamNetworkingConfigValue_t | Fix SteamNetworkingConfigValue_t
| rlabrecque/Steamworks.NET-CodeGen,rlabrecque/Steamworks.NET-CodeGen,rlabrecque/Steamworks.NET-CodeGen,rlabrecque/Steamworks.NET-CodeGen | CustomTypes/SteamNetworkingTypes/SteamNetworkingConfigValue_t.cs | mit | 1,586,931,195 | namespace Steamworks
{
/// In a few places we need to set configuration options on listen sockets and connections, and
/// have them take effect *before* the listen socket or connection really starts doing anything.
/// Creating the object and then setting the options "immediately" after creation doesn't work
/// c... | namespace Steamworks
{
/// In a few places we need to set configuration options on listen sockets and connections, and
/// have them take effect *before* the listen socket or connection really starts doing anything.
/// Creating the object and then setting the options "immediately" after creation doesn't work
/// c... |
53300d8472ba51145af6be04d48de7ac29286cf5 | Changes rules for nonexistent stream appends... if a stream exists, we return the current stream version & position. | Changes rules for nonexistent stream appends... if a stream exists, we return the current stream version & position.
| SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Append.cs | mit | 1,586,931,141 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... |
b27322a11c0a4f3f610b1787f59f77e5d9b8ef17 | Adjustments made for idempotency. | Adjustments made for idempotency.
| SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Append.cs | mit | 1,586,930,669 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... |
8cac4da1e483efd8b251c32ec561f226efd9dbdd | Allows for idempotency. | Allows for idempotency.
| SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Append.cs | mit | 1,586,928,582 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... |
e03b293da3f598a3cc9ea28e6589287ec80d92b3 | Allows idempotency when appending a single message to the stream. | Allows idempotency when appending a single message to the stream.
| SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore | src/SqlStreamStore.Sqlite/SqliteStreamStore.Append.cs | mit | 1,586,928,152 | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... | namespace SqlStreamStore
{
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Data.Sqlite;
using SqlStreamStore.Infrastructure;
using SqlStreamStore.Streams;
using StreamStore... |
72707a9973f41f1961bd030c66d84a7627e4be81 | Fix OS-dependent substring | Fix OS-dependent substring
| NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,ppy/osu,UselessToucan/osu | osu.Game.Tests/Gameplay/TestSceneHitObjectSamples.cs | mit | 1,586,926,463 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
u... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
u... |
4350d7c59852696c8b8f5f508aa0ce523ed7f44c | Throw an exception on an indexer accessor when EnableRelaxedMemberAccess is false | Throw an exception on an indexer accessor when EnableRelaxedMemberAccess is false
| lunet-io/scriban,textamina/scriban | src/Scriban/Syntax/ScriptIndexerExpression.cs | bsd-2-clause | 1,586,924,999 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System.Collections;
using System.IO;
using Scriban.Runtime;
using Scriban.Helpers;
namespace Scriban.Syntax
{
[ScriptSyntax("indexer e... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System.Collections;
using System.IO;
using Scriban.Runtime;
using Scriban.Helpers;
namespace Scriban.Syntax
{
[ScriptSyntax("indexer e... |
e534d59c807ecd1350e2ced30c4595e49fc6af4a | Use another argument exception | Use another argument exception
| peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu | osu.Game.Rulesets.Mania/Replays/ManiaReplayFrame.cs | mit | 1,586,923,695 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Game.Beatmaps;
using osu.Game.Replays.Legacy;
using osu.Game.Rulesets.Mania.Beatmaps;
using osu.Game.Rulesets.Re... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Game.Beatmaps;
using osu.Game.Replays.Legacy;
using osu.Game.Rulesets.Mania.Beatmaps;
using osu.Game.Rulesets.Re... |
f4b5a17b650264a9b0fda00c1a59c94cfde58fec | Fix typo in DrawableTaikoHitObject | Fix typo in DrawableTaikoHitObject
| ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu-new,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu | osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableTaikoHitObject.cs | mit | 1,586,923,238 | // 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;
using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.Objects.Drawables;
using osuTK;
using System.Linq;
using osu.Game.Audio;
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 osu.Framework.Graphics;
using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.Objects.Drawables;
using osuTK;
using System.Linq;
using osu.Game.Audio;
using ... |
d47e414fb142e7aa504814494d496a3d08528a46 | Apply review feedback (unroll inner loop / xml fixes) | Apply review feedback (unroll inner loop / xml fixes)
| peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game.Rulesets.Mania/Replays/ManiaReplayFrame.cs | mit | 1,586,921,743 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Game.Beatmaps;
using osu.Game.Replays.Legacy;
using osu.Game.Rulesets.Mania.Beatmaps;
using osu.Game.Rulesets.Re... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Game.Beatmaps;
using osu.Game.Replays.Legacy;
using osu.Game.Rulesets.Mania.Beatmaps;
using osu.Game.Rulesets.Re... |
33826edfd58981735a79d9a0029c5fc65b70ecb6 | Update cluster.remote.connect to node.remote_cluster_client (#4589) | Update cluster.remote.connect to node.remote_cluster_client (#4589)
This commit updates the cluster.remote.connect setting to allow
integration tests to run against master 8.0.0 snapshots | elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs | apache-2.0 | 1,586,921,459 | using System.IO;
using Elastic.Managed.Ephemeral;
using Elastic.Managed.Ephemeral.Plugins;
using Elastic.Stack.Artifacts.Products;
using Elastic.Xunit;
using Elasticsearch.Net;
using Nest;
using Tests.Configuration;
using Tests.Core.Client;
using Tests.Core.Extensions;
using Tests.Core.ManagedElasticsearch.Tasks;
usin... | using System.IO;
using Elastic.Managed.Ephemeral;
using Elastic.Managed.Ephemeral.Plugins;
using Elastic.Stack.Artifacts.Products;
using Elastic.Xunit;
using Elasticsearch.Net;
using Nest;
using Tests.Configuration;
using Tests.Core.Client;
using Tests.Core.Extensions;
using Tests.Core.ManagedElasticsearch.Tasks;
usin... |
82019bdb71fa7c411faacf7518d10113c26ccbfd | Fixed titles in Google command | Fixed titles in Google command
| ScarletKuro/NadekoBot,ScarletKuro/NadekoBot,ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Searches/Searches.cs | mit | 1,586,921,165 | using AngleSharp;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;
using AngleSharp.Html.Parser;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.Replacements;
using NadekoBot.Core.Modules.Searches.Common;
using NadekoBot.... | using AngleSharp;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;
using AngleSharp.Html.Parser;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.Replacements;
using NadekoBot.Core.Modules.Searches.Common;
using NadekoBot.... |
aa3a7bafe131f39f976831e8ef7b39b99f806651 | Add --wait flag to REPL to pause execution at the start of the script | Add --wait flag to REPL to pause execution at the start of the script
| Rohansi/Mond,Rohansi/Mond,Rohansi/Mond | Mond.Repl/Program.cs | mit | 1,586,919,812 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Mond.RemoteDebugger;
using Mond.Repl.Input;
namespace Mond.Repl
{
public class Program
{
private const int DebugPort = 1597;
private static string[] _args;
public static... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Mond.RemoteDebugger;
using Mond.Repl.Input;
namespace Mond.Repl
{
public class Program
{
private const int DebugPort = 1597;
private static string[] _args;
public static... |
c815107f62ff278f1c5147204fac85e83040febb | Update MixedRealityProjectPreferences.cs | Update MixedRealityProjectPreferences.cs
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Core/Utilities/Editor/Preferences/MixedRealityProjectPreferences.cs | mit | 1,586,918,172 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Tool... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Tool... |
d931f9dbec92e8f551e3ee3fd4beac8fa4f62e86 | Fix settings path and remove unused key | Fix settings path and remove unused key
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Core/Inspectors/Setup/MixedRealityProjectConfiguratorWindow.cs | mit | 1,586,917,869 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using System.Collections.Generic;
using UnityEditor;
using UnityEditor.Compilation;
using UnityEngine;
using MRConfig = ... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using System.Collections.Generic;
using UnityEditor;
using UnityEditor.Compilation;
using UnityEngine;
using MRConfig = ... |
90d838235a999d7fa356a5390743f82b36597438 | Format and fix incorrect Unity null prop | Format and fix incorrect Unity null prop
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Core/Utilities/Editor/Preferences/ProjectPreferences.cs | mit | 1,586,917,850 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.IO;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
{
/// <summary>
/// Utility to save prefere... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.IO;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
{
/// <summary>
/// Utility to save prefere... |
f0147e38ff86df0912aecc85e6f6c86a00b62397 | Ignore symbols with the new continuous contract symbol | Ignore symbols with the new continuous contract symbol
| StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,AlexCatarino/Lean,QuantConnect/Lean,StefanoRaggi/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,JKarathiya/Lean,JKarathiya/Lean,StefanoRaggi/Lean | ToolBox/IQFeed/IQFeedDataQueueUniverseProvider.cs | apache-2.0 | 1,586,917,509 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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... |
ec12c1bb27869bfb1a3952c6be85f2e4697c8b48 | Replaced CR with CRLF. | Replaced CR with CRLF.
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Context/Extensions/ContextPropertiesExtensions.cs | bsd-2-clause | 1,586,916,203 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using FlubuCore.IO;
using FlubuCore.Tasks.Solution.VSSolutionBrowsing;
using FlubuCore.Tasks.Versioning;
using GlobExpressions;
namespace FlubuCore.Context
{
public static class ContextPropert... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using FlubuCore.IO;
using FlubuCore.Tasks.Solution.VSSolutionBrowsing;
using FlubuCore.Tasks.Versioning;
using GlobExpressions;
namespace FlubuCore.Context
{
public static class ContextPropert... |
3b03d812f87a332b7ea61be9c1289665fc04ff6b | fixes paging | fixes paging
| leekelleher/Umbraco-CMS,tcmorris/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,hfloyd/Umbraco-CMS,arknu/Umbraco-CMS,tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,mattbrailsford/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,bjarn... | src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs | mit | 1,586,915,712 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Models.EntityBase;
using Umbraco.Core.Models.Membership;
using Umbraco.... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Models.EntityBase;
using Umbraco.Core.Models.Membership;
using Umbraco.... |
211e6d5cfdc367ebb542a79d3628aabd7e5a143a | Update incorrect summaries | Update incorrect summaries
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Core/Utilities/Editor/Preferences/MixedRealityProjectPreferences.cs | mit | 1,586,915,596 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Tool... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Tool... |
ab9ad32ff4b69ba24df76ad1c0370983f7632ccf | Add new helpbox detailing where these settings are saved | Add new helpbox detailing where these settings are saved
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Core/Utilities/Editor/Preferences/MixedRealityProjectPreferences.cs | mit | 1,586,915,596 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Tool... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Tool... |
f23183f47ba3991e00b7350f0615279e1f310f18 | Update tooltips and text to correctly represent these settings | Update tooltips and text to correctly represent these settings
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Core/Utilities/Editor/Preferences/MixedRealityProjectPreferences.cs | mit | 1,586,915,595 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Tool... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using UnityEditor;
using UnityEngine;
namespace Microsoft.MixedReality.Tool... |
8a3ee82c4d6e23f999ed669982bcbcc3bab7e2ea | Added description comment. | Added description comment.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Object/SelectNtSecurityDescriptorAceCmdlet.cs | apache-2.0 | 1,586,915,046 | // 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... |
d7cf4a1899fde957da27436dd18e91c15fcebf39 | Renamed NullDacl to DaclNull. | Renamed NullDacl to DaclNull.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/SecurityDescriptor.cs | apache-2.0 | 1,586,914,868 | // 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... |
66f00eac55b91a63c1e9f57d79f06a01a636533b | Don't crash on invalid linear light. | Don't crash on invalid linear light.
| mcneel/RhinoCycles | Database/ChangeDatabase.cs | apache-2.0 | 1,586,914,287 | /**
Copyright 2014-2017 Robert McNeel and Associates
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 in w... | /**
Copyright 2014-2017 Robert McNeel and Associates
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 in w... |
dde189ef95f620643b97d8fe06dccc8fd8a9e33f | Fixed an issue where login for steamcommunity.com is rejected by steam. | Fixed an issue where login for steamcommunity.com is rejected by steam.
| fjch1997/SteamBot | SteamBot/SteamTrade/SteamWeb.cs | mit | 1,586,911,824 | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Cache;
using System.Net.Security;
using System.Runtime.Serialization;
using System.Security.Cryptography;
using System.Secur... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Cache;
using System.Net.Security;
using System.Runtime.Serialization;
using System.Security.Cryptography;
using System.Secur... |
4e4fe2c9e2b129c1f81bc4394b4315c4776adab7 | Deployment of DevKitSample v5.22.0.5683 to PROD:MAIN by GitHub Deployment Plugin | Deployment of DevKitSample v5.22.0.5683 to PROD:MAIN by GitHub Deployment Plugin
| experient/LeadDevKitAPIv1Example | DeveloperKitSample/Properties/AssemblyInfo.cs | mit | 1,586,911,031 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTit... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTit... |
4250657b7191e8a17c55c9bd1604cb7ad36b7724 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,586,909,852 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
7bf8d424c285b4f7f0841b1fab95994b8ab7cf2d | fixing end point routing issue | fixing end point routing issue
| ipjohnson/EasyRpc | src/EasyRpc.AspNetCore/Routing/EndPointRouteBuilder.cs | mit | 1,586,908,910 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using EasyRpc.AspNetCore.EndPoints;
namespace EasyRpc.AspNetCore.Routing
{
public interface IEndPointRouteBuilder
{
Func<string, IEndPointHandler> BuildRouteFu... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using EasyRpc.AspNetCore.EndPoints;
namespace EasyRpc.AspNetCore.Routing
{
public interface IEndPointRouteBuilder
{
Func<string, IEndPointHandler> BuildRouteFu... |
e3875bfec0308b8ca20bd9ffe079823c2eba3e08 | Switching back. | Switching back.
| JaCraig/SQLHelper | src/SQLHelper.DB/HelperClasses/Batch.cs | apache-2.0 | 1,586,907,367 | /*
Copyright 2016 James Craig
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 in writing, so... | /*
Copyright 2016 James Craig
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 in writing, so... |
155c6836e59b01206476c1e3b8aefc50280e55a7 | Remove custom exception from SaveLoader | Remove custom exception from SaveLoader
Instead, this now horribly misappropriates .ThrowNoLabyrinths();
Sorry, Arkhist.
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/Internal/Replacements/SaveLoader.cs | mit | 1,586,906,043 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game.Computer;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Pathfinder.Util.XML;
using Pa... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game.Computer;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Pathfinder.Util.XML;
using Pa... |
50a80c14028760ea2705f59c9827095d098dc6d1 | Reformat SaveLoader | Reformat SaveLoader
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/Internal/Replacements/SaveLoader.cs | mit | 1,586,905,914 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game.Computer;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Pathfinder.Util.XML;
using Pa... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game.Computer;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Pathfinder.Util.XML;
using Pa... |
4c5407faeacc4f8cb02bb80d0e0fa0577ec89675 | Fix compilation errors | Fix compilation errors
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/Internal/Replacements/SaveLoader.cs | mit | 1,586,905,686 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game.Computer;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Pathfinder.Util.XML;
using Pa... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game.Computer;
using Pathfinder.ModManager;
using Pathfinder.Util;
using Pathfinder.Util.XML;
using Pa... |
1f0ebb81af91ff1cb2cc316677e423a5fad9c0e6 | Deployment of DevKitSample v5.22.0.5677 to PROD:MAIN by GitHub Deployment Plugin | Deployment of DevKitSample v5.22.0.5677 to PROD:MAIN by GitHub Deployment Plugin
| experient/LeadDevKitAPIv1Example | DeveloperKitSample/Properties/AssemblyInfo.cs | mit | 1,586,905,399 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTit... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTit... |
d6c24e8b047d257298abbf71d405c56ce1e1ab7c | Optimization : don't render tiles if beyond memory scope | Optimization : don't render tiles if beyond memory scope
| tigrouind/LifeDISA,tigrouind/LifeDISA | MemoryViewer/MemoryViewer/Program.cs | mit | 1,586,904,502 | using System;
using System.Diagnostics;
using System.Linq;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
int winx = GetArgument(args, "-screen-width") ?? 320;
int winy = GetArgument(args, "-scre... | using System;
using System.Diagnostics;
using System.Linq;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
int winx = GetArgument(args, "-screen-width") ?? 320;
int winy = GetArgument(args, "-scre... |
fb6c29afbce1e1c27081464520d86beb4fd5c907 | Refactor "userDefinedDic" to "userDefinedDictionary" | Refactor "userDefinedDic" to "userDefinedDictionary"
| watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk | examples/IBM.Watson.Assistant.v2.Examples/ServiceExample.cs | apache-2.0 | 1,586,902,892 | /**
* Copyright 2019 IBM Corp. 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 applic... | /**
* Copyright 2019 IBM Corp. 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 applic... |
b70f9f9ea9363b66234a068dffed765ff02f8088 | tidyup some of my changes | tidyup some of my changes
| louthy/language-ext,StanJav/language-ext | LanguageExt.CodeGen/FreeGenerator.cs | mit | 1,586,901,943 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using CodeGeneration.Roslyn;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory;
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using CodeGeneration.Roslyn;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory;
... |
e57a447bb436fd2c1a43878fa69613d6967bb9db | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionsPrimes.cs | mit | 1,586,901,675 | 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()... |
6928c611aa7b499c9df7d3cf0c4c7c270120c63c | Update Game.Database.cs | Update Game.Database.cs
| PokemonUnity/PokemonUnity | PokemonUnity.Shared/Application/Game.Database.cs | bsd-3-clause | 1,586,900,645 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;
using System.IO;
using System.Globalization;
using PokemonUnity;
using PokemonUnity.Monster;
using PokemonUnity.Inventory;
//using PokemonUnity.Inventory.ItemData;
using PokemonUnity.Attack... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml;
using System.IO;
using System.Globalization;
using PokemonUnity;
using PokemonUnity.Monster;
using PokemonUnity.Inventory;
//using PokemonUnity.Inventory.ItemData;
using PokemonUnity.Attack... |
13c8a904dd9a88b39a027caf2e5053c7008b8f3b | Added license information to the About window. | Added license information to the About window.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Windows/AboutWindow.cs | apache-2.0 | 1,586,900,444 | using System.Linq;
using UnityEngine;
using UnityEditor;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class AboutWindow : EditorWindow
{
public static AboutWindow Open()
{
// Get existing open window or if none, make a new one:
var window = GetWindowWithRect<About... | using UnityEngine;
using UnityEditor;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Windows
{
public class AboutWindow : EditorWindow
{
public static AboutWindow Open()
{
// Get existing open window or if none, make a new one:
var window = GetWindowWithRect<AboutWindow>( new Rect( ... |
2ad4d3f07a8fe53f1593aea7408996f937f1428c | (#49) Add UIMenu.OnMenuOpen event | (#49) Add UIMenu.OnMenuOpen event
Closes #49
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/UIMenu.cs | mit | 1,586,900,435 | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... |
e7884a7287e772efb0d6256e5468bff7a7c0bdcd | Changes to Batch that change when commands are finalized. | Changes to Batch that change when commands are finalized.
| JaCraig/SQLHelper | src/SQLHelper.DB/HelperClasses/Batch.cs | apache-2.0 | 1,586,899,676 | /*
Copyright 2016 James Craig
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 in writing, so... | /*
Copyright 2016 James Craig
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 in writing, so... |
a6fb4880b589b7e476e45e046b78685fd1eae082 | fixed tests | fixed tests
| sportingsolutions/SS.Integration.Adapter,sportingsolutions/SS.Integration.Adapter | SS.Integration.Adapter.Tests/PriorityHelperTest.cs | apache-2.0 | 1,586,899,389 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using SS.Integration.Adapter.Actors;
using SS.Integration.Adapter.Interface;
using Moq;
using SS.Integration.Adapter.Helpers;
using SS.Integration.Adapter.Model;
namespace SS.Inte... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using SS.Integration.Adapter.Actors;
using SS.Integration.Adapter.Interface;
using Moq;
using SS.Integration.Adapter.Helpers;
using SS.Integration.Adapter.Model;
namespace SS.Inte... |
95b561de9c01cdd992718ab53ccbb05ec925ccfd | add profiler markers to lost tracking service | add profiler markers to lost tracking service
| DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Extensions/LostTrackingService/LostTrackingService.cs | mit | 1,586,898,947 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using Unity.Profiling;
using UnityEngine;
using Microsoft.MixedReality.Toolkit.Utilities;
#if UNITY_WSA
using UnityEngine.XR.WSA;
#endif
namespace Mic... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using UnityEngine;
using Microsoft.MixedReality.Toolkit.Utilities;
#if UNITY_WSA
using UnityEngine.XR.WSA;
#endif
namespace Microsoft.MixedReality.Too... |
df4a9c2d71453593c35e479d62c3f574032350f3 | Ensure the subject is utf-8 encoded | Ensure the subject is utf-8 encoded
| lukencode/FluentEmail | src/Senders/FluentEmail.MailKit/MailKitSender.cs | mit | 1,586,898,893 | using FluentEmail.Core;
using FluentEmail.Core.Interfaces;
using FluentEmail.Core.Models;
using MailKit.Net.Smtp;
using MimeKit;
using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
namespace FluentEmail.MailKitSmtp
{
/// <summary>
/// Send emails with the MailKit Library.
... | using FluentEmail.Core;
using FluentEmail.Core.Interfaces;
using FluentEmail.Core.Models;
using MailKit.Net.Smtp;
using MimeKit;
using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
namespace FluentEmail.MailKitSmtp
{
/// <summary>
/// Send emails with the MailKit Library.
... |
325ad7156dbb8dabb339475a9c720d5a87d0b146 | Small change in how non finalizable items are handled. | Small change in how non finalizable items are handled.
| JaCraig/SQLHelper | src/SQLHelper.DB/HelperClasses/Batch.cs | apache-2.0 | 1,586,897,915 | /*
Copyright 2016 James Craig
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 in writing, so... | /*
Copyright 2016 James Craig
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 in writing, so... |
9d6ae33dbe419be116f7fd905e037a2b16519d57 | allow armor to go into negative numbers | allow armor to go into negative numbers
Negative armor means a weakness against a certain attack type.
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Health/Objects/Armor.cs | agpl-3.0 | 1,586,897,399 | using System;
using UnityEngine;
/// <summary>
/// Represents armor which provides resistance against various kinds of attacks.
///
/// an armor rating of 100 indicates complete resistance against that kind of attack.
/// 0 indicates no resistance.
/// negative values indicate weakness to that kind of attack.
///
/// ... | using System;
using UnityEngine;
/// <summary>
/// Represents armor which provides resistance against various kinds of attacks.
///
/// an armor rating of 100 indicates complete resistance against that kind of attack.
/// 0 indicates no resistance.
/// negative values indicate weakness to that kind of attack.
///
/// ... |
ef94b9bf31925d65f45332d0cab3d2f8c77ee1f4 | code clean up | code clean up
| sportingsolutions/SS.Integration.Adapter,sportingsolutions/SS.Integration.Adapter | SS.Integration.Adapter.Diagnostics.Model/FixtureOverview.cs | apache-2.0 | 1,586,896,196 | //Copyright 2014 Spin Services Limited
//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 in w... | //Copyright 2014 Spin Services Limited
//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 in w... |
5b9b3bdfbf4f89a54ccd21560d56b41d27e602d2 | code clean up | code clean up
| sportingsolutions/SS.Integration.Adapter,sportingsolutions/SS.Integration.Adapter | SS.Integration.Adapter/Helpers/StreamStats.cs | apache-2.0 | 1,586,896,132 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Security.Policy;
using System.Text;
using System.Threading.Tasks;
using log4net;
using SS.Integration.Adapter.Actors;
using SS.Integration.Adapter.Actors.Messages;
namespace SS.Integration.Adapter.Helpers
{
p... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Security.Policy;
using System.Text;
using System.Threading.Tasks;
using log4net;
using SS.Integration.Adapter.Actors;
using SS.Integration.Adapter.Actors.Messages;
namespace SS.Integration.Adapter.Helpers
{
p... |
9c9056bc3e42cd2cb2bfd53ad55304ecea82704a | Changes to keypress handling for #297 and #298 (#300) | Changes to keypress handling for #297 and #298 (#300)
Fix #298
Adds check for allow item copy for the copy hotkey for #298
Changes functionality of d hotkey to duplicate an item for #297 since dropping an item is no longer applicable without a trash panel. | EtienneLamoureux/TQVaultAE | src/TQVaultAE.GUI/Components/SackPanel.cs | mit | 1,586,895,916 | //-----------------------------------------------------------------------
// <copyright file="SackPanel.cs" company="None">
// Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TQVaultAE.GUI.Compo... | //-----------------------------------------------------------------------
// <copyright file="SackPanel.cs" company="None">
// Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TQVaultAE.GUI.Compo... |
a2d0cfd7b2fb31e511a19743f0c438780405b9b7 | fixes line 68 | fixes line 68 | Chess-Variants-Training/Chess-Variants-Training,Chess-Variants-Training/Chess-Variants-Training | src/ChessVariantsTraining/Controllers/EndgamesController.cs | agpl-3.0 | 1,586,895,100 | using ChessVariantsTraining.MemoryRepositories;
using ChessVariantsTraining.Models;
using ChessVariantsTraining.Services;
using ChessDotNet;
using ChessDotNet.Variants.Atomic;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Dynamic;
using ChessDotNet.Variants.Antichess;
using ChessVariantsTraining.DbReposito... | using ChessVariantsTraining.MemoryRepositories;
using ChessVariantsTraining.Models;
using ChessVariantsTraining.Services;
using ChessDotNet;
using ChessDotNet.Variants.Atomic;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Dynamic;
using ChessDotNet.Variants.Antichess;
using ChessVariantsTraining.DbReposito... |
d1a24905df9a115e48b35ab15a069c9a22863606 | LinqyCalculator logic fix | LinqyCalculator logic fix | sprache/Sprache,sprache/Sprache | samples/LinqyCalculator/ExpressionParser.cs | mit | 1,586,894,952 | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Sprache;
namespace LinqyCalculator
{
static class ExpressionParser
{
public static Expression<Func<double>> ParseExpression(string text)
{
return Lambda.Parse(text);
}
st... | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Sprache;
namespace LinqyCalculator
{
static class ExpressionParser
{
public static Expression<Func<double>> ParseExpression(string text)
{
return Lambda.Parse(text);
}
st... |
c2006a9fff6f95d9dbdd0d59bff403c6f5550e9c | Added GetTrustLevelSid method. | Added GetTrustLevelSid method.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/NtSecurity.cs | apache-2.0 | 1,586,894,907 | // 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... |
8cd71401e957cf8090e992834556aefb6ff5c341 | Add KRB vs K endgame training for atomic | Add KRB vs K endgame training for atomic | Chess-Variants-Training/Chess-Variants-Training,Chess-Variants-Training/Chess-Variants-Training | src/ChessVariantsTraining/Controllers/EndgamesController.cs | agpl-3.0 | 1,586,894,450 | using ChessVariantsTraining.MemoryRepositories;
using ChessVariantsTraining.Models;
using ChessVariantsTraining.Services;
using ChessDotNet;
using ChessDotNet.Variants.Atomic;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Dynamic;
using ChessDotNet.Variants.Antichess;
using ChessVariantsTraining.DbReposito... | using ChessVariantsTraining.MemoryRepositories;
using ChessVariantsTraining.Models;
using ChessVariantsTraining.Services;
using ChessDotNet;
using ChessDotNet.Variants.Atomic;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Dynamic;
using ChessDotNet.Variants.Antichess;
using ChessVariantsTraining.DbReposit... |
7aa3e36620d601a6524b2d8ba12178284ad30656 | Enable nullable in COWDictionary | Enable nullable in COWDictionary
| sean-gilliam/msbuild,mono/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,mono/msbuild,sean-gilliam/msbuild,AndyGerliche... | src/Shared/CopyOnWriteDictionary.cs | mit | 1,586,892,544 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;... |
285a48ed3f6f5878fb029f815d22a5e094af3c52 | Исправлен Model.User, не проходивший тест | Исправлен Model.User, не проходивший тест
| vknet/vk | VkNet/Model/User.cs | mit | 1,586,891,487 | using System;
using System.Collections.ObjectModel;
using System.Diagnostics;
using Newtonsoft.Json;
using VkNet.Enums;
using VkNet.Enums.SafetyEnums;
using VkNet.Model.Attachments;
using VkNet.Utils;
using VkNet.Utils.JsonConverter;
// ReSharper disable UnusedAutoPropertyAccessor.Global
// ReSharper disable MemberCa... | using System;
using System.Collections.ObjectModel;
using System.Diagnostics;
using Newtonsoft.Json;
using VkNet.Enums;
using VkNet.Enums.SafetyEnums;
using VkNet.Model.Attachments;
using VkNet.Utils;
using VkNet.Utils.JsonConverter;
// ReSharper disable UnusedAutoPropertyAccessor.Global
// ReSharper disable MemberCa... |
5a40cf795fff209501791ab5bc7aaadf69f55f62 | Fix ElementLocation tests | Fix ElementLocation tests
| rainersigwald/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,mono/msbuild,AndyGerlicher/msbuild,mono/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,mono/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,cdmihai/msbu... | src/Build.OM.UnitTests/Construction/ElementLocationPublic_Tests.cs | mit | 1,586,890,972 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using Microsoft.Build.Collections;
using System;
using Microsoft.Build.Evaluation;
using Microsoft.Build.UnitTests;
using Microsoft.Bu... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using Microsoft.Build.Collections;
using System;
using Microsoft.Build.Evaluation;
using Microsoft.Build.UnitTests;
using Microsoft.Bu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.