commit
stringlengths
40
40
subject
stringlengths
4
1.73k
repos
stringlengths
5
127k
old_file
stringlengths
2
751
new_file
stringlengths
2
751
new_contents
stringlengths
1
8.98k
old_contents
stringlengths
0
6.59k
license
stringclasses
13 values
lang
stringclasses
23 values
399812ede24478019058b0df541ab702113dd2b1
add OrientationOnly ControllerState, update comments
vladkol/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,vladkol/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,vladkol/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,StephenHodgson/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity
Assets/MixedRealityToolkit/_Core/Definitions/Devices/ControllerState.cs
Assets/MixedRealityToolkit/_Core/Definitions/Devices/ControllerState.cs
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. namespace Microsoft.MixedReality.Toolkit.Internal.Definitions.Devices { /// <summary> /// The Controller State defines how a controller or headset is current...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. namespace Microsoft.MixedReality.Toolkit.Internal.Definitions.Devices { /// <summary> /// The Controller State defines whether a controller or headset is cur...
mit
C#
6c723d3788fe0420e6a09607031068928c96de91
Test launching 10 listeners in CI
InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET,InEngine-NET/InEngine.NET
IntegrationEngine.Tests/JobProcessor/MessageQueueListenerManagerTest.cs
IntegrationEngine.Tests/JobProcessor/MessageQueueListenerManagerTest.cs
using BeekmanLabs.UnitTesting; using IntegrationEngine.JobProcessor; using NUnit.Framework; using Moq; using System; using System.Threading; namespace IntegrationEngine.Tests.JobProcessor { public class MessageQueueListenerManagerTest : TestBase<MessageQueueListenerManager> { public Mock<MessageQueueL...
using BeekmanLabs.UnitTesting; using IntegrationEngine.JobProcessor; using NUnit.Framework; using Moq; using System; using System.Threading; namespace IntegrationEngine.Tests.JobProcessor { public class MessageQueueListenerManagerTest : TestBase<MessageQueueListenerManager> { public Mock<MessageQueueL...
mit
C#
fdf7189ab90abd138a1b2e629a0f807f60fc0ca2
Add get best id method for season images.
henrikfroehling/TraktApiSharp
Source/Lib/TraktApiSharp/Objects/Get/Shows/Seasons/TraktSeasonImages.cs
Source/Lib/TraktApiSharp/Objects/Get/Shows/Seasons/TraktSeasonImages.cs
namespace TraktApiSharp.Objects.Get.Shows.Seasons { using Basic; using Newtonsoft.Json; /// <summary>A collection of images and image sets for a Trakt season.</summary> public class TraktSeasonImages { /// <summary>Gets or sets the screenshot image set.</summary> [JsonProperty(Prop...
namespace TraktApiSharp.Objects.Get.Shows.Seasons { using Basic; using Newtonsoft.Json; /// <summary> /// A collection of images for a Trakt season. /// </summary> public class TraktSeasonImages { /// <summary> /// A poster image set for various sizes. /// </summary...
mit
C#
3da0e277eccc7ea96069962a60ef39f4ccaa0fa0
Update ExchangeRateRepository.cs
tiksn/TIKSN-Framework
TIKSN.Core/Finance/ForeignExchange/Data/Mongo/ExchangeRateRepository.cs
TIKSN.Core/Finance/ForeignExchange/Data/Mongo/ExchangeRateRepository.cs
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using MongoDB.Driver; using TIKSN.Data.Mongo; namespace TIKSN.Finance.ForeignExchange.Data.Mongo { public class ExchangeRateRepository : MongoRepository<ExchangeRateEntity, Guid>, IExchangeRateRepository { ...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using MongoDB.Driver; using TIKSN.Data.Mongo; namespace TIKSN.Finance.ForeignExchange.Data.Mongo { public class ExchangeRateRepository : MongoRepository<ExchangeRateEntity, Guid>, IExchangeRateRepository { ...
mit
C#
b8e354eac15733598353242318ec15328421fcb4
fix the logic of application stopping
thinking-home/system,thinking-home/system,thinking-home/system
ThinkingHome.Console/Program.cs
ThinkingHome.Console/Program.cs
using System; using System.Linq; using System.Reflection; using System.Runtime.Loader; using System.Threading; using ThinkingHome.Core.Infrastructure; namespace ThinkingHome.Console { internal class Program { public static void Main(string[] args) { // init and start va...
using System; using System.Linq; using System.Reflection; using System.Runtime.Loader; using System.Threading; using ThinkingHome.Core.Infrastructure; namespace ThinkingHome.Console { internal class Program { public static void Main(string[] args) { // init and start va...
mit
C#
27ba2197843de4e6dc5b55ccd3f6d45f5ecdff99
reorder modal
geffzhang/Opserver,VictoriaD/Opserver,rducom/Opserver,GABeech/Opserver,jeddytier4/Opserver,manesiotise/Opserver,rducom/Opserver,opserver/Opserver,VictoriaD/Opserver,geffzhang/Opserver,opserver/Opserver,manesiotise/Opserver,opserver/Opserver,mqbk/Opserver,mqbk/Opserver,GABeech/Opserver,jeddytier4/Opserver,manesiotise/Op...
Opserver/Views/SQL/Databases.Modal.cshtml
Opserver/Views/SQL/Databases.Modal.cshtml
@using StackExchange.Opserver.Data.SQL @using StackExchange.Opserver.Views.SQL @model DatabasesModel @{ var db = Model.Database; } <h4 class="modal-title"> Database details for @db </h4> @helper RenderLink(DatabasesModel.Views view, string text, bool disabled = false) { if (disabled) { <a href="jav...
@using StackExchange.Opserver.Data.SQL @using StackExchange.Opserver.Views.SQL @model DatabasesModel @{ var db = Model.Database; } <h4 class="modal-title"> Database details for @db </h4> @helper RenderLink(DatabasesModel.Views view, string text, bool disabled = false) { if (disabled) { <a href="jav...
mit
C#
ebb84ce0ca1e4d43c9891339988e9e6a13d47975
Remove Hakyll reference.
ForNeVeR/fornever.me,ForNeVeR/fornever.me,ForNeVeR/fornever.me
ForneverMind/views/_Layout.cshtml
ForneverMind/views/_Layout.cshtml
@using RazorEngine.Templating @inherits TemplateBase <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" conte...
@using RazorEngine.Templating @inherits TemplateBase <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" conte...
mit
C#
c3c881149049c58982e282269ecd6cbcc0314b33
Fix test data path when building in Unity plugin
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-yaml/test/src/TestEnvironment.cs
resharper/resharper-yaml/test/src/TestEnvironment.cs
using JetBrains.Application.BuildScript.Application.Zones; using JetBrains.ReSharper.TestFramework; using JetBrains.TestFramework; using JetBrains.TestFramework.Application.Zones; using NUnit.Framework; [assembly: RequiresSTA] // This attribute is marked obsolete but is still supported. Use is discouraged in prefere...
using JetBrains.Application.BuildScript.Application.Zones; using JetBrains.ReSharper.TestFramework; using JetBrains.TestFramework; using JetBrains.TestFramework.Application.Zones; using NUnit.Framework; [assembly: RequiresSTA] namespace JetBrains.ReSharper.Plugins.Yaml.Tests { [ZoneDefinition] public interfa...
apache-2.0
C#
3e93dd543d0ce3827ac9bf069824bee617cfb464
Test construction is internal.
fixie/fixie
src/Fixie/Test.cs
src/Fixie/Test.cs
namespace Fixie { using System.Reflection; public class Test { public string Class { get; } public string Method { get; } public string Name { get; } internal Test(MethodInfo method) { Class = method.ReflectedType!.FullName!; Method = method....
namespace Fixie { using System.Reflection; public class Test { public string Class { get; } public string Method { get; } public string Name { get; } public Test(MethodInfo method) { Class = method.ReflectedType!.FullName!; Method = method.Na...
mit
C#
583a86ec3ebe014033bc2f5f2dac073d4e5b8d5f
Fix typo.
urasandesu/Enkidu
Urasandesu.Enkidu/Resources.cs
Urasandesu.Enkidu/Resources.cs
/* * File: Resources.cs * * Author: Akira Sugiura (urasandesu@gmail.com) * * * Copyright (c) 2017 Akira Sugiura * * This software is MIT License. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the ...
/* * File: Synchronizable.cs * * Author: Akira Sugiura (urasandesu@gmail.com) * * * Copyright (c) 2017 Akira Sugiura * * This software is MIT License. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files ...
mit
C#
b6ca01b1a3c11b759ac3dff739baf720682984c4
Fix resolver URI
ajlopez/Aktores
Samples/WebCrawler/WebCrawler/Resolver.cs
Samples/WebCrawler/WebCrawler/Resolver.cs
namespace WebCrawler { using System; using System.Collections.Generic; using System.Globalization; using Aktores.Core; public class Resolver : Actor { private List<Uri> downloadedAddresses; private string host; public Resolver() { this...
namespace WebCrawler { using System; using System.Collections.Generic; using System.Globalization; using Aktores.Core; public class Resolver : Actor { private List<Uri> downloadedAddresses; public Resolver() { this.downloadedAddresses = new Lis...
mit
C#
20301be25ca45cc67496715ef1dd0d6423e1323a
Fix ListView item styling on Android
warappa/XamlCSS
XamlCSS.XamarinForms/VisualTreeCell.cs
XamlCSS.XamarinForms/VisualTreeCell.cs
using System; using Xamarin.Forms; using XamlCSS.Windows.Media; namespace XamlCSS.XamarinForms { public static class VisualTreeCell { public static readonly BindableProperty IncludeProperty = BindableProperty.CreateAttached( "Include", typeof(bool), typeof(VisualTreeCell), false, ...
using System; using Xamarin.Forms; using XamlCSS.Windows.Media; namespace XamlCSS.XamarinForms { public static class VisualTreeCell { public static readonly BindableProperty IncludeProperty = BindableProperty.CreateAttached( "Include", typeof(bool), typeof(VisualTreeCell), false, propertyCh...
mit
C#
bf6a1af030ace41d55967c3005b3fa524d6352ec
remove iOS specific top padding since we're using a nav bar
IrvingtonProgramming/InteractApp,IrvingtonProgramming/InteractApp,IrvingtonProgramming/InteractApp
InteractApp/EventListPage.xaml.cs
InteractApp/EventListPage.xaml.cs
using System; using System.Collections.Generic; using System.Diagnostics; using Xamarin.Forms; namespace InteractApp { public partial class EventListPage : ContentPage { private static readonly string EventDesc = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore...
using System; using System.Collections.Generic; using System.Diagnostics; using Xamarin.Forms; namespace InteractApp { public partial class EventListPage : ContentPage { private static readonly string EventDesc = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore...
mit
C#
7ec68beaa4825a2a9bcb88c8902d8a46bcba7065
Add download_url and content_type for file upload questions
bcemmett/SurveyMonkeyApi-v3
SurveyMonkey/Containers/ResponseAnswer.cs
SurveyMonkey/Containers/ResponseAnswer.cs
using Newtonsoft.Json; namespace SurveyMonkey.Containers { [JsonConverter(typeof(TolerantJsonConverter))] public class ResponseAnswer { public long? ChoiceId { get; set; } public long? RowId { get; set; } public long? ColId { get; set; } public long? OtherId { get; set; } ...
using Newtonsoft.Json; namespace SurveyMonkey.Containers { [JsonConverter(typeof(TolerantJsonConverter))] public class ResponseAnswer { public long? ChoiceId { get; set; } public long? RowId { get; set; } public long? ColId { get; set; } public long? OtherId { get; set; } ...
mit
C#
1e16776254400ce5c6db206fbfc8777c22642cbc
Use with params from APL
lstefano71/Nowin,lstefano71/Nowin,lstefano71/Nowin
ZipFS/Helpers/Helpers.cs
ZipFS/Helpers/Helpers.cs
using System; using Owin; using Microsoft.Owin; using System.Threading.Tasks; using WildHeart.Owin.Middleware; using Microsoft.Owin.StaticFiles; using System.Collections.Generic; namespace WildHeart.Owin { public static class APLHelper { public static void AddMimeTypes(FileServerOptions opts, string def) { ...
using System; using Owin; using Microsoft.Owin; using System.Threading.Tasks; using WildHeart.Owin.Middleware; using Microsoft.Owin.StaticFiles; using System.Collections.Generic; namespace WildHeart.Owin { public static class APLHelper { public static void AddMimeTypes(FileServerOptions opts, string def) { ...
mit
C#
a9714d97260ba306e7821a9bcbcc66df1436b80c
Fix code formatting in ToxVersion.
uruk/SharpTox,Impyy/SharpTox
SharpTox/Core/ToxVersion.cs
SharpTox/Core/ToxVersion.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SharpTox.Core { public class ToxVersion { public int Major { get; private set; } public int Minor { get; private set; } public int Patch { get; private set; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SharpTox.Core { public class ToxVersion { public int Major { get; private set; } public int Minor { get; private set; } public int Patch { get; private set; } ...
mit
C#
fc81e477a3bf7daf7e9f158812e6b7e5e5c70055
increase version
jittuu/RGeoIP
RGeoIP/Properties/AssemblyInfo.cs
RGeoIP/Properties/AssemblyInfo.cs
using System.Reflection; 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("RGeoIP")] [assembly: AssemblyDescription(...
using System.Reflection; 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("RGeoIP")] [assembly: AssemblyDescription(...
mit
C#
e7f95a214acdb74713c687125e587947113ab2c8
Remove obsolete message from private function
ivandrofly/octokit.net,M-Zuber/octokit.net,TattsGroup/octokit.net,shana/octokit.net,thedillonb/octokit.net,ivandrofly/octokit.net,editor-tools/octokit.net,octokit/octokit.net,khellang/octokit.net,shiftkey/octokit.net,eriawan/octokit.net,TattsGroup/octokit.net,adamralph/octokit.net,SmithAndr/octokit.net,thedillonb/octok...
Octokit/Helpers/ModelExtensions.cs
Octokit/Helpers/ModelExtensions.cs
using System; using System.Text.RegularExpressions; namespace Octokit { // TODO: this is only related to SSH keys, we should rename this /// <summary> /// Extensions for working with SSH keys /// </summary> public static class ModelExtensions { #if NETFX_CORE static readonly Regex ssh...
using System; using System.Text.RegularExpressions; namespace Octokit { // TODO: this is only related to SSH keys, we should rename this /// <summary> /// Extensions for working with SSH keys /// </summary> public static class ModelExtensions { #if NETFX_CORE static readonly Regex ssh...
mit
C#
633be5ee0b2368ef9ab46be999721d850e1172c2
Add HTTP codes to error responses
bwatts/Totem,bwatts/Totem
Source/Totem.Web/WebApiRequest.cs
Source/Totem.Web/WebApiRequest.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Nancy; using Totem.IO; using Totem.Runtime.Timeline; namespace Totem.Web { /// <summary> /// An process observing and publishing to the timeline in order to make a web request /// </summary> public abstract class WebApiReque...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Nancy; using Totem.IO; using Totem.Runtime.Timeline; namespace Totem.Web { /// <summary> /// An process observing and publishing to the timeline in order to make a web request /// </summary> public abstract class WebApiReque...
mit
C#
d05a136b937fd3874c3148d9eaa48667571a8c73
fix $flatten behavior
Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek
Tweek.ApiService/ServingModule.cs
Tweek.ApiService/ServingModule.cs
using System; using System.Collections.Generic; using System.Linq; using Engine; using Engine.Core.Context; using Engine.DataTypes; using LanguageExt; using Nancy; using Newtonsoft.Json; namespace Tweek.ApiService { public class ServingModule : NancyModule { public static Tuple<IReadOnlyDictionary<TKe...
using System.Collections.Generic; using System.Linq; using Engine; using Engine.Core.Context; using Engine.DataTypes; using LanguageExt; using Nancy; using Newtonsoft.Json; namespace Tweek.ApiService { public class ServingModule : NancyModule { private static readonly string PREFIX = "/configurations"...
mit
C#
6d28a5ea0efd604eba3d3bb5ddf7ce6148f419a1
fix typos (#166)
skbkontur/NuGetGallery,KuduApps/NugetGallery16Fx45-DeleteMe,KuduApps/NuGetGallery,KuduApps/NuGetGallery,KuduApps/NugetGallery21Fx45-DeleteMe,KuduApps/NuGetGallery,mtian/SiteExtensionGallery,kudustress/NuGetGallery2,grenade/NuGetGallery_download-count-patch,mtian/SiteExtensionGallery,kudustress/NuGetGalleryOptmized,gren...
Website/Views/Pages/Home.cshtml
Website/Views/Pages/Home.cshtml
@{ ViewBag.Tab = "Home"; } <section class="featured"> <div> <h1>Jump Start Your Projects with NuGet</h1> <p >NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.</p> <p class="sub"><em>So <a href="http://visualstud...
@{ ViewBag.Tab = "Home"; } <section class="featured"> <div> <h1>Jump Start Your Projects with NuGet</h1> <p >NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.</p> <p class="sub"><em>So <a href="http://visualstud...
apache-2.0
C#
798d21cf3e3c1820d9f5a28da7363a2951d38ad3
update ConversionMethods
bryan2894-playgrnd/SimpleWeather-Xamarin,bryan2894-playgrnd/SimpleWeather-Xamarin
SimpleWeather/ConversionMethods.cs
SimpleWeather/ConversionMethods.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SimpleWeather { public static class ConversionMethods { private const double KM_TO_MI = 0.621371192; private const double MI_TO_KM = 1.609344; public static st...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SimpleWeather { public static class ConversionMethods { public const double KM_TO_MI = 0.621371192; public const double MI_TO_KM = 1.609344; public static stri...
apache-2.0
C#
3003e86882707638c203140a2edc246d96bd586f
Add company name to assembly.
GetTabster/Tabster
Tabster/Properties/AssemblyInfo.cs
Tabster/Properties/AssemblyInfo.cs
#region using System.Reflection; using System.Runtime.InteropServices; #endregion // 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("Tabster"...
#region using System.Reflection; using System.Runtime.InteropServices; #endregion // 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("Tabster"...
apache-2.0
C#
7f8a1a7863c7ae5722637b397fae86e169f7aaa8
Revert "And we have the medium line working!"
pcamp123/GadgtSpot-Windows-Phone-Application
WP8App/Services/WordWrapService.cs
WP8App/Services/WordWrapService.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using WPAppStudio.Services.Interfaces; namespace WPAppStudio.Services { public class WordWrapService { private readonly ITextMeasurementService _tms; public WordWrapService(ITextMeasurementService textMeasur...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using WPAppStudio.Services.Interfaces; namespace WPAppStudio.Services { public class WordWrapService { private readonly ITextMeasurementService _tms; public WordWrapService(ITextMeasurementService textMeasur...
mit
C#
0fe4265e26d6b4eba23378be5b4f899d0e89edc1
implement Classifier.Clustering(Raw.RawBlock)
myxini/block-program
block-program/Detection/Classifier.cs
block-program/Detection/Classifier.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Myxini.Recognition { class Classifier : IClassifier { private class Pattern { private Image.IImage pattern; public IBlock Block { get; private s...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Myxini.Recognition { class Classifier : IClassifier { private class Pattern { private Image.IImage pattern; IBlock Block { get; private set; } ...
mit
C#
f117ec80c640d9f9ca3abf6685aa24553b3dfe2b
Throw InvalidOperationException when ActiveCharacterRenderer is null in MainCharacterEntityRenderer
ethanmoffat/EndlessClient
EndlessClient/Rendering/MapEntityRenderers/MainCharacterEntityRenderer.cs
EndlessClient/Rendering/MapEntityRenderers/MainCharacterEntityRenderer.cs
// Original Work Copyright (c) Ethan Moffat 2014-2016 // This file is subject to the GPL v2 License // For additional details, see the LICENSE file using System; using EndlessClient.Rendering.Character; using EndlessClient.Rendering.Map; using EOLib.Domain.Character; using Microsoft.Xna.Framework.Graphics; namespace...
// Original Work Copyright (c) Ethan Moffat 2014-2016 // This file is subject to the GPL v2 License // For additional details, see the LICENSE file using EndlessClient.Rendering.Character; using EndlessClient.Rendering.Map; using EOLib.Domain.Character; using Microsoft.Xna.Framework.Graphics; namespace EndlessClient...
mit
C#
54deea464cb66d774d203c434796f452d8428c61
Fix method reference in XML comment
artem-aliev/tinkerpop,apache/incubator-tinkerpop,pluradj/incubator-tinkerpop,apache/tinkerpop,krlohnes/tinkerpop,artem-aliev/tinkerpop,apache/tinkerpop,robertdale/tinkerpop,robertdale/tinkerpop,apache/incubator-tinkerpop,apache/tinkerpop,robertdale/tinkerpop,krlohnes/tinkerpop,artem-aliev/tinkerpop,apache/tinkerpop,apa...
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/ITraversalSideEffects.cs
gremlin-dotnet/src/Gremlin.Net/Process/Traversal/ITraversalSideEffects.cs
#region 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 ...
#region 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 ...
apache-2.0
C#
6b613e84a588496099e77581a6bd39d59165f985
Add new file userAuth.cpl/Droid/MainActivity.cs
ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl
userAuth.cpl/Droid/MainActivity.cs
userAuth.cpl/Droid/MainActivity.cs
� using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; namespace userAuth.cpl.Droid { [Activity (Label = "userAuth.cpl.Droid", Icon = "@drawable/icon", Mai...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; namespace userAuth.cpl.Droid { [Activity (Label = "userAuth.cpl.Droid", Icon = "@drawable/icon", MainL...
mit
C#
dc8df9c62f429dcdd714de7ae9807d2cff15732b
Enable PreLoadImages
qianlifeng/Wox,Wox-launcher/Wox,lances101/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,lances101/Wox
Wox/App.xaml.cs
Wox/App.xaml.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Windows; using Wox.CommandArgs; using Wox.Core.Plugin; using Wox.Helper; using Wox.Infrastructure; namespace Wox { public partial class App : Application, ISingleInstanceApp { private const string U...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Windows; using Wox.CommandArgs; using Wox.Core.Plugin; using Wox.Helper; using Wox.Infrastructure; namespace Wox { public partial class App : Application, ISingleInstanceApp { private const string U...
mit
C#
b9e338e4c98025cfe39e0021edea8d42da33c123
add "set" to DbSet and Context prop
Borayvor/ASP.NET-MVC-CourseProject,Borayvor/ASP.NET-MVC-CourseProject,Borayvor/ASP.NET-MVC-CourseProject
EntertainmentSystem/Data/EntertainmentSystem.Data.Common/Repositories/DbRepository{T}.cs
EntertainmentSystem/Data/EntertainmentSystem.Data.Common/Repositories/DbRepository{T}.cs
namespace EntertainmentSystem.Data.Common { using System; using System.Data.Entity; using System.Linq; using Models; using Repositories; public class DbRepository<T> : IDbRepository<T> where T : class, IAuditInfo, IDeletableEntity { public DbRepository(DbContext context) ...
namespace EntertainmentSystem.Data.Common { using System; using System.Data.Entity; using System.Linq; using Models; using Repositories; public class DbRepository<T> : IDbRepository<T> where T : class, IAuditInfo, IDeletableEntity { public DbRepository(DbContext context) ...
mit
C#
9a90ebaffe41df590ca3fac9e0b5acdea35c5175
Revert "Removing 'zzz' from method name"
Smartrak/Smartrak.Library
Collections/Paging/PagingHelpers.cs
Collections/Paging/PagingHelpers.cs
using System; using System.Linq; namespace Smartrak.Collections.Paging { public static class PagingHelpers { /// <summary> /// Gets a paged list of entities with the total appended to each row in the resultset. This is a faster way of doing things than using 2 seperate queries /// </summary> /// <typeparam ...
using System; using System.Linq; namespace Smartrak.Collections.Paging { public static class PagingHelpers { /// <summary> /// Gets a paged list of entities with the total appended to each row in the resultset. This is a faster way of doing things than using 2 seperate queries /// </summary> /// <typeparam ...
mit
C#
a347546128d1b5cec7f1c396a15c3715f8421ddb
Add Commodity Type to Security Types Fix Issue #8 Thanks dsheph
qusma/ib-csharp,krs43/ib-csharp,sebfia/ib-csharp
Krs.Ats.IBNet/Enums/SecurityType.cs
Krs.Ats.IBNet/Enums/SecurityType.cs
using System; using System.ComponentModel; namespace Krs.Ats.IBNet { /// <summary> /// Contract Security Types /// </summary> [Serializable()] public enum SecurityType { /// <summary> /// Stock /// </summary> [Description("STK")] Stock, //...
using System; using System.ComponentModel; namespace Krs.Ats.IBNet { /// <summary> /// Contract Security Types /// </summary> [Serializable()] public enum SecurityType { /// <summary> /// Stock /// </summary> [Description("STK")] Stock, //...
mit
C#
e5eea503dbdfebee5f2911354ded244885a5f5d1
Remove finalizer logic from `ResourcesSkin`
NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu
osu.Game/Skinning/ResourcesSkin.cs
osu.Game/Skinning/ResourcesSkin.cs
// 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. #nullable enable using System; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Framework.Graphics; 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. #nullable enable using System; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framew...
mit
C#
9aa6391309e2d3757f9da51a85b3db00de1ae351
Bump to version 2.5.0.0
bobus15/proshine,Silv3rPRO/proshine
PROShine/Properties/AssemblyInfo.cs
PROShine/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: As...
using System.Reflection; using System.Resources; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: As...
mit
C#
cc92d3d6a91dfd5acbdd681b57737df083f6f12b
Enable the GC to clean up the process list immediately. Fixed potential null reference when disposing before starting.
frederik256/ProcessRelauncher
ProcessRelauncher/ProcessMonitor.cs
ProcessRelauncher/ProcessMonitor.cs
using System; using System.Diagnostics; using System.Threading; namespace ProcessRelauncher { public class ProcessMonitor : IDisposable { private Timer _timer; private readonly int _monitoringPollingIntervalMs; private readonly ProcessStartInfo _processStartInfo; pri...
using System; using System.Diagnostics; using System.Threading; namespace ProcessRelauncher { public class ProcessMonitor : IDisposable { private Timer _timer; private readonly int _monitoringPollingIntervalMs; private readonly ProcessStartInfo _processStartInfo; pri...
bsd-3-clause
C#
9414540854ff1a4f911d706446c0c7192adebc88
Update XML comment document.
jyuch/ReflectionToStringBuilder
src/ReflectionToStringBuilder/ToStringPropertyMap.cs
src/ReflectionToStringBuilder/ToStringPropertyMap.cs
// Copyright (c) 2015 jyuch // Released under the MIT license // https://github.com/jyuch/ReflectionToStringBuilder/blob/master/LICENSE using System; using System.Reflection; namespace Jyuch.ReflectionToStringBuilder { /// <summary> /// Mapping info for a member to string-format. /// </summary> publi...
// Copyright (c) 2015 jyuch // Released under the MIT license // https://github.com/jyuch/ReflectionToStringBuilder/blob/master/LICENSE using System; using System.Reflection; namespace Jyuch.ReflectionToStringBuilder { public sealed class ToStringPropertyMap { private readonly Func<object, object> _a...
mit
C#
807f0c5ce53fc5b0d7e4749b6cd513b04faef93c
Comment out the code in Hangman that uses Table
12joan/hangman
hangman.cs
hangman.cs
using System; namespace Hangman { public class Hangman { public static void Main(string[] args) { // Table table = new Table(2, 3); // string output = table.Draw(); // Console.WriteLine(output); } } }
using System; namespace Hangman { public class Hangman { public static void Main(string[] args) { Table table = new Table(2, 3); string output = table.Draw(); Console.WriteLine(output); } } }
unlicense
C#
0d0336cc9c3a04d7e23af38698b215a2955e965f
Update dependencies from dotnet/corefx (dotnet/coreclr#27431)
ericstj/corefx,ericstj/corefx,ericstj/corefx,shimingsg/corefx,shimingsg/corefx,shimingsg/corefx,shimingsg/corefx,ericstj/corefx,shimingsg/corefx,shimingsg/corefx,ericstj/corefx,ericstj/corefx,shimingsg/corefx,ericstj/corefx
src/Common/src/CoreLib/Interop/Unix/System.Native/Interop.GetTimestamp.cs
src/Common/src/CoreLib/Interop/Unix/System.Native/Interop.GetTimestamp.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys...
mit
C#
4efdd5f378329929c57b8b646c0147f1c68788dd
Use pkcs11-mock for testing
Pkcs11Interop/pkcs11-logger,Pkcs11Interop/pkcs11-logger,Pkcs11Interop/pkcs11-logger
test/Pkcs11LoggerTests/Settings.cs
test/Pkcs11LoggerTests/Settings.cs
/* * PKCS11-LOGGER - PKCS#11 logging proxy module * Copyright (c) 2011-2015 JWC s.r.o. <http://www.jwc.sk> * Author: Jaroslav Imrich <jimrich@jimrich.sk> * * Licensing for open source projects: * PKCS11-LOGGER is available under the terms of the GNU Affero General * Public License version 3 as published ...
/* * PKCS11-LOGGER - PKCS#11 logging proxy module * Copyright (c) 2011-2015 JWC s.r.o. <http://www.jwc.sk> * Author: Jaroslav Imrich <jimrich@jimrich.sk> * * Licensing for open source projects: * PKCS11-LOGGER is available under the terms of the GNU Affero General * Public License version 3 as published ...
apache-2.0
C#
976c435749838971252d53ad550ff07587a6b7b8
Set LogLevel in master branch to Warning
sqybi/baidu-hi-crawler
BaiduHiCrawler/BaiduHiCrawler/Constants.cs
BaiduHiCrawler/BaiduHiCrawler/Constants.cs
namespace BaiduHiCrawler { using System; static class Constants { public const string CommentRetrivalUrlPattern = "http://hi.baidu.com/qcmt/data/cmtlist?qing_request_source=new_request&thread_id_enc={0}&start={1}&count={2}&orderby_type=0&favor=2&type=smblog"; public c...
namespace BaiduHiCrawler { using System; static class Constants { public const string CommentRetrivalUrlPattern = "http://hi.baidu.com/qcmt/data/cmtlist?qing_request_source=new_request&thread_id_enc={0}&start={1}&count={2}&orderby_type=0&favor=2&type=smblog"; public c...
mit
C#
a02d1e87a78febcc370269d580e37b1989a331b0
Revert "Revert "Fixed server not being listed on master server""
Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks
Facepunch.Steamworks/Structs/ServerInit.cs
Facepunch.Steamworks/Structs/ServerInit.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; namespace Steamworks { /// <summary> /// Used to set up the server. /// The variables in here are all required to be set, and can't be changed once the server is c...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; namespace Steamworks { /// <summary> /// Used to set up the server. /// The variables in here are all required to be set, and can't be changed once the server is c...
mit
C#
e6935c872d102d1c9e0bd6956ae9e5be236d6bb9
Change AssemblyInfo
laulaua3/MapperExpression,laulaua3/MapperExpression,laulaua3/MapperExpression
CS/MapperCore/Properties/AssemblyInfo.cs
CS/MapperCore/Properties/AssemblyInfo.cs
using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Les informations générales relatives à un assembly dépendent de // l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations // associées à un assembly. ...
using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Les informations générales relatives à un assembly dépendent de // l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations // associées à un assembly. ...
apache-2.0
C#
87893c35a92be42929ea6e5355156ee2231988ca
Update AssemblyInfo
JohanLarsson/Gu.Localization
Gu.Localization/Properties/AssemblyInfo.cs
Gu.Localization/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; 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. [asse...
using System.Reflection; using System.Resources; 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. [asse...
mit
C#
ed06ea691e6ff7fd36ecd02f9bf04c29fdb36524
simplify expression for AssemblyLoadContext
momcms/MoM,momcms/MoM
MoM.Web/Loaders/DirectoryAssemblyLoader.cs
MoM.Web/Loaders/DirectoryAssemblyLoader.cs
using Microsoft.Extensions.PlatformAbstractions; using System; using System.IO; using System.Reflection; namespace MoM.Web.Loaders { public class DirectoryAssemblyLoader : IAssemblyLoader { private readonly string DirectoryPath; private readonly IAssemblyLoadContext AssemblyLoadContext; ...
using Microsoft.Extensions.PlatformAbstractions; using System; using System.IO; using System.Reflection; namespace MoM.Web.Loaders { public class DirectoryAssemblyLoader : IAssemblyLoader { private readonly string DirectoryPath; private readonly IAssemblyLoadContext AssemblyLoadContext; ...
mit
C#
36e0036a9baa56a9645a87d28eee8db19be636b4
REMOVE unnecessary debug message
JohannesDeml/adaptingGravityUnity3D
Assets/Player/PlayerController.cs
Assets/Player/PlayerController.cs
using UnityEngine; using System.Collections; using Deml.Physics.Gravity; [System.Flags] public enum PlayerState { Initialized = 1 << 0, Movable = 1 << 1, Turnable = 1 << 2 } [RequireComponent(typeof(AdaptingGravity))] [RequireComponent(typeof(Rigidbody))] public class PlayerController : MonoBehaviour { ...
using UnityEngine; using System.Collections; using Deml.Physics.Gravity; [System.Flags] public enum PlayerState { Initialized = 1 << 0, Movable = 1 << 1, Turnable = 1 << 2 } [RequireComponent(typeof(AdaptingGravity))] [RequireComponent(typeof(Rigidbody))] public class PlayerController : MonoBehaviour { ...
mit
C#
ca98325c82e2288a9215932c46c1fcb61ad35ca8
Set default <UpdateFrameCount> to 10
Trojaner25/Rocket-Safezone,Trojaner25/Rocket-Regions
RegionsConfiguration.cs
RegionsConfiguration.cs
using System.Collections.Generic; using Rocket.API; using RocketRegions.Model; namespace RocketRegions { public class RegionsConfiguration : IRocketPluginConfiguration { public int UpdateFrameCount; public List<Region> Regions; public string UrlOpenMessage; public void LoadDef...
using System.Collections.Generic; using Rocket.API; using RocketRegions.Model; namespace RocketRegions { public class RegionsConfiguration : IRocketPluginConfiguration { public int UpdateFrameCount; public List<Region> Regions; public string UrlOpenMessage; public void LoadDef...
agpl-3.0
C#
4744ecc11c934bb407c3416f8721ad31a5a27fb2
Add copyright assembly info
iridinite/shiftdrive
Client/Properties/AssemblyInfo.cs
Client/Properties/AssemblyInfo.cs
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("Sh...
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("Sh...
bsd-3-clause
C#
579bdb0ee5287f404ab12a1035f2a47cb73d3ee0
Add "Input Mode", "File" options to "Popup" action
danielchalmers/DesktopWidgets
DesktopWidgets/Actions/PopupAction.cs
DesktopWidgets/Actions/PopupAction.cs
using System.ComponentModel; using System.IO; using System.Windows; using DesktopWidgets.Classes; namespace DesktopWidgets.Actions { internal class PopupAction : ActionBase { public FilePath FilePath { get; set; } = new FilePath(); [DisplayName("Text")] public string Text { get; set; ...
using System.ComponentModel; using System.Windows; namespace DesktopWidgets.Actions { internal class PopupAction : ActionBase { [DisplayName("Text")] public string Text { get; set; } = ""; [DisplayName("Title")] public string Title { get; set; } = ""; [DisplayName("Im...
apache-2.0
C#
c695d41c47c8baa48db1a590fe7378641a9e0ab9
Use lowercase name for package folders (#2162)
bingbing8/PowerShell,jsoref/PowerShell,KarolKaczmarek/PowerShell,KarolKaczmarek/PowerShell,bingbing8/PowerShell,daxian-dbw/PowerShell,JamesWTruher/PowerShell-1,jsoref/PowerShell,bmanikm/PowerShell,PaulHigin/PowerShell,KarolKaczmarek/PowerShell,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,bingbing8/PowerShell,jsoref/...
src/TypeCatalogParser/Main.cs
src/TypeCatalogParser/Main.cs
using System; using System.IO; using System.Linq; using NuGet.Frameworks; using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.ProjectModel; using Microsoft.DotNet.ProjectModel.Graph; using Microsoft.Extensions.DependencyModel.Resolution; namespace TypeCatalogParser { public class Program { public ...
using System; using System.IO; using System.Linq; using NuGet.Frameworks; using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.ProjectModel; using Microsoft.DotNet.ProjectModel.Graph; using Microsoft.Extensions.DependencyModel.Resolution; namespace TypeCatalogParser { public class Program { public ...
mit
C#
2d92a99e35e0a6fd783b220181a0c104c7416184
Add version field and make CheckForErrors less accessible from outside.
icedream/gmadsharp
src/addoncreator/AddonJson.cs
src/addoncreator/AddonJson.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Newtonsoft.Json; namespace GarrysMod.AddonCreator { public class AddonJson { [JsonProperty("title")] public string Title { get; set; } [JsonProperty("description")] pub...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Newtonsoft.Json; namespace GarrysMod.AddonCreator { public class AddonJson { [JsonProperty("title")] public string Title { get; set; } [JsonProperty("description")] pub...
mit
C#
16676b018c40ded091519f8b2a6c6d43f6504db6
Increase version to 1.1.3
bungeemonkee/Transformerizer
Transformerizer/Properties/AssemblyInfo.cs
Transformerizer/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; // 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("Transformerizer")] [assembly: AssemblyDescription("Tra...
using System.Reflection; using System.Resources; // 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("Transformerizer")] [assembly: AssemblyDescription("Tra...
mit
C#
7a9ed78527d1f9c02d7e3509011cc6be5a8ec60b
Remove missed leftover usages
smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu
osu.Game.Tests/Resources/TestResources.cs
osu.Game.Tests/Resources/TestResources.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.IO; using NUnit.Framework; using osu.Framework; using osu.Framework.IO.Stores; namespace osu.Game.Tests.Resources { public static class TestResources ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.IO; using NUnit.Framework; using osu.Framework; using osu.Framework.IO.Stores; namespace osu.Game.Tests.Resources { public static class TestResources ...
mit
C#
f5df6f05a2aa19f5285110d8fdaad696282ac395
test fix
janmarek/Felbook,janmarek/Felbook
Felbook.Tests/Fakes/MockStatusService.cs
Felbook.Tests/Fakes/MockStatusService.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Felbook.Models; namespace Felbook.Tests.Fakes { class MockStatusService : AbstractMockService, IStatusService { public MockStatusService(MockModel model) : base(model) { } #region Interface methods ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Felbook.Models; namespace Felbook.Tests.Fakes { class MockStatusService : AbstractMockService, IStatusService { public MockStatusService(MockModel model) : base(model) { } #region Interface methods ...
mit
C#
96b0897872f48994ed92bb70e7cd8c41b2fa65d7
bump version
Fody/Janitor
CommonAssemblyInfo.cs
CommonAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyVersion("1.1.6")] [assembly: AssemblyFileVersion("1.1.6")]
using System.Reflection; [assembly: AssemblyVersion("1.1.5")] [assembly: AssemblyFileVersion("1.1.5")]
mit
C#
6f7a7b9c18f11ef9a7013133b897bbeac44920cd
Remove unused Toolbar options until we actually make use of them
IrvingtonProgramming/InteractApp,IrvingtonProgramming/InteractApp,IrvingtonProgramming/InteractApp
InteractApp/EventListPage.xaml.cs
InteractApp/EventListPage.xaml.cs
using System; using System.Diagnostics; using Xamarin.Forms; using InteractApp; namespace InteractApp { public class EventListPageBase : ViewPage<EventListPageViewModel> { } public partial class EventListPage : EventListPageBase { public EventListPage () { InitializeComponent (); this.Title = "Eve...
using System; using System.Diagnostics; using Xamarin.Forms; using InteractApp; namespace InteractApp { public class EventListPageBase : ViewPage<EventListPageViewModel> { } public partial class EventListPage : EventListPageBase { public EventListPage () { InitializeComponent (); this.Title = "Eve...
mit
C#
d704507823b5c4a107fcab0fff70a1db28fbca41
Write Position using the Position Writer Function
Dreadlow/PolarisServer,MrSwiss/PolarisServer,PolarisTeam/PolarisServer,cyberkitsune/PolarisServer,lockzag/PolarisServer
PolarisServer/Models/PSOObject.cs
PolarisServer/Models/PSOObject.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using PolarisServer.Packets; namespace PolarisServer.Models { public class PSOObject { public struct PSOObjectThing { public UInt32 data; } public EntityHeader He...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using PolarisServer.Packets; namespace PolarisServer.Models { public class PSOObject { public struct PSOObjectThing { public UInt32 data; } public EntityHeader He...
agpl-3.0
C#
fd1cbf8ead236986f4065217bc678241eb2ae754
Update FadeParticlesNearPoint.cs
grreuze/Utils
Scripts/FadeParticlesNearPoint.cs
Scripts/FadeParticlesNearPoint.cs
using UnityEngine; [ExecuteInEditMode] [RequireComponent(typeof(ParticleSystem))] public class FadeParticlesNearPoint : MonoBehaviour { ParticleSystem ps; [Header("Use \"Infinity\" to ignore an axis")] [SerializeField] Vector3 point; [SerializeField] float radius; [SerializeField] float startFadeDistan...
using UnityEngine; [ExecuteInEditMode] [RequireComponent(typeof(ParticleSystem))] public class FadeParticlesNearPoint : MonoBehaviour { ParticleSystem ps; [Header("Use \"Infinity\" to ignore an axis")] [SerializeField] Vector3 point; [SerializeField] float radius; [SerializeField] float startFadeDistan...
mit
C#
87379543670b053975b6132e1e98284c11792cbd
Use Only Razor VE
ASP-MVC/OMX-System,ASP-MVC/OMX-System,ASP-MVC/OMX-System
Source/OMX/OMX.Web/Global.asax.cs
Source/OMX/OMX.Web/Global.asax.cs
namespace OMX.Web { using System.Collections.Generic; using System.Data.Entity; using System.Reflection; using System.Web; using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; using OMX.Data; using OMX.Data.Migrations; using OMX.Infrastructure.Mappings...
namespace OMX.Web { using System.Collections.Generic; using System.Data.Entity; using System.Reflection; using System.Web; using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; using OMX.Data; using OMX.Data.Migrations; using OMX.Infrastructure.Mappings...
mit
C#
0c7ab5397a9d1fe73d70004b64c953a32320f04f
Simplify test
kei10in/KipSharp
KipTest/PrintSchemaCapabilitiesTests.cs
KipTest/PrintSchemaCapabilitiesTests.cs
using Kip; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; using psk = Kip.PrintSchemaKeywords; namespace KipTest { public class PrintSchemaCapabilitiesTests { [Fact] public void FindPropertyByNameTest() {...
using Kip; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; using psk = Kip.PrintSchemaKeywords; namespace KipTest { public class PrintSchemaCapabilitiesTests { [Fact] public void FindPropertyByNameTest() {...
mit
C#
4e58247b0580a07ce337821dbbba4920e84273d8
Add RedirectUrl for purchase redirection
ParcelForMe/p4m-demo-shop,ParcelForMe/p4m-demo-shop,ParcelForMe/p4m-demo-shop,ParcelForMe/p4m-demo-shop
OpenOrderFramework/Models/P4MMessages.cs
OpenOrderFramework/Models/P4MMessages.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenOrderFramework.Models { public class P4MBaseMessage { public bool Success { get { return string.IsNullOrWhiteSpace(Error); } } public string Error { get; set; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenOrderFramework.Models { public class P4MBaseMessage { public bool Success { get { return string.IsNullOrWhiteSpace(Error); } } public string Error { get; set; } ...
mit
C#
b3072cf343e15ec58a70295cc66996a44e30ff1d
Mark ScriptException as [Serializable] for when it has to cross AppDomains
ft-/opensim-optimizations-wip,ft-/arribasim-dev-extras,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,ft-/arribasim-dev-tests,bravelittlescientist/opensim-performance,QuillLittlefeather/opensim-1,QuillLittlefeather/opensim-1,ft-/arribasim-dev-tests,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,rryk/omp-server,RavenB/opensim,ft-/opensim-o...
OpenSim/Region/ScriptEngine/Shared/ScriptException.cs
OpenSim/Region/ScriptEngine/Shared/ScriptException.cs
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
bsd-3-clause
C#
2c3505c684043e65e5a1eafb85184aebb007e0a1
Modify AssemblyInfo.cs
Banane9/XmlRpc
XmlRpc/Properties/AssemblyInfo.cs
XmlRpc/Properties/AssemblyInfo.cs
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly v...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly v...
lgpl-2.1
C#
ac6625f7b04fcf0ee4682cb2d7225ac571fa62dd
update ProtocolVersions
TomDataworks/opensim,TomDataworks/opensim,RavenB/opensim,TomDataworks/opensim,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,RavenB/opensim,RavenB/opensim,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,TomDataworks/opensim,TomDataworks/opensim,EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC,TomDataworks/opensim,RavenB/opensim,EriHoss/OpenSim_0.8.2.0...
OpenSim/Server/Base/ProtocolVersions.cs
OpenSim/Server/Base/ProtocolVersions.cs
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must ...
bsd-3-clause
C#
34dc61040278b937d8c6805dc94168ec49199ebb
Change comment test to reflect changed samples
villermen/runescape-cache-tools,villermen/runescape-cache-tools
RuneScapeCacheToolsTests/VorbisTests.cs
RuneScapeCacheToolsTests/VorbisTests.cs
using System; using System.IO; using System.Linq; using Villermen.RuneScapeCacheTools.Audio.Vorbis; using Xunit; using Xunit.Abstractions; namespace RuneScapeCacheToolsTests { public class VorbisTests : IDisposable { private ITestOutputHelper Output { get; } private VorbisReader Reader1 { get...
using System; using System.IO; using System.Linq; using Villermen.RuneScapeCacheTools.Audio.Vorbis; using Xunit; using Xunit.Abstractions; namespace RuneScapeCacheToolsTests { public class VorbisTests : IDisposable { private ITestOutputHelper Output { get; } private VorbisReader Reader1 { get...
mit
C#
fca6ac5e48a9e85d69f64c87c4b673e2b67c29b3
Fix a little bug with the new counter. The rf frequency measurement is now tested and works.
jstammers/EDMSuite,jstammers/EDMSuite,Stok/EDMSuite,ColdMatter/EDMSuite,Stok/EDMSuite,ColdMatter/EDMSuite,jstammers/EDMSuite,jstammers/EDMSuite,ColdMatter/EDMSuite,jstammers/EDMSuite,ColdMatter/EDMSuite
DAQ/Agilent53131A.cs
DAQ/Agilent53131A.cs
using System; using System.Collections.Generic; using System.Text; using DAQ.Environment; namespace DAQ.HAL { public class Agilent53131A : FrequencyCounter { public Agilent53131A(String visaAddress) : base(visaAddress) {} public override double Frequency { ...
using System; using System.Collections.Generic; using System.Text; using DAQ.Environment; namespace DAQ.HAL { public class Agilent53131A : FrequencyCounter { public Agilent53131A(String visaAddress) : base(visaAddress) {} public override double Frequency { ...
mit
C#
a7de476c42f1d45d90d0faa2f2c6589bcfb504dd
add refusal field
Appleseed/base,Appleseed/base
Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Model/SolrResponseItem.cs
Applications/Appleseed.Base.Alerts.Console/Appleseed.Base.Alerts/Model/SolrResponseItem.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Appleseed.Base.Alerts.Model { class SolrResponseItem { public string id { get; set; } public string item_type { get; set; } public string address_1 { get; set;...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Appleseed.Base.Alerts.Model { class SolrResponseItem { public string id { get; set; } public string item_type { get; set; } public string address_1 { get; set;...
apache-2.0
C#
c0367553dafda7b0217c9aa7775458bcbc1097e5
Add type conversion test
jxhv/spGet,jxhv/spGet
ASP.NET-MVC/Views/Home/Index.cshtml
ASP.NET-MVC/Views/Home/Index.cshtml
@{ Layout = null; } <!DOCTYPE html> <html> <head> <title>SpGet - StordProcedure to Script Framework</title> <style> * { font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } ul { margin:0; padding:0; } li { display:inline-block; width:120px; border-bottom:1px solid #808080; padding:7px; } #typ...
@{ Layout = null; } <!DOCTYPE html> <html> <head> <title>SpGet - StordProcedure to Script Framework</title> <style> * { font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } ul { margin:0; padding:0; } li { display:inline-block; width:120px; border-bottom:1px solid #808080; padding:7px; } </sty...
mit
C#
ccd53c581b8ac855e589752dccc9829e5b6ef54b
Bump to version 2.6.2.0 (slightly late)
Silv3rPRO/proshine
PROShine/Properties/AssemblyInfo.cs
PROShine/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: As...
using System.Reflection; using System.Resources; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: As...
mit
C#
c0bb3183a4e374a62cecac520558d121915b6e39
Revert "added prop commit3"
ravi-msi/practicegit,ravi-msi/practicegit,ravi-msi/practicegit
PracticeGit/PracticeGit/AddNewFile.cs
PracticeGit/PracticeGit/AddNewFile.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PracticeGit { class AddNewFile { public int MyProperty { get; set; } public string Commit1 { get; set; } public string Commit2 { get; set; } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PracticeGit { class AddNewFile { public int MyProperty { get; set; } public string Commit1 { get; set; } public string Commit2 { get; set; } public s...
mit
C#
9bfd6986b57cab02c5b3feeac8f1050d837a20e4
Decrease bootstrap column sizes to improve mobile experience
johanhelsing/vaskelista,johanhelsing/vaskelista
Vaskelista/Views/Household/Create.cshtml
Vaskelista/Views/Household/Create.cshtml
@model Vaskelista.Models.Household @{ ViewBag.Title = "Create"; } <h2>Velkommen til vaskelista</h2> <p>Her kan du velge hva vaskelisten din skal hete:</p> <div class="form-horizontal"> <div class="form-group"> <div class="col-md-2"><label>@Request.Url.ToString()</label></div> ...
@model Vaskelista.Models.Household @{ ViewBag.Title = "Create"; } <h2>Velkommen til vaskelista</h2> <p>Her kan du velge hva vaskelisten din skal hete:</p> <div class="form-horizontal"> <div class="form-group"> <div class="col-md-12"><label>@Request.Url.ToString()</label></div> ...
mit
C#
3b43536d76f8f0f14c20ff09a0c8e7c56a252c0a
更新.net 4.5项目的版本号
JeffreySu/WxOpen,JeffreySu/WxOpen
src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Properties/AssemblyInfo.cs
src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("Senparc.Weixin.WxOpen")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("Senparc.Weixin.WxOpen")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: ...
apache-2.0
C#
02eaf9b3684a3877164c8be6a946bcbde81e9ed8
add generic type to skill view model
mzrimsek/resume-site-api
Web/Models/SkillModels/SkillViewModel.cs
Web/Models/SkillModels/SkillViewModel.cs
using Core.Interfaces; namespace Web.Models.SkillModels { public class SkillViewModel : IHasId { public int Id { get; set; } public int LanguageId { get; set; } public string Name { get; set; } public int Rating { get; set; } public string RatingName { get; set; } } ...
namespace Web.Models.SkillModels { public class SkillViewModel { public int Id { get; set; } public int LanguageId { get; set; } public string Name { get; set; } public int Rating { get; set; } public string RatingName { get; set; } } }
mit
C#
21ae7d00277e32481db1fa94cdf99562770112ef
Fix performance of QuaternionExtensions.FromRotationVector
virtuallynaked/virtually-naked,virtuallynaked/virtually-naked
Viewer/src/math/QuaternionExtensions.cs
Viewer/src/math/QuaternionExtensions.cs
using SharpDX; using System; using static SharpDX.Vector3; using static MathExtensions; using static System.Math; public static class QuaternionExtensions { public static Quaternion RotateBetween(Vector3 v1, Vector3 v2) { Vector3 xyz = Vector3.Cross(v1, v2); float w = (float) Math.Sqrt(v1.LengthSquared() * v2.Le...
using SharpDX; using System; using static SharpDX.Vector3; using static MathExtensions; using static System.Math; public static class QuaternionExtensions { public static Quaternion RotateBetween(Vector3 v1, Vector3 v2) { Vector3 xyz = Vector3.Cross(v1, v2); float w = (float) Math.Sqrt(v1.LengthSquared() * v2.Le...
mit
C#
b1a94d0d8047f46d2130fe7632b9b88abbea209b
Fix setting FileDialog.FileName
PowerOfCode/Eto,bbqchickenrobot/Eto-1,l8s/Eto,bbqchickenrobot/Eto-1,bbqchickenrobot/Eto-1,l8s/Eto,PowerOfCode/Eto,PowerOfCode/Eto,l8s/Eto
Source/Eto.Gtk/Forms/GtkFileDialog.cs
Source/Eto.Gtk/Forms/GtkFileDialog.cs
using System; using System.IO; using Eto.Forms; using System.Collections.Generic; using System.Linq; namespace Eto.GtkSharp.Forms { public abstract class GtkFileDialog<TControl, TWidget> : WidgetHandler<TControl, TWidget>, FileDialog.IHandler where TControl: Gtk.FileChooserDialog where TWidget: FileDialog { IF...
using System; using System.IO; using Eto.Forms; using System.Collections.Generic; using System.Linq; namespace Eto.GtkSharp.Forms { public abstract class GtkFileDialog<TControl, TWidget> : WidgetHandler<TControl, TWidget>, FileDialog.IHandler where TControl: Gtk.FileChooserDialog where TWidget: FileDialog { IF...
bsd-3-clause
C#
2808182c0b917218e68132dd0b72da6ee031d372
Rename previously unknown GAF field
MHeasell/TAUtil,MHeasell/TAUtil
TAUtil/Gaf/Structures/GafFrameData.cs
TAUtil/Gaf/Structures/GafFrameData.cs
namespace TAUtil.Gaf.Structures { using System.IO; public struct GafFrameData { public ushort Width; public ushort Height; public ushort XPos; public ushort YPos; public byte TransparencyIndex; public bool Compressed; public ushort FrameP...
namespace TAUtil.Gaf.Structures { using System.IO; public struct GafFrameData { public ushort Width; public ushort Height; public ushort XPos; public ushort YPos; public byte Unknown1; public bool Compressed; public ushort FramePointers; ...
mit
C#
38996054879a0869a97fab15a069ab34bd058d9e
add warnings
Hochfrequenz/EDILibrary
EDILibrary/StringSplitEnhacement.cs
EDILibrary/StringSplitEnhacement.cs
// Copyright (c) 2017 Hochfrequenz Unternehmensberatung GmbH using System.Collections.Generic; namespace EDILibrary { public static class StringExtensions { // the string.Split() method from .NET tend to run out of memory on 80 Mb strings. // this has been reported several places online. ...
// Copyright (c) 2017 Hochfrequenz Unternehmensberatung GmbH using System.Collections.Generic; namespace EDILibrary { public static class StringExtensions { // the string.Split() method from .NET tend to run out of memory on 80 Mb strings. // this has been reported several places online. ...
mit
C#
94d51fce0173f3208d52468bb22dc64d270fa57e
fix cit's incorrect usage of Environment.Newline
chimpinano/WebApi,congysu/WebApi,lungisam/WebApi,scz2011/WebApi,lungisam/WebApi,yonglehou/WebApi,abkmr/WebApi,chimpinano/WebApi,LianwMS/WebApi,lewischeng-ms/WebApi,lewischeng-ms/WebApi,congysu/WebApi,abkmr/WebApi,yonglehou/WebApi,scz2011/WebApi,LianwMS/WebApi
test/Common/Routing/SubRouteCollectionTest.cs
test/Common/Routing/SubRouteCollectionTest.cs
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. #if !ASPNETWEBAPI using System.Web.Routing; #endif using Microsoft.TestCommon; using Moq; #if ASPNETWEBAPI namespace System.Web.Http.Routing #else namespace System.Web.Mvc.Routing #end...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. #if !ASPNETWEBAPI using System.Web.Routing; #endif using Microsoft.TestCommon; using Moq; #if ASPNETWEBAPI namespace System.Web.Http.Routing #else namespace System.Web.Mvc.Routing #end...
mit
C#
242e38615f50d2ba1e554acd17dc4274ae46bc58
Correct intermediate tests
codingseb/TranslateMe
TranslateMe.Tests/TranslateMeTests.cs
TranslateMe.Tests/TranslateMeTests.cs
using Should; using NUnit.Framework; namespace TranslateMe.Tests { [TestFixture] public class TranslateMeTests { TMLanguagesLoader loader; [OneTimeSetUp] public void LoadTranslations() { loader = new TMLanguagesLoader(TM.Instance); loader.AddTransl...
using Should; using NUnit.Framework; namespace TranslateMe.Tests { [TestFixture] public class TranslateMeTests { TMLanguagesLoader loader; [OneTimeSetUp] public void LoadTranslations() { loader = new TMLanguagesLoader(TM.Instance); loader.AddTransl...
mit
C#
62b27e5efc9e3a2c314735c506c5936415d9933f
Fix silly infinite loop bug
SceneGate/Yarhl
GameFolderFactory.cs
GameFolderFactory.cs
// // GameFolderFactory.cs // // Author: // Benito Palacios Sánchez <benito356@gmail.com> // // Copyright (c) 2014 Benito Palacios Sánchez // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software ...
// // GameFolderFactory.cs // // Author: // Benito Palacios Sánchez <benito356@gmail.com> // // Copyright (c) 2014 Benito Palacios Sánchez // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software ...
mit
C#
206e77f28fba08d58d13193f8dc1eaeb05cc24a5
fix bug
feedhenry-templates/blank-xamarin,feedhenry-templates/blank-xamarin
blank-xamarin-ios/ViewController.cs
blank-xamarin-ios/ViewController.cs
using System; using UIKit; using FHSDK; namespace blank_xamarin_ios { public partial class ViewController : UIViewController { public ViewController (IntPtr handle) : base (handle) { } public async override void ViewDidLoad () { base.ViewDidLoad (); try { var initTask = await FHClient.Ini...
using System; using UIKit; using FHSDK; namespace blank_xamarin_ios { public partial class ViewController : UIViewController { public ViewController (IntPtr handle) : base (handle) { } public async override void ViewDidLoad () { base.ViewDidLoad (); try { var initTask = await FHClient.Ini...
apache-2.0
C#
d0cc5d6a3eec70b658321b235b06ba543e2fa30b
order rooms by name
flagbug/UnofficialGitterApp
Gitter/ViewModels/RoomsViewModel.cs
Gitter/ViewModels/RoomsViewModel.cs
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using ReactiveUI; using Splat; namespace Gitter.ViewModels { public class RoomsViewModel : ReactiveObject, IRoutableViewModel { private RoomViewModel selectedRoom; public RoomsViewModel(IGitterApi a...
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using ReactiveUI; using Splat; namespace Gitter.ViewModels { public class RoomsViewModel : ReactiveObject, IRoutableViewModel { private RoomViewModel selectedRoom; public RoomsViewModel(IGitterApi a...
mit
C#
45f833ceea17628cc54856bb9aa58916e0dc6589
Add invocation null checks for safety
NeoAdonis/osu,ZLima12/osu,smoogipoo/osu,EVAST9919/osu,peppy/osu-new,ZLima12/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,EVAST9919/osu,smoogipoo/osu,ppy/osu,2yangk23/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,johnneijzen/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,2yangk23/osu,NeoAdonis/osu,johnneijzen/osu,Neo...
osu.Game/Graphics/UserInterface/BackButton.cs
osu.Game/Graphics/UserInterface/BackButton.cs
// 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.Input.Bindings; using osu.Game.I...
// 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.Input.Bindings; using osu.Game.I...
mit
C#
9fc9009dbe1a6bba52686e41413aae20c4804652
Add change handling for sample section
UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu
osu.Game/Screens/Edit/Timing/SampleSection.cs
osu.Game/Screens/Edit/Timing/SampleSection.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Graphics.UserInterfaceV...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Graphics.UserInterfaceV...
mit
C#
3585e2900ed8a488d6bb6fb69fddfd6305c37e32
Replace unnecessary empty skin implementation with null
smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,peppy/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu
osu.Game/Tests/Beatmaps/TestWorkingBeatmap.cs
osu.Game/Tests/Beatmaps/TestWorkingBeatmap.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.IO; using osu.Framework.Audio; using osu.Framework.Audio.Track; using osu.Framework.Graphics.Textures; using osu.Game.Beatmaps; using osu.Game.Skinning; usi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.IO; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Framework.Graphic...
mit
C#
cd92eb85a9ce6c2604daa42a8ae9d8e48e65b0cc
Add Character.IsMoving, add get and set to Character.CurrentSpeed
manio143/ShadowsOfShadows
src/Entities/Character.cs
src/Entities/Character.cs
using System; using Microsoft.Xna.Framework; using System.Collections.Generic; using ShadowsOfShadows.Items; using ShadowsOfShadows.Helpers; using ShadowsOfShadows.Physics; namespace ShadowsOfShadows.Entities { public abstract class Character : Entity, IInteractable, IUpdateable { public string Name { get; } p...
using System; using Microsoft.Xna.Framework; using System.Collections.Generic; using ShadowsOfShadows.Items; using ShadowsOfShadows.Helpers; using ShadowsOfShadows.Physics; namespace ShadowsOfShadows.Entities { public abstract class Character : Entity, IInteractable, IUpdateable { public string Name { get; } p...
mit
C#
3a0afa9968a907538171ccffb859c71eec30618a
update Company
StockSharp/StockSharp
Localization/ProjectDescriptions.cs
Localization/ProjectDescriptions.cs
#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...
apache-2.0
C#
2c13d19e610cac2fad9f632e60f849144eaf040d
Fix ProjectN build breaks (dotnet/corert#7115)
ptoonen/corefx,wtgodbe/corefx,ericstj/corefx,shimingsg/corefx,wtgodbe/corefx,ViktorHofer/corefx,ptoonen/corefx,ptoonen/corefx,shimingsg/corefx,BrennanConroy/corefx,ptoonen/corefx,ericstj/corefx,ericstj/corefx,wtgodbe/corefx,shimingsg/corefx,ericstj/corefx,ptoonen/corefx,shimingsg/corefx,shimingsg/corefx,wtgodbe/corefx,...
src/Common/src/CoreLib/System/Environment.WinRT.cs
src/Common/src/CoreLib/System/Environment.WinRT.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using Internal.Runtime.Augments; namespace System { public static partial class Environment ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; namespace System { public static partial class Environment { public static string ...
mit
C#
a3ad0eee83dff26bb843b927f054381c7553af1f
Remove unused StorageEngine base class
markmeeus/MarcelloDB
MarcelloDB/Storage/StorageEngine.cs
MarcelloDB/Storage/StorageEngine.cs
using System; using MarcelloDB; using MarcelloDB.Storage.StreamActors; using MarcelloDB.Transactions.__; namespace MarcelloDB.Storage { internal class StorageEngine<T> { internal Marcello Session { get; set; } public StorageEngine(Marcello session) { Session = session; ...
using System; using MarcelloDB; using MarcelloDB.Storage.StreamActors; using MarcelloDB.Transactions.__; namespace MarcelloDB.Storage { public abstract class StorageEngine { internal abstract byte[] Read (long address, int length); internal abstract void Write (long address, byte[] bytes); ...
mit
C#
044d88afae2c5448e5fdc3893c4a9c285c4eec0e
Fix Health
LLucile/Institfighter
Assets/Scripts/GameUI.cs
Assets/Scripts/GameUI.cs
using UnityEngine; using System.Collections; using UnityEngine.UI; public class GameUI : MonoBehaviour { public GameObject[] PlayerUI; public Image[] playersHealth; public Text[] playersScore; public UICard[] templates; public RectTransform[] p1cards; public RectTransform[] p2cards; public CameraShake camer...
using UnityEngine; using System.Collections; using UnityEngine.UI; public class GameUI : MonoBehaviour { public GameObject[] PlayerUI; public Image[] playersHealth; public Text[] playersScore; public UICard[] templates; public RectTransform[] p1cards; public RectTransform[] p2cards; public CameraShake camer...
mit
C#
27fbd8af25a1972b49ab45c77f227deadb809fe3
ADD I CANT MOVE FUNCTION!!!!
edwardinubuntu/Roguelike2D
Assets/Scripts/Player.cs
Assets/Scripts/Player.cs
using UnityEngine; using System.Collections; public class Player : MovingObject { public int wallDamage = 1; public int pointsPerFood = 10; public int pointsPerSoda = 20; public float restartLevelDelay = 1f; private Animator animator; private int food; // Use this for initialization protected override void ...
using UnityEngine; using System.Collections; public class Player : MovingObject { public int wallDamage = 1; public int pointsPerFood = 10; public int pointsPerSoda = 20; public float restartLevelDelay = 1f; private Animator animator; private int food; // Use this for initialization protected override voi...
mit
C#
4320f7f06746411a392a1ef429980012d165d12f
Stop backing field names being used instead of the public property names on JSON response and comments
jpsingleton/Huxley,Newsworthy/Huxley,mjanthony/Huxley,mjanthony/Huxley,Newsworthy/Huxley,jpsingleton/Huxley
src/Huxley/Global.asax.cs
src/Huxley/Global.asax.cs
/* Huxley - a JSON proxy for the UK National Rail Live Departure Board SOAP API Copyright (C) 2015 James Singleton * http://huxley.unop.uk * https://github.com/jpsingleton/Huxley This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License a...
/* Huxley - a JSON proxy for the UK National Rail Live Departure Board SOAP API Copyright (C) 2015 James Singleton * http://huxley.unop.uk * https://github.com/jpsingleton/Huxley This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License a...
agpl-3.0
C#
d67de06f5611b93e22142ce5437ea09416f76cd3
Increase version to 2.2.0
Azure/amqpnetlite
src/Properties/Version.cs
src/Properties/Version.cs
// ------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this // file except in compliance with the License. You may obtain a co...
// ------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this // file except in compliance with the License. You may obtain a co...
apache-2.0
C#
d7a91f4939dd5c1045dd4af95c7738058ad7c405
Replace Click() to JavaScriptClick()
ObjectivityLtd/Test.Automation,ObjectivityBSS/Test.Automation
Objectivity.Test.Automation.Tests.Angular/PageObjects/ProtractorHomePage.cs
Objectivity.Test.Automation.Tests.Angular/PageObjects/ProtractorHomePage.cs
using Objectivity.Test.Automation.Common.Types; namespace Objectivity.Test.Automation.Tests.Angular.PageObjects { using System.Globalization; using NLog; using Objectivity.Test.Automation.Common; using Objectivity.Test.Automation.Common.Extensions; using Objectivity.Test.Automation.Tests.PageObjec...
using Objectivity.Test.Automation.Common.Types; namespace Objectivity.Test.Automation.Tests.Angular.PageObjects { using System.Globalization; using NLog; using Objectivity.Test.Automation.Common; using Objectivity.Test.Automation.Common.Extensions; using Objectivity.Test.Automation.Tests.PageObjec...
mit
C#
552b735a42cbec65c9dd6f25cb2e48ac7868e8b5
Refactor constructor generation in BaseClassStep
eatdrinksleepcode/casper,eatdrinksleepcode/casper
Console/BaseClassStep.cs
Console/BaseClassStep.cs
using System.Linq; using Boo.Lang.Compiler.Ast; using Boo.Lang.Compiler.Steps; using Casper.IO; namespace Casper { public class BaseClassStep : AbstractTransformerCompilerStep { private readonly IDirectory location; public BaseClassStep(IDirectory location) { this.location = location; } public override...
using System.Linq; using Boo.Lang.Compiler.Ast; using Boo.Lang.Compiler.Steps; using Casper.IO; namespace Casper { public class BaseClassStep : AbstractTransformerCompilerStep { private readonly IDirectory location; public BaseClassStep(IDirectory location) { this.location = location; } public override...
mit
C#
b27fc1aaf9ff98a83d5140c6b5d56836dcd88d59
Update includeList in teachers.
denismaster/DiplomContentSystem,denismaster/DiplomContentSystem,denismaster/DiplomContentSystem,denismaster/DiplomContentSystem
src/DiplomContentSystem.Services/Teachers/TeacherService.cs
src/DiplomContentSystem.Services/Teachers/TeacherService.cs
using System; using System.Collections.Generic; using DiplomContentSystem.Core; using DiplomContentSystem.Dto; using AutoMapper; namespace DiplomContentSystem.Services.Teachers { public class TeacherService { private readonly IRepository<Teacher> _repository; private readonly IMapper _mapper; ...
using System; using System.Collections.Generic; using DiplomContentSystem.Core; using DiplomContentSystem.Dto; using AutoMapper; namespace DiplomContentSystem.Services.Teachers { public class TeacherService { private readonly IRepository<Teacher> _repository; private readonly IMapper _mapper; ...
apache-2.0
C#
a66550fa2371ad8fd45153ef6d380ffa4b84d9a4
Fix list-commands sorting via Linq. Fixes #16
nvisionative/Dnn.Platform,dnnsoftware/Dnn.Platform,bdukes/Dnn.Platform,EPTamminga/Dnn.Platform,dnnsoftware/Dnn.AdminExperience.Extensions,dnnsoftware/Dnn.AdminExperience.Extensions,valadas/Dnn.Platform,mitchelsellers/Dnn.Platform,mitchelsellers/Dnn.Platform,bdukes/Dnn.Platform,RichardHowells/Dnn.Platform,EPTamminga/Dnn...
src/Modules/Prompt/Dnn.PersonaBar.Prompt/Commands/Commands/ListCommands.cs
src/Modules/Prompt/Dnn.PersonaBar.Prompt/Commands/Commands/ListCommands.cs
using Dnn.PersonaBar.Prompt.Attributes; using Dnn.PersonaBar.Prompt.Common; using Dnn.PersonaBar.Prompt.Interfaces; using Dnn.PersonaBar.Prompt.Models; using Dnn.PersonaBar.Prompt.Repositories; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; using System; using System.Linq; namespace Dnn.PersonaBa...
using Dnn.PersonaBar.Prompt.Attributes; using Dnn.PersonaBar.Prompt.Common; using Dnn.PersonaBar.Prompt.Interfaces; using Dnn.PersonaBar.Prompt.Models; using Dnn.PersonaBar.Prompt.Repositories; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; using System; using System.Linq; namespace Dnn.PersonaBa...
mit
C#
53a491eff93565a852f0d4b4d6c636d19eceb890
Tweak conventions for nservicebus messages to work in unobtrusive and normal mode
SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice
src/SFA.DAS.EmployerAccounts/Extensions/EndpointConfigurationExtensions.cs
src/SFA.DAS.EmployerAccounts/Extensions/EndpointConfigurationExtensions.cs
using System; using NServiceBus; using SFA.DAS.AutoConfiguration; using SFA.DAS.EmployerFinance.Messages.Commands; using SFA.DAS.Notifications.Messages.Commands; using SFA.DAS.NServiceBus.Configuration.AzureServiceBus; using StructureMap; namespace SFA.DAS.EmployerAccounts.Extensions { public static class Endpoi...
using System; using NServiceBus; using SFA.DAS.AutoConfiguration; using SFA.DAS.EmployerFinance.Messages.Commands; using SFA.DAS.Notifications.Messages.Commands; using SFA.DAS.NServiceBus.Configuration.AzureServiceBus; using StructureMap; namespace SFA.DAS.EmployerAccounts.Extensions { public static class Endpoi...
mit
C#
718c9859a097cf7c1f264e3f67a7cd425c9c59c8
Revert "View インスタンスが何度も作られないよう修正"
veigr/LevelChartPlugin
LvChartPlugin/LvChart.cs
LvChartPlugin/LvChart.cs
using System.ComponentModel.Composition; using Grabacr07.KanColleViewer.Composition; using LvChartPlugin.ViewModels; namespace LvChartPlugin { [Export(typeof(IPlugin))] [Export(typeof(ITool))] [ExportMetadata("Guid", "626E91CE-A031-4FB6-8E02-E52906A665BA")] [ExportMetadata("Title", "LvChart")] [Ex...
using System.ComponentModel.Composition; using Grabacr07.KanColleViewer.Composition; using LvChartPlugin.ViewModels; using LvChartPlugin.Views; namespace LvChartPlugin { [Export(typeof(IPlugin))] [Export(typeof(ITool))] [ExportMetadata("Guid", "626E91CE-A031-4FB6-8E02-E52906A665BA")] [ExportMetadata("...
mit
C#
04a633a8c647f05635affbaa0ebd9b5b1b448a74
make bearer optional
oelite/RESTme
OElite.Restme/IRestme.cs
OElite.Restme/IRestme.cs
using System; using System.Net.Http; using System.Threading.Tasks; namespace OElite { public interface IRestme { Uri BaseUri { get; set; } string RequestUrlPath { get; set; } void Add(string key, string value); void Add(string key, object value); void Add(object value)...
using System; using System.Net.Http; using System.Threading.Tasks; namespace OElite { public interface IRestme { Uri BaseUri { get; set; } string RequestUrlPath { get; set; } void Add(string key, string value); void Add(string key, object value); void Add(object value)...
mit
C#
5b7fac19c1226a0417a0b78cba69af0144deb4e0
Add documentation
sguertl/Flying_Pi,sguertl/Flying_Pi,sguertl/Flying_Pi,sguertl/Flying_Pi
Dronection/Android/WiFi/WiFiDronection/WiFiDronection/ControllerSettings.cs
Dronection/Android/WiFi/WiFiDronection/WiFiDronection/ControllerSettings.cs
namespace WiFiDronection { public class ControllerSettings { // Constants public static readonly bool ACTIVE = true; public static readonly bool INACTIVE = false; /// <summary> /// Flying mode /// </summary> public bool Inverted { get...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; namespace WiFiDronection { public class ControllerSettings { // Constants public...
apache-2.0
C#