text stringlengths 4 6.14k |
|---|
/* -*- 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 nsIAbsorbingTransaction_h_... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* This file is part of the libpagemaker project.
*
* 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://mozi... |
/*
* Copyright 2013 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrSimpleTextureEffect_DEFINED
#define GrSimpleTextureEffect_DEFINED
#include "GrSingleTextureEffect.h"
class GrInvariantOutput;
/**
* The output color of this effe... |
//
// ProcessInfoController.h
// System Monitor
//
// 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) 2013 Arvydas Sidorenko
//
#import <Found... |
/* 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 _SECITEM_H_
#define _SECITEM_H_
#include "utilrename.h"
/*
* secitem.h - public data structures and pro... |
#ifndef PLASTIQQSSLCERTIFICATEEXTENSION_H
#define PLASTIQQSSLCERTIFICATEEXTENSION_H
#include "plastiqobject.h"
class PlastiQQSslCertificateExtension : public PlastiQObject {
PLASTIQ_OBJECT(IsQtObject,QSslCertificateExtension,Q_NULLPTR)
PLASTIQ_INHERITS()
public: ~PlastiQQSslCertificateExtension();
};
#end... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* This file is part of the libetonyek project.
*
* 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://mozill... |
/*
* bbsrand.c
*
* Test driver for routines in bbs_rand.h
*
* 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 ... |
/**
* MPDQ
* Music Player Daemon Query
* Adding trayicons to control mpd
* Licenced under MPL 2.0
*/
#ifndef UTIL_H
#define UTIL_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <X11/Xlib.h>
extern char* version;
extern int debug;
extern char* volume;
extern int cycles;
struct _Rect
{
int ... |
/*************************************************************************\
* Copyright (C) Michael Kerrisk, 2016. *
* *
* This program is free software. You may use, modify, and redistribute it *
* under the term... |
#ifndef SRC_LIB_NGSI_CONDITIONVALUELIST_H_
#define SRC_LIB_NGSI_CONDITIONVALUELIST_H_
/*
*
* Copyright 2013 Telefonica Investigacion y Desarrollo, S.A.U
*
* This file is part of Orion Context Broker.
*
* Orion Context Broker is free software: you can redistribute it and/or
* modify it under the terms of the GNU Affero... |
/**
* \file
*
* \brief SAM L22 Xplained Pro B test configuration.
*
* 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 condition... |
/****************************************************************************
* Copyright (C) 2014-2019 Jaroslaw Stanczyk <jaroslaw.stanczyk@upwr.edu.pl>*
* The source code presented on my lectures: "C Programming Language" *
****************************************************************************
*
* so... |
// Copyright 2015, 2016, 2017 Ingo Steinwart
//
// This file is part of liquidSVM.
//
// liquidSVM is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your opt... |
/*
Copyright (c) 2014-2021 AscEmu Team <http://www.ascemu.org>
This file is released under the MIT license. See README-MIT for more information.
*/
#pragma once
#include "ManagedPacket.h"
#include "WorldPacket.h"
namespace AscEmu::Packets
{
class CmsgChannelPassword : public ManagedPacket
{
public:
... |
#ifndef PLATFORM_H
#define PLATFORM_H
#ifdef _WIN32
//#define _WIN32_WINNT 0x0400 // Windows NT 4.0
//#define WIN32_LEAN_AND_MEAN
#include <stddef.h> // for intptr_t
#include <malloc.h> // for _alloca()
#pragma warning(disable: 4244) // conversion to smaller type, possible loss of data
#pragma warning(disable: 4... |
/*
* frexp.c
*
* R wrapper for frexp()
*
* Part of the Accuracy package. Available from www.r-project.org and
* www.hmdc.harvard.edu/numerical_issues/
*
* Copyright (C) 2004 Micah Altman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Li... |
#ifndef __HDS_MANIFEST_H__
#define __HDS_MANIFEST_H__
// includes
#include "../mp4/mp4_builder.h"
#include "../mp4/mp4_parser.h"
#include "../segmenter.h"
#include "../common.h"
// typedefs
typedef struct {
vod_str_t fragment_file_name_prefix;
} hds_manifest_config_t;
// functions
vod_status_t hds_packager_build_ma... |
/***************************************************************************/
/* */
/* ftgrays.h */
/* */
/* ... |
/*-
* Copyright (c) 2014 Michihiro NAKAJIMA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of ... |
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "usage_mon_data_scope.h"
OpenAPI_usage_mon_data_scope_t *OpenAPI_usage_mon_data_scope_create(
OpenAPI_snssai_t *snssai,
OpenAPI_list_t *dnn
)
{
OpenAPI_usage_mon_data_scope_t *usage_mon_data_scope_local_var = OpenAPI_malloc(sizeof(OpenAPI... |
/* Generated by Snowball 2.0.0 - https://snowballstem.org/ */
#include "steminternal.h"
namespace Xapian {
class InternalStemIndonesian : public SnowballStemImplementation {
int I_prefix;
int I_measure;
int r_remove_suffix();
int r_remove_second_order_prefix();
int r_remove_first_order_prefix();... |
/*
Copyright 2002-2013 CEA LIST
This file is part of LIMA.
LIMA is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later versi... |
/*
* Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/licens... |
/*
* ptw_parameters_1.h
*
*
*/
#ifndef _OpenAPI_ptw_parameters_1_H_
#define _OpenAPI_ptw_parameters_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"
#include "operation_mode.h"
#ifdef __cplusplus
extern "C" {... |
/*
* (c) Copyright Ascensio System SIA 2010-2019
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGP... |
/*************** <auto-copyright.pl BEGIN do not edit this line> **************
*
* VR Juggler is (C) Copyright 1998-2007 by Iowa State University
*
* Original Authors:
* Allen Bierbaum, Christopher Just,
* Patrick Hartling, Kevin Meinert,
* Carolina Cruz-Neira, Albert Baker
*
* This library is free soft... |
/*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2008, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit... |
#include <stdio.h>
int main(int argc, char *argv[]) {
fprintf(stdout,"hello world\n");
fprintf(stderr,"error\n");
return 0;
}
|
/* Copyright 2015 the unarr project authors (see AUTHORS file).
License: LGPLv3 */
#include "unarr-imp.h"
#ifdef WIN32
#define COBJMACROS
#include <Objidl.h>
#include <Unknwn.h>
#endif
ar_stream *ar_open_stream(void *data, ar_stream_close_fn close, ar_stream_read_fn read, ar_stream_seek_fn seek, ar_stream_tell_fn ... |
/*
Copyright (c) 2013, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the fo... |
/****************************************************************************
**
** 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 QtXmlPatterns module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:L... |
/* CAGLFramebuffer.h
Copyright (C) 2012 Free Software Foundation, Inc.
Author: Ivan Vučica <ivan@vucica.net>
Date: July 2012
This file is part of QuartzCore.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publi... |
/**
STCompiledMethod.h
Copyright (c) 2002 Free Software Foundation
This file is part of the StepTalk.
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
ve... |
/*
* virsh-network.c: Commands to manage network
*
* Copyright (C) 2005, 2007-2012 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the Lice... |
/*
* upnpavd - UPNP AV Daemon
*
* Copyright (C) 2009 - 2010 Alper Akcan, alper.akcan@gmail.com
* Copyright (C) 2009 - 2010 CoreCodec, Inc., http://www.CoreCodec.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 publish... |
//
// CCClosestFirstIterator.h
// CCGraphT
//
// Created by James Kane on 11/10/12.
// Copyright (c) 2012 James Kane. All rights reserved.
//
#import "CCCrossComponentIterator.h"
@class CCFibonacciHeapNode;
@interface CCClosestFirstIterator : CCCrossComponentIterator
- (id)initWithGraph:(CCAbstractBaseGraph *)gr... |
#include <stdio.h>
#include <string.h>
#include <ctype.h> /* tolower */
#include <stdlib.h> /* exit */
#define PC 0
#define MPE 0
#define ANSI 0
#define TRACE 0
#if PC
#include <process.h>
#endif
#if ANSI
void erro(char *s1, char *s2);
#else
void erro();
#endif
char line[16*BUFSIZ+1];
void main(argc,argv)
i... |
/*
* Copyright (C) 2005 Tommi Maekitalo
*
* 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.
*
* As a spec... |
/******************************************************************************
Copyright 2009, Freie Universität Berlin (FUB). All rights reserved.
These sources were developed at the Freie Universitaet Berlin, Computer Systems
and Telematics group (http://cst.mi.fu-berlin.de).
---------------------------------------... |
/****************************************************************************
**
** 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$
** No Comme... |
/*
* Copyright 2006 Serge van den Boom <svdb@stack.nl>
*
* 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.
*
... |
/****************************************************************************
**
** 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... |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Li... |
/* GStreamer
*
* 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) any later version.
*
* This library is distributed in the hop... |
/////////////////////////////////////////////////////////////////////////////
//
// File: timer2_calc_crc_val.c
//
// Copyright S. Brennen Ball, 2011
//
// The author provides no guarantees, warantees, or promises, implied or
// otherwise. By using this software you agree to indemnify the author
// of any da... |
/*
* This file is part of Handset UX Transfer user interface
*
* Copyright (C) 2010-2011 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
* Contact: Jukka Tiihonen <jukka.tiihonen@nokia.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software an... |
#ifndef _FEEDSERVICEUTILS2_H_
#define _FEEDSERVICEUTILS2_H_
typedef struct{
void* query_loaderdata;
}query_loader;
typedef struct{
void* db_interface_data;
}db_interface;
typedef struct{
void* handle;
}file_watcher;
typedef gboolean (*HttpProgressCallback)(gdouble bytes_sent,gpointer user_data);
typedef str... |
/*
* Copyright (c) 2015 Intel Corporation. All rights reserved.
*
* 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... |
#include <stdio.h>
#include "CompilerKit.h"
/** The following shows how to build up a Finite State Machine and search through it. */
// Build up the state machine. Should match "fsm" or "demo", separated by (but not ending with) spaces.
CompilerKitFSM *state_machine ()
{
CompilerKitFSM* fsm; // Creates pointer fo... |
/***********************************************\
GTL sample
Copyright (c) 2003-2004, G-Truc Creation
*************************************************
G-Truc Creation, www.g-truc.net
par Groove, groove@g-truc.net
*************************************************
particle_system.h, 06/10/2004
\********************... |
/**************************************************************************
**
** Copyright (C) 2012-2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Installer Framework.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holdi... |
/****************************************************************************
**
** 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... |
/**********************************************************************
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
*
* Copyright (C) 2005-2006 Refractions Research Inc.
* Copyright (C) 2001-2002 Vivid Solutions Inc.
*
* This is free software; you can redistribute and/or modify it under... |
/*
LJKit: an Objective-C implementation of the LiveJournal client protocol
Copyright (C) 2002-2003 Benjamin Peter Ragheb
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... |
#ifndef _STDDEF_H
#define _STDDEF_H
typedef __SIZE_TYPE__ size_t;
typedef __PTRDIFF_TYPE__ ssize_t;
typedef __WCHAR_TYPE__ wchar_t;
typedef __PTRDIFF_TYPE__ ptrdiff_t;
typedef __PTRDIFF_TYPE__ intptr_t;
typedef __SIZE_TYPE__ uintptr_t;
#ifndef __int8_t_defined
#define __int8_t_defined 1
typedef signed char int8_t;
ty... |
/*
* This file is part of crash-reporter
*
* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
*
* Contact: Ville Ilvonen <ville.p.ilvonen@nokia.com>
* Author: Raimo Gratseff <ext-raimo.gratseff@nokia.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the t... |
#ifndef __ADPCM_H__
#define __ADPCM_H__
#include "SoundDev.h"
struct ADPCMVOICE {
TCHAR name[32]; //program name
UINT32 staddr; //Start address (bit unit)
UINT32 length; //length (bit unit)
UINT32 loopstart; //offset from start
UINT32 loopend; //offset from start
};
class CAdPcmBase : public CSoundDevice
{
... |
/**
* @file
* @ingroup Display
*/
#ifndef RB_FRAME_LIST_H
#define RB_FRAME_LIST_H
#include <vector>
#include "BaconBox/Display/FrameDetails.h"
namespace BaconBox {
/**
* Array of frame details.
* @ingroup Display
*/
typedef std::vector<FrameDetails> FrameArray;
}
#endif
|
#ifndef EDITORBEHAVIOURMANAGER_H
#define EDITORBEHAVIOURMANAGER_H
#include <queue>
#include <vector>
#include "Bang/Array.h"
#include "Bang/Array.tcc"
#include "Bang/BangDefines.h"
#include "Bang/BehaviourManager.h"
#include "Bang/BinType.h"
#include "Bang/Compiler.h"
#include "Bang/EventEmitter.tcc"
#include "Bang/E... |
/*
Copyright (C) 2017 Michael A. Hicks
Distributed under the terms of the GNU Lesser General Public License.
This file is part of Simulacrum.
Simulacrum 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 Fou... |
/* radare - LGPL3 - 2016-2017 - xarkes */
#include "swf.h"
#include "swfdis.h"
#include "swf_op_names.h"
char* get_swf_file_type(char compression, char flashVersion) {
char* type = NULL;
switch (compression) {
case ISWF_MAGIC_0_0:
type = r_str_newf (SWF_FILE_TYPE, flashVersion, SWF_FILE_TYPE_SWF);
break;
cas... |
// Created file "Lib\src\Uuid\propkeys"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5... |
/* This file is part of ArXLib, a C++ ArX Primitives Library.
*
* Copyright (C) 2008-2010 Alexander Fokin <apfokin@gmail.com>
*
* ArXLib 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; eithe... |
/* ``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... |
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
static const double PI = 3.14159265359;
#pragma xmp nodes p[*]
#pragma xmp template t[100]
#pragma xmp distribute t[block] onto p
int main(){
double a0[100], b0[100], c0[100];
#pragma xmp align a0[i] with t[i]
#pragma xmp align b0[i] with t[i]
#pragma... |
/*
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... |
/*
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... |
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <termios.h>
#include "serial.h"
#define COM_PATH "/dev/ttyS1"
/**
* [copy_from_old description]
* @Author: Krylin
* @DateTime 2016-12-18T21:13:32+080
* @param fd ... |
/* This file is part of GEGL
*
* GEGL 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.
*
* GEGL is distributed in the hope... |
/*
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... |
/*
* heap.h
*
* Copyright (c) 2008-2010 CSIRO, Delft University of Technology.
*
* This file is part of Darjeeling.
*
* Darjeeling 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 vers... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <pthread.h>
#include <stdint.h>
/**
* service prêparé pour être un thread mais aussi pourrait être appelé directement
*/
void *service(void *comm_fd) {
int comm_sock=(intptr_t)comm_fd;
//printf("%d", comm_sock);
char ... |
/*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* 2. Redistributions in bi... |
#pragma once
#include "..\..\PhysX\PxPhysicsAPI.h"
using namespace physx;
inline PxVec3* fromVertex(vertexDatas* vertex, int size)
{
PxVec3* mem = new PxVec3[size];
for (int i = 0; i < size; ++i) {
mem[i] = PxVec3(vertex[i].m_pos.x, vertex[i].m_pos.y, vertex[i].m_pos.z);
}
return mem;
}
inline PxVec3 XMtoPX(con... |
/********************************************************
[DateTime]:2013.8.30
[Author ]:Mr.Huang
[Email ]:hsq2013(at)foxmail(dot)com
[Content ]:The main 3d view control
/********************************************************/
#include "Instance.h"
#include "EAViewGlobe.h"
//#include "MemLeakCheck.h"
#inc... |
#ifndef _HASHTABLE_H
#define _HASHTABLE_H
#include <stdbool.h>
#include <stddef.h>
// TODO: yoink typedefs
typedef struct {
unsigned int key;
void *value;
void *next;
} sui_hashtable_entry_t;
typedef struct {
unsigned int (*hash)(const void *);
sui_hashtable_entry_t **buckets;
size_t bucket_count;
} sui_hashtab... |
// Created file "Lib\src\Uuid\propkeys"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5... |
/* =========================================================================
* This file is part of sys-c++
* =========================================================================
*
* (C) Copyright 2004 - 2009, General Dynamics - Advanced Information Systems
*
* sys-c++ is free software; you can redistribut... |
/*******************************************************************************
* SCHNApps *
* Copyright (C) 2016, IGG Group, ICube, University of Strasbourg, France *
* Plugin ExtractSurface ... |
#pragma once
//#define NTDDI_VERSION NTDDI_WINXP
#include <windows.h>
|
/*
* Memory range functions
*
* Copyright (c) 2009-2014, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
* 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 F... |
#ifndef SIGNEXPORTAPK_H
#define SIGNEXPORTAPK_H
#include <QLineEdit>
#include "dialog.h"
#include "macros.h"
APP_NAMESPACE_START
class SignExportApk : public Dialog
{
Q_OBJECT
private:
QLineEdit *_key;
QLineEdit *_keyPass;
QLineEdit *_keystore;
QLineEdit *_keystorePass;
public:
explicit SignE... |
/**
* This file is part of the rgbdemo project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Thi... |
#include <stdio.h>
#include <wiringPi.h>
int main(int argc, char **argv)
{
# if 0
wiringPiSetupSys();
s500_sys_gpio_type(1);
while(1)
{
digitalWrite(3, 1);
printf(".....pin 3.........HIGH\n");
delay (6000) ; // mS
digitalWrite(3, 0);
printf(".....pin 3.........LOW\n");
delay (6000) ; // mS
}
#... |
/*
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... |
//
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: /Users/krasnocka/Downloads/j2objc-master/testing/mockito/build_result/java/org/mockito/internal/matchers/LessOrEqual.java
//
#ifndef _OrgMockitoInternalMatchersLessOrEqual_H_
#define _OrgMockitoInternalMatchersLessOrEqual_H_
@protocol JavaLangCompar... |
/** \file tensorflow.h
* \brief Tensorflow representation header file.
*
* \author Wouter Caarls <wouter@caarls.org>
* \date 2017-01-31
*
* \copyright \verbatim
* Copyright (c) 2017, Wouter Caarls
* All rights reserved.
*
* This file is part of GRL, the Generic Reinforcement Learning library.
*
* GR... |
/*
* @BEGIN LICENSE
*
* Psi4: an open-source quantum chemistry software package
*
* Copyright (c) 2007-2018 The Psi4 Developers.
*
* The copyrights for code used from other parties are included in
* the corresponding files.
*
* This file is part of Psi4.
*
* Psi4 is free software; you can redistribute it an... |
#ifndef SOCKETCLIENTHANDLE_H
#define SOCKETCLIENTHANDLE_H
#include "Socket.h"
#include "Runnable.h"
#include <stack>
class SocketDataServer;
class SocketClientHandle : public Runnable
{
public:
SocketClientHandle(SocketDataServer* server, network::Socket* socket);
void update();
bool isOk() const;
pro... |
/***************************************************************************
* Copyright (C) 2013 by Ralf Kaestner *
* ralf.kaestner@gmail.com *
* *
* This pr... |
// Created file "Lib\src\Uuid\X64\uianimation_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,... |
/*
* Copyright 2015 by Heiko Schäfer <heiko@rangun.de>
*
* This file is part of NetMauMau.
*
* NetMauMau 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... |
/*
* server/zone/objects/tangible/firework/Firework.h generated by engine3 IDL compiler 0.55
*/
#ifndef FIREWORK_H_
#define FIREWORK_H_
#include "engine/orb/DistributedObjectBroker.h"
class Player;
class TangibleObject;
#include "../TangibleObject.h"
class Firework : public TangibleObject {
public:
Firework(Pl... |
// Created file "Lib\src\Uuid\X64\propkeys"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,... |
/*
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... |
/*****************************************************************************
Copyright (c) 2010, Intel Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source cod... |
/* Zimr - Next Generation Web Server
*
*+ Copyright (c) 2009 Ian Halpern
*@ http://Zimr.org
*
* This file is part of Zimr.
*
* Zimr 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 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.