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 |
|---|---|---|---|---|---|---|---|---|
8a1d0c9fe946b6ecb6b4a1a66745bb2343735272 | Remove texture cropping overload | Remove texture cropping overload
| ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framewor... | osu.Framework/Graphics/Textures/Texture.cs | mit | 1,588,835,826 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.OpenGL.Textures;
using osu.Framework.Graphics.Primitives;
using osuTK;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.OpenGL.Textures;
using osu.Framework.Graphics.Primitives;
using osuTK;
... |
c88840b699fdc2a357564c7b47ffdbd453ceefb4 | Reuse existing properties | Reuse existing properties
| smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-... | osu.Framework/Graphics/Sprites/SpriteDrawNode.cs | mit | 1,588,835,826 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using System;
using osu.Framework.Graphics.OpenGL.Vertices;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
namespace osu.F... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using System;
using osu.Framework.Graphics.OpenGL.Vertices;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
namespace osu.F... |
6da6da6db706dea7afdf6627ece8bfab9d5b30e7 | Add invalidation for texture rectangle | Add invalidation for texture rectangle
| ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,... | osu.Framework/Graphics/Sprites/Sprite.cs | mit | 1,588,835,826 | // 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... |
32b1f98b1bd8ef84a8e8d6989a7c58aa0d1d3670 | Add JsonStringEnumConverter support, https://github.com/RicoSuter/NSwag/pull/2655 | Add JsonStringEnumConverter support, https://github.com/RicoSuter/NSwag/pull/2655
| NJsonSchema/NJsonSchema,RSuter/NJsonSchema,NJsonSchema/NJsonSchema | src/NJsonSchema/Generation/DefaultReflectionService.cs | mit | 1,588,835,750 | //-----------------------------------------------------------------------
// <copyright file="DefaultReflectionService.cs" company="NJsonSchema">
// Copyright (c) Rico Suter. All rights reserved.
// </copyright>
// <license>https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md</license>
// <author>Rico Su... | //-----------------------------------------------------------------------
// <copyright file="DefaultReflectionService.cs" company="NJsonSchema">
// Copyright (c) Rico Suter. All rights reserved.
// </copyright>
// <license>https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md</license>
// <author>Rico Su... |
8dafedeac2a787a66616d5c8cf9c5c37db8c403d | must declare _ for .NET 3.5 | must declare _ for .NET 3.5
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/main/net-placeholders/IsDateTimePlaceholderHandler.cs | apache-2.0 | 1,588,834,407 | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... |
2a9399d2ff5111707b29873992bd53d95f492b23 | help older compilers by using the more traditional property syntax | help older compilers by using the more traditional property syntax
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/main/net-placeholders/IsDateTimePlaceholderHandler.cs | apache-2.0 | 1,588,834,187 | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... |
84452aa807d7b80994e0e6736cfbb5389f273bd8 | additional tests for isDateTime | additional tests for isDateTime
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/tests/net-placeholders/PlaceholderDifferenceEvaluatorTest.cs | apache-2.0 | 1,588,833,935 | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... |
50c86e2c12dfb62ced08650e52f72530f7cfe5a1 | Skip querying unused challenges, handle failed pfx build | Skip querying unused challenges, handle failed pfx build
| webprofusion/Certify | src/Certify.Providers/ACME/Certes/CertesACMEProvider.cs | mit | 1,588,831,773 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Certes;
using Certes.Acme;
using Certes.Acme.Resource;
using Certify.Models;
using Cert... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Certes;
using Certes.Acme;
using Certes.Acme.Resource;
using Certify.Models;
using Cert... |
cfe415c1ade0417fc3fd3701e4fb642eac092b71 | Only include native managed certs in renew-all progress | Only include native managed certs in renew-all progress
| webprofusion/Certify | src/Certify.UI/ViewModel/AppViewModel.cs | mit | 1,588,831,730 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Input;
using Certify.Client;
using Certify.Locales;
using Certify.Management;
using C... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Input;
using Certify.Client;
using Certify.Locales;
using Certify.Management;
using C... |
3db0859de3f384a917c917dfcc5589fedc653080 | Added support for Python37 | Added support for Python37
| getnamo/UnrealEnginePython,getnamo/UnrealEnginePython,getnamo/UnrealEnginePython,getnamo/UnrealEnginePython,getnamo/UnrealEnginePython | Source/UnrealEnginePython/UnrealEnginePython.Build.cs | mit | 1,588,830,809 | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.IO;
using System.Collections.Generic;
public class UnrealEnginePython : ModuleRules
{
// leave this string as empty for triggering auto-discovery of python installations...
private string pythonHome = "";
// ... | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.IO;
using System.Collections.Generic;
public class UnrealEnginePython : ModuleRules
{
// leave this string as empty for triggering auto-discovery of python installations...
private string pythonHome = "";
// ... |
0b1e1e6dfe2950ed18714a9a783e45cce71a5d66 | Cherry pick: Adding section value check in the query string #8061 | Cherry pick: Adding section value check in the query string #8061
| bjarnef/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,tcmorris/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,madsoulswe/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,NikRimington/Umbraco-CMS,tcmorris/Umbraco-CMS,NikRimington/Umbraco-CMS,mattbrailsford/Umbraco-CMS,leekelleher/Umbraco-CMS,hfloyd/Umbraco-CMS,bjarn... | src/Umbraco.Web/Trees/ContentTreeControllerBase.cs | mit | 1,588,830,518 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Formatting;
using System.Web.Http;
using Umbraco.Core;
using Umbraco.Core.Services;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Formatting;
using System.Web.Http;
using Umbraco.Core;
using Umbraco.Core.Services;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco... |
535a35a99b45762d1a9eefbbf5f1ba5f256adb0a | feat: resolve #522 | feat: resolve #522
- feat: resolve #522: Make Internal HttpClient's timeout property configurable
- code cleanup | rollbar/Rollbar.NET,rollbar/Rollbar.NET | Rollbar/Infrastructure/RollbarClient.cs | mit | 1,588,830,428 | [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("UnitTest.Rollbar")]
namespace Rollbar
{
using System;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using Newtonsoft.Json;
... | [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("UnitTest.Rollbar")]
namespace Rollbar
{
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading.Tasks;
using System.Net;
using System.Net.Http;
... |
259ef688110bfbc6e9eed2f7b8779af8b65bbb3e | Fix date tooltip not showing in 24-hour format | Fix date tooltip not showing in 24-hour format
| NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu | osu.Game/Graphics/DrawableDate.cs | mit | 1,588,829,377 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Frame... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Frame... |
42ecbb724dd22e47ee3bc8c93602697992b59646 | changed the namespace of WebSocketServerExtensions | changed the namespace of WebSocketServerExtensions
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.WebSocket.Server/WebSocketHostBuilderExtensions.cs | apache-2.0 | 1,588,826,666 | using System;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using SuperSocket.Command;
namespace SuperSocket.WebSocket.Server
{
public static class WebSocketServerExtensions
{
public static WebSocketHostBuilder ConfigureWebSocketMessageHandler(this WebSocketHostBuilder ... | using System;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using SuperSocket.Command;
using SuperSocket.WebSocket;
using SuperSocket.WebSocket.Server;
namespace SuperSocket
{
public static class WebSocketServerExtensions
{
public sta... |
9f23080cf8df6d2e74d7ee695b6b40dc1055fa63 | Fix parameters supported in `Recurring` for `PriceData` across the API | Fix parameters supported in `Recurring` for `PriceData` across the API
| stripe/stripe-dotnet | src/Stripe.net/Services/SubscriptionItems/SubscriptionItemPriceDataRecurringOptions.cs | apache-2.0 | 1,588,824,076 | namespace Stripe
{
using System.Collections.Generic;
using Newtonsoft.Json;
public class SubscriptionItemPriceDataRecurringOptions : INestedOptions
{
/// <summary>
/// he frequency at which a subscription is billed. One of <c>day</c>, <c>week</c>,
/// <c>month</c> or <c>year</c>... | namespace Stripe
{
using System.Collections.Generic;
using Newtonsoft.Json;
public class SubscriptionItemPriceDataRecurringOptions : INestedOptions
{
/// <summary>
/// Specifies a usage aggregation strategy for prices where <see cref="UsageType"/> is
/// <c>metered</c>. Allowed values a... |
27da006ba28d32801e2612959428dbb8b282b7e5 | Remove extra unused variables. | Remove extra unused variables.
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.DotNetTest/VSTestManager.cs | mit | 1,588,823,609 | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSha... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSha... |
e91e4a73af89e719e05c1f349836433079a2523e | Fix catch crashing when finishing maps | Fix catch crashing when finishing maps
| ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu | osu.Game/Scoring/Legacy/ScoreInfoExtensions.cs | mit | 1,588,821,727 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Scoring.Legacy
{
public static class ScoreInfoExtensions
{
public static int? GetCountGeki(this Score... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Scoring.Legacy
{
public static class ScoreInfoExtensions
{
public static int? GetCountGeki(this Score... |
85647ba0c40862f3a4fdfe35f242e59737bb131e | Prevent error when filenames have braces in them | Prevent error when filenames have braces in them
| github/VisualStudio,github/VisualStudio,github/VisualStudio | src/GitHub.App/Services/PullRequestEditorService.cs | mit | 1,588,820,181 | using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using EnvDTE;
using GitHub.Commands;
using GitHub.Primitives;
using GitHub.Extensions;
using GitHub.Models;
using GitHub.Models.Drafts;
... | using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using EnvDTE;
using GitHub.Commands;
using GitHub.Primitives;
using GitHub.Extensions;
using GitHub.Models;
using GitHub.Models.Drafts;
... |
dd69136602749a81b4a92c88649899272e09f912 | 将JS时间格式的数值转换为时间 判断逻辑错误BUG修复 | 将JS时间格式的数值转换为时间 判断逻辑错误BUG修复
| i66soft/osharp-ns20,i66soft/osharp-ns20,i66soft/osharp-ns20 | src/OSharp/Timing/DateTimeExtensions.cs | apache-2.0 | 1,588,820,144 | // -----------------------------------------------------------------------
// <copyright file="DateTimeExtensions.cs" company="OSharp开源团队">
// Copyright (c) 2014-2017 OSharp. All rights reserved.
// </copyright>
// <site>http://www.osharp.org</site>
// <last-editor>郭明锋</last-editor>
// <last-date>2017-... | // -----------------------------------------------------------------------
// <copyright file="DateTimeExtensions.cs" company="OSharp开源团队">
// Copyright (c) 2014-2017 OSharp. All rights reserved.
// </copyright>
// <site>http://www.osharp.org</site>
// <last-editor>郭明锋</last-editor>
// <last-date>2017-... |
27a3f75e6a5b8481692f53bec4f3276c6bec6175 | On Windows I suppose this is just a timing issue | On Windows I suppose this is just a timing issue
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,819,696 | using Byond.TopicSender;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.IO;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client.Components;
using Tgstation.Server.Host.Components.Interop;
using Tgstatio... | using Byond.TopicSender;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.IO;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client.Components;
using Tgstation.Server.Host.Components.Interop;
using Tgstatio... |
5186da8412ded39b4216cab60c0858fe05b42f71 | Fix potential song select nullref | Fix potential song select nullref
| UselessToucan/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game/Screens/Select/Carousel/CarouselBeatmap.cs | mit | 1,588,819,024 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Screens.Select.Filter;
namespace osu.Game.Screens.Select.Carou... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Screens.Select.Filter;
namespace osu.Game.Screens.Select.Carou... |
ae50dddc4affbb8fc01eddf37b49af996fa01cd8 | improving data types | improving data types
| domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Ahoy,domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore | src/Swashbuckle.AspNetCore.ApiTesting/OpenApiSchemaExtensions.cs | mit | 1,588,818,997 | using System;
using System.Linq;
using System.Text;
using Microsoft.OpenApi.Models;
namespace Swashbuckle.AspNetCore.ApiTesting
{
public static class OpenApiSchemaExtensions
{
internal static bool TryParse(this OpenApiSchema schema, string stringValue, out object typedValue)
{
type... | using System.Linq;
using System.Text;
using Microsoft.OpenApi.Models;
namespace Swashbuckle.AspNetCore.ApiTesting
{
public static class OpenApiSchemaExtensions
{
internal static bool TryParse(this OpenApiSchema schema, string stringValue, out object typedValue)
{
typedValue = null;... |
083aa94239868fdbd0fefe7f2c46c700bedf72d8 | PowerCalculations: Updated sequence calculator to support targeted sequences, +, -, or 0, defaults to all. | PowerCalculations: Updated sequence calculator to support targeted sequences, +, -, or 0, defaults to all.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/Adapters/PowerCalculations/SequenceCalculator.cs | mit | 1,588,818,748 | //******************************************************************************************************
// SequenceCalculator.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... | //******************************************************************************************************
// SequenceCalculator.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... |
1b3619f3aa73f5dfd16c3f46fa407b2c711e66a2 | Correct namespace | Correct namespace
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/JsonConvertersTest/UnblindedSignatureTests.cs | mit | 1,588,816,761 | using NBitcoin;
using Newtonsoft.Json;
using System;
using System.IO;
using System.Linq;
using System.Text;
using WalletWasabi.Crypto;
using WalletWasabi.JsonConverters;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.JsonConvertersTest
{
public class UnblindedSignatureTests
{
private static Random Random = ne... | using NBitcoin;
using Newtonsoft.Json;
using System;
using System.IO;
using System.Linq;
using System.Text;
using WalletWasabi.Crypto;
using WalletWasabi.JsonConverters;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.JsonConverters
{
public class UnblindedSignatureTests
{
private static Random Random = new Ra... |
090808d3c1de878382bea5ed7e27304e67721e49 | Refactor UnblindedSignature class | Refactor UnblindedSignature class
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Crypto/UnblindedSignature.cs | mit | 1,588,816,236 | using System;
using NBitcoin.DataEncoders;
using NBitcoin.Secp256k1;
namespace WalletWasabi.Crypto
{
#nullable enable
public class UnblindedSignature
{
internal UnblindedSignature(in Scalar c, in Scalar s)
{
C = c;
S = s;
}
internal Scalar C { get; }
internal Scalar S { get; }
public static bool... | using System;
using NBitcoin.DataEncoders;
using NBitcoin.Secp256k1;
namespace WalletWasabi.Crypto
{
#nullable enable
public class UnblindedSignature
{
internal Scalar C { get; }
internal Scalar S { get; }
internal UnblindedSignature(in Scalar c, in Scalar s)
{
C = c;
S = s;
}
public static bool... |
d0368bf77558256e31b88a3d762b64ab940959d2 | Improve GetFieldValue (#483) | Improve GetFieldValue (#483)
| nanoframework/nf-Visual-Studio-extension | source/VisualStudio.Extension/CorDebug/CorDebugValue.cs | mit | 1,588,815,665 | //
// Copyright (c) 2017 The nanoFramework project contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
using CorDebugInterop;
using nanoFramework.Tools.Debugger;
using System;
using System.Diagnostics;
using System... | //
// Copyright (c) 2017 The nanoFramework project contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
using CorDebugInterop;
using nanoFramework.Tools.Debugger;
using System;
using System.Diagnostics;
using System... |
a8dbabe7d2031879635848d19625b7dbd27dac72 | Remove output of deployment exception (#482) | Remove output of deployment exception (#482)
***NO_CI*** | nanoframework/nf-Visual-Studio-extension | source/VisualStudio.Extension/DeployProvider/DeployProvider.cs | mit | 1,588,814,982 | //
// Copyright (c) 2017 The nanoFramework project contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
using ICSharpCode.Decompiler;
using ICSharpCode.Decompiler.CSharp;
using Microsoft.VisualStudio.ProjectSystem;
... | //
// Copyright (c) 2017 The nanoFramework project contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
using ICSharpCode.Decompiler;
using ICSharpCode.Decompiler.CSharp;
using Microsoft.VisualStudio.ProjectSystem;
... |
91ac873529de51bb6acdba641e6bfc7e48bedaff | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,588,810,077 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
42644b1915dd334890885c0f14cd1dcf797d9b59 | Fixes resolving nuget packages where dependant package is FlubuCore or dependency package is not found | Fixes resolving nuget packages where dependant package is FlubuCore or dependency package is not found
(cherry picked from commit 2e5b6a1c043dcc0c2347fa3103bbc4d6ac57e274)
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Scripting/NugetPackageResolver.cs | bsd-2-clause | 1,588,809,332 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.Versioning;
using System.Text;
using System.Xml.Linq;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting.Analysis;
using FlubuCore.Services;
using Flub... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.Versioning;
using System.Text;
using System.Xml.Linq;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting.Analysis;
using FlubuCore.Services;
using Flub... |
2bf4da06422779cdf06dd7178498be7b277f38e1 | small refactoring on resolve nuget packages from directives. | small refactoring on resolve nuget packages from directives.
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Scripting/NugetPackageResolver.cs | bsd-2-clause | 1,588,809,095 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.Versioning;
using System.Text;
using System.Xml.Linq;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting.Analysis;
using FlubuCore.Services;
using Flub... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.Versioning;
using System.Text;
using System.Xml.Linq;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting.Analysis;
using FlubuCore.Services;
using Flub... |
2e5b6a1c043dcc0c2347fa3103bbc4d6ac57e274 | Fixes resolving nuget packages where dependant package is FlubuCore or dependency package is not found | Fixes resolving nuget packages where dependant package is FlubuCore or dependency package is not found
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Scripting/NugetPackageResolver.cs | bsd-2-clause | 1,588,808,415 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.Versioning;
using System.Text;
using System.Xml.Linq;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting.Analysis;
using FlubuCore.Services;
using Flub... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Metadata;
using System.Runtime.Versioning;
using System.Text;
using System.Xml.Linq;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting.Analysis;
using FlubuCore.Services;
using Flub... |
4d28bb8bbc8a50db2a4b4368682bc814b72d9da1 | Small fix in releaser. | Small fix in releaser.
| Bobris/BTDB,karasek/BTDB,klesta490/BTDB | Releaser/Releaser/Program.cs | mit | 1,588,808,148 | using LibGit2Sharp;
using LibGit2Sharp.Handlers;
using Octokit;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Xml;
namespace Releaser
{
class Program
{
static void Main(str... | using LibGit2Sharp;
using LibGit2Sharp.Handlers;
using Octokit;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Xml;
namespace Releaser
{
class Program
{
static void Main(str... |
c9f0c43bc90f2b82412600b26719ed3d6e35b0a7 | Remove using Clipboard | Remove using Clipboard
| ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.API/Clipboard.cs | mit | 1,588,807,045 | using ElectronNET.API.Entities;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using System.Threading.Tasks;
namespace ElectronNET.API
{
/// <summary>
/// Perform copy and paste operations on the system clipboard.
/// </summary>
public sealed class Clipboard
... | using System;
using ElectronNET.API.Entities;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using System.Threading.Tasks;
using Console = System.Console;
namespace ElectronNET.API
{
/// <summary>
/// Perform copy and paste operations on the system clipboard.
/// <... |
5fd4f879779b131bf841c95d2a783d7f7742d2fa | Avoid crashing in PollingFileWatcher (#21544) | Avoid crashing in PollingFileWatcher (#21544)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Tools/dotnet-watch/src/Internal/FileWatcher/PollingFileWatcher.cs | apache-2.0 | 1,588,805,270 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using Microsoft.Extensions.Tools.Inte... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using Microsoft.Extensions.Tools.Int... |
a5b3ce6641179fcfbfb8db2f36b8b33e2a30e87f | (GH-3746) Fix tests | (GH-3746) Fix tests
| MahApps/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro | src/MahApps.Metro/Controls/TimePicker/DateTimePicker.cs | mit | 1,588,803,460 | using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Threading;
namespace MahApps.Metro.Controls
{
/// <summary>
/// Re... | using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Threading;
namespace MahApps.Metro.Controls
{
/// <summary>
/// Re... |
8cad6890e35f829428b9b6c63c8c3923628743b5 | Updated comment | Updated comment
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/main/net-placeholders/IsDateTimePlaceholderHandler.cs | apache-2.0 | 1,588,803,360 | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... |
96d601513bac7b8b806b669562d53f4ef8fa0a45 | Corrected unit tests to take account current culture | Corrected unit tests to take account current culture
| adamstyl/sharp-convert | Tests/UnitsTest.cs | mit | 1,588,803,308 | using System;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using MmiSoft.Core.Math.Units;
using NUnit.Framework;
namespace UnitTests.MmiSoft.Core.Math.Units
{
[TestFixture]
public class UnitsTest : AssertionHelper
{
[Test(Description="Valid values tests, no symbols, no decimals")]
public ... | using System;
using System.Diagnostics.CodeAnalysis;
using MmiSoft.Core.Math.Units;
using NUnit.Framework;
namespace UnitTests.MmiSoft.Core.Math.Units
{
[TestFixture]
public class UnitsTest : AssertionHelper
{
[Test(Description="Valid values tests, no symbols, no decimals")]
public void SpeedValidation()
{
... |
7416d8cf81c64591f9752a773f5877d49d9d6f92 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,588,803,153 | 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
... |
78b4beb10ac13f2cc8d63149f36d6254b79f0764 | #111 - Implemented last missing method. Maybe i'll need it someday lol | #111 - Implemented last missing method. Maybe i'll need it someday lol
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Data/Repositories/ReminderRepository.cs | agpl-3.0 | 1,588,801,647 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Microsoft.EntityFrameworkCore;
using SoraBot.Data.Extensions;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Data.Repositories
{
public ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Microsoft.EntityFrameworkCore;
using SoraBot.Data.Extensions;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Data.Repositories
{
public ... |
b10dd7990b3bb07537c80b4815ab62fe91751d65 | #111 - Fixed small mistake in the reply | #111 - Fixed small mistake in the reply
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/ReminderModule.cs | agpl-3.0 | 1,588,801,466 | using System;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord.Commands;
using Humanizer;
using Humanizer.Localisation;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
... | using System;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord.Commands;
using Humanizer;
using Humanizer.Localisation;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
... |
6db0c52b3445cac72b9498d19f54cd0459cee11c | Resolve the target directory before symlinking | Resolve the target directory before symlinking
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Deployment/WindowsSwappableDmbProvider.cs | agpl-3.0 | 1,588,801,400 | using System;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Models;
namespace Tgstation.Server.Host.Components.Deployment
{
/// <summary>
/// A windows <see cref="IDmbProvider"/> that uses symlinks.
/// </summary>
sealed class WindowsSwappableDmb... | using System;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Models;
namespace Tgstation.Server.Host.Components.Deployment
{
/// <summary>
/// A windows <see cref="IDmbProvider"/> that uses symlinks.
/// </summary>
sealed class WindowsSwappableDmb... |
25f73c0b9f30d2c3dc129d02f0bd8a61e738374c | Add [NotNull] annotation | Add [NotNull] annotation
| peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new | osu.Game.Rulesets.Catch/UI/CatcherTrailDisplay.cs | mit | 1,588,801,236 | // 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 JetBrains.Annotations;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Containers;
using osu.Frame... | // 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;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using ... |
a90ea554557027679e51ed84829dd3992cd19eb3 | changed mzid and pepxml output to be filtered by q-value cutoff (#1892) | changed mzid and pepxml output to be filtered by q-value cutoff (#1892)
| smith-chem-wisc/MetaMorpheus,rmillikin/MetaMorpheus,lonelu/MetaMorpheus,zrolfs/MetaMorpheus | TaskLayer/SearchTask/PostSearchAnalysisTask.cs | mit | 1,588,800,638 | using EngineLayer;
using EngineLayer.FdrAnalysis;
using EngineLayer.HistogramAnalysis;
using EngineLayer.Localization;
using EngineLayer.ModificationAnalysis;
using FlashLFQ;
using MassSpectrometry;
using MathNet.Numerics.Distributions;
using Proteomics;
using Proteomics.ProteolyticDigestion;
using System;
using Syste... | using EngineLayer;
using EngineLayer.FdrAnalysis;
using EngineLayer.HistogramAnalysis;
using EngineLayer.Localization;
using EngineLayer.ModificationAnalysis;
using FlashLFQ;
using MassSpectrometry;
using MathNet.Numerics.Distributions;
using Proteomics;
using Proteomics.ProteolyticDigestion;
using System;
using Syste... |
52d1e2b5f889dd193aad2c10b0f3b40f87e24f8c | Improve xmldoc | Improve xmldoc
| peppy/osu-new,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu | osu.Game.Rulesets.Catch/UI/Catcher.cs | mit | 1,588,800,534 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using... |
a0611c56f2c159c8119d0fb66f7858fc540a05db | SubscriptionSecurityAllMessageAdapter fix. | SubscriptionSecurityAllMessageAdapter fix.
| StockSharp/StockSharp | Algo/SubscriptionSecurityAllMessageAdapter.cs | apache-2.0 | 1,588,800,283 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Messages;
/// <summary>
/// Security ALL subscription counter adapter.
/// </summary>
public class SubscriptionSecurityAllMessageAdapter : MessageAdapt... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Messages;
/// <summary>
/// Security ALL subscription counter adapter.
/// </summary>
public class SubscriptionSecurityAllMessageAdapter : MessageAdapt... |
7e1358c27cd5504fa46ec405567b1ecb932512c4 | Implement primitives for C# backend. | Implement primitives for C# backend.
| diku-dk/futhark,HIPERFIT/futhark,HIPERFIT/futhark,HIPERFIT/futhark,diku-dk/futhark,diku-dk/futhark,diku-dk/futhark | rts/csharp/scalar.cs | isc | 1,588,800,202 | // Scalar functions.
private static sbyte signed(byte x){ return (sbyte) x;}
private static short signed(ushort x){ return (short) x;}
private static int signed(uint x){ return (int) x;}
private static long signed(ulong x){ return (long) x;}
private static byte unsigned(sbyte x){ return (byte) x;}
private static ushor... | // Scalar functions.
private static sbyte signed(byte x){ return (sbyte) x;}
private static short signed(ushort x){ return (short) x;}
private static int signed(uint x){ return (int) x;}
private static long signed(ulong x){ return (long) x;}
private static byte unsigned(sbyte x){ return (byte) x;}
private static ushor... |
88e7905916357d8d9909d5cc5e109ff787e30f79 | Función de comprob. de firmware | Función de comprob. de firmware
| TheXDS/MCART,TheXDS/MCART | src/Lib/MCART-Windows/Component/WindowsInfo.cs | mit | 1,588,799,921 | /*
WindowsInfo.cs
This file is part of Morgan's CLR Advanced Runtime (MCART)
Author(s):
César Andrés Morgan <xds_xps_ivx@hotmail.com>
Copyright © 2011 - 2020 César Andrés Morgan
Morgan's CLR Advanced Runtime (MCART) is free software: you can redistribute it
and/or modify it under the terms of the GNU General ... | /*
WindowsInfo.cs
This file is part of Morgan's CLR Advanced Runtime (MCART)
Author(s):
César Andrés Morgan <xds_xps_ivx@hotmail.com>
Copyright © 2011 - 2020 César Andrés Morgan
Morgan's CLR Advanced Runtime (MCART) is free software: you can redistribute it
and/or modify it under the terms of the GNU General ... |
cfed347681635c67f479510b3b71fd6c951bbc56 | #111 - Made userserivce singleton bcs it didnt need to be scoped | #111 - Made userserivce singleton bcs it didnt need to be scoped
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Users/UserServicesDependencyInjection.cs | agpl-3.0 | 1,588,799,674 | using Microsoft.Extensions.DependencyInjection;
namespace SoraBot.Services.Users
{
public static class UserServicesDependencyInjection
{
public static IServiceCollection AddUserServices(this IServiceCollection services)
=> services.AddSingleton<IUserService, UserService>();
}
} | using Microsoft.Extensions.DependencyInjection;
namespace SoraBot.Services.Users
{
public static class UserServicesDependencyInjection
{
public static IServiceCollection AddUserServices(this IServiceCollection services)
=> services.AddScoped<IUserService, UserService>();
}
} |
0b0b1e79bed25c8f220123b1a6ac5fb216b28c82 | #111 - Add remind command | #111 - Add remind command
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/ReminderModule.cs | agpl-3.0 | 1,588,799,664 | using System;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord.Commands;
using Humanizer;
using Humanizer.Localisation;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
... | using System;
using System.Linq;
using System.Text.RegularExpressions;
using ArgonautCore.Maybe;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("Reminders")]
[Summary("A collection of commands to set up reminde... |
05512f34d41c214e86e096dd65722a7cf1bac955 | Use fragment | Use fragment
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/TransactionController.cs | mit | 1,588,799,003 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc.Con... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc.Con... |
c6a3e87563a1281e4fc9d4425b29791755e21893 | #111 - Parser for time | #111 - Parser for time
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/ReminderModule.cs | agpl-3.0 | 1,588,798,484 | using System;
using System.Linq;
using System.Text.RegularExpressions;
using ArgonautCore.Maybe;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("Reminders")]
[Summary("A collection of commands to set up reminde... | using SoraBot.Common.Extensions.Modules;
namespace SoraBot.Bot.Modules
{
public class ReminderModule : SoraSocketCommandModule
{
}
} |
56de084fe73751a1f6e2da36e1c0cf43975a1827 | Set the Customer IpAddress for the order transaction that is passed to the payment gateway | Set the Customer IpAddress for the order transaction that is passed to the payment gateway
| HotcakesCommerce/core,HotcakesCommerce/core | Libraries/Hotcakes.Commerce/Orders/OrderPaymentManager.cs | mit | 1,588,798,286 | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... |
f22ba4892b021be89ba2ab18af9610209a41a1a3 | Test fixups | Test fixups
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,797,910 | using Byond.TopicSender;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.IO;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client.Components;
using Tgstation.Server.Host.Components.Interop;
namespace Tgs... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
usin... |
c7aeec0f6c06305dda6b3b3390bde50b9fdaaacf | Fix compile. | Fix compile.
| space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Client/GameObjects/Components/Sound/SoundComponent.cs | mit | 1,588,797,775 | using System.Collections.Generic;
using Content.Shared.GameObjects.Components.Sound;
using Robust.Client.GameObjects.EntitySystems;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Network;
using Robust.Shared.Interfaces.Random;
using Robust.Shared.IoC;
using R... | using System.Collections.Generic;
using System.Linq;
using Content.Shared.GameObjects.Components.Sound;
using Microsoft.DiaSymReader;
using Robust.Client.GameObjects.EntitySystems;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Network;
using Robust.Shared.In... |
b616d864298fb9df3d5760f3387dd2589579e329 | Default text not needed as the enum is called that | Default text not needed as the enum is called that
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Objentry.cs | mit | 1,588,797,216 | using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using Xe.BinaryMapper;
namespace OpenKh.Kh2
{
public class Objentry
{
public enum Type : byte
{
[Description("Player")]
PLAYER = 0x0,
[Description("Party Membe... | using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using Xe.BinaryMapper;
namespace OpenKh.Kh2
{
public class Objentry
{
public enum Type : byte
{
[Description("Player")]
PLAYER = 0x0,
[Description("Party Membe... |
f29778d6b77b4a5e3e3c17c856859c71085768b7 | Update SqlBulkOperation.cs for SQLite | Update SqlBulkOperation.cs for SQLite
When using SQLite and a custom Converter that ouputs a null value, we must also convert it to DBNull.Value or it crashes. | borisdj/EFCore.BulkExtensions | EFCore.BulkExtensions/SqlBulkOperation.cs | mit | 1,588,796,993 | using FastMember;
using Microsoft.Data.SqlClient;
using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Storage;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Linq.Expressions;
using System.Thr... | using FastMember;
using Microsoft.Data.SqlClient;
using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Storage;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Linq.Expressions;
using System.Thr... |
d986693e13327172ab0cb89c7214afa6f319480a | fix: ResourceJsonInputFormatter AllowSynchronousIO | fix: ResourceJsonInputFormatter AllowSynchronousIO
* A hotfix to Allow Synchronous IO in the ResourceJsonInputFormatter
* Issue #232
| furore-fhir/spark,furore-fhir/spark | src/Spark.Engine/Formatters/NetCore/ResourceJsonInputFormatter.cs | bsd-3-clause | 1,588,796,529 | #if NETSTANDARD2_0
using Hl7.Fhir.Model;
using Hl7.Fhir.Serialization;
using Microsoft.AspNetCore.Mvc.Formatters;
using Microsoft.Extensions.DependencyInjection;
using Spark.Core;
using Spark.Engine.Extensions;
using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
namespace Spark.Engine.Form... | #if NETSTANDARD2_0
using Hl7.Fhir.Model;
using Hl7.Fhir.Serialization;
using Microsoft.AspNetCore.Mvc.Formatters;
using Microsoft.Extensions.DependencyInjection;
using Spark.Core;
using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
namespace Spark.Engine.Formatters
{
public class Resou... |
ff43fc3ff11d053a3975b5cb8e84390829baf816 | GUARD-506 Update version to 2.0; update company, copyright | GUARD-506 Update version to 2.0; update company, copyright
| agileharbor/trueShipAccess,agileharbor/trueShipAccess | src/Global/GlobalAssemblyInfo.cs | bsd-3-clause | 1,588,796,365 | using System;
using System.Reflection;
using System.Runtime.InteropServices;
[ assembly : ComVisible( false ) ]
[ assembly : AssemblyProduct( "TrueShipAccess" ) ]
[ assembly : AssemblyCompany( "SkuVault" ) ]
[ assembly : AssemblyCopyright( "Copyright (C) 2020 SkuVaut" ) ]
[ assembly : AssemblyDescription( "TrueShip we... | using System;
using System.Reflection;
using System.Runtime.InteropServices;
[ assembly : ComVisible( false ) ]
[ assembly : AssemblyProduct( "TrueShipAccess" ) ]
[ assembly : AssemblyCompany( "Agile Harbor, LLC" ) ]
[ assembly : AssemblyCopyright( "Copyright (C) 2015 Agile Harbor, LLC" ) ]
[ assembly : AssemblyDescri... |
3a5cb48a3aefb036c272fa906a34e3c28412e00a | Bug in existing code. Invalid allowed it to happen. | Bug in existing code. Invalid allowed it to happen.
Also, display the model state errors in ErrorMessage
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/ItemManagementController.cs | mit | 1,588,796,056 | using System;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.Helpers.Filter;
using CRP.Controllers.ViewModels;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc... | using System;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.Helpers.Filter;
using CRP.Controllers.ViewModels;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc... |
245dcf4be2d7ed8d19b5a896ad02151927a00528 | Add an ErrorMessage | Add an ErrorMessage
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/ApplicatonController.cs | mit | 1,588,795,972 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using CRP.Controllers.Helpers;
using UCDArch.Web.Controller;
namespace CRP.Controllers
{
//[LocServiceMessage("ConferenceRegistrationAndPayments", ViewDataKey = "ServiceMessages", MessageServiceAppSettingsKe... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using CRP.Controllers.Helpers;
using UCDArch.Web.Controller;
namespace CRP.Controllers
{
//[LocServiceMessage("ConferenceRegistrationAndPayments", ViewDataKey = "ServiceMessages", MessageServiceAppSettingsKe... |
c511db91b87fe0dc7ed85576ff53d56c3341495f | fixed integration account resource group bug | fixed integration account resource group bug
| jeffhollan/LogicAppTemplateCreator,jeffhollan/LogicAppTemplateCreator | LogicAppTemplate/TemplateGenerator.cs | mit | 1,588,795,092 | using LogicAppTemplate.Models;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace LogicAppTemplate
{
public class TemplateGenerator
{
private DeploymentTe... | using LogicAppTemplate.Models;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace LogicAppTemplate
{
public class TemplateGenerator
{
private DeploymentTe... |
23261cf16fc9d772eb5003e60e9170967e30a7ed | #111 - Added the method to properly bulk delete reminders | #111 - Added the method to properly bulk delete reminders
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Data/Repositories/ReminderRepository.cs | agpl-3.0 | 1,588,795,008 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Data.Repositories
{
public class ReminderRepository : IReminderRepository
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Data.Repositories
{
public class ReminderRepository : IReminderRepository
{
... |
d754e9fdc53e513d9f1164ad629890bc6d5b5338 | chore: cleanup the integration test asserts | chore: cleanup the integration test asserts
| dubrovkinmaxim/sendgrid-csharp,dubrovkinmaxim/sendgrid-csharp,sendgrid/sendgrid-csharp,sendgrid/sendgrid-csharp | tests/SendGrid.Tests/Integration.cs | mit | 1,588,794,916 | namespace SendGrid.Tests
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Reliability;
using SendGrid.Helpers.Mail;
using Se... | namespace SendGrid.Tests
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Reliability;
using SendGrid.Helpers.Mail;
using Se... |
39aa6af3f1febc69b1285e0c1036744a34e95b0f | #111 - Added the timer function | #111 - Added the timer function
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Reminder/ReminderService.cs | agpl-3.0 | 1,588,794,840 | using System;
using System.Linq;
using System.Threading;
using Discord;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Users;
using SoraBot.Services.Utils;
namespace SoraBot... | using System;
using System.Threading;
using Microsoft.Extensions.Logging;
using SoraBot.Services.Utils;
namespace SoraBot.Services.Reminder
{
public class ReminderService : IReminderService
{
private readonly ILogger<ReminderService> _log;
public const int TIMER_INTERVAL_MINS = 1;
... |
274fe92f4f0879413f2ebdf89b9546d67f523b6e | #111 - had to rename some stuff or ef core would shit itself | #111 - had to rename some stuff or ef core would shit itself
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Data/Models/SoraDb/Reminder.cs | agpl-3.0 | 1,588,793,519 | using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace SoraBot.Data.Models.SoraDb
{
public class Reminder
{
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public uint Id { get; set; }
[Required]
... | using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace SoraBot.Data.Models.SoraDb
{
public class Reminder
{
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public uint Id { get; set; }
[Required]
... |
99312a0977d7f7a8fe8e317d354518fc25f0663f | Wtf is going on here | Wtf is going on here
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,793,398 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... |
820ab24e1015cf304066c0b5fd669eca832a29d3 | GSF.PhasorProtocols.UI.WPF: Moved zero sequence phase to second check since values should be very unique. | GSF.PhasorProtocols.UI.WPF: Moved zero sequence phase to second check since values should be very unique.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.PhasorProtocols/UI/WPF/ViewModels/InputWizardDevices.cs | mit | 1,588,793,171 | //******************************************************************************************************
// InputWizardDevices.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... | //******************************************************************************************************
// InputWizardDevices.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... |
ab8a2527bf15e63884d73a84e55cd9caeff18d81 | GSF.PhasorProtocols.UI.WPF: Updated phase guess operation: since positive sequence is the default and always treated with accuracy suspicion, it's value is tested first | GSF.PhasorProtocols.UI.WPF: Updated phase guess operation: since positive sequence is the default and always treated with accuracy suspicion, it's value is tested first
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.PhasorProtocols/UI/WPF/ViewModels/InputWizardDevices.cs | mit | 1,588,793,068 | //******************************************************************************************************
// InputWizardDevices.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... | //******************************************************************************************************
// InputWizardDevices.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... |
c7dd550558b51e2d2289b07c4ba805b2de86cd65 | #111 - Made sure only Shard 0 actually sends and manages reminders. Just so we reduce the clusterfuck | #111 - Made sure only Shard 0 actually sends and manages reminders. Just so we reduce the clusterfuck
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Reminder/ReminderService.cs | agpl-3.0 | 1,588,792,981 | using System;
using System.Threading;
using Microsoft.Extensions.Logging;
using SoraBot.Services.Utils;
namespace SoraBot.Services.Reminder
{
public class ReminderService : IReminderService
{
private readonly ILogger<ReminderService> _log;
public const int TIMER_INTERVAL_MINS = 1;
... | using System;
using System.Threading;
using Microsoft.Extensions.Logging;
using SoraBot.Services.Utils;
namespace SoraBot.Services.Reminder
{
public class ReminderService : IReminderService
{
private readonly ILogger<ReminderService> _log;
public const int TIMER_INTERVAL_MINS = 1;
... |
7e9cc9d22ed0c79b46e9365fa6d73aac645e2af0 | #111 - Introduced the timers | #111 - Introduced the timers
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Reminder/ReminderService.cs | agpl-3.0 | 1,588,792,905 | using System;
using System.Threading;
using Microsoft.Extensions.Logging;
using SoraBot.Services.Utils;
namespace SoraBot.Services.Reminder
{
public class ReminderService : IReminderService
{
private readonly ILogger<ReminderService> _log;
public const int TIMER_INTERVAL_MINS = 1;
... | namespace SoraBot.Services.Reminder
{
public class ReminderService : IReminderService
{
}
} |
47dc23c8ab9252e3a80635f3fe3a6d8a5b6fecdb | code tidy up | code tidy up
| ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer | FTAnalyser/Forms/MainForm.cs | apache-2.0 | 1,588,792,380 | using FTAnalyzer.Controls;
using FTAnalyzer.Exports;
using FTAnalyzer.Filters;
using FTAnalyzer.Forms;
using FTAnalyzer.Properties;
using FTAnalyzer.UserControls;
using FTAnalyzer.Utilities;
using Ionic.Zip;
using Printing.DataGridViewPrint.Tools;
using System;
using System.Collections.Generic;
using System... | using FTAnalyzer.Controls;
using FTAnalyzer.Exports;
using FTAnalyzer.Filters;
using FTAnalyzer.Forms;
using FTAnalyzer.Properties;
using FTAnalyzer.UserControls;
using FTAnalyzer.Utilities;
using Ionic.Zip;
using Printing.DataGridViewPrint.Tools;
using System;
using System.Collections.Generic;
using System... |
ddb0c80733ed7e3dbf54c5872075acccb2c33949 | Fix a nullref when project evaluations are missing. | Fix a nullref when project evaluations are missing.
This can happen with binlogs produced by the VS extension as evaluation in VS is done separately.
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogger/Construction/MessageProcessor.cs | mit | 1,588,792,312 | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.Build.Framework;
namespace Microsoft.Build.Logging.StructuredLogger
{
public class MessageProcessor
{
public static string TaskParameterMessagePrefix = Strings.TaskParamet... | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.Build.Framework;
namespace Microsoft.Build.Logging.StructuredLogger
{
public class MessageProcessor
{
public static string TaskParameterMessagePrefix = Strings.TaskParamet... |
df803161a3ecfedf6a46432f59d3efc922ba2bfa | Ensure everything passing through FileService uses '\' not '/' in resolved paths. #100 | Ensure everything passing through FileService uses '\' not '/' in resolved paths. #100
| KevinJump/uSync,KevinJump/uSync | uSync8.BackOffice/Services/SyncFileService.cs | mpl-2.0 | 1,588,791,256 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using System.Xml.Serialization;
using Umbraco.Core.Composing;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using uSync8.BackOffice.Configuration;
namespace uSync8.Back... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using System.Xml.Serialization;
using Umbraco.Core.Composing;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using uSync8.BackOffice.Configuration;
namespace uSync8.Back... |
5e678004095205396aa008f28b9a3f3162b3a811 | On socket closed action invoke. | On socket closed action invoke.
| jammerware/margiebot | MargieBot/src/WebSockets/MargieBotWebSocket.cs | mit | 1,588,791,190 | using System;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace MargieBot.WebSockets
{
public delegate void MargieBotWebSocketMessageReceivedEventHandler(object sender, string message);
public class MargieBotWebSocket : IDisposable
{
C... | using System;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace MargieBot.WebSockets
{
public delegate void MargieBotWebSocketMessageReceivedEventHandler(object sender, string message);
public class MargieBotWebSocket : IDisposable
{
C... |
278d4fea37078528ce0f9ebf137639c77208882b | implements | implements
| Backendless/.NET-SDK,Backendless/.NET-SDK | Backendless/Transaction/UnitOfWork.cs | apache-2.0 | 1,588,789,798 | using BackendlessAPI.Async;
using BackendlessAPI.Transaction.Operations;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Weborb.Service;
namespace BackendlessAPI.Transaction
{
public class UnitOfWork : IUnitOfWork
{
public static String... | using BackendlessAPI.Async;
using BackendlessAPI.Transaction.Operations;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Weborb.Service;
namespace BackendlessAPI.Transaction
{
public class UnitOfWork// : IUnitOfWork
{
public static Stri... |
0c88ad607991be8da74a2b8dc62d5c2a8b9fd284 | (#48) Add UIMenuListScrollerItem docs | (#48) Add UIMenuListScrollerItem docs
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/MenuItems/UIMenuListScrollerItem.cs | mit | 1,588,788,902 | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
/// <summary>
/// Represents a scroller item with a list of items to scroll through.
/// </summary>
/// <typeparam name="T">
/// The type of the items.
/// </typeparam>
public c... | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
public class UIMenuListScrollerItem<T> : UIMenuScrollerItem
{
private IList<T> items;
private string selectedValueText;
private Func<T, string> formatter;
public T ... |
fc149fcfb3325e9e319352e77b41670a982bfb7f | (#48) Add format properties to numeric scroller | (#48) Add format properties to numeric scroller
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/MenuItems/UIMenuNumericScrollerItem.cs | mit | 1,588,788,901 | namespace RAGENativeUI.Elements
{
using System;
/// <summary>
/// Represents a scroller item that displays numeric values within a range.
/// </summary>
/// <typeparam name="T">
/// The numeric type to use. Possible types are: <see cref="sbyte"/>, <see cref="byte"/>, <see cref="short"/>, <see ... | namespace RAGENativeUI.Elements
{
using System;
/// <summary>
/// Represents a scroller item that displays numeric values within a range.
/// </summary>
/// <typeparam name="T">
/// The numeric type to use. Possible types are: <see cref="sbyte"/>, <see cref="byte"/>, <see cref="short"/>, <see ... |
54959f49683ad8457cf3c0fa32e9f56ab7b4b49f | (#48) Fix UIMenuListItem/UIMenuScrollerItem.ScrollingEnabled | (#48) Fix UIMenuListItem/UIMenuScrollerItem.ScrollingEnabled
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/UIMenu.cs | mit | 1,588,788,901 | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... |
a1b37b88b48fe14e21b3031939fe6468cf64d6a4 | ProductContentTypes.Connector | ProductContentTypes.Connector
| StockSharp/StockSharp | Community/ProductContentTypes.cs | apache-2.0 | 1,588,788,435 | namespace StockSharp.Community
{
using System.ComponentModel.DataAnnotations;
using System.Runtime.Serialization;
using StockSharp.Localization;
/// <summary>
/// Product content types.
/// </summary>
[DataContract]
public enum ProductContentTypes
{
/// <summary>
/// Source code (if the strategy is distr... | namespace StockSharp.Community
{
using System.ComponentModel.DataAnnotations;
using System.Runtime.Serialization;
using StockSharp.Localization;
/// <summary>
/// Product content types.
/// </summary>
[DataContract]
public enum ProductContentTypes
{
/// <summary>
/// Source code (if the strategy is distr... |
9afe8892d6f23188120333a8c0d4b84bdda90c51 | Null check in fire-and-forget logging action. | Null check in fire-and-forget logging action.
| ZeBobo5/Vlc.DotNet,jeremyVignelles/Vlc.DotNet | src/Vlc.DotNet.Core/VlcMediaPlayer/VlcMediaPlayer.Events.Log.cs | mit | 1,588,788,275 | using System;
using Vlc.DotNet.Core.Interops.Signatures;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
#if NETSTANDARD1_3 || NETSTANDARD2_0 || NET45
using System.Threading.Tasks;
#endif
using Vlc.DotNet.Core.Interops;
namespace Vlc.DotNet.Core
{
public sealed partial class VlcMe... | using System;
using Vlc.DotNet.Core.Interops.Signatures;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
#if NETSTANDARD1_3 || NETSTANDARD2_0 || NET45
using System.Threading.Tasks;
#endif
using Vlc.DotNet.Core.Interops;
namespace Vlc.DotNet.Core
{
public sealed partial class VlcMe... |
5b8091e2d1b1a90f8fe422b86a977ed25b012d83 | Locking on inserts to myInteropDelegates to prevent IndexOutOfRangeExceptions when many viewers are opened/closed. (Internal Array Size not sufficient when inserting on many threads). | Locking on inserts to myInteropDelegates to prevent IndexOutOfRangeExceptions when many viewers are opened/closed. (Internal Array Size not sufficient when inserting on many threads).
| ZeBobo5/Vlc.DotNet,jeremyVignelles/Vlc.DotNet | src/Vlc.DotNet.Core.Interops/VlcLibraryLoader.cs | mit | 1,588,788,275 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
#if NETSTANDARD1_3
using System.Linq;
#endif
using System.Reflection;
using System.Runtime.InteropServices;
namespace Vlc.DotNet.Core.Interops
{
/// <summary>
/// This class loads the required libvlc libraries.
/... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
#if NETSTANDARD1_3
using System.Linq;
#endif
using System.Reflection;
using System.Runtime.InteropServices;
namespace Vlc.DotNet.Core.Interops
{
/// <summary>
/// This class loads the required libvlc libraries.
/... |
f52cd5852dfa79420617440891351855b0488e6d | Ghost check on mob spawning | Ghost check on mob spawning
| krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Gateway/MobSpawnControlScript.cs | agpl-3.0 | 1,588,787,052 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
public class MobSpawnControlScript : NetworkBehaviour
{
public List<GameObject> MobSpawners;
public bool DetectViaMatrix;
private bool SpawnedMobs;
private float timeElapsedServer = 0;
private const float PlayerCheck... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
public class MobSpawnControlScript : NetworkBehaviour
{
public List<GameObject> MobSpawners;
public bool DetectViaMatrix;
private bool SpawnedMobs;
private float timeElapsedServer = 0;
private const float PlayerCheck... |
144407692bbb90d602d83907db669da09f96202c | exit freeRunningSpectrometers after 10 consecutive failures | exit freeRunningSpectrometers after 10 consecutive failures
| WasatchPhotonics/Wasatch.NET,WasatchPhotonics/Wasatch.NET | MultiChannelDemo/Form1.cs | mit | 1,588,786,815 | using System;
using System.IO;
using System.Linq;
using System.Globalization;
using System.ComponentModel;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Forms.DataVisualization.Charting;
using System.Text.RegularExpres... | using System;
using System.IO;
using System.Linq;
using System.Globalization;
using System.ComponentModel;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Forms.DataVisualization.Charting;
using System.Text.RegularExpres... |
7a90c58b35f80a31e563aa6ee2bb09ed691e59c3 | Fix automute. | Fix automute.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/NadekoBot/Modules/Administration/Services/ProtectionService.cs | mit | 1,588,786,374 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Mitternacht.Modules.Administration.Common;
using Mitternacht.Modules.Administration.Services;
using Mitternacht.Services;
using Mitternacht... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Mitternacht.Modules.Administration.Common;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
namespace M... |
c80acb08cf9769482bdf468265fa721d593b5e6d | missing license header | missing license header
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/tests/net-placeholders/IsDatePlaceholderHandlerTests.cs | apache-2.0 | 1,588,786,240 | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... | using NUnit.Framework;
using Org.XmlUnit.Diff;
using Org.XmlUnit.Placeholder;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
namespace Org.XmlUnit.Placeholder
{
[TestFixture()]
public class IsDatePlaceholderHandlerTests
{
private IPlaceholderHandler ... |
453166b4e72fa8da3a241345046f0c612b1e99f5 | Use API on ScriptBlock to generate PSCommand to run in ConstrainedLanguage mode (#1285) | Use API on ScriptBlock to generate PSCommand to run in ConstrainedLanguage mode (#1285)
* clm weird api
* codacy
Co-authored-by: Tyler Leonhardt (POWERSHELL) <b66f996e914f34529b5f49ecc4aad8385f3785b4@microsoft.com> | PowerShell/PowerShellEditorServices,PowerShell/PowerShellEditorServices | src/PowerShellEditorServices/Services/PowerShellContext/PowerShellContextService.cs | mit | 1,588,786,209 | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using Syst... | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Management.Automation.Host;
using Sy... |
4033dff3daf3b0ae2641491bfee79685604713d3 | add default argument. | add default argument.
| grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Aval... | src/Skia/Avalonia.Skia/PlatformRenderInterface.cs | mit | 1,588,784,833 | using System;
using System.Collections.Generic;
using System.IO;
using Avalonia.Controls.Platform.Surfaces;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using SkiaSharp;
namespace Avalonia.Skia
{
/// <summary>
/// Skia platform render interface.
/// </summary>
internal class Pl... | using System;
using System.Collections.Generic;
using System.IO;
using Avalonia.Controls.Platform.Surfaces;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using SkiaSharp;
namespace Avalonia.Skia
{
/// <summary>
/// Skia platform render interface.
/// </summary>
internal class Pl... |
0276eca34ee5727a719d6c88313314106632faea | Added MyCloudyPlace.com S3 provider | Added MyCloudyPlace.com S3 provider
| mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati | Duplicati/Library/Backend/S3/S3Backend.cs | lgpl-2.1 | 1,588,784,722 | #region Disclaimer / License
// Copyright (C) 2015, The Duplicati Team
// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
... | #region Disclaimer / License
// Copyright (C) 2015, The Duplicati Team
// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either... |
fdf15ec1370d46e9d80011f0d6b295133676c396 | Fuck shit fuck | Fuck shit fuck
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,784,268 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... |
3ae4346ee8c7760016f847b36eaeada09271e5b9 | Game: Fixed missing texture for Dogs. | Game: Fixed missing texture for Dogs.
| mk-dev-team/mk-world-of-imagination | solution/Hevadea.Game/Entities/Dog.cs | mit | 1,588,783,654 | using Hevadea.Entities.Blueprints;
using Hevadea.Entities.Components;
using Hevadea.Entities.Components.AI;
using Hevadea.Entities.Components.AI.Behaviors;
using Hevadea.Framework;
using Hevadea.Framework.Extension;
using Hevadea.Registry;
using Microsoft.Xna.Framework;
namespace Hevadea.Entities
{
public class Do... | using Hevadea.Entities.Blueprints;
using Hevadea.Entities.Components;
using Hevadea.Entities.Components.AI;
using Hevadea.Entities.Components.AI.Behaviors;
using Hevadea.Framework;
using Hevadea.Framework.Extension;
using Hevadea.Registry;
using Microsoft.Xna.Framework;
namespace Hevadea.Entities
{
public class Do... |
0f2c8129df6175af3bb314ebdf052c78eb9c01b7 | use other firefox to not run in unaccessable files | use other firefox to not run in unaccessable files
| secana/PeNet | test/PeNet.Test/PeFileTest.cs | apache-2.0 | 1,588,783,606 | using PeNet.FileParser;
using System;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Xunit;
namespace PeNet.Test
{
public class PeFileTest
{
[Fact]
public void ExportedFunctions_WithForwardedFunctions_ParsedForwardedFunctions()
{
var peFile ... | using PeNet.FileParser;
using System;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Xunit;
namespace PeNet.Test
{
public class PeFileTest
{
[Fact]
public void ExportedFunctions_WithForwardedFunctions_ParsedForwardedFunctions()
{
var peFile ... |
e467c0f40a705bdbc4d95909079ca9a511aca920 | [FIXED #55] css after uncheck | [FIXED #55] css after uncheck
| YAFNET/YAFNET-DNN | yaf_dnn/Components/WebAPI/MultiQuoteController.cs | apache-2.0 | 1,588,783,530 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... |
49422e59ca11cdfc5086d56660f22bb8ddf69ca1 | [FIXED] css Class after uncheck | [FIXED] css Class after uncheck
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YAF.Core/Controllers/MultiQuoteController.cs | apache-2.0 | 1,588,783,340 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... |
2628776e8870d056f2fa28b4f846d7ce8f3ae44d | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,588,783,027 | 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
... |
e85640a9d7cf99fd3e4a541196a168eaf536eae0 | Include new namespace in API class | Include new namespace in API class
| DMagic1/DMModuleScienceAnimateGeneric | Source/DMSciAnimAPI.cs | bsd-2-clause | 1,588,782,729 | #region license
/* DMagic Orbital Science - DMSciAnimAPI
* Static utilities class for interacting with other mods
*
* Copyright (c) 2014-2016, David Grandy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following co... | #region license
/* DMagic Orbital Science - DMSciAnimAPI
* Static utilities class for interacting with other mods
*
* Copyright (c) 2014-2016, David Grandy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following co... |
176df03b26cfede78118f4cf63478b3c9cf1738d | Add test TestMultipleInputs | Add test TestMultipleInputs
| imazen/imageflow-dotnet | tests/Imageflow.Test/TestApi.cs | agpl-3.0 | 1,588,782,683 | using System;
using System.Drawing;
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Imageflow.Bindings;
using Imageflow.Fluent;
using Xunit.Abstractions;
namespace Imageflow.Test
{
public class TestApi
{
private readonly ITestOutputHelper output;
public TestApi(ITestOutputH... | using System;
using System.Drawing;
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Imageflow.Bindings;
using Imageflow.Fluent;
using Xunit.Abstractions;
namespace Imageflow.Test
{
public class TestApi
{
private readonly ITestOutputHelper output;
public TestApi(ITestOutputH... |
c26e2565a6d03817bea38f3a40f967650a1b8b2f | fix routing for rooms | fix routing for rooms
| leotsarev/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net | JoinRpg.Portal/Controllers/AccommodationTypeController.cs | mit | 1,588,781,165 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using JoinRpg.Data.Interfaces;
using JoinRpg.Domain;
using JoinRpg.Portal.Infrastructure.Authorization;
using JoinRpg.Services.Interfaces;
using JoinRpg.Web.Models;
using JoinRpg.Web.Models.Accommodation;
using Microsoft.As... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using JoinRpg.Data.Interfaces;
using JoinRpg.Domain;
using JoinRpg.Portal.Infrastructure.Authorization;
using JoinRpg.Services.Interfaces;
using JoinRpg.Web.Models;
using JoinRpg.Web.Models.Accommodation;
using Microsoft.As... |
8408c9cd15394320ac85fb29e02453744e778a3f | Change ApplyGamma call to match new prototype in RhinoCommon | Change ApplyGamma call to match new prototype in RhinoCommon
| mcneel/RhinoCycles | BitmapImage.cs | apache-2.0 | 1,588,780,794 | /**
Copyright 2014-2017 Robert McNeel and Associates
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in w... | /**
Copyright 2014-2017 Robert McNeel and Associates
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in w... |
dd037ac8a9522dcec07f510c8ed6a09ca82c23b0 | Fixed typo from last commit | Fixed typo from last commit
| babelshift/SteamWebAPI2 | src/SteamWebAPI2/Mappings/SteamRemoteStorageProfile.cs | mit | 1,588,780,785 | using System.Collections.Generic;
using AutoMapper;
using Steam.Models;
using SteamWebAPI2.Models;
using System.Linq;
using System;
namespace SteamWebAPI2.Mappings
{
public class SteamRemoteStorageProfile : Profile
{
public SteamRemoteStorageProfile()
{
CreateMap<uint, PublishedFile... | using System.Collections.Generic;
using AutoMapper;
using Steam.Models;
using SteamWebAPI2.Models;
using System.Linq;
using System;
namespace SteamWebAPI2.Mappings
{
public class SteamRemoteStorageProfile : Profile
{
public SteamRemoteStorageProfile()
{
CreateMap<uint, PublishedFile... |
52a1d27eda2f442aa4f8bd1bd995601937a43e1e | Adding more notes on drivers | Adding more notes on drivers
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Drivers/PersonPartDisplayDriver.cs | bsd-3-clause | 1,588,778,754 | using Lombiq.TrainingDemo.Models;
using Lombiq.TrainingDemo.ViewModels;
using OrchardCore.ContentManagement.Display.ContentDisplay;
using OrchardCore.ContentManagement.Display.Models;
using OrchardCore.DisplayManagement.ModelBinding;
using OrchardCore.DisplayManagement.Views;
using System.Threading.Tasks;
name... | using Lombiq.TrainingDemo.Models;
using Lombiq.TrainingDemo.ViewModels;
using OrchardCore.ContentManagement.Display.ContentDisplay;
using OrchardCore.ContentManagement.Display.Models;
using OrchardCore.DisplayManagement.ModelBinding;
using OrchardCore.DisplayManagement.Views;
using System.Threading.Tasks;
name... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.