text
stringlengths
4
6.14k
/* * window.h * Copyright (C) 2002-2009 Jim Evins <evins@snaught.com>. * * This file is part of gLabels. * * gLabels 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 Foundation, either version 3 of the Licen...
/* * mmu.h * * Created on: 14 nov. 2008 * Author: LESCOUARNECN */ #ifndef MMU_H_ #define MMU_H_ #include <sys/time.h> extern void * start_addr; #define TV2TS(a,b) do{ b.tv_sec=a.tv_sec; b.tv_nsec=1000*a.tv_usec;} while(0) typedef unsigned int addr_phys; typedef void* addr_virt; typedef unsigned int page...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _CSGProximityDetection_H_ #define _CSGProximityDetection_H_ #include <asn_application.h> /* Including external d...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "PDU-definitions" * found in "../asn/PDU-definitions.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _UTRANMobilityInformation_r7_IEs_H_ #define _UTRANMobilityInformation_r7_IEs_H_ #include <asn_application.h> /* Includin...
/* * Copyright 2004 PathScale, Inc. All Rights Reserved. */ /* Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2.1 of the GNU Lesser General Public License as published by the Free Sof...
/* * Copyright (C) 2011-2013 Free Software Foundation, Inc. * * 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 Foundation; either version 3 of the License, or * (at your option) any later version. * ...
/* * Copyright (C) 2009 - 2012 Stephen F. Booth <me@sbooth.org> * All Rights Reserved */ #pragma once #import <Cocoa/Cocoa.h> // ======================================== // Generates multipart/form-data from the given dictionary using the specified boundary // ======================================== NSData * G...
/* Lzma86Enc.c -- LZMA + x86 (BCJ) Filter Encoder 2008-08-05 Igor Pavlov Public domain */ #include <string.h> #include "Lzma86Enc.h" #include "Alloc.h" #include "Bra.h" #include "LzmaEnc.h" #define SZE_OUT_OVERFLOW SZE_DATA_ERROR static void *SzAlloc(void *p, size_t size) { p = p; return MyAlloc(size); } static vo...
/* =========================================================================== Copyright (c) 2010-2015 Darkstar Dev Teams 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 Foundation, either version 3 of...
/* This file is part of darktable, copyright (c) 2012 Jeremy Rosen darktable 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 Foundation, either version 3 of the License, or (at your option) any later versio...
#define MAJOR_VERSION 1 #define MINOR_VERSION 3 #define MICRO_VERSION 99 #define BUILD_VERSION 1 #define QUOTE_(x) #x #define QUOTE(x) QUOTE_(x) #define VERSION_STRING QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION.BUILD_VERSION) #define VERSION_STRING_W _T(QUOTE(MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION....
#ifndef SENDER_KEY #define SENDER_KEY #include <stdint.h> #include <stddef.h> #include "signal_protocol_types.h" #ifdef __cplusplus extern "C" { #endif int sender_message_key_create(sender_message_key **key, uint32_t iteration, signal_buffer *seed, signal_context *global_context); uint32_t sender_mes...
/* * This file is a part of hildon * * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved. * * Contact: Rodrigo Novo <rodrigo.novo@nokia.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...
/* $XConsortium: DrHiDash.c /main/5 1995/07/15 20:50:42 drk $ */ /* * Motif * * Copyright (c) 1987-2012, The Open Group. All rights reserved. * * These libraries and programs are free software; you can * redistribute them and/or modify them under the terms of the GNU * Lesser General Public License as published ...
/* Copyright (C) 2012 Fredrik Johansson This file is part of Arb. Arb is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) ...
/* * Copyright (c) 2013-2014, Red Hat. * * 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 Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is d...
// // This file is part of the Marble Virtual Globe. // // This program is free software licensed under the GNU LGPL. You can // find a copy of this license in LICENSE.txt in the top directory of // the source code. // // Copyright 2011 Daniel Marth <danielmarth@gmx.at> // #ifndef OPENCACHINGPLUGIN_H #define OPENCACHI...
/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (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.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * ...
/****************************************************************/ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* All contents are licensed under LGPL V2.1 */ /* See LICENSE for full restrictions ...
/* * FastRPC -- Fast RPC library compatible with XML-RPC * Copyright (C) 2005-7 Seznam.cz, a.s. * * 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 Licen...
/*-------------------------------------------------------------------- (C) Copyright 2006-2013 Barcelona Supercomputing Center Centro Nacional de Supercomputacion This file is part of Mercurium C/C++ source-to-source compiler. See AUTHORS file in the top level directory for informa...
#ifndef H_ASIO_BASE #define H_ASIO_BASE #include <socketcan_interface/interface.h> #include <socketcan_interface/dispatcher.h> #include <boost/asio.hpp> #include <boost/thread/mutex.hpp> #include <boost/thread/thread.hpp> #include <boost/bind.hpp> namespace can{ template<typename Socket> class AsioDriver : public D...
#ifndef LANGMUIR_H #define LANGMUIR_H #include <string.h> #include <stdlib.h> #include "pic_pc104_config.h" #include "rs232_suchai.h" #if(SCH_PAY_LANGMUIR_ONBOARD==1) #define LAG_BUFFER_LEN (1096) /* Maximum buffer length for Sweep receive packets*/ #else #define LAG_BUFFER_LEN (1) #endif #define ...
#include <stdio.h> #include <stdlib.h> #define NB_BLOCS 257 #define TAILLE (1024*1024) int main (void) { int i; char * bloc [NB_BLOCS]; for (i = 0; i < NB_BLOCS; i ++) { if ((bloc [i] = (char *) malloc (TAILLE)) == NULL) { fprintf (stderr, "Echec pour i = %d\n", i); break; } fprintf (stderr, "...
// Copyright 2011 Google Inc. 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 // // Unless required by applicable law...
/*------------------------------------------------------------------------------ * Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team * * Distributable under the terms of either the Apache License (Version 2.0) or * the GNU Lesser General Public License, as specified in the COPYING file. -------------------...
// Low-level functions for atomic operations: x86, x >= 3 version -*- C++ -*- // Copyright (C) 2003 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as pub...
#pragma once #include "envoy/registry/registry.h" #include "envoy/server/instance.h" #include "server/configuration_impl.h" namespace Envoy { namespace Extensions { namespace StatSinks { namespace MetricsService { /** * Config registration for the MetricsService stats sink. @see StatsSinkFactory. */ class Metrics...
/* * $Id: Timer.h 862 2008-10-24 02:13:57Z takaya $ * Copyright (C) 2008 AIST, National Institute of Advanced Industrial Science and Technology */ #ifdef TIMER #if defined(__MICROBLAZE__) || defined(__PPC__) # include <xtmrctr.h> # define MAX_LOG 40 /* * Xilinx EDK environment doesn't provide strings.h ...
// Copyright 2014 The University of Edinburgh. // // 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 ...
/**************************************************************************** Copyright (c) 2013 cocos2d-x.org http://www.cocos2d-x.org 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 res...
/* * Copyright (C) 2013 The Android Open Source Project * * 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 app...
/* * Copyright Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
#include<stdlib.h> #include <OneWire.h> #include <DallasTemperature.h> #define ONE_WIRE_BUS 8 OneWire oneWire(ONE_WIRE_BUS); DallasTemperature sensors(&oneWire); #define SSID "YOUR SSID HERE" #define PASS "YOUR PASSWORD HERE" #define IP "184.106.153.149" // thingspeak.com String GET = "GET /update?key=YOURTHINGSPEAKA...
/* * cl_ee_handler.h - CL edge enhancement handler. * * Copyright (c) 2015 Intel 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.apache.org/licenses/...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/codecommit/CodeCommit_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/codecommit/model/Approval.h> #include <utility> namespace Aws { template<typ...
// // UIImage+TPCExtension.h // 百思不得姐 // // Created by tripleCC on 15/1/4. // Copyright (c) 2014年 giftTalk All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (TPCExtension) - (UIImage *)headerImageWithRandomBorderColor; - (UIImage *)headerImageWithBorderColor:(UIColor *)color; - (UIImage *)imageWi...
/* * * Copyright 2021 gRPC authors. * * 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 agree...
#ifndef _fefas_align_h #define _fefas_align_h #if defined(__AVX__) || defined(__xlc__) // Assume these compilers support __attribute__((aligned(32))) # define _align __attribute__((aligned(32))) /* AVX packed instructions need 32-byte alignment */ #elif defined(__GNUC__) # define _align __attribute__((aligned(16)))...
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_CANVAS_COLOR_PARAMS_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_CANVAS_COLOR_PARAMS_H_ #...
/* * Copyright (c) 2009 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Portions Copyright (c) 2009 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the ...
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
///////////////////////////////////////////////////////////////////////////// // // filecache - code for background file reading/caching // ///////////////////////////////////////////////////////////////////////////// #ifndef FILECACHE_H #define FILECACHE_H ////////////////////////////////////////////////////////////...
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Chris Torek. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following co...
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_COMMON_QUOTA_DISPATCHER_H_ #define CONTENT_COMMON_QUOTA_DISPATCHER_H_ #include <map> #include <set> #include "base/basictypes.h" #in...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_ #define DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_ #include <string> #include "base/cal...
// // SUHost.h // Sparkle // // Copyright 2008 Andy Matuschak. All rights reserved. // #import "Sparkle.h" @interface SUHost : NSObject { @private NSBundle *bundle; } + (NSString *)systemVersionString; - (id)initWithBundle:(NSBundle *)aBundle; - (NSBundle *)bundle; - (NSString *)bundlePath; - (NSString *)name; ...
// RUN: rm -fr %t.promo.prof // RUN: rm -fr %t.nopromo.prof // RUN: %clang_pgogen=%t.promo.prof/ -o %t.promo.gen -O2 %s // RUN: %clang_pgogen=%t.promo.prof/ -o %t.promo.gen.ll -emit-llvm -S -O2 %s // RUN: cat %t.promo.gen.ll | FileCheck --check-prefix=PROMO %s // RUN: %run %t.promo.gen // RUN: llvm-profdata merge -o %t...
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_HOST_POLICY_HACK_POLICY_WATCHER_H_ #define REMOTING_HOST_POLICY_HACK_POLICY_WATCHER_H_ #include "base/callback.h" #include "base/mem...
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ #define __FP_SIGNBIT 0x0200 int __signbitf (float x); typedef union __mingw_flt_type_t { float x; ...
/* Copyright (C) 1989, 1990 Aladdin Enterprises. All rights reserved. Distributed by Free Software Foundation, Inc. This file is part of Ghostscript. Ghostscript is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone for the conseque...
// // Copyright (c) 2008-2017 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
/** * Copyright (c) 2014 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. */ #include "vec.h" int vec_expand_(char **data, int *length, int *capacity, int memsz) { if (*length + 1 > *capacity) { void *ptr; i...
//****************************************************************************** // // Copyright (c) 2015 Microsoft Corporation. All rights reserved. // // This code is licensed under the MIT License (MIT). // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LI...
// // BaiduMobAdInterstitialDelegate.h // BaiduMobAdWebSDK // // Created by deng jinxiang on 13-8-1. // // #import "BaiduMobAdCommonConfig.h" #import <Foundation/Foundation.h> @class BaiduMobAdInterstitial; @protocol BaiduMobAdInterstitialDelegate <NSObject> @required /** * 应用的APPID */ - (NSString *)publisherI...
#ifndef MYSTRING_H_HEADER_INCLUDED #define MYSTRING_H_HEADER_INCLUDED #ifdef __cplusplus extern "C" { #endif int mystrcasecmp (const char *s1, const char *s2); int mystrncasecmp (const char *s1, const char *s2, size_t n); int mystrcmp (const char *s1, const char *s2); #ifndef mystrdup char *mystrdup (const char *str...
#ifdef __IPHONE_6_0 #include_next <UIKit/UICollectionView.h> #else #import "UICollectionViewCell.h" @interface UICollectionView : UIView - (NSIndexPath *)indexPathForCell:(UICollectionViewCell *)cell; @end #endif
/******************************************************************* * * * Using SDL With OpenGL * * * * Tutorial by Kyle Foley...
#pragma once #include "Account.h" namespace AppSecInc { namespace LSA { //! A local group namespace LocalGroup { //! create a local group void Create(const std::wstring& name, const std::wstring& servername = L""); //! create a local gr...
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-FileCopyrightText: 1996-2003 Russell King */ /* arch/arm/include/asm/ptrace.h */ #ifndef __ASM_ARM_PTRACE_H #define __ASM_ARM_PTRACE_H #ifdef CONFIG_CPU_64 #ifndef __ASSEMBLY__ /* * This struct defines the way the registers are stored * on the stack during an e...
void shortenurl(char *url,int urllen);
/* Copyright (C) 2002 Rainmeter Project Developers * * This Source Code Form is subject to the terms of the GNU General Public * License; either version 2 of the License, or (at your option) any later * version. If a copy of the GPL was not distributed with this file, You can * obtain one at <https://www.gnu....
/* TomsFastMath, a fast ISO C bignum library. * * This project is meant to fill in where LibTomMath * falls short. That is speed ;-) * * This project is public domain and free for all purposes. * * Tom St Denis, tomstdenis@gmail.com */ #include <tfm.h> /* c = a - b */ void fp_sub_d(fp_int *a, fp_digit b, fp...
/* mga_drv.c -- Matrox G200/G400 driver -*- linux-c -*- * Created: Mon Dec 13 01:56:22 1999 by jhartmann@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * * Permission is hereby granted, fre...
#include <defs.h> #include <x86.h> #include <stdio.h> #include <string.h> #include <swap.h> #include <swap_fifo.h> #include <list.h> /* [wikipedia]The simplest Page Replacement Algorithm(PRA) is a FIFO algorithm. The first-in, first-out * page replacement algorithm is a low-overhead algorithm that requires little boo...
/* ** PTYWindow.h ** ** Copyright (c) 2002, 2003 ** ** Author: Fabian, Ujwal S. Setlur ** Initial code by Kiichi Kusama ** ** Project: iTerm ** ** Description: NSWindow subclass. Implements smart window placement and blur. ** ** This program is free software; you can redistribute it and/or modify...
/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
/** @file Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> 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 retain the above copyright notice, this list of conditions a...
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* NetworkManager -- Network link manager * * 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 Foundation; either version 2 of th...
// Copyright 2015, VIXL authors // 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 source code must retain the above copyright notice, // this list of conditions ...
// -*-c++-*- /* $Id$ */ /* * * Copyright (C) 2004 David Mazieres (dm@uun.org) * * 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 Foundation; either version 2, or (at * your option) any later version....
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * * Copyright (C) 2008 Sun Microsystems, Inc. * * 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...
/* * sleep.c - x86-specific ACPI sleep support. * * Copyright (C) 2001-2003 Patrick Mochel * Copyright (C) 2001-2003 Pavel Machek <pavel@ucw.cz> */ #include <linux/acpi.h> #include <linux/bootmem.h> #include <linux/memblock.h> #include <linux/dmi.h> #include <linux/cpumask.h> #include <asm/segment.h> #include <...
/* Copyright 2009 Gary Briggs This file is part of obdgpslogger. obdgpslogger 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 Foundation, either version 2 of the License, or (at your option) any later version. obdgpslogger...
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@gmail.com, http://l...
/* Õâ·ÝdemoÓÃÓÚÑÝʾ»·Ðλº³åÇø */ #include <rtthread.h> #include "rtdevice.h" //for rt_ringbuffer #ifdef RT_USING_FINSH #include <finsh.h> #include <shell.h> #endif static rt_sem_t sem = RT_NULL; static rt_uint8_t working_buffer[256]; struct rt_ringbuffer rb; /* Ö¸ÏòÏ߳̿ØÖÆ¿éµÄÖ¸Õë */ static rt_thread_t tid1 = ...
#include <unistd.h> #include "timestamp.h" #include "buffer.h" int mywrite(int fd,char *buf,int len) { int w; w = buffer_unixwrite(fd,buf,len); if (w == -1) _exit(111); return w; } char outbuf[2048]; buffer out = BUFFER_INIT(mywrite,1,outbuf,sizeof outbuf); int myread(int fd,char *buf,int len) { int r; b...
#include <stic.h> #include <stddef.h> /* NULL */ #include "../../src/io/ioeta.h" TEST(free_of_null_is_ok) { ioeta_free(NULL); } TEST(alloc_initializes_all_fields) { ioeta_estim_t *const estim = ioeta_alloc(NULL); assert_int_equal(0, estim->total_items); assert_int_equal(0, estim->current_item); assert_int_equ...
/* Freezer declarations */ #ifndef FREEZER_H_INCLUDED #define FREEZER_H_INCLUDED #include <linux/sched.h> #include <linux/wait.h> #ifdef CONFIG_FREEZER /* * Check if a process has been frozen */ static inline int frozen(struct task_struct *p) { return p->flags & PF_FROZEN; } /* * Check if there is a request to ...
/* Copyright (C) Max Kastanas 2010 * 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 Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is di...
#include <stdio.h> int xerbla_(char *, int *); /* Subroutine */ int xerbla_(char *srname, int *info) { /* -- LAPACK auxiliary routine (version 2.0) -- Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., Courant Institute, Argonne National Lab, and Rice University September 30, 19...
// BouncingBalls2014 is a program that lets you animate an LED strip // to look like a group of bouncing balls // // https://github.com/fibonacci162/LEDs/blob/master/BouncingBalls2014/BouncingBalls2014.ino // // Daniel Wilson, 2014 // // With BIG thanks to the FastLED community! //////////////////////////////////...
// // Copyright (C) 2014-2015 LunarG, Inc. // // 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 source code must retain the above copyright // notice, this list...
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_BROWSER_API_SOCKET_SOCKET_H_ #define EXTENSIONS_BROWSER_API_SOCKET_SOCKET_H_ #include <stdint.h> #include <queue> #include <string> #...
#include<stdio.h> // Part of Cosmos by OpenGenus Foundation int main() { int n,i,j,min,temp; printf("\n Enter the number of Elements: "); scanf("%d",&n); int a[n]; printf("\n Enter thr %d Elements: ",n); for(i=0;i<n;i++) { scanf("%d",&a[i]); } for(i=0;i<n-1;i++) { ...
#include <stdio.h> #include <stdlib.h> #include<limits.h> typedef struct Stack { int top; unsigned capacity; int* array; }Stack; Stack* createStack(unsigned capacity) { struct Stack* stack = (Stack*) malloc(sizeof(Stack)); stack->capacity = capacity; stack->top = -1; stack->array = (int*)...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "fixed_grammar.asn" * `asn1c -gen-PER` */ #include "CellsToAddModListUTRA-TDD.h" static asn_per_constraints_t asn_PER_type_CellsToAddModListUTRA_TDD_constr_1 GCC_NOTUSED = { { APC_UNCONSTRAINED, -1...
// ====================================================================== // // Copyright (c) 2002 SurfLab of CISE of University of Florida // // File : libs/src/cgalExt/Polyhedron_memory_builder.h // Description : Build the polyhedron from the input stream // (.10/.mesh format) // Creation_...
#ifdef INTER_TETHER #ifndef MCMD_MC_TETHER_POTENTIAL_H #define MCMD_MC_TETHER_POTENTIAL_H /* * Simpatico - Simulation Package for Polymeric and Molecular Liquids * * Copyright 2010 - 2014, The Regents of the University of Minnesota * Distributed under the terms of the GNU General Public License. */ #include <mcMd/po...
/** * Copyright 2013-2015 Seagate Technology LLC. * * This Source Code Form is subject to the terms of the Mozilla * Public License, v. 2.0. If a copy of the MPL was not * distributed with this file, You can obtain one at * https://mozilla.org/MP:/2.0/. * * This program is distributed in the hope that it will b...
/**************************************************************** * * * Copyright 2009, 2011 Fidelity Information Services, Inc * * * * This source code contains the intellectual property * * of its copyright holder(s), and is made available * * under a license. If you do not know the terms of * *...
/* Copyright (C) 2004 by Jorrit Tyberghein (C) 2004 by Frank Richter This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your op...
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
/** * MltFilter.h - MLT Wrapper * Copyright (C) 2004-2015 Meltytech, LLC * Author: Charles Yates <charles.yates@gmail.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 ...
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
/* * filter_freeze.c -- simple frame freezing filter * Copyright (C) 2007 Jean-Baptiste Mardelle <jb@kdenlive.org> * * 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 * versio...
/*************************************************************************** * include/stxxl/bits/libstxxl.h * * Part of the STXXL. See http://stxxl.sourceforge.net * * Copyright (C) 2011 Andreas Beckmann <beckmann@cs.uni-frankfurt.de> * * Distributed under the Boost Software License, Version 1.0. * (See a...
/***************************************************************************** * * * OpenNI 2.x Alpha * * Copyright (C) 2012 PrimeSense Ltd. * * ...