repo_name
stringlengths
5
122
path
stringlengths
3
232
text
stringlengths
6
1.05M
754340156/NQ_quanfu
allrichstore/Other/Image.h
// // Image.h // FullRich // // Created by 任强宾 on 16/10/26. // Copyright © 2016年 任强宾. All rights reserved. // #ifndef Image_h #define Image_h #pragma mark - 简写工具 /********************简写工具********************/ //简写Image #define Image(imageName) [Single themeImageWithName:imageName] #define ImageStr(imageName) [UI...
754340156/NQ_quanfu
allrichstore/UI/Common/Main/M/GoodsModel.h
<filename>allrichstore/UI/Common/Main/M/GoodsModel.h // // GoodsModel.h // allrichstore // // Created by 任强宾 on 16/12/12. // Copyright © 2016年 allrich88. All rights reserved. // #import "BaseModel.h" @interface GoodsModel : BaseModel //销量 @property (nonatomic, assign) long g_salenumber; //付款人数 @property (nonatom...
754340156/NQ_quanfu
allrichstore/UI/Common/Shop/V/HotClassView.h
// // HotClassView.h // allrichstore // // Created by 任强宾 on 16/11/17. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> @interface HotClassView : UIView - (instancetype)initWithFrame:(CGRect)frame array:(NSArray *)array block:(StringBlock)block; //展示 - (void)show; @end
754340156/NQ_quanfu
allrichstore/Tools/CommonLibrary/Category/NSData+CRC.h
<gh_stars>1-10 // // NSData+CRC.h // CommonLibrary // // Created by Ken on 3/25/14. // Copyright (c) 2014 Alexi. All rights reserved. // #if kSupportNSDataCommon #import <Foundation/Foundation.h> #define DEFAULT_POLYNOMIAL 0xEDB88320L #define DEFAULT_SEED 0xFFFFFFFFL @interface NSData (CRC) -(uint8_t) crc8...
754340156/NQ_quanfu
allrichstore/UI/Home/ShopsApply/Main/V/ShopsApplyCell.h
<reponame>754340156/NQ_quanfu // // ShopsApplyCell.h // allrichstore // // Created by zhaozhe on 16/11/22. // Copyright © 2016年 allrich88. All rights reserved. // #import "BaseCollectionViewCell.h" @interface ShopsApplyCell : BaseCollectionViewCell /** icon */ @property(nonatomic,copy) NSString* icon; /** title...
754340156/NQ_quanfu
allrichstore/Tools/NetWork/NetWork.h
<gh_stars>1-10 // // NetWork.h // LiveTest // // Created by 任强宾 on 16/8/16. // Copyright © 2016年 NeiQuan. All rights reserved. // #import <Foundation/Foundation.h> #import <AFNetworking/AFNetworking.h> @interface NetWork : NSObject /** * @param url 请求地址字符串 * @param parameters 请求参数 * @param suc...
754340156/NQ_quanfu
allrichstore/UI/Home/Location/V/AddressCell.h
// // AddressCell.h // LiveTest // // Created by 任强宾 on 16/8/25. // Copyright © 2016年 NeiQuan. All rights reserved. // #import <UIKit/UIKit.h> @interface AddressCell : BaseTableViewCell @end
754340156/NQ_quanfu
allrichstore/UI/Common/Shop/V/ShopHomeTopView.h
// // ShopHomeTopView.h // allrichstore // // Created by 任强宾 on 16/11/10. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> @protocol ShopHomeTopViewDelegate <NSObject> @end @interface ShopHomeTopView : UIView @property (nonatomic, strong) UIImageView *shopIconImgView; @property...
754340156/NQ_quanfu
allrichstore/Tools/CommonLibrary/UIFramework/PageMenuScrollView.h
<filename>allrichstore/Tools/CommonLibrary/UIFramework/PageMenuScrollView.h // // ScrollPageView.h // CommonLibrary // // Created by Alexi on 15/4/21. // Copyright (c) 2015年 <NAME>. All rights reserved. // #if kSupportLibraryPage #import <UIKit/UIKit.h> #import "MenuAbleItem.h" @class PageMenuScrollView; @interf...
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBViewClass/CustomCell/IconAndTitleCell.h
<filename>allrichstore/Tools/QBClass/QBViewClass/CustomCell/IconAndTitleCell.h // // IconAndTitleCell.h // MeiYiQuan // // Created by 任强宾 on 16/10/5. // Copyright © 2016年 任强宾. All rights reserved. // #import <UIKit/UIKit.h> @interface IconAndTitleCell : UITableViewCell - (void)configCellIconName:(NSString *)icon...
754340156/NQ_quanfu
allrichstore/Other/Animation.h
<reponame>754340156/NQ_quanfu // // Animation.h // FullRich // // Created by 任强宾 on 16/10/26. // Copyright © 2016年 任强宾. All rights reserved. // #ifndef Animation_h #define Animation_h //tableView刷新的时候的动画 #define Animation_TableViewRow UITableViewRowAnimationNone #endif /* Animation_h */
754340156/NQ_quanfu
allrichstore/UI/Home/Main/V/Home_HeaderCell_Cell.h
// // Home_HeaderCell_Cell.h // allrichstore // // Created by 任强宾 on 16/10/31. // Copyright © 2016年 任强宾. All rights reserved. // #import <UIKit/UIKit.h> @interface Home_HeaderCell_Cell : BaseCollectionViewCell @end
754340156/NQ_quanfu
allrichstore/UI/Register/C/RegisterVC.h
<gh_stars>1-10 // // RegisterVC.h // allrichstore // // Created by 任强宾 on 16/10/31. // Copyright © 2016年 allrich88. All rights reserved. // #import "ForgetPwVC.h" @interface RegisterVC : ForgetPwVC @end
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBClassHeader/QBHeader.h
<reponame>754340156/NQ_quanfu // // QBHeader.h // PRJ_CreditRecruit // // Created by 任强宾 on 16/6/27. // Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved. // #ifndef QBHeader_h #define QBHeader_h #import "QBMacroHeader.h" //引入QB宏 #import "QBCategoryHeader.h" //引入所有的QB分类 #import "QBClassMethodHe...
754340156/NQ_quanfu
allrichstore/Tools/CommonLibrary/Category/UIImage+ImageEffect.h
<reponame>754340156/NQ_quanfu // // UIImage+ImageEffect.h // CommonLibrary // // Created by AlexiChen on 15/12/24. // Copyright © 2015年 AlexiChen. All rights reserved. // #if kSupportUIImageImageEffect #import <UIKit/UIKit.h> @interface UIImage (ImageEffect) - (UIImage *)applyLightEffect; - (UIImage *)applyExtra...
754340156/NQ_quanfu
allrichstore/UI/ShoppingCart/CreateOrder/V/CreateOrderBottomView.h
<reponame>754340156/NQ_quanfu // // CreateOrderBottomView.h // allrichstore // // Created by zhaozhe on 16/11/16. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> @protocol CreateOrderBottomViewDelegate <NSObject> /** 点击提交 */ - (void)CreateOrderBottomViewDelegate_clickSubmitBtn; @...
754340156/NQ_quanfu
allrichstore/UI/Mine/Main/V/Mine_SubfieldCell.h
<gh_stars>1-10 // // Mine_SubfieldCell.h // allrichstore // // Created by zhaozhe on 16/11/7. // Copyright © 2016年 allrich88. All rights reserved. // #import "BaseTableViewCell.h" @protocol Mine_SubfieldCellDelegate <NSObject> /** 点击button */ - (void)Mine_SubfieldCellDelegate_clickButtonWithIndex:(NSInteger)ind...
754340156/NQ_quanfu
allrichstore/UI/ShoppingCart/Main/V/ShoppingCartBottomView.h
// // ShoppingCartBottomView.h // allrichstore // // Created by zhaozhe on 16/11/15. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> #define kBottomViewH 50.0f @protocol ShoppingCartBottomViewDelegate <NSObject> /** 结算 */ - (void)ShoppingCartBottomViewDelegate_clickSettlementBtn; ...
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBCategory/NSString++/NSString+QBJudge.h
// // NSString+QBJudge.h // PRJ_CreditRecruit // // Created by apple on 16/3/8. // Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (QBJudge) #pragma mark - 是否是正确的手机号格式? - (BOOL)isMobileNumber; #pragma mark - 是否是正确的电话号码(手机+固话)? - (BOOL)isTelNumber; #...
754340156/NQ_quanfu
allrichstore/Tools/CommonLibrary/TipUtility/TipUtility.h
// // TipUtility.h // CommonLibrary // // Created by Alexi on 13-11-6. // Copyright (c) 2013年 ywchen. All rights reserved. // #ifndef CommonLibrary_TipUtility_h #define CommonLibrary_TipUtility_h #import "MBProgressHUD.h" //#import "HUDTipView.h" #import "HUDHelper.h" #define kServiceRequestTimeOut 30 #endif
754340156/NQ_quanfu
allrichstore/UI/Common/GoodDetail/Main/V/CustomNavigationBar.h
// // CustomNavigationBar.h // allrichstore // // Created by zhaozhe on 16/12/8. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> @protocol CustomNavigationBarDelegate <NSObject> /** 返回 */ - (void)CustomNavigationBar_back; /** 分享 */ - (void)CustomNavigationBar_share; /** 购物车 */ -...
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBUIClass/ImageView.h
<filename>allrichstore/Tools/QBClass/QBUIClass/ImageView.h // // ImageView.h // PRJ_CreditRecruit // // Created by apple on 16/2/29. // Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved. // #import <UIKit/UIKit.h> @interface ImageView : UIImageView @end
754340156/NQ_quanfu
allrichstore/UI/Mine/Main/V/Mine_OrderCell.h
<reponame>754340156/NQ_quanfu<gh_stars>1-10 // // Mine_OrderCell.h // allrichstore // // Created by zhaozhe on 16/11/7. // Copyright © 2016年 allrich88. All rights reserved. // #import "BaseTableViewCell.h" @interface Mine_OrderCell : BaseTableViewCell /** titleName */ @property(nonatomic,copy) NSString * titleNam...
754340156/NQ_quanfu
allrichstore/UI/Common/GoodDetail/Main/V/firstView/GoodsDetailStoreView.h
<gh_stars>1-10 // // GoodsDetailStoreView.h // allrichstore // // Created by zhaozhe on 16/11/1. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> @class GoodsDetailModel; @protocol GoodsDetailStoreViewDelegate <NSObject> ///** 点击整体 */ //- (void)GoodsDetailStoreViewDelegate_clickVie...
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBCategory/UIView++/UIView+qbLayer.h
// // UIView+qbLayer.h // allrichstore // // Created by 任强宾 on 16/12/16. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSInteger, CornerSide) { CornerSideTop = 0, CornerSideLeft = 1, CornerSideBottom = 2, CornerSideRight = 3, CornerSideTopLeft ...
754340156/NQ_quanfu
allrichstore/Tools/CommonLibrary/Animation/ADTransition/Scale/UITableViewController+ADScaleTransition.h
<filename>allrichstore/Tools/CommonLibrary/Animation/ADTransition/Scale/UITableViewController+ADScaleTransition.h // // UITableViewController+ADScaleTransititon.h // CommonLibrary // // Created by James on 3/7/14. // Copyright (c) 2014 CommonLibrary. All rights reserved. // #if kSupportADTransition #import <UIKit/U...
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBCategory/NSObject++/NSObject+extend.h
<filename>allrichstore/Tools/QBClass/QBCategory/NSObject++/NSObject+extend.h // // NSObject+extend.h // MeiYiQuan // // Created by 任强宾 on 16/10/18. // Copyright © 2016年 任强宾. All rights reserved. // #import <Foundation/Foundation.h> /***************block定义***************/ //不带参数的block typedef void(^EmptyBlock)(); ...
754340156/NQ_quanfu
allrichstore/UI/Common/GoodList/GoodsFilterView/M/GoodsFilterModel.h
// // GoodsFilterModel.h // allrichstore // // Created by 任强宾 on 16/11/17. // Copyright © 2016年 allrich88. All rights reserved. // #import <Foundation/Foundation.h> #import "GoodsFilterView.h" @class GoodsPropertyModel; @interface GoodsFilterModel : NSObject<GoodsFilterAble> @property (nonatomic, assign) CGFloat...
754340156/NQ_quanfu
allrichstore/UI/Home/Location/C/LocationVC.h
// // LocationVC.h // allrichstore // // Created by 任强宾 on 16/11/7. // Copyright © 2016年 allrich88. All rights reserved. // #import "BaseVC.h" @class HomeVC; //定位控制器 @interface LocationVC : BaseVC @property (nonatomic, strong) HomeVC *homeVC; @end
754340156/NQ_quanfu
allrichstore/Tools/CommonLibrary/UIView+InitMethod/UILabel+InitMethod.h
<reponame>754340156/NQ_quanfu // // UILabel+InitMethod.h // CommonLibrary // // Created by Alexi on 14-7-21. // Copyright (c) 2014年 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> @interface UILabel (InitMethod) + (instancetype)labelWith:(NSString *)text; + (instancetype)labelWith:(NSString *)text textC...
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBUIClass/View.h
<gh_stars>1-10 // // View.h // PRJ_CreditRecruit // // Created by apple on 16/2/29. // Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved. // #import <UIKit/UIKit.h> @interface View : UIView //设置边框(可设置参数:宽度,颜色) - (void)setRimWithBorderWidth:(CGFloat)borderWidth borderColor:(UIColor *)borderCol...
754340156/NQ_quanfu
allrichstore/UI/Home/Main/M/ActivityListModel.h
// // ActivityListModel.h // allrichstore // // Created by 任强宾 on 16/12/16. // Copyright © 2016年 allrich88. All rights reserved. // #import "BaseModel.h" @class ActivitySubModel; @interface ActivityListModel : BaseModel @property (nonatomic, copy) NSString *aid; @property (nonatomic, copy) NSString *am_name; @pr...
754340156/NQ_quanfu
allrichstore/UI/Mine/Main/C/MineVC.h
// // MineVC.h // allrichstore // // Created by 任强宾 on 16/10/27. // Copyright © 2016年 allrich88. All rights reserved. // #import "BaseVC.h" @interface MineVC : BaseVC @end
754340156/NQ_quanfu
allrichstore/UI/Common/GoodDetail/Main/V/secondView/GD_SecondTableView.h
// // GD_SecondTableView.h // allrichstore // // Created by zhaozhe on 16/11/17. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> @interface GD_SecondTableView : UITableView @end
754340156/NQ_quanfu
allrichstore/UI/Common/GoodList/V/GoodsOneListSecondStyleCell.h
// // GoodsOneListSecondStyleCell.h // allrichstore // // Created by 任强宾 on 16/11/9. // Copyright © 2016年 allrich88. All rights reserved. // #import "GoodsOneListFirstStyleCell.h" @interface GoodsOneListSecondStyleCell : GoodsOneListFirstStyleCell @end
754340156/NQ_quanfu
allrichstore/Base/V/BaseCollectionViewCell.h
<filename>allrichstore/Base/V/BaseCollectionViewCell.h // // BaseCollectionViewCell.h // MeiYiQuan // // Created by 任强宾 on 16/10/21. // Copyright © 2016年 任强宾. All rights reserved. // #import <UIKit/UIKit.h> @interface BaseCollectionViewCell : UICollectionViewCell { UIView *_bgView; //用于作为背景图 U...
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBClassMethod/QBComputeManger.h
<reponame>754340156/NQ_quanfu // // QBComputeManger.h // RQBClass // // Created by apple on 15/1/12. // Copyright © 2015年 任强宾. All rights reserved. // #import <UIKit/UIKit.h> @interface QBComputeManger : NSObject #pragma mark - 根据字符串及其属性 --> 获取字符串宽高 //通过字符串及其属性获取字符串的宽度 + (CGFloat)getWidthByString:(NSString *)st...
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBCategory/UIButton++/UIButton+qbExtension.h
// // UIButton+qbExtension.h // allrichstore // // Created by 任强宾 on 16/11/27. // Copyright © 2016年 allrich88. All rights reserved. // #import <UIKit/UIKit.h> @interface UIButton (qbExtension) - (void)setBackgroundColor:(UIColor *)backgroundColor forState:(UIControlState)state; @end
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBUIClass/TextView.h
<gh_stars>1-10 // // TextView.h // PRJ_CreditRecruit // // Created by apple on 16/2/29. // Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved. // #import <UIKit/UIKit.h> @interface TextView : UITextView @end
754340156/NQ_quanfu
allrichstore/Tools/Tools.h
<filename>allrichstore/Tools/Tools.h<gh_stars>1-10 // // Tools.h // YunSuLive // // Created by hai on 16/6/23. // Copyright © 2016年 22. All rights reserved. // #import <UIKit/UIKit.h> //第三方登录的类型 typedef NS_ENUM(NSInteger, ThirdLoginType) { ThirdLoginTypeQQ, ThirdLoginTypeWeChat }; typedef void(^ImageBloc...
754340156/NQ_quanfu
Pods/Target Support Files/Pods-allrichstore/Pods-allrichstore-umbrella.h
#ifdef __OBJC__ #import <UIKit/UIKit.h> #endif FOUNDATION_EXPORT double Pods_allrichstoreVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_allrichstoreVersionString[];
754340156/NQ_quanfu
allrichstore/UI/GoodsClass/Main/V/ThreeMenuCell.h
<gh_stars>1-10 // // ThreeMenuCell.h // allrichstore // // Created by 任强宾 on 16/11/3. // Copyright © 2016年 allrich88. All rights reserved. // #import "BaseCollectionViewCell.h" //三级分类菜单的 --> 第三级 @interface ThreeMenuCell : BaseCollectionViewCell @end
754340156/NQ_quanfu
allrichstore/Tools/QBClass/QBUIClass/TableView.h
<reponame>754340156/NQ_quanfu // // TableView.h // PRJ_CreditRecruit // // Created by apple on 16/2/29. // Copyright © 2016年 河南维创盈通科技有限公司. All rights reserved. // #import <UIKit/UIKit.h> @interface TableView : UITableView @end
754340156/NQ_quanfu
allrichstore/Base/V/NetErrorCell.h
// // NetErrorCell.h // LiveTest // // Created by 任强宾 on 16/9/13. // Copyright © 2016年 NeiQuan. All rights reserved. // #import <UIKit/UIKit.h> @interface NetErrorCell : UITableViewCell @end
seletz/RestKit
Examples/RKDiscussionBoardExample/DiscussionBoard/Code/Other/RKRequestTTModel+Loading.h
<reponame>seletz/RestKit<gh_stars>1-10 // // RKRequestTTModel+Loading.h // DiscussionBoard // // Created by <NAME> on 1/12/11. // Copyright 2011 Two Toasters. All rights reserved. // #import <Foundation/Foundation.h> #import <RestKit/Three20/Three20.h> @interface RKRequestTTModel (Loading) @end
seletz/RestKit
Examples/RKDiscussionBoardExample/DiscussionBoard/Code/Models/DBContentObject.h
// // DBContentObject.h // DiscussionBoard // // Created by <NAME> on 1/20/11. // Copyright 2011 Two Toasters. All rights reserved. // #import <RestKit/RestKit.h> #import <RestKit/CoreData/CoreData.h> #import "DBUser.h" // Posted when a content object has changed extern NSString* const DBContentObjectDidChangeNot...
seletz/RestKit
Examples/RKTwitterCoreData/Classes/RKTUser.h
<reponame>seletz/RestKit // // RKTUser.h // RKTwitter // // Created by <NAME> on 9/5/10. // Copyright 2010 Two Toasters. All rights reserved. // #import <RestKit/RestKit.h> #import <RestKit/CoreData/CoreData.h> @interface RKTUser : RKManagedObject { } @property (nonatomic, retain) NSNumber* userID; @property (no...
seletz/RestKit
Examples/RKDiscussionBoardExample/DiscussionBoard/Code/Models/DBUser.h
// // DBUser.h // DiscussionBoard // // Created by <NAME> on 1/10/11. // Copyright 2011 Two Toasters. All rights reserved. // #import <RestKit/RestKit.h> #import <RestKit/CoreData/CoreData.h> // Declared here and defined below @class DBContentObject; @protocol DBUserAuthenticationDelegate; //////////////////////...
seletz/RestKit
Examples/RKDiscussionBoardExample/DiscussionBoard/Code/Controllers/DBPostsTableViewController.h
<reponame>seletz/RestKit // // DBPostsTableViewController.h // DiscussionBoard // // Created by <NAME> on 1/7/11. // Copyright 2011 Two Toasters. All rights reserved. // #import <Three20/Three20.h> #import "DBResourceListTableViewController.h" #import "DBTopic.h" /** * Displays a table of Posts within a given To...
seletz/RestKit
Examples/RKDiscussionBoardExample/DiscussionBoard/Code/Controllers/DBResourceListTableViewController.h
<reponame>seletz/RestKit // // DBResourceListTableViewController.h // DiscussionBoard // // Created by <NAME> on 1/10/11. // Copyright 2011 Two Toasters. All rights reserved. // #import <Three20/Three20.h> #import <RestKit/Three20/Three20.h> @interface DBResourceListTableViewController : TTTableViewController { ...
seletz/RestKit
Examples/RKDiscussionBoardExample/DiscussionBoard/Code/Controllers/DBTopicViewController.h
<gh_stars>1-10 // // DBEditTopicViewController.h // DiscussionBoard // // Created by <NAME> on 1/10/11. // Copyright 2011 Two Toasters. All rights reserved. // #import <Three20/Three20.h> #import "DBAuthenticatedTableViewController.h" #import "DBTopic.h" @interface DBTopicViewController : DBAuthenticatedTableView...
bravegogo/DoraemonKit
iOS/DoraemonKit/Src/Core/Util/KVDB/KVDatabase.h
// // KVDatabase.h // // // Created by on 2017/5/9. // Copyright © 2017年 . All rights reserved. // #import <Foundation/Foundation.h> @interface KVDatabase : NSObject + (instancetype)dbWithPath:(NSString *)filePath; - (BOOL)putInteger:(long long)data forKey:(NSString *)key; - (long long)getIntegerWithKey:(NSS...
bravegogo/DoraemonKit
iOS/DoraemonKit/Src/Core/Plugin/Common/ume/UmeDoraemonDBViewController.h
// // UmeDoraemonDBViewController.h // Pods // // Created by hyhan on 2020/7/27. // #import "DoraemonBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface UmeDoraemonDBViewController : DoraemonBaseViewController @end NS_ASSUME_NONNULL_END
bravegogo/DoraemonKit
iOS/DoraemonKit/Src/Core/Plugin/Common/ume/UmeDoraemonNullPointerPlugin.h
<gh_stars>0 // // UmeDoraemonNullPointerPlugin.h // Pods // // Created by hyhan on 2020/7/27. // #import <Foundation/Foundation.h> #import "DoraemonPluginProtocol.h" NS_ASSUME_NONNULL_BEGIN @interface UmeDoraemonNullPointerPlugin : NSObject<DoraemonPluginProtocol> @end NS_ASSUME_NONNULL_END
bravegogo/DoraemonKit
iOS/DoraemonKit/Src/LXDZombieSniffer/sniffer/LXDZombieSniffer.h
<reponame>bravegogo/DoraemonKit // // LXDZombieSniffer.h // LXDZombieSniffer // // Created by linxinda on 2017/10/28. // #import <Foundation/Foundation.h> /*! * @category LXDZombieSniffer * zombie对象嗅探器 */ @interface LXDZombieSniffer : NSObject /*! * @method installSniffer * 启动zombie检测 */ + (void)inst...
bravegogo/DoraemonKit
iOS/DoraemonKit/Src/LXDZombieSniffer/proxy/LXDZombieProxy.h
// // LXDZombieProxy.h // LXDZombieSniffer // // Created by linxinda on 2017/10/28. // #import <Foundation/Foundation.h> static const NSString * ZombieStatusNotLog = @"ZombieStatusNotLog"; static const NSString * ZombieInfo = @"ZombieInfo"; /*! * @class LXDZombieProxy * zombie对象类 */ @interface LXDZombiePro...
bravegogo/DoraemonKit
iOS/DoraemonKit/Src/Core/Plugin/Common/ume/UmeDoraemonMMKVViewController.h
<gh_stars>0 // // UmeDoraemonMMKVViewController.h // Pods // // Created by hyhan on 2020/7/27. // #import "DoraemonBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface UmeDoraemonMMKVViewController : DoraemonBaseViewController @end NS_ASSUME_NONNULL_END
bravegogo/DoraemonKit
iOS/DoraemonKit/Src/Core/Plugin/Common/ume/UmeDoraemonMMKVPlugin.h
<filename>iOS/DoraemonKit/Src/Core/Plugin/Common/ume/UmeDoraemonMMKVPlugin.h // // UmeDoraemonMMKVPlugin.h // Pods // // Created by hyhan on 2020/7/27. // #import <Foundation/Foundation.h> #import "DoraemonPluginProtocol.h" NS_ASSUME_NONNULL_BEGIN @interface UmeDoraemonMMKVPlugin : NSObject<DoraemonPluginProtocol...
bravegogo/DoraemonKit
iOS/DoraemonKit/Src/Core/Category/NSObject+Doraemon.h
// // NSObject+Doraemon.h // AFNetworking // // Created by yixiang on 2018/7/2. // #import <Foundation/Foundation.h> @interface NSObject (Doraemon) /** swizzle 类方法 @param oriSel 原有的方法 @param swiSel swizzle的方法 */ + (void)doraemon_swizzleClassMethodWithOriginSel:(SEL)oriSel swizzledSel:(SEL)swiSel; /** swiz...
bravegogo/DoraemonKit
iOS/DoraemonKitDemo/DoraemonKitDemo/DemoVC/Zombie/ZombieTestViewController.h
// // ZombieTestViewController.h // DoraemonKitDemo // // Created by on 2020/7/29. // Copyright © 2020 yixiang. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface ZombieTestViewController : UIViewController @end NS_ASSUME_NONNULL_END
ubieda/zephyr-sdk
mgmt/mcumgr/cfg_mgmt.c
<filename>mgmt/mcumgr/cfg_mgmt.c /* * Copyright (c) 2021 Golioth, Inc. * * SPDX-License-Identifier: Apache-2.0 */ #include <assert.h> #include <errno.h> #include <string.h> #include <util/mcumgr_util.h> #include <settings/settings.h> #include "cborattr/cborattr.h" #include "cfg_mgmt/cfg_mgmt.h" #include "mgmt/mg...
ubieda/zephyr-sdk
samples/lightdb_led/src/main.c
<reponame>ubieda/zephyr-sdk /* * Copyright (c) 2021 Golioth, Inc. * * SPDX-License-Identifier: Apache-2.0 */ #include <logging/log.h> LOG_MODULE_REGISTER(golioth_lightdb, LOG_LEVEL_DBG); #include <net/coap.h> #include <net/golioth/system_client.h> #include <net/golioth/wifi.h> #include <drivers/gpio.h> #include ...
ubieda/zephyr-sdk
logging/log_backend_golioth.c
<filename>logging/log_backend_golioth.c /* * Copyright (c) 2021 Golioth, Inc. * * SPDX-License-Identifier: Apache-2.0 */ #include <irq.h> #include <logging/log_backend.h> #include <logging/log_core.h> #include <logging/log_msg.h> #include <logging/log_output.h> #include <net/golioth.h> #include <sys/cbprintf.h> #i...
ubieda/zephyr-sdk
samples/dfu/src/main.c
<reponame>ubieda/zephyr-sdk /* * Copyright (c) 2021 Golioth, Inc. * * SPDX-License-Identifier: Apache-2.0 */ #include <logging/log.h> LOG_MODULE_REGISTER(golioth_dfu, LOG_LEVEL_DBG); #include <net/coap.h> #include <net/golioth/system_client.h> #include <net/golioth/wifi.h> #include <dfu/flash_img.h> #include <df...
carlmon/PuttyRider
Utils.c
#include "Utils.h" #include <string.h> #include <limits.h> #include <stdio.h> #include <tlhelp32.h> #include <shlwapi.h> #include <psapi.h> #include <ws2tcpip.h> /* Global variable needed by GetWindowHandler() */ HWND g_HWND = NULL; /* An implementation of Boyer Moore Horspool algorithm * Source: http://en.wikipedi...
carlmon/PuttyRider
Utils.h
<gh_stars>100-1000 #ifndef __UTILS_H__ #define __UTILS_H__ #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <stdio.h> #include <iphlpapi.h> #define BUFSIZE 512 DWORD GetModuleBaseAddress(); BOOL GetTextSection(CHAR* modulePath, PDWORD startAddr, PDWORD length); BOOL HexStringToBytes(CHAR* pHexSt...
carlmon/PuttyRider
Wingetopt.c
<filename>Wingetopt.c /* POSIX getopt for Windows http://note.sonots.com/Comp/CompLang/cpp/getopt.html AT&T Public License Code given out at the 1985 UNIFORUM conference in Dallas. */ #ifndef __GNUC__ #include "Wingetopt.h" #include <stdio.h> int opterr = 1; int optind = 1; int optopt; char *opta...
carlmon/PuttyRider
PuttyRider.c
#define WIN32_LEAN_AND_MEAN #include <windows.h> #include <tlhelp32.h> #include <stdio.h> #include <assert.h> #include <shlwapi.h> #include <shellapi.h> #include "Utils.h" #include "Wingetopt.h" /* Pointers to exported DLL functions used for setting parameters */ VOID (*SetLogFileName)(UCHAR*); VOID (*SetDefaultCmd)(...
carlmon/PuttyRider
PuttyRiderDLL.c
#include <windows.h> #include "Utils.h" /* This named data section will be shared between multiple instances of this DLL * Its purpose is to pass the parameters from PuttyRider.exe to the DLL instance running inside Putty.exe * In order to be shared, it needs to be loaded by PuttyRider.exe also */ #pragma data_seg(...
smatsudajp/jpug-doc
src/backend/access/rmgrdesc/spgdesc.c
/*------------------------------------------------------------------------- * * spgdesc.c * rmgr descriptor routines for access/spgist/spgxlog.c * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATIO...
smatsudajp/jpug-doc
src/backend/utils/adt/array_typanalyze.c
<filename>src/backend/utils/adt/array_typanalyze.c<gh_stars>0 /*------------------------------------------------------------------------- * * array_typanalyze.c * Functions for gathering statistics from array columns * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Copyright ...
smatsudajp/jpug-doc
contrib/pg_upgrade/option.c
/* * opt.c * * options functions * * Copyright (c) 2010-2014, PostgreSQL Global Development Group * contrib/pg_upgrade/option.c */ #include "postgres_fe.h" #include "miscadmin.h" #include "getopt_long.h" #include "pg_upgrade.h" #include <time.h> #include <sys/types.h> #ifdef WIN32 #include <io.h> #endif st...
smatsudajp/jpug-doc
src/include/utils/plancache.h
<reponame>smatsudajp/jpug-doc<filename>src/include/utils/plancache.h /*------------------------------------------------------------------------- * * plancache.h * Plan cache definitions. * * See plancache.c for comments. * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Copy...
smatsudajp/jpug-doc
src/interfaces/libpq/fe-secure-openssl.c
/*------------------------------------------------------------------------- * * fe-secure-openssl.c * OpenSSL support * * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION * src/interfaces/li...
smatsudajp/jpug-doc
src/include/port/atomics/arch-arm.h
/*------------------------------------------------------------------------- * * arch-arm.h * Atomic operations considerations specific to ARM * * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group * * NOTES: * * src/include/port/atomics/arch-arm.h * *-------------------------------------...
smatsudajp/jpug-doc
src/bin/pg_dump/dumputils.h
/*------------------------------------------------------------------------- * * Utility routines for SQL dumping * Basically this is stuff that is useful in both pg_dump and pg_dumpall. * Lately it's also being used by psql and bin/scripts/ ... * * * Portions Copyright (c) 1996-2014, PostgreSQL Global Developmen...
smatsudajp/jpug-doc
contrib/sepgsql/dml.c
<reponame>smatsudajp/jpug-doc /* ------------------------------------------------------------------------- * * contrib/sepgsql/dml.c * * Routines to handle DML permission checks * * Copyright (c) 2010-2014, PostgreSQL Global Development Group * * -----------------------------------------------------------------...
smatsudajp/jpug-doc
contrib/fuzzystrmatch/dmetaphone.c
/* * This is a port of the Double Metaphone algorithm for use in PostgreSQL. * * contrib/fuzzystrmatch/dmetaphone.c * * Double Metaphone computes 2 "sounds like" strings - a primary and an * alternate. In most cases they are the same, but for foreign names * especially they can be a bit different, depending on p...
smatsudajp/jpug-doc
contrib/postgres_fdw/postgres_fdw.h
<filename>contrib/postgres_fdw/postgres_fdw.h /*------------------------------------------------------------------------- * * postgres_fdw.h * Foreign-data wrapper for remote PostgreSQL servers * * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/postgres_...
smatsudajp/jpug-doc
src/backend/port/atomics.c
/*------------------------------------------------------------------------- * * atomics.c * Non-Inline parts of the atomics implementation * * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group * * * IDENTIFICATION * src/backend/port/atomics.c * *--------------------------------------...
smatsudajp/jpug-doc
src/include/lib/pairingheap.h
/* * pairingheap.h * * A Pairing Heap implementation * * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group * * src/include/lib/pairingheap.h */ #ifndef PAIRINGHEAP_H #define PAIRINGHEAP_H /* * This represents an element stored in the heap. Embed this in a larger * struct containing the a...
smatsudajp/jpug-doc
src/include/access/brin_page.h
<reponame>smatsudajp/jpug-doc /* * brin_page.h * Prototypes and definitions for BRIN page layouts * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION * src/include/access/brin_page.h * * NOTES * ...
smatsudajp/jpug-doc
src/include/storage/dsm.h
<reponame>smatsudajp/jpug-doc<gh_stars>0 /*------------------------------------------------------------------------- * * dsm.h * manage dynamic shared memory segments * * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California ...
smatsudajp/jpug-doc
src/port/gettimeofday.c
/* * gettimeofday.c * Win32 gettimeofday() replacement * * src/port/gettimeofday.c * * Copyright (c) 2003 SRA, Inc. * Copyright (c) 2003 SKC, Inc. * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose, without fee, and without a * written agreement is her...
arkamar/cuthash
cuthash.c
<gh_stars>0 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <openssl/evp.h> #include "arg.h" #define MIN(x, y) ((x) < (y)) ? (x) : (y) #define MAX(x, y) ((x) > (y)) ? (x) : (y) struct range { size_t min, max; struct range * next; }; char * argv0; static char * separators = "\t"; static struct...
ldgabbay/pipenv-python
pipenv-python.c
#include <stddef.h> #include <string.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <libgen.h> extern char **environ; int main(int argc, char *argv[]) { char * pipfile; int pipfile_len; { char * dir; { /* argv[1] is the path to the s...
Candygoblen123/XCDYouTubeKit
XCDYouTubeKit Demo/iOS Demo/ConsentViewController.h
// // ConsentViewController.h // XCDYouTubeKit iOS Demo // // Created by <NAME> on 11/04/2021. // Copyright © 2021 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> #import <WebKit/WebKit.h> NS_ASSUME_NONNULL_BEGIN @interface ConsentViewController : UIViewController <WKNavigationDelegate> { } @property ...
JeanCSS/Aeroporto
main.c
#include <stdio.h> #include <stdlib.h> struct Node{ int num; struct Node *prox; }; typedef struct Node node; int tamFilaDec, tamFilaAte; void inicia(node *FILA); int vazia(node *FILA); node *aloca(int IdAviao); void insere(node *FILA, int IdAviao); node *retira(node *FILA); int mandarPraPista(node *FILA); void ex...
supeterlau/bedev
c90/partial/io.c
#include <stdio.h> int main() { FILE *fp; char buff[255]; fp = fopen("./compile", "r"); // 从文件中读取内容,到第一个 space 结束 fseek(fp, 5, SEEK_SET); printf("cur: %d#END#", SEEK_CUR); fscanf(fp, "%s", buff); printf("1 : %s\n", buff); fgets(buff, 255, (FILE*)fp); printf("2: %s\n", buff); fgets(buff, 255,...
supeterlau/bedev
c90/partial/thread_01.c
<reponame>supeterlau/bedev #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <pthread.h> void *threadFun(void *vargs) { sleep(1); printf("Print from Thread\n"); return NULL; } int main() { pthread_t thread_id; printf("Starting thread\n"); pthread_create(&thread_id, NULL, threadFun, NULL)...
ING1-Paris/Monopoly
src/main.c
#include "lib.h" #define DEBUG_WAIT 1 // Set to 0 to disable loading //#if defined(__WIN32__) // Needed to disable intellisense on macOS void gotoligcol(int lig, int col) { COORD mycoord; mycoord.X = col; mycoord.Y = lig; SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), mycoord); ...
ING1-Paris/Monopoly
src/draft/libdraft.h
<reponame>ING1-Paris/Monopoly #ifndef LIB #define LIB #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #if defined(__WIN32__) #include <conio.h> #include <windows.h> #endif #define MAX 100 // Déclaration des structures typedef struct t_joueur { ...
ING1-Paris/Monopoly
src/draft/testforkey.c
<filename>src/draft/testforkey.c<gh_stars>1-10 #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #if defined(__WIN32__) #include <conio.h> #include <windows.h> #endif #define MAX 100 void test1() { while (1) { int key; ...
ING1-Paris/Monopoly
src/lib.h
#ifndef LIB #define LIB #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #if defined(__WIN32__) #include <conio.h> #include <windows.h> #endif #define MAX 100 // Déclaration des structures typedef struct t_joueur { int id; // Pl...
ioelectro/modbus-avr-example
slave/main.c
/* By Liyanboy74 https://github.com/liyanboy74 */ #include <mega8.h> #include <stdio.h> #include <delay.h> #include "../modbus/mb.h" #include "../modbus/mb-table.h" // Voltage Reference: Int., cap. on AREF #define ADC_VREF_TYPE ((1<<REFS1) | (1<<REFS0) | (0<<ADLAR)) // Read the AD conversion result unsigned int r...
ioelectro/modbus-avr-example
master/main.c
<reponame>ioelectro/modbus-avr-example /* By Liyanboy74 https://github.com/liyanboy74 */ #include <mega8.h> #include <alcd.h> #include <stdio.h> #include <delay.h> #include "../modbus/mb.h" #include "../modbus/mb-packet.h" char LCD_Buffer[64]; int RX1C=0,RX1EC=0; int RX2C=0,RX2EC=0; int RX3C=0,RX3EC=0; void time...
tevelee/LTFramer
LTFramer/Core/Common/Public/Protocols/Rules/LTFramerProtocol.h
// // LTFramerProtocol.h // Pods // // Created by <NAME> on 2016. 10. 11.. // // #import "LTFramerAbsoluteRuleProtocol.h" #import "LTFramerRelativeRuleProtocol.h" @protocol LTFramer <NSObject> @property (nonatomic, nonnull, readonly) id<LTFramerAbsoluteRule> set; @property (nonatomic, nonnull, readonly) id<LTFram...
tevelee/LTFramer
LTFramer/Core/Common/Public/Properties/LTFramerSizeProperty.h
// // LTFramerProperty.h // Pods // // Created by <NAME> on 07/09/16. // // #import "LTFramerProperty.h" typedef NS_ENUM(NSUInteger, LTFramerSize) { LTFramerSizeExact, LTFramerSizeScaleToFill, LTFramerSizeScaleToFit }; @interface LTFramerSizeProperty : LTFramerProperty @property (nonatomic, assign) L...
tevelee/LTFramer
LTFramer/Convenience/Common/Public/NSObject+LTFramerConvenience.h
<filename>LTFramer/Convenience/Common/Public/NSObject+LTFramerConvenience.h // // NSObject+LTFramerConvenience.h // Pods // // Created by <NAME> on 15/09/16. // // #import <Foundation/Foundation.h> typedef void(^LTFramerConfigureBlock)(_Nonnull id object); @interface NSObject (LTFramerConvenience) + (_Nonnull in...
tevelee/LTFramer
Example/LTFramer/LTFramerRelativeViewController.h
// // LTFramerViewController.h // LTFramer // // Created by <NAME> on 08/21/2016. // Copyright (c) 2016 <NAME>. All rights reserved. // @import UIKit; @interface LTFramerRelativeViewController : UIViewController @end