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... |