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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e29cb2e64a68996e0cdcd87c591546f745db20fe | 3,333 | h | C | rtp_rtcp/RtcRtpsource/rtp_format_h264.h | jjzhang166/KKPlayer2 | 6af2e2e0f7bfba88b30df250c60211368a08dd84 | [
"MIT"
] | 2 | 2018-08-10T03:10:47.000Z | 2020-06-02T23:30:23.000Z | rtp_rtcp/RtcRtpsource/rtp_format_h264.h | jjzhang166/KKPlayer | b963cb9e2474cff94de1cec41994428fdbe1a0f5 | [
"MIT"
] | null | null | null | rtp_rtcp/RtcRtpsource/rtp_format_h264.h | jjzhang166/KKPlayer | b963cb9e2474cff94de1cec41994428fdbe1a0f5 | [
"MIT"
] | 5 | 2017-09-29T04:02:20.000Z | 2022-03-18T01:08:05.000Z | /*
* Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 32.048077 | 80 | 0.716772 |
5b0a3e4b5320298adee22fb573569452cba7355a | 690 | h | C | DeviceMatrix.h | achintya-kumar/Decentralized-State-Estimation-using-Nvidia-CUDA | 78648c61538b0b059df539ac29b8516aa4bc20b2 | [
"Apache-2.0"
] | null | null | null | DeviceMatrix.h | achintya-kumar/Decentralized-State-Estimation-using-Nvidia-CUDA | 78648c61538b0b059df539ac29b8516aa4bc20b2 | [
"Apache-2.0"
] | null | null | null | DeviceMatrix.h | achintya-kumar/Decentralized-State-Estimation-using-Nvidia-CUDA | 78648c61538b0b059df539ac29b8516aa4bc20b2 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <iterator>
#include <iostream>
#include <fstream>
#include <sstream>
// 5 possible types of matrices. Currently in use are Double and ComplexZ. Both are Double precision Floating Point and Complex Numbers
// Int was later introduced for storage of index-matrices.
enum Dtype { Int, Float, Double, ... | 25.555556 | 135 | 0.763768 |
8552d2482b8c13c6f9e777f67a517cbf946996d9 | 180 | h | C | convbuf.h | aiquie/base64io | 2cf5e93e58f3d42ece6cac6dc8c1dd2909dd99dd | [
"MIT"
] | null | null | null | convbuf.h | aiquie/base64io | 2cf5e93e58f3d42ece6cac6dc8c1dd2909dd99dd | [
"MIT"
] | null | null | null | convbuf.h | aiquie/base64io | 2cf5e93e58f3d42ece6cac6dc8c1dd2909dd99dd | [
"MIT"
] | null | null | null | #ifndef CONVBUF_H
#define CONVBUF_H
struct convbuf {
char * p;
int sz;
};
extern struct convbuf const encbuf;
extern struct convbuf const decbuf;
#endif // CONVBUF_H
| 12.857143 | 35 | 0.705556 |
8bce107be4e53cb0940d70913649b4097ef3cef6 | 9,864 | c | C | M051SeriesBSP/SampleCode/Driver/FMC/main.c | lazhartel/tinythread | a43be5c9047470375aae8d140b604aaea162b4ad | [
"MIT"
] | 14 | 2015-08-20T14:10:57.000Z | 2021-07-08T10:17:50.000Z | M051SeriesBSP/SampleCode/Driver/FMC/main.c | lazhartel/tinythread | a43be5c9047470375aae8d140b604aaea162b4ad | [
"MIT"
] | null | null | null | M051SeriesBSP/SampleCode/Driver/FMC/main.c | lazhartel/tinythread | a43be5c9047470375aae8d140b604aaea162b4ad | [
"MIT"
] | 5 | 2015-03-27T01:53:46.000Z | 2021-11-08T06:35:55.000Z | /**************************************************************************//**
* @file Smpl_DrvFMC.c
* @version V2.00
* $Revision: 4 $
* $Date: 12/04/23 7:41p $
* @brief M051 Series Flash Memory Controller Driver Sample Code
*
* @note
* Copyright (C) 2011 Nuvoton Technology Corp. All rights re... | 31.615385 | 118 | 0.452149 |
8f78d86e6ff5d6f03b2ec495c87a3c7ede141c31 | 8,402 | c | C | arch/arm/src/stm32/LWIP/lwip_app/lwip_comm/lwip_comm.c | MirrShad/NuttxSpace-nuttx | 1b220792c91c5a5ef3aa738caaaa56ecfd21122a | [
"Zlib"
] | null | null | null | arch/arm/src/stm32/LWIP/lwip_app/lwip_comm/lwip_comm.c | MirrShad/NuttxSpace-nuttx | 1b220792c91c5a5ef3aa738caaaa56ecfd21122a | [
"Zlib"
] | null | null | null | arch/arm/src/stm32/LWIP/lwip_app/lwip_comm/lwip_comm.c | MirrShad/NuttxSpace-nuttx | 1b220792c91c5a5ef3aa738caaaa56ecfd21122a | [
"Zlib"
] | 1 | 2021-05-03T09:34:24.000Z | 2021-05-03T09:34:24.000Z | #include "lwip_comm.h"
#include "netif/etharp.h"
#include "lwip/dhcp.h"
#include "lwip/mem.h"
#include "lwip/memp.h"
#include "lwip/init.h"
#include "ethernetif.h"
#include "lwip/timers.h"
#include "lwip/tcp_impl.h"
#include "lwip/ip_frag.h"
#include "lwip/tcpip.h"
#include <stdio.h>
#include "Console.h"
///////////... | 29.377622 | 175 | 0.653178 |
df20678520a47a10fdbe8eca5c1eb1578bf457d7 | 1,864 | h | C | gen_nxsscriptcontrol/resource.h | saivert/winamp-plugins | 5dae16e80bb63e3de258b4279c444bf2434de564 | [
"MIT"
] | 3 | 2019-06-14T12:03:23.000Z | 2022-02-12T18:15:38.000Z | gen_nxsscriptcontrol/resource.h | saivert/winamp-plugins | 5dae16e80bb63e3de258b4279c444bf2434de564 | [
"MIT"
] | null | null | null | gen_nxsscriptcontrol/resource.h | saivert/winamp-plugins | 5dae16e80bb63e3de258b4279c444bf2434de564 | [
"MIT"
] | null | null | null | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by gen_nxsscriptcontrol.rc
//
#define IDS_EXECUTE 1
#define IDS_HALT 2
#define IDS_EXAMPLE1 3
#define IDS_TIPABOUTPAGE 4
#define IDS_TIPSCRIPTPAGE ... | 38.833333 | 54 | 0.539163 |
0e762bf53f772ea1a8433b5142ecd1e7b11b2a14 | 2,704 | h | C | build/qCC/ui_sensorComputeDistancesDlg.h | ohanlonl/qCMAT | f6ca04fa7c171629f094ee886364c46ff8b27c0b | [
"BSD-Source-Code"
] | null | null | null | build/qCC/ui_sensorComputeDistancesDlg.h | ohanlonl/qCMAT | f6ca04fa7c171629f094ee886364c46ff8b27c0b | [
"BSD-Source-Code"
] | null | null | null | build/qCC/ui_sensorComputeDistancesDlg.h | ohanlonl/qCMAT | f6ca04fa7c171629f094ee886364c46ff8b27c0b | [
"BSD-Source-Code"
] | 1 | 2019-02-03T12:19:42.000Z | 2019-02-03T12:19:42.000Z | /********************************************************************************
** Form generated from reading UI file 'sensorComputeDistancesDlg.ui'
**
** Created by: Qt User Interface Compiler version 5.11.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
******************... | 38.628571 | 142 | 0.697115 |
b8a5a01c878544c922838e80ec9f6da0d07bd678 | 16,567 | h | C | MVMFirmwareUnitTests/mvm_fw_unit_test_config.h | fmselab/mvm-firmware | e11af30e47749e3b2505892172878e89f396b986 | [
"Apache-2.0"
] | 1 | 2021-02-13T14:11:22.000Z | 2021-02-13T14:11:22.000Z | MVMFirmwareUnitTests/mvm_fw_unit_test_config.h | fmselab/mvm-firmware | e11af30e47749e3b2505892172878e89f396b986 | [
"Apache-2.0"
] | 1 | 2020-05-04T22:46:32.000Z | 2020-05-05T07:21:26.000Z | MVMFirmwareUnitTests/mvm_fw_unit_test_config.h | fmselab/mvm-firmware | e11af30e47749e3b2505892172878e89f396b986 | [
"Apache-2.0"
] | 1 | 2020-05-09T15:25:07.000Z | 2020-05-09T15:25:07.000Z | //
// File: mvm_fw_unit_test_config.h
//
// Author: Francesco Prelz (Francesco.Prelz@mi.infn.it)
//
// Revision history:
// 24-Apr-2020 Initial version.
// 29-Apr-2020 Timeline of text commands added.
// 18-May-2020 Added possibility to include other config files.
//
// Description:
// Moved here the methods to access ... | 28.319658 | 92 | 0.590391 |
8ff1e5c57f04f0742171a9506499794cf5a07f8d | 250 | c | C | src/pbhelper/pbhelper_DrawCylinder.c | D-a-n-i-l-o/raylib-purebasic | ef8cafa7be2fab4a742ab8bc4ec4e33d2d4e7cac | [
"Zlib"
] | 15 | 2020-05-07T16:55:13.000Z | 2022-03-06T10:52:54.000Z | src/pbhelper/pbhelper_DrawCylinder.c | D-a-n-i-l-o/raylib-purebasic | ef8cafa7be2fab4a742ab8bc4ec4e33d2d4e7cac | [
"Zlib"
] | null | null | null | src/pbhelper/pbhelper_DrawCylinder.c | D-a-n-i-l-o/raylib-purebasic | ef8cafa7be2fab4a742ab8bc4ec4e33d2d4e7cac | [
"Zlib"
] | 2 | 2020-05-07T09:43:17.000Z | 2021-09-24T03:19:31.000Z | #include "raylib_pb_helper.h"
void pbhelper_DrawCylinder(Vector3* position, float radiusTop, float radiusBottom, float height, int slices, Color color) {
if( position ) DrawCylinder(*position, radiusTop, radiusBottom, height, slices, color);
}
| 41.666667 | 123 | 0.772 |
dee830e12324b517da042022574950b37e7fb5fe | 321 | h | C | src/c99/gfx.h | kochol/ari2 | ca185191531acc1954cd4acfec2137e32fdb5c2d | [
"MIT"
] | null | null | null | src/c99/gfx.h | kochol/ari2 | ca185191531acc1954cd4acfec2137e32fdb5c2d | [
"MIT"
] | null | null | null | src/c99/gfx.h | kochol/ari2 | ca185191531acc1954cd4acfec2137e32fdb5c2d | [
"MIT"
] | null | null | null | #ifndef ARI_GFX_H
#define ARI_GFX_H
#include "macros.h"
#include "core.h"
// Texture
CARI_HANDLE(TextureHandle)
CARI_API bool IsValidTexture(uint32_t& _handle);
CARI_API TextureHandle LoadTexture(char* _path);
// SubMesh
CARI_HANDLE(SubMeshHandle)
CARI_API bool IsValidSubMesh(uint32_t& _handle);
#endif // ARI_GFX_H... | 18.882353 | 48 | 0.794393 |
729f14088f0af797211c037b765fbaa6d96ffe68 | 399 | c | C | PartTwo/col08/q8_7_11a.c | sujimodern/Programming-Pearls | 354c6d4e3b7149b1b0fdac442610b7d3776f1131 | [
"MIT"
] | null | null | null | PartTwo/col08/q8_7_11a.c | sujimodern/Programming-Pearls | 354c6d4e3b7149b1b0fdac442610b7d3776f1131 | [
"MIT"
] | null | null | null | PartTwo/col08/q8_7_11a.c | sujimodern/Programming-Pearls | 354c6d4e3b7149b1b0fdac442610b7d3776f1131 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
enum { num_tolls = 7 };
int main(int argc, char* argv[argc+1]) {
size_t tolls[num_tolls] = {500, 300, 120, 600, 750, 250, 80};
size_t begin = 1;
size_t end = 6;
size_t total = 0;
for (size_t i = 0; i < num_tolls; ++i) {
if (begin <= i && i <= end) {
total +=... | 21 | 63 | 0.558897 |
6971c84c4f9ccf96a435f76b8e2af3573f51f229 | 122 | h | C | include/lspe/contact.h | ZYMelaii/LSP-Engine | 675ce5340152e23d9f23c857c99027cd733ef575 | [
"MIT"
] | 1 | 2021-09-23T09:25:32.000Z | 2021-09-23T09:25:32.000Z | include/lspe/contact.h | ZYMelaii/LSP-Engine | 675ce5340152e23d9f23c857c99027cd733ef575 | [
"MIT"
] | null | null | null | include/lspe/contact.h | ZYMelaii/LSP-Engine | 675ce5340152e23d9f23c857c99027cd733ef575 | [
"MIT"
] | null | null | null | #pragma once
namespace lspe
{
class ContactInfo
{
public:
ContactInfo();
~ContactInfo();
protected:
private:
};
}
| 6.421053 | 17 | 0.680328 |
e65c60bd165c07f095882f24a823e50725c23faf | 630 | h | C | Turn Touch Mac/Modes/Nest/TTModeNestSetTempOptions.h | samuelclay/turntouch-app | da23df56bdf27e7c665313dcbc39adc10794f916 | [
"MIT"
] | 13 | 2019-01-06T15:38:06.000Z | 2021-12-07T12:39:54.000Z | Turn Touch Mac/Modes/Nest/TTModeNestSetTempOptions.h | samuelclay/turntouch-app | da23df56bdf27e7c665313dcbc39adc10794f916 | [
"MIT"
] | 16 | 2019-04-24T17:32:58.000Z | 2021-02-22T22:20:43.000Z | Turn Touch Mac/Modes/Nest/TTModeNestSetTempOptions.h | samuelclay/turntouch-app | da23df56bdf27e7c665313dcbc39adc10794f916 | [
"MIT"
] | 4 | 2019-01-04T22:48:39.000Z | 2021-02-27T17:56:58.000Z | //
// TTModeNestSetTemperatureOptions.h
// Turn Touch Remote
//
// Created by Samuel Clay on 1/19/16.
// Copyright © 2016 Turn Touch. All rights reserved.
//
#import "TTOptionsDetailViewController.h"
@interface TTModeNestSetTempOptions : TTOptionsDetailViewController
@property (nonatomic) IBOutlet NSPopUpButton ... | 28.636364 | 68 | 0.796825 |
0a667b20597e60f733d15281912397cbcd40e460 | 983 | c | C | Examene/1c2019/1/2(strings).c | RiedelNicolas/Final-Taller-7542-CursoVeiga | 05fc8a2acc7de2db622111cb9398a44efe074742 | [
"MIT"
] | null | null | null | Examene/1c2019/1/2(strings).c | RiedelNicolas/Final-Taller-7542-CursoVeiga | 05fc8a2acc7de2db622111cb9398a44efe074742 | [
"MIT"
] | null | null | null | Examene/1c2019/1/2(strings).c | RiedelNicolas/Final-Taller-7542-CursoVeiga | 05fc8a2acc7de2db622111cb9398a44efe074742 | [
"MIT"
] | null | null | null | /*Escriba una función ISO C llamada Replicar que reciba 1 cadena (S), dos índices (I1 e I2)
y una cantidad (Q). La función debe retornar una copia de S salvo los caracteres
que se encuentran entre los índices I1 e I2 que serán duplicados Q veces.
Ej. replicar(“Hola”, 1, 2, 3) retorna “Hololola”.
*/
#include <stdio... | 31.709677 | 91 | 0.513733 |
f8a47f43a07a6171e5c5fd5c35e594da673b9345 | 252 | h | C | src/address_interpreter.h | YVEF/CLRPEPatcher | dc3fc848f2253a00c133b8644813b5b6d713f356 | [
"MIT"
] | 1 | 2021-02-08T14:06:03.000Z | 2021-02-08T14:06:03.000Z | src/address_interpreter.h | YVEF/CLRPEPatcher | dc3fc848f2253a00c133b8644813b5b6d713f356 | [
"MIT"
] | null | null | null | src/address_interpreter.h | YVEF/CLRPEPatcher | dc3fc848f2253a00c133b8644813b5b6d713f356 | [
"MIT"
] | null | null | null | #pragma once
#include <windows.h>
class address_interpreter
{
public:
static DWORD to_rva(const IMAGE_SECTION_HEADER* pSectionHeader, const DWORD& virt_addr);
static DWORD to_va(const IMAGE_SECTION_HEADER* section_header, const DWORD& rva);
}; | 28 | 92 | 0.785714 |
0a21e067afd6a00a3385bec23ce642109b462659 | 1,159 | h | C | MassiveCompute/Schedulers/EqualBlockScheduler.h | sssr33/Raytracer | b06dff8f81f7c0f5ead4dee0be4186a7bfe5cb44 | [
"MIT"
] | 2 | 2020-07-02T16:21:56.000Z | 2020-11-04T19:39:51.000Z | MassiveCompute/Schedulers/EqualBlockScheduler.h | sssr33/Raytracer | b06dff8f81f7c0f5ead4dee0be4186a7bfe5cb44 | [
"MIT"
] | null | null | null | MassiveCompute/Schedulers/EqualBlockScheduler.h | sssr33/Raytracer | b06dff8f81f7c0f5ead4dee0be4186a7bfe5cb44 | [
"MIT"
] | null | null | null | #pragma once
#include "../Image.h"
#include "../BaseFunctor.h"
#include <functional>
namespace MassiveCompute
{
class EqualBlockScheduler
{
public:
void operator()(Image& img, BaseFunctor functor);
private:
class ThreadFunctor
{
public:
ThreadFunctor(Image& img, BaseFunctor functor, size_t y, size_t h... | 29.717949 | 104 | 0.722174 |
92f628486deb13153c700f89d260f884672c0be3 | 167,333 | c | C | library/ssl_tls13_server.c | eembc/mbedtls | 32bb4a3fe388e46f6734b3056525561c77886437 | [
"Apache-2.0"
] | null | null | null | library/ssl_tls13_server.c | eembc/mbedtls | 32bb4a3fe388e46f6734b3056525561c77886437 | [
"Apache-2.0"
] | null | null | null | library/ssl_tls13_server.c | eembc/mbedtls | 32bb4a3fe388e46f6734b3056525561c77886437 | [
"Apache-2.0"
] | null | null | null | /*
* TLSv1.3 server-side functions
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* 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
... | 34.630174 | 233 | 0.593589 |
a1fe6590cd4406cfc9cdd19d1d94abfd358b39c5 | 1,602 | c | C | sources/utils.c | nicolasvienot/wolf-3d | 309311db408d32b2fd5cd6dd7aaf36d3ce762f9e | [
"MIT"
] | 5 | 2019-04-28T00:10:55.000Z | 2019-10-08T19:36:15.000Z | sources/utils.c | nicolasvienot/wolf3d | 309311db408d32b2fd5cd6dd7aaf36d3ce762f9e | [
"MIT"
] | null | null | null | sources/utils.c | nicolasvienot/wolf3d | 309311db408d32b2fd5cd6dd7aaf36d3ce762f9e | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* utils.c :+: :+: :+: ... | 23.217391 | 80 | 0.297129 |
8737b51f94e6b3ec6cc75b3e5e0281f7756fb29b | 819 | h | C | include/digipots.h | michaelansel/ns1nanosynth | 961aadc0cb50816b8a3de3673aa1589da5949730 | [
"Unlicense"
] | null | null | null | include/digipots.h | michaelansel/ns1nanosynth | 961aadc0cb50816b8a3de3673aa1589da5949730 | [
"Unlicense"
] | null | null | null | include/digipots.h | michaelansel/ns1nanosynth | 961aadc0cb50816b8a3de3673aa1589da5949730 | [
"Unlicense"
] | null | null | null | #include "main.h"
#ifdef USE_MOZZI_TWI
#include "twi_nonblock.h"
#else
#include "Wire.h" // i2c for digipots
#endif
// Main i2c address
#define MCP4451_I2C_ADDR 0b0101100 // 0b01011 + A0(0) + A1(0)
// 4-bit memory addresses
#define MCP4451_TCON0 0x4
#define MCP4451_TCON1 0xa
#define MCP4451_WIPER0 0x0
#define MCP445... | 24.818182 | 84 | 0.748474 |
f502e10a01f0d4c036856b4683c20651d2b69a75 | 33,365 | c | C | src/extlib/kxnet.c | Kray-G/kinx | b2ef0e40fb49e9497f71eaa13fe5e456522fc37d | [
"MIT"
] | 241 | 2019-11-28T01:20:38.000Z | 2022-02-04T08:12:22.000Z | src/extlib/kxnet.c | Kray-G/kinx | b2ef0e40fb49e9497f71eaa13fe5e456522fc37d | [
"MIT"
] | 89 | 2020-01-26T02:48:15.000Z | 2022-01-06T01:58:17.000Z | src/extlib/kxnet.c | Kray-G/kinx | b2ef0e40fb49e9497f71eaa13fe5e456522fc37d | [
"MIT"
] | 15 | 2020-05-20T12:15:14.000Z | 2021-09-09T23:26:41.000Z | #if defined(_WIN32) || defined(_WIN64)
#include <winsock2.h>
#include <ws2tcpip.h>
#endif
#include <dbg.h>
#include <ctype.h>
#define KX_DLL
#include <kinx.h>
#include <kxthread.h>
#include <kxnet.h>
KX_DECL_MEM_ALLOCATORS();
#define CURL_STATICLIB
#include "libmodules/libs/libcurl/include/curl/curl.h"
static size_t... | 29.396476 | 139 | 0.596254 |
0b7803b6194ec44bf30febec9acd05e3662e5b7e | 1,254 | h | C | usr/libexec/gamed/GKFriendPlayerInternal.h | lechium/tvOS124Headers | 11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475 | [
"MIT"
] | 4 | 2019-08-27T18:03:47.000Z | 2021-09-18T06:29:00.000Z | usr/libexec/gamed/GKFriendPlayerInternal.h | lechium/tvOS124Headers | 11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475 | [
"MIT"
] | null | null | null | usr/libexec/gamed/GKFriendPlayerInternal.h | lechium/tvOS124Headers | 11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475 | [
"MIT"
] | null | null | null | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Jun 10 2020 10:03:13).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import "GKFamiliarPlayerInternal.h"
@class GKGameInternal, NSDate, NSString;
@interface GKFriendPlayerInternal : GKFamiliarPlayerInternal
{
... | 34.833333 | 120 | 0.750399 |
3cc5a4a1bb2d2400b5bd0de09b4c6dd510317656 | 872 | h | C | include/function/variable_instruction.h | giovgiac/cassio | b673c8fe082609057904befce9a099fa64077986 | [
"Apache-2.0"
] | null | null | null | include/function/variable_instruction.h | giovgiac/cassio | b673c8fe082609057904befce9a099fa64077986 | [
"Apache-2.0"
] | null | null | null | include/function/variable_instruction.h | giovgiac/cassio | b673c8fe082609057904befce9a099fa64077986 | [
"Apache-2.0"
] | null | null | null | /**
* @file variable_instruction.h
* @brief
*
* @copyright Copyright (c) 2018 All Rights Reserved.
*
*/
#ifndef FUNCTION_VARIABLE_INSTRUCTION_H_
#define FUNCTION_VARIABLE_INSTRUCTION_H_
#include <core/child.h>
#include <expressions/expression.h>
#include <function/instruction.h>
namespace cassio {
/**
* @enu... | 16.769231 | 74 | 0.722477 |
a71732aed016d24122a76343a994cf5c078372b7 | 343 | h | C | source/Utils/Timer.h | CoghettoR/gclc | b481b15d28ee66f995b73283e26c285ca8c4a821 | [
"MIT"
] | 21 | 2020-12-08T20:06:01.000Z | 2022-02-13T22:52:02.000Z | source/Utils/Timer.h | CoghettoR/gclc | b481b15d28ee66f995b73283e26c285ca8c4a821 | [
"MIT"
] | 9 | 2020-12-20T03:54:55.000Z | 2022-03-31T19:30:04.000Z | source/Utils/Timer.h | CoghettoR/gclc | b481b15d28ee66f995b73283e26c285ca8c4a821 | [
"MIT"
] | 5 | 2021-04-25T18:47:17.000Z | 2022-01-23T02:37:30.000Z | #if !defined(TIME_H)
#define TIME_H
#include "../Utils/Utils.h"
class CTimer {
public:
CTimer() {}
virtual ~CTimer() {}
void StartMeasuringTime();
double ElapsedTime();
#if defined(_PLATFORM_WIN_) || defined(_PLATFORM_LINUX_)
long int m_tStartTime;
#else
time_t m_t0;
#endif
};
#endi... | 15.590909 | 57 | 0.64723 |
717ba0b658288662d52185e9f5337e07ce68837a | 397 | h | C | Cheetah_mPaaSSDK/Frameworks/mPaas.framework/Headers/mPaas.h | hyissogood/Cheetah_mPaaSSDK | 30f6c22fa051ba702028b5bbc814baf957b53a26 | [
"MIT"
] | 232 | 2019-08-16T03:07:29.000Z | 2020-11-18T06:10:19.000Z | Cheetah_mPaaSSDK/Frameworks/mPaas.framework/Headers/mPaas.h | hyissogood/Cheetah_mPaaSSDK | 30f6c22fa051ba702028b5bbc814baf957b53a26 | [
"MIT"
] | 42 | 2019-08-20T11:44:51.000Z | 2020-11-06T00:37:15.000Z | mpaas_nebula_demo/mpaas_nebula_demo_ios/MPaaS/Frameworks/mPaas.framework/Headers/mPaas.h | alipay/mpaas-demo | 3efc4e383913a11d1bf231f63bb7be0c0decccdf | [
"Apache-2.0"
] | 41 | 2019-08-16T07:30:31.000Z | 2020-11-13T01:56:03.000Z | //
// mPaas.h
// mPaas
//
// Created by shenmo on 10/23/15.
// Copyright © 2015 Alibaba. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MPaaSInterface.h"
#import "APMPaaS.h"
#import "MobileFoundation.h"
#import "APMobileFoundation.h"
#import "MPJSONKit.h"
#import "DTDeviceInfo.h"
#import "MPUnification.... | 17.26087 | 50 | 0.70529 |
292a35f61fdcb64afd9837c9319a47ad324e6354 | 2,104 | h | C | src/objective-c/RxLibrary/GRXWriter+Immediate.h | txl0591/grpc | 8b732dc466fb8a567c1bca9dbb84554d29087395 | [
"Apache-2.0"
] | 117 | 2017-10-02T21:34:35.000Z | 2022-03-02T01:49:03.000Z | src/objective-c/RxLibrary/GRXWriter+Immediate.h | txl0591/grpc | 8b732dc466fb8a567c1bca9dbb84554d29087395 | [
"Apache-2.0"
] | 22 | 2016-10-15T06:34:17.000Z | 2018-04-10T14:16:13.000Z | Pods/gRPC-RxLibrary/src/objective-c/RxLibrary/GRXWriter+Immediate.h | touyou/GirlsHackShinokiChildren | 4e48e9656198ce29c57415faf56b4999139b8d67 | [
"MIT"
] | 54 | 2016-10-07T12:13:53.000Z | 2021-12-23T11:17:33.000Z | /*
*
* Copyright 2015 gRPC authors.
*
* 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 agree... | 32.875 | 99 | 0.746198 |
5d9384a87eb703b431837f35998a91c80b43301c | 9,655 | h | C | copasi/model/CProcessQueue.h | bmoreau/COPASI | d0bbec8947b1266ffd2b0ecf2566da7cf2c3e5ba | [
"Artistic-2.0"
] | null | null | null | copasi/model/CProcessQueue.h | bmoreau/COPASI | d0bbec8947b1266ffd2b0ecf2566da7cf2c3e5ba | [
"Artistic-2.0"
] | null | null | null | copasi/model/CProcessQueue.h | bmoreau/COPASI | d0bbec8947b1266ffd2b0ecf2566da7cf2c3e5ba | [
"Artistic-2.0"
] | null | null | null | // Copyright (C) 2010 - 2014 by Pedro Mendes, Virginia Tech Intellectual
// Properties, Inc., University of Heidelberg, and The University
// of Manchester.
// All rights reserved.
// Copyright (C) 2009 by Pedro Mendes, Virginia Tech Intellectual
// Properties, Inc., EML Research, gGmbH, University of Heidelberg,
// a... | 22.664319 | 113 | 0.636044 |
5dc85dce719220f47a7e8c4768cb34a6247912ca | 10,560 | h | C | okl4_kernel/okl4_2.1.1-patch.9/libs/b_plus_tree/include/b_plus_tree.h | CyberQueenMara/baseband-research | e1605537e10c37e161fff1a3416b908c9894f204 | [
"MIT"
] | 77 | 2018-12-31T22:12:09.000Z | 2021-12-31T22:56:13.000Z | okl4_kernel/okl4_2.1.1-patch.9/libs/b_plus_tree/include/b_plus_tree.h | CyberQueenMara/baseband-research | e1605537e10c37e161fff1a3416b908c9894f204 | [
"MIT"
] | null | null | null | okl4_kernel/okl4_2.1.1-patch.9/libs/b_plus_tree/include/b_plus_tree.h | CyberQueenMara/baseband-research | e1605537e10c37e161fff1a3416b908c9894f204 | [
"MIT"
] | 24 | 2019-01-20T15:51:52.000Z | 2021-12-25T18:29:13.000Z | /*
* Copyright (c) 1995-2004, University of New South Wales
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditio... | 45.517241 | 81 | 0.720076 |
42aaa083fb45eca4a69784732a717ec7663870b7 | 9,304 | c | C | Data structors in c/Binary Tree/basic AVL tree.c | ikaushikpal/C-practice | abab8a186eaf38b434811755833a32306cd47d64 | [
"MIT"
] | null | null | null | Data structors in c/Binary Tree/basic AVL tree.c | ikaushikpal/C-practice | abab8a186eaf38b434811755833a32306cd47d64 | [
"MIT"
] | null | null | null | Data structors in c/Binary Tree/basic AVL tree.c | ikaushikpal/C-practice | abab8a186eaf38b434811755833a32306cd47d64 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include "QueueSingly.h"
struct AVLnode
{
struct AVLnode *lchild;
int data;
int height;
struct AVLnode *rchild;
};
typedef struct AVLnode AVLnode;
AVLnode *createNode_AVL(int);
AVLnode *Rinsert_AVL(AVLnode *, int);
AVLnode *LLRotation_AVL(AVLnode *);
AVLnode *RRR... | 28.193939 | 107 | 0.586307 |
09939fd3103370e177d3119c1049985e6b69150b | 731 | h | C | src/memory-api/close_buffer.h | DataManagementLab/dpi_library | 79e55bdd5f82f64cfe4463df111c82ae877abb85 | [
"Apache-2.0"
] | 3 | 2019-01-28T10:43:39.000Z | 2019-04-03T21:06:05.000Z | src/memory-api/close_buffer.h | DataManagementLab/dpi_library | 79e55bdd5f82f64cfe4463df111c82ae877abb85 | [
"Apache-2.0"
] | null | null | null | src/memory-api/close_buffer.h | DataManagementLab/dpi_library | 79e55bdd5f82f64cfe4463df111c82ae877abb85 | [
"Apache-2.0"
] | 2 | 2019-01-15T12:49:27.000Z | 2019-12-06T00:36:06.000Z | /**
* @file close_buffer.h
* @author cbinnig, lthostrup, tziegler
* @date 2018-08-17
*/
#pragma once
#include <string>
#include "context.h"
#include "err_codes.h"
#include "../utils/Config.h"
/**
* @brief DPI_Close_buffer indicates that the calling client does not wish to send more data to the buffer. Buffer is... | 25.206897 | 166 | 0.70725 |
abe10b9f640b66d4b6c28314ca9c441899c49730 | 5,825 | c | C | physicalrobots/player/utils/playerv/pv_dev_sonar.c | parasol-ppl/PPL_utils | 92728bb89692fda1705a0dee436592d97922a6cb | [
"BSD-3-Clause"
] | null | null | null | physicalrobots/player/utils/playerv/pv_dev_sonar.c | parasol-ppl/PPL_utils | 92728bb89692fda1705a0dee436592d97922a6cb | [
"BSD-3-Clause"
] | null | null | null | physicalrobots/player/utils/playerv/pv_dev_sonar.c | parasol-ppl/PPL_utils | 92728bb89692fda1705a0dee436592d97922a6cb | [
"BSD-3-Clause"
] | null | null | null | /*
* PlayerViewer
* Copyright (C) Andrew Howard 2002
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
... | 27.093023 | 93 | 0.652704 |
8686a2435a1947449f495a69fdb8633381e89f23 | 4,282 | h | C | src/imlib/scroller.h | jwrdegoede/abuse | 77a34f69569815e73b95d99268fb7ba1cd64c17b | [
"WTFPL"
] | null | null | null | src/imlib/scroller.h | jwrdegoede/abuse | 77a34f69569815e73b95d99268fb7ba1cd64c17b | [
"WTFPL"
] | null | null | null | src/imlib/scroller.h | jwrdegoede/abuse | 77a34f69569815e73b95d99268fb7ba1cd64c17b | [
"WTFPL"
] | null | null | null | /*
* Abuse - dark 2D side-scrolling platform game
* Copyright (c) 1995 Crack dot Com
* Copyright (c) 2005-2011 Sam Hocevar <sam@hocevar.net>
*
* This software was released into the Public Domain. As with most public
* domain software, no warranty is made or implied by Crack dot Com, by
* Jonathan Clark, or... | 34.813008 | 101 | 0.694769 |
b68596012f4351025a33ddfb57175ed2a415395e | 285 | h | C | vitis_hls_examples/slxplugin_loopinterchange_demo/slxplugin/examples/dimension_reduction/reduce_2d_to_1d/code.h | viraphol/HLS | 9de82acd6a8797b54038484e2bdd5a51dc133318 | [
"Apache-2.0"
] | 295 | 2021-02-27T08:42:52.000Z | 2022-03-27T14:38:55.000Z | vitis_hls_examples/slxplugin_loopinterchange_demo/slxplugin/examples/dimension_reduction/reduce_2d_to_1d/code.h | viraphol/HLS | 9de82acd6a8797b54038484e2bdd5a51dc133318 | [
"Apache-2.0"
] | 5 | 2021-03-09T17:00:12.000Z | 2022-03-23T22:44:00.000Z | vitis_hls_examples/slxplugin_loopinterchange_demo/slxplugin/examples/dimension_reduction/reduce_2d_to_1d/code.h | viraphol/HLS | 9de82acd6a8797b54038484e2bdd5a51dc133318 | [
"Apache-2.0"
] | 42 | 2021-02-26T07:49:39.000Z | 2022-01-13T23:07:42.000Z | // Copyright (C) 2020, Silexica GmbH, Lichtstr. 25, Cologne, Germany
// All rights reserved
#ifndef _CODE_H_
#define _CODE_H_
typedef double IN_TYPE;
typedef double OUT_TYPE;
#define N 256
extern "C" {
void reduce_2d_to_1d(IN_TYPE data[N][N], OUT_TYPE acc[N]);
}
#endif // _CODE_H_
| 19 | 68 | 0.736842 |
22b2631cbd595609efdb2ee28cf1ddd9c41c0527 | 9,024 | h | C | MapSegmatation_5.2/mainwindow.h | JindingWang/- | 1bd5c803a2a03be9cd3a4a4b89dde6e9402dcdb1 | [
"Apache-2.0"
] | null | null | null | MapSegmatation_5.2/mainwindow.h | JindingWang/- | 1bd5c803a2a03be9cd3a4a4b89dde6e9402dcdb1 | [
"Apache-2.0"
] | null | null | null | MapSegmatation_5.2/mainwindow.h | JindingWang/- | 1bd5c803a2a03be9cd3a4a4b89dde6e9402dcdb1 | [
"Apache-2.0"
] | 1 | 2021-12-31T05:55:57.000Z | 2021-12-31T05:55:57.000Z | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QAction>
#include <QString>
#include <QLabel>
#include <QCheckBox>
#include <QEvent>
#include <vector>
#include <QLineEdit>
#include <QPushButton>
#include <QIntValidator>
#include <QDoubleValidator>
#include <queue>
#include <ut... | 30.486486 | 102 | 0.683289 |
79cc8d83bc590c9824c040e13dabc4ef8086c855 | 596 | h | C | dados.h | Joice-crypto/AEDS2 | 4d709c0c7eebafbd1b0a741d49c2e39377244143 | [
"MIT"
] | null | null | null | dados.h | Joice-crypto/AEDS2 | 4d709c0c7eebafbd1b0a741d49c2e39377244143 | [
"MIT"
] | null | null | null | dados.h | Joice-crypto/AEDS2 | 4d709c0c7eebafbd1b0a741d49c2e39377244143 | [
"MIT"
] | null | null | null | #ifndef DADOS_H
#define DADOS_H
#define max 50
#include "grafos.h"
#include <stdbool.h>
typedef struct TGrafo Grafo;
typedef struct TEvent
{ // evento que vai ficar no lugar do arquivo XML
char mystate;
char estado_vizinho;
char acao;
float prob; // probabilidade dele acontecer
int... | 23.84 | 89 | 0.706376 |
66cc3d3270d9e715631c4529e3bcf54b0c324371 | 5,106 | c | C | linux-3.4/modules/rogue_km/services/shared/devices/rgx/rgx_compat_bvnc.c | xregist/v3s-linux-sdk | a2b013e3959662d65650a13fc23ec1cd503865eb | [
"Apache-2.0"
] | null | null | null | linux-3.4/modules/rogue_km/services/shared/devices/rgx/rgx_compat_bvnc.c | xregist/v3s-linux-sdk | a2b013e3959662d65650a13fc23ec1cd503865eb | [
"Apache-2.0"
] | null | null | null | linux-3.4/modules/rogue_km/services/shared/devices/rgx/rgx_compat_bvnc.c | xregist/v3s-linux-sdk | a2b013e3959662d65650a13fc23ec1cd503865eb | [
"Apache-2.0"
] | 1 | 2020-01-31T10:27:07.000Z | 2020-01-31T10:27:07.000Z | /*************************************************************************/ /*!
@File
@Title Functions for BVNC manipulating
@Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved
@Description Utility functions used internally by device memory management
code.
@Lice... | 30.759036 | 129 | 0.648257 |
babc0e0edcc9e9b38276f27f1b30bafd03957ff4 | 1,025 | c | C | meta.c | etale-cohomology/xcb | 8974b070968ff37a46f7d5f763f1881510abde22 | [
"Unlicense"
] | 2 | 2019-03-14T12:16:07.000Z | 2021-01-13T15:31:54.000Z | meta.c | etale-cohomology/xcb | 8974b070968ff37a46f7d5f763f1881510abde22 | [
"Unlicense"
] | null | null | null | meta.c | etale-cohomology/xcb | 8974b070968ff37a46f7d5f763f1881510abde22 | [
"Unlicense"
] | null | null | null | // gcc meta.c -o meta -lxcb && ./meta
#include <mathisart.h>
#include <xcb/xcb.h>
// ------------------------------------------------------------------------------------------------
struct App{
xcb_connection_t* connection;
xcb_screen_iterator_t screen_iter;
};
void m_app_init(struct App* app){
puts("Connect... | 26.282051 | 99 | 0.572683 |
a77364b28edff3304b2ef66f8cb7ed8d76d9e112 | 7,092 | h | C | engine/include/Render/Animation.h | Vbif/geometric-diversity | 6e9d5a923db68acb14a0a603bd2859f4772db201 | [
"MIT"
] | null | null | null | engine/include/Render/Animation.h | Vbif/geometric-diversity | 6e9d5a923db68acb14a0a603bd2859f4772db201 | [
"MIT"
] | null | null | null | engine/include/Render/Animation.h | Vbif/geometric-diversity | 6e9d5a923db68acb14a0a603bd2859f4772db201 | [
"MIT"
] | null | null | null | //****************************************************************************************
// Класс Animation
//
// Реализует спрайтовую анимацию. Карта анимации должна располагаться в
// файле BMP,GIF (не анимированный),TGA,JPG или PNG. Кадры в файле должны размещаться
// начиная от левого верхнего угла текстуры (кадр... | 32.53211 | 125 | 0.710237 |
4418e5def5ed9d17ed313f08341b8a45ce37e592 | 101 | h | C | test/SourceKit/Inputs/vfs/CModule/CModule.h | lwhsu/swift | e1e7a3fe75b4762d5e3d4d241f40b56946a03fdb | [
"Apache-2.0"
] | 72,551 | 2015-12-03T16:45:13.000Z | 2022-03-31T18:57:59.000Z | test/SourceKit/Inputs/vfs/CModule/CModule.h | lwhsu/swift | e1e7a3fe75b4762d5e3d4d241f40b56946a03fdb | [
"Apache-2.0"
] | 39,352 | 2015-12-03T16:55:06.000Z | 2022-03-31T23:43:41.000Z | test/SourceKit/Inputs/vfs/CModule/CModule.h | lwhsu/swift | e1e7a3fe75b4762d5e3d4d241f40b56946a03fdb | [
"Apache-2.0"
] | 13,845 | 2015-12-03T16:45:13.000Z | 2022-03-31T11:32:29.000Z | struct StructDefinedInCModule {
int intFieldDefinedInCModule;
};
void functionDefinedInCModule();
| 16.833333 | 32 | 0.821782 |
d55991ec6a0ed6c405b99f949966f13a5f275854 | 351 | c | C | d/undead/rooms/weapon_storage.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/undead/rooms/weapon_storage.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/undead/rooms/weapon_storage.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | #include <std.h>;
#include "../undead.h"
inherit "/d/darkwood/tabor/include/weapon_storage";
void create() {
::create();
set_name("Graez weaponsmith storage");
set_short("Graez weaponsmith storage");
set_long("Storage room for Graez's weaponsmith.");
set_property("no teleport",1);
set_exits(([
... | 21.9375 | 53 | 0.65812 |
170ee4a301c26a1f1a965e103a52204182a2a3d7 | 2,600 | c | C | multiprocess_echo_server/src/echo_server.c | bishil06/echo_chat | 4d5a164ecfac1027d780a0407ec7602f1c6de50f | [
"MIT"
] | null | null | null | multiprocess_echo_server/src/echo_server.c | bishil06/echo_chat | 4d5a164ecfac1027d780a0407ec7602f1c6de50f | [
"MIT"
] | null | null | null | multiprocess_echo_server/src/echo_server.c | bishil06/echo_chat | 4d5a164ecfac1027d780a0407ec7602f1c6de50f | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <sys/wait.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include "validateInput.h"
#define BUF_SIZE 1024
void error_handling(char *msg) {
fprintf(stderr, "%s \n", msg);
exit(1);
}
void endChildAct... | 25.490196 | 90 | 0.538846 |
3befbe50b9297f1e5f7140731b8bf130b42e2680 | 88 | h | C | ext/hal/altera/include/sys/alt_debug.h | dmgerman/zephyrd3 | b6a23cc9c5d534c352e33fd18fff7799ac3c2886 | [
"Apache-2.0"
] | null | null | null | ext/hal/altera/include/sys/alt_debug.h | dmgerman/zephyrd3 | b6a23cc9c5d534c352e33fd18fff7799ac3c2886 | [
"Apache-2.0"
] | null | null | null | ext/hal/altera/include/sys/alt_debug.h | dmgerman/zephyrd3 | b6a23cc9c5d534c352e33fd18fff7799ac3c2886 | [
"Apache-2.0"
] | null | null | null | DECL|ALT_DEBUG_ASSERT|macro|ALT_DEBUG_ASSERT
DECL|__ALT_DEBUG_H__|macro|__ALT_DEBUG_H__
| 29.333333 | 44 | 0.909091 |
f35bfc7f19046461a7b0264a8404a670c8471f5c | 201 | h | C | MyLiveProject/MyLiveProject/Classes/Helper/Tools/BRUserHelper.h | renboss/MyLiveProject | 2a2dfcda5ce2c742bf82a75b8bac42bba88346f3 | [
"Apache-2.0"
] | 291 | 2017-02-10T02:15:47.000Z | 2018-03-06T08:11:37.000Z | MyLiveProject/MyLiveProject/Classes/Helper/Tools/BRUserHelper.h | 91renb/MyLiveProject | 2a2dfcda5ce2c742bf82a75b8bac42bba88346f3 | [
"Apache-2.0"
] | null | null | null | MyLiveProject/MyLiveProject/Classes/Helper/Tools/BRUserHelper.h | 91renb/MyLiveProject | 2a2dfcda5ce2c742bf82a75b8bac42bba88346f3 | [
"Apache-2.0"
] | 15 | 2018-03-11T13:19:54.000Z | 2019-12-11T14:19:44.000Z | //
// BRUserHelper.h
// MyLiveProject
//
// Created by 任波 on 17/4/3.
// Copyright © 2017年 RENB. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface BRUserHelper : NSObject
@end
| 14.357143 | 48 | 0.681592 |
4a23d7e264f32d33ae6e8a1e9ef44c6f586274aa | 1,802 | h | C | upwork-devs/son-ha/c-icap/c-icap/include/hash.h | anejaalekh/s-k8-proxy-rebuild | bd690ece306ba8ae81ce027e5fb8ee933cce1748 | [
"Apache-2.0"
] | null | null | null | upwork-devs/son-ha/c-icap/c-icap/include/hash.h | anejaalekh/s-k8-proxy-rebuild | bd690ece306ba8ae81ce027e5fb8ee933cce1748 | [
"Apache-2.0"
] | null | null | null | upwork-devs/son-ha/c-icap/c-icap/include/hash.h | anejaalekh/s-k8-proxy-rebuild | bd690ece306ba8ae81ce027e5fb8ee933cce1748 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2004-2008 Christos Tsantilas
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*... | 29.540984 | 102 | 0.743618 |
7d2efd63866d88e49230b088041c7a2696eabc07 | 771 | c | C | tests/algorithm/check_node.c | benmandrew/c-networking | 19cc83050b83ed2eeada5437022779c2c0d06e46 | [
"MIT"
] | 1 | 2021-12-08T22:48:45.000Z | 2021-12-08T22:48:45.000Z | tests/algorithm/check_node.c | benmandrew/c-networking | 19cc83050b83ed2eeada5437022779c2c0d06e46 | [
"MIT"
] | null | null | null | tests/algorithm/check_node.c | benmandrew/c-networking | 19cc83050b83ed2eeada5437022779c2c0d06e46 | [
"MIT"
] | null | null | null |
#include "test_inc.h"
#include "algorithm/node_pi.h"
START_TEST(test_node_init) {
Node n;
node_init(&n, 4);
ck_assert_int_eq(n.n_neighbours, 4);
}
END_TEST
START_TEST(test_node_local_alloc) {
LocalNode n = node_local_alloc(1, 6, 5);
ck_assert_int_eq(n.node.n_neighbours, 6);
node_local_dealloc(&n);
}
E... | 20.837838 | 67 | 0.692607 |
a432023e599c67c9683b31cbc1b2ed814ddeed9f | 3,418 | h | C | uefi-sct/EMS/Src/EmsProtocol/EmsProtoArp.h | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | 47 | 2018-10-15T02:34:39.000Z | 2022-02-07T11:02:45.000Z | uefi-sct/EMS/Src/EmsProtocol/EmsProtoArp.h | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | null | null | null | uefi-sct/EMS/Src/EmsProtocol/EmsProtoArp.h | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | 78 | 2018-10-08T01:17:19.000Z | 2022-03-16T14:33:15.000Z | /** @file
Copyright 2006 - 2010 Unified EFI, Inc.<BR>
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the li... | 31.357798 | 85 | 0.664131 |
d12b0171bc60c7708f54f5cab6d94316975eb0e5 | 1,386 | h | C | adventures-of-orchi/adventures-of-orchi/InfoPanel/InfoPanel.h | rmbernardi/game-project-stage-3 | 201cfd165281782de77b17d06fdfa95e068b7fcf | [
"Apache-2.0"
] | null | null | null | adventures-of-orchi/adventures-of-orchi/InfoPanel/InfoPanel.h | rmbernardi/game-project-stage-3 | 201cfd165281782de77b17d06fdfa95e068b7fcf | [
"Apache-2.0"
] | null | null | null | adventures-of-orchi/adventures-of-orchi/InfoPanel/InfoPanel.h | rmbernardi/game-project-stage-3 | 201cfd165281782de77b17d06fdfa95e068b7fcf | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2016 Richard Bernardino
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
... | 23.491525 | 77 | 0.776335 |
006b45b960054a90b8354382b708ba17f6397378 | 811 | h | C | gadgets/epi/OneEncodingGadget.h | roopchansinghv/gadgetron | fb6c56b643911152c27834a754a7b6ee2dd912da | [
"MIT"
] | 1 | 2022-02-22T21:06:36.000Z | 2022-02-22T21:06:36.000Z | gadgets/epi/OneEncodingGadget.h | apd47/gadgetron | 073e84dabe77d2dae3b3dd9aa4bf9edbf1f890f2 | [
"MIT"
] | null | null | null | gadgets/epi/OneEncodingGadget.h | apd47/gadgetron | 073e84dabe77d2dae3b3dd9aa4bf9edbf1f890f2 | [
"MIT"
] | null | null | null | /** \file OneEncodingGadget.h
\brief This is the class gadget to make sure EPI Flash Ref lines are in the same encoding space as the imaging lines.
\author Hui Xue
*/
#ifndef ONEENCODINGGADGET_H
#define ONEENCODINGGADGET_H
#include "Gadget.h"
#include "hoNDArray.h"
#include "gadgetron_epi_export.h"
#inclu... | 26.16129 | 149 | 0.718866 |
00c6fc19c5aa36b60e39398cc683b3349b3d59ec | 7,035 | h | C | codegentemp/RS_485_Dir.h | glenn-edgar/POS4_MOISTURE_SENSOR | db35ebea352e51602212d6531abd24c907cd1981 | [
"MIT"
] | null | null | null | codegentemp/RS_485_Dir.h | glenn-edgar/POS4_MOISTURE_SENSOR | db35ebea352e51602212d6531abd24c907cd1981 | [
"MIT"
] | null | null | null | codegentemp/RS_485_Dir.h | glenn-edgar/POS4_MOISTURE_SENSOR | db35ebea352e51602212d6531abd24c907cd1981 | [
"MIT"
] | null | null | null | /*******************************************************************************
* File Name: RS_485_Dir.h
* Version 2.20
*
* Description:
* This file contains Pin function prototypes and register defines
*
********************************************************************************
* Copyright 2008-2015, Cypres... | 37.222222 | 113 | 0.59602 |
2e079ac91a8d0ad6f8604325df4ea710bf39864c | 793 | h | C | Visual Mercutio/zConversion/zConversionRes.h | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 1 | 2022-01-31T06:24:24.000Z | 2022-01-31T06:24:24.000Z | Visual Mercutio/zConversion/zConversionRes.h | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 2 | 2021-04-11T15:50:42.000Z | 2021-06-05T08:23:04.000Z | Visual Mercutio/zConversion/zConversionRes.h | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 2 | 2021-01-08T00:55:18.000Z | 2022-01-31T06:24:18.000Z | /****************************************************************************
* ==> zConversionRes ------------------------------------------------------*
****************************************************************************
* Description : zConversion global resources file *
* D... | 46.647059 | 79 | 0.380832 |
44a83ccfc3e9c796ee186678156e5e0408e2488e | 7,104 | c | C | src/du_app/du_mgr_ex_ms.c | copslock/o-ran_o-du_l2 | 2e947aab8340b0f2cced69217f2378badeb716f2 | [
"Apache-2.0",
"CC-BY-4.0"
] | null | null | null | src/du_app/du_mgr_ex_ms.c | copslock/o-ran_o-du_l2 | 2e947aab8340b0f2cced69217f2378badeb716f2 | [
"Apache-2.0",
"CC-BY-4.0"
] | null | null | null | src/du_app/du_mgr_ex_ms.c | copslock/o-ran_o-du_l2 | 2e947aab8340b0f2cced69217f2378badeb716f2 | [
"Apache-2.0",
"CC-BY-4.0"
] | null | null | null | /*******************************************************************************
################################################################################
# Copyright (c) [2017-2019] [Radisys] #
# ... | 33.04186 | 84 | 0.400619 |
cd30cb7c61856446eb287031dd111a2166ff2c41 | 497 | h | C | qqtw/qqheaders7.2/StackInfo.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 5 | 2018-02-20T14:24:17.000Z | 2020-08-06T09:31:21.000Z | qqtw/qqheaders7.2/StackInfo.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 1 | 2020-06-10T07:49:16.000Z | 2020-06-12T02:08:35.000Z | qqtw/qqheaders7.2/StackInfo.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 "NSObject.h"
@class NSArray;
@interface StackInfo : NSObject
{
int invokeTimes;
int _invokeTimes;
NSArray *_stack;
}
- (void)dealloc;
- (id)initWithStack:(id)... | 19.88 | 83 | 0.692153 |
ffb834ee3987f3eb407f1070c9a40a067a716f4f | 17,642 | h | C | en/device-dev/apis/usb/usbd_client.h | acidburn0zzz/openharmony | f19488de6f7635f3171b1ad19a25e4844c0a24df | [
"CC-BY-4.0"
] | null | null | null | en/device-dev/apis/usb/usbd_client.h | acidburn0zzz/openharmony | f19488de6f7635f3171b1ad19a25e4844c0a24df | [
"CC-BY-4.0"
] | null | null | null | en/device-dev/apis/usb/usbd_client.h | acidburn0zzz/openharmony | f19488de6f7635f3171b1ad19a25e4844c0a24df | [
"CC-BY-4.0"
] | null | null | null | /*
* Copyright (c) 2021 Huawei Device 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 ... | 41.316159 | 181 | 0.673053 |
1a6e61571dcaf698a24e299ce808561170ba579c | 57,760 | c | C | src/rendering/vulkan.c | FrankvdStam/CVulkan | 0419d867e8b8e7a4e210d113b1d8b8f472c1a829 | [
"MIT"
] | null | null | null | src/rendering/vulkan.c | FrankvdStam/CVulkan | 0419d867e8b8e7a4e210d113b1d8b8f472c1a829 | [
"MIT"
] | null | null | null | src/rendering/vulkan.c | FrankvdStam/CVulkan | 0419d867e8b8e7a4e210d113b1d8b8f472c1a829 | [
"MIT"
] | null | null | null | //
// Created by Frank on 10/07/2020.
//
#include "vulkan.h"
#include <stddef.h>
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
//========================================================================================================================================
//surface
VkPhysicalDeviceMemoryPropert... | 40.391608 | 203 | 0.743611 |
9e12bb88acf4daa8f1dc6ac7f6e7ed1a744530c7 | 19,364 | c | C | arch/arm/mach/lpc11xx/lpc11xx.c | zhaohengyi/bitthunder | 9c4a9ea8561817aa0c5c48b9256c192142548b8f | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2019-05-05T09:52:24.000Z | 2019-05-05T09:52:24.000Z | arch/arm/mach/lpc11xx/lpc11xx.c | zhaohengyi/bitthunder | 9c4a9ea8561817aa0c5c48b9256c192142548b8f | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | arch/arm/mach/lpc11xx/lpc11xx.c | zhaohengyi/bitthunder | 9c4a9ea8561817aa0c5c48b9256c192142548b8f | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | /**
* LPC11xx Platform Machine Description.
*
* @author Robert Steinbauer
*
* @copyright (c)2013 Riegl Laser Measurement Systems GmBH
* @copyright (c)2013 Robert Steinbauer <rsteinbauer@riegl.com>
*
**/
#include <bitthunder.h>
#include "rcc.h"
#include "ioconfig.h"
static const BT_RESOURCE oLPC11xx_gpio_re... | 47.577396 | 177 | 0.857571 |
9ee7df128f5935eeda7302e20f6d8de5f2b34278 | 2,422 | h | C | test/core/configuration/mock/MockIHTTPClientConfiguration.h | Dynatrace/openkit-native | e072599196ea9086a2f9cfe67bae701d7d470fc0 | [
"Apache-2.0"
] | 8 | 2018-09-18T15:33:51.000Z | 2022-02-20T12:19:03.000Z | test/core/configuration/mock/MockIHTTPClientConfiguration.h | Dynatrace/openkit-native | e072599196ea9086a2f9cfe67bae701d7d470fc0 | [
"Apache-2.0"
] | 2 | 2018-09-19T07:15:36.000Z | 2019-03-14T17:16:19.000Z | test/core/configuration/mock/MockIHTTPClientConfiguration.h | Dynatrace/openkit-native | e072599196ea9086a2f9cfe67bae701d7d470fc0 | [
"Apache-2.0"
] | 15 | 2018-09-17T07:37:06.000Z | 2020-10-02T11:47:47.000Z | /**
* Copyright 2018-2021 Dynatrace LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | 32.293333 | 117 | 0.760528 |
7f3ea2c09603cb1507c10bc0653bee7fc66ca621 | 2,034 | h | C | ble/SDK_585/sdk/platform/arch/main/arch_ram.h | moiify/llofo | 71d81354c56b7e7c5b68ff667f18223d0e687df5 | [
"MIT"
] | 1 | 2022-02-28T16:11:39.000Z | 2022-02-28T16:11:39.000Z | ble/SDK_585/sdk/platform/arch/main/arch_ram.h | moiify/llofo | 71d81354c56b7e7c5b68ff667f18223d0e687df5 | [
"MIT"
] | null | null | null | ble/SDK_585/sdk/platform/arch/main/arch_ram.h | moiify/llofo | 71d81354c56b7e7c5b68ff667f18223d0e687df5 | [
"MIT"
] | null | null | null | /**
****************************************************************************************
*
* @file arch_ram.h
*
* @brief System RAM definitions.
*
* Copyright (C) 2017 Dialog Semiconductor.
* This computer program includes Confidential, Proprietary Information
* of Dialog Semiconductor. All Rights Reserved... | 26.415584 | 89 | 0.542281 |
3d0644039f90635e2ee24efcac831e0954a3e590 | 5,411 | h | C | libs/Qt5.7.0/5.7/gcc_64/include/QtQml/5.7.0/QtQml/private/qpointervaluepair_p.h | ankitakash2007/Slate | aad79cd0a353a94f2a049575a91ff961953f3af0 | [
"MIT"
] | 1 | 2021-08-30T07:17:40.000Z | 2021-08-30T07:17:40.000Z | libs/Qt5.7.0/5.7/gcc_64/include/QtQml/5.7.0/QtQml/private/qpointervaluepair_p.h | ankitakash2007/Slate | aad79cd0a353a94f2a049575a91ff961953f3af0 | [
"MIT"
] | null | null | null | libs/Qt5.7.0/5.7/gcc_64/include/QtQml/5.7.0/QtQml/private/qpointervaluepair_p.h | ankitakash2007/Slate | aad79cd0a353a94f2a049575a91ff961953f3af0 | [
"MIT"
] | 1 | 2021-07-13T18:24:54.000Z | 2021-07-13T18:24:54.000Z | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerci... | 27.748718 | 84 | 0.682868 |
8296282345465824687d1b2ccc84a06722092dec | 556 | h | C | opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_pmap_parser.h | shengyushen/ompi | 305beb263cc887a39efef455deb939cea6cebedf | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_pmap_parser.h | shengyushen/ompi | 305beb263cc887a39efef455deb939cea6cebedf | [
"BSD-3-Clause-Open-MPI"
] | 1 | 2018-11-22T00:03:52.000Z | 2018-11-22T02:48:48.000Z | opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2_pmap_parser.h | shengyushen/ompi | 305beb263cc887a39efef455deb939cea6cebedf | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | /* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (c) 2013 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
* $COPYRIGHT$
* Additional copyrights may follow
*
* $HEADER$
*
*/
/* This code was taken from Open MP... | 22.24 | 59 | 0.613309 |
c5c8ca410bd8d518360fe438f93d12cc0c89a031 | 15,462 | c | C | src/pcap_file_io.c | 1computerguy/mercury | 193bf6432e4f53f1253965f5ca8634bd6ca69136 | [
"BSD-2-Clause"
] | null | null | null | src/pcap_file_io.c | 1computerguy/mercury | 193bf6432e4f53f1253965f5ca8634bd6ca69136 | [
"BSD-2-Clause"
] | null | null | null | src/pcap_file_io.c | 1computerguy/mercury | 193bf6432e4f53f1253965f5ca8634bd6ca69136 | [
"BSD-2-Clause"
] | null | null | null | /*
* pcap_file_io.c
*
* functions for reading and writing packets using the (old) libpcap
* file format
*
* Copyright (c) 2019 Cisco Systems, Inc. All rights reserved. License at
* https://github.com/cisco/mercury/blob/master/LICENSE
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE /* get fadvise() an... | 32.34728 | 117 | 0.603221 |
d6781c1fa736af714fe12ab71017c6b51c46733a | 2,513 | h | C | src/baseClasses/vrp_assert.h | woodbri/vehicle-routing-problems | aae24d92f46a6b1d473ad8f4ec6db9c96742b708 | [
"MIT"
] | 16 | 2015-06-26T22:53:20.000Z | 2021-03-09T22:54:33.000Z | src/baseClasses/vrp_assert.h | woodbri/vehicle-routing-problems | aae24d92f46a6b1d473ad8f4ec6db9c96742b708 | [
"MIT"
] | 21 | 2015-01-29T14:16:19.000Z | 2016-03-27T00:09:50.000Z | src/baseClasses/vrp_assert.h | woodbri/vehicle-routing-problems | aae24d92f46a6b1d473ad8f4ec6db9c96742b708 | [
"MIT"
] | 10 | 2015-07-18T02:48:35.000Z | 2019-12-25T11:04:17.000Z | /*VRP*********************************************************************
*
* vehicle routing problems
* A collection of C++ classes for developing VRP solutions
* and specific solutions developed using these classes.
*
* Copyright 2014 Stephen Woodbridge <woodbri@imaptools.com>
* Copyright 2014 Vicky... | 27.615385 | 120 | 0.621966 |
d05d61b18bcde22df67c66bfef694dededd4d628 | 3,259 | c | C | sh/yorinone.c | terrillmoore/yori | 0bfcf715d22e03cf494d8b683c012ab773c39055 | [
"MIT"
] | null | null | null | sh/yorinone.c | terrillmoore/yori | 0bfcf715d22e03cf494d8b683c012ab773c39055 | [
"MIT"
] | null | null | null | sh/yorinone.c | terrillmoore/yori | 0bfcf715d22e03cf494d8b683c012ab773c39055 | [
"MIT"
] | null | null | null | /**
* @file sh/yorinone.c
*
* Yori table of supported builtins for the modular build of Yori (ie., none.)
*
* Copyright (c) 2017-2019 Malcolm J. Smith
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), ... | 36.617978 | 117 | 0.585456 |
fdbc37cfd95d60fb8f12ac0a10544742253426f8 | 6,274 | c | C | sdk-6.5.20/src/bcm/dnx/trunk/trunk_init.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/src/bcm/dnx/trunk/trunk_init.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/src/bcm/dnx/trunk/trunk_init.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | /** \file src/bcm/dnx/trunk/trunk_init.c
*
*
* This file contains the implementation on init functions of
* the trunk module.
*/
/*
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. Al... | 22.091549 | 134 | 0.655244 |
a6399b027365004bd2a20e2ab5bc5b2e5e02f3b2 | 375 | c | C | src/ch3/1585.c | luowyang/UVaSolutions | 09a89989d31c15ed66fdbcb5a0f8c3b32fef5ad9 | [
"MIT"
] | null | null | null | src/ch3/1585.c | luowyang/UVaSolutions | 09a89989d31c15ed66fdbcb5a0f8c3b32fef5ad9 | [
"MIT"
] | null | null | null | src/ch3/1585.c | luowyang/UVaSolutions | 09a89989d31c15ed66fdbcb5a0f8c3b32fef5ad9 | [
"MIT"
] | null | null | null | /**
* Score, UVa1585
**/
#include<stdio.h>
#define maxn 85
int main() {
int T;
char s[maxn];
scanf("%d", &T);
while (T--) {
scanf("%s", s);
int score = 0, count = 0;
for (int i = 0; s[i]; i++) {
if (s[i] == 'O') score += ++count;
else count = 0;
... | 17.045455 | 46 | 0.394667 |
106aa2d9cb3c44384fe867897bcd055f629538fb | 208 | h | C | Source/Executable/Precomp.h | aiekick/VulkanRTSEngine | b02c0d0fa1530dc920fde2a9928bd540cfdd31e6 | [
"Apache-2.0"
] | 1 | 2021-05-11T07:52:05.000Z | 2021-05-11T07:52:05.000Z | Source/Executable/Precomp.h | aiekick/VulkanRTSEngine | b02c0d0fa1530dc920fde2a9928bd540cfdd31e6 | [
"Apache-2.0"
] | null | null | null | Source/Executable/Precomp.h | aiekick/VulkanRTSEngine | b02c0d0fa1530dc920fde2a9928bd540cfdd31e6 | [
"Apache-2.0"
] | null | null | null | #include <chrono>
#include <functional>
#include <vector>
#include <atomic>
#include <array>
#include <unordered_map>
#include <fstream>
#include <random>
#include <tbb/tbb.h>
#include <Core/Debug/Assert.h> | 17.333333 | 30 | 0.730769 |
b768be29c785119aa71e2f5ecc056b13b0215f8e | 2,436 | h | C | BAIDU.h | liushouyun/interview | 952b36d186e8f5fa29680eb195dc989678a3d001 | [
"Apache-2.0"
] | null | null | null | BAIDU.h | liushouyun/interview | 952b36d186e8f5fa29680eb195dc989678a3d001 | [
"Apache-2.0"
] | null | null | null | BAIDU.h | liushouyun/interview | 952b36d186e8f5fa29680eb195dc989678a3d001 | [
"Apache-2.0"
] | null | null | null | //
// Created by yanjun on 16-8-21.
//
#ifndef INTERVIEW_BAIDU_H
#define INTERVIEW_BAIDU_H
#include "My_Class.h"
#include <iostream>
using namespace std;
class baidu{
private:
void bracket_helper(int a){
if(a==1&&bracket_left+a<=bracket_N){
bracket_left+=a;
bracket_right+=a;
... | 25.642105 | 75 | 0.513957 |
c831d0ad321f2acab9d4cf6ff123059d58adf5f6 | 15,248 | c | C | gdb-7.3/sim/common/dv-pal.c | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 1 | 2016-04-09T02:58:13.000Z | 2016-04-09T02:58:13.000Z | gdb-7.3/sim/common/dv-pal.c | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | null | null | null | gdb-7.3/sim/common/dv-pal.c | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | null | null | null | /* The common simulator framework for GDB, the GNU Debugger.
Copyright 2002, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
Contributed by Andrew Cagney and Red Hat.
This file is part of GDB.
This program is free software; you can redistribute it and/or modify
it under the terms of the G... | 25.120264 | 78 | 0.675695 |
bd4292fc95a866f8cffe45e03a4848e2a296ad2c | 621 | h | C | bot/includes.h | gitYayo/HoHo | df0bca0cbcfb1bac0fda50e8aa697d64855c53ec | [
"MIT"
] | null | null | null | bot/includes.h | gitYayo/HoHo | df0bca0cbcfb1bac0fda50e8aa697d64855c53ec | [
"MIT"
] | null | null | null | bot/includes.h | gitYayo/HoHo | df0bca0cbcfb1bac0fda50e8aa697d64855c53ec | [
"MIT"
] | null | null | null | #pragma once
#include <unistd.h>
#include <stdint.h>
#include <stdarg.h>
#define STDIN 0
#define STDOUT 1
#define STDERR 2
#define FALSE 0
#define TRUE 1
typedef char BOOL;
typedef uint32_t ipv4_t;
typedef uint16_t port_t;
#define INET_ADDR(o1,o2,o3,o4) (htonl((o1 << 24) | (o2 << 16) | (o3 << 8) | (o4 << 0)))
#d... | 20.7 | 87 | 0.623188 |
bd458dde181ce9fe6d3f2bb62a0d57c694a44432 | 21,099 | h | C | packages/cplint/approx/simplecuddLPADs/simplecudd.h | miar/yap-il | 68cafb779a8f954a689f2f0d7bdcc9f030be8f0e | [
"Artistic-1.0-Perl",
"ClArtistic"
] | 2 | 2015-11-01T07:38:31.000Z | 2016-03-30T18:05:28.000Z | packages/cplint/approx/simplecuddLPADs/simplecudd.h | miar/yap-il | 68cafb779a8f954a689f2f0d7bdcc9f030be8f0e | [
"Artistic-1.0-Perl",
"ClArtistic"
] | null | null | null | packages/cplint/approx/simplecuddLPADs/simplecudd.h | miar/yap-il | 68cafb779a8f954a689f2f0d7bdcc9f030be8f0e | [
"Artistic-1.0-Perl",
"ClArtistic"
] | null | null | null | /******************************************************************************\
* *
* SimpleCUDD library (www.cs.kuleuven.be/~theo/tools/simplecudd.html) *
* SimpleCUDD was developed at Katholieke Universiteit Leuven(www.kuleuven.be... | 59.266854 | 121 | 0.560595 |
bd55875fef590197b644d0107e763b25f2cf263a | 952 | h | C | System/Library/Frameworks/Vision.framework/VNPersonsModelFaceModelDataProvider.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 5 | 2021-04-29T04:31:43.000Z | 2021-08-19T18:59:58.000Z | System/Library/Frameworks/Vision.framework/VNPersonsModelFaceModelDataProvider.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | null | null | null | System/Library/Frameworks/Vision.framework/VNPersonsModelFaceModelDataProvider.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 1 | 2022-03-19T11:16:23.000Z | 2022-03-19T11:16:23.000Z | /*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:05:09 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/Frameworks/Vision.framework/... | 47.6 | 130 | 0.697479 |
aefce236a146f8e710be07b0eb1aaf09ae121f5e | 1,425 | h | C | libsel4vmm/include/vmm/processor/decode.h | aisamanra/seL4_libs | 4840caf887bb7dc851e6c231007f25029d3a6dc7 | [
"BSD-2-Clause"
] | null | null | null | libsel4vmm/include/vmm/processor/decode.h | aisamanra/seL4_libs | 4840caf887bb7dc851e6c231007f25029d3a6dc7 | [
"BSD-2-Clause"
] | null | null | null | libsel4vmm/include/vmm/processor/decode.h | aisamanra/seL4_libs | 4840caf887bb7dc851e6c231007f25029d3a6dc7 | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details... | 27.941176 | 96 | 0.745965 |
b7e7685562bf20a3186e5b641d298c9e009bda00 | 27,980 | c | C | vendors/marvell/WMSDK/mw320/sdk/src/drivers/mw300/lowlevel/mw300_qspi.c | ictk-solution-dev/amazon-freertos | cc76512292ddfb70bba3030dbcb740ef3c6ead8b | [
"MIT"
] | 2 | 2020-06-23T08:05:58.000Z | 2020-06-24T01:25:51.000Z | vendors/marvell/WMSDK/mw320/sdk/src/drivers/mw300/lowlevel/mw300_qspi.c | ictk-solution-dev/amazon-freertos | cc76512292ddfb70bba3030dbcb740ef3c6ead8b | [
"MIT"
] | 2 | 2022-03-29T05:16:50.000Z | 2022-03-29T05:16:50.000Z | vendors/marvell/WMSDK/mw320/sdk/src/drivers/mw300/lowlevel/mw300_qspi.c | ictk-solution-dev/amazon-freertos | cc76512292ddfb70bba3030dbcb740ef3c6ead8b | [
"MIT"
] | null | null | null | /** @file mw300_qspi.h
*
* @brief This file provides QSPI driver module header file.
*
* (C) Copyright 2012-2019 Marvell International Ltd. All Rights Reserved.
*
* MARVELL CONFIDENTIAL
* The source code contained or described herein and all documents related to
* the source code ("Material... | 28.93485 | 132 | 0.513545 |
646a8872c346a4475fd146f3b817c6ecb719ccd7 | 757 | h | C | BTJSBridge/Classes/BTJSBridge+Common.h | BrooksWon/BTJSBridge | 72b4ac55aad89d0be566ebada8b611a608dda470 | [
"MIT"
] | null | null | null | BTJSBridge/Classes/BTJSBridge+Common.h | BrooksWon/BTJSBridge | 72b4ac55aad89d0be566ebada8b611a608dda470 | [
"MIT"
] | null | null | null | BTJSBridge/Classes/BTJSBridge+Common.h | BrooksWon/BTJSBridge | 72b4ac55aad89d0be566ebada8b611a608dda470 | [
"MIT"
] | null | null | null | //
// BTJSBridge+Common.h
// BTJSBridge
//
// Created by Brooks on 2019/4/26.
//
#import "BTJSBridge.h"
/**
this.webviewAppearEvent = 'webviewAppear';
this.webviewDisappearEvent = 'webviewDisappear';
this.applicationEnterBackgroundEvent = 'applicationEnterBackground';
this.applicationEnterForegroundEvent = 'ap... | 19.410256 | 69 | 0.805812 |
230437cca216cdc7bce701f795ae458704337c3c | 599 | h | C | TempAlarmControl/DisplayOffState.h | Zer0-Vector/arduino-temperature-alarm | b1cd5992ecc2f64f75cfec254504858f78ed87eb | [
"MIT"
] | null | null | null | TempAlarmControl/DisplayOffState.h | Zer0-Vector/arduino-temperature-alarm | b1cd5992ecc2f64f75cfec254504858f78ed87eb | [
"MIT"
] | 5 | 2019-05-08T08:21:25.000Z | 2020-12-07T20:47:33.000Z | TempAlarmControl/DisplayOffState.h | Zer0-Vector/arduino-temperature-alarm | b1cd5992ecc2f64f75cfec254504858f78ed87eb | [
"MIT"
] | null | null | null | #pragma once
#include "ProgramState.h"
class DisplayOffState : public ProgramState {
public:
static DisplayOffState* const INSTANCE;
void setMin(TempAlarmControl* control);
void setMax(TempAlarmControl* control);
void changeUnits(TempAlarmControl* control);
void t... | 31.526316 | 55 | 0.669449 |
d95698fe1ca0ff0292f73f6a383bac64b38a8ae5 | 600 | h | C | src/include/commands/conversioncmds.h | wanghongxiang2018/postgres-x2 | 2a845c3e796a8ab830053b6a1268e0a9d9118216 | [
"PostgreSQL"
] | 326 | 2015-05-11T14:53:36.000Z | 2022-03-26T13:50:30.000Z | src/include/commands/conversioncmds.h | wanghongxiang2018/postgres-x2 | 2a845c3e796a8ab830053b6a1268e0a9d9118216 | [
"PostgreSQL"
] | 323 | 2015-05-07T10:39:33.000Z | 2021-07-23T09:43:39.000Z | src/include/commands/conversioncmds.h | wanghongxiang2018/postgres-x2 | 2a845c3e796a8ab830053b6a1268e0a9d9118216 | [
"PostgreSQL"
] | 117 | 2015-05-11T14:15:02.000Z | 2021-09-12T13:22:59.000Z | /*-------------------------------------------------------------------------
*
* conversioncmds.h
* prototypes for conversioncmds.c.
*
*
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/commands/conve... | 26.086957 | 75 | 0.565 |
033327a2d3fdac609232b581e432a41ab9a21927 | 529 | h | C | ext/stub/arrayiteratortest.zep.h | nawawi/zephir | cc7ecd35745594710913edab1afe5c6d82f52932 | [
"MIT"
] | 2,508 | 2015-01-02T09:48:45.000Z | 2021-02-13T14:58:39.000Z | ext/stub/arrayiteratortest.zep.h | nawawi/zephir | cc7ecd35745594710913edab1afe5c6d82f52932 | [
"MIT"
] | 1,321 | 2015-01-03T09:31:20.000Z | 2021-02-16T06:39:07.000Z | ext/stub/arrayiteratortest.zep.h | nawawi/zephir | cc7ecd35745594710913edab1afe5c6d82f52932 | [
"MIT"
] | 507 | 2015-01-02T09:51:11.000Z | 2021-02-15T08:13:53.000Z |
extern zend_class_entry *stub_arrayiteratortest_ce;
ZEPHIR_INIT_CLASS(Stub_ArrayIteratorTest);
PHP_METHOD(Stub_ArrayIteratorTest, test);
ZEND_BEGIN_ARG_INFO_EX(arginfo_stub_arrayiteratortest_test, 0, 0, 0)
ZEND_END_ARG_INFO()
ZEPHIR_INIT_FUNCS(stub_arrayiteratortest_method_entry) {
#if PHP_VERSION_ID >= 80000
PHP... | 27.842105 | 107 | 0.858223 |
b3390d605b97e1784624ee009377f9cb0e0fd547 | 2,896 | c | C | tools/fpga_rw/devmem.c | derek-yi/xdaemon | 38f6e26c03215f221dfffdade7bb92651c6122f4 | [
"MIT"
] | null | null | null | tools/fpga_rw/devmem.c | derek-yi/xdaemon | 38f6e26c03215f221dfffdade7bb92651c6122f4 | [
"MIT"
] | null | null | null | tools/fpga_rw/devmem.c | derek-yi/xdaemon | 38f6e26c03215f221dfffdade7bb92651c6122f4 | [
"MIT"
] | null | null | null | //from https://github.com/VCTLabs/devmem2/blob/master/devmem2.c
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <signal.h>
#include <fcntl.h>
#include <ctype.h>
#include <termios.h>
#include <sys/types.h>
#include <sys/mman.h>
#define FATAL do {... | 30.808511 | 96 | 0.525207 |
6c4c4473a9563ad9b5ddbac75dc7693f1c5be492 | 382 | h | C | src/platformargswrapper.h | getraid-gg/MIDIRenderer | b94b64a9a001f9b4fe8a9eb1c21dc7d39685921b | [
"BSD-3-Clause"
] | null | null | null | src/platformargswrapper.h | getraid-gg/MIDIRenderer | b94b64a9a001f9b4fe8a9eb1c21dc7d39685921b | [
"BSD-3-Clause"
] | 8 | 2021-01-31T08:31:37.000Z | 2021-11-04T02:33:20.000Z | src/platformargswrapper.h | getraid-gg/MIDIRenderer | b94b64a9a001f9b4fe8a9eb1c21dc7d39685921b | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include "platformchar.h"
#include <vector>
#include <memory>
class PlatformArgsWrapper
{
public:
PlatformArgsWrapper(int argc, argv_t** argv);
int getArgc() const { return m_argc; }
char** getArgv() { return m_argv.data(); }
private:
void consumeArg(argv_t* arg);
int m_argc;
std::vector<char*> m... | 19.1 | 52 | 0.71466 |
8c0362d49e4517bd3fd876ab64d944c4698b3d8b | 885 | h | C | third_party/LspCpp/include/LibLsp/lsp/JavaExtentions/executeCommand.h | RcSepp/minc | 8add46095ba7990ca636a6e6c266dda4148052fd | [
"MIT"
] | null | null | null | third_party/LspCpp/include/LibLsp/lsp/JavaExtentions/executeCommand.h | RcSepp/minc | 8add46095ba7990ca636a6e6c266dda4148052fd | [
"MIT"
] | null | null | null | third_party/LspCpp/include/LibLsp/lsp/JavaExtentions/executeCommand.h | RcSepp/minc | 8add46095ba7990ca636a6e6c266dda4148052fd | [
"MIT"
] | null | null | null | #pragma once
#include "LibLsp/JsonRpc/RequestInMessage.h"
#include "LibLsp/JsonRpc/lsResponseMessage.h"
#include <string>
#include "LibLsp/lsp/lsWorkspaceEdit.h"
#include "LibLsp/lsp/ExecuteCommandParams.h"
namespace buildpath
{
static const char* EDIT_ORGNIZEIMPORTS = "java.edit.organizeImports";
static const cha... | 27.65625 | 89 | 0.780791 |
1eaff5e2bcc2431c105106516e59eb7b738cb977 | 1,528 | h | C | feeds/ipq807x/qca-nss-drv/src/nss_ipv6_stats.h | ArthurSu0211/wlan-ap | 5bf882b0e0225d49860b88d25c9b9ff9bc354516 | [
"BSD-3-Clause"
] | 2 | 2021-05-17T02:47:24.000Z | 2021-05-17T02:48:01.000Z | feeds/ipq807x/qca-nss-drv/src/nss_ipv6_stats.h | ArthurSu0211/wlan-ap | 5bf882b0e0225d49860b88d25c9b9ff9bc354516 | [
"BSD-3-Clause"
] | 1 | 2021-01-14T18:40:50.000Z | 2021-01-14T18:40:50.000Z | feeds/ipq807x/qca-nss-drv/src/nss_ipv6_stats.h | ArthurSu0211/wlan-ap | 5bf882b0e0225d49860b88d25c9b9ff9bc354516 | [
"BSD-3-Clause"
] | 3 | 2021-02-22T04:54:20.000Z | 2021-04-13T01:54:40.000Z | /*
**************************************************************************
* Copyright (c) 2017,2019-2020, The Linux Foundation. All rights reserved.
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright no... | 50.933333 | 119 | 0.722513 |
6cc827fe783eec9047284572a898f1616ef21323 | 1,388 | h | C | HKYunLib/Frameworks/KKBLibrary.framework/Headers/KKBTextView.h | kaikeba-github/HKYunLib | 4d27d1bd6081477eb862ad9b26bbbc1fcbad499d | [
"MIT"
] | null | null | null | HKYunLib/Frameworks/KKBLibrary.framework/Headers/KKBTextView.h | kaikeba-github/HKYunLib | 4d27d1bd6081477eb862ad9b26bbbc1fcbad499d | [
"MIT"
] | null | null | null | HKYunLib/Frameworks/KKBLibrary.framework/Headers/KKBTextView.h | kaikeba-github/HKYunLib | 4d27d1bd6081477eb862ad9b26bbbc1fcbad499d | [
"MIT"
] | null | null | null | //
// KKBTextView.h
// KKBLibrary
//
// Created by Duane on 2019/6/4.
// Copyright © 2019 KaiKeBa. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/** 文字最多字符数量显示类型 **/
typedef enum {
KKBTextViewMaxNumStateNone = 0, // 不显示
KKBTextViewMaxNumStateNormal = 1, // 默认模式(0/200)
KKBTe... | 23.931034 | 72 | 0.742075 |
1b358f47e2cffdd0064eaa04fa14cf673dad37d0 | 1,649 | h | C | src/databases/PLY/avtPLYFileFormat.h | visit-dav/vis | c08bc6e538ecd7d30ddc6399ec3022b9e062127e | [
"BSD-3-Clause"
] | 226 | 2018-12-29T01:13:49.000Z | 2022-03-30T19:16:31.000Z | src/databases/PLY/avtPLYFileFormat.h | visit-dav/vis | c08bc6e538ecd7d30ddc6399ec3022b9e062127e | [
"BSD-3-Clause"
] | 5,100 | 2019-01-14T18:19:25.000Z | 2022-03-31T23:08:36.000Z | src/databases/PLY/avtPLYFileFormat.h | visit-dav/vis | c08bc6e538ecd7d30ddc6399ec3022b9e062127e | [
"BSD-3-Clause"
] | 84 | 2019-01-24T17:41:50.000Z | 2022-03-10T10:01:46.000Z | // Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
// ************************************************************************* //
// ... | 31.711538 | 79 | 0.520315 |
9b13c37a5b3df41016fd279e728cf019ad656fe8 | 8,218 | h | C | packages/PIPS/pips/src/Libs/phrase/phrase_distribution.h | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 51 | 2015-01-31T01:51:39.000Z | 2022-02-18T02:01:50.000Z | packages/PIPS/pips/src/Libs/phrase/phrase_distribution.h | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 7 | 2017-05-29T09:29:00.000Z | 2019-03-11T16:01:39.000Z | packages/PIPS/pips/src/Libs/phrase/phrase_distribution.h | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 12 | 2015-03-26T08:05:38.000Z | 2022-02-18T02:01:51.000Z | /*
$Id$
Copyright 1989-2014 MINES ParisTech
This file is part of PIPS.
PIPS 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
any later version.
PIPS is distr... | 30.213235 | 76 | 0.758457 |
f0420b9f63dc28c39d008e6a5898da9efd639777 | 1,143 | h | C | src/developer/feedback/feedback_agent/annotations.h | sysidos/fuchsia | 0c00fd3c78a9c0111af4689f1e038b3926c4dc9b | [
"BSD-3-Clause"
] | null | null | null | src/developer/feedback/feedback_agent/annotations.h | sysidos/fuchsia | 0c00fd3c78a9c0111af4689f1e038b3926c4dc9b | [
"BSD-3-Clause"
] | null | null | null | src/developer/feedback/feedback_agent/annotations.h | sysidos/fuchsia | 0c00fd3c78a9c0111af4689f1e038b3926c4dc9b | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2019 The Fuchsia 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 SRC_DEVELOPER_FEEDBACK_FEEDBACK_AGENT_ANNOTATIONS_H_
#define SRC_DEVELOPER_FEEDBACK_FEEDBACK_AGENT_ANNOTATIONS_H_
#include <fuchsia/feedback/cpp/f... | 33.617647 | 85 | 0.774278 |
534e91e3a924c6b3b036078fedf7c4b7b0b7e9f3 | 1,238 | h | C | include/cnl/_impl/cstdint/macros.h | data-man/cnl | 160e72661fdcb803787a42196f28841e4a929370 | [
"BSL-1.0"
] | 523 | 2017-07-27T02:43:25.000Z | 2022-03-24T21:27:22.000Z | include/cnl/_impl/cstdint/macros.h | data-man/cnl | 160e72661fdcb803787a42196f28841e4a929370 | [
"BSL-1.0"
] | 377 | 2017-07-28T04:09:46.000Z | 2022-03-19T12:20:11.000Z | include/cnl/_impl/cstdint/macros.h | data-man/cnl | 160e72661fdcb803787a42196f28841e4a929370 | [
"BSL-1.0"
] | 63 | 2017-08-16T14:43:40.000Z | 2022-03-21T16:07:02.000Z |
// Copyright John McFarlane 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)
/// \file
/// \brief integer creation macros equivalent to those in \verbatim<cstdint>\endverbatim
#if ... | 28.136364 | 88 | 0.700323 |
537053d25ac0a70199258e25bb951447692d8668 | 1,490 | c | C | kernel/platform.c | RossComputerPerson/skift | e42e349011206c0d140a856e835f5682fc96f4ef | [
"MIT"
] | null | null | null | kernel/platform.c | RossComputerPerson/skift | e42e349011206c0d140a856e835f5682fc96f4ef | [
"MIT"
] | null | null | null | kernel/platform.c | RossComputerPerson/skift | e42e349011206c0d140a856e835f5682fc96f4ef | [
"MIT"
] | null | null | null | /* Copyright © 2018-2019 N. Van Bossuyt. */
/* This code is licensed under the MIT License. */
/* See: LICENSE.md */
#include "platform.h"
/* --- FPU ------------------------------------------... | 24.42623 | 80 | 0.495973 |
e9ec495abe140bd03d2eb25e1f7595a67823a3fa | 6,253 | h | C | Servers/ServerManager/vtkSMDoubleRangeDomain.h | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | 1 | 2021-07-31T19:38:03.000Z | 2021-07-31T19:38:03.000Z | Servers/ServerManager/vtkSMDoubleRangeDomain.h | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | null | null | null | Servers/ServerManager/vtkSMDoubleRangeDomain.h | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | 2 | 2019-01-22T19:51:40.000Z | 2021-07-31T19:38:05.000Z | /*=========================================================================
Program: ParaView
Module: $RCSfile$
Copyright (c) Kitware, Inc.
All rights reserved.
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without... | 31.422111 | 80 | 0.700304 |
18c17e70e2c865570dfa676a6a3910268fb107b8 | 5,231 | c | C | src/emu/audio/generic.c | Zoltan45/Mame-mkp119 | d219a3549eafb4215727c974e09e43b28d058328 | [
"CC0-1.0"
] | null | null | null | src/emu/audio/generic.c | Zoltan45/Mame-mkp119 | d219a3549eafb4215727c974e09e43b28d058328 | [
"CC0-1.0"
] | null | null | null | src/emu/audio/generic.c | Zoltan45/Mame-mkp119 | d219a3549eafb4215727c974e09e43b28d058328 | [
"CC0-1.0"
] | null | null | null | /***************************************************************************
generic.c
Generic simple sound functions.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************... | 32.092025 | 129 | 0.508889 |
c0db6c9b7ebd047d2b61b06bec828a95d0f3ea77 | 6,187 | h | C | src/Shared/Core/Maths/FCMatrix.h | mslinklater/FC | d00e2e56a982cd7c85c7de18ac0449bf43d8025e | [
"MIT"
] | null | null | null | src/Shared/Core/Maths/FCMatrix.h | mslinklater/FC | d00e2e56a982cd7c85c7de18ac0449bf43d8025e | [
"MIT"
] | null | null | null | src/Shared/Core/Maths/FCMatrix.h | mslinklater/FC | d00e2e56a982cd7c85c7de18ac0449bf43d8025e | [
"MIT"
] | 2 | 2015-04-13T10:07:14.000Z | 2019-05-16T11:14:18.000Z | /*
Copyright (C) 2011-2012 by Martin Linklater
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, publi... | 39.660256 | 143 | 0.532568 |
8d7ec6c13cedf1c791704967a86c8b4e0363b50d | 1,253 | c | C | Chapter 14/14.6-EncodeString.c | Ruesigoren/Solution | 882471de39cb4bf471e958769f9f1c1a967da9c2 | [
"MIT"
] | 1 | 2020-05-18T02:16:55.000Z | 2020-05-18T02:16:55.000Z | Chapter 14/14.6-EncodeString.c | Ruesigoren/Solution | 882471de39cb4bf471e958769f9f1c1a967da9c2 | [
"MIT"
] | null | null | null | Chapter 14/14.6-EncodeString.c | Ruesigoren/Solution | 882471de39cb4bf471e958769f9f1c1a967da9c2 | [
"MIT"
] | 1 | 2019-07-03T21:34:58.000Z | 2019-07-03T21:34:58.000Z | /*
* File: 14.6-EncodeString.c
* -------------------------
* This program implements the cipher program described in exercise 8 of Chapter 9,
* but it uses the ANSI string library rather than strlib.h.
*/
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "simpio.h"
/*
* Constant
* --------
... | 18.15942 | 84 | 0.599362 |
a5bbc57caea2a717e385cf01de81b65e348747b1 | 1,310 | h | C | Sources/Core/Manager/UIManager.h | vgabi94/Lava-Engine | ab5b89d7379b2d0f7398fb2f4dae5b14baa7fd19 | [
"MIT"
] | null | null | null | Sources/Core/Manager/UIManager.h | vgabi94/Lava-Engine | ab5b89d7379b2d0f7398fb2f4dae5b14baa7fd19 | [
"MIT"
] | null | null | null | Sources/Core/Manager/UIManager.h | vgabi94/Lava-Engine | ab5b89d7379b2d0f7398fb2f4dae5b14baa7fd19 | [
"MIT"
] | null | null | null | #pragma once
#define NK_INCLUDE_FIXED_TYPES
#define NK_INCLUDE_STANDARD_IO
#define NK_INCLUDE_STANDARD_VARARGS
#define NK_INCLUDE_DEFAULT_ALLOCATOR
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#define NK_INCLUDE_FONT_BAKING
#define NK_INCLUDE_DEFAULT_FONT
#include <nuklear.h>
#include <vulkan\vulkan.hpp>
#include "BufferMa... | 22.586207 | 63 | 0.783969 |
9d6e6ce3999e2f4346cc79d39679f0158d5da3f7 | 177 | h | C | framework/bass/bass_util.h | alchzh/danser-jf | 638bbd50d3ff5a0a9d83d72e7fe19807fbee8151 | [
"MIT"
] | 1 | 2021-09-08T06:46:51.000Z | 2021-09-08T06:46:51.000Z | framework/bass/bass_util.h | alchzh/danser-jf | 638bbd50d3ff5a0a9d83d72e7fe19807fbee8151 | [
"MIT"
] | null | null | null | framework/bass/bass_util.h | alchzh/danser-jf | 638bbd50d3ff5a0a9d83d72e7fe19807fbee8151 | [
"MIT"
] | null | null | null | #ifndef BASS_UTIL_H
#define BASS_UTIL_H
#include "bass.h"
HSTREAM CreateBassStream(char* file, DWORD flags);
HSAMPLE LoadBassSample(char* file, DWORD max, DWORD flags);
#endif | 22.125 | 59 | 0.785311 |
77e6cd7c9528fe383b4b979acf8da7af8ef60ae3 | 1,213 | h | C | component/oai-smf/src/api-server/model/NotificationMethod.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-smf/src/api-server/model/NotificationMethod.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-smf/src/api-server/model/NotificationMethod.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | /**
* Nsmf_EventExposure
* Session Management Event Exposure Service. © 2019, 3GPP Organizational
* Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
*
* The version of the OpenAPI document: 1.1.0.alpha-1
*
*
* NOTE: This class is auto generated by OpenAPI Generator
* (https://openapi-ge... | 23.326923 | 79 | 0.695796 |
e28ef4f4637b0862e2182ae17b96243b219f20bf | 14,083 | h | C | setbench/setbench/common/tree_stats.h | cmuparlay/flock | afdcfe55cdd7507c2a19a6e0b30f3115e183cd58 | [
"MIT"
] | 19 | 2022-01-29T02:44:30.000Z | 2022-03-29T15:52:51.000Z | setbench/setbench/common/tree_stats.h | cmuparlay/flock | afdcfe55cdd7507c2a19a6e0b30f3115e183cd58 | [
"MIT"
] | null | null | null | setbench/setbench/common/tree_stats.h | cmuparlay/flock | afdcfe55cdd7507c2a19a6e0b30f3115e183cd58 | [
"MIT"
] | 1 | 2022-02-22T05:58:11.000Z | 2022-02-22T05:58:11.000Z | /**
* This class lets us write methods to gather tree structure statistics once,
* and apply them to many data structures.
*/
#ifndef TREE_STATS_H
#define TREE_STATS_H
#ifdef USE_TREE_STATS
#include <cassert>
#include <sstream>
#include <string>
#include <vector>
#include <limits>
#include "plaf.h"
#define MAX_HE... | 34.858911 | 165 | 0.553717 |
e2d0732c161aa1643063377e90f853c4f0d44504 | 293 | h | C | ios-sealtalk/RCloudMessage/Sections/Me/PersonalDetail/RCDSetSealTalkNumViewController.h | pangang107/sealtalk-ios | 0b96cba61e64f7a14a0700bfbf6b2bb034cad4ee | [
"MIT"
] | 414 | 2016-06-23T21:07:09.000Z | 2021-11-09T10:53:41.000Z | ios-sealtalk/RCloudMessage/Sections/Me/PersonalDetail/RCDSetSealTalkNumViewController.h | pangang107/sealtalk-ios | 0b96cba61e64f7a14a0700bfbf6b2bb034cad4ee | [
"MIT"
] | 61 | 2016-07-02T12:53:21.000Z | 2021-08-17T01:32:15.000Z | ios-sealtalk/RCloudMessage/Sections/Me/PersonalDetail/RCDSetSealTalkNumViewController.h | pangang107/sealtalk-ios | 0b96cba61e64f7a14a0700bfbf6b2bb034cad4ee | [
"MIT"
] | 190 | 2016-06-21T00:37:47.000Z | 2021-11-04T08:35:03.000Z | //
// RCDSetSealTalkNumViewController.h
// SealTalk
//
// Created by 孙浩 on 2019/7/8.
// Copyright © 2019 RongCloud. All rights reserved.
//
#import "RCDViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface RCDSetSealTalkNumViewController : RCDViewController
@end
NS_ASSUME_NONNULL_END
| 16.277778 | 62 | 0.771331 |
3fbc4bf839d27998382ff5a53258c7305daaba26 | 743 | h | C | cpp/p3/source/p3/widgets/Button.h | 0lru/p3ui | 162c6c68f4a55ec109a593c8ced66a62520b5602 | [
"MIT"
] | 21 | 2021-07-22T21:33:01.000Z | 2022-02-12T15:17:46.000Z | cpp/p3/source/p3/widgets/Button.h | 0lru/p3ui | 162c6c68f4a55ec109a593c8ced66a62520b5602 | [
"MIT"
] | 3 | 2021-07-26T19:00:39.000Z | 2021-12-12T09:29:09.000Z | cpp/p3/source/p3/widgets/Button.h | 0lru/p3ui | 162c6c68f4a55ec109a593c8ced66a62520b5602 | [
"MIT"
] | 2 | 2021-07-23T04:57:21.000Z | 2021-12-15T22:51:45.000Z | #pragma once
#include <string>
#include <functional>
#include <p3/Node.h>
namespace p3
{
class Button : public Node
{
public:
using OnClick = std::function<void()>;
Button(std::optional<std::string> label = std::nullopt);
StyleStrategy& style_strategy() const override;
... | 20.638889 | 84 | 0.635262 |
8f6db0bd3ae34e2dfeb38ebdfa55b396a95ffba1 | 8,925 | h | C | usr/src/uts/common/sys/fibre-channel/ulp/fcp.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/uts/common/sys/fibre-channel/ulp/fcp.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/uts/common/sys/fibre-channel/ulp/fcp.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | 1 | 2020-12-30T00:04:16.000Z | 2020-12-30T00:04:16.000Z | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... | 25.070225 | 73 | 0.702969 |
e933092d863012564f51c25058c8fbf9f5e46b97 | 1,631 | h | C | cppEngineConcept/engine/World.h | ProkopHapala/SimpleSimulationEngine | 240f9b7e85b3a6eda7a27dc15fe3f7b8c08774c5 | [
"MIT"
] | 26 | 2016-12-04T04:45:12.000Z | 2022-03-24T09:39:28.000Z | cppEngineConcept/engine/World.h | Aki78/FlightAI | 9c5480f2392c9c89b9fee4902db0c4cde5323a6c | [
"MIT"
] | null | null | null | cppEngineConcept/engine/World.h | Aki78/FlightAI | 9c5480f2392c9c89b9fee4902db0c4cde5323a6c | [
"MIT"
] | 2 | 2019-02-09T12:31:06.000Z | 2019-04-28T02:24:50.000Z |
#ifndef Shooter_h
#define Shooter_h
#include <vector>
//#include <unordered_set>
//#include <algorithm>
#include "fastmath.h"
#include "Vec3.h"
#include "Mat3.h"
#include "quaternion.h"
#include "Body.h"
//#include "NBodyWorld2D.h" // TODO: We would like to add this later
#include "Object3D.h"
#include "Ter... | 23.3 | 131 | 0.67198 |
978d89ddc713517b4c0a69af5b7c34fcfaa2cc1f | 88,335 | c | C | src/dc4wZip.c | geoffmcl/dc4w | 40e24d9367d16266d6646f7feff7ff8ecb520d2b | [
"Unlicense"
] | null | null | null | src/dc4wZip.c | geoffmcl/dc4w | 40e24d9367d16266d6646f7feff7ff8ecb520d2b | [
"Unlicense"
] | 1 | 2020-07-01T17:51:19.000Z | 2020-07-01T17:51:19.000Z | src/dc4wZip.c | geoffmcl/dc4w | 40e24d9367d16266d6646f7feff7ff8ecb520d2b | [
"Unlicense"
] | null | null | null |
// dc4wZip.c
// this is public domain software - praise me, if ok, just don't blame me!
// Handles BOTH the reading/unzipping of a ZIP file, and
// the creation of a ZIP of the LIST about to be overwritten by an update
// This 2nd function, not yet COMPLETED, would allow a BACKUP or UNDO if
// done CAREFULLY.
#inclu... | 27.989544 | 112 | 0.476414 |
1c5557b4bcbc858a95e025bee529c027d0c9502b | 7,591 | c | C | IntelEdison/1.0.2/src/Application.c | sorphin/traffic-light-system | c4422e860a8498ae8f64f11bb4fab4294e6be8d7 | [
"MIT"
] | null | null | null | IntelEdison/1.0.2/src/Application.c | sorphin/traffic-light-system | c4422e860a8498ae8f64f11bb4fab4294e6be8d7 | [
"MIT"
] | null | null | null | IntelEdison/1.0.2/src/Application.c | sorphin/traffic-light-system | c4422e860a8498ae8f64f11bb4fab4294e6be8d7 | [
"MIT"
] | 1 | 2020-11-27T00:58:42.000Z | 2020-11-27T00:58:42.000Z | /*
* Application.c
*
* Created on: Jan 24, 2016
* Author: user
*/
#include <stdio.h>
#include <stdlib.h>
#include "mraa.h"
#include "Application.h"
#include "Serial.h"
#include "Utility.h"
#include "MCP23017.h"
#include "MAX6958.h"
void Variable_Assign(mraa_i2c_context structure, uint16_t input)
{
junctio... | 25.819728 | 134 | 0.71295 |
2da7c3bf8dc57c799a0e32a97d5208b91bb3344b | 9,887 | c | C | freebsd5/sys/alpha/pci/apecs.c | shisa/kame-shisa | 25dfcf220c0cd8192e475a602501206ccbd9263e | [
"BSD-3-Clause"
] | 1 | 2019-10-15T06:29:32.000Z | 2019-10-15T06:29:32.000Z | freebsd5/sys/alpha/pci/apecs.c | shisa/kame-shisa | 25dfcf220c0cd8192e475a602501206ccbd9263e | [
"BSD-3-Clause"
] | null | null | null | freebsd5/sys/alpha/pci/apecs.c | shisa/kame-shisa | 25dfcf220c0cd8192e475a602501206ccbd9263e | [
"BSD-3-Clause"
] | 3 | 2017-01-09T02:15:36.000Z | 2019-10-15T06:30:25.000Z | /*-
* Copyright (c) 1998 Doug Rabson
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... | 25.547804 | 87 | 0.727926 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.