text
stringlengths
4
6.14k
#include "base.h" int main(){ std::cout<<"main ..." <<std::endl; }
/* initialize_settings.c - Initialize settings for the Snow Leopard C/C++ * Compiler */ /* * Copyright (C) 2014 Roel Sergeant (rsergeant@panix.com). * * This file is part of the Snow Leopard project. * * The Snow Leopard project is free software; you can redistribute it and/or * modify ...
/* DreamChess ** ** DreamChess is the legal property of its developers, whose names are too ** numerous to list here. Please refer to the COPYRIGHT file distributed ** with this source distribution. ** ** This program is free software: you can redistribute it and/or modify ** it under the terms of the GNU General...
#ifndef PROM_IF_IFC_H #define PROM_IF_IFC_H extern void PromIfInit(HWND hwnd, void (*rx)(HWND, BYTE*, DWORD)); extern BYTE PromIfReadData(BYTE *data, DWORD length); extern BOOL PromIfWriteData(HANDLE hFile, BYTE *data, DWORD length); #endif
// // HYPhotoNetwork.h // HYChatProject // // Created by erpapa on 16/5/12. // Copyright © 2016年 erpapa. All rights reserved. // #import <Foundation/Foundation.h> #import "HYQNAuthPolicy.h" #import "HYAudioModel.h" typedef void (^HYPhotoNetworkDidUploadSuccessBlock) (BOOL success); // 上传成功/失败 typedef void (^HYPho...
#ifndef POSITIVEINTEGERTYPE_H #define POSITIVEINTEGERTYPE_H // Librerías Internas #include "../../xsd_global.h" #include "NonNegativeIntegerType.h" // Librerías Externas #include "Enumeration.h" // Librerías Qt #include <QMetaEnum> #include <QObject> namespace Com { namespace Ecosoftware { namespace Engines...
/* * This is a part of the BugTrap package. * Copyright (c) 2005-2007 IntelleSoft. * All rights reserved. * * Description: Splitter control class. * Author: Maksim Pyatkovskiy. * * This source code is only intended as a supplement to the * BugTrap package reference and related electronic documentation * provi...
/* * arch/score/lib/ucmpdi2.c * * 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 distributed ...
/* Ross Meikleham 2014*/ #ifndef CPU_H #define CPU_H #include <stdint.h> extern int halted; extern int stopped; /* Call interrupt handler code */ void restart(uint8_t addr); void update_all_cycles(long cycles); /* Check if master interrupts are enabled */ int master_interrupts_enabled(); void ...
#ifndef REFERENCECOMBOBOX_H #define REFERENCECOMBOBOX_H #include <QComboBox> class ReferenceComboBox final : public QComboBox { Q_OBJECT Q_PROPERTY(QVariant currentData READ currentData WRITE setCurrentData NOTIFY currentDataChanged USER true) public: explicit ReferenceComboBox(QWidget *parent = n...
/************************************************************************** * Otter Browser: Web browser controlled by the user, not vice-versa. * Copyright (C) 2021 Michal Dutkiewicz aka Emdek <michal@emdek.pl> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Gen...
#ifndef PARTITIONINGNODE_H #define PARTITIONINGNODE_H #include "node.h" #include <iostream> namespace fl { /// \class PartitioningNode /// /// \brief `PartitioningNode` is a single element of any partitioning /// component tree. /// /// The concrete class `PartitioningNode`. The constraint on the /// contents of ...
/** ****************************************************************************** * @file Examples_LL/RTC/RTC_TimeStamp/Src/stm32f4xx_it.c * @author MCD Application Team * @version V1.0.0 * @date 17-February-2017 * @brief Main Interrupt Service Routines. * This file provides tem...
// // LogViewController.h // Se Le Tiene // // Created by Jorge Raul Ovalle Zuleta on 10/7/14. // Copyright (c) 2014 Olinguito. All rights reserved. // #import <UIKit/UIKit.h> #import "APIManager.h" #import "JOAlert.h" @interface LogViewController : UIViewController <UITextFieldDelegate,APIManagerDelegate>{ in...
// 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 BASE_THREADING_WORKER_POOL_H_ #define BASE_THREADING_WORKER_POOL_H_ #pragma once #include "base/base_export.h" #include "base/callback.h" cl...
/* Shirken's Snake Copyright (C) 2007-2014 Juan Delgado dp.juan@gmail.com 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 versio...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "../support/s1ap-r16.1.0/36413-g10.asn" * `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps` */ #ifndef _S1AP_UE_S1AP_IDs_H_ #define _S1AP_UE_S1AP_IDs_H_ #include <asn_application.h> /* Incl...
/* * CommandInclude.h * * Created on: 19 wrz 2017 * Author: Peter */ #ifndef COMMANDINCLUDE_H_ #define COMMANDINCLUDE_H_ #include "Command.h" #include "GeneralCommand.h" #include "ModeCommand.h" #endif /* COMMANDINCLUDE_H_ */
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
/******************************************************************************* * BEGIN COPYRIGHT NOTICE * * This file is part of program "I-Trigue 2.1 3300 Digital Control" * Copyright 2013-2014 R. Lemos * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU...
/*************************************************************************** * Copyright (C) 2009 - 2010 by Simon Qian <SimonQian@SimonQian.com> * * * * This program is free software; you can redistribute it and/or modify * * it ...
#include "debounce_comp.h" #include "commands.h" #include "hal.h" #include "math.h" #include "defines.h" #include "angle.h" HAL_COMP(debounce); HAL_PIN(in); HAL_PIN(out); HAL_PIN(debounce_time); HAL_PIN(timer); static void rt_func(float period, void *ctx_ptr, hal_pin_inst_t *pin_ptr) { //struct debounce_ctx_t *ctx...
#include "mm.h" #include <stdlib.h> #include <stdio.h> int main(int argc, char** argv){ struct mm_cache *mc1 = mm_cache_create("mc1", 100, 0, NULL, NULL); struct mm_cache *mc2 = mm_cache_create("mc2", 200, 0, NULL, NULL); struct mm_cache *mc3 = mm_cache_create("mc3", 300, 0, NULL, NULL); struct mm_cache *mc4 = m...
/** * * \section COPYRIGHT * * Copyright 2013-2015 Software Radio Systems Limited * * \section LICENSE * * This file is part of the srsLTE library. * * srsLTE is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by t...
//////////////////////////////////////////////////////////////////////////// // Created : 29.03.2010 // Author : Dmitriy Iassenev // Copyright (C) GSC Game World - 2010 //////////////////////////////////////////////////////////////////////////// #ifndef INTERPOLATOR_VISITOR_H_INCLUDED #define INTERPOLATOR_VISITOR_H_...
#include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, char *argv[]) { char str[10]; printf("input 9 character\n"); scanf("%s",str); for(int i = 0; str[i] != '\0'; ++i) { printf("%c",str[i]); } printf("\n"); puts(str); return 0; }
#define _XOPEN_SOURCE 600 #include <errno.h> #include <inttypes.h> #include <netdb.h> #include <netinet/tcp.h> #include <setjmp.h> #include <signal.h> #include <string.h> #include <sys/socket.h> #include <sys/time.h> #include <sys/wait.h> #include <syslog.h> #include <unistd.h> #include <io_file.h> #include "rfsd.h" ...
#include"data_gen.h" #include <time.h> #include <stdlib.h> double* rand_double_arr(int size){ double* res = (double*) malloc(size * sizeof(double)); srand((unsigned)time(NULL)); for (int i = 0; i < size; ++i) { res[i] = (double)rand()/RAND_MAX; } return res; } int* rand_int_arr(int size){ ...
/* Replacement grp.h file for building GNU Emacs on Windows. Copyright (C) 2003-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs 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, eit...
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org); 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 3 of the Li...
/* Copyright (C) 2012,2013 Renier Yves 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. This program is dis...
/* * Copyright (C) 2010-2012 Project SkyFire <http://www.projectskyfire.org/> * Copyright (C) 2005-2012 MaNGOS <http://www.getmangos.com/> * Copyright (C) 2008-2012 Trinity <http://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Genera...
/* VitaShell Copyright (C) 2015-2018, TheFloW 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. This prog...
#ifndef PANE_H #define PANE_H #include "../All.h" typedef struct Pane{ void (*draw)(void); }Pane; void sj_getPane(Pane* pane); #endif
// $Id: GTScalers.H,v 1.2 2007/09/17 12:33:27 franklan Exp $ // Author: $Author: franklan $ //-************************************************************************* // GTGanilData.cpp - Main Header to ROOTGAnilTape // ------------------- // begin ...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Code/Dev/appNativa/source/rareobjc/../rare/core/com/appnativa/rare/viewer/aToolBarViewer.java // // Created by decoteaud on 3/11/16. // #ifndef _RAREaToolBarViewer_H_ #define _RAREaToolBarViewer_H_ @class RAREBeanWidget; @class RARESPOTPushButton;...
#ifndef ABSTRACTWEAPON_H #define ABSTRACTWEAPON_H /** * @file abstractweapon.h */ #include "../abstractcomponent.h" /** * @brief The AbstractWeapon class. An abstract weapon. Lot to do here. */ class AbstractWeapon: public AbstractComponent { public: /** * @brief AbstractWeapon The constructor. * @...
/* This file is part of the 'neper' program. */ /* Copyright (C) 2003-2012, Romain Quey. */ /* See the COPYING file in the top-level directory. */ #include"nevs_data.h" void nevs_data (char** argv, int* pi, struct GEO Geo, struct NODES Nodes, struct MESH Mesh1D, struct MESH Mesh, struct GEODATA* pGeoData, ...
/* HashSHA512 - Generate SHA512 hashes Copyright (C) 2016 @maldevel 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. This prog...
#include <stdio.h> int main () { char nome; double salario_fixo, vendas_efetuadas, total_mes; scanf("%s", & nome); scanf("%lf", & salario_fixo); scanf("%lf", & vendas_efetuadas); total_mes = ((vendas_efetuadas * 0.15) + salario_fixo); printf ("TOTAL = R$ %.2lf\n", total_mes); return 0; } //Accepted
// Define of hardware design #include "p18f4680.h" #include "def.h" #include "Can.h" #define MCU PIC18F4680 #define OUTPUT_MAX_NB 0 // #define SORTIE0 LATAbits.LATA0 #define SORTIE1 LATAbits.LATA1 #define SORTIE2 LATAbits.LATA2 #define SORTIE3 LATAbits.LATA3 /*#define SORTIE4 LATAbit...
/*************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Qt Software Information (qt-info@nokia.com) ** ** ** Non-Open Source Usage ** ** Licensees may use this file in accor...
/* Editor: http://www.visualmicro.com visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a project all...
#include "gui-menu.h" void jld_gui_menu_init(jld_gui_menu_t* menu) { menu->accel_group = gtk_accel_group_new(); menu->menu_bar = gtk_menu_bar_new(); GtkWidget* file_menu = gtk_menu_new(); GtkWidget* file = gtk_menu_item_new_with_mnemonic("_File"); menu->new_entry = gtk_menu_item_new...
/** AceUnit test header file for fixture readTest. * * You may wonder why this is a header file and yet generates program elements. * This allows you to declare test methods as static. * * @warning This is a generated file. Do not edit. Your changes will be lost. * @file readTest.h */ #ifndef _READTEST_H /** In...
//control.c //placeholder file #include <stdio.h> int main(void) { printf("\nplaceholder for sloadhost-aduc8051\n"); return(1); }
/************************************************************************/ /* rop-tool - A Return Oriented Programming and binary exploitation */ /* tool */ /* */ /* Copyright 2013-2015, -TOSH- */ /* File coded by -TOSH- ...
/* drv_timer.h : timer support for STM32F103CB Adapted from https://github.com/multiwii/baseflight/blob/master/src/drv_timer.h This file is part of BreezySTM32. BreezySTM32 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published...
/*-------------------------------------------------------------------- QCViewer Copyright (C) 2011 Alex Parent and The University of Waterloo, Institute for Quantum Computing, Quantum Circuits Group This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public Licen...
/************************************************************************ * fspy - experimental POC linux filesystem activity monitor * * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * * it's based on the new linux kernel inotify interface (merged into * * the 2.6.13 linux kern...
#define HAVE_GSL #define HAVE_PNG #define HAVE_LIBMATHEVAL #define UT_VERSION_MAJOR 1 #define UT_VERSION_MINOR 0 #define UT_VERSION_PATCH 0
/* * Copyright (C) 2009 Daniel Prevost <dprevost@photonsoftware.org> * * This file is part of Photon (photonsoftware.org). * * This file may be distributed and/or modified under the terms of the * GNU General Public License version 2 or version 3 as published by the * Free Software Foundation and appearing in t...
/**** * * TÍTULO: FUNÇÃO RETORNA CAMINHO DO ARQUIVO/TABELA * AUTOR: LEVY MARLON SOUZA SANTIAGO * * DATA DA CRIAÇÃO: 03/08/2017 * ÚLTIMA MODIFICAÇÃO: 04/08/2017 * * DESCRIÇÃO: ESTA FUNÇÃO IRÁ RECEBER O NOME DE UMA TABELA E RETORNAR O CAMINHO DO ARQUIVO NO QUAL ELA SERÁ GUARDADA * * PARÂMETROS: - (char *): UM PONTEIRO A...
#ifndef __UIGROUPBOX_H__ #define __UIGROUPBOX_H__ #pragma once namespace ui { class UILIB_API GroupBox : public VBox { DECLARE_DUICONTROL(GroupBox) public: GroupBox(); ~GroupBox(); std::wstring GetClass() const; LPVOID GetInterface(std::wstring pstrName); void SetTextColor(DWORD dwTextColor); DWORD ...
#ifndef ZNETINTERFACEINFO_H #define ZNETINTERFACEINFO_H #include <QObject> #include <libzee.h> #include <zutil.h> #include <zsigarmodule.h> class ZNetInterfaceInfo : public ZSigarModule { Q_OBJECT public: ZNetInterfaceInfo(QString ifname, sigar_t *s, QObject *parent=0); public slots: virtual void refre...
/* GormTextFieldAttributesInspector.h Copyright (C) 2001-2005 Free Software Foundation, Inc. Author: Adam Fedor <fedor@gnu.org> Laurent Julliard <laurent@julliard-online.org> Date: Aug 2001 This file is part of GNUstep. This program is free software; you can redistribute it and...
#ifndef RATIONAL #define RATIONAL #include <iostream> #include <algorithm> #include <cmath> using namespace std; class Rational { public: Rational(); Rational(int, int); const Rational& operator=(const Rational&); ~Rational(); void setNumerator(int); void setDenumerator(int); int getNumerator() const; int get...
#include<common.h> #include<stdio.h> #define IDENTITY(i, j) ((i == j) ? 1 : 0) #define UPTRIANGLE(i, j) ((i <= j) ? 1 : 0) #define DOWNTRIANGLE(i, j) ((i >= j) ? 1 : 0) #define min(X, Y) (X < Y) ? (X) : (Y) int main(int argc, char * argv[]){ matrix_t A=matones(3,1); matrix_t B=matgetcol(A,0); matmultscala...
// -*- c++ -*- // Copyright 2008 Isis Innovation Limited // // System.h // // Defines the System class // // This stores the main functional classes of the system, like the // mapmaker, map, tracker etc, and spawns the working threads. // #ifndef __SYSTEM_H #define __SYSTEM_H #include "VideoSource_Linux.h" #include "GL...
/** * libcrippy-1.0 - architecture.c * Copyright (C) 2013 Crippy-Dev Team * Copyright (C) 2010-2013 Joshua Hill * * 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 o...
/*! * \file GPS_L2C.h * \brief Defines system parameters for GPS L2C signal * \author Javier Arribas, 2015. jarribas(at)cttc.es * * ------------------------------------------------------------------------- * * Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors) * * GNSS-SDR is a software de...
/* * This file is part of assimp2ctm. * * assimp2ctm 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. * * assimp2ctm is distri...
#ifndef CONFIG_H #define CONFIG_H // Comment out this line if your application has a QtGui #define USE_QTGUI #define PROGRAM_NAME "realsense_camera" #define SERVER_FULL_NAME "RoboComp realsense_camera:: realsense_camera" #endif
/*---------------------------------------------------------------------------- * * Copyright (C) 2016 - 2020 Antonio Augusto Alves Junior * * This file is part of Hydra Data Analysis Framework. * * Hydra is free software: you can redistribute it and/or modify * it under the terms of the GNU General Publi...
/********************************************************************************** * Copyright © 2015 Pavel A. Puchkov * * * * This file is part of IqOrm. ...
// // RVTestResultsRecorder.h // // Copyright 2011 Matthew Flint <m@tthew.org> // // // This file is part of RVUISpec. // // RVUISpec 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...
/* * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs * Copyright (C) 2009 Matt Fleming * Copyright (C) 2002 - 2012 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directo...
/* * Copyright (C) 2011 Google 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 of conditio...
#include <assert.h> #include <stdint.h> #include <stdio.h> #include "avl.c" int cmp(const void* key, const void* payload) { return ((int) key) - (*(int*) payload); } _Bool ctor(const void* key, void* placement) { *(int*) placement = (int) key; return 1; } _Bool bad_ctor(const void* key, void* placement)...
// // C++ Interface: HelpMessage // // Description: // // // Author: Tiberiu Paunescu <tpa12@sfu.ca>, (C) 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 Licen...
#include <linux/moduleloader.h> #include <linux/elf.h> #include <linux/vmalloc.h> #include <linux/fs.h> #include <linux/string.h> #include <linux/kernel.h> int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) { u...
/* ----------------------------------------------------------------------------------------------- This source file is part of the Particle Universe product. Copyright (c) 2010 Henry van Merode Usage of this program is licensed under the terms of the Particle Universe Commercial License. You can find a copy of the Co...
/****************************************************************************** * * $Id: classlist.h,v 1.8 2001/03/19 19:27:39 root Exp $ * * Copyright (C) 1997-2012 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General...
#include "unpipc.h" int main(int argc, char **argv) { int fd; fd = Open("test1.data", O_RDWR | O_CREAT, FILE_MODE); Write_lock(fd, 0, SEEK_SET, 0); /* parent write locks entire file */ printf("%s: parent has write lock\n", Gf_time()); if (Fork() == 0) { /* 4first child */ sleep(3); printf("%s: first c...
/* {{{ This file is part of DPGSolver. DPGSolver 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 any later version. DPGSolver is distributed in the hope that it will be useful...
/* * Copyright (c) 2020, Sergey Bugaev <bugaevc@serenityos.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice,...
/**************************************************************************** ** ** Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Stephen Kelly <stephen.kelly@kdab.com> ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the test suite of the Qt Toolkit. **...
/* * Copyright (c) 2015 Clement Deschamps and Luc Michel * * This file is part of Rabbits. * * Rabbits 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 yo...
/** * \file * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code ...
/**************************************************************************** # Copyright (C) 2008 Robolab-UEx # # # # This program is free software; you can redistribute it and/or modify # # it und...
#ifndef KERNEL_KMEMORY_H #define KERNEL_KMEMORY_H /* * kernel/include/kmemory.h * Kernel-mode memory management * * Copyright (C) 2013 James Cowgill * * 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 Softwar...
int f2(int x, int y);
/* Simple, QaD tool to splice a file into another file Copyright (C) 2008 Jeroen Domburg <jeroen@spritesmods.com> 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 ...
# gpu header for modulefiles created by EasyBuild conflict craype-broadwell conflict daint-mc prereq daint-gpu
//===- ScriptScanner.h ----------------------------------------------------===// // // The MCLinker Project // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------------------...
#ifndef FRSKY_DATAAPP_H #define FRSKY_DATAAPP_H /* Copyright (c) 2012 - 2013 Andy Little 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) a...
/* Copyright Rene Rivera 2008-2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BHO_PREDEF_ARCHITECTURE_IA64_H #define BHO_PREDEF_ARCHITECTURE_IA64_H #include <bho/predef/version_number.h> #include <bho/pr...
/* * Copyright (C) Liu Lantao */ #ifndef _NGX_HTTP_ACCOUNTING_MODULE_H_INCLUDED_ #define _NGX_HTTP_ACCOUNTING_MODULE_H_INCLUDED_ #include <ngx_core.h> #include <ngx_http.h> #include "../ngx_traffic_accounting_module.h" typedef ngx_traffic_accounting_main_conf_t ngx_http_accounting_main_conf_t; typedef ngx_t...
/* This source file is part of Rigs of Rods Copyright 2005-2012 Pierre-Michel Ricordel Copyright 2007-2012 Thomas Fischer Copyright 2013-2014 Petr Ohlidal For more information, see http://www.rigsofrods.org/ Rigs of Rods is free software: you can redistribute it and/or modify it under the terms of the...
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2012 - Hans-Kristian Arntzen * Copyright (C) 2011-2012 - Daniel De Matteis * * RetroArch 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 Found- * ati...
/* NOTICE The software accompanying this notice (the "Software") is provided to you free of charge to facilitate your use of the data collected by the Mars Orbiter Camera (the "MOC Data"). Malin Space Science Systems ("MSSS") grants to you (either as an individual or entity) a personal, non-transferable, and non-excl...
/** ****************************************************************************** * @file UART/UART_TwoBoards_ComPolling/Inc/stm32f4xx_it.h * @author MCD Application Team * @version V1.0.5 * @date 17-February-2017 * @brief This file contains the headers of the interrupt handlers. *******...
/******************************************************************************* * Project: IECC (IEC 61131-3 Languages Compiler for Arduino). * * Authors: Paulo H. Torrens <paulotorrens AT gnu DOT org>. * * License: GNU GPLv3+. ...
#define MODEL_BASIC_LIBRARIES #include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> // #include <complex.h> #include <time.h> #include <assert.h> #include <gsl/gsl_sf.h> #include <gsl/gsl_math.h> #include <gsl/gsl_vector.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_errno.h> #include <gsl/g...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: ../pdfreporter-core/src/org/oss/pdfreporter/engine/xml/JRStyleFactory.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgOssPdfreporterEngineXmlJRStyleFactory") #ifdef RESTRICT_OrgOssPdfreporterEngineXmlJRStyleFactory #define INCL...
/* * Copyright (C) 2007 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions ...
/* $Id$ */ /** @file * kmk_cc - Make "Compiler". */ /* * Copyright (c) 2015 knut st. osmundsen <bird-kBuild-spamx@anduin.net> * * This file is part of kBuild. * * kBuild 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 So...
// // This program 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 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it wil...
#ifndef VIRTUAL_KEYWORDS_PLUGIN_H #define VIRTUAL_KEYWORDS_PLUGIN_H extern const char *virtual_keywords_plugin_dependencies[]; extern const char virtual_keywords_plugin_binary_dependency[]; void virtual_keywords_plugin_init(struct module *module); void virtual_keywords_plugin_deinit(void); #endif
/* ClrUSct.c - routine to clear the free space in a volume. Copyright (C) 2002 Imre Leber 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, o...