text
stringlengths
4
6.14k
/* Copyright (C) 2006-2013 Werner Dittmann 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 ...
/* Copyright (C) 2020, Kevin Andre <hyperquantum@gmail.com> This file is part of PMP (Party Music Player). PMP 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,...
/*{{{ Copyright 2012-2016, Bernhard Bliem WWW: <http://dbai.tuwien.ac.at/research/project/dflat/>. This file is part of D-FLAT. D-FLAT 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 Lice...
/* AGS - Advanced GTK Sequencer * Copyright (C) 2005-2011 Joël Krähemann * * 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 ...
#pragma once #include <cJSON.h> namespace XNM { namespace PropertyPoint { class Handler; class BaseProperty; class BaseOutput { protected: friend Handler; friend BaseProperty; Handler &handler; /* Send a update command to this output * * This will forward the given cJSON update structure to this output, ...
#pragma once #include "entropy/geom/Stripes.h" #include "entropy/render/Layout.h" #include "entropy/scene/Base.h" namespace entropy { namespace scene { class Interlude : public Base { public: string getName() const override { return "entropy::scene::Interlude"; } Interlude(); ~Interlude...
#ifndef EXCEPTIONRANGEDIALOG_H #define EXCEPTIONRANGEDIALOG_H #include <QDialog> namespace Ui { class ExceptionRangeDialog; } class ExceptionRangeDialog : public QDialog { Q_OBJECT public: explicit ExceptionRangeDialog(QWidget* parent = 0); ~ExceptionRangeDialog(); unsigned long rangeStart; uns...
/************************************************************************ progressdialog.h Utilities for Domesday Duplicator DomesdayDuplicator - LaserDisc RF sampler Copyright (C) 2019 Simon Inns This file is part of Domesday Duplicator. Domesday Duplicator is free software: you can redistr...
/* This example code is placed in the public domain. */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> #include <unistd.h> #include <gnutls/gnutls.h> /* A very basic TLS client, with PSK ...
#ifndef _CLIENT_CONFIGURATION_H_ #define _CLIENT_CONFIGURATION_H_ #include <string> class ConfigReader; /** * Configuration manager responsible for loading the settings from config file */ class ClientConfiguration { public: /** * Constructor. Searches the "well-known" locations for the se...
/* ChibiOS - Copyright (C) 2006..2017 Giovanni Di Sirio 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 ap...
/** ****************************************************************************** * @file DMA2D/DMA2D_MemToMemWithBlending/Inc/main.h * @author MCD Application Team * @version V1.1.0 * @date 17-February-2017 * @brief Header for main.c module ***********************************************...
// // tracer.h // // Circle - A C++ bare metal environment for Raspberry Pi // Copyright (C) 2014 R. Stange <rsta2@o2online.de> // // 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 ver...
#ifndef B43legacy_SYSFS_H_ #define B43legacy_SYSFS_H_ struct b43legacy_wldev; int b43legacy_sysfs_register(struct b43legacy_wldev *dev); void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev); #endif /* B43legacy_SYSFS_H_ */
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo * This benchmark is part of SWSC */ #include <assert.h> #include <stdint.h> #include <stdatomic.h> #include <pthread.h> atomic_int vars[6]; atomic_int atom_1_r1_1; atomic_int atom_2_r1_1; atomic_int atom_2_r3_0; atomic_int atom_4_r1_1; atomic_int atom_5_r3_0;...
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2013 ARM Limited. All rights reserved. * * $Date: 16. October 2013 * $Revision: V1.4.2 * * Project: CMSIS DSP Library * Title: arm_sin_f32.c * * Description: Fast sine calculation for...
/*============================================================================== Главный заголовочный файл ==============================================================================*/ #ifndef _js_spidermonkey_h #define _js_spidermonkey_h #include <stdio.h> #include <EXTERN.h> #include <perl.h> #include <...
/* * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3 * http://www.gnu.org/licenses/lgpl-3.0.html */ #ifndef COMPILEOPTIONSBASE_H #define COMPILEOPTIONSBASE_H #include "globals.h" #include <wx/hashmap.h> WX_DECLARE_STRING_HASH_MAP(wxString, StringHash);...
/*=========================================================================*\ Copyright (c) Microsoft Corporation. All rights reserved. \*=========================================================================*/ #pragma once /*#include <winapifamily.h>*/ /*#pragma region Desktop Family*/ /*#if WINAPI_FAMILY...
/** * naken_asm assembler. * Author: Michael Kohn * Email: mike@mikekohn.net * Web: http://www.mikekohn.net/ * License: GPLv3 * * Copyright 2010-2019 by Michael Kohn * */ #include <stdio.h> #include <stdlib.h> #include "table/super_fx.h" struct _table_super_fx table_super_fx[] = { { "stop", 0x00, ...
/****************************************************************************/ /* */ /* This file is part of QSopt_ex. */ /* */ /* ...
/***************************************************************************** * * This file is part of GwMove hydrogeological software developed by * Dr. M. A. Sbai * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo * This benchmark is part of SWSC */ #include <assert.h> #include <stdint.h> #include <stdatomic.h> #include <pthread.h> atomic_int vars[3]; atomic_int atom_1_r1_1; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 2, memory_order_seq_cst); ato...
#include <stdio.h> #include <stdlib.h> #include <limits.h> #include "Fibonacci.h" // print a HugeInteger (without a newline character) void hugePrint(HugeInteger *p) { int i; if (p == NULL || p->digits == NULL) { printf("(null pointer)"); return; } for (i = p->length - 1; i >= 0; i--) printf("%d", p->digi...
/** * D-LAN - A decentralized LAN file sharing software. * Copyright (C) 2010-2012 Greg Burri <greg.burri@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 ...
/* Copyright 2013 Juan Rada-Vilela 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 to in writing, soft...
// Copyright (c) 2005 - 2015 Settlers Freaks (sf-team at siedler25.org) // // This file is part of Return To The Roots. // // Return To The Roots 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 ...
/** * @file TopicModel.h * @author William Martin <will.st4@gmail.com> * @since 0.1 * * @section LICENSE * * This file is part of tact. * * tact 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, eith...
#ifndef SUPPORT_H #define SUPPORT_h #include <string> #include <FL/Fl_Widget.H> #include <FL/Fl_Menu_.H> #include "qso_db.h" #include "adif_io.h" #include "lgbook.h" #ifdef __WOE32__ # define ADIF_SUFFIX "adi" #else # define ADIF_SUFFIX "adif" #endif enum savetype {ADIF, CSV, TEXT, LO}; extern cQsoDb qs...
// // JAListViewItem.h // AppMon // // Created by Chong Francis on 11年6月3日. // Copyright 2011年 Ignition Soft Limited. All rights reserved. // #import <Foundation/Foundation.h> #import "JAListViewItem.h" @interface CountryListItem : JAListViewItem { @private NSGradient *gradient; NSButton* btnCheckbox; ...
/********************************************************************* CombLayer : MCNP(X) Input builder * File: constructInc/VacuumBox.h * * Copyright (c) 2004-2021 by Stuart Ansell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Lice...
#include "prstack.h" #include "stdlib.h" #include "string.h" int pr_stack_create(struct stack ** self, _pr_list_compare_data compare) { (*self) = (struct stack *) malloc(sizeof(struct stack)); (*self)->size = 0; (*self)->head = NULL; (*self)->compare = compare; return 0; } int pr_stack_push(stru...
// Pekka Pirila's sports timekeeping program (Finnish: tulospalveluohjelma) // Copyright (C) 2015 Pekka Pirila // 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 Licens...
// // JVCryptoTests.h // JVSecurity // // Created by Jake Vizzoni on 11/8/12. // Copyright (c) 2012 JV Assets, LLC. All rights reserved. // // This file is part of JVSecurity. // // JVSecurity is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as publi...
/* This file is part of Darling. Copyright (C) 2019 Lubos Dolezel Darling 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. Darling i...
/**************************************************************************//** * @file * @brief efm32zg_calibrate Register and Bit Field definitions * @author Energy Micro AS * @version 3.20.2 ****************************************************************************** * @section License * <b>(C) Copyright 20...
/* * * This file is a part of my arduino development. * If you make any modifications or improvements to the code, I would * appreciate that you share the code with me so that I might include * it in the next release. I can be contacted through paul.torruella@gmail.com * This library is free software; you can re...
/* Extracted from dmenu drw.h MIT/X Consortium License © 2006-2014 Anselm R Garbe <anselm@garbe.us> © 2010-2012 Connor Lane Smith <cls@lubutu.com> © 2009 Gottox <gottox@s01.de> © 2009 Markus Schnalke <meillo@marmaro.de> © 2009 Evan Gates <evan.gates@gmail.com> © 2006-2008 Sander van Dijk <a dot h dot vandijk at gmail...
// // gyro.h // robot // // Created by Simone Rossi on 23/11/16. // Copyright © 2016 Simone Rossi. All rights reserved. // #ifndef gyro_h #define gyro_h #include <stdio.h> #include <unistd.h> #include <stdint.h> #include <pthread.h> #include <semaphore.h> #include <sys/time.h> #include "ev3.h" #include "ev3_port...
#ifndef __multibouncergame__ #define __multibouncergame__ #include "../PulsarEngine/PulsarEngine.h" #include <boost/filesystem.hpp> #include "bouncers/SmallFastTestBouncer.h" #include <wiiuse.h> class MultiBouncerGame { public: MultiBouncerGame(); ~MultiBouncerGame(); int run(); private: void init(); void ...
/* <one line to give the program's name and a brief idea of what it does.> Copyright (C) 2011 <copyright holder> <email> 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 ve...
#pragma once #include <math.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> class Math { public: static float to_radians(float degrees) { return degrees * M_PI / 180.0f; } };
//Created by KVClassFactory on Thu Sep 27 17:23:23 2012 //Author: John Frankland,,, #ifndef __KVElementDensity_H #define __KVElementDensity_H #include "KVNuclData.h" /** \class KVElementDensity \brief Atomic element with name, symbol and density \ingroup NucProp */ class KVElementDensity : public KVNuclData { In...
/* Copyright 2011 rhn <gihu.rhn@porcupinefactory.org> This file is part of Jazda. Jazda 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...
#define BENCHMARK "OSU MPI%s Gather Latency Test" /* * Copyright (C) 2002-2013 the Network-Based Computing Laboratory * (NBCL), The Ohio State University. * * Contact: Dr. D. K. Panda (panda@cse.ohio-state.edu) * * For detailed copyright and licensing information, please refer to the * copyright file COPYRIGHT ...
/******************************************************/ /* */ /* maction.h - button actions for showing numbers */ /* */ /******************************************************/ /* Copyright 2017 Pierre Abbat. * ...
/** * Copyright (C) 2015 NIPE-SYSTEMS * * 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...
/* * This file is part of Vertigo. * * Vertigo - a cross-platform arcade game powered by Ogre3D. * Copyright (C) 2011 Ahmad Amireh <ahmad@amireh.net> * * Vertigo 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 Soft...
// $Id$ -*- C++ -*- // Assoc<int, VarArray<int> > and Assoc<string, VarArray<int> >. // Copyright (C) 1996 Technische Universitaet Braunschweig, Germany. // Written by Andreas Zeller <zeller@gnu.org>. // // This file is part of DDD. // // DDD is free software; you can redistribute it and/or // modify it under the te...
/****************************************************** * * propertybang - implementation file * * copyleft (c) IOhannes m zmölnig * * 2007:forum::für::umläute:2010 * * institute of electronic music and acoustics (iem) * ****************************************************** * * license: GNU General Pu...
/* * CAMXServer.h * * Created on: 2017年5月15日 * Author: root */ #pragma once #include <map> #include "CATcpServer.h" class CAMXServer: public CATcpServer { public: explicit CAMXServer(); virtual ~CAMXServer(); int request(const int nSocketFD, const char *szData); int response(const int nSocketFD, const...
/* * This file is part of the libopencm3 project. * * Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>, * Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net> * Copyright (C) 2011 Stephen Caudle <scaudle@doceme.com> * * This program is free software: you can redistribute it and/or modify * it under the t...
#import "headers/_UIVisualEffectVibrantLayerConfig.h" #import "headers/_UIVisualEffectTintLayerConfig.h" #include <CoreGraphics/CoreGraphics.h> #import "headers/CAFilter.h" @class UIVibrancyEffect; @class CAFilter; @interface WNVibrantStyling : NSObject { CGFloat _alpha; NSString * _blendMode; ...
/*************************************************************************** ** ** 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...
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2014 - 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...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: ../pdfreporter-core/src/org/oss/pdfreporter/engine/util/AbstractTextMeasurerFactory.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgOssPdfreporterEngineUtilAbstractTextMeasurerFactory") #ifdef RESTRICT_OrgOssPdfreporterEngineUt...
/** * D-LAN - A decentralized LAN file sharing software. * Copyright (C) 2010-2012 Greg Burri <greg.burri@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 ...
#include <string.h> #include "ui.h" /* Handles the delete event if it occurs in the main window. */ static gboolean handle_delete_event (GtkWidget *, GdkEvent *, gpointer); /* Releases all resources. */ static void handle_destroy (GtkWidget *, gpointer data); /* Handle the vi keybindings. Maybe this sh...
/****************************************************************************** * This file is part of Zee. * * Zee 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, ...
/* * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "RRLP-Components" * found in "../rrlp-components.asn" */ #ifndef _AlertFlag_H_ #define _AlertFlag_H_ #include <asn_application.h> /* Including external dependencies */ #include <NativeInteger.h> #ifdef __cplusplus extern "C" { #endi...
/*--------------------------------------------------------------------*\ | This file is part of jmines | | <+Description+> | | Copyright 2012, Jeremy Brubaker <jbru362@gmail.com> |---------------------------------------------------------------------*\ | jmines is free software: you can redistribute it and/or modify ...
/* -*- c++ -*- */ /* * Copyright 2016 Bastille Networks. * * This 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, or (at your option) * any later version. * * This software is distrib...
/***************************************************************************** * Copyright (c) 2014 Ted John * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * This file is part of OpenRCT2. * * OpenRCT2 is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
/* * This file is part of Torus. * Torus 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. * Torus is distributed in the hope that...
#ifndef DISPLAY_H # define DISPLAY_H # include <iostream> # include <GL/glew.h> # include <GLFW/glfw3.h> // # define NK_INCLUDE_FIXED_TYPES // # define NK_INCLUDE_STANDARD_IO // # define NK_INCLUDE_STANDARD_VARARGS // # define NK_INCLUDE_DEFAULT_ALLOCATOR // # define NK_INCLUDE_VERTEX_BUFFER_OUTPUT // # d...
#ifndef _COM_H_ #define _COM_H_ class Com { public: virtual ~Com(); int openCom(char* port); int setCom(int baud, int flow, int dataBit, int stopBit, int parity); int writeCom(char* buf, int len); int readCom(char* buf, int len); void closeCom(); private: int fd; char* serialport; int baud; int flow; int da...
/* This file is part of GNUnet. Copyright (C) 2011 - 2014 GNUnet e.V. GNUnet 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, or (at your option) any later version. ...
// // ApplicationDelegate.h // Copyright 2010 Mark Buer // // This file is part of RateThatSong. // // RateThatSong 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 ...
#ifndef GNC_COMMON_H_ #define GNC_COMMON_H_ 1 #include <math.h> #include <stdint.h> /* Conventions: +x: Forward +y: Right +z: Down Roll to the RIGHT, Pitch UP (Nose up) and Turning rightware induce a positive change in Roll, Pitch and Yaw respectively */ typedef struct { float roll; float pitch; floa...
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * (Shared logic for modifications) * LICENSE: See LICENSE in the top level directory * FILE: mods/deathmatch/logic/CSpatialDatabase.h * PURPOSE: * **********...
/* * DiscoCheck, an UCI chess engine. Copyright (C) 2010-2014 Lucas Braesch. * * DiscoCheck 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 ...
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo * This benchmark is part of SWSC */ #include <assert.h> #include <stdint.h> #include <stdatomic.h> #include <pthread.h> atomic_int vars[3]; atomic_int atom_0_r3_1; atomic_int atom_0_r5_0; atomic_int atom_1_r3_1; atomic_int atom_1_r5_0; atomic_int atom_2_r3_1;...
/* * OpenSplice DDS * * This software and documentation are Copyright 2006 to 2013 PrismTech * Limited and its licensees. All rights reserved. See file: * * $OSPL_HOME/LICENSE * * for full copyright notice and license terms. * */ #ifndef IDL_GENSAJTYPE_H #de...
/**************************************************************************************** * 401 * * RADDS ****************************************************************************************/ #define KNOWN_BOARD #define BOARD_NAME "RADDS" #ifndef ARDUINO_ARCH_SAM #error Oops! Make sure you have 'Ardui...
class Video : public Capture { public: Video(std::string filename, std::string api); bool open(std::string filename, std::string api); void readFrame(int frameId, Image& target); int nframes(), frame(); double fps(); std::string codec(); private: int _nf; }; Video::Video(std::string filename, std::strin...
/* * sysutils.h * * Created on: 2016-2-21 * Author: dan */ #ifndef SYSUTILS_H_ #define SYSUTILS_H_ #include "jansson.h" #include <stdarg.h> #include "debug.h" typedef enum { RPC_METHOD_INVALID = -1, RPC_METHOD_ACK = 0, RPC_METHOD_BOOT = 1, RPC_METHOD_HEARTBEAT , RPC_METHOD_DISCONNECT , RPC_METH...
/* Copyright 2012,2014,2018 IPB, Universite de Bordeaux, INRIA & CNRS ** ** This file is part of the Scotch software package for static mapping, ** graph partitioning and sparse matrix ordering. ** ** This software is governed by the CeCILL-C license under French law ** and abiding by the rules of distribution of free ...
/* * OpenSplice DDS * * This software and documentation are Copyright 2006 to 2013 PrismTech * Limited and its licensees. All rights reserved. See file: * * $OSPL_HOME/LICENSE * * for full copyright notice and license terms. * */ #include "saj_WaitSet.h" #in...
/* This file is part of the 'neper' program. */ /* Copyright (C) 2003-2012, Romain Quey. */ /* See the COPYING file in the top-level directory. */ #ifndef NEPER_MM #define NEPER_MM #include<stdio.h> #include<stdlib.h> #include<string.h> #include"ut.h" #include"neut.h" #include"structIn_mm.h" #include"InputData_mm/I...
/* * TCTools.h * * Copyright 2018 Avérous Julien-Pierre * * This file is part of TorChat. * * TorChat 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 ...
/* * Created on: Dec 2, 2013 * Author: Mirko Myllykoski (mirko.myllykoski@gmail.com) */ #ifndef PSCRCL_BOUNDARIES #define PSCRCL_BOUNDARIES #include "CArray.h" namespace pscrCL { // A class for storing information on how the system is divided into partial // solution during each recursion step. class Bound...
#ifndef TRACE_H #define TRACE_H #include "../../unp.h" #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_icmp.h> #include <netinet/udp.h> #include <netinet/ip6.h> #include <netinet/icmp6.h> #define IPV6 #define BUFSIZE 1500 char recvbuf[BUFSIZE]; char sendbuf[BUFSIZE]; struct rec { // fo...
////////////////////////////////////////////////////////////////// // // EUSTAGGER LITE // // Copyright (C) 1996-2013 IXA Taldea // EHU-UPV // // This file is part of EUSTAGGER LITE. // // EUSTAGGER LITE is free software: you can redistribute it and/or modify // it under the terms of the...
/* * Harry - A Tool for Measuring String Similarity * Copyright (C) 2013-2015 Konrad Rieck (konrad@mlsec.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 3 of the L...
#ifndef GRAPHS_GRAPHSDATATYPES_H #define GRAPHS_GRAPHSDATATYPES_H #include<utilities/Debug.h> #include<utilities/Printer.h> #include<vector> #include<iostream> #include<iterator> #include<algorithm> #include<cassert> namespace graphs { typedef int IDType; static IDType Counter = 0; /** * @class Vertex * ...
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers /***************************************************************************** * OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * * OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For more information, visit h...
/* * Copyright (C) 2001-2012 Jacek Sieka, arnetheduck on gmail point 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 2 of the License, or * (at your option) any later ...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "select.h" #define ALGORITHM_SELECT_RP 0 #define ALGORITHM_SELECT_DP_MMS 1 // memory limits #define DATA_BUF_LIMIT_BYTES (100 * 1024 * 1024) // 100MiB #define MAX_LOAD_LINES (DATA_BUF_LIMIT_BYTES / sizeof(int)) #define REALLOCATE_UNIT (MAX_LOAD_LINES...
/* * This software is developed for study and improve coding skill ... * * Project: Enjoyable Coding< EC > * Copyright (C) 2014-2016 Gao Peng * 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 Founda...
/********************************************************** * Version $Id$ *********************************************************/ /////////////////////////////////////////////////////////// // // // SAGA // // ...
/* Copyright 2008 Brain Research Institute, Melbourne, Australia Written by J-Donald Tournier, 27/06/08. This file is part of MRtrix. MRtrix 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 Foundatio...
#ifndef VVPANELSMANAGER_H #define VVPANELSMANAGER_H /************************************************************** Copyright(c) 2015 Angelo Coppi 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 Softwa...
#include <verifier-builtins.h> #include <stdlib.h> struct hlist_head { struct hlist_node *first; }; struct hlist_node { struct hlist_node *next, **pprev; }; #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } static inline void INIT_HLIST_NODE(struct hlist_node *h) { h->next = NULL; h->pprev = N...
/* PSPPIRE - a graphical user interface for PSPP. Copyright (C) 2015 Free Software Foundation 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 y...
/* * Copyright (C) 2009 Niek Linnenbank * * 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 d...
/****************************************************************************** * * $Id: message.h,v 1.8 2001/03/19 19:27:41 root Exp $ * * Copyright (C) 1997-2011 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General P...
#ifndef SAG_EVENT_MANAGER_H #define SAG_EVENT_MANAGER_H #include <string> #include <memory> #include <cassert> #include <functional> #include <iostream> namespace sag { class Event; template <typename EventType, typename ListenerStrategy, typename DispatchStrategy> class EventManager { public: EventManager() {...
#pragma once #include "Buddy.h" class Player : public Buddy { public: Player(Stock& st) : Buddy(st) {}; virtual void Act(); };
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Code/Dev/appNativa/source/rareobjc/../rare/apple/com/appnativa/rare/ui/UIClipboard.java // // Created by decoteaud on 3/11/16. // #ifndef _RAREUIClipboard_H_ #define _RAREUIClipboard_H_ @class RAREUIImage; @protocol JavaUtilList; @protocol JavaUti...
#include "resource.h" #define UWM_PIPEBROKEN (WM_APP+1) /* this could have been registered */ typedef void (CWnd::*WND_RECV_PMSG)(LPCTSTR pszText); //#include "consolePipe.h" class CMyConsolePipe : public CConsolePipe { public: CMyConsolePipe(BOOL bWinNT, CEdit* wOutput, CWnd* pParent, WND_RECV_PMSG wOnRecvMsg, DWO...