text
stringlengths
4
6.14k
/* src/vm/jit/optimizing/ifconv.h - if-conversion Copyright (C) 1996-2005, 2006, 2007 R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, Institut f. Computersprachen - TU Wien This file...
/* SilcSchedule tests */ #include "silcruntime.h" typedef void (*Callback)(void *context); #define NUM_TTASK 200 #ifdef FD_SETSIZE #define NUM_FTASK FD_SETSIZE #else #define NUM_FTASK 250 #endif SilcSchedule schedule; int c = 0; void notify_cb(SilcSchedule schedule, SilcBool added, SilcTask task, SilcBool ...
/* * Atheros AP83 board support * * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the F...
#pragma once //Vector4 #include "Vector3.h" class Matrix; class Vector4 { public: //Constructors Vector4() : x(0.0f), y(0.0f), z(0.0f), w(0.0f) {} Vector4(GLfloat _x, GLfloat _y, GLfloat _z) : x(_x), y(_y), z(_z), w(1.0f){} Vector4(GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) : x(_x), y(_y), z(_z),...
// // AppDelegate.h // FirstAppforiPhone // // Created by Ke Yang on 10/15/14. // Copyright (c) 2014 Ke Yang. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
#ifndef __MARKFIFO_H #define __MARKFIFO_H #define FIFONAME "/tmp/markFifo" #define FIFOMODE (0666) #define DATASIZE 64 #endif
/* *** Integer Variable and Array *** src/parser/integer.h Copyright T. Youngs 2007-2018 This file is part of Aten. Aten 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...
#ifndef BINHEADER_H #define BINHEADER_H #include "BinFile.h" #include "BinImage.h" using namespace std; class BinFile; class BinHeader { public: BinHeader(size_t offset, size_t size, size_t g, BinImage *image); ~BinHeader(); BinImage *get_image(void); size_t get_g(void); size_t get_offset(void);...
// // AppDelegate.h // SaigeTest // // Created by tony_chen on 13-8-27. // Copyright (c) 2013年 tony_chen. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/* * Copyright(C) 2011-2012 FUJITSU LIMITED * * 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; version 2 * of the License. * * This program is distributed in the hope that it will be usef...
/**************************************************************************** * * Copyright (c) 2006 Dave Hylands <dhylands@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software...
/** * @file r_array.h */ /* Copyright(c) 1997-2001 Id Software, Inc. Copyright(c) 2002 The Quakeforge Project. Copyright(c) 2006 Quake2World. 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...
/* * linux/kernel/vserver/helper.c * * Virtual Context Support * * Copyright (C) 2004-2007 Herbert Pötzl * * V0.01 basic helper * */ #include <linux/kmod.h> #include <linux/reboot.h> #include <linux/vs_context.h> #include <linux/vs_network.h> #include <linux/vserver/signal.h> char vshelper_path[255] =...
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* * meta-background.h: CoglTexture for paintnig the system background * * Copyright 2013 Red Hat, 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...
/* * 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. * * Written (W) 2011 Miguel Angel Bautista * Copyright (C) 201...
// // SBPrefsController.h // // Created by Damiano Galassi on 13/05/08. // Copyright 2008 Damiano Galassi. All rights reserved. // #import <Cocoa/Cocoa.h> @class SBMovieViewController; @class SBTableView; @interface SBPrefsController : NSWindowController <NSToolbarDelegate, NSWindowDelegate> { @private IBOutl...
#include <vector> #include <functional> #include <cassert> #include <iostream> using namespace std; class Solution { public: int * data; int n_; inline bool isVisited(int i)const{ //cout<<"isVisited["<<i<<"]"<<" "<<data[i-1]<<endl; return (i<=0 || i>n_ || data[i-1] == i); } ...
/* * Copyright (C) 2008 Douglas Bagnall * * This file is part of Te Tuhi Video Game System, or Te Tuhi for short. * * Te Tuhi 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 Lice...
#ifndef _HUNTER_COMPONENT_GLOBAL #define _HUNTER_COMPONENT_GLOBAL #include "all_components_types.h" #define COMPONENT_GLOBAL_ID 15 #define COMPONENT_GLOBAL_ID_MAX 256 typedef struct component_global_t component_global; struct component_global_t { char id[COMPONENT_GLOBAL_ID_MAX]; unsigned int set; }; void* comp...
#include <stdio.h> #include <f2c.h> #include "tamura.h" extern int tatide_(double *C, integer *a, integer *b, integer *c, integer *d, integer *e, integer *f, double *n, double *p, double *h, double *t, double *o); int main() { long a, b, c, d, e, f; double n, p, h, t, o; double C; // 25 Dec 1999, 01:01:01 AM...
// This file was written by Lukasz Piatkowski // [piontec -at- the well known google mail] // and is distributed under GPL v2.0 license // repo: https://github.com/piontec/esp_rest #ifndef USERCONFIG_H #define USERCONFIG_H #define INTERVAL_S 600 #define SENSORS_READY_WAIT_US 1200000 #define LEDGPIO 12 #define...
/********************************************************* * From C PROGRAMMING: A MODERN APPROACH, Second Edition * * By K. N. King * * Copyright (c) 2008, 1996 W. W. Norton & Company, Inc. * * All rights reserved. * * This program may ...
/********************************************************************* Author: Sicun Gao <sicung@cs.cmu.edu> dReal -- Copyright (C) 2013 - 2016, the dReal Team dReal 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 SGC_H__ #define SGC_H__ #ifdef SUPPORT_GZIP_COMPRESSED #include "zlib.h" #define fptr gzFile #define INPUT_OPEN gzopen #define INPUT_SEEK gzseek #define INPUT_CLOSE gzclose #define INPUT_GETS(str, n, stream) gzgets(stream, str, n) #else #define fptr FILE * #define INPUT_OPEN fopen #define INPUT_SEEK fseek #defi...
/* * This file is part of easyFPGA. * Copyright 2013-2015 os-cillation GmbH * * Author: Johannes Hein <support@os-cillation.de> * * easyFPGA 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...
#ifndef __CODEC_H__ #define __CODEC_H__ #include <glib.h> #include <sys/time.h> #include <stdbool.h> #include "str.h" #include "codeclib.h" #include "aux.h" #include "rtplib.h" #include "timerthread.h" struct call_media; struct codec_handler; struct media_packet; struct ssrc_hash; struct sdp_ng_flags; struct codec_...
#ifndef FUNCTIONSLINUX_H #define FUNCTIONSLINUX_H #include <cstdio> #include <cstdlib> #include <cstring> #include <string> #include <vector> #include <iostream> #include <fstream> #include <sys/types.h> #include <unistd.h> #include <dirent.h> using namespace std; void HighLight(); void ClearColor(); void ClearFile();...
/* -*- c++ -*- */ /* * Copyright 2014 Analog Devices Inc. * Author: Paul Cercueil <paul.cercueil@analog.com> * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_IIO_FMCOMMS2_SOURCE_IMPL_H #define INCLUDED_IIO_FMCOMMS2_SOURCE_IMPL_H #include "device_source_impl.h" #include <gnuradio/iio/fmcomms2_...
/* * 计算牌盒中牌数量的程序 * 本代码使用"拉斯维加斯许可证" * (c) 2016, 广达21点扑克游戏小组 */ #include <stdio.h> int main(int argc, char const *argv[]) { int decks; puts("输入有几副牌"); scanf("%i", &decks); if (decks < 1) { puts("无效的副数"); return 1; } printf("一共有%i张牌\n", (decks * 52)); return 0; }
/* * Reverse name from stdin. * This is free and unencumbered software released into the public domain. */ #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include "stack.h" int main() { stack *s = mkstack(); char c, *p; while ((c = getchar()) != EOF) { p = malloc(sizeof(char *)); *p = isspace(c...
/////////////////////////////////////////////////////////////////////////////// // // Copyright (2013) Alexander Stukowski // // This file is part of OVITO (Open Visualization Tool). // // OVITO is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publi...
/* * Canvas.h - Base class for drawing patterns on a Section. */ #ifndef CANVAS_H #define CANVAS_H #include <stdint.h> #include "../core/colors.h" #include "../core/point.h" #include "../core/section.h" #include "../core/timer/timer.h" #include "fonts/font.h" namespace PixelMaestro { class Section; class Timer; ...
#ifndef DISMOEVALUATOR_H #define DISMOEVALUATOR_H /* DisMo Annotator Copyright (c) 2012-2014 George Christodoulides This program or module 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 Foundat...
#include <windows.h> #define NUMPTRS 10 int main(int argc, char **argv) { char *foo[NUMPTRS]; int i; Sleep(10000); for (i = 0; i < NUMPTRS; i++) { foo[i] = malloc(256); printf("%d: 0x%08x\n", i, foo[i]); } for (i = 0; i < NUMPTRS; i+=2) { free(foo[i]); } free(foo[i-2]); }
/* _ _ _ _ _ * (_) | (_) (_) | * ___ _ _ __ ___ _ __ | |_ ___ _| |_ _ _ * / __| | '_ ` _ \| '_ \| | |/ __| | __| | | | * \__ \ | | | | | | |_) | | | (__| | |_| |_| | * |___/_|_| |_| |_| .__/|_|_|\___|_|\__|\__, | * | | __/ | *...
/* ** FILE: scrolling_char_display.h ** */ #include <avr/pgmspace.h> void set_display_text(char* string); /* Sets the text to be displayed. The message will * be displayed after the current message (if any). (Only * one message can be queued for display (i.e. to be * displayed after the current message) - from the...
/* SDL_mixer: An audio mixer library based on the SDL library Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permissio...
/************************************************************************** * * Copyright 2009 VMware, Inc. All Rights Reserved. * * 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 wit...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * MeetiX OS By MeetiX OS Project [Marco Cicognani & D. Morandi] * * * * DERIVED FROM THE GHOST OPERATING SYSTEM ...
/* This file is part of Telegram Desktop, the official desktop version of Telegram messaging app, see https://telegram.org Telegram Desktop 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 ...
// ---------------------------------------------------------------------------- // // VDream Component Suite version 9.0 // // http://www.gilgil.net // // Copyright (c) Gilbert Lee All rights reserved // // ---------------------------------------------------------------------------- #ifndef __V_LOG_DBWIN32_H__ #define...
/*! * \file * * Copyright (c) 2010 Johann A. Briffa * * This file is part of SimCommSys. * * SimCommSys 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 you...
/* free.c --- * * Filename: free.c * Author: Alexandre BIGUET * Created: Sun Mar 5 12:38:42 2017 (+0100) * Last-Updated: Sun Mar 5 12:39:02 2017 (+0100) * By: Alexandre BIGUET * Update #: 4 * * */ #include "tvector.h" void TVector_free ( TVector *M ) { RETURN_IF_NULL ( M ); for...
/* * Copyright 2009 Michal Turek * * This file is part of Graphal library. * http://graphal.sourceforge.net/ * * Graphal 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, version 3 of the ...
/* * Generated by class-dump 3.1.2. * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. */ #import "_ABCreateStringWithAddressDictionary.h" @class NSData, NSDictionary; @interface CLSAnalyticsMetadataController : _ABCreateStringWithAddressDictionary { NSDictionary *_metad...
/* 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[5]; atomic_int atom_0_r1_1; atomic_int atom_1_r1_1; void *t0(void *arg){ label_1:; int v2_r1 = atomic_load_explicit(&vars[...
/* ** ** 0x82-CVE-2009-2692 ** Linux kernel 2.4/2.6 (32bit) sock_sendpage() local ring0 root exploit (simple ver) ** Tested RedHat Linux 9.0, Fedora core 4~11, Whitebox 4, CentOS 4.x. ** ** -- ** Discovered by Tavis Ormandy and Julien Tinnes of the Google Security Team. ** spender and venglin's code is very exc...
#ifndef ALTER_MISSION_MIGRATION_H #define ALTER_MISSION_MIGRATION_H #include "db_migration.h" namespace db { class AlterMissionMigration: public DbMigration { public: bool up() override; bool down() override; QDateTime version() const override; }; } #endif // ALTER_MISSION_MI...
//////////////////////////////////////////////////////////////////////////// // Created : 02.04.2010 // Author : Dmitriy Iassenev // Copyright (C) GSC Game World - 2010 //////////////////////////////////////////////////////////////////////////// #ifndef LINEAR_INTERPOLATOR_H_INCLUDED #define LINEAR_INTERPOLATOR_H_IN...
#ifndef _HUNSPELL_VISIBILITY_H_ #define _HUNSPELL_VISIBILITY_H_ #define LIBHUNSPELL_DLL_EXPORTED #endif
/* 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 in the hope that it will be useful, but WITHOUT...
/* This source file is part of Rigs of Rods Copyright 2005-2012 Pierre-Michel Ricordel Copyright 2007-2012 Thomas Fischer Copyright 2013-2020 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 ...
/* * Copyright (C) 2015 - 2016 by Stefan Rothe * * 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 progra...
/** * @file VsUnstructuredMesh.h * * @class VsUnstructuredMesh * @brief Represents an unstructured mesh * * Created on: Apr 29, 2010 * Author: mdurant */ #ifndef VSUNSTRUCTUREDMESH_H_ #define VSUNSTRUCTUREDMESH_H_ #include "VsMesh.h" #include <vtk_hdf5.h> #include <string> class VsH5Group; cla...
/** @file contract_O2O3.h @brief prototype declarations for the first and second Baryon-meson ops */ #ifndef CONTRACT_O2O3_H #define CONTRACT_O2O3_H /** @fn void contract_O2O3( struct spinmatrix *P , const struct spinor U , const struct spinor D , const struct spinor S , const struct spinor B , const struct ...
/* Free Download Manager Copyright (c) 2003-2016 FreeDownloadManager.ORG */ #ifndef JRITYPES_H #define JRITYPES_H #include "jri_md.h" #include <stddef.h> #include <stdlib.h> #include <stdarg.h> #ifdef __cplusplus extern "C" { #endif struct JRIEnvInterface; typedef void* JRIRef; typedef void* ...
/** Exceptions used by the table namespace * * * @file * @date 4/2/17 * @version 1.0 * @copyright GNU Public License. */ #pragma once #include "interop/util/base_exception.h" namespace illumina { namespace interop { namespace model { /** @defgroup table_exceptions Table Exceptions * * Excepti...
#ifndef _APP_DELEGATE_H_ #define _APP_DELEGATE_H_ #include "cocos2d.h" /** @brief The cocos2d Application. The reason for implement as private inheritance is to hide some interface call by Director. */ class AppDelegate : private cocos2d::Application { public: AppDelegate(); virtual ~AppDelegate(); ...
#ifndef CONTENT_CATALOG_H #define CONTENT_CATALOG_H #include "controller/baseboard.h" #include "../global.h" #include <list> #include <string> namespace Content { struct OLOLORD_EXPORT Catalog : public BaseBoard { struct OLOLORD_EXPORT Thread { Post opPost; unsigned int replyCount; publ...
//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // // $NoKeywords: $ //============================================================================= #ifndef C_ORDER_REPAIR_H #define C_ORDER_REPAIR_H #ifdef _WIN32 #pragma once #endif #include "c_order.h" class C_Order...
#ifndef sdomessage__h #define sdomessage__h class SdoMessage { SdoMessage ( ); #endif
/* Casefold mapping for Unicode characters (locale and context independent). Copyright (C) 2002, 2006, 2009-2013 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2009. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public ...
// -*- C++ -*- // // PhasespaceHelpers.h is a part of Herwig - A multi-purpose Monte Carlo event generator // Copyright (C) 2002-2019 The Herwig Collaboration // // Herwig is licenced under version 3 of the GPL, see COPYING for details. // Please respect the MCnet academic guidelines, see GUIDELINES for details. // #if...
#pragma once // hijack.h // 1/27/2013 jichi #include "windbg/windbg.h" #include <windows.h> WINDBG_BEGIN_NAMESPACE /** * Replace the named function entry with the new one. * @param stealFrom instance of target module * @param oldFunctionModule TODO * @param functionName name of the target function * @retu...
/* * A Command & Conquer: Renegade SSGM Plugin, containing all the single player mission scripts * Copyright(C) 2017 Neijwiert * * 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 versio...
/* * Evolutionary K-means clustering (E-means) using Genetic Algorithms. * * Copyright (C) 2015, Jonathan Gillett * All rights reserved. * * 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,...
/* ide-debugger-thread.c * * Copyright 2017-2019 Christian Hergert <chergert@redhat.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 o...
#ifndef GLOBAL_H #define GLOBAL_H #include <vector> #include "boost/shared_ptr.hpp" namespace boost { namespace chrono { class steady_clock; // Forward declaration } } namespace entropy { typedef char int8; typedef unsigned char uint8; typedef unsigned short uint16; typedef short ...
/* * This file is part of MPlayer. * * MPlayer 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. * * MPlayer is distributed in th...
#pragma once class EasyWSCEnumProtocols { public: EasyWSCEnumProtocols(); ~EasyWSCEnumProtocols(); public: // do not call this function more than once! bool Invoke(LPINT lpiProtocols = NULL); public: LPWSAPROTOCOL_INFOW ProtocolList(); int ProtocolListLength(); private: Buffer *protocolListBuffer; int protoc...
// Copyright 2019-2020 CERN and copyright holders of ALICE O2. // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. // All rights not expressly granted are reserved. // // This software is distributed under the terms of the GNU General Public // License v3 (GPL Version 3), copied verbatim...
/** * This file is part of Drystal. * * Drystal 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. * * Drystal is distribut...
/* OpenMQTTGateway - ESP8266 or Arduino program for home automation Act as a wifi or ethernet gateway between your 433mhz/infrared IR signal and a MQTT broker Send and receiving command by MQTT This files enables to set your parameter for the radiofrequency gateways (ZgatewayRF and ZgatewayRF2) with RCsw...
#ifndef ___MAXSUBSEQ__H__ #define __MAXSUBSEQ__H__ #include <vector> #include <iostream> class MaxSubSeq { public: std::tuple<int, int, int> fuerzaBruta(); std::tuple<int, int, int> findMaxCrossSub(int l, int m, int h); std::tuple<int, int, int> findMaxSubArray(int l, int h); void inicializar(in...
/** * @file ic_common_types.c * @Author Paweł Kaźmierzewski <p.kazmierzewski@inteliclinic.com> * @date October, 2017 * @brief Brief description * * Description */ #include "ic_common_types.h" const char *g_return_val_string[] = { "IC_SUCCESS", "IC_BLE_NOT_CONNECTED", "IC_BUSY", "IC_DRIVER_BUSY...
/**************************************************************************** ** ** 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 demonstration applications of the Qt Toolkit. ** ** $QT_BEGIN_LIC...
#ifndef _PLAYER #define _PLAYER #pragma once #include "Grid.h" #include "userMap.h" #include "ofxXmlSettings.h" class Player: public Grid { public: Player(int rows, int cols, Model* m, ofVec3f p, string color); void update(); void draw(); void keyPressed(int key); userMap* getUserMapRef(){return _uM;} ...
/* Sysmo NMS Network Management and Monitoring solution (https://sysmo-nms.github.io) Copyright (c) 2012-2017 Sebastien Serre <ssbx@sysmo.io> Sysmo NMS 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 vers...
/* * linear algebra algorithms */ #ifndef linear_algebra_h #define linear_algebra_h #include "dinrhiw_blas.h" #include <vector> namespace whiteice { namespace math { template <typename T> class vertex; template <typename T> class matrix; /* calculates gram-schimdt orthonormalization...
#ifndef GRAPHICEVENTITEM_H #define GRAPHICEVENTITEM_H #include<QGraphicsItem> #include<QGraphicsSceneDragDropEvent> #include<QColor> #include<QPen> #include<QPainter> #include<iostream> #include"Views/GraphicStoryView/Items/graphicstoryitem.h" #include"CoreObjects/event.h" #include<QPainterPath> using namespace std; us...
/* * Copyright (C) Cybernetica AS * * All rights are reserved. Reproduction in whole or part is prohibited * without the written consent of the copyright owner. The usage of this * code is subject to the appropriate license agreement. */ #ifndef SHAREMIND_FILEDESCRIPTOR_H #define SHAREMIND_FILEDESCRIPTOR_H #inc...
/* * Copyright (c) 2012 The WebRTC@AnyRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All co...
/* * Copyright (C) 2018 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WA...
#ifndef _BREAKPOINT_H #define _BREAKPOINT_H #include "_global.h" #include "TitanEngine\TitanEngine.h" //macros #define TITANSETDRX(titantype, drx) titantype &= 0x0FF; titantype |= (drx<<8) #define TITANGETDRX(titantype) (titantype >> 8) & 0xF #define TITANSETTYPE(titantype, type) titantype &= 0xF0F; titantyp...
#include <3ds.h> #include <stdlib.h> #include "touch.h" #include "render.h" //Sorry for the mess XD, doesn't look as nice from the inside as it does from the outside... int full_field[28]={}; //Field on top screen int full_judgement[28]={}; //All black white/empty markers of judgement int local_field[]={0,0,0,0}; //C...
/* This file is part of DxTer. DxTer is a prototype using the Design by Transformation (DxT) approach to program generation. Copyright (C) 2015, The University of Texas and Bryan Marker DxTer is free software: you can redistribute it and/or modify it under the terms of the GNU General Public L...
#ifndef MDATASET_EXPORT_LIB_H #define MDATASET_EXPORT_LIB_H #ifdef EXPORT_LIB_MDATASET #define EXPORT_MDATASET Q_DECL_EXPORT #else #define EXPORT_MDATASET Q_DECL_IMPORT #endif #endif // MDATASET_EXPORT_LIB_H
/* RF Kill monitor * Copyright 2015 Michael Davidsaver <mdavidsaver@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 ...
/* 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[4]; atomic_int atom_0_r1_1; atomic_int atom_1_r1_1; void *t0(void *arg){ label_1:; int v2_r1 = atomic_load_explicit(&vars[...
// // Created by mskwarek on 06.08.18. // #include "dns_response_file_writer.h" size_t write_raw_data(char *output_buf, size_t output_buf_size, const char *data) { if (data != NULL) return snprintf(output_buf, output_buf_size, "%02x", *(data)); return 0; } size_t write_endl(char *output_buf, siz...
/* Copyright (C) 2008 Leonardo Taglialegne <leonardotaglialegne+tylyos@gmail.com> * Copyright (C) 2008 Luca Salmin * * This file is part of TylyOS. * * TylyOS 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 Foundat...
/* library/scatterplot.h */ /* -------------------------------------------------------------------- */ /* This is an ADT to produce grace scatterplots. */ /* */ /* -------------------------------------------------------------------- */ /* Freely available software: see Appaserver.org */ /* -----------...
#pragma once namespace sudo { /* ===================================================== */ /* ===================================================== */ typedef unsigned int uint; typedef char GLchar; typedef unsigned int GLenum; typedef unsigned int GLbitfield; typedef unsigned int GLuint; typedef int GLint; typedef i...
link ../../crypto/x509/x509.h
/** @file NetCommands.h Contiene la declaración del componente que envia con cierta frecuencia desde el servidor al cliente la posicion que existe en el servidor. @author Rubén Mulero Guerrero @date May, 2010 */ #ifndef __Logic_NetCommands_H #define __Logic_NetCommands_H #include "Logic/Entity/Component.h" #include...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * gmpy_misc.c * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Python interface to the GMP or MPIR, MPFR, and MPC multiple precision * * libraries...
/*H>> $Header: /4CReleased/V2.20.00/COM/softing/fc/CL/Librarian/CELibrarian/CEPassWordDlg.h 1 28.02.07 18:59 Ln $ *----------------------------------------------------------------------------* * * =FILENAME $Workfile: CEPassWordDlg.h $ * $Logfile: /4CReleased/V2.20.00/COM/sof...
/** * vim: set ts=4 : * ============================================================================= * SourceMod * Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved. * ============================================================================= * * This program is free software; you can redistribute it ...
/////////////////////////////////////////////////////////////////////// // UIImageSettings.h // Contact: zhangjf // Copyright (c) Duokan Corporation. All rights reserved. // //////////////////////////////////////////////////////////////////////// #ifndef __UIIMAGESETTINGSDLG_H__ #define __UIIMAGEREADERCONTAINER_H__ #...
/** * Copyright 2013 by Benjamin J. Land (a.k.a. BenLand100) * * This file is part of L, a virtual machine for a lisp-like language. * * L 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...