repo_name stringlengths 5 122 | path stringlengths 3 232 | text stringlengths 6 1.05M |
|---|---|---|
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_APPLEElementArray.c | <gh_stars>10-100
/* MACHINE GENERATED FILE, DO NOT EDIT */
#include <jni.h>
#include "extgl.h"
typedef void (APIENTRY *glElementPointerAPPLEPROC) (GLenum type, const GLvoid * pointer);
typedef void (APIENTRY *glDrawElementArrayAPPLEPROC) (GLenum mode, GLint first, GLsizei count);
typedef void (APIENTRY *glDraw... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/generated/opengles/org_lwjgl_opengles_OESEGLImage.c | /* MACHINE GENERATED FILE, DO NOT EDIT */
#include <jni.h>
#include "extgl.h"
typedef GL_APICALL void (GL_APIENTRY *glEGLImageTargetTexture2DOESPROC) (GLenum target, GLeglImageOES image);
typedef GL_APICALL void (GL_APIENTRY *glEGLImageTargetRenderbufferStorageOESPROC) (GLenum target, GLeglImageOES image);
s... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_EXTTextureBufferObject.c | <reponame>mk12/mycraft
/* MACHINE GENERATED FILE, DO NOT EDIT */
#include <jni.h>
#include "extgl.h"
typedef void (APIENTRY *glTexBufferEXTPROC) (GLenum target, GLenum internalformat, GLuint buffer);
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_EXTTextureBufferObject_nglTexBufferEXT(JNIEnv *env, jclass clazz,... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/common/org_lwjgl_opengl_Pbuffer.h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_lwjgl_opengl_Pbuffer */
#ifndef _Included_org_lwjgl_opengl_Pbuffer
#define _Included_org_lwjgl_opengl_Pbuffer
#ifdef __cplusplus
extern "C" {
#endif
#undef org_lwjgl_opengl_Pbuffer_PBUFFER_SUPPORTED
#define org_lwjgl_open... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_GL21.c | /* MACHINE GENERATED FILE, DO NOT EDIT */
#include <jni.h>
#include "extgl.h"
typedef void (APIENTRY *glUniformMatrix2x3fvPROC) (GLint location, GLsizei count, GLboolean transpose, GLfloat * matrices);
typedef void (APIENTRY *glUniformMatrix3x2fvPROC) (GLint location, GLsizei count, GLboolean transpose, GLfloat... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_NVParameterBufferObject.c | <filename>lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_NVParameterBufferObject.c
/* MACHINE GENERATED FILE, DO NOT EDIT */
#include <jni.h>
#include "extgl.h"
typedef void (APIENTRY *glProgramBufferParametersfvNVPROC) (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfl... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_ATIMapObjectBuffer.c | /* MACHINE GENERATED FILE, DO NOT EDIT */
#include <jni.h>
#include "extgl.h"
typedef GLvoid * (APIENTRY *glMapObjectBufferATIPROC) (GLuint buffer);
typedef void (APIENTRY *glUnmapObjectBufferATIPROC) (GLuint buffer);
JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_ATIMapObjectBuffer_nglMapObjectBufferATI(JN... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_EXTBlendFuncSeparate.c | <reponame>mk12/mycraft<filename>lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_EXTBlendFuncSeparate.c
/* MACHINE GENERATED FILE, DO NOT EDIT */
#include <jni.h>
#include "extgl.h"
typedef void (APIENTRY *glBlendFuncSeparateEXTPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_EXTFramebufferObject.c | <reponame>mk12/mycraft<filename>lib/LWJGL/lwjgl-source-2/src/native/generated/opengl/org_lwjgl_opengl_EXTFramebufferObject.c
/* MACHINE GENERATED FILE, DO NOT EDIT */
#include <jni.h>
#include "extgl.h"
typedef GLboolean (APIENTRY *glIsRenderbufferEXTPROC) (GLuint renderbuffer);
typedef void (APIENTRY *glBindRe... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/common/common_tools.h | /*
* Copyright (c) 2002-2008 LWJGL Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this... |
mk12/mycraft | lib/LWJGL/lwjgl-source-2/src/native/common/extcl_types.h | // -----------------[ Core typedefs ]-----------------
typedef struct _cl_platform_id * cl_platform_id;
typedef struct _cl_device_id * cl_device_id;
typedef struct _cl_context * cl_context;
typedef struct _cl_command_queue * cl_command_queue;
typedef struct _cl_mem * cl_mem;
typedef s... |
bigfish24/ABFRealmGridController | ABFRealmGridControllerExample/ABFRealmGridControllerExample/MainCollectionViewCell.h | //
// MainCollectionViewCell.h
// ABFRealmGridControllerExample
//
// Created by <NAME> on 8/25/15.
// Copyright (c) 2015 <NAME>. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MainCollectionViewCell : UICollectionViewCell
@property (strong, nonatomic) IBOutlet UIImageView *imageView;
@property (str... |
bigfish24/ABFRealmGridController | ABFRealmGridController/ABFRealmGridController.h | <gh_stars>10-100
//
// ABFRealmGridController.h
// ABFRealmGridControllerExample
//
// Created by <NAME> on 8/25/15.
// Copyright (c) 2015 <NAME>. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for ABFRealmGridController.
FOUNDATION_EXPORT double ABFRealmGridControllerVersionNumber;
/... |
bigfish24/ABFRealmGridController | ABFRealmGridControllerExample/ABFRealmGridControllerExample/MainGridController.h | <filename>ABFRealmGridControllerExample/ABFRealmGridControllerExample/MainGridController.h
//
// MainGridController.h
// ABFRealmGridControllerExample
//
// Created by <NAME> on 8/25/15.
// Copyright (c) 2015 <NAME>. All rights reserved.
//
#import "ABFRealmGridController.h"
@interface MainGridController : ABFRea... |
bigfish24/ABFRealmGridController | RealmGridController/RealmGridController.h | <reponame>bigfish24/ABFRealmGridController<filename>RealmGridController/RealmGridController.h
//
// RealmGridController.h
// RealmGridController
//
// Created by <NAME> on 17/02/2016.
// Copyright © 2016 Realm Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for RealmGridController.... |
eruffaldi/amfext | php_amf.h | <filename>php_amf.h<gh_stars>1-10
/**
* amf encoding and decoding of AMF and AMF3 data
*
* @license http://opensource.org/licenses/php.php PHP License Version 3
* @copyright (c) 2006-2007 <NAME> <EMAIL>
* @author <NAME>
*
*/
#ifndef PHP_AMF_H
#define PHP_AMF_H 1
#define PHP_AMF_VERSION "0.9.2-dev"
... |
eruffaldi/amfext | amf.c | /**
* amf encoding and decoding of AMF and AMF3 data
*
* @license http://opensource.org/licenses/php.php PHP License Version 3
* @copyright (c) 2006-2007 <NAME> <EMAIL>
* @author <NAME> <EMAIL>
*
*
* Naming of Functions:
*
* amf_write_ performs low level writing into the buffer
* amf0_write_ w... |
fooofei/cpp_whereami | whereami/include/whereami/whereami.h | #ifndef WHERE_AM_I_H
#define WHERE_AM_I_H
#include <string>
/*
Write code in the library or executable.
In library:
get_library_fullpath() get the library fullpath,
get_executable_fullpath() get the executable which load the library fullpath.
if error return -1, if succeed return 0.
stackoverflow:
http... |
interbrug/cordova-plugin-music-controls2 | src/ios/CDVViewController+MusicControls.h | //
// MainViewController+MusicControls.h
//
//
// Created by <NAME> on 12/17/16.
//
//
#ifndef CDVViewController_MusicControls_h
#define CDVViewController_MusicControls_h
#import "CDVViewController.h"
@interface CDVViewController (MusicControls)
@end
#endif /* CDVViewController_MusicControls_h */
|
leomccormack/Spatial_Audio_Framework | framework/modules/saf_sofa_reader/libmysofa/mysofa.c | /*
Copyright (c) 2016, Symonics GmbH, <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:
(1) Redistributions of source code must retain the above copyright
notice, this list of condit... |
leomccormack/Spatial_Audio_Framework | framework/modules/saf_sofa_reader/saf_sofa_reader.h | /*
* Copyright 2017-2018 <NAME>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISC... |
leomccormack/Spatial_Audio_Framework | framework/modules/saf_sofa_reader/saf_sofa_reader.c | /*
* Copyright 2017-2018 <NAME>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISC... |
leomccormack/Spatial_Audio_Framework | framework/modules/saf_tracker/saf_tracker_internal.c | /*
* This file is part of the saf_tracker module.
* Copyright (c) 2020 - <NAME>
*
* The saf_tracker module 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 of the License, or (at your
* ... |
GuEe-GUI/rt-thread | bsp/raspberry-pi/raspi4-64/driver/board.c | /*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-04-16 bigmagic first version
* 2021-12-28 GuEe-GUI add smp support
*/
#include <rthw.h>
#include <rtthread.h>
#include "board.h"
#... |
complexrehabsystems/Open3DReconstruction | Reconstruction/TestReconstruction.h | <filename>Reconstruction/TestReconstruction.h
#pragma once
class TestReconstruction
{
public:
TestReconstruction ();
~TestReconstruction ();
void Run ();
private:
};
|
complexrehabsystems/Open3DReconstruction | Reconstruction/IntegrateScene.h | #pragma once
#include <string>
namespace open3d
{
class PinholeCameraIntrinsic;
}
class IntegrateScene
{
public:
IntegrateScene ();
~IntegrateScene ();
void Run ( std::string path, open3d::PinholeCameraIntrinsic intrinsic );
};
|
complexrehabsystems/Open3DReconstruction | Reconstruction/Helpers.h | <gh_stars>1-10
#pragma once
#include <memory>
#include <iostream>
#include <string>
#include <sstream>
#include <cstdio>
#ifndef NOMINMAX
#define NOMINMAX
#endif // !NOMINMAX
#include <Windows.h>
#define DEL( ptr ) \
if (ptr) \
{ \
delete ptr; \
ptr = nullptr; \
}
... |
complexrehabsystems/Open3DReconstruction | Reconstruction/RegisterFragments.h | #pragma once
#include <string>
class RegisterFragments
{
public:
RegisterFragments ();
~RegisterFragments ();
void Run ( std::string path );
};
|
complexrehabsystems/Open3DReconstruction | Reconstruction/MakeFragments.h | <gh_stars>1-10
#pragma once
#include <string>
namespace open3d
{
class PinholeCameraIntrinsic;
}
class MakeFragments
{
public:
MakeFragments ();
~MakeFragments ();
void Run (std::string path, open3d::PinholeCameraIntrinsic intrinsic);
private:
};
|
complexrehabsystems/Open3DReconstruction | Reconstruction/OptimizePoseGraph.h | #pragma once
#include <string>
class OptimizePoseGraph
{
public:
OptimizePoseGraph ();
~OptimizePoseGraph ();
void OptimizePoseGraphForFragment ( std::string path, int fragment_id );
void OptimizePoseGraphForScene ( std::string path );
};
|
complexrehabsystems/Open3DReconstruction | Reconstruction/Common.h | #pragma once
#include <string>
#include <filesystem>
#include <vector>
#include <tuple>
extern int n_frames_per_fragment;
extern int n_keyframes_per_n_frame;
extern std::string folder_fragment;
extern std::string template_fragment_posegraph;
extern std::string template_fragment_posegraph_optimized;
extern std::stri... |
mopopinball/pics | mopo-displays/payloads.h | /*
* File: payloads.h
* Author: sirva
*
* Created on February 8, 2020, 12:46 PM
*/
#ifndef PAYLOADS_H
#define PAYLOADS_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
uint8_t COMMAND:8;
uint8_t SYSTEM_NUMBER:8;
} SetSystemPayload;
typedef struct {
uint8_t ... |
mopopinball/pics | mopo-displays/mcc_generated_files/pin_manager.h | /**
@Generated Pin Manager Header File
@Company:
Microchip Technology Inc.
@File Name:
pin_manager.h
@Summary:
This is the Pin Manager file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
@Description
This header file provides APIs for driver for .
Generation Informati... |
mopopinball/pics | mopo-driver/main.c | <reponame>mopopinball/pics
/**
Generated Main Source File
Company:
Microchip Technology Inc.
File Name:
main.c
Summary:
This is the main file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
Description:
This header file provides implementations for driver APIs for all modul... |
mopopinball/pics | mopo-displays/sys80-80a.h | /*
* File: sys80-80a.h
* Author: sirva
*
* Created on August 16, 2021, 5:58 PM
*/
#ifndef SYS80_80A_H
#define SYS80_80A_H
#ifdef __cplusplus
extern "C" {
#endif
void update80or80aDisplay(SystemEightyOrigPayload* parsedPayload);
void clearDigit(void);
void setDigit(int digit);
void setS... |
mopopinball/pics | mopo-driver/payloads.h | /*
* File: payloads.h
* Author: sirva
*
* Created on February 9, 2020, 2:20 PM
*/
#ifndef PAYLOADS_H
#define PAYLOADS_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
// byte order is reversed
bool L7:1;
bool L6:1;
bool L5:1;
bool L4:1;
bool L3:1;
... |
mopopinball/pics | mopo-driver/mcc_generated_files/pin_manager.h | <filename>mopo-driver/mcc_generated_files/pin_manager.h<gh_stars>0
/**
@Generated Pin Manager Header File
@Company:
Microchip Technology Inc.
@File Name:
pin_manager.h
@Summary:
This is the Pin Manager file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
@Description
This h... |
mopopinball/pics | mopo-driver/mcc_generated_files/i2c1_driver.c | <gh_stars>0
/*
(c) 2016 Microchip Technology Inc. and its subsidiaries. You may use this
software and any derivatives exclusively with Microchip products.
THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER
EXPRESS, IMPLIED OR STATUTORY, APPLY TO THIS SOFTWARE, INCLUDING ANY IMP... |
mopopinball/pics | mopo-driver/main.h | /*
* File: main.h
* Author: sirva
*
* Created on January 18, 2020, 9:48 AM
*/
#ifndef MAIN_H
#define MAIN_H
#ifdef __cplusplus
extern "C" {
#endif
void onAddr(void);
void onRead(void);
void onWrite(void);
#ifdef __cplusplus
}
#endif
#endif /* MAIN_H */
|
mopopinball/pics | mopo-displays/main.c | <reponame>mopopinball/pics
/**
Summary:
This is the main file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
*/
/*
(c) 2018 Microchip Technology Inc. and its subsidiaries.
Subject to your compliance with these terms, you may use Microchip software and any
derivatives exclusively... |
mopopinball/pics | mopo-switches/main.c | /**
Generated Main Source File
Company:
Microchip Technology Inc.
File Name:
main.c
Summary:
This is the main file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
Description:
This header file provides implementations for driver APIs for all modules selected in the GUI.
... |
mopopinball/pics | mopo-switches/mcc_generated_files/pin_manager.h | /**
@Generated Pin Manager Header File
@Company:
Microchip Technology Inc.
@File Name:
pin_manager.h
@Summary:
This is the Pin Manager file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs
@Description
This header file provides APIs for driver for .
Generation Informati... |
mopopinball/pics | mopo-switches/main.h | /*
* File: main.h
* Author: sirva
*
* Created on January 1, 2020, 7:04 PM
*/
#ifndef MAIN_H
#define MAIN_H
#ifdef __cplusplus
extern "C" {
#endif
void beforeSend(void);
void afterSend(void);
void sendVersion(unsigned int versionCount, unsigned int payload[]);
void sendDips(unsigned int dipCo... |
mopopinball/pics | mopo-driver/mcc_generated_files/drivers/i2c_slave.h | <filename>mopo-driver/mcc_generated_files/drivers/i2c_slave.h<gh_stars>0
/*
(c) 2016 Microchip Technology Inc. and its subsidiaries. You may use this
software and any derivatives exclusively with Microchip products.
THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER
EXPRESS, IM... |
mopopinball/pics | mopo-displays/mcc_generated_files/drivers/i2c_slave.c | <filename>mopo-displays/mcc_generated_files/drivers/i2c_slave.c
/*
(c) 2016 Microchip Technology Inc. and its subsidiaries. You may use this
software and any derivatives exclusively with Microchip products.
THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER
EXPRESS, IMPLIED OR ... |
mopopinball/pics | mopo-displays/sys80-80a.c | <reponame>mopopinball/pics
#include "mcc_generated_files/pin_manager.h"
#include <stdint.h>
#include <stdbool.h>
#include "payloads.h"
#include "sys80-80a.h"
volatile int digit = 1;
/**
* For each internal loop (eg. A/B, C), set the segments for the current
* digits and then enable the digits output.
*
*... |
frekky/iodine | src/client.c | /*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>,
* 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all co... |
frekky/iodine | src/encoding.h | <reponame>frekky/iodine
/*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copi... |
frekky/iodine | src/fw_query.c | /*
* Copyright (c) 2008-2014 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTH... |
frekky/iodine | tests/test.c | /*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE I... |
frekky/iodine | src/encoding.c | /*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE I... |
frekky/iodine | src/user.h | /*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>,
* 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all co... |
frekky/iodine | src/iodine.c | <gh_stars>10-100
/*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
... |
frekky/iodine | src/common.h | <filename>src/common.h
/*
* Copyright (c) 2006-2015 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copie... |
frekky/iodine | src/tun.c | <reponame>frekky/iodine<gh_stars>10-100
/*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
* 2013 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and ... |
frekky/iodine | src/server.h | <reponame>frekky/iodine
/*
* Copyright (c) 2006-2015 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>,
* 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission... |
frekky/iodine | src/windows.h | /*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SO... |
frekky/iodine | src/server.c | /*
* Copyright (c) 2006-2015 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>,
* 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all co... |
frekky/iodine | tests/encoding.c | <reponame>frekky/iodine
/*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copi... |
frekky/iodine | src/window.h | <filename>src/window.h
/*
* Copyright (c) 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "A... |
frekky/iodine | src/window.c | /*
* Copyright (c) 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DI... |
frekky/iodine | tests/window.c | <reponame>frekky/iodine<filename>tests/window.c
/*
* Copyright (c) 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* TH... |
frekky/iodine | tests/dns.c | /*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE I... |
frekky/iodine | src/client.h | /*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE I... |
frekky/iodine | src/user.c | /*
* Copyright (c) 2006-2014 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>,
* 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all co... |
frekky/iodine | src/iodined.c | /*
* Copyright (c) 2006-2015 <NAME> <<EMAIL>>,
* 2006-2009 <NAME> <<EMAIL>>,
* 2015 <NAME> <<EMAIL>>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all co... |
daitomanabe/curv | libcurv/viewed_shape.h | <reponame>daitomanabe/curv
// Copyright 2016-2019 <NAME>
// Licensed under the Apache License, version 2.0
// See accompanying file LICENSE or https://www.apache.org/licenses/LICENSE-2.0
#ifndef LIBCURV_VIEWED_SHAPE_H
#define LIBCURV_VIEWED_SHAPE_H
#include <libcurv/picker.h>
#include <libcurv/render.h>
#include <lib... |
daitomanabe/curv | libcurv/dir_record.h | // Copyright 2016-2019 <NAME>
// Licensed under the Apache License, version 2.0
// See accompanying file LICENSE or https://www.apache.org/licenses/LICENSE-2.0
#ifndef LIBCURV_DIR_RECORD_H
#define LIBCURV_DIR_RECORD_H
#include <libcurv/filesystem.h>
#include <libcurv/record.h>
#include <libcurv/symbol.h>
#include <li... |
daitomanabe/curv | libcurv/typeconv.h | <gh_stars>1-10
// Copyright 2016-2019 <NAME>
// Licensed under the Apache License, version 2.0
// See accompanying file LICENSE or https://www.apache.org/licenses/LICENSE-2.0
#ifndef LIBCURV_TYPECONV_H
#define LIBCURV_TYPECONV_H
#include <libcurv/list.h>
namespace curv {
struct Context;
int num_to_int(double n, in... |
daitomanabe/curv | libcurv/sc_type.h | // Copyright 2016-2019 <NAME>
// Licensed under the Apache License, version 2.0
// See accompanying file LICENSE or https://www.apache.org/licenses/LICENSE-2.0
#ifndef LIBCURV_SC_TYPE_H
#define LIBCURV_SC_TYPE_H
#include <libcurv/value.h>
#include <ostream>
namespace curv {
// an array indexed by SC_Type::Base_Type... |
daitomanabe/curv | libcurv/array_op.h | <reponame>daitomanabe/curv
// Copyright 2016-2019 <NAME>
// Licensed under the Apache License, version 2.0
// See accompanying file LICENSE or https://www.apache.org/licenses/LICENSE-2.0
#ifndef LIBCURV_ARRAY_OP_H
#define LIBCURV_ARRAY_OP_H
// Curv is an array language, following APL and its successors.
// This means... |
benkfra/Arduino-CoDeSys-Netvars | CoDeSysNetvars.h |
#ifndef CoDeSysNetvars_h
#define CoDeSysNetvars_h
#include <stdint.h>
#ifdef ESP8266
# include <ESP8266WiFi.h>
# include <WiFiUDP.h>
#else
class WiFiUDP;
#endif
// maximum number of items the network struct can contain
#define CSNV_MAX_ITEMS (16)
// maximum length of itemname
#define CSNV_MAX_ITEMNAME (16)
// maxim... |
andrewmartinjames/DFRobot_SHT3x | DFRobot_SHT3x.h | <filename>DFRobot_SHT3x.h<gh_stars>1-10
/*!
* @file DFRobot_SHT3x.h
* @brief Define the infrastructure of the DFRobot_SHT3x class
* @n This is a library of digital temperature and humidity sensors used to drive the SHT3x series SHT30,
* SHT31 and SHT35 to read ambient temperature and relative humidity.
* @copyrig... |
bingchong/tipCalculator | tipCalculator/SettingsViewController.h | <reponame>bingchong/tipCalculator
//
// SettingsViewController.h
// tipCalculator
//
// Created by <NAME> on 10/8/15.
// Copyright (c) 2015 codepath. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SettingsViewController : UIViewController
@end
|
bingchong/tipCalculator | tipCalculator/tipCalculator/TipViewController.h | <filename>tipCalculator/tipCalculator/TipViewController.h<gh_stars>0
//
// ViewController.h
// tipCalculator
//
// Created by <NAME> on 10/5/15.
// Copyright (c) 2015 codepath. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TipViewController : UIViewController
@end
|
humza-ios/BFPaperTabBarController | PushTestViewController.h | //
// PushTestViewController.h
// BFPaperTabBarController
//
// Created by <NAME> on 10/8/14.
// Copyright (c) 2014 <NAME>. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface PushTestViewController : UIViewController
@end
|
humza-ios/BFPaperTabBarController | BFPaperTabBarController/TestViewController.h | //
// TestViewController.h
// BFPaperTabBarController
//
// Created by <NAME> on 9/13/14.
// Copyright (c) 2014 <NAME>. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TestViewController : UIViewController
@end
|
stavash/SAHighlightedTextField | SAHighlightedTextFieldDemo/SAHighlightedTextField.h | //
// SAHighlightedTextField.h
// SAHighlightedTextField
//
// Created by <NAME> on 6/19/13.
// Copyright (c) 2013 <NAME>. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SAHighlightedTextField : UITextField
- (void)configureWithBackgroundImage:(UIImage *)bgImage andHighlightedImage:(UIImage *)highlig... |
nitroFamily/bio | test/integration/tests/unpack-model/app/libs/c/example_lib2/example_lib2.c | <gh_stars>1-10
#include <stdio.h>
#include "example_lib2.h"
void exampleLib2Func()
{
puts("hello world");
}
|
nitroFamily/bio | test/integration/tests/file-logging/files/models/model1/src/main.c | #include <stdio.h>
int main (void)
{
char buf[6];
fgets(buf, 6, stdin);
fputs(buf, stdout);
fputs(buf, stderr);
return 0;
}
|
nitroFamily/bio | test/integration/tests/unpack-model/app/libs/c/example_lib1/example_lib1.h | #ifndef example_lib1_h_
#define example_lib1_h_
void exampleLib1Func();
#endif
|
nitroFamily/bio | test/integration/tests/unpack-model/app/libs/c/example_lib1/example_lib1.c | #include <stdio.h>
#include "example_lib1.h"
void exampleLib1Func()
{
puts("hello world");
}
|
nitroFamily/bio | test/integration/tests/build-simple-c-model-with-lib/app/libs/c/simple_lib/simple_lib.c | #include <stdio.h>
#include "simple_lib.h"
void helloWorld()
{
puts("hello world");
}
|
nitroFamily/bio | test/integration/tests/unpack-model/files/src/main.c | #include "example_lib1.h"
#include "example_lib2.h"
#include "libs/user_lib.h"
#include "libs/extralib/extra_lib.h"
int main (void)
{
userLibFunc();
extraLibFunc();
exampleLib1Func();
exampleLib2Func();
return 0;
}
|
nitroFamily/bio | test/integration/tests/run-project/files/models/model3/src/main.c | #include "example_lib1.h"
#include "example_lib2.h"
int main (void)
{
exampleLib1Func();
exampleLib2Func();
return 0;
}
|
nitroFamily/bio | test/integration/tests/unpack-model/files/src/libs/extralib/extra_lib.h | <reponame>nitroFamily/bio<gh_stars>1-10
#ifndef extra_lib_h_
#define extra_lib_h_
void extraLibFunc();
#endif
|
nitroFamily/bio | test/integration/tests/unpack-model/files/src/libs/extralib/extra_lib.c | <gh_stars>1-10
#include <stdio.h>
#include "extra_lib.h"
#include "example_lib2.h"
void extraLibFunc()
{
puts("hello world");
exampleLib2Func();
}
|
nitroFamily/bio | test/integration/tests/build-simple-c-model-with-lib/files/src/simple-model.c | #include "simple_lib.h"
int main (void)
{
helloWorld();
return 0;
}
|
nitroFamily/bio | test/integration/tests/unpack-model/files/src/libs/user_lib.c | <gh_stars>1-10
#include <stdio.h>
#include "user_lib.h"
#include "example_lib1.h"
void userLibFunc()
{
puts("hello world");
exampleLib1Func();
}
|
nitroFamily/bio | test/integration/tests/build-simple-c-model-with-lib/app/libs/c/simple_lib/simple_lib.h | #ifndef simple_lib_h_
#define simple_lib_h_
void helloWorld();
#endif
|
nitroFamily/bio | test/integration/tests/unpack-model/files/src/libs/user_lib.h | #ifndef user_lib_h_
#define user_lib_h_
void userLibFunc();
#endif
|
nitroFamily/bio | test/integration/tests/unpack-model/app/libs/c/example_lib2/example_lib2.h | <reponame>nitroFamily/bio<gh_stars>1-10
#ifndef example_lib2_h_
#define example_lib2_h_
void exampleLib2Func();
#endif
|
xalalau/Inizator | src/inizator.c | #include "inizator.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#if __linux__
#define SISTEMA "Linux"
#elif _WIN32
#define SISTEMA "Windows"
#endif
static int limpar(no* no_atual);
static no* alocar() {
/*
* Aloca um novo nó para uso na estrutura de leitura do ini
*
* RET... |
xalalau/Inizator | src/inizator.h | <gh_stars>0
/*
* INIZATOR v.Git
* por <NAME>
* https://github.com/Xalalau/Inizator
* Licença: MIT
* */
#ifndef INIZATOR_H
#define INIZATOR_H
#define MAX_CHAR_SECAO 40
#define MAX_CHAR_PARAMETRO_NOME 50
#define MAX_CHAR_PARAMETRO_VALOR 700
// Nó = Bloco de informação para uma entrada do arquivo .ini
typedef... |
gustavogino/projeto-sistema-embarcado | Firmware/Core/Src/functions.c | <reponame>gustavogino/projeto-sistema-embarcado
#include "main.h"
#include "functions.h"
void Sleep_us(uint16_t delay)
{
TIM2->CNT = 0;
while (TIM2->CNT < delay);
}
void Sleep_ms(uint16_t delay)
{
while(delay > 0)
{
delay--;
Sleep_us(1000);
}
}
void Sleep_sec(uint16_t delay)
{
while(del... |
gustavogino/projeto-sistema-embarcado | Firmware/Core/Src/max30100_for_stm32_hal.c | <gh_stars>0
/* An STM32 HAL library written for the the MAX30100 pulse oximeter and heart rate sensor. */
#include "max30100_for_stm32_hal.h"
#include "main.h"
#ifdef __cplusplus
extern "C"{
#endif
I2C_HandleTypeDef *_max30100_ui2c;
UART_HandleTypeDef *_max30100_uuart;
uint8_t _max30100_it_byte = 0x00;
uint8_t _max301... |
gustavogino/projeto-sistema-embarcado | Firmware/Core/Src/project_hal.h | <reponame>gustavogino/projeto-sistema-embarcado
#ifndef PROJECT_HAL_H
#define PROJECT_HAL_H
//INIT FUNCTIONS
void START_HAL(void);
void CONFIG_CLOCK(void);
void START_GPIO(void);
void START_I2C(void);
void START_TIMER(void);
void START_UART(void);
void START_MAX30100(void);
//UTILS FUNTCTIONS
void MAX30100_Stop(void)... |
gustavogino/projeto-sistema-embarcado | Firmware/MDK-ARM/functions.h | #ifndef FUNCTIONS_H
#define FUNCTIONS_H
void DELAY_S(uint16_t delay);
void DELAY_S(uint16_t delay);
void DELAY_S(uint16_t delay);
#endif
|
gustavogino/projeto-sistema-embarcado | Firmware/Core/Src/project_hal.c | #include "main.h"
#include "project_hal.h"
#include "max30100_for_stm32_hal.h"
// Private vars
I2C_HandleTypeDef hI2C; // I2C Handler
TIM_HandleTypeDef hTIMER; // TIMER Handler
UART_HandleTypeDef hUART; // UART Handler
// Private functions declaration
void Error_Handler(void);
void SystemClock_Config(void);
st... |
gustavogino/projeto-sistema-embarcado | Firmware/Core/Src/max30100_for_stm32_hal.h | <filename>Firmware/Core/Src/max30100_for_stm32_hal.h
/* An STM32 HAL library written for the the MAX30100 pulse oximeter and heart rate sensor. */
/* Libraries by @eepj www.github.com/eepj */
#ifndef MAX30100_FOR_STM32_HAL_H
#define MAX30100_FOR_STM32_HAL_H
#include "main.h"
#include <string.h>
/*----------------------... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.