text stringlengths 4 6.14k |
|---|
#ifndef MAINMENU_H
#define MAINMENU_H
#include "StdAfx.h"
class MainMenu : public wxMenuBar
{
DECLARE_CLASS(MainMenu)
DECLARE_EVENT_TABLE()
public:
/// <summary>Êîíñòðóêòîð êëàññà.</summary>
MainMenu(void);
/// <summary>Äåñòðóêòîð êëàññà.</summary>
~MainMenu(void);
protected:
void OnNewProject(wxCommandEven... |
#ifndef PBM_H
#define PBM_H
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
typedef struct
{
int width;
int height;
uint8_t *data;
} pbm_image;
pbm_image *load_pbm(char *path);
void free_pbm(pbm_image *img);
#endif
|
cosOut( A_4 ,0.25,hCodec);
cosOut( A_4 ,0.25,hCodec);
cosOut( A_4 ,0.25,hCodec);
cosOut( G_4 ,0.25,hCodec);
cosOut( G4 ,0.25,hCodec);
cosOut( G4 ,0.25,hCodec);
cosOut( F4 ,0.25,hCodec);
cosOut( F4 ,0.25,hCodec);
cosOut( D_5 ,0.25,hCodec);
cosOut( D_5 ,0.25,hCodec);
cosOut( F4 ,0.25,hCodec);
cosOut( F4 ,0.25,... |
//
// ContactEditorController.h
// nexuspad
//
// Created by Ren Liu on 7/6/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "EntryEditorTableViewController.h"
#import "PhotoHelper.h"
@interface ContactEditorViewController : EntryEditorTableViewController <PhotoHelperDelegate>
@proper... |
//
// MasterViewController.h
// TestBadge
//
// Created by Eric Miller on 5/21/14.
// Copyright (c) 2014 Frozen Panda. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MasterViewController : UITableViewController
@end
|
/*
Up to 20% marks will be allotted for good programming practice. These include
- Comments: for nontrivial code
- Indentation: align your code properly
- Function use and modular programming
- Do not include anything in the header other than what is already given in the template. -------------------------------------... |
/**************************************************************************************************
* Program name : Switch_Relay_Control.c
* Description : This file declares that how to control the switches and relais on the switch
* : matrix board and relay matrix board.
* :
* : Switches : ON / OFF, CLOSE /... |
/*
* Copyright (c) 2012 Bartlomiej Siwek All rights reserved.
*/
#ifndef ELG_UTILITIES_FILESYSTEM_OSPATH_H_
#define ELG_UTILITIES_FILESYSTEM_OSPATH_H_
// Forward declarations
namespace Elg { namespace Utilities { namespace Filesystem { class Path; } } }
namespace Elg {
namespace Utilities {
namespace Filesystem {
... |
// virusone/services/virus_timestamp.h
// Copyright (C) 2015 Rob Colbert <rob.isConnected@gmail.com>
// License: MIT
#pragma once
#include <string>
#include <sys/time.h>
namespace VirusOne { namespace Services {
class Timestamp {
public:
Timestamp();
Timestamp(const Timestamp& timestamp);
virtual ~... |
//
// DDAViewController.h
// BlickingLabel
//
// Created by David White on 09/02/2015.
// Copyright (c) 2015 David White. All rights reserved.
//
@import UIKit;
@import BlickingLabel;
@interface DDAViewController : UIViewController
@property (weak, nonatomic) IBOutlet BlinkingLabel *blinkingLabel;
- (IBAction)t... |
/*
* Copyright (C) 2009 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango.org>
*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO 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... |
//
// MovieDetailCell.h
// FreshRedGrapes
//
// Created by Adam Tait on 1/20/14.
// Copyright (c) 2014 Adam Tait. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Movie.h"
@interface MovieDetailCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@property (weak, nonatomic) IB... |
/**
@file shader_dispatcher.h
@brief receives the concrete class from virtual function of Node.
@author HRYKY
@version $Id: shader_dispatcher.h 381 2015-03-14 00:09:09Z hryky.private@gmail.com $
*/
#ifndef SHADER_DISPATCHER_H_20140819115033160
#define SHADER_DISPATCHER_H_20140819115033160
#include "h... |
//
// TBBuildsListRowView.h
// TravisBoard
//
// Created by Sergii Kryvoblotskyi on 6/1/15.
// Copyright (c) 2015 Alterplay. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "TBHexToColorTransformer.h"
#import "TBBackgroundColorView.h"
#import "TBRoundedImageView.h"
@interface TBBuildsListRowView : NSTable... |
//
// OGViewController.h
// OGRSAEncryption
//
// Created by Jesper on 05/09/2015.
// Copyright (c) 2014 Jesper. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface OGViewController : UIViewController
@end
|
#pragma once
#include <map>
#include <string>
#include <cuda_runtime_api.h>
#include <pga/core/Core.h>
#include <pga/core/Grid.cuh>
using namespace PGA;
using namespace PGA::Operators;
using namespace PGA::Shapes;
using namespace PGA::Parameters;
namespace Scene
{
const std::map<size_t, size_t> GenFuncCounters = <... |
#import "FDRequestClientTask.h"
#pragma mark - Type Definitions
/**
This block is called when the all the tasks in the group have finished loading.
*/
typedef void (^FDRequestClientTaskGroupCompletionBlock)(void);
#pragma mark - Class Interface
/**
FDRequestClientTaskGroup allows you to group a bunch of request c... |
//
// Role+helper.h
// Mubaloo
//
// Created by Rob Nash on 02/07/2014.
// Copyright (c) 2014 robertnash. All rights reserved.
//
#import "Role.h"
@interface Role (helper)
+(Role*)createInContext:(NSManagedObjectContext*)context;
+(Role*)createOrFetchWithName:(NSString*)name withLeadStatus:(NSNumber*)isLead inC... |
//
// Statmonitor.h
// GemStone
//
// Created by James Foster on 7/12/12.
// Copyright (c) 2012-2013 GemTalk Systems LLC. All rights reserved.
//
#import "DatabaseTask.h"
@interface Statmonitor : DatabaseTask
@end
|
// This file was generated based on 'C:\ProgramData\Uno\Packages\UnoCore\0.13.2\Source\Uno\Compiler\ExportTargetInterop\$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#ifndef __APP_UNO_COMPILER_EXPORT_TARGET_INTEROP_TARGET_SPECIFIC_IMPLEMENTATION_ATTRIBUTE_H__
#define __APP_UNO_COMPILER_EXPO... |
//
// EBAudioCache.h
// EBAudioKit
//
// Created by Tyrone Trevorrow on 7/01/14.
// Copyright (c) 2014 Sudeium. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface EBAudioCachedItem : NSObject <NSCoding>
@property (nonatomic, copy) NSString *key;
@property (nonatomic, assign) uint64_t byteSize;
@... |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "UIView.h"
@class NSMutableArray, UIButton, UILabel;
// Not exported
@interface SLMicroBlogActiveAccountView : UIView
{
NSMutableArray *_constraints;
UIView *_g... |
#ifndef INPUT_PROCESSOR_H
#define INPUT_PROCESSOR_H
#include <iostream>
#include <functional>
using namespace std;
namespace fe
{
class InputProcessor
{
private:
string m_QuestionPrefix;
string m_QuestionSuffix;
public:
InputProcessor();
InputProcessor(const InputProcessor& toCopy);
InputProcessor& operator=(... |
//
// AppDelegate.h
// BAAlert
//
// Created by boai on 2017/5/8.
// Copyright © 2017年 boai. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
#ifndef __INFO_H_
#define __INFO_H_
#include "osapi.h"
#if defined(DEBUG_ON)
#define INFO( format, ... ) os_printf( format, ## __VA_ARGS__ )
#else
#define INFO( format, ... )
#endif
#endif |
#ifndef __SAVEPROMPTDLG_H__
#define __SAVEPROMPTDLG_H__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SavePromptDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSavePromptDlg dialog
class CSavePromptDlg : public CDialog
{
// Construction
public... |
#ifndef VTUI_H
#define VTUI_H
/*
*****************************************************************************
* ___ _ _ _ _
* / _ \ __ _| |_| |__(_) |_ ___
* | (_) / _` | / / '_ \ | _(_-<
* \___/\__,_|_\_\_.__/_|\__/__/ ... |
// Copyright (c) 2017-2021 offa
// Copyright 2011 Ciaran McHale.
//
// 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, ... |
// CCTextScroller.h
// Created by Justin Godesky on 3/11/14.
#ifndef __CCTextScroller__
#define __CCTextScroller__
#include "cocos2d.h"
using namespace cocos2d;
class CCTextScroller : public CCNode
{
public:
CREATE_FUNC(CCTextScroller);
CCTextScroller();
virtual ~CCTextScroller();
static CCTextScroller*... |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSCopying-Protocol.h"
#import "NSObject-Protocol.h"
@protocol IDEIndexable <NSObject, NSCopying>
- (id)buildSettingsForMainFile:(id)arg1;
- (id)localizedIndexableDescri... |
// PKMultipartInputStream.h
// py.kerembellec@gmail.com
@interface PKMultipartInputStream : NSInputStream
- (void)addPartWithName:(NSString *)name string:(NSString *)string;
- (void)addPartWithName:(NSString *)name data:(NSData *)data;
- (void)addPartWithName:(NSString *)name data:(NSData *)data contentType:(NSString ... |
//
// RNVectorIconsManager.h
// RNVectorIconsManager
//
// Created by Joel Arvidsson on 2015-05-29.
// Copyright (c) 2015 Joel Arvidsson. All rights reserved.
//
#if __has_include(<React/RCTBridgeModule.h>)
#import <React/RCTBridgeModule.h>
#else // Compatibility for RN version < 0.40
#import "RCTBridgeModule.h"
#... |
@import Foundation;
#import "FDObjectDescriptor.h"
#import "FDObjectTransformerAdapter.h"
#pragma mark - Class Interface
/**
FDObjectTransformer allows developers to convert an instance of class A into an instance of class B as long as a transformation is defined.
FDObjectTransformer has a number of transformation... |
#ifndef __DEBUG_H__
#define __DEBUG_H__
#define debug(args...) printf(args)
#endif
|
//
// EMHorizontalPagingView.h
// Coll
//
// Created by Samuel on 15/4/16.
// Copyright (c) 2015年 Samuel. All rights reserved.
//
#import <UIKit/UIKit.h>
@class MSCollectionDataSource;
@protocol MSCollectionCellModel;
typedef NS_ENUM(NSUInteger, MSHorizontalPagingControlAlignment)
{
MSHorizontalPagingContro... |
/* 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 may... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_KEYSTORE_H
#define BITCOIN_KEYSTORE_H
#include "key.h"
#incl... |
/*
* The olsr.org Optimized Link-State Routing daemon(olsrd)
* Copyright (c) 2004-2011, the olsr.org team - see HISTORY file
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redis... |
//
// DataMocker.h
// MealRider
//
// Created by Jeff Ligon on 1/13/15.
// Copyright (c) 2015 Visceral Origami LLC. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface DataMocker : NSObject
+(NSArray*)listOfRestaurant;
+(NSDictionary*)locOfRestaurant;
+(NSDictionary*)imgNameForRestaurant;
@e... |
//
// LBAddressBookVC.h
// iSoccer
//
// Created by pfg on 16/2/16.
// Copyright © 2016年 iSoccer. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LBAddressBookVC : UIViewController<UITableViewDelegate,UITableViewDataSource>
@property (nonatomic, copy) NSMutableArray *personArray;
@property (nonatomic, ... |
/**
* Copyright 2009
*
* 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 applicable law or agreed to in writing, ... |
//
// YNMapKit.h
// YNCommonProject
//
// Created by 王阳 on 2016/12/6.
// Copyright © 2016年 王阳. All rights reserved.
//
#ifndef YNMapKit_h
#define YNMapKit_h
#import "MKMapView+YNBetterMaps.h"
#import "MKMapView+YNMoveLogo.h"
#import "MKMapView+YNZoomLevel.h"
#endif /* YNMapKit_h */
|
/* ヘッダファイルのインクルード */
/* 既定のヘッダファイル */
#include <stdio.h> /* 標準入出力 */
#include <stdlib.h> /* 標準ユーティリティ */
#include <jpeglib.h> /* libjpeg */
/* 独自のヘッダファイル */
#include "bitmap.h" /* ビットマップ */
/* main関数の定義 */
int main(void){
/* 変数の宣言 */
FILE *fp = NULL; /* ファイルポインタfp */
bitmap_t bitmap = {0}; /* bitmap_t型bitmapを0で... |
// Copyright (c) 2011-2013 The Bitcoin developers
// Copyright (c) 2016-2019 The NPCcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_WALLETFRAME_H
#define BITCOIN_QT_WALLETFRAME_H
#include ... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_console_w32_spawnlp_42.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-42.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: console Read input from the consol... |
/*
* Freescale i.MX28 USB Host driver
*
* Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
* on behalf of DENX Software Engineering GmbH
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <asm/io.h>
#include <asm/arch/imx-regs.h>
#include <errno.h>
#include "ehci.h"
/* This DIGCTL reg... |
/*
The MIT License (MIT)
Copyright (c) 2015 Douglas J. Bakkum
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, mo... |
//
// CollectionViewTest.h
// MGSwipeDemo
//
// Created by Chee Han Lim on 9/1/15.
// Copyright (c) 2015 Imanol Fernandez Gorostizaga. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CollectionViewTest : UIViewController
@end
|
#ifndef FIX50SP1_ORDERCANCELREJECT_H
#define FIX50SP1_ORDERCANCELREJECT_H
#include "Message.h"
namespace FIX50SP1
{
class OrderCancelReject : public Message
{
public:
OrderCancelReject() : Message(MsgType()) {}
OrderCancelReject(const FIX::Message& m) : Message(m) {}
OrderCancelReject(const Message... |
/*
* Copyright(c) Sophist Solutions, Inc. 1990-2022. All rights reserved
*/
#include "../../StroikaPreComp.h"
#include <set>
#include "../Set.h"
#ifndef _Stroika_Foundation_Containers_Concrete_Set_stdset_h_
#define _Stroika_Foundation_Containers_Concrete_Set_stdset_h_
/**
* \file
*
* \version <a href="Co... |
#include "stdafx.h"
#ifndef ENCRYPTED_DATA_H_
#define ENCRYPTED_DATA_H_
template <typename DataType>
class EncryptedData {
public:
static const uint32_t DATASIZE = sizeof(DataType);
typedef void (*DataProcessCallback)(DataType* data, void* arg);
template <typename DataType>
static void SetDataCallback(DataType* d... |
#include "linkedlist.h"
#include <stdio.h>
#include <string.h>
void cleanData(void *data)
{
printf("Clean %d\n", *(int*)data);
}
void showData(void *data)
{
printf("%d", *(int*)data);
}
void test_1()
{
int key_len = 2;
LinkedList *list = initList(key_len);
uint8_t key[2];
key[0] = 0;
key[... |
#ifndef BONUSCODETAB_H
#define BONUSCODETAB_H
#include "platformstyle.h"
#include <QWidget>
#include "walletmodel.h"
#include "clientmodel.h"
#include "../txmempool.h"
#include "transactionfilterproxy.h"
#include <QStandardItemModel>
namespace Ui {
class BonusCodeTab;
}
class QTableView;
class CBonusinfo;
class Bonus... |
#ifndef SHADERRUNNER_RENDERTOFILE_DLG_H
#define SHADERRUNNER_RENDERTOFILE_DLG_H
// MIT License
//
// Copyright(c) 2017 Piotr 'utak3r' Borys
//
// 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 Softwa... |
#ifndef XSSYNCSETTINGARRAY_H
#define XSSYNCSETTINGARRAY_H
#include <xsens/xsarray.h>
#ifdef __cplusplus
#include "xssyncsetting.h"
extern "C" {
#endif
extern XsArrayDescriptor const XDA_DLL_API g_xsSyncSettingArrayDescriptor;
#ifndef __cplusplus
#define XSSYNCSETTINGSARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsSyncS... |
//
// PhoneDialer.h
// Created by Justin McNally on 11/17/11.
// Copyright (c) 2011 Kohactive. All rights reserved.
// https://github.com/j-mcnally/PhoneGap-ios-PhoneDialer
//
// MIT Licensed
//
// Modified and imported by Ozgur Susoy (Social Justice Builders I.T. Services)
// 2014
//
#import <Cordova/CDVPlugin.h>
@i... |
//
// IRCommand.h
// iRobotlegs
//
// Created by Pedr Browne on 19/09/2011.
// Copyright (c) 2011 the original author or authors
// Based on the Robotlegs Framework for Actionscript 3: http://www.robotlegs.org
// Permission is hereby granted to use, modify, and distribute this file
// in accordance with the ter... |
/* sort.c
* Test program to sort a large number of integers.
*
* Intention is to stress virtual memory system.
*
* Ideally, we could read the unsorted array off of the file system,
* and store the result back to the file system!
*/
#include "syscall.h"
int A[1024]; /* size of physical memory; with co... |
/*
***********************************************************************************************************************
*
* Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associ... |
//
// PMAppDelegate.h
// ProjectileMotion
//
// Created by Max Luzuriaga on 4/20/13.
// Copyright (c) 2013 Max Luzuriaga. All rights reserved.
//
#import <UIKit/UIKit.h>
@class PMViewController;
@interface PMAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@prop... |
//
// ReceiptCheck.h
// Newsstand
//
// Created by Carlo Vigiani on 29/Oct/11.
// Copyright (c) 2011 viggiosoft. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol ReceiptCheckDelegate;
@interface ReceiptCheck : NSObject<NSURLConnectionDelegate>
-(void)validateSubscriptionReceipt;
-(void)check... |
//
// BarViewController.h
// DTiseChart
//
// Created by 徐进 on 2016/12/8.
// Copyright © 2016年 studio.joshin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BarViewController : UIViewController
@end
|
//
// BLKBaseRequest.h
// BLKNetworkDemo
//
// Created by HangqiLiu on 2016/10/17.
// Copyright © 2016年 bianlike. All rights reserved.
//
#import <Foundation/Foundation.h>
@class BLKBaseRequest;
@protocol AFMultipartFormData;
typedef NS_ENUM(NSUInteger, BLKRequestMethod) {
BLKRequestMethodGET = 0,
... |
/*****************************************************************************
*
* A simple implementation of John Conway's "Game of life"
* using MPI with a one-dimensional domain decomposition
* (NDIMS=1) in the x-direction.
*
* The system is im x jm cells and runs for nsteps iterations
* Boundary conditi... |
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 01Menu.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_MY01METYPE 129
#define IDB_BITMAP1 130
#define IDR_MENU1 131
... |
/*
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... |
/* This file is part of the YAZ toolkit.
* Copyright (C) 1995-2012 Index Data.
* 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 co... |
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005-2014 Simon Howard
//
// 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... |
//
// ZoomiFictionController.h
// ZoomCocoa
//
// Created by Andrew Hunter on Thu Jan 22 2004.
// Copyright (c) 2004 Andrew Hunter. All rights reserved.
//
#import <AppKit/AppKit.h>
#import <WebKit/WebKit.h>
#import "ZoomiFButton.h"
#import "ZoomStory.h"
#import "ZoomCollapsableView.h"
#import "ZoomSavePreviewView... |
/* $Id: VBoxUsbCmn.h 56293 2015-06-09 14:23:56Z vboxsync $ */
/** @file
* VBoxUsmCmn.h - USB device. Common defs
*/
/*
* Copyright (C) 2011-2015 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can r... |
/*
* Set Instance Output Routine
* by Tom Epperly
* Created: 2/15/90
* Version: $Revision: 1.7 $
* Version control file: $RCSfile: setinst_io.c,v $
* Date last modified: $Date: 1997/10/28 19:20:43 $
* Last modified by: $Author: mthomas $
*
* This file is part of the Ascend Language Interpreter.
*
* ... |
/*
* Copyright (c) 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/
* Ben Dooks <ben@simtec.co.uk>
*
* S3C2410 - GPIO lib support
*
* 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 ... |
#ifndef LAYOUTCONFIGWIDGET_H
#define LAYOUTCONFIGWIDGET_H
#include <QWidget>
class LayoutConfigWidget : public QWidget
{
Q_OBJECT
public:
explicit LayoutConfigWidget(QWidget *parent = 0);
signals:
public slots:
bool appDirChanged(const QString &path);
private:
QString q_appDir;
}... |
/* $NetBSD: dirent.h,v 1.35 2012/07/30 23:11:13 yamt Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
... |
/* util.c ....... error message utilities.
* C. Scott Ananian <cananian@alumni.princeton.edu>
*
* $Id: util.c,v 1.10 2005/03/10 01:18:20 quozl Exp $
*/
#include <stdio.h>
#include <stdarg.h>
#include <syslog.h>
#include <unistd.h>
#include <stdlib.h>
#include "util.h"
#ifdef CODE_IN_USE //Winster ... |
/*
* Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software and related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this soft... |
#ifndef SIM_PROFILE_H
#define SIM_PROFILE_H
#include <QSharedPointer>
#include <QString>
#include <QStringList>
#include "cfg.h"
#include "plugins.h"
namespace SIM
{
class EXPORT Profile
{
public:
Profile(const QString& name = "");
Profile(const ConfigPtr& conf, const QString& name = "");... |
/* salsa20-core-internal.c
*
* Internal interface to the Salsa20 core function.
*/
/* nettle, low-level cryptographics library
*
* Copyright (C) 2012 Simon Josefsson, Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Pub... |
#ifndef LINUX_MMC_IOCTL_H
#define LINUX_MMC_IOCTL_H
#if 0 /* Not use at PremiaV */
// [[[[[[[[[ added by P10458, 2012-04-05
#include "card.h"
// ]]]]]]]]] added by P10458, 2012-04-05
#endif
struct mmc_ioc_cmd {
/* Implies direction of data. true = write, false = read */
int write_flag;
/* Application-specific comm... |
//
// MyAlerView.h
// LearnEnglish
//
// Created by zhixu jia on 12-3-31.
// Copyright (c) 2012年 xuling. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MyAlerView : UIView
{
NSTimeInterval _delay;
}
+ (id) sharedAler;
- (void) ViewShow:(NSString *)info;
@end
|
/* $Id$ */
/*
* Some of the X headers are not very friendly in terms of namespace.
* For example, X.h typedef's Mask but we use Mask in the core of pcb
* and this causes problem. To avoid this, pull in the X headers in
* this file where we can add workarounds as needed.
*/
#define Mask X_Mask
#include <X11/Int... |
/* gEDA - GPL Electronic Design Automation
* libgeda - gEDA's library
* Copyright (C) 1998-2010 Ales Hvezda
* Copyright (C) 1998-2010 gEDA Contributors (see ChangeLog for details)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pub... |
/*
* Copyright (C) 2004-2007 Imendio AB
* Copyright (C) 2007-2010 Collabora Ltd.
*
* 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... |
/***************************************************************************
*
* Copyright (c) 2000-2015 BalaBit IT Ltd, Budapest, Hungary
* Copyright (c) 2015-2018 BalaSys IT Ltd, Budapest, Hungary
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu... |
/*
*
* Copyright (c) International Business Machines Corp., 2001
*
* 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 l... |
/*
*
* (C) COPYRIGHT 2011-2013 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
* Foundation, and any use by you of this program is subject to the terms
* of such GNU l... |
/*
* Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "emu.h"
#include "memory.h"
/* Notes:
* 1. leavedos() needs a real parameter
*/
/*
* The point of these procedures is going to be to create a map of the
* available memory to facilitate:
*
* 1. check for memory conflicts (hardware page/ems... |
/*
* This is a small extension to the libxml API.
* The reason is that we don't convert the structs properly,
* which prevents some very basic actions
*/
#include <libxml/xmlerror.h>
#include <libxml/tree.h>
#include <libxml/HTMLparser.h>
#include <libxml/xpath.h>
#include <stdlib.h>
/*
* helper functions for tre... |
/******************************************************************************\
CAMotics is an Open-Source simulation and CAM software.
Copyright (C) 2011-2019 Joseph Coffland <joseph@cauldrondevelopment.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU G... |
#include "cab202_timers.h"
#include <assert.h>
#include <stdlib.h>
#ifdef WIN32
#include <windows.h>
#else
#include <time.h>
#include <unistd.h>
#endif
#ifdef __MACH__
#include <mach/clock.h>
#include <mach/mach.h>
#endif
/*
* create_timer:
*
* Creates a new timer and sets it up with the required interval.
*
* Inpu... |
/*============================================================================*
*
* (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
*
*============================================================================*/
// -*-c++-*-
#ifndef HX_URLREP_H__
#define HX_URLREP_H__
#include "hxstring... |
/* $Id$ */
/*
* This file is part of OpenTTD.
* OpenTTD 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.
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without... |
#import <AppKit/NSToolbarItem.h>
@interface JVToolbarItem : NSToolbarItem
@property (nonatomic, retain) id representedObject;
@end
|
/*
* Purple Plugin Pack
* Copyright (C) 2003-2008
* See ../AUTHORS for a list of all authors
*
* listhandler: Provides importing, exporting, and copying functions
* for accounts' buddy lists.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Pu... |
//
// SKBSummaryViewController.h
// SKCore
//
// Created by Pete Cole on 29/09/2014.
// Copyright (c) 2014 SamKnows. All rights reserved.
//
#import <UIKit/UIKit.h>
@class SKBSummaryViewMgr;
@interface SKBSummaryViewController : UIViewController
@property (weak, nonatomic) IBOutlet SKBSummaryViewMgr *summaryMan... |
// Copyright (c) 2013 The Silk Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Written by qingfeng.wang, some source code form snort,nginx.
// http://www.selinuxplus.com frank.wqf@gmail.com
// Thanks to China Standard software Co.... |
#if !defined(_TIMER_H_)
#define _TIMER_H_
#include <string>
class timer
{
public:
timer();
void start();
time_t mark(bool _diff=true);
time_t restart(bool _diff=true);
static std::string format_time(time_t _time);
protected:
time_t m_time;
};
#endif
|
/**
* \file version.h
*
* \brief Run-time version information
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free software; you can... |
#include <string.h>
int main(int argc, char **argv) {
void *p;
(void)argc; (void)argv;
p=(void*)(strstr);
return 0;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.