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 |
|---|---|---|---|---|---|---|---|---|
edf6ab89984860cefba8b9aa750bd06f62ed66b3 | fix HistoryTable synchronization | fix HistoryTable synchronization
| signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework | Signum.Engine/Engine/SchemaSynchronizer.cs | mit | 1,591,356,415 | using NpgsqlTypes;
using Signum.Engine.Engine;
using Signum.Engine.Linq;
using Signum.Engine.Maps;
using Signum.Engine.SchemaInfoTables;
using Signum.Entities;
using Signum.Entities.Reflection;
using Signum.Utilities;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
usin... | using NpgsqlTypes;
using Signum.Engine.Engine;
using Signum.Engine.Linq;
using Signum.Engine.Maps;
using Signum.Engine.SchemaInfoTables;
using Signum.Entities;
using Signum.Entities.Reflection;
using Signum.Utilities;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
usin... |
f7f423f11620fa7b02f91f0aa5ee0e3e03256351 | Added path separator to make sure only files under folder | Added path separator to make sure only files under folder
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.Host/FileWatching/ManualFileSystemWatcher.cs | mit | 1,591,355,356 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace OmniSharp.FileWatching
{
internal partial class ManualFileSystemWatcher : IFileSystemWatcher, IFileSystemNotifier
{
private readonly object _gate = new object();
private readonly Dictionary<string, Ca... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace OmniSharp.FileWatching
{
internal partial class ManualFileSystemWatcher : IFileSystemWatcher, IFileSystemNotifier
{
private readonly object _gate = new object();
private readonly Dictionary<string, Ca... |
d54df5efe2f7561e303f60df3ba86d04ecf3cc5e | CA-338784: Limit XE client to GET the same file with the initial command line. CA-338766: Get the fullpath from the input params values. | CA-338784: Limit XE client to GET the same file with the initial command line.
CA-338766: Get the fullpath from the input params values.
Signed-off-by: Min Li <d950aa6cfad47f424252fc349da8e8f505e2adfb@citrix.com>
| xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin | CommandLib/thinCLIProtocol.cs | bsd-2-clause | 1,591,354,227 | /* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice, this l... | /* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice, this l... |
3a1b2e83f7c69dc3f21ac6fc0cb1fe56cc2ca0d5 | Add new extension method to retrieve the VCTargetsPath corresponding to a devenv | Add new extension method to retrieve the VCTargetsPath corresponding to a devenv
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/ExtensionMethods.cs | apache-2.0 | 1,591,353,779 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... |
79da6a6e910e7dcaec2f2c651202363967687357 | Add a new extension method to retrieve the vcTargetsPath and vcInstallDir keys to use per devenv in the vcxproj files | Add a new extension method to retrieve the vcTargetsPath and vcInstallDir keys to use per devenv in the vcxproj files
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/ExtensionMethods.cs | apache-2.0 | 1,591,353,779 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... |
9019ca5dcc27f4f4093bc5a95f8de888f49e7a50 | Add new utility method to retrieve the default devenv corresponding to a platform toolset. Will return null if unknown. | Add new utility method to retrieve the default devenv corresponding to a platform toolset. Will return null if unknown.
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/ExtensionMethods.cs | apache-2.0 | 1,591,353,779 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... |
cfc92b768cd965ffc4f2dc7cb5a35831f99a66f7 | Add an accessor to know if the kits root for a particular devenv has been overriden | Add an accessor to know if the kits root for a particular devenv has been overriden
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/KitsRootPaths.cs | apache-2.0 | 1,591,353,779 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
0137fb0bd96de018abbbcfac2c03bfd85a1b4080 | Make the GetLLVMOverridesSection method public so it can be accessed from platform modules | Make the GetLLVMOverridesSection method public so it can be accessed from platform modules
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/ClangForWindowsSettings.cs | apache-2.0 | 1,591,353,778 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
ffc53feb09258fb9b350adca33a38587b29adc2b | Use proper devEnv value when retrieving the CppPlatformFolder | Use proper devEnv value when retrieving the CppPlatformFolder
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/Win64Platform.cs | apache-2.0 | 1,591,353,778 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
5704c3a91905925b760a2be9ede4506f160a9c18 | Add a new untyped option container, to allow an option to take whatever as argument, like another option | Add a new untyped option container, to allow an option to take whatever as argument, like another option
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Options.cs | apache-2.0 | 1,591,353,778 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
ab8ccef958241424ef8e3ed82592bd0b189c2c93 | [Modify] Remove it | [Modify] Remove it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,353,444 | #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-... |
115858e5f9f430ca42854cd7799f9b978f00ccad | [Modify] Remove it | [Modify] Remove it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,353,339 | #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-... |
6c2c487f7fd9f8040834ceaf4278335bd3f0de76 | fixed defect were windows path seperators were assumed, caused problems writing new files on non Windows platforms | fixed defect were windows path seperators were assumed, caused problems writing new files on non Windows platforms
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/RemoveHL7Identifiers.cs | mit | 1,591,352,367 | /* Filename: RemoveHL7Identifiers.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFile... | /* Filename: RemoveHL7Identifiers.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFile... |
9da59cccdd80f0989923e61af9fb0b7501d8bb33 | Update Kernel.cs | Update Kernel.cs
| dimmpixeye/Unity3dTools | Runtime/Core/Kernel.cs | mit | 1,591,352,287 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Scripting;
[assembly: Preserve]
namespace Pixeye.Actors
{
public class Kernel : MonoBehaviour
{
public sta... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Scripting;
[assembly: AlwaysLinkAssembly]
namespace Pixeye.Actors
{
public class Kernel : MonoBehaviour
{
... |
de8484a80aafa713fdb5400d09ce18a07e894646 | Added path directory char to make sure only files under directories are matched | Added path directory char to make sure only files under directories are matched
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.Roslyn/OmniSharpWorkspace.cs | mit | 1,591,351,916 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Mic... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Mic... |
93dbfd7aeab21a5b824de5272a47ed9d11444464 | Fix nullable ref type error | Fix nullable ref type error
| Abc-Arbitrage/Zebus,Abc-Arbitrage/Zebus | src/Abc.Zebus.Testing/Transport/UpdatedPeer.cs | mit | 1,591,350,426 | using System;
using Abc.Zebus.Directory;
namespace Abc.Zebus.Testing.Transport
{
public class UpdatedPeer : IEquatable<UpdatedPeer>
{
public readonly PeerId PeerId;
public readonly PeerUpdateAction UpdateAction;
public UpdatedPeer(PeerId peerId, PeerUpdateAction updateAction)
... | using System;
using Abc.Zebus.Directory;
namespace Abc.Zebus.Testing.Transport
{
public class UpdatedPeer : IEquatable<UpdatedPeer>
{
public readonly PeerId PeerId;
public readonly PeerUpdateAction UpdateAction;
public UpdatedPeer(PeerId peerId, PeerUpdateAction updateAction)
... |
20d4023f1412e526aab78d4934597b18959971c9 | Refactoring for onDirectoryRemove method | Refactoring for onDirectoryRemove method
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.Roslyn/OmniSharpWorkspace.cs | mit | 1,591,350,421 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Mic... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Mic... |
b9101b9d31b88c52ba292d137a39d878957dd265 | Update BGCAM_DEF.cs | Update BGCAM_DEF.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/BGCAM_DEF.cs | mit | 1,591,350,221 | using System;
using System.IO;
using Memoria;
using UnityEngine;
using Object = System.Object;
public class BGCAM_DEF
{
public BGCAM_DEF()
{
this.r = new Int16[3, 3];
this.t = new Int32[3];
this.centerOffset = new Int16[2];
this.startOffset = 0L;
}
public void ReadData(BinaryReader reader)
{
... | using System;
using System.IO;
using Memoria;
using UnityEngine;
using Object = System.Object;
public class BGCAM_DEF
{
public BGCAM_DEF()
{
this.r = new Int16[3, 3];
this.t = new Int32[3];
this.centerOffset = new Int16[2];
this.startOffset = 0L;
}
public void ReadData(BinaryReader reader)
{
... |
68041c7f65651c58ad28af78b7b37e0e945ed1b1 | Allow switch to narrow on camera change | Allow switch to narrow on camera change
Added 767 for sliding character bugs in burmecia palace
removed maps handled by the fix of narrow cameras | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/NarrowMapList.cs | mit | 1,591,349,582 | using System;
using System.Linq;
public static class NarrowMapList
{
public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo);
public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0;
private static readonly Int32[] List = new[]
{
... | using System;
using System.Linq;
public static class NarrowMapList
{
public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo);
public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0;
private static readonly Int32[] List = new[]
{
... |
799b38d0531de03a3117ca764f624fa468986415 | Stop using dynamic as it's not supported on older .net | Stop using dynamic as it's not supported on older .net
| AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet | src/client/Microsoft.Identity.Client/OAuth2/MsalTokenResponse.cs | mit | 1,591,348,364 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.Identity.Client.Utils;
using System;
using System.Collections.Generic;
using System.Globalization;
using Microsoft.Identity.Client.Internal.Broker;
using Microsoft.Identity.Json;
using Microsoft.Identity.Js... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.Identity.Client.Utils;
using System;
using System.Collections.Generic;
using System.Globalization;
using Microsoft.Identity.Client.Internal.Broker;
using Microsoft.Identity.Json;
using Microsoft.Identity.Js... |
5e42d3613ff5ccff085308b993c9f8ff0c627699 | Allow switch to narrow on camera change | Allow switch to narrow on camera change | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/FieldMap.cs | mit | 1,591,348,197 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = Unknown1 | Unknown2 ... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = Unknown1 | Unknown2 ... |
9fe6f47d04808c2bc69e76f2bf335f68a1279a9a | Fix - Corretto il filtro sulla Lista delle Richieste | Fix - Corretto il filtro sulla Lista delle Richieste
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneSoccorso/SintesiRichiesteAssistenza/SintesiRichiesteAssistenzaQueryHandler.cs | agpl-3.0 | 1,591,347,135 | //-----------------------------------------------------------------------
// <copyright file="SintesiRichiesteAssistenzaQueryHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Aff... | //-----------------------------------------------------------------------
// <copyright file="SintesiRichiesteAssistenzaQueryHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Aff... |
d2b3f9dda996005d4edf4f1a110cf0d6e06c006b | Fix AssignmentMip.cs | Fix AssignmentMip.cs
| or-tools/or-tools,or-tools/or-tools,google/or-tools,google/or-tools,or-tools/or-tools,google/or-tools,google/or-tools,or-tools/or-tools,or-tools/or-tools,google/or-tools,google/or-tools,or-tools/or-tools | ortools/linear_solver/samples/AssignmentMip.cs | apache-2.0 | 1,591,346,978 | // Copyright 2010-2018 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | // Copyright 2010-2018 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
de9d5d50e45455a01291f7b92d45d8d55042f8e5 | Simplify cache check | Simplify cache check
| filipw/dotnet-script,filipw/dotnet-script,filipw/dotnet-script | src/Dotnet.Script.Core/Commands/ExecuteScriptCommand.cs | mit | 1,591,346,463 | using System;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.DependencyModel.Logging;
using Dotnet.Script.DependencyModel.ProjectSystem;
namespace Dotnet.Script.Core.Commands
{... | using System;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.DependencyModel.Logging;
using Dotnet.Script.DependencyModel.ProjectSystem;
namespace Dotnet.Script.Core.Commands
{... |
6fc10f38330e4e3fdc8663fcc6c1a560ab305d62 | update discord.me invite handling | update discord.me invite handling
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/EventHandlers/DiscordInviteFilter.cs | lgpl-2.1 | 1,591,345,937 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatApiClient.Compression;
using CompatBot.Commands;
using CompatBot.Database.Providers;
using CompatBot... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatApiClient.Compression;
using CompatBot.Commands;
using CompatBot.Database.Providers;
using CompatBot.Utils;
using Comp... |
d72f9a93768b75dbd7f857414f5e3a2f81791754 | Updated to use Access Token from OAuth | Updated to use Access Token from OAuth
| ArasExtensions/Aras.Model | Aras.Model/Database.cs | apache-2.0 | 1,591,343,853 | /*
Copyright 2017 Processwall 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 ... | /*
Copyright 2017 Processwall 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 ... |
b8282d528b653bde916cc54e8a1f4bb89005d631 | Fix remaining potential nullrefs for public methods | Fix remaining potential nullrefs for public methods
| peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-fram... | osu.Framework/IO/Stores/GlyphStore.cs | mit | 1,591,343,825 | // 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.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using JetBrains.Annotations;
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 JetBrains.Annotations;
using osu.Framework.Graphic... |
53cb9d266d4f87789c30b37b55e6c5bf7cc095ae | Add ToolTip :open pseudo class tests | Add ToolTip :open pseudo class tests
| grokys/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,grokys/Perspex,jkoritzinsky/P... | tests/Avalonia.Controls.UnitTests/ToolTipTests.cs | mit | 1,591,343,162 | using System;
using System.Reactive.Disposables;
using Avalonia.Platform;
using Avalonia.Threading;
using Avalonia.UnitTests;
using Avalonia.VisualTree;
using Moq;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class TolTipTests
{
private MouseTestHelper _mouseHelper = new MouseTestHelper(... | using System;
using System.Reactive.Disposables;
using Avalonia.Platform;
using Avalonia.Threading;
using Avalonia.UnitTests;
using Avalonia.VisualTree;
using Moq;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class TolTipTests
{
private MouseTestHelper _mouseHelper = new MouseTestHelper(... |
863286dd58733fe0ad580bb274c39dfbbfec6c83 | Reverting silly config attempts | Reverting silly config attempts
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Tests/Glav.CognitiveServices.IntegrationTests/TestConfig.cs | mit | 1,591,342,210 | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Linq;
using System.Diagnostics;
namespace Glav.CognitiveServices.IntegrationTests
{
public static class TestConfig
{
private static obj... | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Linq;
using System.Diagnostics;
namespace Glav.CognitiveServices.IntegrationTests
{
public static class TestConfig
{
private static obj... |
a1ae8c80a6544cd3ba505cc70fe0ecaf341b2c53 | Have arg-less eval take code from stdin | Have arg-less eval take code from stdin
| filipw/dotnet-script,filipw/dotnet-script,filipw/dotnet-script | src/Dotnet.Script/Program.cs | mit | 1,591,341,462 | using Dotnet.Script.Core;
using Dotnet.Script.Core.Commands;
using Dotnet.Script.Core.Versioning;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.DependencyModel.Logging;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Scripting;
using Microsof... | using Dotnet.Script.Core;
using Dotnet.Script.Core.Commands;
using Dotnet.Script.Core.Versioning;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.DependencyModel.Logging;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Scripting;
using Microsof... |
364d27eb4ea2cb9831f50699a30e667c8982cec4 | Removing requirement for a description to be provided when creating a new unified group as this is not required by the Graph API itself either: https://docs.microsoft.com/en-us/graph/api/group-post-groups?view=graph-rest-1.0&tabs=http#request-body | Removing requirement for a description to be provided when creating a new unified group as this is not required by the Graph API itself either: https://docs.microsoft.com/en-us/graph/api/group-post-groups?view=graph-rest-1.0&tabs=http#request-body
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Graph/UnifiedGroupsUtility.cs | mit | 1,591,340,814 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Graph;
using System.Net.Http.Headers;
using OfficeDevPnP.Core.Entities;
using System.IO;
using OfficeDevPnP.Core.Diagnostics;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using OfficeDevPnP.Core.Utili... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Graph;
using System.Net.Http.Headers;
using OfficeDevPnP.Core.Entities;
using System.IO;
using OfficeDevPnP.Core.Diagnostics;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using OfficeDevPnP.Core.Utili... |
e01192df8c342a43fe0f6b106968320fc75c74b2 | Update async | Update async
| lunet-io/scriban,textamina/scriban | src/Scriban/ScribanAsync.generated.cs | bsd-2-clause | 1,591,339,661 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Date:06/05/2020 08:45:44
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regene... | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Date:09/09/2019 21:51:21
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regene... |
506cf6b260952557c3700a16027dd5952ca51dbf | Only show available products @sitemap | Only show available products @sitemap
| HotcakesCommerce/core,HotcakesCommerce/core | Libraries/Hotcakes.Commerce.Dnn/Providers/ProductsSitemapProvider.cs | mit | 1,591,339,256 | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... |
b3efb29c43308e16cf3004c5f0f447c5047e7d43 | Allow result of a function call to be indexed | Allow result of a function call to be indexed
| lunet-io/scriban,textamina/scriban | src/Scriban/Parsing/Parser.Expressions.cs | bsd-2-clause | 1,591,336,824 | // 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;
using System.Collections.Generic;
using System.Diagnostics;
using Scriban.Functions;
using Scriban.Runtime;
using Scriban.Syntax;
n... | // 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;
using System.Collections.Generic;
using System.Diagnostics;
using Scriban.Functions;
using Scriban.Runtime;
using Scriban.Syntax;
n... |
d31c18e128b9182e2292f2787876c1dcc3ced6af | Make string accessor returning a string | Make string accessor returning a string
| textamina/scriban,lunet-io/scriban | src/Scriban/Runtime/Accessors/StringAccessor.cs | bsd-2-clause | 1,591,336,801 | // 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.Generic;
using Scriban.Parsing;
using Scriban.Syntax;
namespace Scriban.Runtime.Accessors
{
public class StringAccess... | // 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.Generic;
using Scriban.Parsing;
using Scriban.Syntax;
namespace Scriban.Runtime.Accessors
{
public class StringAcces... |
10fe1ec47bd3e4a2749862473b58bbfcbde1b6e8 | Fixed tests by registering IWebSecurity in the container in the base test class | Fixed tests by registering IWebSecurity in the container in the base test class
| abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/U... | src/Umbraco.Tests/Testing/UmbracoTestBase.cs | mit | 1,591,334,239 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Web.Routing;
using System.Web.Security;
using System.Xml.Linq;
using Examine;
using Moq;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbra... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Web.Routing;
using System.Web.Security;
using System.Xml.Linq;
using Examine;
using Moq;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbra... |
434214628c8129f1350ce65d3923b9655e540d48 | #49: Set lines in about dialog textbox explicitly | #49: Set lines in about dialog textbox explicitly
| jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox | FdoToolbox.Base/Forms/AboutDialog.cs | lgpl-2.1 | 1,591,331,320 | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... |
563124b68c76701c582449b56d8a52c58944c6d7 | Fix ResourceHandlerNotification buffer being unnecessarily large | Fix ResourceHandlerNotification buffer being unnecessarily large
| chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck | Browser/Handling/ResourceHandlerNotification.cs | mit | 1,591,330,790 | using System;
using System.Collections.Specialized;
using System.IO;
using System.Text;
using CefSharp;
namespace TweetDuck.Browser.Handling{
sealed class ResourceHandlerNotification : IResourceHandler{
private readonly NameValueCollection headers = new NameValueCollection(0);
private MemoryStream... | using System;
using System.Collections.Specialized;
using System.IO;
using System.Text;
using CefSharp;
namespace TweetDuck.Browser.Handling{
sealed class ResourceHandlerNotification : IResourceHandler{
private readonly NameValueCollection headers = new NameValueCollection(0);
private MemoryStream... |
e76699178872a4a2c0ae06cf614e92c6662322b9 | #49: Just increase the size of the about dialog | #49: Just increase the size of the about dialog
| jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox | FdoToolbox.Base/Forms/AboutDialog.Designer.cs | lgpl-2.1 | 1,591,330,635 | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... |
c2c7cc7eaa21a831dbcc70264a84c10a7a5216dc | Fixed issue where intellisence told me to delete a .ToString() where is was needed for proper compilation. | Fixed issue where intellisence told me to delete a .ToString() where is was needed for proper compilation.
| NogginBops/VM12 | VM12/T12/AST.cs | mit | 1,591,329,333 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.IO;
using VM12Opcode;
using VM12Util;
using System.Text;
namespace T12
{
public class AST
{
public readonly Dictionary<StringRef, (ASTFile File, FileInfo FileInfo)> Files;
... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.IO;
using VM12Opcode;
using VM12Util;
using System.Text;
namespace T12
{
public class AST
{
public readonly Dictionary<StringRef, (ASTFile File, FileInfo FileInfo)> Files;
... |
178bbf16d180483397555d5d2137194deaa31fea | Fix password text boxes having distinguishable key sounds | Fix password text boxes having distinguishable key sounds
Closes https://github.com/ppy/osu-framework/issues/3280
| NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new | osu.Game/Graphics/UserInterface/OsuPasswordTextBox.cs | mit | 1,591,328,681 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osuTK.Graphics;
using osuTK.Input;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Fr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osuTK.Graphics;
using osuTK.Input;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Fr... |
c6c88a901ceaab95cab924c42b82e9723a601c30 | Add text box sample playback logic in OsuTextBox | Add text box sample playback logic in OsuTextBox
Moved from osu!framework.
| peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu | osu.Game/Graphics/UserInterface/OsuTextBox.cs | mit | 1,591,328,624 | // 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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Audio.Track;
using osu.Framework.Grap... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.UserInt... |
ec3a81c62e9b3640d1b9b2126f4c09b8e4491423 | Add small (per-thread) MinidumpSegment cache to CachedMemoryReader (#725) | Add small (per-thread) MinidumpSegment cache to CachedMemoryReader (#725)
| Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd | src/Microsoft.Diagnostics.Runtime/src/Windows/CachedMemoryReader.cs | mit | 1,591,325,115 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
#pragma warning disable CA20... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
#pragma warning disable CA20... |
90b24600795a68dc7456c83d65e0bf4e06d23d1a | Uses correct argument character for BC on non-windows platforms | Uses correct argument character for BC on non-windows platforms
Based on #26 | droyad/Assent,droyad/Assent | src/Assent/Reporters/DiffPrograms/BeyondCompareDiffProgram.cs | mit | 1,591,324,964 | using System;
using System.Collections.Generic;
using System.Linq;
namespace Assent.Reporters.DiffPrograms
{
public class BeyondCompareDiffProgram : DiffProgramBase
{
static BeyondCompareDiffProgram()
{
var paths = new List<string>();
if (DiffReporter.IsWindows)
... | using System;
using System.Collections.Generic;
using System.Linq;
namespace Assent.Reporters.DiffPrograms
{
public class BeyondCompareDiffProgram : DiffProgramBase
{
static BeyondCompareDiffProgram()
{
var paths = new List<string>();
if (DiffReporter.IsWindows)
... |
08869db6d4954a5f18311f5d8371e10c04e87a1c | Silly mistake | Silly mistake
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Tests/Glav.CognitiveServices.IntegrationTests/TestConfig.cs | mit | 1,591,323,309 | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Linq;
using System.Diagnostics;
namespace Glav.CognitiveServices.IntegrationTests
{
public static class TestConfig
{
private static obj... | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Linq;
using System.Diagnostics;
namespace Glav.CognitiveServices.IntegrationTests
{
public static class TestConfig
{
private static obj... |
17914a9dd71895de4e23e7d68980e310f1e9de3c | Now fixing azure devops | Now fixing azure devops
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Tests/Glav.CognitiveServices.IntegrationTests/TestConfig.cs | mit | 1,591,322,958 | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Linq;
using System.Diagnostics;
namespace Glav.CognitiveServices.IntegrationTests
{
public static class TestConfig
{
private static obj... | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Linq;
using System.Diagnostics;
namespace Glav.CognitiveServices.IntegrationTests
{
public static class TestConfig
{
private static obj... |
c13a218c4d4a72ecfe236383c7d45708b5d97ebb | Add hint text to text box | Add hint text to text box
| rds1983/Myra,rds1983/Myra | src/Myra/Graphics2D/UI/TextBox.cs | mit | 1,591,322,681 | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Utility;
using System.Xml.Serialization;
using Myra.Graphics2D.Text;
using TextCopy;
using Myra.Graphics2D.UI.TextEdit;
#if !STRIDE
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framewor... | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Utility;
using System.Xml.Serialization;
using Myra.Graphics2D.Text;
using TextCopy;
using Myra.Graphics2D.UI.TextEdit;
#if !STRIDE
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framewor... |
e7a29e8d69f284cb1189d54403d2fc6d27659d4c | Tilee/simplify serviceoptions (#1898) | Tilee/simplify serviceoptions (#1898)
* move default values inline
* remove explicit default constructor | pharring/ApplicationInsights-dotnet,pharring/ApplicationInsights-dotnet,Microsoft/ApplicationInsights-dotnet,Microsoft/ApplicationInsights-dotnet,pharring/ApplicationInsights-dotnet | NETCORE/src/Shared/Extensions/ApplicationInsightsServiceOptions.cs | mit | 1,591,322,650 | #if AI_ASPNETCORE_WEB
namespace Microsoft.ApplicationInsights.AspNetCore.Extensions
#else
namespace Microsoft.ApplicationInsights.WorkerService
#endif
{
using System.Reflection;
using Microsoft.ApplicationInsights.DependencyCollector;
/// <summary>
/// Application Insights service options defi... | #if AI_ASPNETCORE_WEB
namespace Microsoft.ApplicationInsights.AspNetCore.Extensions
#else
namespace Microsoft.ApplicationInsights.WorkerService
#endif
{
using System.Reflection;
using Microsoft.ApplicationInsights.DependencyCollector;
/// <summary>
/// Application Insights service options defi... |
ce328923873dc3d7bb0dcbfb620ddde09cdf9f2f | Remove allocations by changing AsTask to GetAsTask (#22557) | Remove allocations by changing AsTask to GetAsTask (#22557)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Servers/Kestrel/Core/src/Internal/Http2/Http2Connection.cs | apache-2.0 | 1,591,321,184 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Buffers;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
us... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Buffers;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
us... |
f6a2149dd1b4221eb8d0f24fc780498d435bbfcc | tempfix: corrects the display api entry... in the options menu so that it properly reflects what's active/selected for restart, and more importantly saves the pref. | tempfix: corrects the display api entry...
in the options menu so that it properly reflects what's active/selected for restart, and more importantly saves the pref.
Important Note:
down the line we'd discussed treating options similar to the key remap system where it'd be a map of
opt[varname]=varstate;
| chaigler/Torque3D,JeffProgrammer/Torque3D,Bloodknight/Torque3D,Bloodknight/Torque3D,JeffProgrammer/Torque3D,chaigler/Torque3D,JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,Bloodknight/Torque3D,Bloodknight/Torque3D,chaigler/Torque3D,Bloodknight/Torque3D,chaigler/Torque3D... | Templates/BaseGame/game/data/ui/guis/optionsMenu.cs | mit | 1,591,319,087 | //options settings
//Screen and Display menu
//Renderer Mode
//Screen resolution
//Windowed/fullscreen(borderless?)
//VSync
//Screen brightness
//screen brightness
//screen gamma
//Lighting Menu
//Shadow Distance(Distance shadows are drawn to. Also affects shadowmap slices)
//Shadow Quality(Resolution of shadows ren... | //options settings
//Screen and Display menu
//Renderer Mode
//Screen resolution
//Windowed/fullscreen(borderless?)
//VSync
//Screen brightness
//screen brightness
//screen gamma
//Lighting Menu
//Shadow Distance(Distance shadows are drawn to. Also affects shadowmap slices)
//Shadow Quality(Resolution of shadows ren... |
d28b6c9ea7fc7ed168303bbc930606640746afed | Update EmaCrossFuturesFrontMonthAlgorithm.cs | Update EmaCrossFuturesFrontMonthAlgorithm.cs | jameschch/Lean,AlexCatarino/Lean,QuantConnect/Lean,JKarathiya/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean,jameschch/Lean | Algorithm.CSharp/EmaCrossFuturesFrontMonthAlgorithm.cs | apache-2.0 | 1,591,319,083 | /*
* 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 ... |
0e3b6c8d6ccd727d0e87c5ab4df1902d0e3d98ad | Fix erorr -> error in error messages | Fix erorr -> error in error messages | neuecc/MagicOnion | src/MagicOnion/Server/Hubs/StreamingHub.cs | mit | 1,591,316,638 | using Grpc.Core;
using MessagePack;
using System;
using System.Threading.Tasks;
namespace MagicOnion.Server.Hubs
{
public abstract class StreamingHubBase<THubInterface, TReceiver> : ServiceBase<THubInterface>, IStreamingHub<THubInterface, TReceiver>
where THubInterface : IStreamingHub<THubInterface, TRece... | using Grpc.Core;
using MessagePack;
using System;
using System.Threading.Tasks;
namespace MagicOnion.Server.Hubs
{
public abstract class StreamingHubBase<THubInterface, TReceiver> : ServiceBase<THubInterface>, IStreamingHub<THubInterface, TReceiver>
where THubInterface : IStreamingHub<THubInterface, TRece... |
f3577673bd46be07d7f8f09066dee874f32f21dd | Fix OOM with ArrayPool based cache (#726) | Fix OOM with ArrayPool based cache (#726)
| cshung/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,Microsoft/clrmd | src/Microsoft.Diagnostics.Runtime/src/Windows/ArrayPoolBasedCacheEntry.cs | mit | 1,591,316,346 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO.Mem... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO.Mem... |
88aaec224904638e835612797491b4d052fd4024 | Fix broken logic with inserting text strings | Fix broken logic with inserting text strings
| EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framewo... | osu.Framework/Graphics/UserInterface/TextBox.cs | mit | 1,591,316,237 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Caching;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Spr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Caching;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Spr... |
a1ca7971889462f877d1cb4011a25e3ad50c66c5 | Remove TODO comment | Remove TODO comment
| sean-gilliam/msbuild,cdmihai/msbuild,rainersigwald/msbuild,mono/msbuild,mono/msbuild,AndyGerlicher/msbuild,mono/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,mono/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,rainersigwald/msbu... | src/Build/Evaluation/Evaluator.cs | mit | 1,591,314,607 | // 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.Generic;
using ObjectModel = System.Collections.ObjectModel;
using System.Diagnostics;
using System.Globalization;
using System.... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using ObjectModel = System.Collections.ObjectModel;
using System.Diagnostics;
using System.Globalization;
using System.... |
ed24ddfe1a411213a2dedd27e68cdd4cb440e941 | Fix test failing due to uninitialized property warning | Fix test failing due to uninitialized property warning
| sean-gilliam/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerlicher/msbuild,mono/msbuild,mono/msbuild,mono/msbuild,rainersigwald/msbuild,cdmihai/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuil... | src/Build.UnitTests/Evaluation/SdkResultEvaluation_Tests.cs | mit | 1,591,314,605 | using Microsoft.Build.Construction;
using Microsoft.Build.Definition;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Execution;
using Microsoft.Build.Framework;
using Microsoft.Build.Unittest;
using Shouldly;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text... | using Microsoft.Build.Construction;
using Microsoft.Build.Definition;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Framework;
using Microsoft.Build.Unittest;
using Shouldly;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
u... |
d3a34832bf128f3ec3eeef2956323dcadb93161d | Check additional path versions from SdkResult | Check additional path versions from SdkResult
| sean-gilliam/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,mono/msbuild,cdmihai/msbuild,rainersigwald/msbuild,cdmihai/msbuild,mono/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,AndyGerlicher/... | src/Build/BackEnd/Components/SdkResolution/SdkResolverService.cs | mit | 1,591,314,604 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Build.BackEnd.Logging;
using Microsoft.Build.Construction;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Framework;
using Microsoft.Build.Sha... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Build.BackEnd.Logging;
using Microsoft.Build.Construction;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Framework;
using Microsoft.Build.Sha... |
947d326f2654203163f4d8d8fa24a07eff7f2624 | Add test for preprocessor output of SDK Resolver returning properties and items | Add test for preprocessor output of SDK Resolver returning properties and items
| sean-gilliam/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,cdmihai/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,rainersigwald/msbuild,mono/msbuild,rainersigwald/msbuild,mono/msbuild,rainersigwald/msbuild,cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/m... | src/Build.UnitTests/Evaluation/Preprocessor_Tests.cs | mit | 1,591,314,604 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Build.Construction;
using Microsoft.Build.Engine.UnitTests;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Shared;
using System.Collections.Gen... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Build.Construction;
using Microsoft.Build.Engine.UnitTests;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Shared;
using System.Collections.Gen... |
59e4ed40921f0748ad5a28806045d221ad403202 | Add manual deref type for DeepPointer (#1864) | Add manual deref type for DeepPointer (#1864)
* Add deref type for DeepPointer
* Fix badly derived constructor
* Apply suggestions from code review
Co-authored-by: wooferzfg <bcac81f68e029312010593a3abbb61a3e425236b@gmail.com>
Co-authored-by: wooferzfg <bcac81f68e029312010593a3abbb61a3e425236b@gmail.com> | LiveSplit/LiveSplit | LiveSplit/LiveSplit.Core/ComponentUtil/DeepPointer.cs | mit | 1,591,314,409 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
#pragma warning disable 1591
// Note: Please be careful when modifying this because it could break existing components!
namespace LiveSplit.ComponentUtil
{
using O... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
#pragma warning disable 1591
// Note: Please be careful when modifying this because it could break existing components!
namespace LiveSplit.ComponentUtil
{
using O... |
5d81f0a06b50863a9f714b388c54694b46ab838c | Centralize text changing logic to one method per change type | Centralize text changing logic to one method per change type
This would allow for better invoking OnTextAdded(...) and OnTextRemoved(...) without introducing more unnecessary parameters (like suppressing event invokes)
| ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework... | osu.Framework/Graphics/UserInterface/TextBox.cs | mit | 1,591,313,438 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Caching;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Spr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using osu.Framework.Caching;
using osu.Framework.Graphics.Containers;
using osu.Fra... |
9835a3e9bb60b08b0f40c77ea47aadbe2252391b | Persistence tests. | Persistence tests.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | test/AsmResolver.PE.Tests/Exports/ExportDirectoryTest.cs | mit | 1,591,312,235 | using System.IO;
using System.Linq;
using AsmResolver.PE.DotNet.Builder;
using AsmResolver.PE.Exports;
using Xunit;
namespace AsmResolver.PE.Tests.Exports
{
public class ExportDirectoryTest
{
[Fact]
public void ReadName()
{
var image = PEImage.FromBytes(Properties.Resources.... | using System.Linq;
using AsmResolver.PE.Exports;
using Xunit;
namespace AsmResolver.PE.Tests.Exports
{
public class ExportDirectoryTest
{
[Fact]
public void ReadName()
{
var image = PEImage.FromBytes(Properties.Resources.SimpleDll_Exports);
Assert.Equal("SimpleDl... |
6b89c31ed8adeac333f38c29f44edc86c5992957 | refactor: correct typos | refactor: correct typos
| raynjamin/Imgix-CSharp | src/Imgix/UrlBuilder.cs | mit | 1,591,311,605 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Security.Cryptography;
namespace Imgix
{
public class UrlBuilder
{
public Boolean UseHttps;
public Boolean IncludeLibraryParam;
private String _signKey;
p... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Security.Cryptography;
namespace Imgix
{
public class UrlBuilder
{
public Boolean UseHttps;
public Boolean IncludeLibraryParam;
private String _signKey;
p... |
99f227a3a371c2e9370394c95ea63d43a9d29c02 | refactor: alloc resolutions when necessary | refactor: alloc resolutions when necessary
| raynjamin/Imgix-CSharp | src/Imgix/UrlBuilder.cs | mit | 1,591,311,605 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Security.Cryptography;
namespace Imgix
{
public class UrlBuilder
{
public Boolean UseHttps;
public Boolean IncludeLibraryParam;
private String _signKey;
p... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Security.Cryptography;
namespace Imgix
{
public class UrlBuilder
{
public Boolean UseHttps;
public Boolean IncludeLibraryParam;
private String _signKey;
p... |
7073ab47bd978835e8aca3a7114342451e3facd4 | Removed .NET 4.5.2 requirement from Glue build. | Removed .NET 4.5.2 requirement from Glue build.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/Glue/OfficialPlugins/Compiler/Compiler.cs | mit | 1,591,308,934 | using FlatRedBall.Glue.IO;
using FlatRedBall.Glue.Managers;
using FlatRedBall.Glue.Plugins;
using FlatRedBall.Glue.Plugins.ExportedImplementations;
using FlatRedBall.IO;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System... | using FlatRedBall.Glue.IO;
using FlatRedBall.Glue.Managers;
using FlatRedBall.Glue.Plugins;
using FlatRedBall.Glue.Plugins.ExportedImplementations;
using FlatRedBall.IO;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System... |
896177801a57e0bd2161309d05775be4d0d087bc | Avoid creating copies of node samples every time | Avoid creating copies of node samples every time
| NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu | osu.Game.Rulesets.Mania/Beatmaps/Patterns/Legacy/DistanceObjectPatternGenerator.cs | mit | 1,591,308,447 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mani... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mani... |
b46a8d3d2f8ce7b1e740712721374cd8e01daa86 | Format file. | Format file.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Utility/QuoteCommands.cs | mit | 1,591,308,026 | using System;
using System.Collections.Immutable;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Mitternacht.Common;
using Mitternacht.Common.Attributes;
using Mitternacht.Common.Replacements;
using Mitternacht.Extensions;
using Mitternacht.Service... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using Mitternacht.Common;
using Mitternacht.Common.Attributes;
using Mitternacht.Common.Replacements;
using Mitternacht.Ext... |
af4d369f22a1fa4b7eea731f7e1d52d2966a7afd | Fix QuoteRepository expressions. | Fix QuoteRepository expressions.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Services/Database/Repositories/Impl/QuoteRepository.cs | mit | 1,591,307,810 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Extensions;
using Mitternacht.Services.Database.Models;
using System.Linq.Expressions;
namespace Mitternacht.Services.Database.Repositories.Impl {
public class QuoteRepository : Repository<Quote>,... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Extensions;
using Mitternacht.Services.Database.Models;
using System.Linq.Expressions;
namespace Mitternacht.Services.Database.Repositories.Impl {
public class QuoteRepository : Repository<Quote>,... |
f77ac25e9cf90e4373760619fa467b648fb053b9 | Format file. | Format file.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Services/Database/Repositories/Impl/QuoteRepository.cs | mit | 1,591,307,472 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Extensions;
using Mitternacht.Services.Database.Models;
using System.Linq.Expressions;
namespace Mitternacht.Services.Database.Repositories.Impl {
public class QuoteRepository : Repository<Quote>,... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Extensions;
using Mitternacht.Services.Database.Models;
using System.Linq.Expressions;
namespace Mitternacht.Services.Database.Repositories.Impl
{
public class QuoteRepository : Repository<Quot... |
4c6116e6e7c9aa1300430954ef4e6cbcc793f39b | Fix compilation failure in Android test project | Fix compilation failure in Android test project
| smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game.Rulesets.Mania.Tests/ManiaBeatmapSampleConversionTest.cs | mit | 1,591,307,458 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Rulesets.Mania.O... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Rulesets.Mania.O... |
c3917ca1cc6d2b7946c7470cd1098f4ee5e15fab | missing from previous commit | missing from previous commit
| neowutran/ShinraMeter,neowutran/TeraDamageMeter,Seyuna/ShinraMeter | Data/TeraData.cs | mit | 1,591,303,833 | using System.IO;
using Tera.Game;
using Tera.Game.Messages;
namespace Data
{
public class TeraData
{
internal TeraData(string region)
{
//OpCodeNamer =
// new OpCodeNamer(Path.Combine(BasicTeraData.Instance.ResourceDirectory,
// $"data/opcodes/opco... | using System.IO;
using Tera.Game;
using Tera.Game.Messages;
namespace Data
{
public class TeraData
{
internal TeraData(string region)
{
//OpCodeNamer =
// new OpCodeNamer(Path.Combine(BasicTeraData.Instance.ResourceDirectory,
// $"data/opcodes/opco... |
c4cae006aa800e78f29b46dfcdccda0220838a60 | Correctly slice node sample list when converting | Correctly slice node sample list when converting
| UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu | osu.Game.Rulesets.Mania/Beatmaps/Patterns/Legacy/DistanceObjectPatternGenerator.cs | mit | 1,591,303,659 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mani... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mani... |
8f6cc03e665ef5ae707e0985fffb005ecece288d | Add support for _ATTR tag | Add support for _ATTR tag
| ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer | FTAnalyser/Forms/MainForm.cs | apache-2.0 | 1,591,303,520 | using FTAnalyzer.Controls;
using FTAnalyzer.Exports;
using FTAnalyzer.Filters;
using FTAnalyzer.Forms;
using FTAnalyzer.Properties;
using FTAnalyzer.UserControls;
using FTAnalyzer.Utilities;
using Ionic.Zip;
using Printing.DataGridViewPrint.Tools;
using System;
using System.Collections.Generic;
using System... | using FTAnalyzer.Controls;
using FTAnalyzer.Exports;
using FTAnalyzer.Filters;
using FTAnalyzer.Forms;
using FTAnalyzer.Properties;
using FTAnalyzer.UserControls;
using FTAnalyzer.Utilities;
using Ionic.Zip;
using Printing.DataGridViewPrint.Tools;
using System;
using System.Collections.Generic;
using System... |
2ad63319e7842aef5b5aefa71f9548966729a8fd | [mzieg-2048px] logger tweak | [mzieg-2048px] logger tweak
| WasatchPhotonics/Wasatch.NET,WasatchPhotonics/Wasatch.NET | WasatchNET/Logger.cs | mit | 1,591,303,280 | using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Globalization;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace WasatchNET
{
/// <summary>
/// Singleton used throughout WasatchNET for log... | using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Globalization;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace WasatchNET
{
/// <summary>
/// Singleton used throughout WasatchNET for log... |
ac019bddd61b798f86c0f9e545a5d1e45de5a746 | Only play samples at start of hold note in mania maps | Only play samples at start of hold note in mania maps
| UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game.Rulesets.Mania/Beatmaps/ManiaBeatmapConverter.cs | mit | 1,591,302,814 | // 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.Game.Rulesets.Mania.Objects;
using System;
using System.Linq;
using System.Collections.Generic;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game... | // 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.Game.Rulesets.Mania.Objects;
using System;
using System.Linq;
using System.Collections.Generic;
using osu.Framework.Utils;
using osu.Game.Beatmaps;
using osu.G... |
dbc52c9bf34f9345968a08e9f7d1eeb916b6622a | Update help msg | Update help msg
| 0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced | src/csharp/Intel/Generator/Program.cs | mit | 1,591,302,800 | /*
Copyright (C) 2018-2019 de4dot@gmail.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distr... | /*
Copyright (C) 2018-2019 de4dot@gmail.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distr... |
dd381e97c69cf11b8fb959fba9eed90251ee7f43 | Reduce allocations per frame decode on android. | Reduce allocations per frame decode on android.
| Redth/ZXing.Net.Mobile | ZXing.Net.Mobile/Android/CameraAccess/CameraAnalyzer.android.cs | apache-2.0 | 1,591,302,766 | using System;
using System.Threading.Tasks;
using Android.Views;
using ApxLabs.FastAndroidCamera;
namespace ZXing.Mobile.CameraAccess
{
public class CameraAnalyzer
{
readonly CameraController cameraController;
readonly CameraEventsListener cameraEventListener;
Task processingTask;
DateTime lastPreviewAna... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Android.Views;
using ApxLabs.FastAndroidCamera;
namespace ZXing.Mobile.CameraAccess
{
public class CameraAnalyzer
{
readonly CameraController cameraController;
readonly CameraEventsListener cameraEventListener;
Task processing... |
ac637cb6de78782e205e40dc4dc4e4903d62fe90 | Update refresh rate selection to choose the highest FPS with the widest range in order to improve compatibility across devices and avoid selecting obscenely low fps values. | Update refresh rate selection to choose the highest FPS with the widest range in order to improve compatibility across devices and avoid selecting obscenely low fps values.
| Redth/ZXing.Net.Mobile | ZXing.Net.Mobile/Android/CameraAccess/CameraController.android.cs | apache-2.0 | 1,591,302,213 | using System;
using System.Collections.Generic;
using System.Linq;
using Android.Content;
using Android.Graphics;
using Android.Hardware;
using Android.OS;
using Android.Runtime;
using Android.Views;
using ApxLabs.FastAndroidCamera;
using Camera = Android.Hardware.Camera;
namespace ZXing.Mobile.CameraAccess
{
public... | using System;
using System.Collections.Generic;
using System.Linq;
using Android.Content;
using Android.Graphics;
using Android.Hardware;
using Android.OS;
using Android.Runtime;
using Android.Views;
using ApxLabs.FastAndroidCamera;
using Camera = Android.Hardware.Camera;
namespace ZXing.Mobile.CameraAccess
{
public... |
f9bc4095a714a010131c20f0a7d522e08223e99d | Add test cases for orphan ')' characters mirroring orphan '.' test cases. | Add test cases for orphan ')' characters mirroring orphan '.' test cases.
| PenguinF/sandra-three | Sandra.Chess/Tests/ParseTrees.Ply.cs | apache-2.0 | 1,591,301,451 | #region License
/*********************************************************************************
* ParseTrees.Ply.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... | #region License
/*********************************************************************************
* ParseTrees.Ply.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... |
c883c4e97f90aa7243d903b4be4801373d994ed9 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.4.3402.20200604195636-master-9e20ea2
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,591,300,731 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "9e20ea24d59e38eb01323d8a947f447926d5a1cb";
public static string Version = "1.4";
public static string Build = "3402";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "4cebc7264556270cf7c964fe5bcd773c3911ba6d";
public static string Version = "1.4";
public static string Build = "3401";
... |
9e20ea24d59e38eb01323d8a947f447926d5a1cb | Corrected colors for PFID_CUSTOM_LSCAPE_R8G8B8 type textures (#3004) | Corrected colors for PFID_CUSTOM_LSCAPE_R8G8B8 type textures (#3004)
| ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.DatLoader/FileTypes/Texture.cs | agpl-3.0 | 1,591,300,580 | /************************************************************************
* Some of the Bitmap/ExportTexture uses code taken from DerethForever.
* http://www.derethforever.com
*
* DerethForever is licensed under the GNU General Public License
* http://www.gnu.org/licenses/
****************************************... | /************************************************************************
* Some of the Bitmap/ExportTexture uses code taken from DerethForever.
* http://www.derethforever.com
*
* DerethForever is licensed under the GNU General Public License
* http://www.gnu.org/licenses/
****************************************... |
2709b0715eb98770c61d637557eaf596a17e591e | Added Parsing of SOurceIndices to include use of ChannelName instead of Index | Added Parsing of SOurceIndices to include use of ChannelName instead of Index
| GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA | Source/Libraries/FaultData/DataOperations/ConfigurationOperation.cs | mit | 1,591,300,446 | //******************************************************************************************************
// ConfigurationOperation.cs - Gbtc
//
// Copyright © 2014, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ... | //******************************************************************************************************
// ConfigurationOperation.cs - Gbtc
//
// Copyright © 2014, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ... |
1d83a0985d33ed097fd4aa03d0c3f2b4192cc1c1 | GSF.Core: Removed unused initialization from EnumerateFiles. | GSF.Core: Removed unused initialization from EnumerateFiles.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.Core.Shared/IO/FilePath.cs | mit | 1,591,299,574 | //******************************************************************************************************
// FilePath.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NO... | //******************************************************************************************************
// FilePath.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NO... |
ed11a075c52da015677ed4fb5fc72a0b9b0adc91 | Add ExecutableFileVersion to Session. | Add ExecutableFileVersion to Session.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/Session.cs | apache-2.0 | 1,591,299,317 | #region License
/*********************************************************************************
* Session.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtai... | #region License
/*********************************************************************************
* Session.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtai... |
12e15f63af8d04ea97c40e6d68bae58bd4380fb2 | Fix misnomer. | Fix misnomer.
| PenguinF/sandra-three | Sandra.UI/PlayingBoard.cs | apache-2.0 | 1,591,298,978 | #region License
/*********************************************************************************
* PlayingBoard.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | #region License
/*********************************************************************************
* PlayingBoard.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... |
23becd684b8d1b2b83cd5ee8f042eb058366aa30 | Remove SandraChessMainFormUIActionPrefix. | Remove SandraChessMainFormUIActionPrefix.
| PenguinF/sandra-three | Sandra.UI/SandraChessMainForm.cs | apache-2.0 | 1,591,298,920 | #region License
/*********************************************************************************
* SandraChessMainForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y... | #region License
/*********************************************************************************
* SandraChessMainForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y... |
b3dca3ded32e8be6a4982fe17bd0de7717f8e536 | Clean up after unexpected exceptions as well as timeouts. | Clean up after unexpected exceptions as well as timeouts.
| jherby2k/AudioWorks,jherby2k/AudioWorks | AudioWorks/src/AudioWorks.Api/ExtensionInstaller.cs | agpl-3.0 | 1,591,298,727 | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... |
3e040bc9e3ba46f2e60ae95f4504f62ef3288946 | Remove length check so a running application instance gets activated when double-clicking the executable. | Remove length check so a running application instance gets activated when double-clicking the executable.
| PenguinF/sandra-three | Sandra.UI/SandraChessMainForm.cs | apache-2.0 | 1,591,298,658 | #region License
/*********************************************************************************
* SandraChessMainForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y... | #region License
/*********************************************************************************
* SandraChessMainForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y... |
07f3013d8f6469b0491f0f6f9e81f6ea07aa281e | updated/added all translations for fromWgmodsInDescription | updated/added all translations for fromWgmodsInDescription
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Common/Translations.cs | apache-2.0 | 1,591,298,188 | using RelhaxModpack.UI;
using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace... | using RelhaxModpack.UI;
using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace... |
b0a64798cfbf942106152fe772d2db93f9601347 | Add hint about WithMetadata | Add hint about WithMetadata | Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks | Facepunch.Steamworks/Structs/UgcItem.cs | mit | 1,591,297,343 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Steamworks.Data;
using QueryType = Steamworks.Ugc.Query;
namespace Steamworks.Ugc
{
public struct Item
{
internal SteamUGCDetails_t details;
internal PublishedFileId _id;
public Ite... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Steamworks.Data;
using QueryType = Steamworks.Ugc.Query;
namespace Steamworks.Ugc
{
public struct Item
{
internal SteamUGCDetails_t details;
internal PublishedFileId _id;
public Ite... |
9353703d62309c153a3c12f5eb2124b2e1cfd0dd | GSF.Core: Updated file enumeration functions in FilePath to handle errors in enumerator.MoveNext(). | GSF.Core: Updated file enumeration functions in FilePath to handle errors in enumerator.MoveNext().
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.Core.Shared/IO/FilePath.cs | mit | 1,591,297,308 | //******************************************************************************************************
// FilePath.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NO... | //******************************************************************************************************
// FilePath.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NO... |
365a050e707b10cb2f75ee1697cb77037c99ea65 | Fix bug where choosing a MIDI song while one was already playing broke MIDI We just delay playing the new song 0.1 seconds. | Fix bug where choosing a MIDI song while one was already playing broke MIDI
We just delay playing the new song 0.1 seconds.
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Client/Instruments/InstrumentMenu.cs | mit | 1,591,296,831 | using System.Threading.Tasks;
using Content.Client.GameObjects.Components.Instruments;
using Content.Client.UserInterface.Stylesheets;
using Robust.Client.Audio.Midi;
using Robust.Client.Graphics.Drawing;
using Robust.Client.Interfaces.UserInterface;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.... | using Content.Client.GameObjects.Components.Instruments;
using Content.Client.UserInterface.Stylesheets;
using Robust.Client.Audio.Midi;
using Robust.Client.Graphics.Drawing;
using Robust.Client.Interfaces.UserInterface;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
using Robust.Client.... |
3289782f044fb5210f405a92e82b7993985258a1 | fix RU language detection | fix RU language detection
| Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns | TCC.Core/Game.cs | mit | 1,591,296,624 | using Nostrum;
using Nostrum.Extensions;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using TCC.Analysis;
using TCC.Data;
using TCC.Data.Abnormalities;
using TCC.Data.Databases... | using Nostrum;
using Nostrum.Extensions;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using TCC.Analysis;
using TCC.Data;
using TCC.Data.Abnormalities;
using TCC.Data.Databases... |
51be9f77299e0be32ad496c08239c0107e322eac | Better cancellation handling (clean up files, handle and log the cancellation) | Better cancellation handling (clean up files, handle and log the cancellation)
| jherby2k/AudioWorks,jherby2k/AudioWorks | AudioWorks/src/AudioWorks.Api/ExtensionInstaller.cs | agpl-3.0 | 1,591,295,853 | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... |
a66a44a7959dd982337653fa54de37d1c6c8947d | Misc: Check for updates before starting first run setup | Misc: Check for updates before starting first run setup
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | osu!StreamCompanion/Code/Core/Initializer.cs | mit | 1,591,294,922 | using System;
using System.Linq;
using System.Windows.Forms;
using osu_StreamCompanion.Code.Core.Loggers;
using osu_StreamCompanion.Code.Core.Maps.Processing;
using osu_StreamCompanion.Code.Core.Savers;
using osu_StreamCompanion.Code.Misc;
using osu_StreamCompanion.Code.Modules.FirstRun;
using osu_StreamCompanion.Code.... | using System;
using System.Linq;
using System.Windows.Forms;
using osu_StreamCompanion.Code.Core.Loggers;
using osu_StreamCompanion.Code.Core.Maps.Processing;
using osu_StreamCompanion.Code.Core.Savers;
using osu_StreamCompanion.Code.Misc;
using osu_StreamCompanion.Code.Modules.FirstRun;
using osu_StreamCompanion.Code.... |
d6fa60a3b8c48d7a41afe178e32ae7e4e9d64668 | Add DreamDaemon logging to Windows | Add DreamDaemon logging to Windows
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Session/SessionControllerFactory.cs | agpl-3.0 | 1,591,294,811 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using System;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgstation.S... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using System;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.In... |
14e27f7c2685b3108db4460fc0267867556880b5 | fix - Per la presa in carico non viene visualizzata la creazione della telefonata | fix - Per la presa in carico non viene visualizzata la creazione della telefonata
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CustomMapper/MapperRichiestaAssistenzaSuSintesi.cs | agpl-3.0 | 1,591,294,669 | using AutoMapper;
using SO115App.API.Models.Classi.Condivise;
using SO115App.API.Models.Classi.Soccorso;
using SO115App.API.Models.Classi.Soccorso.Eventi;
using SO115App.API.Models.Classi.Soccorso.Eventi.Segnalazioni;
using SO115App.API.Models.Servizi.CQRS.Queries.GestioneSoccorso.Shared.SintesiRichiestaAssistenza;
us... | using AutoMapper;
using SO115App.API.Models.Classi.Condivise;
using SO115App.API.Models.Classi.Soccorso;
using SO115App.API.Models.Classi.Soccorso.Eventi;
using SO115App.API.Models.Servizi.CQRS.Queries.GestioneSoccorso.Shared.SintesiRichiestaAssistenza;
using SO115App.Models.Classi.Soccorso;
using SO115App.Models.Serv... |
fadd12439827dedaf7677f2b3714fe62c068dc41 | https://pt.stackoverflow.com/q/455662/101 | https://pt.stackoverflow.com/q/455662/101 | maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt | CSharp/EntityFramework/SqlOutput.cs | mit | 1,591,294,330 | using System.Linq;
using System.Reflection;
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore.Query.SqlExpressions;
using Microsoft.EntityFrameworkCore.Query;
public static string ToSql<TEntity>(this IQueryable<TEntity> query) where TEntity : class {
var enumerator = query.Provider.Execute<IEnu... | using System.Linq;
using System.Reflection;
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore.Query.SqlExpressions;
using Microsoft.EntityFrameworkCore.Query;
public static string ToSql<TEntity>(this IQueryable<TEntity> query) where TEntity : class {
var enumerator = query.Provider.Execute<IEnu... |
bffc70352f387e86a689213af5819ea6277f9eb1 | Update Actor.cs | Update Actor.cs
| dimmpixeye/Unity3dTools | Runtime/LibMono/Actor.cs | mit | 1,591,294,187 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)]
public class ... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)]
public class ... |
26fab96b47fc606c96f11d876dd9380bcd938004 | Fix: pp tokens flickering on map changes | Fix: pp tokens flickering on map changes
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/BeatmapPpReplacements/PpReplacements.cs | mit | 1,591,294,154 | using CollectionManager.Enums;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using StreamCompanionTypes.Interfaces.Services;
using StreamCompanionTypes.Interfaces.Sources;
namespace BeatmapPpR... | using CollectionManager.Enums;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Interfaces;
using System;
using System.Linq;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces.Services;
using StreamCompanionTypes.Interfaces.Sources;
n... |
068a59d6c6929645ea6f7bdb93321552a1a606c0 | Fix - Anche il gestore richieste puà modificare una richiesta | Fix - Anche il gestore richieste puà modificare una richiesta
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneIntervento/UpDateIntervento/UpDateInterventoAuthorization.cs | agpl-3.0 | 1,591,294,086 | //-----------------------------------------------------------------------
// <copyright file="UpDateInterventoAuthorization.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Gener... | //-----------------------------------------------------------------------
// <copyright file="UpDateInterventoAuthorization.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Gener... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.