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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2b00b94fb3ea1cd491cfad86d36a83aa1c640ffb | 605 | h | C | AZ3166/src/cores/arduino/system/SystemWiFi.h | duglah/devkit-sdk | 7f016a1b00a25d6133009028c67b75e54495cf93 | [
"MIT"
] | 34 | 2019-05-08T07:36:51.000Z | 2021-11-11T19:40:39.000Z | AZ3166/src/cores/arduino/system/SystemWiFi.h | duglah/devkit-sdk | 7f016a1b00a25d6133009028c67b75e54495cf93 | [
"MIT"
] | 127 | 2018-01-04T10:24:22.000Z | 2019-04-19T15:18:58.000Z | AZ3166/src/cores/arduino/system/SystemWiFi.h | duglah/devkit-sdk | 7f016a1b00a25d6133009028c67b75e54495cf93 | [
"MIT"
] | 30 | 2018-01-15T03:40:57.000Z | 2019-04-18T19:58:19.000Z | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license.
#ifndef __SYSTEM_WIFI_H__
#define __SYSTEM_WIFI_H__
#include "mbed.h"
#ifdef __cplusplus
extern "C"{
#endif // __cplusplus
bool InitSystemWiFi(void);
bool SystemWiFiConnect(void);
int SystemWiFiRSSI(void);
const char* SystemWiFiSS... | 20.862069 | 65 | 0.778512 |
9e91941575e6437cefdaf8754c137045d8ad547d | 2,527 | h | C | enhanced/archive/classlib/java6/modules/awt/src/main/native/winfont/windows/winFont.h | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 5 | 2017-03-08T20:32:39.000Z | 2021-07-10T10:12:38.000Z | enhanced/archive/classlib/java6/modules/awt/src/main/native/winfont/windows/winFont.h | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | null | null | null | enhanced/archive/classlib/java6/modules/awt/src/main/native/winfont/windows/winFont.h | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 4 | 2015-07-07T07:06:59.000Z | 2018-06-19T22:38:04.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... | 37.716418 | 86 | 0.593985 |
9eab3039ad2e5397565fa2594457e8e63a166430 | 3,188 | c | C | ALSNP_3rd/src/6.io_interface/sockopt/tcp_cli_reuseaddr.c | nosy0411/Advanced_Linux_System_Network_Programming_for_Finance | d4596adeaa2692584b5011e55f01d6b6a8f24269 | [
"MIT"
] | null | null | null | ALSNP_3rd/src/6.io_interface/sockopt/tcp_cli_reuseaddr.c | nosy0411/Advanced_Linux_System_Network_Programming_for_Finance | d4596adeaa2692584b5011e55f01d6b6a8f24269 | [
"MIT"
] | 3 | 2020-09-04T16:54:13.000Z | 2021-06-02T02:56:55.000Z | ALSNP_3rd/src/6.io_interface/sockopt/tcp_cli_reuseaddr.c | nosy0411/ALSNP_for_Finance | d4596adeaa2692584b5011e55f01d6b6a8f24269 | [
"MIT"
] | null | null | null | /* vim: set ts=4 sw=4: */
/* Filename : tcp_cli_reuseaddr.c
* Description : SO_REUSEADDR on client side
* Author : SunYoung Kim <sunyzero@gmail.com>
* Notes :
* Rel. : 3rd Ed.
*/
#define _XOPEN_SOURCE 700
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include ... | 32.20202 | 93 | 0.536073 |
fa06ca847196e2523335db9710e54f6052509e07 | 3,292 | h | C | MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/usb_device/memory/virtual_mem/virtual_mem.h | bhargavkumar040/android-source-browsing.device--google--accessory--adk2012-demo | d1d4908ee7e35973b3215eb04ddcea2022ceebc1 | [
"Apache-2.0"
] | null | null | null | MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/usb_device/memory/virtual_mem/virtual_mem.h | bhargavkumar040/android-source-browsing.device--google--accessory--adk2012-demo | d1d4908ee7e35973b3215eb04ddcea2022ceebc1 | [
"Apache-2.0"
] | null | null | null | MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/usb_device/memory/virtual_mem/virtual_mem.h | bhargavkumar040/android-source-browsing.device--google--accessory--adk2012-demo | d1d4908ee7e35973b3215eb04ddcea2022ceebc1 | [
"Apache-2.0"
] | null | null | null | /*This file is prepared for Doxygen automatic documentation generation.*/
/*! \file ******************************************************************
*
* \brief Management of the virtual memory.
*
* This file manages the virtual memory.
*
* - Compiler: IAR EWAVR32 and GNU GCC for AVR32
* - Sup... | 34.291667 | 83 | 0.688943 |
fa2d4a1bae203a0ed5d3dd2f38b972c03f40d7d1 | 20,824 | c | C | src/map/lapack2flamec/f2c/c/dtrsen.c | haampie/libflame | a6b27af9b7ef91ec2724b52c7c09b681379a3470 | [
"BSD-3-Clause"
] | 199 | 2015-02-06T06:05:32.000Z | 2022-03-18T05:20:33.000Z | src/map/lapack2flamec/f2c/c/dtrsen.c | haampie/libflame | a6b27af9b7ef91ec2724b52c7c09b681379a3470 | [
"BSD-3-Clause"
] | 44 | 2015-05-10T18:14:52.000Z | 2022-02-22T08:22:10.000Z | src/map/lapack2flamec/f2c/c/dtrsen.c | haampie/libflame | a6b27af9b7ef91ec2724b52c7c09b681379a3470 | [
"BSD-3-Clause"
] | 70 | 2015-02-07T04:53:03.000Z | 2022-03-18T05:20:36.000Z | /* ../netlib/dtrsen.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the en... | 32.639498 | 292 | 0.496542 |
d27971cb3789bcf7a3947898592ae410421e64f9 | 1,857 | h | C | src/range.h | jl2922/hybrid_parallel_util | 3d9ff157b7d47e85a1d32786401c7f0807d98362 | [
"MIT"
] | 1 | 2018-02-23T18:01:01.000Z | 2018-02-23T18:01:01.000Z | src/range.h | jl2922/hpmr | 3d9ff157b7d47e85a1d32786401c7f0807d98362 | [
"MIT"
] | null | null | null | src/range.h | jl2922/hpmr | 3d9ff157b7d47e85a1d32786401c7f0807d98362 | [
"MIT"
] | null | null | null | #pragma once
#include <functional>
#include "dist_map.h"
namespace hpmr {
template <class T>
class Range {
public:
Range(const T start, const T end, const T step = 1) : start(start), end(end), step(step) {}
template <class K, class V, class H = std::hash<K>>
DistMap<K, V, H> mapreduce(
const std::functi... | 27.716418 | 97 | 0.631125 |
2cd139a68eff5044eb62625ea0470974d6561ee5 | 2,879 | h | C | modules/drivers/lidar/robosense/driver/driver.h | GoJamie/apollo | 1084d778c1be40fdaaf3fcdcf3e01d5dbcc27bda | [
"Apache-2.0"
] | 1 | 2020-11-30T07:07:59.000Z | 2020-11-30T07:07:59.000Z | modules/drivers/lidar/robosense/driver/driver.h | GoJamie/apollo | 1084d778c1be40fdaaf3fcdcf3e01d5dbcc27bda | [
"Apache-2.0"
] | 1 | 2020-07-17T09:10:44.000Z | 2020-07-17T09:10:44.000Z | modules/drivers/lidar/robosense/driver/driver.h | GoJamie/apollo | 1084d778c1be40fdaaf3fcdcf3e01d5dbcc27bda | [
"Apache-2.0"
] | 2 | 2021-12-12T03:33:50.000Z | 2021-12-29T22:29:21.000Z | /******************************************************************************
* Copyright 2020 The Apollo Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
... | 33.476744 | 79 | 0.706148 |
d625366504ad328e9b2e001816e72763c5d22944 | 114 | h | C | project/include/Utils.h | JOELwindows7/haxe-hardware | 6544b119cf55b1711a3fffc07871bc01d698ef86 | [
"MIT"
] | 10 | 2015-04-01T03:34:41.000Z | 2021-07-02T17:47:52.000Z | project/include/Utils.h | JOELwindows7/haxe-hardware | 6544b119cf55b1711a3fffc07871bc01d698ef86 | [
"MIT"
] | 2 | 2015-03-30T12:06:24.000Z | 2021-07-04T01:39:20.000Z | project/include/Utils.h | JOELwindows7/haxe-hardware | 6544b119cf55b1711a3fffc07871bc01d698ef86 | [
"MIT"
] | 4 | 2015-03-30T06:37:05.000Z | 2021-07-03T09:26:29.000Z | #ifndef HARDWARE_H
#define HARDWARE_H
namespace hardware {
int SampleMethod(int inputValue);
}
#endif | 8.142857 | 34 | 0.719298 |
32855cc91772eea14d4178b2be1c84a8f4349987 | 122 | h | C | src/unistd/_POSIX_ASYNCHRONOUS_IO.h | ung-org/lib-c | 55fc64c7ffd7792bc88451a736c2e94e5865282f | [
"MIT"
] | null | null | null | src/unistd/_POSIX_ASYNCHRONOUS_IO.h | ung-org/lib-c | 55fc64c7ffd7792bc88451a736c2e94e5865282f | [
"MIT"
] | null | null | null | src/unistd/_POSIX_ASYNCHRONOUS_IO.h | ung-org/lib-c | 55fc64c7ffd7792bc88451a736c2e94e5865282f | [
"MIT"
] | null | null | null | #include <unistd.h>
#define _POSIX_ASYNCHRONOUS_IO 200809L
/*
POSIX(199309)
*/
| 17.428571 | 80 | 0.491803 |
d0d25d9fba7c0cbee83a37a3037808c1a3d68d42 | 41,563 | h | C | Deps/acl/includes/acl/math/vector4_32.h | niello/deusexmachina | 2f698054fe82d8b40a0a0e58b86d64ffed0de06c | [
"MIT"
] | 15 | 2019-05-07T11:26:13.000Z | 2022-01-12T18:26:45.000Z | Deps/acl/includes/acl/math/vector4_32.h | niello/deusexmachina | 2f698054fe82d8b40a0a0e58b86d64ffed0de06c | [
"MIT"
] | 16 | 2021-10-04T17:15:31.000Z | 2022-03-20T09:34:29.000Z | Deps/acl/includes/acl/math/vector4_32.h | niello/deusexmachina | 2f698054fe82d8b40a0a0e58b86d64ffed0de06c | [
"MIT"
] | 2 | 2019-04-28T23:27:48.000Z | 2019-05-07T11:26:18.000Z | #pragma once
////////////////////////////////////////////////////////////////////////////////
// The MIT License (MIT)
//
// Copyright (c) 2017 Nicholas Frechette & Animation Compression Library contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and asso... | 42.892673 | 222 | 0.758198 |
1913ae3ba98cc8d56ada0d8835dada8bd52e6914 | 1,667 | c | C | hex_to_dec.c | JoshuaSkootsky/SomeMath | 0c8ae8cd676813df694170f3292bbeb792cbd1a2 | [
"BSL-1.0"
] | null | null | null | hex_to_dec.c | JoshuaSkootsky/SomeMath | 0c8ae8cd676813df694170f3292bbeb792cbd1a2 | [
"BSL-1.0"
] | null | null | null | hex_to_dec.c | JoshuaSkootsky/SomeMath | 0c8ae8cd676813df694170f3292bbeb792cbd1a2 | [
"BSL-1.0"
] | null | null | null | /* Excercise 2-3: K&R :: Convert Hex input into base-10 integer outout
(c) Joshua Skootsky, 2014 */
#include <stdio.h>
#include <math.h>
#define MAXLINE 1000
int main(int argc, char *argv[]) {
char input[MAXLINE];
int i, c, j, sum, val;
/* Read from file to stored 'input' array, skipping newlines */
... | 23.478873 | 70 | 0.40192 |
1928734c675cb3adb64a4e4db35caf80bc600971 | 6,500 | h | C | src/application/io/encoders/Encoders.h | js-midi/OpenDeck | 72fc7199e3ba484b87086541f27a1ccb20fbc54f | [
"Apache-2.0"
] | null | null | null | src/application/io/encoders/Encoders.h | js-midi/OpenDeck | 72fc7199e3ba484b87086541f27a1ccb20fbc54f | [
"Apache-2.0"
] | null | null | null | src/application/io/encoders/Encoders.h | js-midi/OpenDeck | 72fc7199e3ba484b87086541f27a1ccb20fbc54f | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2015-2021 Igor Petrovic
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, soft... | 32.178218 | 105 | 0.541077 |
5cb1051b5831330beb681a78e2bc00450ff4f744 | 1,914 | h | C | linux/arch/arm/mach-netx/include/mach/uncompress.h | bradchesney79/illacceptanything | 4594ae4634fdb5e39263a6423dc255ed46c25208 | [
"MIT"
] | 55 | 2019-12-20T03:25:14.000Z | 2022-01-16T07:19:47.000Z | linux/arch/arm/mach-netx/include/mach/uncompress.h | bradchesney79/illacceptanything | 4594ae4634fdb5e39263a6423dc255ed46c25208 | [
"MIT"
] | 2 | 2020-11-02T08:01:00.000Z | 2022-03-27T02:59:18.000Z | linux/arch/arm/mach-netx/include/mach/uncompress.h | bradchesney79/illacceptanything | 4594ae4634fdb5e39263a6423dc255ed46c25208 | [
"MIT"
] | 11 | 2020-08-06T03:59:45.000Z | 2022-02-25T02:31:59.000Z | /*
* arch/arm/mach-netx/include/mach/uncompress.h
*
* Copyright (C) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation.
*
... | 25.184211 | 76 | 0.719958 |
6829818d099a77a4f7b1d33c626f5b27ea0f2f0b | 7,835 | h | C | Clocker/Frameworks/SystemConfiguration.framework/Versions/A/Headers/SCNetwork.h | niij/Clocker | a28f6263091038b7d41464106ab9c65125d8daa6 | [
"MIT"
] | 416 | 2016-08-20T03:40:59.000Z | 2022-03-30T14:27:47.000Z | Clocker/Frameworks/SystemConfiguration.framework/Versions/A/Headers/SCNetwork.h | niij/Clocker | a28f6263091038b7d41464106ab9c65125d8daa6 | [
"MIT"
] | 41 | 2016-08-22T14:41:42.000Z | 2022-02-25T11:38:16.000Z | Clocker/Frameworks/SystemConfiguration.framework/Versions/A/Headers/SCNetwork.h | niij/Clocker | a28f6263091038b7d41464106ab9c65125d8daa6 | [
"MIT"
] | 173 | 2016-08-28T15:09:18.000Z | 2022-03-23T15:42:52.000Z | /*
* Copyright (c) 2000, 2001, 2003-2009, 2015 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this f... | 38.219512 | 88 | 0.785578 |
658302cfb0ae17a67c59683c0565180dc73ef814 | 562 | c | C | tests/regression/33-constants/03-empty-not-dead-branch.c | TDacik/analyzer | f5a98a0d321f02b6c217cbbb1c0f058315409c42 | [
"MIT"
] | 64 | 2015-02-21T12:09:08.000Z | 2022-03-30T14:38:16.000Z | tests/regression/33-constants/03-empty-not-dead-branch.c | TDacik/analyzer | f5a98a0d321f02b6c217cbbb1c0f058315409c42 | [
"MIT"
] | 507 | 2015-03-17T14:56:21.000Z | 2022-03-31T12:25:20.000Z | tests/regression/33-constants/03-empty-not-dead-branch.c | TDacik/analyzer | f5a98a0d321f02b6c217cbbb1c0f058315409c42 | [
"MIT"
] | 39 | 2015-05-03T19:46:24.000Z | 2022-03-30T14:38:18.000Z | //PARAM: --set ana.activated '["constants"]'
int g;
int main() {
// state: {bot}, because no locals
if (g) {
g = 1; // state: {bot}, because Hoare set add (in PathSensitive2 map) keeps bot, while reduce would remove
}
else {
g = 2; // state: {bot}, because Hoare set add (in PathSensiti... | 33.058824 | 114 | 0.626335 |
04edada669fb6acaeadcf8ce220c94b3ad457333 | 4,687 | c | C | server_customer.c | abhiyadav1323/banking | 10fbc4e34b4782eb32bca84b1ec34123978805a5 | [
"MIT"
] | 1 | 2022-03-04T14:00:01.000Z | 2022-03-04T14:00:01.000Z | server_customer.c | abhiyadav1323/banking | 10fbc4e34b4782eb32bca84b1ec34123978805a5 | [
"MIT"
] | null | null | null | server_customer.c | abhiyadav1323/banking | 10fbc4e34b4782eb32bca84b1ec34123978805a5 | [
"MIT"
] | 1 | 2021-12-05T04:16:59.000Z | 2021-12-05T04:16:59.000Z | #include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <sys/sendfile.h>
#include <string.h>
#include <sys/stat.h>
#include <fcntl.h>
#define MAX 1001
extern void error(char *);
extern char *client_ip;
void available_balance(int sockfd,char *cust_id)
{
... | 26.630682 | 110 | 0.519735 |
aa2276e8a5bd703a46d35b2129ee3993d8db70a6 | 104 | c | C | 1000/1063.c | Jason-time/codeup | 0a9b803f643b9021bece7959fef919a3355f0803 | [
"MIT"
] | null | null | null | 1000/1063.c | Jason-time/codeup | 0a9b803f643b9021bece7959fef919a3355f0803 | [
"MIT"
] | null | null | null | 1000/1063.c | Jason-time/codeup | 0a9b803f643b9021bece7959fef919a3355f0803 | [
"MIT"
] | null | null | null | #include <stdio.h>
void main ()
{
int a,b;
scanf("%d %d",&a,&b);
printf("%d", a>b?a:b);
return 0;
}
| 11.555556 | 23 | 0.509615 |
80371e1349c98a8799649c16526d39e1b5e8b564 | 3,265 | c | C | release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm97115/src/dev_bcm4413_mii.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 278 | 2015-11-03T03:01:20.000Z | 2022-01-20T18:21:05.000Z | release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm97115/src/dev_bcm4413_mii.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 374 | 2015-11-03T12:37:22.000Z | 2021-12-17T14:18:08.000Z | release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm97115/src/dev_bcm4413_mii.c | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 96 | 2015-11-22T07:47:26.000Z | 2022-01-20T19:52:19.000Z | #include "lib_types.h"
#include "lib_printf.h"
#include "cfe_timer.h"
#include "dev_bcm4413.h"
#include "dev_bcm4413_mii.h"
#define MIITRACE( x )
#define CTL_RESET (1 << 15) /* reset */
#define CTL_SPEED (1 << 13) /* speed selection 0=10, 1=100 */
#define CTL_ANENAB (1 << 12) /* autonegotiation enable... | 22.060811 | 77 | 0.654824 |
e7323476a43996d4ec405d44f989ae0f373322f6 | 509 | h | C | src/Parsers/New/AST/DescribeQuery.h | evryfs/ClickHouse | a9648af0b9e2506ce783106315814ed8dbd0a952 | [
"Apache-2.0"
] | 18 | 2021-05-29T01:12:33.000Z | 2021-11-18T12:34:48.000Z | src/Parsers/New/AST/DescribeQuery.h | evryfs/ClickHouse | a9648af0b9e2506ce783106315814ed8dbd0a952 | [
"Apache-2.0"
] | 13 | 2019-06-06T09:45:53.000Z | 2020-05-15T12:03:45.000Z | src/Parsers/New/AST/DescribeQuery.h | evryfs/ClickHouse | a9648af0b9e2506ce783106315814ed8dbd0a952 | [
"Apache-2.0"
] | 22 | 2019-06-14T10:31:51.000Z | 2020-10-12T14:57:44.000Z | #pragma once
#include <Parsers/New/AST/Query.h>
namespace DB::AST
{
// TODO: rewrite to
// `SELECT name, type, default_type, default_expression, comment, codec_expression, ttl_expression FROM system.columns
// WHERE database=db AND table=table`
class DescribeQuery : public Query
{
public:
... | 18.178571 | 124 | 0.638507 |
2e9854884c67399ceaf512064f15e82cd0b87f2b | 1,885 | h | C | src/main/include/trx0xa.h | xiaoma20082008/innodb | 62f1cf0a1e249fbd867fbdc2f09816aa8cef4acd | [
"Apache-2.0"
] | null | null | null | src/main/include/trx0xa.h | xiaoma20082008/innodb | 62f1cf0a1e249fbd867fbdc2f09816aa8cef4acd | [
"Apache-2.0"
] | null | null | null | src/main/include/trx0xa.h | xiaoma20082008/innodb | 62f1cf0a1e249fbd867fbdc2f09816aa8cef4acd | [
"Apache-2.0"
] | null | null | null | /*****************************************************************************
Copyright (c) 1995, 2021, Oracle and/or its affiliates.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, version 2.0, as published by the
Free Software Foundation.
... | 34.272727 | 78 | 0.667905 |
8350b5dbd79819e0058fe76af816f65b2164f4a9 | 2,454 | h | C | oasys_source/io/NetUtils.h | lauramazzuca21/DTNME | c97b598b09a8c8e97c2e4136879d9f0e157c8df7 | [
"Apache-2.0"
] | 7 | 2021-02-11T16:54:24.000Z | 2021-08-20T06:15:30.000Z | io/NetUtils.h | delay-tolerant-networking/oasys | ec3f11d8a1e41c05ecbc275b9f4dfc160d69b420 | [
"Apache-2.0"
] | 3 | 2020-09-18T13:48:53.000Z | 2021-05-27T18:28:14.000Z | oasys_source/io/NetUtils.h | lauramazzuca21/DTNME | c97b598b09a8c8e97c2e4136879d9f0e157c8df7 | [
"Apache-2.0"
] | 10 | 2020-09-26T05:08:40.000Z | 2022-01-25T12:57:55.000Z | /*
* Copyright 2004-2006 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 License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | 22.309091 | 78 | 0.673187 |
d3dce8f6391804af20b38973ce00e005a48446ac | 508 | h | C | libcog/Json/cogjson.h | dcerjan/old-cog-engine | e6aa34989af7ae359f2550f430dba567a0a1c313 | [
"MIT"
] | 1 | 2020-05-14T18:52:22.000Z | 2020-05-14T18:52:22.000Z | libcog/Json/cogjson.h | dcerjan/old-cog-engine | e6aa34989af7ae359f2550f430dba567a0a1c313 | [
"MIT"
] | null | null | null | libcog/Json/cogjson.h | dcerjan/old-cog-engine | e6aa34989af7ae359f2550f430dba567a0a1c313 | [
"MIT"
] | null | null | null | #ifndef _COG_JSON_H_
#define _COG_JSON_H_
#include "CogJsonObject.h"
#include "coggc.h"
struct CogJsonParser {
CogCleanupPool pool;
};
typedef struct CogJsonParser* CogJsonParser;
CogJsonParser
CogJsonParserAlloc(
void
);
CogJsonObject
CogJsonParserParseString(
CogJsonParser parser,
const char* ... | 14.941176 | 44 | 0.728346 |
d3f15e0c97766af434a3f86f949b3bd37dd1d113 | 3,357 | h | C | coast/modules/StringRenderers/RegExpReplaceRenderer.h | zer0infinity/CuteForCoast | 37d933c5fe2e0ce9a801f51b2aa27c7a18098511 | [
"BSD-3-Clause"
] | null | null | null | coast/modules/StringRenderers/RegExpReplaceRenderer.h | zer0infinity/CuteForCoast | 37d933c5fe2e0ce9a801f51b2aa27c7a18098511 | [
"BSD-3-Clause"
] | null | null | null | coast/modules/StringRenderers/RegExpReplaceRenderer.h | zer0infinity/CuteForCoast | 37d933c5fe2e0ce9a801f51b2aa27c7a18098511 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2010, Peter Sommerlad and IFS Institute for Software at HSR Rapperswil, Switzerland
* All rights reserved.
*
* This library/application is free software; you can redistribute and/or modify it under the terms of
* the license that is included with this library/application in the file license.txt.... | 29.447368 | 159 | 0.722669 |
d907600fea43645f21ae0ad467e7e2877848edc6 | 1,349 | h | C | IoT2/IoT2-mbed-wrappers/IoT2_wrappers/tcp/mbed-sdk/iot2TCP.h | ghsecuritylab/BenchIoT | 4919427d35e578a7ff07ef5e0b4710b6455dd0b9 | [
"Apache-2.0"
] | 22 | 2019-05-03T03:39:09.000Z | 2022-02-26T17:14:15.000Z | IoT2/IoT2-mbed-wrappers/IoT2_wrappers/tcp/mbed-sdk/iot2TCP.h | ghsecuritylab/BenchIoT | 4919427d35e578a7ff07ef5e0b4710b6455dd0b9 | [
"Apache-2.0"
] | 3 | 2019-07-29T19:48:49.000Z | 2022-01-10T07:24:43.000Z | IoT2/IoT2-mbed-wrappers/IoT2_wrappers/tcp/mbed-sdk/iot2TCP.h | ghsecuritylab/BenchIoT | 4919427d35e578a7ff07ef5e0b4710b6455dd0b9 | [
"Apache-2.0"
] | 8 | 2019-05-16T08:02:33.000Z | 2021-08-03T03:41:37.000Z | //=================================================================================================
//
// This file is used to simplify initializig ethernet and resolve non-blocking send/recv
// calls in the main application.
//
//=========================================================================================... | 26.98 | 99 | 0.507784 |
031e866517049d64ecbda1e8eb2005343721796f | 22,898 | c | C | c_code/1_2/compiler_typesrenderer.c | FedericoCeratto/debian-nim | a029bf7b350731aa9b59a9be7d441a6b7e93ce27 | [
"MIT"
] | null | null | null | c_code/1_2/compiler_typesrenderer.c | FedericoCeratto/debian-nim | a029bf7b350731aa9b59a9be7d441a6b7e93ce27 | [
"MIT"
] | null | null | null | c_code/1_2/compiler_typesrenderer.c | FedericoCeratto/debian-nim | a029bf7b350731aa9b59a9be7d441a6b7e93ce27 | [
"MIT"
] | null | null | null | /* Generated by Nim Compiler v0.15.0 */
/* (c) 2016 Andreas Rumpf */
/* The generated code is subject to the original license. */
#define NIM_INTBITS 64
#include "nimbase.h"
#include <string.h>
typedef struct NimStringDesc NimStringDesc;
typedef struct TGenericSeq TGenericSeq;
typedef struct Tnode290802 Tnode2908... | 26.687646 | 147 | 0.723033 |
03dd67410f47b0fafc382aa9953accff532df2b6 | 4,690 | c | C | src/machine/cchip.c | rsn8887/mame2003-plus-libretro | 2d0759df85a6e647a7301fed9eec37b4f4270812 | [
"RSA-MD"
] | null | null | null | src/machine/cchip.c | rsn8887/mame2003-plus-libretro | 2d0759df85a6e647a7301fed9eec37b4f4270812 | [
"RSA-MD"
] | null | null | null | src/machine/cchip.c | rsn8887/mame2003-plus-libretro | 2d0759df85a6e647a7301fed9eec37b4f4270812 | [
"RSA-MD"
] | null | null | null | /***************************************************************************
cchip.c
This file contains routines to interface with the Taito Controller Chip
(or "Command Chip") version 1. It's currently used by Superman and Mega
Blast. [Further cchip emulation is in machine/rainbow.c, machine/volfied.c,
dri... | 28.424242 | 127 | 0.592751 |
1e1469b0fdc70d2a8decb364b61dfe398906a6f1 | 3,251 | c | C | dift/splice.c | huhong789/shortcut | bce8a64c4d99b3dca72ffa0a04c9f3485cbab13a | [
"BSD-2-Clause"
] | 47 | 2015-03-10T23:21:52.000Z | 2022-02-17T01:04:14.000Z | dift/splice.c | shortcut-sosp19/shortcut | f0ff3d9170dbc6de38e0d8c200db056aa26b9c48 | [
"BSD-2-Clause"
] | 1 | 2020-06-30T18:01:37.000Z | 2020-06-30T18:01:37.000Z | dift/splice.c | shortcut-sosp19/shortcut | f0ff3d9170dbc6de38e0d8c200db056aa26b9c48 | [
"BSD-2-Clause"
] | 19 | 2015-02-25T19:50:05.000Z | 2021-10-05T14:35:54.000Z | #include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
#include <glib-2.0/glib.h>
#include "linkage_common.h"
#include "maputil.h"
#include "taint_interface/taint_creation.h"
#include "ta... | 27.786325 | 114 | 0.647493 |
14206f41a67ead54d12fa63034b04433fd1ad03e | 1,731 | h | C | src/Ngap_GlobalRANNodeID.h | neonkingfr/oai-libngapcodec | a36b8c44cdd8f9aee88527ad1d3c74d4caf8f9c4 | [
"Apache-2.0"
] | 2 | 2019-12-06T14:24:00.000Z | 2021-02-25T05:55:58.000Z | src/Ngap_GlobalRANNodeID.h | fly-fisher/oai-libngapcodec | d90f648f1a294e707a7506e199867ec786c76941 | [
"Apache-2.0"
] | null | null | null | src/Ngap_GlobalRANNodeID.h | fly-fisher/oai-libngapcodec | d90f648f1a294e707a7506e199867ec786c76941 | [
"Apache-2.0"
] | 6 | 2019-12-06T14:23:59.000Z | 2021-04-08T06:33:21.000Z | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-IEs"
* found in "asn.1/Information Element Definitions.asn1"
* `asn1c -pdu=all -fcompound-names -fno-include-deps -findirect-choice -gen-PER -D src`
*/
#ifndef _Ngap_GlobalRANNodeID_H_
#define _Ngap_GlobalRANNodeID_H_
#include... | 27.919355 | 89 | 0.822646 |
b32996f8d4542849febefd7795a274b8b5d0d955 | 592 | h | C | components/viz/common/gpu/context_lost_observer.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"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/viz/common/gpu/context_lost_observer.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | components/viz/common/gpu/context_lost_observer.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"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 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_VIZ_COMMON_GPU_CONTEXT_LOST_OBSERVER_H_
#define COMPONENTS_VIZ_COMMON_GPU_CONTEXT_LOST_OBSERVER_H_
namespace viz {
// Observers a Con... | 26.909091 | 73 | 0.795608 |
cad9ad4815fab6fbfd7a85d22ec6ede536923b0d | 1,104 | c | C | libft/ft_strcat.c | vpopovyc/nm_otool | a4b6069efe6c403626676a70b51b1c32286228df | [
"MIT"
] | null | null | null | libft/ft_strcat.c | vpopovyc/nm_otool | a4b6069efe6c403626676a70b51b1c32286228df | [
"MIT"
] | null | null | null | libft/ft_strcat.c | vpopovyc/nm_otool | a4b6069efe6c403626676a70b51b1c32286228df | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcat.c :+: :+: :+: ... | 36.8 | 80 | 0.190217 |
23e5b015d5cd85c6e2f534f632b05bdbe1d833b5 | 2,060 | h | C | Utilities/RIUtility.h | hardcao/scanCode | ddc0e1516e2fd3e15ccafbe19813e2cca4fc2811 | [
"MIT"
] | null | null | null | Utilities/RIUtility.h | hardcao/scanCode | ddc0e1516e2fd3e15ccafbe19813e2cca4fc2811 | [
"MIT"
] | null | null | null | Utilities/RIUtility.h | hardcao/scanCode | ddc0e1516e2fd3e15ccafbe19813e2cca4fc2811 | [
"MIT"
] | null | null | null | //
// RIUtility.h
// studyBase
//
// Created by renren on 14-1-22.
// Copyright (c) 2014年 renren. All rights reserved.
//
#import <AssetsLibrary/AssetsLibrary.h>
extern NSString * const kEmotionPlistName;
@class MPlacePOIInfo, NSFetchRequest, SDImageCache;
@interface RIUtility : NSObject
+ (NSString *)document... | 36.140351 | 111 | 0.78835 |
9b1e924402488b8459c73a5db149d9863caf09e7 | 2,857 | h | C | Sources/Elastos/Frameworks/Droid/WebView/Chromium/inc/elastos/droid/webview/chromium/native/ui/ColorPickerMoreButton.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/WebView/Chromium/inc/elastos/droid/webview/chromium/native/ui/ColorPickerMoreButton.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/WebView/Chromium/inc/elastos/droid/webview/chromium/native/ui/ColorPickerMoreButton.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | //=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// 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
//
// ... | 30.073684 | 89 | 0.674134 |
88cd1b7fa2ead7afc19f83f434b2f39a89a47aa0 | 1,588 | h | C | libc/kernel/arch-arm/asm/smp.h | cfriedt/bionic | d65ab1d9017fe191208974be49aa244688177e26 | [
"BSD-2-Clause"
] | 18 | 2015-06-28T23:08:40.000Z | 2021-11-19T17:55:25.000Z | libc/kernel/arch-arm/asm/smp.h | cfriedt/bionic | d65ab1d9017fe191208974be49aa244688177e26 | [
"BSD-2-Clause"
] | 1 | 2015-12-05T14:20:14.000Z | 2015-12-05T14:20:14.000Z | libc/kernel/arch-arm/asm/smp.h | cfriedt/bionic | d65ab1d9017fe191208974be49aa244688177e26 | [
"BSD-2-Clause"
] | 4 | 2017-12-19T12:22:07.000Z | 2022-01-25T16:07:47.000Z | /****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... | 42.918919 | 78 | 0.583753 |
f047bd805870e22b89a2398416a4592455bf17eb | 14,742 | c | C | tools/font/build/single_font_files/u8g2_font_osr18_tf.c | Linghhh/u8g2 | ba733c51a607c32c0f041496ba9929f3a9f6eccd | [
"BSD-2-Clause"
] | 4 | 2019-12-31T19:39:21.000Z | 2021-10-17T19:32:18.000Z | tools/font/build/single_font_files/u8g2_font_osr18_tf.c | Linghhh/u8g2 | ba733c51a607c32c0f041496ba9929f3a9f6eccd | [
"BSD-2-Clause"
] | 35 | 2019-10-26T12:44:43.000Z | 2021-10-02T17:40:13.000Z | tools/font/build/single_font_files/u8g2_font_osr18_tf.c | Linghhh/u8g2 | ba733c51a607c32c0f041496ba9929f3a9f6eccd | [
"BSD-2-Clause"
] | 1 | 2020-12-16T10:31:52.000Z | 2020-12-16T10:31:52.000Z | /*
Fontname: -FreeType-Old Standard TT-Medium-R-Normal--26-260-72-72-P-138-ISO10646-1
Copyright: Copyright (C) 2006-2008 Alexey Kryukov <alexios@thessalonica.org.ru>
Glyphs: 191/1456
BBX Build Mode: 0
*/
const uint8_t u8g2_font_osr18_tf[5943] U8G2_FONT_SECTION("u8g2_font_osr18_tf") =
"\277\0\4\3\5\5\4\5\6\34... | 75.989691 | 107 | 0.659408 |
bb7113f48cc996ac967e25e7708a6ab194476085 | 230 | c | C | lang/c/ForIdx.c | liuyang1/test | a4560e0c9ffd0bc054d55bbcf12a894ab5b7d417 | [
"MIT"
] | 8 | 2015-06-07T13:25:48.000Z | 2022-03-22T23:14:50.000Z | lang/c/ForIdx.c | liuyang1/test | a4560e0c9ffd0bc054d55bbcf12a894ab5b7d417 | [
"MIT"
] | 30 | 2016-01-29T01:36:41.000Z | 2018-09-19T07:01:22.000Z | lang/c/ForIdx.c | liuyang1/test | a4560e0c9ffd0bc054d55bbcf12a894ab5b7d417 | [
"MIT"
] | null | null | null | #include "stdio.h"
int main()
{
int a[] = {0, 1, 2};
unsigned int i;
for (i = 0; i < sizeof(a) / sizeof(a[0]); i++) {
if (a[i] == 3) {
break;
}
}
printf("%d\n", i);
return 0;
}
| 15.333333 | 52 | 0.378261 |
63f1c34ff86fbd31a2cfc970df083b6d26502a98 | 4,315 | h | C | System/Library/PrivateFrameworks/VideosUI.framework/VUIScorecardView.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 11 | 2019-11-06T04:48:48.000Z | 2022-02-09T17:48:15.000Z | System/Library/PrivateFrameworks/VideosUI.framework/VUIScorecardView.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 1 | 2020-04-16T01:41:56.000Z | 2020-04-16T04:32:00.000Z | System/Library/PrivateFrameworks/VideosUI.framework/VUIScorecardView.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 3 | 2019-12-22T20:17:53.000Z | 2021-01-25T09:47:49.000Z | /*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:46:48 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/PrivateFrameworks/VideosUI.framework/VideosUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias L... | 60.774648 | 281 | 0.736964 |
63f71059df887540e0f9d124e45bc811b699e54e | 756 | h | C | src/isr.h | mjcheetham/tinyos | ac12f176c54f060de419c143e857d1bfa6e91eeb | [
"MIT"
] | 3 | 2018-10-09T16:42:36.000Z | 2020-10-12T10:40:52.000Z | src/isr.h | mjcheetham/tinyos | ac12f176c54f060de419c143e857d1bfa6e91eeb | [
"MIT"
] | 1 | 2021-02-15T11:06:46.000Z | 2021-02-15T11:08:37.000Z | src/isr.h | mjcheetham/tinyos | ac12f176c54f060de419c143e857d1bfa6e91eeb | [
"MIT"
] | 1 | 2019-10-12T10:52:47.000Z | 2019-10-12T10:52:47.000Z | #pragma once
#include "types.h"
#define IRQ0 32
#define IRQ1 33
#define IRQ2 34
#define IRQ3 35
#define IRQ4 36
#define IRQ5 37
#define IRQ6 38
#define IRQ7 39
#define IRQ8 40
#define IRQ9 41
#define IRQ10 42
#define IRQ11 43
#define IRQ12 44
#define IRQ13 45
#define IRQ14 46
#define IRQ15 47
typedef struct... | 22.235294 | 90 | 0.736772 |
af9e03583b41de5db86949d09ffaec317427aa09 | 650 | c | C | src/C/struct.c | thai-dinh/calculator | 7d7c5da15feda89432ec7aa0ac7e6fd06fdaab60 | [
"BSD-3-Clause"
] | null | null | null | src/C/struct.c | thai-dinh/calculator | 7d7c5da15feda89432ec7aa0ac7e6fd06fdaab60 | [
"BSD-3-Clause"
] | null | null | null | src/C/struct.c | thai-dinh/calculator | 7d7c5da15feda89432ec7aa0ac7e6fd06fdaab60 | [
"BSD-3-Clause"
] | null | null | null | #include <stdlib.h>
#include <string.h>
#include "struct.h"
Dictionary* new_dict(unsigned size) {
Dictionary* dict = (Dictionary*) calloc(size, sizeof(Dictionary));
if (!dict) {
return NULL;
}
return dict;
}
Operator* new_operator(char* name, unsigned char arity, double (*op)(double, double)) {
Operator* ope... | 19.117647 | 87 | 0.672308 |
769f23bc9b4969c56d640c7a07e6b6ab5a63cf4c | 2,297 | h | C | src/excecoes/Pilha.h | Daniel-Souto/Programacao-avancada | 5b05f61de3dd8fef2007c168de1a88f4d3a0c0fc | [
"MIT"
] | null | null | null | src/excecoes/Pilha.h | Daniel-Souto/Programacao-avancada | 5b05f61de3dd8fef2007c168de1a88f4d3a0c0fc | [
"MIT"
] | null | null | null | src/excecoes/Pilha.h | Daniel-Souto/Programacao-avancada | 5b05f61de3dd8fef2007c168de1a88f4d3a0c0fc | [
"MIT"
] | null | null | null | #ifndef _PILHA_H_
#define _PILHA_H_
#include <string>
#include <iostream>
#include <exception>
using namespace std;
class PilhaVaziaException : public exception
{
public:
virtual const char* what() const throw()
{
return "Pilha vazia!";
}
};
class PilhaCheiaException : public exc... | 17.270677 | 54 | 0.449717 |
18d1a82d5f8f502b43b74165d20b907dd955c9a5 | 965 | h | C | YHPaaS/Classes/CMSPaaS.framework/Headers/CMSMenuControllerHeader.h | p2max34/YHPaaS | 23d3b90a1f446fed7953214809456cd3a1bec9f2 | [
"MIT"
] | null | null | null | YHPaaS/Classes/CMSPaaS.framework/Headers/CMSMenuControllerHeader.h | p2max34/YHPaaS | 23d3b90a1f446fed7953214809456cd3a1bec9f2 | [
"MIT"
] | null | null | null | YHPaaS/Classes/CMSPaaS.framework/Headers/CMSMenuControllerHeader.h | p2max34/YHPaaS | 23d3b90a1f446fed7953214809456cd3a1bec9f2 | [
"MIT"
] | null | null | null | //
// GMenuControllerHeader.h
// GMenuController
//
// Created by GIKI on 2017/10/19.
// Copyright © 2017年 GIKI. All rights reserved.
//
#ifndef GMenuControllerHeader_h
#define GMenuControllerHeader_h
typedef NS_ENUM(NSUInteger, CMSMenuControllerArrowDirection) {
CMSMenuControllerArrowDefault, // up or down... | 38.6 | 115 | 0.827979 |
6349c8a92f5a29f2a22db2a1cd6b383dae68695b | 372 | h | C | src/States/Error.h | TamirPerek/worktimer | 63faceb3b89607921eebe546f7796ad6d979d213 | [
"Unlicense"
] | null | null | null | src/States/Error.h | TamirPerek/worktimer | 63faceb3b89607921eebe546f7796ad6d979d213 | [
"Unlicense"
] | null | null | null | src/States/Error.h | TamirPerek/worktimer | 63faceb3b89607921eebe546f7796ad6d979d213 | [
"Unlicense"
] | null | null | null | #pragma once
#include "State_Interface.h"
namespace State
{
class Error : public State_Interface
{
public:
~Error() noexcept final = default;
bool Apply(StateMachine &, Command &&) noexcept final;
std::string Name() const noexcept final { return "Error"; }
std::string GetCo... | 24.8 | 68 | 0.63172 |
63b59ee15a71ea657275bf14fca52101fff5b1e4 | 8,399 | h | C | framework/modules/saf_utilities/saf_utility_complex.h | rapolasd/Spatial_Audio_Framework | 24ed0f45918b2893d2c64e3388b5f5405736da3b | [
"Intel",
"ISC"
] | 310 | 2018-05-16T19:20:06.000Z | 2022-03-30T08:52:26.000Z | framework/modules/saf_utilities/saf_utility_complex.h | rapolasd/Spatial_Audio_Framework | 24ed0f45918b2893d2c64e3388b5f5405736da3b | [
"Intel",
"ISC"
] | 20 | 2019-03-21T10:37:45.000Z | 2022-03-10T20:39:45.000Z | framework/modules/saf_utilities/saf_utility_complex.h | rapolasd/Spatial_Audio_Framework | 24ed0f45918b2893d2c64e3388b5f5405736da3b | [
"Intel",
"ISC"
] | 55 | 2018-05-18T08:59:30.000Z | 2022-03-22T18:59:33.000Z | /*
* Copyright 2016-2018 Leo McCormack
*
* 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 notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTH... | 35.588983 | 116 | 0.673771 |
0ae22fb4106efa550d210ae4413732a97c5374c4 | 50,925 | h | C | cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.1.h | edwinwutw/nearby-connections | 56b7daf88dc3e36360818a2ea78875b4a2e63fec | [
"Apache-2.0"
] | null | null | null | cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.1.h | edwinwutw/nearby-connections | 56b7daf88dc3e36360818a2ea78875b4a2e63fec | [
"Apache-2.0"
] | null | null | null | cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.Notifications.1.h | edwinwutw/nearby-connections | 56b7daf88dc3e36360818a2ea78875b4a2e63fec | [
"Apache-2.0"
] | null | null | null | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#ifndef WINRT_Windows_UI_Notifications_1_H
#define WINRT_Windows_UI_Notifications_1_H
#include "winrt/impl/Windows.UI.Notifications.0.h"
WINRT_EXPORT namespace winrt::Windows::UI::Notifications
{
struct __declspec(empty_bases) IAd... | 70.241379 | 177 | 0.760196 |
8d07855a22d011ef05556fed4498239a5f6311b2 | 319 | h | C | Artsy_WatchKit_Extension/App/ARWatchMenuActionController.h | TribeMedia/eigen | 8a48e793bee2acb76e49af2a9e0f5134782bd684 | [
"MIT"
] | null | null | null | Artsy_WatchKit_Extension/App/ARWatchMenuActionController.h | TribeMedia/eigen | 8a48e793bee2acb76e49af2a9e0f5134782bd684 | [
"MIT"
] | 3 | 2021-05-21T00:41:23.000Z | 2022-02-26T10:51:08.000Z | Artsy_WatchKit_Extension/App/ARWatchMenuActionController.h | TribeMedia/eigen | 8a48e793bee2acb76e49af2a9e0f5134782bd684 | [
"MIT"
] | null | null | null | #import <Foundation/Foundation.h>
#import "WatchArtwork.h"
@interface ARWatchMenuActionController : NSObject
- (void)heartArtwork:(WatchArtwork *)artwork;
- (void)unheartArtwork:(WatchArtwork *)artwork;
- (void)heartArtworkArtist:(WatchArtwork *)artwork;
- (void)unheartArtworkArtist:(WatchArtwork *)artwork;
@end
| 22.785714 | 53 | 0.780564 |
8d9200c90fde62dccd46f29a49956cdd0cfb756a | 632 | c | C | gmdtools/reuse/c/StrMemDrv.c | pahihu/SPOC | 45264b6648f644a184c5c6b4fb97707e0fa3ef51 | [
"BSD-4-Clause-UC"
] | 1 | 2020-06-13T13:55:23.000Z | 2020-06-13T13:55:23.000Z | gmdtools/reuse/c/StrMemDrv.c | pahihu/SPOC | 45264b6648f644a184c5c6b4fb97707e0fa3ef51 | [
"BSD-4-Clause-UC"
] | 1 | 2020-06-13T16:57:18.000Z | 2020-06-14T13:42:33.000Z | gmdtools/reuse/c/StrMemDrv.c | pahihu/SPOC | 45264b6648f644a184c5c6b4fb97707e0fa3ef51 | [
"BSD-4-Clause-UC"
] | null | null | null | static char rcsid [] = "$Id: StrMemDrv.c,v 1.3 1992/05/05 13:19:05 grosch rel $";
# include <stdio.h>
# include "StringMem.h"
extern int strlen ();
static void loop ()
{
char string [256];
tStringRef stringref;
(void) printf ("enter strings, one per line, - terminates\n");
do {
(void) scanf ("%s",... | 20.387097 | 81 | 0.571203 |
e4622114c42692e373e8228d5e064e8227f2d48b | 5,579 | c | C | trunk/chuffed/vars/int-var-ll.c | gkgange/chuffed-cert | 3065c9cf4edd2b624ccfb2bbaf842944d020be2f | [
"MIT"
] | null | null | null | trunk/chuffed/vars/int-var-ll.c | gkgange/chuffed-cert | 3065c9cf4edd2b624ccfb2bbaf842944d020be2f | [
"MIT"
] | null | null | null | trunk/chuffed/vars/int-var-ll.c | gkgange/chuffed-cert | 3065c9cf4edd2b624ccfb2bbaf842944d020be2f | [
"MIT"
] | null | null | null | #include <chuffed/vars/int-var.h>
#include <chuffed/core/sat.h>
#include <chuffed/core/propagator.h>
// val -> (val-1)/2
IntVarLL::IntVarLL(const IntVar& other) : IntVar(other), ld(2), li(0), hi(1) {
ld[0].var = 0; ld[0].val = min-1; ld[0].prev = -1; ld[0].next = 1;
ld[1].var = 1; ld[1].val = max; ld[1].prev = 0; l... | 27.482759 | 83 | 0.602258 |
777c2b72809655c352cfaf26d60c14d0e1c0630c | 169 | h | C | engine/graphics/ImGuiWrapper.h | Shidacea/Shidacea-CPP | 19b9c4101c84384acfa4e6987911588ff58be01d | [
"MIT"
] | 1 | 2019-06-16T06:17:30.000Z | 2019-06-16T06:17:30.000Z | engine/graphics/ImGuiWrapper.h | Shidacea/Shidacea-CPP | 19b9c4101c84384acfa4e6987911588ff58be01d | [
"MIT"
] | 1 | 2020-05-02T20:17:17.000Z | 2020-05-02T20:17:17.000Z | engine/graphics/ImGuiWrapper.h | Hadeweka/Shidacea | 7cff14587dc3a203efc71cdcce7a8cd5ee770881 | [
"MIT"
] | null | null | null | #pragma once
#include "MrbWrap.h"
#include <SFML/Graphics.hpp>
#include "imgui.h"
#include "imgui-SFML.h"
void setup_ruby_imgui(mrb_state* mrb, RClass* ruby_module); | 16.9 | 59 | 0.745562 |
c4cd04cd311439a506cf1632aed886b2d3cb67fd | 2,778 | h | C | Pod/Sources/Common/TrampolineMacros.h | sanekgusev/SGVSuperMessagingProxy | 7fa2a39cf5af906d50d832ac791d5d9da1dbc916 | [
"MIT"
] | 19 | 2015-02-22T22:23:01.000Z | 2020-06-12T21:38:40.000Z | Pod/Sources/Common/TrampolineMacros.h | sanekgusev/SGVSuperMessagingProxy | 7fa2a39cf5af906d50d832ac791d5d9da1dbc916 | [
"MIT"
] | null | null | null | Pod/Sources/Common/TrampolineMacros.h | sanekgusev/SGVSuperMessagingProxy | 7fa2a39cf5af906d50d832ac791d5d9da1dbc916 | [
"MIT"
] | 1 | 2018-03-21T07:55:11.000Z | 2018-03-21T07:55:11.000Z | //
// TrampolineMacros.h
// Pods
//
// Created by Aleksandr Gusev on 29/05/16.
//
//
#pragma once
#import <sys/types.h>
// Generate function declarations for header files
#define _SGVDeclareTrampolineFuction(trampolineFunction) \
void trampolineFunction(void);
#define SGVDeclareTrampolineFuction(trampolineFunct... | 28.639175 | 101 | 0.778258 |
4fbb1407b94036a36e7cc418cf0da89f4fde8314 | 765 | h | C | StarJewel/Component.h | zhonghualangcai/StarJewel | ff5823df48968dd1af29ec0707ee61a0dd03d8be | [
"Unlicense"
] | 1 | 2016-01-28T09:24:09.000Z | 2016-01-28T09:24:09.000Z | StarJewel/Component.h | zhonghualangcai/StarJewel | ff5823df48968dd1af29ec0707ee61a0dd03d8be | [
"Unlicense"
] | null | null | null | StarJewel/Component.h | zhonghualangcai/StarJewel | ff5823df48968dd1af29ec0707ee61a0dd03d8be | [
"Unlicense"
] | null | null | null | //
// Component.h
// StarJewel
//
// Created by Eric Lanz on 11/25/12.
// Copyright (c) 2012 200 Monkeys. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "cocos2d.h"
#define componenttype_hull 1
#define componenttype_shield 2
#define componenttype_weapon 3
@interface Component : NSObject
@prop... | 26.37931 | 127 | 0.750327 |
16105cf64cc931dd050954f9fb8edae5c6e5622e | 2,712 | h | C | src/common/sfinae_helpers.h | yuanxcoin/gyuanx-core | 4b5e0afb14d4590d5d3857001ab86ef2be2a07e2 | [
"BSD-3-Clause"
] | null | null | null | src/common/sfinae_helpers.h | yuanxcoin/gyuanx-core | 4b5e0afb14d4590d5d3857001ab86ef2be2a07e2 | [
"BSD-3-Clause"
] | null | null | null | src/common/sfinae_helpers.h | yuanxcoin/gyuanx-core | 4b5e0afb14d4590d5d3857001ab86ef2be2a07e2 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2018-2020, The Gyuanx Project
// Copyright (c) 2016-2019, The Monero Project
//
// 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... | 42.375 | 90 | 0.75295 |
275ce4e990065f8c7f8c0f02a4f4782c45b4eb54 | 32,082 | c | C | TuneDinia/tunedinia/opencl/b+tree/kernel/kernel_gpu_opencl_wrapper_2.c | benvanwerkhoven/TuneDinia | 2817f4d0932b062c9849f163ec280ddee01d82ba | [
"BSD-3-Clause"
] | 1 | 2021-10-04T08:37:42.000Z | 2021-10-04T08:37:42.000Z | TuneDinia/tunedinia/opencl/b+tree/kernel/kernel_gpu_opencl_wrapper_2.c | benvanwerkhoven/TuneDinia | 2817f4d0932b062c9849f163ec280ddee01d82ba | [
"BSD-3-Clause"
] | null | null | null | TuneDinia/tunedinia/opencl/b+tree/kernel/kernel_gpu_opencl_wrapper_2.c | benvanwerkhoven/TuneDinia | 2817f4d0932b062c9849f163ec280ddee01d82ba | [
"BSD-3-Clause"
] | 1 | 2021-07-22T07:45:05.000Z | 2021-07-22T07:45:05.000Z | // #ifdef __cplusplus
// extern "C" {
// #endif
//========================================================================================================================================================================================================200
// INCLUDE
//====================================================... | 37.966864 | 205 | 0.401378 |
5fe73e74f970d976e346b42bc4173a29e9a03830 | 1,075 | h | C | Source/UnrealExtendedFramework/AI/BTTask/Strafe/EFBTTaskStrafe.h | ElderDeveloper/UnrealExtendedFramework | 9eda70583773159f80e8bc4406a85c476d0c80e5 | [
"MIT"
] | 1 | 2022-01-13T07:21:19.000Z | 2022-01-13T07:21:19.000Z | Source/UnrealExtendedFramework/AI/BTTask/Strafe/EFBTTaskStrafe.h | ElderDeveloper/UnrealExtendedFramework | 9eda70583773159f80e8bc4406a85c476d0c80e5 | [
"MIT"
] | null | null | null | Source/UnrealExtendedFramework/AI/BTTask/Strafe/EFBTTaskStrafe.h | ElderDeveloper/UnrealExtendedFramework | 9eda70583773159f80e8bc4406a85c476d0c80e5 | [
"MIT"
] | null | null | null | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "BehaviorTree/BTTaskNode.h"
#include "UObject/Object.h"
#include "EFBTTaskStrafe.generated.h"
/**
*
*/
UCLASS()
class UNREALEXTENDEDFRAMEWORK_API UEFBTTaskStrafe : public UBTTaskNode
{
G... | 23.369565 | 106 | 0.804651 |
55b6ce8b6b276179613ff2a21a7a8c1f880e807a | 1,695 | h | C | plugins/moldyn/src/io/AbstractSimpleParticleDataSource.h | xge/megamol | 1e298dd3d8b153d7468ed446f6b2ed3ac49f0d5b | [
"BSD-3-Clause"
] | null | null | null | plugins/moldyn/src/io/AbstractSimpleParticleDataSource.h | xge/megamol | 1e298dd3d8b153d7468ed446f6b2ed3ac49f0d5b | [
"BSD-3-Clause"
] | null | null | null | plugins/moldyn/src/io/AbstractSimpleParticleDataSource.h | xge/megamol | 1e298dd3d8b153d7468ed446f6b2ed3ac49f0d5b | [
"BSD-3-Clause"
] | null | null | null | /*
* AbstractSimpleParticleDataSource.h
*
* Copyright (C) 2012 by TU Dresden (CGV)
* Alle Rechte vorbehalten.
*/
#pragma once
#include "geometry_calls/MultiParticleDataCall.h"
#include "mmcore/CalleeSlot.h"
#include "mmcore/Module.h"
#include "mmcore/param/ParamSlot.h"
namespace megamol::datatools::io {
/**
... | 22.012987 | 84 | 0.635398 |
b1f95370574d3f168908a7efb74012a4edd1c0b4 | 5,452 | c | C | secure-device-access-client/secure-device-access/source/sda_nonce_mgr.c | laides/mbed-cloud-client | a90cdc723466ff50c08eebdd62fff4456c49e524 | [
"Apache-2.0"
] | null | null | null | secure-device-access-client/secure-device-access/source/sda_nonce_mgr.c | laides/mbed-cloud-client | a90cdc723466ff50c08eebdd62fff4456c49e524 | [
"Apache-2.0"
] | 1 | 2020-08-01T01:28:39.000Z | 2020-08-01T01:28:39.000Z | secure-device-access-client/secure-device-access/source/sda_nonce_mgr.c | laides/mbed-cloud-client | a90cdc723466ff50c08eebdd62fff4456c49e524 | [
"Apache-2.0"
] | 1 | 2020-07-31T18:55:20.000Z | 2020-07-31T18:55:20.000Z | // ----------------------------------------------------------------------------
// Copyright 2017-2019 ARM 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.ap... | 27.396985 | 142 | 0.681034 |
cedb5fb784e6a412054956436ce39a6dfea5df80 | 1,347 | c | C | src/chalkboard/main.c | aquefir/oamas | 95165a98eb8fcf0f98ca661842f3147e74b4d70f | [
"BSD-2-Clause"
] | null | null | null | src/chalkboard/main.c | aquefir/oamas | 95165a98eb8fcf0f98ca661842f3147e74b4d70f | [
"BSD-2-Clause"
] | null | null | null | src/chalkboard/main.c | aquefir/oamas | 95165a98eb8fcf0f98ca661842f3147e74b4d70f | [
"BSD-2-Clause"
] | null | null | null | /****************************************************************************\
* OAMAS™ *
* *
* Copyright © 2021 Aquefir *
* ... | 25.415094 | 78 | 0.454343 |
385076006e1aac140b23ec441a91046b620e9cd9 | 494 | h | C | include/SimpleFormatFactory.h | oz-hernandez/mips-disassembler | e84b254e27b027435a13db95d6dd172098a098c9 | [
"MIT"
] | null | null | null | include/SimpleFormatFactory.h | oz-hernandez/mips-disassembler | e84b254e27b027435a13db95d6dd172098a098c9 | [
"MIT"
] | null | null | null | include/SimpleFormatFactory.h | oz-hernandez/mips-disassembler | e84b254e27b027435a13db95d6dd172098a098c9 | [
"MIT"
] | null | null | null | //
// Copyright © 2017 OsmaniHernandez. All rights reserved.
//
#ifndef SIMPLEFORMATFACTORY_H
#define SIMPLEFORMATFACTORY_H
class Format;
class FormatFactory
{
public:
Format *returnFormat(const unsigned int&);
enum
{
OP_MASK = 0xFC000000,
RS_MASK = 0x03E00000,
RT_MA... | 17.034483 | 58 | 0.625506 |
e0649a8cfac27e662cecf079c5b538f07a2cf341 | 923 | h | C | src/ledger/bin/encryption/fake/fake_encryption_service_factory.h | zhangpf/fuchsia-rs | 903568f28ddf45f09157ead36d61b50322c9cf49 | [
"BSD-3-Clause"
] | 3 | 2020-08-02T04:46:18.000Z | 2020-08-07T10:10:53.000Z | src/ledger/bin/encryption/fake/fake_encryption_service_factory.h | zhangpf/fuchsia-rs | 903568f28ddf45f09157ead36d61b50322c9cf49 | [
"BSD-3-Clause"
] | 16 | 2020-09-04T19:01:11.000Z | 2021-05-28T03:23:09.000Z | src/ledger/bin/encryption/fake/fake_encryption_service_factory.h | ZVNexus/fuchsia | c5610ad15208208c98693618a79c705af935270c | [
"BSD-3-Clause"
] | 1 | 2020-08-07T10:11:49.000Z | 2020-08-07T10:11:49.000Z | // Copyright 2018 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_LEDGER_BIN_ENCRYPTION_FAKE_FAKE_ENCRYPTION_SERVICE_FACTORY_H_
#define SRC_LEDGER_BIN_ENCRYPTION_FAKE_FAKE_ENCRYPTION_SERVICE_FACTORY_H_
#inclu... | 34.185185 | 94 | 0.83532 |
ed224317a62b20968829e2224b0c45b9c917af92 | 140 | h | C | purenum/purenum.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | purenum/purenum.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | purenum/purenum.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | // ------------------
// Purenum 0.4e alpha
// ------------------
// purenum.h
// ------------------
#include "int.h"
#include "array.h"
| 12.727273 | 21 | 0.335714 |
c307c7e110db017705ab7363000c1fff773ccf2d | 42,880 | c | C | ext/open_rpg/audiofx.c | ForeverZer0/open_rpg | 989419a754d9561a4498018bab38ac7e18eeaa7d | [
"MIT"
] | 1 | 2020-08-03T07:51:37.000Z | 2020-08-03T07:51:37.000Z | ext/open_rpg/audiofx.c | ForeverZer0/open_rpg | 989419a754d9561a4498018bab38ac7e18eeaa7d | [
"MIT"
] | null | null | null | ext/open_rpg/audiofx.c | ForeverZer0/open_rpg | 989419a754d9561a4498018bab38ac7e18eeaa7d | [
"MIT"
] | null | null | null | #include "./audio.h"
#include "./internal.h"
#include <AL/efx-presets.h>
VALUE rb_cReverbPreset;
/* Effect object functions */
static LPALGENEFFECTS alGenEffects;
static LPALDELETEEFFECTS alDeleteEffects;
static LPALISEFFECT alIsEffect;
static LPALEFFECTI alEffecti;
static LPALEFFECTIV alEffectiv;
static LPALEFFECTF ... | 54.693878 | 170 | 0.642397 |
e4ceb193284fe5be92de3d311c1b25f6028a891b | 3,353 | c | C | _more/case/c4rv/rv5/rv/cpu.c | al2698/sp | fceabadef49ffe6ed25dfef38e3dc418f309e128 | [
"MIT"
] | null | null | null | _more/case/c4rv/rv5/rv/cpu.c | al2698/sp | fceabadef49ffe6ed25dfef38e3dc418f309e128 | [
"MIT"
] | null | null | null | _more/case/c4rv/rv5/rv/cpu.c | al2698/sp | fceabadef49ffe6ed25dfef38e3dc418f309e128 | [
"MIT"
] | null | null | null | #include "cpu.h"
enum Id id;
uint32_t pc, ir, op, f3, f7, rd, rs1, rs2, csr, mTop;
int32_t imm;
char type;
const char *name;
uint32_t x[32];
float f[32];
uint8_t m[MMAX];
uint32_t csrs[4096];
void decode(uint32_t ir) {
id=None;
op=BITS(ir, 0, 6);
f3=BITS(ir, 12, 14);
f7=BITS(ir, 25, 31);
rd=BITS(ir, 7, 11)... | 25.59542 | 117 | 0.471816 |
8ea725726d5e44c78f7520e1d9ea01b27202a12d | 381 | h | C | SkyWay-iOS-Sample/frameworks/SkyWay.framework/Versions/A/Headers/SKWCallOption.h | sikmi/ios_ika_test | 75d9be8010a3a67871e4a79237adb5c091db47fc | [
"MIT"
] | null | null | null | SkyWay-iOS-Sample/frameworks/SkyWay.framework/Versions/A/Headers/SKWCallOption.h | sikmi/ios_ika_test | 75d9be8010a3a67871e4a79237adb5c091db47fc | [
"MIT"
] | null | null | null | SkyWay-iOS-Sample/frameworks/SkyWay.framework/Versions/A/Headers/SKWCallOption.h | sikmi/ios_ika_test | 75d9be8010a3a67871e4a79237adb5c091db47fc | [
"MIT"
] | null | null | null | //
// SKWCallOption.h
// SKWPeer
//
#ifndef SKWPeer_SKWCallOption_h
#define SKWPeer_SKWCallOption_h
#import <Foundation/Foundation.h>
/**
SKWPeer call options
*/
@interface SKWCallOption : NSObject < NSCopying >
/// Any type of metadata associated with the connection, passed in by whoever initiated the connect... | 16.565217 | 103 | 0.753281 |
fc8b218b6e0ec412796d9f59e617fe1853113b22 | 14,866 | h | C | proxygen/httpserver/samples/hq/HQServer.h | lucyge/proxygen | d272e1455831991076663919bd9e8a2671791f1f | [
"BSD-3-Clause"
] | null | null | null | proxygen/httpserver/samples/hq/HQServer.h | lucyge/proxygen | d272e1455831991076663919bd9e8a2671791f1f | [
"BSD-3-Clause"
] | null | null | null | proxygen/httpserver/samples/hq/HQServer.h | lucyge/proxygen | d272e1455831991076663919bd9e8a2671791f1f | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2019-present, Facebook, Inc.
* 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.
*
*/
#pra... | 40.070081 | 80 | 0.771492 |
d35ed5ebabf591ee7847585a6d54c1ca792eb33b | 42,343 | c | C | third_party/silabs/gecko_sdk_suite/v1.0/protocol/thread_2.2/app/thread/plugin/zcl/zcl-core/zcl-core-attribute.c | syin2/openthread | a9f42768ec221380f42bfd311bc68e784b2163a6 | [
"BSD-3-Clause"
] | 1 | 2018-12-31T08:12:49.000Z | 2018-12-31T08:12:49.000Z | third_party/silabs/gecko_sdk_suite/v1.0/protocol/thread_2.2/app/thread/plugin/zcl/zcl-core/zcl-core-attribute.c | syin2/openthread | a9f42768ec221380f42bfd311bc68e784b2163a6 | [
"BSD-3-Clause"
] | null | null | null | third_party/silabs/gecko_sdk_suite/v1.0/protocol/thread_2.2/app/thread/plugin/zcl/zcl-core/zcl-core-attribute.c | syin2/openthread | a9f42768ec221380f42bfd311bc68e784b2163a6 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2015 Silicon Laboratories, Inc.
#include PLATFORM_HEADER
#include CONFIGURATION_HEADER
#include "thread-bookkeeping.h"
#include "thread-callbacks.h"
#include "zcl-core.h"
typedef struct {
EmberZclAttributeContext_t context;
EmberZclReadAttributeResponseHandler readHandler;
EmberZclWriteAttributeRes... | 39.870998 | 94 | 0.580804 |
d362988100e048d7740d937fe84a159279b324d0 | 153 | h | C | examples/IntelliKeys/keymouse.h | gdsports/IntelliKeys_t36 | 407297cc131aa3f6e7e336973e08bbfc41a08ad6 | [
"MIT"
] | 1 | 2019-07-17T02:20:55.000Z | 2019-07-17T02:20:55.000Z | examples/IntelliKeys/keymouse.h | gdsports/IntelliKeys_t36 | 407297cc131aa3f6e7e336973e08bbfc41a08ad6 | [
"MIT"
] | 1 | 2019-07-17T02:22:13.000Z | 2019-07-17T02:22:13.000Z | examples/IntelliKeys/keymouse.h | gdsports/IntelliKeys_t36 | 407297cc131aa3f6e7e336973e08bbfc41a08ad6 | [
"MIT"
] | null | null | null | void process_membrane_release(IntelliKeys &ikey, int x, int y);
void process_membrane_press(IntelliKeys &ikey, int x, int y);
void clear_membrane(void);
| 38.25 | 63 | 0.797386 |
dd7a1b4f576f897bf11797cd695c88e7c77d3c9b | 203 | h | C | Example/WPEnvCenter/WPViewController.h | wpim/WPEnvCenter | 7919afa558338e8686daaee2c2dab3a45b8bdcad | [
"MIT"
] | null | null | null | Example/WPEnvCenter/WPViewController.h | wpim/WPEnvCenter | 7919afa558338e8686daaee2c2dab3a45b8bdcad | [
"MIT"
] | null | null | null | Example/WPEnvCenter/WPViewController.h | wpim/WPEnvCenter | 7919afa558338e8686daaee2c2dab3a45b8bdcad | [
"MIT"
] | null | null | null | //
// WPViewController.h
// WPEnvCenter
//
// Created by gwpp on 05/26/2018.
// Copyright (c) 2018 gwpp. All rights reserved.
//
@import UIKit;
@interface WPViewController : UIViewController
@end
| 14.5 | 49 | 0.694581 |
25b52f77c7806d6e7202731671178a62a7caca15 | 7,413 | h | C | rcgen/cpp/inverse_dynamics.h | kmarkus/ublx-ur5_sim | 51efa12446a7ef9ab5e3e783ce2a6409a3db390f | [
"BSD-3-Clause"
] | 1 | 2020-11-07T11:39:31.000Z | 2020-11-07T11:39:31.000Z | rcgen/cpp/inverse_dynamics.h | kmarkus/ublx-ur5_sim | 51efa12446a7ef9ab5e3e783ce2a6409a3db390f | [
"BSD-3-Clause"
] | 1 | 2020-11-10T16:03:37.000Z | 2020-11-10T16:03:37.000Z | rcgen/cpp/inverse_dynamics.h | kmarkus/ublx-ur5_sim | 51efa12446a7ef9ab5e3e783ce2a6409a3db390f | [
"BSD-3-Clause"
] | 1 | 2020-11-07T10:57:43.000Z | 2020-11-07T10:57:43.000Z | #ifndef RCG_UR5_INVERSE_DYNAMICS_H_
#define RCG_UR5_INVERSE_DYNAMICS_H_
#include <iit/rbd/rbd.h>
#include <iit/rbd/InertiaMatrix.h>
#include <iit/rbd/utils.h>
#include "declarations.h"
#include "inertia_properties.h"
#include "transforms.h"
#include "link_data_map.h"
namespace ur5 {
namespace rcg {
/**
* The Inver... | 36.160976 | 100 | 0.700121 |
50f050baa0d9dd5b5a76c76250d5757c10eace5a | 1,338 | h | C | System/Library/PrivateFrameworks/StoreKitUI.framework/SKUIIPadChartsColumnView.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/StoreKitUI.framework/SKUIIPadChartsColumnView.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/StoreKitUI.framework/SKUIIPadChartsColumnView.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:44:36 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E... | 38.228571 | 177 | 0.77429 |
1c9c3cc7ccb8ab417d38487471a3cf6561668399 | 2,668 | c | C | src/base/hash.c | luaman/twilight | b4853f3e0c828a5aaff23e44c17d70410f7781c1 | [
"MIT"
] | 3 | 2018-01-14T10:43:27.000Z | 2020-03-02T08:38:23.000Z | src/base/hash.c | luaman/twilight | b4853f3e0c828a5aaff23e44c17d70410f7781c1 | [
"MIT"
] | null | null | null | src/base/hash.c | luaman/twilight | b4853f3e0c828a5aaff23e44c17d70410f7781c1 | [
"MIT"
] | null | null | null | /*
$RCSfile$
Copyright (C) 2001 Zephaniah E. Hull.
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.
This program is di... | 20.366412 | 90 | 0.660045 |
ea64f0b277a39eace983f8642b0fd299c31b8cf2 | 489 | h | C | owSocket/AuthProof_S.h | adan830/OpenWow | 9b6e9c248bd185b1677fe616d2a3a81a35ca8894 | [
"Apache-2.0"
] | null | null | null | owSocket/AuthProof_S.h | adan830/OpenWow | 9b6e9c248bd185b1677fe616d2a3a81a35ca8894 | [
"Apache-2.0"
] | null | null | null | owSocket/AuthProof_S.h | adan830/OpenWow | 9b6e9c248bd185b1677fe616d2a3a81a35ca8894 | [
"Apache-2.0"
] | 1 | 2020-05-11T13:32:49.000Z | 2020-05-11T13:32:49.000Z | #pragma once
#include "AuthCodes.h"
struct AuthProof_S
{
AuthProof_S(ByteBuffer& reader)
{
cmd = AUTH_LOGON_PROOF;
reader.readBytes(&error);
if (error != AuthResult::WOW_SUCCESS)
{
uint16 t;
reader.readBytes(&t, 2);
return;
}
reader.readBytes(M2, 20);
reader.readBytes(&AccountFlags, 4);
rea... | 16.862069 | 39 | 0.670757 |
ee2ba01e0b3e76d4a92094531eb0be988491ab10 | 1,249 | h | C | practicas/complejos/src/complejos.h | ULL-ESIT-IB-2020-2021/ib-practica11-oop-cmake-FernandoMarreoHernandez | d0b5f02ea918b7c081751eca00463f95bada90e6 | [
"MIT"
] | null | null | null | practicas/complejos/src/complejos.h | ULL-ESIT-IB-2020-2021/ib-practica11-oop-cmake-FernandoMarreoHernandez | d0b5f02ea918b7c081751eca00463f95bada90e6 | [
"MIT"
] | null | null | null | practicas/complejos/src/complejos.h | ULL-ESIT-IB-2020-2021/ib-practica11-oop-cmake-FernandoMarreoHernandez | d0b5f02ea918b7c081751eca00463f95bada90e6 | [
"MIT"
] | null | null | null | #include <iostream>
#pragma once
#ifndef COMPLEJOS_H
#define COMPLEJOS_H
using namespace std;
class complejo{
private:
int real1;
int imaginaria1;
int real2;
int imaginaria2;
int sumareal;
int sumaimaginaria;
int restareal;
int restaimaginaria;
p... | 27.755556 | 107 | 0.639712 |
eedca9b5a923e282c3c7d56ccad12bcf2b372958 | 2,859 | h | C | src/common/buffer.h | weibreeze/breeze-cpp | ccabb502bb3833c3ee3745b12c3f84b531e9ad45 | [
"Apache-2.0"
] | 2 | 2019-05-24T01:31:46.000Z | 2019-06-06T07:13:25.000Z | src/common/buffer.h | weibreeze/breeze-cpp | ccabb502bb3833c3ee3745b12c3f84b531e9ad45 | [
"Apache-2.0"
] | null | null | null | src/common/buffer.h | weibreeze/breeze-cpp | ccabb502bb3833c3ee3745b12c3f84b531e9ad45 | [
"Apache-2.0"
] | 2 | 2019-05-24T11:40:31.000Z | 2020-06-29T06:45:16.000Z | //
// Created by zhachen on 2019-05-23.
//
#ifndef BREEZE_CPP_BUFFER_H
#define BREEZE_CPP_BUFFER_H
#include <cstdio>
#include <cstdint>
#include <cstdarg>
#include <cstdlib>
#include <cassert>
#include <cstring>
#include <iostream>
#define MOTAN_OK 0
#define E_MOTAN_BUFFER_NOT_ENOUGH (-1)
#define E_MOTAN_OVERFLOW (-... | 22.162791 | 108 | 0.734523 |
7cb0c9b58b422f38742393f8509cf08a27762bbd | 2,043 | h | C | weex_core/Source/android/jsengine/dependence/bmalloc/bmalloc/BumpAllocator.h | sunshl/incubator-weex | 40ae49e40c3dd725d6c546451075bd6e90001c9d | [
"Apache-2.0"
] | 2 | 2017-10-18T01:36:31.000Z | 2018-05-07T23:00:21.000Z | weex_core/Source/android/jsengine/dependence/bmalloc/bmalloc/BumpAllocator.h | sunshl/incubator-weex | 40ae49e40c3dd725d6c546451075bd6e90001c9d | [
"Apache-2.0"
] | null | null | null | weex_core/Source/android/jsengine/dependence/bmalloc/bmalloc/BumpAllocator.h | sunshl/incubator-weex | 40ae49e40c3dd725d6c546451075bd6e90001c9d | [
"Apache-2.0"
] | 5 | 2019-05-28T11:48:42.000Z | 2020-05-15T07:31:55.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... | 22.206522 | 63 | 0.695546 |
672c6ed9399b65332bccca2d933947d15b537c27 | 11,743 | c | C | sdk/sdk/share/itu/itu_video.c | doyaGu/C0501Q_HWJL01 | 07a71328bd9038453cbb1cf9c276a3dd1e416d63 | [
"MIT"
] | 1 | 2021-10-09T08:05:50.000Z | 2021-10-09T08:05:50.000Z | sdk/sdk/share/itu/itu_video.c | doyaGu/C0501Q_HWJL01 | 07a71328bd9038453cbb1cf9c276a3dd1e416d63 | [
"MIT"
] | null | null | null | sdk/sdk/share/itu/itu_video.c | doyaGu/C0501Q_HWJL01 | 07a71328bd9038453cbb1cf9c276a3dd1e416d63 | [
"MIT"
] | null | null | null | #include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "ite/itu.h"
#include "itu_cfg.h"
#include "itu_private.h"
#ifdef CFG_VIDEO_ENABLE
#include "castor3player.h"
#include "ite/itv.h"
#include "ite/ith_video.h"
#endif // CFG_VIDEO_ENABLE
bool isOtherVideoPlaying = false;
static pthread_t tid;
static ... | 24.162551 | 91 | 0.56919 |
6b1fcf755c095516ed54ea568fc052d95769381d | 3,991 | h | C | WaveSim/WaveSim/WaveSolver.h | willamm/WaveSimulator | 75f9dd1760af67663eeae3aba406d9ce9df334e0 | [
"MIT"
] | 1 | 2021-08-03T08:25:31.000Z | 2021-08-03T08:25:31.000Z | WaveSim/WaveSim/WaveSolver.h | willamm/WaveSimulator | 75f9dd1760af67663eeae3aba406d9ce9df334e0 | [
"MIT"
] | 29 | 2017-09-28T18:47:32.000Z | 2017-12-11T01:34:19.000Z | WaveSim/WaveSim/WaveSolver.h | willamm/WaveSimulator | 75f9dd1760af67663eeae3aba406d9ce9df334e0 | [
"MIT"
] | null | null | null | #ifndef WAVESOLVER_H_
#define WAVESOLVER_H_
#include "FieldArray.h"
#include <iostream>
#include <iomanip>
template<typename T>
class WaveSolver {
public:
WaveSolver(int numCellsX, int numCellsY) :
mCenterX(numCellsX / 44),
mCenterY(numCellsY / 4),
mFieldPrev(numCellsX, numCellsY, 0),
mField... | 28.92029 | 136 | 0.585317 |
408eb45bf7e3dc988f5e872909ae807fa04657cb | 157 | h | C | tests/cpp/default/keywords/Error_sizeof.h | zaimoni/Z.C- | 7ca97ec0af14d092c87a25e07d7ed486c7912266 | [
"BSL-1.0"
] | null | null | null | tests/cpp/default/keywords/Error_sizeof.h | zaimoni/Z.C- | 7ca97ec0af14d092c87a25e07d7ed486c7912266 | [
"BSL-1.0"
] | 4 | 2019-12-07T08:08:29.000Z | 2021-01-22T00:19:10.000Z | tests/cpp/default/keywords/Error_sizeof.h | zaimoni/Z.C- | 7ca97ec0af14d092c87a25e07d7ed486c7912266 | [
"BSL-1.0"
] | null | null | null | // default\keywords\Error_sizeof.h
// check that #define of sizeof errors// (C)2009 Kenneth Boyd, license: MIT.txt
#define sizeof 1
#include <stdbool.h>
| 31.4 | 80 | 0.726115 |
0b58601c35a553928ad059d8068fb4b1a42f8f98 | 535 | h | C | Solutions/Kamikoto66/GameShop4/Item.h | pravin1237/ProgrammingPractice | bc15181d5c692ae99b64fdae0ef284b948b20c80 | [
"MIT"
] | 32 | 2017-05-17T04:05:31.000Z | 2021-02-16T07:40:22.000Z | Solutions/Kamikoto66/GameShop4/Item.h | pravin1237/ProgrammingPractice | bc15181d5c692ae99b64fdae0ef284b948b20c80 | [
"MIT"
] | 17 | 2017-05-21T13:35:45.000Z | 2017-06-20T00:20:39.000Z | Solutions/Kamikoto66/GameShop4/Item.h | pravin1237/ProgrammingPractice | bc15181d5c692ae99b64fdae0ef284b948b20c80 | [
"MIT"
] | 35 | 2017-05-25T06:26:47.000Z | 2020-10-02T13:49:02.000Z | #pragma once
#include <string>
using namespace std;
enum class ItemIndex
{
eName = 1,
eDescription,
eWeight,
eValue
};
class Item
{
protected:
string _name;
string _description;
int _weight;
int _value;
public:
Item();
Item(string name, string description, int weight, int value);
virtual ~Item();
virtu... | 15.285714 | 62 | 0.697196 |
4ca56d2625fe09f462a37163c75f8c8bf4fcb161 | 23,217 | c | C | ccx_prool/CalculiX/ccx_2.19/src/crackpropagation.c | alleindrach/calculix-desktop | 2cb2c434b536eb668ff88bdf82538d22f4f0f711 | [
"MIT"
] | null | null | null | ccx_prool/CalculiX/ccx_2.19/src/crackpropagation.c | alleindrach/calculix-desktop | 2cb2c434b536eb668ff88bdf82538d22f4f0f711 | [
"MIT"
] | null | null | null | ccx_prool/CalculiX/ccx_2.19/src/crackpropagation.c | alleindrach/calculix-desktop | 2cb2c434b536eb668ff88bdf82538d22f4f0f711 | [
"MIT"
] | null | null | null | /* CalculiX - A 3-dimensional finite element program */
/* Copyright (C) 1998-2021 Guido Dhondt */
/* This program is free software; you can redistribute it and/or */
/* modify it under the terms of the GNU General Public License as */
/* pub... | 33.992679 | 122 | 0.666624 |
4cafbfb5fda16d7e6647d508c6d9a010efa3783a | 2,820 | c | C | src/timer/timer.c | recp/tm | 99c42dca60722a5cc2b16746d65ad27775b8bc06 | [
"MIT"
] | 34 | 2018-07-31T15:13:05.000Z | 2022-01-28T18:06:27.000Z | src/timer/timer.c | recp/tm | 99c42dca60722a5cc2b16746d65ad27775b8bc06 | [
"MIT"
] | null | null | null | src/timer/timer.c | recp/tm | 99c42dca60722a5cc2b16746d65ad27775b8bc06 | [
"MIT"
] | 3 | 2020-03-17T05:37:33.000Z | 2022-01-28T18:06:29.000Z | /*
* Copyright (c), Recep Aslantas.
* MIT License (MIT), http://opensource.org/licenses/MIT
*/
#include "../common.h"
#include "runloop.h"
#include "timer.h"
#include <time.h>
#ifdef __MACH__
#include <mach/clock.h>
#include <mach/mach_time.h>
#endif
double tm__time2sec = 1.0;
TM_EXPORT
tm_timer*
tm_alloc(tm_fu... | 19.183673 | 70 | 0.685816 |
215611eb347d2a4243d7fd389cd208bc4070a65c | 5,059 | c | C | apps/pkeyparam.c | redshodan/mosh-openssl | af170194a88d6127d447bea826845c23ca192727 | [
"OpenSSL"
] | 6 | 2015-10-07T06:12:10.000Z | 2018-04-16T12:55:40.000Z | extern/openssl.orig/apps/pkeyparam.c | vbloodv/blood | 1c6f6c54e937e8d7064f72f32cbbcc8fdaa2677d | [
"MIT"
] | null | null | null | extern/openssl.orig/apps/pkeyparam.c | vbloodv/blood | 1c6f6c54e937e8d7064f72f32cbbcc8fdaa2677d | [
"MIT"
] | 2 | 2017-08-05T18:31:01.000Z | 2021-11-07T16:23:34.000Z | /*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2006
*/
/* ====================================================================
* Copyright (c) 2006 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, ... | 33.282895 | 77 | 0.636489 |
34e892e2c50eaa1947083d535726b605fae191ff | 1,478 | h | C | include/game/Player/PlayerFormSensorCollisionArranger.h | CraftyBoss/Starlight-SMO-LayoutEditing | d777e11fb073242ce44b3cc4d616d356a513fceb | [
"MIT"
] | 8 | 2021-11-06T02:11:04.000Z | 2022-03-03T05:21:19.000Z | include/game/Player/PlayerFormSensorCollisionArranger.h | Sanae6/Starlight-SMO-LayoutEditing | e79e3e1edeb67bac450cbb2dde38594ec6957714 | [
"MIT"
] | 1 | 2021-12-14T00:29:17.000Z | 2021-12-21T15:04:21.000Z | include/game/Player/PlayerFormSensorCollisionArranger.h | Sanae6/Starlight-SMO-LayoutEditing | e79e3e1edeb67bac450cbb2dde38594ec6957714 | [
"MIT"
] | 6 | 2021-10-31T11:42:06.000Z | 2021-12-21T00:17:52.000Z | #pragma once
#include "sead/math/seadVector.h"
#include "al/LiveActor/LiveActor.h"
#include "PlayerColliderHakoniwa.h"
#include "PlayerHackKeeper.h"
class IPlayerModelChanger;
class PlayerFormSensorCollisionArranger {
public:
PlayerFormSensorCollisionArranger(al::LiveActor *, PlayerColliderHakoniwa *, IP... | 37.897436 | 138 | 0.705007 |
56ca12b6592ffd69ee176d37d89d00565fd2d5d4 | 726 | c | C | src/main.c | NoeMurr/ncurses_pong | b1fa3cfa7e0e07b684958e1d18dd10e2c4043fe6 | [
"BSD-3-Clause"
] | null | null | null | src/main.c | NoeMurr/ncurses_pong | b1fa3cfa7e0e07b684958e1d18dd10e2c4043fe6 | [
"BSD-3-Clause"
] | null | null | null | src/main.c | NoeMurr/ncurses_pong | b1fa3cfa7e0e07b684958e1d18dd10e2c4043fe6 | [
"BSD-3-Clause"
] | null | null | null | /*******************************************************************************
PONG
File: main.c
*******************************************************************************/
#include <stdio.h>
#include "screen/screen.h"
#include "game/game.h"
int... | 31.565217 | 80 | 0.511019 |
16f498e6862e2934638a2efdc0a0cd99a06628c1 | 3,424 | h | C | lib/app/include/app.h | robinlavallee/chicken-little | 4605bdc07a5a8ea7df9fb2b574241fa15a1d2dc3 | [
"MIT"
] | 1 | 2020-09-14T22:16:15.000Z | 2020-09-14T22:16:15.000Z | lib/app/include/app.h | robinlavallee/chicken-little | 4605bdc07a5a8ea7df9fb2b574241fa15a1d2dc3 | [
"MIT"
] | null | null | null | lib/app/include/app.h | robinlavallee/chicken-little | 4605bdc07a5a8ea7df9fb2b574241fa15a1d2dc3 | [
"MIT"
] | 1 | 2020-09-14T22:16:21.000Z | 2020-09-14T22:16:21.000Z | /*
*/
#ifndef _app_h
#define _app_h_
//#include <windows.h>
#include "mmio.h"
typedef void FUNCV(void);
typedef FUNCV * LPFUNCV;
// we use memset instead of Windows-specific ZeroMemory because it is more
// cross-platform friendly.
#define CLEAR_STRUCT(s) memset(&s,0,sizeof(s))
#define KEY_DOWN(vk_code) ((G... | 32.301887 | 116 | 0.56104 |
22cacce0246b19c19bed44024e4ad341b9e774cb | 893 | c | C | uhk/acm3853.c | Hyyyyyyyyyy/acm | d7101755b2c2868d51bb056f094e024d0333b56f | [
"MIT"
] | null | null | null | uhk/acm3853.c | Hyyyyyyyyyy/acm | d7101755b2c2868d51bb056f094e024d0333b56f | [
"MIT"
] | null | null | null | uhk/acm3853.c | Hyyyyyyyyyy/acm | d7101755b2c2868d51bb056f094e024d0333b56f | [
"MIT"
] | null | null | null | #include <cstdio>
#include <cmath>
#include <cstring>
using namespace std;
int main()
{
int i, j, k, u, n, m;
double a, b, c, ar[1002][1002][3], bag[1002][1002];
while (scanf("%d %d", &n, &m) != EOF)
{
for (i = 1; i <= n; i++)
{
for (j = 1; j <= m; j++)
{
... | 27.060606 | 116 | 0.326988 |
edf4b5bc34e8e46dc57f6ffa0094463c281e3e04 | 1,839 | h | C | PrivateFrameworks/PhotoImaging/PICompositionExporter.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 17 | 2018-11-13T04:02:58.000Z | 2022-01-20T09:27:13.000Z | PrivateFrameworks/PhotoImaging/PICompositionExporter.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 3 | 2018-04-06T02:02:27.000Z | 2018-10-02T01:12:10.000Z | PrivateFrameworks/PhotoImaging/PICompositionExporter.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 1 | 2018-09-28T13:54:23.000Z | 2018-09-28T13:54:23.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@interface PICompositionExporter : NSObject
{
}
+ (id)resetImageProperties:(id)arg1 preserveRegions:(BOOL)arg2;
+ (id)metadataConverter;
+ (void)setMetadataCo... | 54.088235 | 173 | 0.784666 |
e84dcb3d76b5934764f20e395bacb67f3535bbb2 | 262 | h | C | tools/snex_playground/function_const_ref.h | romsom/HISE | 73e0e299493ce9236e6fafa7938d3477fcc36a4a | [
"Intel"
] | null | null | null | tools/snex_playground/function_const_ref.h | romsom/HISE | 73e0e299493ce9236e6fafa7938d3477fcc36a4a | [
"Intel"
] | null | null | null | tools/snex_playground/function_const_ref.h | romsom/HISE | 73e0e299493ce9236e6fafa7938d3477fcc36a4a | [
"Intel"
] | null | null | null | /*
BEGIN_TEST_DATA
f: main
ret: int
args: int
input: 12
output: 24
error: ""
filename: "basic/function_const_ref"
END_TEST_DATA
*/
int other(const int& input)
{
return input * 2;
}
int main(int input)
{
int x = other(input);
return x;
}
| 10.48 | 38 | 0.633588 |
1974bbc8c0af80aa4b446eebd9f16b9805a00566 | 3,570 | h | C | 02Segundo/Estructura_de_Datos_ED/EjerciciosED/include/menu.h | elsudano/Facultad | 8ff2c5904f0a38a3a0682e040da4439f2bc872f2 | [
"MIT"
] | 2 | 2017-02-20T09:26:42.000Z | 2021-11-21T21:56:35.000Z | 02Segundo/Estructura_de_Datos_ED/EjerciciosED/include/menu.h | elsudano/Facultad | 8ff2c5904f0a38a3a0682e040da4439f2bc872f2 | [
"MIT"
] | 1 | 2016-10-06T16:59:39.000Z | 2017-09-21T08:04:51.000Z | 02Segundo/Estructura_de_Datos_ED/EjerciciosED/include/menu.h | elsudano/Facultad | 8ff2c5904f0a38a3a0682e040da4439f2bc872f2 | [
"MIT"
] | 4 | 2016-10-06T16:41:01.000Z | 2019-11-21T12:37:20.000Z | /*
* menu.h
*
* Created on: 17/11/2013
* Author: Carlos de la Torre
*/
#ifndef MENU_H_
#define MENU_H_
#include "default.h"
#include <vector>
#include <map>
using namespace std;
typedef string nombreItem;
typedef unsigned valorItem;
typedef pair<nombreItem,valorItem> Item;
typedef vector<Item> listaItems;... | 22.173913 | 91 | 0.663585 |
e5fa3c72c65a3c5fb25241e4c59c4202571b417e | 1,260 | h | C | src/eth.h | 1computerguy/mercury | 193bf6432e4f53f1253965f5ca8634bd6ca69136 | [
"BSD-2-Clause"
] | null | null | null | src/eth.h | 1computerguy/mercury | 193bf6432e4f53f1253965f5ca8634bd6ca69136 | [
"BSD-2-Clause"
] | null | null | null | src/eth.h | 1computerguy/mercury | 193bf6432e4f53f1253965f5ca8634bd6ca69136 | [
"BSD-2-Clause"
] | null | null | null | /*
* eth.h
*
* Copyright (c) 2019 Cisco Systems, Inc. All rights reserved.
* License at https://github.com/cisco/mercury/blob/master/LICENSE
*/
#ifndef ETH_H
#define ETH_H
#include <stdint.h>
#define ETH_ADDR_LEN 6
struct eth_hdr {
uint8_t dhost[ETH_ADDR_LEN];
uint8_t shost[ETH_ADDR_LEN];
uint16_t ethe... | 22.909091 | 66 | 0.692857 |
c372d6cdb8f492905c6843ff32e7eea88fd71e1f | 950 | h | C | QtScrcpy/device/decoder/decoder.h | 13383754499/QtScrcpy | be5aa5d337093ba3f4f24bfded25b1c61fc3e5a9 | [
"Apache-2.0"
] | null | null | null | QtScrcpy/device/decoder/decoder.h | 13383754499/QtScrcpy | be5aa5d337093ba3f4f24bfded25b1c61fc3e5a9 | [
"Apache-2.0"
] | null | null | null | QtScrcpy/device/decoder/decoder.h | 13383754499/QtScrcpy | be5aa5d337093ba3f4f24bfded25b1c61fc3e5a9 | [
"Apache-2.0"
] | null | null | null | #ifndef DECODER_H
#define DECODER_H
#include <QObject>
extern "C"
{
#include "libavcodec/avcodec.h"
}
class VideoBuffer;
class Decoder : public QObject
{
Q_OBJECT
public:
Decoder(std::function<void(int width, int height, uint8_t* dataY, uint8_t* dataU, uint8_t* dataV, int linesizeY, int linesizeU, int linesiz... | 22.093023 | 186 | 0.698947 |
d76ff88ade603ad9dbb336a91f3ab52680059c4f | 2,586 | h | C | stdlib/network/net_interfaces.h | colding/MercuryFIX | 435b77e546d7764dc8c40bc41900e5bf852fa72d | [
"BSD-3-Clause"
] | 1 | 2017-10-06T16:56:58.000Z | 2017-10-06T16:56:58.000Z | stdlib/network/net_interfaces.h | colding/MercuryFIX | 435b77e546d7764dc8c40bc41900e5bf852fa72d | [
"BSD-3-Clause"
] | null | null | null | stdlib/network/net_interfaces.h | colding/MercuryFIX | 435b77e546d7764dc8c40bc41900e5bf852fa72d | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2013, Jules Colding <jcolding@gmail.com>.
*
* 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 abo... | 34.026316 | 70 | 0.689869 |
bf1393d32845b3daf3dd02e49cd2e08902718822 | 1,715 | h | C | rotate_align/rotate_align.h | Eberty/LowCost3DReconstruction | 2d2f2247385ade510f04163ca12287640b7a5cf5 | [
"MIT"
] | 13 | 2020-07-25T16:47:22.000Z | 2022-03-31T18:54:06.000Z | rotate_align/rotate_align.h | pathi/LowCost3DReconstruction | 78e26468c5a5fefa13711f7ba86a0e4a5a34901c | [
"MIT"
] | 1 | 2020-03-23T13:59:44.000Z | 2020-03-23T13:59:44.000Z | rotate_align/rotate_align.h | pathi/LowCost3DReconstruction | 78e26468c5a5fefa13711f7ba86a0e4a5a34901c | [
"MIT"
] | 2 | 2020-10-11T12:29:26.000Z | 2021-01-25T18:32:40.000Z | /*
* Copyright (c) 2019, Eberty Alves
*/
#ifndef ROTATE_ALIGN_H_
#define ROTATE_ALIGN_H_
// C++ standard library
#include <bits/stdc++.h>
// Qt
#include <QMainWindow>
// Point Cloud Library
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/visualization/pcl_visualizer.h>
// Visualization To... | 22.565789 | 90 | 0.756851 |
0fbc06077f2122565cabc6cba22930bdb98fa25f | 329 | h | C | include/common/binary_file.h | allie/superdendy | 156e1a78750578b465ed7720e09dd6199fc6f15f | [
"MIT"
] | null | null | null | include/common/binary_file.h | allie/superdendy | 156e1a78750578b465ed7720e09dd6199fc6f15f | [
"MIT"
] | null | null | null | include/common/binary_file.h | allie/superdendy | 156e1a78750578b465ed7720e09dd6199fc6f15f | [
"MIT"
] | null | null | null | #pragma once
#include "common/data.h"
#include <string>
#include <vector>
#include <time.h>
namespace SuperDendy {
class BinaryFile {
private:
long int size;
std::string path;
public:
BinaryFile(const char* file);
~BinaryFile();
long int get_size();
std::string get_path();
std::vector<Byte> buffer... | 13.708333 | 31 | 0.671733 |
8431d144bf64d11feddc435908d7141278ccbb48 | 330 | h | C | components/network/ble/blecontroller/ip/ble/ll/src/lld/lld_pdu.h | shyba/bl602-re | bf242368cbcfc1391eb37a4542b76440202a8d5f | [
"Apache-2.0"
] | 1 | 2021-01-05T03:41:42.000Z | 2021-01-05T03:41:42.000Z | components/network/ble/blecontroller/ip/ble/ll/src/lld/lld_pdu.h | shyba/bl602-re | bf242368cbcfc1391eb37a4542b76440202a8d5f | [
"Apache-2.0"
] | null | null | null | components/network/ble/blecontroller/ip/ble/ll/src/lld/lld_pdu.h | shyba/bl602-re | bf242368cbcfc1391eb37a4542b76440202a8d5f | [
"Apache-2.0"
] | null | null | null | /**
* @file lld_pdu.h
* Header file for BL602
*/
#ifndef __LLD_PDU_H__
#define __LLD_PDU_H__
struct lld_pdu_data_tx_tag {
struct co_list_hdr hdr; // +0
uint16_t idx; // +4
uint16_t conhdl; // +6
uint16_t length; // +8
uint8_t pb_bc_flag; // +10
struct em_buf_node *buf; // +12
};
#endif // __LL... | 18.333333 | 35 | 0.651515 |
b917c12c7c61cec721bf9b910fb33bc848d63946 | 753 | h | C | APPS/iperf-1.7.0/confdefs.h | shkir/sctp-refimpl | 76d37a9a01919b1ba43eaa8b18229ff49c70a8f7 | [
"BSD-2-Clause"
] | 8 | 2015-07-20T19:33:58.000Z | 2019-10-27T10:02:23.000Z | APPS/iperf-1.7.0/confdefs.h | shkir/sctp-refimpl | 76d37a9a01919b1ba43eaa8b18229ff49c70a8f7 | [
"BSD-2-Clause"
] | 2 | 2015-07-19T13:27:57.000Z | 2015-07-22T10:46:12.000Z | APPS/iperf-1.7.0/confdefs.h | shkir/sctp-refimpl | 76d37a9a01919b1ba43eaa8b18229ff49c70a8f7 | [
"BSD-2-Clause"
] | 6 | 2015-07-19T12:20:24.000Z | 2019-11-30T23:56:41.000Z |
#define HAVE_LIBPTHREAD 1
#define HAVE_POSIX_THREAD 1
#define _REENTRANT 1
#define HAVE_STRINGS_H 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_UNSIGNED_LONG_LONG... | 17.928571 | 36 | 0.826029 |
02be57c02fbe4be4263305a333039e508f5a9ed2 | 347 | h | C | ben.h | thisguyistotallyben/ben | 6b79e79048b97d8a0dcec175fd271323a10ab9a7 | [
"MIT"
] | null | null | null | ben.h | thisguyistotallyben/ben | 6b79e79048b97d8a0dcec175fd271323a10ab9a7 | [
"MIT"
] | 1 | 2019-07-19T03:47:32.000Z | 2019-08-02T05:08:21.000Z | ben.h | thisguyistotallyben/ben | 6b79e79048b97d8a0dcec175fd271323a10ab9a7 | [
"MIT"
] | null | null | null | #pragma once
#include <queue>
#include <map>
#include "ben_common.h"
#include "ben_server.h"
class Ben {
public:
void start();
void stop();
BenWidget* createWidget(std::string lookup, BenWidgetType, int sizex, int sizey, int posx, int posy);
BenWidget* widget(std::string lookup);
void hideCursor();
int maxHe... | 17.35 | 102 | 0.706052 |
f324bab013c15d47d1fa393f50640fe0e9cb348b | 1,669 | h | C | security/tee/csky/ck802t/src/tw/drv/crypto/trng/csky_ch2201/trng.h | ruoranluomu/AliOS-Things | d0f3431bcacac5b61645e9beb231a0a53be8078b | [
"Apache-2.0"
] | 6 | 2019-06-24T08:30:42.000Z | 2021-12-26T21:15:27.000Z | security/tee/csky/ck802t/src/tw/drv/crypto/trng/csky_ch2201/trng.h | ewfweftwer/AliOS-Things | 26a5c1a2d6b1771590f5d302f0b2e7fe2fcf843e | [
"Apache-2.0"
] | 1 | 2019-04-02T10:03:10.000Z | 2019-04-02T10:03:10.000Z | security/tee/csky/ck802t/src/tw/drv/crypto/trng/csky_ch2201/trng.h | ewfweftwer/AliOS-Things | 26a5c1a2d6b1771590f5d302f0b2e7fe2fcf843e | [
"Apache-2.0"
] | 9 | 2019-07-12T02:50:10.000Z | 2021-08-20T17:24:36.000Z | /* ****************************************************************************
* *
* C-Sky Microsystems Confidential *
* ------------------------------- *
* Thi... | 30.345455 | 79 | 0.526064 |
7e79622073f1b120a217794e5ccefb6ea807080c | 39,469 | h | C | usr/src/lib/libpthread/uthread/pthread_private.h | sizeofvoid/ifconfigd | bdff4b2cec6d572c1450cb44f32c0bdab1b49e5f | [
"BSD-2-Clause"
] | 2 | 2020-04-15T13:39:01.000Z | 2020-08-28T01:27:00.000Z | usr/src/lib/libpthread/uthread/pthread_private.h | sizeofvoid/ifconfigd | bdff4b2cec6d572c1450cb44f32c0bdab1b49e5f | [
"BSD-2-Clause"
] | null | null | null | usr/src/lib/libpthread/uthread/pthread_private.h | sizeofvoid/ifconfigd | bdff4b2cec6d572c1450cb44f32c0bdab1b49e5f | [
"BSD-2-Clause"
] | 1 | 2020-08-28T01:25:41.000Z | 2020-08-28T01:25:41.000Z | /* $OpenBSD: pthread_private.h,v 1.76 2010/10/28 15:02:41 millert Exp $ */
/*
* Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
... | 28.313486 | 94 | 0.729281 |
a8fab4218d35fa0eff47cf16e7237a9b447baa8a | 1,269 | h | C | Support/Fuego/Mechanism/Models/dodecane_lu/mechanism.h | JiangAngus/PelePhysics | 21b84a978db789ed8e8275d97b0592cceeee7b82 | [
"BSD-3-Clause-LBNL"
] | null | null | null | Support/Fuego/Mechanism/Models/dodecane_lu/mechanism.h | JiangAngus/PelePhysics | 21b84a978db789ed8e8275d97b0592cceeee7b82 | [
"BSD-3-Clause-LBNL"
] | null | null | null | Support/Fuego/Mechanism/Models/dodecane_lu/mechanism.h | JiangAngus/PelePhysics | 21b84a978db789ed8e8275d97b0592cceeee7b82 | [
"BSD-3-Clause-LBNL"
] | null | null | null | #ifndef MECHANISM_h
#define MECHANISM_h
#if 0
/* Elements
0 O
1 H
2 C
3 N
*/
#endif
/* Species */
#define NC12H26_ID 0
#define H_ID 1
#define O_ID 2
#define OH_ID 3
#define HO2_ID 4
#define H2_ID 5
#define H2O_ID 6
#define H2O2_ID 7
#define O2_ID 8
#define CH2_ID 9
#define CH2D_ID 10
#define CH3_ID 11
#define CH4... | 16.697368 | 25 | 0.777778 |
a4c3f82d869ce8076bad10a9bc30fd3cf5f224e5 | 1,022 | h | C | usr/libexec/PineBoard/_PBPIPInsetsTuple.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 5 | 2021-04-29T04:31:43.000Z | 2021-08-19T18:59:58.000Z | usr/libexec/PineBoard/_PBPIPInsetsTuple.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | null | null | null | usr/libexec/PineBoard/_PBPIPInsetsTuple.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 1 | 2022-03-19T11:16:23.000Z | 2022-03-19T11:16:23.000Z | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <objc/NSObject.h>
@class BKSAnimationFenceHandle, BSAnimationSettings, NSValue;
@interface _PBPIPInsetsTuple : NSObject
{
NSValue *_v... | 36.5 | 123 | 0.761252 |
788722e01910bf05cff1fadbdd575b0e8bfc3265 | 1,045 | h | C | source/include/Shader.h | chromaScript/chroma.io | c484354df6f3c84a049ffadfe37c677c0ccb6390 | [
"MIT"
] | null | null | null | source/include/Shader.h | chromaScript/chroma.io | c484354df6f3c84a049ffadfe37c677c0ccb6390 | [
"MIT"
] | null | null | null | source/include/Shader.h | chromaScript/chroma.io | c484354df6f3c84a049ffadfe37c677c0ccb6390 | [
"MIT"
] | null | null | null | #ifndef SHADER_H
#define SHADER_H
#include <glm.hpp>
#include <iostream>
class Shader
{
private:
std::string name;
void checkCompileErrors(unsigned int shader, std::string type);
std::string loadShaderFile(const char* shaderPath);
protected:
public:
unsigned int ID;
Shader(const char* vertexPath, const char* f... | 32.65625 | 94 | 0.737799 |
93f2de9ce9b42ee4149a73ced1f53464b5feee15 | 7,083 | c | C | trees/src/tree.c | Khaaz/SP_Clang | 9585f9307bcf997e7c225acb1a48a2d5a4b415a6 | [
"MIT"
] | 1 | 2020-02-07T12:39:23.000Z | 2020-02-07T12:39:23.000Z | trees/src/tree.c | Khaaz/SP_Clang | 9585f9307bcf997e7c225acb1a48a2d5a4b415a6 | [
"MIT"
] | null | null | null | trees/src/tree.c | Khaaz/SP_Clang | 9585f9307bcf997e7c225acb1a48a2d5a4b415a6 | [
"MIT"
] | null | null | null | #include "tree.h"
#include "queue/queue.h"
#include "stack/stack.h"
/**
* @brief Cree un node (un noeud de notre arbre)
*
* @param value char - La valeur du noeud
* @return node_t* - le moeud nouvellement cree
*/
node_t * createNode(char value)
{
node_t * node = NULL;
node = malloc(sizeof(*node))... | 24.940141 | 80 | 0.501906 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.