repo_name stringlengths 6 97 | path stringlengths 3 341 | text stringlengths 8 1.02M |
|---|---|---|
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/WechatShortVideo/CALayer+AddUIColor.h | //
// CALayer+AddUIColor.h
// SCRecorderPack
//
// Created by AliThink on 15/8/17.
// Copyright (c) 2015年 AliThink. All rights reserved.
//
#import <QuartzCore/QuartzCore.h>
#import <UIKit/UIKit.h>
@interface CALayer (AddUIColor)
- (void)setBorderColorFromUIColor:(UIColor *)color;
@end
|
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/GJGCChatInputPanel/GJGCIconSeprateButton.h | <reponame>AnriKaede/ZY2017IM<gh_stars>1000+
//
// GJGCIconSeprateButton.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-26.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJGCIconSeprateImageView.h"
@class GJGCIconSeprateButton;
typedef void (^GJGCIconSepr... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/WallPaper/controller/WallPaperViewController.h | <gh_stars>1000+
//
// ViewController.h
// 瀑布流demo
//
// Created by yuxin on 15/6/6.
// Copyright (c) 2015年 yuxin. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJGCBaseViewController.h"
typedef void (^WallPaperDidFinishChooseImageBlock) (NSString *imageUrl);
@interface WallPaperViewController : GJGCBa... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/GJCFAssetsPicker/View/GJCFAssetsPickerScrollView.h | //
// GJAssetsPickerScrollView.h
// GJAssetsPickerViewController
//
// Created by ZYVincent QQ:1003081775 on 14-9-8.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJCFAssetsPickerPreviewItemViewController.h"
/* 支持缩放的UIScrollView */
@interface GJCFAssetsPickerScrollView... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupInfoExtend/GJGCGroupInfoExtendModel.h | //
// GJGCGroupInfoExtendModel.h
// ZYChat
//
// Created by ZYVincent on 15/11/20.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "JSONModel.h"
#import "GJGCGroupInfoExtendConst.h"
@interface GJGCGroupInfoExtendModel : JSONModel
@property (nonatomic,strong)NSString *name;
@pro... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/GJGCChatInputPanel/GJGCChatInputRecordAudioTipView.h | <filename>ZYChat-EaseMob/ZYChat/GJGCChatInputPanel/GJGCChatInputRecordAudioTipView.h<gh_stars>1000+
//
// GJGCChatInputRecordAudioTipView.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-10-29.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface GJGCChatInputReco... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Contacts/GJGCContactsBaseCell.h | //
// GJGCContactsCell.h
// ZYChat
//
// Created by ZYVincent on 16/8/8.
// Copyright © 2016年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJGCContactsContentModel.h"
@interface GJGCContactsBaseCell : UITableViewCell
@property (nonatomic,strong)UIImageView *bottomLine;
- (void)setContentM... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Contacts/GJGCContactsDataManager.h | <reponame>AnriKaede/ZY2017IM<filename>ZYChat-EaseMob/ZYChat/Contacts/GJGCContactsDataManager.h
//
// GJGCContactsDataManager.h
// ZYChat
//
// Created by ZYVincent on 16/8/8.
// Copyright © 2016年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCContactsContentModel.h"
#import "GJGC... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupCellDelegate.h | //
// BTUploadMemberCellDelegate.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/9/21.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
@class GJGCCreateGroupBaseCell;
@protocol GJGCCreateGroupCellDelegate <NSObject>
- (void)inputTextCellDidTr... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/RecentChat/GJGCRecentChatDataManager.h | //
// GJGCRecentChatDataManager.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/18.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCRecentChatModel.h"
#import "GJGCRecentChatTitleView.h"
@class GJGCRecentChatDataManager;
@proto... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCMutilTextInputViewController.h | //
// GJGCMutilTextInputViewController.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/20.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "GJGCBaseViewController.h"
@class GJGCMutilTextInputViewController;
@protocol GJGCMutilTextInputViewControllerDelegate <NSObjec... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/MusicShare/GJGCMusicPlayerBar.h | <reponame>AnriKaede/ZY2017IM
//
// GJGCMusicPlayerBar.h
// ZYChat
//
// Created by ZYVincent on 16/12/18.
// Copyright © 2016年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJCFAudioPlayer.h"
#import "GJGCMusicSharePlayer.h"
@protocol GJGCMusicPlayerBarDelegate <NSObject>
- (void)didTappedM... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/GJGCChatInputPanel/GJGCChatInputExpandMenuPanelItem.h | //
// GJGCChatInputExpandMenuPanelItem.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-10-28.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCChatInputConst.h"
@class GJGCChatInputExpandMenuPanelItem;
typedef void (^GJGCChatInputExpandMenuPanelI... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/ViewController/MessageExtend/GJGCMessageExtendGroupModel.h | //
// GJGCMessageExtendGroupModel.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/22.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "JSONModel.h"
@interface GJGCMessageExtendGroupModel : JSONModel
@property (nonatomic,strong)NSString *groupHeadThumb;
@property (... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationLevelCell.h | <filename>ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationLevelCell.h
//
// GJGCInformationLevelCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-6.
// Copyright (c) 2014年 ZYV. All rights reserved.
//
#import "GJGCInformationTextCell.h"
#import "GJGCLevelView.h"
@in... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/WallPaper/view/ZWCollectionViewCell.h | <gh_stars>1000+
//
// ZWCollectionViewCell.h
// 瀑布流demo
//
// Created by yuxin on 15/6/6.
// Copyright (c) 2015年 yuxin. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "shopModel.h"
@interface ZWCollectionViewCell : UICollectionViewCell
@property(nonatomic,retain)shopModel * shop;
@property (weak, nonatomi... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/UITableViewCell/ChatCell/GJGCChatFriendPostMessageCell.h | //
// GJGCChatFriendPostMessageCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-12-11.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import "GJGCChatFriendImageMessageCell.h"
@interface GJGCChatFriendPostMessageCell : GJGCChatFriendImageMessageCell
@end
|
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Service/Database/ZYDatabaseColunmCondition.h | <filename>ZYChat-EaseMob/ZYChat/Service/Database/ZYDatabaseColunmCondition.h
//
// ZYDatabaseColunmCondition.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/9.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ZYDatabaseConst.h"
@int... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/UITableViewCell/ChatCell/GJGCChatFriendBaseCell.h | //
// GJGCChatFirendBaseCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-10.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import "GJGCChatBaseCell.h"
#import "GJGCChatFriendContentModel.h"
#define simpleContentDiffHeight 8
#define simpleContentDiffWidth 7
@interface GJGCChatFriend... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/GJCFUitils/QuickCacheUitil/GJCFQuickCacheUitil.h | //
// GJCFQuickCacheUitil.h
// GJCommonFoundation
//
// Created by ZYVincent QQ:1003081775 on 14-10-16.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface GJCFQuickCacheUitil : NSObject
+ (BOOL)isNullObject:(id)anObject;
+ (BOOL)checkValue:(id)value key:(id)ke... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/ViewController/MessageExtend/GJGCMessageExtendContentWebPageModel.h | //
// GJGCMessageExtendContentWebPageModel.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/20.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "JSONModel.h"
#import "GJGCMessageExtendConst.h"
@interface GJGCMessageExtendContentWebPageModel : JSONModel
@property (no... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/ViewController/Base/GJGCChatFriendTalkModel.h | <filename>ZYChat-EaseMob/ZYChat/ChatDetail/ViewController/Base/GJGCChatFriendTalkModel.h
//
// GJGCChatFriendTalkModel.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-24.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCChatFriendContentModel.h"... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/PublicGroup/GJGCPublicGroupListViewController.h | <filename>ZYChat-EaseMob/ZYChat/Square/PublicGroup/GJGCPublicGroupListViewController.h<gh_stars>1000+
//
// GJGCPublicGroupListViewController.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/20.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "GJGCInfoBaseListViewCont... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/GroupInformation/GJGCGroupInformationViewController.h | <gh_stars>1000+
//
// GJGCGroupInformationViewController.h
// ZYChat
//
// Created by ZYVincent on 15/11/22.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "GJGCInformationBaseViewController.h"
@interface GJGCGroupInformationViewController : GJGCInformationBaseViewController
- ... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/BTActionSheetViewController/BTActionSheetDatePicker.h | <reponame>AnriKaede/ZY2017IM
//
// BTActionSheetDatePicker.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/9/9.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BTActionSheetDatePicker : UIView
@property (nonatomic,strong)NSDate *selectedDate... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/GJCFAssetsPicker/ViewController/GJCFAlbumsViewController.h | //
// GJAlbumsViewController.h
// GJAssetsPickerViewController
//
// Created by ZYVincent QQ:1003081775 on 14-9-8.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <AssetsLibrary/AssetsLibrary.h>
#import "GJCFAssetsPickerStyle.h"
@class GJCFAlbumsViewController;
... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Contacts/GJGCContactsSectionModel.h | //
// GJGCContactsSectionModel.h
// ZYChat
//
// Created by ZYVincent on 16/8/9.
// Copyright © 2016年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface GJGCContactsSectionModel : NSObject
@property (nonatomic,strong)NSMutableArray *rowData;
@property (nonatomic,assign)BOOL isExpand... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Contacts/GJGCContactsContentModel.h | <gh_stars>1000+
//
// GJGCContactsContentModel.h
// ZYChat
//
// Created by ZYVincent on 16/8/8.
// Copyright © 2016年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCContactsConst.h"
#import "GJGCMessageExtendGroupModel.h"
@interface GJGCContactsContentModel : NSObject
@property... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/WallPaper/MJRefresh/UIView+MJExtension.h | <gh_stars>1000+
//
// UIView+Extension.h
// MJRefreshExample
//
// Created by <NAME> on 14-5-28.
// Copyright (c) 2014年 itcast. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (MJExtension)
@property (assign, nonatomic) CGFloat mj_x;
@property (assign, nonatomic) CGFloat mj_y;
@property (assign,... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/RecentContactList/GJGCRecentContactListViewController.h | //
// GJGCRecentContactListViewController.h
// ZYChat
//
// Created by ZYVincent on 15/11/24.
// Copyright (c) 2015年 ZYProSoft. All rights reserved.
//
#import "GJGCInfoBaseListViewController.h"
#import "GJGCRecentChatForwardContentModel.h"
@interface GJGCRecentContactListViewController : GJGCInfoBaseListViewCont... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupDetailChooseCell.h | <reponame>AnriKaede/ZY2017IM
//
// BTUploadMemberSingleChooseCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/9/21.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "GJGCCreateGroupBaseCell.h"
@interface GJGCCreateGroupDetailChooseCell : GJGCCreateGroupBaseCell
@en... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Service/RelationManager/ZYPrivateChatDataManager.h | <filename>ZYChat-EaseMob/ZYChat/Service/RelationManager/ZYPrivateChatDataManager.h
//
// ZYPrivateChatDataManager.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/17.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ZYChatConversation... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Theme/UITableView+Theme.h | //
// UITableView+Theme.h
// ZYChat
//
// Created by ZYVincent on 16/12/18.
// Copyright © 2016年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface UITableView (Theme)
- (void)setResourceType:(ZYResourceType)type;
@end
|
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupViewController.h | //
// BTUploadMemberViewController.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/9/21.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "GJGCBaseViewController.h"
@interface GJGCCreateGroupViewController : GJGCBaseViewController
@end
|
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/FileUploadManager/GJCFFileUploadManager.h | //
// GJCFFileUploadManager.h
// GJCommonFoundation
//
// Created by ZYVincent QQ:1003081775 on 14-9-12.
// Copyright (c) 2014年 Z<EMAIL>. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJCFFileUploadTask.h"
/* 文件上传进度,该block会在子线程调用,请务必将UI更新代码放在主线执行 */
typedef void (^GJCFFileUploadManagerUpdateT... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/UserList/ZYUserListDataManager.h | //
// ZYUserListDataManager.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/6.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ZYUserListContentModel.h"
@class ZYUserListDataManager;
@protocol ZYUserListDataManagerDelegate <NSObjec... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/UITableViewCell/SystemNoti/GJGCChatSystemActiveGuideCell.h | <reponame>AnriKaede/ZY2017IM
//
// GJGCChatSystemActiveGuideCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-10.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import "GJGCChatSystemNotiBaseCell.h"
#import "GJCURoundCornerButton.h"
@interface GJGCChatSystemActiveGuideCell : GJGCChatS... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/FLAnimatedImage/FLAnimatedImageView.h | <reponame>AnriKaede/ZY2017IM<filename>ZYChat-EaseMob/ZYChat/Dependcy/FLAnimatedImage/FLAnimatedImageView.h
//
// FLAnimatedImageView.h
// Flipboard
//
// Created by <NAME> on 7/8/13.
// Copyright (c) 2013-2015 Flipboard. All rights reserved.
//
#import <UIKit/UIKit.h>
@class FLAnimatedImage;
@protocol GJGCAnimat... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/View/GJGCCommonAttributedStringStyle.h | //
// GJGCCommonAttributedStringStyle.h
// ZYChat
// 公共样式
// Created by ZYVincent QQ:1003081775 on 14/11/25.
// Copyright (c) 2014年 ZYV. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface GJGCCommonAttributedStringStyle : NSObject
/**
* 群style
*
* @param content <#content description#>
*... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Contacts/GJGCContactsViewController.h | //
// GJGCContactsViewController.h
// ZYChat
//
// Created by ZYVincent on 16/8/8.
// Copyright © 2016年 ZYProSoft. All rights reserved.
//
#import "GJGCBaseViewController.h"
@interface GJGCContactsViewController : GJGCBaseViewController
@end
|
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/ViewController/Friend/GJGCChatFriendDataSourceManager.h | //
// GJGCChatFriendDataSourceManager.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-12.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import "GJGCChatDetailDataSourceManager.h"
@interface GJGCChatFriendDataSourceManager : GJGCChatDetailDataSourceManager
@property (nonatomic,readonly)... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/GJCFAudioManager/FileUitil/GJCFAudioFileUitil.h | //
// GJCFAudioFileUitil.h
// GJCommonFoundation
//
// Created by ZYVincent QQ:1003081775 on 14-9-16.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJCFAudioModel.h"
@interface GJCFAudioFileUitil : NSObject
/* 设置本地缓存路径 */
+ (void)setupAudioFileLocalStorePath... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupBaseCell.h | //
// BTUploadMemberBaseCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/9/21.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJGCCreateGroupContentModel.h"
#import "GJGCCreateGroupCellDelegate.h"
@interface GJGCCreateGroupBaseCell : UITab... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/GJCFAudioManager/Record/GJCFAudioRecordSettings.h | <filename>ZYChat-EaseMob/ZYChat/Dependcy/GJCFAudioManager/Record/GJCFAudioRecordSettings.h
//
// GJCFAudioRecordSettings.h
// GJCommonFoundation
//
// Created by ZYVincent QQ:1003081775 on 14-9-16.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <AVFoundation/AVF... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/ViewController/DriftBottle/GJGCDrfitBottleDetailViewController.h | //
// GJGCDrfitBottleDetailViewController.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/7/1.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "GJGCBaseViewController.h"
@interface GJGCDrfitBottleDetailViewController : GJGCBaseViewController
- (instancetype)initWithTh... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupLabelsSheetViewController.h | <reponame>AnriKaede/ZY2017IM
//
// GJGCCreateGroupLabelsSheetViewController.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/20.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "BTActionSheetViewController.h"
@interface GJGCCreateGroupLabelsSheetViewController : BTAc... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/GJGCChatInputPanel/GJGCChatInputBarItem.h | //
// GJGCCommonInputBarControlItem.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-10-28.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
@class GJGCChatInputBarItem;
/**
* 按钮状态变化
*
* @param item 被点击的按钮
* @param changeToState 改变到的状态
*/
typedef void (... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationMemberShowItem.h | //
// GJGCInformationMemberShowItem.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-21.
// Copyright (c) 2014年 ZYV. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface GJGCInformationMemberShowItem : UIButton
@property (nonatomic,strong)GJGCCommonHeadView *headView;
- (void)setHeadUrl:(NSSt... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/MainTab/BTTabBarRootController.h | <reponame>AnriKaede/ZY2017IM
//
// BTTabBarRootController.h
// BabyTrip
//
// Created by ZYVincent on 15/7/18.
// Copyright (c) 2015年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BTTabBarRootController : UITabBarController
- (void)hiddenTabBar;
- (void)showTabBar;
- (NSArray *)recentCo... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationCellConstans.h | //
// GJGCInformationCellConstans.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-6.
// Copyright (c) 2014年 ZYV. All rights reserved.
//
#import <Foundation/Foundation.h>
/**
* 资料cell类型
*/
typedef NS_ENUM(NSUInteger, GJGCInformationContentType) {
/**
* 基本内容cell
*/
GJGCInformati... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Login/HALoginViewController.h | <filename>ZYChat-EaseMob/ZYChat/Login/HALoginViewController.h
//
// HALoginViewController.h
// HelloAsk
//
// Created by ZYVincent on 15-9-4.
// Copyright (c) 2015年 ZYProSoft. All rights reserved.
//
#import "GJGCBaseViewController.h"
typedef NS_ENUM(NSInteger, JxbLoginShowType) {
JxbLoginShowType_NONE,
J... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/GroupInformation/GJGCGroupPersonInformationShowMap.h | //
// GJGCGroupPersonInformationShowMap.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-10.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCInformationCellContentModel.h"
@interface GJGCGroupPersonInformationShowMap : NSObject
+ (GJGCInformat... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationFeedListCell.h | <reponame>AnriKaede/ZY2017IM<filename>ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationFeedListCell.h<gh_stars>1000+
//
// GJGCInformationFeedListCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/7/1.
// Copyright (c) 2015年 ZYV. All rights reserved.
//
#import "GJGCInfor... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/UITableViewCell/SystemNoti/GJGCChatSystemNotiCellStyle.h | <gh_stars>1000+
//
// GJGCChatSystemNotiCellStyle.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-6.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface GJGCChatSystemNotiCellStyle : NSObject
/* 头像宽度 */
+ (CGFloat)headViewWidth;
/* 两个消息时间戳字符串转化 */... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/GJCURoundCornerView/TKRoundedView.h | <reponame>AnriKaede/ZY2017IM
//
// TKRoundedView.h
// TKRoundedView
//
// Created by <NAME> on 1/6/13.
// Copyright (c) 2013 <NAME>. All rights reserved.
//
typedef NS_OPTIONS(NSUInteger, TKRoundedCorner) {
TKRoundedCornerNone = 0,
TKRoundedCornerTopRight = 1 << 0,
TKRoundedCornerBottomRig... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupConst.h | //
// GJGCCreateGroupConst.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/9/21.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
/**
* 分割线风格
*/
typedef NS_ENUM(NSUInteger, GJGCCreateGroupCellSeprateLineStyle){
/**
* 顶部没底部没
*/... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/ViewController/DriftBottle/GJGCDriftBottleImageScrollView.h | <filename>ZYChat-EaseMob/ZYChat/ChatDetail/ViewController/DriftBottle/GJGCDriftBottleImageScrollView.h
//
// GJGCDriftBottleImageScrollView.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/7/1.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <UIKit/UIKit.h>
@interface G... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/UITableViewCell/SystemNoti/GJGCChatSystemNotiBaseCell.h | <reponame>AnriKaede/ZY2017IM
//
// GJGCChatBaseCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-10-17.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJGCCommonFontColorStyle.h"
#import "GJGCChatBaseCell.h"
#import "GJCFCoreTextContentView.h"
@interface GJ... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupTypeSheetDataManager.h | <filename>ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupTypeSheetDataManager.h<gh_stars>1000+
//
// GJGCCreateGroupTypeSheetDataManager.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/11/20.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import "BTActionSheetDataMan... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Base/GJGCInformationBaseModel.h | <reponame>AnriKaede/ZY2017IM<filename>ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Base/GJGCInformationBaseModel.h
//
// GJGCInformationBaseModel.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-6.
// Copyright (c) 2014年 ZYV. All rights reserved.
//
#import <Foundation/Foundation.h>
#imp... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Base/GJGCInformationBaseCell.h | //
// GJGCInformationBaseCell.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-6.
// Copyright (c) 2014年 ZYV. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GJGCInformationBaseModel.h"
#import "GJGCInformationBaseCellDelegate.h"
@interface GJGCInformationBaseCell : UITableViewCell
@proper... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/GJCFAudioManager/Network/GJCFFileUploadTask+GJCFAudioUpload.h | <gh_stars>1000+
//
// GJCFFileUploadTask+GJCFAudioUpload.h
// GJCommonFoundation
//
// Created by ZYVincent QQ:1003081775 on 14-9-18.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import "GJCFFileUploadTask.h"
#import "GJCFAudioModel.h"
@protocol GJCFAudioUploadTaskDelegate <NSObject>
@required
/* ... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/GroupCommonUI/UITableViewCell/Cell/GJGCInformationPhotoBox.h | //
// GJGCInformationPhotoBox.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-6.
// Copyright (c) 2014年 ZYV. All rights reserved.
//
#import <UIKit/UIKit.h>
@class GJGCInformationPhotoBox;
@protocol GJGCInformationPhotoBoxDelegate <NSObject>
- (void)photoBoxDidTapAtIndex:(NSInteger)index;
@end
@... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/RecentChat/GJGCRecentChatModel.h | //
// GJGCRecentChatModel.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/7/11.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCGroupInfoExtendModel.h"
@interface GJGCRecentChatModel : NSObject
@property (nonatomic,strong)NSStrin... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/ChatDetail/UITableViewCell/Base/GJGCChatContentBaseModel.h | //
// GJGCChatContentBaseModel.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 14-11-3.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCChatBaseConstans.h"
/**
* 发送消息状态
*/
typedef NS_ENUM(NSUInteger, GJGCChatFriendSendMessageStatus) {
/**
... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/AppWall/GJGCAppWallAreaSheetViewController.h | <gh_stars>1000+
//
// GJGCAppWallAreaSheetViewController.h
// ZYChat
//
// Created by ZYVincent on 15/11/26.
// Copyright (c) 2015年 ZYProSoft. All rights reserved.
//
#import "BTActionSheetViewController.h"
@interface GJGCAppWallAreaSheetViewController : BTActionSheetViewController
@end
|
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Square/CreateGroup/GJGCCreateGroupDataManager.h | //
// GJGCCreateGroupDataManager.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/9/21.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
#import "GJGCCreateGroupContentModel.h"
@class GJGCCreateGroupDataManager;
@protocol GJGCCreateGroupDataMana... |
AnriKaede/ZY2017IM | ZYChat-EaseMob/ZYChat/Dependcy/GJCFUitils/DispatchCenterUitil/GJCFDispatchCenterUitil.h | <gh_stars>1000+
//
// GJCFDispatchCenterUitil.h
// GJCommonFoundation
//
// Created by ZYVincent QQ:1003081775 on 14-10-16.
// Copyright (c) 2014年 ZYProSoft. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface GJCFDispatchCenterUitil : NSObject
+ (void)asyncMainQueue:(dispatch_block_t)block;
+ ... |
straywriter/bgfx | External/bx/include/bx/sort.h | /*
* Copyright 2010-2021 <NAME>. All rights reserved.
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
*/
#ifndef BX_SORT_H_HEADER_GUARD
#define BX_SORT_H_HEADER_GUARD
#include "bx.h"
namespace bx
{
///
typedef int32_t (*ComparisonFn)(const void* _lhs, const void* _rhs);
///
void quickSort(
... |
straywriter/bgfx | Example/RenderExample/common/nanovg/nanovg_bgfx.h | /*
* Copyright 2011-2021 <NAME>. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#ifndef NANOVG_BGFX_H_HEADER_GUARD
#define NANOVG_BGFX_H_HEADER_GUARD
#include <Render/bgfx.h>
namespace bx { struct AllocatorI; }
struct NVGcontext;
struct NVGLUframebuffer
{
NVGcontext*... |
straywriter/bgfx | External/bx/include/bx/endian.h | /*
* Copyright 2010-2021 <NAME>. All rights reserved.
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
*/
#ifndef BX_ENDIAN_H_HEADER_GUARD
#define BX_ENDIAN_H_HEADER_GUARD
#include "bx.h"
namespace bx
{
///
int16_t endianSwap(int16_t _in);
///
uint16_t endianSwap(uint16_t _in);
///
int32_t ... |
straywriter/bgfx | External/bx/include/bx/thread.h | <gh_stars>1000+
/*
* Copyright 2010-2021 <NAME>. All rights reserved.
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
*/
#ifndef BX_THREAD_H_HEADER_GUARD
#define BX_THREAD_H_HEADER_GUARD
#include "allocator.h"
#include "mpscqueue.h"
#if BX_CONFIG_SUPPORTS_THREADING
namespace bx
{
///
typedef in... |
straywriter/bgfx | External/bx/include/bx/config.h | /*
* Copyright 2010-2021 <NAME>. All rights reserved.
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
*/
#ifndef BX_CONFIG_H_HEADER_GUARD
#define BX_CONFIG_H_HEADER_GUARD
#include "bx.h"
#ifndef BX_CONFIG_ALLOCATOR_DEBUG
# define BX_CONFIG_ALLOCATOR_DEBUG 0
#endif // BX_CONFIG_DEBUG_ALLOC
#ifndef... |
straywriter/bgfx | External/bx/include/bx/timer.h | <filename>External/bx/include/bx/timer.h<gh_stars>1000+
/*
* Copyright 2010-2021 <NAME>. All rights reserved.
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
*/
#ifndef BX_TIMER_H_HEADER_GUARD
#define BX_TIMER_H_HEADER_GUARD
#include "bx.h"
namespace bx
{
///
int64_t getHPCounter();
///
int64... |
straywriter/bgfx | External/bx/include/bx/simd_t.h | /*
* Copyright 2010-2021 <NAME>. All rights reserved.
* License: https://github.com/bkaradzic/bx#license-bsd-2-clause
*/
#ifndef BX_SIMD_T_H_HEADER_GUARD
#define BX_SIMD_T_H_HEADER_GUARD
#include "bx.h"
#define BX_SIMD_FORCE_INLINE BX_FORCE_INLINE
#define BX_SIMD_INLINE inline
#define BX_SIMD_AVX 0
#define B... |
robojamison/hello-git | lib/pocketsphinx/test/unit/test_ps_reinit.c | #include <pocketsphinx.h>
#include <stdio.h>
#include <string.h>
#include "test_macros.h"
int
main(int argc, char *argv[])
{
ps_decoder_t *ps;
cmd_ln_t *config;
TEST_ASSERT(config =
cmd_ln_init(NULL, ps_args(), TRUE,
"-hmm", DATADIR "/tidigits/hmm",
"-dict", DATADIR "/tidigits/lm/tidigits.dic",
... |
robojamison/hello-git | lib/pocketsphinx/test/unit/test_ps_lattice.c | #include <pocketsphinx.h>
#include <stdio.h>
#include <string.h>
#include "pocketsphinx_internal.h"
#include "ps_lattice_internal.h"
#include "test_macros.h"
#include "ps_test.c"
int
test_nodes_and_stuff(ps_lattice_t *dag)
{
ps_latnode_iter_t *itor;
ps_latlink_iter_t *litor;
ps_latnode_t *forward = NULL;
TEST_AS... |
robojamison/hello-git | lib/pocketsphinx/test/unit/test_ps_nbest.c | #include <pocketsphinx.h>
#include <stdio.h>
#include <string.h>
#include "pocketsphinx_internal.h"
#include "test_macros.h"
#include "ps_test.c"
int
main(int argc, char *argv[])
{
ps_decoder_t *ps;
ps_nbest_t *nbest;
cmd_ln_t *config;
FILE *rawfh;
char const *hyp;
int32 score, n;
TEST_ASSERT(config =
c... |
robojamison/hello-git | lib/pocketsphinx/test/unit/test_jsgf.c | <filename>lib/pocketsphinx/test/unit/test_jsgf.c
#include <pocketsphinx.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <sphinxbase/jsgf.h>
#include <sphinxbase/fsg_model.h>
#include "pocketsphinx_internal.h"
#include "fsg_search_internal.h"
#include "test_macros.h"
int
main(int argc, char *argv... |
robojamison/hello-git | lib/sphinxbase/src/libsphinxbase/lm/lm3g_templates.c | <gh_stars>1-10
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* ====================================================================
* Copyright (c) 1999-2007 Carnegie Mellon University. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm... |
robojamison/hello-git | lib/sphinxbase/src/libsphinxad/ad_jack.c | <filename>lib/sphinxbase/src/libsphinxad/ad_jack.c
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* ====================================================================
* Copyright (c) 2011 <NAME>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, ... |
robojamison/hello-git | lib/pocketsphinx/test/unit/test_mllr.c | #include <pocketsphinx.h>
#include <stdio.h>
#include <string.h>
#include "pocketsphinx_internal.h"
#include "test_macros.h"
#include "ps_test.c"
int
main(int argc, char *argv[])
{
cmd_ln_t *config;
ps_decoder_t *ps;
FILE *rawfh;
char const *hyp;
int32 score;
TEST_ASSERT(config =
cmd_ln_init(NULL, ps_arg... |
robojamison/hello-git | lib/pocketsphinx/test/unit/test_lm_read.c | #include <stdio.h>
#include <string.h>
#include <pocketsphinx.h>
#include "test_macros.h"
int
main(int argc, char *argv[])
{
char const *hyp;
ps_decoder_t *ps;
cmd_ln_t *config;
ngram_model_t *lm;
FILE *rawfh;
int32 score;
/* First decode it with the crappy WSJ language model. */
TES... |
robojamison/hello-git | lib/sphinxbase/src/libsphinxbase/util/cmd_ln.c | /* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* ====================================================================
* Copyright (c) 1999-2004 Carnegie Mellon University. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided ... |
hidenorly/m5stickv_hello_world | main/src/main.c | /* Copyright 2019 hidenorly
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
sadawi/MarkovKit | MarkovKit/MarkovKit.h | <reponame>sadawi/MarkovKit
//
// MarkovKit.h
// MarkovKit
//
// Created by <NAME> on 12/17/15.
// Copyright © 2015 <NAME>. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for MarkovKit.
FOUNDATION_EXPORT double MarkovKitVersionNumber;
//! Project version string for MarkovKit.
FOUNDATIO... |
richgel999/DirectXTex | DirectXTex/BCDirectCompute.h | //-------------------------------------------------------------------------------------
// BCDirectCompute.h
//
// Direct3D 11 Compute Shader BC Compressor
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//------------------------------------------------------... |
lbwanghr/RobotXC | RobotXC/include/CommonTool.h | #ifndef __COMMON_TOOL_H__
#define __COMMON_TOOL_H__
namespace HciExampleComon{
//设置控制台打印颜色
void SetSpecialConsoleTextAttribute();
//恢复控制台打印颜色
void SetOriginalConsoleTextAttribute();
//控制台打印UTF8字符(windows转化为GBK)
void PrintUtf8String(char *pUTF8Str);
//转码函数
int UTF8ToGBK(unsigned char * ... |
BlackFenec/AdventOfCode2019 | AdventOfCode/DaySix.h | <reponame>BlackFenec/AdventOfCode2019
#ifndef DAYSIX_H_
#define DAYSIX_H_
#include <string>
#include "Node.h"
class DaySix
{
private:
static int OrbitCount(Node* node, int lastLevel);
public :
static int GetTotalNumberOfOrbits(std::string map);
static int FirstChallenge(std::string filename);
};
#endif |
BlackFenec/AdventOfCode2019 | AdventOfCode/Node.h | <reponame>BlackFenec/AdventOfCode2019
#ifndef NODE_H_
#define NODE_H_
#include <string>
#include <list>
class Node
{
private:
std::string value;
std::list<Node*> childs;
public:
Node(std::string newValue)
{
value = newValue;
childs = std::list<Node*>();
}
void AddChild(Node* node) { childs.push_back(node);... |
BlackFenec/AdventOfCode2019 | AdventOfCode/Tree.h | #ifndef TREE_H_
#define TREE_H_
#include "Node.h"
class Tree
{
private:
Node* root;
bool InsertNode(Node* node, std::string parent, std::string newValue);
public:
Node* GetRoot() { return root; }
bool InsertNewNode(std::string parent, std::string newValue);
};
#endif |
BlackFenec/AdventOfCode2019 | AdventOfCode/DayOne.h | #ifndef DAYONE_H_
#define DAYONE_H_
#include <string>
class DayOne
{
public :
static int ComputeFuelFromMass(int mass);
static int ComputeEntireFuelForModule(int moduleMass);
static int FirstChallenge(std::string filename);
static int SecondChallenge(std::string filename);
};
#endif |
BlackFenec/AdventOfCode2019 | AdventOfCode/DayTwo.h | <filename>AdventOfCode/DayTwo.h
#ifndef DAYTWO_H_
#define DAYTWO_H_
#include <string>
class DayTwo
{
public:
static std::string ExecuteProgram(std::string program, int firstPositionValue, int secondPositionValue);
static std::string FirstChallenge(std::string filename, int firstPositionValue, int secondPositionValu... |
BlackFenec/AdventOfCode2019 | AdventOfCode/DayFour.h | #ifndef DAYFOUR_H_
#define DAYFOUR_H_
#include <string>
class DayFour
{
private :
static bool HasSameAdjacentDigits(std::string password, bool hasSameAdjacentDigitsTwoOnly);
static bool DigitsNeverDecrease(std::string password);
public:
static bool IsValidPassword(std::string password, bool hasSameAdjacentDigitsT... |
BlackFenec/AdventOfCode2019 | AdventOfCode/DayThree.h | <gh_stars>0
#ifndef DAYTHREE_H_
#define DAYTHREE_H_
#include <string>
#include <map>
class DayThree
{
private :
static std::map<std::string, int> firstPath;
static int closest;
static void ManageWire(std::string wire, bool isFirst, bool useManhattanDistance);
public :
static int ClosestIntersection(std::string f... |
BlackFenec/AdventOfCode2019 | AdventOfCode/DayFive.h | #ifndef DAYFIVE_H_
#define DAYFIVE_H_
class DayFive
{
public:
};
#endif |
Mu-L/MINGW-packages | mingw-w64-swig/pathtools.h | <filename>mingw-w64-swig/pathtools.h
/*
.Some useful path tools.
.ASCII only for now.
.Written by <NAME> in 2014.
.Licensed under CC0 (and anything.
.else you need to license it under).
.No warranties whatsoever.
.email: <<EMAIL>>.
*/
#ifndef PATHTOOLS_H
#define PATHTOOLS_H
#include <un... |
LandonMorrison/BlackJackRepo | BlackJack/BlackJack/VingtEtUn.h | <reponame>LandonMorrison/BlackJackRepo
/*************************************************
* Author: <NAME>
* File Name: VingtEtUn.h
* Date Created: 3/6/2020
* Modifications:
*
*************************************************/
#ifndef VINGTETUN_H
#define VINGTETUN_H
#include "VingtEtUnDealer.h"
/*****************... |
LandonMorrison/BlackJackRepo | BlackJack/BlackJack/VingtEtUnCard.h | /*************************************************
* Author: <NAME>
* File Name: VingtEtUnCard.h
* Date Created: 3/6/2020
* Modifications: 3/8/2020 - changed from Card to VingtEtUnCard
*
*************************************************/
#ifndef CARD_H
#define CARD_H
#include <iostream>
#include <windows.h>
#includ... |
LandonMorrison/BlackJackRepo | BlackJack/BlackJack/VingtEtUnHand.h | /*************************************************
* Author: <NAME>
* File Name: VingtEtUnHand.h
* Date Created: 3/6/2020
* Modifications: 3/8/2020 - changed from Hand to VingtEtUnHand
*
*************************************************/
#ifndef HAND_H
#define HAND_H
#include "VingtEtUnDeck.h"
/******************... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.