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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1ef5df69574c5404ec3775edf10f3367525ce1a3 | 2,150 | h | C | online_library_system_classes/User.h | AdelBenAshraf/online_library_system | 7b0bab56bb8a4e422812a3f59a70b168580d7bfc | [
"CC0-1.0"
] | null | null | null | online_library_system_classes/User.h | AdelBenAshraf/online_library_system | 7b0bab56bb8a4e422812a3f59a70b168580d7bfc | [
"CC0-1.0"
] | null | null | null | online_library_system_classes/User.h | AdelBenAshraf/online_library_system | 7b0bab56bb8a4e422812a3f59a70b168580d7bfc | [
"CC0-1.0"
] | null | null | null | /*
@author Adel Ashraf
@Explaination: This User.h which have the declaration of the attribute and methods for the class which make type users
which have these attributes (name, age, email, password, id) and It have setters and getters for every attribute,
have the equality operator overloading, input operator overlo... | 34.126984 | 133 | 0.726512 |
f0dd612d9adbde93e3eaef2489d7f6554f4cc0fc | 17,002 | h | C | externals/service_rng_mkl.h | h2oai/daal | d49815df3040f3872a1fdb9dc99ee86148e4494e | [
"Apache-2.0"
] | 2 | 2020-05-16T00:57:44.000Z | 2020-05-17T15:56:38.000Z | externals/service_rng_mkl.h | afcarl/daal | d49815df3040f3872a1fdb9dc99ee86148e4494e | [
"Apache-2.0"
] | null | null | null | externals/service_rng_mkl.h | afcarl/daal | d49815df3040f3872a1fdb9dc99ee86148e4494e | [
"Apache-2.0"
] | 3 | 2017-09-29T19:51:42.000Z | 2020-12-03T09:09:48.000Z | /* file: service_rng_mkl.h */
/*******************************************************************************
* Copyright 2014-2017 Intel Corporation
*
* 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 Lic... | 44.860158 | 110 | 0.3986 |
214fd86baa122120b3af4f72fe97c4ac367019cd | 9,271 | c | C | src/JouleQueue.c | enjoylife/axon | a944a13c83d2cef7e6ae8dc9cc2cd92a5f3424be | [
"BSD-3-Clause"
] | null | null | null | src/JouleQueue.c | enjoylife/axon | a944a13c83d2cef7e6ae8dc9cc2cd92a5f3424be | [
"BSD-3-Clause"
] | null | null | null | src/JouleQueue.c | enjoylife/axon | a944a13c83d2cef7e6ae8dc9cc2cd92a5f3424be | [
"BSD-3-Clause"
] | null | null | null | /* File: JouleQueue.c
* Version: 1.0
* Purpose: Implementation of a fast thread conscious worker queue.
* Author: Matthew Clemens
* Copyright: Modified BSD, see LICENSE for more details
*/
#ifndef _JouleQueue
#define _JouleQueue
#include <stdlib.h>
#include <string.h> //memset
#include <pthread.h>
#include <ass... | 29.062696 | 86 | 0.518822 |
56c209746c6ab065885f4df3e72c2bac82cdfb71 | 11,604 | c | C | src/luaclie.c | robimp/luaclie | e38b77ada7bafe0705ef6a7c64603d078835efef | [
"MIT"
] | 1 | 2015-08-26T01:53:58.000Z | 2015-08-26T01:53:58.000Z | src/luaclie.c | robimp/luaclie | e38b77ada7bafe0705ef6a7c64603d078835efef | [
"MIT"
] | null | null | null | src/luaclie.c | robimp/luaclie | e38b77ada7bafe0705ef6a7c64603d078835efef | [
"MIT"
] | null | null | null | #include <lua5.3/lua.h>
#include <lua5.3/lauxlib.h>
#include <lua5.3/lualib.h>
#include <stdio.h>
#include <stdlib.h>
#include <readline/readline.h>
#include <readline/history.h>
#include <math.h>
#define COLOR_RED 31
#define COLOR_GREEN 32
#define COLOR_BLUE 34
lua_State *L_c;
int clie_file_completion;
struct s... | 26.312925 | 98 | 0.562392 |
06fbc88a65a5e022b3e79750631095b6bf8a325f | 1,433 | h | C | FontChangeCore/HookApi.h | ray831/FontChangeLib | b2555b40157351b99641cc05ad36b381bb317390 | [
"MIT"
] | null | null | null | FontChangeCore/HookApi.h | ray831/FontChangeLib | b2555b40157351b99641cc05ad36b381bb317390 | [
"MIT"
] | null | null | null | FontChangeCore/HookApi.h | ray831/FontChangeLib | b2555b40157351b99641cc05ad36b381bb317390 | [
"MIT"
] | null | null | null | #pragma once
#ifndef _HOOKAPI_H_
#define _HOOKAPI_H_
#include "stdafx.h"
// ANSI
// Hook CreateFontA
HFONT WINAPI NewCreateFontA(
_In_ int nHeight,
_In_ int nWidth,
_In_ int nEscapement,
_In_ int nOrientation,
_In_ int fnWeight,
_In_ DWORD fdwItalic,
_In_ DWORD fdwUnderline,
_In_ DWO... | 19.902778 | 52 | 0.698535 |
0580d1c1ae7b0de3cd47d52dc5f8fff2ed8f13bb | 5,390 | c | C | examples/protocols/http_server/file_serving/main/mount.c | BU-EC444/esp-idf | 5963de1caf284b14ddfed11e52730a55e3783a3d | [
"Apache-2.0"
] | 4 | 2022-03-15T22:43:28.000Z | 2022-03-28T01:25:08.000Z | examples/protocols/http_server/file_serving/main/mount.c | BU-EC444/esp-idf | 5963de1caf284b14ddfed11e52730a55e3783a3d | [
"Apache-2.0"
] | null | null | null | examples/protocols/http_server/file_serving/main/mount.c | BU-EC444/esp-idf | 5963de1caf284b14ddfed11e52730a55e3783a3d | [
"Apache-2.0"
] | 2 | 2022-02-04T21:36:58.000Z | 2022-02-09T12:22:48.000Z | /*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
/* HTTP File Server Example, SD card / SPIFFS mount functions.
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed t... | 33.478261 | 115 | 0.694991 |
05c2b44f2645e1962c4a5258a5b3e1e7900eccba | 66 | h | C | Sources/BoostGammaInvCpp/include/BoostGammaInvCpp.h | nihp-public/boostswift-public | 4ff469c242c240cc1d54fbe67a2f77f7f883c0d9 | [
"MIT"
] | 1 | 2021-02-12T06:34:20.000Z | 2021-02-12T06:34:20.000Z | Sources/BoostGammaInvCpp/include/BoostGammaInvCpp.h | nihp-public/boostswift-public | 4ff469c242c240cc1d54fbe67a2f77f7f883c0d9 | [
"MIT"
] | null | null | null | Sources/BoostGammaInvCpp/include/BoostGammaInvCpp.h | nihp-public/boostswift-public | 4ff469c242c240cc1d54fbe67a2f77f7f883c0d9 | [
"MIT"
] | 1 | 2020-10-29T15:01:26.000Z | 2020-10-29T15:01:26.000Z |
namespace boostswift {
double gamma_p_inv(double a, double p);
}
| 13.2 | 39 | 0.757576 |
05d005796b5bcf37fdeeece9c0115c7df421d35e | 1,387 | h | C | adt/mesin_kar.h | didithilmy/engis-kitchen | a1994e01d2f3bac8025ca2be74f1b7e2314fc6b6 | [
"Apache-2.0"
] | null | null | null | adt/mesin_kar.h | didithilmy/engis-kitchen | a1994e01d2f3bac8025ca2be74f1b7e2314fc6b6 | [
"Apache-2.0"
] | null | null | null | adt/mesin_kar.h | didithilmy/engis-kitchen | a1994e01d2f3bac8025ca2be74f1b7e2314fc6b6 | [
"Apache-2.0"
] | 2 | 2019-11-28T04:31:03.000Z | 2020-01-23T07:20:40.000Z | /**
* Engi's Kitchen Expansion
* Mesin Karakter abstraction
*
* Header file template provided by ITB
* @file mesin_kar.c
*/
#ifndef __MESIN_KAR__
#define __MESIN_KAR__
#include "boolean.h"
#include <stdio.h>
#define MARK 0
/* State Mesin */
extern char CC;
extern boolean EOP;
extern int CCi;
/*
pada impleme... | 23.913793 | 80 | 0.736121 |
19727eeaa03293c75eed257c399f2fda95f01879 | 54,625 | h | C | include/scn/reader/string.h | GerHobbelt/scnlib | 3ebb3d02d8c7e704dde754c74dcac52830ae1cdd | [
"Apache-2.0",
"MIT"
] | null | null | null | include/scn/reader/string.h | GerHobbelt/scnlib | 3ebb3d02d8c7e704dde754c74dcac52830ae1cdd | [
"Apache-2.0",
"MIT"
] | null | null | null | include/scn/reader/string.h | GerHobbelt/scnlib | 3ebb3d02d8c7e704dde754c74dcac52830ae1cdd | [
"Apache-2.0",
"MIT"
] | null | null | null | // Copyright 2017 Elias Kosunen
//
// 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 ... | 40.856395 | 80 | 0.40443 |
b20f3b424ec3d7da4a50ab6173e7bde0b06673ab | 351 | h | C | sbl/src/sbl.h | mikaelsundin/sbl_saml21 | 4f97eaace801560c01376e3dfdb90e7357b2299a | [
"BSD-3-Clause"
] | null | null | null | sbl/src/sbl.h | mikaelsundin/sbl_saml21 | 4f97eaace801560c01376e3dfdb90e7357b2299a | [
"BSD-3-Clause"
] | null | null | null | sbl/src/sbl.h | mikaelsundin/sbl_saml21 | 4f97eaace801560c01376e3dfdb90e7357b2299a | [
"BSD-3-Clause"
] | null | null | null | /*
* sbl.h
*
* Created: 2018-05-07 21:20:54
* Author: leaf
*/
#ifndef _SBL_H_
#define _SBL_H_
#include <stdint.h>
#define SBL_ADR_INVALID (UINT32_MAX)
uint16_t sbl_hal_rx(uint8_t data[], uint32_t len);
void sbl_hal_tx(uint8_t data[], uint16_t len);
void sbl_hal_init(void);
void sbl_init(void);
void sbl_tas... | 14.04 | 50 | 0.698006 |
c3b9c833521f84afa5eea3c28dbc967e97e5e58d | 4,671 | c | C | software/servers/9dof_razor_imu/init.c | cgzog/cyborg_sensing | 70ef7f2e3045c9ed99a47a69b0826e2e2b22ec0e | [
"MIT"
] | 1 | 2018-12-03T23:20:30.000Z | 2018-12-03T23:20:30.000Z | software/servers/9dof_razor_imu/init.c | cgzog/cyborg_vision | 70ef7f2e3045c9ed99a47a69b0826e2e2b22ec0e | [
"MIT"
] | 18 | 2018-11-25T04:11:09.000Z | 2019-01-03T22:35:46.000Z | software/servers/9dof_razor_imu/init.c | cgzog/cyborg_vision | 70ef7f2e3045c9ed99a47a69b0826e2e2b22ec0e | [
"MIT"
] | null | null | null | // 9dof init.c
//
// server for 9 degrees of freedom sensor
//
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <getopt.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <termios.h>
#include <arpa/inet.h>
#include <sys/socket.h>
... | 22.242857 | 146 | 0.516164 |
c93d4fd7d2c2bd68bfd66390776f51f2044f0def | 1,936 | h | C | servlib/reg/RegistrationInitialLoadThread.h | lauramazzuca21/DTNME | c97b598b09a8c8e97c2e4136879d9f0e157c8df7 | [
"Apache-2.0"
] | 7 | 2021-02-11T16:54:24.000Z | 2021-08-20T06:15:30.000Z | servlib/reg/RegistrationInitialLoadThread.h | lauramazzuca21/DTNME | c97b598b09a8c8e97c2e4136879d9f0e157c8df7 | [
"Apache-2.0"
] | 3 | 2020-09-18T13:48:53.000Z | 2021-05-27T18:28:14.000Z | servlib/reg/RegistrationInitialLoadThread.h | lauramazzuca21/DTNME | c97b598b09a8c8e97c2e4136879d9f0e157c8df7 | [
"Apache-2.0"
] | 10 | 2020-09-26T05:08:40.000Z | 2022-01-25T12:57:55.000Z | /*
* Copyright 2015 United States Government as represented by NASA
* Marshall Space Flight Center. All Rights Reserved.
*
* Released under the NASA Open Source Software Agreement version 1.3;
* You may obtain a copy of the Agreement at:
*
* http://ti.arc.nasa.gov/opensource/nosa/
*
* ... | 26.520548 | 80 | 0.709711 |
45034ae6f734bb023ddeebddc153e19a031ecfa9 | 5,197 | h | C | include/em_assert.h | liwentao2005/osp | dd27d246d68d7952fe63e13894d4d3b06efe6086 | [
"MIT"
] | null | null | null | include/em_assert.h | liwentao2005/osp | dd27d246d68d7952fe63e13894d4d3b06efe6086 | [
"MIT"
] | null | null | null | include/em_assert.h | liwentao2005/osp | dd27d246d68d7952fe63e13894d4d3b06efe6086 | [
"MIT"
] | null | null | null | #ifndef EM_ASSERT_H
# define EM_ASSERT_H
/*===========================================================================*/
/**
* @file em_assert.h
*
* API for Error Management (EM) Assertions
*
* %full_filespec:em_assert.h~1:incl:ctc_ec#59 %
* @version %version:1 %
* @author %derived_by:bz08fr %
* @date %d... | 37.934307 | 114 | 0.438715 |
0f8d242551e46e699e30d454b31c7236440ddb46 | 983 | h | C | CEG4166RTS_TestLib/include/testLib.h | Faeriol/SEG4545 | 2852ff6ee8cddf27dd3ae74102244044bc082494 | [
"MIT"
] | null | null | null | CEG4166RTS_TestLib/include/testLib.h | Faeriol/SEG4545 | 2852ff6ee8cddf27dd3ae74102244044bc082494 | [
"MIT"
] | null | null | null | CEG4166RTS_TestLib/include/testLib.h | Faeriol/SEG4545 | 2852ff6ee8cddf27dd3ae74102244044bc082494 | [
"MIT"
] | null | null | null | /****************************************************************************//*!
\file usartSerial.h
Module: USART Async Serial
Description: Provides asynchronous serial communication via any of the four USARTS available in the
AtMega 2560.
Both interrupt driven and polling functions are ... | 40.958333 | 105 | 0.386572 |
80a2c3c2ab4d398533208579411a94822984dae5 | 10,337 | h | C | mindspore/ccsrc/minddata/dataset/api/python/de_pipeline.h | huxian123/mindspore | ec5ba10c82bbd6eccafe32d3a1149add90105bc8 | [
"Apache-2.0"
] | 1 | 2021-04-23T06:35:18.000Z | 2021-04-23T06:35:18.000Z | mindspore/ccsrc/minddata/dataset/api/python/de_pipeline.h | nudt-eddie/mindspore | 55372b41fdfae6d2b88d7078971e06d537f6c558 | [
"Apache-2.0"
] | null | null | null | mindspore/ccsrc/minddata/dataset/api/python/de_pipeline.h | nudt-eddie/mindspore | 55372b41fdfae6d2b88d7078971e06d537f6c558 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2019 Huawei Technologies Co., Ltd
*
* 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... | 39.605364 | 119 | 0.722163 |
b3f314ef6801a142dda3ca3cceea5660bf659690 | 703 | c | C | dino/attack/c source/000108ae.c | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/attack/c source/000108ae.c | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/attack/c source/000108ae.c | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | void UndefinedFunction_000108ae(void)
{
int unaff_A2;
int unaff_A3;
bool in_CF;
FUN_000128f8();
if (in_CF) {
*(undefined2 *)(unaff_A2 + 0x70) = (short)unaff_A3;
*(undefined *)(unaff_A2 + 0x73) = *(undefined *)(unaff_A3 + 0x72);
*(undefined4 *)(unaff_A2 + 0x4) = 0x2040000;
*(undefined *)(un... | 30.565217 | 72 | 0.604552 |
fe9c6bfb9c9a49687cc1c1753ed6017d49828951 | 2,912 | c | C | std_string.c | majingru/c-http | c5acdd289eabbe7e25ba085882d4e7a9b7688d5d | [
"Apache-2.0"
] | null | null | null | std_string.c | majingru/c-http | c5acdd289eabbe7e25ba085882d4e7a9b7688d5d | [
"Apache-2.0"
] | null | null | null | std_string.c | majingru/c-http | c5acdd289eabbe7e25ba085882d4e7a9b7688d5d | [
"Apache-2.0"
] | null | null | null | #include "std_string.h"
#include <string.h>
#include <stdarg.h>
String std_string_malloc(int initial_size)
{
String string;
string.buf = (char*)std_malloc(initial_size * sizeof(char));
if (string.buf == NULL)
{
string.size = 0;
}
else
{
string.size = initial_size;
}
... | 19.675676 | 97 | 0.533654 |
24a337acea3b36d9bcfc422f1201d32794cc56b1 | 1,299 | h | C | teave/tty/tty.h | teave-team/teave | 0effbf60ad5a3bc5f6f79def01bcb6ab04853979 | [
"MIT",
"BSL-1.0",
"Unlicense"
] | null | null | null | teave/tty/tty.h | teave-team/teave | 0effbf60ad5a3bc5f6f79def01bcb6ab04853979 | [
"MIT",
"BSL-1.0",
"Unlicense"
] | null | null | null | teave/tty/tty.h | teave-team/teave | 0effbf60ad5a3bc5f6f79def01bcb6ab04853979 | [
"MIT",
"BSL-1.0",
"Unlicense"
] | null | null | null | /*
* Copyright 2021 Pedram Tiv
*
* Licensed under the Teave Public License (the "License");
* You may obtain a copy of the License at https://www.teave.io/teave-public-license.html
*
* This software is distributed under the License on an "AS IS" BASIS, WITHOUT WARRANTIES
* OF ANY KIND, either express or implied... | 26.510204 | 95 | 0.686682 |
2bb91591a601f21caaf8c6aed0ab32eed375e02e | 2,433 | h | C | source/renderer/passResources/ShaderManager.h | DaSutt/VolumetricParticles | 6ec9bac4bec4a8757343bb770b23110ef2364dfd | [
"Apache-2.0"
] | 6 | 2017-06-26T11:42:26.000Z | 2018-09-10T17:53:53.000Z | source/renderer/passResources/ShaderManager.h | DaSutt/VolumetricParticles | 6ec9bac4bec4a8757343bb770b23110ef2364dfd | [
"Apache-2.0"
] | 8 | 2017-06-24T20:25:42.000Z | 2017-08-09T10:50:40.000Z | source/renderer/passResources/ShaderManager.h | DaSutt/VolumetricParticles | 6ec9bac4bec4a8757343bb770b23110ef2364dfd | [
"Apache-2.0"
] | null | null | null | /*
MIT License
Copyright(c) 2017 Daniel Suttor
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 rights
to use, copy, modify, merge, publish, di... | 29.670732 | 109 | 0.755446 |
44f4d435438fa28830a42fb5b255844048a667d4 | 3,761 | h | C | extensions/sudoku/sudoku.h | svtrostov/xgserver | 25cbb038502bb6245f162f2a11274643aedee89f | [
"MIT"
] | 2 | 2018-01-26T11:04:31.000Z | 2018-01-26T11:04:42.000Z | extensions/sudoku/sudoku.h | svtrostov/xgserver | 25cbb038502bb6245f162f2a11274643aedee89f | [
"MIT"
] | null | null | null | extensions/sudoku/sudoku.h | svtrostov/xgserver | 25cbb038502bb6245f162f2a11274643aedee89f | [
"MIT"
] | null | null | null | /***********************************************************************
* XG SERVER
* core/darray.h
* Динамический массив
*
* Copyright (с) 2014-2015 Stanislav V. Tretyakov, svtrostov@yandex.ru
**********************************************************************/
#ifndef _XGEXTSUDOKU_H
#define _XGEXTSUD... | 28.492424 | 95 | 0.567136 |
4ddb2c32ff486d307e4756dc0507f3428046d41e | 12,116 | c | C | src/main/eamio/eam-impl.c | Soyandroid/bemanitools | 0fd499266f4d724b8eea7217a6fd4e6a0caba948 | [
"Unlicense"
] | 5 | 2021-12-20T02:57:07.000Z | 2022-02-28T20:19:26.000Z | src/main/eamio/eam-impl.c | Soyandroid/bemanitools | 0fd499266f4d724b8eea7217a6fd4e6a0caba948 | [
"Unlicense"
] | null | null | null | src/main/eamio/eam-impl.c | Soyandroid/bemanitools | 0fd499266f4d724b8eea7217a6fd4e6a0caba948 | [
"Unlicense"
] | 1 | 2021-12-21T18:49:01.000Z | 2021-12-21T18:49:01.000Z | #include <windows.h>
#include <ctype.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bemanitools/eamio.h"
#include "eamio/eam-impl.h"
#include "geninput/hid-mgr.h"
#include "util/defs.h"
#include "util/fs.h"
#include "util/hex.h"
#include "util/log.h... | 23.710372 | 79 | 0.578821 |
9e0294b70a430c908e9513aa66441d7ab2636b25 | 742 | c | C | lab-03/plugins/echocd.c | drahosj/308labs | 718a02fa943749d906d10085d48dd4b4f69931e9 | [
"MIT"
] | null | null | null | lab-03/plugins/echocd.c | drahosj/308labs | 718a02fa943749d906d10085d48dd4b4f69931e9 | [
"MIT"
] | null | null | null | lab-03/plugins/echocd.c | drahosj/308labs | 718a02fa943749d906d10085d48dd4b4f69931e9 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "cash_api.h"
static int builtin_cd(size_t argc, char ** argv);
static int builtin_echo(size_t argc, char ** argv);
void plugin_load()
{
register_builtin("cd", &builtin_cd);
register_builtin("echo", &builtin_echo);
}
static int builtin_echo(size_t... | 15.787234 | 51 | 0.613208 |
9e02d065b2de099b7948a2cb2a821fda87e718fe | 10,238 | h | C | src/Neo6/NDIS6.h | ghostfather72/SoftEtherVPN | 4f23c7d08a7d38aaf0dd9c81cfa13a0ae4355b04 | [
"Unlicense"
] | 9 | 2017-12-11T05:34:28.000Z | 2022-02-07T11:35:15.000Z | src/Neo6/NDIS6.h | ghostfather72/SoftEtherVPN | 4f23c7d08a7d38aaf0dd9c81cfa13a0ae4355b04 | [
"Unlicense"
] | 1 | 2020-06-29T11:01:53.000Z | 2020-06-29T11:02:59.000Z | src/Neo6/NDIS6.h | ghostfather72/SoftEtherVPN | 4f23c7d08a7d38aaf0dd9c81cfa13a0ae4355b04 | [
"Unlicense"
] | 3 | 2018-09-04T04:17:37.000Z | 2019-09-24T04:12:04.000Z | // SoftEther VPN Source Code - Developer Edition Master Branch
// Kernel Device Driver
//
// SoftEther VPN Server, Client and Bridge are free software under GPLv2.
//
// Copyright (c) Daiyuu Nobori.
// Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan.
// Copyright (c) SoftEther Corporation.
/... | 38.201493 | 125 | 0.763235 |
9af1bd0726200ae4ad7b2d00ae07904431500e68 | 384 | c | C | csc501-lab3/paging/write_bs.c | zyczyh/OS-Course-Project-3 | d929b87fc678762cdcda7e4aaf328c8e4ad2ba04 | [
"MIT"
] | null | null | null | csc501-lab3/paging/write_bs.c | zyczyh/OS-Course-Project-3 | d929b87fc678762cdcda7e4aaf328c8e4ad2ba04 | [
"MIT"
] | null | null | null | csc501-lab3/paging/write_bs.c | zyczyh/OS-Course-Project-3 | d929b87fc678762cdcda7e4aaf328c8e4ad2ba04 | [
"MIT"
] | null | null | null | #include <conf.h>
#include <kernel.h>
#include <proc.h>
#include <mark.h>
#include <bufpool.h>
#include <paging.h>
int write_bs(char *src, bsd_t bs_id, int page) {
/* write one page of data from src
to the backing store bs_id, page
page.
*/
char * phy_addr = BACKING_STORE_BASE + bs_id*BACKING_STORE_U... | 20.210526 | 84 | 0.674479 |
b104131ef1a0ea078757c4647cb03447cc957f75 | 43,542 | h | C | Debug/Crash/Windbg/winext/manifest/dplay.h | duchuan1/Tools | c1a881228247753fdcce3b10ba43427c19194858 | [
"Apache-2.0"
] | 1 | 2020-04-24T01:35:32.000Z | 2020-04-24T01:35:32.000Z | Debug/Crash/Windbg/winext/manifest/dplay.h | duchuan1/Tools | c1a881228247753fdcce3b10ba43427c19194858 | [
"Apache-2.0"
] | null | null | null | Debug/Crash/Windbg/winext/manifest/dplay.h | duchuan1/Tools | c1a881228247753fdcce3b10ba43427c19194858 | [
"Apache-2.0"
] | null | null | null | module DPLAYX.DLL:
category DirectPlay:
/*
* GUIDS used by DirectPlay objects
*/
class __declspec(uuid("D1EB6D20-8923-11d0-9D97-00A0C90A43CB")) DirectPlay;
class __declspec(uuid("2b74f7c0-9154-11cf-a9cd-00aa006886e3")) IDirectPlay2;
class __declspec(uuid("9d460580-a822-11cf-960c-0080c7534e82")) IDirectPlay2A;
... | 31.12366 | 170 | 0.6502 |
d21a00cfdd9c208e9fd667bc1f57d4905e6a21ed | 16,528 | c | C | lib/conncache.c | shikibu-z/curl-serialize | e72f97652df83db9fe4b48fc6a8d2bee4f4bf2d4 | [
"curl"
] | 12 | 2016-10-04T11:36:23.000Z | 2021-04-29T00:15:18.000Z | lib/conncache.c | taihao1125/curl | da3e0f406a8f68db9f7520cb1a611d45313fe48e | [
"curl"
] | 20 | 2016-10-04T11:17:00.000Z | 2017-11-16T03:19:14.000Z | lib/conncache.c | taihao1125/curl | da3e0f406a8f68db9f7520cb1a611d45313fe48e | [
"curl"
] | 7 | 2016-12-14T09:56:11.000Z | 2020-01-07T12:25:34.000Z | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | 27.273927 | 79 | 0.651258 |
cf9de5b48522fa9f62feb041b50dca60b107ad68 | 994 | h | C | System/Library/PrivateFrameworks/TVRemoteUI.framework/TVRStandardTouchProcessor.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/TVRemoteUI.framework/TVRStandardTouchProcessor.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/TVRemoteUI.framework/TVRStandardTouchProcessor.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:45 PM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/TVRemoteUI.framework/TVRemoteUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E... | 32.064516 | 81 | 0.785714 |
9a5d4f36f7fa6c1b675d0a9dd78fd9f49b02fc3e | 3,588 | h | C | aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/model/BatchDisassociateClientDeviceFromCoreDeviceResult.h | blinemedical/aws-sdk-cpp | c7c814b2d6862b4cb48f3fb3ac083a9e419674e8 | [
"Apache-2.0"
] | 1 | 2021-12-06T20:36:35.000Z | 2021-12-06T20:36:35.000Z | aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/model/BatchDisassociateClientDeviceFromCoreDeviceResult.h | blinemedical/aws-sdk-cpp | c7c814b2d6862b4cb48f3fb3ac083a9e419674e8 | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/model/BatchDisassociateClientDeviceFromCoreDeviceResult.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/greengrassv2/model/DisassociateClientDeviceFromCoreDeviceErrorEntry.h>
#i... | 41.72093 | 201 | 0.752787 |
c9070a264597cf0ffe3bd72824b232207ef0e23b | 1,413 | h | C | FuegoUniversalComponent/fuego/gouct/GoUctAdditiveKnowledgeFuego.h | GSMgeeth/gameofgo | 51563fea15fbdca797afb7cf9a29773a313e5697 | [
"Apache-2.0"
] | 13 | 2016-09-09T13:45:42.000Z | 2021-12-17T08:42:28.000Z | FuegoUniversalComponent/fuego/gouct/GoUctAdditiveKnowledgeFuego.h | GSMgeeth/gameofgo | 51563fea15fbdca797afb7cf9a29773a313e5697 | [
"Apache-2.0"
] | 1 | 2016-06-18T05:19:58.000Z | 2016-09-15T18:21:54.000Z | FuegoUniversalComponent/fuego/gouct/GoUctAdditiveKnowledgeFuego.h | cbordeman/gameofgo | 51563fea15fbdca797afb7cf9a29773a313e5697 | [
"Apache-2.0"
] | 5 | 2016-11-19T03:05:12.000Z | 2022-01-31T12:20:40.000Z | //----------------------------------------------------------------------------
/** @file GoUctAdditiveKnowledgeFuego.h
A simple implementation of additive knowledge using RAVE values.
@todo some details.
*/
//----------------------------------------------------------------------------
#ifndef GOUCT_ADDITIVEKNOWLE... | 25.232143 | 78 | 0.552725 |
c56ac47cd3189779333acc9e8da89a8f9ad7c5be | 5,162 | c | C | drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | fergy/aplit_linux-5 | a6ef4cb0e17e1eec9743c064e65f730c49765711 | [
"MIT"
] | 27 | 2021-10-04T18:56:52.000Z | 2022-03-28T08:23:06.000Z | drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | fergy/aplit_linux-5 | a6ef4cb0e17e1eec9743c064e65f730c49765711 | [
"MIT"
] | 1 | 2022-01-12T04:05:36.000Z | 2022-01-16T15:48:42.000Z | drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c | fergy/aplit_linux-5 | a6ef4cb0e17e1eec9743c064e65f730c49765711 | [
"MIT"
] | 3 | 2022-01-09T07:53:43.000Z | 2022-03-01T18:33:58.000Z | /*
* Copyright 2014 Advanced Micro Devices, Inc.
*
* 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 rights to use, copy, modify, m... | 31.096386 | 79 | 0.747966 |
c597b851c8a3b490f9ea82a3fb71778558e53ae7 | 1,847 | h | C | src/core/logging/grouplogger.h | karagog/gutil | 43936af9bc4be1945e4f1a3656e91dfbf42cc35b | [
"Apache-2.0"
] | null | null | null | src/core/logging/grouplogger.h | karagog/gutil | 43936af9bc4be1945e4f1a3656e91dfbf42cc35b | [
"Apache-2.0"
] | 2 | 2015-01-30T21:47:55.000Z | 2015-02-10T00:22:27.000Z | src/core/logging/grouplogger.h | karagog/gutil | 43936af9bc4be1945e4f1a3656e91dfbf42cc35b | [
"Apache-2.0"
] | null | null | null | /*Copyright 2010-2015 George Karagoulis
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, so... | 27.984848 | 78 | 0.695723 |
cf8aed4f0857cd2b1e7eb83dbe91b03f9cf28ccf | 1,065 | h | C | TextRPG/src/UIManager.h | UniqueVN/TextRPG | 78c585a61692c8470145d755d2da3f1a3586af88 | [
"MIT",
"Unlicense"
] | 1 | 2021-03-12T09:47:20.000Z | 2021-03-12T09:47:20.000Z | TextRPG/src/UIManager.h | UniqueVN/TextRPG | 78c585a61692c8470145d755d2da3f1a3586af88 | [
"MIT",
"Unlicense"
] | null | null | null | TextRPG/src/UIManager.h | UniqueVN/TextRPG | 78c585a61692c8470145d755d2da3f1a3586af88 | [
"MIT",
"Unlicense"
] | null | null | null | // UIManager - manage the game's UI system: import, update ...
#pragma once
#include <map>
using namespace std;
#include "Singleton.h"
#include "UIComponent.h"
#include "UIScreen.h"
class UIManager : public Singleton<UIManager>
{
public:
friend class Singleton<UIManager>;
// Import the UI from an xml file
... | 27.307692 | 94 | 0.70892 |
5ceb2668380fc9cc947b9c9c9af50f66577aab0b | 849 | h | C | SHScrollScreen/SHScrollScreenView.h | bill19/SHScrollScreen | 9bce922d24d3e005e1a779489fe34fbd9e0ac666 | [
"Apache-2.0"
] | null | null | null | SHScrollScreen/SHScrollScreenView.h | bill19/SHScrollScreen | 9bce922d24d3e005e1a779489fe34fbd9e0ac666 | [
"Apache-2.0"
] | null | null | null | SHScrollScreen/SHScrollScreenView.h | bill19/SHScrollScreen | 9bce922d24d3e005e1a779489fe34fbd9e0ac666 | [
"Apache-2.0"
] | null | null | null | //
// SHScrollScreenView.h
// SHScrollScreen
//
// Created by hao sun on 2022/3/1.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSUInteger, SHScrollScreenViewScrollIndicatorDirection) {
//水平指示器
HorizontalScrollIndicator = 0,
///竖直指示器
VerticalScrollIndicator = 1,
};
@interfa... | 19.744186 | 83 | 0.742049 |
65c072ed0bcd55476fe8602097f1314256d895e8 | 12,681 | c | C | firmware/bluenodes_s132_sdk13_085_nrf52/Src/rbc_mesh/src/radio_control.c | codezork/BlueNodes | 6393fa5cbe8798f983eab6ca50afdfcf4050df29 | [
"Apache-2.0"
] | null | null | null | firmware/bluenodes_s132_sdk13_085_nrf52/Src/rbc_mesh/src/radio_control.c | codezork/BlueNodes | 6393fa5cbe8798f983eab6ca50afdfcf4050df29 | [
"Apache-2.0"
] | null | null | null | firmware/bluenodes_s132_sdk13_085_nrf52/Src/rbc_mesh/src/radio_control.c | codezork/BlueNodes | 6393fa5cbe8798f983eab6ca50afdfcf4050df29 | [
"Apache-2.0"
] | null | null | null | /***********************************************************************************
Copyright (c) Nordic Semiconductor ASA
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source... | 34.837912 | 179 | 0.622191 |
65c70c46e8b6e7c9356af47a0664b0a15dd88c13 | 693 | h | C | td/telegram/MessageLinkInfo.h | lccxz/td | 6cdda6a2f3be4d0379f00a07fcd49f330da731fb | [
"BSL-1.0"
] | 82 | 2019-02-19T15:00:19.000Z | 2022-03-24T20:22:43.000Z | td/telegram/MessageLinkInfo.h | lccxz/td | 6cdda6a2f3be4d0379f00a07fcd49f330da731fb | [
"BSL-1.0"
] | 47 | 2019-03-07T13:07:36.000Z | 2022-03-27T14:32:09.000Z | td/telegram/MessageLinkInfo.h | lccxz/td | 6cdda6a2f3be4d0379f00a07fcd49f330da731fb | [
"BSL-1.0"
] | 12 | 2019-03-06T18:58:41.000Z | 2022-03-26T17:41:31.000Z | //
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2021
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#pragma once
#include "td/telegram/ChannelId.h"
#include "td... | 22.354839 | 96 | 0.74026 |
c5f0efccdc11f7bccf8af713f99532ad1137f92c | 373 | h | C | contrib/GambitREPL/intf.h | daviwil/gambit | a3a2f895c36d567ba70f8720371772c5301771e3 | [
"Apache-2.0"
] | 4 | 2019-11-04T21:28:15.000Z | 2021-11-29T00:17:47.000Z | contrib/GambitREPL/intf.h | daviwil/gambit | a3a2f895c36d567ba70f8720371772c5301771e3 | [
"Apache-2.0"
] | 1 | 2019-11-07T11:13:57.000Z | 2019-11-10T21:14:54.000Z | contrib/GambitREPL/intf.h | udem-dlteam/gambit | 776ccd958acc36b86397767c159c6ac526f14319 | [
"Apache-2.0"
] | null | null | null | /* File: "intf.h" */
/*
* Scheme functions which can be called from C. These functions are
* declared with a c-define in "intf.scm".
*/
extern NSString *eval_string(NSString *);
extern void send_input(NSString *);
extern void send_event(NSString *);
extern void send_text_input(NSString *);
extern void send_ke... | 19.631579 | 68 | 0.723861 |
c5f596e71faa71f9cf03d127119f5599653fe11e | 25,516 | h | C | dir600b_v2.03/kernels/rt305x/include/asm-x86_64/unistd.h | ghsecuritylab/DIR600B2 | 78510ce13e037c430c84b4cdc7f49939481fe894 | [
"BSD-2-Clause"
] | 1 | 2019-07-21T01:58:19.000Z | 2019-07-21T01:58:19.000Z | dir600b_v2.03/kernels/rt305x/include/asm-x86_64/unistd.h | ghsecuritylab/DIR600B2 | 78510ce13e037c430c84b4cdc7f49939481fe894 | [
"BSD-2-Clause"
] | null | null | null | dir600b_v2.03/kernels/rt305x/include/asm-x86_64/unistd.h | ghsecuritylab/DIR600B2 | 78510ce13e037c430c84b4cdc7f49939481fe894 | [
"BSD-2-Clause"
] | 3 | 2016-06-13T13:20:56.000Z | 2019-12-05T02:31:23.000Z | #ifndef _ASM_X86_64_UNISTD_H_
#define _ASM_X86_64_UNISTD_H_
#ifndef __SYSCALL
#define __SYSCALL(a,b)
#endif
/*
* This file contains the system call numbers.
*
* Note: holes are not allowed.
*/
/* at least 8 syscall per cacheline */
#define __NR_read 0
__SYSCALL(__NR_read, sys_rea... | 37.634218 | 81 | 0.690586 |
c5f62e41f758e5ebd98a74d79614b5a75b4647ee | 2,515 | h | C | mindspore/lite/minddata/wrapper/MDToDApi.h | kungfu-team/mindspore-bert | 71501cf52ae01db9d6a73fb64bcfe68a6509dc32 | [
"Apache-2.0"
] | 2 | 2021-07-08T13:10:42.000Z | 2021-11-08T02:48:57.000Z | mindspore/lite/minddata/wrapper/MDToDApi.h | peixinhou/mindspore | fcb2ec2779b753e95c762cf292b23bd81d1f561b | [
"Apache-2.0"
] | null | null | null | mindspore/lite/minddata/wrapper/MDToDApi.h | peixinhou/mindspore | fcb2ec2779b753e95c762cf292b23bd81d1f561b | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* 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... | 33.533333 | 105 | 0.766998 |
a94a69c157d660a87040e54c777f2de955d5d942 | 5,184 | h | C | components/heap_profiling/multi_process/supervisor.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | components/heap_profiling/multi_process/supervisor.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | components/heap_profiling/multi_process/supervisor.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2018 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_HEAP_PROFILING_MULTI_PROCESS_SUPERVISOR_H_
#define COMPONENTS_HEAP_PROFILING_MULTI_PROCESS_SUPERVISOR_H_
#include "base/memory/weak_pt... | 36.507042 | 107 | 0.728395 |
653f7e1cd6f54f11f238b1321cf7303317532512 | 559 | h | C | src/util.h | interma/toy_db | 9b8ba8f85fa789df59995a93647f8e932d194f64 | [
"Apache-2.0"
] | null | null | null | src/util.h | interma/toy_db | 9b8ba8f85fa789df59995a93647f8e932d194f64 | [
"Apache-2.0"
] | null | null | null | src/util.h | interma/toy_db | 9b8ba8f85fa789df59995a93647f8e932d194f64 | [
"Apache-2.0"
] | null | null | null | #ifndef UTIL_H_
#define UTIL_H_
#include <algorithm>
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include <time.h>
/**
* copy from leveldb
*/
class PosixLogger {
private:
FILE* file_;
PosixLogger(const PosixLogger&);
void operator=(const PosixLogger&);
public:
PosixLogger(FILE* f) : file_(f) {... | 18.633333 | 57 | 0.695886 |
ca8cd05ec67ecbbd39fc71d22ab23759e583f1d6 | 3,230 | h | C | Code/Octree.h | JaumeMontagut/CITM_3_GameEngine | 57a85b89a72723ce555a4eec3830e6bf00499de9 | [
"MIT"
] | 1 | 2020-07-09T00:38:40.000Z | 2020-07-09T00:38:40.000Z | Code/Octree.h | YessicaSD/CITM_3_GameEngine | 57a85b89a72723ce555a4eec3830e6bf00499de9 | [
"MIT"
] | null | null | null | Code/Octree.h | YessicaSD/CITM_3_GameEngine | 57a85b89a72723ce555a4eec3830e6bf00499de9 | [
"MIT"
] | null | null | null | #ifndef OCTREE_H_
#define OCTREE_H_
#include "MathGeoLib/include/Geometry/AABB.h"
#include "CubeLine.h"
#include "GameObject.h"
#include "ComponentTransform.h"
#include <list>
#include <map>
#define MAX_BUCKET_SIZE 6
#define MAX_SUBDIVISION 15
/*
----------- MaxPoint
| NW | NE |
|---------|
| SW | SE |
----... | 21.972789 | 121 | 0.710836 |
a63f15f5de942a3398b1c8852af18a3ef74f9b2d | 1,039 | h | C | qqtw/qqheaders7.2/QQVipPicEditBaseMenuBar.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 5 | 2018-02-20T14:24:17.000Z | 2020-08-06T09:31:21.000Z | qqtw/qqheaders7.2/QQVipPicEditBaseMenuBar.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 1 | 2020-06-10T07:49:16.000Z | 2020-06-12T02:08:35.000Z | qqtw/qqheaders7.2/QQVipPicEditBaseMenuBar.h | onezens/SmartQQ | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | null | null | null | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "UIView.h"
@class NSArray, PicEditBaseMenuBarItem;
@interface QQVipPicEditBaseMenuBar : UIView
{
UIView *_mainBar;
NSArray *_itemArr;
PicEditBaseMenuBarItem *_... | 29.685714 | 109 | 0.74591 |
43a7022502d09f87ad3d7781abf56a03a30a97af | 3,261 | h | C | p5jsws281x/index_html.h | david510c/p5-js-ws281x | 0298ad2d4212850778432b60358639e00474dd37 | [
"MIT"
] | 6 | 2018-03-13T03:52:33.000Z | 2021-12-23T21:58:28.000Z | p5jsws281x/index_html.h | david510c/p5-js-ws281x | 0298ad2d4212850778432b60358639e00474dd37 | [
"MIT"
] | null | null | null | p5jsws281x/index_html.h | david510c/p5-js-ws281x | 0298ad2d4212850778432b60358639e00474dd37 | [
"MIT"
] | 4 | 2018-05-27T14:05:01.000Z | 2021-01-27T18:51:47.000Z | // This contains the HTML and JavaScript for the client browser.
// Note p5.js setup() and draw() are here. PROGMEM is a way
// in Arduino speak to save RAM. PROGMEM puts this string in
// program memory which means FLASH. The R"=====(...)====="
// construct is called a C++ raw liternal and is used so
// characters suc... | 30.764151 | 120 | 0.646121 |
2c4848c770186f28184358b6a8e0e1c5a1c4fbdb | 10,812 | c | C | sys/src/cmd/gs/gp_unifs.c | Plan9-Archive/plan9-2e | ce6d0434246216e848babe4f56919dc28981ad04 | [
"MIT"
] | 1 | 2021-03-23T22:40:43.000Z | 2021-03-23T22:40:43.000Z | sys/src/cmd/gs/gp_unifs.c | Plan9-Archive/plan9-2e | ce6d0434246216e848babe4f56919dc28981ad04 | [
"MIT"
] | null | null | null | sys/src/cmd/gs/gp_unifs.c | Plan9-Archive/plan9-2e | ce6d0434246216e848babe4f56919dc28981ad04 | [
"MIT"
] | 1 | 2021-12-21T06:19:58.000Z | 2021-12-21T06:19:58.000Z | /* Copyright (C) 1993, 1994 Aladdin Enterprises. All rights reserved.
This file is part of Aladdin Ghostscript.
Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author
or distributor accepts any responsibility for the consequences of using it,
or for whether it serves any particular p... | 27.165829 | 77 | 0.617647 |
2c501c24fb904c0b122f6791081ece09c5d28837 | 2,084 | h | C | DQM/SiStripMonitorSummary/plugins/SiStripPlotGain.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | DQM/SiStripMonitorSummary/plugins/SiStripPlotGain.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | DQM/SiStripMonitorSummary/plugins/SiStripPlotGain.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | // -*- C++ -*-
//
// Package: SiStripPlotGain
// Class: SiStripPlotGain
//
/**\class SiStripPlotGain SiStripPlotGain.cc DQM/SiStripMonitorSummary/plugins/SiStripPlotGain.cc
Description: <one line class summary>
Implementation:
<Notes on implementation>
*/
//
// Original Author: Domenico GIORDANO
// ... | 24.517647 | 121 | 0.731286 |
c8853b42e7c1915eaa3314fb00eba8c86c85b0c5 | 15,568 | h | C | include/esb.h | odwraca/nrf9160-dk-aws-fota-secure | ca56782313b6a91e795d614be40b071b33936737 | [
"MIT-0",
"MIT"
] | 1 | 2021-07-24T14:58:23.000Z | 2021-07-24T14:58:23.000Z | include/esb.h | odwraca/nrf9160-dk-aws-fota-secure | ca56782313b6a91e795d614be40b071b33936737 | [
"MIT-0",
"MIT"
] | 1 | 2020-04-07T16:59:58.000Z | 2020-04-07T16:59:58.000Z | include/esb.h | odwraca/nrf9160-dk-aws-fota-secure | ca56782313b6a91e795d614be40b071b33936737 | [
"MIT-0",
"MIT"
] | 1 | 2020-05-12T13:33:52.000Z | 2020-05-12T13:33:52.000Z | /*
* Copyright (c) 2018 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic
*/
#ifndef __ESB_H
#define __ESB_H
#include <errno.h>
#include <sys/util.h>
#include <nrf.h>
#include <stdbool.h>
#include <zephyr/types.h>
#ifdef __cplusplus
extern "C" {
#endif
/** @defgroup esb Enhance... | 31.642276 | 80 | 0.654997 |
bdea33fdfe9b59ec72f940e9e1f28f52c7cc8a3f | 701 | h | C | include/dg/llvm/analysis/PointsTo/LLVMPointerAnalysisOptions.h | xvitovs1/dg | 5cbd66e20e2235195b45446efb3528f3422d07d4 | [
"MIT"
] | 1 | 2019-09-16T07:36:46.000Z | 2019-09-16T07:36:46.000Z | include/dg/llvm/analysis/PointsTo/LLVMPointerAnalysisOptions.h | Machiry/dg | f87c84ebe01a5de911df817302e7144fc9a3269e | [
"MIT"
] | null | null | null | include/dg/llvm/analysis/PointsTo/LLVMPointerAnalysisOptions.h | Machiry/dg | f87c84ebe01a5de911df817302e7144fc9a3269e | [
"MIT"
] | null | null | null | #ifndef _DG_LLVM_POINTER_ANALYSIS_OPTIONS_H_
#define _DG_LLVM_POINTER_ANALYSIS_OPTIONS_H_
#include "dg/llvm/analysis/LLVMAnalysisOptions.h"
#include "dg/analysis/PointsTo/PointerAnalysisOptions.h"
namespace dg {
namespace analysis {
struct LLVMPointerAnalysisOptions : public LLVMAnalysisOptions, PointerAnalysisOptio... | 30.478261 | 86 | 0.773181 |
084dad277c78511d6b4e837f1784cff6f87e1b15 | 18,413 | c | C | test/manual/passfd.c | master-elodin/appscope | 17253d191f30d5ef31d7d78412940bf93a82d26f | [
"Apache-2.0"
] | null | null | null | test/manual/passfd.c | master-elodin/appscope | 17253d191f30d5ef31d7d78412940bf93a82d26f | [
"Apache-2.0"
] | null | null | null | test/manual/passfd.c | master-elodin/appscope | 17253d191f30d5ef31d7d78412940bf93a82d26f | [
"Apache-2.0"
] | null | null | null | /*
* passfd.c - Test to see that Scope is handling the passing of fd access
* rights between processes correctly
*
* gcc -g -Wall test/manual/passfd.c -lpthread -o test/linux/passfd
*
* 1) passfd is a parent that sends access rights to a child process over a UNIX socket.
*
* 2) In order to send a file or socket... | 25.43232 | 89 | 0.562429 |
aeb89f1030865ebe4ecbc5a3083979c35767ed0e | 1,600 | h | C | app/mdebug/swd.h | heatd/lk | 80285128333971221b532b6b2669fc38cafe7e55 | [
"MIT"
] | 2,644 | 2016-01-05T21:32:57.000Z | 2022-03-31T19:58:19.000Z | app/mdebug/swd.h | themelic/lk | 3c4a0b96c161b97fadbe496fd94faaf30bf76fc6 | [
"MIT"
] | 182 | 2016-01-18T01:28:41.000Z | 2022-03-19T20:22:39.000Z | app/mdebug/swd.h | themelic/lk | 3c4a0b96c161b97fadbe496fd94faaf30bf76fc6 | [
"MIT"
] | 529 | 2016-01-07T06:49:08.000Z | 2022-03-30T02:35:19.000Z | /* swd.h
*
* Copyright 2011 Brian Swetland <swetland@frotz.net>
*
* 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 require... | 27.118644 | 75 | 0.7525 |
232eb9c66702b8adbe25935b8cc43b5b5a889e15 | 277 | h | C | Geometry/include/Geometry/Shape.h | edson-a-soares/geometric_acyclic_visitor | b2aff910d8606d4ad264d53f6e66aa03141e5cf6 | [
"Apache-2.0"
] | null | null | null | Geometry/include/Geometry/Shape.h | edson-a-soares/geometric_acyclic_visitor | b2aff910d8606d4ad264d53f6e66aa03141e5cf6 | [
"Apache-2.0"
] | null | null | null | Geometry/include/Geometry/Shape.h | edson-a-soares/geometric_acyclic_visitor | b2aff910d8606d4ad264d53f6e66aa03141e5cf6 | [
"Apache-2.0"
] | null | null | null | // Copyright 2017.
// All rights reserved.
//
#ifndef ACYCLIC_VISITOR_GEOMETRY_SHAPE_H
#define ACYCLIC_VISITOR_GEOMETRY_SHAPE_H
namespace Geometry
{
class Shape
{
public:
virtual ~Shape()
{ };
virtual void draw() = 0;
};
}
#endif
| 11.541667 | 40 | 0.620939 |
8615062b5464f228204e6a59ca5415dc2f8bd839 | 3,191 | h | C | macOS/10.12/AppKit.framework/NSSearchField.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | 30 | 2016-10-09T20:13:00.000Z | 2022-01-24T04:14:57.000Z | macOS/10.12/AppKit.framework/NSSearchField.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | null | null | null | macOS/10.12/AppKit.framework/NSSearchField.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | 7 | 2017-08-29T14:41:25.000Z | 2022-01-19T17:14:54.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
*/
@interface NSSearchField : NSTextField {
unsigned int _reserved2;
unsigned int _reserved3;
unsigned int _reserved4;
struct {
unsigned int _inTransition : 1;
unsigned int _rese... | 38.914634 | 173 | 0.76277 |
14411003f0cdfd25b6721169921f0edc41d1754c | 209 | h | C | firmware/src/bitband.h | hazelnusse/robot.bicycle | b8d7c67290497577c96167dac123765efc4e08f8 | [
"BSD-2-Clause"
] | 9 | 2016-01-14T14:58:27.000Z | 2021-03-23T16:45:17.000Z | firmware/src/bitband.h | hazelnusse/robot.bicycle | b8d7c67290497577c96167dac123765efc4e08f8 | [
"BSD-2-Clause"
] | null | null | null | firmware/src/bitband.h | hazelnusse/robot.bicycle | b8d7c67290497577c96167dac123765efc4e08f8 | [
"BSD-2-Clause"
] | 1 | 2019-11-28T15:28:46.000Z | 2019-11-28T15:28:46.000Z | #ifndef BITBAND_H
#define BITBAND_H
#define BITBAND(addr,bitnum) ((addr & 0xF0000000) + 0x02000000 + ((addr & 0x000FFFFF) << 5) + (bitnum << 2))
#define MEM_ADDR(addr) *((volatile uint32_t *) (addr))
#endif
| 26.125 | 108 | 0.679426 |
8c0e6aa08439c4c181e0fcee116f1a234fc2a1eb | 848 | h | C | CG/FinalAssignmentTim/src/Model.h | jjkramok/ICTGP | fbe45cc5ebbc5095353512cbe0f0db61e2c95042 | [
"MIT"
] | 1 | 2018-04-20T07:11:50.000Z | 2018-04-20T07:11:50.000Z | CG/FinalAssignmentTim/src/Model.h | jjkramok/ICTGP | fbe45cc5ebbc5095353512cbe0f0db61e2c95042 | [
"MIT"
] | null | null | null | CG/FinalAssignmentTim/src/Model.h | jjkramok/ICTGP | fbe45cc5ebbc5095353512cbe0f0db61e2c95042 | [
"MIT"
] | null | null | null | //
// Created by Tim on 2018-04-09.
//
#ifndef FINALASSIGNMENTTIM_MODEL_H
#define FINALASSIGNMENTTIM_MODEL_H
#include <glm.hpp>
#include "VertexBuffer.h"
#include "VertexArray.h"
#include "VertexBufferLayout.h"
#include <iostream>
#include "vendor/objloader.h"
using namespace std;
class VertexBuffer; // forward dec... | 18.844444 | 70 | 0.71934 |
1b5cb7630de821c50ec0c5a0dd1959e03320a8d7 | 1,008 | h | C | lib/flow/Interpolator.h | yyr/vapor | cdebac81212ffa3f811064bbd7625ffa9089782e | [
"BSD-3-Clause"
] | null | null | null | lib/flow/Interpolator.h | yyr/vapor | cdebac81212ffa3f811064bbd7625ffa9089782e | [
"BSD-3-Clause"
] | null | null | null | lib/flow/Interpolator.h | yyr/vapor | cdebac81212ffa3f811064bbd7625ffa9089782e | [
"BSD-3-Clause"
] | null | null | null | /*************************************************************************
* OSU Flow Vector Field *
* *
* *
* Created: Han-Wei Shen, Liya Li *
* The Ohio State University *
* Date: 06/2005 *
* *
* Interpolator ... | 29.647059 | 129 | 0.508929 |
1860ba1fcc09e8ea757162003d4b0b94449a7e9e | 5,459 | c | C | hw/mcu/dialog/cmac/src/hal_timer.c | tt1pjm/mynewt-core | e579008c676fe2d56141eb8c3add36c57296a007 | [
"Apache-2.0"
] | 1 | 2019-04-12T12:22:53.000Z | 2019-04-12T12:22:53.000Z | hw/mcu/dialog/cmac/src/hal_timer.c | tt1pjm/mynewt-core | e579008c676fe2d56141eb8c3add36c57296a007 | [
"Apache-2.0"
] | 3 | 2018-10-25T15:12:51.000Z | 2020-01-21T11:38:39.000Z | hw/mcu/dialog/cmac/src/hal_timer.c | tt1pjm/mynewt-core | e579008c676fe2d56141eb8c3add36c57296a007 | [
"Apache-2.0"
] | 1 | 2021-11-27T09:24:26.000Z | 2021-11-27T09:24:26.000Z | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 23.530172 | 78 | 0.664041 |
12086ed6e8aac681c0cf36a5394a697ff048d3d9 | 599 | h | C | qqtw/qqheaders7.2/QQGroupRobotKeySection.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 5 | 2018-02-20T14:24:17.000Z | 2020-08-06T09:31:21.000Z | qqtw/qqheaders7.2/QQGroupRobotKeySection.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 1 | 2020-06-10T07:49:16.000Z | 2020-06-12T02:08:35.000Z | qqtw/qqheaders7.2/QQGroupRobotKeySection.h | onezens/SmartQQ | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | null | null | null | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "QQGroupPropertyModel.h"
@class NSArray, NSString;
@interface QQGroupRobotKeySection : QQGroupPropertyModel
{
NSString *_title;
NSArray *_offItems;
NSArray *_o... | 23.96 | 83 | 0.719533 |
29f2befde14ebd81bc13541f6b841f7ed7668a8d | 343 | h | C | firmware/Tokens.h | ajcord/WIFI-84 | e4860f47c12a38e8f9b0a765e9f2b9cfd66e8e62 | [
"MIT"
] | 8 | 2019-05-13T19:24:20.000Z | 2022-03-11T05:05:08.000Z | firmware/Tokens.h | ajcord/WIFI-84 | e4860f47c12a38e8f9b0a765e9f2b9cfd66e8e62 | [
"MIT"
] | 1 | 2017-01-07T03:54:40.000Z | 2017-01-07T03:54:40.000Z | firmware/Tokens.h | ajcord/WIFI-84 | e4860f47c12a38e8f9b0a765e9f2b9cfd66e8e62 | [
"MIT"
] | 1 | 2022-03-11T05:05:02.000Z | 2022-03-11T05:05:02.000Z | #pragma once
namespace Token {
enum Token {
Invalid = 0x00,
Connected = 0x7e06,
Select = 0xbb58,
For = 0xd3,
Stop = 0xd9,
IS = 0xda,
DS = 0xdb,
Menu = 0xe6,
Send = 0xe7,
Get ... | 20.176471 | 29 | 0.35277 |
af6433a13f526ee939dc9d6de44f68c366508eb2 | 1,041 | h | C | Userland/Libraries/LibWeb/DOM/NonElementParentNode.h | shubhdev/serenity | 9321d9d83d366ad4cf686c856063ff9ac97c18a4 | [
"BSD-2-Clause"
] | 4 | 2021-02-23T05:35:25.000Z | 2021-06-08T06:11:06.000Z | Userland/Libraries/LibWeb/DOM/NonElementParentNode.h | shubhdev/serenity | 9321d9d83d366ad4cf686c856063ff9ac97c18a4 | [
"BSD-2-Clause"
] | 4 | 2021-04-27T20:44:44.000Z | 2021-06-30T18:07:10.000Z | Userland/Libraries/LibWeb/DOM/NonElementParentNode.h | shubhdev/serenity | 9321d9d83d366ad4cf686c856063ff9ac97c18a4 | [
"BSD-2-Clause"
] | 1 | 2022-01-10T08:02:34.000Z | 2022-01-10T08:02:34.000Z | /*
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Forward.h>
#include <LibWeb/Forward.h>
#include <LibWeb/HTML/AttributeNames.h>
#include <LibWeb/TreeNode.h>
namespace Web::DOM {
template<typename NodeType>
class NonElementParent... | 25.390244 | 120 | 0.664745 |
764885837adca4cd4fb958e8a7a8628d016e8ae8 | 1,355 | c | C | src/RIOT/sys/shell/commands/sc_random.c | ARte-team/ARte | 19f17f57522e1b18ba390718fc94be246451837b | [
"MIT"
] | 2 | 2020-04-30T08:17:45.000Z | 2020-05-23T08:46:54.000Z | src/RIOT/sys/shell/commands/sc_random.c | ARte-team/ARte | 19f17f57522e1b18ba390718fc94be246451837b | [
"MIT"
] | null | null | null | src/RIOT/sys/shell/commands/sc_random.c | ARte-team/ARte | 19f17f57522e1b18ba390718fc94be246451837b | [
"MIT"
] | 1 | 2020-02-21T09:21:45.000Z | 2020-02-21T09:21:45.000Z | /*
* Copyright (C) 2013 Freie Universität Berlin
* 2015 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup sys_shell_... | 20.223881 | 73 | 0.619188 |
17ba4ae7dee00e1b37460ecbbb347dc27eb49086 | 1,389 | h | C | Parse/Internal/PFBlockRetryer.h | huamichaelchen/Parse-SDK-iOS-OSX | f02bd53c9d113d45c7bf7fde85d752fe2dd4f01c | [
"MIT",
"BSD-3-Clause"
] | null | null | null | Parse/Internal/PFBlockRetryer.h | huamichaelchen/Parse-SDK-iOS-OSX | f02bd53c9d113d45c7bf7fde85d752fe2dd4f01c | [
"MIT",
"BSD-3-Clause"
] | null | null | null | Parse/Internal/PFBlockRetryer.h | huamichaelchen/Parse-SDK-iOS-OSX | f02bd53c9d113d45c7bf7fde85d752fe2dd4f01c | [
"MIT",
"BSD-3-Clause"
] | null | null | null | /**
* Copyright (c) 2015-present, Parse, LLC.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <Foun... | 28.9375 | 111 | 0.718503 |
ebc357bc771c5cc8664ce5c17ce54cfd4ee73828 | 2,869 | h | C | Gui/PreCompiled.h | haisenzhao/CarpentryCompiler | c9714310b7ce7523a25becd397265bfaa3ab7ea3 | [
"FSFAP"
] | 21 | 2019-12-06T09:57:10.000Z | 2021-09-22T12:58:09.000Z | Gui/PreCompiled.h | haisenzhao/CarpentryCompiler | c9714310b7ce7523a25becd397265bfaa3ab7ea3 | [
"FSFAP"
] | null | null | null | Gui/PreCompiled.h | haisenzhao/CarpentryCompiler | c9714310b7ce7523a25becd397265bfaa3ab7ea3 | [
"FSFAP"
] | 5 | 2020-11-18T00:09:30.000Z | 2021-01-13T04:40:47.000Z | /***************************************************************************
* Copyright (c) 2008 Jürgen Riegel (juergen.riegel@web.de) *
* *
* This file is part of the FreeCAD CAx development system. *
* ... | 31.184783 | 77 | 0.555594 |
6f8f1198659f24883ffe3d8ed398abae4f29e93b | 6,596 | c | C | stack/apps/efm32_sensor/app.c | octa-connect/Octa-stack | 19cc45a65b5b0a5adcd37f35aa0a22e381cf519a | [
"Apache-2.0"
] | null | null | null | stack/apps/efm32_sensor/app.c | octa-connect/Octa-stack | 19cc45a65b5b0a5adcd37f35aa0a22e381cf519a | [
"Apache-2.0"
] | null | null | null | stack/apps/efm32_sensor/app.c | octa-connect/Octa-stack | 19cc45a65b5b0a5adcd37f35aa0a22e381cf519a | [
"Apache-2.0"
] | null | null | null | /* * OSS-7 - An opensource implementation of the DASH7 Alliance Protocol for ultra
* lowpower wireless sensor communication
*
* Copyright 2015 University of Antwerp
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | 30.82243 | 198 | 0.684809 |
172d2b39a468d03b5a6946420d4a977626e3b8d2 | 6,281 | h | C | src/cunumeric/cunumeric_c.h | mferreravila/cunumeric | 87901174d0ecb1719bbccb98201dc19034973834 | [
"Apache-2.0"
] | null | null | null | src/cunumeric/cunumeric_c.h | mferreravila/cunumeric | 87901174d0ecb1719bbccb98201dc19034973834 | [
"Apache-2.0"
] | null | null | null | src/cunumeric/cunumeric_c.h | mferreravila/cunumeric | 87901174d0ecb1719bbccb98201dc19034973834 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2021-2022 NVIDIA Corporation
*
* 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 a... | 26.280335 | 85 | 0.799077 |
3fd45f1ae8b540557ae5bd9055ab57a518c054ec | 715 | h | C | platform/darwin/src/MGLAccountManager_Private.h | RobertSasak/mapbox-gl-native | dabf5d0c3a76f9fbe8b866f64f51accf12d1a2a6 | [
"BSL-1.0",
"Apache-2.0"
] | 2 | 2019-04-18T21:25:22.000Z | 2019-04-18T21:25:24.000Z | platform/darwin/src/MGLAccountManager_Private.h | RobertSasak/mapbox-gl-native | dabf5d0c3a76f9fbe8b866f64f51accf12d1a2a6 | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | platform/darwin/src/MGLAccountManager_Private.h | RobertSasak/mapbox-gl-native | dabf5d0c3a76f9fbe8b866f64f51accf12d1a2a6 | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | #import "MGLAccountManager.h"
NS_ASSUME_NONNULL_BEGIN
@interface MGLAccountManager (Private)
/// Returns the shared instance of the `MGLAccountManager` class.
@property (class, nonatomic, readonly) MGLAccountManager *sharedManager;
/// The current global access token.
@property (atomic, nullable) NSString *accessTo... | 29.791667 | 164 | 0.773427 |
e90066bda0722c1c902351a39749b99c94a01d01 | 3,030 | h | C | slib_core/include/engine_core.h | KarlJansson/ecs_game_engine | c76b7379d8ff913cd7773d0a9f55535996abdf35 | [
"MIT"
] | 1 | 2018-05-18T10:42:35.000Z | 2018-05-18T10:42:35.000Z | slib_core/include/engine_core.h | KarlJansson/ecs_game_engine | c76b7379d8ff913cd7773d0a9f55535996abdf35 | [
"MIT"
] | null | null | null | slib_core/include/engine_core.h | KarlJansson/ecs_game_engine | c76b7379d8ff913cd7773d0a9f55535996abdf35 | [
"MIT"
] | null | null | null | #pragma once
#include <atomic>
#include <memory>
#include "core_commands.h"
#include "engine_debug_output.h"
#include "renderer.h"
#include "window.h"
namespace lib_gui {
class TextSystem;
class RectSystem;
} // namespace lib_gui
namespace lib_graphics {
class Renderer;
class ParticleSystem;
class Window;
class Mate... | 29.417476 | 75 | 0.773597 |
e9650a546d36b07d7ba0fbcc8082967dda9bc83c | 2,048 | h | C | import/delegatesmodel.h | PureTryOut/mycroft-gui | eb72bcfe1a748cd3e6de3c0ea72a317db695c129 | [
"Apache-2.0"
] | 122 | 2018-11-19T07:32:06.000Z | 2022-02-05T02:39:55.000Z | import/delegatesmodel.h | PureTryOut/mycroft-gui | eb72bcfe1a748cd3e6de3c0ea72a317db695c129 | [
"Apache-2.0"
] | 39 | 2018-12-11T09:36:31.000Z | 2022-03-24T03:34:19.000Z | import/delegatesmodel.h | PureTryOut/mycroft-gui | eb72bcfe1a748cd3e6de3c0ea72a317db695c129 | [
"Apache-2.0"
] | 42 | 2018-11-23T02:47:59.000Z | 2021-09-06T14:35:43.000Z | /*
* Copyright 2018 by Marco Martin <mart@kde.org>
*
* 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... | 28.444444 | 146 | 0.719727 |
8f352e0f9a89d032281cb5a1f9e5989b91bc355a | 318 | h | C | nvxs/nv_num/nv_num.h | makevoid/animeface-2009 | d4824f49282547456bc71e4735f46c4eea1926f3 | [
"MIT"
] | 281 | 2017-02-18T04:28:11.000Z | 2022-02-28T11:37:34.000Z | nvxs/nv_num/nv_num.h | makevoid/animeface-2009 | d4824f49282547456bc71e4735f46c4eea1926f3 | [
"MIT"
] | 8 | 2017-02-22T09:27:44.000Z | 2021-10-03T07:52:10.000Z | nvxs/nv_num/nv_num.h | makevoid/animeface-2009 | d4824f49282547456bc71e4735f46c4eea1926f3 | [
"MIT"
] | 39 | 2017-03-11T17:42:54.000Z | 2022-01-19T11:46:03.000Z | #ifndef __NV_NUM_H
#define __NV_NUM_H
#include "nv_num_vector.h"
#include "nv_num_matrix.h"
#include "nv_num_cov.h"
#include "nv_num_eigen.h"
#include "nv_num_distance.h"
#if !NV_XS
#include "nv_num_munkres.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif
| 13.826087 | 29 | 0.701258 |
6a91cf4672b88648b253fc055fee5d2381ef20bc | 594 | h | C | mainwindow.h | casey-c/egg-frontend | d6f02cca94fb48eaa26f2c3accf94b1dceaa1c37 | [
"MIT"
] | null | null | null | mainwindow.h | casey-c/egg-frontend | d6f02cca94fb48eaa26f2c3accf94b1dceaa1c37 | [
"MIT"
] | null | null | null | mainwindow.h | casey-c/egg-frontend | d6f02cca94fb48eaa26f2c3accf94b1dceaa1c37 | [
"MIT"
] | null | null | null | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "canvas.h"
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private slots:
void on_actionExit_triggered();
void on_action... | 16.5 | 45 | 0.717172 |
b9e547c1207a54408a8abdea80d9b740bc4c26f8 | 15,294 | c | C | ext/khetai/khetai_lib.c | jkugs/khetai | e0c807e62f3aa4b72324455f675d6dbdc3f34ce3 | [
"MIT"
] | null | null | null | ext/khetai/khetai_lib.c | jkugs/khetai | e0c807e62f3aa4b72324455f675d6dbdc3f34ce3 | [
"MIT"
] | null | null | null | ext/khetai/khetai_lib.c | jkugs/khetai | e0c807e62f3aa4b72324455f675d6dbdc3f34ce3 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <time.h>
#include "khetai_lib.h"
Square board[120] = {0};
int pharaoh_loc[2] = {0};
enum Player whose_turn;
enum Player starter;
Move undo_moves[MAX_DEPTH] = {0};
int undo_capture_indices[MAX_DEPTH] = {0};
Square undo_capture_squares[MAX_DEPTH] = {0};... | 24.747573 | 107 | 0.487054 |
b1ab86bdc20caef0d14a3e35799698913012a81a | 333 | h | C | XVim2/XcodeHeader/IDESourceEditor/IDEComparisonEditorScrollerAreaView-Protocol.h | haozhiyu1990/XVim2 | 3f37d905d51c22fbd86c36e42d8ee1813829b00c | [
"MIT"
] | 2,453 | 2017-09-07T00:07:49.000Z | 2022-03-29T22:32:10.000Z | XVim2/XcodeHeader/IDESourceEditor/IDEComparisonEditorScrollerAreaView-Protocol.h | haozhiyu1990/XVim2 | 3f37d905d51c22fbd86c36e42d8ee1813829b00c | [
"MIT"
] | 373 | 2017-09-20T04:16:11.000Z | 2022-03-26T17:01:37.000Z | XVim2/XcodeHeader/IDESourceEditor/IDEComparisonEditorScrollerAreaView-Protocol.h | haozhiyu1990/XVim2 | 3f37d905d51c22fbd86c36e42d8ee1813829b00c | [
"MIT"
] | 260 | 2017-09-16T15:31:41.000Z | 2022-02-07T02:52:29.000Z | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 30 2020 21:18:12).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <IDESourceEditor/NSObject-Protocol.h>
@class NSView;
@protocol IDEComparisonEditorScrollerAreaView <NSObject>
@property(nonatomic, readonly) NSView *viewToInstallScrol... | 22.2 | 90 | 0.744745 |
5906e09631d9492e8521641a6f4d4129ede06b8b | 627 | h | C | sdk/WeexSDK/Sources/Bridge/WXComponentMethod.h | kissnger/MSWeexViewController | 009f77d41b86473e700e3638eddde6957f214b4f | [
"MIT"
] | 3 | 2020-08-30T07:03:44.000Z | 2021-08-06T07:52:40.000Z | contents/iOS/Weex/sdk/WeexSDK/Sources/Bridge/WXComponentMethod.h | carptainhao/Halfrost-Field | 1d2b44489f730c240092159e3c3c6c7b85aa1f56 | [
"CC-BY-4.0"
] | 22 | 2016-09-24T11:13:22.000Z | 2017-05-18T02:14:51.000Z | contents/iOS/Weex/sdk/WeexSDK/Sources/Bridge/WXComponentMethod.h | carptainhao/Halfrost-Field | 1d2b44489f730c240092159e3c3c6c7b85aa1f56 | [
"CC-BY-4.0"
] | 2 | 2017-02-13T06:09:19.000Z | 2017-03-07T07:39:59.000Z | /**
* Created by Weex.
* Copyright (c) 2016, Alibaba, Inc. All rights reserved.
*
* This source code is licensed under the Apache Licence 2.0.
* For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
*/
#import "WXBridgeMethod.h"
@class WXComponent;... | 28.5 | 121 | 0.660287 |
0dd5cdd45971840f6448c889c0218f9891dd2197 | 2,691 | h | C | src/C/libpqcrypto/crypto_sign/dilithium3/avx2/polyvec.h | GaloisInc/hacrypto | 5c99d7ac73360e9b05452ac9380c1c7dc6784849 | [
"BSD-3-Clause"
] | 34 | 2015-02-04T18:03:14.000Z | 2020-11-10T06:45:28.000Z | src/C/libpqcrypto/crypto_sign/dilithium3/ref/polyvec.h | GaloisInc/hacrypto | 5c99d7ac73360e9b05452ac9380c1c7dc6784849 | [
"BSD-3-Clause"
] | 5 | 2015-06-30T21:17:00.000Z | 2016-06-14T22:31:51.000Z | src/C/libpqcrypto/crypto_sign/dilithium4/avx2/polyvec.h | GaloisInc/hacrypto | 5c99d7ac73360e9b05452ac9380c1c7dc6784849 | [
"BSD-3-Clause"
] | 15 | 2015-10-29T14:21:58.000Z | 2022-01-19T07:33:14.000Z | #ifndef POLYVEC_H
#define POLYVEC_H
#include <stdint.h>
#include "params.h"
#include "poly.h"
/* Vectors of polynomials of length L */
typedef struct {
poly vec[L];
} polyvecl;
#define expand_mat DILITHIUM_NAMESPACE(expand_mat)
void expand_mat(polyvecl mat[K], const uint8_t rho[SEEDBYTES]);
#define polyvecl_freez... | 35.88 | 74 | 0.780751 |
d4c0154851b3911b40e17ae7a93a310d050a8f09 | 122,543 | h | C | bochs-cli/cpu/decoder/fetchdecode_opmap.h | emacslisp/cpp | 8230f81117d6f64adaa1696b0943cdb47505335a | [
"Apache-2.0"
] | null | null | null | bochs-cli/cpu/decoder/fetchdecode_opmap.h | emacslisp/cpp | 8230f81117d6f64adaa1696b0943cdb47505335a | [
"Apache-2.0"
] | null | null | null | bochs-cli/cpu/decoder/fetchdecode_opmap.h | emacslisp/cpp | 8230f81117d6f64adaa1696b0943cdb47505335a | [
"Apache-2.0"
] | null | null | null | /////////////////////////////////////////////////////////////////////////
// $Id: fetchdecode_opmap.h 13387 2017-12-13 18:44:13Z sshwarts $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2017 Stanislav Shwartsman
// Written by Stanislav Shwartsman [sshwarts at s... | 28.452055 | 93 | 0.611434 |
be07aa1acb8c1f8c6639a4d8291aa2b5b0de5611 | 1,039 | h | C | packets/play/CBChunkData.h | WorkingRobot/CMine | c4d8b3988487c7dc480b0f252cba1eab53555bb7 | [
"MIT"
] | 3 | 2021-05-20T15:21:39.000Z | 2021-06-23T18:08:41.000Z | packets/play/CBChunkData.h | WorkingRobot/CMine | c4d8b3988487c7dc480b0f252cba1eab53555bb7 | [
"MIT"
] | null | null | null | packets/play/CBChunkData.h | WorkingRobot/CMine | c4d8b3988487c7dc480b0f252cba1eab53555bb7 | [
"MIT"
] | 1 | 2021-05-27T08:54:54.000Z | 2021-05-27T08:54:54.000Z | #pragma once
#include "../types/SocketPrimitives.h"
struct CBChunkData {
static const int Id = 0x22;
SocketInt ChunkX;
SocketInt ChunkZ;
SocketBool FullChunk;
SocketVarInt Bitmask;
SocketNBT Heightmaps;
std::optional<std::vector<SocketInt>> Biomes;
SocketString Data; // byte array wit... | 29.685714 | 120 | 0.580366 |
8a103be6dbd0b7b2f80b58b6c82683c8581ab194 | 2,138 | c | C | criu/test/zdtm/static/tempfs.c | depaul-dice/provenance-to-use | e16e2824fbbe0b4e09cc50f0d2bcec3400bf4b87 | [
"BSD-3-Clause"
] | null | null | null | criu/test/zdtm/static/tempfs.c | depaul-dice/provenance-to-use | e16e2824fbbe0b4e09cc50f0d2bcec3400bf4b87 | [
"BSD-3-Clause"
] | null | null | null | criu/test/zdtm/static/tempfs.c | depaul-dice/provenance-to-use | e16e2824fbbe0b4e09cc50f0d2bcec3400bf4b87 | [
"BSD-3-Clause"
] | null | null | null | #include <stdbool.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <linux/limits.h>
#include "zdtmtst.h"
const char *test_doc = "Check tmpfs mount";
const char *test_author = "Pavel Emelianov <xemul@parallels.com>";
char *dirname;
TEST_OPTION(dirname... | 19.089286 | 71 | 0.635641 |
5c244a3a101b1a7c41c447a3e389630ee99faaa5 | 247 | c | C | libc/pthread/pthread_exit.c | MSathieu/OS | 7b91d9ebf2acbfeee09dd8736089c449b0a5746e | [
"Unlicense"
] | null | null | null | libc/pthread/pthread_exit.c | MSathieu/OS | 7b91d9ebf2acbfeee09dd8736089c449b0a5746e | [
"Unlicense"
] | null | null | null | libc/pthread/pthread_exit.c | MSathieu/OS | 7b91d9ebf2acbfeee09dd8736089c449b0a5746e | [
"Unlicense"
] | null | null | null | #include <__/rpmalloc.h>
#include <__/syscall.h>
#include <stdbool.h>
// TODO: Free thread
_Noreturn void pthread_exit(void* value) {
rpmalloc_thread_finalize(1);
_syscall(_SYSCALL_EXIT, (uintptr_t) value, 0, 0, 0, 0);
while (true) {
}
}
| 20.583333 | 57 | 0.692308 |
a80fb45537ffff871c6c0e6481dca8b9473dd76a | 1,158 | h | C | projects/compass/src/util/C-API/C-API.h | maurizioabba/rose | 7597292cf14da292bdb9a4ef573001b6c5b9b6c0 | [
"BSD-3-Clause"
] | 488 | 2015-01-09T08:54:48.000Z | 2022-03-30T07:15:46.000Z | projects/compass/src/util/C-API/C-API.h | sujankh/rose-matlab | 7435d4fa1941826c784ba97296c0ec55fa7d7c7e | [
"BSD-3-Clause"
] | 174 | 2015-01-28T18:41:32.000Z | 2022-03-31T16:51:05.000Z | projects/compass/src/util/C-API/C-API.h | sujankh/rose-matlab | 7435d4fa1941826c784ba97296c0ec55fa7d7c7e | [
"BSD-3-Clause"
] | 146 | 2015-04-27T02:48:34.000Z | 2022-03-04T07:32:53.000Z | // -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*-
/**
* \file C-API.h
* \brief Declares utility functions for describing a C-based API.
*/
#if !defined (INC_C_API_H)
#define INC_C_API_H //!< C-API.h included.
#include <map>
#include <string>
#include <istream>
#include <C-API/SigBase.h>
#include <C... | 24.638298 | 80 | 0.634715 |
69d34b279866757875e42b5eb200388e86c5ea3f | 562 | h | C | src/lib/Core/Utils.h | vinhig/selfmake | 5159b532aff3744f655c7374f0c18b334b4f5070 | [
"MIT"
] | 11 | 2021-04-19T14:48:09.000Z | 2022-03-11T18:52:06.000Z | src/lib/Core/Utils.h | vinhig/selfmake | 5159b532aff3744f655c7374f0c18b334b4f5070 | [
"MIT"
] | 1 | 2022-03-10T00:01:29.000Z | 2022-03-10T00:08:28.000Z | src/lib/Core/Utils.h | vinhig/selfmake | 5159b532aff3744f655c7374f0c18b334b4f5070 | [
"MIT"
] | 3 | 2021-09-20T10:28:20.000Z | 2021-12-26T19:48:00.000Z | #ifndef SM_UTILS_H
#define SM_UTILS_H
#ifndef DOXYGEN_SHOULD_SKIP_THIS
/**
* selfmake - Script Language
* Copyright (C) 2021 The selfmake Authors
* Published under MIT
*/
#include "../Common/Result.h"
#include "../Common/Types.h"
#include <stddef.h>
#endif
/** @addtogroup selfmakeFunctions
* @{
*/
con... | 13.707317 | 42 | 0.629893 |
6db596e0d78519eb954df9e95b8042c0e06d9511 | 1,239 | h | C | include/drivers/arm/cryptocell/secureboot_base_func.h | prashanthkk/imx-atf | e57efc67daf604d7ecd5b89cbfdc5df37472562f | [
"BSD-3-Clause"
] | 1,408 | 2015-01-26T17:15:15.000Z | 2022-03-31T12:54:11.000Z | include/drivers/arm/cryptocell/secureboot_base_func.h | prashanthkk/imx-atf | e57efc67daf604d7ecd5b89cbfdc5df37472562f | [
"BSD-3-Clause"
] | 1,177 | 2015-01-07T12:55:46.000Z | 2022-01-19T10:49:12.000Z | include/drivers/arm/cryptocell/secureboot_base_func.h | prashanthkk/imx-atf | e57efc67daf604d7ecd5b89cbfdc5df37472562f | [
"BSD-3-Clause"
] | 959 | 2015-01-08T09:12:45.000Z | 2022-03-28T03:07:50.000Z | /*
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _SECURE_BOOT_BASE_FUNC_H
#define _SECURE_BOOT_BASE_FUNC_H
#ifdef __cplusplus
extern "C"
{
#endif
#include "cc_pal_types.h"
#include "secureboot_gen_defs.h"
/*-----------------------... | 24.78 | 79 | 0.688458 |
ef217af2aee4d822e18e22501d370d74f6197fd6 | 19,173 | c | C | src/main.c | rahscs/sct | f5ad273fe1da8f42c4eff68b647c2fedea83e83b | [
"Unlicense"
] | null | null | null | src/main.c | rahscs/sct | f5ad273fe1da8f42c4eff68b647c2fedea83e83b | [
"Unlicense"
] | null | null | null | src/main.c | rahscs/sct | f5ad273fe1da8f42c4eff68b647c2fedea83e83b | [
"Unlicense"
] | null | null | null | /**
* SCT Sciences Creamy Text Editor(c) 2016 Jeron Lau RAHS Computer Science Club.
* LICENSED UNDER THE UNLICENSE
**/
#include <stdio.h> // For using printf()
#include <string.h> // For using strlen()
#include <stdlib.h> // For exit()
#include "sct.h"
#define UNTITLED "UN-TITLED"
#define KEYWORD_COUNT 55
typede... | 26.966245 | 85 | 0.599854 |
d4520924973ef1dfab40fab8046c24b4aa0b5b5b | 6,553 | c | C | bsp/upd70f3454/drivers/uart.c | BreederBai/rt-thread | 53ed0314982556dfa9c5db75d4f3e02485d16ab5 | [
"Apache-2.0"
] | 7,482 | 2015-01-01T09:23:08.000Z | 2022-03-31T19:34:05.000Z | bsp/upd70f3454/drivers/uart.c | ArdaFu/rt-thread | eebb2561ec166e0016187c7b7998ada4f8212b3a | [
"Apache-2.0"
] | 2,543 | 2015-01-09T02:01:34.000Z | 2022-03-31T23:10:14.000Z | bsp/upd70f3454/drivers/uart.c | ArdaFu/rt-thread | eebb2561ec166e0016187c7b7998ada4f8212b3a | [
"Apache-2.0"
] | 4,645 | 2015-01-06T07:05:31.000Z | 2022-03-31T18:21:50.000Z | /*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2010-03-08 Bernard The first version for LPC17xx
* 2010-06-29 lgnq Modified for V850
*/
#include <rthw.h>
#include <rtthread.h... | 26.856557 | 118 | 0.575004 |
9867964acbc3dddd393b8636058069427eb49b43 | 7,121 | h | C | core/core_types.h | jeffpanici75/ryu | 5a6ce78918932bbd236bfa29112f11907d782655 | [
"MIT"
] | 35 | 2018-02-01T20:53:13.000Z | 2022-02-28T18:41:05.000Z | core/core_types.h | jeffpanici75/ryu | 5a6ce78918932bbd236bfa29112f11907d782655 | [
"MIT"
] | 7 | 2018-09-18T22:09:25.000Z | 2018-09-18T22:21:14.000Z | core/core_types.h | jeffpanici75/ryu | 5a6ce78918932bbd236bfa29112f11907d782655 | [
"MIT"
] | 5 | 2021-05-14T10:27:47.000Z | 2021-12-01T13:28:07.000Z | //
// Ryu
//
// Copyright (C) 2017 Jeff Panici
// All Rights Reserved.
//
#pragma once
#include <map>
#include <list>
#include <stack>
#include <functional>
#include <fmt/format.h>
#include <SDL_FontCache.h>
#include <boost/variant.hpp>
namespace ryu::core {
// --------------------
// id pool
// -------... | 23.736667 | 114 | 0.481253 |
377e19e7ed0bf92693e923770ecea860de9bfc3c | 4,046 | c | C | dynld/src/dynld.c | madd-games/glidix | 1510d9c3f159bee9d4aa942e715aedc78b7f827c | [
"BSD-2-Clause"
] | 98 | 2015-08-05T22:20:19.000Z | 2022-03-11T08:49:24.000Z | dynld/src/dynld.c | madd-games/glidix | 1510d9c3f159bee9d4aa942e715aedc78b7f827c | [
"BSD-2-Clause"
] | 5 | 2016-02-23T12:49:24.000Z | 2019-10-11T18:09:47.000Z | dynld/src/dynld.c | madd-games/glidix | 1510d9c3f159bee9d4aa942e715aedc78b7f827c | [
"BSD-2-Clause"
] | 11 | 2015-12-02T05:01:28.000Z | 2021-06-25T16:54:18.000Z | /*
Glidix dynamic linker
Copyright (c) 2014-2017, Madd Games.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
li... | 24.822086 | 90 | 0.683885 |
882e97ecdd5b94b30fa788a871bce8d69868c553 | 678 | h | C | include/Matrix2D.h | lothas/CodingPractice | 1a837c38c1d5ac897d93d3cb9c33347c663db2ac | [
"MIT"
] | null | null | null | include/Matrix2D.h | lothas/CodingPractice | 1a837c38c1d5ac897d93d3cb9c33347c663db2ac | [
"MIT"
] | null | null | null | include/Matrix2D.h | lothas/CodingPractice | 1a837c38c1d5ac897d93d3cb9c33347c663db2ac | [
"MIT"
] | null | null | null | #ifndef MATRIX2D_H
#define MATRIX2D_H
#include <iostream>
#include <cstring>
class Matrix2D
{
public:
Matrix2D(void) {};
Matrix2D(unsigned int m_rows, unsigned int m_cols, int init_val);
Matrix2D(const Matrix2D& obj);
virtual ~Matrix2D();
bool is_valid_pos(un... | 21.870968 | 92 | 0.600295 |
fd2767c7681d3897d09a197d601bfc8bd0942740 | 1,520 | h | C | Programs/TestBed/Sources/Tests/StaticTextTest.h | stinvi/dava.engine | 2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e | [
"BSD-3-Clause"
] | 26 | 2018-09-03T08:48:22.000Z | 2022-02-14T05:14:50.000Z | Programs/TestBed/Sources/Tests/StaticTextTest.h | ANHELL-blitz/dava.engine | ed83624326f000866e29166c7f4cccfed1bb41d4 | [
"BSD-3-Clause"
] | null | null | null | Programs/TestBed/Sources/Tests/StaticTextTest.h | ANHELL-blitz/dava.engine | ed83624326f000866e29166c7f4cccfed1bb41d4 | [
"BSD-3-Clause"
] | 45 | 2018-05-11T06:47:17.000Z | 2022-02-03T11:30:55.000Z | #ifndef __TEXT_ALIGH_TEST_H__
#define __TEXT_ALIGH_TEST_H__
#include "Infrastructure/BaseScreen.h"
class TestBed;
class StaticTextTest : public BaseScreen
{
public:
StaticTextTest(TestBed& app);
void LoadResources() override;
void UnloadResources() override;
void SetPreviewText(const DAVA::WideStrin... | 35.348837 | 151 | 0.750658 |
f76deecaeedfa5187251a85ba6386fdef4854261 | 296 | h | C | hellowebview/hellowebview/ViewController.h | skyujilong/ioswebview | 84f08ea23fc852cd6e3e93faa08e0e2a753922b4 | [
"MIT"
] | null | null | null | hellowebview/hellowebview/ViewController.h | skyujilong/ioswebview | 84f08ea23fc852cd6e3e93faa08e0e2a753922b4 | [
"MIT"
] | null | null | null | hellowebview/hellowebview/ViewController.h | skyujilong/ioswebview | 84f08ea23fc852cd6e3e93faa08e0e2a753922b4 | [
"MIT"
] | null | null | null | //
// ViewController.h
// hellowebview
//
// Created by jilong5 on 2017/11/1.
// Copyright © 2017年 jilong5. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController{
UIWebView *myWebView;
}
@property (nonatomic, retain) UIWebView *myWebView;
@end
| 15.578947 | 51 | 0.702703 |
5a194bfb2b20ef968e3730a4ef7f617e2a9945e7 | 1,593 | h | C | client/stt_dbus.h | tizenorg/platform.core.uifw.stt | 28c2636a98b4e42ced25e7c62185e3ed60aa07e4 | [
"Apache-2.0"
] | null | null | null | client/stt_dbus.h | tizenorg/platform.core.uifw.stt | 28c2636a98b4e42ced25e7c62185e3ed60aa07e4 | [
"Apache-2.0"
] | null | null | null | client/stt_dbus.h | tizenorg/platform.core.uifw.stt | 28c2636a98b4e42ced25e7c62185e3ed60aa07e4 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2011 Samsung Electronics Co., Ltd 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 ... | 28.446429 | 122 | 0.785311 |
eecb0f75e6dfe542457f6644b5925b114d7a00dc | 518 | h | C | App/Model/PPModel+DB.h | xphaijj/App | a0dfba40103cdf133837d6955d3c47d735fb0c81 | [
"MIT"
] | null | null | null | App/Model/PPModel+DB.h | xphaijj/App | a0dfba40103cdf133837d6955d3c47d735fb0c81 | [
"MIT"
] | null | null | null | App/Model/PPModel+DB.h | xphaijj/App | a0dfba40103cdf133837d6955d3c47d735fb0c81 | [
"MIT"
] | null | null | null | //
// PPModel+DB.h
//
// Created By 项普华 Version: 2.0
// Copyright (C) 2019/11/04 By AlexXiang All rights reserved.
// email:// xiangpuhua@126.com tel:// +86 13316987488
//
//
#import <FMDB/FMDB.h>
#import <YLT_BaseLib/YLT_BaseLib.h>
#import "PPModel.h"
//数据库操作完成回调
typedef void(^YLT_DBComplete)(id response);
@... | 9.773585 | 63 | 0.642857 |
f6f70e490ef94b1a1b1870af46f010e108e1b1d8 | 303 | h | C | src/include/crypt.h | krzem5/C-Kl_Compiler | 3f4338230e68d99499889b29fbf4fe1e07380bce | [
"BSD-3-Clause"
] | null | null | null | src/include/crypt.h | krzem5/C-Kl_Compiler | 3f4338230e68d99499889b29fbf4fe1e07380bce | [
"BSD-3-Clause"
] | null | null | null | src/include/crypt.h | krzem5/C-Kl_Compiler | 3f4338230e68d99499889b29fbf4fe1e07380bce | [
"BSD-3-Clause"
] | null | null | null | #ifndef CRYPT_H
#define CRYPT_H
#include <shared.h>
struct SHA256 KlCrypt_init_sha256(void);
void KlCrypt_update_sha256(struct SHA256 sha,unsigned char* s,size_t ln);
uint256_t KlCrypt_finalize_sha256(struct SHA256 sha);
uint256_t KlCrypt_quick_sha256(unsigned char* s,size_t ln);
#endif
| 12.625 | 73 | 0.785479 |
671987a59d49751f975c0d09918e568fb46a984e | 2,945 | c | C | example/demo.c | quanshousio/CompilerInterrupts | 67e72514a90c76c7106e4202001003b9ef359a5e | [
"MIT"
] | null | null | null | example/demo.c | quanshousio/CompilerInterrupts | 67e72514a90c76c7106e4202001003b9ef359a5e | [
"MIT"
] | null | null | null | example/demo.c | quanshousio/CompilerInterrupts | 67e72514a90c76c7106e4202001003b9ef359a5e | [
"MIT"
] | null | null | null | #include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include "ci_lib.h"
#define BASE_VAL 10000
#define MAX_THREADS 64
// define this flag to check ci_enable functionality
// #define CHECK_ENABLE
// define this flag to check de-register functionality
// #define CHECK_DEREGISTER
/* the handler should only be... | 26.061947 | 80 | 0.656706 |
6793046957047f71d71856e5361c52c133ffead2 | 2,264 | h | C | bs_bos_core/include/member_accessor.h | bs-eagle/bs-eagle | b1017a4f6ac2dcafba2deafec84052ddde792671 | [
"BSD-3-Clause"
] | 7 | 2015-07-16T22:30:36.000Z | 2020-02-06T10:16:42.000Z | bs_bos_core/include/member_accessor.h | bs-eagle/bs-eagle | b1017a4f6ac2dcafba2deafec84052ddde792671 | [
"BSD-3-Clause"
] | null | null | null | bs_bos_core/include/member_accessor.h | bs-eagle/bs-eagle | b1017a4f6ac2dcafba2deafec84052ddde792671 | [
"BSD-3-Clause"
] | 3 | 2017-01-05T20:06:28.000Z | 2021-12-20T16:19:10.000Z | /**
* \file member_accessor.h
* \brief Helpers to adapt vector of calc_model_data to save via
* tools::save_seq_vector, only for debug purposes
* \author Sergey Miryanov (sergey-miryanov), sergey.miryanov@gmail.com
* \date 31.10.2008
* \copyright This source code is release... | 29.789474 | 120 | 0.548587 |
c69b279ef9af3138c15be7be094894c696d5db88 | 4,211 | h | C | captcha/include/tencentcloud/captcha/v20190722/model/CaptchaOperDataTryTimesUnit.h | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | captcha/include/tencentcloud/captcha/v20190722/model/CaptchaOperDataTryTimesUnit.h | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | captcha/include/tencentcloud/captcha/v20190722/model/CaptchaOperDataTryTimesUnit.h | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | 28 | 2019-07-12T09:06:22.000Z | 2022-03-30T08:04:18.000Z | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | 32.392308 | 116 | 0.49252 |
1bf4d257d73f422bb831cee58a18758b2a05cf83 | 20,396 | c | C | common/http_ev.c | crosstocci/postage | 7ac080c4cb3cb939427a4368b5c5b9fe57f77a9a | [
"Apache-2.0"
] | 2 | 2017-05-27T19:44:19.000Z | 2020-05-27T01:33:46.000Z | common/http_ev.c | crosstocci/postage | 7ac080c4cb3cb939427a4368b5c5b9fe57f77a9a | [
"Apache-2.0"
] | null | null | null | common/http_ev.c | crosstocci/postage | 7ac080c4cb3cb939427a4368b5c5b9fe57f77a9a | [
"Apache-2.0"
] | 1 | 2020-05-27T01:33:50.000Z | 2020-05-27T01:33:50.000Z | #include "http_ev.h"
#ifndef _WIN32
#else
#ifndef EV_SELECT_IS_WINSOCKET
#define EV_SELECT_IS_WINSOCKET 1
#endif
#endif
#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1)
typedef ev_watcher *W;
typedef ev_watcher_list *WL;
typedef ev_watcher_time *WT;
// a heap element
typedef struct {
ev_tstamp at;
WT w;
} ANHE;
// file d... | 37.981378 | 158 | 0.699647 |
1bfe6dd08071845a4a2cbf79c7323f076bc044b3 | 93 | c | C | tests/postests/global_reflexivity.c | ucsd-progsys/csolve-bak | 89cfeb5403e617f45ece4bae9f88f8e6cd7ca934 | [
"BSD-3-Clause"
] | null | null | null | tests/postests/global_reflexivity.c | ucsd-progsys/csolve-bak | 89cfeb5403e617f45ece4bae9f88f8e6cd7ca934 | [
"BSD-3-Clause"
] | 1 | 2018-04-24T10:43:07.000Z | 2018-04-24T10:43:07.000Z | tests/postests/global_reflexivity.c | ucsd-progsys/csolve-bak | 89cfeb5403e617f45ece4bae9f88f8e6cd7ca934 | [
"BSD-3-Clause"
] | null | null | null | #include <csolve.h>
int x;
void main () {
x = nondet ();
csolve_assert (x == x);
}
| 10.333333 | 27 | 0.516129 |
bc91b49a06bca0ca2779c62f44401aa386e869bb | 126 | h | C | PayrollSystem/PayrollSystem/HoldMethod.h | sxxlearn2rock/Payroll | dedc3f892268cb56d9e9263cc7f1f8d8576ac546 | [
"Apache-2.0"
] | null | null | null | PayrollSystem/PayrollSystem/HoldMethod.h | sxxlearn2rock/Payroll | dedc3f892268cb56d9e9263cc7f1f8d8576ac546 | [
"Apache-2.0"
] | null | null | null | PayrollSystem/PayrollSystem/HoldMethod.h | sxxlearn2rock/Payroll | dedc3f892268cb56d9e9263cc7f1f8d8576ac546 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "PaymentMethod.h"
class HoldMethod : public PaymentMethod
{
public:
HoldMethod();
~HoldMethod();
};
| 11.454545 | 39 | 0.722222 |
51579d4a947a17b3d1098e1663b057e38214b3d4 | 439 | h | C | client2.h | manachyn/udt4-node-addon | 173220d2fd37b5671e96a2fe9eaa86731dc521ef | [
"MIT"
] | null | null | null | client2.h | manachyn/udt4-node-addon | 173220d2fd37b5671e96a2fe9eaa86731dc521ef | [
"MIT"
] | null | null | null | client2.h | manachyn/udt4-node-addon | 173220d2fd37b5671e96a2fe9eaa86731dc521ef | [
"MIT"
] | null | null | null | #include <node.h>
#include <nan.h>
namespace udt4 {
class Client : public node::ObjectWrap {
public:
static void Init(v8::Handle<v8::Object> exports);
Client ();
~Client ();
private:
static NAN_METHOD(New);
static NAN_METHOD(FireMetrics);
static NAN_METHOD(Connect);
... | 23.105263 | 55 | 0.630979 |
867c072427796d68ce131638eaa8de3acfda2ee0 | 293 | h | C | SobotKit/SobotKit/UI/cell/ZCRichTextChatCell.h | ZCSDK/Sobot_iOS_SDK_Source | f9015e54283ba9ed5186deadb1e2e4d89df91e4a | [
"MIT"
] | 1 | 2018-08-23T11:30:21.000Z | 2018-08-23T11:30:21.000Z | SobotKit/SobotKit/UI/cell/ZCRichTextChatCell.h | ZCSDK/Sobot_iOS_SDK_Source | f9015e54283ba9ed5186deadb1e2e4d89df91e4a | [
"MIT"
] | 1 | 2019-10-15T08:23:54.000Z | 2019-10-15T08:23:54.000Z | SobotKit/SobotKit/UI/cell/ZCRichTextChatCell.h | ZCSDK/Sobot_iOS_SDK_Source | f9015e54283ba9ed5186deadb1e2e4d89df91e4a | [
"MIT"
] | null | null | null | //
// ZCTextChatCell.h
// SobotApp
//
// Created by 张新耀 on 15/9/15.
// Copyright (c) 2015年 com.sobot.chat. All rights reserved.
//
#import "ZCChatBaseCell.h"
#import "ZCMLEmojiLabel.h"
/**
* 富媒体cell
* 图片放大 电话链接 cell大小根据内容自适应
*/
@interface ZCRichTextChatCell : ZCChatBaseCell
@end
| 14.65 | 60 | 0.682594 |
220948abe5e281e0aac3712422b725097bc4c521 | 4,923 | h | C | Shared/Utility/include/TextConversionTables.h | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | 4 | 2015-08-17T20:12:22.000Z | 2020-05-30T19:53:26.000Z | Shared/Utility/include/TextConversionTables.h | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | null | null | null | Shared/Utility/include/TextConversionTables.h | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 1999 - 2010, Vodafone Group Services 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:
* Redistributions of source code must retain the above copyright notice, this list of condit... | 40.02439 | 755 | 0.678448 |
618e7882c4b3083a4b51375f9196fa922bbf79ec | 2,879 | h | C | source/gameengine/Ketsji/KX_BlenderMaterial.h | lordloki/upbge | 18d0f5419cc1338ecf739362afef56bd96b42cfb | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2022-01-11T10:02:21.000Z | 2022-01-11T10:02:21.000Z | source/gameengine/Ketsji/KX_BlenderMaterial.h | lordloki/upbge | 18d0f5419cc1338ecf739362afef56bd96b42cfb | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | source/gameengine/Ketsji/KX_BlenderMaterial.h | lordloki/upbge | 18d0f5419cc1338ecf739362afef56bd96b42cfb | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null |
/** \file KX_BlenderMaterial.h
* \ingroup ketsji
*/
#pragma once
#include "BL_Texture.h"
#include "EXP_Value.h"
#include "MT_Vector3.h"
#include "MT_Vector4.h"
#include "RAS_IPolygonMaterial.h"
class SCA_IScene;
class KX_Scene;
class RAS_Rasterizer;
class KX_MaterialShader;
struct Material;
struct GPUMaterial;
... | 27.160377 | 96 | 0.626259 |
c324c2fc05f55f9349e9a39464e2d331f34b9c2f | 2,701 | h | C | src/prod/src/Reliability/LoadBalancing/ScaleoutCountConstraint.h | AnthonyM/service-fabric | c396ea918714ea52eab9c94fd62e018cc2e09a68 | [
"MIT"
] | 2,542 | 2018-03-14T21:56:12.000Z | 2019-05-06T01:18:20.000Z | src/prod/src/Reliability/LoadBalancing/ScaleoutCountConstraint.h | AnthonyM/service-fabric | c396ea918714ea52eab9c94fd62e018cc2e09a68 | [
"MIT"
] | 994 | 2019-05-07T02:39:30.000Z | 2022-03-31T13:23:04.000Z | src/prod/src/Reliability/LoadBalancing/ScaleoutCountConstraint.h | AnthonyM/service-fabric | c396ea918714ea52eab9c94fd62e018cc2e09a68 | [
"MIT"
] | 300 | 2018-03-14T21:57:17.000Z | 2019-05-06T20:07:00.000Z | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
#include "IConstr... | 37 | 131 | 0.594224 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.