text
stringlengths
4
6.14k
#include <stdlib.h> #include <stdio.h> #include "array_heap.h" int array_init(array* arr, int size) { arr->data = realloc(NULL, sizeof(void*) * size); if (0 == (size_t)arr->data) { return -1; } arr->length = size; arr->index = 0; return 0; } int array_push(array* arr, void* data) { ((size_t*)arr->d...
/* Fomalhaut Copyright (C) 2014 mtgto 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 distributed in th...
// Copyright (c) 2018 - 2020, Marcin Drob // Kainote 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. // Kainote is distribut...
/* * Copyright 2011 Mect s.r.l * * This file is part of FarosPLC. * * FarosPLC 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....
// // DetailViewController.h // ScrollView+PaperFold+PageControl // // Created by Jun Seki on 13/06/2014. // Copyright (c) 2014 Poq Studio. All rights reserved. // #import <UIKit/UIKit.h> #import "PaperFoldView.h" #import "SwipeView.h" @interface DetailViewController : UIViewController <UISplitViewControllerDeleg...
/* * This file is part of gap. * * gap is free software: you can redistribute it and/or modify * under the terms of the GNU General Public License as published by * Free Software Foundation, either version 3 of the License, or * your option) any later version. * * gap is distributed in the hope that it will be ...
// Copyright 2020 ETH Zurich. All Rights Reserved. #pragma once #include "real.h" #include <mirheo/core/mesh/membrane.h> #include <mirheo/core/pvs/object_vector.h> #include <mirheo/core/pvs/views/ov.h> #include <mirheo/core/utils/cpu_gpu_defines.h> #include <mirheo/core/utils/cuda_common.h> #include <mirheo/core/util...
/* * Copyright (C) 2006-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...
/* ============================================================ * QupZilla - WebKit based browser * Copyright (C) 2010-2014 David Rosca <nowrep@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 ...
/* -*- c++ -*- */ /* * Copyright 2019-2020 Daniel Estevez <daniel@destevez.net> * * This file is part of gr-satellites * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_SATELLITES_DISTRIBUTED_SYNCFRAME_SOFT_IMPL_H #define INCLUDED_SATELLITES_DISTRIBUTED_SYNCFRAME_SOFT_IMPL_H #include <satelli...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ ...
#pragma once #include "storm/storage/memorystructure/NondeterministicMemoryStructure.h" namespace storm { namespace storage { enum class NondeterministicMemoryStructurePattern { Trivial, FixedCounter, SelectiveCounter, FixedRing, SelectiveRing, SettableBits, Full }; std::string toString(NondeterministicMemoryStruct...
/***************************************************************************** The Dark Mod GPL Source Code This file is part of the The Dark Mod Source Code, originally based on the Doom 3 GPL Source Code as published in 2011. The Dark Mod Source Code is free software: you can redistribute ...
#pragma once #ifndef ENGINE_MESH_SKELETON_H #define ENGINE_MESH_SKELETON_H class Mesh; class SMSH_File; struct MeshCPUData; struct MeshNodeData; struct MeshRequest; namespace Engine::priv { class PublicMesh; class MeshImportedData; class MeshLoader; class ModelInstanceAnimation; class ModelI...
/* dx2vtk: OpenDX to VTK file format converter * Copyright (C) 2015 David J. Warne * * 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...
/* * Copyright (C) ST-Ericsson SA 2010 * * License Terms: GNU General Public License v2 * Author: Naveen Kumar Gaddipati <naveen.gaddipati@stericsson.com> * * ux500 Scroll key and Keypad Encoder (SKE) header */ #ifndef __SKE_H #define __SKE_H #include <linux/input/matrix_keypad.h> /* register definitions for ...
// // MSGRTickConnection.h // wehuibao // // Created by Ke Zeng on 13-6-20. // Copyright (c) 2013年 Zeng Ke. All rights reserved. // #import <Foundation/Foundation.h> typedef enum { MSGRTickConnectionStateNotConnected=0, MSGRTickConnectionStateConnecting, MSGRTickConnectionStateConnected, MSGRTickC...
#include "report_mib_feature.h" #include "mib_feature_definition.h" #include "report_manager.h" #include "protocol.h" #include "bus_slave.h" #include "momo_config.h" #include "report_log.h" #include "report_comm_stream.h" #include "system_log.h" #include <string.h> #define BASE64_REPORT_MAX_LENGTH 160 //( 4 * ( ( RAW...
/* -*- c++ -*- */ /* * Copyright 2014 Felix Wunsch, Communications Engineering Lab (CEL) / Karlsruhe Institute of Technology (KIT). * * 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 ...
/* * Copyright (c) 2010 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except ...
/** ****************************************************************************** * @file LibJPEG/LibJPEG_Encoding/Src/encode.c * @author MCD Application Team * @version V1.1.0 * @date 17-February-2017 * @brief This file contain the compress method. **************************************...
/* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) Copyright (C) 2008-2014 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License a...
/* ptinit.c - ptinit */ #include <xinu.h> struct ptnode *ptfree; /* list of free message nodes */ struct ptentry porttab[NPORTS]; /* port table */ int32 ptnextid; /* next table entry to try */ /*------------------------------------------------------------------------ * ptinit -- initialize all ports *----...
// // Created by Christian Ehrig on 31/01/16. // #ifndef FILETOAST_WORKER_H #define FILETOAST_WORKER_H void * worker(void *); char * readfile(t_job *); int senddata(t_job * job); #endif //FILETOAST_WORKER_H
#ifndef TNUICOLORSTREAMEFFECT_H #define TNUICOLORSTREAMEFFECT_H #include <QObject> class TNuiColorStream; class TNuiColorStreamEffect : public QObject { Q_OBJECT public: TNuiColorStreamEffect(TNuiColorStream *stream); void setEnabled(bool enabled); bool isEnabled() const { return m_enabled; } v...
/******************************************************************************************************************************************************* * Copyright ¨Ï 2016 <WIZnet Co.,Ltd.> * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation f...
/* * Moondust, a free game engine for platform game making * Copyright (c) 2014-2019 Vitaly Novichkov <admin@wohlnet.ru> * * This software is licensed under a dual license system (MIT or GPL version 3 or later). * This means you are free to choose with which of both licenses (MIT or GPL version 3 or later) * you ...
/*! \file st.h \brief Class representing FPU's ST register. */ #ifdef ST_H #error Already included #else #define ST_H class st: public reg { public: st(); st(std::string const &name); ~st(); st &operator()(size_t i); std::string name() const override; private: ...
#include "gremlin.h" void cs_kroneckerIupdate(const cs *A, int nI, const cs *C){ int i, j, k, cnt, an, am; double *Ax; an = A->n; am = A->m; Ax = A->x; cnt = 0; for(i = 0; i < an; i++){ for(j = 0 ; j < nI ; j++){ for(k = 0; k < am; k++){ C->x[cnt] = Ax[i*...
// // Copyright (c) 2008-2018 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
#ifndef DATASOURCE_H #define DATASOURCE_H #include <QArray> #include <QVector3D> #include <QColor4ub> #include <QObject> #include <QVector2D> #include <QGLVertexBundle> #include <iostream> #include "databundle.h" using std::cerr; using std::endl; class DataSource : public QObject { Q_OBJECT public: DataSourc...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <volk_fft/volk_fft_prefs.h> //#if defined(_WIN32) //#include <Windows.h> //#endif void volk_fft_get_config_path(char *path) { if (!path) return; const char *suffix = "/.volk_fft/volk_fft_config"; char *home = NULL; if (home == NULL) h...
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "serial.h" #include "inputprocessor.h" #include "commandsender.h" #include "plothelper.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainW...
/****************************************************************************** * * MantaFlow fluid solver framework * Copyright 2011 Tobias Pfaff, Nils Thuerey * * This program is free software, distributed under the terms of the * GNU General Public License (GPL) * http://www.gnu.org/licenses * * Plugin ti...
/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> 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. ...
/* * gtpm-mgr * * Version 1.00 * Copyright (C) 2012-2014 Nicolas Provost dev AT doronic DOT fr * * 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 * (a...
/* Template filled out by CMake */ /* * *** THIS HEADER IS INCLUDED BY PdfCompilerCompat.h *** * *** DO NOT INCLUDE DIRECTLY *** */ #ifndef _PDF_COMPILERCOMPAT_H #error Please include PdfDefines.h instead #endif #define PODOFO_VERSION_MAJOR 0 #define PODOFO_VERSION_MINOR 9 #define PODOFO_VERSION_PATCH 0 /* PoDoFo...
#ifndef UNIFORMVARIABLEEDITOR_H #define UNIFORMVARIABLEEDITOR_H #include <QDialog> #include <QDebug> #include <QComboBox> #include <QLineEdit> #include <QVBoxLayout> #include <QHBoxLayout> #include <QScrollBar> #include <QWidget> #include "setvariablewidget.h" namespace Ui { class UniformVariableEditor; } class Unif...
/* * Copyright (c) 2018 Siloft * * 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, merge, publish, dis...
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* radare - LGPL - Copyright 2008-2014 - pancake */ // TODO: implement a more inteligent way to store cached memory // TODO: define limit of max mem to cache #include "r_io.h" static void cache_item_free(RIOCache *cache) { if (!cache) return; if (cache->data) free (cache->data); free (cache); } R_API void r_...
// you can call this function to create a window to tweak a float value // if it is called multiple times, it will add more tweakable bars to that window void tweak(float *var);
/*- * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #ifndef ASN_TYPE_NULL_H #define ASN_TYPE_NULL_H #include <asn_application.h> #ifdef __cplusplus extern "C" { #endif /* * The value of the NULL type is meani...
#ifndef __TARGET_CORE_USER_H #define __TARGET_CORE_USER_H /* This header will be used by application too */ #include <linux/types.h> #include <linux/uio.h> #define TCMU_VERSION "2.0" /* * Ring Design * ----------- * * The mmaped area is divided into three parts: * 1) The mailbox (struct tcmu_mailbox, below) *...
../../../linux-headers-3.0.0-12/include/linux/ide.h
// // CHNOrderedCollection.h // // Auther: // ned rihine <ned.rihine@gmail.com> // // Copyright (c) 2012 rihine 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 F...
#include "config.h" #include "syshead.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <setjmp.h> #include <cmocka.h> #include <assert.h> #include "argv.h" #include "buffer.h" /* Defines for use in the tests and the mock parse_line() */ #define PATH1 ...
// Copyright (c) 2016 GeometryFactory Sarl (France) // // 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 License, // or (at your option) any later ver...
#ifndef FONTDIALOG_H #define FONTDIALOG_H #include "DialogBox.h" class FontSelector; // Font selection widget class FXAPI FontSelector : public FXPacker { FXDECLARE(FontSelector) protected: FXTextField *family; FXList *familylist; FXTextField *weight; FXList *weightlist; FXT...
#ifndef __BUF_H #define __BUF_H #include <const.h> struct buf { uint flag; struct buf *prev; struct buf *next; struct buf *io_prev; struct buf *io_next; uint dev; uint sector; uchar data[BLK_SIZE]; }; struct dev { uint active; struct buf *prev; struct buf *next; struct...
/* This file is part of the hkl library. * * The hkl library 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. * * The hkl library...
#ifndef PLUGINMANAGER_H #define PLUGINMANAGER_H #include <QDialog> #include <QIcon> #include <QString> #include <QHash> #include <QList> #include <SPlugin> #include "spluginengine.h" #include "perconf.h" namespace Ui { class LoadedPlugins; } class PluginManager : public QObject { Q_OBJECT public: Plugin...
/* * SMDataSignature.h * * Copyright 2019 Avérous Julien-Pierre * * This file is part of SMFoundation. * * SMFoundation 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 Li...
//============================================================================ // Name : BoxyLady // Author : Darren Green // Copyright : (C) Darren Green 2011-2020 // Description : Music sequencer // // License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> // This is free software...
/* * Generated by class-dump 3.1.2. * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. */ #import "_ABCreateStringWithAddressDictionary.h" @interface _ABCreateStringWithAddressDictionary (RMStore) - (id)rm_transaction; - (id)rm_storeError; - (id)rm_storeDownload; - (id)rm_pro...
#ifndef VALUE_H_ #define VALUE_H_ // Cost parameters #define CARCOST 100 #define TICKETCOST 300 #define CENTSPERLITRE 130 #define METERSPERLITRE 15000 // Headers #include <limits.h> #include <immintrin.h> #include "instance.h" #include "random.h" #include "macros.h" #include "types.h" #define COST(I, DR, L) ((DR)...
/* «Camelion» - Perl storable/C struct back-and-forth translator * * Copyright (C) Alexey Shishkin 2016 * * This file is part of Project «Camelion». * * Project «Camelion» 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) 2006-2014 LOVE Development Team * * 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. * * Permission is granted to anyone to use this software for any purpose, * ...
/* Copyright (C) 2011 Srivats P. This file is part of "Ostinato" 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 of the License, or (at your option) any later version. This program is dist...
/* * Copyright 2013, winocm. <winocm@icloud.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: * * Redistributions of source code must retain the above copyright notice, this * lis...
/* * AverMedia RM-KS remote controller keytable * * Copyright (C) 2010 Antti Palosaari <crope@iki.fi> * * 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 Li...
#ifndef _TREENODE_H #define _TREENODE_H #include <stdio.h> #include <stdbool.h> #include <wptypes.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ typedef struct _wp_treenode wp_tree_node_t; typedef enum _rb_wp_tree_node_cloor { RB_TREE_RED = 0, RB_TREE_BLACK, } wp_rb_tree_node_color_t; wp_tree_node_t...
/****************************************************************************** * * Copyright 2010, Dream Chip Technologies GmbH. All rights reserved. * No part of this work may be reproduced, modified, distributed, transmitted, * transcribed, or translated into any language or computer format, in any form * or by...
#include "buttons.c"
/* * Beautiful Capi generates beautiful C API wrappers for your C++ classes * Copyright (C) 2015 Petr Petrovich Petrov * * This file is part of Beautiful Capi. * * Beautiful Capi is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the ...
/*========================================================================= Program: ParaView Module: $RCSfile$ Copyright (c) Kitware, Inc. All rights reserved. See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without...
// <osiris_sps_source_header> // This file is part of Osiris Serverless Portal System. // Copyright (C)2005-2012 Osiris Team (info@osiris-sps.org) / http://www.osiris-sps.org ) // // Osiris Serverless Portal System is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public L...
/* This file is part of sudoku_systemc Copyright (C) 2012 Julien Thevenon ( julien_thevenon at yahoo.fr ) 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 ...
/* * tca6416 keypad platform support * * Copyright (C) 2010 Texas Instruments * * Author: Sriramakrishnan <srk@ti.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 Foundation. */ #...
/** ****************************************************************************** * @file EEPROM/EEPROM_Emulation/Inc/stm32f4xx_it.h * @author MCD Application Team * @version V1.3.6 * @date 17-February-2017 * @brief This file contains the headers of the interrupt handlers. ***************...
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _DUEL_H_ #define _DUEL_H_ struct duel { int members_count; int invites_count; int max_players_limit; }; #define MAX_DUEL 1024 extern struct duel duel_list[MAX_DUEL]; extern int duel_count; /...
/** * Copyright (c) 2012-2015 Piotr Sipika; see the AUTHORS file for more. * * 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 late...
/* Copyright (C) 2016 Sergo Pasoevi. This pragram 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...
#ifndef GLOBALS_H #define GLOBALS_H #include <stdio.h> #include <allegro.h> #include "resource.h" //#define LOG_COMMS // Uncomment this line to enable serial comm logging // system_of_measurements #define METRIC 0 #define IMPERIAL 1 // Display mode flags #define FULL_SCREEN_MODE 0 #define WINDOW...
#ifndef AssimpSceneLoader_H #define AssimpSceneLoader_H #include <string> #include <assimp/scene.h> #include <assimp/postprocess.h> #include <assimp/Importer.hpp> #include "Common/Singleton.h" #include "Mesh/Mesh.h" #include "Shader/ShaderProgram.h" #include "Scene/Material.h" using std::string; class AssimpSceneL...
/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this f...
#pragma once #include <nstd/Base.h> class DataProtocol { public: enum MessageType { errorResponse, subscribeRequest, subscribeResponse, unsubscribeRequest, unsubscribeResponse, tradeRequest, tradeResponse, registerSourceRequest, registerSourceResponse, registerSinkRequest,...
/*! * \file db_mysql_list_entities_report_sql.c * \brief Returns MYSQL SQL query to create list entities report. * \author Paul Griffiths * \copyright Copyright 2014 Paul Griffiths. Distributed under the terms * of the GNU General Public License. <http://www.gnu.org/licenses/> ...
/*--[litinternal.h]------------------------------------------------------------ | Copyright (C) 2002 Dan A. Jackson | | This file is part of the "openclit" library for processing .LIT files. | | "Openclit" is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public Lice...
/***************************************************************************** The Dark Mod GPL Source Code This file is part of the The Dark Mod Source Code, originally based on the Doom 3 GPL Source Code as published in 2011. The Dark Mod Source Code is free software: you can redistribute ...
/* 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...
/* * Copyright © 2004 Noah Levitt * * 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 distribu...
/* * Copyright (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 in the hop...
/* Rocrail - Model Railroad Software Copyright (C) 2002-2014 Rob Versluis, Rocrail.net This program is free software; you can redistribute it and/or as published by the Free Software Foundation; either version 2 modify it under the terms of the GNU General Public License of the License, or (at your option) ...
/*++ Copyright (c) 2008 Microsoft Corporation Module Name: ast_smt_pp.h Abstract: Pretty printer of AST formulas as SMT benchmarks. Author: Nikolaj Bjorner 2008-04-09. Revision History: --*/ #ifndef _AST_SMT_PP_H_ #define _AST_SMT_PP_H_ #include"ast.h" #include<string> #inclu...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: ../pdfreporter-core/src/org/oss/pdfreporter/crosstabs/fill/calculation/BucketingServiceContext.java // #include "J2ObjC_header.h" #pragma push_macro("INCLUDE_ALL_OrgOssPdfreporterCrosstabsFillCalculationBucketingServiceContext") #ifdef RESTRICT_OrgO...
/******************************************************************** * a A * AM\/MA * (MA:MMD * :: VD * :: º * :: * :: ** .A$MMMMND AMMMD AMMM6 MMMM MMMM6 + 6::Z. TMMM MMMMMMMMMDA VMMMD AMMM6 MMMMMMMMM6 ...
#ifndef TOKENS_H #define TOKENS_H #define NUMBER 256 #define SYMBOL 257 #endif
#ifndef SQLCONNECTDIALOG_H #define SQLCONNECTDIALOG_H #include <QDialog> #include <QtSql> namespace Ui { class SQLConnectDialog; } class SQLConnectDialog : public QDialog { Q_OBJECT public: explicit SQLConnectDialog(QWidget *parent = 0); ~SQLConnectDialog(); QSqlDatabase connect(QSqlDatabase db); p...
/* Copyright (C) 2011-2017 Michael Goffioul This file is part of Octave. Octave 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. Octave is...
/* This project 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. Deviation is distributed in the hope that it will be useful, but WITHO...
// // 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...
/* 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 "p12plcy.h" #include "secoid.h" #include "secport.h" #include "secpkcs5.h" #define PKCS12_NULL 0x0000 t...
#ifndef METHOD_ARGUMENT_H_VCZAR2ZT #define METHOD_ARGUMENT_H_VCZAR2ZT #include "ast_node.h" #include "ast_node_visitor.h" #include <string> namespace fparser { namespace ast { class MethodArgument : public ast::ASTNode { public: virtual void accept(ASTNodeVisitor& visitor) override; public: MethodArgument(); ...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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 <stdio.h> int main(int argc, char const *argv[]) { //COQ=customer order quantity, COQV=COQ value, SV= Stock value int COQ,COQV,Credit,SV; if ((COQ<SV)&&(Credit>=COQV)) { printf("Supply successfull\n"); } else if ((COQ<SV)&&(Credit<COQV)) { /* code */ printf("Amount given is less than value of sto...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
#ifndef PLASTIQQACCESSIBLESTATECHANGEEVENT_H #define PLASTIQQACCESSIBLESTATECHANGEEVENT_H #include "plastiqobject.h" class PlastiQQAccessibleStateChangeEvent : public PlastiQObject { PLASTIQ_OBJECT(IsQEvent,QAccessibleStateChangeEvent,QAccessibleEvent) PLASTIQ_INHERITS(QAccessibleEvent) public: ~PlastiQQAc...
/* -*- 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 mozilla_a11y_TextLeafAcces...
/* -*- Mode: IDL; tab-width: 4; 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 nsPrintOptionsGTK_h__ #def...