text stringlengths 4 6.14k |
|---|
//////////////////////////////////////////////////////////////////////////////
// Use cout through the serial interface.
//
// Copyright (C) 2015 Pasquale Cocchini <pasquale.cocchini@ieee.org>
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated doc... |
#import <Cordova/CDV.h>
@interface Scaffold : CDVPlugin
- (void) customaction:(CDVInvokedUrlCommand*)command;
@end |
#import "MOBProjection.h"
@interface MOBProjectionEPSG30730 : MOBProjection
@end
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
/**
* O(N^3)
*
*
* [remove print]
*
* $ time ./random_serial
* ./random_serial 1.36s user 0.00s system 99% cpu 1.362 total
*
*/
int *random_serial_number(const int sequence_size);
int main(int argc, char *argv[]) {
int *ser... |
// bazowy u¿ywalny obiekt
#pragma once
//-----------------------------------------------------------------------------
#include "BaseObject.h"
//-----------------------------------------------------------------------------
struct BaseUsable : public BaseObject
{
enum Flags
{
ALLOW_USE_ITEM = 1 << 0,
SLOW_STAMIN... |
// Copyright Hansol Park (anav96@naver.com, mooming.go@gmail.com). All rights reserved.
#ifndef StdUtil
#define StdUtil
#define ONCE while(false)
#include <cstddef>
namespace HE
{
class True_t {};
class False_t {};
template <typename T>
struct IsReferenceType { using Result = False_t; };
templ... |
/*
* controller.c
*
* Created on: Mar 10, 2015
* Author: Nexflame
*/
#include <malloc.h>
#include <string.h>
#include <stdlib.h>
#include "controller.h"
void controller_init(Controller* this, Repository* repo)
{
this->repo = repo;
repository_init(this->repo, "file.txt");
}
void controller_destroy(Contro... |
// Copyright (c) 2015, myjfm(mwxjmmyjfm@gmail.com). 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 ... |
//
// Copyright (c) 2008-2022 the Urho3D project.
//
// 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, m... |
//
// Copyright 2011 Jeff Verkoeyen
//
// 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 t... |
#ifndef __FASTPIN_ARM_STM32_H
#define __FASTPIN_ARM_STM32_H
FASTLED_NAMESPACE_BEGIN
#if defined(FASTLED_FORCE_SOFTWARE_PINS)
#warning "Software pin support forced, pin access will be sloightly slower."
#define NO_HARDWARE_PIN_SUPPORT
#undef HAS_HARDWARE_PIN_SUPPORT
#else
/// Template definition for STM32 style ARM ... |
#ifndef BITCOIN_STATSD_CLIENT_H
#define BITCOIN_STATSD_CLIENT_H
#include <string>
#include <memory>
static const bool DEFAULT_STATSD_ENABLE = false;
static const int DEFAULT_STATSD_PORT = 8125;
static const std::string DEFAULT_STATSD_HOST = "127.0.0.1";
static const std::string DEFAULT_STATSD_HOSTNAME = "";
static co... |
#include <stdio.h>
#include <stdlib.h>
int main(void) {
/* declare an int variable to hold characters */
int ch;
/* open a file for output: */
FILE *fp = fopen("output.log", "w");
/* check that it opened: */
if (fp == NULL) {
fprintf(stderr, "Error opening output file\n");
ex... |
/*
Copyright (C) 2011-2012 by Martin Linklater
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, publi... |
// Copyright (c) 2012-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_VERSION_H
#define BITCOIN_VERSION_H
/**
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 7... |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
// Not exported
@interface PDIterate : NSObject
{
int mType;
_Bool mIsBackwards;
_Bool mIsPercentage;
double mValue;
}
- (void)setValue:(do... |
#pragma once
#include "SFML\Audio.hpp"
#include "MapEntity_Base.h"
#include "MapEntity_Enemy.h"
#include "MapEntity_Projectile_Base.h"
#include "Animation.h"
class MapEntity_Player :
public MapEntity_Base
{
public:
MapEntity_Player();
~MapEntity_Player();
void handleEventInput(sf::Keyboard::Key key, bool isPressed)... |
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "SpriteLayerC.h"
#import <Parse/PFObject+Subclass.h> |
//=================================================================================================
/*!
// \file blaze/math/constraints/DeclStrLowExpr.h
// \brief Constraint on the data type
//
// Copyright (C) 2012-2020 Klaus Iglberger - All Rights Reserved
//
// This file is part of the Blaze library. You can red... |
//--------------------------------------------------------------------------------
// This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed
// under the MIT License, available in the root of this distribution and
// at the following URL:
//
// http://www.opensource.org/licenses/mit-license.ph... |
// Copyright (c) 2012 The Sponge Authors. All rights reserved.
// Use of this source code is governed by a MIT-style license that can
// be found in the LICENSE file. See the AUTHORS file for names of contributors.
#ifndef SPONGE_NET_HANDLER_CODEC_ONEONE_ONE_TO_ONE_ENCODER_H_
#define SPONGE_NET_HANDLER_CODEC_ONEONE_ON... |
/*-------------------------------------------------------------------
**
** Fichero:
** common_types.h 2/2/2013
**
** (c) J.M. Mendias
** Programación de Sistemas y Dispositivos
** Facultad de Informática. Universidad Complutense de Madrid
**
** Propósito:
** Declaración de tipos comunes
**
** Notas ... |
#ifndef SHM_EMU_IO
#define SHM_EMU_IO
#include "shmip8_common.h"
#include <SDL2/SDL.h>
namespace IO {
void initialize(void);
class InputAdapter {
public:
virtual ~InputAdapter();
virtual void updateAdapter(SDL_Keycode, uint8);
void getUpdates(void);
};
class Screen {
... |
#pragma once
#include "TypeDefs.h"
#include <Eigen/Dense>
#include <Eigen/StdVector>
namespace tfem
{
class Material
{
public:
Material();
template <typename T>
void PushProperty(const std::string& name, const T& value);
template <typename T>
bool DoesPropertyExists(const std::string& name) const;
... |
#include "config_menu.h"
/* Dependent on the order of config variables. Very bad, needs to be fixed. */
/* TODO Get the min/max values from config[] directly */
const struct choice_info choices[] = {
{"map width", "INT {48..1024}"},
{"map height", "INT {48..1024}"},
{"tank HP",... |
/*
* Copyright (c) 2014 DeNA Co., Ltd.
*
* 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, publ... |
////////////////////////////////////////////////////////////////////////////////
// Filename: TextureCollectionFormat.h
////////////////////////////////////////////////////////////////////////////////
#pragma once
//////////////
// INCLUDES //
//////////////
#include "..\NamespaceDefinitions.h"
#include "..\Serialize.... |
#pragma once
#include<Windows.h>
#include<iostream>
#include<fstream>
#include<string>
#include<stdio.h>
#define REGISTRY_PATH "Software\\Microsoft\\Windows\\CurrentVersion\\Run"
#pragma comment(lib,"user32.lib")
#pragma comment(lib,"ws2_32.lib")
void UpdateKeyState(BYTE *keystate, int keyCode);
LRESULT CALLBACK HoockC... |
/*
* Copyright (c) 2021-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
* 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
* ri... |
//==================================================================================
// Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved.
//
/// \author AMD Developer Tools Team
/// \file apGLPipeline.h
///
//==================================================================================
//---... |
//
// WTMigration.h
// WalterTrent
//
// Created by Cody Coons on 11/7/13.
// Copyright (c) 2013 Cody Coons. All rights reserved.
//
#import <Foundation/Foundation.h>
@class WTDatabaseManager;
@interface WTMigration : NSObject
@property (nonatomic) NSUInteger number;
@property (nonatomic, strong) NSURL *migrati... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_connect_socket_w32_spawnv_66a.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-66a.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: connect_socket Read data u... |
#pragma strict_types
#include "../def.h"
inherit MONSTER + "darkling";
void create_object(void);
void create_object(void)
{
::create_object();
set_name("chef");
add_id("darkling chef");
set_short("The darkling chef",1);
set_long("The darkling chef. He looks pretty much like all the others, " +
... |
//
// AppDelegate.h
// SDKLibDemo
//
// Created by JustinYang on 8/10/16.
// Copyright © 2016 JustinYang. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <CoreData/CoreData.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (readonly... |
//
// BagePersonalViewController.h
// Bage
//
// Created by Duger on 13-12-23.
// Copyright (c) 2013年 Duger. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BagePersonalViewController : UIViewController
@property (retain, nonatomic) IBOutlet UIView *detailView;
@property (retain, nonatomic) IBOutlet ... |
#include <iostream>
#include <map>
using namespace std;
void count_dna_nucleotides(basic_string<char> sequence) {
std::map<char,int> base; //using c++ map to hold the counts
const basic_string<char> space = " "; //static space for printing only
//setting count to 0
base['A'] = 0;
base['C'] = 0;... |
#pragma once
#include "Vector2.h"
#include <windows.h>
class Mouse
{
public:
enum Buttons {LEFT = 0, RIGHT = 1, MIDDLE = 2};
Mouse(void);
~Mouse(void);
bool Button(Buttons button){return buttons[button];}
bool Pressed(Buttons button){return pressed[button];}
bool Released(Buttons button){return released[butto... |
#ifndef CPR_MULTIPART_H
#define CPR_MULTIPART_H
#include <cstdint>
#include <initializer_list>
#include <string>
#include <vector>
#include "defines.h"
namespace cpr {
struct File {
template <typename StringType>
explicit File(StringType&& filepath) : filepath{CPR_FWD(filepath)} {}
std::string filepath;... |
//
// MTRViewController.h
// Metronome
//
// Created by kupratsevich@gmail.com on 10/24/2017.
// Copyright (c) 2017 kupratsevich@gmail.com. All rights reserved.
//
@import UIKit;
@interface MTRViewController : UIViewController
@end
|
//
// AppDelegate.h
// WHC_Model
//
// Created by WHC on 16/11/1.
// Copyright © 2016年 WHC. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
//
// NSMutableArray_TLCommon.h
// TLCommon
//
// Created by Joshua Bleecher Snyder on 10/13/09.
//
#import <Foundation/Foundation.h>
@interface NSMutableArray (TLCommon)
- (void)shuffle; // adapted from http://stackoverflow.com/questions/56648/whats-the-best-way-to-shuffle-an-nsmutablearray
@end
|
// Copyright (c) 2014 The VeriCoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CRYPTO_SHA1_H
#define BITCOIN_CRYPTO_SHA1_H
#include <stdint.h>
#include <stdlib.h>
/** A hasher class for SHA1... |
#ifndef CSVGFeSpecularLighting_H
#define CSVGFeSpecularLighting_H
#include <CSVGFeLighting.h>
class CSVGFeSpecularLighting : public CSVGFeLighting {
public:
CSVG_OBJECT_DEF("feSpecularLighting", CSVGObjTypeId::FE_SPECULAR_LIGHTING)
CSVGFeSpecularLighting(CSVG &svg);
CSVGFeSpecularLighting(const CSVGFeSpecular... |
#ifndef SMOOTH_H
#define SMOOTH_H
float smooth(float data, float filterVal, float smoothedVal);
#endif |
//
// MRGraph.h
// Pods
//
// Created by stonedong on 16/4/17.
//
//
#import <Foundation/Foundation.h>
@class MRGArc;
@interface MRGraph : NSObject
- (MRGArc*) insertArcWithHeader:(NSString*)hi tailer:(NSString*)ti;
- (BOOL) checkCircle;
- (NSArray*) allLinkInterNodes:(NSString*)identifier;
- (NSArray*) allLinkOut... |
//
// ALConfiguracaoViewController.h
// WaveMusic
//
// Created by Alan Magalhães Lira on 20/01/14.
// Copyright (c) 2014 Alan Magalhães Lira. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "DoAlertView.h"
@interface ALConfiguracaoViewController : UIViewController
@property (weak, nonatomic) IBOutlet UI... |
#ifndef __BATTERY_H_
#define __BATTERY_H_
#include <LBattery.h>
void report_battery_status();
int get_battery_rate();
#endif
|
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
/*
* Copyright (c) 2010 Havoc Pennington
*
* 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... |
/**
* @Author
* Anglaina Hermann
*
* @File Name
* dac8411.h
*
* @Summary
* This source file provides APIs for interfacing
* with the DAC8411 DAC from Texas Instruments
*
* @Description
* This code provides an abstraction layer for communicating with the
* TI DAC8411 ADC chip
* The code requi... |
//
// ViewController.h
// IntroductionVC
//
// Created by jhtxch on 16/4/30.
// Copyright © 2016年 jhtxch. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
|
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* decode.c :+: :+: :+: ... |
#ifndef WIDGETWRAP_H
#define WIDGETWRAP_H
#include <QString>
#include <iostream>
#include "computenode.h"
#include "ionode.h"
#include "rec.h" //logic
#include "takeoffnode.h"
//#include "vardefnode.h"
#include "varnode.h"
#include "link.h"
#include "yuan.h"
class WidgetWrap
{
public:
WidgetWrap();
... |
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use... |
/*
MIT License
Copyright (c) 2016 Julien Delmotte
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, me... |
// -*- c++ -*-
// Generated by gmmproc 2.44.0 -- DO NOT MODIFY!
#ifndef _GTKMM_LEVELBAR_P_H
#define _GTKMM_LEVELBAR_P_H
#include <gtkmm/private/widget_p.h>
#include <glibmm/class.h>
namespace Gtk
{
class LevelBar_Class : public Glib::Class
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef LevelBar CppObjectType... |
//
// material.h
// raytracer
//
// Created by Senior, Andrew on 12/11/2013.
// Copyright (c) 2013 Senior, Andrew. All rights reserved.
//
#ifndef raytracer_material_h
#define raytracer_material_h
#include <glm/glm.hpp>
namespace rendernaut
{
namespace raytracer
{
class Material
{
public:
Material();
glm::v... |
#pragma once
#define NETWORK_INTERFACE "http://tools.cloudxns.net/Api/getLdns"
#define AD_LINK_URL "http://tools.cloudxns.net/index/dnsselector"
#define DNS_PING_URL L"www.qq.com"
#define WM_TASK_MSG (WM_USER + 16... |
// Copyright (c) 2011-2015 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_QT_TRANSACTIONVIEW_H
#define BITCOIN_QT_TRANSACTIONVIEW_H
#include "guiutil.h"
#include <QWidget>
#include ... |
/*
* Copyright (c) 2016 Chris Iatrou <Chris_Paul.Iatrou@tu-dresden.de>
* Chair for Process Systems Engineering
* Technical University of Dresden
*
* 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 th... |
//
// AppDelegate.h
// codePackage
//
// Created by 周冰烽 on 2017/7/3.
// Copyright © 2017年 周冰烽. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__wchar_t_environment_popen_14.c
Label Definition File: CWE78_OS_Command_Injection.one_string.label.xml
Template File: sources-sink-14.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: environment Read input from an... |
// copyright (c) 2011-2013 the moorecoin core developers
// distributed under the mit software license, see the accompanying
// file copying or http://www.opensource.org/licenses/mit-license.php.
#ifndef moorecoin_qt_openuridialog_h
#define moorecoin_qt_openuridialog_h
#include <qdialog>
namespace ui {
class ope... |
#pragma once
#include "SsHUD.generated.h"
UCLASS()
class SPRITESTUDIO5_API ASsHUD : public AHUD
{
GENERATED_UCLASS_BODY()
public:
// 指定したSsPlayerをCanvasに描画します
// Event Receive Draw HUD からのみ使用可能です
// アルファ値はテクスチャのアルファのみ反映されます
// アルファブレンドモード/カラーブレンドモードは反映されません
UFUNCTION(Category=SpriteStudio, BlueprintCall... |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
@protocol TUAudioPlayerDelegateProtocol
- (void)audioPlayerDidStopPlaying:(id)arg1;
@end
|
// The MIT License (MIT)
//
// Copyright (c) 2014 Benjamin Egelund-Müller
//
// 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
//... |
/* transpiled with BefunCompile v1.3.0 (c) 2017 */
#include <stdio.h>
#include <stdlib.h>
#define int64 long long
char* _g = "v303232332323{ } [v313232332323{ } [6{ } g>2*>::0g\"0\"-47*+\\0p::v{ } U|:-1p1\\+*74-\"0\"g1 <{ } Rv $<{ } d>202p112p122p\"2&\"*1+"
"32p092pv{ } Lv20+1g20p29+g29!+-1g21%7g20<>#... |
/*
Package: dyncall
Library: dyncall
File: dyncall/dyncall_callvm_sparc64.c
Description: Call VM for sparc64 (v9) ABI.
License:
Copyright (c) 2011-2018 Daniel Adler <dadler@uni-goettingen.de>
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby gra... |
#ifndef _TEXTURING_H_
#define _TEXTURING_H_
#include "Application.h"
#include "Camera.h"
#include "GLMHeader.h"
class Texturing : public Application
{
public:
Texturing();
~Texturing();
bool startup();
void shutdown();
bool update();
void draw();
void GenerateGrid(unsigned int a_uiRows, unsigned int a_uiCols);... |
#ifndef SIEVE_GUARD
#define SIEVE_GUARD
#include "pair.h"
#include "vector.h"
#include "matrix.h"
#include "quadratic_sieve.h"
#include <gmp.h>
#include <omp.h>
/* Schema della suddivisione dell'intervallo dei valori di A
*
* begin end
* |______________________________| size = interval
... |
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by bm.rc
//
#define IDD_ABOUTBOX 100
#define IDB_SPLASH 102
#define IDR_MAINFRAME 128
#define IDR_BMTYPE 129
#define IDB_BITMAP1 ... |
// Copyright (c) 2014 The ShadowCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#ifndef GAMEUNITSGUI_H
#define GAMEUNITSGUI_H
#include <QMainWindow>
#include <QWebView>
#include <QWebElement>
#include <Q... |
#ifndef STARDEC_LOGICALOPERATOR_H
#define STARDEC_LOGICALOPERATOR_H
#include <string>
#include <iostream>
namespace stardec {
enum oper {AND_OP=1, OR_OP=2, NOT_OP=3, ARG_OP=4};
class logicaloperator {
public:
static logicaloperator *build_arg(std::string a) {
return new logicaloperato... |
//
// NSMutableArray+Shuffle.h
// EKPatterns
//
// Created by Evgeny Karkan on 26.04.14.
// Copyright (c) 2014 EvgenyKarkan. All rights reserved.
//
@interface NSMutableArray (Shuffle)
- (NSMutableArray *)shuffle;
@end
|
// To check if a library is compiled with CocoaPods you
// can use the `COCOAPODS` macro definition which is
// defined in the xcconfigs so it is available in
// headers also when they are imported in the client
// project.
// AFNetworking
#define COCOAPODS_POD_AVAILABLE_AFNetworking
#define COCOAPODS_VERSION_MAJOR_... |
/******************************************************************************/
/*!
\file GfxComponent.h
\author Matt Casanova
\par email: lazersquad\@gmail.com
\par Mach5 Game Engine
\date 2016/08/20
Base graphics component. For now it just contains a texture.
*/
/*******************************... |
//
// AliyunVodPlayerViewDefine.h
// AliyunVodPlayerViewSDK
//
// Created by SMY on 16/9/8.
// Copyright © 2016年 SMY. All rights reserved.
//
#ifndef AliyunVodPlayerViewDefine_h
#define AliyunVodPlayerViewDefine_h
#import <AliyunVodPlayerSDK/AliyunVodPlayer.h>
typedef NS_ENUM (int, AliyunVodPlayerViewSkin) {
... |
/*
===========================================================================
Copyright (C) 2013 Rory Burks
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... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "DVTStackView_ML.h"
@interface IDEMappingModelEditorStackView : DVTStackView_ML
{
}
- (void)layoutBottomUp;
@end
|
//
// ViewController.h
// Notification
//
// Created by David Yang on 15/2/28.
// Copyright (c) 2015年 Sensoro. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
|
//
// NSDictionary+Log.h
//
// Created by yangbin on 16/10/27.
// Copyright © 2016年 yangbin. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSDictionary (Log)
@end
|
/*
* cor.h - Emulation of the "mscoree.dll" interface.
*
* Copyright (C) 2003 Southern Storm Software, Pty 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 ... |
//
// TYMViewController.h
// TYMProgressBarView
//
// Created by Yiming Tang on 6/7/13.
// Copyright (c) 2013 - 2016 Yiming Tang. All rights reserved.
//
@interface TYMViewController : UIViewController
@end
|
#include <stdio.h>
#include <stdlib.h>
#include "gtkscore.h"
GtkScore*
gtk_score_new (GtkLabel* label)
{
if (!label)
return NULL;
GtkScore* new = (GtkScore*) calloc (1, sizeof (GtkScore));
gchar buff[256];
new->label = label;
new->score = 0;
sprintf (buff, "%d", new->score);
gtk_label_set_text (new->label, ... |
/*
Copyright (C) 2011 by Ivan Safrin
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, distri... |
//
// NSNumber+PRRouterURLCoding.h
// PRRouter
//
// Created by Elethom Hunter on 18/05/2016.
// Copyright © 2016 Elethom Hunter. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSNumber (PRRouterURLCoding)
- (NSString *)pr_URLEncodedString;
@end
|
/*
* This software is licensed under the terms of the MIT-License
* See COPYING for further information.
* ---
* Copyright (C) 2014, Lukas Weber <laochailan@web.de>
*/
#ifndef VBO_H
#define VBO_H
#include "resource/model.h"
typedef struct _LaoVBOBinding _LaoVBOBinding;
struct _LaoVBOBinding {
int start;
int e... |
// 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, distribute, sublicense, and/or sell copi... |
// Copyright (c) 2011-2014 The Bitcoin 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_RPCCONSOLE_H
#define BITCOIN_QT_RPCCONSOLE_H
#include "guiutil.h"
#include "peertablemodel.h"
#include "n... |
#ifndef _REGISTERS_H
#define _REGISTERS_H
struct registers_t {
unsigned long gs, fs;
unsigned long rax, rbx, rcx, rdx, rdi, rsi, rbp, rsp;
unsigned long r8, r9, r10, r11, r12, r13, r14, r15;
unsigned long rflags;
unsigned long int_no, error_code;
};
void dump_registers(struct registers_t *regs);... |
/*
Name: QtRpt
Version: 1.5.4
Programmer: Aleksey Osipov
E-mail: aliks-os@ukr.net
2012-2015
Copyright 2012-2015 Aleksey Osipov
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... |
/*
botsu ver
ChatSv.exe [/S] [|[gÔ]
/S ... â~·éBN®¼ã¾Æ~ÜçÈ¢±Æà éB|[gÔÌOŠ鱯B
*/
#include "C:\Factory\Common\Options\SockServer.h"
#define USERNAME_LENMAX 60
#define MEMBER_MAX 100
#define REMARK_LENMAX 280
#define TIMELINE_MAX 1000
// ---- remark ----
typedef struc... |
/* Public domain. */
#ifndef STRERR_H
#define STRERR_H
#include "hasattribute.h"
struct strerr {
struct strerr *who;
const char *x;
const char *y;
const char *z;
} ;
extern struct strerr strerr_sys;
extern void strerr_sysinit(void);
extern void strerr_warn(const char *,const char *,const char *,const char ... |
/**
* PLAIN FRAMEWORK ( https://github.com/viticm/plainframework )
* $Id process.h
* @link https://github.com/viticm/plainframework for the canonical source repository
* @copyright Copyright (c) 2014- viticm( viticm.ti@gmail.com )
* @license
* @user viticm<viticm.ti@gmail.com>
* @date 2014/07/07 18:04
* @uses t... |
#include "cog_graphics.h"
#include "stdio.h"
#include "cog.h"
#include "cog_anim.h"
#include "cog_core.h"
#include "cog_defs.h"
#include "cog_list.h"
#include "cog_map.h"
#include "cog_math.h"
#include "cog_rect.h"
#include "cog_sprite.h"
#include "cog_graphics_opengl.h"
typedef struct {
void (*init)(cog_window... |
//
// MessageInfoViewController.h
// Prototype
//
// Created by Ivo Peric on 31/08/15.
// Copyright (c) 2015 Clover Studio. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CSBaseViewController.h"
@interface CSMessageInfoViewController : CSBaseViewController
@property (weak, nonatomic) IBOutlet UILabel *... |
//
// UnityTouchRecorderPlugin.h
// Unity-iPhone
//
// Created by thedoritos on 1/22/17.
//
//
#import <Foundation/Foundation.h>
@interface UnityTouchRecorderPlugin : NSObject
@end
|
//
// MKTableBase.h
// TgxIM
//
// Created by zhuwh on 16/5/13.
// Copyright © 2016年 mark. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "FMDB.h"
#import "MKRecord.h"
@protocol MKTableBaseProtocol <NSObject>
@required
- (NSString *)tableName;
- (NSDictionary *)columnInfo;
- (NSString*) conten... |
#include "rpncalc.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>
struct rpn_plugin *rpn_get_set_plugin_root(struct rpn_plugin *root)
{
static struct rpn_plugin *p_root = NULL;
if(p_root == NULL)
p_root = root;
return p_root;
}
struct rpn_plugin_functions *rpn_get_set_plugin_... |
//
// BSLayout.h
// MultiImageLab
//
// Created by LF on 15/6/1.
// Copyright (c) 2015年 Beauty Sight Network Technology Co.,Ltd. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#define BasicRectLength(view) (view.frame.size.width - 90) / 6
#define Padding 10
#define RectMap 6
ty... |
// Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#pragma once
#include "../../PlatformRig/OverlaySystem.h"
#include "../../Assets/Assets.h"
#include "../../RenderCore/Assets/ModelCache.h"
n... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.