repo_name
stringlengths
5
122
path
stringlengths
3
232
text
stringlengths
6
1.05M
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/Plugin/Transaction/Payload/OutputPayload/PayloadDefault.h
<gh_stars>10-100 // Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_OUTPUT_PAYLOADDEFAULT_H #define __ELASTOS_SDK_OUTPUT_PAYLOADDEFAULT_H #include <P...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
Interface/IMasterWallet.h
/* * Copyright (c) 2019 Elastos Foundation * * 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, ...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
ThirdParty/breadwallet-core/ethereum/base/BREthereumLogic.h
<gh_stars>0 // // BREthereumLogic // breadwallet-core Ethereum // // Created by <NAME> on 3/22/18. // Copyright © 2018 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRIBUTORS file at the project root for a list of contributors. #ifndef...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
ThirdParty/breadwallet-core/ethereum/les/BREthereumLESBase.h
<reponame>fakecoinbase/elastosslashElastos.ELA.SPV.Cpp // // BREthereumLESBase.h // Core // // Created by <NAME> on 9/1/18. // Copyright © 2018 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRIBUTORS file at the project root for a list ...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
ThirdParty/breadwallet-core/ethereum/blockchain/BREthereumNetwork.c
<filename>ThirdParty/breadwallet-core/ethereum/blockchain/BREthereumNetwork.c // // BREthereumNetwork // breadwallet-core Ethereum // // Created by <NAME> on 3/13/18. // Copyright © 2018 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRI...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
ThirdParty/breadwallet-core/ethereum/ewm/BREthereumWallet.h
// // BBREthereumWallet.h // breadwallet-core Ethereum // // Created by <NAME> on 2/21/2018. // Copyright © 2018 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRIBUTORS file at the project root for a list of contributors. #ifndef BR_Et...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/SpvService/CoreSpvService.h
// Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_CORESPVSERVICE_H__ #define __ELASTOS_SDK_CORESPVSERVICE_H__ #include "Executor.h" #include <P2P/P...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/Plugin/Transaction/Asset.h
// Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_SPVSDK_ASSET_H #define __ELASTOS_SDK_SPVSDK_ASSET_H #include <Plugin/Interface/ELAMessageSerializa...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
ThirdParty/breadwallet-core/ethereum/base/BREthereumData.h
<reponame>fakecoinbase/elastosslashElastos.ELA.SPV.Cpp<filename>ThirdParty/breadwallet-core/ethereum/base/BREthereumData.h // // BREthereumData.h // BRCore // // Created by <NAME> on 10/3/18. // Copyright © 2018 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license inform...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/Plugin/Transaction/Payload/OutputPayload/PayloadVote.h
// Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_OUTPUT_PAYLOADVOTE_H #define __ELASTOS_SDK_OUTPUT_PAYLOADVOTE_H #include <Plugin/Transaction/Paylo...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
Interface/MasterWalletManager.h
<gh_stars>0 /* * Copyright (c) 2019 Elastos Foundation * * 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, mod...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
ThirdParty/breadwallet-core/ethereum/les/BREthereumMessage.c
// // BREthereumLESMessage.c // Core // // Created by <NAME> on 8/13/18. // Copyright © 2018 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRIBUTORS file at the project root for a list of contributors. #include <assert.h> #include <sys...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/Wallet/Wallet.h
<reponame>fakecoinbase/elastosslashElastos.ELA.SPV.Cpp<filename>SDK/Wallet/Wallet.h // Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_WALLET_H__ #def...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/Plugin/Transaction/Payload/SideChainPow.h
// Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_SIDECHAINPOW_H__ #define __ELASTOS_SDK_SIDECHAINPOW_H__ #include "IPayload.h" #include <Common/uin...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
ThirdParty/breadwallet-core/ethereum/bcs/BREthereumBCS.h
<reponame>fakecoinbase/elastosslashElastos.ELA.SPV.Cpp // // BREthereumBCS.h // Core // // Created by <NAME> on 5/24/18. // Copyright © 2018 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRIBUTORS file at the project root for a list of ...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/P2P/PeerManager.h
<gh_stars>0 // Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_PEERMANAGER_H__ #define __ELASTOS_SDK_PEERMANAGER_H__ #include "Peer.h" #include "Tran...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
ThirdParty/breadwallet-core/ethereum/blockchain/BREthereumBlock.h
// // BBREthereumBlock.h // breadwallet-core Ethereum // // Created by <NAME> on 3/23/2018. // Copyright © 2018 Breadwinner AG. All rights reserved. // // See the LICENSE file at the project root for license information. // See the CONTRIBUTORS file at the project root for a list of contributors. #ifndef BR_Eth...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/Wallet/UTXO.h
<reponame>fakecoinbase/elastosslashElastos.ELA.SPV.Cpp // Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_UTXO_H__ #define __ELASTOS_SDK_UTXO_H__ #in...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/Plugin/Transaction/Payload/UnregisterCR.h
<filename>SDK/Plugin/Transaction/Payload/UnregisterCR.h // Copyright (c) 2012-2018 The Elastos Open Source Project // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __ELASTOS_SDK_UNREGISTERCR_H__ #define __ELASTOS_SDK_UNRE...
fakecoinbase/elastosslashElastos.ELA.SPV.Cpp
SDK/Database/DIDDataStore.h
/* * Copyright (c) 2019 Elastos Foundation * * 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, ...
hsswx7/CS4500GroupProject
RiverTracer/RiverTracerSource/justFiles/RGBpixmap.h
<filename>RiverTracer/RiverTracerSource/justFiles/RGBpixmap.h #ifndef _RGBPIXMAP #define _RGBPIXMAP #include <string> #include <iostream> #include <fstream> #include <strstream> #include <gl/glut.h> using namespace std; typedef unsigned char uchar; typedef unsigned short ushort; typedef unsigned long ulon...
zachbateman/evogression
evogression/calc_target_c.c
#include <Python.h> #include <math.h> #include <stdio.h> // See: https://www.tutorialspoint.com/python/python_further_extensions.htm static PyObject* calc_target_c(PyObject *self, PyObject *args) { // arg is form (dict parameters, dict modifiers) double T = 0; // bogus value for first layer double inner...
apologist/console_calculator
console_calculator/calculator.h
<reponame>apologist/console_calculator #pragma once #include <string> #include <list> #include <map> #include <regex> #include <stack> #include <vector> #include <sstream> #include <iostream> #include <cmath> #include <cctype> #include <algorithm> #include <iterator> #include <cstdlib> #include <iomanip> using namespa...
Glastis/Random-Hash-Generator
gen.h
#ifndef GEN_H_ # define GEN_H_ typedef struct { size_t max_len; } t_gen; /* In ./main.c */ int main(int ac, char **av); #endif /* ! GEN_H_ */
Glastis/Random-Hash-Generator
main.c
#include <sys/types.h> #include <unistd.h> #include <time.h> #include <stdlib.h> #include <stdio.h> #include "gen.h" void print_rand_char(int i) { srand(time(NULL) + getpid() + i); printf("%c", (rand() % ('~' - '!')) + '!'); } int main(int ac, char **av) { t_gen all; size_t i; i = 0; all.max_len = 64;...
EnricoCorsaro/Asymptotic
include/NonRadialModesPatternModel.h
<reponame>EnricoCorsaro/Asymptotic // Derived class for building the asymptotic relation for radial p modes // Created by <NAME> @ OACT - August 2019 // e-mail: <EMAIL> // Header file "NonRadialModesPatternModel.h" // Implementations contained in "NonRadialModesPatternModel.cpp" #ifndef NONRADIALMODESPATTERNMODEL_H #...
EnricoCorsaro/Asymptotic
include/RadialModesPatternModel.h
// Derived class for building the asymptotic relation for radial p modes // Created by <NAME> @ OACT - August 2019 // e-mail: <EMAIL> // Header file "RadialModesPatternModel.h" // Implementations contained in "RadialModesPatternModel.cpp" #ifndef RADIALMODESPATTERNMODEL_H #define RADIALMODESPATTERNMODEL_H #include <...
Vichoko/game-of-life-cpu
shader_utils.h
<reponame>Vichoko/game-of-life-cpu<filename>shader_utils.h #ifndef _CREATE_SHADER_H #define _CREATE_SHADER_H #include <cstdlib> #include <iostream> using namespace std; /* Use glew.h instead of gl.h to get all the GL prototypes declared */ #include <GL/glew.h> /* Using SDL2 for the base window and OpenGL context init...
Vichoko/game-of-life-cpu
cpu.h
<reponame>Vichoko/game-of-life-cpu<gh_stars>1-10 /* * CPU.h * * Created on: 24-09-2017 * Author: vichoko */ int isCellAlive(int column, int row); // graphics /// display typedef struct { float* array; int total_len; int vertex_len; } container_t; void free_resources();
Vichoko/game-of-life-cpu
globals.h
#define WIDTH 800 #define HEIGHT 800 #define ROWS 128 #define COLUMNS 128 #define FRAMERATE 150 #define INITIAL_LIVES_FRACTION 0.8 #define THREADS_PER_BLOCK 8
raulpac/CPPND-System-Monitor
include/process.h
<filename>include/process.h #ifndef PROCESS_H #define PROCESS_H #include "linux_parser.h" #include <string> /* Basic class for Process representation It contains relevant attributes as shown below */ class Process { public: int Pid(); // TODO: See src/process.cpp std::string User(); ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib/http-s_cfg.h
/* ********************************************************************************************************* * uC/HTTPs * Hypertext Transfer Protocol (server) * * (c) Copyright 2004-2011; Micrium, Inc.; Weston, FL * * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex5/app_tcpip.c
/* ********************************************************************************************************* * uC/TCP-IP V2 * The Embedded TCP/IP Suite * Application-Defined Functions * * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex5/app_http.c
<gh_stars>1-10 /* ********************************************************************************************************* * EXAMPLE CODE * * (c) Copyright 2009-2010; Micrium, Inc.; Weston, FL * * All rights reserved. Protected by inter...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib-Ex6/includes.h
/* ********************************************************************************************************* * uC/OS-III * MASTER INCLUDE FILE * * (c) Copyright 2010, Micrium, Inc., Weston, FL * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/fs_app.h
/* ********************************************************************************************************* * uC/FS V4 * The Embedded File System * * (c) Copyright 2008-2011; Micrium, Inc.; Weston, FL * * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib/includes.h
/* ********************************************************************************************************* * uC/OS-III * MASTER INCLUDE FILE * * (c) Copyright 2010, Micrium, Inc., Weston, FL * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib/net_dev_cfg.h
<filename>uCOS-III-Lib/net_dev_cfg.h<gh_stars>1-10 /* ********************************************************************************************************* * uC/TCP-IP V2 * The Embedded TCP/IP Suite * * (c) Cop...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/audio.h
<filename>uCOS-III-Ex6/audio.h<gh_stars>1-10 /* ********************************************************************************************************* * AUDIO APPLICATION * * (c) Copyright 2011; Micrium, Inc.; Weston, FL * * All r...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/uC-Exosite/exosite.c
<reponame>nbarjolin/micrium_gnurx_cloud<gh_stars>1-10 /* ********************************************************************************************************* * Exosite * Exosite Device Cloud * * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex4/Init/vects.c
/***********************************************************************/ /* */ /* FILE :vects.c */ /* DATE :Mon, Jun 28, 2010 */ /* DESCRIPTION :Vector ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/uC-Exosite/rdk_meta.c
<filename>uCOS-III-Ex6/uC-Exosite/rdk_meta.c /****************************************************************************** * rdk_meta.c * * Helper functions for interacting with the RDK meta information flash block. * ******************************************************************************/ #include "string.h"...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex5/app.c
/* ********************************************************************************************************* * uC/OS-III * The Real-Time Kernel * * (c) Copyright 2010, Micrium, Inc., Weston, FL * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib/dhcp-c_cfg.h
<filename>uCOS-III-Lib/dhcp-c_cfg.h /* ********************************************************************************************************* * uC/DHCPc V2 * Dynamic Host Configuration Protocol Client * * (c) Copyright ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib/net_dev_cfg.c
/* ********************************************************************************************************* * uC/TCP-IP V2 * The Embedded TCP/IP Suite * * (c) Copyright 2003-2011; Micrium, Inc.; Weston, FL * * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/audio.c
<reponame>nbarjolin/micrium_gnurx_cloud<filename>uCOS-III-Ex6/audio.c /* ********************************************************************************************************* * AUDIO APPLICATION * * (c) Copyright 2011; Micrium, Inc.; Weston, F...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex5/Webpages/webpages.h
/* ********************************************************************************************************* * uC/HTTPs * Hypertext Transfer Protocol (server) * * (c) Copyright 2003-2009; Micrium, Inc.; Weston, FL * * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex4/app.c
<reponame>nbarjolin/micrium_gnurx_cloud /* ********************************************************************************************************* * uC/OS-III * The Real-Time Kernel * * (c) Copyright 2010...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/uC-Exosite/flash_api_rx600.c
<reponame>nbarjolin/micrium_gnurx_cloud<filename>uCOS-III-Ex6/uC-Exosite/flash_api_rx600.c /****************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corp. and is * only intended for use with Renesas products. * No other uses are aut...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib-Ex6/tftp-s_cfg.h
<filename>uCOS-III-Lib-Ex6/tftp-s_cfg.h /* ********************************************************************************************************* * uC/TFTPs * Trivial File Transfer Protocol (server) * * (c) Copyright ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib/net_cfg.h
/* ********************************************************************************************************* * uC/TCP-IP V2 * The Embedded TCP/IP Suite * * (c) Copyright 2003-2011; Micrium, Inc.; Weston, FL * * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/Init/inthandler.h
/***********************************************************************/ /* */ /* FILE :inthandler.h */ /* DATE :Mon, Jun 28, 2010 */ /* DESCRIPTION :Interru...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/app_cloud.c
/* ********************************************************************************************************* * Exosite * Exosite Device Cloud * * (c) Copyright 2011, Exosite * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib-Ex6/app_cfg.h
/* ********************************************************************************************************* * uC/OS-III * APPLICATION CONFIGURATION * * (c) Copyright 2010, Micrium, Inc., Weston, FL * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib/probe_com_cfg.h
/* ********************************************************************************************************* * uC/Probe Communication * * (c) Copyright 2007-2008; Micrium, Inc.; Weston, FL * * All rights reserved. Protected by international cop...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/app_audio.c
<filename>uCOS-III-Ex6/app_audio.c /* ********************************************************************************************************* * uC/Audio Player * The Real-Time Kernel * * (c) Copyright 2011, ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex2/app.c
<filename>uCOS-III-Ex2/app.c /* ********************************************************************************************************* * uC/OS-III * The Real-Time Kernel * * (c) Copyright 2010, Micrium, ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib-Ex6/fs_cfg.h
<reponame>nbarjolin/micrium_gnurx_cloud /* ********************************************************************************************************* * uC/FS V4 * The Embedded File System * * (c) Copyright 2008-2010; ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex5/app_probe.c
<filename>uCOS-III-Ex5/app_probe.c /* ********************************************************************************************************* * uC/OS-III * The Real-Time Kernel * Application-Define...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Lib/app_cfg.h
/* ********************************************************************************************************* * uC/OS-III * APPLICATION CONFIGURATION * * (c) Copyright 2010, Micrium, Inc., Weston, FL * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex3/app.c
/* ********************************************************************************************************* * uC/OS-III * The Real-Time Kernel * * (c) Copyright 2010, Micrium, Inc., Weston, FL * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex1/app.c
/* ********************************************************************************************************* * uC/OS-III * The Real-Time Kernel * * (c) Copyright 2010, Micrium, Inc., Weston, FL * ...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/Init/inthandler.c
/***********************************************************************/ /* */ /* FILE :inthandler.c */ /* DATE :Mon, Jun 28, 2010 */ /* DESCRIPTION :Interru...
nbarjolin/micrium_gnurx_cloud
uCOS-III-Ex6/fs_app.c
/* ********************************************************************************************************* * uC/FS V4 * The Embedded File System * * (c) Copyright 2008-2011; Micrium, Inc.; Weston, FL * * ...
MIPS/CI20_chromiumos_chromiumos-overlay
app-benchmarks/bootchart/files/bootchart-collector.c
<reponame>MIPS/CI20_chromiumos_chromiumos-overlay /* bootchart-collector * * Copyright © 2009 Canonical Ltd. * Author: <NAME> <<EMAIL>>. * * 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, ...
MIPS/CI20_chromiumos_chromiumos-overlay
app-emulation/qemu-binfmt-wrapper/files/qemu-binfmt-wrapper.c
<filename>app-emulation/qemu-binfmt-wrapper/files/qemu-binfmt-wrapper.c // Copyright 2014 The Chromium OS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Put a wrapper around qemu so that argv[0] is preserved when using binfmt_mis...
MIPS/CI20_chromiumos_chromiumos-overlay
sys-libs/glibc/files/2.20/glibc-2.20-gentoo-stack_chk_fail.c
#define GENTOO_SSP_HANDLER #include <debug/chk_fail.c>
MIPS/CI20_chromiumos_chromiumos-overlay
net-misc/modemmanager-classic-interfaces/files/mm-modem.h
<reponame>MIPS/CI20_chromiumos_chromiumos-overlay /* Generated Header file do not edit */ /* ModemManager D-Bus Interface Specification */ /* * version 0.5 */ #define MM_MODEMMANAGER_PATH "/org/freedesktop/ModemManager" #define MM_MODEMMANAGER_SERVICE "org.freedesktop.ModemManager" /************** * Interfac...
keith/Github-Status
Github Status/KSConstants.h
// // KSConstants.h // Github Status // // Created by <NAME> on 12/10/12. // Copyright (c) 2012 <NAME>. All rights reserved. // FOUNDATION_EXPORT NSString * const KSGithubStatusOpenAtLogin; FOUNDATION_EXPORT NSString * const KSGithubStatusRefreshInterval; FOUNDATION_EXPORT NSString * const KSGithubStatusDownRefres...
keith/Github-Status
Github Status/NSUserNotificationCenter+KSNotifications.h
// // NSUserNotificationCenter+KSNotifications.h // Github Status // // Created by <NAME> on 7/18/14. // Copyright (c) 2014 <NAME>. All rights reserved. // @interface NSUserNotificationCenter (KSNotifications) - (void)ks_deliverNotificationWithText:(NSString *)text; @end
keith/Github-Status
Github Status/KSMenuManager.h
// // KSMenuManager.h // Github Status // // Created by <NAME> on 7/18/14. // Copyright (c) 2014 <NAME>. All rights reserved. // @interface KSMenuManager : NSObject @property (nonatomic) NSMenu *menu; - (void)setLastCheckedReadableDateString:(NSString *)dateString; - (void)setGithubStatusString:(NSString *)statu...
keith/Github-Status
Github Status/KSAppDelegate.h
// // KSAppDelegate.h // Github Status // // Created by <NAME> on 12/10/12. // Copyright (c) 2012 <NAME>. All rights reserved. // @interface KSAppDelegate : NSObject <NSApplicationDelegate, NSUserNotificationCenterDelegate> @end
keith/Github-Status
Github Status/KSStatusItemManager.h
// // KSStatusItemManager.h // Github Status // // Created by <NAME> on 7/18/14. // Copyright (c) 2014 <NAME>. All rights reserved. // @interface KSStatusItemManager : NSObject - (void)setStatusItemMenu:(NSMenu *)menu; - (void)useNormalImage; - (void)useWarningImage; - (void)removeStatusItem; @end
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/LineGraph.h
// // LineGraph.h // healthManagement // // Created by Eason on 2017/3/15. // Copyright © 2017年 eason. All rights reserved. // #import "CommonDiagram.h" @interface LineGraph :CommonDiagram /** 转换源数据为float @param itemValue 元数据 @return float数据 */ -(float)transformSoureItem:(id)itemValue; @end
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/Model/PointCircularModel.h
// // PointCircularModel.h // healthManagement // // Created by Eason on 2017/3/16. // Copyright © 2017年 eason. All rights reserved. // #import "LineDiagramModel.h" #import <UIKit/UIKit.h> @interface PointCircularModel : LineDiagramModel @property (nonatomic, assign) float radius; @property (nonatomic, strong) UIC...
WriteforBlack/YEToolsLib
Example/Pods/Target Support Files/YEToolsLib/YEToolsLib-umbrella.h
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "HToolsLibHeader.h" #import "BaseNaviViewController.h" #import "BaseTableViewDataSource.h" #import "BaseViewControlle...
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/CommonDiagram.h
// // CommonDiagram.h // healthManagement // // Created by Eason on 2017/3/15. // Copyright © 2017年 eason. All rights reserved. // #import "BaseDiagram.h" #import "LineDiagramModel.h" #define TopMaxValueSpacePercent 0.1 @interface CommonDiagram : BaseDiagram @property(nonatomic, strong) UIColor *fitColor; //填...
WriteforBlack/YEToolsLib
YEToolsLib/Classes/HToolsLibHeader.h
// // HToolsLibHeader.h // Pods // // Created by Eason on 2017/4/7. // // #ifndef HToolsLibHeader_h #define HToolsLibHeader_h #define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); //颜色 #define ColorWithRGBA(int_r,int_g,int_b,int_a) \ [UIColor colorWithRed:(int_r)/255....
WriteforBlack/YEToolsLib
YEToolsLib/Classes/Base/net/Http.h
// // Http.h // healthManagement // // Created by Eason on 2017/3/10. // Copyright © 2017年 eason. All rights reserved. // #import <Foundation/Foundation.h> #import <MJExtension/MJExtension.h> //字典和对象互相转换的第三方库 typedef void(^RESULT)(NSDictionary*result); typedef void(^ERROR_H)(NSError *errorH); @inte...
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/BaseDiagram.h
<gh_stars>0 // // BaseDiagram.h // healthManagement // // Created by Eason on 2017/3/15. // Copyright © 2017年 eason. All rights reserved. // #import <UIKit/UIKit.h> @interface BaseDiagram : UIView /** 设置源数据 @param source 源数据 */ -(void)setSource:(id)source; /** 设置画法 */ -(void)drawingMethod; //使用默认的重绘方式绘制 ...
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/Histogram.h
<reponame>WriteforBlack/YEToolsLib // // Histogram.h // healthManagement // // Created by Eason on 2017/3/15. // Copyright © 2017年 eason. All rights reserved. // #import "LineGraph.h" #import "HistogramModel.h" @interface Histogram : LineGraph @end
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/LowHightHistogram.h
<gh_stars>0 // // LowHightHistogram.h // healthManagement // // Created by Eason on 2017/3/16. // Copyright © 2017年 eason. All rights reserved. // #import "Histogram.h" #import "LowHeightHistogramModel.h" @interface LowHightHistogram : Histogram /** 设置圆角大小 @param rectRadius 半径 */ -(void)setRectRadius:(float)r...
WriteforBlack/YEToolsLib
Example/YEToolsLib/YEAppDelegate.h
// // YEAppDelegate.h // YEToolsLib // // Created by WriteforBlack on 04/10/2017. // Copyright (c) 2017 WriteforBlack. All rights reserved. // @import UIKit; @interface YEAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/Model/HistogramModel.h
// // HistogramModel.h // healthManagement // // Created by Eason on 2017/3/16. // Copyright © 2017年 eason. All rights reserved. // #import "LineDiagramModel.h" @interface HistogramModel : LineDiagramModel @property(nonatomic, assign) float dWidth; @property(nonatomic, assign) float dHeight; @end
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/PointCircularGraph.h
<reponame>WriteforBlack/YEToolsLib // // PointCircularGraph.h // healthManagement // // Created by Eason on 2017/3/15. // Copyright © 2017年 eason. All rights reserved. // #import "LineGraph.h" #import "PointCircularModel.h" @interface PointCircularGraph : LineGraph /** 设置绘制小圆点的相关信息 @param radius 半径 @param aHi...
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/CircularProgressView.h
// // CircularProgressView.h // healthManagement // // Created by yangxiaohui on 2017/3/14. // Copyright © 2017年 yxh. All rights reserved. // #import <UIKit/UIKit.h> typedef enum DIRECTION{ DIRECTION_TOP_ACS = 0, // 从顶部顺时针转 DIRECTION_TOP_DESC, //从顶部逆时针转 DIRECTION_BOTTOM_ASC, //从底部顺时针转 DIRECT...
WriteforBlack/YEToolsLib
Example/YEToolsLib/YEViewController.h
// // YEViewController.h // YEToolsLib // // Created by WriteforBlack on 04/10/2017. // Copyright (c) 2017 WriteforBlack. All rights reserved. // @import UIKit; @interface YEViewController : UIViewController @end
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/Model/LineDiagramModel.h
<filename>YEToolsLib/Classes/UIKit+YETools/Diagram/Model/LineDiagramModel.h<gh_stars>0 // // LineDiagramModel.h // healthManagement // // Created by Eason on 2017/3/16. // Copyright © 2017年 eason. All rights reserved. // #import <Foundation/Foundation.h> @interface LineDiagramModel : NSObject @property(nonatomic,...
WriteforBlack/YEToolsLib
YEToolsLib/Classes/UIKit+YETools/Diagram/Model/LowHeightHistogramModel.h
// // LowHeightHistogramModel.h // healthManagement // // Created by Eason on 2017/3/16. // Copyright © 2017年 eason. All rights reserved. // #import "HistogramModel.h" @interface LowHeightHistogramModel : HistogramModel @property(nonatomic, assign) float lowDy; @end
asiosldh/BMDragCellCollectionView
BMDragCellCollectionViewDemo/BMDragCellCollectionViewDemo/Demo/BMTodayHeadlinesDrag/BMTodayHeadlinesDragCell.h
<filename>BMDragCellCollectionViewDemo/BMDragCellCollectionViewDemo/Demo/BMTodayHeadlinesDrag/BMTodayHeadlinesDragCell.h // // BMTodayHeadlinesDragCell.h // TodayHeadlinesDrag // // Created by __liangdahong on 2017/7/23. // Copyright © 2017年 http://idhong.com. All rights reserved. // #import <UIKit/UIKit.h> @clas...
asiosldh/BMDragCellCollectionView
BMDragCellCollectionViewDemo/BMDragCellCollectionViewDemo/Demo/AlipayVC/View/BMAlipayHeaderCollectionView.h
<gh_stars>100-1000 // // BMAlipayHeaderCollectionView.h // BMDragCellCollectionViewDemo // // Created by __liangdahong on 2017/7/25. // Copyright © 2017年 http://idhong.com. All rights reserved. // #import <UIKit/UIKit.h> #import "XXNibBridge.h" @interface BMAlipayHeaderCollectionView : UIView <XXNibBridge> @end
H9660/bitstream
ieee/ethernet.h
<reponame>H9660/bitstream /***************************************************************************** * ethernet.h: Ethernet frames ***************************************************************************** * Copyright (C) 2015 VideoLAN * * Authors: <NAME> <<EMAIL>> * * Permission is hereby granted, free o...
wu2meng3/DielectricKit
src/undef.h
<reponame>wu2meng3/DielectricKit<filename>src/undef.h ! use between inclusions of f_defs.h in template modules ! list here everything defined differently by flavor in f_defs.h ! these undefs prevent lots of warnings from cpp #undef MYFLAVOR #undef SCALAR #undef MPI_SCALAR #undef MYCONJG #undef MYREAL #undef X #undef pX...
wu2meng3/DielectricKit
src/compiler.h
! Created Sept 2011 by DAS. ! Define characteristics of various compilers, via compiler symbols (e.g. -DGNU) ! to be used directly from the arch.mk files, and then defining what we need to do ! for that compiler via the symbols for various properties (e.g. NOSIZEOF). ! Ideally, to support a new compiler, one need o...
wu2meng3/DielectricKit
src/spglib-1.0.9/spglib.h
/* spglib.h version 1.0.9 */ /* Copyright (C) 2008 <NAME> */ #ifndef __spglib_H__ #define __spglib_H__ /* SPGCONST is used instead of 'const' so to avoid gcc warning. */ /* However there should be better way than this way.... */ #define SPGCONST /* ------------------------------------------------------------------...
wu2meng3/DielectricKit
src/f_defs.h
<filename>src/f_defs.h #define IMAG(x) AIMAG(x) #define CONJG(x) CONJG(x) #define CMPLX(x,y) CMPLX(x,y,kind=DPC) #define ABS2(x) (DBLE(x)**2 + AIMAG(x)**2) !The following macro puts any point/array in the [-0.5, 0.5) range: #define MIN_RANGE(x) (x - FLOOR(x + 0.5d0)) !The following macro puts any point/array in the [0,...
wu2meng3/DielectricKit
src/spglib-1.0.9/spglib_f_meta.c
/****************************************************************************** * * spglib_f_meta Originally by FHJ Last Modified 11/08/2012 (FHJ) * * * SHORT * BerkeleyGW meta wrapper for spglib. * * LONG * spglib`s Fortran wrappers assume the Fortran compiler will append an * underscore afte...
wu2meng3/DielectricKit
src/spglib-1.0.9/spglib_f.c
/* NOTE: This file is not actually part of spglib 1.0.9 although it appears to have been forgotten by accident since it is mentioned in the documentation. I obtained it by e-mailing the author of spglib. --DAS Dec 2011 */ #include "spglib.h" #include <string.h> void spg_get_multiplicity_( int *size, double lat...
jonrood/simulations
smoke/fluid.h
<filename>smoke/fluid.h #ifndef __FLUID_H #define __FLUID_H #include <stdio.h> #define N 30 // must be N^2-2 #define SIZE ((N+2)*(N+2)*(N+2)) #define _I(x,y,z) (((z)<<10)+((y)<<5)+x) #define SWAPFPTR(x,y) {float *t=x;x=y;y=t;} class Fluid { protected: float buffers[10][SIZE]; public: float *d, *d0; // densit...
jonrood/simulations
fire/spectrum.h
#ifndef __SPECTRUM_H #define __SPECTRUM_H void spectrum(double t1, double t2, int n, unsigned char* d); #endif