repo_name stringlengths 6 97 | path stringlengths 3 341 | text stringlengths 8 1.02M |
|---|---|---|
yrq110/HouseRadar | AMapDemo/HistoryView.h | <reponame>yrq110/HouseRadar
//
// HistoryView.h
// AMapDemo
//
// Created by yrq_mac on 16/2/10.
// Copyright © 2016年 yrq_mac. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "TopView.h"
@interface HistoryView : UIView
@property(strong,nonatomic)TopView *topView;
//@property(strong,nonatomic)UIView *topVie... |
Aliex-dev/CP | CARD DECK SIMULATION/main.c | <reponame>Aliex-dev/CP
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main()
{
FILE *ptr;
ptr=fopen("result.txt","w");
fprintf(ptr," n \t suit \t rank \t match or mismatch");
srand(time(0));
int r1,r2,r3,r4,n=1;
char suit[4]={'d','h','s','c'};
char rank[13]={'A','K... |
razmik-gharibyan/clear_all_notifications | ios/Classes/ClearAllNotificationsPlugin.h | <reponame>razmik-gharibyan/clear_all_notifications<filename>ios/Classes/ClearAllNotificationsPlugin.h
#import <Flutter/Flutter.h>
@interface ClearAllNotificationsPlugin : NSObject<FlutterPlugin>
@end
|
borodust/claw-legacy | t/c/cffi/adapter.c | <gh_stars>1-10
/* Generated by :claw at 2019-09-21T21:57:01.172611Z */
#include <stddef.h>
#include "c.h"
#if !defined(__CLAW_API)
# if defined(_WIN32)
# define __CLAW_API __declspec(dllexport)
# elif defined(__GNUC__)
# define __CLAW_API __attribute__((visibility("default")))
# else
# define __CLAW_API
... |
borodust/claw-legacy | t/c/lib/c.c | <reponame>borodust/claw-legacy<filename>t/c/lib/c.c
#include "c.h"
#include "stdlib.h"
#include "string.h"
char tst_version_string_g[16] = "1.0.0";
char* tst_version_string() {
return tst_version_string_g;
}
int count_nodes_and_assign_owner(tst_tree_t* owner, struct tst_node_t* node) {
int node_count = 0;
for... |
borodust/claw-legacy | t/c/lib/c.h | <reponame>borodust/claw-legacy<gh_stars>1-10
/*
* THIS API IS SPECIFICALLY MADE TO TEST VARIOUS ASPECTS OF SPEC GENERATION
* THIS IS NOT HOW YOU SHOULD DESIGN ANY SANE C API
*/
#include "stdint.h"
#define TST_VERSION 1
#define TST_NAME_MAX_LENGTH 16
extern char tst_version_string_g[16];
enum {
tst_black = 0x0,
... |
borodust/claw-legacy | src/cffi/c/adapter/template/static.c | <reponame>borodust/claw-legacy
/* Generated by :claw at {{timestamp}} */
{{includes}}
#if !defined(__CLAW_API)
# if defined(_WIN32)
# define __CLAW_API __declspec(dllexport)
# elif defined(__GNUC__)
# define __CLAW_API __attribute__((visibility("default")))
# else
# define __CLAW_API
# endif
#endif
#if ... |
ossc-db/pg_hint_plan | make_join_rel.c | /*-------------------------------------------------------------------------
*
* make_join_rel.c
* Routines copied from PostgreSQL core distribution with some
* modifications.
*
* src/backend/optimizer/path/joinrels.c
*
* This file contains the following functions from corresponding files.
*
* static funct... |
CCOMJHC/librosasio | include/librosasio/asio_callbackqueue.h | #pragma once
#include <ros/callback_queue.h>
#include <boost/asio.hpp>
class AsioCallbackQueue : public ros::CallbackQueue
{
public:
/// Default constructor
#if BOOST_VERSION < 106600
AsioCallbackQueue(boost::asio::io_service& io_context);
#else
AsioCallbackQueue(boost::asio::io_context& io_context);
#endif
... |
CCOMJHC/librosasio | examples/timers/node.h | <gh_stars>0
#pragma once
#include <boost/asio.hpp>
#include <boost/asio/steady_timer.hpp>
#include <chrono>
#include <ros/timer.h>
class TestNode
{
public:
TestNode(boost::asio::io_service& io_context, ros::NodeHandle& _nh);
private:
void onAsioTimer(const boost::system::error_code& error);
boost::asio:... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/graphics/PeonSceneRenderer.h | /**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpo... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/main/PeonFileLogger.h | <gh_stars>1-10
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this softwar... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/main/PeonEngineCore.h | /**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpo... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/graphics/PeonVector2.h |
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purp... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/main/targetver.h | <gh_stars>1-10
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this softwar... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/main/Peonstdafx.h | <reponame>erikyuzwa/game-programming-start-to-finish<filename>peon-sdk/include/main/Peonstdafx.h
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising f... |
erikyuzwa/game-programming-start-to-finish | chapter_01/sample.h | <gh_stars>1-10
#ifndef __SAMPLE_H_
#define __SAMPLE_H_
/**
* \mainpage Sample Documentation
*
* \section intro_sec Introduction
*
* This sample documentation demonstrates just how flexible, intelligent and
* usefull the Doxygen tool is.
*
* Let's face it. Documenting your code is a pain, but we all know that it's
* ... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/main/PeonDLLHeader.h | /**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpo... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/audio/PeonAudioEngine.h | /**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpo... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/graphics/PeonVector4.h | /**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpo... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/PeonSDK.h | /**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpo... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/graphics/PeonSprite.h | <reponame>erikyuzwa/game-programming-start-to-finish<filename>peon-sdk/include/graphics/PeonSprite.h
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arisi... |
erikyuzwa/game-programming-start-to-finish | chapter_01/HealthObj.h | <reponame>erikyuzwa/game-programming-start-to-finish
#ifndef __HEALTHOBJ_H_
#define __HEALTHOBJ_H_
/*!
* \brief This object modifies an entity's hit points
*
* The purpose of this object is to hang around in your game world
* until the Player picks it up. Depending upon how much health
* po... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/main/PeonIniConfig.h | <reponame>erikyuzwa/game-programming-start-to-finish<filename>peon-sdk/include/main/PeonIniConfig.h
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arisin... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/main/PeonISingleton.h | /**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpo... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/graphics/PeonMatrix33.h | /**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpo... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/graphics/PeonSceneFont.h | <gh_stars>1-10
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this softwar... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/main/PeonIApplicationState.h | <gh_stars>1-10
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is granted to anyone to use this softwar... |
erikyuzwa/game-programming-start-to-finish | chapter_16/Basic3DS/MeshFactory.h | <gh_stars>1-10
#ifndef __MESHFACTORY_H_
#define __MESHFACTORY_H_
#include "PeonMain.h"
// Primary Chunk, at the beginning of each file
#define PRIMARY 0x4D4D
// Main Chunks
#define OBJECTINFO 0x3D3D
#define VERSION 0x0002
#define EDITKEYFRAME 0xB000
// Sub defines of OBJECTINFO
#define... |
erikyuzwa/game-programming-start-to-finish | peon-sdk/include/graphics/PeonVector3.h | <filename>peon-sdk/include/graphics/PeonVector3.h
/**
Peon-SDK
---------
Peon-SDK - Copyright (c) 2002-2011 <NAME> - <EMAIL>
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is gr... |
TXQDM/BeagleBone_I2C_Library | Main.c | /*
* Main.c
*
* Created on: Sep 6, 2017
* Author: <NAME>
*/
/* Lib Includes */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
/* Header Files */
#include "I2C.h"
/* Definitions*/
#define SSD1306_OLED_ADDR 0x3C
#define SSD1306_CNTRL_CMD 0x00
/* Externs - I2C.c */
extern I2C_DeviceT... |
Tap-Payments/TapAdditionsKit-iOS | TapAdditionsKit/TapAdditionsKit.h | <reponame>Tap-Payments/TapAdditionsKit-iOS
//
// TapAdditionsKit.h
// TapAdditionsKit
//
// Copyright © 2019 Tap Payments. All rights reserved.
//
@import Foundation.NSObjCRuntime;
//! Project version number for TapAdditionsKit.
FOUNDATION_EXPORT double TapAdditionsKitVersionNumber;
//! Project version string for... |
mh-dev/esp32_reusable_components | app/main/app.c | #include <stdio.h>
#include <awesome_component.h>
void app_main() {
int result = awesome_component_add(123, 321);
printf("Result %d\n", result);
}
|
mh-dev/esp32_reusable_components | custom-components/components/awesome_component/include/awesome_component.h | #ifndef _AWESOME_COMPONENT_H_
#define _AWESOME_COMPONENT_H_
int awesome_component_add(int number1, int number2);
#endif |
mh-dev/esp32_reusable_components | custom-components/components/awesome_component/test/test_awesome_component.c | <filename>custom-components/components/awesome_component/test/test_awesome_component.c
#include "unity.h"
#include "awesome_component.h"
TEST_CASE("add_successful", "[awesome_component]") {
int number1 = 123;
int number2 = 321;
int result = awesome_component_add(number1, number2);
TEST_ASSERT_EQUAL_IN... |
mh-dev/esp32_reusable_components | custom-components/components/awesome_component/src/awesome_component.c | <reponame>mh-dev/esp32_reusable_components
#include "awesome_component.h"
int awesome_component_add(int number1, int number2) {
return number1 + number2;
} |
nestlabs/nlplatform | src/nlfault.c | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlprofile.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/nlram_console.c | <reponame>nestlabs/nlplatform<gh_stars>1-10
/*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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
*
* ... |
nestlabs/nlplatform | src/nlfs.c | <filename>src/nlfs.c
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.or... |
nestlabs/nlplatform | include/nltrace.h | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlrtc.h | <gh_stars>1-10
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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/lice... |
nestlabs/nlplatform | src/nlcrc.c | /*
*
* Copyright (c) 2012-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlpartition.h | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlmpu.h | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/nlwatchpoint.c | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlcrypto.h | /*
*
* Copyright (c) 2013-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/spi_flash/at45db041e.h | <gh_stars>1-10
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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/lice... |
nestlabs/nlplatform | include/nlspi.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/nlflash_spi.c | <gh_stars>1-10
/*
*
* Copyright (c) 2012-2018 <NAME>, Inc.
* All rights reserved.
*
* 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/lice... |
nestlabs/nlplatform | src/nlreset_info.c | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/cpu/arm/cortex-m0/builtin.c | <filename>src/cpu/arm/cortex-m0/builtin.c<gh_stars>1-10
/*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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 a... |
nestlabs/nlplatform | include/nltimer.h | <gh_stars>1-10
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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/lice... |
nestlabs/nlplatform | include/nlflash_spi.h | <reponame>nestlabs/nlplatform<filename>include/nlflash_spi.h
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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 Lice... |
nestlabs/nlplatform | include/nlpwm.h | /*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/compiler/apple/xcode/cxx-symbols.c | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/cpu/arm/cortex-m0/fault.c | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlfs.h | <gh_stars>1-10
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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/lice... |
nestlabs/nlplatform | src/nlspi_ipc.c | /*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/cpu/arm/cortex-m3/fault.c | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlplatform_diags.h | <filename>include/nlplatform_diags.h
/*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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... |
nestlabs/nlplatform | include/nlradio.h | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/spi_flash/n25q.h | <reponame>nestlabs/nlplatform<filename>include/spi_flash/n25q.h
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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 L... |
nestlabs/nlplatform | include/nlcrc.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlplatform.h | <gh_stars>1-10
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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/lice... |
nestlabs/nlplatform | include/nlgpio.h | <reponame>nestlabs/nlplatform<filename>include/nlgpio.h<gh_stars>1-10
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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... |
nestlabs/nlplatform | src/nlflash.c | <gh_stars>1-10
/*
*
* Copyright (c) 2012-2018 <NAME>, Inc.
* All rights reserved.
*
* 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/lice... |
nestlabs/nlplatform | include/nltime.h | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlwatchdog.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/compiler/apple/llvm-armv7m/eabi.c | <reponame>nestlabs/nlplatform<filename>src/compiler/apple/llvm-armv7m/eabi.c
/*
*
* Copyright (c) 2012-2018 <NAME>, Inc.
* All rights reserved.
*
* 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 ... |
nestlabs/nlplatform | include/nlswtimer.h | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nladc.h | <gh_stars>1-10
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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/lice... |
nestlabs/nlplatform | src/nlprofile.c | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/nlswtimer.c | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/spi_flash/mx25u1635.h | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlspi_ipc.h | /*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/arch/nlplatform_arm_cm3.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlfault.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | test/nlswtimer-test.c | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/nlgpio_button.c | <filename>src/nlgpio_button.c
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlflash.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/cpu/arm/cortex-m3/nlmpu.c | /*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/nltrace.c | /*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/compiler/gnu/gcc/eabi.c | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2012-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | src/nltime.c | <filename>src/nltime.c
/*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlspi_slave.h | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/spi_flash/mx25r3235.h | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2018 <NAME>, Inc.
* All rights reserved.
*
* 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.apach... |
nestlabs/nlplatform | include/nlwatchpoint.h | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlgpio_button.h | /*
*
* Copyright (c) 2015-2018 Nest Labs, Inc.
* All rights reserved.
*
* 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... |
nestlabs/nlplatform | include/nli2c.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlreset_info.h | /*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nlram_console.h | /*
*
* Copyright (c) 2016-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/arch/nlplatform_arm_cm0.h | <reponame>nestlabs/nlplatform<filename>include/arch/nlplatform_arm_cm0.h<gh_stars>1-10
/*
*
* Copyright (c) 2017-2018 <NAME>, Inc.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
nestlabs/nlplatform | include/nlconsole.h | <reponame>nestlabs/nlplatform
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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.... |
nestlabs/nlplatform | include/nluart.h | <filename>include/nluart.h
/*
*
* Copyright (c) 2015-2018 <NAME>, Inc.
* All rights reserved.
*
* 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... |
ergl/theBeamBook | code/beam_chapter/src/token_threaded_vsm.c | #include <stdio.h>
#include <stdlib.h>
#define STOP 0
#define ADD 1
#define MUL 2
#define PUSH 3
#define pop() (stack[--sp])
#define push(X) (stack[sp++] = (X))
typedef void (*instructionp_t)(void);
int stack[1000];
int sp;
instructionp_t *ip;
int running;
void add() { int x,y; x = pop(); y = pop(); push(x + y)... |
zxcvdavid/php-yaf | yaf_response.h | /*
+----------------------------------------------------------------------+
| Yet Another Framework |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... |
zxcvdavid/php-yaf | yaf_response.c | <filename>yaf_response.c<gh_stars>1-10
/*
+----------------------------------------------------------------------+
| Yet Another Framework |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of th... |
zxcvdavid/php-yaf | routes/yaf_route_simple.c | <reponame>zxcvdavid/php-yaf
/*
+----------------------------------------------------------------------+
| Yet Another Framework |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP licen... |
zxcvdavid/php-yaf | yaf_exception.c | /*
+----------------------------------------------------------------------+
| Yet Another Framework |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundl... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.