repo_name stringlengths 6 97 | path stringlengths 3 341 | text stringlengths 8 1.02M |
|---|---|---|
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJHttpWebCacheManager.h | <reponame>iOnRoad/EJKit<filename>EJDemo/Pods/Headers/Public/EJKit/EJHttpWebCacheManager.h<gh_stars>1-10
//
// EJHttpWebCacheManager.h
// EJDemo
//
// Created by iOnRoad on 15/10/10.
// Copyright © 2015年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "SynthesizeSingleton.h"
typedef void... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJBaseViewController.h | <gh_stars>1-10
//
// EJBaseViewController.h
// EJDemo
//
// Created by iOnRoad on 15/10/12.
// Copyright © 2015年 iOnRoad. All rights reserved.
//
#import <UIKit/UIKit.h>
/**
* 基类
*/
@interface EJBaseViewController : UIViewController
//获取当前显示视图最前面的类
+ (nullable EJBaseViewController *)ej_currentController;
- (... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJTools.h | //
// EJTools.h
// EJDemo
//
// Created by iOnRoad on 15/8/12.
// Copyright (c) 2015年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface EJTools : NSObject
+ (UIViewController *)ej_currentController; ///获取应用当前的Controller
+ (NSString*)ej_guidString; //设备唯一标... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJHttpClient.h | <filename>EJDemo/Pods/Headers/Public/EJKit/EJHttpClient.h<gh_stars>1-10
//
// EJHttpClient.h
// EJDemo
//
// Created by iOnRoad on 16/4/26.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EJHttpRequestDelegate.h"
#import "EJHttpResponseInterceptor.h"
#import "EJHttp... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJBaseRequestModel.h | <filename>EJDemo/Pods/Headers/Public/EJKit/EJBaseRequestModel.h
//
// EJBaseRequestModel.h
// EJDemo
//
// Created by iOnRoad on 15/8/9.
// Copyright (c) 2015年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EJHttpRequestDelegate.h"
/**
* 网络请求基类,所有请求应该继承于它。
*/
@interface EJBaseReque... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJKeyValueModel.h | //
// EJKeyValueObject.h
// EJDemo
//
// Created by iOnRoad on 16/6/7.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "LKDBHelper.h"
@interface EJKeyValueModel : NSObject
@property(copy,nonatomic) NSString *ej_key;
@property(strong,nonatomic) NSDictionary *ej_valu... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJHttpCookieManager.h | //
// EJHttpCookieManager.h
// EJDemo
//
// Created by iOnRoad on 15/10/9.
// Copyright © 2015年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "SynthesizeSingleton.h"
@interface EJHttpCookieManager : NSObject
SYNTHESIZE_SINGLETON_FOR_CLASS_HEADER(EJHttpCookieManager)
/**
* 设置指定URL的C... |
iOnRoad/EJKit | EJDemo/EJDemo/BaseTest/Req&Resp/WeatherCommonRequest.h | <gh_stars>1-10
//
// WeatherCommonRequest.h
// EJDemo
//
// Created by iOnRoad on 16/6/7.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
//此处请求WeatherApi没用到通用请求,只是示例
@interface WeatherCommonRequest : NSObject
@property (copy,nonatomic) NSString *version;
@property (copy,... |
iOnRoad/EJKit | Pod/Classes/EJKitHeader.h | <gh_stars>1-10
//
// EJKitHeader.h
// EJKitDemo
//
// Created by iOnRoad on 15/9/28.
// Copyright © 2015年 iOnRoad. All rights reserved.
//
//系统方法扩展类
#import "NSDate+EJExtension.h"
#import "NSString+EJExtension.h"
#import "UIActionSheet+EJExtension.h"
#import "UIAlertView+EJExtension.h"
#import "UIColor+EJExtension... |
iOnRoad/EJKit | Pod/Classes/EJDBKeyValue/EJDBKeyValue.h | <gh_stars>1-10
//
// EJDBKeyValue.h
// EJDemo
//
// Created by iOnRoad on 16/6/7.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EJKeyValueModel.h"
@interface EJDBKeyValue : NSObject
/**
* 存入数据库
* @param value 存储的值
* @param key
*/
+ (void)ej_setDBValue:(... |
iOnRoad/EJKit | Pod/Classes/EJTools/UIView+EJExtension.h | <filename>Pod/Classes/EJTools/UIView+EJExtension.h<gh_stars>1-10
//
// UIView+EJExtension.h
// EJDemo
//
// Created by iOnRoad on 15/8/12.
// Copyright (c) 2015年 iOnRoad. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (EJExtension)
#pragma mark - Functions
- (UIViewController*)ej_viewControlle... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJDefaultLoadingView.h | <gh_stars>1-10
//
// EJDefaultLoadingView.h
// EJDemo
//
// Created by iOnRoad on 15/8/25.
// Copyright (c) 2015年 iOnRoad. All rights reserved.
//
#import "EJLoadingView.h"
@interface EJDefaultLoadingView : EJLoadingView
@end
|
iOnRoad/EJKit | EJDemo/EJDemo/BaseTest/TestWebInterceptor.h | //
// TestWebInterceptor.h
// EJDemo
//
// Created by iOnRoad on 16/6/7.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EJBaseWebController.h"
@interface TestWebInterceptor : NSObject <EJWebHandleURLInterceptorDelegate>
@end
|
iOnRoad/EJKit | Pod/Classes/EJHttpKit/EJHttpRequest/EJCommonResponseModel.h | //
// EJCommonResponseModel.h
// HttpTest
//
// Created by iOnRoad on 16/5/3.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EJHttpResponseDelegate.h"
/*
*本类只是个示例,用于请求的公共响应参数对象
*可依据项目在项目中建立新类,并在EJHttpClient调用ej_registerCommonResponseClassName...方法注册
*/
@interfa... |
iOnRoad/EJKit | Pod/Classes/EJManager/EJBaiduGPSManager.h | //
// EJBaiduGPSManager.h
// EJDemo
//
// Created by iOnRoad on 14-8-20.
// Copyright (c) 2014年 iOnRoad. All rights reserved.
//
//----------此管理器为百度定位管理------------
#import <Foundation/Foundation.h>
#import "SynthesizeSingleton.h"
#import <BaiduMapAPI_Location/BMKLocationComponent.h>
#import <BaiduMapAPI_Search/B... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/UIActionSheet+EJExtension.h | <filename>EJDemo/Pods/Headers/Public/EJKit/UIActionSheet+EJExtension.h
//
// UIActionSheet+EJExtension.h
// EJDemo
//
// Created by iOnRoad on 15/8/12.
// Copyright (c) 2015年 iOnRoad. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIActionSheet (EJExtension) <UIActionSheetDelegate>
-(void)ej_handlerE... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJDefaultErrorView.h | //
// EJErrorTip.h
// EJDemo
//
// Created by iOnRoad on 15/9/29.
// Copyright © 2015年 iOnRoad. All rights reserved.
//
#import "EJErrorView.h"
/**
* 根据项目的需要,修改本类属性
* 本类仅用作弹出toast错误提示用,如果需要错误定制,则需要在自己的项目中创建新类
* 并集成EJErrorView,可在EJHttpClient中调用ej_registerLoadingViewClassName注册
*/
@interface EJDefaultErrorVi... |
iOnRoad/EJKit | EJDemo/EJDemo/BaseTest/TestHttpInterceptor.h | //
// TestHttpInterceptor.h
// EJDemo
//
// Created by iOnRoad on 16/6/7.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EJHttpResponseInterceptor.h"
@interface TestHttpInterceptor : NSObject<EJHttpResponseInterceptor>
@end
|
iOnRoad/EJKit | EJDemo/EJDemo/BaseTest/Resource/InputViewController.h | <reponame>iOnRoad/EJKit<gh_stars>1-10
//
// InputViewController.h
// EJDemo
//
// Created by iOnRoad on 16/6/7.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import "EJKeyboardViewController.h"
@interface InputViewController : EJKeyboardViewController
@end
|
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/UIViewController+EJExtension.h | //
// UIViewController+EJExtension.h
// EJDemo
//
// Created by iOnRoad on 15/10/8.
// Copyright © 2015年 iOnRoad. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIViewController (EJExtension)
/**
* 获取拿到当前Controller所在NavigationController队列中的指定Controller
*
* @param className 类名
*
* @return UIC... |
iOnRoad/EJKit | Pod/Classes/EJHttpKit/EJHttpRequest/EJDBBaseModel.h | <reponame>iOnRoad/EJKit
//
// EJDBModel.h
// EJDemo
//
// Created by iOnRoad on 16/5/14.
//
//
#import <Foundation/Foundation.h>
#import "LKDBHelper.h"
/**
* 数据库操作基类,注册数据库文件以及可操作数据库的对象
*/
@interface EJDBBaseModel : NSObject
//注册数据库文件名,不同的账户需要注册不同的数据库
+ (void)ej_registerSqliteFileName:(NSString *)filename;
@en... |
iOnRoad/EJKit | EJDemo/Pods/Headers/Public/EJKit/EJPushNotificationManager.h | //
// EJPushNotificationDelegate.h
// EJKitDemo
//
// Created by iOnRoad on 15/10/12.
// Copyright © 2015年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "SynthesizeSingleton.h"
@protocol EJPushNotificationDelegate <NSObject>
/**
* 处理通知方法,需要具体类实现该协议来处理业务逻辑
*... |
iOnRoad/EJKit | EJDemo/EJDemo/BaseTest/Req&Resp/WeatherCommonResponse.h | //
// WeatherCommonResponse.h
// EJDemo
//
// Created by iOnRoad on 16/6/7.
// Copyright © 2016年 iOnRoad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EJHttpResponseDelegate.h"
@interface WeatherCommonResponse : NSObject<EJHttpResponseDelegate>
@property(copy,nonatomic) NSString *desc;
@pro... |
ThePiGuy/Safe-Cracker | Safe-Cracker-Firmware/include/pins.h | <gh_stars>1-10
#ifndef PINS_PROJECT_H
#define PINS_PROJECT_H
// ********** Pin Definitions **********
// Dial -> X Axis on GRBL Board
#define PIN_DIAL_STEP 2
#define PIN_DIAL_DIR 5
// Handle -> Y Axis on GRBL Board
#define PIN_HANDLE_STEP 3
#define PIN_HANDLE_DIR 6
// Handle Open Sensor -> X Axis Limit Switch on ... |
ThePiGuy/Safe-Cracker | Safe-Cracker-Firmware/include/main.h |
#ifndef MAIN_PROJECT_H
#define MAIN_PROJECT_H
#include <Arduino.h>
#include <AccelStepper.h>
#include "pins.h"
void setupSteppers();
void doHardwareTest();
void doSetupInstructions();
bool checkSafeOpenHandle();
bool readSafeOpen();
void setStepperEnable(bool state);
void dial_turnToPosition(int targetDigit, in... |
ThePiGuy/Safe-Cracker | Safe-Cracker-SF/include/cracking.h | <gh_stars>1-10
#ifndef CRACKING_PROJECT_H
#define CRACKING_PROJECT_H
#include "main.h"
void nextCombination();
boolean checkCrossing(int currentSpot, int changeAmount, int checkSpot);
#endif |
ThePiGuy/Safe-Cracker | Safe-Cracker-SF/include/pins.h |
#ifndef PINS_PROJECT_H
#define PINS_PROJECT_H
#include "main.h"
// ********** Pin Definitions **********
// Dial -> X Axis on GRBL Board
#define PIN_DIAL_STEP 2
#define PIN_DIAL_DIR 5
// Handle -> Y Axis on GRBL Board
#define PIN_HANDLE_STEP 3
#define PIN_HANDLE_DIR 6
// Handle Open Sensor -> X Axis Limit Switc... |
ThePiGuy/Safe-Cracker | Safe-Cracker-SF/include/main.h |
#ifndef MAIN_PROJECT_H
#define MAIN_PROJECT_H
#include <Arduino.h>
#include <Servo.h>
#include "pins.h"
#include "display.h"
#include "cracking.h"
#include "controls.h"
// testing.cpp function prototypes
void testServo();
void testHandleButton(void);
void positionTesting();
// measuring.cpp function prototypes
v... |
ThePiGuy/Safe-Cracker | Safe-Cracker-SF/include/controls.h |
#ifndef CONTROL_PROJECT_H
#define CONTROL_PROJECT_H
#include "main.h"
int gotoStep(int stepGoal, boolean addAFullRotation);
int stepsRequired(int currentSteps, int goal);
int setDial(int dialValue, boolean extraSpin);
void findFlag();
void resetDiscsWithCurrentCombo(boolean pause);
int convertDialToEncoder(int dialV... |
ThePiGuy/Safe-Cracker | Safe-Cracker-SF/include/display.h |
#ifndef DISPLAY_PROJECT_H
#define DISPLAY_PROJECT_H
void clearDisplay();
void showNumber(long number);
void showTime(long milliseconds);
void showCombination(byte discA, byte discB, byte discC);
void postNumber(byte number, boolean decimal, boolean inverted);
#endif |
ThePiGuy/Safe-Cracker | Safe-Cracker-SF/include/nvm.h | #define LOCATION_HOME_OFFSET 0
#define LOCATION_TEST_INDENT_0 1
#define LOCATION_TEST_INDENT_1 2
#define LOCATION_TEST_INDENT_2 3
#define LOCATION_TEST_INDENT_3 4
#define LOCATION_TEST_INDENT_4 5
#define LOCATION_TEST_INDENT_5 6
#define LOCATION_TEST_INDENT_6 7
#define LOCATION_TEST_INDENT_7 8
#define LOCATION_TEST_I... |
itmm/csvdb | src/libs/cmp.h | <filename>src/libs/cmp.h
#line 4 "cmp.md"
#pragma once
#line 23 "cmp.md"
#include "entries.h"
#line 33 "cmp.md"
#include "ranges.h"
#line 6 "cmp.md"
#line 39 "cmp.md"
#line 120 "cmp.md"
#if cmp_IMPL
static bool is_numeric(
const std::string &hd
) {
return hd.size() && hd[hd.size() - 1] == '... |
itmm/csvdb | src/libs/ranges.h |
#line 15 "ranges.md"
#pragma once
#include "file.h"
#include <limits>
#include <vector>
#include <string>
class Range {
private:
int from_;
int to_;
public:
Range(int from = 1, int to = std::numeric_limits<int>::max()):
from_ { from }, to_ { to }
{}
int from() const { return from_; }
... |
itmm/csvdb | src/libs/file.h |
#line 11 "file.md"
#pragma once
#line 45 "file.md"
#include "entries.h"
#include <iostream>
#line 59 "file.md"
#include <istream>
#line 80 "file.md"
#include <string>
#line 13 "file.md"
class File {
private:
#line 52 "file.md"
Entries header_;
Entries entries_;
#line 65 "file.md"
std::istre... |
itmm/csvdb | src/libs/entries.h |
#line 11 "entries.md"
#pragma once
#line 30 "entries.md"
#include <istream>
#line 62 "entries.md"
#include <string>
#include <vector>
#include <iostream>
#line 13 "entries.md"
#include <vector>
class Range;
using Ranges = std::vector<Range>;
class Entries {
private:
#line 70 "entries.md"
std::... |
VerKnowSys/Syndir | PTssh/SftpDirHandle.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/X11TunnelHandler.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | CuteLogger/AbstractStringAppender.h | /*
Copyright (c) 2010 <NAME> (<EMAIL>bobs at gmail dot com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License version 2.1
as published by the Free Software Foundation and appearing in the file
LICENSE.LGPL included in the packagin... |
VerKnowSys/Syndir | Syndir/file_watchers_manager.h | /**
* @author dmilith
*
* © 2013 - VerKnowSys
*
*/
#ifndef __FILE_WATCHERS_MANAGER_H__
#define __FILE_WATCHERS_MANAGER_H__
#include <iostream>
#include <fstream>
#include <sys/stat.h>
#ifdef __linux__
#include <unistd.h>
#endif
#include "syndir.h"
#ifdef GUI_ENABLED
#include "../Synshot/synshot_co... |
VerKnowSys/Syndir | PTssh/SocketRecieve.h | <reponame>VerKnowSys/Syndir<filename>PTssh/SocketRecieve.h
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any... |
VerKnowSys/Syndir | PTssh/SftpBinaryPacket.h | <filename>PTssh/SftpBinaryPacket.h<gh_stars>0
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* ... |
VerKnowSys/Syndir | PTssh/Data.h | <filename>PTssh/Data.h
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is... |
VerKnowSys/Syndir | PTssh/CryptoStuff.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/PTsshW.h | <reponame>VerKnowSys/Syndir<gh_stars>0
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with o... |
VerKnowSys/Syndir | PTssh/Queue.h | <reponame>VerKnowSys/Syndir
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without f... |
VerKnowSys/Syndir | PTssh/PTsshConfig.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/LinkedList.h | <reponame>VerKnowSys/Syndir
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without f... |
VerKnowSys/Syndir | PTssh/TunnelHandler.h | <filename>PTssh/TunnelHandler.h<gh_stars>0
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* wi... |
VerKnowSys/Syndir | PTssh/Compress.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/PTSftp.h | <gh_stars>0
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby gra... |
VerKnowSys/Syndir | PTssh/BinaryPacket.h | <gh_stars>0
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby gra... |
VerKnowSys/Syndir | PTssh/SocketSend.h | <reponame>VerKnowSys/Syndir<filename>PTssh/SocketSend.h
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any pu... |
VerKnowSys/Syndir | PTssh/SftpFileHandle.h | <gh_stars>0
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby gra... |
VerKnowSys/Syndir | PTssh/CallbackNotifier.h | <gh_stars>0
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby gra... |
VerKnowSys/Syndir | PTssh/SftpAttrs.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/PTsshLog.h | <filename>PTssh/PTsshLog.h
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fe... |
VerKnowSys/Syndir | PTssh/PTsshSocket.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/SftpHandle.h | <reponame>VerKnowSys/Syndir
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without f... |
VerKnowSys/Syndir | Syndir/syndir.h | /**
* @author dmilith
*
* © 2013 - VerKnowSys
*
*/
#ifndef __SYNDIR_H__
#define __SYNDIR_H__
/* ignore certain kinds of warnings: */
#pragma clang diagnostic ignored "-Wunused-variable"
#pragma clang diagnostic ignored "-Wmismatched-tags"
/* all system wide includes required: */
#include <QtCore>
#include ... |
VerKnowSys/Syndir | PTssh/ChannelManager.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | Synshot/notifications.h | /**
* @author dmilith
*
* © 2013 - VerKnowSys
*
*/
#ifndef __NOTIFICATIONS_H__
#define __NOTIFICATIONS_H__
#include "../Syndir/syndir.h"
#include <QProcess>
#ifdef __APPLE__
const QString OSA_SCRIPT("/usr/bin/osascript");
const QString GROWL_APPLESCRIPT(
"tell application \"System Events\... |
VerKnowSys/Syndir | PTssh/PTssh.h | <gh_stars>0
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby gra... |
VerKnowSys/Syndir | PTssh/SftpRequestMgr.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | Synshot/synshot_config_widget.h | /**
* @author dmilith
*
* © 2013 - VerKnowSys
*
*/
#ifndef __SYNSHOT_CONF_WIDGET_H__
#define __SYNSHOT_CONF_WIDGET_H__
#include <QtGui>
#include <QSystemTrayIcon>
#include <QDesktopWidget>
#include <QMenu>
/* auto generated: */
#include "ui_Synshot.h"
#include "../Syndir/syndir.h"
#include "notifications.h"... |
VerKnowSys/Syndir | PTssh/Utility.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/SSH2Types.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/Channel.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/PTsshThread.h | /**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without fee is hereby granted, provid... |
VerKnowSys/Syndir | PTssh/Transport.h | <filename>PTssh/Transport.h
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or without f... |
VerKnowSys/Syndir | Synshot/synshot.h | /**
* @author dmilith
*
* © 2013 - VerKnowSys
*
*/
#ifndef __SYNSHOT_H__
#define __SYNSHOT_H__
#define DEFAULT_SYNSHOT_LOG_FILE "/.synshot.log"
#endif
|
VerKnowSys/Syndir | PTssh/TcpIpTunnelHandler.h | <filename>PTssh/TcpIpTunnelHandler.h
/**************************************************************************
* Copyright (C) 2008-2009 by <NAME> <EMAIL>
* All rights reserved.
*
* This file is part of PTssh
*
* Permission to use, copy, modify, and distribute this software for any purpose
* with or ... |
VerKnowSys/Syndir | Syndir/worker_thread.h | <filename>Syndir/worker_thread.h
/**
* @author dmilith
*
* © 2013 - VerKnowSys
*
*/
#ifndef __WORKER_THREAD_H__
#define __WORKER_THREAD_H__
#include "syndir.h"
#include "file_watchers_manager.h"
#ifdef GUI_ENABLED
#include "../Synshot/synshot_config_widget.h"
#endif
class WorkerThread: public QThread ... |
wqz123491/noteForOpenGL | textRendering/FPSCounter/frameRateCounter.h | <gh_stars>100-1000
#ifndef _FRAME_RATE_COUNTER_H_
#define _FRAME_RATE_COUNTER_H_
#include <string>
#include <sstream>
class FrameRateCounter
{
public:
FrameRateCounter(double frameStarTime)
:lastFrameTime(frameStarTime), frames(0){}
double getMilliSecondsPerFrame()
{
return 1000.0 / frames;
}
int getFramePe... |
wqz123491/noteForOpenGL | videoRendering/videoRendering/Timer.h | <reponame>wqz123491/noteForOpenGL
//////////////////////////////////////////////////////////////////////////////
// Timer.h
// =======
// High Resolution Timer.
// This timer is able to measure the elapsed time with 1 micro-second accuracy
// in both Windows, Linux and Unix system
//
// AUTHOR: <NAME> (<EMAIL>)
// CR... |
hydexon/allegro-4.2.2-xc | include/allegro/platform/alplatf.h | <reponame>hydexon/allegro-4.2.2-xc
/* generated by CMakeLists.txt */
#define ALLEGRO_WATCOM
|
vedtra/SistemInformasiPolresTobasa | public/polisi/laporan/kondisi.c | #include<stdio.h>
int main()
{
int a;
scanf("%d",&a);
if(a==1)
{
printf("oke");
}
else
{
printf("gagal");
}
return 0;
}
|
vedtra/SistemInformasiPolresTobasa | public/polisi/laporan/hello.c | #include<stdio.h>
int main()
{
int a,b;
float l;
scanf("%d",&a);
scanf("%d",&b);
l =(float) (a*b)/2;
printf("%.2f",l);
return 0;
}
|
vedtra/SistemInformasiPolresTobasa | public/polisi/laporan/Diference.c | <reponame>vedtra/SistemInformasiPolresTobasa
#include<stdio.h>
int main()
{
int a,b,c,d;
scanf("%d",&a);
scanf("%d",&b);
scanf("%d",&c);
scanf("%d",&d);
printf("DIFERENCA = %d\n",a*b-c*d);
return 0;
}
|
vedtra/SistemInformasiPolresTobasa | public/polisi/laporan/Lingkaran.c | #include<stdio.h>
int main()
{
float r,luas;
scanf("%f",&r);
luas=3.14159*r*r;
printf("A=%.4f\n",luas);
return 0;
}
|
threebytesfull/EasterDate | Example/Pods/Target Support Files/Pods-EasterDate Example tvOS-EasterDate Tests tvOS/Pods-EasterDate Example tvOS-EasterDate Tests tvOS-umbrella.h | #import <UIKit/UIKit.h>
FOUNDATION_EXPORT double Pods_EasterDate_Example_tvOS_EasterDate_Tests_tvOSVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_EasterDate_Example_tvOS_EasterDate_Tests_tvOSVersionString[];
|
threebytesfull/EasterDate | Example/Pods/Target Support Files/Pods-EasterDate Example Mac/Pods-EasterDate Example Mac-umbrella.h | #import <Cocoa/Cocoa.h>
FOUNDATION_EXPORT double Pods_EasterDate_Example_MacVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_EasterDate_Example_MacVersionString[];
|
threebytesfull/EasterDate | Example/Pods/Target Support Files/EasterDate-OSX/EasterDate-OSX-umbrella.h | <filename>Example/Pods/Target Support Files/EasterDate-OSX/EasterDate-OSX-umbrella.h<gh_stars>0
#import <Cocoa/Cocoa.h>
FOUNDATION_EXPORT double EasterDateVersionNumber;
FOUNDATION_EXPORT const unsigned char EasterDateVersionString[];
|
threebytesfull/EasterDate | Example/Pods/Target Support Files/Pods-EasterDate Example iOS-EasterDate Tests iOS/Pods-EasterDate Example iOS-EasterDate Tests iOS-umbrella.h | <filename>Example/Pods/Target Support Files/Pods-EasterDate Example iOS-EasterDate Tests iOS/Pods-EasterDate Example iOS-EasterDate Tests iOS-umbrella.h
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT double Pods_EasterDate_Example_iOS_EasterDate_Tests_iOSVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_EasterDate... |
threebytesfull/EasterDate | Example/Pods/Target Support Files/Pods-EasterDate Example Mac-EasterDate Tests Mac/Pods-EasterDate Example Mac-EasterDate Tests Mac-umbrella.h | #import <Cocoa/Cocoa.h>
FOUNDATION_EXPORT double Pods_EasterDate_Example_Mac_EasterDate_Tests_MacVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_EasterDate_Example_Mac_EasterDate_Tests_MacVersionString[];
|
threebytesfull/EasterDate | Example/Pods/Target Support Files/EasterDate-tvOS/EasterDate-tvOS-umbrella.h | #import <UIKit/UIKit.h>
FOUNDATION_EXPORT double EasterDateVersionNumber;
FOUNDATION_EXPORT const unsigned char EasterDateVersionString[];
|
threebytesfull/EasterDate | Example/Pods/Target Support Files/Pods-EasterDate Example tvOS/Pods-EasterDate Example tvOS-umbrella.h | <gh_stars>0
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT double Pods_EasterDate_Example_tvOSVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_EasterDate_Example_tvOSVersionString[];
|
threebytesfull/EasterDate | Example/Pods/Target Support Files/Pods-EasterDate Example iOS/Pods-EasterDate Example iOS-umbrella.h | <gh_stars>0
#import <UIKit/UIKit.h>
FOUNDATION_EXPORT double Pods_EasterDate_Example_iOSVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_EasterDate_Example_iOSVersionString[];
|
llamaking136/danix | kernel/dev/video/vga.h | //
// vga.h
//
// created at 27/03/2021 10:07:53
// written by llamaking136
//
// MIT License
//
// Copyright (c) 2021 llamaking136
//
// 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 Sof... |
llamaking136/danix | kernel/isr.c | <gh_stars>1-10
//
// isr.c -- High level interrupt service routines and interrupt request handlers.
// Part of this code is modified from Bran's kernel development tutorials.
// Rewritten for JamesM's kernel development tutorials.
//
#include "common.h"
#include <sys/types.h>
#include "isr.h"
#include <stdio... |
llamaking136/danix | kernel/timer.h | // timer.h -- Defines the interface for all PIT-related functions.
// Written for JamesM's kernel development tutorials.
#ifndef TIMER_H
#define TIMER_H
#include "common.h"
#include <sys/types.h>
#include "module.h"
extern uint64_t tick;
void init_timer(u32int frequency);
uint64_t millis();
#endif
|
llamaking136/danix | kernel/assembly.c | //
// assembly.c
//
// created at 27/03/2021 10:07:53
// written by llamaking136
//
// MIT License
//
// Copyright (c) 2021 llamaking136
//
// 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... |
llamaking136/danix | kernel/init.c | <reponame>llamaking136/danix
//
// init.c
//
// created at 27/03/2021 10:07:53
// written by llamaking136
//
// MIT License
//
// Copyright (c) 2021 llamaking136
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Sof... |
llamaking136/danix | kernel/common.h | <gh_stars>1-10
// common.h -- Defines typedefs and some global functions.
// From JamesM's kernel development tutorials.
#ifndef COMMON_H
#define COMMON_H
#include "string.h"
// Some nice typedefs, to standardise sizes across platforms.
// These typedefs are written for 32-bit X86.
typedef unsigned int ... |
llamaking136/danix | kernel/timer.c | // timer.c -- Initialises the PIT, and handles clock updates.
// Written for JamesM's kernel development tutorials.
#include "timer.h"
#include "isr.h"
#include <stdio.h>
uint64_t tick = 0;
static void timer_callback(registers_t regs)
{
module("timer_callback");
tick++;
// printf("Tick: %d\r", tick ... |
llamaking136/danix | kernel/panic.c | //
// panic.c
//
// created at 27/03/2021 10:07:53
// written by llamaking136
//
// MIT License
//
// Copyright (c) 2021 llamaking136
//
// 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 S... |
llamaking136/danix | kernel/main.c | <filename>kernel/main.c
//
// main.c
//
// created at 27/03/2021 10:07:53
// written by llamaking136
//
// MIT License
//
// Copyright (c) 2021 llamaking136
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software... |
llamaking136/danix | kernel/dev/video/vga.c | //
// vga.c
//
// created at 27/03/2021 10:07:53
// written by llamaking136
//
// MIT License
//
// Copyright (c) 2021 llamaking136
//
// 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 ... |
llamaking136/danix | kernel/dev/keyboard/keyboard.c | //
// keyboard.c
//
// created at 27/03/2021 10:07:53
// written by llamaking136
//
// MIT License
//
// Copyright (c) 2021 llamaking136
//
// 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... |
llamaking136/danix | kernel/common.c | <filename>kernel/common.c
// common.c -- Defines some global functions.
// From JamesM's kernel development tutorials.
#include "common.h"
// Copy len bytes from src to dest.
void memcpy(u8int *dest, const u8int *src, u32int len)
{
const u8int *sp = (const u8int *)src;
u8int *dp = (u8int *)dest;
... |
Bepal/eosio | eosio/Coins/EOS/EOSTransaction.h | <gh_stars>1-10
/*
* Copyright (c) 2018, Bepal
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.