context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// 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.Globalization; using System.Runtime.Serialization; using System.Configuration.Assemblies; using System....
using System; using System.Drawing; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using System.Text; using System.Xml; using fyiReporting.RDL; namespace fyiReporting.RdlDesign { /// <summary> /// Summary description for DialogDataSourceRef. ///...
using System; using System.Collections.Generic; using System.Compiler; using System.Diagnostics.Contracts; using System.Linq; using System.Threading.Tasks; using Microsoft.Contracts.Foxtrot.Utils; namespace Microsoft.Contracts.Foxtrot { /// <summary> /// Visitor that creates special closure type for async post...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// // RenderCairo.cs // // Author: // Krzysztof Marecki // // Copyright (c) 2010 Krzysztof Marecki // // This file is part of the NReports project // This file is part of the My-FyiReporting project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exc...
using Lucene.Net.Index; using System; using System.Collections.Generic; namespace Lucene.Net.Codecs.Lucene40 { using Lucene.Net.Randomized.Generators; using Lucene.Net.Support; using NUnit.Framework; using AtomicReader = Lucene.Net.Index.AtomicReader; using AtomicReaderContext = Lucene.Net.Index.At...
// 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.ComponentModel; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime.Comp...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// 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; using System.Collections.Generic; /// <summary> /// String.GetEnumerator() /// Retrieves an object tha...
#region Copyright (c) 2007 by Dan Shechter //////////////////////////////////////////////////////////////////////////////////////// //// // IBNet, an Interactive Brokers TWS .NET Client & Server implmentation // by Dan Shechter //////////////////////////////////////////////////////////////////////////////////////// ...
using Amazon.DynamoDBv2; using Amazon.DynamoDBv2.Model; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Internal; using Orleans.Runtime; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Orleans.Reminders.DynamoDB ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. // // This...
using System; namespace CSharpVitamins { /// <summary> /// Represents a globally unique identifier (GUID) with a /// shorter string value. Sguid /// </summary> public struct ShortGuid { #region Static /// <summary> /// A read-only instance of the ShortGuid class whose value /// is guaranteed to be all...
#region Licence... /* The MIT License (MIT) Copyright (c) 2014 Oleg Shilo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, cop...
// ============================================================================ // FileName: RegistrarCore.cs // // Description: // SIP Registrar that strives to be RFC3822 compliant. // // Author(s): // Aaron Clauson // // History: // 21 Jan 2006 Aaron Clauson Created. // 22 Nov 2007 Aaron Clauson Fixed bug where b...
using System; using System.Collections.Generic; using System.Windows.Forms; using Bloom.Book; using Bloom.TeamCollection; using Bloom.Utils; namespace Bloom { public interface IEvent {}//hack for our autofact registration because of the generic I don't know how to select by actual event<> public class Event<TPayloa...
/* 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 copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED *AS IS* BASIS, W...
// 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; using System.Collections.Generic; using System.Reflection; using System.Reflection.Metadata; using Sys...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias PDB; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Collections.ObjectModel; using System.Glo...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.Globalization; using System.Reactive.Linq; using System.Threading; using System.Threading.Tas...
// 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.Collections; using System.Globalization; namespace System.Drawing { /// <summary> /// Translat...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using CoBuilder.Service.Interfaces; namespace CoBuilder.Service.Infrastructure.Config { public class ObservableDictionary<TKey, TValue> : IObservableDictio...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
using System; using System.Collections.Generic; using Platform; namespace Platform.VirtualFileSystem.Providers { /// <summary> /// Wraps an <i>INode</i> and emulated delegation to redirect operations /// to the parent (wrapped) node (also known as the wrappee or target). /// </summary> /// <remarks> /// <para> ...
/* * 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...
// 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.ComponentModel; using System.Data.Common; using System.Diagnostics; using System.Globalization; namesp...
/* FluorineFx open source library Copyright (C) 2007 Zoltan Csibi, zoltan@TheSilentGroup.com, FluorineFx.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Concurrency; using System.Diagnostics.Contracts; using System.Reactive; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Reactive.Threading.Tasks; using ReactiveUIMicro; using System.Threading.Tasks; namesp...
//------------------------------------------------------------------------------ // <copyright file="Transfer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace Microsoft.Azure.Storage.DataMovemen...
#region WatiN Copyright (C) 2006-2007 Jeroen van Menen //Copyright 2006-2007 Jeroen van Menen // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/lice...
// 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; using System.Collections.Generic; using System.Linq.Expressions; using Xunit; namespace System.Linq.T...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Specialized; using System.Linq; using System.Reactive.Linq; using Avalonia.Animation; using Avalonia.Collections; u...
using Abp.Authorization; using Abp.AutoMapper; using Abp.Collections.Extensions; using Abp.Domain.Repositories; using Abp.Localization; using Abp.UI; using Castle.Core.Internal; using Microsoft.AspNet.Identity; using NorthLion.Zero.Authorization; using NorthLion.Zero.Authorization.Roles; using NorthLion.Zero.PaginatedM...
/* * Location Intelligence APIs * * Incorporate our extensive geodata into everyday applications, business processes and workflows. * * OpenAPI spec version: 8.5.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathoschild.Stardew.Common; using Pathoschild.Stardew.LookupAnything.Framework.Constants; using Pathoschild.Stardew.LookupAnything.Framework.Data; using Pathoschild.Stardew.Loo...
// 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; using System.IO; using System.Text; using Xunit; [SkipOnTargetFramework(TargetFrameworkMonikers.UapA...
using System; using System.Collections.Generic; using System.Threading; using ExtensionLoader; using OpenMetaverse; using OpenMetaverse.Packets; namespace Simian.Extensions { public class Movement : IExtension<Simian> { const int UPDATE_ITERATION = 100; //rate in milliseconds to send ObjectUpdate ...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; #nullable enable namespace Ignitor { public class ElementHive { private const ...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using Bmz.Framework.Domain.Entities; using Bmz.Framework.MultiTenancy; using Bmz.Framework.Reflection.Extensions; namespace Bmz.Framework.Domain.Repositories { /// <summary> /// Base ...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // (C) Copyright 2002 Franklin Wise // (C) Copyright 2003 Daniel Morgan // (C) Copyright 2003 Martin Willemoes Hansen // // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // /...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
using System; namespace Obscur.Core.Cryptography.Support.Math.EllipticCurve.Multiplier { public abstract class WNafUtilities { public static readonly string PRECOMP_NAME = "bc_wnaf"; private static readonly int[] DEFAULT_WINDOW_SIZE_CUTOFFS = new int[] { 13, 41, 121, 337, 897, 2305 }; ...
// // Copyright 2012 Christopher Deutsch // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by...
//----------------------------------------------------------------------------- // <copyright file="Enlistment.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------------------------------------------- namespace System.Tran...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
// // Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.IO; using System.Drawing; using System.Globalization; namespace BlueOnion { /// <summary> /// Serializable class to save program state /// </summary> internal class Settings : ICloneable, IDisposable { private bool disposed; private const string topMostS = "top_most"; ...
/* Genuine Channels product. * * Copyright (c) 2002-2007 Dmitry Belikov. All rights reserved. * * This source code comes under and must be used and distributed according to the Genuine Channels license agreement. */ using System; using System.Collections; using System.IO; using System.Runtime.Remoting.Channels;...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in // the Software without restriction, inc...
// // TrackActions.cs // // Author: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, ...
// 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.Diagnostics.CodeAnalysis; namespace System.Drawing { [SuppressMessage("Microsoft.Design", "CA1008:...
using DevTreks.Models; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace DevTreks.Data.AppHelpers { /// <summary> ///Purpose: Support class holding constants, enums, and common methods /// ...
using System; using System.Collections.Generic; using System.Net; using Primelabs.Twingly.KestrelApi.Configuration; using System.Linq; using Primelabs.Twingly.KestrelApi.Exceptions; using System.Configuration; namespace Primelabs.Twingly.KestrelApi { /* public interface IEndPointSelectionAlgorithm { ...
// 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.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Linq; ...
// 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.Text; using System.Buffers.Binary; using System.Diagnostics; using System.Runtime.InteropServices; nam...
//! \file ArcNitro.cs //! \date Wed Feb 25 20:28:14 2015 //! \brief Nitro+ PAK archives implementation. // // Copyright (C) 2015-2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to /...
// 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; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Run...
// 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. /*============================================================ ** ** Classes: Common Object Security class ** ** ==...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Threading; using Rimss.GraphicsProcessing.Palette.Helpers; using Rimss.GraphicsProcessing.Palette.PathProviders; namespace Rimss.GraphicsProcessing.Palette.Quantizers { public ...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Cluster.Codecs { public class ServiceAckEncoder { public const ushort BLOCK_LENGTH = 36; public const ushort TEMPLATE_ID = 33; public con...
// 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; using System.Runtime.CompilerServices; using System.Runtime.Intrinsics; namespace System.Runtime.Intr...
// 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.Globalization; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Syste...
using System; using System.Collections.Generic; using System.IO; using System.Diagnostics; namespace Kekstoaster.Syntax { /// <summary> /// Ebnf Element for Syntax Parsing of text files /// /// <![CDATA[ /// There are 9 types of Ebnf-Elements that can be created /// * Char - - base-element, a single...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Relational.Migrations; using Microsoft.Data.Entity.Relational.Migrations.Builders; using Microsoft.Data.Entity.Relational.Migrations.Infrastructure; namespace WebApplication.Migrations { public partial clas...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
namespace XenAdmin.Controls.Wlb { partial class WlbReportView { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Framework; using Mosa.Compiler.Framework.Platform; namespace Mosa.Platform.x86 { /// <summary> /// /// </summary> public abstract class BaseTransformationStage : BasePlatformTransformationStage, IX86Visitor { protected overr...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HTLib2.Bioinfo { public partial class Universe { ///////////////////////////////////////////////////////////////////////////////// // ...
/* * FastObjectListView - A listview that behaves like an ObjectListView but has the speed of a virtual list * * Author: Phillip Piper * Date: 27/09/2008 9:15 AM * * Change log: * 2014-10-15 JPP - Fire Filter event when applying filters * v2.8 * 2012-06-11 JPP - Added more efficient version of FilteredOb...
// 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.Collections.Generic; using System.IO; using System.Net.Security; using System.Net.Sockets; using System...
using System; using System.Collections.Generic; using Blueprint41; using Blueprint41.Core; using Blueprint41.Query; namespace Domain.Data.Query { public partial class Node { public static SalesTerritoryNode SalesTerritory { get { return new SalesTerritoryNode(); } } } public partial class SalesTerritoryNode : ...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Xml.Linq; namespace MagicChunks.Helpers { public static class XmlExtensions { private static readonly Regex NodeIndexEndingRegex = new Regex(@"\[\d+\]$", RegexOptions.CultureInvariant...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_820 : MapLoop { public M_820() : base(null) { Content.AddRange(new MapBaseEntity[] { new BPR() { ReqDes = RequirementDesignator.Ma...
// Copyright 2014 The Rector & Visitors of the University of Virginia // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless req...
using UnityEngine.Rendering; namespace UnityEngine.PostProcessing { using Settings = MotionBlurModel.Settings; public sealed class MotionBlurComponent : PostProcessingComponentCommandBuffer<MotionBlurModel> { static class Uniforms { internal static readonly int _VelocityScale ...
//#define USE_SharpZipLib #if !UNITY_WEBPLAYER #define USE_FileIO #endif /* * * * * * A simple JSON Parser / builder * ------------------------------ * * It mainly has been written as a simple JSON parser. It can build a JSON string * from the node-tree, or generate a node tree from any valid JSON string. * * If...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
using UnityEngine; [AddComponentMenu("Image Effects/Blur Behind")] [ExecuteInEditMode] [RequireComponent(typeof(Camera))] public class BlurBehind : MonoBehaviour { // STATIC static RenderTexture storedTexture = null; static int count = 0; static Rect storedRect = new Rect(0, 0, 1, 1); public stati...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; namespace System.Diagnostics { // Ove...
// 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.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using Xunit;...
// Copyright 2011 Chris Edwards // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
using System; using System.Globalization; using System.IO; using System.Runtime.CompilerServices; using System.Text; namespace YAF.Lucene.Net.Search { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * thi...
/* * Copyright 2001-2010 Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy * of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
/* * 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...
using System; using Microsoft.SPOT; using System.Net.Sockets; using System.Net; using System.Text; using System.Collections; namespace uPLibrary.IoT.ThingSpeak { /// <summary> /// Class of the ThingSpeak platform client /// </summary> public class ThingSpeakClient { internal const string CR...
using System; using System.Collections; using System.Text; using System.Threading; using ScanMaster.Acquire.Plugin; using ScanMaster.GUI; namespace ScanMaster { /// <summary> /// This class has its Run method called by the controller in its own thread. /// The class reads input from the command manager window and ...
/* * Exchange Web Services Managed API * * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restr...
// 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. namespace System.Text { using System.Runtime.Serialization; using System.Security.Permissions; using Sys...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; namespace karl_assign1_pong { #region Game Variables /// <summary> /// This is the main type for your game /// </summary> public class Gam...