text stringlengths 4 6.14k |
|---|
/*
* pOS
* schedule.h
* 10/27/05
* arch specific scheduler code
*/
/* TODO:
*
* - how to init with an empty array ?
* - all the operands for the register-saves/restores (__kernel. ...)
* certainly won't work in assembly :( (test that for cc65 !)
*/
typedef struct __TASKENV {
unsigned char stack [__MAX_STACK... |
/*
Read in a solution in SDPA sparse format.
*/
#include <stdio.h>
#include <stdlib.h>
#include "declarations.h"
void skip_to_end_of_line();
int read_sol(fname, n, k, C, pX, py, pZ) char *fname;
int n;
int k;
struct blockmatrix C;
struct blockmatrix *pX;
double **py;
struct blockmatrix *pZ;
{
FILE *fid;
int i;... |
/*
* Code stolen from wireless-tools.
* 2003 - German Poo-Caaman~o <gpoo@ubiobio.cl>
*
* This file define a set of standard wireless extensions
*
* Version : 16 2.4.03
*
* Authors : Jean Tourrilhes - HPL - <jt@hpl.hp.com>
* Copyright (c) 1997-2002 Jean Tourrilhes, All Rights Reserved.
*/
//#ifndef _LINUX_WIR... |
/*
* Copyright 2003-2011 NetLogic Microsystems, Inc. (NetLogic). All rights
* reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in th... |
#ifndef __IDE_DISK_H
#define __IDE_DISK_H
#include "ide-gd.h"
#ifdef CONFIG_IDE_GD_ATA
extern const struct ide_disk_ops ide_ata_disk_ops;
ide_decl_devset(address);
ide_decl_devset(multcount);
ide_decl_devset(nowerr);
ide_decl_devset(wcache);
ide_decl_devset(acoustic);
int ide_disk_ioctl(ide_drive_t *, struct block... |
/*
This file is part of libkabc.
Copyright (c) 2002 Helge Deller <deller@gmx.de>
2002 Lubos Lunak <llunak@suse.cz>
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 Fo... |
// SPDX-License-Identifier: GPL-2.0
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "errorhelper.h"
#include "ssrf.h"
#include "subsurface-string.h"
#include "gettext.h"
#include "divelist.h"
#include "file.h"
#include "libdivecomputer.h"
/*
* Fills a device_data_t structure with known dc data an... |
/* packet-dcom-cba-acco.h
* Routines for DCOM CBA
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* 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... |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2011 Richard Hughes <richard@hughsie.com>
*
* Licensed under the GNU General Public License Version 2
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi... |
/*
* This file is part of Crazy Parking
*
* Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia
* http://www.indt.org/maemo
*
* This software 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 v... |
/* linux/arch/arm/plat-s5pc1xx/include/plat/gpio-bank-e1.h
*
* Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/
*
* GPIO Bank A register and configuration definitions
*
* This program is free software; you can redistribute it and... |
/*
* This file is part of the coreboot project.
*
* Copyright 2016 Google 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; version 2 of the License.
*
* This program is distribute... |
/*
* V9FS VFS extensions.
*
* Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com>
* Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov>
*
* 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... |
#include<stdio.h>
int main () {
char a,b,c;
a = '1';
b = 'H';
c = '12';
printf("a = %c\n b =%c\n c=%c\n",a, b, c);
return 0;
}
|
/*
* HT Editor
* bounds.h - Bounds for rectangular objects
*
* Copyright (C) 1999-2002 Stefan Weyergraf (stefan@weyergraf.de)
*
* 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.
... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <stdarg.h>
#include "html_detect.h"
#include "html_util.h"
#include "libutil.h"
#define PARAM_SIZE 512
#define TEST_TEMPLATE "<p class=\"$1\">$0</p>"
//#define TRAINING_DATA "part1-part2"
#define TRAINING_DATA "cGFydDEtcGFydDI="
/... |
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_FILE_UTIL_DEPRECATED_H_
#define BASE_FILE_UTIL_DEPRECATED_H_
#pragma once
#include "base/base_api.h"
#include "build/build_config.h"
... |
#ifndef _VSPRINTF_H_
#define _VSPRINTF_H_
#include <stdarg.h>
int vsprintf(char *buf, const char *fmt, va_list args);
#endif
|
/*
* Copyright (c) 1998 The University of Utah and
* the Computer Systems Laboratory at the University of Utah (CSL).
*
* This file is part of Flick, the Flexible IDL Compiler Kit.
*
* Flick is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe... |
/*
* fs/sysfs/group.c - Operations for adding/removing multiple files at once.
*
* Copyright (c) 2003 Patrick Mochel
* Copyright (c) 2003 Open Source Development Lab
*
* This file is released undert the GPL v2.
*
*/
#include <linux/kobject.h>
#include <linux/module.h>
#include <linux/dcache.h>
#i... |
#include "libcell.h"
int df1_typed_read (_comm_header *comm, _df1_comm *df1_comm, char *reg, _df1_resp *resp,
byte node, byte channel, int plctype, unsigned short count, int debug)
{
_df1 *df1;
_pccc_namedata *name;
_pccc_word_read *cmd;
int x,place;
dprint (DEBUG_TRACE,"Entering df1_typed_read\n");
if (df1_comm ... |
#ifndef __NETDEV_H
#define __NETDEV_H
void sdlnetdev_init(running_machine &machine);
#endif
|
#define RPI_UNKNOWN 0
#define RPI_MODEL_A 1
#define RPI_MODEL_B 2
#define RPI_MODEL_APLUS 3
#define RPI_MODEL_BPLUS 4
#define RPI_COMPUTE_NODE 6
#define RPI_MODEL_2B 7
#define RPI_MODEL_ZERO 8
#define RPI_MODEL_3B 9
#define RPI_MODEL_3BPLUS 10
uint32_t hardware_detect(void *info_ptr);
void hardware_print_model... |
/*
* Copyright (C) 2010 STMicroelectronics
* Author: Francesco M. Virlinzi <francesco.virlinzi@st.com>
*
* May be copied or modified under the terms of the GNU General Public
* License V.2 ONLY. See linux/COPYING for more information.
*/
#ifndef __LINUX_STM_WAKEUP_DEVICES__
#define __LINUX_STM_WAKEUP_DEVICES_... |
#pragma once
#pragma comment(lib, "dxgi.lib")
#pragma comment(lib, "d3d11.lib")
#pragma comment(lib, "d3dx11.lib")
#pragma comment(lib, "d3dx10.lib")
#include <windows.h>
#include <dxgi.h>
#include <d3dcommon.h>
#include <d3d11.h>
#include <DirectXMath.h>
class D3DClass {
bool m_vsync_enabled;
int m_videoCardMemo... |
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#define RED "\033[1;31m"
#define GREEN "\033[1;32m"
#define YELLOW "\033[1;33m"
#define NONE "\033[m"
int main( int argc, char* argv[])
{
int fd;
if ( 2 > argc )
{
printf(RED "[USER-PART-ERROR] input parameters are not enough\n" ... |
//
// oreencoding.h
//
// Copyright 2013 by John Pietrzak (jpietrzak8@gmail.com)
//
// This file is part of Orecchiette.
//
// Orecchiette 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
//... |
#include "ythtbbs.h"
const char * const permstrings[] = {
"»ù±¾È¨Á¦", /* PERM_BASIC */
"½øÈëÁÄÌìÊÒ", /* PERM_CHAT */
"ºô½ÐËûÈËÁÄÌì", /* PERM_PAGE */
"·¢±íÎÄÕÂ", /* PERM_POST */
"ʹÓÃÕß×ÊÁÏÕýÈ·", /* PERM_LOGINOK */
"½ûֹʹÓÃÇ©Ãûµµ", /* PERM_DENYSIG */
"ÒþÉíÊõ", /* PERM_CLOAK */
"¿´´©ÒþÉíÊõ", /* PERM_SEECLO... |
/*
* Text.h
*
* Created on: 13 авг. 2014 г.
* Author: snickers
*/
#ifndef TEXT_H_
#define TEXT_H_
#include <string>
#include <iostream>
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
#include "GUI/colors.h"
#include "GUI/Window.h"
#include "GUI/GUI.h"
#include "Render/Surface.h"
class Text {
public:
... |
#ifndef GUI2_OVERLAY_H
#define GUI2_OVERLAY_H
#include "gui2_element.h"
class GuiOverlay : public GuiElement
{
private:
glm::u8vec4 color;
enum ETextureMode
{
TM_None,
TM_Tiled,
} texture_mode;
string texture;
public:
GuiOverlay(GuiContainer* owner, string id, glm::u8vec4 color... |
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/*
* parrillada
* Copyright (C) Philippe Rouquier 2007-2008 <bonfire-app@wanadoo.fr>
*
* Parrillada is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F... |
/* Combat Simulator Project
* Copyright (C) 2002, 2003, 2004 Mark Rose <mkrose@users.sf.net>
*
* 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 you... |
/* packet-wlancertextn.c
* Routines for Wireless Certificate Extension (RFC3770)
* Ronnie Sahlberg 2005
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under... |
//ZoneMinder Packet Wrapper Class
//Copyright 2017 ZoneMinder LLC
//
//This file is part of ZoneMinder.
//
//ZoneMinder is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
//the Free Software Foundation, either version 3 of the License, or
//(at... |
#ifndef _MOSQUITTO_MOCK_H_
#define _MOSQUITTO_MOCK_H_
#define MOCK_MOSQUITTO_ERROR 0xdeedbeef
void mock_mosquitto_connected(int result);
void mock_mosquitto_disconnected(int result);
void mock_mosquitto_subscribed(char *topic, char *payload, int payload_len);
void mock_mosquitto_published(int mid);
#endif //#ifndef ... |
/*
** This file is part of HSN (Human-Scale Network)
**
** HSN: secure, distributed, SPOF-free network of trust
** Copyright (C) 2016 Younes SERRAJ
**
** 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 Sof... |
void f(int *x);
void f(const int *x) { }
int main(void) {
return 0;
}
|
/*
* Stranger
* Copyright (C) 2013-2014 University of California Santa Barbara.
*
* 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) an... |
/*
File: file_pcb.c
Copyright (C) 2016 Christophe GRENIER <grenier@cgsecurity.org>
This software 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 y... |
/*
* GPL HEADER START
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 only,
* as published by the Free Software Foundation.
*
* This program is distributed... |
/*
* Maximus Version 3.02
* Copyright 1989, 2002 by Lanius Corporation. 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; either version 2
* of the License, or (at y... |
/*
* part-label.h
*
*
* Author:
* Richard Hult <rhult@hem.passagen.se>
* Ricardo Markiewicz <rmarkie@fi.uba.ar>
* Andres de Barbara <adebarbara@fi.uba.ar>
* Marc Lorber <lorber.marc@wanadoo.fr>
*
* Web page: https://github.com/marc-lorber/oregano
*
* Copyright (C) 1999-2001 Richard Hult
* Copyright (C... |
//mybag.h
#ifndef _mybag_h
#define _mybag_h
#include <iostream>
class MyBag
{
public:
MyBag();
//size
int size();
//add
void add(std::string s);
//get
std::string getAt(int index);
int locate(std::string s);
... |
/*
* $Id: func.c,v 1.7 2008/07/02 17:15:56 sezero Exp $
* This file is a part of the lxSplit tool sources.
*
* Copyright (c) 2001 Richard Stellingwerff <remenic@gmail.com>
* Copyright (c) 2008 O. Sezer <sezero@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it u... |
/*
* CustomHistoryGroupDataModel.h
* Copyright (C) 2015 Belledonne Communications, Grenoble, France
*
* 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, o... |
/* -*- c++ -*-
* progressdialog.h
*
* Copyright (c) 2004 Till Adam <adam@kde.org>
* based on imapprogressdialog.cpp ,which is
* Copyright (c) 2002-2003 Klar�vdalens Datakonsult AB
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License... |
//-----------------------------------------------------------------------------
// File: componenteditorcominterfacesitem.h
//-----------------------------------------------------------------------------
// Project: Kactus2
// Author: Antti Kamppi
// Date: 09.05.2012
//
// Description:
// The COM interfaces-ite... |
/*
* libdpkg - Debian packaging suite library routines
* cleanup.c - cleanup functions, used when we need to unwind
*
* Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by... |
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* 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 S... |
#ifndef MYTHREAD_H
#define MYTHREAD_H
#include <QThread>
#include <QTcpSocket>
#include <QDebug>
#include <QMutex>
#include <QByteArray>
#include <QLinkedList>
#include <qtimer.h>
#include "frameData.h"
#include "threadFrame.h"
using namespace::std;
class mythread : public QThread
{
Q_OBJECT
public:
explicit ... |
/*------------------------------------------------------------------------------
Copyright 2009-2012 Luís M. O. Matos (luismatos@ua.pt), All Rights Reserved.
These programs are supplied free of charge for research purposes only,
and may not be sold or incorporated into any commercial product. There is
ABSOLUTELY NO W... |
/*
* This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* 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
... |
/*
* Author: MontaVista Software, Inc. <source@mvista.com>
*
* 2007 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU General Public License version 2. This program
* is licensed "as is" without any warranty of any kind, whether express
* or implied.
*/
#include <linux/init.h>
#inc... |
//////////////////////////////////////////////////////////////////////
// StringEx.h
//
//
//Modify by Ðì¾°ÖÜ 2000.10
//¹¦ÄÜ£º×Ö·û´®²Ù×÷À©Õ¹Àà
//
#ifndef __STRINGEX_H_
#define __STRINGEX_H_
class CStringEx : public CString
{
public:
CStringEx() : CString( ){};
CStringEx( const CString& stringSrc) : CSt... |
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactX
* FILE: dll/directx/d3d9/d3d9_callbacks.c
* PURPOSE: Direct3D9's callback functions
* PROGRAMERS: Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com>
*/
#include "d3d9_common.h"
#include "d3d9_callba... |
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2004 Sam Lantinga
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 opt... |
/*
This file is part of CWC Simulator.
CWC Simulator 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.
CWC Simulator is distribut... |
//
// ZoneMinder Core Interfaces, $Date: 2008-07-25 10:23:20 +0100 (Fri, 25 Jul 2008) $, $Revision: 2610 $
// $Copyright$
//
// 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
... |
/*/
CMainDlg.h (2005.08.02)
/*/
#pragma once
#include "stdafx.h"
#include "resource.h"
#include "LocalDefinition.h"
class CMainDlg : public CDialog
{
public:
CMainDlg();
enum { IDD = IDD_MAIN };
CString sVersion;
CString sCode;
CString sDescription;
CString sChecksum;
CPtrList listDTC;
... |
/* Ftp connection management
Copyright (C) 1997,2002 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
This file is part of the GNU Hurd.
The GNU Hurd is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published ... |
/*
* Generic GPIO API implementation for PowerPC.
*
* Copyright (c) 2007-2008 MontaVista Software, Inc.
*
* Author: Anton Vorontsov <avorontsov@ru.mvista.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 F... |
#include <stdio.h>
int *a, *b, c, *e;
void p()
{
printf ("%d", e);
}
int main()
{
//scanf("%d %d %d", &a, &b, &c);
int i = 0, j = 1, k[13];
a = &i; b = k + 6;
if (a == b)
e = &c; /* statement n1 */
else
e = k + 7; /* statement n2 */
if (c - 5)
a = b;
else if (c)
a = &j;
else
a = e;
e = a;... |
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#if defined(SIM_REC) || defined (SIM_SEND)
#undef HW_DEFAULT
#undef LIRC_DRIVER_ANY
#endif
#include <stdio.h>
#include "hardware.h"
#include "hw-types.h"
/* Hardware types */
extern struct hardware hw_accent;
extern struct hardware hw_alsa_usb;
extern struct hardware h... |
#pragma once
#include <vector>
#include <string>
#include <map>
#include "UserMsg.h"
#include "MyUserInfo.h"
#include "MessagesArchive.h"
#include "Mutex.h"
#include "Thread.h"
class Network;
class FileManager;
class Chat
{
public:
Chat();
~Chat();
//set pointer to Network object
void SetNetwork(Network* n... |
/*
* Copyright (C) 2002 Red Hat, Inc.
*
* 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, pu... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/*
* 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 of the License, or (at your option) a... |
/*
* Copyright (c) 2002-2003, Intel Corporation. All rights reserved.
* Created by: rusty.lynch REMOVE-THIS AT intel DOT com
* This file is licensed under the GPL license. For the full content
* of this license, see the COPYING file at the top level of this
* source tree.
Test assertion #17 by verifying that... |
/* Header file for ridgeRegressionFunctions.c */
#include "depends.h"
#ifdef HAVE_GSL_HEADER
/* includes */
#if _CUDA_
#include <cuda.h>
#include <cuda_runtime_api.h>
#include <cublas.h>
#include <cula_blas.h>
#include <cula.h>
#include "cudaOnlyFunctions.h"
#endif
#include <gsl/gsl_blas.h>
#include <gsl/gsl_linalg.... |
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// Copyright(C) 2014 Samuel Villarreal
//
// 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 Fr... |
/*
* MUSB OTG driver register I/O
*
* Copyright 2005 Mentor Graphics Corporation
* Copyright (C) 2005-2006 by Texas Instruments
* Copyright (C) 2006-2007 Nokia Corporation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2... |
/* Definition of class NSHFSFileTypes
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
Date: Fri Nov 1 00:25:22 EDT 2019
This file is part of the GNUstep Library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Publ... |
/*
@brief ArduSat I2C address list
Defines all the addresses used for I2C devices on
the ArduSat Payload
Copyright 2013 NanoSatisfi, 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 contains the quartz configuration widget
*
* Copyright (c) 2001
* Karol Szwed <gallium@kde.org>
* http://gallium.n3.net/
*/
#ifndef __KDE_QUARTZCONFIG_H
#define __KDE_QUARTZCONFIG_H
#include <qcheckbox.h>
#include <qvbox.h>
#include <kconfig.h>
class QuartzConfig: public QObject
{
Q_OBJE... |
/***********************************************************************
$Id$
Tree viewer applet
Copyright (c) 1993-98 M. Kimes
Copyright (c) 2008 Steven H.Levine
05 Jan 08 SHL Sync
14 Dec 08 SHL Add exception handler support
***********************************************************************/
#i... |
/*
* Minimalistic (auto) mount daemon
* Copyright (C) 2015 Ernest Vogelsang <stagprom@posteo.de>
*
* This file is part of mmountd.
*
* mmountd 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... |
/*
* This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
* Copyright (C) 2010 Mark Butler <mbutler@physics.otago.ac.nz>
*
* 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
... |
/*
* IRC - Internet Relay Chat, ircd/s_numeric.c
* Copyright (C) 1990 Jarkko Oikarinen
*
* Numerous fixes by Markku Savela
*
* 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... |
// -*- C++ -*-
/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
Written by Gaius Mulley <gaius@glam.ac.uk>
This file is part of groff.
groff 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 ... |
/*
Minetest
Copyright (C) 2017 nerzhul, Loic Blot <loic.blot@unix-experience.fr>
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.1 of the License, or
(at your option) any late... |
/****************************************************************************
**
** Copyright (C) 2012 - 2016 Jolla Ltd.
** Contact: http://jolla.com/
**
** This file is part of Qt Creator.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General... |
/*
* Copyright (C) 2013 Nivis LLC.
* Email: opensource@nivis.com
* Website: http://www.nivis.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, version 3 of the License.
*
* Redistribution... |
/* xoreos-tools - Tools to help with xoreos development
*
* xoreos-tools is the legal property of its developers, whose names
* can be found in the AUTHORS file distributed with this source
* distribution.
*
* xoreos-tools is free software; you can redistribute it and/or
* modify it under the terms of the GNU Ge... |
/********************************************************************************
** Form generated from reading UI file 'AddPropertyDialog.ui'
**
** Created by: Qt User Interface Compiler version 5.8.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*********************************... |
#pragma once
/***************************************************************
* This source files comes from the xLights project
* https://www.xlights.org
* https://github.com/smeighan/xLights
* See the github commit history for a record of contributing
* developers.
* Copyright claimed based on commit dates rec... |
#pragma once
// Those are defines required by various Windows headers to build.
#if defined(_M_AMD64)
# ifndef _AMD64_
# define _AMD64_
# endif
#elif defined(_M_ARM64)
# ifndef _ARM64_
# define _ARM64_
# endif
#else
# error "Target architecture not recognized"
#endif
|
#ifndef KRAKENMAP_H
#define KRAKENMAP_H
#include "ryggrad/src/base/Logger.h"
#include "ryggrad/src/general/DNAVector.h"
#include "ryggrad/src/base/FileParser.h"
#include "ryggrad/src/general/MultXCorr.h"
#include "ryggrad/src/general/AlignmentBlock.h"
#include "../annotationQuery/AnnotationQuery.h"
#include "KrakenPar... |
//
// Created by lukas on 13.03.16.
//
#ifndef MPW_GTK_MPW_CREATE_ACCOUNT_WINDOW_H
#define MPW_GTK_MPW_CREATE_ACCOUNT_WINDOW_H
#include <gtkmm/entry.h>
#include <gtkmm/progressbar.h>
#include <gtkmm/button.h>
#include <gtkmm/window.h>
#include <gtkmm/builder.h>
#include "mpw_window.h"
#include "user_manager.h"
/**
... |
/*
* Copyright (C) 2013 Nicholas Gill
*
* 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 ... |
#ifndef __IO_USB_H__
#define __IO_USB_H__
extern void usb_putc(char data);
extern char usb_getc(void);
extern uint32_t usb_getu24(void);
extern uint32_t usb_getu32(void);
extern void usb_putu32(uint32_t ww);
extern void usb_sync(void);
#endif /* __IO_USB_H__ */
|
/*
Copyright (c) 2019, Lukas Holecek <hluk@email.cz>
This file is part of CopyQ.
CopyQ 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)... |
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
#ifndef __AP_ARMING_H__
#define __AP_ARMING_H__
#include <AP_AHRS.h>
#include <AP_HAL.h>
#include <AP_Param.h>
#include <GCS_MAVLink.h>
class AP_Arming {
public:
enum ArmingChecks {
ARMING_CHECK_NONE = 0x0000,
AR... |
/*
* File: drivers/i2c/pca9564.c
* Based on: drivers/i2c/s3c44b0_i2c.c
* Author:
*
* Created: 2009-06-23
* Description: PCA9564 i2c bridge driver
*
* Modified:
* Copyright 2009 CJSC "NII STT", http://www.niistt.ru/
*
* Bugs:
*
* SPDX-License-Identifier: GPL-2.0+
*
* NOTE: ... |
/*
* This file is part of musicd.
* Copyright (C) 2011 Konsta Kokkinen <kray@tsundere.fi>
*
* Musicd 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 optio... |
#ifndef STORM_STORAGE_PRISM_MODULECOMPOSITION_H_
#define STORM_STORAGE_PRISM_MODULECOMPOSITION_H_
#include <string>
#include "storm/storage/prism/Composition.h"
namespace storm {
namespace prism {
class ModuleComposition : public Composition {
public:
ModuleComposition(std::string const& moduleName);
vir... |
#include "be_constobj.h"
static be_define_const_map_slots(be_class_I2C_Driver_map) {
{ be_const_key(read32, -1), be_const_closure(read32_closure) },
{ be_const_key(write8, 6), be_const_closure(write8_closure) },
{ be_const_key(name, -1), be_const_var(0) },
{ be_const_key(addr, 10), be_const_var(1) },
... |
#ifndef __FCGI_H
#define __FCGI_H
#include <stddef.h>
#include <event.h>
#include <semaphore.h>
#include "type.h"
#include "trie.h"
#include "list.h"
struct fcgi
{
/* fastcgi request information */
int request_id;
int version;
int role;
char flags;
/* Misc */
struct bufferevent* bufev;
... |
//-----------------------------------------------------------------------------------
// The confidential and proprietary information contained in this file may
// only be used by a person authorised under and to the extent permitted
// by a subsisting licensing agreement from ARM Limited or its affiliates
/... |
/* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* gimpwindow.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 3 of t... |
/*
* Copyright (c) 2013 Tonu Samuel
* All rights reserved.
*
* This file is part of robot "Kuukulgur".
*
* 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... |
#include <stdio.h>
/* count characters in input; 1st version */
main()
{
long int nc;
nc = 0;
while (getchar() != EOF)
++nc;
printf("%ld\n", nc);
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.