text stringlengths 4 6.14k |
|---|
/*
* 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 the hope that it will be use... |
/*
* h3c.h
*
* Copyright 2019 Baoke Ren <1193443688@qq.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 version.
*... |
#ifndef SYS_INCLUDE_H
#define SYS_INCLUDE_H
/* ========================================================================== **
* sys_include.h
*
* Copyright (C) 1998 by Christopher R. Hertel
*
* Email: crh@ubiqx.mn.org
* ---------------------------------------------------------------... |
/*
* Copyright Droids Corporation, Microb Technology, Eirbot (2005)
*
* 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) a... |
/*
iso2unicode
Copyright (C) 2014 Center for Sprogteknologi, University of Copenhagen
This file is part of makeUTF8.
makeUTF8 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... |
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
*
* 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; eit... |
/*
* Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <cpu.h>
#include <dm.h>
#include <errno.h>
#include <asm/cpu.h>
DECLARE_GLOBAL_DATA_PTR;
int cpu_x86_bind(struct udevice *dev)
{
struct cpu_platdata *plat = dev_get_parent_platdata(dev);
... |
#ifndef NAMEPARSER_H
#define NAMEPARSER_H
#include <QString>
#include <QDebug>
#define FB_APP_KEY "1416908014988033"
#define FB_APP_SECRET_KEY "f1yivkfZWkWN2QXvi8CXj_9Pdwk"
class NameParser
{
public:
NameParser();
~NameParser();
QString generateLastFmLink(QString name);
QString generateFacebookL... |
/****************************************************************************
**
** 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... |
/*
* Copyright (C) 2012 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... |
/*
* (C) 2003-2006 Gabest
* (C) 2006-2014 see Authors.txt
*
* This file is part of WinnerMediaPlayer.
*
* WinnerMediaPlayer 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 t... |
/* readtokens.h -- Functions for reading tokens from an input stream.
Copyright (C) 1990-1991, 1999, 2001-2004, 2009-2010 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 Sof... |
/*
* 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 hop... |
/*******************************************************************************
* This file is part of KaHyPar.
*
* Copyright (C) 2017 Sebastian Schlag <sebastian.schlag@kit.edu>
* Copyright (C) 2017 Tobias Heuer <tobias.heuer@gmx.net>
*
* KaHyPar is free software: you can redistribute it and/or modify
* it und... |
/*
* PROJECT: GEM-Tools library
* FILE: gt_json.c
* DATE: 01/06/2012
* DESCRIPTION: Helper functions for json output
*/
#include "gt_json.h"
GT_INLINE JsonNode* gt_json_int_named_tuple(const uint64_t num_elements,...) {
uint64_t i=0;
va_list v_args;
va_start(v_args,num_elements);
JsonNode* a = json_mkobj... |
/*
* $HEADER$
*/
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
extern const mca_base_component_t mca_memory_patcher_component;
const mca_base_component_t *mca_memory_base_static_components[] = {
&mca_memory_patcher_component,
NULL
};
#if defined(c_plusplus) || defined(__cplusplus)
}
#end... |
/* include sem_open1 */
#include "unpipc.h"
#include "semaphore.h"
#include <stdarg.h> /* for variable arg lists */
#define MAX_TRIES 10 /* for waiting for initialization */
mysem_t *
mysem_open(const char *pathname, int oflag, ... )
{
int fd, i, created, save_errno;
mode_t mode;
va_list ap;
mysem_t *sem, semi... |
#ifndef ARRAY_H
#define ARRAY_H
#include <stdarg.h>
#define ARRTERM -1
struct _string_t {
char *str;
int strlen;
};
typedef struct _string_t string_t;
struct _array_t {
int nitems;
string_t **items;
};
typedef struct _array_t array_t;
string_t *string_new(int slen, char *strdata);
void string_delete(string_t *... |
#include <sollya.h>
int main(void) {
sollya_obj_t f1, f2;
sollya_lib_init();
f1 = sollya_lib_free_variable();
f2 = sollya_lib_log10(f1);
sollya_lib_printf("%b", f2);
sollya_lib_clear_obj(f1);
sollya_lib_clear_obj(f2);
sollya_lib_close();
return 0;
}
|
/*
* 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 the hope that it will ... |
/* An interface to read and write that retries (if necessary) until complete.
Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Publi... |
/*========================================================
* PackageImpl.h
* @author Sergey Mikhtonyuk
* @date 03 November 2008
=========================================================*/
#ifndef _MODULECLASS_H__
#define _MODULECLASS_H__
#include "ModuleAccessor.h"
#include <exception>
namespace Core
{
... |
/* gy-app-actions.c
*
* Copyright 2020 Jakub Czartek <kuba@linux.pl>
*
* 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 ver... |
#define PARDIM 200 // size of all parameters array (par1 - Ag, ... , par100 - alpha, ...)
#define NDIM 85 // search parameters for optimization in the first NDIM (Ag, ..., Xx only)
#define NRANDPHASE 1000 // number of iterations for the random phase
#define NMINPHASE 1000 // number of iterations for minimization cool... |
#ifndef KEEPASSUNLOCKDIALOG_H
#define KEEPASSUNLOCKDIALOG_H
#include <QDialog>
class Database;
class QLineEdit;
class QPushButton;
class QLabel;
class QFile;
class QCheckBox;
class KeePassUnlockDialog : public QDialog
{
Q_OBJECT
Database *m_keePassDatabase;
QCheckBox *m_passwordCheckBox;
QLineEdit *m_passwordEdi... |
/*
* Copyright 2016 Takashi Inoue
*
* This file is part of EzPuzzles.
*
* EzPuzzles 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 vers... |
#ifndef ORIENTATION_WIDGET_GUI_H
#define ORIENTATION_WIDGET_GUI_H
#include <QMainWindow>
#include "ui_OrientationWidgetGUI.h"
class vtkRenderer;
class vtkEventQtSlotConnect;
class vtkObject;
class vtkCommand;
class vtkMatrix4x4;
#include <vtkSmartPointer.h>
class OrientationGraphicRenderer;
#include "ReorientProps... |
/* Mume Reader - a full featured reading environment.
*
* Copyright © 2012 Soft Flag, 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
* 3 of the License, or (at your... |
#include "../../src/animation/frontend/qclipblendvalue.h"
|
/* This file is part of Clementine.
Copyright 2010, David Sansome <me@davidsansome.com>
Copyright 2020, Jim Broadus <jbroadus@gmail.com>
Clementine 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, e... |
/* vec.h -- This file is part of Archimedes release 1.2.0.
Archimedes is a simulator for Submicron 2D III-V semiconductor
Devices. It implements the Monte Carlo method
for the simulation of the semiclassical Boltzmann equation for both
electrons and holes. It includes some quantum effects by means
of eff... |
/*
* arch/um/kernel/elf_aux.c
*
* Scan the Elf auxiliary vector provided by the host to extract
* information about vsyscall-page, etc.
*
* Copyright (C) 2004 Fujitsu Siemens Computers GmbH
* Author: Bodo Stroesser (bodo.stroesser@fujitsu-siemens.com)
*/
#include <elf.h>
#include <stddef.h>
#include <init.... |
/*
* Copyright (C) 2011-2013 Project SkyFire <http://www.projectskyfire.org/>
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2013 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Genera... |
#ifndef __VGTERRITORY_TIOREQUESTELEVATION_H__
#define __VGTERRITORY_TIOREQUESTELEVATION_H__
#include <vgTerritory/vgtDefinition.h>
#include <vgKernel/vgkForward.h>
#include <vgAsyn/vgaIoRequest.h>
#include <vgTerritory/vgtElevationManager.h>
namespace vgTerritory {
/**
@date 2008/09/08 9:2... |
#ifndef HASH_HEADER
#define HASH_HEADER
#define SYMBOL_LITINT 1 //isso ta aqui pq o do johann ta assim
#define SYMBOL_ID 2 //acho que tem que tirar isso pq vai ser usado os definidos no parser.y
#define SYMBOL_VAR 3
#define SYMBOL_VEC 4
#define SYMBOL_FUNC 5
#define DATATYPE_BYTE 1
#define DATATYPE_SHORT 2
#de... |
#include "unpipc.h"
volatile sig_atomic_t caught_sigchld;
void
sig_chld(int signo)
{
caught_sigchld = 1;
return; /* just interrupt door_call() */
}
int
main(int argc, char **argv)
{
int fd, rc;
long ival, oval;
door_arg_t arg;
if (argc != 3)
err_quit("usage: clientintr3 <server-pathname> <integer-value>")... |
/************************************************************************
**
** @file vfilepropertyeditor.h
** @author hedgeware <internal(at)hedgeware.net>
** @date
**
** @brief
** @copyright
** All rights reserved. This program and the accompanying materials
** are made available under the terms of ... |
#ifndef __LOGGING_H__
#define __LOGGING_H__
#include "config.h"
#include <stdbool.h>
#include <stdarg.h>
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#else
enum {
LOG_ERR,
LOG_WARNING,
LOG_NOTICE,
LOG_INFO,
LOG_DEBUG,
};
#endif
/* debug flags */
extern bool opt_debug;
extern bool opt_log_output;
extern bool opt_rea... |
#ifndef EL__BFU_TEXT_H
#define EL__BFU_TEXT_H
#include "util/color.h"
struct dialog;
struct terminal;
struct widget_info_text {
enum format_align align;
unsigned int is_label:1;
unsigned int is_scrollable:1;
};
struct widget_data_info_text {
/* The number of the first line that should be
* displayed within th... |
/* engine.h
GNU Chess protocol adapter
Copyright (C) 2001-2011 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 3 of the License, or
(... |
/* 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[... |
#pragma once
#include "../qtplus_global.h"
//-------------------------------------------------------------------------------------------------
// Qt
#include <QObject>
// Application
#include "QMLEntity.h"
//-------------------------------------------------------------------------------------------------
// Forwa... |
/*
avr_spi.h
Copyright 2008, 2009 Michel Pollet <buserror@gmail.com>
This file is part of simavr.
simavr 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 opti... |
/*----------------------------------------------------------------------------
Copyright: Radig Ulrich mailto: mail@ulrichradig.de
Author: Radig Ulrich
Remarks:
known Problems: none
Version: 02.12.2007
Description: empfangene UDP Daten auf Port 345
werden auf dem LCD ausgegeb... |
#ifndef PARSER_H
#define PARSER_H
#define MAX_VAR_NAME_LEN 32
#include "utils.h"
/*#include <sys/mman.h>
#include <unistd.h> */
typedef struct {
const char *classname;
const char *super;
} ClassDef;
typedef struct {
const char *path, *mode;
FILE *stream;
int linenum, lineoffset;
} File;
#include "fsm.h"
Clas... |
/*
* Copyright 2013-2016 Freescale Semiconductor Inc.
*
* 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 ... |
/*
This file is part of Desperion.
Copyright 2010, 2011 LittleScaraby, Nekkro
Desperion 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... |
/*
* Copyright (c) 2009 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 ... |
/*****************************************************************************
This file is part of QSS Solver.
QSS Solver 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 Lensing2_Lens_h
#define Lensing2_Lens_h
#include <ostream>
#include "DNest4/code/RNG.h"
namespace Lensing2
{
class Lens
{
protected:
public:
virtual ~Lens() { }
// Deflection angle formula
virtual void alpha(double x, double y,
double& ax, double& ay, bool update=false) = 0;
// MCMC relate... |
// Permission to copy is granted provided that this header remains intact.
// This software is provided with no warranties.
////////////////////////////////////////////////////////////////////////////////
#ifndef TIMER_H
#define TIMER_H
#include <avr/interrupt.h>
volatile unsigned char TimerFlag = 0; /... |
//
// ProjectKetchup:
// ---------------
//
// Copyright (c) 2008 Damien Chavarria
//
#ifndef BARVIEW_VECTOR_CONTROL_H
#define BARVIEW_VECTOR_CONTROL_H
#include "PKVectorControl.h"
#include "PKChordLibraryDialog.h"
//
// Types
//
typedef enum
{
BAR_TYPE_SINGLE,
BAR_TYPE_DOUBLE,
BAR_TYPE_TRIPLE1,
BA... |
#pragma once
#include "stdafx.h"
using namespace irr;
using namespace gui;
using namespace System;
namespace IrrlichtLime {
namespace GUI {
/// <summary>
/// Enumeration of available default skins.
/// </summary>
public enum class GUISkinType
{
/// <summary>
/// Default windows look and feel.
/// </summa... |
/***************************************************************************************
*
* IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
*
* By downloading, copying, installing or using the software you agree to this license.
* If you do not agree to this license, do not download, install,... |
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio 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 opti... |
/*
* Copyright (C) 2014 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... |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#ifndef _NGX_SHMTX_H_INCLUDED_
#define _NGX_SHMTX_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
typedef struct
{
ngx_atomic_t lock;
#if (NGX_HAVE_POSIX_SEM)
ngx_atomic_t wait;
#endif
} ngx_shmtx_sh_t;
typedef struct
{
#if... |
/*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
OpenAirInterface 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 Foundati... |
#ifndef NILLABLEPROPERTY_H
#define NILLABLEPROPERTY_H
// Librerías Internas
#include "xsd_global.h"
#include "core/PropertyAbs.h"
// Librerías Externas
#include "Enumeration.h"
// Librerías Qt
#include <QMetaEnum>
#include <QObject>
namespace Com {
namespace Ecosoftware {
namespace Engines {
namespac... |
#ifndef FILEMANAGER_H
#define FILEMANAGER_H
#include <set>
#include <deque>
#include <QUuid>
#include <QObject>
#include <QSettings>
#include "ds/conversation.h"
#include "ds/identity.h"
#include "ds/file.h"
#include "ds/registry.h"
#include "ds/lru_cache.h"
namespace ds {
namespace core {
class FileManager : publi... |
/*!
* @file kernelinfo.c
* @brief Retrieves offset information from the running Linux kernel and prints them in the kernel log.
*
* @author Manolis Stamatogiannakis <manolis.stamatogiannakis@vu.nl>
* @copyright This work is licensed under the terms of the GNU GPL, version 2.
* See the COPYING file in the top-leve... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
#include "Elem.h"
typedef struct Nodo
{
Elem dato;
struct Nodo *sig;
} *Lista;
typedef struct ApUltimo
{
Lista ultimo;
} *Colac;
// Signatura
int random(int from, int to);
int esNuevac(Colac);
Colac nuevac();
Colac formarC(Elem, Colac);
Colac rotar(Colac);
void impColac(Colac);
Colac randColac... |
#include <stdio.h>
#include <pthread.h>
pthread_mutex_t mx, my;
int x=2, y=2;
void *thread1() {
int a;
pthread_mutex_lock(&mx);
a = x;
pthread_mutex_lock(&my);
y = y + a;
y = y + a;
y = y + a;
y = y + a;
y = y + a;
pthread_mutex_unlock(&my);
a = a + 1;
pthread_mutex_lock(&my);
y = y + a;
y = y + a;
y... |
#ifndef HELP_FUNCTIONS_H
#define HELP_FUNCTIONS_H
// Stdlib header file for input and output.
#include <iostream>
#include <stdlib.h>
#include <vector>
#include <string>
#include <sstream>
#include <fstream>
#include <iomanip>
// Nice libraries from C
#include <cmath>
#include <ctime>
#include <cstdint>
class Timer{
... |
/* getdomainname emulation for systems that doesn't have it.
Copyright (C) 2003, 2006, 2008 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 ... |
//
// AppDelegate.h
// SearchMeLi
//
// Created by Federico Diaz Real on 10/3/16.
// Copyright © 2016 Federico Diaz Real. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MLSearchViewController.h"
@class MLSearchListViewController;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (... |
/*
* Cantata
*
* Copyright (c) 2011-2017 Craig Drummond <craig.p.drummond@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 2 of the License, or
* (a... |
/* Search character in piece of UTF-32 string.
Copyright (C) 1999, 2002, 2006, 2009-2014 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as publis... |
/*****************************************************************************
This file is part of QSS Solver.
QSS Solver 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
... |
//Вторая версия, с добивающими импульсами. Т.е., даем не один импульс, а несколько подряд
#include <avr/io.h>
#include <util/delay.h>
#define F_CPU 1200000UL
// Минимальная и максимальная задержки ударного импульса мс
#define MINDELAY 4
#define MAXDELAY 5
// Количество подряд идущих импульсов
#define PULSECOUNT 2
/... |
/* Test of u16_asnprintf() function.
Copyright (C) 2007-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 3 of the License, or
(at your... |
/*
This file is part of Mac Eve Tools.
Mac Eve Tools 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.
Mac Eve Tools is distributed i... |
#pragma once
#include "OBSApi.h"
#ifdef OBSINFOPLUGIN_EXPORTS
#define OBSINFOPLUGIN_API extern "C" __declspec(dllexport)
#else
#define OBSINFOPLUGIN_API extern "C" __declspec(dllimport)
#endif
OBSINFOPLUGIN_API bool LoadPlugin();
OBSINFOPLUGIN_API void UnloadPlugin();
OBSINFOPLUGIN_API void OnStartStream();
OBSINFOP... |
#define SOFTWARE_VERSION_NUMBER 11 // version number * 10
#define MCWP FALSE // for general use uncomment this and comment next line
//#define MCWP TRUE // for use in Weather stations uncomment this and comment previous line
/*
the linker options must be setup correctly for the start address used.
The lin... |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* 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 _nsDiskCacheStreams_h_
#d... |
//
// Aspia Project
// Copyright (C) 2020 Dmitry Chapyshev <dmitry@aspia.ru>
//
// 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 lat... |
/*
* Copyright (c) 2014 CPB9 team. See the COPYRIGHT file at the top-level directory.
*
* 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/.
*/
#pragma once
#include ... |
/*****************************************************************************
* PokerTH - The open source texas holdem engine *
* Copyright (C) 2006-2012 Felix Hammer, Florian Thauer, Lothar May *
* *
* T... |
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "credit_management_status.h"
char* OpenAPI_credit_management_status_ToString(OpenAPI_credit_management_status_e credit_management_status)
{
const char *credit_management_statusArray[] = { "NULL", "END_USER_SER_DENIED", "CREDIT_CTRL_NOT_APP", "AU... |
/*
* AscEmu Framework based on ArcEmu MMORPG Server
* Copyright (c) 2014-2019 AscEmu Team <http://www.ascemu.org>
* Copyright (C) 2008-2012 ArcEmu Team <http://www.ArcEmu.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... |
#ifndef OFLUX_META_LOG_H
#define OFLUX_META_LOG_H
/*
* OFlux: a domain specific language with event-based runtime for C++ programs
* Copyright (C) 2008-2012 Mark Pichora <mark@oanda.com> OANDA Corp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GN... |
/**
* @brief Command's `shm_psrv' backend
*
* @file cmd_shm_psrv.c
*/
/* -----------------------------------------------------------------------------
* Enduro/X Middleware Platform for Distributed Transaction Processing
* Copyright (C) 2009-2016, ATR Baltic, Ltd. All Rights Reserved.
* Copyright (C) 2017-2019, ... |
/*
* Funambol is a mobile platform developed by Funambol, Inc.
* Copyright (C) 2003 - 2007 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by
* the Free Software Foundation with the addit... |
int main(){
"This is /*not a comment*/"
/* This is a comment */
/* C++ does not support /* nested comments */ */
/* This also contains a //nested comment */
"Keep this string" // this is a comment "//... "
"This // is not a comment... "
KEEPTHIS; // Another comment
x = 1; // Also... |
#pragma once
#include <platform.h> // Many CryCommon files require that this is included first.
#include <ISystem.h>
#include <SQLite/sqlite3.h> |
/*
==============================================================================
This file is part of the juce_core module of the JUCE library.
Copyright (c) 2015 - ROLI Ltd.
Permission to use, copy, modify, and/or distribute this software for any purpose with
or without fee is hereby granted, provided... |
//******************************************************************************
///
/// @file backend/shape/truetype.h
///
/// This module contains all defines, typedefs, and prototypes for `truetype.cpp`.
///
/// @copyright
/// @parblock
///
/// Persistence of Vision Ray Tracer ('POV-Ray') version 3.7.
/// Copyright ... |
/******************************************************************************\
This file is part of the C! library. A.K.A the cbang library.
Copyright (c) 2003-2019, Cauldron Development LLC
Copyright (c) 2003-2017, Stanford University
All... |
/*
* GStreamer
* Copyright (C) 2009 Julien Isorce <julien.isorce@gmail.com>
*
* 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 Foundation; either
* version 2 of the License, or (at your option... |
/******************************************************************************\
This file is part of the C! library. A.K.A the cbang library.
Copyright (c) 2003-2019, Cauldron Development LLC
Copyright (c) 2003-2017, Stanford University
All... |
/******************************************************************************\
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... |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... |
#ifndef _WNCKMM_WRAP_INIT_H
#define _WNCKMM_WRAP_INIT_H
/** This file is part of wnckmm
Copyright (c) 2013 Povilas Kanapickas <povilas@radix.lt>
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 S... |
/*
* virsh-completer-network.c: virsh completer callbacks related to networks
*
* Copyright (C) 2019 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
* versi... |
/* Return information about the filesystem on which FILE resides.
Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
... |
//SixTrackLib
//
//Authors: R. De Maria, G. Iadarola, D. Pellegrini, H. Jasim
//
//Copyright 2017 CERN. This software is distributed under the terms of the GNU
//Lesser General Public License version 2.1, copied verbatim in the file
//`COPYING''.
//
//In applying this licence, CERN does not waive the privileges and imm... |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees ... |
//
// Created by alex on 25/09/2015.
// Missing functions inside shared lib
#ifndef LUNATIC_LAPI_H
#define LUNATIC_LAPI_H
#include <lua.h>
#include "lshared.h"
int lapi_next(lua_State *L, lua_Object o, int i);
#define lua_next(state, obj, index) lapi_next(state, obj, index);
#endif //LUNATIC_LAPI_H
|
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* include... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.