repo_name
stringlengths
5
122
path
stringlengths
3
232
text
stringlengths
6
1.05M
agnusfeec/buildFV
descriptor.h
#ifndef DESCRIPTOR_H #define DESCRIPTOR_H class descriptor { public: descriptor(); }; #endif // DESCRIPTOR_H
ML-PA-Consulting-GmbH/NanoCBOR
tests/automated/test_decoder.c
/* * SPDX-License-Identifier: CC0-1.0 */ #include "test.h" #include "nanocbor/nanocbor.h" #include <CUnit/CUnit.h> static void test_decode_indefinite(void) { /* Test vector, 3 integers in an indefinite array */ static const uint8_t indefinite[] = { 0x9f, 0x01, 0x02, 0x03, 0xff }; nanocbor_v...
y-sira/overlayweaver
native/ipmulticast/common.h
<reponame>y-sira/overlayweaver<filename>native/ipmulticast/common.h /* * Copyright 2006 National Institute of Advanced Industrial Science * and Technology (AIST), and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
y-sira/overlayweaver
native/ipmulticast/test.c
/* * Copyright 2006 National Institute of Advanced Industrial Science * and Technology (AIST), and contributors. * * 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.apa...
y-sira/overlayweaver
native/ipmulticast/inet.c
/* * The mrouted program is covered by the license in the accompanying file * named "LICENSE.mrouted". Use of the mrouted program represents acceptance of * the terms and conditions listed in that file. * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. * ...
y-sira/overlayweaver
native/ipmulticast/igmp.c
<filename>native/ipmulticast/igmp.c /* * Copyright 2006 National Institute of Advanced Industrial Science * and Technology (AIST), and contributors. * * 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...
y-sira/overlayweaver
native/ipmulticast/kern.c
/* * Copyright (c) 1998-2001 * University of Southern California/Information Sciences Institute. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must ...
y-sira/overlayweaver
native/ipmulticast/vif.c
<gh_stars>10-100 /* * This file has been derived from pimd-2.1.0-alpha29.17. * The pimd program is covered by the license in the accompanying file * named "LICENSE.pimd-2.1.0-alpha29.17". * * Part of the pimd program has been derived from mrouted. * The mrouted program is covered by the license in the accompanyin...
y-sira/overlayweaver
native/ipmulticast/glue.c
<filename>native/ipmulticast/glue.c /* * Copyright 2006,2008 National Institute of Advanced Industrial Science * and Technology (AIST), and contributors. * * 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 o...
y-sira/overlayweaver
native/ipmulticast/config.c
<reponame>y-sira/overlayweaver /* * This file has been derived from pimd-2.1.0-alpha29.17. * The pimd program is covered by the license in the accompanying file * named "LICENSE.pimd-2.1.0-alpha29.17". * * Part of the pimd program has been derived from mrouted. * The mrouted program is covered by the license in t...
y-sira/overlayweaver
native/ipmulticast/dgram.c
/* * Copyright 2006 National Institute of Advanced Industrial Science * and Technology (AIST), and contributors. * * 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.apa...
FelixLinBH/IUpgrade
IUpgrade/Classes/UIResponder+IUpgrade.h
// // UIResponder+IUpgrade.h // Pods // // Created by LBH on 2016/8/8. // // #import <UIKit/UIKit.h> @interface UIResponder (IUpgrade) @end
FelixLinBH/IUpgrade
Example/IUpgrade/IUpgradeViewController.h
// // IUpgradeViewController.h // IUpgrade // // Created by felix.lin on 07/31/2016. // Copyright (c) 2016 felix.lin. All rights reserved. // @import UIKit; @interface IUpgradeViewController : UIViewController @end
FelixLinBH/IUpgrade
IUpgrade/Classes/IUpgrade.h
<reponame>FelixLinBH/IUpgrade // // IUpgrade.h // Pods // // Created by LBH on 2016/8/1. // // #import <Foundation/Foundation.h> typedef NS_ENUM(NSUInteger, IUpgradeAlertType) { IUpgradeDefault, IUpgradeForec, IUpgradeSkip }; @interface IUpgrade : NSObject @property (nonatomic) NSString *plistUrlString...
FelixLinBH/IUpgrade
Example/IUpgrade/IUpgradeAppDelegate.h
// // IUpgradeAppDelegate.h // IUpgrade // // Created by felix.lin on 07/31/2016. // Copyright (c) 2016 felix.lin. All rights reserved. // @import UIKit; @interface IUpgradeAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
danieljfarrell/EFLaceView
EFLaceView.h
// // EFLaceView.h // EFLaceView // // Created by MacBook Pro ef on 01/08/06. // Copyright 2006 <NAME>. All rights reserved. // Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // // - Redistributions of source code must r...
danieljfarrell/EFLaceView
EFView.h
// // EFView.h // EFLaceView // // Created by MacBook Pro ef on 25/07/06. // Copyright 2006 <NAME>. All rights reserved. // Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // // - Redistributions of source code must retai...
coral-labs/plugins
packages/camera/camera/ios/Classes/FLTSavePhotoDelegate.h
<filename>packages/camera/camera/ios/Classes/FLTSavePhotoDelegate.h // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @import AVFoundation; @import Foundation; @import Flutter; #import "FLTThreadSafeFlutt...
coral-labs/plugins
packages/camera/camera_windows/windows/capture_device_info.h
// Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAPTURE_DEVICE_INFO_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAPTURE_DEVICE_INFO_H_ #include <stri...
coral-labs/plugins
packages/camera/camera/ios/Classes/QueueHelper.h
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface QueueHelper : NSObject + (void)ensureToRunOnMainQueue:(void (^)(void))block; @end N...
coral-labs/plugins
packages/file_selector/file_selector_windows/windows/file_dialog_controller.h
// Copyright 2013 The Flutter 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 PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_FILE_DIALOG_CONTROLLER_H_ #define PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_FILE_DIA...
coral-labs/plugins
packages/camera/camera/ios/Classes/FLTThreadSafeEventChannel.h
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Flutter/Flutter.h> NS_ASSUME_NONNULL_BEGIN /** * A thread safe wrapper for FlutterEventChannel that can be called from any thread, by dispatchi...
coral-labs/plugins
packages/camera/camera/ios/Classes/FLTThreadSafeFlutterResult.h
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Flutter/Flutter.h> /** * A thread safe wrapper for FlutterResult that can be called from any thread, by dispatching its * underlying engine cal...
coral-labs/plugins
packages/in_app_purchase/in_app_purchase_storekit/ios/Classes/FIAObjectTranslator.h
<gh_stars>1000+ // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Foundation/Foundation.h> #import <StoreKit/StoreKit.h> NS_ASSUME_NONNULL_BEGIN @interface FIAObjectTranslator : NSObject // Con...
coral-labs/plugins
packages/camera/camera/example/ios/RunnerTests/MockFLTThreadSafeFlutterResult.h
// Copyright 2013 The Flutter 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 MockFLTThreadSafeFlutterResult_h #define MockFLTThreadSafeFlutterResult_h /** * Extends FLTThreadSafeFlutterResult to give tests the ability to w...
coral-labs/plugins
packages/camera/camera/ios/Classes/FLTThreadSafeMethodChannel.h
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Flutter/Flutter.h> NS_ASSUME_NONNULL_BEGIN /** * A thread safe wrapper for FlutterMethodChannel that can be called from any thread, by dispatch...
coral-labs/plugins
packages/camera/camera_windows/windows/preview_handler.h
<gh_stars>1-10 // Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_PREVIEW_HANDLER_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_PREVIEW_HANDLER_H_ #includ...
coral-labs/plugins
packages/camera/camera_windows/windows/capture_controller.h
<gh_stars>1-10 // Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAPTURE_CONTROLLER_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAPTURE_CONTROLLER_H_ #...
coral-labs/plugins
packages/camera/camera_windows/windows/string_utils.h
// Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_STRING_UTILS_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_STRING_UTILS_H_ #include <shobjidl.h> #incl...
coral-labs/plugins
packages/webview_flutter/webview_flutter_wkwebview/ios/Classes/FlutterWebView_Test.h
<gh_stars>1-10 // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This header is available in the Test module. Import via "@import webview_flutter_wkwebview.Test;" #import <webview_flutter_wkwebview/Flu...
coral-labs/plugins
packages/camera/camera_windows/windows/capture_controller_listener.h
// Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAPTURE_CONTROLLER_LISTENER_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAPTURE_CONTROLLER_LISTENER_H_...
coral-labs/plugins
packages/camera/camera_windows/windows/test/mocks.h
<filename>packages/camera/camera_windows/windows/test/mocks.h // Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_TEST_MOCKS_H_ #define PACKAGES_CAMERA_CAMERA_W...
coral-labs/plugins
packages/camera/camera/ios/Classes/FLTSavePhotoDelegate_Test.h
<reponame>coral-labs/plugins // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "FLTSavePhotoDelegate.h" /** API exposed for unit tests. */ @interface FLTSavePhotoDelegate () /// Handler to writ...
coral-labs/plugins
packages/camera/camera_windows/windows/capture_engine_listener.h
// Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAPTURE_ENGINE_LISTENER_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAPTURE_ENGINE_LISTENER_H_ #inclu...
coral-labs/plugins
packages/camera/camera_windows/windows/camera_plugin.h
// Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAMERA_PLUGIN_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAMERA_PLUGIN_H_ #include <flutter/flutter_...
coral-labs/plugins
packages/ios_platform_images/ios/Classes/UIImage+ios_platform_images.h
<reponame>coral-labs/plugins // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <UIKit/UIKit.h> @interface UIImage (ios_platform_images) /// Loads a UIImage from the embedded Flutter project's ass...
coral-labs/plugins
packages/file_selector/file_selector_windows/windows/file_selector_plugin.h
// Copyright 2013 The Flutter 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 PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_FILE_SELECTOR_PLUGIN_H_ #define PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_FILE_SELEC...
coral-labs/plugins
packages/camera/camera_windows/windows/texture_handler.h
<reponame>coral-labs/plugins // Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_TEXTURE_HANDLER_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_TEXTURE_HANDL...
coral-labs/plugins
packages/file_selector/file_selector_windows/windows/test/test_utils.h
<gh_stars>1-10 // Copyright 2013 The Flutter 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 PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_TEST_TEST_UTILS_H_ #define PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_...
coral-labs/plugins
packages/camera/camera_windows/windows/camera.h
<filename>packages/camera/camera_windows/windows/camera.h // Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_CAMERA_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_W...
coral-labs/plugins
packages/camera/camera_windows/windows/com_heap_ptr.h
// Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_COMHEAPPTR_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_COMHEAPPTR_H_ #include <windows.h> #include <...
coral-labs/plugins
packages/file_selector/file_selector_windows/windows/test/test_file_dialog_controller.h
// Copyright 2013 The Flutter 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 PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_TEST_TEST_FILE_DIALOG_CONTROLLER_H_ #define PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOW...
coral-labs/plugins
packages/camera/camera_windows/windows/record_handler.h
<gh_stars>1-10 // Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_RECORD_HANDLER_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_RECORD_HANDLER_H_ #include ...
coral-labs/plugins
packages/camera/camera_windows/windows/photo_handler.h
// Copyright 2013 The Flutter 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 PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_PHOTO_HANDLER_H_ #define PACKAGES_CAMERA_CAMERA_WINDOWS_WINDOWS_PHOTO_HANDLER_H_ #include <mfapi.h> #includ...
coral-labs/plugins
packages/file_selector/file_selector_windows/windows/string_utils.h
// Copyright 2013 The Flutter 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 PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_STRING_UTILS_H_ #define PACKAGES_FILE_SELECTOR_FILE_SELECTOR_WINDOWS_WINDOWS_STRING_UTILS_H_ #...
coral-labs/plugins
packages/camera/camera/ios/Classes/CameraProperties.h
<gh_stars>1-10 // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @import AVFoundation; @import Foundation; NS_ASSUME_NONNULL_BEGIN #pragma mark - flash mode /** * Represents camera's flash mode. Mirror...
coral-labs/plugins
packages/camera/camera/ios/Classes/FLTThreadSafeTextureRegistry.h
<gh_stars>1-10 // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Flutter/Flutter.h> NS_ASSUME_NONNULL_BEGIN /** * A thread safe wrapper for FlutterTextureRegistry that can be called from any th...
coral-labs/plugins
packages/camera/camera/ios/Classes/FLTCam_Test.h
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "FLTCam.h" // APIs exposed for unit testing. @interface FLTCam () @property(readonly, nonatomic) AVCaptureVideoDataOutput *captureVideoOutput; @...
coral-labs/plugins
packages/google_maps_flutter/google_maps_flutter/ios/Classes/JsonConversions.h
<filename>packages/google_maps_flutter/google_maps_flutter/ios/Classes/JsonConversions.h // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Flutter/Flutter.h> #import <GoogleMaps/GoogleMaps.h> @in...
rgarcia87/automk
test-11-HER-vs-WR/09/itm.csv.c
<filename>test-11-HER-vs-WR/09/itm.csv.c label phase G mw ne frq note g0201 gas -0.2718000000 2.00 2 [] "Excess entropy added." g0101 gas 0.0000000000 1.00 0 [] "CHE Rossmeisl et al., pH=0" i0000 cat 0.000...
rgarcia87/automk
test-11-HER-vs-WR/09/rxn.csv.c
label is1 is2 fs1 fs2 G ad0201 g0201 i0000 i0101 i0101 -0.271800000 ad0101 g0101 i0000 i0101 None 0.000000000
zhibin-huang/xv6-labs-2020
user/primes.c
#include "kernel/types.h" #include "user/user.h" void prime(int pfd[]) { int p, n; int next_pfd[2]; if (read(pfd[0], &p, 4) != 0) { printf("prime %d\n", p); } else { close(pfd[0]); exit(0); } pipe(next_pfd); if (fork() == 0) { close(next_pfd[1]); prime(next_pfd); } else { close...
zhibin-huang/xv6-labs-2020
user/pingpong.c
<filename>user/pingpong.c #include "kernel/types.h" #include "user/user.h" int main(int argc, char *argv[]){ int p2c[2], c2p[2]; char msg[20]; pipe(p2c); pipe(c2p); if(fork() == 0){ close(p2c[1]); close(c2p[0]); read(p2c[0], msg ,14); printf("%d: %s\n", getpid(), ms...
zhibin-huang/xv6-labs-2020
user/xargs.c
<filename>user/xargs.c #include "kernel/param.h" #include "kernel/types.h" #include "kernel/stat.h" #include "user/user.h" int main(int argc, char *argv[]) { char c; char buf[128]; char *c_argv[MAXARG]; if (argc < 2) { fprintf(2, "usage: xargs commend\n"); exit(0); } int i, j; for(i = 0; i < ar...
mekala-yogitha/right-angled-triangle
pattern.c
<gh_stars>0 #include<stdio.h> int main() { int i, j, rows; int count = 1; printf("Enter the number of rows\n"); scanf("%d", &rows); for (i = 0; i < rows; i++) { for (j = 0; j <= i; j++) { printf("%d ", count); count = !count; } count = i % 2; ...
borjaIgartua/BIAddressBook
AddressBookExample/Contact.h
<filename>AddressBookExample/Contact.h // // Contact.h // AddressBookExample // // Created by Borja on 20/2/16. // Copyright © 2016 Borja. All rights reserved. // #import <Foundation/Foundation.h> @interface Contact : NSObject - (instancetype)initWithName:(NSString *)name lastname:(NSString *)...
borjaIgartua/BIAddressBook
BIAddressBook/BIAddressBook.h
// // AddressBookTool.h // AddressBookExample // // Created by Borja on 20/2/16. // Copyright © 2016 Borja. All rights reserved. // #import <Foundation/Foundation.h> @interface BIAddressBook : NSObject /** * Read all the agenda contacts * * @param completionHandler. The block called when the contacs are read ...
juiceleee/DeepCache
src/mrect.h
<filename>src/mrect.h #ifndef NCNN_MRECT_H #define NCNN_MRECT_H #if NCNN_CNNCACHE namespace ncnn { #if NCNN_CNNCACHE #include <android/log.h> #endif #define LOG_TAG "NCNN_CNNCache" #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) #define LOGW(...) __android_log_print(ANDROID_LOG_...
juiceleee/DeepCache
src/layer/arm/convolution_3x3.h
// Tencent is pleased to support the open source community by making ncnn available. // // Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy ...
SergeyNewcastle/draco
src/draco/compression/attributes/mesh_traversal_sequencer.h
// Copyright 2016 The Draco Authors. // // 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 agree...
SergeyNewcastle/draco
src/draco/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_transform_base.h
<filename>src/draco/compression/attributes/prediction_schemes/prediction_scheme_normal_octahedron_transform_base.h // Copyright 2016 The Draco Authors. // // 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 th...
SergeyNewcastle/draco
src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_parallelogram_decoder.h
<reponame>SergeyNewcastle/draco<gh_stars>0 // Copyright 2016 The Draco Authors. // // 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 // //...
emileb/Raze
source/core/gamestruct.h
<reponame>emileb/Raze #pragma once bool System_WantGuiCapture(); // During playing this tells us whether the game must be paused due to active GUI elememts. #include <stdint.h> #include "vectors.h" #include "engineerrors.h" #include "stats.h" #include "packet.h" #include "binaryangle.h" #include "inputstate.h" class...
emileb/Raze
source/common/rendering/hwrenderer/data/buffers.h
#pragma once #include <stddef.h> #include <assert.h> class FRenderState; #define HW_MAX_PIPELINE_BUFFERS 8 // The low level code needs to know which attributes exist. // OpenGL needs to change the state of all of them per buffer binding. // VAOs are mostly useless for this because they lump buffer and binding state...
emileb/Raze
source/games/duke/src/duke3d.h
<reponame>emileb/Raze<gh_stars>1-10 #pragma once #include "build.h" #include "compat.h" #include "polymost.h" #include "gamecvars.h" #include "razemenu.h" #include "gamecontrol.h" #include "gamevar.h" #include "global.h" #include "funct.h" #include "names.h" #include "quotemgr.h" #include "rts.h" #include "sounds.h...
winksaville/sel4-app-test-nolibc
src/main.c
<reponame>winksaville/sel4-app-test-nolibc /* * Copyright 2015, <NAME> * * This software may be distributed and modified according to the terms of * the BSD 2-Clause license. Note that NO WARRANTY is provided. * See "LICENSE_BSD2.txt" for details. */ #include <autoconf.h> #include <sel4/simple_types.h> #includ...
3drobotics/PotreeConverter
PotreeConverter/include/Vector3.h
<gh_stars>10-100 #ifndef VECTOR3_H #define VECTOR3_H #include <math.h> #include <iostream> using std::ostream; #ifndef _MSC_VER using std::max; #endif namespace Potree{ template<class T> class Vector3{ public: T x = 0; T y = 0; T z = 0; Vector3() = default; Vector3(T x, T y, T z){ this->x = x; this->y ...
pgmarchenko/skillset_metrics
xcode/HardcodedUI/HardcodedUI/ViewController.h
<reponame>pgmarchenko/skillset_metrics // // ViewController.h // HardcodedUI // // Created by <NAME> on 10/19/15. // Copyright © 2015 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
pgmarchenko/skillset_metrics
xcode/HardcodedUI/HardcodedUI/MainView.h
// // MainView.h // HardcodedUI // // Created by <NAME> on 10/19/15. // Copyright © 2015 <NAME>. All rights reserved. // #import <UIKit/UIKit.h> @interface MainView : UIView @property (nonatomic, readonly) UIButton *pushButton; @property (nonatomic, readonly) UIButton *modalButton; @end
superdump/openwebrtc-gst-plugins
ext/erdtls/src/plugin.c
/* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions a...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/erdtlscertificate.c
/* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions a...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/gsterdtlssrtpenc.c
<filename>ext/erdtls/src/gsterdtlssrtpenc.c /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above co...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/erdtlsconnection.c
<gh_stars>0 /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of ...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/gsterdtlssrtpdemux.c
<filename>ext/erdtls/src/gsterdtlssrtpdemux.c /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above ...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/gsterdtlsenc.c
/* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions a...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/erdtlsagent.c
<reponame>superdump/openwebrtc-gst-plugins<filename>ext/erdtls/src/erdtlsagent.c /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/erdtlsconnection.h
<reponame>superdump/openwebrtc-gst-plugins<filename>ext/erdtls/src/erdtlsconnection.h /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributio...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/gsterdtlsenc.h
<reponame>superdump/openwebrtc-gst-plugins<gh_stars>0 /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain th...
superdump/openwebrtc-gst-plugins
gst/videorepair/gstvideorepair.c
<reponame>superdump/openwebrtc-gst-plugins<gh_stars>0 /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain th...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/gsterdtlsdec.h
/* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions a...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/erdtlsagent.h
<reponame>superdump/openwebrtc-gst-plugins /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above cop...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/gsterdtlsdec.c
<filename>ext/erdtls/src/gsterdtlsdec.c /* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyri...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/gsterdtlssrtpbin.c
/* * Copyright (c) 2014, Ericsson AB. All rights reserved. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/gsterdtlssrtpdec.c
/* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions a...
superdump/openwebrtc-gst-plugins
ext/erdtls/src/erdtlscertificate.h
/* * Copyright (c) 2014, Ericsson AB. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions a...
jjyangjian/-
projectOC/projectContent/allControllers/tongzhi/JJRootTongzhiController.h
// // JJRootTongzhiController.h // shebeijiance // // Created by 杨剑 on 2019/3/26. // Copyright © 2019 jjyangjian. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface JJRootTongzhiController : UITableViewController @end NS_ASSUME_NONNULL_END
jjyangjian/-
projectOC/projectContent/tool/JJDownload.h
<filename>projectOC/projectContent/tool/JJDownload.h // // JJDownload.h // jjxinfadi // // Created by CMP on 2018/7/14. // Copyright © 2018年 ChiefCadet. All rights reserved. // #define CODE_KEY @"code"//返回数据时,code的key,一般为,code,state 等 #define CODEMESSAGE_KEY @"message"//返回消息的key值 #def...
jjyangjian/-
projectOC/projectContent/allControllers/tabbar/JJTabbarController.h
// // JJTabbarController.h // xiaoyulvtu // // Created by 杨剑 on 2018/10/19. // Copyright © 2018年 贱贱. All rights reserved. // #import <UIKit/UIKit.h> #import <AudioToolbox/AudioToolbox.h> //#import "JJRootShebeiController.h" //#import "JJRootTongzhiController.h" //#import "JJRootWoController.h" #import "JJJiance...
jjyangjian/-
projectOC/projectContent/tool/JJURLHeader.h
// // JJURLHeader.h // jjxinfadi // // Created by CMP on 2018/7/14. // Copyright © 2018年 ChiefCadet. All rights reserved. //http://www.lolhelper.cn/analyse_word.php? #ifndef JJURLHeader_h #define JJURLHeader_h //前面固定部分 #define JJBASEURLSTRING @"http://172.16.31.10:8084" //#define JJBASEURLSTRING @"http://192.168...
jjyangjian/-
projectOC/projectContent/tool/JJExtern.h
// // JJExtern.h // jjxinfadi // // Created by CMP on 2018/7/13. // Copyright © 2018年 ChiefCadet. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "JJXuanzeshebeiView.h" @interface JJExtern : NSObject //+(instancetype) alloc __attribute__((unavailable("call sharedInstan...
jjyangjian/-
projectOC/projectContent/jjmqtt/JJMQTTManager.h
<reponame>jjyangjian/-<filename>projectOC/projectContent/jjmqtt/JJMQTTManager.h // // JJMQTTManager.h // shebeijiance // // Created by 杨剑 on 2019/3/30. // Copyright © 2019 jjyangjian. All rights reserved. // #import <Foundation/Foundation.h> #import <MQTTClient.h> NS_ASSUME_NONNULL_BEGIN //host: 服务器地址 #define JJM...
jjyangjian/-
projectOC/projectContent/jjwifi/JJWiFiController.h
// // JJWiFiController.h // shebeijiance // // Created by 杨剑 on 2019/4/4. // Copyright © 2019 jjyangjian. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface JJWiFiController : UIViewController @end NS_ASSUME_NONNULL_END
jjyangjian/-
projectOC/projectContent/allControllers/tongzhi/JJRootTongzhiCell.h
<reponame>jjyangjian/- // // JJRootTongzhiCell.h // shebeijiance // // Created by 杨剑 on 2019/3/26. // Copyright © 2019 jjyangjian. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface JJRootTongzhiCell : UITableViewCell @end NS_ASSUME_NONNULL_END
jjyangjian/-
projectOC/projectContent/allControllers/shebeixiangqing/JJShebeixiangqing2Cell.h
<gh_stars>0 // // JJShebeixiangqing2Cell.h // shebeijiance // // Created by 杨剑 on 2019/3/28. // Copyright © 2019 jjyangjian. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface JJShebeixiangqing2Cell : UITableViewCell @end NS_ASSUME_NONNULL_END
livesxu/LXAOPTask
LXAopTaskDemo/LXAopTask/LXAOPTask+TaskTest.h
<reponame>livesxu/LXAOPTask // // LXAOPTask+TaskTest.h // LXAopTask // // Created by livesxu on 2018/9/10. // Copyright © 2018年 Livesxu. All rights reserved. // #import "LXAOPTask.h" @interface LXAOPTask (TaskTest) + (NSDictionary *)taskTestConfig; @end
livesxu/LXAOPTask
LXAopTaskDemo/LXAopTask/NextViewController.h
<filename>LXAopTaskDemo/LXAopTask/NextViewController.h // // NextViewController.h // LXAopTask // // Created by livesxu on 2018/9/10. // Copyright © 2018年 Livesxu. All rights reserved. // #import <UIKit/UIKit.h> @interface NextViewController : UIViewController @end
livesxu/LXAOPTask
LXAopTaskDemo/LXAopTask/LXAOPTask.h
// // AOPTask.h // Shuzan // // Created by Xu小波 on 2018/2/7. // Copyright © 2018年 Shujin. All rights reserved. //注意点:1.hook最好在控制器留下痕迹,否则很容易造坑 - 我一般使用taskHold // 2.aspects 类hook 都会被保存到NSObject应用上,AspectTracker为防止同一方法被多次hook,导致 类hook 方法都不能一样,可以像截图处理,但 需手动保证类方法不被多次hook //hook格式:...
yangxiangwei/YXWFirst
View/UIColor+XJ.h
// // UIColor+XJ.h // WhiteDragon // // Created by rxj on 16/1/17. // Copyright © 2016年 YongLibao. All rights reserved. // #import <UIKit/UIKit.h> @interface UIColor (XJ) + (UIColor *)colorWithstartColor:(UIColor *)startColor endColor:(UIColor *)endColor fracti...
yangxiangwei/YXWFirst
View/YLBVerificationCodeButton.h
// // YLBValidcodeButton.h // RRHua // // Created by liyang on 16/9/28. // Copyright © 2016年 yangxiangwei. All rights reserved. // #import <UIKit/UIKit.h> @interface YLBVerificationCodeButton : UIButton /** 开始倒计时 @param second 开始倒计时的秒数 比如:200 */ - (void)efStartTimingWithSecond:(int)second; /** 设置默认标题 默认为 ...
pavankumarbn/VTKExamples
src/Cxx/Developers/vtkTestGraphAlgorithmSource.h
<gh_stars>1-10 #ifndef __vtkTestGraphAlgorithmSource_h #define __vtkTestGraphAlgorithmSource_h #include <vtkGraphAlgorithm.h> class vtkTestGraphAlgorithmSource : public vtkGraphAlgorithm { public: static vtkTestGraphAlgorithmSource *New(); vtkTypeMacro(vtkTestGraphAlgorithmSource,vtkGraphAlgorithm); void Print...