text stringlengths 4 6.14k |
|---|
/**
* @file problem.c
* @brief Example problem: self-gravity disc.
* @author Hanno Rein <hanno@hanno-rein.de>
* @detail A self-gravitating Plummer sphere is integrated using
* the leap frog integrator. Collisions are not resolved. Note that the
* fixed timestep might not allow you to resolve individual two-bo... |
/****************************************************************************
* WiiMC
* Tantric 2009-2012
*
* wiimc.h
***************************************************************************/
#ifndef _WIIMC_H_
#define _WIIMC_H_
#include "utils/FreeTypeGX.h"
#include "network.h"
#define APPNAME "WiiMC"
#def... |
/*
Copyright (C) 2012 Jon Macey
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... |
/*
* Dmaengine driver base library for DMA controllers, found on SH-based SoCs
*
* extracted from shdma.c and headers
*
* Copyright (C) 2011-2012 Guennadi Liakhovetski <g.liakhovetski@gmx.de>
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
* Copyright (C) 2009 Renesas Solutions, Inc. All r... |
/*=========================================================================
Program: ParaView
Module: pqFileDialogEventTranslator.h
Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the terms ... |
/*
* PCBIT-D device driver definitions
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distributed according to the terms of
* the GNU General Public License, incorporated herein by reference.
*/
#ifndef PCBIT_H
#define PCB... |
#ifndef _AF_IDENTITY_H
#define _AF_IDENTITY_H
#include "activation_function.h"
class AFIdentity: public ActivationFunction
{
public:
double get_value(double data);
double derivation(double data);
};
#endif
|
/*
* Copyright 2012 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, publish, d... |
// XTPShortcutBarPopup.h interface for the CXTPShortcutBarPopup class.
//
// This file is a part of the XTREME SHORTCUTBAR MFC class library.
// (c)1998-2012 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WIT... |
#ifndef __TrexRequest__
#define __TrexRequest__
#include <iostream>
#include <string>
#include <map>
#include "../mongoose/mongoose.h"
using namespace std;
namespace Trex {
class Request {
private:
struct mg_connection *_conn;
const struct mg_request_info* _request;
string _body;
... |
/*
* pepper - SCM statistics report generator
* Copyright (C) 2010-present Jonas Gehring
*
* Released under the GNU General Public License, version 3.
* Please see the COPYING file in the source distribution for license
* terms and conditions, or see http://www.gnu.org/licenses/.
*
* file: mercurial.h
* Mercur... |
/*
This file is part of leafDrums.
leafDrums 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.
leafDrums is distribut... |
/*
* IRremote
* Version 0.1 July, 2009
* Copyright 2009 Ken Shirriff
* For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
*
* Interrupt code based on NECIRrcv by Joe Knapp
* http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1210243556
* Also influenced by http://zovirl.com/2008/... |
/*
* LipikaIME is a user-configurable phonetic Input Method Engine for Mac OS X.
* Copyright (C) 2013 Ranganath Atreya
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#i... |
/* Sequential list data type implemented by a hash table with a binary tree.
Copyright (C) 2006, 2009-2014 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public Licens... |
/*
* OGF/Graphite: Geometry and Graphics Programming Library + Utilities
* Copyright (C) 2000-2005 INRIA - Project ALICE
*
* 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 o... |
/*******************************************************************************
* This file is part of KaHyPar.
*
* Copyright (C) 2014 Sebastian Schlag <sebastian.schlag@kit.edu>
*
* KaHyPar is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe... |
/*
* This file is part of RawTherapee.
*
* RawTherapee 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.
*
* RawTherapee i... |
//
// PickerChoiceView.h
// TFPickerView
//
// Created by TF_man on 16/5/11.
// Copyright © 2016年 tituanwang. All rights reserved.
//
#import <UIKit/UIKit.h>
@protocol TFPickerDelegate <NSObject>
@optional;
- (void)PickerSelectorIndixString:(NSString *)str;
@end
typedef NS_ENUM(NSInteger, ARRAYTYPE) {
Gend... |
// This file is part of Man, a robotic perception, locomotion, and
// team strategy application created by the Northern Bites RoboCup
// team of Bowdoin College in Brunswick, Maine, for the Aldebaran
// Nao robot.
//
// Man is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser... |
/*++
Copyright (c) 2008 Microsoft Corporation
Module Name:
parser_params.h
Abstract:
<abstract>
Author:
Nikolaj Bjorner (nbjorner) 2008-04-21.
Revision History:
--*/
#ifndef _PARSER_PARAMS_H_
#define _PARSER_PARAMS_H_
#include"ini_file.h"
struct parser_params {
bool ... |
/**
* \file
*
* Copyright (c) 2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* 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 ... |
/**************************
* MAUGER & SEYS - Nicolas
* Tomchapache
* 11 mar. 2016
* response.h
**************************/
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "response.h"
void send_status (FILE *client, int code, const char *reason_phrase){
fprintf(client, "HTTP/1.1 %d %s\r... |
#include "head.h"
void usage(int argc, char **argv)
{
if(argc != 2)
{
printf("Usage: %s <FILE>\n", argv[0]);
exit(0);
}
}
int main(int argc, char **argv)
{
usage(argc, argv);
daemon_init();
mkfifo(FIFONAME, 0777);
int fifofd = open(FIFONAME, O_RDWR);
int logfd = open(argv[1], O_WRO... |
#include <stdio.h>
#include <string.h>
#include <avr/interrupt.h>
#include <avr/eeprom.h>
#include <avr/io.h>
#include <avr/wdt.h>
#include <util/delay.h>
/* data interface */
#include <data/data.h>
#include <data/databasictypes.h>
#include <data/datadirectories.h>
#include <data/dataarrays.h>
#include <data/datastr... |
/*************************************************************************
> File Name: VoxelWeapon.h
> Project Name: Cubby
> Author: Chan-Ho Chris Ohk
> Purpose: Voxel weapon.
> Created Time: 2016/07/03
> Copyright (c) 2016, Chan-Ho Chris Ohk
*************************************************************************/
... |
#ifndef HASH_H
#define HASH_H
struct s_sym {
char *name;
struct s_var *value;
struct s_sym *next;
};
struct s_hash {
int size;
bool closure;
struct s_hash *outer;
struct s_sym **sym;
};
typedef struct s_hash HASH;
typedef struct s_sym SYM;
struct s_iter {
HASH* hash;
int index;
SY... |
/*
* gcd.c
*
* Greatest common divisor
*
* 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>
#include <stdlib.h>
#include <string.h>
#includ... |
/*
* 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/.
*/
/*
* Copyright (c) 2016 David Jackson
*/
#ifndef CTACHE_ESCAPING_H
#define CTACHE_ESCAPING_H
struct escap... |
/*hdr
**
** Copyright Mox Products, Australia
**
** FILE NAME: GateOpenModeSetWnd.h
**
** AUTHOR: Jeff Wang
**
** DATE: 24 - Aug - 2008
**
** FILE DESCRIPTION:
**
**
** FUNCTIONS:
**
**
**
** NOTES:
**
*/
/************** SYSTEM INCLUDE FILES ************************************************... |
//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 <stdint.h>
#include "duint.h"
#include "quint.h"
namespace ej {
//! Implements one round of th... |
#pragma once
#include <string>
#include <sstream>
#include <iomanip>
#include "container_templates.h"
#include "maybe_const.h"
template <class T>
struct get_underlying_char_type {
typedef T type;
};
template <class T>
struct get_underlying_char_type<std::basic_string<T>> {
typedef T type;
};
tem... |
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "36331-ac0.asn"
* `asn1c -S /home/nyee/srsLTE/srslte/examples/src/asn1c/skeletons -fcompound-names -fskeletons-copy -gen-PER -pdu=auto`
*/
#ifndef _SPS_ConfigDL_H_
#define _SPS_ConfigDL_H_
#include... |
#ifndef SYSTEMCONTAINER_H
#define SYSTEMCONTAINER_H
#include <osg/Geode>
#include <QMap>
#include <QVarLengthArray>
#include <QVector3D>
#include <QVector4D>
#include "ImageWindowGeode.h"
#include "WaypointGroupNode.h"
class SystemContainer
{
public:
SystemContainer();
QVector3D& gpsLocalOrigin(void);
... |
#ifndef VDOS_REGS_H
#define VDOS_REGS_H
#include "mem.h"
#define FLAG_CF 0x00000001
#define FLAG_PF 0x00000004
#define FLAG_AF 0x00000010
#define FLAG_ZF 0x00000040
#define FLAG_SF 0x00000080
#define FLAG_OF 0x00000800
#define FLAG_TF 0x00000100
#define FLAG_IF 0x00000200
#define FLAG_DF 0x00000400
#define... |
/////////////////////////////////////////////////////////////////////////////
// This file is part of the Journey MMORPG client //
// Copyright © 2015-2016 Daniel Allendorf //
// //
// Th... |
#pragma once
#include "minecraftpe/level/LevelStorage.h"
class DBStorage : public LevelStorage
{
public:
virtual ~DBStorage();
virtual void loadLevelData(LevelData &);
virtual void createChunkStorage(std::unique_ptr<ChunkSource>, StorageVersion);
virtual void saveLevelData(LevelData &);
virtual void getFullPath(... |
/*
* (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... |
/*
* PetTrickCommand.h
*
* Created on: Dec 18, 2013
* Author: TheAnswer
*/
#ifndef PETTRICKCOMMAND_H_
#define PETTRICKCOMMAND_H_
#include "server/zone/objects/creature/commands/QueueCommand.h"
#include "server/zone/objects/scene/SceneObject.h"
#include "server/zone/objects/creature/ai/AiAgent.h... |
/*
The MIT License
Copyright (c) 2007-2010 Aidin Abedi http://code.google.com/p/shinyprofiler/
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 th... |
/**
*
* \section COPYRIGHT
*
* Copyright 2013-2015 Software Radio Systems Limited
*
* \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 GNU Affero General Public License as
* published by t... |
#ifndef PLUGINS_OPENSPEEDSHOP_MODELDESCRIPTORLISTWIDGET_H
#define PLUGINS_OPENSPEEDSHOP_MODELDESCRIPTORLISTWIDGET_H
#include <QTreeView>
#include <QUuid>
class QSortFilterProxyModel;
#include "ModelManagerLibrary.h"
namespace Plugins {
namespace OpenSpeedShop {
class ModelDescriptor;
class MODELMANAGER_EXPORT Mode... |
extern int printf(const char *format, ...);
#define P ++
#define n(x) x
int main(void)
{
int a = 0, b = -1;
int i1 = a P+P b;
printf("i1 = %d\n", i1);
return n(0x1e)n(-1);
}
|
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 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 of the License, or... |
/****************************************************************************
**
** Copyright (C) 2013 Klaralvdalens Datakonsult AB (KDAB).
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licen... |
/**
* @file libavcodec/vorbis.c
* Common code for Vorbis I encoder and decoder
* @author Denes Balatoni ( dbalatoni programozo hu )
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by ... |
/*
* Copyright (C) 2005, 2010-2012 Free Software Foundation, Inc.
* Written by Simon Josefsson
*
* 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 ... |
/*
* BRLTTY - A background process providing access to the console screen (when in
* text mode) for a blind person using a refreshable braille display.
*
* Copyright (C) 1995-2022 by The BRLTTY Developers.
*
* BRLTTY comes with ABSOLUTELY NO WARRANTY.
*
* This is free software, placed under the terms o... |
/*
Copyright (C) 2015 Fredrik Johansson
This file is part of Arb.
Arb is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option) ... |
/*
* ion/ioncore/window.c
*
* Copyright (c) Tuomo Valkonen 1999-2009.
*
* See the included file LICENSE for details.
*/
#include <libtu/objp.h>
#include <libtu/minmax.h>
#include "names.h"
#include "common.h"
#include "global.h"
#include "window.h"
#include "focus.h"
#include "rootwin.h"
#include "region.h"
#in... |
/****************************************************************************
**
** 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 Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Comme... |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance wit... |
#ifndef LAPACK_F2C_INCLUDE
#define LAPACK_F2C_INCLUDE
/* do not use this file outside lapack directory */
#include "../blas/f2c.h"
#include "../blas/evsl_blas.h"
/* add prefix evsl_ to all lapack subroutines,
* so can live together with external lapack */
#define disnan_ evsl_disnan
#define dlae2_ evsl_dlae2
#... |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You m... |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commerci... |
/*
* Cogl
*
* An object oriented GL/GLES Abstraction/Utility Layer
*
* Copyright (C) 2007,2008,2009,2010 Intel Corporation.
*
* 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; eith... |
#include <gtk/gtk.h>
#include "testlib.h"
#include <stdlib.h>
/*
* This test modules tests the AtkImage interface. When the module is loaded
* with testgtk , it also creates a dialog that contains GtkArrows and a
* GtkImage.
*
*/
typedef struct
{
GtkWidget *dialog;
GtkWidget *arrow1;
GtkWidget *arrow2;
... |
/*
* Copyright 2013 Didier Barvaux
* Copyright 2007,2008 Thales Alenia Space
*
* 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 opti... |
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will b... |
/*
Copyright (C) 1995-2001 Activision, 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 (at your option) any later version.
This library is distribu... |
/*** field2n.h ***/
#define WORDBYTES sizeof(int)
#define WORD4BITS (WORDBYTES*2)
#define WORDSIZE (WORDBYTES*8)
#define NUMBITS 233
#define TYPE2
/*#undef TYPE2 */
#ifdef TYPE2
#define field_prime ((NUMBITS<<1)+1)
#else
#define field_prime (NUMBITS+1)
#endif
#define NUMWORD (NUMBITS/WORDSIZE)... |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "n_hash_int.h"
#include "narray.h"
#include "nmalloc.h"
tn_array *n_hash_keys_ext(const tn_hash *ht, int cp)
{
register size_t i;
register struct hash_bucket *tmp;
tn_array *keys;
tn_fn_free fn = NULL;
if (cp)
fn = free;
... |
/******************************************************************************
* SOFA, Simulation Open-Framework Architecture, development version *
* (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH *
* *
... |
/*
* Copyright (c) 2016 Ken McDonell. All Rights Reserved.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <regex.h>
/*
* sort instances based on instance name from pminfo/__pmDumpResult
* output like
* inst [0 or "sdc1"] value 24163451
* inst [1 or "dm-1"] value 2... |
/*
* Copyright (C) 2000-2001 The Exult 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; either version 2 of the License, or
* (at your option) any later version.
*
* This pr... |
/*
* libvirt-gconfig-domain-interface-bridge.c: libvirt domain interface configuration
*
* Copyright (C) 2011 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... |
/****************************************************************/
/* DO NOT MODIFY THIS HEADER */
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
/* */
/* (c) 2010 Battelle Energy Alliance, LLC ... |
#include <hw/cpu/cpu.h>
#include <stdint.h>
char *vga_gets(unsigned int maxlen);
void vga_moveto(unsigned char x,unsigned char y);
void vga_scroll_up(unsigned char lines);
void vga_cursor_down();
void vga_writec(char c);
void vga_write(const char *msg);
void vga_write_sync();
void vga_clear();
int vga_getch();
#if ... |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
** Licensees holding valid Qt Commercial licenses may u... |
/* -*- C++ -*- */
/*************************************************************************
* Copyright(c) 1995~2005 Masaharu Goto (cint@pcroot.cern.ch)
*
* For the licensing terms see the file COPYING
*
************************************************************************/
// Stub.h , interpreted function he... |
#ifndef _ROS_pr2_plugs_msgs_DetectOutletFeedback_h
#define _ROS_pr2_plugs_msgs_DetectOutletFeedback_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
namespace pr2_plugs_msgs
{
class DetectOutletFeedback : public ros::Msg
{
public:
virtual int serialize(unsigned char *ou... |
/*
* libcaca Colour ASCII-Art library
* Copyright (c) 2002-2012 Sam Hocevar <sam@hocevar.net>
* All Rights Reserved
*
* This library is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms o... |
/*
* hbgi source code
* Core code
*
* Copyright 2014-2016 Phil Krylov <phil.krylov a t gmail.com>
*/
#ifndef HBGOBJECT_H
#define HBGOBJECT_H
#include <hbapi.h>
#include <hboo.ch>
#include "hbgihb.h"
#include <glib-object.h>
#include "hbgi.h"
#define HBGOBJECT_ERR 40000
#define HBGOBJECT_IVAR_GTYPE 1
typede... |
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
// #pragma link C++ namespace doofit;
// #pragma link C++ namespace doofit::roofit::functions;
#pragma link C++ nestedclass;
#pragma link C++ nestedtypedef;
#pragma link C++ class doofit::roofit::functions::DooD... |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** Commercial Usage
**
** Licensees holding valid Qt Commercial licenses may u... |
/*
* Copyright (C) 1998-2004 David Turner and Werner Lemberg
* Copyright (C) 2006 Behdad Esfahbod
*
* This is part of HarfBuzz, an OpenType Layout engine library.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* sof... |
#import <UIKit/UIKit.h>
@interface PhotoGridViewCell : UICollectionViewCell
@property (nonatomic) IBOutlet UIImageView *imageView;
@property (nonatomic) IBOutlet UILabel *imageTitle;
@end
|
/****************************************************************************
* cansocket-qt.lib - Qt socketcan library
* Copyright (C) 2016 Georgije Bosiger <gbosiger@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 pub... |
#ifndef NONCOPYABLE_H_INCLUDED
#define NONCOPYABLE_H_INCLUDED
/** Le concept d'élément non copiable et non affectable.
*
* De nombreux éléments devront n'être ni copiables ni affectables,
* soit de par leur sémantique d'entité, soit parce qu'il ne fait
* simplement aucun sens d'en permettre la copie et l'affect... |
/*
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 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... |
/**********************************************************
DO NOT EDIT
This file was generated from stone specification "sharing"
www.prokarpaty.net
***********************************************************/
#pragma once
#include "dropbox/endpoint/ApiUtil.h"
#include "dropbox/sharing/SharingVisibility.h"
namesp... |
/*
thot package for statistical machine translation
Copyright (C) 2013 Daniel Ortiz-Mart\'inez
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 3
of the License, or (at your opt... |
// Created file "Lib\src\Uuid\ndisguid"
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... |
/* crypto/evp/e_seed.c -*- mode:C; c-file-style: "eay" -*- */
/* ====================================================================
* Copyright (c) 2007 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha... |
#ifndef INFOWINDOW_H
#define INFOWINDOW_H
#include <QObject>
#include <QWidget>
#include <QDialog>
#include <QFormLayout>
#include <QLabel>
#include <QDebug>
#define DEBUG qDebug()
static int lw;
class InfoWindow: public QObject
{
Q_OBJECT
public:
InfoWindow(QWidget *parent, QString windowTitle, int type = ... |
// Created file "Lib\src\Uuid\tapi3if_i"
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, b... |
/*
This file is part of BitPunch
Copyright (C) 2016 Frantisek Uhrecky <frantisek.uhrecky[what here]gmail.com>
Copyright (C) 2016 Marek Klein <kleinmrk[what here]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... |
// Created file "Lib\src\dxguid\X64\d3dxguid"
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... |
#ifndef _CSSOM_CSS_PROPERTY_SETTINGS_H
#define _CSSOM_CSS_PROPERTY_SETTINGS_H
#include "CSSPropertyType.h"
#include "LexicalUnitRange.h"
#include <cssom/typedefs.h>
#include <sacc.h>
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef const SAC_LexicalUnit**(*_CSSOM_PropertyHandler)(const CSSOM *c... |
/*
This source file is part of KBEngine
For the latest info, see http://www.kbengine.org/
Copyright (c) 2008-2016 KBEngine.
KBEngine 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... |
#ifndef _72F1AC6C_46BC_11E2_9A0D_206A8A22A96A
#define _72F1AC6C_46BC_11E2_9A0D_206A8A22A96A
#include <type_traits>
#include "types.h"
namespace glstreamer
{
void readFd(int fd, void *buf, size_type size);
void writeFd(int fd, void const* buf, size_type size);
template <typename T>
inline void re... |
/*
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 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... |
/*
* ---------------------------------------------------------------------
* This file is part of Karen
*
* Copyright (c) 2007-2012 Alvaro Polo
*
* 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 Softw... |
/* ``The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a copy of the
* Erlang Public License along with this software. If not, it can be
* retrieved via the world wide web at... |
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
// DESCRIPTION: Verilator: Emit C++ for tree
//
// Code available from: https://verilator.org
//
//*************************************************************************
//
// Copyright 2003-2021... |
/**
*
* This is a simple Reed-Solomon encoder
* (C) Cliff Hones 2004
*
* 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... |
/*
*
*
* Copyright CEA/DAM/DIF (2010)
* contributeur : Philippe DENIEL philippe.deniel@cea.fr
* Thomas LEIBOVICI thomas.leibovici@cea.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... |
// Created file "Lib\src\Uuid\X64\iid"
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,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.