hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ca30142bad58cc55a017268ae53683a53580808d | 2,253 | h | C | src/compiler/descriptor.h | CoinXu/reviser-compiler | 1296cf5f8c01bbc4963a2b29bd6d62a25f0e54af | [
"MIT"
] | 1 | 2020-04-24T02:59:51.000Z | 2020-04-24T02:59:51.000Z | src/compiler/descriptor.h | CoinXu/reviser-compiler | 1296cf5f8c01bbc4963a2b29bd6d62a25f0e54af | [
"MIT"
] | null | null | null | src/compiler/descriptor.h | CoinXu/reviser-compiler | 1296cf5f8c01bbc4963a2b29bd6d62a25f0e54af | [
"MIT"
] | null | null | null | //
// @date 2020-06-23
// @author duanxian0605@163.com
// @description 定义.reviser文件内容标记,词法定义参考syntax.md
//
#ifndef REVISER_COMPILER_DESCRIPTOR
#define REVISER_COMPILER_DESCRIPTOR
#include <string>
#include <stack>
#include <tokenizer.h>
#include <ast/stmt_enum.h>
#include <ast/stmt_struct.h>
using namespace revis... | 22.757576 | 66 | 0.709277 |
ca39a5e35a4fb7d22a75c7958be0e86fdfcb6ee9 | 30,940 | c | C | linux/d4ebc877b1223f20d5a0.c | zsm-oss/syzkaller-repros | b18de420311083a419293a07e07e121fe8150ceb | [
"Apache-2.0"
] | 32 | 2019-10-08T11:22:21.000Z | 2022-03-31T14:11:28.000Z | linux/d4ebc877b1223f20d5a0.c | zsm-oss/syzkaller-repros | b18de420311083a419293a07e07e121fe8150ceb | [
"Apache-2.0"
] | 3 | 2020-02-07T12:06:43.000Z | 2020-11-30T07:42:32.000Z | linux/d4ebc877b1223f20d5a0.c | zsm-oss/syzkaller-repros | b18de420311083a419293a07e07e121fe8150ceb | [
"Apache-2.0"
] | 10 | 2019-10-12T13:05:54.000Z | 2021-10-24T01:05:41.000Z | // WARNING in go7007_usb_onboard_write_interrupt/usb_submit_urb
// https://syzkaller.appspot.com/bug?id=d4ebc877b1223f20d5a0
// status:0
// autogenerated by syzkaller (https://github.com/google/syzkaller)
#define _GNU_SOURCE
#include <dirent.h>
#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#include <signa... | 27.949413 | 80 | 0.648093 |
341dbac46531dd8d606f0041e749f28cf6728bb0 | 5,287 | h | C | AK/Buffered.h | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | 1 | 2021-07-05T13:51:23.000Z | 2021-07-05T13:51:23.000Z | AK/Buffered.h | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | 1 | 2021-08-02T21:33:29.000Z | 2021-08-06T21:22:19.000Z | AK/Buffered.h | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | null | null | null | /*
* Copyright (c) 2020, the SegueBaseOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Noncopyable.h>
#include <AK/Span.h>
#include <AK/StdLibExtras.h>
#include <AK/Stream.h>
#include <AK/Types.h>
#include <AK/kmalloc.h>
namespace AK {
// FIXME: Implement Buffered<T> for Dup... | 26.837563 | 123 | 0.63798 |
2ee6715df7c66051b6a70f5359ab01a82a2f6d50 | 4,163 | h | C | tensorflow/core/kernels/adjust_contrast_op.h | rickyHong/tensorflow_tx1 | c1303e974501ae81c67b70243f4d31b68416cdcd | [
"Apache-2.0"
] | 1 | 2016-01-25T16:24:24.000Z | 2016-01-25T16:24:24.000Z | tensorflow/core/kernels/adjust_contrast_op.h | rickyHong/tensorflow_tx1 | c1303e974501ae81c67b70243f4d31b68416cdcd | [
"Apache-2.0"
] | null | null | null | tensorflow/core/kernels/adjust_contrast_op.h | rickyHong/tensorflow_tx1 | c1303e974501ae81c67b70243f4d31b68416cdcd | [
"Apache-2.0"
] | null | null | null | /* Copyright 2015 Google 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.0
Unless required by applicable law or agreed to in ... | 40.028846 | 80 | 0.668268 |
0c13b591e37847c4b3f804f07dd10149158a8bf4 | 843 | c | C | scrcpy-core/src-fix/scrcpy-fix.c | eritpchy/scrcpy-ios | 2f296b9ed626ec57abffa08944b6997e92be5cd9 | [
"Apache-2.0"
] | 141 | 2021-07-24T10:46:48.000Z | 2022-03-26T05:50:08.000Z | scrcpy-core/src-fix/scrcpy-fix.c | eritpchy/scrcpy-ios | 2f296b9ed626ec57abffa08944b6997e92be5cd9 | [
"Apache-2.0"
] | 15 | 2021-07-24T19:51:52.000Z | 2022-03-24T02:01:14.000Z | scrcpy-core/src-fix/scrcpy-fix.c | eritpchy/scrcpy-ios | 2f296b9ed626ec57abffa08944b6997e92be5cd9 | [
"Apache-2.0"
] | 17 | 2021-07-24T16:08:19.000Z | 2022-03-26T05:50:09.000Z | //
// scrcpy-fix.c
// scrcpy-core
// > this file is created to fix/tuning srouce code of scrcpy core
//
// Created by Ethan on 2021/12/7.
//
#include <stdbool.h>
#include "input_manager.h"
bool
input_manager_handle_event_fix(struct input_manager *im, SDL_Event *event);
#define input_manager_handle_event(...) in... | 23.416667 | 84 | 0.723606 |
08dd5aeae964e06ba009dc9ed4959f63dbd23748 | 7,873 | h | C | Firmware/TI-TMS320F28335/Data_aquisition/include/DSP2833x_Sci.h | zhutoutoutousan/NVH | 78cf6d46b89a650dc7510c850441b23f620c5297 | [
"MIT"
] | null | null | null | Firmware/TI-TMS320F28335/Data_aquisition/include/DSP2833x_Sci.h | zhutoutoutousan/NVH | 78cf6d46b89a650dc7510c850441b23f620c5297 | [
"MIT"
] | null | null | null | Firmware/TI-TMS320F28335/Data_aquisition/include/DSP2833x_Sci.h | zhutoutoutousan/NVH | 78cf6d46b89a650dc7510c850441b23f620c5297 | [
"MIT"
] | null | null | null | //###########################################################################
//
// FILE: DSP2833x_Sci.h
//
// TITLE: DSP2833x Device SCI Register Definitions.
//
//###########################################################################
// $TI Release: 2833x/2823x Header Files and Peripheral Examples V133 $
// $Rel... | 33.645299 | 77 | 0.488124 |
08e66766be0c68a19f4979bffa76cc7e834de05a | 4,024 | h | C | lib/libyasa/raliparser.h | anoidgit/yasa | 2b67b3610a68287a29999499dee0ca8f8b8b0f62 | [
"Apache-2.0"
] | 2 | 2019-04-12T03:49:10.000Z | 2020-07-29T08:58:30.000Z | lib/libyasa/raliparser.h | hfxunlp/yasa | 2b67b3610a68287a29999499dee0ca8f8b8b0f62 | [
"Apache-2.0"
] | null | null | null | lib/libyasa/raliparser.h | hfxunlp/yasa | 2b67b3610a68287a29999499dee0ca8f8b8b0f62 | [
"Apache-2.0"
] | 1 | 2021-06-13T19:08:53.000Z | 2021-06-13T19:08:53.000Z | /*
Copyright 2013 RALI
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 agreed to in writing, software
distribut... | 23.810651 | 78 | 0.608101 |
39faa37d4edfd4c760eeab5789a792bbe84f8be3 | 973 | h | C | CS2710 Lab Work/LAB 7/P1/listADTArr.h | vikram-kv/CS2710-LabWork | 412e9746f746a131811df47c49fd141dc9e8fc70 | [
"Apache-2.0"
] | null | null | null | CS2710 Lab Work/LAB 7/P1/listADTArr.h | vikram-kv/CS2710-LabWork | 412e9746f746a131811df47c49fd141dc9e8fc70 | [
"Apache-2.0"
] | null | null | null | CS2710 Lab Work/LAB 7/P1/listADTArr.h | vikram-kv/CS2710-LabWork | 412e9746f746a131811df47c49fd141dc9e8fc70 | [
"Apache-2.0"
] | null | null | null | #ifndef LIST_ADT_ARR_H
#define LIST_ADT_ARR_H
typedef int elementType;//Alias for int used as an element type
typedef int Position;//Alias for int used for indexing
/*
Defines ADT List.
Data members: Pointer to the first node of an array of type elementType - *list
Position of the last node - last... | 27.8 | 81 | 0.713258 |
d82077f0b2275f028e2091190e0df965fb5d416d | 18,067 | h | C | hdf5-1.8.20/src/H5B2pkg.h | GWU-CFD/flash-distro | 740f45047bde057365823036158893c19c6d7c72 | [
"MIT"
] | 20 | 2016-06-22T04:14:55.000Z | 2022-03-21T15:06:48.000Z | hdf5-1.8.20/src/H5B2pkg.h | GWU-CFD/flash-distro | 740f45047bde057365823036158893c19c6d7c72 | [
"MIT"
] | 5 | 2019-06-06T18:47:10.000Z | 2022-03-31T14:05:18.000Z | hdf5-1.8.20/src/H5B2pkg.h | GWU-CFD/flash-distro | 740f45047bde057365823036158893c19c6d7c72 | [
"MIT"
] | 5 | 2017-07-11T22:28:45.000Z | 2021-12-03T22:21:08.000Z | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | 47.923077 | 126 | 0.60569 |
142f1e25001ddf858f8e81794b2612342664aeaa | 1,852 | h | C | base_engine/src/components/indexer/global_descriptor/index_builder.h | AiPratice/VideoAnalysisEngine | e6aa67e5b0d08d6b3ae1b63988982ef31e60bf7a | [
"Apache-2.0"
] | 23 | 2018-09-12T10:04:32.000Z | 2022-02-13T12:07:53.000Z | base_engine/src/components/indexer/global_descriptor/index_builder.h | AiPratice/VideoAnalysisTool | e6aa67e5b0d08d6b3ae1b63988982ef31e60bf7a | [
"Apache-2.0"
] | 1 | 2021-03-24T03:37:28.000Z | 2021-03-24T03:37:28.000Z | base_engine/src/components/indexer/global_descriptor/index_builder.h | AiPratice/VideoAnalysisTool | e6aa67e5b0d08d6b3ae1b63988982ef31e60bf7a | [
"Apache-2.0"
] | 12 | 2018-09-12T10:04:33.000Z | 2021-12-20T12:47:07.000Z | #pragma once
#include "definition.h"
#include "gdindex.h"
#include <string>
#include <vector>
namespace vrs
{
namespace components
{
class index_builder
{
public:
/*
* 建立以镜头为基础的全局索引
* vector<string> &feature_file_paths 特征文件路径数组
* const char *out_file_path 索引文件输出路径
* uint num_gaussians
* uint ld_mode 局部描述算子... | 33.672727 | 98 | 0.637149 |
969a9e23729c9f049b1a8563be3fe3f95076100b | 7,332 | h | C | src/aarch64/gic.h | am11/nanos | ae93340b38d41d200e587090bab02e91c9bc333b | [
"Apache-2.0"
] | null | null | null | src/aarch64/gic.h | am11/nanos | ae93340b38d41d200e587090bab02e91c9bc333b | [
"Apache-2.0"
] | null | null | null | src/aarch64/gic.h | am11/nanos | ae93340b38d41d200e587090bab02e91c9bc333b | [
"Apache-2.0"
] | null | null | null | #define GIC_SGI_INTS_START 0
#define GIC_SGI_INTS_END 16
#define GIC_PPI_INTS_START 16
#define GIC_PPI_INTS_END 32
#define GIC_SPI_INTS_START 32
#define GIC_SPI_INTS_END 64
#define GIC_MAX_INT GIC_SPI_INTS_END
#define GIC_MAX_PRIO 16
#define GIC_TIMER_IRQ 27
#define ICC_PMR_EL1 "S3_0_C4_C6_... | 46.113208 | 93 | 0.740589 |
cae0b139c16902197e4472378cabaa7d3e06f627 | 1,810 | h | C | source/nmt/translate/Translator.h | TestNLPClass/NiuTrans.NMT | 2439764705582e34624e1d76573f193aa22c9457 | [
"Apache-2.0"
] | 1 | 2020-12-07T13:23:22.000Z | 2020-12-07T13:23:22.000Z | source/nmt/translate/Translator.h | TestNLPClass/NiuTrans.NMT | 2439764705582e34624e1d76573f193aa22c9457 | [
"Apache-2.0"
] | null | null | null | source/nmt/translate/Translator.h | TestNLPClass/NiuTrans.NMT | 2439764705582e34624e1d76573f193aa22c9457 | [
"Apache-2.0"
] | 1 | 2020-12-07T13:23:25.000Z | 2020-12-07T13:23:25.000Z | /* NiuTrans.NMT - an open-source neural machine translation system.
* Copyright (C) 2020 NiuTrans Research. 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
*
* h... | 23.506494 | 75 | 0.666851 |
9f01075bde3baf629d86917e3134df4a4010a149 | 3,292 | h | C | System/Library/PrivateFrameworks/CarPlaySupport.framework/CarPlaySupport.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | 12 | 2019-06-02T02:42:41.000Z | 2021-04-13T07:22:20.000Z | System/Library/PrivateFrameworks/CarPlaySupport.framework/CarPlaySupport.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/CarPlaySupport.framework/CarPlaySupport.h | lechium/iPhoneOS_12.1.1_Headers | aac688b174273dfcbade13bab104461f463db772 | [
"MIT"
] | 3 | 2019-06-11T02:46:10.000Z | 2019-12-21T14:58:16.000Z | #import <CarPlaySupport/CPSGridButton.h>
#import <CarPlaySupport/CPSTableCell.h>
#import <CarPlaySupport/CPSButton.h>
#import <CarPlaySupport/CPSVoiceTemplateViewController.h>
#import <CarPlaySupport/CPSVoiceView.h>
#import <CarPlaySupport/CPSPausedCardView.h>
#import <CarPlaySupport/CPSPanButton.h>
#import <CarPlaySup... | 47.710145 | 62 | 0.855407 |
9f16405d773f885fc89d110c8a3a82dbf9959d37 | 3,668 | c | C | lib/drivers/display/lws-display.c | tlsa/libwebsockets | bd59a9963ca6d935b9e101d63caa89842c243ccb | [
"Apache-2.0"
] | null | null | null | lib/drivers/display/lws-display.c | tlsa/libwebsockets | bd59a9963ca6d935b9e101d63caa89842c243ccb | [
"Apache-2.0"
] | null | null | null | lib/drivers/display/lws-display.c | tlsa/libwebsockets | bd59a9963ca6d935b9e101d63caa89842c243ccb | [
"Apache-2.0"
] | null | null | null | /*
* lws abstract display
*
* Copyright (C) 2019 - 2022 Andy Green <andy@warmcat.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitatio... | 27.787879 | 79 | 0.727644 |
88c06fd78f3883cdceae8e9ddb814e7027da6c22 | 3,754 | h | C | LibGraphics/Shaders/Wm5VisualEffect.h | bazhenovc/WildMagic | b1a7cc2140dde23d8d9a4ece52a07bd5ff938239 | [
"BSL-1.0"
] | 48 | 2015-10-07T07:26:14.000Z | 2022-03-18T14:30:07.000Z | LibGraphics/Shaders/Wm5VisualEffect.h | zouxiaohang/WildMagic | b1a7cc2140dde23d8d9a4ece52a07bd5ff938239 | [
"BSL-1.0"
] | null | null | null | LibGraphics/Shaders/Wm5VisualEffect.h | zouxiaohang/WildMagic | b1a7cc2140dde23d8d9a4ece52a07bd5ff938239 | [
"BSL-1.0"
] | 21 | 2015-09-01T03:14:47.000Z | 2022-01-04T04:07:46.000Z | // Geometric Tools, LLC
// Copyright (c) 1998-2012
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 5.0.2 (2012/07/01)
#ifndef WM5VISUALEFFECT_H
#define WM5VISUALEFFECT_H
... | 36.803922 | 74 | 0.739212 |
7af88e28f9c74728ea2f28c5843ccb50a351da93 | 886 | h | C | ios/RNMonthPicker+Toolbar.h | vuduc4793/react-native-month-year-picker | b485a9ef4277ded274873fc68cc87b7cc2c720e9 | [
"MIT"
] | 68 | 2020-05-22T08:59:43.000Z | 2022-03-29T14:05:16.000Z | ios/RNMonthPicker+Toolbar.h | vuduc4793/react-native-month-year-picker | b485a9ef4277ded274873fc68cc87b7cc2c720e9 | [
"MIT"
] | 102 | 2020-05-22T12:56:58.000Z | 2022-03-22T11:48:39.000Z | ios/RNMonthPicker+Toolbar.h | vuduc4793/react-native-month-year-picker | b485a9ef4277ded274873fc68cc87b7cc2c720e9 | [
"MIT"
] | 35 | 2020-06-12T14:05:01.000Z | 2022-03-28T20:17:36.000Z | //
// RNMonthPicker+Toolbar.h
// Pods
//
// Created by Gustavo Paris on 22/09/2020.
//
#import <UIKit/UIKit.h>
#import <React/UIView+React.h>
@interface RNMonthPickerToolbar : UIView
@property (nonatomic, copy) RCTBubblingEventBlock onCancel;
@property (nonatomic, copy) RCTBubblingEventBlock onDone;
@property (non... | 30.551724 | 60 | 0.774266 |
9b8ddaf1390f69c8504ec4a3c31d6bc511716ce2 | 1,791 | h | C | include/Renderer/renderWindow.h | ThomasMontanoGames/Rune | fc23eac324e2381f4c5fddce5a1b3a805bed34bd | [
"Apache-2.0"
] | 3 | 2020-10-05T00:09:43.000Z | 2021-06-01T23:11:54.000Z | include/Renderer/renderWindow.h | ThomasMontanoGames/Rune | fc23eac324e2381f4c5fddce5a1b3a805bed34bd | [
"Apache-2.0"
] | null | null | null | include/Renderer/renderWindow.h | ThomasMontanoGames/Rune | fc23eac324e2381f4c5fddce5a1b3a805bed34bd | [
"Apache-2.0"
] | null | null | null | /**
* @class rune::RenderWindow
* @brief A window that the game can be drawn to.
*
* @author Thomas Montano
* @date April 20 2020
*/
#ifndef RENDER_WINDOW_H
#define RENDER_WINDOW_H
#include "core.h"
#include "color.h"
#include <vector>
#include "Math\vec2.h"
#include <Renderer\camera.h>
#include <string>
struc... | 24.875 | 72 | 0.718035 |
c61696f02de82992ec54f927e9754e41a764fed5 | 4,565 | c | C | thingml_xpath.c | SINTEF-9012/thingml-xpath.c-value | 981fefed418be187f49965dc9bd4d14514ef101f | [
"MIT"
] | 1 | 2015-09-02T16:18:45.000Z | 2015-09-02T16:18:45.000Z | thingml_xpath.c | SINTEF-9012/thingml-xpath.c-value | 981fefed418be187f49965dc9bd4d14514ef101f | [
"MIT"
] | null | null | null | thingml_xpath.c | SINTEF-9012/thingml-xpath.c-value | 981fefed418be187f49965dc9bd4d14514ef101f | [
"MIT"
] | null | null | null | /*
* thingml_xpath.c
*
* Created on: Sep 2, 2015
* Author: vassik
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <libxml/xmlstring.h>
#include "thingml... | 32.607143 | 114 | 0.709091 |
18c2a5c5f403f07e7c43b599b7c2a73f9de3fe3f | 10,927 | c | C | 2_usb_device/lib_mem/cf/cf.c | rw-hsma-fpga/grub-switch | 299df9b84a125ef2a5820660502dedcec34092ee | [
"MIT"
] | 20 | 2020-07-22T19:25:22.000Z | 2022-03-28T18:10:39.000Z | 2_usb_device/lib_mem/cf/cf.c | rw-hsma-fpga/grub-switch | 299df9b84a125ef2a5820660502dedcec34092ee | [
"MIT"
] | null | null | null | 2_usb_device/lib_mem/cf/cf.c | rw-hsma-fpga/grub-switch | 299df9b84a125ef2a5820660502dedcec34092ee | [
"MIT"
] | null | null | null | /*This file is prepared for Doxygen automatic documentation generation.*/
//! \file *********************************************************************
//!
//! \brief This file contains the low-level dataflash routines
//!
//! - Compiler: IAR EWAVR and GNU GCC for AVR
//! - Supported devices: AT90USB... | 35.82623 | 123 | 0.584241 |
b72686a72ae38d6367cb0005a02300240a5a8120 | 6,208 | c | C | module/ngx_http_webshell_module.c | maverickplusplus/shellwithwsshd | f32f4c06c160e9bad49b0d8a0ad96e5e697761f5 | [
"MIT"
] | 25 | 2018-12-17T03:50:38.000Z | 2022-03-08T08:31:02.000Z | module/ngx_http_webshell_module.c | maverickplusplus/shellwithwsshd | f32f4c06c160e9bad49b0d8a0ad96e5e697761f5 | [
"MIT"
] | null | null | null | module/ngx_http_webshell_module.c | maverickplusplus/shellwithwsshd | f32f4c06c160e9bad49b0d8a0ad96e5e697761f5 | [
"MIT"
] | 8 | 2019-05-31T09:37:21.000Z | 2021-11-06T12:30:28.000Z | /**
* Nginx HTTP Application Module
* Embed Application into Nginx (GET/POST/WebSocket)
*
* Author: CUI Wei <ghostplant@qq.com>
* Copyright (C) 2016.12 - ..
*
* The MIT License (MIT)
*/
#include <pty.h>
#include <termios.h>
#include <fcntl.h>
#include <signal.h>
#include "ngx_http_webshell_module.h"
... | 24.733068 | 172 | 0.595522 |
763c6df35720fc080bc23b04fcee64c04c0ca2c8 | 199 | h | C | screenposition.h | Catishere/TheGame | 9519ea2f2c1b152039b4aa30022f6f7ab94d83ac | [
"MIT"
] | null | null | null | screenposition.h | Catishere/TheGame | 9519ea2f2c1b152039b4aa30022f6f7ab94d83ac | [
"MIT"
] | null | null | null | screenposition.h | Catishere/TheGame | 9519ea2f2c1b152039b4aa30022f6f7ab94d83ac | [
"MIT"
] | null | null | null | #ifndef SCREENPOSITION_H
#define SCREENPOSITION_H
struct ScreenPosition {
float xOffset;
float yOffset;
float scale;
};
typedef struct ScreenPosition scrPos;
#endif // SCREENPOSITION_H
| 16.583333 | 37 | 0.763819 |
49aa6736d6f28725237049a2468377467aedc070 | 2,592 | h | C | DQM/SiStripMonitorClient/interface/SiStripDcsInfo.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | DQM/SiStripMonitorClient/interface/SiStripDcsInfo.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | DQM/SiStripMonitorClient/interface/SiStripDcsInfo.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | #ifndef SiStripMonitorClient_SiStripDcsInfo_h
#define SiStripMonitorClient_SiStripDcsInfo_h
// -*- C++ -*-
//
// Package: SiStripMonitorClient
// Class : SiStripDcsInfo
//
/**\class SiStripDcsInfo SiStripDcsInfo.h DQM/SiStripMonitorCluster/interface/SiStripDcsInfo.h
Description:
Checks the # of SiStr... | 23.351351 | 97 | 0.736111 |
6f6d486faa305321e6c14e46507fb6011eb61191 | 536 | h | C | MVCTest/PDDetailInfo.h | YiQieSuiYuan/TVLis | eadbe5b57f27fa4c72aaad834bca5dd17d6cc6e6 | [
"Apache-2.0"
] | 7 | 2016-04-05T02:56:41.000Z | 2016-08-23T04:04:42.000Z | MVCTest/PDDetailInfo.h | dev-zlcode/TVList | eadbe5b57f27fa4c72aaad834bca5dd17d6cc6e6 | [
"Apache-2.0"
] | 1 | 2016-05-27T04:07:55.000Z | 2016-05-27T04:07:55.000Z | MVCTest/PDDetailInfo.h | dev-zlcode/TVList | eadbe5b57f27fa4c72aaad834bca5dd17d6cc6e6 | [
"Apache-2.0"
] | 3 | 2016-07-18T00:38:46.000Z | 2021-02-08T02:52:26.000Z | //
// PDDetailInfo.h
// MVCTest
//
// Created by 张雷 on 16/1/9.
// Copyright © 2016年 zhanlgei. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface PDDetailInfo : NSObject
// 节目名
@property (nonatomic,strong) NSString *t;
// 播放时间
@property (nonatomic,strong) NSString *showTime;
// 开始时间
@property (n... | 19.142857 | 52 | 0.716418 |
6f877ddb6b4fc513327f06aa90ff7275dc9ea283 | 1,535 | h | C | flare/times/internal/time_zone_fixed.h | flare-rpc/flare-cpp | c1630c7eb8bae0a0b0cee6ec3f13f1babeaef950 | [
"Apache-2.0"
] | 3 | 2022-01-23T17:55:24.000Z | 2022-03-23T12:55:18.000Z | flare/times/internal/time_zone_fixed.h | flare-rpc/flare-cpp | c1630c7eb8bae0a0b0cee6ec3f13f1babeaef950 | [
"Apache-2.0"
] | null | null | null | flare/times/internal/time_zone_fixed.h | flare-rpc/flare-cpp | c1630c7eb8bae0a0b0cee6ec3f13f1babeaef950 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) 2021, gottingen group.
// All rights reserved.
// Created by liyinbin lijippy@163.com
#ifndef FLARE_TIMES_INTERNAL_TIME_ZONE_FIXED_H_
#define FLARE_TIMES_INTERNAL_TIME_ZONE_FIXED_H_
#include <string>
#include "flare/base/profile.h"
#include "flare/times/internal/time_zone.h"
namespace flare::times_i... | 40.394737 | 76 | 0.731596 |
e4acd1c1d1ffa33b59b309183f622c6d08e91f21 | 6,129 | c | C | usr/boot_perfmon/connections.c | lambdaxymox/barrelfish | 06a9f54721a8d96874a8939d8973178a562c342f | [
"MIT"
] | 111 | 2015-02-03T02:57:27.000Z | 2022-03-01T23:57:09.000Z | usr/boot_perfmon/connections.c | lambdaxymox/barrelfish | 06a9f54721a8d96874a8939d8973178a562c342f | [
"MIT"
] | 12 | 2016-03-22T14:44:32.000Z | 2020-03-18T13:30:29.000Z | usr/boot_perfmon/connections.c | lambdaxymox/barrelfish | 06a9f54721a8d96874a8939d8973178a562c342f | [
"MIT"
] | 55 | 2015-02-03T05:28:12.000Z | 2022-03-31T05:00:03.000Z | /**
* \file
* \brief
*/
/*
* Copyright (c) 2010, ETH Zurich and Mircosoft Corporation.
* All rights reserved.
*
* This file is distributed under the terms in the attached LICENSE file.
* If you do not find this file, copies can be found by writing to:
* ETH Zurich D-INFK, Universitaetstrasse 6, CH-8092 Zurich... | 25.222222 | 81 | 0.590798 |
a516633f25848f6dbfb74e94b5db20535ea6b3ca | 2,125 | h | C | Code/Editor/Include/IErrorReport.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 1 | 2022-03-12T14:13:45.000Z | 2022-03-12T14:13:45.000Z | Code/Editor/Include/IErrorReport.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 2 | 2022-01-13T04:29:38.000Z | 2022-03-12T01:05:31.000Z | Code/Editor/Include/IErrorReport.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
// Description : Class that collects error reports to present them later.
#ifndef CRYINCLUDE_ED... | 28.716216 | 100 | 0.671059 |
a5d847f6fafa480522c3e29ccd53c62f59ac526e | 1,152 | h | C | include/snake/engine.h | CS126SP20/snake-pyanda2 | cde0003962ae17c2164ff59149b239f220415dda | [
"MIT"
] | null | null | null | include/snake/engine.h | CS126SP20/snake-pyanda2 | cde0003962ae17c2164ff59149b239f220415dda | [
"MIT"
] | null | null | null | include/snake/engine.h | CS126SP20/snake-pyanda2 | cde0003962ae17c2164ff59149b239f220415dda | [
"MIT"
] | null | null | null | // Copyright (c) 2020 CS126SP20. All rights reserved.
#ifndef SNAKE_ENGINE_H_
#define SNAKE_ENGINE_H_
#include <random>
#include <set>
#include "direction.h"
#include "food.h"
#include "snake.h"
namespace snake {
// This is the game engine which is primary way to interact with the game.
class Engine {
public:
... | 20.571429 | 74 | 0.717882 |
9d1b6b7c394cfb5eb5ef2968065f97b5f2b875a7 | 9,168 | c | C | linux-4.14.90-dev/linux-4.14.90/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | bingchunjin/1806_SDK | d5ed0258fc22f60e00ec025b802d175f33da6e41 | [
"MIT"
] | 55 | 2019-12-20T03:25:14.000Z | 2022-01-16T07:19:47.000Z | linux-4.14.90-dev/linux-4.14.90/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | bingchunjin/1806_SDK | d5ed0258fc22f60e00ec025b802d175f33da6e41 | [
"MIT"
] | 5 | 2020-04-04T09:24:09.000Z | 2020-04-19T12:33:55.000Z | linux-4.14.90-dev/linux-4.14.90/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c | bingchunjin/1806_SDK | d5ed0258fc22f60e00ec025b802d175f33da6e41 | [
"MIT"
] | 30 | 2018-05-02T08:43:27.000Z | 2022-01-23T03:25:54.000Z | /*
* Intel IXP4xx Queue Manager driver for Linux
*
* Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License
* as published by the Free Software Foundation.
*/
#include <linu... | 24.579088 | 75 | 0.674193 |
c444c5dbff608b567384ceb81cd10c938100dee2 | 1,503 | c | C | C Programs/interlace-odd-even-from-a-to-b.c | muhammad-masood-ur-rehman/Skillrack | 71a25417c89d0efab40ee6229ccd758b26ae4312 | [
"CC0-1.0"
] | 2 | 2021-06-26T21:50:59.000Z | 2021-09-18T04:55:51.000Z | C Programs/interlace-odd-even-from-a-to-b.c | muhammad-masood-ur-rehman/Skillrack | 71a25417c89d0efab40ee6229ccd758b26ae4312 | [
"CC0-1.0"
] | null | null | null | C Programs/interlace-odd-even-from-a-to-b.c | muhammad-masood-ur-rehman/Skillrack | 71a25417c89d0efab40ee6229ccd758b26ae4312 | [
"CC0-1.0"
] | null | null | null | Interlace odd / even from A to B
Two numbers A and B are passed as input. The program must print the odd numbers from A to B (inclusive of A and B) interlaced with the even numbers from B to A.
Input Format: The first line denotes the value of A. The second line denotes the value of B.
Output Format: The odd and even ... | 37.575 | 320 | 0.707917 |
87ff4f56dbe165ae307d41b9eafa595bfd8292b1 | 229 | h | C | WUO/WUO/Util/Refresh/XYRefreshGifFooter.h | Ossey/WUO | bd4b9dd45cc5bd2be4aa7e47166ca5ec0645dfc6 | [
"Apache-2.0"
] | null | null | null | WUO/WUO/Util/Refresh/XYRefreshGifFooter.h | Ossey/WUO | bd4b9dd45cc5bd2be4aa7e47166ca5ec0645dfc6 | [
"Apache-2.0"
] | null | null | null | WUO/WUO/Util/Refresh/XYRefreshGifFooter.h | Ossey/WUO | bd4b9dd45cc5bd2be4aa7e47166ca5ec0645dfc6 | [
"Apache-2.0"
] | null | null | null | //
// XYRefreshGifFooter.h
// WUO
//
// Created by mofeini on 17/1/3.
// Copyright © 2017年 com.test.demo. All rights reserved.
//
#import <MJRefresh/MJRefresh.h>
@interface XYRefreshGifFooter : MJRefreshBackGifFooter
@end
| 16.357143 | 57 | 0.71179 |
27852cfb3503e8d4de92d0bf26ab0f51c946837c | 5,841 | c | C | io/m_io_osevent_pipe.c | Monetra/mstdlib | aecbaa0c14a3a618923331250427e175db7ebef9 | [
"BSD-2-Clause"
] | 22 | 2017-09-28T16:12:10.000Z | 2022-03-11T03:21:11.000Z | io/m_io_osevent_pipe.c | Monetra/mstdlib | aecbaa0c14a3a618923331250427e175db7ebef9 | [
"BSD-2-Clause"
] | 13 | 2018-03-06T16:24:12.000Z | 2020-03-02T13:25:19.000Z | io/m_io_osevent_pipe.c | Monetra/mstdlib | aecbaa0c14a3a618923331250427e175db7ebef9 | [
"BSD-2-Clause"
] | 5 | 2018-03-06T15:54:42.000Z | 2020-03-10T16:02:06.000Z | /* The MIT License (MIT)
*
* Copyright (c) 2017 Monetra Technologies, LLC.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the righ... | 30.421875 | 164 | 0.7283 |
1e75d67a8fd3e2f1d8f333184b0694322f663690 | 4,032 | c | C | asm68k/src/symbol.c | tenk-a/misc | f66b265c0feea2d06d1aea95df101315d940d99d | [
"BSD-2-Clause"
] | null | null | null | asm68k/src/symbol.c | tenk-a/misc | f66b265c0feea2d06d1aea95df101315d940d99d | [
"BSD-2-Clause"
] | null | null | null | asm68k/src/symbol.c | tenk-a/misc | f66b265c0feea2d06d1aea95df101315d940d99d | [
"BSD-2-Clause"
] | null | null | null | /***********************************************************************
*
* SYMBOL.C
* Symbol Handling Routines for 68000 Assembler
*
* Function: lookup()
* Searches the symbol table for a previously defined
* symbol or creates a new symbol. The routine functions
* as follows:
*
* Symbol
* Found ... | 25.2 | 78 | 0.589286 |
1492aa83e26c7d0998b9feee6327fce7bcfef694 | 301 | h | C | Tests/Mocks/SRMockTransportRequest.h | niketaabnave/SignalR-Obj-Updated | 2f8eca8c5488153e0d5afa6a1008161da58ff1bd | [
"MIT"
] | null | null | null | Tests/Mocks/SRMockTransportRequest.h | niketaabnave/SignalR-Obj-Updated | 2f8eca8c5488153e0d5afa6a1008161da58ff1bd | [
"MIT"
] | null | null | null | Tests/Mocks/SRMockTransportRequest.h | niketaabnave/SignalR-Obj-Updated | 2f8eca8c5488153e0d5afa6a1008161da58ff1bd | [
"MIT"
] | null | null | null | //
// SRMockTransportRequest.h
// SignalR.Client.ObjC
//
// Created by Alex Billingsley on 7/20/16.
// Copyright © 2016 DyKnow LLC. All rights reserved.
//
#import <URLMock/UMKMockHTTPRequest.h>
#import <URLMock/UMKMockURLProtocol.h>
@interface SRMockTransportRequest : UMKMockHTTPRequest
@end
| 20.066667 | 54 | 0.750831 |
e7db3e5023cb2178d2f1267c291d8baae949e7ff | 4,276 | h | C | RTIMULib/RTFusion.h | AchmadFathoni/RTIMULib2 | c1239e438503357c35ffdd7bd3782388b1d02798 | [
"MIT"
] | 16 | 2017-06-18T15:29:09.000Z | 2022-01-10T06:27:02.000Z | RTIMULib/RTFusion.h | bsirang/RTIMULib2 | 19018e1dd5007155f38aecca4e7439121ce6f235 | [
"MIT"
] | null | null | null | RTIMULib/RTFusion.h | bsirang/RTIMULib2 | 19018e1dd5007155f38aecca4e7439121ce6f235 | [
"MIT"
] | 29 | 2017-06-19T17:07:57.000Z | 2021-11-25T15:26:23.000Z | ////////////////////////////////////////////////////////////////////////////
//
// This file is part of RTIMULib
//
// Copyright (c) 2014-2015, richards-tech, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"... | 42.336634 | 129 | 0.665108 |
af3e04e41c644bf704a45000ff774b2849bebf48 | 675 | c | C | lab1/hello3.c | DonovanYe/CS11 | e0f0a10821e8d6cc7c6c77d1030d0d0fead729d1 | [
"MIT"
] | null | null | null | lab1/hello3.c | DonovanYe/CS11 | e0f0a10821e8d6cc7c6c77d1030d0d0fead729d1 | [
"MIT"
] | null | null | null | lab1/hello3.c | DonovanYe/CS11 | e0f0a10821e8d6cc7c6c77d1030d0d0fead729d1 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main(void) {
char s[100];
int randN;
int i;
/* Seed rand */
srand(time(0));
/* Scan for name input */
printf("Enter your name: ");
scanf("%99s", s);
/* Random int between 1 and 10 */
randN = (in... | 22.5 | 78 | 0.444444 |
6331ca740ebc65377bd5b89674ccab788b9f3a9e | 2,624 | h | C | vector.h | daleksla/SGL | 3ee2e264920e440190d4aa7535570ad5300fe417 | [
"BSL-1.0"
] | null | null | null | vector.h | daleksla/SGL | 3ee2e264920e440190d4aa7535570ad5300fe417 | [
"BSL-1.0"
] | null | null | null | vector.h | daleksla/SGL | 3ee2e264920e440190d4aa7535570ad5300fe417 | [
"BSL-1.0"
] | null | null | null | #ifndef VECTOR_H
#define VECTOR_H
#pragma once
#include <stdlib.h> // malloc, free
#include <string.h> // memcpy, memset
/** @brief Vector structure & functionality to support dynamically allocated arrays
@author Salih Mahmoud Sayed Ahmed
@email ahmed233@uni.coventry.ac.uk
@date Jun 2021
**/
#ifdef __cpl... | 26.505051 | 129 | 0.705793 |
6351665ffaf49a11f87fb438de717f6ea09d5b0b | 298 | h | C | src/src/base/AppInfo.h | zhangkn/MachOExplorer | 7f510277b2d10612cab739c4456aadc292cda3a5 | [
"MIT"
] | 586 | 2017-02-18T02:30:50.000Z | 2022-03-24T02:54:22.000Z | src/src/base/AppInfo.h | fenglh/MachOExplorer | 173122e2a0dae9633f792bd4399a6ce832596458 | [
"MIT"
] | 20 | 2017-12-01T02:41:08.000Z | 2021-01-05T20:48:28.000Z | src/src/base/AppInfo.h | fenglh/MachOExplorer | 173122e2a0dae9633f792bd4399a6ce832596458 | [
"MIT"
] | 56 | 2017-10-02T07:54:03.000Z | 2021-12-16T09:15:58.000Z | //
// Created by everettjf
// Copyright © 2017 everettjf. All rights reserved.
//
#ifndef APPINFO_H
#define APPINFO_H
#include <QString>
class AppInfo
{
public:
AppInfo();
static AppInfo & Instance();
QString GetAppVersion();
QString GetAppEdition();
};
#endif // APPINFO_H
| 12.956522 | 52 | 0.674497 |
635f8e62a063571ff7f023b488250d662583d442 | 2,165 | h | C | Engine/lib/collada/include/dae/daeUtils.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 2,113 | 2015-01-01T11:23:01.000Z | 2022-03-28T04:51:46.000Z | Engine/lib/collada/include/dae/daeUtils.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 948 | 2015-01-02T01:50:00.000Z | 2022-02-27T05:56:40.000Z | Engine/lib/collada/include/dae/daeUtils.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 944 | 2015-01-01T09:33:53.000Z | 2022-03-15T22:23:03.000Z | // A home for commonly used utility functions. These are mostly for internal DOM
// use, but the automated tests use some of these functions, so we'll export
// them.
#ifndef daeUtils_h
#define daeUtils_h
#include <string>
#include <sstream>
#include <list>
#include <vector>
#include <dae/daePlatform.h>
namespace cdo... | 31.838235 | 98 | 0.636952 |
c0a6163546404e024d03746b26930b0c96be8b88 | 4,014 | h | C | netbsd/sys/arch/hpcarm/sa11x0/sa11x0_gpioreg.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 91 | 2015-01-05T15:18:31.000Z | 2022-03-11T16:43:28.000Z | netbsd/sys/arch/hpcarm/sa11x0/sa11x0_gpioreg.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 1 | 2016-02-25T15:57:55.000Z | 2016-02-25T16:01:02.000Z | netbsd/sys/arch/hpcarm/sa11x0/sa11x0_gpioreg.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 21 | 2015-02-07T08:23:07.000Z | 2021-12-14T06:01:49.000Z | /* $NetBSD: sa11x0_gpioreg.h,v 1.11 2001/07/13 03:33:38 ichiro Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc. All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Ichiro FUKUHARA (ichiro@ichiro.org).
*
* Redistribution and use in source and binary ... | 40.545455 | 78 | 0.737668 |
0239c4ed05bd12bb95aa9cf6016e3c34faa33df2 | 231 | h | C | MediaManagerDemo/MediaManagerViewController.h | kajornsakp/DroneHackathon-iOS | 50a9171de8b29e7f99c2cfc5d4e8b11060da8425 | [
"MIT"
] | 4 | 2018-10-01T19:35:11.000Z | 2021-02-26T04:34:11.000Z | MediaManagerDemo/MediaManagerViewController.h | kajornsakp/DroneHackathon-iOS | 50a9171de8b29e7f99c2cfc5d4e8b11060da8425 | [
"MIT"
] | 4 | 2017-08-15T02:41:34.000Z | 2018-03-09T11:01:13.000Z | MediaManagerDemo/MediaManagerViewController.h | kajornsakp/DroneHackathon-iOS | 50a9171de8b29e7f99c2cfc5d4e8b11060da8425 | [
"MIT"
] | 2 | 2019-03-08T08:59:53.000Z | 2020-07-14T16:43:25.000Z | //
// MediaManagerViewController.h
// MediaManagerDemo
//
// Created by DJI on 1/8/2017.
// Copyright © 2017 DJI. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MediaManagerViewController : UIViewController
@end
| 16.5 | 56 | 0.722944 |
cbe3258bf9d8335c8810b8d5f6044a91429a7b19 | 16,574 | c | C | src/nlreset_info.c | nestlabs/nlplatform | ddcc36e911c16401d46b053ca918ac8087fe4679 | [
"Apache-2.0"
] | 2 | 2020-08-27T04:57:24.000Z | 2022-01-17T11:56:47.000Z | src/nlreset_info.c | nestlabs/nlplatform | ddcc36e911c16401d46b053ca918ac8087fe4679 | [
"Apache-2.0"
] | null | null | null | src/nlreset_info.c | nestlabs/nlplatform | ddcc36e911c16401d46b053ca918ac8087fe4679 | [
"Apache-2.0"
] | 1 | 2022-01-10T14:15:16.000Z | 2022-01-10T14:15:16.000Z | /*
*
* Copyright (c) 2016-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... | 35.719828 | 151 | 0.684989 |
4ffae00c5d0d8aa945659cea393d2a93b649f5a5 | 870 | h | C | guest/lib.h | fork-for-contribution/ZeldaOS.x86_64 | e3f9ed83ecb8c101328ec6653a036677d2b37aa9 | [
"BSD-3-Clause"
] | 49 | 2019-03-25T15:11:31.000Z | 2022-03-26T08:37:49.000Z | guest/lib.h | fork-for-contribution/ZeldaOS.x86_64 | e3f9ed83ecb8c101328ec6653a036677d2b37aa9 | [
"BSD-3-Clause"
] | 8 | 2019-05-22T16:56:24.000Z | 2020-09-10T04:43:28.000Z | guest/lib.h | fork-for-contribution/ZeldaOS.x86_64 | e3f9ed83ecb8c101328ec6653a036677d2b37aa9 | [
"BSD-3-Clause"
] | 14 | 2019-06-18T10:46:52.000Z | 2022-03-31T03:37:52.000Z | /*
* Copyright (c) 2019 Jie Zheng
*/
#ifndef _LIB_H
#define _LIB_H
#include <stdint.h>
#include <printk.h>
void
memset(void *dst, const void *src, int nr_bytes);
void
print_string(const char * content);
static inline uint64_t
rdtsc(void)
{
uint32_t eax = 0;
uint32_t edx = 0;
__asm__ volatile("rdtsc;"
... | 18.510638 | 72 | 0.557471 |
8b43b11e98cec70323bf03131f66138f6e52100a | 9,085 | h | C | google/cloud/securitycenter/security_center_connection.h | GoogleCloudPlatform/google-cloud-cpp | c4fc35de9e15f95b1dbf585f1c96de5dba609e2b | [
"Apache-2.0"
] | 80 | 2017-11-24T00:19:45.000Z | 2019-01-25T10:24:33.000Z | google/cloud/securitycenter/security_center_connection.h | GoogleCloudPlatform/google-cloud-cpp | c4fc35de9e15f95b1dbf585f1c96de5dba609e2b | [
"Apache-2.0"
] | 1,579 | 2017-11-24T01:01:21.000Z | 2019-01-28T23:41:21.000Z | google/cloud/securitycenter/security_center_connection.h | GoogleCloudPlatform/google-cloud-cpp | c4fc35de9e15f95b1dbf585f1c96de5dba609e2b | [
"Apache-2.0"
] | 51 | 2017-11-24T00:56:11.000Z | 2019-01-18T20:35:02.000Z | // Copyright 2022 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 39.5 | 86 | 0.766979 |
8b4725452409cce450b6da7546b483b9cde98642 | 2,617 | h | C | examples/mikeos/kernel/DebugDisplay.h | cashlisa/mos | 75165d1a63a6aa172001bbd9a1df441ff9c15038 | [
"MIT"
] | 302 | 2019-05-20T12:45:37.000Z | 2022-03-29T07:27:43.000Z | examples/mikeos/kernel/DebugDisplay.h | huytd/mos | a9d8f925b87fcc56b94ff5933403f46a3146e1bf | [
"MIT"
] | 12 | 2020-03-27T13:04:53.000Z | 2021-12-07T12:26:29.000Z | examples/mikeos/kernel/DebugDisplay.h | huytd/mos | a9d8f925b87fcc56b94ff5933403f46a3146e1bf | [
"MIT"
] | 33 | 2020-04-08T15:40:44.000Z | 2022-03-12T03:26:07.000Z | #ifndef _DEBUGDISPLAY_H
#define _DEBUGDISPLAY_H
//****************************************************************************
//**
//** DebugDisplay.h
//** - Provides display capabilities for debugging. Because it is
//** specifically for debugging and not final release, we don't
//** care for portab... | 45.912281 | 79 | 0.269775 |
ae2a42315dce78477bd4cb4a3881f3ca21f5e5ab | 323 | h | C | generic/tcltermbox.h | ray2501/tcl-termbox | 6cd708dfa022ad88050f7f1c1f033e91039b758c | [
"MIT"
] | null | null | null | generic/tcltermbox.h | ray2501/tcl-termbox | 6cd708dfa022ad88050f7f1c1f033e91039b758c | [
"MIT"
] | null | null | null | generic/tcltermbox.h | ray2501/tcl-termbox | 6cd708dfa022ad88050f7f1c1f033e91039b758c | [
"MIT"
] | null | null | null | #ifndef _TERMBOX
#define _TERMBOX
/*
* For C++ compilers, use extern "C"
*/
#ifdef __cplusplus
extern "C" {
#endif
#include <tcl.h>
/*
* Only the _Init function is exported.
*/
extern DLLEXPORT int Termbox_Init(Tcl_Interp * interp);
/*
* end block for C++
*/
#ifdef __cplusplus
}
#endif
#endif /* _TERMBOX ... | 11.137931 | 55 | 0.656347 |
539aed5f1f7bfaa900e8c881284c4c81aa6fcc6c | 95 | h | C | ios/Classes/WatchConnectivityPlugin.h | Rexios80/watch_connectivity | 863e07a3d971a7ca9cfd2dea2e6453b639d7c783 | [
"BSD-3-Clause"
] | null | null | null | ios/Classes/WatchConnectivityPlugin.h | Rexios80/watch_connectivity | 863e07a3d971a7ca9cfd2dea2e6453b639d7c783 | [
"BSD-3-Clause"
] | null | null | null | ios/Classes/WatchConnectivityPlugin.h | Rexios80/watch_connectivity | 863e07a3d971a7ca9cfd2dea2e6453b639d7c783 | [
"BSD-3-Clause"
] | null | null | null | #import <Flutter/Flutter.h>
@interface WatchConnectivityPlugin : NSObject<FlutterPlugin>
@end
| 19 | 60 | 0.810526 |
85ad273654748ff427eb0639e6c9f0dd99a624af | 50,881 | c | C | code/libcdio/lib/iso9660/iso9660_fs.c | timkingh/FFmpeg_VS | 993b14dc146731d782cf4b5fffc6a0f4b9aeea0c | [
"MIT"
] | null | null | null | code/libcdio/lib/iso9660/iso9660_fs.c | timkingh/FFmpeg_VS | 993b14dc146731d782cf4b5fffc6a0f4b9aeea0c | [
"MIT"
] | null | null | null | code/libcdio/lib/iso9660/iso9660_fs.c | timkingh/FFmpeg_VS | 993b14dc146731d782cf4b5fffc6a0f4b9aeea0c | [
"MIT"
] | null | null | null | /*
Copyright (C) 2003-2008, 2011-2015, 2017 Rocky Bernstein <rocky@gnu.org>
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
This program 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 ve... | 27.712963 | 90 | 0.676952 |
85d2cbcdd1a890667bf867b96f9c173b0a44d7ab | 5,829 | c | C | CoX/CoX_Peripheral/CoX_Peripheral_NUC122/pwm/test/suite1/src/xpwmtest3.c | coocox/cox | c94e4a65417301b76a02108be5a9eeea3663ef70 | [
"BSD-3-Clause"
] | 58 | 2015-01-23T11:12:14.000Z | 2022-03-23T01:52:14.000Z | CoX/CoX_Peripheral/CoX_Peripheral_NUC122/pwm/test/suite1/src/xpwmtest3.c | eventus17/cox | c94e4a65417301b76a02108be5a9eeea3663ef70 | [
"BSD-3-Clause"
] | 1 | 2017-12-30T05:40:50.000Z | 2017-12-30T05:40:50.000Z | CoX/CoX_Peripheral/CoX_Peripheral_NUC122/pwm/test/suite1/src/xpwmtest3.c | eventus17/cox | c94e4a65417301b76a02108be5a9eeea3663ef70 | [
"BSD-3-Clause"
] | 68 | 2015-01-22T11:03:59.000Z | 2022-01-29T14:18:40.000Z | //*****************************************************************************
//
//! @page xpwm_testcase xpwm CaptureMode test
//!
//! File: @ref xpwmtest3.c
//!
//! <h2>Description</h2>
//! This module implements the test sequence for the xpwm sub component.<br><br>
//! - \p Board: NUC122 <br><br>
//! - \p Last-Time... | 27.757143 | 120 | 0.441757 |
c490515962b6a9488f8daf991302d1933f0794f0 | 3,929 | c | C | src/lib/thread/thread.c | State-of-War-PostBar/Blue-Alert | 637f4738e09433de9dbc7adae4cdd047ea306730 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/lib/thread/thread.c | State-of-War-PostBar/Blue-Alert | 637f4738e09433de9dbc7adae4cdd047ea306730 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/lib/thread/thread.c | State-of-War-PostBar/Blue-Alert | 637f4738e09433de9dbc7adae4cdd047ea306730 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | /*************************************************************************************************
* *
* [ Blue Alert ] *
* ... | 39.686869 | 99 | 0.371087 |
e30919f1c7630199ca0b232f3e1eecff72b6b570 | 3,646 | c | C | asn1c_defs/X2N_ServedNRCellsToModify-Item.c | o-ran-sc/ric-app-admin | 0a168f272a81ac4c3afe42e014f8032f2a159d97 | [
"Apache-2.0"
] | null | null | null | asn1c_defs/X2N_ServedNRCellsToModify-Item.c | o-ran-sc/ric-app-admin | 0a168f272a81ac4c3afe42e014f8032f2a159d97 | [
"Apache-2.0"
] | null | null | null | asn1c_defs/X2N_ServedNRCellsToModify-Item.c | o-ran-sc/ric-app-admin | 0a168f272a81ac4c3afe42e014f8032f2a159d97 | [
"Apache-2.0"
] | null | null | null | /*
* Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
* From ASN.1 module "X2AP-PDU-Contents"
* found in "../../asn_defs/asn1/x2ap-15-04.asn"
* `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
*/
#include "X2N_ServedNRCellsToModify-Item.h"
#include "X2N_NRNeighbour-Infor... | 38.378947 | 93 | 0.727647 |
8b784dc556e0e15a2f1d6b3de7a4a13306e3d1d8 | 3,429 | h | C | include/x/eklt/types.h | jpl-x/x_events | e9d0b6e578f045eb7b57acadf75b77d8a323f51d | [
"Apache-2.0"
] | null | null | null | include/x/eklt/types.h | jpl-x/x_events | e9d0b6e578f045eb7b57acadf75b77d8a323f51d | [
"Apache-2.0"
] | null | null | null | include/x/eklt/types.h | jpl-x/x_events | e9d0b6e578f045eb7b57acadf75b77d8a323f51d | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <deque>
#include <opencv2/core.hpp>
#include <ceres/ceres.h>
#include <ceres/cubic_interpolation.h>
#include <x/common/event_types.h>
#include <x/vision/tiled_image.h>
#include <x/common/csv_writer.h>
#if __has_include(<filesystem>)
#include <filesystem>
namespace fs = std::filesystem;
#elif... | 30.616071 | 154 | 0.719452 |
e95b56a2193eac6158d48b70231c928a4bd5bfd6 | 449 | h | C | Engine/Classes/UserInterface/ImGuiLayer.h | minimpoun/MARS | b989e173bc401ce382a4f1a5bbcc36389e3d5969 | [
"Apache-2.0"
] | null | null | null | Engine/Classes/UserInterface/ImGuiLayer.h | minimpoun/MARS | b989e173bc401ce382a4f1a5bbcc36389e3d5969 | [
"Apache-2.0"
] | null | null | null | Engine/Classes/UserInterface/ImGuiLayer.h | minimpoun/MARS | b989e173bc401ce382a4f1a5bbcc36389e3d5969 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "Core/Layers/Layer.h"
namespace MARS
{
class EXPORT_TYPE ImGuiLayer : private Layer
{
public:
virtual void OnAttach() override;
virtual void OnDetach() override;
virtual void RenderLayerUI() override;
virtual void OnBegin() override;
virtual void OnEnd() override;
friend class ... | 14.966667 | 45 | 0.714922 |
f5dba868e412e3e2c9802559ccdfe75be5638473 | 2,133 | h | C | Engine/Logic/gkNodeManager.h | gamekit-developers/gamekit | 74c896af5826ebe8fb72f2911015738f38ab7bb2 | [
"Zlib",
"MIT"
] | 241 | 2015-01-04T00:36:58.000Z | 2022-01-06T19:19:23.000Z | Engine/Logic/gkNodeManager.h | slagusev/gamekit | a6e97fcf2a9c3b9b9799bc12c3643818503ffc7d | [
"MIT"
] | 10 | 2015-07-10T18:27:17.000Z | 2019-06-26T20:59:59.000Z | Engine/Logic/gkNodeManager.h | slagusev/gamekit | a6e97fcf2a9c3b9b9799bc12c3643818503ffc7d | [
"MIT"
] | 82 | 2015-01-25T18:02:35.000Z | 2022-03-05T12:28:17.000Z | /*
-------------------------------------------------------------------------------
This file is part of OgreKit.
http://gamekit.googlecode.com/
Copyright (c) 2006-2013 Charlie C.
Contributor(s): none yet.
-------------------------------------------------------------------------------
This software i... | 32.318182 | 84 | 0.687295 |
3a6f67457ebde2311a97aa7d3a33546f6eb2bf4b | 2,804 | h | C | toolboxes/python/python_numpy_wrappers.h | roopchansinghv/gadgetron | fb6c56b643911152c27834a754a7b6ee2dd912da | [
"MIT"
] | 1 | 2022-02-22T21:06:36.000Z | 2022-02-22T21:06:36.000Z | toolboxes/python/python_numpy_wrappers.h | apd47/gadgetron | 073e84dabe77d2dae3b3dd9aa4bf9edbf1f890f2 | [
"MIT"
] | null | null | null | toolboxes/python/python_numpy_wrappers.h | apd47/gadgetron | 073e84dabe77d2dae3b3dd9aa4bf9edbf1f890f2 | [
"MIT"
] | null | null | null | #ifndef GADGETRON_PYTHON_NUMPY_WRAPPERS_H
#define GADGETRON_PYTHON_NUMPY_WRAPPERS_H
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include <ismrmrd/waveform.h>
#include "numpy/ndarraytypes.h"
namespace Gadgetron {
/// Wrappers for NumPy C-API functions. These functions must be used
/// in the same C++ source fi... | 57.22449 | 145 | 0.761412 |
5c5242b35527f11a172bd686408d6bcea00ca5c1 | 991 | h | C | Applications/HeadBoard/HBSiriRemoteAnalyticsEventLogger.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | 2 | 2021-04-15T10:50:21.000Z | 2021-08-19T19:00:09.000Z | Applications/HeadBoard/HBSiriRemoteAnalyticsEventLogger.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | null | null | null | Applications/HeadBoard/HBSiriRemoteAnalyticsEventLogger.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | null | null | null | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <objc/NSObject.h>
@class NSMutableArray;
@interface HBSiriRemoteAnalyticsEventLogger : NSObject
{
long long _trackingTouchesCount; //... | 34.172414 | 121 | 0.759839 |
582bbdd65b9e36ecf229f9c89cf062d4d59a3bea | 205 | h | C | sw/polynomialRootSolver/I_PolynomialRootSolver.h | galpHub/PolynomialRootSolverForOpenCV | 28683fe03d77efc77f277e9a93eeb474ba582298 | [
"MIT"
] | null | null | null | sw/polynomialRootSolver/I_PolynomialRootSolver.h | galpHub/PolynomialRootSolverForOpenCV | 28683fe03d77efc77f277e9a93eeb474ba582298 | [
"MIT"
] | null | null | null | sw/polynomialRootSolver/I_PolynomialRootSolver.h | galpHub/PolynomialRootSolverForOpenCV | 28683fe03d77efc77f277e9a93eeb474ba582298 | [
"MIT"
] | null | null | null | #include <opencv2/core/core.hpp>
class I_PolynomialRootSolver
{
public:
virtual ~I_PolynomialRootSolver(){};
virtual cv::Mat computeRoots(const cv::Mat& rowOfCoefficientsInAscendingDegreeOrder) = 0;
};
| 22.777778 | 90 | 0.785366 |
d9c66e14241c9cf7565554c1e6b8c686bb2d1da1 | 1,304 | h | C | DDMobileProject/DDMobileProject/BaseSource/controller/DDBaseViewController.h | DevQC/DDMobileProject | 81812726ae5b11b8eb5610811f0592a8a248ebb4 | [
"MIT"
] | null | null | null | DDMobileProject/DDMobileProject/BaseSource/controller/DDBaseViewController.h | DevQC/DDMobileProject | 81812726ae5b11b8eb5610811f0592a8a248ebb4 | [
"MIT"
] | null | null | null | DDMobileProject/DDMobileProject/BaseSource/controller/DDBaseViewController.h | DevQC/DDMobileProject | 81812726ae5b11b8eb5610811f0592a8a248ebb4 | [
"MIT"
] | null | null | null | //
// DDBaseViewController.h
// DDMobileProject
//
// Created by QJ_001 on 16/8/3.
// Copyright © 2016年 Deven. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "DDTableView.h"
#import "UINavigationController+FDFullscreenPopGesture.h"
@protocol DDBaseViewControllerDataSource<NSObject>
@optional
-(NSInteger... | 29.636364 | 111 | 0.819785 |
d9dd070709f7ba44529cedb020e02bc5d9a28792 | 1,320 | c | C | tests/test1.c | trailofbits/screen | 311e5e4e1a8ee12844b404c5a4d39e27072cbb6f | [
"Apache-2.0"
] | 19 | 2016-10-24T22:12:24.000Z | 2022-03-16T03:36:21.000Z | tests/test1.c | trailofbits/screen | 311e5e4e1a8ee12844b404c5a4d39e27072cbb6f | [
"Apache-2.0"
] | 8 | 2016-10-05T19:35:21.000Z | 2016-11-10T02:15:57.000Z | tests/test1.c | trailofbits/screen | 311e5e4e1a8ee12844b404c5a4d39e27072cbb6f | [
"Apache-2.0"
] | 4 | 2016-12-22T04:53:00.000Z | 2022-03-16T03:36:24.000Z | // had it working to get a simple flattening list, but clearly not branch specific
//main() -> fun1() -> llvm.var.annotation() -> printf() -> llvm.var.annotation() -> printf() -> foo() -> printf() -> printf()
#include <stdio.h>
#include <stdlib.h>
__attribute__((annotate("screen_function_paths")))
void foo(int a) { ... | 18.333333 | 125 | 0.593939 |
8db9079161f73f99c03528a0679b0c93b1819d74 | 10,404 | c | C | examples/ixpsrv.c | mmirko/libixp | 76dc2105fc8767e4732a6d31e146d91b479cbf8c | [
"MIT"
] | 25 | 2016-11-23T07:45:18.000Z | 2020-11-28T02:29:03.000Z | examples/ixpsrv.c | mmirko/libixp | 76dc2105fc8767e4732a6d31e146d91b479cbf8c | [
"MIT"
] | null | null | null | examples/ixpsrv.c | mmirko/libixp | 76dc2105fc8767e4732a6d31e146d91b479cbf8c | [
"MIT"
] | 8 | 2018-01-15T16:07:48.000Z | 2022-01-02T20:49:09.000Z | /* Copyright ©2007 Ron Minnich <rminnich at gmail dot com>
/* Copyright ©2007-2010 Kris Maglione <maglione.k@gmail.com>
* See LICENSE file for license details.
*/
/* This is a simple 9P file server which serves a normal filesystem
* hierarchy. While some of the code is from wmii, the server is by
* Ron.
*
* Note... | 19.195572 | 108 | 0.616782 |
381df5b3398a64b9410b41ff7a0ca5e24d123968 | 393 | h | C | CodeLib/MyLib/DownloadImage/NetFileManager.h | SevenandTen/CodeLib | 52ec917c0f3bcb0acdd5d5609e87e2d88971ec9c | [
"MIT"
] | null | null | null | CodeLib/MyLib/DownloadImage/NetFileManager.h | SevenandTen/CodeLib | 52ec917c0f3bcb0acdd5d5609e87e2d88971ec9c | [
"MIT"
] | null | null | null | CodeLib/MyLib/DownloadImage/NetFileManager.h | SevenandTen/CodeLib | 52ec917c0f3bcb0acdd5d5609e87e2d88971ec9c | [
"MIT"
] | 1 | 2019-11-25T11:44:28.000Z | 2019-11-25T11:44:28.000Z | //
// NetFileManager.h
// BaseCode
//
// Created by zw on 2018/8/27.
// Copyright © 2018年 zw. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface NetFileManager : NSObject
+ (instancetype)shareInstance;
- (void)startLoadFileWithUrl:(NSString *)url withView:(UIView *)view... | 17.863636 | 69 | 0.707379 |
c093a76a07b1a9063e198bac56c23864557c0570 | 1,024 | h | C | src/include/catalog/mgr_updateparm.h | cumthqb/AntDB | ac2aa27563a378cd6af86181aa36fbbf216b50bc | [
"PostgreSQL",
"Apache-2.0"
] | 1 | 2019-03-01T02:44:33.000Z | 2019-03-01T02:44:33.000Z | src/include/catalog/mgr_updateparm.h | cumthqb/AntDB | ac2aa27563a378cd6af86181aa36fbbf216b50bc | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null | src/include/catalog/mgr_updateparm.h | cumthqb/AntDB | ac2aa27563a378cd6af86181aa36fbbf216b50bc | [
"PostgreSQL",
"Apache-2.0"
] | null | null | null |
#ifndef MGR_UPDATEPARM_H
#define MGR_UPDATEPARM_H
#ifdef BUILD_BKI
#include "catalog/buildbki.h"
#else /* BUILD_BKI */
#include "catalog/genbki.h"
#endif /* BUILD_BKI */
#define UpdateparmRelationId 4801
CATALOG(mgr_updateparm,4801) BKI_WITHOUT_OIDS
{
NameData updateparmnodename; /* updateparm nodename */
char... | 22.755556 | 64 | 0.731445 |
0e139bc8717cab2892ca2aefe4935f90bb5eb28b | 288 | h | C | ios/versioned-react-native/ABI36_0_0/Expo/EXGoogleSignIn/ABI36_0_0EXGoogleSignIn/ABI36_0_0EXGoogleSignIn.h | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 3 | 2020-09-06T17:32:53.000Z | 2021-05-20T19:04:48.000Z | ios/versioned-react-native/ABI36_0_0/Expo/EXGoogleSignIn/ABI36_0_0EXGoogleSignIn/ABI36_0_0EXGoogleSignIn.h | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 16 | 2021-03-01T21:18:59.000Z | 2022-02-27T08:18:52.000Z | ios/versioned-react-native/ABI36_0_0/Expo/EXGoogleSignIn/ABI36_0_0EXGoogleSignIn/ABI36_0_0EXGoogleSignIn.h | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 2 | 2020-04-25T16:31:11.000Z | 2020-04-25T16:31:13.000Z | // Copyright 2018-present 650 Industries. All rights reserved.
#import <ABI36_0_0UMCore/ABI36_0_0UMModuleRegistryConsumer.h>
#import <GoogleSignIn/GoogleSignIn.h>
@interface ABI36_0_0EXGoogleSignIn : ABI36_0_0UMExportedModule <ABI36_0_0UMModuleRegistryConsumer, GIDSignInDelegate>
@end
| 36 | 117 | 0.854167 |
354e2d1a43c16fe0fbbb06c5d9c68dc22b8439c6 | 1,007 | c | C | src/strings/ft_isalnum.c | kubekhrm/libft | 348b181d98eb533a5784ffb9406e6bd2fe1bede3 | [
"Unlicense"
] | 8 | 2015-07-24T15:17:51.000Z | 2020-10-29T08:18:26.000Z | src/strings/ft_isalnum.c | kubekhrm/libft | 348b181d98eb533a5784ffb9406e6bd2fe1bede3 | [
"Unlicense"
] | null | null | null | src/strings/ft_isalnum.c | kubekhrm/libft | 348b181d98eb533a5784ffb9406e6bd2fe1bede3 | [
"Unlicense"
] | 2 | 2016-02-02T18:23:17.000Z | 2017-02-13T08:32:36.000Z | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalnum.c :+: :+: :+: ... | 47.952381 | 80 | 0.171797 |
77469df3a95507da0a6b88e1b0eec4e3cc0390b2 | 4,413 | h | C | src/formal_parameter_list.h | sarang2dan/git-coan2 | 0ae84adac82cb7b739ec1bad1fb9dab6ce38e3c3 | [
"BSD-3-Clause"
] | 1 | 2020-04-14T09:39:13.000Z | 2020-04-14T09:39:13.000Z | src/formal_parameter_list.h | sarang2dan/git-coan2 | 0ae84adac82cb7b739ec1bad1fb9dab6ce38e3c3 | [
"BSD-3-Clause"
] | null | null | null | src/formal_parameter_list.h | sarang2dan/git-coan2 | 0ae84adac82cb7b739ec1bad1fb9dab6ce38e3c3 | [
"BSD-3-Clause"
] | null | null | null | #ifndef FORMAL_PARAMETER_LIST_H
#define FORMAL_PARAMETER_LIST_H
#pragma once
/***************************************************************************
* Copyright (C) 2007-2014 Mike Kinghan, imk@burroingroingjoing.com *
* All rights reserved. *
* ... | 44.575758 | 79 | 0.576932 |
a6b426aa74d4c2d1c9690799a2a03f0ef1d4e1df | 1,681 | h | C | NPCStatusWidget_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | null | null | null | NPCStatusWidget_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | null | null | null | NPCStatusWidget_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | 1 | 2021-07-22T00:31:44.000Z | 2021-07-22T00:31:44.000Z | // WidgetBlueprintGeneratedClass NPCStatusWidget.NPCStatusWidget_C
// Size: 0x29c (Inherited: 0x260)
struct UNPCStatusWidget_C : UUserWidget {
struct FPointerToUberGraphFrame UberGraphFrame; // 0x260(0x08)
struct UNPCStatusWidgetBar_C* Bar_Health; // 0x268(0x08)
struct UNPCStatusWidgetBar_C* Bar_Shield; // 0x270(0x0... | 80.047619 | 214 | 0.825699 |
60d739b85eb7e78b49c96b9f2e62fa8283111f8d | 1,673 | c | C | release/src-ra-4300/linux/linux-2.6.36.x/drivers/staging/rtl8192su/r8192U_pm.c | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 55 | 2015-01-20T00:09:45.000Z | 2021-08-19T05:40:27.000Z | release/src-ra-4300/linux/linux-2.6.36.x/drivers/staging/rtl8192su/r8192U_pm.c | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 1 | 2021-08-07T07:14:45.000Z | 2021-08-07T08:24:23.000Z | release/src-ra-4300/linux/linux-2.6.36.x/drivers/staging/rtl8192su/r8192U_pm.c | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 36 | 2015-02-13T00:58:22.000Z | 2021-08-19T08:08:07.000Z | /*
Power management interface routines.
Written by Mariusz Matuszek.
This code is currently just a placeholder for later work and
does not do anything useful.
This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it>
Released under the terms of GPL (Gener... | 22.917808 | 79 | 0.655708 |
e6b32ac2d2d029b7aab47c3a6f1c3f4c735ec1b9 | 1,847 | h | C | pytorch_blade/src/ltc/disc_compiler/disc_compiler.h | JamesTheZ/BladeDISC | e6c76ee557ebfccd560d44f6b6276bbc4e0a8a34 | [
"Apache-2.0"
] | 328 | 2021-12-20T03:29:35.000Z | 2022-03-31T14:27:23.000Z | pytorch_blade/src/ltc/disc_compiler/disc_compiler.h | JamesTheZ/BladeDISC | e6c76ee557ebfccd560d44f6b6276bbc4e0a8a34 | [
"Apache-2.0"
] | 82 | 2021-12-20T09:15:16.000Z | 2022-03-31T09:33:48.000Z | pytorch_blade/src/ltc/disc_compiler/disc_compiler.h | JamesTheZ/BladeDISC | e6c76ee557ebfccd560d44f6b6276bbc4e0a8a34 | [
"Apache-2.0"
] | 66 | 2021-12-21T17:28:27.000Z | 2022-03-29T12:08:34.000Z | // Copyright 2022 The BladeDISC Authors. 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.0
// Unless required by applicable l... | 29.790323 | 75 | 0.737412 |
fcb2f95cb73bb826edbc966ecb7bf8a19cdf0d2b | 3,983 | h | C | src/http.h | ZyperPL/esp8266-websocket-server | a1e9e3621246da0e7ca32e6eef955a440bef8d64 | [
"MIT",
"Unlicense"
] | 1 | 2018-10-15T14:58:00.000Z | 2018-10-15T14:58:00.000Z | src/http.h | ZyperPL/esp8266-websocket-server | a1e9e3621246da0e7ca32e6eef955a440bef8d64 | [
"MIT",
"Unlicense"
] | null | null | null | src/http.h | ZyperPL/esp8266-websocket-server | a1e9e3621246da0e7ca32e6eef955a440bef8d64 | [
"MIT",
"Unlicense"
] | null | null | null | #pragma once
#include "ets_sys.h"
#include "osapi.h"
#include "gpio.h"
#include "os_type.h"
#include "uart.h"
#include "mem.h"
#include "user_interface.h"
#include "espconn.h"
#include "sha1.h"
#include "b64.h"
#include "network.h"
// parameters from WebSocket specification RFC 6455
#define WEBSOCKET_MAGIC "258EAFA... | 28.654676 | 197 | 0.743158 |
690903648a05f0ec4892a9929b6b40d7bff6c43c | 2,006 | h | C | include/plat/marvell/octeontx/csr/cavm-csrs-apbr.h | Gateworks/atf-newport | 67f418ebe7ee6630f77c3ef7a10b7bf6c15c5ce3 | [
"BSD-3-Clause"
] | null | null | null | include/plat/marvell/octeontx/csr/cavm-csrs-apbr.h | Gateworks/atf-newport | 67f418ebe7ee6630f77c3ef7a10b7bf6c15c5ce3 | [
"BSD-3-Clause"
] | null | null | null | include/plat/marvell/octeontx/csr/cavm-csrs-apbr.h | Gateworks/atf-newport | 67f418ebe7ee6630f77c3ef7a10b7bf6c15c5ce3 | [
"BSD-3-Clause"
] | 1 | 2021-06-12T11:06:26.000Z | 2021-06-12T11:06:26.000Z | #ifndef __CAVM_CSRS_APBR_H__
#define __CAVM_CSRS_APBR_H__
/* This file is auto-generated. Do not edit */
/***********************license start***********************************
* Copyright (C) 2019 Marvell International Ltd.
* SPDX-License-Identifier: BSD-3-Clause
* https://spdx.org/licenses
***********************li... | 29.072464 | 95 | 0.67996 |
1122484040e99e696e273c02cf742312b2344e38 | 3,378 | c | C | libairfloat/libairfloat/alac_format.c | f000/airfloattest | fd8ed9eb111a710eb84ca737cbb4458bad37dd40 | [
"Unlicense"
] | 405 | 2015-01-03T15:29:31.000Z | 2022-02-03T21:42:55.000Z | libairfloat/libairfloat/alac_format.c | f000/airfloattest | fd8ed9eb111a710eb84ca737cbb4458bad37dd40 | [
"Unlicense"
] | 31 | 2015-01-09T14:06:15.000Z | 2021-04-29T02:04:05.000Z | libairfloat/libairfloat/alac_format.c | f000/airfloattest | fd8ed9eb111a710eb84ca737cbb4458bad37dd40 | [
"Unlicense"
] | 121 | 2015-01-16T23:40:35.000Z | 2022-02-20T13:58:49.000Z | //
// alac_format.c
// AirFloat
//
// Copyright (c) 2013, Kristian Trenskow 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 co... | 38.827586 | 71 | 0.703967 |
1126da5c61100d7ead500e1ae5f1fbe02c610c2e | 2,186 | c | C | device/frames/frame.c | CodeOmar/ekeyd | f9b7ecae512e8d8b93a144222b695a1a4b249ff3 | [
"MIT"
] | 3 | 2015-03-06T09:42:31.000Z | 2015-12-30T16:43:12.000Z | device/frames/frame.c | CodeOmar/ekeyd | f9b7ecae512e8d8b93a144222b695a1a4b249ff3 | [
"MIT"
] | null | null | null | device/frames/frame.c | CodeOmar/ekeyd | f9b7ecae512e8d8b93a144222b695a1a4b249ff3 | [
"MIT"
] | null | null | null | /* frames/frame.c
*
* Framing information for eKey protocol
*
* Copyright 2009 Simtec Electronics
*
* For licence terms refer to the COPYING file.
*/
#include "frame.h"
#include "../skeinwrap.h"
#include "pem.h"
static EKeySkein framer_mac_base;
static EKeySkein framer_mac;
extern unsigned char *_serial_no;
... | 21.223301 | 99 | 0.646844 |
741e646f5b6e82a581c487ea3dea553f3141db91 | 52,965 | c | C | testsuite/EXP_4/test1580.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 34 | 2017-07-04T14:16:12.000Z | 2021-04-22T21:04:43.000Z | testsuite/EXP_4/test1580.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 1 | 2017-07-06T03:43:44.000Z | 2017-07-06T03:43:44.000Z | testsuite/EXP_4/test1580.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 6 | 2017-07-04T16:30:42.000Z | 2019-10-16T05:37:29.000Z |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
int32_t x1 = INT32_MAX;
static uint64_t x5 = 3259LLU;
uint32_t x8 = 6U;
int32_t x10 = -636;
int16_t x12 = INT1... | 18.755312 | 61 | 0.59258 |
7495f9bbedfefa47c3b6f2c51d813ff7febdce73 | 1,809 | c | C | ARIS/application/src/wifi_internal_thread.c | arrow-acs/acn-embedded | b31d4cf2055f8809fa7b80ec80703402fc09001e | [
"Apache-2.0"
] | 7 | 2017-03-27T01:08:22.000Z | 2019-08-20T18:29:03.000Z | ARIS/application/src/wifi_internal_thread.c | konexios/moonstone-acn-embedded | b31d4cf2055f8809fa7b80ec80703402fc09001e | [
"Apache-2.0"
] | 5 | 2017-11-10T23:09:50.000Z | 2018-04-04T13:58:31.000Z | ARIS/application/src/wifi_internal_thread.c | konexios/moonstone-acn-embedded | b31d4cf2055f8809fa7b80ec80703402fc09001e | [
"Apache-2.0"
] | 5 | 2017-03-29T02:15:10.000Z | 2019-02-22T13:09:42.000Z | /* Copyright (c) 2017 Arrow Electronics, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License 2.0
* which accompanies this distribution, and is available at
* http://apache.org/licenses/LICENSE-2.0
* Contributors: Arrow Electronics, Inc.... | 31.736842 | 106 | 0.6733 |
a1c4421bab4c39aa27d12c454905b7b551b40e49 | 3,289 | h | C | Source/WebCore/css/CSSToStyleMap.h | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | 6 | 2021-07-05T16:09:39.000Z | 2022-03-06T22:44:42.000Z | Source/WebCore/css/CSSToStyleMap.h | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | 7 | 2022-03-15T13:25:39.000Z | 2022-03-15T13:25:44.000Z | Source/WebCore/css/CSSToStyleMap.h | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
* Copyright (C) 2012 Google Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lib... | 37.804598 | 101 | 0.757069 |
1f4d8dedd0b959ff7cf3cb11f3e8652b9d17db30 | 923 | h | C | Source/Drivers/Depth3D/DirectShow/ext/DCamDrv.h | BEIWG/OpenNI2 | 3d144e98884dd78703a3e145856dded166f87e60 | [
"Apache-2.0"
] | null | null | null | Source/Drivers/Depth3D/DirectShow/ext/DCamDrv.h | BEIWG/OpenNI2 | 3d144e98884dd78703a3e145856dded166f87e60 | [
"Apache-2.0"
] | 2 | 2018-04-16T10:51:56.000Z | 2018-04-24T06:35:09.000Z | Source/Drivers/Depth3D/uvc/DCamDrv.h | BEIWG/OpenNI2 | 3d144e98884dd78703a3e145856dded166f87e60 | [
"Apache-2.0"
] | null | null | null | #ifndef DCAM_DRV_H /* prevent circular inclusions */
#define DCAM_DRV_H /* by using protection macros */
#include <stdint.h>
void DCAM_DRV_Init(void *devh);
uint8_t SME_CMD_Config(uint16_t cmd,uint32_t value);
uint8_t SME_Video_En(uint32_t value);
uint8_t SME_IIC2SPI_En(uint32_t value);
uint8_t SME_Projection_Se... | 36.92 | 93 | 0.8039 |
944256daec2ed17f593045666f2fae7e3da6b1f3 | 6,473 | c | C | src/compute/common/cl/assert_cl.c | pospx/external_skia | 7a135275c9fc2a4b3cbdcf9a96e7102724752234 | [
"BSD-3-Clause"
] | 6 | 2018-10-20T10:53:55.000Z | 2021-12-25T07:58:57.000Z | src/compute/common/cl/assert_cl.c | pospx/external_skia | 7a135275c9fc2a4b3cbdcf9a96e7102724752234 | [
"BSD-3-Clause"
] | 3 | 2020-04-26T17:03:31.000Z | 2020-04-28T14:55:33.000Z | src/compute/common/cl/assert_cl.c | pospx/external_skia | 7a135275c9fc2a4b3cbdcf9a96e7102724752234 | [
"BSD-3-Clause"
] | 57 | 2016-12-29T02:00:25.000Z | 2021-11-16T01:22:50.000Z | /*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
*/
//
//
//
#include <stdlib.h>
#include <stdio.h>
//
//
//
#include "assert_cl.h"
//
//
//
#define CL_VAL_TO_STRING(err) case err: return #err
//
//
//
#define CL_INVA... | 29.026906 | 87 | 0.714815 |
2045059f37766f1a0ded7f9e74ddef983573498f | 2,265 | c | C | src/gba_irq.c | bkacjios/libgba-english | cb563acd70309e7ecd3ae34cbf0eb0cbeaaf8fd3 | [
"BSD-3-Clause"
] | null | null | null | src/gba_irq.c | bkacjios/libgba-english | cb563acd70309e7ecd3ae34cbf0eb0cbeaaf8fd3 | [
"BSD-3-Clause"
] | null | null | null | src/gba_irq.c | bkacjios/libgba-english | cb563acd70309e7ecd3ae34cbf0eb0cbeaaf8fd3 | [
"BSD-3-Clause"
] | null | null | null | /*
libgba interrupt support routines
Copyright 2003-2004 by Dave Murphy.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later... | 27.289157 | 71 | 0.748344 |
541ae45440a258322a3d98cfecb76e99b0bc4cb5 | 7,308 | c | C | thread.c | VicerExciser/Xv6Chat | 9cc577d17e7582128f17f135f2dd225e13f3a448 | [
"MIT-0"
] | null | null | null | thread.c | VicerExciser/Xv6Chat | 9cc577d17e7582128f17f135f2dd225e13f3a448 | [
"MIT-0"
] | null | null | null | thread.c | VicerExciser/Xv6Chat | 9cc577d17e7582128f17f135f2dd225e13f3a448 | [
"MIT-0"
] | null | null | null | #include "lwip/xv6/arch/sys_arch.h"
// #include "types.h"
#include "defs.h"
// #include "thread.h"
#include "param.h"
#include "mmu.h"
#include "proc.h"
#include "defs.h"
#ifndef MAXTHREADS
#define MAXTHREADS 16
#endif
extern struct proc* allocproc_wrapper(void);
extern struct proc* ptable_find_proc(char *tofind);
e... | 26.1 | 139 | 0.539819 |
91939e3e5193d070fa81ad81a8f3dc9cb5c9841d | 4,801 | c | C | main.c | rjuppa/pattern_search | 3267232fc4283479566d13d5b1c3b872ec02456c | [
"MIT"
] | null | null | null | main.c | rjuppa/pattern_search | 3267232fc4283479566d13d5b1c3b872ec02456c | [
"MIT"
] | null | null | null | main.c | rjuppa/pattern_search | 3267232fc4283479566d13d5b1c3b872ec02456c | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <limits.h>
#include <time.h>
char *text;
long text_len = 0;
int file_exists(const char *filename) {
struct stat buffer;
int exist = stat(filename, &buffer);
if (exist == 0)
return 1;
else
return... | 22.753555 | 103 | 0.50302 |
8cd6fc3176a2094c5352bb805bc0dcdc626a6976 | 2,095 | c | C | src/make/bibutils_6.10/lib/bibutils.c | Proximify/bibutils | b5a99706cc5903e4bdf949c47772b34fad6cf940 | [
"MIT"
] | null | null | null | src/make/bibutils_6.10/lib/bibutils.c | Proximify/bibutils | b5a99706cc5903e4bdf949c47772b34fad6cf940 | [
"MIT"
] | null | null | null | src/make/bibutils_6.10/lib/bibutils.c | Proximify/bibutils | b5a99706cc5903e4bdf949c47772b34fad6cf940 | [
"MIT"
] | null | null | null | /*
* bibutils.c
*
* Copyright (c) Chris Putnam 2005-2020
*
* Source code released under the GPL version 2
*
*/
#include <stdio.h>
#include <stdlib.h>
#include "bibutils.h"
#include "bibformats.h"
int
bibl_initparams( param *p, int readmode, int writemode, char *progname )
{
int status;
switch ( readmode ) {
... | 41.078431 | 78 | 0.681146 |
7b3870e3d566dcbeb634f3d5fe886e035595290f | 4,733 | h | C | emu-ex-plus-alpha/imagine/src/base/common/funcs.h | damoonvisuals/GBA4iOS | 95bfce0aca270b68484535ecaf0d3b2366739c77 | [
"MIT"
] | 1 | 2018-11-14T23:40:35.000Z | 2018-11-14T23:40:35.000Z | emu-ex-plus-alpha/imagine/src/base/common/funcs.h | damoonvisuals/GBA4iOS | 95bfce0aca270b68484535ecaf0d3b2366739c77 | [
"MIT"
] | null | null | null | emu-ex-plus-alpha/imagine/src/base/common/funcs.h | damoonvisuals/GBA4iOS | 95bfce0aca270b68484535ecaf0d3b2366739c77 | [
"MIT"
] | null | null | null | #pragma once
#include <mem/interface.h>
#ifdef CONFIG_FS
#include <fs/Fs.hh>
#endif
#ifdef CONFIG_INPUT
#include <input/Input.hh>
#endif
#ifdef CONFIG_GFX
#include <gfx/Gfx.hh>
#endif
#ifdef CONFIG_AUDIO
#include <audio/Audio.hh>
#endif
#if defined CONFIG_BLUETOOTH
#include <bluetooth/sys.hh>
#endif
#if def... | 19.239837 | 83 | 0.674836 |
4cc5efbdff515dbd59ec671b207fbb4f263e4898 | 867 | h | C | src/status.h | EvanKuhn/webserver | 79ee063ac1f50cc9665ac6d46b8dfe0bcdd5d72d | [
"MIT"
] | 5 | 2015-04-10T11:02:58.000Z | 2018-03-18T05:13:37.000Z | src/status.h | EvanKuhn/webserver | 79ee063ac1f50cc9665ac6d46b8dfe0bcdd5d72d | [
"MIT"
] | null | null | null | src/status.h | EvanKuhn/webserver | 79ee063ac1f50cc9665ac6d46b8dfe0bcdd5d72d | [
"MIT"
] | 2 | 2015-08-18T14:10:26.000Z | 2016-08-08T04:04:01.000Z | //==============================================================================
// Simple status struct that contains a status flag and associated error number.
// The error number is meant to store 'errno' values, but can be used for any
// error values.
//
// Evan Kuhn, 2012-09-09
//=================================... | 33.346154 | 80 | 0.580161 |
0b0b9c10b397e44407d8ea6193583e184ded6184 | 5,750 | h | C | sys/vax/include/vmparam.h | weiss/original-bsd | b44636d7febc9dcf553118bd320571864188351d | [
"Unlicense"
] | 114 | 2015-01-18T22:55:52.000Z | 2022-02-17T10:45:02.000Z | sys/vax/include/vmparam.h | JamesLinus/original-bsd | b44636d7febc9dcf553118bd320571864188351d | [
"Unlicense"
] | null | null | null | sys/vax/include/vmparam.h | JamesLinus/original-bsd | b44636d7febc9dcf553118bd320571864188351d | [
"Unlicense"
] | 29 | 2015-11-03T22:05:22.000Z | 2022-02-08T15:36:37.000Z | /*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.proprietary.c%
*
* @(#)vmparam.h 7.4 (Berkeley) 05/08/91
*/
/*
* Machine dependent constants for VAX
*/
/*
* USRTEXT is the start of the user text/data space, while USRSTACK
* is the top (end... | 32.670455 | 78 | 0.714435 |
219d2b9153138d217dbf1b2428d911896cf907c6 | 1,397 | h | C | def_lang/include/def_lang/ep/Value_Template_EP.h | jeanleflambeur/silkopter | cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8 | [
"BSD-3-Clause"
] | 36 | 2015-03-09T16:47:14.000Z | 2021-02-04T08:32:04.000Z | def_lang/include/def_lang/ep/Value_Template_EP.h | jeanlemotan/silkopter | cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8 | [
"BSD-3-Clause"
] | 42 | 2017-02-11T11:15:51.000Z | 2019-12-28T16:00:44.000Z | def_lang/include/def_lang/ep/Value_Template_EP.h | jeanleflambeur/silkopter | cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8 | [
"BSD-3-Clause"
] | 5 | 2015-10-15T05:46:48.000Z | 2020-05-11T17:40:36.000Z | #pragma once
#include <memory>
#include "def_lang/IValue.h"
#include "def_lang/IInitializer.h"
namespace ts
{
template<typename Traits>
class Value_Template_EP : public virtual Traits::value_interface
{
public:
typedef typename Traits::value_interface value_interface;
typedef typename Traits::type_interface... | 27.94 | 83 | 0.765927 |
56b5667308952d0f33d620371045235db4a605b1 | 297 | h | C | Utils.h | livyang/TwitterDemo | 8c62d756e3feeb5bea7237fad4c845c9a014c84c | [
"Apache-2.0"
] | null | null | null | Utils.h | livyang/TwitterDemo | 8c62d756e3feeb5bea7237fad4c845c9a014c84c | [
"Apache-2.0"
] | null | null | null | Utils.h | livyang/TwitterDemo | 8c62d756e3feeb5bea7237fad4c845c9a014c84c | [
"Apache-2.0"
] | null | null | null | //
// Utils.h
// TwitterDemo
//
// Created by Li Yang on 2/2/17.
// Copyright © 2017 Li Yang. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "User.h"
@interface Utils : NSObject
+ (void)cacheCurrentUser:(NSDictionary *) userDict;
+ (User *) getCachedCurrentUser;
@end
| 15.631579 | 51 | 0.676768 |
56f05a975de8446a1015c6d1938cae48e46594eb | 4,973 | c | C | elauncherApp/src/elauncher.c | huyong1979/elauncher | 21dede81246bab11b7ab430d408e6d24f4e82830 | [
"BSD-3-Clause"
] | 1 | 2021-12-07T19:13:56.000Z | 2021-12-07T19:13:56.000Z | elauncherApp/src/elauncher.c | huyong1979/elauncher | 21dede81246bab11b7ab430d408e6d24f4e82830 | [
"BSD-3-Clause"
] | null | null | null | elauncherApp/src/elauncher.c | huyong1979/elauncher | 21dede81246bab11b7ab430d408e6d24f4e82830 | [
"BSD-3-Clause"
] | 1 | 2021-10-15T14:52:33.000Z | 2021-10-15T14:52:33.000Z |
#include <stdlib.h>
#include <string.h>
#include <epicsString.h>
#include <epicsAssert.h>
#include <cantProceed.h>
#include <epicsThread.h>
#include <epicsMutex.h>
#include <epicsEvent.h>
#include <callback.h>
#include <epicsExit.h>
#include <errlog.h>
#include <dbStaticLib.h>
#include <alarm.h>
#include <dbEvent.h... | 20.052419 | 92 | 0.56847 |
1fba1ff8fd3f95394845d3eeabdcf98f81497e1b | 317 | c | C | moon_code/sync/test/md5.c | xdc427/moon_in_water | cf8404868306fa311c00f6885654601af0e21761 | [
"MIT"
] | null | null | null | moon_code/sync/test/md5.c | xdc427/moon_in_water | cf8404868306fa311c00f6885654601af0e21761 | [
"MIT"
] | null | null | null | moon_code/sync/test/md5.c | xdc427/moon_in_water | cf8404868306fa311c00f6885654601af0e21761 | [
"MIT"
] | null | null | null | #include<openssl/md5.h>
#include<stdio.h>
#include<string.h>
void main( int argc, char * argv[] )
{
unsigned char md5_sun[ 16 ];
int i;
if( argc < 2 ){
return;
}
MD5( argv[ 1 ], strlen( argv[ 1 ] ), md5_sun );
for( i = 0; i < sizeof( md5_sun ); i++ ){
printf( "%02x", md5_sun[ i ]);
}
printf( "\n" );
}
| 16.684211 | 48 | 0.555205 |
4e6a70d65f553d80f4a58f56d0958da19f98ee15 | 425 | c | C | 001_EXAMPLES/007_Enum/Enum/Enum.c | JooHyeon-Roh/C | 705dfe312446780dbd7f6e6c65670497f665ee9c | [
"MIT"
] | null | null | null | 001_EXAMPLES/007_Enum/Enum/Enum.c | JooHyeon-Roh/C | 705dfe312446780dbd7f6e6c65670497f665ee9c | [
"MIT"
] | null | null | null | 001_EXAMPLES/007_Enum/Enum/Enum.c | JooHyeon-Roh/C | 705dfe312446780dbd7f6e6c65670497f665ee9c | [
"MIT"
] | null | null | null | #include <stdio.h>
enum WEEK
{
MON,
TUE,
WED,
THUR,
FRI,
SAT,
SUN
};
enum WEEK2
{
MON2 = 1,
TUE2,
WED2,
THUR2,
FRI2,
SAT2,
SUN2
};
enum _WEEK3
{
MON3 = 10,
TUE3,
WED3,
THUR3,
FRI3,
SAT3,
SUN3
}WEEK3;
int main(void)
{
enum WEEK today;
today = FRI;
printf("%d\n\n", today);
enum WEEK2 today... | 7.727273 | 26 | 0.574118 |
4ec35e14c5f0eddf0467e3da08f56c39c3e99ae4 | 1,266 | c | C | cmds/avatar/_buffmob.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 9 | 2021-07-05T15:24:54.000Z | 2022-02-25T19:44:15.000Z | cmds/avatar/_buffmob.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | cmds/avatar/_buffmob.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 10 | 2021-03-13T00:18:03.000Z | 2022-03-29T15:02:42.000Z | #include <std.h>
inherit DAEMON;
int help(){
write(
"
%^CYAN%^NAME%^RESET%^
buffmob - converts a mob to a champion version with increased stats and damage
%^CYAN%^SYNTAX%^RESET%^
buffmob %^ORANGE%^%^ULINE%^MOB%^RESET%^
%^CYAN%^DESCRIPTION%^RESET%^
Convert %^ORANGE%^%^ULINE%^MOB%^RESET%^ to be a champion vers... | 23.018182 | 107 | 0.633491 |
8e3507308f5b1fceaa84dde323f511ea11e1cab0 | 878 | h | C | libs/libkrt/include/sys/cdefs.h | zhiayang/nx | 0d9da881f67ec351244abd72e1f3884816b48f5b | [
"Apache-2.0"
] | 16 | 2019-03-14T19:45:02.000Z | 2022-02-06T19:18:08.000Z | libs/libkrt/include/sys/cdefs.h | zhiayang/nx | 0d9da881f67ec351244abd72e1f3884816b48f5b | [
"Apache-2.0"
] | 1 | 2020-05-08T08:40:02.000Z | 2020-05-08T13:27:59.000Z | libs/libkrt/include/sys/cdefs.h | zhiayang/nx | 0d9da881f67ec351244abd72e1f3884816b48f5b | [
"Apache-2.0"
] | 2 | 2021-01-16T20:42:05.000Z | 2021-12-01T23:37:18.000Z | // cdefs.h
// Copyright (c) 2014 - 2016, zhiayang
// Licensed under the Apache License Version 2.0.
/* Preprocessor trick to turn anything into a string. */
#define __STRINGIFY(x) #x
/* Issue warning when this is used, except in defines, where the warning is
inserted whenever the macro is expanded. This can be us... | 32.518519 | 77 | 0.747153 |
e2ebbe808fb53ef35bc05c2b739b191fa1a5279e | 5,297 | c | C | src/device.c | binp-cnc/rpi-cnc | f4f302b7c439948bc93b8b0c10cbef1880ecfb4d | [
"MIT"
] | null | null | null | src/device.c | binp-cnc/rpi-cnc | f4f302b7c439948bc93b8b0c10cbef1880ecfb4d | [
"MIT"
] | null | null | null | src/device.c | binp-cnc/rpi-cnc | f4f302b7c439948bc93b8b0c10cbef1880ecfb4d | [
"MIT"
] | null | null | null | #include <device.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <signal.h>
#include <pigpio.h>
#include <generator.h>
#include <command.h>
#include <axis.h>
ringbuffer_define(RBC, rbc, Cmd)
int dev_init(Device *dev, int axis_count) {
dev->axis_count = axis_count;
return 0;
}
int dev_free... | 23.334802 | 108 | 0.614121 |
2257cae8829142117b0f193f526b5ed07e093260 | 4,737 | h | C | src/tools/tools/0027.Stat/CSVTopNPrinter.h | OpenCMISS-Dependencies/cube | bb425e6f75ee5dbdf665fa94b241b48deee11505 | [
"Cube"
] | null | null | null | src/tools/tools/0027.Stat/CSVTopNPrinter.h | OpenCMISS-Dependencies/cube | bb425e6f75ee5dbdf665fa94b241b48deee11505 | [
"Cube"
] | null | null | null | src/tools/tools/0027.Stat/CSVTopNPrinter.h | OpenCMISS-Dependencies/cube | bb425e6f75ee5dbdf665fa94b241b48deee11505 | [
"Cube"
] | 2 | 2016-09-19T00:16:05.000Z | 2021-03-29T22:06:45.000Z | /****************************************************************************
** CUBE http://www.scalasca.org/ **
*****************************************************************************
** Copyright (c) 1998-2016 **
** Fors... | 34.326087 | 87 | 0.483428 |
61be83d3f7a12d756a55a2851093a858b43e0a2f | 804 | h | C | src/dynf32.h | tedajax/runner | 0b6d23627922228cc7d5f82747b99aa5deff2ca3 | [
"MIT"
] | 1 | 2016-04-17T22:08:19.000Z | 2016-04-17T22:08:19.000Z | src/dynf32.h | tedajax/runner | 0b6d23627922228cc7d5f82747b99aa5deff2ca3 | [
"MIT"
] | null | null | null | src/dynf32.h | tedajax/runner | 0b6d23627922228cc7d5f82747b99aa5deff2ca3 | [
"MIT"
] | null | null | null | #ifndef RUNNER_DYNF32_H
#define RUNNER_DYNF32_H
#include "types.h"
#include "inline.h"
#include "ini.h"
// forward declarations
typedef struct tween_t Tween;
typedef struct tween_config_t TweenConfig;
typedef struct tween_manager_t TweenManager;
typedef enum dynamic_f32_type_e {
DYN_F32_VALUE,
DYN_F32_TWEEN,... | 24.363636 | 66 | 0.781095 |
254ac585910d4ca10e88cb8e7b82d8e48f95ac29 | 7,779 | c | C | apps/fota/ota/json_utils.c | cryingheart/t2_dlna | ce30bea1664d32e56a82e9e1ac74cf561d652992 | [
"Apache-2.0"
] | null | null | null | apps/fota/ota/json_utils.c | cryingheart/t2_dlna | ce30bea1664d32e56a82e9e1ac74cf561d652992 | [
"Apache-2.0"
] | null | null | null | apps/fota/ota/json_utils.c | cryingheart/t2_dlna | ce30bea1664d32e56a82e9e1ac74cf561d652992 | [
"Apache-2.0"
] | null | null | null | /**
******************************************************************************
* @file json_utils.c
*
* @brief json utility functions
*
******************************************************************************
* @attention
*
*
* Copyright (c) 2021, InnoPhase, Inc.
*
* THIS SOFTWARE... | 26.191919 | 80 | 0.556113 |
5eb9e119633b0d0be9d68674ab651be1adbcf520 | 3,723 | h | C | Mem.h | privacore/open-source-search-engine | dac28de673068039381ca3f66521ea4c1eaf6a1e | [
"Apache-2.0"
] | 134 | 2016-05-30T13:29:37.000Z | 2021-06-18T02:13:51.000Z | Mem.h | mehmet-biter/open-source-search-engine | dac28de673068039381ca3f66521ea4c1eaf6a1e | [
"Apache-2.0"
] | 65 | 2016-10-31T16:02:28.000Z | 2020-04-30T14:18:57.000Z | Mem.h | mehmet-biter/open-source-search-engine | dac28de673068039381ca3f66521ea4c1eaf6a1e | [
"Apache-2.0"
] | 22 | 2016-05-30T13:29:39.000Z | 2020-06-30T08:43:38.000Z | // Matt Wells, copyright Sep 2001
// . mostly just wrappers for most memory functions
// . allows us to constrain memory
// . also calls mlockall() on construction to avoid swapping out any mem
// . TODO: primealloc(int slotSize,int numSlots) :
// pre-allocs a table of these slots for faster mmalloc'ing
#ifnd... | 26.978261 | 94 | 0.718775 |
e87f8f2b1d527c61aa3c1ebb2ca176956d552292 | 109 | h | C | Source/WebCore/ForwardingHeaders/runtime/WeakGCPtr.h | VincentWei/mdolphin-core | 48ffdcf587a48a7bb4345ae469a45c5b64ffad0e | [
"Apache-2.0"
] | 6 | 2017-05-31T01:46:45.000Z | 2018-06-12T10:53:30.000Z | Source/WebCore/ForwardingHeaders/runtime/WeakGCPtr.h | FMSoftCN/mdolphin-core | 48ffdcf587a48a7bb4345ae469a45c5b64ffad0e | [
"Apache-2.0"
] | null | null | null | Source/WebCore/ForwardingHeaders/runtime/WeakGCPtr.h | FMSoftCN/mdolphin-core | 48ffdcf587a48a7bb4345ae469a45c5b64ffad0e | [
"Apache-2.0"
] | 2 | 2017-07-17T06:02:42.000Z | 2018-09-19T10:08:38.000Z | #ifndef WebCore_FWD_WeakGCPtr_h
#define WebCore_FWD_WeakGCPtr_h
#include <JavaScriptCore/WeakGCPtr.h>
#endif
| 21.8 | 37 | 0.862385 |
9562eb42964de8a44e2faaec124a70e3c8e320bb | 3,653 | h | C | PrivateFrameworks/TelephonyUtilities/NSURL-QueryParameters.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 17 | 2018-11-13T04:02:58.000Z | 2022-01-20T09:27:13.000Z | PrivateFrameworks/TelephonyUtilities/NSURL-QueryParameters.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 3 | 2018-04-06T02:02:27.000Z | 2018-10-02T01:12:10.000Z | PrivateFrameworks/TelephonyUtilities/NSURL-QueryParameters.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 1 | 2018-09-28T13:54:23.000Z | 2018-09-28T13:54:23.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSURL.h"
@class NSString;
@interface NSURL (QueryParameters)
+ (id)faceTimeShowInCallUIURL;
+ (id)faceTimeLaunchForOutgoingConversationURL;
+ (id)faceTimeLaunchForIncomin... | 41.511364 | 142 | 0.801259 |
957013165a02b5c8e32e4206848063f37b2d158b | 481 | c | C | testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr53495.c | mewbak/cc-1 | d673e9b70d4d716fd96e81a4d7dc9d532c6c0391 | [
"BSD-3-Clause"
] | 178 | 2016-03-03T12:31:18.000Z | 2021-11-05T22:36:55.000Z | testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr53495.c | mewbak/cc-1 | d673e9b70d4d716fd96e81a4d7dc9d532c6c0391 | [
"BSD-3-Clause"
] | 106 | 2016-03-03T13:11:42.000Z | 2018-09-27T13:01:51.000Z | testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr53495.c | mewbak/cc-1 | d673e9b70d4d716fd96e81a4d7dc9d532c6c0391 | [
"BSD-3-Clause"
] | 21 | 2016-03-03T14:21:36.000Z | 2020-04-09T01:19:17.000Z | /* PR rtl-optimization/53495 */
int a, b, c, d, e, g;
static char
fn1 (char p1, int p2)
{
return p1 || p2 < 0 || p2 >= 1 || 1 >> p2 ? p1 : 0;
}
static long long fn2 (int *, int);
static int fn3 ();
void
fn4 ()
{
fn3 ();
fn2 (&a, d);
}
long long
fn2 (int *p1, int p2)
{
int f = -1L;
for (; c <= 1; c++)
{... | 11.452381 | 53 | 0.428274 |
66ab6e71b4257f3caab7ac7e5cffb18822fb16ff | 724 | h | C | Editor/Graphics/Manipulators/Rotater/AGRotater.h | alexshpunt/art_gear | 64a2d001570812690fc8845f694f2bfe1d96c3a2 | [
"MIT"
] | null | null | null | Editor/Graphics/Manipulators/Rotater/AGRotater.h | alexshpunt/art_gear | 64a2d001570812690fc8845f694f2bfe1d96c3a2 | [
"MIT"
] | null | null | null | Editor/Graphics/Manipulators/Rotater/AGRotater.h | alexshpunt/art_gear | 64a2d001570812690fc8845f694f2bfe1d96c3a2 | [
"MIT"
] | null | null | null | #ifndef AG_ROTATEMANIP_H
#define AG_ROTATEMANIP_H
#include "Engine/Graphics/Objects/AGManipulator.h"
class AGGameObject;
class AGDrawable;
class AGCircle;
class AGSurface;
class AGGizmo;
class AGLine;
using namespace std;
class AGRotater : public AGManipulator
{
public:
AGRotater();
~AGRotater();
bool... | 16.454545 | 64 | 0.736188 |
95e4698d8e281e1415dd83e685e3a56416034da4 | 3,991 | h | C | chrome/browser/sync/engine/authenticator.h | rwatson/chromium-capsicum | b03da8e897f897c6ad2cda03ceda217b760fd528 | [
"BSD-3-Clause"
] | 11 | 2015-03-20T04:08:08.000Z | 2021-11-15T15:51:36.000Z | chrome/browser/sync/engine/authenticator.h | rwatson/chromium-capsicum | b03da8e897f897c6ad2cda03ceda217b760fd528 | [
"BSD-3-Clause"
] | null | null | null | chrome/browser/sync/engine/authenticator.h | rwatson/chromium-capsicum | b03da8e897f897c6ad2cda03ceda217b760fd528 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// The authenticator is a cross-platform class that handles authentication for
// the sync client.
//
// Current State:
// The authenticator is... | 36.953704 | 80 | 0.744174 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.