text
stringlengths
4
6.14k
#include <math.h> #include <stdio.h> void cylinder_volume() { float h, r, v; printf("Height of cylinder: "); scanf("%f",&h); printf("Radius of cylinder: "); scanf("%f",&r); v = M_PI * r * r * h; printf("Volume is: %f", v); printf("\n"); }
#include <adc.h> #include <avr/power.h> /** * @file adc.c * * @brief implementation of ADC API * * This file provides an API implementation of the ADC routines * */ void adc_init(e_adc_mode a_mode) { // enable power to ADC power_adc_enable(); // default prescaler = 128. The ADC clock = F_CPU/128 = 125...
/* * ray.h * * Created on: 25.05.2013 * Author: michi */ #pragma once #include "math.h" #include "vector.h" class vector; class plane; class Ray { public: Ray(); Ray(const vector &a, const vector &b); vector u, v; float _cdecl dot(const Ray &r) const; bool _cdecl intersect_plane(const plane &pl, ve...
#ifndef ESP__To_IFTTT_h #define ESP__To_IFTTT_h #include <Arduino.h> #include <ESP8266WiFi.h> #include <WiFiClientSecure.h> //IFTTT #define IFTTT_URL "maker.ifttt.com" const uint16_t httpsPort = 443; class ESP_To_IFTTT{ public: ESP_To_IFTTT(const String auth_key, const String event) : aut...
/* 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_r1_1; atomic_int atom_1_r1_1; atomic_int atom_1_r5_1; void *t0(void *arg){ label_1:; int v2_r1 = at...
#include <stdlib.h> #include <stdio.h> #include <stdbool.h> #include <unistd.h> #include <time.h> #include <ctype.h> #include "ai.h" #define bits 12 int board[4][4]; int boardChanged; int Score; void Board2Brain (struct Brain *A) { for (int y = 0; y < 4; y++) { for (int x = 0; x < 4; x++) { for (int...
/* This file is part of the DodoHand project. This project aims to create an open implementation of the DataHand keyboard, capable of being created with commercial 3D printing services. Copyright (C) 2013 Scott Fohey This program is free software: you can redistribute it and/or modify it unde...
/* * FoREST - Reactive DVFS Control for Multicore Processors * Copyright (C) 2013 Universite de Versailles * Copyright (C) 2011-2012 Exascale Research Center * * 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 ...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: ../pdfreporter-core/src/org/oss/pdfreporter/compilers/jshuntingyard/JSHuntingYardExpressionFactory.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgOssPdfreporterCompilersJshuntingyardJSHuntingYardExpressionFactory") #ifdef REST...
/* Provide a more complete sys/types.h. Copyright (C) 2011-2014 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 2, or (at your option) an...
#include <stdio.h> #include <time.h> #include <stdbool.h> #include <stdlib.h> /* srand, rand */ #pragma GCC diagnostic ignored "-Wunused-result" int main() { srand(time(NULL)); int guess; int guesses_left; int random = rand() % 100 + 1; printf("Guess a number from 1-10.\n"); for (guesses_left = 6; g...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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 http://mozilla.org/MPL/2.0/. */ #ifndef nsStringBundleService_h__ ...
// Copied from "phyclust/src/phyclust_em_step.c". #include <math.h> #include <float.h> /* Gamma[n][k] = pi_k * L_k(X_n) / sum_i(pi_i * L_i(X_n)) = 1 / sum_i(pi_i * L_i(X_n) / (pi_k * L_k)) = 1 / sum_i(exp(log(pi_i) + log(L_i(X_n)) - log(pi_k) - log(L_k(X_n)))) This function return stable exponential value...
/** @author Contributions from the community; see CONTRIBUTORS.md @date 2005-2016 @copyright MPL2; see LICENSE.txt */ #import <Cocoa/Cocoa.h> #import "DKPathDecorator.h" NS_ASSUME_NONNULL_BEGIN /** @brief This object represents a pattern consisting of a repeated motif spaced out at intervals within a larger shape...
/* * NSS utility functions * * 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 http://mozilla.org/MPL/2.0/. */ #include "prtypes.h" #include "prinit.h" #include "seccomon.h" #include "secerr.h" ...
/**************************************************************************** * raster.c * FreeType monochrome rasterer module component (body only). * * Copyright (C) 1996-2020 by David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, * modified,...
/* ** ** Copyright (c) 2014, Eneo Tecnologia ** Author: Eugenio Perez <eupm90@gmail.com> ** All rights reserved. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU Affero General Public License as ** published by the Free Software Foundation, either version 3 of ...
/* * This file is part of Kotaka, a mud library for DGD * http://github.com/shentino/kotaka * * Copyright (C) 2021 Raymond Jennings * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundati...
/* * (c) Copyright Ascensio System SIA 2010-2014 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) * version 3 as published by the Free Software Foundation. In accordance with * Section 7(a) of the GNU AGPL i...
/** * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero 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 "forward.h" #include "jabber_id.h" class Occupant : public QObject { Q_OBJECT public: Occupant(); UserPtr user() const; void setUser(const UserPtr &user); private: UserPtr user_; };
#pragma once #include "VanillaCommand.h" class KillCommand : public VanillaCommand { public: KillCommand(); bool execute(SMPlayer *player, std::string &label, std::vector<std::string> &args); };
/*--!> This file is part of Nebula, a multi-purpose library mainly written in C++. Copyright 2015-2016 outshined (outshined@riseup.net) (PGP: 0x8A80C12396A4836F82A93FA79CA3D0F7E8FBCED6) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License...
#pragma once /************************************************************************ MeOS - Orienteering Software Copyright (C) 2009-2021 Melin Software HB 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 ...
/** * * \section COPYRIGHT * * Copyright 2013-2015 The srsLTE Developers. See the * COPYRIGHT file at the top-level directory of this distribution. * * \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...
/* Copyright (c) 2016 Tai Chi Minh Ralph Eastwood 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, merg...
#include <glib.h> #include <stg.h> int main(void) { st_init(); g_print("hello\n"); ST_VASSERT(0, "testing ST_VASSERT(0)\n"); return 0; }
/* Copyright (c) 2014-2021 AscEmu Team <http://www.ascemu.org> This file is released under the MIT license. See README-MIT for more information. */ #pragma once #include <cstdint> #include "ManagedPacket.h" #include "WorldPacket.h" namespace AscEmu::Packets { class CmsgPetCancelAura : public ManagedPacket { ...
#ifndef SERVER_OBJ_LOW_H_ #define SERVER_OBJ_LOW_H_ /*------------------------------------------------------------------- New LOW classification rules for ARMOR See obj_low.cc for description ------------------------------------------------------------------*/ enum Tier { // equipment Tier_Clothing = 0, T...
#include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <time.h> #include <sys/types.h> #define SAMPLE_PERIOD 8.0 #define MAX_SAMPLES 2000 #define STEP_RESP_SPEED 1.5 #define ALPHA (0.5f) int main(int argc, char** argv) { FILE *fp = fopen("open-loop.dat", "r"); if(fp == NULL) { printf("File er...
/** Copyright (c) 2010-2013 hkrn 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 and the foll...
/* * Copyright (c) 2016 Lammert Bies * Copyright (c) 2013-2016 the Civetweb developers * Copyright (c) 2004-2013 Sergey Lyubka * * 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 withou...
/* * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) * version 3 as published by the Free Software Foundation. In accordance with * Section 7(a) of the GNU AGP...
// --------------------------------------------------------------------- // // Copyright (C) 2004 - 2015 by the deal.II authors // // This file is part of the deal.II library. // // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // Pu...
#include <stdio.h> #include <conio.h> /* this is where Open Watcom hides the outp() etc. functions */ #include <stdlib.h> #include <string.h> #include <unistd.h> #include <malloc.h> #include <assert.h> #include <fcntl.h> #include <dos.h> #include <hw/dos/dos.h> #include <hw/dos/dosbox.h> #include <hw/8237/8237.h> /*...
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ **...
/* biquad.h: Copyright (C) 1998, 1999, 2001 by Hans Mikelson, Matt Gerassimoff, John ffitch, Steven Yi This file is part of Csound. The Csound Library is free software; you can redistribute it and/or modify it under the t...
/* UIxCalListingActions.h - this file is part of SOGo * * Copyright (C) 2006-2009 Inverse inc. * * Author: Wolfgang Sourdeau <wsourdeau@inverse.ca> * * This file 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 Fou...
#define IFERRORIL(error) {{if (error) { fprintf(stderr, "%s\n", error_il(error)); exit(1); }}} /**********************************************************************************/ /* General interface for using compressed representations of posting lists */ /* Any alternative representation must i...
/* * Copyright (C) 2014 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cortexm3_common * @{ * * @file * @brief Implementation of...
/* * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved. * Copyright 2017 BaishanCloud. All rights reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source d...
/* Copyright (C) 2008-2011 D. V. Wiebe * *************************************************************************** * * This file is part of the GetData project. * * GetData 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 ...
/* CAOpenGLLayer.h Copyright (C) 2017 Free Software Foundation, Inc. Author: Daniel Ferreira <dtf@stanford.edu> Date: July 2017 This file is part of QuartzCore. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as pu...
// Copyright 2008 David Roberts <dvdr18@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 // version 2.1 of the License, or (at your option) any later version. // ...
/************************************************************************** ** ** Copyright (c) 2014 Hugues Delorme ** 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 file in ** accordance with ...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding val...
///////////////////////////////////////////////////////////////////////// // // © University of Southampton IT Innovation Centre, 2012 // // Copyright in this software belongs to University of Southampton // IT Innovation Centre of Gamma House, Enterprise Road, // Chilworth Science Park, Southampton, SO16 7NS, UK. // ...
#include<stdio.h> main(){ printf("EOF is %d\n", EOF); }
/* * virprocess.h: interaction with processes * * Copyright (C) 2010-2015 Red Hat, Inc. * * 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 License, or (...
/** * @file tree.c * @brief tree.h implementation * @author Aleix Conchillo Flaque <aconchillo@gmail.com> * @date Thu Feb 20, 2003 23:45 * * @if copyright * * Copyright (C) 2003-2009 Aleix Conchillo Flaque * * SCEW is free software; you can redistribute it and/or * modify it under the terms of t...
/*---------------------------------------------------------------------------*\ * OpenSG * * * * * * ...
/* StarPU --- Runtime system for heterogeneous multicore architectures. * * Copyright (C) 2010, 2011, 2012, 2013, 2015 CNRS * Copyright (C) 2011, 2012 INRIA * * StarPU 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 Fre...
/* * Copyright (C) 2014 Martin Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @defgroup pktbuf Packet buffer * @ingroup net * @brief ...
/******************************************************************************* * Copyright © 2014, Sergey Radionov <rsatom_gmail.com> * 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. Redis...
/************************************************************************* * Copyright (c) <2013, 2014> SAF TEHNIKA JSC (www.saftehnika.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 Found...
/******************************************************************************\ This file is part of the C! library. A.K.A the cbang library. Copyright (c) 2003-2015, Cauldron Development LLC Copyright (c) 2003-2015, Stanford University All right...
//-----------------------------------------------------------------------bl- //-------------------------------------------------------------------------- // // QUESO - a library to support the Quantification of Uncertainty // for Estimation, Simulation and Optimization // // Copyright (C) 2008-2015 The PECOS Developmen...
/*************************************************************************** * Copyright (C) 2005-2019 by the FIFE team * * http://www.fifengine.net * * This file is part of FIFE. * * ...
#ifndef SVSETWATERHEIGHTINLETBC_H #define SVSETWATERHEIGHTINLETBC_H #include "IntegratedBC.h" #include "Function.h" // Forward Declarations class SVSetWaterHeightInletBC; class HydrostaticPressure; template<> InputParameters validParams<SVSetWaterHeightInletBC>(); /** **/ class SVSetWaterHeightInletBC : public Int...
/* * Copyright (C) 2012, 2013 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 condit...
/* Copyright (C) 2016 Apple Inc. All Rights Reserved. See LICENSE.txt for this sample’s licensing information Abstract: Part of Core Audio AUInstrument Base Classes */ #ifndef __SynthNoteList__ #define __SynthNoteList__ #include "SynthNote.h" #if DEBUG #ifndef DEBUG_PRINT #define DEBUG_PRINT 0 #endif #define USE_...
// -*- C++ -*- // $Id: spec.h,v 1.1 2004/10/13 16:16:11 linha2 Exp $ // id3lib: a software library for creating and manipulating id3v1/v2 tags // Copyright 1999, 2000 Scott Thomas Haug // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Library General Publ...
#pragma once #include <windows.h> typedef struct { BYTE bID[4]; // ƒwƒbƒ_ DWORD dSize; // ƒTƒCƒY } RIFF_HED; typedef struct { BYTE bID[4]; BYTE bFMT[4]; DWORD dChunkSize; WORD wFmt; WORD wChannels; DWORD dRate; DWORD dDataRate; WORD wBlockSize; WORD wSample; } WAVE_CHUNK; typedef struct { BYTE bID[4];...
/* * frw_gpio_sysfs_internal.h * * Created on: Oct 6, 2015 * Author: dev */ #ifndef LIB_FRW_LINUX_FRW_GPIO_SYSFS_INTERNAL_H_ #define LIB_FRW_LINUX_FRW_GPIO_SYSFS_INTERNAL_H_ typedef struct{ int pinNum; int handle; }FRW_GPIO_DEVICE_INTERNAL; #endif /* LIB_FRW_LINUX_FRW_GPIO_SYSFS_INTERNAL_H_ */
/* * Copyright (C) 2011-2014 Morwenn * * POLDER 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. * * POLDER is distribute...
/**************************************************************************** ** ** Copyright (C) 2015 Cabieces Julien ** Contact: https://github.com/troopa81/Qats ** ** This file is part of Qats. ** ** Qats is free software: you can redistribute it and/or modify ** it under the terms of the GNU Lesser General Public L...
// Created file "Lib\src\Uuid\X64\i_dxtmsft" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4...
// Created file "Lib\src\ehstorguids\X64\guids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, ...
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2009, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following...
#ifndef UISCENECONTAINER_H #define UISCENECONTAINER_H #include <vector> #include "Bang/Array.tcc" #include "Bang/BangDefines.h" #include "Bang/EventEmitter.tcc" #include "Bang/EventListener.h" #include "Bang/GameObject.h" #include "Bang/IEvents.h" #include "Bang/IEventsFocus.h" #include "Bang/IEventsTransform.h" #inc...
// Created file "Lib\src\Uuid\X64\i_iebroker" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b...
//GPL2 siraj@kde.org #ifndef WELLCOME_ITEM_H #define WELLCOME_ITEM_H #include <config.h> #include <plexy.h> #include <desktopwidget.h> #include <QtGui> #include <QtCore> #include <qimageblitz.h> class WellcomeItem:public QObject, public QGraphicsRectItem { Q_OBJECT public: typedef enum { REGULAR,OVER,PRE...
// Created file "Lib\src\dxguid\X64\dxguid" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,...
// Created file "Lib\src\WindowsSideShowGuids\guids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, ...
/* Copyright (C) 2009 - 2011 Gaetan Guidet This file is part of gmath. gmath 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 License, or (at your option) any later version. gm...
#ifndef FK_LIST_H #define FK_LIST_H #include <stdlib.h> #include <stdbool.h> typedef struct list_node { void *data; struct list_node *prev; struct list_node *next; } list_node; typedef struct List { list_node *head; list_node *cur; list_node *tail; size_t size; } List; bool list_is_empty(L...
#define _DEBUG #include <string.h> #include <stdio.h> #include <limits.h> #include <assert.h> #include <atoi.h> int StaticValues[23] = { 1,2,3,4,5,6,7, 8,9,10,21,25,100, 107,189,255,387,521, 1024,135,1112345, INT_MAX,INT_MIN }; char *StaticResultsDec[22] = { "1","2","3","4","5","6","7", "8",...
/**** * Sming Framework Project - Open Source framework for high efficiency native ESP8266 development. * Created 2015 by Skurydin Alexey * http://github.com/SmingHub/Sming * All files of the Sming Core are provided under the LGPL v3 license. * * * @author: 2021 - Slavey Karadzhov <slaff@attachix.com> * ****/ ...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 v...
/* GStreamer Instruments * Copyright (C) 2015 Kyrylo Polezhaiev <kirushyk@gmail.com> * * This library is free software; you can redistribute it and/or * modify i t 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 yo...
/* Copyright (C) 2007 <SWGEmu> This File is part of Core3. 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 2 of the License, or (at your option) any later version. This progra...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 v...
/******************************************************************** * Copyright © 2016 Computational Molecular Biology Group, * * Freie Universität Berlin (GER) * * * * This file is part of ReaDDy. ...
/***************************************************************************** Copyright (c) 2010, Intel Corp. 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 cod...
// // libgfx/include/libgfx/init.h: Graphics initialization. // // n64chain: A (free) open-source N64 development toolchain. // Copyright 2014-16 Tyler J. Stachecki <stachecki.tyler@gmail.com> // // This file is subject to the terms and conditions defined in // 'LICENSE', which is part of this source code package. // ...
/* * Python object definition of the sequence and iterator object of physical volumes * * Copyright (C) 2014-2021, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Gene...
# 1 "asgPlusExpr.c" int func(void) { int n = 3; int m = 5; n += m; return 0; }
// Created file "Lib\src\Uuid\shguids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5,...
/** * 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 ...
// Created file "Lib\src\Uuid\propkeys" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5...
#ifndef WEBSOCKETHANDLER_H #define WEBSOCKETHANDLER_H #include <Poco/Net/HTTPRequestHandler.h> class WebSocketHandler : public Poco::Net::HTTPRequestHandler { public: WebSocketHandler(); ~WebSocketHandler(); void handleRequest(Poco::Net::HTTPServerRequest &request, Poco::Net::HTTPServerResponse &respons...
/* * Python object definition of the sequence and iterator object of sections * * Copyright (C) 2011-2022, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Publ...
/* * Copyright (c) 2016 by Lee A. Stripp <leestripp@gmail.com> * * This file is part of the vortxGE library. * * vortxGE 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 Li...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws 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 v...
/*! * @file regDelay.c * @brief Converter Control Regulation library signal delay functions * * <h2>Copyright</h2> * * Copyright CERN 2015. This project is released under the GNU Lesser General * Public License version 3. * * <h2>License</h2> * * This file is part of libreg. * * libreg is free software: ...
#pragma once #include "../core/Cpu.h" #include "TestMemoryMap.h" class TestCpu : public Cpu { public: explicit TestCpu(TestMemoryMap& memory) : Cpu(memory) {} ~TestCpu() = default; Registers& Registers() { return _registers; } bool& InterruptsEnabled() { return _interruptsEnabled; } unsigned char& EnabledInterr...
/* * Copyright (C) 2014 The AppCan Open Source Project. * * 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 versi...
#ifndef _FINGERCLIENT_H #define _FINGERCLIENT_H #include <boost/thread.hpp> #ifdef WIN32 #include <windows.h> #else #include <pthread.h> #endif #include <map> #include <set> #include <queue> #include "ip/UdpSocket.h" #include "ip/PacketListener.h" #include "osc/OscReceivedElements.h" #include "F...
/*********************************************************************** Copyright (c) 2006-2011, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following con...
/* A libfabric provider for the A3CUBE Ronnie network. * * (C) Copyright 2015 - University of Torino, Italy * * 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...