max_stars_repo_path
stringlengths
4
186
max_stars_repo_name
stringlengths
7
73
max_stars_count
float64
0
14.7k
id
stringlengths
5
7
text
stringlengths
10
753k
lang
stringclasses
1 value
Extensions/CoreGraphics/JPCoreGraphicsHeader.h
KeenTeam1990/JSPatch
4
1864875
// // JPCoreGraphicsHeader.h // JSPatchDemo // // Created by Albert438 on 15/7/3. // Copyright © 2015年 bang. All rights reserved. // #import <CoreGraphics/CoreGraphics.h> #import "JPCGGeometry.h" #import "JPCGTransform.h" #import "JPCGContext.h" #import "JPCGColor.h" #import "JPCGBitmapContext.h" #import "JPCGImag...
c
ios/versioned-react-native/ABI22_0_0/React/DevSupport/ABI22_0_0RCTInspectorDevServerHelper.h
iilab/expo
0
5526301
// Copyright 2004-present Facebook. All Rights Reserved. #import <Foundation/Foundation.h> #import <JavaScriptCore/JSBase.h> #import <ReactABI22_0_0/ABI22_0_0RCTDefines.h> #if ABI22_0_0RCT_DEV @interface ABI22_0_0RCTInspectorDevServerHelper : NSObject + (void)connectForContext:(JSGlobalContextRef)context ...
c
pkgs/libs/mesa/src/src/glut/dos/roman.c
manggoguy/parsec-modified
64
1260940
/* GENERATED FILE -- DO NOT MODIFY */ #include "internal.h" /* char: 0x20 */ static const GLUTStrokeChar ch32 = {104.7619f,0,NULL}; /* char: 0x21 */ static const GLUTStrokeVertex ch33st0[] = { {13.3819f,100.0000f}, {13.3819f,33.3333f} }; static const GLUTStrokeVertex ch33st1[] = { {13.3819f,9.5238f}, {8.6200f...
c
FactoryPattern/Example/SimpleFactory/Product/VeggiePizza.h
liuyongjiesail/DesignPatterns
0
7792626
// // VeggiePizza.h // DesignPatterns // // Created by 刘永杰 on 2018/12/19. // Copyright © 2018 刘永杰. All rights reserved. // #import "Pizza.h" NS_ASSUME_NONNULL_BEGIN @interface VeggiePizza : Pizza @end NS_ASSUME_NONNULL_END
c
day01/resources/ex05/header.h
mueslimak3r/interview_piscine
0
4273314
#ifndef HEADER_H # define HEADER_H /*-------------------------------- !! required structure --------------------------------*/ /*-------------------------------- :) function you must implement --------------------------------*/ // Tank struct s_elem { int energy; struct s_elem *next; }; struct s_st...
c
contrib/gdal/gbgetsymbol.c
jimmysoda/ogdi
1
4451454
/****************************************************************************** * $Id: gbgetsymbol.c,v 1.1 2001/05/04 03:13:35 warmerda Exp $ * * Project: GDAL Bridge * Purpose: Fetch a function pointer from a shared library / DLL. * Author: <NAME>, <EMAIL> * * Adapted from cplgetsymbol.cpp. * ***********...
c
1.52/decompiled_scripts/re_gang_intimidation.c
Seanghost117/GTA-V-Decompiled-Scripts
0
6530531
#region Local Var int iLocal_0 = 0; var uLocal_1 = 0; var uLocal_2 = 0; int iLocal_3 = 0; int iLocal_4 = 0; int iLocal_5 = 0; int iLocal_6 = 0; int iLocal_7 = 0; int iLocal_8 = 0; int iLocal_9 = 0; int iLocal_10 = 0; int iLocal_11 = 0; int iLocal_12 = 0; var uLocal_13 = 0; var uLocal_14 = 0; float fLoca...
c
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APSocialGTDBusiness.h
ceekay1991/AliPayForDebug
5
5605111
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by <NAME>. // #import <objc/NSObject.h> @interface APSocialGTDBusiness : NSObject { } + (id)allEntranceScheme:(id)arg1 entranceType:(unsigned long long)a...
c
Frameworks/TMXProfilingConnections.framework/Headers/TMXProfilingConnections.h
antony-ulyanov/yandex-checkout-payments-swift
3
5175165
/*! @header TMXProfilingConnections.h @author <NAME> @copyright 2020 ThreatMetrix. All rights reserved. ThreatMetrix Profiling Connections module for iOS. This header is the main framework header, and is required to make use of the TMXProfilingConnections with iOS SDK. */ #ifndef __TMXPROFILINGCONNECTIONS__ #...
c
plugins/probe/src/ExtractMesh.h
xge/megamol
49
3376532
/* * ExtractMesh.h * Copyright (C) 2019 by MegaMol Team * Alle Rechte vorbehalten. */ #pragma once #include "concave_hull.h" #include "mesh/MeshCalls.h" #include "mmcore/CalleeSlot.h" #include "mmcore/CallerSlot.h" #include "mmcore/Module.h" #include "mmcore/param/ParamSlot.h" #include "poisson.h" #include <cstdli...
c
External/Lagrangian/External/RXPreprocessing/RXInterpolation.h
ashfurrow/RXCollections
1
3220925
#ifndef RX_INTERPOLATION_INCLUDED #define RX_INTERPOLATION_INCLUDED #import <Foundation/Foundation.h> #import "RXFold.h" #import "_RXInterpolation.h" /** `rx_q(...)` Formats and concatenates its arguments as an NSString according to their types. For example, you can use this in places where you would have used +[NSS...
c
DeliriOS_64bits/bsp_code/console.c
Izikiel/intel_multicore
3
2184838
#include <console.h> //#include <command.h> #include <defines.h> #include <utils.h> #include <vargs.h> #include <asserts.h> #include <i386.h> //NOTA:ojo que como es puntero a short, incrementar el puntero corre solo sizeof(uint16_t) = 2 bytes static uint16_t* _outputMemoryPtr = (uint16_t*) VIDEO_MEMORY; //Indicador d...
c
bootstrap/src/entry.h
zenith-lang/zenith
0
3068130
#ifndef ZENITH_ENTRY_H #define ZENITH_ENTRY_H #define RUN_TYPE_PARSE_FAILURE -2 #define RUN_TYPE_UNKNOWN -1 #define RUN_TYPE_INTERPRET 0 #define RUN_TYPE_HELP 1 #define RUN_TYPE_VERSION 2 typedef struct { int run_type; const char *filename; } options_t; extern options_t options; int bootstrap_main(int argc,...
c
linux/drivers/char/ledman.c
CodeAsm/PS1Linux
4
527573
/****************************************************************************/ /* vi:set tabstop=4 cindent shiftwidth=4: * * ledman.c -- An LED manager, primarily, but not limited to Lineo devices * manages up to 32 seperate LED at once. * Copyright (C) Lineo, 2000. * * This driver curr...
c
lb/code/src/multiset.h
hsphcdm/swift-t
51
4971192
#ifndef __XLB_MULTISET_H #define __XLB_MULTISET_H #include <stdlib.h> #include "adlb-defs.h" #include "data_internal.h" /* Implement multiset data structure */ // Length of allocation chunk for multiset #define XLB_MULTISET_CHUNK_SIZE 1024 typedef struct xlb_multiset_chunk_s xlb_multiset_chunk; typedef struct...
c
code/NALib/src/NADateTime.h
Manderby/nalib
14
1273886
#ifndef NA_DATETIME_INCLUDED #define NA_DATETIME_INCLUDED #ifdef __cplusplus extern "C"{ #endif #include "NABase.h" #include "NAString.h" #include "NABuffer.h" #if NA_OS == NA_OS_WINDOWS #include "Windows.h" typedef TIME_ZONE_INFORMATION NATimeZone; #elif NA_OS == NA_OS_MAC_OS_X typedef struct timezone NATim...
c
mtp/legacy/MtpObjectInfo.h
scarlet-glass/android_bootable_recovery
1
6456191
/* * Copyright (C) 2010 The Android Open Source Project * * 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 applica...
c
Example/XMDataBase/XMModel.h
zhao765882596/XMDataBase
0
6566813
// // Model.h // SYDatabaseManager // // Created by 赵小明 on 2018/6/19. // Copyright © 2018年 ming-58. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <XMDataBase/XMDBTransformProtocol.h> @interface XMModelBasics : NSObject @property (assign, nonatomic) NSInteger integer; ...
c
ZHIBO/Home/NewListCell.h
DaMingShen/ZhiBoAPP
1
58532
// // NewListCell.h // ZHIBO // // Created by 万众科技 on 16/7/29. // Copyright © 2016年 WanZhong. All rights reserved. // #import <UIKit/UIKit.h> @class NewListModel; @interface NewListCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *starImg; @property (weak, nonatomic) IBOutlet UIButton...
c
samples/subsys/shell/shell_module/src/qsort.c
dmgerman/zephyrd3
0
1832347
DECL|CMP|macro|CMP DECL|CMP|macro|CMP DECL|MIN|macro|MIN DECL|cmp_t|typedef|typedef int cmp_t(const void *, const void *); DECL|cmp_t|typedef|typedef int cmp_t(void *, const void *, const void *); DECL|med3|function|med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk) DECL|qsort_r|function|void qsort_r(void *a, siz...
c
src/intel/genxml/genX_pack.h
thermasol/mesa3d
0
7985850
/* * Copyright © 2015 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, pub...
c
model/ezsigntemplate_get_list_v1_response.c
ezmaxinc/eZmax-SDK-c
0
3854725
#include <stdlib.h> #include <string.h> #include <stdio.h> #include "ezsigntemplate_get_list_v1_response.h" ezsigntemplate_get_list_v1_response_t *ezsigntemplate_get_list_v1_response_create( ezsigntemplate_get_list_v1_response_m_payload_t *m_payload, common_response_obj_debug_payload_get_list_t *obj_debug_pa...
c
System/Library/Frameworks/PhotosUI.framework/PUPhotosGridViewControllerPadSpec.h
zhangkn/iOS14Header
1
4804193
/* * This header is generated by classdump-dyld 1.0 * on Monday, September 28, 2020 at 5:54:53 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/PhotosUI.framewo...
c
libsrc/webserver/QtHttpServer.h
Bosken85/hyperion.ng
3
4657524
#ifndef QTHTTPSERVER_H #define QTHTTPSERVER_H #include <QObject> #include <QString> #include <QHash> #include <QTcpServer> #include <QTcpSocket> #include <QSslCertificate> #include <QSslKey> #include <QSslSocket> #include <QHostAddress> class QTcpSocket; class QTcpServer; class QtHttpRequest; class QtHttpReply; class...
c
xenon/src/xenon/core/filesystem.h
Neathan/Xenon
1
4842673
#pragma once #include <string> namespace xe { bool loadTextResource(const std::string& path, std::string& target); }
c
PrivateFrameworks/ClassKit/CLSActivity.h
phatblat/macOSPrivateFrameworks
17
4266663
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by <NAME>. // #import <ClassKit/CLSObject.h> #import "CLSRelationable.h" @class CLSActivityItem, NSArray, NSDate, NSString; @interface CLSActivity : CLSObject <CLSRelationable> { BOOL _paused; ...
c
content/public/browser/cache_storage_context.h
sarang-apps/darshan_browser
0
5098818
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_PUBLIC_BROWSER_CACHE_STORAGE_CONTEXT_H_ #define CONTENT_PUBLIC_BROWSER_CACHE_STORAGE_CONTEXT_H_ #include <vector> #include "base/callbac...
c
ThirdPartyLibraries/BoxSDK/BoxSDK/BoxLog.h
tmvipinster/vipinrep
0
6669836
// // BoxLog.h // BoxSDK // // Created on 2/21/13. // Copyright (c) 2013 Box. All rights reserved. // #ifndef BoxSDK_BoxLog_h #define BoxSDK_BoxLog_h #ifdef DEBUG #define BOXLogFunction() NSLog(@"%s", __FUNCTION__) #define BOXLog(...) NSLog(@"%s: %@", __FUNCTION__, [NSString stringWithFormat:__...
c
src/utils/string_value_utils.c
EnapsTer/MyOwnPrintf
1
4690568
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* string_value_utils.c :+: :+: :+: ...
c
main/PlantMonitorWifiManager.h
boons605/plant-monitor
0
6997495
/* * PlantMonitorWifiManager.h * * Created on: 25 Dec 2020 * Author: cdromke */ #ifndef MAIN_PLANTMONITORWIFIMANAGER_H_ #define MAIN_PLANTMONITORWIFIMANAGER_H_ #include <stdint.h> #include "PlantMonitorSettings.h" void InitWifiManager(PlantMonitorSettings* settings); uint8_t IsWifiConnected(void); void Con...
c
src/dfmuxstreamer.h
simonsobs/lyrebird
0
5086475
#include "datastreamer.h" #include <iostream> #include <string> #include <memory> #include <vector> #include <map> #include <G3Pipeline.h> #include <G3Module.h> #include <core/G3Reader.h> #include <dfmux/DfMuxBuilder.h> #include <dfmux/HardwareMap.h> #include <dfmux/Housekeeping.h> #include "json/json.h" #define N...
c
wangle/ssl/SSLContextManager.h
Yeolar/coral-wangle
2
2094281
/* * Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pragma once...
c
ios/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMRevokeDesktopClientArg.h
mihaistiuca/TokoJitsi
1
6448689
/// /// Copyright (c) 2016 Dropbox, Inc. All rights reserved. /// /// Auto-generated by Stone, do not modify. /// #import <Foundation/Foundation.h> #import "DBSerializableProtocol.h" #import "DBTEAMDeviceSessionArg.h" @class DBTEAMRevokeDesktopClientArg; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// /// T...
c
minecraft/minecraft/src/engine/terrain/biome/mega_taiga/mega_taiga.h
llGuy/gamedev
0
5278808
#ifndef MEGA_TAIGA_HEADER #define MEGA_TAIGA_HEADER #include <stdint.h> #include <iostream> #include <ctime> namespace minecraft { namespace biome { struct MTaigaData { const int32_t OFFSET = 35; const int32_t MAX_HEIGHT = 13; const float DIRT_LEVEL = 0.8f; const float STONE_LEVEL = 0.3f; const f...
c
Android Kernel/net/core/flow_dissector.c
asystemsguy/EnergyMAC
15
8129645
#include <linux/skbuff.h> #include <linux/export.h> #include <linux/ip.h> #include <linux/ipv6.h> #include <linux/if_vlan.h> #include <net/ip.h> #include <linux/if_tunnel.h> #include <linux/if_pppox.h> #include <linux/ppp_defs.h> #include <net/flow_keys.h> /* copy saddr & daddr, possibly using 64bit load/store * Equi...
c
src/ut/ut_str_tag.h
jiyucho9145/ManagedClassLib
0
2926809
struct ut_str_tag { bf_char_buffer *buf; };
c
TrackMe/StatistiqueHomeViewController.h
ATAcademic/TrackMeForiOS
0
7837351
// // StatistiqueHomeViewController.h // TrackMe // // Created by <NAME> on 3/26/15. // Copyright (c) 2015 ESPRIT. All rights reserved. // #import <UIKit/UIKit.h> @interface StatistiqueHomeViewController : UITabBarController @property (weak, nonatomic) IBOutlet UIBarButtonItem *barButton; @end
c
Source/UESVON/Public/SVONLink.h
oliviergaertner/uesvon
0
5990106
#pragma once #include "CoreMinimal.h" struct UESVON_API SVONLink { unsigned int myLayerIndex:4; unsigned int myNodeIndex:22; unsigned int mySubnodeIndex:6; SVONLink() : myLayerIndex(15), myNodeIndex(0), mySubnodeIndex(0) {} SVONLink(uint8 aLayer, uint_fast32_t aNodeIndex, uint8 aSubNodeIndex) : myLaye...
c
fft_serial.c
qixuxiang/simple-fft-openmp
2
6646275
#include <stdlib.h> #include <stdio.h> #include <math.h> #include <complex.h> int main(int argc, char const *argv[]) { printf(" ********************************* \n"); printf(" *** FFT - serial implentation *** \n"); printf(" ********************************* \n"); printf(" *** T.Cejrowski 21.11.2016 *** ...
c
src/afb-msg-json.c
tonyho/app-framework-binder
1
2161189
/* * Copyright (C) 2016 "IoT.bzh" * Author: <NAME> <<EMAIL>> * * 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 ...
c
PaynetEasyTransfer/TransferAPI/MerchantAPI.h
payneteasy/PaynetEasyTransfer
3
5037027
// // PaynetEasyTransferAPI.h // PaynetEasyTransfer // // Created by <NAME> on 29/03/17. // Copyright © 2017 payneteasy. All rights reserved. // #import "BaseTransferAPI.h" #import "SessionProtocol.h" #import "TransactionProtocol.h" #import "ConsumerProtocol.h" #import "CardProtocol.h" @interface MerchantAPI : B...
c
Chrono Stasis Engine/Engine/src/Modules/Containers/Components/ComponentLight.h
ChronoByte/Chrono-Stasis-Engine
3
2823586
#pragma once #include "csComponent.h" #include "csGlobals.h" #include "MathGeoLib/include/Math/float3.h" class ComponentCamera; enum class LightType { L_DIRECTIONAL = 0, L_POINT, L_SPOT }; class ComponentLight : public Component { public: ComponentLight(GameObject* parent); ~ComponentLight(); void Update(...
c
misc.c
pholme/tsir
19
1081861
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // code for temporal network SIR by <NAME> (2018/2020) // miscellaneous routines for tsir #include "tsir.h" extern GLOBALS g; extern NODE *n; // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // giving exponentia...
c
netbsd/sys/dev/ic/apcdmareg.h
shisa/kame-shisa
1
6628999
/* $NetBSD: apcdmareg.h,v 1.3 2002/03/12 04:48:28 uwe Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by <NAME>. * * Redistribution and use in source and binary forms, with or without * modi...
c
sumo/src/netedit/GNEChange_Crossing.h
iltempe/osmosi
0
464616
/****************************************************************************/ /// @file GNEChange_Crossing.h /// @author <NAME> /// @date Oct 2016 /// @version $Id$ /// // A network change in which a single crossing is created or deleted /*************************************************************************...
c
SerialMemoryInterface/MemFile/Headers/ParserBase.h
humanHardDrive/SerialMemoryInterface
0
2035945
#pragma once #include <cstdint> #include <cstring> #include <exception> #include <fstream> #include <vector> #include "MemFile.h" class ParserBase { public: virtual void load(std::ifstream& file, uint8_t* pFile) = 0; protected: uint8_t hexToDec(char c); }; class NoParserException : public std::exception { public...
c
IbPrint/stl_sa.c
intel/opa-fm
4
2751031
/* BEGIN_ICS_COPYRIGHT7 **************************************** Copyright (c) 2015-2020, Intel Corporation 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 copyrig...
c
src/FbgemmI8Depthwise2DAvx2-inl.h
wfanzju/FBGEMM
0
1240886
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "./FbgemmI8DepthwiseAvx2-inl.h" #include "./GenerateI8Depthwise.h" #include "./M...
c
EaseIM/EaseIM/Class/Conversation/EMConversationUserDataModel.h
jinliang04551/chat-ios
16
7201996
// // EMConversationUserDataModel.h // EaseIM // // Created by 娜塔莎 on 2020/12/6. // Copyright © 2020 娜塔莎. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface EMConversationUserDataModel : NSObject <EaseUserDelegate> @property (nonatomic, copy, readonly) NSString *easeId;...
c
Heap/heap.c
mrbarrientosg/Heap
0
5011962
/** MIT License Copyright (c) 2018 <NAME>. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publis...
c
src/SocketEndpoint.h
woegster/libESRI
0
2940261
#pragma once #include "networkCommon.h" namespace toni { class SocketEndpoint { public: SocketEndpoint(); void Set(const sockaddr_in& inv4); void Set(const uint32_t inv4, uint16_t port); void Set(const sockaddr_in6& inv6); void Set(const in6_addr& inv6, uint16_t port); sockaddr_in6 const ...
c
iHouseRemote/iHouseRemote/SettingsViewController.h
voelkerb/iHouse
0
541641
// // SettingsViewController.h // iHouseRemote // // Created by <NAME> on 06/06/16. // Copyright © 2016 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> #import "Settings.h" @interface SettingsViewController : UIViewController<UITextFieldDelegate> { CATransition *transition; } @property Settings *set...
c
Plugins/Pixel2D/Source/Pixel2DEditor/Private/Pixel2DAnimBlueprintEditor.h
UnderGround-orchestra-band/SuperRogue
1
7810373
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "BlueprintEditor.h" #include "Pixel2DAnimNotifyEditor.h" struct FPixel2DAnimBlueprintEditorModes { // Mode constants static const FName AnimationBlueprintEditorMode; static FText GetLocalizedMode(const FNa...
c
game/src/nemu-pal/include/sound.h
i-want-to-eat-flying-fish/git-tutorial
0
4236236
/* -*- mode: c; tab-width: 4; c-basic-offset: 3; c-file-style: "linux" -*- */ // // Copyright (c) 2009, <NAME> <<EMAIL>>. // All rights reserved. // // This file is part of SDLPAL. // // SDLPAL is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published b...
c
src/os/windows/windows.h
TsunagariEngine/Tsunagari
1
4418698
#ifndef SRC_OS_WINDOWS_WINDOWS_H_ #define SRC_OS_WINDOWS_WINDOWS_H_ #include "util/compiler.h" #include "util/string-view.h" /* Visual C++ ignorantly assumes that all programs will use either a console OR * a window. Our program needs a window and an optional console. When Tsunagari * is run from the command line, ...
c
ios/versioned-react-native/ABI34_0_0/EXAdsFacebook/ABI34_0_0EXAdsFacebook/ABI34_0_0EXBannerViewManager.h
rudylee/expo
2
8039366
#import <ABI34_0_0UMCore/ABI34_0_0UMViewManager.h> @interface ABI34_0_0EXBannerViewManager : ABI34_0_0UMViewManager @end
c
main/include/user_esp32_uart.h
1998CN/Smart_Farm
0
878736
/** ***************************************************************************** * @file : user_esp32_uart.h * @brief : ESP32 UART Application * @author : <NAME> * @date : 28-Oct-2021 * @version : 1.0.0 ***************************************************************************** */ #ifndef USER_ESP3...
c
drivers/gpu/host1x/cdma.c
jainsakshi2395/linux
44
3642961
// SPDX-License-Identifier: GPL-2.0-only /* * Tegra host1x Command DMA * * Copyright (c) 2010-2013, NVIDIA Corporation. */ #include <asm/cacheflush.h> #include <linux/device.h> #include <linux/dma-mapping.h> #include <linux/host1x.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/kfifo.h> ...
c
src/dpdk/drivers/net/octeontx/base/octeontx_pkivf.h
ajitkhaparde/trex-core
956
8297682
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2017 Cavium, Inc */ #ifndef __OCTEONTX_PKI_H__ #define __OCTEONTX_PKI_H__ #include <stdint.h> #include <octeontx_mbox.h> #define OCTEONTX_PKI_COPROC 5 /* PKI messages */ #define MBOX_PKI_PORT_OPEN 1 #define MBOX_PKI_PORT_START 2 #de...
c
Felix/view_state_concordance.h
ultimatezen/felix
0
7545131
#pragma once #include "view_state.h" #include "record.h" #include "TranslationMemory.h" class ViewStateConcordance : public ViewState { public: typedef mem_engine::record_pointer record_pointer ; typedef mem_engine::memory_pointer memory_pointer ; mem_engine::felix_query *m_search_matches ; bool m_should_scroll...
c
src/frr/pbrd/pbr_zebra.c
zhouhaifeng/vpe
0
1493713
/* * Zebra connect code. * Copyright (C) 2018 Cumulus Networks, Inc. * <NAME> * * FRR is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2, or (at your option) any * later ver...
c
tools/testlocale.c
christianb93/ctOS
19
7315852
/* * testlocale.c * */ #include <locale.h> #include <stdio.h> #include <langinfo.h> int main() { int i; struct lconv* current_conv; printf("LC_ALL: %d\n", LC_ALL); printf("LC_TIME: %d\n", LC_TIME); printf("LC_NUMERIC: %d\n", LC_NUMERIC); printf("LC_MONETARY: %d\n", LC_MONETARY); printf...
c
src/aftereffects/MOX_SuiteHandler.h
MOXfiles/AdobeMOX
8
4834694
// // MOX_SuiteHandler // by <NAME> <<EMAIL>> // // A multi-version SuiteHandler. Ripped off the Adobe SDK verison. // #ifndef _MOX_SUITEHANDLER_H_ #define _MOX_SUITEHANDLER_H_ #include <AE_GeneralPlug.h> #include <AE_EffectSuites.h> #include <AE_AdvEffectSuites.h> #include <AE_EffectCBSuites.h> #include <AE_Channe...
c
resolver.c
xemul/cylang
2
3589648
#include "cy.h" #define CY_CMD_HASH_BITS 5 #define CY_CMD_HASH_SIZE (1 << CY_CMD_HASH_BITS) #define CY_CMD_HASH_MASK (CY_CMD_HASH_SIZE - 1) static struct cy_command *cmd_hash[CY_CMD_HASH_SIZE]; static struct cy_command *cmd_list, **last = &cmd_list; static unsigned int strhash(const char *val) { unsigned int ret = ...
c
quickassist/include/dc/cpa_dc_bp.h
fionatrahe/qatlib
15
1887403
/**************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2007-2021 Intel Corporation. All rights reserved....
c
src/solar_system_data.h
jacwah/solarsim
0
7695877
#include "body.h" Body g_solar_system[] = { { .position = { .x = 4.5356e8, .y = 6.9903e8 }, .velocity = { .x = -6.5789e0, .y = 1.1177e1 }, .mass = 1.9885e30, .name = "Sol" }, { .position = { .x = -5.2726e10, .y = -3.7468e10 }, .velocity = { .x = 1.8415e4, .y = -3.7402e4 }, .mass = 3.302e23, .name = "...
c
bootloader_stm32f446xx/src/bootloader.c
RafaelLaya/stm32f446xx_bootloader
1
8186262
/* * bootloader.c * * Created on: Sep 17, 2020 * Author: rafael */ #include "bootloader.h" static uint8_t BL_RxBuffer[BL_RX_BUFFER_SIZE]; static uint8_t BL_TxBuffer[BL_TX_BUFFER_SIZE]; CRC_HandleTypeDef BL_CrcHandle; UART_HandleTypeDef BL_UartHandle; /** * @brief Forces the length to be an 8-bit numbe...
c
QuestEngine/Using/API.h
paulburgess1357/Quest
1
1523775
#pragma once #include "QuestEngine/API/OpenGL/ModelLoaderAPI.h" #include "QuestEngine/API/OpenGL/ShaderLoaderAPI.h" #include "QuestEngine/API/OpenGL/TextureLoaderAPI.h" namespace QuestEngine::API { using ModelLoaderAPI = OpenGL::ModelLoaderAPI; using ShaderLoaderAPI = OpenGL::ShaderLoaderAPI; using TextureLoaderAPI...
c
src/backend_sass.h
lightbits/fast-csg
12
1787820
#if defined(COMPUTE_CAPABILITY_3_X) // Kepler #error "Target devices of compute capability 3.x are not supported by the SASS backend." #elif defined(COMPUTE_CAPABILITY_5_X) || defined(COMPUTE_CAPABILITY_6_X) // Maxwell, Pascal (e.g. GTX 1080, Titan X) #include "sass_6_x/backend.h" #elif defined(COMPUTE_CAPABILITY_7_X...
c
clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-operator-in-strlen-in-alloc.c
medismailben/llvm-project
2,338
4826456
// RUN: %check_clang_tidy %s bugprone-misplaced-operator-in-strlen-in-alloc %t typedef __typeof(sizeof(int)) size_t; void *malloc(size_t); void *alloca(size_t); void *calloc(size_t, size_t); void *realloc(void *, size_t); size_t strlen(const char *); size_t strnlen(const char *, size_t); size_t strnlen_s(const char *...
c
Relax/classes/news/model/CLNewsModel.h
Darren-chenchen/relex
0
6972212
// // CLNewsModel.h // Relax // // Created by Darren on 15/12/8. // Copyright © 2015年 darren. All rights reserved. // #import <Foundation/Foundation.h> @interface CLNewsModel : NSObject @property (nonatomic,assign) int comment_num; @property (nonatomic,copy) NSString *imgsrc; @property (nonatomic,copy) NSStrin...
c
alib/inc/a_except.h
moissinac/csvfix
4
6059784
//--------------------------------------------------------------------------- // a_except.h // // various alib exception handling stuff // // Copyright (C) 2008 <NAME> //--------------------------------------------------------------------------- #ifndef INC_A_EXCEPT_H #define INC_A_EXCEPT_H #include "a_base.h" #inclu...
c
client/Android/android_jni_callback.h
XiaopengZHOU/FreeRDP
262
3886413
/** * FreeRDP: A Remote Desktop Protocol Implementation * Android JNI Callback Helpers * * Copyright 2010-2012 <NAME> <<EMAIL>> * Copyright 2011-2013 Thincast Technologies GmbH, Author: <NAME> * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not...
c
code/2758.c
Tarpelite/OJ_research
0
6147948
#include<stdio.h> int isPrime(int t) { int x=1; for(int i=2;i<t;i++) if(t%i==0) x=0; return x; } int main() { int n; scanf("%d",&n); for(int i=n+1;;i++) { if(isPrime(i)) { printf("%d",i); return 0;} } }
c
d/shadow/juran/city/lab.c
Dbevan/SunderingShadows
13
8410094
#include <std.h> #include "../juran.h" inherit "/std/lab"; void create(){ object ob; ::create(); set_property("indoors",1); set_property("light",-2); // set_property("no teleport", 1); //removed by Circe 6/18/08 after discussions with others set_short("%^BOLD%^%^BLACK%^Juran Mage Guild's Public l...
c
ios/Module/Home/Model/StockDetailModel.h
lovecrossyou/Puzzle
0
6840257
// // StockDetailModel.h // Puzzle // // Created by huipay on 2016/8/30. // Copyright © 2016年 HuiBei. All rights reserved. // #import <Foundation/Foundation.h> #import "GameModel.h" @interface StockDetailModel : NSObject //comesTime = "2016-08-29 16:00:00"; //gameEndTime = "2016-08-29 09:00:00"; //gameStartTime = ...
c
sptk/bin/delta/delta.c
batikim09/world-class
0
103201
/* ----------------------------------------------------------------- */ /* The Speech Signal Processing Toolkit (SPTK) */ /* developed by SPTK Working Group */ /* http://sp-tk.sourceforge.net/ */ /* -----------------------------...
c
gporca/libgpos/include/gpos/error/CLogger.h
Tanmoy248/gpdb
0
8334844
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2010 Greenplum, Inc. // // @filename: // CLogger.h // // @doc: // Partial implementation of interface class for logging //--------------------------------------------------------------------------- #if...
c
PrivateFrameworks/CPAnalytics/CPAnalyticsConditional.h
phatblat/macOSPrivateFrameworks
17
3241551
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by <NAME>. // #import "NSObject.h" @class NSPredicate, NSString; @interface CPAnalyticsConditional : NSObject { NSString *_property; NSPredicate *_predicate; } @property(readonly, nonatomic)...
c
src/include/port/win32_msvc/sys/file.h
wapache-org/greenplum-gpdb
9,778
666764
/* src/include/port/win32_msvc/sys/file.h */
c
CPP-SFMLTemplate/game/src/header/Utils.h
uon-projects/Fishy-Waters
3
36718
#pragma once enum screen : int { splash = 0, menu = 1, how_to_play = 2, choose_lvl = 3, game = 4, end_screen = 5 }; class Utils { };
c
Estrutura de dados/estrutura de dados- lista 1/l1e3.c
JoaoSerezuelo/Estrutura_de_dados
1
2043168
#include <stdio.h> #include <stdlib.h> /*Crie uma função recursiva que receba um número inteiro positivo N e calcule o somatório dos números de 1 a N.*/ int soma(int n){ if(n==1) return 1; else{ return n+soma(n-1); } } /*somei todos os numeros de 1 até n, comecando pelo n e chamndo no...
c
src/decoder.h
leroythelegend/pcars_nn
0
5977653
#ifndef PCARS_DECODER_H_ #define PCARS_DECODER_H_ #include "consts.h" namespace pcars { /// /// Abstract Decodes Project Cars Data /// class Decoder { public: virtual ~Decoder() noexcept = default; /// Decodes PCars Data at position in Data /// \param PCars_Data: /// \param[in/out] Position: Position ...
c
PrivateFrameworks/ActionKit/NMSSHChannel.h
phatblat/macOSPrivateFrameworks
17
688798
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by <NAME>. // #import "NSObject.h" @class NMSSHSession, NSData, NSDictionary, NSObject<OS_dispatch_source>; @interface NMSSHChannel : NSObject { BOOL _requestPty; NMSSHSession *_session; ...
c
v2015_for_windows/helpers.h
sea-kg/homemoney
0
2366898
//--------------------------------------------------------------------------- #ifndef helpersH #define helpersH #include <vcl.h> //--------------------------------------------------------------------------- struct exlSheet { int Number; UnicodeString Name; }; struct exlClass { UnicodeString Class; UnicodeString ...
c
unsorted_include_todo/JUTCacheFont.h
projectPiki/pikmin2
33
1264706
#ifndef _JUTCACHEFONT_H #define _JUTCACHEFONT_H /* __vt__12JUTCacheFont: .4byte 0 .4byte 0 .4byte __dt__12JUTCacheFontFv .4byte setGX__10JUTResFontFv .4byte setGX__10JUTResFontFQ28JUtility6TColorQ28JUtility6TColor .4byte drawChar_scale__10JUTResFontFffffib .4byte getLeading__10JUTResFon...
c
UDP_TransferNT/include/Serializer.h
CJBuchel/UDP_TransferNT
0
1768628
#ifndef SERIALIZER_H #define SERIALIZER_H #include "nt_headers.h" #include "Datapacket.h" namespace UDP_TransferNT { class Serializer { public: /** * Serial cycler. Serialize data type arrays [T] into byte stream [V] */ template <typename T, typename V> static T *serialCycler(T *singleDT, V *data, boo...
c
src/programs/reduction/reduction_kernel.h
Robyroc/BAT
7
5175268
#ifndef REDUCTION_KERNEL_H_ #define REDUCTION_KERNEL_H_ #include <cuda.h> // The following class is a workaround for using dynamically sized // shared memory in templated code. Without this workaround, the // compiler would generate two shared memory arrays (one for SP // and one for DP) of the same name and would ge...
c
mame/src/mame/includes/madmotor.h
clobber/MAME-OS-X
15
1794182
/************************************************************************* Mad Motor *************************************************************************/ class madmotor_state : public driver_device { public: madmotor_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device...
c
src/preferences/time/TimeZoneListItem.h
Kirishikesan/haiku
1,338
7623342
/* * Copyright 2010, Haiku Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * <NAME> <<EMAIL>> */ #ifndef _TIME_ZONE_LIST_ITEM_H #define _TIME_ZONE_LIST_ITEM_H #include <StringItem.h> class BBitmap; class BCountry; class BTimeZone; class TimeZoneListItem : public BSt...
c
lib/finiteElemente/finiteElemente.h
Miedema/MCNetwork
0
2208472
// TODO: update voltages and not replace whole system #ifndef FINITE_ELEMENTE_H #define FINITE_ELEMENTE_H #include <cmath> #include <fstream> #include <iostream> #include <numeric> #include <vector> #include "mfem.hpp" #define PI 3.14159265 using namespace mfem; /*! Class to solve laplace equation. Parent cla...
c
MyCamera/Utils/UIImage+Common.h
WSGNSLog/MyCamera
3
513062
// // UIImage+Common.h // BabyDaily // // Created by 宣佚 on 15/4/26. // Copyright (c) 2015年 Andon Health Co,.Ltd;. All rights reserved. // #import <UIKit/UIKit.h> #import <AssetsLibrary/AssetsLibrary.h> @interface UIImage (Common) +(UIImage *)imageWithColor:(UIColor *)aColor; +(UIImage *)imageWithColor:(UIColor *...
c
src/ivy_bridge/interrupt.h
Matt8898/lil
26
7279859
#pragma once #include "../intel.h" void lil_ivb_enable_display_interrupt (LilGpu* gpu, uint32_t enable_mask); void lil_ivb_process_display_interrupt (LilGpu* gpu);
c
talk/third_party/mediastreamer/mswrite.c
udit043/libjingle
5
7441235
/* The mediastreamer library aims at providing modular media processing and I/O for linphone, but also for any telephony application. Copyright (C) 2001 <NAME> <EMAIL> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Licens...
c
PrivateFrameworks/Safari/VisualScrubberItemView.h
phatblat/macOSPrivateFrameworks
17
6913449
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by <NAME>. // #import "NSScrubberItemView.h" @class NSLayoutConstraint, NSString, NSView, _VisualScrubberItemViewAccessibilityWrapper; __attribute__((visibility("hidden"))) @interface VisualScrubberI...
c
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/FollowAccountInfoVO.h
ceekay1991/AliPayForDebug
5
3322031
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by <NAME>. // #import "APPBGeneratedMessage.h" #import "GeneratedMessageProtocol-Protocol.h" @class NSString, OperatePropertiesVO; @interface FollowAcco...
c
LEDMSSDK.framework/PrivateHeaders/LDMDefines.h
niuhongwei/NHWLYFrameWork
0
7115551
// // LDMDefines.h // DeviceManagement // // Created by 王为 on 03/12/2016. // Copyright © 2016 weiqi. All rights reserved. // #import <Foundation/Foundation.h> extern NSString *LDMSTR_ERROR_DOMAIN; // = @"LDMS error domain"; extern NSString *LDMSTR_ERROR_LOGIN_CHECKDEVICEAUTH; // = @"LDMS error login che...
c
crypto_dh/hecfp128bk/v02/w8s01glv4/constants.h
iadgov/simon-speck-supercop
21
5545621
#define CONSTANTS static const unsigned char cn[16*1+16*2+16*4+24*4+8*4+32*2] = { \ 0x67, 0x61, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00...
c
src/tarantool_msgpack.c
rybakit/tarantool-php
0
6594204
#include <zend.h> #include <zend_API.h> #include "php_tarantool.h" #include "tarantool_msgpack.h" #include "third_party/msgpuck.h" #ifndef HASH_KEY_NON_EXISTENT #define HASH_KEY_NON_EXISTENT HASH_KEY_NON_EXISTANT #endif /* HASH_KEY_NON_EXISTENT */ #ifndef TRHOW_EXC #define THROW_EXC(...) zend_throw_exce...
c
include/arch/arm/aarch32/arch.h
jmbrederveld/zephyr
27
7521743
/* * Copyright (c) 2013-2014 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief ARM AArch32 specific kernel interface header * * This header contains the ARM AArch32 specific kernel interface. It is * included by the kernel interface architecture-abstraction header * (i...
c