repo_name
stringlengths
5
122
path
stringlengths
3
232
text
stringlengths
6
1.05M
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSInventoryGoodsController.h
// // FSInventoryGoodsController.h // myhome // // Created by FudonFuchina on 2018/2/3. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSBaseController.h" #import "FSGoodsModel.h" @interface FSInventoryGoodsController : FSBaseController @property (nonatomic,copy) void (^selectedGoods)(FSInventoryG...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSSeeImageView.h
<reponame>fuchina/FSPassword // // FSSeeImageView.h // Picture // // Created by fudon on 16/8/16. // Copyright © 2016年 Fudongdong. All rights reserved. // #import <UIKit/UIKit.h> @interface FSSeeImageView : UIView @property (nonatomic,strong) NSArray<UIImage *> *dataSource; // UIImage 对象数组 @property (...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSMultiPeerService.h
<reponame>fuchina/FSPassword<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSMultiPeerService.h<gh_stars>0 // // FSMultiPeerService.h // myhome // // Created by FudonFuchina on 2017/10/21. // Copyright © 2017年 fuhope. All rights reserved. // #import <Foundation/Foundation.h> #import <MultipeerConnectivity/...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSCCMainView.h
<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSCCMainView.h // // FSCCMainView.h // NL // // Created by fudon on 16/8/4. // Copyright © 2016年 Fudongdong. All rights reserved. // #import <UIKit/UIKit.h> #import "FSCCDayView.h" @interface FSCCMainView : UIView @property (nonatomic,strong) NSDate *fir...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSSwitchCell.h
// // FSSwitchCell.h // Expand // // Created by Fudongdong on 2017/11/29. // Copyright © 2017年 china. All rights reserved. // #import <UIKit/UIKit.h> @interface FSSwitchCell : UITableViewCell @property (nonatomic,assign) NSInteger on; @property (nonatomic,copy) void (^block)(UISwitch *s); @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSChineseCalendarController.h
// // FSChineseCalendarController.h // ShareEconomy // // Created by FudonFuchina on 16/8/7. // Copyright © 2016年 FudonFuchina. All rights reserved. // #import "FSBaseController.h" @interface FSChineseCalendarController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSMoreZoneImageCell.h
// // FSMoreZoneImageCell.h // FSImage // // Created by fudon on 2016/10/12. // Copyright © 2016年 Fudongdong. All rights reserved. // #import <UIKit/UIKit.h> #import "FSIPModel.h" @interface FSMoreZoneImageCell : UITableViewCell @property (nonatomic,strong) FSIPModel *model; @property (nonatomic,st...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSWBView.h
<reponame>fuchina/FSPassword // // FSWBView.h // ShareEconomy // // Created by FudonFuchina on 16/8/13. // Copyright © 2016年 FudonFuchina. All rights reserved. // #import "FSBaseView.h" @class FSWBView; typedef void(^FSWBViewBlock)(FSWBView *bView,NSInteger bIndex); @interface FSWBView : FSBaseView @property (n...
fuchina/FSPassword
FSPassword/classes/FSPwdMaker.h
<filename>FSPassword/classes/FSPwdMaker.h // // FSPwdMaker.h // Expand // // Created by Fudongdong on 2017/8/22. // Copyright © 2017年 china. All rights reserved. // #import <Foundation/Foundation.h> typedef NS_ENUM(NSInteger, FSPasswordType) { FSPasswordTypeDefault = 0, // 8个符号,两大...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSCountButton.h
<gh_stars>0 // // FSCountButton.h // FSImage // // Created by fudon on 2016/10/11. // Copyright © 2016年 Fudongdong. All rights reserved. // #import <UIKit/UIKit.h> @interface FSCountButton : UIView @property (nonatomic,assign) BOOL enabled; @property (nonatomic,strong) UILabel *countLabel; @property (nonatomi...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSInventoryDetailController.h
// // FSInventoryDetailController.h // myhome // // Created by FudonFuchina on 2018/3/9. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSInventoryModel.h" #import "FSShakeBaseController.h" @interface FSInventoryDetailController : FSShakeBaseController @property (nonatomic,strong) FSInventoryModel...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FIWebView.h
<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FIWebView.h // // FIWebView.h // FSMasonry // // Created by fudon on 15/12/9. // Copyright © 2015年 FudonFuchina. All rights reserved. // #import <UIKit/UIKit.h> @interface FIWebView : UIWebView // 获取某个标签的结点个数 - (int)nodeCountOfTag:(NSString *)tag; /// 获取当...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSPeersController.h
<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSPeersController.h // // FSPeersController.h // myhome // // Created by FudonFuchina on 2017/10/24. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSPeersController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSMultiPeerTool.h
// // FSMultiPeerTool.h // myhome // // Created by FudonFuchina on 2017/10/21. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> #import <MultipeerConnectivity/MultipeerConnectivity.h> #import <FSKit.h> #import <FSTuple.h> static NSString *_send_type = @"JINZHA_MUTILPEER_SEND_TYPE";...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FIMoveButton.h
// // FIMoveButton.h // FuHope // // Created by FudonFuchina on 15/8/29. // Copyright (c) 2015年 ronglian. All rights reserved. // #import <UIKit/UIKit.h> @interface FIMoveButton : UIView @property (nonatomic, copy) void (^tapBlock)(FIMoveButton *bView,NSInteger bTaps); @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSMultipeerProcessView.h
<gh_stars>0 // // FSMultipeerProcessView.h // Expand // // Created by Fudongdong on 2017/10/24. // Copyright © 2017年 china. All rights reserved. // #import <UIKit/UIKit.h> @interface FSMultipeerProcessView : UIView @property (nonatomic,copy)void (^tapCallback)(FSMultipeerProcessView *view); - (void)setName:(NSS...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSAddGoodsController.h
// // FSAddGoodsController.h // myhome // // Created by FudonFuchina on 2018/2/3. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSAddGoodsController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSIPModel.h
// // FSIPModel.h // FSImage // // Created by fudon on 2016/11/29. // Copyright © 2016年 Fudongdong. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <Photos/Photos.h> @interface FSIPModel : NSObject @property (nonatomic,strong) PHAsset *asset; @property (nonatomic,...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSGoodsCell.h
<gh_stars>0 // // FSGoodsCell.h // myhome // // Created by FudonFuchina on 2018/2/4. // Copyright © 2018年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> #import "FSGoodsModel.h" @interface FSGoodsCell : UITableViewCell - (void)assignValue:(FSGoodsModel *)model; @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSUrlModel.h
// // FSUrlModel.h // myhome // // Created by FudonFuchina on 2017/7/18. // Copyright © 2017年 fuhope. All rights reserved. // #import <Foundation/Foundation.h> @interface FSUrlModel : NSObject @property (nonatomic,strong) NSNumber *aid; @property (nonatomic,copy) NSString *time; @property (nonatomic,copy) ...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSCharTBController.h
// // FSCharTBController.h // myhome // // Created by fudon on 2016/11/2. // Copyright © 2016年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSCharTBController : UITabBarController - (instancetype)initWithClasses:(NSArray<NSString *>*)classes titles:(NSArray<NSString *>*)titles types:(NSArra...
fuchina/FSPassword
FSPassword/classes/FSPasswordCell.h
<filename>FSPassword/classes/FSPasswordCell.h<gh_stars>0 // // FSPasswordCell.h // myhome // // Created by FudonFuchina on 2017/8/17. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> #import "FSPwdBookModel.h" @interface FSPasswordCell : UITableViewCell @property (nonatomic,strong) FS...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSMoreImageCell.h
<gh_stars>0 // // FSMoreImageCell.h // FSImage // // Created by fudon on 2016/10/10. // Copyright © 2016年 Fudongdong. All rights reserved. // #import <UIKit/UIKit.h> #import "FSIPModel.h" #import "FSBeyondButton.h" @interface FSMoreImageCell : UICollectionViewCell @property (nonatomic, strong) FSIPModel *model;...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSLocation/FSLocation.h
<filename>FSPasswordSample/Pods/Headers/Public/FSLocation/FSLocation.h // // FSLocation.h // FSLocation // // Created by fudon on 2016/12/15. // Copyright © 2016年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h> /* 1.需要在工程plist文件中增加 NSLocationAlwaysUsageDescrip...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSAddUrlController.h
// // FSAddUrlController.h // myhome // // Created by FudonFuchina on 2017/7/18. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" #import "FSUrlModel.h" @interface FSAddUrlController : FSBaseController @property (nonatomic,strong) FSUrlModel *model; @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSPwdAPI.h
<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSPwdAPI.h<gh_stars>0 // // FSPwdAPI.h // myhome // // Created by FudonFuchina on 2018/5/1. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSBaseAPI.h" @interface FSPwdAPI : FSBaseAPI + (NSString *)changeCorePasswordWithOld:(NSString *)old new...
fuchina/FSPassword
FSPasswordSample/Pods/FSJZBus/FSJZBus/classes/FSInventoryAllModel.h
// // FSInventoryAllModel.h // myhome // // Created by FudonFuchina on 2018/3/11. // Copyright © 2018年 fuhope. All rights reserved. // #import <Foundation/Foundation.h> @interface FSInventoryAllModel : NSObject @property (nonatomic,copy) NSString *cost; // 投入 @property (nonatomic,copy) NSString *sale; ...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSCacheManager.h
<reponame>fuchina/FSPassword<gh_stars>0 // // FSCacheManager.h // ShareEconomy // // Created by fudon on 16/6/7. // Copyright © 2016年 FudonFuchina. All rights reserved. // #import <Foundation/Foundation.h> @interface FSCacheManager : NSObject /** * 储存字符串到🔑钥匙串 * * @param sValue 对应的Value * @param sKey 对应...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSTransferDatabaseController.h
<gh_stars>0 // // FSTransferDatabaseController.h // myhome // // Created by FudonFuchina on 2017/11/5. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSTransferDatabaseController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSAppManager.h
// // FSAppManager.h // FSGestureSample // // Created by fudongdong on 2018/12/29. // Copyright © 2018年 fudongdong. All rights reserved. // #import <UIKit/UIKit.h> static NSString *FSAppManagerLockScreenNotification = @"FSAppManagerLockScreenNotification"; @interface FSAppManager : NSObject + (instancetype)shar...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSButtonsView.h
<reponame>fuchina/FSPassword<gh_stars>0 // // FSButtonsView.h // myhome // // Created by FudonFuchina on 2016/12/11. // Copyright © 2016年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSButtonsView : UIView @property (nonatomic,copy) void (^clickBlock)(FSButtonsView *bView,NSInteger bSelecte...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSWebKitController.h
<gh_stars>0 // // FSWebKitController.h // myhome // // Created by FudonFuchina on 2017/1/4. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSWebKitController : UIViewController @property (nonatomic,copy) NSString *urlString; // 网页URL @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSAllImageController.h
<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSAllImageController.h // // FSAllImageController.h // FSImage // // Created by fudon on 2016/10/14. // Copyright © 2016年 Fudongdong. All rights reserved. // #import <UIKit/UIKit.h> @interface FSAllImageController : UIViewController @property (nonatomic,stro...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSSegmentControl.h
// // FSSegmentControl.h // ShareEconomy // // Created by FudonFuchina on 16/8/7. // Copyright © 2016年 FudonFuchina. All rights reserved. // #import "FSBaseView.h" @class FSSegmentControl; typedef void(^FSSegmentControlBlock)(FSSegmentControl *bControl,NSInteger bSelectedIndex); @interface FSSegmentControl : F...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSPassword/FSPwdCounterController.h
// // FSPwdCounterController.h // myhome // // Created by FudonFuchina on 2017/2/26. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSInteger, FSCodeType) { FSCodeTypeDecode, FSCodeTypeCode, FSCodeTypeFourNumbers, FSCodeTypeSixNumbers, FSCodeTypeEi...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSKeepLocationController.h
// // FSKeepLocationController.h // myhome // // Created by fudon on 2017/2/24. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" #import "FSLocationModel.h" #import <CoreLocation/CoreLocation.h> @interface FSKeepLocationController : FSBaseController @property (nonatomic,strong) F...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSStoreManager.h
<reponame>fuchina/FSPassword // // FSStoreManager.h // FSStoreManager // // Created by fudon on 2016/12/6. // Copyright © 2016年 fuhope. All rights reserved. // #import <Foundation/Foundation.h> typedef NS_ENUM(NSInteger, FSUploadChannel) { FSUploadChannelQiniu, // 七牛 FSUploadChannelFuhope }; @interface ...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSReceiveDatabaseController.h
// // FSReceiveDatabaseController.h // myhome // // Created by FudonFuchina on 2017/11/5. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSReceiveDatabaseController : FSBaseController @property (nonatomic,copy) void (^hasReceivedData)(FSReceiveDatabaseController *bVC...
fuchina/FSPassword
FSPasswordSample/Pods/FSJZBus/FSJZBus/classes/FSShowDeleteView.h
// // FSShowDeleteView.h // Expand // // Created by Fudongdong on 2017/11/3. // Copyright © 2017年 china. All rights reserved. // #import <UIKit/UIKit.h> @interface FSShowDeleteView : UIView - (void)setText:(NSString *)text; - (void)setNotice:(NSString *)notice; - (void)startAnimation; @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSAppDocumentController.h
// // FSAppDocumentController.h // FSDocument // // Created by fudon on 2016/12/17. // Copyright © 2016年 fuhope. All rights reserved. // /* //取得一个目录下得所有文件名 NSArray *files = [fm subpathsAtPath: [self dataFilePath] ]; //读取某个文件 NSData *data = [fm contentsAtPath:[self dataFilePath]]; //或者 NSData *data = [NSD...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSMoveLabel.h
// // FSMoveLabel.h // ShareEconomy // // Created by FudonFuchina on 16/8/21. // Copyright © 2016年 FudonFuchina. All rights reserved. // #import <UIKit/UIKit.h> @interface FSMoveLabel : UIView @property (nonatomic,copy) NSString *text; @property (nonatomic,strong) UIColor *textColor; @property (nonatomic...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSInventory.h
// // FSInventory.h // myhome // // Created by FudonFuchina on 2018/2/3. // Copyright © 2018年 fuhope. All rights reserved. // /* 1.计量: 按量减少,可售最小单位。 2.计重: 按重减少,单位:公斤。 3.计价: 只记录成本价; 面向对象管理: 1.库存表     @aid:序号;     @ctime:数据库存储时间;   @cost:原价,总成本,【不要修改】;   @num:计量的数量,计重的重量,【不要修改】;   @sid:商品id;   @na...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSUseGestureView+Factory.h
<reponame>fuchina/FSPassword // // FSUseGestureView+Factory.h // FSCalculator // // Created by fudongdong on 2018/12/28. // #import "FSUseGestureView.h" #import "FSAppManager.h" @interface FSUseGestureView (Factory) // 校验 + (void)verify:(UIView *)superView password:(NSString *)password success:(void(^)(FSUseGest...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSGoodsModel.h
// // FSGoodsModel.h // myhome // // Created by FudonFuchina on 2018/2/3. // Copyright © 2018年 fuhope. All rights reserved. // /*     @time:数据库时间;     @name:名称;     @from:供应商;     @type:商品类型,计量还是计重;     @unit:单位; */ #import <Foundation/Foundation.h> @interface FSGoodsModel : NSObject @property (nonatomic,...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSPassword/FSRestartAppController.h
// // FSRestartAppController.h // myhome // // Created by FudonFuchina on 2017/11/7. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSRestartAppController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSDouyingLabel.h
// // FSDouyingLabel.h // myhome // // Created by FudonFuchina on 2018/9/15. // Copyright © 2018年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSDouyingLabel : UILabel - (void)douyingShow:(NSString *)txt completion:(void (^)(void))completion; @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSNoticeViewController.h
// // FSNoticeViewController.h // myhome // // Created by FudonFuchina on 2018/5/9. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSNoticeViewController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSChatFileCell.h
// // FSChatFileCell.h // myhome // // Created by FudonFuchina on 2017/10/28. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSChatFileCell : UITableViewCell - (void)setName:(NSString *)name; - (void)setTime:(NSString *)time; @end
fuchina/FSPassword
FSPassword/classes/FSPwdBookController.h
<reponame>fuchina/FSPassword // // FSPwdBookController.h // myhome // // Created by FudonFuchina on 2017/8/13. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSPwdBookController : FSBaseController @property (nonatomic,copy) NSString *zone; @property (nonatomic,co...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSBaseView.h
// // FSBaseView.h // ShareEconomy // // Created by fudon on 16/5/4. // Copyright © 2016年 FudonFuchina. All rights reserved. // #import "FSBaseController.h" @interface FSBaseView : UIView @property (nonatomic,weak)UIViewController *responderController; @property (nonatomic,copy) void (^backTapBlock)(void); /...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSCCDayView.h
<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSCCDayView.h // // FSCCDayView.h // NL // // Created by fudon on 16/8/4. // Copyright © 2016年 Fudongdong. All rights reserved. // #import <UIKit/UIKit.h> #define CCGreenColor [UIColor colorWithRed:100 / 255.0 green:170 / 255.0 blue:70 / 255.0 alpha:1] @c...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSNextTaskController.h
// // FSNextTaskController.h // myhome // // Created by FudonFuchina on 2017/9/19. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSNextTaskController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSIMBaseModel.h
// // FSIMBaseModel.h // myhome // // Created by FudonFuchina on 2018/2/4. // Copyright © 2018年 fuhope. All rights reserved. // #import <Foundation/Foundation.h> @interface FSIMBaseModel : NSObject @property (nonatomic,copy) NSString *readableTime; @property (nonatomic,copy) NSString *profit; // 利润 @p...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/MapLabel.h
<gh_stars>0 // // MapLabel.h // FuSoft // // Created by FudonFuchina on 16/1/2. // Copyright © 2016年 Fuhope. All rights reserved. // #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h> @interface MapLabel : UILabel @property (nonatomic,strong) CLLocation *location; @property (nonatomic,copy) void (...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSCryptorSupport.h
// // FSCryptorSupport.h // myhome // // Created by Fudongdong on 2017/8/28. // Copyright © 2017年 fuhope. All rights reserved. // /* A:明文密码; B:明文密码的MD5;(真正使用的密码) C:用B加密B后的值; D:C的MD5,保存在数据库中 D:用一个safe_key加密的保存在本地的密码 */ #import <Foundation/Foundation.h> @interface FSCryptorSupport : NSObject ...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSInventoryController.h
<gh_stars>0 // // FSInventoryController.h // myhome // // Created by FudonFuchina on 2018/2/3. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSShakeBaseController.h" @interface FSInventoryController : FSShakeBaseController @property (nonatomic,copy) NSString *table; @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSSqlite3BroswerController.h
<reponame>fuchina/FSPassword // // FSSqlite3BroswerController.h // FSKit_Example // // Created by Fudongdong on 2018/2/6. // Copyright © 2018年 topchuan. All rights reserved. // #import "FSBaseController.h" @interface FSSqlite3BroswerController : FSBaseController @property (nonatomic,copy) NSString *path; @e...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSGesture/FSGestureView.h
<gh_stars>0 // // FSGestureView.h // myhome // // Created by FudonFuchina on 2017/8/31. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSGestureView : UIView @property (nonatomic,copy) void (^start)(void); // 结果回调 @property (nonatomic,copy) void (^result)(NSString *bResu...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSMakeQRController.h
// // FSMakeQRController.h // ShareEconomy // // Created by FudonFuchina on 16/7/3. // Copyright © 2016年 FudonFuchina. All rights reserved. // #import "FSBaseController.h" @interface FSMakeQRController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSWSKCell.h
// // FSWSKCell.h // FTK // // Created by fudon on 2017/2/3. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSWSKCell : UITableViewCell @property (nonatomic,strong) NSDictionary *dic; @property (nonatomic,assign) NSInteger type; // 牌,王为13 @property (nonatomic, copy...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSGridController.h
<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSGridController.h // // FSGridController.h // FSGrid // // Created by fudon on 2017/1/10. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSGridController : UIViewController @property (nonatomic,strong) NSArray<NSDict...
fuchina/FSPassword
FSPassword/classes/FSPwdModel.h
// // FSPwdModel.h // FSAccount // // Created by FudonFuchina on 2019/8/5. // #import "FSAppModel.h" NS_ASSUME_NONNULL_BEGIN @interface FSPwdModel : FSAppModel + (NSMutableArray *)searchText:(NSString *)text password:(NSString *)password; @end NS_ASSUME_NONNULL_END
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSSave.h
// // FSSave.h // FSSave // // Created by fudon on 2017/1/9. // Copyright © 2017年 fuhope. All rights reserved. // /* 原理:存储NSSring/NSArray/NSDictionary/UIImage 总目录 = 可清理目录(图片缓存)+ 支持增删改查的目录 + 仅仅保存和查询的目录 (永久缓存,如保存的日记、提醒数据等) 可清理目录:定期自动清理和手动清理,目前只有图片缓存 不可清理目录:增删改查功能,模仿数据库 */ #import <Founda...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSDBCardsController.h
<gh_stars>0 // // FSDBCardsController.h // myhome // // Created by FudonFuchina on 2018/3/3. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSDBCardsController : FSBaseController @property (nonatomic,copy) NSString *zone; @property (nonatomic,copy) NSString *...
fuchina/FSPassword
FSPassword/classes/FSMakePasswordController.h
<reponame>fuchina/FSPassword // // FSMakePasswordController.h // myhome // // Created by FudonFuchina on 2017/8/24. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSMakePasswordController : FSBaseController @property (nonatomic,copy) NSString *password; @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/UITableViewCell+ShowDelete.h
// // UITableViewCell+ShowDelete.h // Expand // // Created by Fudongdong on 2017/11/3. // Copyright © 2017年 china. All rights reserved. // #import <UIKit/UIKit.h> #import "FSShowDeleteView.h" @interface UITableViewCell (ShowDelete) @property (nonatomic,strong) FSShowDeleteView *view; - (void)setView:(FSShowDel...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSAlertView.h
// // FSAlertView.h // Expand // // Created by Fudongdong on 2017/10/11. // Copyright © 2017年 china. All rights reserved. // #import <UIKit/UIKit.h> @interface FSAlertView : UIView @property (nonatomic,copy) void (^okCallback)(void); @property (nonatomic,strong) NSArray<NSString *> *contents; @property (nonat...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSPartListController.h
// // FSPartListController.h // myhome // // Created by fudon on 2017/2/16. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSPartListController : FSBaseController @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSDouyingController.h
<reponame>fuchina/FSPassword<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSDouyingController.h // // FSDouyingController.h // myhome // // Created by FudonFuchina on 2018/9/15. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSDouyingController : FSBaseContro...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSNetsController.h
<filename>FSPasswordSample/Pods/Headers/Public/FSJZBus/FSNetsController.h // // FSNetsController.h // myhome // // Created by FudonFuchina on 2017/7/9. // Copyright © 2017年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSNetsController : FSBaseController @property (nonatomic,copy) void ...
fuchina/FSPassword
FSPassword/classes/FSSixSystemController.h
// // FSSixSystemController.h // myhome // // Created by FudonFuchina on 2017/2/26. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSSixSystemController : UIViewController @property (nonatomic, strong) UILabel *noteLabel; @property (nonatomic, strong) UITextField ...
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FSPopupView.h
<gh_stars>0 // // FSPopupView.h // myhome // // Created by FudonFuchina on 2017/9/13. // Copyright © 2017年 fuhope. All rights reserved. // #import <UIKit/UIKit.h> @interface FSPopupView : UIView @end
fuchina/FSPassword
FSPasswordSample/Pods/Headers/Public/FSJZBus/FuWeb.h
// // FuWeb.h // Daiyida // // Created by fudon on 14-10-17. // Copyright (c) 2014年 ronglian. All rights reserved. // #import <Foundation/Foundation.h> #import "FSWebUrl.h" typedef void(^SuccessBlock)(id dic); typedef void(^FailBlock)(NSString *msg); typedef enum{ FCReturnTypeDictionary = 0, FCReturnType...
fuchina/FSPassword
FSPasswordSample/Pods/FSJZBus/FSJZBus/classes/FSInventoryModel.h
<reponame>fuchina/FSPassword // // FSInventoryModel.h // myhome // // Created by FudonFuchina on 2018/2/4. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSIMBaseModel.h" @interface FSInventoryModel : FSIMBaseModel @property (nonatomic,strong) NSNumber *aid; @property (nonatomic,copy) NSString ...
fuchina/FSPassword
FSPassword/classes/FSOldPasswordSystemController.h
<gh_stars>0 // // FSOldPasswordSystemController.h // myhome // // Created by FudonFuchina on 2018/8/25. // Copyright © 2018年 fuhope. All rights reserved. // #import "FSBaseController.h" @interface FSOldPasswordSystemController : FSBaseController @end
BitBangGaming/Piggy-Pad-Firmware-Workspace
N64_Piggy_Pad_Cable/Inc/io_mapping_stm32f411ce_blackpill_weactstudio_v3_0.h
<filename>N64_Piggy_Pad_Cable/Inc/io_mapping_stm32f411ce_blackpill_weactstudio_v3_0.h #ifndef IO_MAPPING_STM32F411CE_BLACKPILL_WEACTSTUDIO_V3_0_H_ #define IO_MAPPING_STM32F411CE_BLACKPILL_WEACTSTUDIO_V3_0_H_ /* Pins for leds */ #define BLUE_LED_PIN (13U) #define BLUE_LED_PIN_HAL (GPIO_PIN_13) #define BLUE_LED_PORT ...
BitBangGaming/Piggy-Pad-Firmware-Workspace
N64_Piggy_Pad_Cable/Inc/comms_n64_console.h
#ifndef COMMS_N64_CONSOLE_H_ #define COMMS_N64_CONSOLE_H_ #include <stdint.h> #include "stm32f4xx_hal.h" #include "io_mapping_stm32f411ce_blackpill_weactstudio_v3_0.h" // Macros /* Byte order for N64 controller reponse */ #define N64_A_B 0 #define N64_Z_START 1 #define N64_DU_DD 2 #define N64_DL_DR 3 #de...
BitBangGaming/Piggy-Pad-Firmware-Workspace
N64_Piggy_Pad_Cable/Inc/main.h
<filename>N64_Piggy_Pad_Cable/Inc/main.h #ifndef MAIN_H_ #define MAIN_H_ #include <stdint.h> #include "stm32f4xx_hal.h" #include "io_mapping_stm32f411ce_blackpill_weactstudio_v3_0.h" #include "comms_n64_console.h" // Macros /* Bit positions for MSI register */ #define MSI_UPPER_LEFT 0 #define MSI_UPPER_RIGHT 1 #def...
BitBangGaming/Piggy-Pad-Firmware-Workspace
N64_Piggy_Pad_Cable/Src/comms_n64_console.c
#include "comms_n64_console.h" // Initializer void CommsN64Console_Init() { /* Set parameters for n64 communication pins */ // Clocks __HAL_RCC_GPIOB_CLK_ENABLE(); __HAL_RCC_USART1_CLK_ENABLE(); // Init structure GPIO_InitTypeDef GPIO_InitStruct_CommsN64Console = {0}; // Stop bit control GPIO_InitStruct_Com...
BitBangGaming/Piggy-Pad-Firmware-Workspace
N64_Piggy_Pad_Cable/Src/main.c
#include "main.h" int main(void) { /* Initialize all required modules and clocks */ HAL_Init(); SystemClock_Config(); CommsN64Console_Init(); Main_Init(); /* Apply a pullup on n64 data line */ CommsN64Console_SetPullup(N64_PULLUP); /* Give some delay for initialization */ HAL_Delay(100); /* Main applicati...
MrtFeng/MFNetworking
MFNetWorkTool/MFNetWorkTool.h
// // MFNetWorkTool.h // Text3 // // Created by apple on 15/10/18. // Copyright © 2015年 apple. All rights reserved. // #import <Foundation/Foundation.h> typedef void(^isSuccess)(NSData *data, NSURLResponse *response); typedef void(^isfail)(NSError *error); @interface MFNetWorkTool : NSObject +(instancetype)shar...
stlankes/hermit-playground
include/hermit/syscall.h
/* * Copyright (c) 2011, <NAME>, RWTH Aachen University * 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, ...
stlankes/hermit-playground
include/hermit/x86_64/arch_limits.h
<reponame>stlankes/hermit-playground /* * Copyright (c) 2010, <NAME>, RWTH Aachen University * 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...
stlankes/hermit-playground
include/hermit/mailbox.h
/* * Copyright (c) 2010, <NAME>, RWTH Aachen University * 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, ...
stlankes/hermit-playground
usr/benchmarks/taskswitch.c
// Copyright (c) 2018 <NAME>, RWTH Aachen University // // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or // http://opensource.org/licenses/MIT>, at your option. This file may not be // copied, modified, or distributed exc...
stlankes/hermit-playground
include/hermit/stdlib.h
/* * Copyright (c) 2010, <NAME>, RWTH Aachen University * 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, ...
stlankes/hermit-playground
usr/tests/hello.c
/* * Copyright (c) 2010, <NAME>, RWTH Aachen University * All rights reserved. * * Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or * http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or * http://opensource.org/licenses/MIT>, at your option. This file may not be * copied, ...
stlankes/hermit-playground
usr/benchmarks/basic.c
<reponame>stlankes/hermit-playground /* * Copyright (c) 2016, <NAME>, RWTH Aachen University * All rights reserved. * * Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or * http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or * http://opensource.org/licenses/MIT>, at your opt...
stlankes/hermit-playground
usr/benchmarks/rdtsc.c
<filename>usr/benchmarks/rdtsc.c /* * ===================================================================================== * * Filename: rdtsc.c * * Description: * * Version: 1.0 * Created: 31.01.2011 10:56:58 * Revision: none * Compiler: gcc * * Author: <...
stlankes/hermit-playground
usr/openmpbench/syncbench.c
<reponame>stlankes/hermit-playground<gh_stars>10-100 /**************************************************************************** * * * OpenMP MicroBenchmark Suite - Version 3.1 * * ...
RNG65536/MCRT
src/examples/bssrdf/octree.h
#ifndef octree_h__ #define octree_h__ #include <functional> #include "vectors.h" // TODO: to actually store area for all levels of irradiance samples, // and use sumArea / L^2 to approximate the solid angle subtended by the levels // #define DIVIDE_BY_FOUR_PI /(4.0*M_PI) // #define MULTIPLY_BY_FOUR_PI *4*M_PI // * 4...
RNG65536/MCRT
src/examples/vcm/vcm_scene.h
<reponame>RNG65536/MCRT // Disclaimer: This demo is adapted from smallvcm http://www.smallvcm.com/ #pragma once #include <glm/gtc/matrix_transform.hpp> #include "intersection.h" #include "aabb.h" #include "scene.h" #include "scenebvh.h" #include "vectors.h" #include "mesh.h" #include "numeric.h" #include "camera.h" #...
RNG65536/MCRT
src/examples/splitbvh/debugintersection.h
<filename>src/examples/splitbvh/debugintersection.h #pragma once #include "ray.h" // Moller-Trumbore for ray-triangle intersection // and BVH acceleration for ray-mesh intersection class Intersection { public: virtual float intersectWith(const Ray& ray) const = 0; };
RNG65536/MCRT
src/examples/bssrdf/mesh_sample.h
#ifndef meshsample_h__ #define meshsample_h__ #include <vector> struct Position { float x, y, z; struct Payload { int triangle_idx; float u; float v; } payload; Position(); Position(float x, float y, float z); // Position(float x, float y, float z, const Payload& p) : x(x), y(y), z(z), payloa...
RNG65536/MCRT
src/core/constants.h
<filename>src/core/constants.h #pragma once extern const float NUM_INFINITY; extern const float NUM_PI; extern const float NUM_EPS; extern const float NUM_EPS_DET; extern const float NUM_EPS_RAY; extern const float NUM_EPS_COSINE; // $TODO : rename to avoid conflict #ifdef M_PI #undef M_PI #endif #ifdef M_PI_2 #unde...
RNG65536/MCRT
src/examples/bssrdf/bssrdf.h
<reponame>RNG65536/MCRT #ifndef bssrdf_h__ #define bssrdf_h__ #include "vectors.h" class BSSRDF { public: virtual ~BSSRDF(); virtual vec3 evaluate(const vec3& xi, const vec3& ni, const vec3& wi, const vec3& xo, const vec3& no, const vec3& wo) = 0; virtual float evaluate_channel(const vec3& xi, con...
RNG65536/MCRT
src/core/acceleration/splitbvh.h
#pragma once // NVIDIA split BVH // Spatial Splits in Bounding Volume Hierarchies #include <cassert> #include <iostream> #include <memory> #include <string> #include <utility> #include <vector> #include "aabb.h" #include "boundedtriangle.h" #include "logger.h" #include "constants.h" #define DEBUG_BINS 0 #define DEBU...
RNG65536/MCRT
src/core/timer.h
#pragma once class Timer { public: Timer(void); // get elapsed time from last reset() or class construction. return The // elapsed time float getTime(void); // reset the timer void reset(void); ~Timer(); private: void* m_ctx; };
RNG65536/MCRT
src/core/volumetric.h
#pragma once #include "vectors.h" class Ray; float sampleSegment(float epsilon, float sigma); vec3 sampleHG(float g /* mean cosine */, float e1, float e2); float scatter(const Ray& r, Ray& sRay, float sigma_s, float& s, float e0, ...
RNG65536/MCRT
src/core/geometry.h
#pragma once #include <string> #include "vectors.h" class Vert; class OrthonormalFrame { vec3 m_x; // tangent vec3 m_y; // bitangent vec3 m_z; // normal public: OrthonormalFrame(); OrthonormalFrame(const vec3& nl); void setFromNormal(const vec3& nl); vec3 toWorld(const v...