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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8d667eac33dd46baa242fc8e3f43369087ea4c09 | 2,216 | c | C | release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/fsl/pcm030-audio-fabric.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 4 | 2017-05-17T11:27:04.000Z | 2020-05-24T07:23:26.000Z | release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/fsl/pcm030-audio-fabric.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 1 | 2018-08-21T03:43:09.000Z | 2018-08-21T03:43:09.000Z | release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/fsl/pcm030-audio-fabric.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 5 | 2017-10-11T08:09:11.000Z | 2020-10-14T04:10:13.000Z | /*
* Phytec pcm030 driver for the PSC of the Freescale MPC52xx
* configured as AC97 interface
*
* Copyright 2008 Jon Smirl, Digispeaker
* Author: Jon Smirl <jonsmirl@gmail.com>
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any w... | 24.086957 | 74 | 0.737816 |
3ecbbfdb02f6b8ae43462c4c85264cc86278d60b | 3,913 | c | C | container/pidns.c | masatake/kernel-essential-training | 2c72f37ba6437432589638c8c22df17f182c50c6 | [
"MIT"
] | 1 | 2020-09-16T06:21:54.000Z | 2020-09-16T06:21:54.000Z | container/pidns.c | masatake/kernel-essential-training | 2c72f37ba6437432589638c8c22df17f182c50c6 | [
"MIT"
] | null | null | null | container/pidns.c | masatake/kernel-essential-training | 2c72f37ba6437432589638c8c22df17f182c50c6 | [
"MIT"
] | null | null | null | /*
* making pid namespace step by step
*/
#define _GNU_SOURCE
#include <sched.h>
#include <error.h>
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <linux/limits.h>
#include <sys/mount.h>
#include <stdint.h>
#in... | 23.291667 | 76 | 0.575006 |
9958744bbe3ede86624a78cfe2d6aba6c4c6bf5e | 709 | h | C | include/minishell.h | minishell-jiphyeonjeon/Rank03-Minishell | f686b79334f2d1d1c096297041252dfa1d3b636d | [
"MIT"
] | null | null | null | include/minishell.h | minishell-jiphyeonjeon/Rank03-Minishell | f686b79334f2d1d1c096297041252dfa1d3b636d | [
"MIT"
] | 90 | 2022-02-09T02:38:51.000Z | 2022-03-26T14:48:27.000Z | include/minishell.h | 42cursus-youkim/Rank03-Minishell | f686b79334f2d1d1c096297041252dfa1d3b636d | [
"MIT"
] | 3 | 2022-02-07T02:33:35.000Z | 2022-03-07T04:14:29.000Z | #ifndef MINISHELL_H
# define MINISHELL_H
# ifdef WIN32
# include <sys/dirent.h>
# else
# include <dirent.h>
# endif
# include <stdio.h>
# include <stdlib.h>
# include <sys/types.h>
# include <sys/stat.h>
# include <fcntl.h>
# include <signal.h>
# include <sys/wait.h>
# include "libft.h"
# include <readline/readlin... | 17.292683 | 31 | 0.675599 |
9973477ae3731dd2c7a6011bb5edd935ba4877f0 | 3,310 | h | C | drivers/net/wireless/ath/ath11k/hw.h | Timicapstone/minstrel-Usyd | 508664dafb055add01ff8f55165f525cec1077c7 | [
"MIT"
] | 2 | 2020-09-18T07:01:49.000Z | 2022-01-27T08:59:04.000Z | net-next/drivers/net/wireless/ath/ath11k/hw.h | MaoJianwei/Mao_Linux_Network_Enhance | 2ba9e6278e3f405dcb9fc807d9f9a8d4ff0356dd | [
"Apache-2.0"
] | null | null | null | net-next/drivers/net/wireless/ath/ath11k/hw.h | MaoJianwei/Mao_Linux_Network_Enhance | 2ba9e6278e3f405dcb9fc807d9f9a8d4ff0356dd | [
"Apache-2.0"
] | 4 | 2020-06-29T04:09:48.000Z | 2022-01-27T08:59:01.000Z | /* SPDX-License-Identifier: BSD-3-Clause-Clear */
/*
* Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
*/
#ifndef ATH11K_HW_H
#define ATH11K_HW_H
/* Target configuration defines */
/* Num VDEVS per radio */
#define TARGET_NUM_VDEVS (16 + 1)
#define TARGET_NUM_PEERS_PDEV (512 + TARGET_NUM_VDEVS)... | 25.658915 | 69 | 0.803625 |
12b2a0c82ad65af2eec4ec012ba9c7aa47dd2aab | 902 | h | C | ChineseSkill-Headers/TFramedTransport.h | ZaneH/ChineseSkill-Hack | 65aa118153a1bc485e3f5b738f5947254ace1a86 | [
"MIT"
] | null | null | null | ChineseSkill-Headers/TFramedTransport.h | ZaneH/ChineseSkill-Hack | 65aa118153a1bc485e3f5b738f5947254ace1a86 | [
"MIT"
] | null | null | null | ChineseSkill-Headers/TFramedTransport.h | ZaneH/ChineseSkill-Hack | 65aa118153a1bc485e3f5b738f5947254ace1a86 | [
"MIT"
] | null | null | null | /**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import <XXUnknownSuperclass.h> // Unknown library
#import "TTransport.h"
@class NSMutableData, NSString;
@interface TFramedTransport : XXUnknownSuperclass <TTranspo... | 28.1875 | 81 | 0.751663 |
c443dfbfec643fd8954553e6229505a5768284bd | 1,382 | h | C | extsrc/mesa/src/gallium/drivers/nv50/nv50_stateobj.h | MauroArgentino/RSXGL | bd206e11894f309680f48740346c17efe49755ba | [
"BSD-2-Clause"
] | 28 | 2015-07-11T17:11:12.000Z | 2022-03-26T04:14:16.000Z | extsrc/mesa/src/gallium/drivers/nv50/nv50_stateobj.h | MauroArgentino/RSXGL | bd206e11894f309680f48740346c17efe49755ba | [
"BSD-2-Clause"
] | 2 | 2019-05-26T19:02:24.000Z | 2021-05-27T14:15:04.000Z | extsrc/mesa/src/gallium/drivers/nv50/nv50_stateobj.h | MauroArgentino/RSXGL | bd206e11894f309680f48740346c17efe49755ba | [
"BSD-2-Clause"
] | 9 | 2019-07-04T12:54:29.000Z | 2022-02-09T13:04:38.000Z |
#ifndef __NV50_STATEOBJ_H__
#define __NV50_STATEOBJ_H__
#include "pipe/p_state.h"
#define NV50_SCISSORS_CLIPPING
#define SB_BEGIN_3D(so, m, s) \
(so)->state[(so)->size++] = \
((s) << 18) | (NV50_SUBCH_3D << 13)... | 24.678571 | 80 | 0.604197 |
1653b974a4349d9ee2754046bd6f72a4ca3aaeeb | 3,363 | c | C | qemu-4.2.0/target/ppc/mfrom_table.inc.c | MisaZhu/qemu_raspi | 50d71ce87bb39470e6725f7428e4b6b9e1ed0359 | [
"Apache-2.0"
] | null | null | null | qemu-4.2.0/target/ppc/mfrom_table.inc.c | MisaZhu/qemu_raspi | 50d71ce87bb39470e6725f7428e4b6b9e1ed0359 | [
"Apache-2.0"
] | null | null | null | qemu-4.2.0/target/ppc/mfrom_table.inc.c | MisaZhu/qemu_raspi | 50d71ce87bb39470e6725f7428e4b6b9e1ed0359 | [
"Apache-2.0"
] | 1 | 2020-05-25T09:49:33.000Z | 2020-05-25T09:49:33.000Z | static const uint8_t mfrom_ROM_table[602] = {
77, 77, 76, 76, 75, 75, 74, 74,
73, 73, 72, 72, 71, 71, 70, 70,
69, 69, 68, 68, 68, 67, 67, 66,
66, 65, 65, 64, 64, 64, 63, 63,
62, 62, 61, 61, 61, 60, 60, 59,
59, 58, 58, 58, 57, 57, 56, 56,
56, ... | 42.56962 | 45 | 0.2697 |
e98456cb626f8ee88fc13591a2302a53bb19a5b8 | 695 | c | C | Source Codes/Strings/String to Int.c | kaazima/C | 26da10360aa676c965129263a85fbf9f4d2564ea | [
"MIT"
] | null | null | null | Source Codes/Strings/String to Int.c | kaazima/C | 26da10360aa676c965129263a85fbf9f4d2564ea | [
"MIT"
] | null | null | null | Source Codes/Strings/String to Int.c | kaazima/C | 26da10360aa676c965129263a85fbf9f4d2564ea | [
"MIT"
] | null | null | null | // Write a C program to convert string to int
#include <stdio.h>
int main()
{
int n=0,flag=0;
char s[10];
printf("Enter a number as a string\n");
scanf("%s",s);
for(int i=0;s[i]!='\0';i++)
{
if((s[i]<'0' || s[i]>'9') && (s[0]!='-'))
{
printf("Can't convert it to ... | 20.441176 | 52 | 0.456115 |
acbcee2aef157a85e65dfa2cf6e9cd5ffcce7744 | 644 | h | C | DDShare/DDShareItemCell.h | CoderThink/DDShare | 88299b570d9563f43a9ca6e9ce910a99de484bf1 | [
"Apache-2.0"
] | null | null | null | DDShare/DDShareItemCell.h | CoderThink/DDShare | 88299b570d9563f43a9ca6e9ce910a99de484bf1 | [
"Apache-2.0"
] | null | null | null | DDShare/DDShareItemCell.h | CoderThink/DDShare | 88299b570d9563f43a9ca6e9ce910a99de484bf1 | [
"Apache-2.0"
] | null | null | null | //
// DDShareItemCell.h
// DDShareDemo
//
// Created by Think on 2017/3/5.
// Copyright © 2017年 Think. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "DDShareItem.h"
@interface DDShareItemCell : UICollectionViewCell
@property (nonatomic, strong) UIImageView *imageView;
@property (nonatomic, strong) UILab... | 28 | 63 | 0.767081 |
3a93f363f5ce0e33e185e2211231c253136787cb | 3,605 | c | C | netlogon/utils/lwnet-stack.c | kbore/pbis-open | a05eb9309269b6402b4d6659bc45961986ea5eab | [
"Apache-2.0"
] | 372 | 2016-10-28T10:50:35.000Z | 2022-03-18T19:54:37.000Z | netlogon/utils/lwnet-stack.c | kbore/pbis-open | a05eb9309269b6402b4d6659bc45961986ea5eab | [
"Apache-2.0"
] | 317 | 2016-11-02T17:41:48.000Z | 2021-11-08T20:28:19.000Z | netlogon/utils/lwnet-stack.c | kenferrara/pbis-open | 690c325d947b2bf6fb3032f9d660e41b94aea4be | [
"Apache-2.0"
] | 107 | 2016-11-03T19:25:16.000Z | 2022-03-20T21:15:22.000Z | /* Editor Settings: expandtabs and use 4 spaces for indentation
* ex: set softtabstop=4 tabstop=8 expandtab shiftwidth=4: *
* -*- mode: c, c-basic-offset: 4 -*- */
/*
* Copyright © BeyondTrust Software 2004 - 2019
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m... | 20.482955 | 81 | 0.630236 |
6bbbd85c84ab520a6ee0d40f5ac26864aca0917b | 12,060 | c | C | board/servo_micro/board.c | closer2/chrome-ec | ec417556294240afcbdfa45feaed1206eb3b477b | [
"BSD-3-Clause"
] | 627 | 2022-01-21T17:48:25.000Z | 2022-03-31T21:02:21.000Z | board/servo_micro/board.c | closer2/chrome-ec | ec417556294240afcbdfa45feaed1206eb3b477b | [
"BSD-3-Clause"
] | 9 | 2022-01-21T20:03:35.000Z | 2022-03-09T01:31:49.000Z | board/servo_micro/board.c | closer2/chrome-ec | ec417556294240afcbdfa45feaed1206eb3b477b | [
"BSD-3-Clause"
] | 25 | 2022-01-21T18:06:01.000Z | 2022-03-18T22:07:29.000Z | /* Copyright 2016 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Servo micro board configuration */
#include "common.h"
#include "console.h"
#include "ec_version.h"
#include "gpio.h"
#include "hooks.h"
#includ... | 26.740576 | 79 | 0.669818 |
5bd10c73770ec146b3b32a82a4dcebfc75518ffe | 6,463 | h | C | sdk/modules/include/sensing/logical_sensor/compass.h | zenglongGH/spresense | b17578aac9faa417b6f1a6d7ebf8f37c57c5ea68 | [
"Apache-2.0"
] | 110 | 2018-07-12T16:04:50.000Z | 2022-02-26T12:27:56.000Z | sdk/modules/include/sensing/logical_sensor/compass.h | zenglongGH/spresense | b17578aac9faa417b6f1a6d7ebf8f37c57c5ea68 | [
"Apache-2.0"
] | 37 | 2018-08-10T13:05:45.000Z | 2022-03-18T20:33:18.000Z | sdk/modules/include/sensing/logical_sensor/compass.h | zenglongGH/spresense | b17578aac9faa417b6f1a6d7ebf8f37c57c5ea68 | [
"Apache-2.0"
] | 94 | 2018-07-13T03:48:34.000Z | 2022-03-19T07:32:08.000Z | /****************************************************************************
* modules/include/sensing/logical_sensor/compass.h
*
* Copyright 2018 Sony Semiconductor Solutions Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | 31.99505 | 78 | 0.564753 |
55689a74169ba7ad55e41b6f9ae9678f435dfcd5 | 2,546 | c | C | workspace/uclibc-ng-master/libubacktrace/arm/backtrace.c | maydali28/toolchain-cross-compile | 254cfed3074532ff01c63259b4ea43b1cdf8b968 | [
"MIT"
] | null | null | null | workspace/uclibc-ng-master/libubacktrace/arm/backtrace.c | maydali28/toolchain-cross-compile | 254cfed3074532ff01c63259b4ea43b1cdf8b968 | [
"MIT"
] | null | null | null | workspace/uclibc-ng-master/libubacktrace/arm/backtrace.c | maydali28/toolchain-cross-compile | 254cfed3074532ff01c63259b4ea43b1cdf8b968 | [
"MIT"
] | null | null | null | /*
* Perform stack unwinding by using the _Unwind_Backtrace.
*
* User application that wants to use backtrace needs to be
* compiled with -fasynchronous-unwid-tables option and -rdynamic i
* to get full symbols printed.
*
* Author(s): Khem Raj <raj.khem@gmail.com>
* - ARM specific implementation of backtrace
*... | 25.717172 | 77 | 0.705027 |
5595599fddc6054a52220903d2fbf039ca3c07eb | 1,146 | h | C | clients/include/near.h | aaronenyeshi/rocBLAS | 90d52d221a8f0f778557317d094ae57c4fced1b6 | [
"MIT"
] | null | null | null | clients/include/near.h | aaronenyeshi/rocBLAS | 90d52d221a8f0f778557317d094ae57c4fced1b6 | [
"MIT"
] | null | null | null | clients/include/near.h | aaronenyeshi/rocBLAS | 90d52d221a8f0f778557317d094ae57c4fced1b6 | [
"MIT"
] | null | null | null | /* ************************************************************************
* Copyright 2016 Advanced Micro Devices, Inc.
*
* ************************************************************************ */
#pragma once
#ifndef _NEAR_H
#define _NEAR_H
#include "rocblas.h"
#ifdef GOOGLE_TEST
#include "gtest/gtest.h"
#e... | 30.157895 | 98 | 0.477312 |
df7ffef2dbd894f68d6a8f5c0b649deee0c36cde | 6,636 | c | C | kernel/liteos_m/targets/riscv_sifive_fe310_gcc/libc/dprintf.c | xusiwei/bearpi-hm_nano | 3ee5b0f9097b19dae89713908500b8dd855c4238 | [
"Apache-2.0"
] | null | null | null | kernel/liteos_m/targets/riscv_sifive_fe310_gcc/libc/dprintf.c | xusiwei/bearpi-hm_nano | 3ee5b0f9097b19dae89713908500b8dd855c4238 | [
"Apache-2.0"
] | null | null | null | kernel/liteos_m/targets/riscv_sifive_fe310_gcc/libc/dprintf.c | xusiwei/bearpi-hm_nano | 3ee5b0f9097b19dae89713908500b8dd855c4238 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2013-2020, Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020, Huawei Device Co., Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Re... | 37.704545 | 95 | 0.376733 |
8a1fabed60b63fe4b40900bc24e9a27e3fc80e67 | 6,870 | h | C | src/Display/Fonts/RREFonts/rre_arialdig47n.h | happeneddr9/STM32F0-YM2151-VGMPlayer | 202b3cc1f9b4c4c26468444710e9c4a17eb61510 | [
"MIT"
] | 1 | 2020-04-16T10:58:10.000Z | 2020-04-16T10:58:10.000Z | src/Display/Fonts/RREFonts/rre_arialdig47n.h | happeneddr9/STM32F0-YM2151-VGMPlayer | 202b3cc1f9b4c4c26468444710e9c4a17eb61510 | [
"MIT"
] | null | null | null | src/Display/Fonts/RREFonts/rre_arialdig47n.h | happeneddr9/STM32F0-YM2151-VGMPlayer | 202b3cc1f9b4c4c26468444710e9c4a17eb61510 | [
"MIT"
] | null | null | null | #ifndef __font_ArialDig47n_h__
#define __font_ArialDig47n_h__
/*
*** Generated by rrefontgen ***
Font: [ArialDig47n] 32x47
Total chars: 27 (' ' to ':')
Total rects: 374 * 3 bytes
Total pixels: 8529 (2222 overlapping)
Total bytes: 1176 (1122 rects + 54 offs)
Bitmap size: 5184 (32x47 * 27) (+27... | 137.4 | 257 | 0.740611 |
ceeb310341c1a46b818d8231006bdfbdf74bac4d | 959 | h | C | src/lib/player/events/Event_dsp_decl.h | cyberixae/kunquat | 06ae72b2c1519686cc510ce887d9d45a5c3fa3a3 | [
"CC0-1.0"
] | null | null | null | src/lib/player/events/Event_dsp_decl.h | cyberixae/kunquat | 06ae72b2c1519686cc510ce887d9d45a5c3fa3a3 | [
"CC0-1.0"
] | null | null | null | src/lib/player/events/Event_dsp_decl.h | cyberixae/kunquat | 06ae72b2c1519686cc510ce887d9d45a5c3fa3a3 | [
"CC0-1.0"
] | null | null | null |
/*
* Author: Tomi Jylhä-Ollila, Finland 2013-2014
*
* This file is part of Kunquat.
*
* CC0 1.0 Universal, http://creativecommons.org/publicdomain/zero/1.0/
*
* To the extent possible under law, Kunquat Affirmers have waived all
* copyright and related or neighboring rights to Kunquat.
*/
#ifndef K_EVENT_D... | 23.390244 | 71 | 0.622523 |
69dae0fef49f122598c7d168fb05c13353a9319f | 368 | h | C | MainPart/Classess/Mine/Controller/MineRoomChooseController.h | visualVk/Main_Part | 7705f93f2667f141a34bd8d96a8d8585b8f1e207 | [
"MIT"
] | null | null | null | MainPart/Classess/Mine/Controller/MineRoomChooseController.h | visualVk/Main_Part | 7705f93f2667f141a34bd8d96a8d8585b8f1e207 | [
"MIT"
] | null | null | null | MainPart/Classess/Mine/Controller/MineRoomChooseController.h | visualVk/Main_Part | 7705f93f2667f141a34bd8d96a8d8585b8f1e207 | [
"MIT"
] | null | null | null | //
// MineRoomChooseController.h
// MainPart
//
// Created by blacksky on 2020/3/15.
// Copyright © 2020 blacksky. All rights reserved.
//
#import "QMUICommonViewController.h"
typedef void (^RoomChooseBlock)(NSString *roomAddress);
@interface MineRoomChooseController : QMUICommonViewController
@property (nonatomic... | 26.285714 | 62 | 0.777174 |
cdc623f12198704965d65e660fa74644b35fd9e5 | 1,109 | h | C | Pinochle/Round.h | nparajul/Pinochle | 5cf692deb21be40929dd77659e98e42a79aedbbd | [
"MIT"
] | 1 | 2020-11-03T18:08:18.000Z | 2020-11-03T18:08:18.000Z | Pinochle/Round.h | nparajul/Pinochle | 5cf692deb21be40929dd77659e98e42a79aedbbd | [
"MIT"
] | null | null | null | Pinochle/Round.h | nparajul/Pinochle | 5cf692deb21be40929dd77659e98e42a79aedbbd | [
"MIT"
] | null | null | null | /*
************************************************************
* Name: Nitesh Parajuli *
* Project: Project 1 Pinochle C++ *
* Class: CMPS366 OPL *
* Date: 09/29/2020 *
******************************************... | 23.104167 | 64 | 0.582507 |
6de0623a7b5f6c5c813ff9143d783aebcbbed17b | 1,491 | c | C | Unpacker/crass/cui/ADX/vgmstream-r526/src/layout/xa_blocked.c | weimingtom/X-moe | 8bcca62db18800cb5ac7ad1309535c4c95156eb6 | [
"MIT"
] | 6 | 2018-10-12T05:01:49.000Z | 2020-11-01T02:47:22.000Z | src/cui/ADX/vgmstream-r526/src/layout/xa_blocked.c | MaiReo/crass | 11579527090faecab27f98b1e221172822928f57 | [
"BSD-3-Clause"
] | null | null | null | src/cui/ADX/vgmstream-r526/src/layout/xa_blocked.c | MaiReo/crass | 11579527090faecab27f98b1e221172822928f57 | [
"BSD-3-Clause"
] | 3 | 2017-09-27T17:28:30.000Z | 2019-11-21T15:13:57.000Z | #include "layout.h"
#include "../coding/coding.h"
#include "../vgmstream.h"
/* set up for the block at the given offset */
void xa_block_update(off_t block_offset, VGMSTREAM * vgmstream) {
int i;
int8_t currentChannel=0;
int8_t subAudio=0;
init_get_high_nibble(vgmstream);
if(vgmstream->samples_into_block!=0)
... | 29.82 | 78 | 0.716968 |
982f356b3c123bac734675632ba7f74e2d473c91 | 2,935 | c | C | sp_parser.c | Kirari-Senpai/trustword | 4e83860077088167dc733e2644cfb4db6d17dca6 | [
"BSD-2-Clause"
] | null | null | null | sp_parser.c | Kirari-Senpai/trustword | 4e83860077088167dc733e2644cfb4db6d17dca6 | [
"BSD-2-Clause"
] | null | null | null | sp_parser.c | Kirari-Senpai/trustword | 4e83860077088167dc733e2644cfb4db6d17dca6 | [
"BSD-2-Clause"
] | null | null | null | #include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include "trim.h"
#include "sp_parser.h"
char *replace(char *s, char *a, char *b) {
char *pattern = strstr(s, a);
if (!pattern)
return NULL;
int offset = pattern-s;
size_t a_length = strlen(a);
size_t b_length = strlen(b);
size_t len... | 18.575949 | 78 | 0.576831 |
8963f4e69798b3385c4b054c3db1cd8e2ca04286 | 5,112 | h | C | life/lifeclient/gameclientslavemanager.h | highfestiva/life | b05b592502d72980ab55e13e84330b74a966f377 | [
"BSD-3-Clause"
] | 9 | 2019-09-03T18:33:31.000Z | 2022-02-04T04:00:02.000Z | life/lifeclient/gameclientslavemanager.h | highfestiva/life | b05b592502d72980ab55e13e84330b74a966f377 | [
"BSD-3-Clause"
] | null | null | null | life/lifeclient/gameclientslavemanager.h | highfestiva/life | b05b592502d72980ab55e13e84330b74a966f377 | [
"BSD-3-Clause"
] | null | null | null |
// Author: Jonas Byström
// Copyright (c) Pixel Doctrine
#pragma once
#include "../../cure/include/gamemanager.h"
#include "../../cure/include/packet.h"
#include "../../cure/include/positionaldata.h"
#include "../../cure/include/useraccount.h"
#include "../../lepra/include/alarm.h"
#include "../../lepra/include/gr... | 30.070588 | 126 | 0.794014 |
a6a8b44a35ca7410bc969bf25b9875fa103e4901 | 6,902 | h | C | src/libYARP_OS/include/yarp/YARPRefCount.h | robotology-legacy/yarp1 | 21434f5b776edea201b39a9644552dca59339dbc | [
"Artistic-1.0-Perl"
] | null | null | null | src/libYARP_OS/include/yarp/YARPRefCount.h | robotology-legacy/yarp1 | 21434f5b776edea201b39a9644552dca59339dbc | [
"Artistic-1.0-Perl"
] | null | null | null | src/libYARP_OS/include/yarp/YARPRefCount.h | robotology-legacy/yarp1 | 21434f5b776edea201b39a9644552dca59339dbc | [
"Artistic-1.0-Perl"
] | null | null | null | /////////////////////////////////////////////////////////////////////////
/// ///
/// ///
/// This Academic Free License applies to any software and associated ///
/// documentation (the "... | 28.758333 | 74 | 0.58838 |
727edd25696280009b27afd87cd1235f1c03674e | 757 | h | C | Linux_Kernel/linux-master/sound/soc/intel/boards/hda_dsp_common.h | shmily1012/linux-zns | 42468ce9bd95cf621c93ea9f74a86e66ca223ef1 | [
"MIT"
] | null | null | null | Linux_Kernel/linux-master/sound/soc/intel/boards/hda_dsp_common.h | shmily1012/linux-zns | 42468ce9bd95cf621c93ea9f74a86e66ca223ef1 | [
"MIT"
] | null | null | null | Linux_Kernel/linux-master/sound/soc/intel/boards/hda_dsp_common.h | shmily1012/linux-zns | 42468ce9bd95cf621c93ea9f74a86e66ca223ef1 | [
"MIT"
] | null | null | null | /* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright(c) 2019 Intel Corporation.
*/
/*
* This file defines helper functions used by multiple
* Intel HDA based machine drivers.
*/
#ifndef __HDA_DSP_COMMON_H
#define __HDA_DSP_COMMON_H
#include <sound/hda_codec.h>
#include <sound/hda_i915.h>
#include "../../c... | 22.939394 | 72 | 0.756935 |
902ccd39cdc52d6adb24ce330ce2e2ee92fab60c | 104 | h | C | src/boolean_task.h | JDVDev/PebbleApplication | 1b2566043acf28d7e6d841ac3819b1ce05d8185f | [
"Apache-2.0"
] | null | null | null | src/boolean_task.h | JDVDev/PebbleApplication | 1b2566043acf28d7e6d841ac3819b1ce05d8185f | [
"Apache-2.0"
] | null | null | null | src/boolean_task.h | JDVDev/PebbleApplication | 1b2566043acf28d7e6d841ac3819b1ce05d8185f | [
"Apache-2.0"
] | null | null | null | #pragma once
void draw_boolean_menu(char *message, TextLayer *output_layer, ActionBarLayer *action_bar); | 52 | 91 | 0.836538 |
b80d047b84b4fe811d0253fffe31ff067c49c773 | 2,836 | c | C | src/atrshmlogfinish.c | atrsoftgmbh/atrshmlog | 4ca1a2cc6ff26890a02d74db378e597353f197d3 | [
"Apache-2.0"
] | null | null | null | src/atrshmlogfinish.c | atrsoftgmbh/atrshmlog | 4ca1a2cc6ff26890a02d74db378e597353f197d3 | [
"Apache-2.0"
] | null | null | null | src/atrshmlogfinish.c | atrsoftgmbh/atrshmlog | 4ca1a2cc6ff26890a02d74db378e597353f197d3 | [
"Apache-2.0"
] | null | null | null | /***********************************************************************
* This software is part of the atrshmlog package *
* Copyright (c) 2016 ATRSoft GmbH *
* and is licensed under the *
* Apache... | 30.826087 | 83 | 0.500705 |
fc0a44d7d884cb1882f854b97a7648bbe1967b89 | 289 | h | C | tests/unit/common/curl.h | PascalMarechal/cpphttp | 7cf0a95cf46cf496b096c3c3ae6af55f66baa582 | [
"MIT"
] | null | null | null | tests/unit/common/curl.h | PascalMarechal/cpphttp | 7cf0a95cf46cf496b096c3c3ae6af55f66baa582 | [
"MIT"
] | null | null | null | tests/unit/common/curl.h | PascalMarechal/cpphttp | 7cf0a95cf46cf496b096c3c3ae6af55f66baa582 | [
"MIT"
] | null | null | null | /**
* Copyright (c) 2020 Pascal Marechal
*
* Distributed under the MIT License. (See accompanying file LICENSE)
*/
#pragma once
#include <string>
bool checkUrl(const char *url);
std::string getPage(const char *url);
std::string postPage(const char *postUrl, const char *postData);
| 22.230769 | 70 | 0.719723 |
f752710e66ef670ce8098d419b9e8df72f192db7 | 6,918 | c | C | skynet-src/skynet_handle.c | djianq/Game | d34a18e0d4cf8a0fb182285520c3b91e47968ad2 | [
"MIT"
] | null | null | null | skynet-src/skynet_handle.c | djianq/Game | d34a18e0d4cf8a0fb182285520c3b91e47968ad2 | [
"MIT"
] | null | null | null | skynet-src/skynet_handle.c | djianq/Game | d34a18e0d4cf8a0fb182285520c3b91e47968ad2 | [
"MIT"
] | null | null | null | #include "skynet.h"
#include "skynet_handle.h"
#include "skynet_server.h"
#include "rwlock.h"
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#define DEFAULT_SLOT_SIZE 4
#define MAX_SLOT_SIZE 0x40000000
// skynet 服务编号的管理和分配
// handle_name 服务 name 和 对应 handle id 的 hash表
struct handle_name
{
char *name... | 21.61875 | 103 | 0.647297 |
dea60aed1fc08daa5fd5027993a93b5d7c93ba92 | 1,156 | h | C | include/grub/i386/wrmsr.h | dingjingmaster/graceful-grub | 7e57edc3cbd61774bbb57119c1893c77cb547d6a | [
"MIT"
] | null | null | null | include/grub/i386/wrmsr.h | dingjingmaster/graceful-grub | 7e57edc3cbd61774bbb57119c1893c77cb547d6a | [
"MIT"
] | null | null | null | include/grub/i386/wrmsr.h | dingjingmaster/graceful-grub | 7e57edc3cbd61774bbb57119c1893c77cb547d6a | [
"MIT"
] | null | null | null | /*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2019 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your... | 32.111111 | 76 | 0.711938 |
1ca8c85905e6c49d86bbb708bb975bfb08f54d6e | 375 | h | C | Salmon/Services/ServiceCenter/Core/ISMServiceEntryLoader.h | zhou921803/Salmon | 368018475a61d8988c3342f4898eaa96c8b36966 | [
"BSD-2-Clause"
] | null | null | null | Salmon/Services/ServiceCenter/Core/ISMServiceEntryLoader.h | zhou921803/Salmon | 368018475a61d8988c3342f4898eaa96c8b36966 | [
"BSD-2-Clause"
] | null | null | null | Salmon/Services/ServiceCenter/Core/ISMServiceEntryLoader.h | zhou921803/Salmon | 368018475a61d8988c3342f4898eaa96c8b36966 | [
"BSD-2-Clause"
] | null | null | null | //
// ISMServiceEntryLoader.h
// Salmon
//
// Created by 周正炎 on 2018/12/10.
// Copyright © 2018 周正炎. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@class SMServiceEntryConfig;
/**
* 服务入口加载器?
*/
@protocol ISMServiceEntryLoader <NSObject>
@required
- (SMServiceEntryConfig*)... | 13.888889 | 50 | 0.741333 |
1cc392012e35c0b8bd3e79087288b94a0d136f88 | 3,645 | h | C | Breeder/BR_Update.h | nikolalkc/sws | 08d3c6fce05191347092a55df6dd5d4764f1de9c | [
"MIT"
] | 285 | 2016-10-16T00:35:58.000Z | 2022-03-25T04:46:58.000Z | Breeder/BR_Update.h | nikolalkc/sws | 08d3c6fce05191347092a55df6dd5d4764f1de9c | [
"MIT"
] | 754 | 2016-09-23T20:32:01.000Z | 2022-03-31T10:30:07.000Z | Breeder/BR_Update.h | nikolalkc/sws | 08d3c6fce05191347092a55df6dd5d4764f1de9c | [
"MIT"
] | 77 | 2017-01-16T16:55:03.000Z | 2022-03-10T08:58:21.000Z | /******************************************************************************
/ BR_Update.h
/
/ Copyright (c) 2013 and later Dominik Martin Drzic
/ http://forum.cockos.com/member.php?u=27094
/ http://github.com/reaper-oss/sws
/
/ Permission is hereby granted, free of charge, to any person obtaining a copy
/ of this s... | 41.420455 | 82 | 0.55144 |
7c523b728fd76a788fd894dc1797b8757e64f0c6 | 1,922 | h | C | util/thread/threadable.h | jjzhang166/balancer | 84addf52873d8814b8fd30289f2fcfcec570c151 | [
"Unlicense"
] | 39 | 2015-03-12T19:49:24.000Z | 2020-11-11T09:58:15.000Z | util/thread/threadable.h | jjzhang166/balancer | 84addf52873d8814b8fd30289f2fcfcec570c151 | [
"Unlicense"
] | null | null | null | util/thread/threadable.h | jjzhang166/balancer | 84addf52873d8814b8fd30289f2fcfcec570c151 | [
"Unlicense"
] | 11 | 2016-01-14T16:42:00.000Z | 2022-01-17T11:47:33.000Z | #pragma once
#include <util/system/thread.h>
#include <util/system/defaults.h>
#include <util/generic/ptr.h>
//deprecated. use future.h instead
template <class T>
class TThreadable: public T {
public:
typedef TThread::TThreadProc TThreadProc;
inline TThreadable()
: Arg(0)
... | 21.355556 | 86 | 0.417794 |
87a8db28f265483f2ad1f8d8dfe65b2390914e2c | 2,881 | c | C | 1_First_Service/Work_base/Apps/Blinker_app/blinker.c | Luos-io/Training | f38db879e08c5969af49f3f35433795bd3a0832b | [
"MIT"
] | 10 | 2022-02-22T09:34:07.000Z | 2022-02-22T10:17:02.000Z | 1_First_Service/Work_base/Apps/Blinker_app/blinker.c | Luos-io/Training | f38db879e08c5969af49f3f35433795bd3a0832b | [
"MIT"
] | null | null | null | 1_First_Service/Work_base/Apps/Blinker_app/blinker.c | Luos-io/Training | f38db879e08c5969af49f3f35433795bd3a0832b | [
"MIT"
] | null | null | null | #include "blinker.h"
#include "luos_engine.h"
#define DEFAULTBLINKTIME_MS 500
// Create a new custom service type for this blink example
typedef enum
{
BLINKER_APP = LUOS_LAST_TYPE
} App_type_t;
service_t *blinker_app; // This will be our blinker service
volatile time_luos_t blinktime;
unsigned long my_time; // ... | 33.5 | 117 | 0.633808 |
7b857ff5c548757e5d9ce4205d0645104b0db39a | 5,697 | h | C | chrome/browser/chromeos/dom_ui/internet_options_handler.h | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | 2 | 2017-09-02T19:08:28.000Z | 2021-11-15T15:15:14.000Z | chrome/browser/chromeos/dom_ui/internet_options_handler.h | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | null | null | null | chrome/browser/chromeos/dom_ui/internet_options_handler.h | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | 1 | 2020-04-13T05:45:10.000Z | 2020-04-13T05:45:10.000Z | // Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_DOM_UI_INTERNET_OPTIONS_HANDLER_H_
#define CHROME_BROWSER_CHROMEOS_DOM_UI_INTERNET_OPTIONS_HANDLER_H_
#include <strin... | 43.159091 | 80 | 0.723188 |
d02cc6d280d3d4de73bae90d52c80725e0f175f2 | 9,723 | c | C | tools/dilate_pixel_qa.c | ldj01/e-l-t | eccafac88c3a604797f9d8f5f480143639316033 | [
"Unlicense"
] | null | null | null | tools/dilate_pixel_qa.c | ldj01/e-l-t | eccafac88c3a604797f9d8f5f480143639316033 | [
"Unlicense"
] | null | null | null | tools/dilate_pixel_qa.c | ldj01/e-l-t | eccafac88c3a604797f9d8f5f480143639316033 | [
"Unlicense"
] | null | null | null | /*****************************************************************************
File: dilate_pixel_qa.c
Purpose: Modify in-place a bit from each value in the bit-packed QA band.
Project: Land Satellites Data System Science Research and Development (LSRD)
at the USGS EROS
License Type: NASA Open Source Agr... | 30.964968 | 78 | 0.536254 |
0b4a0b17840541b55ae194d7361b63931633f02c | 787 | h | C | rampgold/sim/mac_fedriver/mac_fedriver.h | aswaterman/trainwreck | c505b40a0093193fcfec58a94e9d5b094d8b23ca | [
"Unlicense"
] | 27 | 2018-10-04T23:33:33.000Z | 2022-02-09T13:08:17.000Z | rampgold/sim/mac_fedriver/mac_fedriver.h | aswaterman/trainwreck | c505b40a0093193fcfec58a94e9d5b094d8b23ca | [
"Unlicense"
] | 1 | 2019-03-26T14:16:09.000Z | 2019-05-09T00:43:18.000Z | rampgold/sim/mac_fedriver/mac_fedriver.h | aswaterman/trainwreck | c505b40a0093193fcfec58a94e9d5b094d8b23ca | [
"Unlicense"
] | 13 | 2018-10-05T06:30:43.000Z | 2022-01-11T18:48:23.000Z | /* MTI_DPI */
/*
* Copyright 2002-2008 Mentor Graphics Corporation.
*
* Note:
* This file is automatically generated.
* Please do not edit this file - you will lose your edits.
*
* Settings when this file was generated:
* PLATFORM = 'linux_x86_64'
*/
#ifndef INCLUDED_MAC_FEDRIVER
#define INCLUDED_MAC_FE... | 15.74 | 61 | 0.731893 |
f418530263323ee183d8b2cee1d2172714e691eb | 2,875 | h | C | Engine/src/Engine/Event/MouseEvent.h | wesExpress/GameEngine2D | 9851968c14069f9bba5b2b14dc8d5dafe0850534 | [
"Apache-2.0"
] | 2 | 2021-05-04T13:54:47.000Z | 2021-05-24T23:58:09.000Z | Engine/src/Engine/Event/MouseEvent.h | wesExpress/GameEngine2D | 9851968c14069f9bba5b2b14dc8d5dafe0850534 | [
"Apache-2.0"
] | null | null | null | Engine/src/Engine/Event/MouseEvent.h | wesExpress/GameEngine2D | 9851968c14069f9bba5b2b14dc8d5dafe0850534 | [
"Apache-2.0"
] | null | null | null | #ifndef __MOUSEEVENT_H__
#define __MOUSEEVENT_H__
#include "Event.h"
namespace Engine
{
class MouseMovedEvent : public Event
{
public:
MouseMovedEvent(double x, double y)
:
m_x(x),
m_y(y)
{}
inline double GetMouseX() const { retu... | 25.442478 | 89 | 0.505391 |
4893fe4e033971385f3c43ef1380d0b48de24877 | 1,110 | h | C | Utilities/gdcm/src/gdcmValidator.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | 1 | 2018-04-15T13:32:43.000Z | 2018-04-15T13:32:43.000Z | Utilities/gdcm/src/gdcmValidator.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | null | null | null | Utilities/gdcm/src/gdcmValidator.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | null | null | null | /*=========================================================================
Program: gdcm
Module: gdcmValidator.h
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt... | 25.227273 | 79 | 0.567568 |
715c7686d597b7cf12d89d4f8839af1b7962ce1b | 12,767 | c | C | base/boot/lib/peldr.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/boot/lib/peldr.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/boot/lib/peldr.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
peldr.c
Abstract:
This module implements the code to load a PE format image into memory
and relocate it if necessary.
Author:
David N. Cutler (davec) 10-May-1991
Environment:
Kernel mode only.
Revision History... | 23.297445 | 85 | 0.618156 |
bc86453fb86b799a8bfe2ed223e1c458dc6d0c47 | 188 | h | C | src/adc/adc_correction.h | Molegvas/MySERCOM | 4d2538162b5e685a5a91700a531ef91642091075 | [
"MIT"
] | null | null | null | src/adc/adc_correction.h | Molegvas/MySERCOM | 4d2538162b5e685a5a91700a531ef91642091075 | [
"MIT"
] | null | null | null | src/adc/adc_correction.h | Molegvas/MySERCOM | 4d2538162b5e685a5a91700a531ef91642091075 | [
"MIT"
] | null | null | null | /*
*/
#ifndef _ADC_CORRECTION_H_
#define _ADC_CORRECTION_H_
#include "stdint.h"
uint16_t readGndLevel();
uint16_t read3V3Level();
//void doMeasure();
#endif //!_ADC_CORRECTION_H_ | 11.058824 | 29 | 0.734043 |
ad8eb400657a76a417df854b6efd23e2c6059616 | 1,320 | h | C | libviennashe/include/output.h | FelipeSenra/viennashe-dev | 1b42f01b0826322c0b49a6fcf08fc0db5946e21f | [
"MIT"
] | 3 | 2020-05-07T14:38:52.000Z | 2021-05-30T09:43:18.000Z | libviennashe/include/output.h | FelipeSenra/viennashe-dev | 1b42f01b0826322c0b49a6fcf08fc0db5946e21f | [
"MIT"
] | 1 | 2021-05-02T13:50:52.000Z | 2021-05-03T03:49:51.000Z | libviennashe/include/output.h | FelipeSenra/viennashe-dev | 1b42f01b0826322c0b49a6fcf08fc0db5946e21f | [
"MIT"
] | 3 | 2020-05-07T14:39:07.000Z | 2021-05-08T12:15:26.000Z | /* ============================================================================
Copyright (c) 2011-2014, Institute for Microelectronics,
Institute for Analysis and Scientific Computing,
TU Wien.
-----------------
ViennaSHE - Th... | 32.195122 | 157 | 0.59697 |
216029c3dfed943a79d8647c0d38ec2aefce3894 | 8,258 | h | C | src/cson.h | NevermindZZT/cson | 56b488a7761ab558cc84c5dfc0433c988d71119f | [
"MIT"
] | 52 | 2019-08-28T19:02:38.000Z | 2022-01-14T05:53:32.000Z | src/cson.h | NevermindZZT/cson | 56b488a7761ab558cc84c5dfc0433c988d71119f | [
"MIT"
] | 5 | 2019-09-06T02:05:07.000Z | 2021-11-15T09:47:46.000Z | src/cson.h | NevermindZZT/cson | 56b488a7761ab558cc84c5dfc0433c988d71119f | [
"MIT"
] | 26 | 2019-09-10T04:31:21.000Z | 2022-03-23T10:32:28.000Z | /**
* @file cson.h
* @author Letter (NevermindZZT@gmail.com)
* @brief cson
* @version 0.1
* @date 2019-08-26
*
* @copyright (c) 2019 Letter
*
*/
#ifndef __CSON_H__
#define __CSON_H__
#include "stddef.h"
#include "cJSON.h"
#define CSON_VERSION "1.0.4" /**< CSON版本 */
/**
* @defgroup CS... | 20.853535 | 115 | 0.614677 |
6e136ed5b616a0d125947d1581b4691672f1ee5f | 582 | h | C | 3rdparty/pytorch/aten/src/ATen/core/Deprecated.h | WoodoLee/TorchCraft | 999f68aab9e7d50ed3ae138297226dc95fefc458 | [
"MIT"
] | 109 | 2018-11-03T15:11:51.000Z | 2022-01-06T05:34:35.000Z | AICamera/app/src/main/cpp/ATen/core/Deprecated.h | RusdiHaizim/deblur2 | 5cddea2782a304917ca7d1232690b626b42429a6 | [
"MIT"
] | 7 | 2019-01-04T01:49:09.000Z | 2019-10-16T06:46:31.000Z | AICamera/app/src/main/cpp/ATen/core/Deprecated.h | RusdiHaizim/deblur2 | 5cddea2782a304917ca7d1232690b626b42429a6 | [
"MIT"
] | 33 | 2020-02-18T16:15:48.000Z | 2022-03-24T15:12:05.000Z | #pragma once
// Largely from https://stackoverflow.com/questions/295120/c-mark-as-deprecated
#if defined(__cplusplus) && __cplusplus > 201402L
#define AT_DEPRECATED(function) [[deprecated]] function
#else
#if defined(__GNUC__)
#define AT_DEPRECATED(function) __attribute__((deprecated)) function
#elif defined(_MSC_VER... | 34.235294 | 79 | 0.795533 |
34ee2d1d823529d68d6df8c3aa5d42a18f8e634b | 21,585 | c | C | src/loader.c | eazimi/elf | c97f46d1cc05db54856259ee9b10f60b3ade010e | [
"MIT"
] | null | null | null | src/loader.c | eazimi/elf | c97f46d1cc05db54856259ee9b10f60b3ade010e | [
"MIT"
] | null | null | null | src/loader.c | eazimi/elf | c97f46d1cc05db54856259ee9b10f60b3ade010e | [
"MIT"
] | null | null | null | #include "z_asm.h"
#include "z_syscalls.h"
#include "z_utils.h"
#include "z_elf.h"
#include <stdio.h>
#include <sys/mman.h>
#include <errno.h>
#include <link.h>
#define Z_PROG 0
#define Z_INTERP 1
#define FILENAMESIZE 1024
typedef char *VA; /* VA = virtual address */
#define _1GB 0x40000000
#define _32KB 0x8000
#de... | 26.517199 | 120 | 0.627195 |
56d1c0ddcbb26004691dfecb38f94fee90ce8067 | 9,103 | h | C | parse_lang.h | xsa/pmk | a9dd7fbf8b0a9e8923912eeffafc15d891795072 | [
"BSD-3-Clause"
] | null | null | null | parse_lang.h | xsa/pmk | a9dd7fbf8b0a9e8923912eeffafc15d891795072 | [
"BSD-3-Clause"
] | null | null | null | parse_lang.h | xsa/pmk | a9dd7fbf8b0a9e8923912eeffafc15d891795072 | [
"BSD-3-Clause"
] | null | null | null | /* $Id$ */
/*
* Copyright (c) 2005 Damien Couderc
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice,... | 40.457778 | 92 | 0.643964 |
8682ef36a925d898eb3751c082071b868bec2d81 | 876 | h | C | System/Library/PrivateFrameworks/RelevanceEngineUI.framework/TableCell.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/RelevanceEngineUI.framework/TableCell.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/RelevanceEngineUI.framework/TableCell.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 12:26:07 PM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/RelevanceEngineUI.framework/RelevanceEngineUI
* classdump-dyld is licensed under GPLv3, Copyright © ... | 31.285714 | 142 | 0.773973 |
2287e372022bb94a10f208ff89282ca876ed2a7e | 792 | h | C | pgroupeA05/include/Model/TileInfo.h | Mars073/groupeA05 | b3e70d07ca860affb88448e7dc84c8c1ff2805d2 | [
"MIT"
] | 1 | 2020-09-14T18:31:36.000Z | 2020-09-14T18:31:36.000Z | pgroupeA05/include/Model/TileInfo.h | Mars073/groupeA05 | b3e70d07ca860affb88448e7dc84c8c1ff2805d2 | [
"MIT"
] | 1 | 2020-07-17T21:43:07.000Z | 2020-09-14T18:30:08.000Z | pgroupeA05/include/Model/TileInfo.h | Mars073/groupeA05 | b3e70d07ca860affb88448e7dc84c8c1ff2805d2 | [
"MIT"
] | null | null | null | #ifndef TILEINFO_H
#define TILEINFO_H
#include "SFML/Graphics.hpp"
using sf::Vector2u;
/*
* Implement a Tile structure with different data like the object or the collision
*/
class TileInfo
{
private:
public:
const unsigned INDEX; //!< Index of the Tile
const unsigned FLOOR_ID; ... | 33 | 105 | 0.635101 |
79135e84d034d8a7950d95414bff147ce838615e | 9,509 | h | C | components/ntp_snippets/remote/remote_suggestions_fetcher.h | google-ar/chromium | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 777 | 2017-08-29T15:15:32.000Z | 2022-03-21T05:29:41.000Z | components/ntp_snippets/remote/remote_suggestions_fetcher.h | harrymarkovskiy/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 66 | 2017-08-30T18:31:18.000Z | 2021-08-02T10:59:35.000Z | components/ntp_snippets/remote/remote_suggestions_fetcher.h | harrymarkovskiy/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 123 | 2017-08-30T01:19:34.000Z | 2022-03-17T22:55:31.000Z | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_NTP_SNIPPETS_REMOTE_REMOTE_SUGGESTIONS_FETCHER_H_
#define COMPONENTS_NTP_SNIPPETS_REMOTE_REMOTE_SUGGESTIONS_FETCHER_H_
#include <memor... | 40.811159 | 78 | 0.732359 |
791c6e147c3c31c3621c7415c13d15e5aa0a345a | 759 | h | C | include/pwm_software.h | FreeRTOSHAL/driver | 7aeafca1aa7370e4d521ca76a2cd8f71f70fa51e | [
"MIT"
] | 7 | 2018-10-27T17:02:17.000Z | 2022-03-02T00:48:50.000Z | include/pwm_software.h | FreeRTOSHAL/driver | 7aeafca1aa7370e4d521ca76a2cd8f71f70fa51e | [
"MIT"
] | null | null | null | include/pwm_software.h | FreeRTOSHAL/driver | 7aeafca1aa7370e4d521ca76a2cd8f71f70fa51e | [
"MIT"
] | 6 | 2016-11-09T16:22:54.000Z | 2020-12-24T17:28:09.000Z | #ifndef PWM_SOFTWARE_H_
#define PWM_SOFTWARE_H_
/**\cond INTERNAL*/
#include <pwm.h>
#define PWM_PRV
#include <pwm_prv.h>
#include <gpio.h>
extern const struct pwm_ops software_pwm_ops;
struct pwm_software {
struct pwm_generic gen;
struct timer *timer;
struct gpio_pin *pin;
uint64_t period;
uint64_t duty_cycle;
u... | 25.3 | 89 | 0.760211 |
792798e739a0fb90f893f10be1af8660d3b1faa1 | 375 | h | C | src/EE895.h | towaho/EE895 | 79d5b3a3e98f729837e7ce8ed49872bca21edb92 | [
"MIT"
] | null | null | null | src/EE895.h | towaho/EE895 | 79d5b3a3e98f729837e7ce8ed49872bca21edb92 | [
"MIT"
] | null | null | null | src/EE895.h | towaho/EE895 | 79d5b3a3e98f729837e7ce8ed49872bca21edb92 | [
"MIT"
] | null | null | null | #ifndef __EE895_ARDUINO_LIBARARY_H__
#define __EE895_ARDUINO_LIBARARY_H__
#include "Arduino.h"
#include <Wire.h>
#define EE895_ADDRESS_MODBUS 0x5F
class EE895 {
public:
EE895(void);
uint16_t updateCRC(uint8_t data, uint16_t crc = 0xFFFF);
uint16_t updateCRC(uint16_t data, uint16_t crc = 0xFFFF);
p... | 17.857143 | 61 | 0.749333 |
b2d70e3fc7fd0fa720a8d981d3f0e66453e15cfc | 5,327 | h | C | ContextNetwork/inc/sms.h | crutchwalkfactory/jaikuengine-mobile-client | c47100ec009d47a4045b3d98addc9b8ad887b132 | [
"MIT"
] | null | null | null | ContextNetwork/inc/sms.h | crutchwalkfactory/jaikuengine-mobile-client | c47100ec009d47a4045b3d98addc9b8ad887b132 | [
"MIT"
] | null | null | null | ContextNetwork/inc/sms.h | crutchwalkfactory/jaikuengine-mobile-client | c47100ec009d47a4045b3d98addc9b8ad887b132 | [
"MIT"
] | null | null | null | // Copyright (c) 2007-2009 Google Inc.
// Copyright (c) 2006-2007 Jaiku Ltd.
// Copyright (c) 2002-2006 Mika Raento and Renaud Petit
//
// This software is licensed at your choice under either 1 or 2 below.
//
// 1. MIT License
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of thi... | 37.251748 | 98 | 0.763657 |
bf4aae6d069c38cbd028b4cedf104b48798bb630 | 153 | h | C | CJFCore/Classes/Core/Settings/CJFAPPDefine.h | JinfeiChen/CJFCore | bc37baf2f4ece5e50b1aeb30c1b144f9330a3a74 | [
"MIT"
] | null | null | null | CJFCore/Classes/Core/Settings/CJFAPPDefine.h | JinfeiChen/CJFCore | bc37baf2f4ece5e50b1aeb30c1b144f9330a3a74 | [
"MIT"
] | null | null | null | CJFCore/Classes/Core/Settings/CJFAPPDefine.h | JinfeiChen/CJFCore | bc37baf2f4ece5e50b1aeb30c1b144f9330a3a74 | [
"MIT"
] | null | null | null | //
// CJFAPPDefine.h
// caricature
//
// Created by cjf on 2019/8/21.
//
#ifndef CJFAPPDefine_h
#define CJFAPPDefine_h
#endif /* CJFAPPDefine_h */
| 11.769231 | 32 | 0.673203 |
844ccf12e52d038b4f35eea23278bce7ebf11162 | 7,794 | h | C | workers/snodb/snodb.h | seerline/sisdb | 9fc4172ebc8fd0a58c27ef0e0b3cbfa5f65f64f9 | [
"MIT"
] | 13 | 2018-12-14T01:30:25.000Z | 2022-02-18T06:36:36.000Z | workers/snodb/snodb.h | seerline/sisdb | 9fc4172ebc8fd0a58c27ef0e0b3cbfa5f65f64f9 | [
"MIT"
] | 2 | 2021-01-13T06:12:31.000Z | 2022-03-15T08:57:14.000Z | workers/snodb/snodb.h | seerline/sisdb | 9fc4172ebc8fd0a58c27ef0e0b3cbfa5f65f64f9 | [
"MIT"
] | 2 | 2021-02-04T03:04:29.000Z | 2022-02-28T13:20:29.000Z |
//******************************************************
// Copyright (C) 2018, Coollyer <48707400@qq.com>
//*******************************************************
// struct diffrent compress
#ifndef _SNODB_H
#define _SNODB_H
#include "sis_core.h"
#include "sis_math.h"
#include "sis_malloc.h"
#includ... | 32.747899 | 77 | 0.598281 |
80816afacaf9957f8820a3db3345b0fc7a3a876e | 8,192 | c | C | kernels/c/dft9c_b.c | spiral-software/spiral-package-ffte | 19f751776c117e28bdbcc3d2530c895ad554d855 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | kernels/c/dft9c_b.c | spiral-software/spiral-package-ffte | 19f751776c117e28bdbcc3d2530c895ad554d855 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | kernels/c/dft9c_b.c | spiral-software/spiral-package-ffte | 19f751776c117e28bdbcc3d2530c895ad554d855 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2021-06-15T12:41:51.000Z | 2021-06-15T12:41:51.000Z | /*
FFTE: A FAST FOURIER TRANSFORM PACKAGE
(C) COPYRIGHT SOFTWARE, 2000-2004, 2008-2014, ALL RIGHTS RESERVED
BY
DAISUKE TAKAHASHI
FACULTY OF ENGINEERING, INFORMATION AND SYSTEMS
UNIVERSITY OF TSUKUBA
1-1-1 TENNODAI, TSUKUBA, IBARAKI 305-8573, JAPAN
... | 40.96 | 77 | 0.44043 |
41fb05f39f7cc12f4ed2f8483cafb737e7ea80ad | 26,562 | h | C | SVFEngine/SVFEngine/SoundIMMN.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | 1 | 2018-04-26T14:27:35.000Z | 2018-04-26T14:27:35.000Z | SVFEngine/SVFEngine/SoundIMMN.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | 1 | 2018-04-29T14:45:47.000Z | 2018-04-29T14:45:47.000Z | SVFEngine/SVFEngine/SoundIMMN.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | null | null | null | // ----------------------------------------------------------------------- //
//
// MODULE : SoundIMMN.h
//
// PURPOSE : Содержит реализацию интерфейса IMMNotificationClient
//
// CREATED : SavF. ⚡ Savenkov Filipp A. (2018)
//
// ----------------------------------------------------------------------- //
#i... | 72.179348 | 200 | 0.723854 |
cb563dfd91814e904304d14bcc2de2c33bad70e0 | 2,933 | h | C | php_dotnet_ffi.h | pg-ito/dotnet_ffi | c40a0cf04623a8ef0c0cd036d88ff26e60882d26 | [
"MIT"
] | 2 | 2021-01-03T12:26:55.000Z | 2021-01-26T15:05:19.000Z | php_dotnet_ffi.h | pg-ito/dotnet_ffi | c40a0cf04623a8ef0c0cd036d88ff26e60882d26 | [
"MIT"
] | 24 | 2020-12-20T16:31:19.000Z | 2021-01-28T20:54:22.000Z | php_dotnet_ffi.h | pg-ito/dotnet_ffi | c40a0cf04623a8ef0c0cd036d88ff26e60882d26 | [
"MIT"
] | null | null | null | /*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2018 The PHP Group |
+--------------... | 28.201923 | 91 | 0.604501 |
b98540206ccf205e3cd30961c0d0808c0bca9227 | 315 | h | C | YYUIKit/Base/UIKit/UIApplication+YYUIAdd.h | liuxc123/YYUIKit | 185bdf9ca7bb02b7e04a431b06780c18228b5dd0 | [
"MIT"
] | 1 | 2021-12-15T01:19:44.000Z | 2021-12-15T01:19:44.000Z | YYUIKit/Base/UIKit/UIApplication+YYUIAdd.h | liuxc123/YYUIKit | 185bdf9ca7bb02b7e04a431b06780c18228b5dd0 | [
"MIT"
] | null | null | null | YYUIKit/Base/UIKit/UIApplication+YYUIAdd.h | liuxc123/YYUIKit | 185bdf9ca7bb02b7e04a431b06780c18228b5dd0 | [
"MIT"
] | null | null | null | //
// UIApplication+YYUIAdd.h
// YYUIKit
//
// Created by liuxc on 2021/11/29.
//
#import <UIKit/UIKit.h>
#import "UIApplication+YYAdd.h"
NS_ASSUME_NONNULL_BEGIN
/**
Provides extensions for `UIApplication`.
*/
@interface UIApplication (YYUIAdd)
+ (UIEdgeInsets)safeAreaInsets;
@end
NS_ASSUME_NONNULL_END
| 13.695652 | 41 | 0.730159 |
f347bfb7705296ed1f2d998c0bfc3d9b722e2e9b | 5,119 | h | C | src/taurus/silo_taurus_private.h | EMinsight/Silo | a1e27d34e8b52196be2de3d4aae2d0cae21b3f36 | [
"Apache-2.0"
] | 8 | 2021-10-08T00:22:19.000Z | 2022-03-21T02:17:31.000Z | src/taurus/silo_taurus_private.h | EMinsight/Silo | a1e27d34e8b52196be2de3d4aae2d0cae21b3f36 | [
"Apache-2.0"
] | 184 | 2019-03-20T03:02:33.000Z | 2019-03-24T18:08:08.000Z | src/taurus/silo_taurus_private.h | EMinsight/Silo | a1e27d34e8b52196be2de3d4aae2d0cae21b3f36 | [
"Apache-2.0"
] | 4 | 2021-12-28T11:40:36.000Z | 2022-03-30T08:51:51.000Z | /*
Copyright (C) 1994-2016 Lawrence Livermore National Security, LLC.
LLNL-CODE-425250.
All rights reserved.
This file is part of Silo. For details, see silo.llnl.gov.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* R... | 45.705357 | 79 | 0.747412 |
f34a3ebf024f4710b6b7ee7f73dc9b0247c83104 | 354 | h | C | TestCppLib/FileManager.h | JavierMendozaPaitan/TestCppApp | aa2f4932a51c5419aede730f7826d0abd5b3b8a6 | [
"MIT"
] | null | null | null | TestCppLib/FileManager.h | JavierMendozaPaitan/TestCppApp | aa2f4932a51c5419aede730f7826d0abd5b3b8a6 | [
"MIT"
] | null | null | null | TestCppLib/FileManager.h | JavierMendozaPaitan/TestCppApp | aa2f4932a51c5419aede730f7826d0abd5b3b8a6 | [
"MIT"
] | null | null | null | #pragma once
#include "pch.h"
#include "FilterConvolute.h"
using namespace std;
using namespace cv;
class FileManager
{
public:
FileManager(string name);
~FileManager();
string Filename;
Mat SrcImage;
Mat DstImage;
void ShowSrcImage();
void ShowDstImage();
void ApplySobel();
private:
FilterConvolute* ... | 12.206897 | 28 | 0.728814 |
b4033b2d52ef03787e4fd3b185d6e5c1803b180c | 1,406 | h | C | Game/BattleLogic/TW_ChainEffectData.h | TaoReiches/Tao | bf54cdf5284d3a6fd7b2e8aec0bc26fa96442a01 | [
"Apache-2.0"
] | 2 | 2020-09-30T15:17:32.000Z | 2021-02-22T14:19:54.000Z | Game/BattleLogic/TW_ChainEffectData.h | TaoReiches/Tao | bf54cdf5284d3a6fd7b2e8aec0bc26fa96442a01 | [
"Apache-2.0"
] | null | null | null | Game/BattleLogic/TW_ChainEffectData.h | TaoReiches/Tao | bf54cdf5284d3a6fd7b2e8aec0bc26fa96442a01 | [
"Apache-2.0"
] | null | null | null | #pragma once
/**********************************************
* Author: Tao Wang Copyright reserved
* Contact: tao.reiches@gmail.com
**********************************************/
enum class BeChainEffectType
{
BCET_LIGHTNING = 0,
BCET_LIGHTNING_RED,
BCET_LIGHTNING_FORKED,
BCET_DRAIN_LIFE,
BCET_D... | 20.676471 | 55 | 0.603841 |
a4b514fc0cbb759a212b856c3dfb9b34ab9447d7 | 156,085 | c | C | cpp/at/cppConsoleApplicationSOAP/wsdl/fiskaltrust.ifPOS.xml.c | FlorianStadlberger/demo | f520c428527d5ddb71a30896e14da6855268378d | [
"MIT"
] | 4 | 2019-01-16T20:12:35.000Z | 2020-01-26T23:38:56.000Z | cpp/at/cppConsoleApplicationSOAP/wsdl/fiskaltrust.ifPOS.xml.c | FlorianStadlberger/demo | f520c428527d5ddb71a30896e14da6855268378d | [
"MIT"
] | 4 | 2019-11-27T06:24:58.000Z | 2020-03-04T09:04:01.000Z | cpp/at/cppConsoleApplicationSOAP/wsdl/fiskaltrust.ifPOS.xml.c | FlorianStadlberger/demo | f520c428527d5ddb71a30896e14da6855268378d | [
"MIT"
] | 9 | 2019-05-31T10:52:35.000Z | 2020-01-23T16:03:45.000Z |
// File generated by Wsutil Compiler version 1.0095
#include <WebServices.h>
#include "fiskaltrust.ifPOS.xml.h"
typedef struct _fiskaltrust_interface_1_0_16298_1022_rc_wsdlLocalDefinitions
{
struct // global types
{
char unused;
struct // ReceiptRequest
{
WS_FIELD_DESC... | 68.972603 | 213 | 0.72877 |
78ad2cf375a704c970b6d7b477616a59a07f590e | 1,092 | h | C | examples/grover.h | sebastiaanbrand/q-sylvan | 3fb2eb4fb8a4ba891eba75e6527bc178e92ce653 | [
"Apache-2.0"
] | 1 | 2021-12-06T17:06:47.000Z | 2021-12-06T17:06:47.000Z | examples/grover.h | sebastiaanbrand/q-sylvan | 3fb2eb4fb8a4ba891eba75e6527bc178e92ce653 | [
"Apache-2.0"
] | null | null | null | examples/grover.h | sebastiaanbrand/q-sylvan | 3fb2eb4fb8a4ba891eba75e6527bc178e92ce653 | [
"Apache-2.0"
] | null | null | null | #include <qsylvan.h>
/* default = false */
void qdd_grover_set_verbose(bool v);
/* Approximate number of gates for 'nbits'-bit Grover */
uint64_t qdd_grover_approx_number_of_gates(BDDVAR nbits);
/* Random bit array of lenght 'nbits' */
bool *qdd_grover_random_flag(BDDVAR nbits);
/**
* Implementation of Grover wher... | 33.090909 | 84 | 0.749084 |
d116256a4d3fc902100c46cf35c130d031903d0e | 566 | h | C | org/chartacaeli/gpu/c3p/Plane.h | otabuzzman/chartacaeli | 86202be186dd71a760aa51731e73cd9f274f4f16 | [
"MIT"
] | null | null | null | org/chartacaeli/gpu/c3p/Plane.h | otabuzzman/chartacaeli | 86202be186dd71a760aa51731e73cd9f274f4f16 | [
"MIT"
] | 68 | 2016-02-10T18:36:54.000Z | 2019-05-07T12:18:54.000Z | org/chartacaeli/gpu/c3p/Plane.h | otabuzzman/chartacaeli | 86202be186dd71a760aa51731e73cd9f274f4f16 | [
"MIT"
] | null | null | null | #ifndef __PLANE_H__
#define __PLANE_H__
#include "Vector3D.h"
class Plane {
public:
Plane( const Vector3D& p1, const Vector3D& p2, const Vector3D& p3 ) ;
Vector3D* intersection( const Vector3D& l1, const Vector3D& l2 ) ;
// CXXWRAP/ JUnit
Plane( double p1[3], double p2[3], double p3[3] ) ;
void intersection(... | 20.962963 | 89 | 0.673145 |
431a04cdf7832dad5a65998da426992a6c36b572 | 179,044 | h | C | extensions/third_party/perfetto/protos/perfetto/config/trace_config.pb.h | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 6 | 2020-12-22T05:48:31.000Z | 2022-02-08T19:49:49.000Z | extensions/third_party/perfetto/protos/perfetto/config/trace_config.pb.h | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 4 | 2020-05-22T18:36:43.000Z | 2021-05-19T10:20:23.000Z | extensions/third_party/perfetto/protos/perfetto/config/trace_config.pb.h | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2019-12-06T11:48:16.000Z | 2021-09-16T04:44:47.000Z | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: protos/perfetto/config/trace_config.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fconfig_2ftrace_5fconfig_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fconfig_2ftrace_5fconfig_2eproto
#include <limits>
#include <string>... | 44.482981 | 159 | 0.777222 |
153db9426c0306a857e4118d13f4b1ff61922e97 | 633 | h | C | released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/gui/z3dcanvaseventlistener.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | 1 | 2021-12-27T19:14:03.000Z | 2021-12-27T19:14:03.000Z | released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/gui/z3dcanvaseventlistener.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | 1 | 2016-12-03T05:33:13.000Z | 2016-12-03T05:33:13.000Z | released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/gui/z3dcanvaseventlistener.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | null | null | null | #ifndef Z3DCANVASEVENTLISTENER_H
#define Z3DCANVASEVENTLISTENER_H
#include <QEvent>
// interface for all class that can receive z3dcanvas (QGLWidget) event
// listener can be registed with the addEventListener(tofront or toback) function of Z3DCanvas
// note: the listeners are called from front to back until event is... | 33.315789 | 122 | 0.763033 |
d178ad84086c22be6c195b4b5179419507e5b051 | 2,084 | c | C | src/level.c | Lattay/FleeTheDungeon | 411c92ef15d037b8ac586eee8f0aebc141f5e19a | [
"MIT"
] | null | null | null | src/level.c | Lattay/FleeTheDungeon | 411c92ef15d037b8ac586eee8f0aebc141f5e19a | [
"MIT"
] | null | null | null | src/level.c | Lattay/FleeTheDungeon | 411c92ef15d037b8ac586eee8f0aebc141f5e19a | [
"MIT"
] | null | null | null | #include <stdio.h>
#include "level.h"
#include <raylib.h>
const char* level_msg_error(int code) {
switch (code) {
case 1:
return "File not found.";
case 2:
return "Syntax error.";
default:
return "";
}
}
static void eat_spaces(FILE* f) {
int c;
do {
c = fgetc(f);
} while (c... | 19.847619 | 71 | 0.46881 |
ff4cd218b1818f7ee67cfa25972bdc9e6f4761e1 | 2,855 | h | C | src/tools/tools/0001.library/MdAggrCube.h | OpenCMISS-Dependencies/cube | bb425e6f75ee5dbdf665fa94b241b48deee11505 | [
"Cube"
] | null | null | null | src/tools/tools/0001.library/MdAggrCube.h | OpenCMISS-Dependencies/cube | bb425e6f75ee5dbdf665fa94b241b48deee11505 | [
"Cube"
] | null | null | null | src/tools/tools/0001.library/MdAggrCube.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... | 30.698925 | 77 | 0.445184 |
7f520ad4d8329f4c4a6df2403b29e1a7eb1bf63e | 13,669 | c | C | pthreads/quadtree_solver.c | SienaCSISParallelProcessing/quadtree-jacobi | 0db33ffd87816cd5a4757d438f2c506a745b5dd3 | [
"MIT"
] | null | null | null | pthreads/quadtree_solver.c | SienaCSISParallelProcessing/quadtree-jacobi | 0db33ffd87816cd5a4757d438f2c506a745b5dd3 | [
"MIT"
] | null | null | null | pthreads/quadtree_solver.c | SienaCSISParallelProcessing/quadtree-jacobi | 0db33ffd87816cd5a4757d438f2c506a745b5dd3 | [
"MIT"
] | null | null | null | /*
Jacobi solver on quadtree, pthreads version
Jim Teresco, CSIS-335, Siena College, Fall 2021
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <pthread.h>
#include "quadtree.h"
#include "macros.h"
/* forward declaration for the thread function */
void *qsworker(void *);
/* a few globals re... | 27.558468 | 111 | 0.670568 |
36b21ed6986288174c8f3984ae80fd275e514e2c | 1,008 | h | C | Sources/WFOAuth2/include/WFOAuth2/NSMutableURLRequest+WFOAuth2.h | danielmartinprieto/WFOAuth2 | c06e57eeeeed9b13f672dc5867462414d8557e60 | [
"MIT"
] | 98 | 2016-06-15T23:11:11.000Z | 2021-06-05T10:39:05.000Z | Sources/WFOAuth2/include/WFOAuth2/NSMutableURLRequest+WFOAuth2.h | danielmartinprieto/WFOAuth2 | c06e57eeeeed9b13f672dc5867462414d8557e60 | [
"MIT"
] | 9 | 2016-06-16T17:22:24.000Z | 2017-03-13T05:02:22.000Z | Sources/WFOAuth2/include/WFOAuth2/NSMutableURLRequest+WFOAuth2.h | danielmartinprieto/WFOAuth2 | c06e57eeeeed9b13f672dc5867462414d8557e60 | [
"MIT"
] | 10 | 2016-06-17T03:32:48.000Z | 2017-01-24T17:45:29.000Z | //
// NSMutableURLRequest+WFOAuth2.h
// WFOAuth2
//
// Created by Conrad Kramer on 3/24/16.
// Copyright © 2016 DeskConnect, Inc. All rights reserved.
//
#import <WFOAuth2/WFOAuth2Credential.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSMutableURLRequest (WFOAuth2)
/**
Sets the authorization header of the request wi... | 30.545455 | 95 | 0.702381 |
d6327504f7a0f8813f11a19f69e27de8112fd1a3 | 9,001 | h | C | tough_control/tough_controller_interface/include/tough_controller_interface/arm_control_interface.h | dcat52/wpi-humanoid-tough | 22d7fa2eebff68ba3ca6bd2ec673ff22ce2a03da | [
"MIT"
] | null | null | null | tough_control/tough_controller_interface/include/tough_controller_interface/arm_control_interface.h | dcat52/wpi-humanoid-tough | 22d7fa2eebff68ba3ca6bd2ec673ff22ce2a03da | [
"MIT"
] | null | null | null | tough_control/tough_controller_interface/include/tough_controller_interface/arm_control_interface.h | dcat52/wpi-humanoid-tough | 22d7fa2eebff68ba3ca6bd2ec673ff22ce2a03da | [
"MIT"
] | null | null | null | #ifndef ARM_CONTROL_INTERFACE_H
#define ARM_CONTROL_INTERFACE_H
#include <ros/ros.h>
#include <ihmc_msgs/ArmTrajectoryRosMessage.h>
#include <ihmc_msgs/OneDoFJointTrajectoryRosMessage.h>
#include <ihmc_msgs/TrajectoryPoint1DRosMessage.h>
#include <ihmc_msgs/HandDesiredConfigurationRosMessage.h>
#include <ihmc_msgs/Han... | 47.87766 | 215 | 0.723808 |
963fa8c1b8f1d936aa456b73b575b859b1871c5f | 678 | c | C | nacl/crypto_stream/aes128ctr/portable/stream.c | bAndie91/curvedns | f6dc1e7f07b8b0826cc2ac1ed52ce194f4a26efd | [
"BSD-2-Clause-FreeBSD"
] | 51 | 2015-02-26T23:24:30.000Z | 2022-03-12T15:05:46.000Z | node_modules/js-nacl/nacl-20110221+Ed25519-20130419/crypto_stream/aes128ctr/portable/stream.c | openilabs/crypto | 4c053a7c932f4afb5ec09b468496e861b5fc5ef1 | [
"MIT"
] | 7 | 2017-04-23T21:11:55.000Z | 2020-12-17T20:19:56.000Z | node_modules/js-nacl/nacl-20110221+Ed25519-20130419/crypto_stream/aes128ctr/portable/stream.c | openilabs/crypto | 4c053a7c932f4afb5ec09b468496e861b5fc5ef1 | [
"MIT"
] | 15 | 2015-10-29T14:21:58.000Z | 2022-01-19T07:33:14.000Z | #include "crypto_stream.h"
int crypto_stream(
unsigned char *out,
unsigned long long outlen,
const unsigned char *n,
const unsigned char *k
)
{
unsigned char d[crypto_stream_BEFORENMBYTES];
crypto_stream_beforenm(d, k);
crypto_stream_afternm(out, outlen, n, d);
r... | 23.37931 | 52 | 0.637168 |
d0ea24affa0b815c7d69ac4f9207d22b790af5c9 | 2,024 | c | C | kubernetes/unit-test/test_v1beta1_role_binding.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 69 | 2020-03-17T13:47:05.000Z | 2022-03-30T08:25:05.000Z | kubernetes/unit-test/test_v1beta1_role_binding.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 115 | 2020-03-17T14:53:19.000Z | 2022-03-31T11:31:30.000Z | kubernetes/unit-test/test_v1beta1_role_binding.c | minerba/c | 8eb6593e55d0e5d57a2dd3153c15c9645de677bc | [
"Apache-2.0"
] | 28 | 2020-03-17T13:42:21.000Z | 2022-03-19T23:37:16.000Z | #ifndef v1beta1_role_binding_TEST
#define v1beta1_role_binding_TEST
// the following is to include only the main from the first c file
#ifndef TEST_MAIN
#define TEST_MAIN
#define v1beta1_role_binding_MAIN
#endif // TEST_MAIN
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
#include "../... | 28.507042 | 113 | 0.77668 |
5cbf75f6187e5b49a022f35bbb8e641d9b97b107 | 36,827 | c | C | src/vnet/devices/virtio/pci.c | adwait1-G/vpp | 5f9f3c8de8d5d9f83a437661a98e5cc2453705f9 | [
"Apache-2.0"
] | null | null | null | src/vnet/devices/virtio/pci.c | adwait1-G/vpp | 5f9f3c8de8d5d9f83a437661a98e5cc2453705f9 | [
"Apache-2.0"
] | null | null | null | src/vnet/devices/virtio/pci.c | adwait1-G/vpp | 5f9f3c8de8d5d9f83a437661a98e5cc2453705f9 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2018 Cisco and/or its affiliates.
* 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 applicabl... | 27.793962 | 89 | 0.681158 |
65c86732ff7400adb47ccef8d9a689e03ecf4203 | 899 | c | C | Code_C/Exercicio-14/test_7.Q.c | gabrielf7/code-exercises | b3a8661fadc133395f3c6fb7e926317acf7fa539 | [
"MIT"
] | 1 | 2020-07-19T16:35:51.000Z | 2020-07-19T16:35:51.000Z | Code_C/Exercicio-14/test_7.Q.c | gabrielf7/codigos-em-C-uteis | b155d2771291a14e8b112a0f1aa32c58254e406e | [
"MIT"
] | null | null | null | Code_C/Exercicio-14/test_7.Q.c | gabrielf7/codigos-em-C-uteis | b155d2771291a14e8b112a0f1aa32c58254e406e | [
"MIT"
] | null | null | null | // Usando uma struct dentro de uma biblioteca .h, crie um algoritmo
// de Tabuada pedindo ao usuário a operação e os número 1 e número 2.
// Enviar o arquivo compactado ".zip" com o arquivo .c e .h. *
//Por João Gabriel.
#include <stdio.h>
#include <stdlib.h>
#include "test_7Q_tabuadadoaprenda.h"
void pausar() {
p... | 25.685714 | 73 | 0.649611 |
456061470f6472c81af8bae5192b7a8f1ecd8bfb | 3,780 | h | C | ash/system/bluetooth/tray_bluetooth_helper.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | ash/system/bluetooth/tray_bluetooth_helper.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | ash/system/bluetooth/tray_bluetooth_helper.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_SYSTEM_BLUETOOTH_TRAY_BLUETOOTH_HELPER_H_
#define ASH_SYSTEM_BLUETOOTH_TRAY_BLUETOOTH_HELPER_H_
#include <memory>
#include <vector>
#include... | 34.054054 | 80 | 0.758995 |
458962326d6126fb4b07550cda7b41c34d46196e | 2,386 | h | C | libraries/pubsub/include/pubsub/publisherregistry.h | trailofbits/osquery-extensions | 8a1a24a1142757579e001e4fa710e144169ab257 | [
"Apache-2.0"
] | 194 | 2017-12-14T14:00:34.000Z | 2022-03-21T23:56:06.000Z | libraries/pubsub/include/pubsub/publisherregistry.h | trailofbits/osquery-extensions | 8a1a24a1142757579e001e4fa710e144169ab257 | [
"Apache-2.0"
] | 49 | 2017-12-09T16:32:37.000Z | 2021-12-14T22:15:06.000Z | libraries/pubsub/include/pubsub/publisherregistry.h | trailofbits/osquery-extensions | 8a1a24a1142757579e001e4fa710e144169ab257 | [
"Apache-2.0"
] | 27 | 2017-12-14T23:48:39.000Z | 2022-02-25T01:54:45.000Z | /*
* Copyright (c) 2018 Trail of Bits, Inc.
*
* 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 o... | 30.987013 | 85 | 0.74979 |
e70231c438e5dfb133afd56a3bf7ad9166d1b585 | 22,999 | h | C | xnu-4903.241.1/osfmk/vm/pmap.h | DogeCoding/iOSCompiledRuntime | 81bada7472a3470d3424f2d0bbcc414d755c3620 | [
"MIT"
] | 672 | 2019-10-09T11:15:13.000Z | 2021-09-21T10:02:33.000Z | xnu-4903.221.2/osfmk/vm/pmap.h | KaiserFeng/KFAppleOpenSource | 7ea6ab19f1492a2da262d3554f90882393f975a4 | [
"MIT"
] | 19 | 2019-11-05T03:32:31.000Z | 2021-07-15T11:16:25.000Z | xnu-4903.221.2/osfmk/vm/pmap.h | KaiserFeng/KFAppleOpenSource | 7ea6ab19f1492a2da262d3554f90882393f975a4 | [
"MIT"
] | 216 | 2019-10-10T01:47:36.000Z | 2021-09-23T07:56:54.000Z | /*
* Copyright (c) 2000-2012 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file ex... | 29.372925 | 104 | 0.69877 |
10be7cb124eb521c9eb980e3352452922e8df2cd | 783 | h | C | include/net.h | matleg/prelimi_nn | 58a6ccaafdd0c94c8a2d6c7753607271a68190cd | [
"Unlicense"
] | null | null | null | include/net.h | matleg/prelimi_nn | 58a6ccaafdd0c94c8a2d6c7753607271a68190cd | [
"Unlicense"
] | null | null | null | include/net.h | matleg/prelimi_nn | 58a6ccaafdd0c94c8a2d6c7753607271a68190cd | [
"Unlicense"
] | null | null | null | #ifndef NET_H
#define NET_H
#include <vector>
#include <iostream>
#include "neuron.h"
class Net
{
public:
Net(const vector<unsigned> &topology);
~Net();
void feedForward(const vector<double> &inputVals);
void backProp(const vector<double> &targetVals);
void getResults(vector<double> &resultVals);... | 21.162162 | 76 | 0.713921 |
10c0fb88b244619fc4bde44328d04ac752fe94ad | 1,097 | h | C | src/utils.h | nariaki3551/master_mind_cpp | d0006a6bac079f8e063c05cd6bde986d0055393b | [
"MIT"
] | null | null | null | src/utils.h | nariaki3551/master_mind_cpp | d0006a6bac079f8e063c05cd6bde986d0055393b | [
"MIT"
] | null | null | null | src/utils.h | nariaki3551/master_mind_cpp | d0006a6bac079f8e063c05cd6bde986d0055393b | [
"MIT"
] | null | null | null | #ifndef __UTILS_H__
#define __UTILS_H__
#include <sstream>
#include <memory>
#include <vector>
#include "def.h"
#include "config.h"
namespace MasterMind
{
/**
* @fn std::string showCode(Code code)
* @brief コードを表示する
* @param[in] code コード
* @return コードのstring
*/
std::string strCode(
Code &code
) noexcep... | 15.671429 | 48 | 0.66454 |
31631f6db5c1f27627a6d7f59e8dcf400383a5ad | 1,178 | c | C | libsodium/sodium/core.c | jabez1314/myShadowsocks | 97ca7051e42ec4f091cbe8b1c3c68666a56efce2 | [
"Apache-2.0"
] | null | null | null | libsodium/sodium/core.c | jabez1314/myShadowsocks | 97ca7051e42ec4f091cbe8b1c3c68666a56efce2 | [
"Apache-2.0"
] | null | null | null | libsodium/sodium/core.c | jabez1314/myShadowsocks | 97ca7051e42ec4f091cbe8b1c3c68666a56efce2 | [
"Apache-2.0"
] | null | null | null |
#include "core.h"
#include "crypto_generichash.h"
#include "crypto_onetimeauth.h"
#include "crypto_pwhash_argon2i.h"
#include "crypto_scalarmult.h"
#include "crypto_stream_chacha20.h"
#include "randombytes.h"
#include "runtime.h"
#include "utils.h"
#if !defined(_MSC_VER) && 1
# warning This is unstable, untested, dev... | 28.731707 | 95 | 0.767402 |
3187923950e21080330fee056d8da8beb1212147 | 2,193 | c | C | qemu/pc-bios/s390-ccw/libc.c | hyunjoy/scripts | 01114d3627730d695b5ebe61093c719744432ffa | [
"Apache-2.0"
] | 44 | 2022-03-16T08:32:31.000Z | 2022-03-31T16:02:35.000Z | qemu/pc-bios/s390-ccw/libc.c | hyunjoy/scripts | 01114d3627730d695b5ebe61093c719744432ffa | [
"Apache-2.0"
] | 1 | 2022-03-29T02:30:28.000Z | 2022-03-30T03:40:46.000Z | qemu/pc-bios/s390-ccw/libc.c | hyunjoy/scripts | 01114d3627730d695b5ebe61093c719744432ffa | [
"Apache-2.0"
] | 18 | 2022-03-19T04:41:04.000Z | 2022-03-31T03:32:12.000Z | /*
* libc-style definitions and functions
*
* Copyright 2018 IBM Corp.
* Author(s): Collin L. Walling <walling@linux.vnet.ibm.com>
*
* This code 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 v... | 24.640449 | 73 | 0.619699 |
fffc9b5bd0c8d9315025b7a645dc618ba51881db | 20,903 | c | C | external/wpa_supplicant/src/utils/edit.c | SenthilKumarGS/TizenRT | 691639aa9667de5d966f040f0291a402727ab6ae | [
"Apache-2.0"
] | 511 | 2017-03-29T09:14:09.000Z | 2022-03-30T23:10:29.000Z | external/wpa_supplicant/src/utils/edit.c | SenthilKumarGS/TizenRT | 691639aa9667de5d966f040f0291a402727ab6ae | [
"Apache-2.0"
] | 4,673 | 2017-03-29T10:43:43.000Z | 2022-03-31T08:33:44.000Z | external/wpa_supplicant/src/utils/edit.c | SenthilKumarGS/TizenRT | 691639aa9667de5d966f040f0291a402727ab6ae | [
"Apache-2.0"
] | 642 | 2017-03-30T20:45:33.000Z | 2022-03-24T17:07:33.000Z | /*
* Command line editing and history
* Copyright (c) 2010-2011, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include <termios.h>
#include "common.h"
#include "eloop.h"
#include "list.h"
#include "edit.h... | 17.927101 | 193 | 0.660001 |
bd17375926c92393b502ca7dc4b56ad84de0ec55 | 3,728 | h | C | src/include/statistics/latency_metric.h | aaron-tian/peloton | 2406b763b91d9cee2a5d9f4dee01c761b476cef6 | [
"Apache-2.0"
] | 3 | 2018-01-08T01:06:17.000Z | 2019-06-17T23:14:36.000Z | src/include/statistics/latency_metric.h | aaron-tian/peloton | 2406b763b91d9cee2a5d9f4dee01c761b476cef6 | [
"Apache-2.0"
] | 1 | 2017-04-04T17:03:59.000Z | 2017-04-04T17:03:59.000Z | src/include/statistics/latency_metric.h | aaron-tian/peloton | 2406b763b91d9cee2a5d9f4dee01c761b476cef6 | [
"Apache-2.0"
] | 2 | 2017-03-23T18:59:38.000Z | 2017-03-25T19:15:08.000Z | //===----------------------------------------------------------------------===//
//
// Peloton
//
// latency_metric.h
//
// Identification: src/statistics/latency_metric.h
//
// Copyright (c) 2015-16, Carnegie Mellon University Database Group
//
//===---------------------------------------------... | 28.458015 | 80 | 0.616685 |
bd401eb8c10540fa81d5050a5600038b277cc3a3 | 1,144 | h | C | include/Engine.h | alogfans/pumper | 218ef37722f5ba0c4c26378f87f870a62d5e3c90 | [
"Unlicense"
] | null | null | null | include/Engine.h | alogfans/pumper | 218ef37722f5ba0c4c26378f87f870a62d5e3c90 | [
"Unlicense"
] | null | null | null | include/Engine.h | alogfans/pumper | 218ef37722f5ba0c4c26378f87f870a62d5e3c90 | [
"Unlicense"
] | null | null | null | // Engine.h
// Part of PUMPER, copyright (C) 2015 Alogfans.
//
// Container of all keys and values in one file *.INDEX
// Which could also support random lookup.
#ifndef __ENGINE_H__
#define __ENGINE_H__
#include "Types.h"
#include "Status.h"
#include "Lock.h"
#include "DataFile.h"
#include "IndexFile.h"
#include ... | 22 | 59 | 0.638112 |
aec9951ae9a37eadd3b1e0d76b4759e0a15b60d8 | 2,330 | c | C | tests/system_tests/test_cases/test_user-defined-type3.c | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 30 | 2015-01-27T02:45:34.000Z | 2022-02-17T03:50:49.000Z | tests/system_tests/test_cases/test_user-defined-type3.c | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 8 | 2015-01-02T02:10:04.000Z | 2015-04-21T08:42:12.000Z | tests/system_tests/test_cases/test_user-defined-type3.c | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 4 | 2015-12-16T10:18:31.000Z | 2021-12-28T22:43:56.000Z | /*
* TEST: Run stencil on a user-defined type
* DIM: 3
* PRIORITY: 1
*/
#include <stdio.h>
#include "physis/physis.h"
#define N 32
#define ITER 10
struct Point {
float p;
float q;
float r;
};
DeclareGrid3D(Point, struct Point);
void kernel1(const int x, const int y, const int z,
PSGrid3DPoin... | 23.77551 | 61 | 0.511588 |
260273db57c7a3999710a1e879d8cf9bda0fd552 | 184 | h | C | src/heapsorts/heapsort.h | primary157/AedsTP3 | 116e28c5fb8a445ea14aac542205d6c60456eac4 | [
"MIT"
] | null | null | null | src/heapsorts/heapsort.h | primary157/AedsTP3 | 116e28c5fb8a445ea14aac542205d6c60456eac4 | [
"MIT"
] | null | null | null | src/heapsorts/heapsort.h | primary157/AedsTP3 | 116e28c5fb8a445ea14aac542205d6c60456eac4 | [
"MIT"
] | null | null | null | #ifndef HEAPSORT_H_INCLUDED
#define HEAPSORT_H_INCLUDED
#include "../quicksorts/lista.h"
void heapSort(TLista *lista);
void refaz(TLista *lista);
void constroi(TLista *lista);
#endif
| 20.444444 | 32 | 0.782609 |
ebfdd31a00b3722caa7b8fc037930752603923ba | 1,484 | h | C | Example/Pods/Headers/Public/WDZSDK/GlobalUserDataCaches.h | DanielOYC/WDZSDK | 6ef97eabfd0e9094b857a87a563b8029db04b0e5 | [
"MIT"
] | null | null | null | Example/Pods/Headers/Public/WDZSDK/GlobalUserDataCaches.h | DanielOYC/WDZSDK | 6ef97eabfd0e9094b857a87a563b8029db04b0e5 | [
"MIT"
] | null | null | null | Example/Pods/Headers/Public/WDZSDK/GlobalUserDataCaches.h | DanielOYC/WDZSDK | 6ef97eabfd0e9094b857a87a563b8029db04b0e5 | [
"MIT"
] | null | null | null | //
// GlobalUserDataCaches.h
// WanDianZhang
//
// Created by ovopark_iOS on 16/4/13.
// Copyright © 2016年 JaryPan. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface GlobalUserDataCaches : NSObject
// 写入当前用户的行政区域缓存
+ (void)writeAdministrationArrayForCurrentUser:(NSArray *)administrationArray;... | 26.035088 | 99 | 0.812668 |
eaa4f2fe6a667ab3b9ade31ca74597bacd7c60a6 | 757 | h | C | Headers/Frameworks/Flexo/FFMonthSidebarProvider.h | CommandPost/FinalCutProFrameworks | d98b00ff0c84af80942d71514e9238d624aca50a | [
"MIT"
] | 3 | 2020-11-19T10:04:02.000Z | 2021-10-02T17:25:21.000Z | Headers/Frameworks/Flexo/FFMonthSidebarProvider.h | CommandPost/FinalCutProFrameworks | d98b00ff0c84af80942d71514e9238d624aca50a | [
"MIT"
] | null | null | null | Headers/Frameworks/Flexo/FFMonthSidebarProvider.h | CommandPost/FinalCutProFrameworks | d98b00ff0c84af80942d71514e9238d624aca50a | [
"MIT"
] | null | null | null | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 11 2021 20:53:35).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <Flexo/FFBaseSidebarProvider.h>
@class NSString;
__attribute__((visibility("hidden")))
@interface FFMonthSidebarProvider : FFBaseSidebarProvider
{
long long _month... | 25.233333 | 95 | 0.733157 |
d98097c65f45a6f405fe50d2b1fc04335df6c0e5 | 738 | h | C | src/SDLSerialHandler.h | David-Parker/GBSdl | ea963aa1e56c97823b07176fc57aa448123fe02e | [
"MIT"
] | 4 | 2022-01-12T20:23:32.000Z | 2022-01-26T11:24:43.000Z | src/SDLSerialHandler.h | David-Parker/GBSdl | ea963aa1e56c97823b07176fc57aa448123fe02e | [
"MIT"
] | null | null | null | src/SDLSerialHandler.h | David-Parker/GBSdl | ea963aa1e56c97823b07176fc57aa448123fe02e | [
"MIT"
] | null | null | null | #pragma once
#include "ISerialHandler.h"
#include "SDL.h"
#include "SDL_net.h"
#include <thread>
class SDLSerialHandler :
public ISerialHandler
{
private:
TCPsocket listeningSocket;
TCPsocket clientSocket;
const char* clientIpAddress;
int clientPort;
bool recieveConnected = false;
bool sen... | 21.085714 | 85 | 0.704607 |
fcfc3b7995a2d35be9b2ee9350bf10b3ce9e0917 | 808 | h | C | include/core/Array.type.h | likebot0/core.h | a9afaa09966c027098160b807666b78af9123644 | [
"Unlicense"
] | null | null | null | include/core/Array.type.h | likebot0/core.h | a9afaa09966c027098160b807666b78af9123644 | [
"Unlicense"
] | null | null | null | include/core/Array.type.h | likebot0/core.h | a9afaa09966c027098160b807666b78af9123644 | [
"Unlicense"
] | null | null | null | #ifndef _core_Array
#define _core_Array ::core_Array
#include <core/Size.type.h>
template<typename Address, typename Size = _core_Size>
struct core_Array;
#include <core/Pointer.type.h>
#include <core/Product.type.h>
template<typename Address, typename Size>
struct core_Array : _core_Product<Address, Size> {
us... | 22.444444 | 66 | 0.730198 |
fcfffeaec3516179bbab723de0cbb41bf1a33874 | 224 | h | C | SQLite3Demo/SQLite3Demo/ViewController/TestFMDBViewController.h | BigRhino/MyRhino | 661043d07226f7ede716c7983ad99daec1dd246c | [
"MIT"
] | 1 | 2018-12-25T07:18:08.000Z | 2018-12-25T07:18:08.000Z | SQLite3Demo/SQLite3Demo/ViewController/TestFMDBViewController.h | liuyu310/MyRhino | f2aea139c045a9b709071bfba1f6aeca7d921f45 | [
"MIT"
] | null | null | null | SQLite3Demo/SQLite3Demo/ViewController/TestFMDBViewController.h | liuyu310/MyRhino | f2aea139c045a9b709071bfba1f6aeca7d921f45 | [
"MIT"
] | 1 | 2018-12-18T06:46:31.000Z | 2018-12-18T06:46:31.000Z | //
// TestFMDBViewController.h
// SQLite3Demo
//
// Created by Rhino on 2017/7/16.
// Copyright © 2017年 Rhino. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TestFMDBViewController : UIViewController
@end
| 16 | 52 | 0.714286 |
aff03899bbcd8bb8ae7bebb7a1024c566c2419d8 | 52,602 | c | C | mi8/drivers/soc/qcom/rpm-smd.c | wqk317/mi8_kernel_source | e3482d1a7ea6021de2fc8f3178496b4b043bb727 | [
"MIT"
] | null | null | null | mi8/drivers/soc/qcom/rpm-smd.c | wqk317/mi8_kernel_source | e3482d1a7ea6021de2fc8f3178496b4b043bb727 | [
"MIT"
] | null | null | null | mi8/drivers/soc/qcom/rpm-smd.c | wqk317/mi8_kernel_source | e3482d1a7ea6021de2fc8f3178496b4b043bb727 | [
"MIT"
] | 1 | 2020-03-28T11:26:15.000Z | 2020-03-28T11:26:15.000Z | /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | 23.80181 | 79 | 0.70906 |
6c57e7b16ac5140a7cde8601b964c6db8aff1bb0 | 435 | h | C | ColorExpert/Classes/General/InputAccessoryView/TranslateInputAccessoryView.h | JC-Hu/ColorExpert | f6435fa5b90fc9798f5dca00c24c975c1742ff93 | [
"MIT"
] | null | null | null | ColorExpert/Classes/General/InputAccessoryView/TranslateInputAccessoryView.h | JC-Hu/ColorExpert | f6435fa5b90fc9798f5dca00c24c975c1742ff93 | [
"MIT"
] | 1 | 2016-10-27T02:14:34.000Z | 2016-10-28T03:50:21.000Z | ColorExpert/Classes/General/InputAccessoryView/TranslateInputAccessoryView.h | JC-Hu/ColorExpert | f6435fa5b90fc9798f5dca00c24c975c1742ff93 | [
"MIT"
] | null | null | null | //
// TranslateInputAccessoryView.h
// DishDict
//
// Created by JC_Hu on 15/12/8.
// Copyright © 2015年 Tubban. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef void(^InputBlock)(NSString *text);
@interface TranslateInputAccessoryView : UIView
@property (weak, nonatomic) IBOutlet UICollectionView *collec... | 19.772727 | 70 | 0.749425 |
cacd6b7be91366f3e4c9d65742b1d7081dacabe3 | 2,139 | h | C | include/UIKit/UIDynamicItemBehavior.h | crossmob/WinObjC | 7bec24671c4c18b81aaf85eff2887438f18a697c | [
"MIT"
] | 6,717 | 2015-08-06T18:04:37.000Z | 2019-05-04T12:38:51.000Z | include/UIKit/UIDynamicItemBehavior.h | Michael-Young48/WinObjC | 7bec24671c4c18b81aaf85eff2887438f18a697c | [
"MIT"
] | 2,711 | 2015-08-06T18:41:09.000Z | 2019-04-29T12:14:23.000Z | include/UIKit/UIDynamicItemBehavior.h | Michael-Young48/WinObjC | 7bec24671c4c18b81aaf85eff2887438f18a697c | [
"MIT"
] | 1,021 | 2015-08-06T18:08:56.000Z | 2019-04-14T06:50:57.000Z | //******************************************************************************
//
// Copyright (c) 2016 Microsoft Corporation. All rights reserved.
//
// This code is licensed under the MIT License (MIT).
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LI... | 46.5 | 89 | 0.738195 |
6cdcf7458039fc57fb7aa1309e0348da10cb8695 | 1,093 | c | C | softfloat/f32_to_ui64.c | mbhaskaran/proxykernel-nbld | 47f9e06fc2c696dfb1054d730cde888f1ac75d07 | [
"BSD-3-Clause"
] | 159 | 2015-02-12T03:28:25.000Z | 2022-02-24T22:40:35.000Z | softfloat/f32_to_ui64.c | mbhaskaran/proxykernel-nbld | 47f9e06fc2c696dfb1054d730cde888f1ac75d07 | [
"BSD-3-Clause"
] | 21 | 2015-01-31T23:47:26.000Z | 2020-12-21T12:41:08.000Z | softfloat/f32_to_ui64.c | mbhaskaran/proxykernel-nbld | 47f9e06fc2c696dfb1054d730cde888f1ac75d07 | [
"BSD-3-Clause"
] | 40 | 2015-01-28T21:31:30.000Z | 2022-01-25T12:50:23.000Z |
#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "primitives.h"
#include "internals.h"
#include "softfloat.h"
uint_fast64_t f32_to_ui64( float32_t a, int_fast8_t roundingMode, bool exact )
{
union ui32_f32 uA;
uint_fast32_t uiA;
bool sign;
int_fast16_t exp;
uin... | 25.418605 | 79 | 0.621226 |
889ec88b1ef0f81e9b95f1f0a691396ff6f35772 | 3,524 | h | C | src/nn_lvq.h | eddelbuettel/nnlib2Rcpp | c2a3716b9dcfe4c84b2331d3eac7f28f4efcc02e | [
"MIT"
] | 10 | 2020-03-19T00:45:02.000Z | 2021-10-31T09:39:53.000Z | src/nn_lvq.h | eddelbuettel/nnlib2Rcpp | c2a3716b9dcfe4c84b2331d3eac7f28f4efcc02e | [
"MIT"
] | 5 | 2020-12-30T13:22:38.000Z | 2021-05-05T10:05:49.000Z | src/nn_lvq.h | eddelbuettel/nnlib2Rcpp | c2a3716b9dcfe4c84b2331d3eac7f28f4efcc02e | [
"MIT"
] | 3 | 2021-03-05T14:27:59.000Z | 2021-05-23T08:36:35.000Z | // ----------------------------------------------------------
// (c)2019 Vasilis.N.Nikolaidis All rights reserved.
// -----------------------------------------------------------
// nn_lvq.h Version 0.1
// -----------------------------------------------------------
// Definition - implementation... | 30.912281 | 195 | 0.522985 |
f09408c9109faf09a17feaf15915bbb84b4e8789 | 2,924 | h | C | Tools/VisualStudioSDK/2013.RTM/VisualStudioIntegration/Common/Source/CPP/VSL/MockInterfaces/VSLMockIVsRegisterProjectTypes.h | sarvex/StyleCop | 5fc066910d1c648b35d5b10484666c6a42249f29 | [
"MS-PL"
] | null | null | null | Tools/VisualStudioSDK/2013.RTM/VisualStudioIntegration/Common/Source/CPP/VSL/MockInterfaces/VSLMockIVsRegisterProjectTypes.h | sarvex/StyleCop | 5fc066910d1c648b35d5b10484666c6a42249f29 | [
"MS-PL"
] | null | null | null | Tools/VisualStudioSDK/2013.RTM/VisualStudioIntegration/Common/Source/CPP/VSL/MockInterfaces/VSLMockIVsRegisterProjectTypes.h | sarvex/StyleCop | 5fc066910d1c648b35d5b10484666c6a42249f29 | [
"MS-PL"
] | null | null | null | /***************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
This code is licensed under the Visual Studio SDK license terms.
THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
IMPLIED WARR... | 26.825688 | 129 | 0.71922 |
5341b1203f0a87d0552c34e166355fdc768997e6 | 16,804 | h | C | include/litehtml/api_node.h | smorey2/litehtml | 9400244dba01f7239e40d3468b020f2c4a1acca2 | [
"BSD-3-Clause"
] | null | null | null | include/litehtml/api_node.h | smorey2/litehtml | 9400244dba01f7239e40d3468b020f2c4a1acca2 | [
"BSD-3-Clause"
] | null | null | null | include/litehtml/api_node.h | smorey2/litehtml | 9400244dba01f7239e40d3468b020f2c4a1acca2 | [
"BSD-3-Clause"
] | null | null | null | #ifndef LH_API_NODE_H
#define LH_API_NODE_H
#include <string>
namespace litehtml
{
class Document;
class Attr;
template<class TNode> class NodeList;
class NamedNodeMap;
class element;
class html_tag;
typedef std::map<litehtml::tstring, litehtml::tstring> string_map;
typedef std::vector<std::shar... | 27.502455 | 102 | 0.590098 |
180df74a5d00c9362d9323c4372ce1119e51470d | 1,405 | h | C | pgadmin/include/hotdraw/utilities/hdGeometry.h | jinfroster/pgadmin3 | 8d573a7f13a8b4161225363f1972d75004589275 | [
"PostgreSQL"
] | null | null | null | pgadmin/include/hotdraw/utilities/hdGeometry.h | jinfroster/pgadmin3 | 8d573a7f13a8b4161225363f1972d75004589275 | [
"PostgreSQL"
] | null | null | null | pgadmin/include/hotdraw/utilities/hdGeometry.h | jinfroster/pgadmin3 | 8d573a7f13a8b4161225363f1972d75004589275 | [
"PostgreSQL"
] | null | null | null | //////////////////////////////////////////////////////////////////////////
//
// pgAdmin III - PostgreSQL Tools
//
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// hdGeometry.h - Utility Geometric Functions Shared between classes
//
/////////////... | 34.268293 | 97 | 0.682562 |
1819cca5ad25c0c87db7094070ac8feb81d51b20 | 2,964 | c | C | test/cellular.c | AntohiRobert/SDL_bgi-2.4.2 | 754fe311eea8295b70d693374077c91ba74967ee | [
"Zlib"
] | 16 | 2019-02-12T01:24:38.000Z | 2021-12-24T16:20:51.000Z | test/cellular.c | JulStrat/SDL_bgi | 759d7c936e1ef99fb3e5d8eafeaa773d845077ed | [
"Zlib"
] | 21 | 2018-10-19T18:07:36.000Z | 2019-06-24T02:34:19.000Z | test/cellular.c | JulStrat/SDL_bgi | 759d7c936e1ef99fb3e5d8eafeaa773d845077ed | [
"Zlib"
] | 3 | 2019-07-03T06:22:43.000Z | 2022-01-17T20:38:19.000Z | /* cellular.c -*- C -*-
*
* To compile:
* gcc -o cellular cellular.c -lSDL_bgi -lSDL2
*
* Simple cellular automata, as described at
* http://mathworld.wolfram.com/ElementaryCellularAutomaton.html
*
* Run this program as:
*
* ./cellular [rule]
*
* where [rule] is a cellular automaton rule (1..255).
*
... | 24.495868 | 71 | 0.593117 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.