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 |
|---|---|---|---|---|---|---|---|---|
efa31745156c2f264706bd44cbbf4f7191109b8c | Fix userService | Fix userService
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Users/UserService.cs | agpl-3.0 | 1,591,004,653 | using System;
using System.Threading.Tasks;
using ArgonautCore.Lw;
using Discord;
using Discord.Rest;
using Discord.WebSocket;
using SoraBot.Services.Cache;
namespace SoraBot.Services.Users
{
public class UserService : IUserService
{
private readonly ICacheService _cacheService;
private readon... | using System;
using System.Threading.Tasks;
using ArgonautCore.Lw;
using Discord;
using Discord.Rest;
using Discord.WebSocket;
using SoraBot.Services.Cache;
namespace SoraBot.Services.Users
{
public class UserService : IUserService
{
private readonly ICacheService _cacheService;
private readon... |
0c20b4bc35f89cd54c6d96df24d9efd9bd76ee75 | Extended profile error message | Extended profile error message
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/ProfileModule.cs | agpl-3.0 | 1,591,004,451 | using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Microsoft.Extensions.Logging;
using SixLabors.Primitives;
using SoraBot.Bot.Models;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Dtos.Profile;
using So... | using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Microsoft.Extensions.Logging;
using SixLabors.Primitives;
using SoraBot.Bot.Models;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Dtos.Profile;
using So... |
acd1087f6b18cb4efb48ed27ceb0f3177d755973 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,591,004,139 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
77c6a398f9869d17433402a7d66dd32d35e6f87e | Use CONSTRUCT to fetch data for DESCRIBE on federations and SPARQL endpoints | Use CONSTRUCT to fetch data for DESCRIBE on federations and SPARQL endpoints
| mdesalvo/RDFSharp | RDFSharp/Query/Mirella/RDFQueryEngine.cs | apache-2.0 | 1,591,003,480 | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... |
154e06d05c64b37ac5984b5cba138e68830ed29a | Add note about edge smoothness | Add note about edge smoothness
| EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framewor... | osu.Framework/Graphics/Sprites/Sprite.cs | mit | 1,591,002,087 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... |
7a9ed78527d1f9c02d7e3509011cc6be5a8ec60b | Remove missed leftover usages | Remove missed leftover usages
| NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipooo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu | osu.Game.Tests/Resources/TestResources.cs | mit | 1,591,001,852 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.IO;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.IO.Stores;
namespace osu.Game.Tests.Resources
{
public static class TestResources
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.IO;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.IO.Stores;
namespace osu.Game.Tests.Resources
{
public static class TestResources
... |
206043c43d8aa5bc8d5757f1c2c7a8db35b6c0a5 | Adds testing for filtering jobs by parent. | Adds testing for filtering jobs by parent.
| jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet | apis/Google.Cloud.BigQuery.V2/Google.Cloud.BigQuery.V2.IntegrationTests/JobsTest.cs | apache-2.0 | 1,591,001,674 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... |
c8fd6c38c80a2fc5548439efd475a8bc5dfe7a09 | Fix #129 Exception when Parse.Ref occurs in Parse.Or | Fix #129 Exception when Parse.Ref occurs in Parse.Or
| sprache/Sprache,sprache/Sprache | src/Sprache/Parse.cs | mit | 1,591,001,489 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace Sprache
{
/// <summary>
/// Parsers and combinators.
/// </summary>
public static partial class Parse
{
/// <summary>
/// TryParse a single character matching 'predicate'
... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace Sprache
{
/// <summary>
/// Parsers and combinators.
/// </summary>
public static partial class Parse
{
/// <summary>
/// TryParse a single character matching 'predicate'
... |
809de8c16dea610fd21178d431c3732c0dfc613e | Fixed broken time diff computation | Fixed broken time diff computation
| BogdanovKirill/OnvifEventsReceiver | Devices/Onvif/Security/DigestSecurityHeader.cs | mit | 1,591,001,284 | using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Security.Cryptography;
using System.ServiceModel.Channels;
using System.Text;
using System.Xml;
namespace Devices.Onvif.Security
{
class DigestSecurityHeader : MessageHeader
{
private readonly NetworkCredential _... | using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Security.Cryptography;
using System.ServiceModel.Channels;
using System.Text;
using System.Xml;
namespace Devices.Onvif.Security
{
class DigestSecurityHeader : MessageHeader
{
private readonly NetworkCredential _... |
59a540f50038912c8a76ed63eb3d8e495a42fc10 | FIX typo in describe evaluation | FIX typo in describe evaluation
| mdesalvo/RDFSharp | RDFSharp/Query/Mirella/RDFQueryEngine.cs | apache-2.0 | 1,591,000,442 | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... |
978fe52e65f93f46bfb12521a417ae889c9e6b4d | prevent infinite loop | prevent infinite loop
| Arakis/Net3dBool | src/Net3dBool/Object3D.cs | mit | 1,591,000,323 | /*
The MIT License (MIT)
Copyright (c) 2014 Sebastian Loncar
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, me... | /*
The MIT License (MIT)
Copyright (c) 2014 Sebastian Loncar
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, me... |
d85fc0d3530bfa23bfa58b7963b5860362d5181a | fixes last tests | fixes last tests
| JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/U... | src/Umbraco.Tests/Web/Controllers/UserEditorAuthorizationHelperTests.cs | mit | 1,590,999,357 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Models.Entities;
using Umbraco.Core.Models.Membership;
using Umbraco.Core.Services;
using Umbraco.Tests... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Models.Entities;
using Umbraco.Core.Models.Membership;
using Umbraco.Core.Services;
using Umbraco.Tests... |
8fbaa3c5bcd1259fafefaeaba792ef2ba52c97ea | Remove stray CWL. | Remove stray CWL.
| sshnet/SSH.NET | src/Renci.SshNet/Session.cs | mit | 1,590,998,311 | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Renci.SshNet.Channels;
using Renci.SshNet.Common;
using Renci.SshNet.Compression;
using Renci.SshNet.Mes... | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Renci.SshNet.Channels;
using Renci.SshNet.Common;
using Renci.SshNet.Compression;
using Renci.SshNet.Mes... |
615ed816a76325ada22bdcb2a2ec1c09a4f102fe | made IETagConverter public | made IETagConverter public
| JonasSamuelsson/Handyman,JonasSamuelsson/Handyman | src/Handyman.AspNetCore/src/ETags/IETagConverter.cs | mit | 1,590,996,299 | namespace Handyman.AspNetCore.ETags
{
public interface IETagConverter
{
string FromByteArray(byte[] bytes);
}
} | namespace Handyman.AspNetCore.ETags
{
internal interface IETagConverter
{
string FromByteArray(byte[] bytes);
}
} |
39eebe82cde102d1726f66dee046f9675ff5497a | set the response correctly | set the response correctly
| JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Um... | src/Umbraco.Web/Editors/Filters/ContentSaveValidationAttribute.cs | mit | 1,590,993,764 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Filters;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Security;
using Umbraco.Core... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Filters;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Security;
using Umbraco.Core... |
5b4ab4aa21c0f52c99dc59d92ed099639ec7ac59 | Updated unit test due to changes in ImageMagick. | Updated unit test due to changes in ImageMagick.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | tests/Magick.NET.Tests/Shared/Settings/MagickSettingsTests/TheTextAntiAliasProperty.cs | apache-2.0 | 1,590,993,726 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
86282a31867e54e1966a4b47aa108984afa46ecb | Update InvoicePaymentNotification.cs | Update InvoicePaymentNotification.cs | MetacoSA/NBitpayClient,MetacoSA/NBitpayClient | NBitpayClient/InvoicePaymentNotification.cs | mit | 1,590,993,687 | using NBitcoin;
using NBitpayClient.JsonConverters;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
namespace NBitpayClient
{
//{"id":"NzzNUB5DEMLP5q95szL1VS","url":"https://test.bitpay.com/invoice?id=NzzNUB5DEMLP5q95szL1VS",
//"posData":"posData","status":"paid",... | using NBitcoin;
using NBitpayClient.JsonConverters;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
namespace NBitpayClient
{
//{"id":"NzzNUB5DEMLP5q95szL1VS","url":"https://test.bitpay.com/invoice?id=NzzNUB5DEMLP5q95szL1VS",
//"posData":"posData","status":"paid",... |
914e261d8608937388fc1adec3f991887bb212c1 | fix ContentSaveValidationAttribute which does not actually do the permissions check | fix ContentSaveValidationAttribute which does not actually do the permissions check
| abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,Kev... | src/Umbraco.Web/Editors/Filters/ContentSaveValidationAttribute.cs | mit | 1,590,993,634 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Filters;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Security;
using Umbraco.Core... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using System.Web.Http.Controllers;
using System.Web.Http.Filters;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Security;
using Umbraco.Core... |
7bdc9c9f741a33f1525a5641cc97271e7b065e79 | Add back some obsoleted members | Add back some obsoleted members
| peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framew... | osu.Framework/Graphics/Sprites/Sprite.cs | mit | 1,590,993,573 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... |
50dec44bf960ef632b2f7f3beed91b5e4c5c5d41 | Update InvoicePaymentNotification.cs | Update InvoicePaymentNotification.cs | MetacoSA/NBitpayClient,MetacoSA/NBitpayClient | NBitpayClient/InvoicePaymentNotification.cs | mit | 1,590,993,353 | using NBitcoin;
using NBitpayClient.JsonConverters;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
namespace NBitpayClient
{
//{"id":"NzzNUB5DEMLP5q95szL1VS","url":"https://test.bitpay.com/invoice?id=NzzNUB5DEMLP5q95szL1VS",
//"posData":"posData","status":"paid",... | using NBitcoin;
using NBitpayClient.JsonConverters;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
namespace NBitpayClient
{
//{"id":"NzzNUB5DEMLP5q95szL1VS","url":"https://test.bitpay.com/invoice?id=NzzNUB5DEMLP5q95szL1VS",
//"posData":"posData","status":"paid",... |
50164e45edcbeec60e9e42840681a317cb4fb64e | Add warning | Add warning | MetacoSA/NBitpayClient,MetacoSA/NBitpayClient | NBitpayClient/InvoicePaymentNotification.cs | mit | 1,590,993,317 | using NBitcoin;
using NBitpayClient.JsonConverters;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
namespace NBitpayClient
{
//{"id":"NzzNUB5DEMLP5q95szL1VS","url":"https://test.bitpay.com/invoice?id=NzzNUB5DEMLP5q95szL1VS",
//"posData":"posData","status":"paid",... | using NBitcoin;
using NBitpayClient.JsonConverters;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
namespace NBitpayClient
{
//{"id":"NzzNUB5DEMLP5q95szL1VS","url":"https://test.bitpay.com/invoice?id=NzzNUB5DEMLP5q95szL1VS",
//"posData":"posData","status":"paid",... |
986809db26eaeeb370498a254e0e93e8fb0a4a57 | Hide key/value to support import from file system | Hide key/value to support import from file system
| barnardos-au/Neo4jManager,barnardos-au/Neo4jManager | src/Neo4jManager/Neo4jInstanceFactory.cs | mit | 1,590,993,283 | using System;
using System.Diagnostics.CodeAnalysis;
using Neo4jManager.V3;
namespace Neo4jManager
{
[SuppressMessage("ReSharper", "InconsistentNaming")]
public class Neo4jInstanceFactory : INeo4jInstanceFactory
{
public const string Neo4jConfigFile = "neo4j.conf";
private readonly Func<N... | using System;
using System.Diagnostics.CodeAnalysis;
using Neo4jManager.V3;
namespace Neo4jManager
{
[SuppressMessage("ReSharper", "InconsistentNaming")]
public class Neo4jInstanceFactory : INeo4jInstanceFactory
{
public const string Neo4jConfigFile = "neo4j.conf";
private readonly Func<N... |
541df1332332722e3758143c7c4401a5eb77f9f8 | Hide config items when value is set to null. | Hide config items when value is set to null.
| barnardos-au/Neo4jManager,barnardos-au/Neo4jManager | src/Neo4jManager/ConfigEditor.cs | mit | 1,590,993,261 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace Neo4jManager
{
public class ConfigEditor
{
private readonly string configFile;
public ConfigEditor(string configFile)
{
this.configFile = configFile;
}
public voi... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace Neo4jManager
{
public class ConfigEditor
{
private readonly string configFile;
public ConfigEditor(string configFile)
{
this.configFile = configFile;
}
public voi... |
79c3eb4662a7c1d55dec82398236352ea2cd1542 | move YamlOptions to Halforbit.DataStores namespace | move YamlOptions to Halforbit.DataStores namespace
| halforbit/data-stores | FileStores/Serialization/Yaml/Halforbit.DataStores.FileStores.Serialization.Yaml/Model/YamlOptions.cs | mit | 1,590,992,503 | using System;
namespace Halforbit.DataStores
{
[Flags]
public enum YamlOptions
{
None = 0,
CamelCaseEnumValues = 1,
CamelCasePropertyNames = 2,
RemoveDefaultValues = 4,
OmitGuidDashes = 8,
Default = CamelCasePropertyNames | CamelCaseEnumValues | RemoveD... | using System;
namespace Halforbit.DataStores.FileStores.Serialization.Yaml.Model
{
[Flags]
public enum YamlOptions
{
None = 0,
CamelCaseEnumValues = 1,
CamelCasePropertyNames = 2,
RemoveDefaultValues = 4,
OmitGuidDashes = 8,
Default = CamelCasePropertyN... |
7abe7cc926b60302ac0fe7d2db1b0a972b5ca6d7 | add base apply template method | add base apply template method
| jkoritzinsky/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,grokys/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,groky... | src/Avalonia.Controls/Slider.cs | mit | 1,590,991,349 | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// Enum which describes how to position the ticks in a <see cref="Slider"/>.
/... | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// Enum which describes how to position the ticks in a <see cref="Slider"/>.
/... |
66c677eab8a536f41aba379ba0d154686ca38329 | avoid divide by zero | avoid divide by zero
| grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,akrisiun/Perspex,grokys/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/... | src/Avalonia.Controls/Slider.cs | mit | 1,590,991,283 | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// Enum which describes how to position the ticks in a <see cref="Slider"/>.
/... | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Utilities;
namespace Avalonia.Controls
{
/// <summary>
/// Enum which describes how to position the ticks in a <see cref="Slider"/>.
/... |
53b58910c3d0faacf969685c45ba5620e90d5917 | Invert interface definition | Invert interface definition
| NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu | osu.Game/Rulesets/Objects/Types/IHasPathWithRepeats.cs | mit | 1,590,989,259 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osuTK;
namespace osu.Game.Rulesets.Objects.Types
{
/// <summary>
/// A HitObject that has a curve.
/// </summary>
#pragma warning disabl... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osuTK;
namespace osu.Game.Rulesets.Objects.Types
{
/// <summary>
/// A HitObject that has a curve.
/// </summary>
public interface I... |
f42466566d92faf59cae646eed208867eab18da9 | make CollisionLayer and TiledMap settable (#595) | make CollisionLayer and TiledMap settable (#595)
| prime31/Nez,ericmbernier/Nez,prime31/Nez,prime31/Nez | Nez.Portable/ECS/Components/Physics/TiledMapMover.cs | mit | 1,590,989,156 | //#define DEBUG_MOVER
using System;
using Microsoft.Xna.Framework;
using System.Collections.Generic;
namespace Nez.Tiled
{
/// <summary>
/// WIP
/// The TiledMapMover is a helper for moving objects around in a gravity-based Tiled map. It requires that the Entity it is on has a BoxCollider. The
/// BoxCollider w... | //#define DEBUG_MOVER
using System;
using Microsoft.Xna.Framework;
using System.Collections.Generic;
namespace Nez.Tiled
{
/// <summary>
/// WIP
/// The TiledMapMover is a helper for moving objects around in a gravity-based Tiled map. It requires that the Entity it is on has a BoxCollider. The
/// BoxCollider w... |
3677f7b15532445c6f090722176273c4651e1b84 | Fix test case for running on Windows 10 2004 | Fix test case for running on Windows 10 2004
| ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp | source/Htc.Vita.Core.Tests/Win32RegistryTest.cs | mit | 1,590,987,727 | using System;
using System.Security;
using Htc.Vita.Core.Runtime;
using Htc.Vita.Core.Util;
using Xunit;
namespace Htc.Vita.Core.Tests
{
public static class Win32RegistryTest
{
[Fact]
public static void Default_0_GetStringValue32_UnderHKCR()
{
if (!Platform.IsWindows)
... | using System;
using System.Security;
using Htc.Vita.Core.Runtime;
using Htc.Vita.Core.Util;
using Xunit;
namespace Htc.Vita.Core.Tests
{
public static class Win32RegistryTest
{
[Fact]
public static void Default_0_GetStringValue32_UnderHKCR()
{
if (!Platform.IsWindows)
... |
2b3501f310e773b8f7650519087ffae6a49a8d41 | Update powershell diagnostic | Update powershell diagnostic
| webprofusion/Certify | src/Certify.Shared/Utils/Util.cs | mit | 1,590,985,634 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Sockets;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
using Certify.Locales;
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Sockets;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
using Certify.Locales;
... |
b94545332dbe6660acf22cf18a54a4335e9bc973 | resolves #17: language agnostic TargetVisibility compiler param | resolves #17: language agnostic TargetVisibility compiler param
| maxtoroq/XCST,maxtoroq/XCST | src/Xcst.Compiler/XcstCompiler.cs | apache-2.0 | 1,590,982,981 | // Copyright 2015 Max Toro Q.
//
// 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 2015 Max Toro Q.
//
// 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... |
138a4e179725f01f0020f1ecc080ddb3d8a157e5 | Changed lang setting code to prevent errors | Changed lang setting code to prevent errors
| dahall/TaskScheduler | TestTaskService/Main.cs | mit | 1,590,981,844 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Resources;
using System.Windows.Forms;
namespace TestTaskService
{
public partial class Main : Form
{
public Main()
{
InitializeComponent();
Icon = Properties.Resources.TaskScheduler;
... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Resources;
using System.Windows.Forms;
namespace TestTaskService
{
public partial class Main : Form
{
public Main()
{
InitializeComponent();
Icon = Properties.Resources.TaskScheduler;
... |
84c3f4de340a96d6a1e8d1db1b8bb928918c8890 | Update version to 4.9.5 | Update version to 4.9.5
| GibraltarSoftware/Gibraltar.Agent.Web.Module,GibraltarSoftware/Gibraltar.Agent.Web.Module | Src/Loupe.Agent.Web.Module/Properties/AssemblyInfo.cs | apache-2.0 | 1,590,979,465 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Lo... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Lo... |
b44df89b9b012fdee661c72971574957ee7f0062 | Map "null" to null for details. | Map "null" to null for details.
| GibraltarSoftware/Gibraltar.Agent.Web.Module,GibraltarSoftware/Gibraltar.Agent.Web.Module | Src/Loupe.Agent.Web.Module/DetailBuilders/LogMessageBlockBuilder.cs | apache-2.0 | 1,590,979,273 | #region File Header
// <copyright file="LogMessageBlockBuilder.cs" company="Gibraltar Software Inc.">
// Gibraltar Software Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of t... | #region File Header
// <copyright file="LogMessageBlockBuilder.cs" company="Gibraltar Software Inc.">
// Gibraltar Software Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of t... |
b3a6ca2181bda39e347c6e1f73232e9f3aa69673 | moved BZR game list location, entire thing badly need rewrite | moved BZR game list location, entire thing badly need rewrite
| Nielk1/NadekoBot,Nielk1/NadekoBot | NadekoBot.Core/Services/GamesList/GameListBZ98Service.cs | mit | 1,590,978,808 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using NadekoBot.Extensions;
using Steam.Models.SteamCommunity;
using System.Net.Http;
using Discord.WebSocket;
using ... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using NadekoBot.Extensions;
using Steam.Models.SteamCommunity;
using System.Net.Http;
using Discord.WebSocket;
using ... |
8551bf23422c363c51e425a89f27e794ff8233ab | 异步加载assetbundle的同时同步加载同一个bundle bug修复。 | 异步加载assetbundle的同时同步加载同一个bundle bug修复。
| tenvick/hugula,tenvick/hugula,tenvick/hugula,tenvick/hugula,tenvick/hugula,tenvick/hugula | Client/Assets/Hugula/Core/Loader/ResourcesLoader.cs | mit | 1,590,978,337 | // Copyright (c) 2019 hugula
// direct https://github.com/tenvick/hugula
//
using System;
using System.Collections;
using System.Collections.Generic;
using Hugula.Utils;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Profiling;
namespace Hugula.Loader
{
[XLua.LuaCallCSharp]
... | // Copyright (c) 2019 hugula
// direct https://github.com/tenvick/hugula
//
using System;
using System.Collections;
using System.Collections.Generic;
using Hugula.Utils;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Profiling;
namespace Hugula.Loader
{
[XLua.LuaCallCSharp]
... |
1b5c2d01d7dad8e4a4be885b10b7dd943f525c18 | Revert "Modifying Explosion.cs" | Revert "Modifying Explosion.cs"
This reverts commit 84c9ae3be81816f5abb185a2a44922ba5e3cf235.
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Explosion/Explosion.cs | agpl-3.0 | 1,590,976,374 | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class Explosion : MonoBehaviour
{
[TooltipAttribute("If explosion radius has a degree of error equal to radius / 4")]
public bool unstableRadius = false;
[TooltipAttribute("Explosion Damage")]
public int damag... | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class Explosion : MonoBehaviour
{
[TooltipAttribute("If explosion radius has a degree of error equal to radius / 4")]
public bool unstableRadius = false;
[TooltipAttribute("Explosion Damage")]
public int damag... |
9b1c8bff8ad9622dfd19b007fb29ab1f19d8b883 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,590,973,051 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
c51c056c606568a0b8061a19749961506499420b | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.4.3400.20200601004723-master-404cc98
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,590,972,576 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "404cc98b5e7f1957a993de0529a97a7d95fdf711";
public static string Version = "1.4";
public static string Build = "3400";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "d3fd9b2c3a757b5dddc622b3203186ab749c882d";
public static string Version = "1.3";
public static string Build = "3399";
... |
84c9ae3be81816f5abb185a2a44922ba5e3cf235 | Modifying Explosion.cs | Modifying Explosion.cs
I want explosions to be able to do fire attack type.
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Explosion/Explosion.cs | agpl-3.0 | 1,590,967,850 | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class Explosion : MonoBehaviour
{
[TooltipAttribute("If explosion radius has a degree of error equal to radius / 4")]
public bool unstableRadius = false;
[TooltipAttribute("Explosion Damage")]
public int damag... | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class Explosion : MonoBehaviour
{
[TooltipAttribute("If explosion radius has a degree of error equal to radius / 4")]
public bool unstableRadius = false;
[TooltipAttribute("Explosion Damage")]
public int damag... |
adaf0012349e22fff3bdd24b060e79be2a09d0fc | use gpu by default on all platforms. | use gpu by default on all platforms.
| jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,Avalon... | src/Windows/Avalonia.Win32/Win32Platform.cs | mit | 1,590,967,428 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Reactive.Disposables;
using System.Runtime.InteropServices;
using System.Threading;
using Avalonia.Animation;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Reactive.Disposables;
using System.Runtime.InteropServices;
using System.Threading;
using Avalonia.Animation;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using... |
9662ade8bc28b8906c1b2fe817c2629d604e4b1f | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.3.3399.20200531232035-master-d3fd9b2
| ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,590,967,359 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "d3fd9b2c3a757b5dddc622b3203186ab749c882d";
public static string Version = "1.3";
public static string Build = "3399";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "4ce49bccc3cd0186c4eec67e72fde4dd27eb7299";
public static string Version = "1.3";
public static string Build = "3397";
... |
f585fe08db715dc4ec5d7a1066b46ecc74aed2ec | Issue 585 Fixed bug where TiledMapLoader was failing when tsx file and tileset image were not in the same folder as the tmx file (#593) | Issue 585 Fixed bug where TiledMapLoader was failing when tsx file and tileset image were not in the same folder as the tmx file (#593)
* fixed bug where root folder of tsx file was pointing to the root folder of tmx instead
* change param name | ericmbernier/Nez,prime31/Nez,prime31/Nez,prime31/Nez | Nez.Portable/Assets/Tiled/Runtime/TiledMapLoader.cs | mit | 1,590,967,278 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Xml.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Nez.Tiled
{
public static class TiledMapLoader
{
#region TmxMap Loader
public static TmxMap Loa... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Xml.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Nez.Tiled
{
public static class TiledMapLoader
{
#region TmxMap Loader
public static TmxMap Loa... |
fdb02d3009851a1f8400d620d74f57ea8d17638d | Fix ObjectDisposedException | Fix ObjectDisposedException
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Session/SessionController.cs | agpl-3.0 | 1,590,967,268 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using... |
d3fd9b2c3a757b5dddc622b3203186ab749c882d | including previously owned houses in hslist (#3002) | including previously owned houses in hslist (#3002)
| LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Database/ShardDatabase.cs | agpl-3.0 | 1,590,967,218 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCo... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCo... |
303a42f5d64b66d5219ed9500fbf085fa8aa4bb7 | Updated Spiral Matrix Code | Updated Spiral Matrix Code
| ChiragKalia/AlgorithmsAndDataStructures | DataStructures/Arrays/SpiralArrayInsertion.cs | mit | 1,590,967,015 | using DataStructures.Helpers;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataStructures.Arrays
{
public class SpiralArrayInsertion
{
// This program inserts values in a n*n array spherically. e.g if n = 3
//Outp... | using DataStructures.Helpers;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataStructures.Arrays
{
public class SpiralArrayInsertion
{
// This program inserts values in a n*n array spherically. e.g if n = 3
//Outp... |
f1ffc8f65964a9c2d453c52c9e5524831bef0667 | mostly finished the supported_clients.xml modification code, just need to do the FTP uploads, saving, and adding new entries | mostly finished the supported_clients.xml modification code, just need to do the FTP uploads, saving, and adding new entries
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs | apache-2.0 | 1,590,966,010 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Net;
using System.IO;
using Microsoft.Win32;
using System.Xml;
namespace RelhaxM... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Net;
using System.IO;
using Microsoft.Win32;
using System.Xml;
namespace RelhaxM... |
1be4d081536e0ffa27521c1f565c24ee1083eb8b | added some new FTP folder delete methods | added some new FTP folder delete methods
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Utils/Utils.cs | apache-2.0 | 1,590,966,003 | using Ionic.Zip;
using Microsoft.Win32;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Runtime.InteropServices;
using... | using Ionic.Zip;
using Microsoft.Win32;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Runtime.InteropServices;
using... |
031d0eb154f1cd26ba57b2fbf0706d78ce7a6108 | feat (Version) incremented to 3.3.3 | feat (Version) incremented to 3.3.3
| rhythmagency/formulate,rhythmagency/formulate | src/formulate.meta/Constants.cs | mit | 1,590,965,919 | namespace formulate.meta
{
/// <summary>
/// Constants relating to Formulate itself (i.e., does not
/// include constants used by Formulate).
/// </summary>
public class Constants
{
/// <summary>
/// This is the version of Formulate. It is used on
/// assemblies and du... | namespace formulate.meta
{
/// <summary>
/// Constants relating to Formulate itself (i.e., does not
/// include constants used by Formulate).
/// </summary>
public class Constants
{
/// <summary>
/// This is the version of Formulate. It is used on
/// assemblies and du... |
ddaf998f1feb236b82340af17d27372515f82263 | feat (Email) allow the EmailHandler.PrepareHandleForm function to be overridden in a derived class | feat (Email) allow the EmailHandler.PrepareHandleForm function to be overridden in a derived class
| rhythmagency/formulate,rhythmagency/formulate | src/formulate.app/Forms/Handlers/Email/EmailHandler.cs | mit | 1,590,965,832 | namespace formulate.app.Forms.Handlers.Email
{
// Namespaces.
using core.Extensions;
using core.Types;
using Helpers;
using Managers;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using ... | namespace formulate.app.Forms.Handlers.Email
{
// Namespaces.
using core.Extensions;
using core.Types;
using Helpers;
using Managers;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using ... |
cd6c416e6b6998517e44c00e5393444a0fc701ab | Move AUMID to LaunchOptions | Move AUMID to LaunchOptions
Also add empty Devkit/DevkitGameID
| BrianLima/UWPHook,BrianLima/UWPHook | UWPHook/GamesWindow.xaml.cs | mit | 1,590,962,121 | using SharpSteam;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using VDFParser;
using VDFParser.Models;
namespace UWPHook
{
/// <summary>
... | using SharpSteam;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using VDFParser;
using VDFParser.Models;
namespace UWPHook
{
/// <summary>
... |
cdb5bae33a4e4c699122d34a0c56ddf6ac889eba | Prevent double disposes of session controllers. | Prevent double disposes of session controllers.
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Session/SessionController.cs | agpl-3.0 | 1,590,961,695 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using... |
24079cc061a563aca9203edddfc9a9f2a132541f | Make sure that error diagnostics can't be suppressed | Make sure that error diagnostics can't be suppressed
| canton7/RestEase | src/Common/Implementation/Emission/DiagnosticReporter.Roslyn.cs | mit | 1,590,961,192 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Tags;
using RestEase.Implementation.Analysis;
namespace RestEase.Implementation.Emission
{
internal partial class DiagnosticReporter
{
public List<Diagnostic> Diagnostics { get;... | using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using RestEase.Implementation.Analysis;
namespace RestEase.Implementation.Emission
{
internal partial class DiagnosticReporter
{
public List<Diagnostic> Diagnostics { get; } = new List<Diagnostic>();
public bool ... |
50985a62d22dfd216f3a6bfe6e179ae6ce0d86c1 | Changed test cases as requested. | Changed test cases as requested.
| AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,... | tests/Avalonia.Skia.UnitTests/TextLayoutTests.cs | mit | 1,590,961,049 | using System;
using System.Linq;
using Avalonia.Media;
using Avalonia.Media.TextFormatting;
using Avalonia.Media.TextFormatting.Unicode;
using Avalonia.UnitTests;
using Xunit;
namespace Avalonia.Skia.UnitTests
{
public class TextLayoutTests
{
private static readonly string s_singleLineText = "01234567... | using System;
using System.Linq;
using Avalonia.Media;
using Avalonia.Media.TextFormatting;
using Avalonia.Media.TextFormatting.Unicode;
using Avalonia.UnitTests;
using Xunit;
namespace Avalonia.Skia.UnitTests
{
public class TextLayoutTests
{
private static readonly string s_singleLineText = "01234567... |
c89830a2c9699cc97a6ae19f37e7fa26dd3521d5 | Fix null reference exception in UsingTls | Fix null reference exception in UsingTls
Caused by calling UsingTls.Scope in different threads because the field initializer of fields are only executed once even if they are ThreadStatic so `thisThreadSavedValues` was null in the other threads.
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Internals/UsingTls.cs | mit | 1,590,960,925 | namespace RAGENativeUI.Internals
{
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
internal struct UsingTls : IDisposable
{
public void Dispose()
{
thisThreadRefCount--;
if (thisThreadRefCount == 0)
{
... | namespace RAGENativeUI.Internals
{
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
internal struct UsingTls : IDisposable
{
public void Dispose()
{
thisThreadRefCount--;
if (thisThreadRefCount == 0)
{
... |
b305ac74819109bee232b215ebb2e267b08d353b | Fix incorrect diagnostic message | Fix incorrect diagnostic message
| canton7/RestEase | src/Common/Implementation/Emission/DiagnosticReporter.Roslyn.cs | mit | 1,590,960,877 | using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using RestEase.Implementation.Analysis;
namespace RestEase.Implementation.Emission
{
internal partial class DiagnosticReporter
{
public List<Diagnostic> Diagnostics { get; } = new List<Diagnostic>();
public bool ... | using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using RestEase.Implementation.Analysis;
namespace RestEase.Implementation.Emission
{
internal partial class DiagnosticReporter
{
public List<Diagnostic> Diagnostics { get; } = new List<Diagnostic>();
public bool ... |
94e7238b381aeb24d89dcb0b960223306ea80e32 | Trim curve with region | Trim curve with region
| pnjeffries/Nucleus,pnjeffries/freebuild | Nucleus/Nucleus/Geometry/Curve.cs | mit | 1,590,960,192 | // Copyright (c) 2016 Paul Jeffries
//
// 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, publis... | // Copyright (c) 2016 Paul Jeffries
//
// 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, publis... |
160a8a04e74fd7ba6ba221eed8665e81aef3fd51 | [interop] Remove unnecessary external methods | [interop] Remove unnecessary external methods
| hozuki/DereTore,hozuki/DereTore,OpenCGSS/DereTore,OpenCGSS/DereTore,hozuki/DereTore,OpenCGSS/DereTore,hozuki/DereTore,OpenCGSS/DereTore | Interop/DereTore.Interop.OS/NativeMethods.cs | mit | 1,590,960,168 | using System.Runtime.InteropServices;
namespace DereTore.Interop.OS {
public static class NativeMethods {
[DllImport("winmm.dll")]
public static extern uint timeBeginPeriod(uint uMilliseconds);
[DllImport("winmm.dll")]
public static extern uint timeEndPeriod(uint uMilliseconds);
... | using System;
using System.Runtime.InteropServices;
namespace DereTore.Interop.OS {
public static class NativeMethods {
public const string DWMAPI_LIB = "dwmapi.dll";
public const string DwmGetColorizationParameters_FUNC = "#127";
public const int DwmGetColorizationParameters_ORD = 127;
... |
236245b972c1b67a32ea60a3de49a35949139dc6 | Fix creation of randomly selected questions | Fix creation of randomly selected questions
| CSClassroom/CSClassroom,CSClassroom/CSClassroom,CSClassroom/CSClassroom,CSClassroom/CSClassroom,CSClassroom/CSClassroom,CSClassroom/CSClassroom | Services/src/CSClassroom/CSClassroom.Service/Assignments/Validators/QuestionValidator.cs | mit | 1,590,958,237 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CSC.Common.Infrastructure.Utilities;
using CSC.CSClassroom.Model.Classrooms;
using CSC.CSClassroom.Model.Assignments;
using CSC.CSClassroom.Repository;
using Microsoft.EntityFrameworkCore;
namespa... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CSC.Common.Infrastructure.Utilities;
using CSC.CSClassroom.Model.Classrooms;
using CSC.CSClassroom.Model.Assignments;
using CSC.CSClassroom.Repository;
using Microsoft.EntityFrameworkCore;
namespa... |
15fef329c88f316ebc0ac38abbcc42dc8ac9d847 | - Added new MathUtils function GetDistanceSquared() | - Added new MathUtils function GetDistanceSquared()
| brain56/BrianTools-Unity | Utils/MathUtils.cs | mit | 1,590,958,113 | using UnityEngine;
using System.Collections;
using System;
namespace BrianTools
{
public class MathUtils
{
public static float GetDistanceSquared(Vector3 position1, Vector3 position2)
{
return (position2.x - position1.x) * (position2.x - position1.x) +
(position2.y - po... | using UnityEngine;
using System.Collections;
using System;
namespace BrianTools
{
public class MathUtils
{
}
[Serializable]
public struct IntVector2
{
public int x;
public int y;
public IntVector2(int x, int y)
{
... |
dcedf02ec5d94f19826c6c42b897b9bbb6d8df69 | Typo fix (#710) | Typo fix (#710)
| open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet | src/OpenTelemetry.Instrumentation.Dependencies/DependenciesInstrumentation.cs | apache-2.0 | 1,590,958,089 | // <copyright file="DependenciesInstrumentation.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// 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... | // <copyright file="DependenciesInstrumentation.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// 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... |
bf847fbc23e6c99ffb531e8fb6d91659777fe43f | fixed database xpath search strings | fixed database xpath search strings
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Settings/Settings.cs | apache-2.0 | 1,590,957,994 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;
using System.Xml;
using System.ComponentModel;
namespace RelhaxModpack
{
/// <summary>
/// Handles all generic constants and statics used throughout the... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;
using System.Xml;
using System.ComponentModel;
namespace RelhaxModpack
{
/// <summary>
/// Handles all generic constants and statics used throughout the... |
a391144abdca91c841ae05762540a604753886cd | Fix potential concurrency issue when reattaching | Fix potential concurrency issue when reattaching
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Session/SessionController.cs | agpl-3.0 | 1,590,957,862 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using... |
ebf652c2a39075f83341bef22ea6e006c812f63f | Fix tostring | Fix tostring
| nikeee/HolzShots,nikeee/HolzShots | src/HolzShots.Core/Input/Selection/WindowFinder.cs | agpl-3.0 | 1,590,957,186 | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using HolzShots.Native;
namespace HolzShots.Input.Selection
{
class WindowFinder
{
public static Task<ISet<WindowRectangle>> GetCurrentWindowRectanglesAsync(IntPtr excludedHandle, CancellationToken ct)... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using HolzShots.Native;
namespace HolzShots.Input.Selection
{
class WindowFinder
{
public static Task<ISet<WindowRectangle>> GetCurrentWindowRectanglesAsync(IntPtr... |
1d561dc542311c5aa2be53b0472230ded1c87f3d | Fix watchdog detach event not being sent to DMAPI | Fix watchdog detach event not being sent to DMAPI
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,590,956,880 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... |
45a472118754a1ecfe5336213df9241944e2cf30 | Исправлен тест комментария лицензии | Исправлен тест комментария лицензии
| EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript | src/VSCode.DebugAdapter/DebugeeOutputEventArgs.cs | mpl-2.0 | 1,590,954,336 | /*----------------------------------------------------------
This Source Code Form is subject to the terms of the
Mozilla Public License, v.2.0. If a copy of the MPL
was not distributed with this file, You can obtain one
at http://mozilla.org/MPL/2.0/.
----------------------------------------------------------*/
us... | // /*----------------------------------------------------------
// This Source Code Form is subject to the terms of the
// Mozilla Public License, v.2.0. If a copy of the MPL
// was not distributed with this file, You can obtain one
// at http://mozilla.org/MPL/2.0/.
// -------------------------------------------------... |
70967c90cd7eb8e0a5e8d8aa59de3efd089e60f7 | 5: Made class "internal" as it should only be available for this project | 5: Made class "internal" as it should only be available for this project
| whitestone-no/Cambion | src/Transports/AzureServiceBus/AzureServiceBus/AsyncAwaitHelper.cs | mit | 1,590,954,317 | using System;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
namespace Whitestone.Cambion.Transport.AzureSericeBus
{
internal static class AsyncAwaitHelper
{
private static readonly TaskFactory MyTaskFactory = new TaskFactory(CancellationToken.None,
TaskC... | using System;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
namespace Whitestone.Cambion.Transport.AzureSericeBus
{
public static class AsyncAwaitHelper
{
private static readonly TaskFactory MyTaskFactory = new TaskFactory(CancellationToken.None,
TaskCre... |
f8c9e0fbd68f5e3ff469f226baba98a9ef63899a | Fix cyprus | Fix cyprus
| tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date/DateSystem.cs | mit | 1,590,952,792 | using Nager.Date.Contract;
using Nager.Date.Model;
using Nager.Date.PublicHolidays;
using Nager.Date.Weekends;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date
{
/// <summary>
/// DateSystem
/// </summary>
public static class DateSystem
{
private stati... | using Nager.Date.Contract;
using Nager.Date.Model;
using Nager.Date.PublicHolidays;
using Nager.Date.Weekends;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date
{
/// <summary>
/// DateSystem
/// </summary>
public static class DateSystem
{
private stati... |
a8678c51ad8f487f25c8e00292c5f037b29a5cb6 | [DataTool] fix catastrophy with texconv. | [DataTool] fix catastrophy with texconv.
| overtools/OWLib | DataTool/SaveLogic/Combo.cs | mit | 1,590,952,671 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BCFF;
using DataTool.ConvertLogic;
using DataTool.Flag;
using DataTool.Helper;
usi... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BCFF;
using DataTool.ConvertLogic;
using DataTool.Flag;
using DataTool.Helper;
usi... |
1d1d1f8f0328a568ff8430cb42e646bf7f8f5e06 | Optimize cyprus fix translations | Optimize cyprus fix translations
https://github.com/nager/Nager.Date/issues/158
| tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date/PublicHolidays/CyprusProvider.cs | mit | 1,590,952,616 | using Nager.Date.Contract;
using Nager.Date.Model;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// Cyprus
/// </summary>
public class CyprusProvider : IPublicHolidayProvider
{
private readonly IOrthodoxProvider _orthodoxProvider;... | using Nager.Date.Contract;
using Nager.Date.Model;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// Cyprus
/// </summary>
public class CyprusProvider : IPublicHolidayProvider
{
private readonly ICatholicProvider _catholicProvider;... |
92b63db42e97196841a00aa173224d5fb047b388 | Fix some cancellation token issues with auto update | Fix some cancellation token issues with auto update
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Instance.cs | agpl-3.0 | 1,590,952,344 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... |
ff5f4804e2035602b0a7f7c306ef480c35a16581 | Fix AutoCompleteBox validation | Fix AutoCompleteBox validation | jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,Perspex... | src/Avalonia.Controls/AutoCompleteBox.cs | mit | 1,590,951,864 | // (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Public License (Ms-PL).
// Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
// All other rights reserved.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectMod... | // (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Public License (Ms-PL).
// Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
// All other rights reserved.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectMod... |
6b7b8932801420090f39491655adb52b4dd2ca34 | Fix a bug when auto updating without preserving test merges | Fix a bug when auto updating without preserving test merges
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Instance.cs | agpl-3.0 | 1,590,950,896 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... |
fd30ecc903d1fc98553b199d564493830c6c5b0c | Set property value before using any Interfaces | Set property value before using any Interfaces | SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,Perspex/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avaloni... | samples/ControlCatalog/Models/Person.cs | mit | 1,590,950,432 | using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using Avalonia.Media;
namespace ControlCatalog.Models
{
public class Person : INotifyDataErrorIn... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using Avalonia.Media;
namespace ControlCatalog.Models
{
public class Person : INotifyDataErrorIn... |
3843cf14f07c18f43a6a4341c9ba866a91612a86 | Set LastPlayTime of new shortcuts to now | Set LastPlayTime of new shortcuts to now
This makes so that when new apps are exported to Steam, they actually show at the top of the library, instead of the very bottom.
| BrianLima/UWPHook,BrianLima/UWPHook | UWPHook/GamesWindow.xaml.cs | mit | 1,590,950,180 | using SharpSteam;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using VDFParser;
using VDFParser.Models;
namespace UWPHook
{
/// <summary>
... | using SharpSteam;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using VDFParser;
using VDFParser.Models;
namespace UWPHook
{
/// <summary>
... |
78f24d0737b8869597de274ec4dc71c53dfd8756 | Fix crash when no config directory exists | Fix crash when no config directory exists
| BrianLima/UWPHook,BrianLima/UWPHook | UWPHook/GamesWindow.xaml.cs | mit | 1,590,950,180 | using SharpSteam;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using VDFParser;
using VDFParser.Models;
namespace UWPHook
{
/// <summary>
... | using SharpSteam;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using VDFParser;
using VDFParser.Models;
namespace UWPHook
{
/// <summary>
... |
defa7b9765d30d63442fd3e47878bcb56f3f74a3 | Update dark FSLauncher handling | Update dark FSLauncher handling
| BrianLima/UWPHook,BrianLima/UWPHook | UWPHook/FullScreenLauncher.xaml.cs | mit | 1,590,950,180 | using MaterialDesignColors;
using MaterialDesignThemes.Wpf;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
usi... | using MaterialDesignThemes.Wpf;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
usi... |
dd8ec6df0cbb10e24932a67610fc8e35f7f95681 | Update version number | Update version number
| BrianLima/UWPHook,BrianLima/UWPHook | UWPHook/Properties/AssemblyInfo.cs | mit | 1,590,950,180 | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... |
cac4ebe2cf8a01f0f2a310e26fb187c41589acf3 | removed no longer used wotmods references | removed no longer used wotmods references
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/PrivateStuff/PrivateStuff.cs | apache-2.0 | 1,590,947,542 | using System.Net;
namespace RelhaxModpack
{
#pragma warning disable CS1591
public static class PrivateStuff
{
#region discord stuff
public const string DiscordBotClientID = null;
public const ulong DiscordModChannelID = 0;
public const ulong DiscordAnnouncementsChannelID = 0;
... | using System.Net;
namespace RelhaxModpack
{
#pragma warning disable CS1591
public static class PrivateStuff
{
#region discord stuff
public const string DiscordBotClientID = null;
public const ulong DiscordModChannelID = 0;
public const ulong DiscordAnnouncementsChannelID = 0;
... |
8eb987c99065cf740dc51b6e71cc5eaf9a096648 | tweak dark opacity. | tweak dark opacity.
| AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jk... | src/Avalonia.Visuals/Media/ExperimentalAcrylicBrush.cs | mit | 1,590,947,189 | using System;
namespace Avalonia.Media
{
public class ExperimentalAcrylicBrush : Brush, IExperimentalAcrylicBrush
{
private Color _effectiveTintColor;
static ExperimentalAcrylicBrush()
{
AffectsRender<ExperimentalAcrylicBrush>(
TintColorProperty,
... | using System;
namespace Avalonia.Media
{
public class ExperimentalAcrylicBrush : Brush, IExperimentalAcrylicBrush
{
private Color _effectiveTintColor;
static ExperimentalAcrylicBrush()
{
AffectsRender<ExperimentalAcrylicBrush>(
TintColorProperty,
... |
670bd81023e9538267c2ac6b4d52df4e2f208611 | Add logging at start of auto update loop | Add logging at start of auto update loop
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Instance.cs | agpl-3.0 | 1,590,947,014 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... |
04234bfc1422d58ca57060da98030d9562a077fe | Revert OpenGenericDecoratorTests.cs | Revert OpenGenericDecoratorTests.cs | autofac/Autofac,autofac/Autofac | test/Autofac.Test/Features/Decorators/OpenGenericDecoratorTests.cs | mit | 1,590,946,921 | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Core;
using Autofac.Features.Decorators;
using Xunit;
namespace Autofac.Test.Features.Decorators
{
public class OpenGenericDecoratorTests
{
// ReSharper disable once UnusedTypeParameter
public interface IService<T... | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Core;
using Autofac.Features.Decorators;
using Xunit;
namespace Autofac.Test.Features.Decorators
{
public class OpenGenericDecoratorTests
{
// ReSharper disable once UnusedTypeParameter
public interface IService<T... |
a62b7cfe19dbad960527164ec951a4a8949b4232 | Revert ComponentRegistryTests.cs | Revert ComponentRegistryTests.cs | autofac/Autofac,autofac/Autofac | test/Autofac.Test/Core/Registration/ComponentRegistryTests.cs | mit | 1,590,946,914 | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Builder;
using Autofac.Core;
using Autofac.Features.Collections;
using Autofac.Features.GeneratedFactories;
using Autofac.Features.Metadata;
using Autofac.Test.Scenarios.RegistrationSources;
using Xunit;
namespace Autofac.Test.Core.Regis... | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Builder;
using Autofac.Core;
using Autofac.Features.Collections;
using Autofac.Features.GeneratedFactories;
using Autofac.Features.Metadata;
using Autofac.Test.Scenarios.RegistrationSources;
using Xunit;
namespace Autofac.Test.Core.Regis... |
b0ca5c7af3c71922eec3848c75aa6d10ce758df5 | Revert DecoratorTests.cs | Revert DecoratorTests.cs | autofac/Autofac,autofac/Autofac | test/Autofac.Specification.Test/Features/DecoratorTests.cs | mit | 1,590,946,898 | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Features.Decorators;
using Autofac.Features.Metadata;
using Autofac.Features.OwnedInstances;
using Xunit;
namespace Autofac.Specification.Test.Features
{
public class DecoratorTests
{
private interface IDecoratedService :... | using System;
using System.Collections.Generic;
using System.Linq;
using Autofac.Features.Decorators;
using Autofac.Features.Metadata;
using Autofac.Features.OwnedInstances;
using Xunit;
namespace Autofac.Specification.Test.Features
{
public class DecoratorTests
{
private interface IDecoratedService :... |
6985d63bfa3c64ccaa1c2949fe1cfefd0c7f2bbc | DmbFactory commit fix | DmbFactory commit fix
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs | agpl-3.0 | 1,590,946,721 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.Extensions;
using Tgstation.Server.Host.IO;
using Tgstation... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.Extensions;
using Tgstation.Server.Host.IO;
using Tgstation... |
e55158029b72ffbdc0e39c4545f6d619d297212b | Separate line | Separate line
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs | mit | 1,590,946,230 | using Avalonia.Controls;
using Avalonia.Threading;
using DynamicData;
using DynamicData.Binding;
using NBitcoin;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;
using System.Reactive;
using System.Reactive.D... | using Avalonia.Controls;
using Avalonia.Threading;
using DynamicData;
using DynamicData.Binding;
using NBitcoin;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;
using System.Reactive;
using System.Reactive.D... |
5f09fa49d2916e704061a921379d988d7bdc828d | Resolve another rebasing error | Resolve another rebasing error
| Xeeynamo/KingdomHearts | OpenKh.Tools.CtdEditor/App.xaml.cs | mit | 1,590,945,984 | using System.Windows;
namespace OpenKh.Tools.CtdEditor
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}
| using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
<<<<<<< HEAD:OpenKh.Tools.CtdEditor/App.xaml.cs
namespace OpenKh.Tools.CtdEditor
=======
namespace OpenKh.Tools.Kh2BattleEditor
>>>>>>> 1dafc52c7e4bcd9a... |
89f270f2d566c2e3c1ce5daceb975aa6ea9ce5e6 | Add function to stroke and fill a path geometry | Add function to stroke and fill a path geometry
Old functions can only either stroke or fill a path.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/Geometry/PathGeometryBuilder.cs | agpl-3.0 | 1,590,945,909 | using System;
using System.Collections.Generic;
namespace ImGui.Rendering
{
public class PathGeometryBuilder
{
/// <summary>
/// Starts a new path by emptying the list of sub-paths.
/// Call this method when you want to create a new path.
/// </summary>
public void Begi... | using System;
using System.Collections.Generic;
namespace ImGui.Rendering
{
public class PathGeometryBuilder
{
/// <summary>
/// Starts a new path by emptying the list of sub-paths.
/// Call this method when you want to create a new path.
/// </summary>
public void Begi... |
fd5c3d7a4e79ede4e4cdf58fd13cd129416498c4 | Don't invert Y of glyph points | Don't invert Y of glyph points
Currently working on identifying glyph rendering issues for unit tests.
So when reading contours from the typeface, the original point data
should be kept.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplementation/Shared/Text/GlyphLoader.cs | agpl-3.0 | 1,590,945,783 | using System.Collections.Generic;
using Typography.OpenFont;
namespace ImGui.OSAbstraction.Text
{
internal static class GlyphLoader
{
public static void Read(
Glyph glyph,
out List<List<Point>> polygons,
out List<(Point, Point, Point)> quadraticBezierSegments)
... | using System.Collections.Generic;
using Typography.OpenFont;
namespace ImGui.OSAbstraction.Text
{
internal static class GlyphLoader
{
public static void Read(
Glyph glyph,
out List<List<Point>> polygons,
out List<(Point, Point, Point)> quadraticBezierSegments)
... |
912e733b8e6e391382085a3e605a315822dbce16 | WAF Add another unit test for WeakEvent | WAF Add another unit test for WeakEvent
| jbe2277/waf | src/System.Waf/System.Waf/System.Waf.Core.Test/Foundation/WeakEventTestBase.cs | mit | 1,590,945,714 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Waf.Foundation;
namespace Test.Waf.Foundation
{
public interface IManager<TPublisher, TSubscriber>
where TPublisher : class, IPublisher, new()
where TSubscriber : class, ISubscriber, new()
{
IWeakEventProxy?... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Waf.Foundation;
namespace Test.Waf.Foundation
{
public interface IManager<TPublisher, TSubscriber>
where TPublisher : class, IPublisher, new()
where TSubscriber : class, ISubscriber, new()
{
IWeakEventProxy?... |
4e2d598bfb9c32db3b3644a605eb2231098a33fa | Don't flip when saving raw pixel bytes to an image | Don't flip when saving raw pixel bytes to an image
For development and debugging, the saved image should represent the real
layout of pixels.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TestUtil/Util.cs | agpl-3.0 | 1,590,945,395 | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using CSharpGL;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Input;
using ImGui.OSAbstraction.Graphics;
using ImGui... | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using CSharpGL;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Input;
using ImGui.OSAbstraction.Graphics;
using ImGui... |
c857fded3b9052877f8959f3ee4f1105947803a0 | Use houdini gplay as the default 3d model viewer | Use houdini gplay as the default 3d model viewer
It's far better than open3mod. But the installation
of houdini is required.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/TestUtil/Util.cs | agpl-3.0 | 1,590,945,229 | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using CSharpGL;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.Input;
using ImGui.OSAbstraction.Graphics;
using ImGui... | #define ShowImage
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using CSharpGL;
using ImageSharp.Extension;
using ImGui.GraphicsImplementation;
using ImGui.OSAbstraction.Graphics;
using ImGui.OSImplementation.S... |
ec250c357db0343823b1bac452de85be9e14110c | Stick [Obsolete] on its constructor | Stick [Obsolete] on its constructor
This stops someone from actually instantiating it directly, at any rate
| canton7/RestEase | src/Common/Implementation/Emission/TypeEmitter.Roslyn.cs | mit | 1,590,945,096 | using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using RestEase.Implementation.Analysis;
using RestEase.SourceGenerator.Implementation;
using static RestEase.SourceGenerator.Implementa... | using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using RestEase.Implementation.Analysis;
using RestEase.SourceGenerator.Implementation;
using static RestEase.SourceGenerator.Implementa... |
b06eb0c5734bdd56a53e814105cda2c387e81255 | exception message tweak | exception message tweak
| maxtoroq/XCST,maxtoroq/XCST | src/Xcst.Compiler/XcstCompilerFactory.cs | apache-2.0 | 1,590,944,812 | // Copyright 2015 Max Toro Q.
//
// 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 2015 Max Toro Q.
//
// 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... |
16e714fb543e2b198abc875015ed2c5c3ebfd412 | FIX DataSourceID of graphs | FIX DataSourceID of graphs
| mdesalvo/RDFSharp | RDFSharp/Model/RDFGraph.cs | apache-2.0 | 1,590,944,436 | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ... | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ... |
5a44ef7fcdbda9e354175fa62bafe0fd9a13c6b0 | Initialize glDeleteFramebuffers | Initialize glDeleteFramebuffers
As always, all OpenGL function dynamically loaded should be initialized
in `static GL()`.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/3rd/CSharpGL/GL_Extensions.cs | agpl-3.0 | 1,590,943,799 | using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Reflection;
namespace CSharpGL
{
public static partial class GL
{
private static bool allFunctionsLoaded = false;
static GL()
{
//pre-load al... | using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Reflection;
namespace CSharpGL
{
public static partial class GL
{
private static bool allFunctionsLoaded = false;
static GL()
{
//pre-load al... |
88e9619156ab5bde1e0f8ee4f018e31443256c49 | Don't invert X when saving mesh to obj | Don't invert X when saving mesh to obj
The obj mesh file is mainly used for debugging and should represent the
real and exact vertex position instead of a inverted one for clarity.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Development/Graphics.cs | agpl-3.0 | 1,590,943,638 | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Text;
namespace ImGui.Development
{
internal class Graphics
{
private static readonly string OutputPath = Assembly.GetExecutingAssembly().Location.Substring(0, 2) + "\\ImGui.UnitTest.Output... | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Text;
namespace ImGui.Development
{
internal class Graphics
{
private static readonly string OutputPath = Assembly.GetExecutingAssembly().Location.Substring(0, 2) + "\\ImGui.UnitTest.Output... |
c5b2f9237777b9efca86ec29b406b0d8950e1be0 | Add SupportedSubProtocols back | Add SupportedSubProtocols back
| xPaw/SteamWebPipes | SteamWebPipes/Bootstrap.cs | mit | 1,590,943,574 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Timers;
using Fleck;
using Newtonsoft.Json;
using Timer = System.Timers.Timer;
namespace SteamWebPipes
{
internal static class Bootstrap
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Timers;
using Fleck;
using Newtonsoft.Json;
using Timer = System.Timers.Timer;
namespace SteamWebPipes
{
internal static class Bootstrap
... |
d32d3e39caa1c03b71b46a33adb6e80594ee35e8 | Fix clip-rect related exception in GlyphRun tests | Fix clip-rect related exception in GlyphRun tests
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/ImGui.UnitTest/GraphicsImplementation/Builtin/BuiltinPrimitiveRendererFacts.cs | agpl-3.0 | 1,590,943,474 | using System;
using System.Runtime.CompilerServices;
using ImGui.GraphicsAbstraction;
using ImGui.GraphicsImplementation;
using ImGui.OSAbstraction.Text;
using ImGui.Rendering;
using Xunit;
using ImGui.Internal;
namespace ImGui.UnitTest.Rendering
{
public class BuiltinPrimitiveRendererFacts
{
private ... | using System;
using System.Runtime.CompilerServices;
using ImGui.GraphicsAbstraction;
using ImGui.GraphicsImplementation;
using ImGui.OSAbstraction.Text;
using ImGui.Rendering;
using Xunit;
using ImGui.Internal;
namespace ImGui.UnitTest.Rendering
{
public class BuiltinPrimitiveRendererFacts
{
private ... |
189b77c57fb01ee8d9827c146ed450c348a8e706 | temporarily opt-out this test | temporarily opt-out this test
Win32OpenGLRendererFacts will be rewritten into text rendering show case
demos
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/ImGui.UnitTest/OSImplentation/Windows/Win32OpenGLRendererFacts.cs | agpl-3.0 | 1,590,943,365 | using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
using ImGui;
namespace ImGui.UnitTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base(new Point(400, 300), new Size(800, 600)) { this.onGUI = onGUI; Form.current =... | using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
using ImGui;
namespace ImGui.UnitTest
{
public class Form1 : Form
{
private Action onGUI;
public Form1(Action onGUI) : base(new Point(400, 300), new Size(800, 600)) { this.onGUI = onGUI; Form.current =... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.