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
4070c3cee4d055f666dba55645466a1af3193773
添付漏れ警告の処理を改善。
添付漏れ警告の処理を改善。
t-miyake/OutlookOkan
OutlookOkan/Models/GenerateCheckList.cs
apache-2.0
1,592,818,656
using OutlookOkan.CsvTools; using OutlookOkan.Properties; using OutlookOkan.Types; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using Outlook = Microsoft.Office.Interop.Ou...
using OutlookOkan.CsvTools; using OutlookOkan.Properties; using OutlookOkan.Types; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using Outlook = Microsoft.Office.Interop.Ou...
e729eb9772031bb66e32b76afe74de066cc7af8d
OrbitalUtils: added ClearManeuverNodes method
OrbitalUtils: added ClearManeuverNodes method
allista/AT_Utils
Orbital/OrbitalUtils.cs
mit
1,592,818,634
namespace AT_Utils { public static partial class Utils { public static Vector3d Orbital2NodeDeltaV(Orbit o, Vector3d orbitalDeltaV, double UT) { var norm = o.GetOrbitNormal().normalized; var prograde = o.getOrbitalVelocityAtUT(UT).normalized; var radial = Vect...
namespace AT_Utils { public static partial class Utils { public static Vector3d Orbital2NodeDeltaV(Orbit o, Vector3d orbitalDeltaV, double UT) { var norm = o.GetOrbitNormal().normalized; var prograde = o.getOrbitalVelocityAtUT(UT).normalized; var radial = Vect...
ac5a8c2a3abdda1fc4bfe564a82c0defa0d77086
Removed SetMainObject for root.
Removed SetMainObject for root.
Algoryx/agxUnity
Editor/AGXUnityEditor/IO/ObjectDb.cs
apache-2.0
1,592,818,625
using System.Linq; using System.Collections.Generic; using UnityEngine; using UnityEditor; using AGXUnity.IO; using GUI = AGXUnity.Utils.GUI; namespace AGXUnityEditor.IO { public class ObjectDb { public struct Statistics { public int NumAddedGameObjects; public int NumRemovedGameObjects; ...
using System.Linq; using System.Collections.Generic; using UnityEngine; using UnityEditor; using AGXUnity.IO; using GUI = AGXUnity.Utils.GUI; namespace AGXUnityEditor.IO { public class ObjectDb { public struct Statistics { public int NumAddedGameObjects; public int NumRemovedGameObjects; ...
a715ad8f7b454ff6f67c16628e87271552c6163f
名称とドメインの紐づけで誤検知する場合のある問題を修正。
名称とドメインの紐づけで誤検知する場合のある問題を修正。
t-miyake/OutlookOkan
OutlookOkan/Models/GenerateCheckList.cs
apache-2.0
1,592,818,618
using OutlookOkan.CsvTools; using OutlookOkan.Properties; using OutlookOkan.Types; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using Outlook = Microsoft.Office.Interop.Ou...
using OutlookOkan.CsvTools; using OutlookOkan.Properties; using OutlookOkan.Types; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using Outlook = Microsoft.Office.Interop.Ou...
af33906b09a57b9ee18f6e6eb9ab34b6107fc9e4
OrbitalUtils: added Node2OrbitalDeltaV mehtod
OrbitalUtils: added Node2OrbitalDeltaV mehtod
allista/AT_Utils
Orbital/OrbitalUtils.cs
mit
1,592,818,566
namespace AT_Utils { public static partial class Utils { public static Vector3d Orbital2NodeDeltaV(Orbit o, Vector3d orbitalDeltaV, double UT) { var norm = o.GetOrbitNormal().normalized; var prograde = o.getOrbitalVelocityAtUT(UT).normalized; var radial = Vect...
namespace AT_Utils { public static partial class Utils { public static Vector3d Orbital2NodeDeltaV(Orbit o, Vector3d orbitalDeltaV, double UT) { var norm = o.GetOrbitNormal().normalized; var prograde = o.getOrbitalVelocityAtUT(UT).normalized; var radial = Vect...
c7ea2047f8a1a3741d9eb41f5c62a87155ad683d
ATGroundAnchor: corrected typo in a message
ATGroundAnchor: corrected typo in a message
allista/AT_Utils
Modules/ATGroundAnchor.cs
mit
1,592,818,535
// ModuleGroundAnchor.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using JetBrains.Annotations; using UnityEngine; namespace AT_Utils { [SuppressMessage("ReSharper", "...
// ModuleGroundAnchor.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using JetBrains.Annotations; using UnityEngine; namespace AT_Utils { [SuppressMessage("ReSharper", "...
a2043720e9f361f82a9c1710d3b7a05b7fe683b8
RF ATGroundAnchor: fixed minor linter warnings
RF ATGroundAnchor: fixed minor linter warnings
allista/AT_Utils
Modules/ATGroundAnchor.cs
mit
1,592,818,519
// ModuleGroundAnchor.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using JetBrains.Annotations; using UnityEngine; namespace AT_Utils { [SuppressMessage("ReSharper", "...
// ModuleGroundAnchor.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AT_Utils { public class ATGroundAnchor : PartModule { [KSPField] public string AnimatorID = string...
6f6abcb42a15e21098131d69ab6f35f591653888
ATGroundAnchor checks for ground contact before engaging
ATGroundAnchor checks for ground contact before engaging This should alleviate the problem of slowly settling bases in low gravity after game loading. Also merged Attach and Detach KSPEvents into ToggleAnchor
allista/AT_Utils
Modules/ATGroundAnchor.cs
mit
1,592,818,489
// ModuleGroundAnchor.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AT_Utils { public class ATGroundAnchor : PartModule { [KSPField] public string AnimatorID = string...
// ModuleGroundAnchor.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2018 Allis Tauri namespace AT_Utils { public class ATGroundAnchor : PartModule { [KSPField] public string AnimatorID = string.Empty; IAnimator animator; [KSPField] public bool Contr...
9dbd230ad30f9f4e8564ae986c0f66f99415b131
Don't consider slider tails in timing distribution
Don't consider slider tails in timing distribution
UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu
osu.Game.Rulesets.Osu/OsuRuleset.cs
mit
1,592,816,812
// 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.Beatmaps; using osu.Game.Graphics; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Osu.Mods; using osu.Game.Rulesets.Osu.UI; using osu.Game.Rulesets...
// 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.Beatmaps; using osu.Game.Graphics; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Osu.Mods; using osu.Game.Rulesets.Osu.UI; using osu.Game.Rulesets...
533d6e72eb5dc403408b0917af2ca431e2890e86
Refactor + comment angle math
Refactor + comment angle math
UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu
osu.Game.Rulesets.Osu/Statistics/AccuracyHeatmap.cs
mit
1,592,816,721
// 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 osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
a32ba59fd23332469084db73c901dd2e14e93fc4
test(recommendation): update CTS test with SetPersonalizationStrategy call
test(recommendation): update CTS test with SetPersonalizationStrategy call Close #692
algolia/algoliasearch-client-csharp
src/Algolia.Search.Test/EndToEnd/Recommendation/RecommendationClientTest.cs
mit
1,592,816,366
/* * Copyright (c) 2018 Algolia * http://www.algolia.com/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify...
/* * Copyright (c) 2018 Algolia * http://www.algolia.com/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify...
f62fba78953d418aec48055ad82c30ea1f7197d9
Properly cancel ModbusTcpSlaveNetwork ListenAsync
Properly cancel ModbusTcpSlaveNetwork ListenAsync
NModbus/NModbus
NModbus/Device/ModbusTcpSlaveNetwork.cs
mit
1,592,815,883
using System; using System.Collections.Concurrent; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using NModbus.IO; using NModbus.Logging; namespace NModbus.Device { #if TIMER using Sy...
using System; using System.Collections.Concurrent; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using NModbus.IO; using NModbus.Logging; namespace NModbus.Device { #if TIMER using Sy...
8d3ed0584878edf8914df04f7265028492cbf740
Update welcome text sprite location
Update welcome text sprite location
NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu
osu.Game/Screens/Menu/IntroWelcome.cs
mit
1,592,815,374
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; using osu.Framework.Graphics; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; using osu.Framework.Graphics; usin...
241231761a1fc4f40772e4c7a91e99d3a4bc6b73
Fix - Tolta la limitaizone alla visualizzazione delle richieste chiuse, ora vengono visualizzate le prime 20 richieste chiuse
Fix - Tolta la limitaizone alla visualizzazione delle richieste chiuse, ora vengono visualizzate le prime 20 richieste chiuse
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Persistence.MongoDB/GestioneInterventi/GetRichieste.cs
agpl-3.0
1,592,815,157
//----------------------------------------------------------------------- // <copyright file="GetRichieste.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License...
//----------------------------------------------------------------------- // <copyright file="GetRichieste.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License...
573be04cbe018d2387f124dddf491cc0bc52d511
Fix the defines
Fix the defines
mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp
binding/Binding.Shared/PlatformConfiguration.cs
mit
1,592,814,858
using System; using System.Runtime.InteropServices; #if HARFBUZZ namespace HarfBuzzSharp #else namespace SkiaSharp #endif { internal static class PlatformConfiguration { public static bool IsUnix { get; } public static bool IsWindows { get; } public static bool IsMac { get; } public static bool IsLinux {...
using System; using System.Runtime.InteropServices; #if HARFBUZZ namespace HarfBuzzSharp #else namespace SkiaSharp #endif { internal static class PlatformConfiguration { public static bool IsUnix { get; } public static bool IsWindows { get; } public static bool IsMac { get; } public static bool IsLinux {...
fd3151b43bda60c6db4b3f04b1e0acc94fe35f6e
Update Program.cs
Update Program.cs
wieslawsoltes/PanAndZoom,wieslawsoltes/PanAndZoom,PanAndZoom/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,PanAndZoom/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,PanAndZoom/PanAndZoom,wieslawsoltes/PanAndZoom
samples/AvaloniaDemo/Program.cs
mit
1,592,814,213
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Avalonia; using System; using System.Diagnostics; namespace AvaloniaDemo { internal class Program { private static void Main(string[] args) ...
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Avalonia; using Avalonia.Logging.Serilog; using System; using System.Diagnostics; namespace AvaloniaDemo { internal class Program { private ...
9e49d266d61c0c361cac41133f3699ad0fe6b8aa
made failing tests explicit for now
made failing tests explicit for now Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CM...
src/Umbraco.Tests.Integration/TestServerTest/Controllers/ContentControllerTests.cs
mit
1,592,814,139
using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Newtonsoft.Json; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Core.Services; using Umbraco.Tests.Common.Builders; using Umbraco.Tests.Common.Builders.Extensions; using Umbraco.Tests.Te...
using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Newtonsoft.Json; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Core.Services; using Umbraco.Tests.Common.Builders; using Umbraco.Tests.Common.Builders.Extensions; using Umbraco.Tests.Te...
c8606d4a50d8e5eb65499077b215d1f65b489b83
Remove comment
Remove comment
SEEK-Jobs/pact-net,SEEK-Jobs/pact-net,SEEK-Jobs/pact-net,SEEK-Jobs/pact-net
PactNet.Tests/Core/PactVerifierHostConfigTests.cs
mit
1,592,813,009
using System; using System.Collections.Generic; using System.Linq; using PactNet.Core; using Xunit; namespace PactNet.Tests.Core { public class PactVerifierHostConfigTests { private IPactCoreHostConfig GetSubject(Uri baseUri = null, string pactUri = null, PactBroke...
using System; using System.Collections.Generic; using System.Linq; using PactNet.Core; using Xunit; namespace PactNet.Tests.Core { public class PactVerifierHostConfigTests { private IPactCoreHostConfig GetSubject(Uri baseUri = null, string pactUri = null, PactBroke...
cc3a1e348eecb2edcd0708cf0088d531dbd1f3f9
fixed file connector and HTTP auhtority to not be null
fixed file connector and HTTP auhtority to not be null
jeffhollan/LogicAppTemplateCreator,jeffhollan/LogicAppTemplateCreator
LogicAppTemplate/TemplateGenerator.cs
mit
1,592,812,669
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...
70bb2a88edbbc6bea8334c3f08fe0bc5d7bba8aa
Fixed incorrect location based metadata event receiver reference for SharePoint 2016 and 2019
Fixed incorrect location based metadata event receiver reference for SharePoint 2016 and 2019
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Extensions/ListExtensions.cs
mit
1,592,812,229
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using System.Xml; using System.Xml.Linq; using Microsoft.SharePoint.Client.Taxonomy; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Entities; using OfficeDevP...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using System.Xml; using System.Xml.Linq; using Microsoft.SharePoint.Client.Taxonomy; using OfficeDevPnP.Core; using OfficeDevPnP.Core.Entities; using OfficeDevP...
0007371f6b030783702db7efd3b8d73d2c5f7160
Allow Auth Token Update
Allow Auth Token Update
ArasExtensions/Aras.IO
Aras.IO/Session.cs
apache-2.0
1,592,811,271
/* Copyright 2017 Processwall Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
/* Copyright 2017 Processwall Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
fc31d4962938dc29c22e43c63e403be0530c909d
try-catch registry lookup to avoid crashes on non-windows platforms
try-catch registry lookup to avoid crashes on non-windows platforms
smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,ppy/osu
osu.Game.Tournament/IPC/FileBasedIPC.cs
mit
1,592,811,244
// 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 System.Linq; using JetBrains.Annotations; using Microsoft.Win32; using osu.Framework.Allocation; using osu.Framework.Logging; using o...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using JetBrains.Annotations; using Microsoft.Win32; using osu.Framework.Allocation; using osu.Framework.Logging; using o...
2d121b4e3dd8f10bf70d2f6051167d848fdc4fef
Simplify lookup fallback code
Simplify lookup fallback code
peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,ppy/osu
osu.Game.Tournament/IPC/FileBasedIPC.cs
mit
1,592,811,147
// 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 System.Linq; using JetBrains.Annotations; using Microsoft.Win32; using osu.Framework.Allocation; using osu.Framework.Logging; using o...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Collections.Generic; using JetBrains.Annotations; using Microsoft.Win32; using osu.Framework.Allocation; us...
e91c2ee5e275bcdc398bcc117055a468ea2f8348
Simplify logic by considering all buttons equally
Simplify logic by considering all buttons equally
peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,592,810,378
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
57bb2e6267705b83fad3a1c3371d255c4f688f64
Add Pressed mixin to TreeViewItem
Add Pressed mixin to TreeViewItem
jkoritzinsky/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,g...
src/Avalonia.Controls/TreeViewItem.cs
mit
1,592,808,731
using System.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Mixins; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.LogicalTree; namespace Avalonia.Controls { /// <summary> /// An item in a <see cref="TreeView"/>. /// </summary>...
using System.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Mixins; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.LogicalTree; namespace Avalonia.Controls { /// <summary> /// An item in a <see cref="TreeView"/>. /// </summary>...
21f776e51feafd8a06e397e90ef88bace4900d0c
Simplify/optimise heatmap point additoin
Simplify/optimise heatmap point additoin
peppy/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu
osu.Game.Rulesets.Osu/Statistics/AccuracyHeatmap.cs
mit
1,592,808,522
// 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 osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; ...
4391ab21495f98aa3946de47b80a36c9c52fcd69
Commented warning in Examples/SimpleComponents
Commented warning in Examples/SimpleComponents
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/Examples/SimpleComponents/SimpleFifoBuffer.cs
mit
1,592,806,876
using System; using System.Threading.Tasks; using SME; namespace SimpleComponents { /// <summary> /// Example implementation of a FIFO buffer /// </summary> public class SimpleFifoBuffer<T> : SimpleProcess { /// <summary> /// The input bus /// </summary> [TopLevelIn...
using System; using System.Threading.Tasks; using SME; namespace SimpleComponents { /// <summary> /// Example implementation of a FIFO buffer /// </summary> public class SimpleFifoBuffer<T> : SimpleProcess { /// <summary> /// The input bus /// </summary> [TopLevelIn...
d90a88fab8442de82633447bef6a47e445cf9a8d
Commented unreachable code section
Commented unreachable code section
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/Transformations/FixSwitchStatementTypes.cs
mit
1,592,806,829
using System; using System.Linq; using SME.AST; using SME.AST.Transform; using Microsoft.CodeAnalysis.CSharp; namespace SME.VHDL.Transformations { /// <summary> /// Fixes types in a switch statement, where the switch expression does not have the same types as the cases /// </summary> public class FixSw...
using System; using System.Linq; using SME.AST; using SME.AST.Transform; using Microsoft.CodeAnalysis.CSharp; namespace SME.VHDL.Transformations { /// <summary> /// Fixes types in a switch statement, where the switch expression does not have the same types as the cases /// </summary> public class FixSw...
e985967e1a5afcdfc30bd44727b432a701cd77f2
Added GetFixedArrayLength(ITypeSymbol)
Added GetFixedArrayLength(ITypeSymbol)
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/HelperMethods.cs
mit
1,592,806,779
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pub...
4d879b2a9de855f31c85ce36938a4712e741498a
Fixed Type compare warning
Fixed Type compare warning
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/HelperMethods.cs
mit
1,592,806,756
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pub...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
63870d52eb09343e3b10784a053ded7a767ff5e3
Renamed Apply to Bind.
Renamed Apply to Bind.
Matthew-Dove/ContainerExpressions
src/ContainerExpressions/Containers/Extensions/MaybeExtensions.cs
mit
1,592,806,429
using System; using System.Threading.Tasks; namespace ContainerExpressions.Containers { public static class MaybeExtensions { #region Miscellaneous public static TValue GetValueOrDefault<TValue, TError>(this Maybe<TValue, TError> maybe, TValue @default) => maybe.Match(x => x, _ => @default); ...
using System; using System.Threading.Tasks; namespace ContainerExpressions.Containers { public static class MaybeExtensions { #region Miscellaneous public static TValue GetValueOrDefault<TValue, TError>(this Maybe<TValue, TError> maybe, TValue @default) => maybe.Match(x => x, _ => @default); ...
47730387e117942fb3e851965b0fa1b1fc05c650
521: GLBitmapGlyphTextPrinter, InnerDrawI18NString()
521: GLBitmapGlyphTextPrinter, InnerDrawI18NString()
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing.GLES/TextPrinter/GLBitmapGlyphTextPrinter.cs
bsd-2-clause
1,592,806,416
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.TextBreak; using Typography.FontManagement; namespace PixelFarm.DrawingGL {...
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.TextBreak; using Typography.FontManagement; namespace PixelFarm.DrawingGL {...
5208c68e152b81f5121f7107037a8585c7b1e611
Extensiones adicionales para colecciones
Extensiones adicionales para colecciones
TheXDS/MCART,TheXDS/MCART
src/MCART/Types/Extensions/EnumerableExtensions.cs
mit
1,592,806,295
/* EnumerableExtensions.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 ...
/* EnumerableExtensions.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 ...
fcc225af0b6b22facd6dec174935845619b6296b
Construcción de server desde protocolo
Construcción de server desde protocolo
TheXDS/MCART,TheXDS/MCART
src/Extensions/Networking.Legacy/Server/ServerProtocol.cs
mit
1,592,806,271
/* ServerProtocol.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 Gener...
/* ServerProtocol.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 Gener...
943612e96359bd13820bf23a694733e14a5b2a74
Added Apply Func for Maybe Bind.
Added Apply Func for Maybe Bind.
Matthew-Dove/ContainerExpressions
src/ContainerExpressions/Containers/Extensions/MaybeExtensions.cs
mit
1,592,806,084
using System; using System.Threading.Tasks; namespace ContainerExpressions.Containers { public static class MaybeExtensions { #region Miscellaneous public static TValue GetValueOrDefault<TValue, TError>(this Maybe<TValue, TError> maybe, TValue @default) => maybe.Match(x => x, _ => @default); ...
using System; using System.Threading.Tasks; namespace ContainerExpressions.Containers { public static class MaybeExtensions { #region Miscellaneous public static TValue GetValueOrDefault<TValue, TError>(this Maybe<TValue, TError> maybe, TValue @default) => maybe.Match(x => x, _ => @default); ...
92dcb4272fe4f4769ebd69bc79c93a3202f04835
519: move code ILineSegmentList, ILineSegment,
519: move code ILineSegmentList, ILineSegment,
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.PrimitiveDrawing/TextMeasurement.cs
bsd-2-clause
1,592,802,993
//MIT, 2020, WinterDev namespace PixelFarm.Drawing { public struct TextBufferSpan { public readonly int start; public readonly int len; char[] _rawString; public TextBufferSpan(char[] rawCharBuffer) { _rawString = rawCharBuffer; this.len = rawC...
//MIT, 2020, WinterDev namespace PixelFarm.Drawing { public struct TextBufferSpan { public readonly int start; public readonly int len; char[] _rawString; public TextBufferSpan(char[] rawCharBuffer) { _rawString = rawCharBuffer; this.len = rawC...
efd419e884039fca7145579de25038536840468e
Finished off unit tests for uncovered Maybe Extensions.
Finished off unit tests for uncovered Maybe Extensions.
Matthew-Dove/ContainerExpressions
src/Tests.ContainerExpressions/Containers/MaybeTests.cs
mit
1,592,802,665
using ContainerExpressions.Containers; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Threading.Tasks; namespace Tests.ContainerExpressions.Containers { [TestClass] public class MaybeTests { #region Maybe Error [TestMethod] public void MaybeError_De...
using ContainerExpressions.Containers; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Threading.Tasks; namespace Tests.ContainerExpressions.Containers { [TestClass] public class MaybeTests { #region Maybe Error [TestMethod] public void MaybeError_De...
b90bab790273e06ee9b378d259bc054ff6d3ed57
no need to throw on ms health check publisher cancellation token
no need to throw on ms health check publisher cancellation token
alhardy/AppMetrics,alhardy/AppMetrics,alhardy/AppMetrics
src/Extensions/src/App.Metrics.Extensions.HealthChecks/AppMetricsHealthCheckPublisher.cs
apache-2.0
1,592,794,798
// <copyright file="AppMetricsHealthCheckPublisher.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Diagnostics.HealthChecks; namespace App.Metrics.Extensions.Health...
// <copyright file="AppMetricsHealthCheckPublisher.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Diagnostics.HealthChecks; namespace App.Metrics.Extensions.Health...
a6664dbf8c3823887c24ea2eebbc47c2b9c1a131
Rename missed variable
Rename missed variable
EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-...
osu.Framework.Tests/Audio/SampleChannelVirtualTest.cs
mit
1,592,793,040
// 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.Threading; using NUnit.Framework; using osu.Framework.Audio.Sample; using osu.Framework.Development; using osu.Framework.Threading; namespace ...
// 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.Threading; using NUnit.Framework; using osu.Framework.Audio.Sample; using osu.Framework.Development; using osu.Framework.Threading; namespace ...
4378a1f2aed8e3f7a94d5ddf28c73400da45bebc
Allow virtual SampleChannels to count towards statistics
Allow virtual SampleChannels to count towards statistics
ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework...
osu.Framework/Audio/Sample/SampleChannelVirtual.cs
mit
1,592,792,129
// 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. namespace osu.Framework.Audio.Sample { /// <summary> /// A <see cref="SampleChannel"/> which explicitly plays no audio. /// Aimed for scenarios in which a non...
// 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. namespace osu.Framework.Audio.Sample { /// <summary> /// A <see cref="SampleChannel"/> which explicitly plays no audio. /// Aimed for scenarios in which a non...
3f7bd3010c040294ec5bc01b23d19e47c1fa0fc8
Fix RevolverBarrelComponent ExposeData not checking if serializer is reading
Fix RevolverBarrelComponent ExposeData not checking if serializer is reading
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,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Weapon/Ranged/Barrels/RevolverBarrelComponent.cs
mit
1,592,791,844
using System; using Content.Server.GameObjects.Components.Sound; using Content.Server.GameObjects.Components.Weapon.Ranged.Ammunition; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Weapons.Ranged.Barrels; using Content.Shared.Interfaces; us...
using System; using Content.Server.GameObjects.Components.Sound; using Content.Server.GameObjects.Components.Weapon.Ranged.Ammunition; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Weapons.Ranged.Barrels; using Content.Shared.Interfaces; us...
2944652a5dd01861f8788fba75a7143104afb629
Only read fields in Looping Sound Component if serializer is reading.
Only read fields in Looping Sound Component if serializer is reading.
space-wizards/space-station-14-content,space-wizards/space-station-14-content,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.Shared/GameObjects/Components/Sound/SharedLoopingSoundComponent.cs
mit
1,592,791,624
using System; using Robust.Shared.Audio; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.Serialization; using Robust.Shared.Serialization; namespace Content.Shared.GameObjects.Components.Sound { public class SharedLoopingSoundComponent : Component { public override string Name => "Loopi...
using System; using Robust.Shared.Audio; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.Serialization; using Robust.Shared.Serialization; namespace Content.Shared.GameObjects.Components.Sound { public class SharedLoopingSoundComponent : Component { public override string Name => "Loopi...
4a51565210f8b0ee91c374320d0836fc0823c5c5
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3434.20200622020222-master-5b1b6e3
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,592,791,473
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "5b1b6e3ea502081995c1dd9e45e849697deb11c8"; public static string Version = "1.5"; public static string Build = "3434"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c162f8d0f18969eb5c327f6b2a2c68877c7b3931"; public static string Version = "1.5"; public static string Build = "3433"; ...
5b1b6e3ea502081995c1dd9e45e849697deb11c8
Add some null returns to GDLELoader (#3036)
Add some null returns to GDLELoader (#3036) * Add some null returns to GDLELoader * Apply suggestions from code review Co-authored-by: gmriggs <dab7dd2defa95ff4cab1ed35f8378a9ab2df19e2@gmail.com> Co-authored-by: gmriggs <dab7dd2defa95ff4cab1ed35f8378a9ab2df19e2@gmail.com>
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Adapter/GDLE/GDLELoader.cs
agpl-3.0
1,592,791,325
using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using ACE.Database.Models.World; namespace ACE.Adapter.GDLE { public static class GDLELoader { public static bool TryLoadLandblock(string fil...
using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using ACE.Database.Models.World; namespace ACE.Adapter.GDLE { public static class GDLELoader { public static bool TryLoadLandblock(string fil...
bf473a8ff1e02ffac61acc3d24fa511a1b785ef7
Add null guards
Add null guards Add null guards
MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net
Mindscape.Raygun4Net.Xamarin.Android/RaygunClient.cs
mit
1,592,790,926
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using Mindscape.Raygun4Net.Messages; using System.Threading; using System.Reflection; using Android.Content; using Android.Runtime; using Android.App; using Android.Net; using System.T...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using Mindscape.Raygun4Net.Messages; using System.Threading; using System.Reflection; using Android.Content; using Android.Runtime; using Android.App; using Android.Net; using System.T...
a071a9dda8e915e854e88793991d97cc06b41d71
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Types/BaseEntryFilter.cs
agpl-3.0
1,592,786,977
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
7fa07577d65938bc9d1659ab48f67e9868e3d533
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3433.20200621235752-master-c162f8d
ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,592,783,989
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c162f8d0f18969eb5c327f6b2a2c68877c7b3931"; public static string Version = "1.5"; public static string Build = "3433"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "1146c400a1f607457f1198a49d3deced4fd8b298"; public static string Version = "1.5"; public static string Build = "3432"; ...
c162f8d0f18969eb5c327f6b2a2c68877c7b3931
Allow CombatPets to proxy OnDeath to PetOwner (#3037)
Allow CombatPets to proxy OnDeath to PetOwner (#3037)
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/Managers/QuestManager.cs
agpl-3.0
1,592,783,791
using System; using System.Collections.Generic; using System.Linq; using log4net; using ACE.Common; using ACE.Common.Extensions; using ACE.Database; using ACE.Database.Models.Shard; using ACE.Entity.Enum; using ACE.Server.Network.GameEvent.Events; using ACE.Server.Network.GameMessages.Messages; using ACE.Server.WorldOb...
using System; using System.Collections.Generic; using System.Linq; using log4net; using ACE.Common; using ACE.Common.Extensions; using ACE.Database; using ACE.Database.Models.Shard; using ACE.Entity.Enum; using ACE.Server.Network.GameEvent.Events; using ACE.Server.Network.GameMessages.Messages; using ACE.Server.WorldOb...
551f15548f8f7cc8c36f276937da84dde8fc2841
Added application/sql
Added application/sql
samuelneff/MimeTypeMap
src/MimeTypes/MimeTypeMap.cs
mit
1,592,782,431
using System; using System.Collections.Generic; using System.Linq; namespace MimeTypes { public static class MimeTypeMap { private const string Dot = "."; private const string DefaultMimeType = "application/octet-stream"; private static readonly Lazy<IDictionary<string, strin...
using System; using System.Collections.Generic; using System.Linq; namespace MimeTypes { public static class MimeTypeMap { private const string Dot = "."; private const string DefaultMimeType = "application/octet-stream"; private static readonly Lazy<IDictionary<string, strin...
21406bf1164fe163d1ee6c9a3171e8df7b47a618
Initialise abbreviations on a background thread
Initialise abbreviations on a background thread
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/CSharp/Psi/Naming/Settings/AbbreviationsSettingsProvider.cs
apache-2.0
1,592,780,947
using System.IO; using JetBrains.Application.Settings; using JetBrains.Application.Settings.Implementation; using JetBrains.Application.Threading; using JetBrains.ProjectModel; using JetBrains.ReSharper.Plugins.Unity.Settings; using JetBrains.ReSharper.Psi.CSharp.Naming2; using JetBrains.Util; namespace JetBrains.ReSh...
using System.IO; using JetBrains.Application.Settings; using JetBrains.Application.Settings.Implementation; using JetBrains.ProjectModel; using JetBrains.ReSharper.Plugins.Unity.Settings; using JetBrains.ReSharper.Psi.CSharp.Naming2; using JetBrains.Util; namespace JetBrains.ReSharper.Plugins.Unity.CSharp.Psi.Naming.S...
b689c45a1560f66bffa905938dd1795bc52c57d2
uncap the range on the DownSample variable
uncap the range on the DownSample variable
umasteeringgroup/UMA
UMAProject/Assets/UMA/Core/StandardAssets/UMA/Scripts/UMAMaterial.cs
mit
1,592,780,486
using UnityEngine; using System; namespace UMA { /// <summary> /// UMA wrapper for Unity material. /// </summary> public class UMAMaterial : ScriptableObject { [Serializable] public class ShaderParms { public string ParameterName; public string ColorN...
using UnityEngine; using System; namespace UMA { /// <summary> /// UMA wrapper for Unity material. /// </summary> public class UMAMaterial : ScriptableObject { [Serializable] public class ShaderParms { public string ParameterName; public string ColorN...
ad78f7b7003003544d582f464e7b1f731671e55c
Addin AlterTable() sample with SQL index
Addin AlterTable() sample with SQL index
Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module
Migrations/BookMigrations.cs
bsd-3-clause
1,592,780,090
/* * Previously we've seen how to describe an index. We also have to declare how to store it as well. This is where we * need migrations. Migrations are automatically run by the framework (after you've registered it in the service * provider). You can use them to describe DB schema changes. */ using Lombiq.T...
/* * Previously we've seen how to describe an index. We also have to declare how to store it as well. This is where we * need migrations. Migrations are automatically run by the framework (after you've registered it in the service * provider). You can use them to describe DB schema changes. */ using Lombiq.T...
35728334d366c5bc2c5010a01b332a043f3a38ae
reduce the initial renderTexture target based on downsample instead of reducing after rendering
reduce the initial renderTexture target based on downsample instead of reducing after rendering
umasteeringgroup/UMA
UMAProject/Assets/UMA/Core/StandardAssets/UMA/Scripts/TextureProcessPROCoroutine.cs
mit
1,592,780,065
using UnityEngine; using System.Collections; using System; namespace UMA { /// <summary> /// Texture processing coroutine using rendertextures for atlas building. /// </summary> [Serializable] public class TextureProcessPROCoroutine : TextureProcessBaseCoroutine { UMAData umaData; ...
using UnityEngine; using System.Collections; using System; namespace UMA { /// <summary> /// Texture processing coroutine using rendertextures for atlas building. /// </summary> [Serializable] public class TextureProcessPROCoroutine : TextureProcessBaseCoroutine { UMAData umaData; ...
effd6805f1ad2c05af61617b82a9a8ad6a0443c5
Remove the guidance node for one frame after burnout
Remove the guidance node for one frame after burnout
mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia
ksp_plugin_adapter/ksp_plugin_adapter.cs
mit
1,592,780,010
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace principia { namespace ksp_plugin_adapter { [KSPScenario(createOptions: ScenarioCreationOptions.AddToAllGames, tgtScenes: new GameScenes[]{GameScenes.FLIGHT, GameScenes.M...
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace principia { namespace ksp_plugin_adapter { [KSPScenario(createOptions: ScenarioCreationOptions.AddToAllGames, tgtScenes: new GameScenes[]{GameScenes.FLIGHT, GameScenes.M...
53f76c7ef223616e6b100f59177f2745636a4758
- Added a comment!
- Added a comment!
brain56/BrianTools-Unity
Utils/MathUtils.cs
mit
1,592,775,856
using UnityEngine; using System.Collections; using System; namespace BrianTools { public class MathUtils { public static float GetDistanceSquared(Vector3 position1, Vector3 position2) { return (position2.x - position1.x) * (position2.x - position1.x) + (position2.y - po...
using UnityEngine; using System.Collections; using System; namespace BrianTools { public class MathUtils { public static float GetDistanceSquared(Vector3 position1, Vector3 position2) { return (position2.x - position1.x) * (position2.x - position1.x) + (position2.y - po...
0603bd17165cd950e81b6fee5b1251b5fc746ec6
Fix errors caused by handling accessor fallback too late.
Fix errors caused by handling accessor fallback too late.
jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,j...
src/Avalonia.Base/Data/Core/PropertyAccessorNode.cs
mit
1,592,775,028
using System; using System.Diagnostics; using Avalonia.Data.Core.Plugins; namespace Avalonia.Data.Core { public class PropertyAccessorNode : SettableNode { private readonly bool _enableValidation; private IPropertyAccessor _accessor; public PropertyAccessorNode(string propertyName, boo...
using System; using Avalonia.Data.Core.Plugins; namespace Avalonia.Data.Core { public class PropertyAccessorNode : SettableNode { private readonly bool _enableValidation; private IPropertyAccessor _accessor; public PropertyAccessorNode(string propertyName, bool enableValidation) ...
178a1aeb19c627ec747cf7fc4b616a51d8169373
Add failing unit test.
Add failing unit test.
SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jko...
tests/Avalonia.Base.UnitTests/Data/Core/ExpressionObserverTests_Property.cs
mit
1,592,774,859
using System; using System.Collections.Generic; using System.Reactive; using System.Reactive.Linq; using System.Reactive.Subjects; using Microsoft.Reactive.Testing; using Avalonia.Data; using Avalonia.Data.Core; using Avalonia.UnitTests; using Xunit; using System.Threading.Tasks; using Avalonia.Markup.Parsers; namespa...
using System; using System.Collections.Generic; using System.Reactive; using System.Reactive.Linq; using System.Reactive.Subjects; using Microsoft.Reactive.Testing; using Avalonia.Data; using Avalonia.Data.Core; using Avalonia.UnitTests; using Xunit; using System.Threading.Tasks; using Avalonia.Markup.Parsers; namespa...
1bc5f3618417a15fe1fd0f44e705e4911d5adacd
Adjust test usage
Adjust test usage
peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game.Rulesets.Catch.Tests/CatchSkinColourDecodingTest.cs
mit
1,592,773,615
// 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 NUnit.Framework; using osu.Framework.IO.Stores; using osu.Game.Rulesets.Catch.Skinning; using osu.Game.Skinning; using osuTK.Graphics; namespace osu.Game.Rulesets....
// 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 NUnit.Framework; using osu.Framework.IO.Stores; using osu.Game.Rulesets.Catch.Skinning; using osu.Game.Skinning; using osuTK.Graphics; namespace osu.Game.Rulesets....
07cbc3e68343b83b17b4e43f8302f84833417f99
Privatise and seal whatever possible
Privatise and seal whatever possible
NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu
osu.Game/Tests/Beatmaps/HitObjectSampleTest.cs
mit
1,592,773,510
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Audi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Audi...
fc3036f54ee455f069263d4c8d508d5024660b9e
Fixed AssignNames
Fixed AssignNames
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/Transformations/AssignNames.cs
mit
1,592,772,526
using System; using System.Linq; using SME.AST; using SME.AST.Transform; using Microsoft.CodeAnalysis; namespace SME.VHDL.Transformations { /// <summary> /// This transformation assign names to each named element /// </summary> public class AssignNames : IASTTransform { /// <summary> /// The name...
using System; using System.Linq; using SME.AST; using SME.AST.Transform; namespace SME.VHDL.Transformations { /// <summary> /// This transformation assign names to each named element /// </summary> public class AssignNames : IASTTransform { /// <summary> /// The name of the top-level item ...
1c6119d34e4e00fdf56685575f5ba3959ee97516
Fixed RenderStateProcess
Fixed RenderStateProcess
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/RenderStateProcess.cs
mit
1,592,772,445
using System; using System.Collections.Generic; using System.Linq; using SME.AST; using Microsoft.CodeAnalysis; namespace SME.VHDL { /// <summary> /// The render state for a process /// </summary> public class RenderStateProcess { /// <summary> /// The parent render state /// </summary> public readonly R...
using System; using System.Collections.Generic; using System.Linq; using Mono.Cecil; using SME.AST; namespace SME.VHDL { /// <summary> /// The render state for a process /// </summary> public class RenderStateProcess { /// <summary> /// The parent render state /// </summary> public readonly RenderState P...
a6a99b17553f1692ead040aa2d0652bf4108a02d
Fixed RenderState
Fixed RenderState
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/RenderState.cs
mit
1,592,772,433
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using SME.AST; using SME.VHDL.Templates; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace SME.VHDL { /// <summary> /// Class to encapsulate the state associated with ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using SME.AST; using SME.VHDL.Templates; using Microsoft.CodeAnalysis; namespace SME.VHDL { /// <summary> /// Class to encapsulate the state associated with rendering an AST network as VHDL file...
03b9987e30d0d7626602856dc4875bf2ee0c6a36
Added IsEnum to helper functions
Added IsEnum to helper functions
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/HelperMethods.cs
mit
1,592,772,362
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
61a2f36686c2ce97b8dee18a3f8a1ea44dbd6b6b
fix comments test
fix comments test
wp-net/WordPressPCL,cobalto/WordPressPCL,cobalto/WordPressPCL,wp-net/WordPressPCL
WordPressPCL.Tests.Selfhosted/Comments_Tests.cs
mit
1,592,772,016
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using WordPressPCL.Tests.Selfhosted.Utility; using System.Threading.Tasks; using WordPressPCL.Models; using WordPressPCL.Utility; using System.Linq; using WordPressPCL.Models.Exceptions; namespace WordPressPCL.Tests.Selfhosted { [TestClass] pub...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using WordPressPCL.Tests.Selfhosted.Utility; using System.Threading.Tasks; using WordPressPCL.Models; using WordPressPCL.Utility; using System.Linq; using WordPressPCL.Models.Exceptions; namespace WordPressPCL.Tests.Selfhosted { [TestClass] pub...
db7e5c51742bc8d0e9434aa9f86c1e09b95770ad
Test commit for PR re-testing.
Test commit for PR re-testing.
cobalto/WordPressPCL,wp-net/WordPressPCL,wp-net/WordPressPCL,cobalto/WordPressPCL
WordPressPCL/Models/Page.cs
mit
1,592,770,822
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; namespace WordPressPCL.Models { /// <summary> /// Type represents Page Entity of WP REST API /// </summary> public class Page : Base { /// <summary> /// The date the object was publis...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; namespace WordPressPCL.Models { /// <summary> /// Type represents Page Entity of WP REST API /// </summary> public class Page : Base { /// <summary> /// The date the object was publis...
0209e4f3bf86524d7e23b38724f0ded80430d600
removed the unnecessary service registration
removed the unnecessary service registration
kerryjiang/SuperSocket,kerryjiang/SuperSocket
src/SuperSocket.Server/SuperSocketHostBuilder.cs
apache-2.0
1,592,770,356
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Hosting; using SuperSocket; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Hosting; using SuperSocket; ...
c4ee05a5659079b5c6e2c5c2b943883cf93f90d1
Fixes errors.
Fixes errors.
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/InGameEvents/EventScriptBase.cs
agpl-3.0
1,592,770,095
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace InGameEvents { /// <summary> /// The base script that events can be inherited from. /// /// Also you'll need to add a condition for if the event is fake, as the bool in the base file here isnt used anywhere, to allow for the ...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace InGameEvents { /// <summary> /// The base script that events can be inherited from. /// /// Also you'll need to add a condition for if the event is fake, as the bool in the base file here isnt used anywhere, to allow for the ...
e0e28837ef8fc1f6732df823a3d3e0d6a8f07421
Resolved #47
Resolved #47
dimmpixeye/Unity3dTools
Runtime/Core/Layer.cs
mit
1,592,769,937
using System; using System.Collections; using System.Collections.Generic; #if UNITY_EDITOR using UnityEditor; #endif using UnityEngine; using UnityEngine.SceneManagement; namespace Pixeye.Actors { public sealed class Layer { internal static int NEXT_FREE_ID; internal static Dictionary<string, int> USED_ID...
using System; using System.Collections; using System.Collections.Generic; #if UNITY_EDITOR using UnityEditor; #endif using UnityEngine; using UnityEngine.SceneManagement; namespace Pixeye.Actors { public sealed class Layer { internal static int NEXT_FREE_ID; internal static Dictionary<string, int> USED_ID...
62bbf59def528bf67be571629c6cf41f7599761e
Fix AIController throwing on shutdown (#1177)
Fix AIController throwing on shutdown (#1177) Fixes EntityTest Co-authored-by: Metal Gear Sloth <5a6002283f4d0ed17bed24ee1f9d131baf85176c@gmail.com>
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-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Movement/AiControllerComponent.cs
mit
1,592,769,356
using Content.Server.AI.Utility; using Content.Server.AI.Utility.AiLogic; using Content.Server.Interfaces.GameObjects.Components.Movement; using Robust.Server.AI; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Maths; using Robust.Shared.Serialization; usi...
using Content.Server.AI.Utility; using Content.Server.AI.Utility.AiLogic; using Content.Server.Interfaces.GameObjects.Components.Movement; using Robust.Server.AI; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Map; using Robust.Shared.Maths; using Robust.Shared.Serialization; usi...
7791bce62ae5020bbce654e43172443a67700c20
Fix commit 31f0fa8ab56573afaa515a6c59949f826e0a215c
Fix commit 31f0fa8ab56573afaa515a6c59949f826e0a215c
StockSharp/StockSharp
Algo/Storages/Binary/QuoteBinarySerializer.cs
apache-2.0
1,592,768,037
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
ac8fe1c9937ea83f0928278207e41767809ee414
Make glassshard use its random sprites
Make glassshard use its random sprites
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Construction/Glass/GlassShard.cs
agpl-3.0
1,592,767,597
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; using Random = UnityEngine.Random; public class GlassShard : NetworkBehaviour, IServerSpawn { public Sprite[] glassSprites; [SyncVar(hook = nameof(SyncSpriteIndex))] private int spriteIndex; private Sprite...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; using Random = UnityEngine.Random; public class GlassShard : NetworkBehaviour { public Sprite[] glassSprites; [SyncVar(hook = nameof(SpriteChange))] public int spriteIndex; public SpriteRenderer spriteRend...
f81a5fee90cf24eca15b89fd704c883145879d53
added roundtrip test for zugferd 2.1
added roundtrip test for zugferd 2.1
stephanstapel/ZUGFeRD-csharp
ZUGFeRD-Test/Application.cs
apache-2.0
1,592,765,867
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
23bc217e5cc3e3a5184d3e643a5c1d120a97734d
fixes to sample application, adopting new directory names
fixes to sample application, adopting new directory names fixes #45
stephanstapel/ZUGFeRD-csharp
ZUGFeRD-Test/Application.cs
apache-2.0
1,592,765,260
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
68c331d268986af1107d919eb1c40d63fc2d500a
Working on fixing RenderState
Working on fixing RenderState
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/RenderState.cs
mit
1,592,763,143
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using SME.AST; using SME.VHDL.Templates; using Microsoft.CodeAnalysis; namespace SME.VHDL { /// <summary> /// Class to encapsulate the state associated with rendering an AST network as VHDL file...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using Mono.Cecil; using SME.AST; using SME.VHDL.Templates; namespace SME.VHDL { /// <summary> /// Class to encapsulate the state associated with rendering an AST network as VHDL files /// </sum...
29dfa64834003d2cdff73d646100df5ac7c636a1
First attempt at RenderHelper fix
First attempt at RenderHelper fix
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/RenderHelper.cs
mit
1,592,763,117
using System; using System.Collections.Generic; using SME.AST; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace SME.VHDL { /// <summary> /// Helper method that contains all code to emit actual VHDL /// </summary> public class RenderHelper { //...
using System; using System.Collections.Generic; using Mono.Cecil; using SME.AST; using System.Linq; namespace SME.VHDL { /// <summary> /// Helper method that contains all code to emit actual VHDL /// </summary> public class RenderHelper { /// <summary> /// The parent render state i...
bd3e424dc91aa4ea87e96f8b45d45a4ca631cff1
Attempt to add GetArgumentsInOut
Attempt to add GetArgumentsInOut
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/HelperMethods.cs
mit
1,592,763,105
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
485d6c77ca5ebdc57f7033e610bbc0ad2702926b
Comment test
Comment test
antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4,antlr/grammars-v4
csharp/examples/AllInOneNoPreprocessor.cs
mit
1,592,763,060
extern alias Foo; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using M = System.Math; using ConsoleApplication2.Test; /**/ /* the previous comment is an empty delimited comment and not a document comment */ /** this is a document comment */ // t...
extern alias Foo; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using M = System.Math; using ConsoleApplication2.Test; using X = int1; using Y = ABC.X<int>; using static System.Math; using static System.DayOfWeek; using static System.Linq.Enumer...
f48e1d8ec163e8dc786100a0d842c36010510c7b
Increment version before creating release (0.2.5).
Increment version before creating release (0.2.5).
VictorZakharov/pinwin
PinWin/Properties/AssemblyInfo.cs
mit
1,592,762,573
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Pi...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Pi...
59cea027b2e69f03ec0db9122e91364489294ad6
Added Lazy logging functions
Added Lazy logging functions
aruss/ServiceBase,aruss/ServiceBase
src/ServiceBase/Logging/ILoggerExtensions.cs
apache-2.0
1,592,762,570
// Copyright (c) Russlan Akiev. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. namespace Microsoft.Extensions.Logging { using System; using System.Diagnostics; using ServiceBase.Logging; /// <summary> /// <see cref=...
// Copyright (c) Russlan Akiev. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. namespace Microsoft.Extensions.Logging { using ServiceBase.Logging; /// <summary> /// <see cref="ILogger"/> extension methods. /// </summary...
4fbf55a0de0fccf9018153a6132e1be574e41366
First Attempt at VHDLTypeConversion fix
First Attempt at VHDLTypeConversion fix
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/VHDLTypeConversion.cs
mit
1,592,762,354
using System; using System.Linq; using SME.AST; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.VHDL { public static class VHDLTypeConversion { public static Expression ConvertExpression(RenderState render, Method method, Expression s, V...
using System; using System.Linq; using SME.AST; namespace SME.VHDL { public static class VHDLTypeConversion { public static Expression ConvertExpression(RenderState render, Method method, Expression s, VHDLType target, Mono.Cecil.TypeReference targetsource, bool fromCast) { var svhdl = render.VHDLType(s); ...
6759ecab5b1fd7f56b0689ad65164bfc827a2f6b
First attempt at VHDLType fix
First attempt at VHDLType fix
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/VHDLType.cs
mit
1,592,762,339
using System; using System.Linq; using System.Collections.Generic; using SME.AST; using Microsoft.CodeAnalysis; namespace SME.VHDL { /// <summary> /// Representation of a VHDL type /// </summary> public class VHDLType { /// <summary> /// Gets or sets a type alias name /// </summary> public string Alias {...
using System; using Mono.Cecil; using System.Linq; using System.Collections.Generic; using SME.AST; namespace SME.VHDL { /// <summary> /// Representation of a VHDL type /// </summary> public class VHDLType { /// <summary> /// Gets or sets a type alias name /// </summary> public string Alias { get; set; }...
d253035b4db2670880191188b25d5ea97c0e05ae
Added IsArrayType to HelperMethods
Added IsArrayType to HelperMethods
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/HelperMethods.cs
mit
1,592,762,322
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { pu...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { /...
e7b41578ef49f6619ea7c258e7023fa227ee2582
Update EventImmovableRod.cs
Update EventImmovableRod.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/InGameEvents/InGameEventScripts/EventImmovableRod.cs
agpl-3.0
1,592,762,237
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace InGameEvents { public class EventImmovableRod : EventScriptBase { private MatrixInfo stationMatrix; private Queue<Vector2> impactCoords = new Queue<Vector2>(); public GameObject ExplosionPrefab = null; ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace InGameEvents { public class EventImmovableRod : EventScriptBase { private MatrixInfo stationMatrix; private Queue<Vector2> impactCoords = new Queue<Vector2>(); public GameObject ExplosionPrefab = null; ...
9684bdb45dba564624f221f207b5fd998a211658
Fix #25 (Allow multiple Windows users to run PinWin at the same time).
Fix #25 (Allow multiple Windows users to run PinWin at the same time).
VictorZakharov/pinwin
PinWin/BusinessLayer/SingleInstanceManager.cs
mit
1,592,761,812
using System; using System.Security.Principal; using System.Threading; using System.Windows.Forms; namespace PinWin.BusinessLayer { /// <summary> /// Forces to the application to run in single instance mode. /// </summary> /// <remarks> /// Used code from here https://stackoverflow.com/a/7810107...
namespace PinWin.BusinessLayer { using System; using System.Reflection; using System.Runtime.InteropServices; using System.Security.AccessControl; using System.Security.Principal; using System.Threading; /// <summary> /// Forces to the application to run in single instance mode. /...
6b8dc1f5657a376f56474bb892609a870b2c6274
Update test name
Update test name
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
test/ImGui.ControlTest/TextBoxFacts.cs
agpl-3.0
1,592,760,603
using ImGui; using Xunit; namespace ImGui.ControlTest { public class TextBoxTest { public TextBoxTest() { Application.IsRunningInUnitTest = true; Application.InitSysDependencies(); } [Fact] public void TestBoxWorksCorrectly() { ...
using ImGui; using Xunit; namespace ImGui.ControlTest { public class TextBoxTest { public TextBoxTest() { Application.IsRunningInUnitTest = true; Application.InitSysDependencies(); } [Fact] public void TestBoxWorksCorrectly() { ...
696e6ce719a8bd8c18a7eb9789524aaa7629ea3f
Fix yaml test after frontmatter parsing change
Fix yaml test after frontmatter parsing change
lunet-io/lunet,lunet-io/lunet
src/Lunet.Tests/TestYamlUtil.cs
bsd-2-clause
1,592,759,479
using System; using System.Collections.Generic; using System.Linq; using Lunet.Yaml; using NUnit.Framework; using Scriban.Parsing; using Scriban.Runtime; namespace Lunet.Tests { public class TestYamlUtil { [Test] public void TestYamlFrontMatter() { TextPosition position; ...
using System; using System.Collections.Generic; using System.Linq; using Lunet.Yaml; using NUnit.Framework; using Scriban.Parsing; using Scriban.Runtime; namespace Lunet.Tests { public class TestYamlUtil { [Test] public void TestYamlFrontMatter() { TextPosition position; ...
bd595aec2c0223a222d50e5d2b0b8854b89a46e9
Set UseShellExecute option (#33)
Set UseShellExecute option (#33)
shibayan/WinQuickLook
WinQuickLook/QuickLookWindow.xaml.cs
apache-2.0
1,592,758,861
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Controls; using System.Windows.Forms.Integration; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Media.Imaging; using WinQuickLoo...
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Controls; using System.Windows.Forms.Integration; using System.Windows.Interop; using System.Windows.Media; using System.Windows.Media.Imaging; using WinQuickLoo...
4acd0cd14ff8cb51297c08cd60b1b8365aac391c
Clip TextBox content to its content-box
Clip TextBox content to its content-box
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Control/TextBox/TextBox.cs
agpl-3.0
1,592,758,834
using System; using ImGui.Input; using ImGui.Rendering; using ImGui.Style; namespace ImGui { public partial class GUI { public static string TextBox(Rect rect, string label, string text, LayoutOptions? options) { Window window = GetCurrentWindow(); if (windo...
using System; using ImGui.Input; using ImGui.Rendering; using ImGui.Style; namespace ImGui { public partial class GUI { public static string TextBox(Rect rect, string label, string text, LayoutOptions? options) { Window window = GetCurrentWindow(); if (windo...
9e4f7292101ac187d426c026659fcde8cfa7c4e0
Fix content-box size calculation issue
Fix content-box size calculation issue Border and padding represent thickness, not coordinates!
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Style/StyleRuleset.Extension.cs
agpl-3.0
1,592,758,780
using System; using System.Diagnostics; namespace ImGui.Style { internal static class StyleRuleSetEx { public static Size CalcContentBoxRect(this StyleRuleSet ruleSet, string text, GUIState state) { if (text == null) { throw new ArgumentNullException(nam...
using System; using System.Diagnostics; namespace ImGui.Style { internal static class StyleRuleSetEx { public static Size CalcContentBoxRect(this StyleRuleSet ruleSet, string text, GUIState state) { if (text == null) { throw new ArgumentNullException(nam...
495bac9d0a1bee246fc9d782b7f73cca159fe474
Add extension DrawingContext.PushClip(Rect)
Add extension DrawingContext.PushClip(Rect) Just for convenience: a rectangle is often used as a clip region.
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Rendering/DrawingContextEx.cs
agpl-3.0
1,592,758,665
using ImGui.GraphicsAbstraction; using ImGui.OSAbstraction.Graphics; using ImGui.OSAbstraction.Text; namespace ImGui.Rendering { internal static partial class DrawingContextEx { public static void DrawLine(this DrawingContext dc, StyleRuleSet rule, Point point0, Point point1) { Pen...
using ImGui.GraphicsAbstraction; using ImGui.OSAbstraction.Graphics; using ImGui.OSAbstraction.Text; namespace ImGui.Rendering { internal static partial class DrawingContextEx { public static void DrawLine(this DrawingContext dc, StyleRuleSet rule, Point point0, Point point1) { Pen...
5dc5f80d4600a62ea533d92ad9e615e6d823fb5b
Fixed OperatorHelpers
Fixed OperatorHelpers
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/OperatorHelpers.cs
mit
1,592,757,599
using System; using SME.AST; using Microsoft.CodeAnalysis.CSharp; namespace SME.VHDL { public static class OperatorHelpers { public static string ToVHDL(this SyntaxKind op) { switch (op) { case SyntaxKind.AmpersandToken: return "and"; case SyntaxKind.BarToken: return "or"; case SyntaxKind...
using System; using ICSharpCode.Decompiler.CSharp.Syntax; using Mono.Cecil; using SME.AST; namespace SME.VHDL { public static class OperatorHelpers { public static string ToVHDL(this BinaryOperatorType op) { switch (op) { case BinaryOperatorType.BitwiseAnd: return "and"; case BinaryOperatorType....
779af7570660043f63ff4b1420eb7eeeecf23649
Corrected order.
Corrected order.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Shared/MagickNETTests/TheDelegatesProperty.cs
apache-2.0
1,592,757,374
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
d708f603a23e1906a7ec38b8323df959ac840c44
BuildStateMachine temp done
BuildStateMachine temp done
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/Transform/BuildStateMachine.cs
mit
1,592,757,165
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST.Transform { public class WhileWithoutAwaitException : Exception { public WhileWithoutAwaitException(string...
using System; using System.Collections.Generic; using System.Linq; namespace SME.AST.Transform { public class WhileWithoutAwaitException : Exception { public WhileWithoutAwaitException(string message) : base(message) { } } /// <summary> /// Builds a state machine from a <see cref="State...
55cc1cf55a90392ac1e61fa4da1cf15d1b6e2d01
ParseProcessesStatement done
ParseProcessesStatement done
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/ParseProcesses/ParseProcessesStatement.cs
mit
1,592,757,144
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial part deals with statements public partial class ParseProcesses { /// <summary> /// Processes a sin...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial part deals with statements public partial class ParseProcesses { /// <summary> /// Processes a single statement from the decompiler and...
4d2f44735d6029967653efd7be338f876e94acd1
ParseProcesses done
ParseProcesses done
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/ParseProcesses/ParseProcesses.cs
mit
1,592,757,127
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.MSBuild; namespace SME.AST { // This partial part of the parser deal...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.MSBuild; namespace SME.AST { // This partial part of the parser deal...
ffc54406f7303857205571f6cc6ae5e87dafe1bc
Cleaned up some of the helper functions. They should return at some point!
Cleaned up some of the helper functions. They should return at some point!
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/HelperMethods.cs
mit
1,592,757,112
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { /...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { /// <summary> /// A collection of static extension methods /// </summary> public static class HelperMethods { /// <summary> /// Returns <c>true</c> ...
65b141fe64f9c2b8baed74a8f41eed8bee7467e4
Added missing header.
Added missing header.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Shared/Extensions/IConnectedComponentsSettingsExtensionsTests/TheSetImageArtifactsMethod.cs
apache-2.0
1,592,757,095
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
using ImageMagick; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Magick.NET.Tests { public partial class IConnectedComponentsSettingsExtensionsTests { [TestClass] public class TheSetImageArtifactsMethod { [TestMethod] public void ShouldNotSetTheA...
150eebfcdc29a844b8f3caac0184cf831c17f39e
Updated unit test for delegates.
Updated unit test for delegates.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Shared/MagickNETTests/TheDelegatesProperty.cs
apache-2.0
1,592,757,046
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
9b69d6dbfc6d280af02332b6ccb94f5881c7e17a
Added Avif format.
Added Avif format.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET.Core/Enums/MagickFormat.cs
apache-2.0
1,592,756,846
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
37f2261b6c05f2efa135b2336baf26c7a618f120
pseudo change to test github actions
pseudo change to test github actions
stephanstapel/ZUGFeRD-csharp
ZUGFeRD/PaymentTerms.cs
apache-2.0
1,592,756,154
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"...