repo_name
stringlengths
5
122
path
stringlengths
3
232
text
stringlengths
6
1.05M
thomas-sivilay/textstyle
TextStyle/Thot/Sources/Thot.h
<gh_stars>0 // // Thot.h // Thot // // Created by <NAME> on 8/16/17. // Copyright © 2017 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for Thot. FOUNDATION_EXPORT double ThotVersionNumber; //! Project version string for Thot. FOUNDATION_EXPORT const unsigned char ThotVersionS...
SANDEEPREDDY56712/OELP_6thSem
btdriver.c
<gh_stars>0 #include "uart.h" #include "string.h" #include "pinmux.h" #include "gpio.h" #define HC05_UART uart_instance[1] #define STR_SIZE 15 int write_to_hc05(char *data) { while (*data != '\0') { write_uart_character(HC05_UART, *data); data++; } write_uart_character(HC05_UART,'\r'); write_uart_character(...
iIias/mcas
examples/personalities/cpp_pm_sort/src/cpp_pm_sort_plugin.h
/* * Description : PM sorting ADO * Authors : <NAME>, <NAME>, <NAME> * Authors email: <EMAIL>, <EMAIL>, <EMAIL> * License : Apache License, Version 2.0 * Done as part of the Workshop on Search Data Structures for High-Performance Databases * at Tel-Aviv University. */ #ifndef __CPP_PM_SORT_PLUGIN_H__...
iIias/mcas
examples/personalities/cpp_pm_sort/src/cpp_pm_sort_client.h
/* * Description : PM sorting ADO client * Authors : <NAME>, <NAME>, <NAME> * Authors email: <EMAIL>, <EMAIL>, <EMAIL> * License : Apache License, Version 2.0 * Done as part of the Workshop on Search Data Structures for High-Performance Databases * at Tel-Aviv University. */ #ifndef __EXAMPLE_FB_CLIE...
maxwellburson/42_ft_db
libft/lstr/lstr_finish.c
<filename>libft/lstr/lstr_finish.c<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* lststr_finish.c ...
maxwellburson/42_ft_db
src/execute_command/filter.c
<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* filter.c :+: ...
maxwellburson/42_ft_db
src/save_db.c
<filename>src/save_db.c<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* load_db.c ...
maxwellburson/42_ft_db
libft/convert/ft_itoa_base.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa_base.c :+: :+: :+: ...
maxwellburson/42_ft_db
src/vector/vec_init.c
<filename>src/vector/vec_init.c /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* corewar.c ...
maxwellburson/42_ft_db
src/vector/vec_realloc.c
<reponame>maxwellburson/42_ft_db<filename>src/vector/vec_realloc.c /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* corew...
maxwellburson/42_ft_db
libft/convert/ft_utf_32_8.c
<reponame>maxwellburson/42_ft_db<filename>libft/convert/ft_utf_32_8.c<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: ...
maxwellburson/42_ft_db
src/execute_command/add.c
<reponame>maxwellburson/42_ft_db /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* add.c ...
maxwellburson/42_ft_db
include/ft_db.h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_db.h :+: :+: :+: ...
maxwellburson/42_ft_db
src/load_db/load_db.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* load_db.c :+: :+: :+: ...
maxwellburson/42_ft_db
libft/convert/ft_atoi.c
<reponame>maxwellburson/42_ft_db<filename>libft/convert/ft_atoi.c /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ato...
maxwellburson/42_ft_db
src/vector/vec_rm.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* vec_rm.c :+: :+: :+: ...
maxwellburson/42_ft_db
src/execute_command/delete.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* delete.c :+: :+: :+: ...
maxwellburson/42_ft_db
src/execute_command/drop.c
<filename>src/execute_command/drop.c /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* drop.c ...
maxwellburson/42_ft_db
src/load_db/open_db.c
<filename>src/load_db/open_db.c<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* open_db.c ...
maxwellburson/42_ft_db
src/get_command/get_value.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_value.c :+: :+: :+: ...
maxwellburson/42_ft_db
src/ft_db.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_db.c :+: :+: :+: ...
maxwellburson/42_ft_db
libft/lstr/lstr_add.c
<reponame>maxwellburson/42_ft_db /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* lstr_add.c ...
maxwellburson/42_ft_db
src/get_next_line.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.c :+: :+: :+: ...
maxwellburson/42_ft_db
libft/string/ft_strndup.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strndup.c :+: :+: :+: ...
maxwellburson/42_ft_db
src/execute_command/get.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get.c :+: :+: :+: ...
maxwellburson/42_ft_db
libft/list/lstsort.c
<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstnew.c :+: ...
maxwellburson/42_ft_db
include/vector.h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* vector.h :+: :+: :+: ...
maxwellburson/42_ft_db
src/execute_command/execute_command.c
<filename>src/execute_command/execute_command.c<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* execute_comma...
maxwellburson/42_ft_db
src/execute_command/getall.c
<filename>src/execute_command/getall.c<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* show.c ...
maxwellburson/42_ft_db
libft/string/ft_strsplit.c
<reponame>maxwellburson/42_ft_db<filename>libft/string/ft_strsplit.c /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_...
maxwellburson/42_ft_db
src/load_db/new_db.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* new_db.c :+: :+: :+: ...
maxwellburson/42_ft_db
src/debug.c
<reponame>maxwellburson/42_ft_db<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_db.h ...
maxwellburson/42_ft_db
src/get_command/get_type.c
<reponame>maxwellburson/42_ft_db /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_type.c ...
maxwellburson/42_ft_db
libft/libft.h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
maxwellburson/42_ft_db
src/print_entries.c
<filename>src/print_entries.c /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* print_entries.c ...
maxwellburson/42_ft_db
src/get_command/get_command.c
<reponame>maxwellburson/42_ft_db /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_command.c ...
maxwellburson/42_ft_db
src/get_command/get_field.c
<gh_stars>0 /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_field.c :+: ...
maxwellburson/42_ft_db
src/vector/vec_add.c
<reponame>maxwellburson/42_ft_db /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* corewar.c ...
maxwellburson/42_ft_db
libft/string/ft_strtrim.c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strtrim.c :+: :+: :+: ...
HarrisLee/Utils
MySampleCode-master/CocoaPodsDemo/OtherLinkerFlag/OtherLinkerFlag/BSStaticLibraryOne.h
// // BSStaticLibraryOne.h // BSStaticLibraryOne // // Created by 张星宇 on 2017/1/7. // Copyright © 2017年 bestswifter. All rights reserved. // #import <Foundation/Foundation.h> @interface BSStaticLibraryOne : NSObject - (void)saySomething; @end
HarrisLee/Utils
MySampleCode-master/load/load/Child+load.h
// // Child+load.h // load // // Created by 张星宇 on 16/2/1. // Copyright © 2016年 zxy. All rights reserved. // #import "Child.h" @interface Child (load) @end
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/HashTest.h
<filename>MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/HashTest.h // // HashTest.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/25. // Copyright © 2016年 zxy. All rights reserved. // #import "EOCPerson.h" @interface HashTest : EOCPerson - (void)testMutableCollection; @end
HarrisLee/Utils
GetIpAddress(v4+v6)/GetIPAddress/GetIPAddress.h
// // GetIPAddress.h // GetIPAddress // // Created by <NAME> on 8/28/15. // Copyright (c) 2015 <NAME>. All rights reserved. // #import <Foundation/Foundation.h> @interface GetIPAddress : NSObject + (NSString *)getIPAddress:(BOOL)preferIPv4; + (NSDictionary *)getIPAddresses; @end
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtMainTableViewDataSource.h
// // KtMainTableViewDataSource.h // KtTableView // // Created by bestswifter on 16/4/13. // Copyright © 2016年 zxy. All rights reserved. // #import "KtTableViewDataSource.h" @interface KtMainTableViewDataSource : KtTableViewDataSource @end
HarrisLee/Utils
UniversalApp-master/MiAiApp/Manager/UserManager/UserInfo.h
<gh_stars>0 // // UserInfo.h // MiAiApp // // Created by 徐阳 on 2017/5/23. // Copyright © 2017年 徐阳. All rights reserved. // #import <Foundation/Foundation.h> @interface UserInfo : NSObject PropertyLongLong(userId); @end
HarrisLee/Utils
UniversalApp-master/MiAiApp/Define/FontAndColorMacros.h
// // FontAndColorMacros.h // MiAiApp // // Created by 徐阳 on 2017/5/18. // Copyright © 2017年 徐阳. All rights reserved. // #ifndef FontAndColorMacros_h #define FontAndColorMacros_h #define CNavBgColor [UIColor colorWithHexString:@"00AE68"] #endif /* FontAndColorMacros_h */
HarrisLee/Utils
MySampleCode-master/runtime/runtime/NSString+MyImplementation.h
// // NSString+MyImplementation.h // runtime // // Created by 张星宇 on 16/1/2. // Copyright © 2016年 张星宇. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (MyImplementation) - (NSString *)myLowercaseString; @end
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtBaseModel/KtBaseListModel/KtBaseListModel.h
// // KtBaseListModel.h // KtTableView // // Created by bestswifter on 16/5/18. // Copyright © 2016年 zxy. All rights reserved. // #import "KtBaseModel.h" #import "KtBaseListItem.h" @protocol KtBaseListModelProtocol <NSObject> @required - (void)refreshRequestDidSuccess; - (void)loadRequestDidSuccess; - (void)didL...
HarrisLee/Utils
ContainerWork/Libraries/Libraries/SNViewController.h
<reponame>HarrisLee/Utils // // SNViewController.h // Libraries // // Created by JianRongCao on 1/19/17. // Copyright © 2017 JianRongCao. All rights reserved. // #import <UIKit/UIKit.h> @interface SNViewController : UIViewController @end
HarrisLee/Utils
MySampleCode-master/CocoaPodsDemo/BSStaticLibraryOne/Pod/Pod.h
// // Pod.h // Pod // // Created by 张星宇 on 2017/1/8. // Copyright © 2017年 bestswifter. All rights reserved. // #import <Foundation/Foundation.h> @interface Pod : NSObject @end
HarrisLee/Utils
MySampleCode-master/CocoaPodsDemo/OtherLinkerFlag/OtherLinkerFlag/ViewController.h
<filename>MySampleCode-master/CocoaPodsDemo/OtherLinkerFlag/OtherLinkerFlag/ViewController.h // // ViewController.h // OtherLinkerFlag // // Created by 张星宇 on 2017/1/7. // Copyright © 2017年 bestswifter. All rights reserved. // #import <UIKit/UIKit.h> #import "BSStaticLibraryOne.h" #import "BSStaticLibraryOne+Exten...
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/AppDelegate.h
<gh_stars>0 // // AppDelegate.h // KtTableView // // Created by bestswifter on 16/4/13. // Copyright © 2016年 zxy. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
HarrisLee/Utils
MySampleCode-master/load/load/Child.h
// // Child.h // load // // Created by 张星宇 on 16/2/1. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> #import "Parent.h" @interface Child : Parent @end
HarrisLee/Utils
UniversalApp-master/MiAiApp/AppDelegate.h
// // AppDelegate.h // MiAiApp // // Created by 徐阳 on 2017/5/17. // Copyright © 2017年 徐阳. All rights reserved. // #import <UIKit/UIKit.h> #import "MainTabBarController.h" @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) Ma...
HarrisLee/Utils
RMUtilsFramework/RMUtilsFramework/RMUtilsFramework.h
<gh_stars>0 // // RMUtilsFramework.h // RMUtilsFramework // // Created by JianRongCao on 15/12/14. // Copyright © 2015年 JianRongCao. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for RMUtilsFramework. FOUNDATION_EXPORT double RMUtilsFrameworkVersionNumber; //! Project version string ...
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/EOCErrors.h
<reponame>HarrisLee/Utils // // EOCErrors.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/27. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> @interface EOCErrors : NSObject extern NSString *const EOCErrorDomain; typedef NS_ENUM(NSUInteger, EOCError) { EOCErrorUnkon...
HarrisLee/Utils
UniversalApp-master/MiAiApp/Utils/NetWork/HeaderModel.h
<gh_stars>0 // // HeaderModel.h // MiAiApp // // Created by 徐阳 on 2017/5/23. // Copyright © 2017年 徐阳. All rights reserved. // #import <Foundation/Foundation.h> #import "OpenUDID.h" /** header 参数model */ @interface HeaderModel : NSObject PropertyLongLong(userid);//用户ID PropertyString(imei);//设备号 PropertyNSInteg...
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtBaseModel/KtBaseItem.h
// // KtBaseItem.h // KtTableView // // Created by bestswifter on 16/5/13. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> @interface KtBaseItem : NSObject - (id)initWithData:(NSDictionary *)data; // property中如有包含TBCBaseListItem对象的数组,需要设定此规则 - (void)addMappingRuleArrayPropert...
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtMainTableModel.h
<reponame>HarrisLee/Utils // // KtMainTableModel.h // KtTableView // // Created by bestswifter on 16/5/13. // Copyright © 2016年 zxy. All rights reserved. // #import "KtBaseListModel.h" #import "KtMainTableItem.h" @interface KtMainTableModel : KtBaseListModel @property (nonatomic, strong) KtMainTableItem *tableVi...
HarrisLee/Utils
RMUtilsFramework/RMUtilsFramework/RMUtils.h
// // RMUtils.h // RMUtilsFramework // // Created by JianRongCao on 15/12/14. // Copyright © 2015年 JianRongCao. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface RMUtils : NSObject /*! Email地址合法性判断 非法:NO 合法:YES*/ + (BOOL)isValidateEmail:(NSString *)email; /*! 手机号码合法性...
HarrisLee/Utils
MySampleCode-master/runtime/runtime/Replacement.h
// // Replacement.h // runtime // // Created by 张星宇 on 16/1/2. // Copyright © 2016年 张星宇. All rights reserved. // #import <Foundation/Foundation.h> @interface Replacement : NSObject @end
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/Literal.h
// // Literal.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/24. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> @interface Literal : NSObject @property (nonatomic, strong) NSArray *animals; @property (nonatomic, strong) NSDictionary *personData; @end
HarrisLee/Utils
DylibContainer/Pods/Libraries/Libraries/Utils.h
<reponame>HarrisLee/Utils<gh_stars>0 // // Utils.h // Libraries // // Created by JianRongCao on 1/16/17. // Copyright © 2017 JianRongCao. All rights reserved. // #import <Foundation/Foundation.h> @interface Utils : NSObject + (Utils *)shareInstance; - (void)showMessage:(NSString *)message; @end
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtMainTableItem.h
// // KtMainTableItem.h // KtTableView // // Created by bestswifter on 16/5/13. // Copyright © 2016年 zxy. All rights reserved. // #import "KtBaseListItem.h" @interface KtMainTableItem : KtBaseListItem @property (strong, nonatomic) NSMutableArray *books; // 存放了每个 cell 的标题 @end @interface KtMainTableBookItem : K...
HarrisLee/Utils
OpenSSLRSAWrapper/OpenSSLRSAWrapper/AppDelegate.h
// // AppDelegate.h // OpenSSLRSAWrapper // // Created by <EMAIL> on 9/29/12. // Copyright (c) 2012 <EMAIL>. All rights reserved. // #import <UIKit/UIKit.h> #import "ViewController.h" @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
HarrisLee/Utils
UniversalApp-master/MiAiApp/Define/URLMacros.h
<reponame>HarrisLee/Utils<filename>UniversalApp-master/MiAiApp/Define/URLMacros.h<gh_stars>0 // // URLMacros.h // MiAiApp // // Created by 徐阳 on 2017/5/18. // Copyright © 2017年 徐阳. All rights reserved. // #ifndef URLMacros_h #define URLMacros_h /* 将项目中所有的接口写在这里,方便统一管理,降低耦合 这里通过宏定义来切换你当前的服务器类型, 将你要切换的服务器类...
HarrisLee/Utils
UniversalApp-master/MiAiApp/Manager/UserManager.h
<reponame>HarrisLee/Utils // // UserManager.h // MiAiApp // // Created by 徐阳 on 2017/5/22. // Copyright © 2017年 徐阳. All rights reserved. // #import <Foundation/Foundation.h> @interface UserManager : NSObject @end
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KTMainViewController.h
<filename>MySampleCode-master/KtTableView/KtTableView/KTMainViewController.h<gh_stars>0 // // ViewController.h // KtTableView // // Created by bestswifter on 16/4/13. // Copyright © 2016年 zxy. All rights reserved. // #import <UIKit/UIKit.h> #import "KtRefreshTableViewController.h" @interface KTMainViewController ...
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/EOCEmployeeDeveloper.h
<filename>MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/EOCEmployeeDeveloper.h // // EOCEmployeeDeveloper.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/25. // Copyright © 2016年 zxy. All rights reserved. // #import "EOCEmployee.h" @interface EOCEmployeeDeveloper : EOCEmployee @e...
HarrisLee/Utils
UniversalApp-master/MiAiApp/AppDelegate+AppService.h
// // AppDelegate+AppService.h // MiAiApp // // Created by 徐阳 on 2017/5/19. // Copyright © 2017年 徐阳. All rights reserved. // #import "AppDelegate.h" @interface AppDelegate (AppService) + (AppDelegate *)shareAppDelegate; /** 当前顶层控制器 */ -(UIViewController*) getCurrentVC; -(UIViewController*) getCurrentUIVC; @e...
HarrisLee/Utils
ContainerWork/Libraries/Libraries/Libraries.h
// // Libraries.h // Libraries // // Created by JianRongCao on 1/16/17. // Copyright © 2017 JianRongCao. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for Libraries. FOUNDATION_EXPORT double LibrariesVersionNumber; //! Project version string for Libraries. FOUNDATION_EXPORT const uns...
HarrisLee/Utils
UniversalApp-master/MiAiApp/Manager/UserManager/UserManager.h
<reponame>HarrisLee/Utils // // UserManager.h // MiAiApp // // Created by 徐阳 on 2017/5/22. // Copyright © 2017年 徐阳. All rights reserved. // #import <Foundation/Foundation.h> #import "UserInfo.h" typedef NS_ENUM(NSInteger, UserLoginStatus){ kUserLoginStatusThird = 0x01 << 0,//第三方登录 kUserLoginStatusPwd = 0x...
HarrisLee/Utils
MySampleCode-master/CocoaPodsDemo/OtherLinkerFlag/OtherLinkerFlag/BSStaticLibraryOne+Extension.h
// // BSStaticLibraryOne+Extension.h // BSStaticLibraryOne // // Created by 张星宇 on 2017/1/7. // Copyright © 2017年 bestswifter. All rights reserved. // #import "BSStaticLibraryOne.h" @interface BSStaticLibraryOne (Extension) - (void)sayOtherThing; @end
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtExtension/NSDictionary+KtExtension.h
<gh_stars>0 // // NSDictionary+KtExtension.h // KtTableView // // Created by bestswifter on 16/5/15. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> @interface NSDictionary (KtExtension) /*! @brief 根据路径获取obj 例如path为test/xxx/vallue, 会从dict中找到key为test的dict, 在test的dict中找到key为x...
HarrisLee/Utils
MySampleCode-master/load/load/Parent.h
<filename>MySampleCode-master/load/load/Parent.h<gh_stars>0 // // Parent.h // load // // Created by 张星宇 on 16/2/1. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> @interface Parent : NSObject @end
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/EOCSmithPerson.h
// // EOCSmithPerson.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/24. // Copyright © 2016年 zxy. All rights reserved. // #import "EOCPerson.h" @interface EOCSmithPerson : EOCPerson @end
HarrisLee/Utils
UniversalApp-master/MiAiApp/Define/ThirdMacros.h
<gh_stars>0 // // ThirdMacros.h // MiAiApp // // Created by 徐阳 on 2017/5/18. // Copyright © 2017年 徐阳. All rights reserved. // #ifndef ThirdMacros_h #define ThirdMacros_h #endif /* ThirdMacros_h */
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtBaseModel/KtBaseModel.h
// // KtBaseModel.h // KtTableView // // Created by bestswifter on 16/5/13. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> #import "KtBaseServerAPI.h" #import "KtBaseItem.h" @class KtBaseModel; /*! @brief 用于KtBaseModel回调的block定义 */ typedef void(^KtModelBlock)(KtBaseModel *...
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtExtension/UIView+KtExtension.h
<gh_stars>0 // // UIView+KtExtension.h // KtTableView // // Created by bestswifter on 16/4/13. // Copyright © 2016年 zxy. All rights reserved. // #import <UIKit/UIKit.h> @interface UIView (KtExtension) //frame accessors /*! @brief 初始坐标 */ @property (nonatomic, assign) CGPoint origin; /*! @brief View大小 */ @pro...
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtBaseModel/KtBaseListModel/KtBaseListItem.h
<filename>MySampleCode-master/KtTableView/KtTableView/KtBaseModel/KtBaseListModel/KtBaseListItem.h // // KtBaseListItem.h // KtTableView // // Created by bestswifter on 16/5/18. // Copyright © 2016年 zxy. All rights reserved. // #import "KtBaseItem.h" @interface KtBaseListItem : KtBaseItem //@property (nonatomic,...
HarrisLee/Utils
MySampleCode-master/Enum/Enum/OCEnum.h
// // OCEnum.m // Enum // // Created by 张星宇 on 16/1/12. // Copyright © 2016年 张星宇. All rights reserved. // #import <Foundation/Foundation.h> typedef NS_ENUM(NSInteger, MyEnum) { //以下是枚举成员 ValueA = 1, // 如果不写值,默认为1,这是枚举的原始值 ValueB, // 默认是ValueA的值加1 ValueC, // 默认是ValueB的值加1,以此类推 ValueD };
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/Enum.h
// // Enum.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/24. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> @interface Enum : NSObject @end
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/EOCPerson.h
<reponame>HarrisLee/Utils // // EOCPerson.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/24. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> // 引入这行代码会导致两个头文件互相引用 //#import "EOCEmployer.h" @class EOCEmployee; // 不要在头文件中使用 static,否则会变成全局变量,放在实现文件里面即可 static const int ANIM...
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/EOCEmployeeFinance.h
// // EOCEmployeeFinance.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/25. // Copyright © 2016年 zxy. All rights reserved. // #import "EOCEmployee.h" @interface EOCEmployeeFinance : EOCEmployee @end
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtBaseModel/KtBaseServerAPI.h
// // KtBaseServerAPI.h // KtTableView // // Created by bestswifter on 16/5/13. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> #import "AFNetworking.h" /*! @brief API访问的处理状态,IDPServerAPI.state */ typedef enum { KT_PROC_STAT_CREATED = 1, KT_PROC_STAT_LOADING, KT_P...
HarrisLee/Utils
MySampleCode-master/Effective OC/EffectiveObjectiveC/EffectiveObjectiveC/EOCEmployee.h
<reponame>HarrisLee/Utils // // EOCEmployee.h // EffectiveObjectiveC // // Created by 张星宇 on 16/3/24. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> #import "EOCPerson.h" typedef NS_ENUM(NSUInteger, EOCEmployeeType) { EOCEmployeeTypeDeveloper, EOCEmployeeTypeDesigner, ...
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtBaseModel/KtBaseListModel/KtRefreshTableViewController.h
// // KtRefreshTableViewController.h // KtTableView // // Created by bestswifter on 16/5/20. // Copyright © 2016年 zxy. All rights reserved. // #import "KtTableViewController.h" #import "KtBaseListModel.h" @interface KtRefreshTableViewController : KtTableViewController<KtBaseListModelProtocol> @property (nonatomi...
HarrisLee/Utils
MySampleCode-master/CocoaPodsDemo/BSStaticLibraryOne/BSStaticLibraryTwo/BSStaticLibraryTwo.h
// // BSStaticLibraryTwo.h // BSStaticLibraryTwo // // Created by 张星宇 on 2017/1/8. // Copyright © 2017年 bestswifter. All rights reserved. // #import <Foundation/Foundation.h> @interface BSStaticLibraryTwo : NSObject - (void)saySomething; @end
HarrisLee/Utils
MySampleCode-master/runtime/runtime/MethodForwardTest.h
<gh_stars>0 // // MyTest.h // runtime // // Created by 张星宇 on 16/1/2. // Copyright © 2016年 张星宇. All rights reserved. // #import <Foundation/Foundation.h> @interface MethodForwardTest : NSObject - (void)test; @end
HarrisLee/Utils
MySampleCode-master/KtTableView/KtTableView/KtMainTableViewCell.h
<filename>MySampleCode-master/KtTableView/KtTableView/KtMainTableViewCell.h // // KtMainTableViewCell.h // KtTableView // // Created by bestswifter on 16/4/13. // Copyright © 2016年 zxy. All rights reserved. // #import <UIKit/UIKit.h> #import "KtBaseTableViewCell.h" @interface KtMainTableViewCell : KtBaseTableView...
HarrisLee/Utils
MySampleCode-master/CornerRadius/CornerRadius/UIImage+ImageRoundedCorner.h
<filename>MySampleCode-master/CornerRadius/CornerRadius/UIImage+ImageRoundedCorner.h // // UIImage+ImageRoundedCorner.h // CornerRadius // // Created by 张星宇 on 16/3/3. // Copyright © 2016年 zxy. All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (ImageRoundedCorner) - (UIImage*)imageAddCornerWithR...
HarrisLee/Utils
MySampleCode-master/load/load/Other.h
// // Normal.h // load // // Created by 张星宇 on 16/2/1. // Copyright © 2016年 zxy. All rights reserved. // #import <Foundation/Foundation.h> @interface Other : NSObject + (void)printName; - (void)originalFunc; @end
Paperized/ChonkyNumber
src/ChonkyNumber.h
<reponame>Paperized/ChonkyNumber #pragma once #include <string> #include <vector> constexpr const char* IRREGULAR_OPERATION = "NaN"; //Check if the two ChonkyNumbers are not a number, if yes set the output as irregular and return #define RETURN_IF_NAN_OPERANDS(num1, num2, output) if(!num1.m_IsNumber || !num2.m_IsNum...
mcuhq/pic16f1829-bluetooth-example
mcc_generated_files/tmr4.h
/** TMR4 Generated Driver API Header File @Company Microchip Technology Inc. @File Name tmr4.h @Summary This is the generated header file for the TMR4 driver using MPLAB(c) Code Configurator @Description This header file provides APIs for TMR4. Generation Information : Product ...
mcuhq/pic16f1829-bluetooth-example
mcc_generated_files/tmr4.c
<reponame>mcuhq/pic16f1829-bluetooth-example /** TMR4 Generated Driver File @Company Microchip Technology Inc. @File Name tmr4.c @Summary This is the generated driver implementation file for the TMR4 driver using MPLAB(c) Code Configurator @Description This source file provides APIs for TM...
mcuhq/pic16f1829-bluetooth-example
mcc_generated_files/eusart.h
<gh_stars>0 /** EUSART Generated Driver API Header File @Company Microchip Technology Inc. @File Name eusart.h @Summary This is the generated header file for the EUSART driver using MPLAB(c) Code Configurator @Description This header file provides APIs for driver for EUSART. Generation...
mcuhq/pic16f1829-bluetooth-example
main.c
<filename>main.c<gh_stars>0 /** Generated Main Source File Company: Microchip Technology Inc. File Name: main.c Summary: This is the main file generated using MPLAB(c) Code Configurator Description: This header file provides implementations for driver APIs for all modules selected in the G...
mcuhq/pic16f1829-bluetooth-example
mcc_generated_files/eusart.c
/** EUSART Generated Driver File @Company Microchip Technology Inc. @File Name eusart.c @Summary This is the generated driver implementation file for the EUSART driver using MPLAB(c) Code Configurator @Description This header file provides implementations for driver APIs for EUSART. Ge...
mcuhq/pic16f1829-bluetooth-example
mcc_generated_files/interrupt_manager.c
/** Generated Interrupt Manager Source File @Company: Microchip Technology Inc. @File Name: interrupt_manager.c @Summary: This is the Interrupt Manager file generated using MPLAB(c) Code Configurator @Description: This header file provides implementations for global interrupt handling. ...
frankleafy/Leafy-Lantern-source-code
Source/Server/webserver/leafy.h
<gh_stars>0 String loadHomePage(); String loadGauge(); void getQueryString(); void getSettings(); void setSettings(String, String); void startAccesPoint(); void clearSettings(); void connectToWifi(); String load404(ESP32WebServer); String loadDashboard(); void getAndSetTime(); void startTimer(); void rotateplants(); S...