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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
30acda07b33141d9356566666731f4274c99674b | 554 | h | C | ds/BinarySearchTreeNode.h | jumbuna/data-structures-algorithms | e6f9ecca13cc77ddf11fc645fc9e362b80862674 | [
"MIT"
] | 1 | 2020-07-11T09:06:52.000Z | 2020-07-11T09:06:52.000Z | ds/BinarySearchTreeNode.h | jumbuna/data-structures-algorithms | e6f9ecca13cc77ddf11fc645fc9e362b80862674 | [
"MIT"
] | null | null | null | ds/BinarySearchTreeNode.h | jumbuna/data-structures-algorithms | e6f9ecca13cc77ddf11fc645fc9e362b80862674 | [
"MIT"
] | null | null | null | #pragma once
//base class for all nodes of a binary tree
namespace jumbuna {
template<class T>
struct BstNode {
BstNode();
BstNode(T, BstNode<T> *, BstNode<T> * = nullptr);
T element;
BstNode *leftChild;
BstNode *rightChild;
BstNode *parent;
};
}
using namespace jumbuna;
template<class T>
BstNode<T>::BstNode(... | 19.103448 | 84 | 0.722022 |
30e10f0ec9595a787448dac1e60923b9dc428d5d | 122 | h | C | sourcecode/nsbase/dependency/libiconv/inc/canonical_local.h | nosngame/nosn | 76dc0525aa9a5baf6aca7d2c18c75b79a1d31e28 | [
"Unlicense"
] | 4 | 2019-12-04T13:06:52.000Z | 2021-09-24T04:45:53.000Z | sourcecode/nsbase/dependency/libiconv/inc/canonical_local.h | nosngame/nosn | 76dc0525aa9a5baf6aca7d2c18c75b79a1d31e28 | [
"Unlicense"
] | null | null | null | sourcecode/nsbase/dependency/libiconv/inc/canonical_local.h | nosngame/nosn | 76dc0525aa9a5baf6aca7d2c18c75b79a1d31e28 | [
"Unlicense"
] | null | null | null | (long long)&((struct stringpool_t *)0)->stringpool_str193,
(long long)&((struct stringpool_t *)0)->stringpool_str496,
| 40.666667 | 60 | 0.721311 |
801cc9c332561123b4bddd1aef0f169d1e249dda | 9,050 | c | C | channels/drdynvc/client/drdynvc_main.c | awakecoding/WinPR-msasn1 | 288a7d343bbcfb0484400a79a90b8f9ab1ecbe2f | [
"Apache-2.0"
] | 4 | 2015-10-29T08:37:40.000Z | 2017-08-08T13:51:29.000Z | channels/drdynvc/client/drdynvc_main.c | awakecoding/WinPR-msasn1 | 288a7d343bbcfb0484400a79a90b8f9ab1ecbe2f | [
"Apache-2.0"
] | null | null | null | channels/drdynvc/client/drdynvc_main.c | awakecoding/WinPR-msasn1 | 288a7d343bbcfb0484400a79a90b8f9ab1ecbe2f | [
"Apache-2.0"
] | 1 | 2022-01-24T08:24:24.000Z | 2022-01-24T08:24:24.000Z | /**
* FreeRDP: A Remote Desktop Protocol client.
* Dynamic Virtual Channel
*
* Copyright 2010-2011 Vic Lee
*
* 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.... | 24.592391 | 100 | 0.736243 |
802d8ca885fda8a684611a4692207fd30f28fe32 | 2,536 | h | C | mem-axc-64/apps/macsim.r.d.b.s/macsim-mem-axc-64/gems-lib-ooo/ruby_clean/system/MemoryNode.h | vnaveen0/nachos | 99933b0da5474bf43bd167d2540438375237b2d9 | [
"MIT"
] | 1 | 2018-02-28T10:00:00.000Z | 2018-02-28T10:00:00.000Z | mem-axc-64/apps/macsim.r.d.b.s/macsim-mem-axc-64/gems-lib-ooo/ruby_clean/system/MemoryNode.h | vnaveen0/nachos | 99933b0da5474bf43bd167d2540438375237b2d9 | [
"MIT"
] | 1 | 2020-04-06T22:30:00.000Z | 2020-04-06T22:30:00.000Z | mem-axc-64/apps/macsim.r.d.b.s/macsim-mem-axc-64/gems-lib-ooo/ruby_clean/system/MemoryNode.h | vnaveen0/nachos | 99933b0da5474bf43bd167d2540438375237b2d9 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 1999 by Mark Hill and David Wood for the Wisconsin
* Multifacet Project. ALL RIGHTS RESERVED.
*
* ##HEADER##
*
* This software is furnished under a license and may be used and
* copied only in accordance with the terms of such license and the
* inclusion of the above copyright notice. Thi... | 26.416667 | 134 | 0.701498 |
2ea8686e032531d970ccb61688cf3ecf7eff5cd6 | 3,680 | h | C | sdk/js/include/nsIXULBuilderListener.h | qianxj/XExplorer | 00e326da03ffcaa21115a2345275452607c6bab5 | [
"MIT"
] | null | null | null | sdk/js/include/nsIXULBuilderListener.h | qianxj/XExplorer | 00e326da03ffcaa21115a2345275452607c6bab5 | [
"MIT"
] | null | null | null | sdk/js/include/nsIXULBuilderListener.h | qianxj/XExplorer | 00e326da03ffcaa21115a2345275452607c6bab5 | [
"MIT"
] | null | null | null | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM d:/firefox-5.0.1/mozilla-release/content/xul/templates/public/nsIXULBuilderListener.idl
*/
#ifndef __gen_nsIXULBuilderListener_h__
#define __gen_nsIXULBuilderListener_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want t... | 32.280702 | 143 | 0.787228 |
8374a4f538b8f6a47f217223aec2741b70d7257f | 93 | c | C | get_next_line/get-next-line-testing/moulitest_files/testframework/fake_rendu/libft_part2/ft_strrchr.c | dnl007/curso-42 | f1a1fab9ff3fdc0962069f802c6c9205650aa20b | [
"MIT"
] | null | null | null | get_next_line/get-next-line-testing/moulitest_files/testframework/fake_rendu/libft_part2/ft_strrchr.c | dnl007/curso-42 | f1a1fab9ff3fdc0962069f802c6c9205650aa20b | [
"MIT"
] | null | null | null | get_next_line/get-next-line-testing/moulitest_files/testframework/fake_rendu/libft_part2/ft_strrchr.c | dnl007/curso-42 | f1a1fab9ff3fdc0962069f802c6c9205650aa20b | [
"MIT"
] | null | null | null | #include <libft.h>
char *ft_strrchr(const char *s, int c)
{
(void)c;
return ((char *)s);
}
| 13.285714 | 38 | 0.612903 |
648950c2afe62e831436cb5f015ed870eb859d58 | 1,043 | h | C | hlogistic_generator.h | Hramchenko/attacking_one_chaotic_cipher | 5994238ffdbcec42b5e127d54e992307d27fd481 | [
"MIT"
] | null | null | null | hlogistic_generator.h | Hramchenko/attacking_one_chaotic_cipher | 5994238ffdbcec42b5e127d54e992307d27fd481 | [
"MIT"
] | null | null | null | hlogistic_generator.h | Hramchenko/attacking_one_chaotic_cipher | 5994238ffdbcec42b5e127d54e992307d27fd481 | [
"MIT"
] | null | null | null | #ifndef __hlogistic_generator_H__
#define __hlogistic_generator_H__
#include "hopencl_program.h"
struct _hlogistic_generator{
hopencl_program_t* opencl_program;
float x_0;
unsigned char* key;
unsigned char* generators;
unsigned int key_length;
int values_count;
float* x_values;
unsigned char* gamma_va... | 32.59375 | 198 | 0.830297 |
86086d0ca819959965285afc0d61affcf4a53b22 | 330 | h | C | BlurView/blurviewlib/src/main/cpp/blur.h | JessonYue/OpenGLES2ForAndroid | dd5c786c93b75f3879553bd823722afa712f869a | [
"Apache-2.0"
] | null | null | null | BlurView/blurviewlib/src/main/cpp/blur.h | JessonYue/OpenGLES2ForAndroid | dd5c786c93b75f3879553bd823722afa712f869a | [
"Apache-2.0"
] | null | null | null | BlurView/blurviewlib/src/main/cpp/blur.h | JessonYue/OpenGLES2ForAndroid | dd5c786c93b75f3879553bd823722afa712f869a | [
"Apache-2.0"
] | null | null | null | //
// Created by 吴跃 on 2019/1/25.
//
#ifndef BLURVIEW_BLUR_H
#define BLURVIEW_BLUR_H
#include <malloc.h>
#define ABS(a) ((a)<(0)?(-a):(a))
#define MAX(a, b) ((a)>(b)?(a):(b))
#define MIN(a, b) ((a)<(b)?(a):(b))
int *blur_ARGB_8888(int *, int, int, int);
short *blur_RGB_565(short *, int, int, int);
#endif //BLURVI... | 17.368421 | 44 | 0.606061 |
ea9b4e8dd53078057ee15d810754710b7fee885f | 601 | h | C | lcof_061/cpp_061/Solution1.h | ooooo-youwillsee/leetcode | 07b273f133c8cf755ea40b3ae9df242ce044823c | [
"MIT"
] | 12 | 2020-03-18T14:36:23.000Z | 2021-12-19T02:24:33.000Z | lcof_061/cpp_061/Solution1.h | ooooo-youwillsee/leetcode | 07b273f133c8cf755ea40b3ae9df242ce044823c | [
"MIT"
] | null | null | null | lcof_061/cpp_061/Solution1.h | ooooo-youwillsee/leetcode | 07b273f133c8cf755ea40b3ae9df242ce044823c | [
"MIT"
] | null | null | null | //
// Created by ooooo on 2020/4/21.
//
#ifndef CPP_061__SOLUTION1_H_
#define CPP_061__SOLUTION1_H_
#include <iostream>
#include <vector>
using namespace std;
class Solution {
public:
bool isStraight(vector<int> &nums) {
sort(nums.begin(), nums.end());
int count_0 = 0, len = nums.size();
for (int i = ... | 20.033333 | 51 | 0.572379 |
c129c8a5b3b294b59409f0d4c150aa794f01aa88 | 51,916 | c | C | testsuite/EXP_5/test1800.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 34 | 2017-07-04T14:16:12.000Z | 2021-04-22T21:04:43.000Z | testsuite/EXP_5/test1800.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 1 | 2017-07-06T03:43:44.000Z | 2017-07-06T03:43:44.000Z | testsuite/EXP_5/test1800.c | ishiura-compiler/CF3 | 0718aa176d0303a4ea8a46bd6c794997cbb8fabb | [
"MIT"
] | 6 | 2017-07-04T16:30:42.000Z | 2019-10-16T05:37:29.000Z |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
uint32_t x7 = 98U;
volatile uint8_t x8 = 56U;
static int64_t x16 = INT64_MIN;
volatile int8_t x28 = -12;
volat... | 18.383853 | 54 | 0.575449 |
9ce13dc81038ceaf8a948c28f2b2cc27494a396c | 4,497 | h | C | NBG_Common.h | akhenakh/NBGCommon | 805dbd47a4560535403bd0cf2a5b4f46252ac385 | [
"MIT"
] | 3 | 2015-03-22T17:32:18.000Z | 2015-04-15T20:47:54.000Z | NBG_Common.h | akhenakh/NBGCommon | 805dbd47a4560535403bd0cf2a5b4f46252ac385 | [
"MIT"
] | null | null | null | NBG_Common.h | akhenakh/NBGCommon | 805dbd47a4560535403bd0cf2a5b4f46252ac385 | [
"MIT"
] | null | null | null | #pragma once
//RGB color macro
#define UIColorFromRGB(rgbValue) [UIColor \
colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \
green:((float)((rgbValue & 0xFF00) >> 8))/255.0 \
blue:((float)(rgbValue & 0xFF))/255.0 alpha:1.0]
//RGB color macro with alpha
#define UIColorFromRGBWithAlpha(rgbValue,a) [UIColor \
... | 39.104348 | 174 | 0.684456 |
1b0b5a5e8dfed8ed7de712f01e7fc7ca1146d771 | 71,964 | h | C | Sat842/Pytorch-iOS-Device/libs-no-caffe-ios/include/ATen/CUDAType.h | xta0/Pytorch-iOS-Demos | 635c1bb469ef8f71d0a66bc7b11f19ba4c6ac45c | [
"MIT"
] | 1 | 2019-08-15T17:11:58.000Z | 2019-08-15T17:11:58.000Z | Sat842/Pytorch-iOS-Device/libs-no-caffe-ios/include/ATen/CUDAType.h | xta0/Pytorch-iOS-Demos | 635c1bb469ef8f71d0a66bc7b11f19ba4c6ac45c | [
"MIT"
] | null | null | null | Sat842/Pytorch-iOS-Device/libs-no-caffe-ios/include/ATen/CUDAType.h | xta0/Pytorch-iOS-Demos | 635c1bb469ef8f71d0a66bc7b11f19ba4c6ac45c | [
"MIT"
] | null | null | null | #pragma once
// @generated by aten/src/ATen/gen.py
#include <ATen/Context.h>
#include <ATen/Utils.h>
#include <ATen/DeviceGuard.h>
#include <ATen/cuda/ATenCUDAGeneral.h>
#include <ATen/cuda/CUDADevice.h>
#include <ATen/cuda/CUDAContext.h>
namespace at {
struct CUDAType final {
static std::tuple<Tensor,Tensor> _c... | 112.973312 | 543 | 0.775082 |
1ea895c8dec4ca3909c07918d804eb1eb337f3b2 | 1,835 | c | C | kernel/proc/exec.c | Marvenlee/kielder | f0d5832da0afe420b7b98a32cec6293f2c3c1399 | [
"Apache-2.0"
] | null | null | null | kernel/proc/exec.c | Marvenlee/kielder | f0d5832da0afe420b7b98a32cec6293f2c3c1399 | [
"Apache-2.0"
] | null | null | null | kernel/proc/exec.c | Marvenlee/kielder | f0d5832da0afe420b7b98a32cec6293f2c3c1399 | [
"Apache-2.0"
] | null | null | null | #include <kernel/types.h>
#include <kernel/proc.h>
#include <kernel/dbg.h>
#include <kernel/fs.h>
#include <kernel/vm.h>
#include <kernel/kmalloc.h>
#include <kernel/error.h>
#include <kernel/utility.h>
/*
*
*/
int Exec (char *filename, char **argv, char **env)
{
int fd;
vm_addr entry_point;... | 18.35 | 88 | 0.556948 |
1b6bdcb853fc89e71d23c84b4cc8a4aa3139e6af | 2,190 | h | C | private/net/snmp/subagent/hostmib/mib_xtrn.h | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | net/snmp/subagent/hostmib/mib_xtrn.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | net/snmp/subagent/hostmib/mib_xtrn.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*
* mib_xtrn.h v0.10
* Generated in conjunction with Management Factory scripts:
* script version: SNMPv1, 0.16, Apr 25, 1996
* project: D:\TEMP\EXAMPLE\HOSTMIB
*
****************************************************************************
* ... | 33.692308 | 78 | 0.461187 |
9b5137846227d804545f918841d2d8b2fae1c06a | 648 | c | C | test/match_test.c | jeremycw/mmkr | 7f9e07ea72ce286ffc894993fb4a387fd8fce250 | [
"MIT"
] | null | null | null | test/match_test.c | jeremycw/mmkr | 7f9e07ea72ce286ffc894993fb4a387fd8fce250 | [
"MIT"
] | null | null | null | test/match_test.c | jeremycw/mmkr | 7f9e07ea72ce286ffc894993fb4a387fd8fce250 | [
"MIT"
] | null | null | null | #include <assert.h>
#include <string.h>
#include "../src/core.h"
void test_match() {
join_t buffer[8];
array(join_t) joins;
joins.buf = buffer;
joins.n = 8;
for (int i = 0; i < joins.n; i++) {
joins.buf[i].lobby_id = 1;
joins.buf[i].score = 1000 + i*100;
joins.buf[i].user_id = i + 1;
joins.bu... | 24 | 62 | 0.612654 |
15635950636274de5c3e07b5ba433a778eaca482 | 1,782 | h | C | src/include/perspective/defaults.h | nmichaud/perspective-X | d57e80f537d766eca5df6787fb26dfd584c4c8f0 | [
"Apache-2.0"
] | null | null | null | src/include/perspective/defaults.h | nmichaud/perspective-X | d57e80f537d766eca5df6787fb26dfd584c4c8f0 | [
"Apache-2.0"
] | null | null | null | src/include/perspective/defaults.h | nmichaud/perspective-X | d57e80f537d766eca5df6787fb26dfd584c4c8f0 | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
*
* Copyright (c) 2017, the Perspective Authors.
*
* This file is part of the Perspective library, distributed under the terms of
* the Apache License 2.0. The full license can be found in the LICENSE file.
*
*/
#pragma once
#inclu... | 37.125 | 79 | 0.783389 |
6388ad9f5c41c604e00c7c0cbf711baea5b9f8e6 | 12,691 | c | C | example/arm_abi_example/printf.c | fugiefire/pongoOS | 7557c3da6126e61b0808d89ccb5fa3bb0a88fcb9 | [
"MIT"
] | null | null | null | example/arm_abi_example/printf.c | fugiefire/pongoOS | 7557c3da6126e61b0808d89ccb5fa3bb0a88fcb9 | [
"MIT"
] | null | null | null | example/arm_abi_example/printf.c | fugiefire/pongoOS | 7557c3da6126e61b0808d89ccb5fa3bb0a88fcb9 | [
"MIT"
] | null | null | null | /*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sel... | 38.574468 | 87 | 0.428965 |
0af294a2be61d9e1206a5b779eb559122f8f517d | 390 | h | C | JLRubyChina/RCAppDelegate.h | bbs7txt/JLRubyChina-iPhone | 53ff03e15ca3f2bcd69c4718a5d161f60f5534ed | [
"MIT"
] | 1 | 2017-11-27T03:44:07.000Z | 2017-11-27T03:44:07.000Z | JLRubyChina/RCAppDelegate.h | bbs7txt/JLRubyChina-iPhone | 53ff03e15ca3f2bcd69c4718a5d161f60f5534ed | [
"MIT"
] | null | null | null | JLRubyChina/RCAppDelegate.h | bbs7txt/JLRubyChina-iPhone | 53ff03e15ca3f2bcd69c4718a5d161f60f5534ed | [
"MIT"
] | null | null | null | //
// JLAppDelegate.h
// JLRubyChina
//
// Created by jimneylee on 13-12-10.
// Copyright (c) 2013年 jimneylee. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "JASidePanelController.h"
@interface RCAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property... | 22.941176 | 73 | 0.753846 |
ebc0b3931495c1a33826f57e41ea1d0965d2e707 | 2,325 | h | C | PhotosUICore.framework/PXActionPerformer.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 4 | 2021-10-06T12:15:26.000Z | 2022-02-21T02:26:00.000Z | PhotosUICore.framework/PXActionPerformer.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | null | null | null | PhotosUICore.framework/PXActionPerformer.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 1 | 2021-10-08T07:40:53.000Z | 2021-10-08T07:40:53.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
*/
@interface PXActionPerformer : NSObject {
NSString * _actionType;
bool _cancellable;
id /* block */ _completionHandler;
<PXActionPerformerDelegate> * _delegate;
UIViewController * _p... | 40.086207 | 91 | 0.762581 |
a0b082f294b11830e54f31e2c54b090ba61eda97 | 1,160 | h | C | pulse/pulsecore-12.0/play-memchunk.h | VanirLab/vanir-gui-agent-linux | f70f82378eb7c8ce2ce305359e7bc2f89683b9c9 | [
"MIT"
] | null | null | null | pulse/pulsecore-12.0/play-memchunk.h | VanirLab/vanir-gui-agent-linux | f70f82378eb7c8ce2ce305359e7bc2f89683b9c9 | [
"MIT"
] | null | null | null | pulse/pulsecore-12.0/play-memchunk.h | VanirLab/vanir-gui-agent-linux | f70f82378eb7c8ce2ce305359e7bc2f89683b9c9 | [
"MIT"
] | null | null | null | #ifndef fooplaychunkhfoo
#define fooplaychunkhfoo
/***
This file is part of PulseAudio.
Copyright 2004-2006 Lennart Poettering
PulseAudio 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 Foundatio... | 31.351351 | 75 | 0.710345 |
9dd526472cb1b52229d43be8e4735e9ca0e6cac6 | 263 | h | C | Eleusis_sln/Eleusis/01_os_backend/01_Win32/WindowOSBundle_Win32.h | bognikol/Eleusis | ee518ede31893689eb6d3c5539e0bd757aeb0294 | [
"MIT"
] | 4 | 2019-05-31T19:55:23.000Z | 2020-10-27T10:00:32.000Z | Eleusis_sln/Eleusis/01_os_backend/01_Win32/WindowOSBundle_Win32.h | bognikol/Eleusis | ee518ede31893689eb6d3c5539e0bd757aeb0294 | [
"MIT"
] | null | null | null | Eleusis_sln/Eleusis/01_os_backend/01_Win32/WindowOSBundle_Win32.h | bognikol/Eleusis | ee518ede31893689eb6d3c5539e0bd757aeb0294 | [
"MIT"
] | 3 | 2019-04-29T14:09:38.000Z | 2020-10-27T10:00:33.000Z | #ifdef _WIN32
#pragma once
#include <Windows.h>
namespace Eleusis
{
struct WindowOSBundle
{
HWND _hwnd;
PAINTSTRUCT _ps;
HDC _hdc;
HBITMAP _backgroundBuffer;
HANDLE _hOld;
};
}
#endif | 13.842105 | 38 | 0.539924 |
6f34f0c5fa5ac2219d375363db87f679cd565856 | 373 | h | C | Pod/Classes/list/XLEBlankView.h | randyeasy/XLEasyKit | f5a1581ed9dce4eb45b71f9432cd170630686619 | [
"MIT"
] | 1 | 2020-06-11T15:55:02.000Z | 2020-06-11T15:55:02.000Z | Pod/Classes/list/XLEBlankView.h | randyeasy/XLEasyKit | f5a1581ed9dce4eb45b71f9432cd170630686619 | [
"MIT"
] | null | null | null | Pod/Classes/list/XLEBlankView.h | randyeasy/XLEasyKit | f5a1581ed9dce4eb45b71f9432cd170630686619 | [
"MIT"
] | null | null | null | //
// XLEBlankView.h
// Pods
//
// Created by Randy on 16/02/29.
//
#import <UIKit/UIKit.h>
/**
* 列表无数据时的空白视图
* 使用方法:如果上层需要定制具体的空白页面,请继承该View
*/
@interface XLEBlankView : UIView
@property (strong, readonly, nonatomic) UIImageView *imageView;
@property (strong, readonly, nonatomic) UILabel *label;
@property (... | 17.761905 | 63 | 0.705094 |
6f6534f497b43a84a98974cf07b0f846c791b97a | 2,975 | c | C | code/numpy/fft/fft.c | fjteam/micropython-ulab | 91c01ef5fe46a570e5e3720adf49c77374fcde3c | [
"MIT"
] | 232 | 2019-10-30T02:47:59.000Z | 2022-03-29T13:35:42.000Z | code/numpy/fft/fft.c | fjteam/micropython-ulab | 91c01ef5fe46a570e5e3720adf49c77374fcde3c | [
"MIT"
] | 325 | 2019-10-25T00:27:29.000Z | 2022-03-16T19:47:45.000Z | code/numpy/fft/fft.c | fjteam/micropython-ulab | 91c01ef5fe46a570e5e3720adf49c77374fcde3c | [
"MIT"
] | 73 | 2019-11-04T19:31:22.000Z | 2022-03-10T03:11:41.000Z | /*
* This file is part of the micropython-ulab project,
*
* https://github.com/v923z/micropython-ulab
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2021 Zoltán Vörös
* 2020 Scott Shawcroft for Adafruit Industries
* 2020 Taku Fukada
*/
#include <math.h>
#include <stdio.h>
#includ... | 35.416667 | 141 | 0.692101 |
3ef325e85f1a9644560f8e62bfef2081951e3cae | 6,508 | c | C | sm64ex-nightly/levels/bits/areas/1/15/model.inc.c | alex-free/sm64ex-creator | e7089df69fb43f266b2165078d94245b33b8e72a | [
"Intel",
"X11",
"Unlicense"
] | 2 | 2022-03-12T08:27:53.000Z | 2022-03-12T18:26:06.000Z | levels/bits/areas/1/15/model.inc.c | Daviz00/sm64 | fd2ed5e0e72d04732034919f8442f8d2cc40fd67 | [
"Unlicense"
] | null | null | null | levels/bits/areas/1/15/model.inc.c | Daviz00/sm64 | fd2ed5e0e72d04732034919f8442f8d2cc40fd67 | [
"Unlicense"
] | null | null | null | // 0x0700CE50 - 0x0700CF50
static const Vtx bits_seg7_vertex_0700CE50[] = {
{{{ -2047, 205, 307}, 0, { 480, 478}, {0x7d, 0x7d, 0x9b, 0xff}}},
{{{ -2047, 205, -306}, 0, { 2012, 2010}, {0x7d, 0x7d, 0x9b, 0xff}}},
{{{ -2047, 0, -306}, 0, { 1502, 2522}, {0x7d, 0x7d, 0x9b, 0xff}}},
... | 56.591304 | 173 | 0.520129 |
0ee8debf2f8ad838288b93e08d26499e417ce092 | 787 | h | C | src/bin/ast/simplifier/fpa_simplifier_plugin.h | iaakhter/MYZ3 | 3b95aa583a37fb3a5df6451f9d76ef04b27040dc | [
"MIT"
] | 1 | 2021-09-07T03:24:22.000Z | 2021-09-07T03:24:22.000Z | src/ast/simplifier/fpa_simplifier_plugin.h | abarth/z3 | c8931a7bba6e9250e5c92d4c520ecfcf6a51f5d3 | [
"MIT"
] | null | null | null | src/ast/simplifier/fpa_simplifier_plugin.h | abarth/z3 | c8931a7bba6e9250e5c92d4c520ecfcf6a51f5d3 | [
"MIT"
] | null | null | null | /*++
Copyright (c) 2015 Microsoft Corporation
Module Name:
fpa_simplifier_plugin.h
Abstract:
Simplifier for the floating-point theory
Author:
Christoph (cwinter) 2015-01-14
--*/
#ifndef FPA_SIMPLIFIER_PLUGIN_H_
#define FPA_SIMPLIFIER_PLUGIN_H_
#include"basic_simplifier_plugin.h"
#include"fpa_decl_pl... | 19.675 | 98 | 0.740788 |
0efd3883a99f58e259b05436a9cbf0cb2628396d | 1,489 | h | C | include/gamemenu.h | aobolensk/fishing-time | a56970eb026e8e86d16e9a7444ef892996d74546 | [
"MIT"
] | 1 | 2019-07-08T09:47:06.000Z | 2019-07-08T09:47:06.000Z | include/gamemenu.h | gooddoog/fishing-time | a56970eb026e8e86d16e9a7444ef892996d74546 | [
"MIT"
] | 278 | 2019-07-01T19:11:13.000Z | 2020-01-12T08:42:53.000Z | include/gamemenu.h | aobolensk/fishing-time | a56970eb026e8e86d16e9a7444ef892996d74546 | [
"MIT"
] | null | null | null | #ifndef INCLUDE_GAMEMENU_H_
#define INCLUDE_GAMEMENU_H_
#include <QLabel>
#include <QPushButton>
#include <QTableWidget>
#include "menu.h"
#include "inventorymenu.h"
class GameMenu : public Menu {
private:
Q_OBJECT
private:
QPushButton clickButton,
profileButton,
logOutButton,
... | 25.237288 | 64 | 0.643385 |
162e0c755d9cfc9034c1b3df5c6690e79ba9ebd1 | 3,687 | h | C | modules/perception/lidar/lib/detector/cnn_segmentation/spp_engine/spp_cluster_list.h | jzjonah/apollo | bc534789dc0548bf2d27f8d72fe255d5c5e4f951 | [
"Apache-2.0"
] | 22,688 | 2017-07-04T23:17:19.000Z | 2022-03-31T18:56:48.000Z | modules/perception/lidar/lib/detector/cnn_segmentation/spp_engine/spp_cluster_list.h | WJY-Mark/apollo | 463fb82f9e979d02dcb25044e60931293ab2dba0 | [
"Apache-2.0"
] | 4,804 | 2017-07-04T22:30:12.000Z | 2022-03-31T12:58:21.000Z | modules/perception/lidar/lib/detector/cnn_segmentation/spp_engine/spp_cluster_list.h | WJY-Mark/apollo | 463fb82f9e979d02dcb25044e60931293ab2dba0 | [
"Apache-2.0"
] | 9,985 | 2017-07-04T22:01:17.000Z | 2022-03-31T14:18:16.000Z | /******************************************************************************
* Copyright 2018 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
... | 36.87 | 94 | 0.682126 |
8b84ef802a26a622daa7941e9623f8a0e0afd5cd | 182 | h | C | cbits/libpng-safe.h | chpatrick/libpng-safe | 01be8a0fe074b0ec28330ad0aa5e9de412dfdd06 | [
"Zlib"
] | 1 | 2019-11-30T01:35:35.000Z | 2019-11-30T01:35:35.000Z | cbits/libpng-safe.h | chpatrick/libpng-safe | 01be8a0fe074b0ec28330ad0aa5e9de412dfdd06 | [
"Zlib"
] | null | null | null | cbits/libpng-safe.h | chpatrick/libpng-safe | 01be8a0fe074b0ec28330ad0aa5e9de412dfdd06 | [
"Zlib"
] | null | null | null | #pragma once
#include "png.h"
void safe_error_shim(png_structp png_struct, png_const_charp message);
void safe_create_read_struct(png_error_ptr error_fn, png_error_ptr warn_fn);
| 20.222222 | 76 | 0.82967 |
fee6ff2d27d4e1263691169734982d457e73da72 | 1,099 | c | C | lib/prot/di/msg12.c | dmareddx/client-sdk | 774a99f117838b73102b134c4fc2a5013eb20317 | [
"Apache-2.0"
] | 5 | 2020-08-16T12:11:23.000Z | 2020-11-17T08:27:19.000Z | lib/prot/di/msg12.c | dmareddx/client-sdk | 774a99f117838b73102b134c4fc2a5013eb20317 | [
"Apache-2.0"
] | 23 | 2020-06-26T10:38:49.000Z | 2021-08-04T12:18:31.000Z | lib/prot/di/msg12.c | dmareddx/client-sdk | 774a99f117838b73102b134c4fc2a5013eb20317 | [
"Apache-2.0"
] | 20 | 2020-03-30T06:55:27.000Z | 2021-08-17T06:09:23.000Z | /*
* Copyright 2020 Intel Corporation
* SPDX-License-Identifier: Apache 2.0
*/
/*!
* \file
* \brief Implementation of msg number 12. The device ingested msg 11 contents
* and prepares msg 12
*/
#include "util.h"
#include "sdoprot.h"
/**
* msg12() - DI.SetHMAC
*
* The device has already calculated HMAC over... | 20.735849 | 78 | 0.687898 |
6b8fe4676df77afc362566c34273140f738a0dd6 | 8,795 | c | C | src/cmd/gc/pgen.c | mhennings/marcohennings-go | 4979c38b1056a0a818535695ee381d0df736cd93 | [
"BSD-3-Clause"
] | null | null | null | src/cmd/gc/pgen.c | mhennings/marcohennings-go | 4979c38b1056a0a818535695ee381d0df736cd93 | [
"BSD-3-Clause"
] | null | null | null | src/cmd/gc/pgen.c | mhennings/marcohennings-go | 4979c38b1056a0a818535695ee381d0df736cd93 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include <u.h>
#include <libc.h>
#include "gg.h"
#include "opt.h"
#include "../../pkg/runtime/funcdata.h"
static void allocauto(Prog* p);
static int pointermap... | 21.091127 | 76 | 0.620694 |
b1cf2d56e733fe03834deacd1a7a391521c545a1 | 76,179 | c | C | src/hwmon.c | sthagen/hashcat-hashcat | 713824678cf4ec12fce2398bb37ce4a9b3b09a47 | [
"MIT"
] | null | null | null | src/hwmon.c | sthagen/hashcat-hashcat | 713824678cf4ec12fce2398bb37ce4a9b3b09a47 | [
"MIT"
] | null | null | null | src/hwmon.c | sthagen/hashcat-hashcat | 713824678cf4ec12fce2398bb37ce4a9b3b09a47 | [
"MIT"
] | null | null | null | /**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#include "common.h"
#include "types.h"
#include "memory.h"
#include "event.h"
#include "dynloader.h"
#include "shared.h"
#include "folder.h"
#include "hwmon.h"
// general functions
static int get_adapters_num_adl (hashcat_ctx_t *hashcat_ctx, int *iNu... | 38.416036 | 201 | 0.674897 |
8a9f207e9af2965a2670cda951fb1c8d8da8d3ff | 7,351 | c | C | src/calc_mgx_no_pi_delay.c | chronopoulos/prometheus-node | 477d040f83e0ac149701b843d77880d869dcd26f | [
"MIT"
] | null | null | null | src/calc_mgx_no_pi_delay.c | chronopoulos/prometheus-node | 477d040f83e0ac149701b843d77880d869dcd26f | [
"MIT"
] | null | null | null | src/calc_mgx_no_pi_delay.c | chronopoulos/prometheus-node | 477d040f83e0ac149701b843d77880d869dcd26f | [
"MIT"
] | null | null | null | #include "calc_mgx_no_pi_delay.h"
#include "calculation.h"
#include "pru.h"
#include "fp_atan2.h"
#include "calibration.h"
#include "hysteresis.h"
#include "calculator.h"
#include <math.h>
#include "evalkit_constants.h" // ckc
static uint16_t pixelData[328 * 252 * 2];
int32_t arg1;
int32_t arg2;
int32_t... | 36.391089 | 86 | 0.601415 |
5c23bc888bfa54400cd443a4a1f204dede3f7370 | 1,035 | c | C | get_next_line/libft/ft_strchr.c | SebastianKunz/fdf | 0f2bca6e01b9d8595fb0a3e37b5b1e0fad96b92d | [
"Unlicense"
] | 2 | 2018-12-27T06:49:20.000Z | 2020-01-18T22:15:46.000Z | get_next_line/libft/ft_strchr.c | SebastianKunz/fdf | 0f2bca6e01b9d8595fb0a3e37b5b1e0fad96b92d | [
"Unlicense"
] | 1 | 2018-12-27T04:06:33.000Z | 2018-12-27T04:09:25.000Z | get_next_line/libft/ft_strchr.c | SebastianKunz/fdf | 0f2bca6e01b9d8595fb0a3e37b5b1e0fad96b92d | [
"Unlicense"
] | 1 | 2019-02-27T00:56:47.000Z | 2019-02-27T00:56:47.000Z | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | 45 | 80 | 0.162319 |
b8b629cb1b6f73fed572066ab983e9b8a8f575fb | 176 | h | C | src/clock.h | rrebello/gusgb | 358874acbcc85423a0920ca7d181bbddb515d197 | [
"MIT"
] | null | null | null | src/clock.h | rrebello/gusgb | 358874acbcc85423a0920ca7d181bbddb515d197 | [
"MIT"
] | null | null | null | src/clock.h | rrebello/gusgb | 358874acbcc85423a0920ca7d181bbddb515d197 | [
"MIT"
] | null | null | null | #ifndef CLOCK_H
#define CLOCK_H
void clock_reset(void);
void clock_step(unsigned int cycles);
unsigned int clock_get_step(void);
void clock_clear(void);
#endif /* CLOCK_H */
| 17.6 | 37 | 0.772727 |
ef9d5ec6638e2ae564a32463369502b0da81ccf5 | 281 | h | C | Classes/PopoverBorderView.h | iDalink/PopoverView | 2b421d1ff29832a0137f54374ba935edb9488c64 | [
"0BSD"
] | 1 | 2016-01-05T09:13:36.000Z | 2016-01-05T09:13:36.000Z | Classes/PopoverBorderView.h | iDalink/PopoverView | 2b421d1ff29832a0137f54374ba935edb9488c64 | [
"0BSD"
] | null | null | null | Classes/PopoverBorderView.h | iDalink/PopoverView | 2b421d1ff29832a0137f54374ba935edb9488c64 | [
"0BSD"
] | null | null | null | //
// PopoverBorderView.h
// ChiDeKai
//
// Created by liuyu on 14-11-7.
// Copyright (c) 2014年 liuyu. All rights reserved.
//
#import <UIKit/UIKit.h>
@class PopoverViewController;
@interface PopoverBorderView : UIView
@property PopoverViewController *myViewController;
@end
| 18.733333 | 51 | 0.736655 |
d4815183427d4e060a633c61e8e86f44aafa63be | 9,803 | h | C | ThreeDScanner-iOS/Libraries/PCL/include/pcl-1.8/pcl/keypoints/narf_keypoint.h | anwholesquare/3DScanr | 335b6fa47a86b7c121e26ad2cbde342340ec855b | [
"MIT"
] | 96 | 2018-09-22T11:13:49.000Z | 2022-01-26T19:23:42.000Z | ThreeDScanner-iOS/Libraries/PCL/include/pcl-1.8/pcl/keypoints/narf_keypoint.h | anwholesquare/3DScanr | 335b6fa47a86b7c121e26ad2cbde342340ec855b | [
"MIT"
] | 7 | 2018-09-06T06:32:40.000Z | 2021-05-07T04:32:35.000Z | ThreeDScanner-iOS/Libraries/PCL/include/pcl-1.8/pcl/keypoints/narf_keypoint.h | anwholesquare/3DScanr | 335b6fa47a86b7c121e26ad2cbde342340ec855b | [
"MIT"
] | 27 | 2018-01-03T22:49:14.000Z | 2022-01-24T15:41:23.000Z | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2010, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code mu... | 47.357488 | 120 | 0.653881 |
336a087edccf5cdcceb5c0227b6d109ca0370e03 | 39,559 | h | C | examples/basic_drawing/source/gfx/BMfont5.h | HTV04/GRRLIB | 7840bd4e1e23faf52015e8ef3d3fd55a2539dca4 | [
"MIT"
] | 72 | 2015-04-05T00:03:18.000Z | 2022-03-27T19:43:59.000Z | examples/basic_drawing/source/gfx/BMfont5.h | HTV04/GRRLIB | 7840bd4e1e23faf52015e8ef3d3fd55a2539dca4 | [
"MIT"
] | 10 | 2015-11-17T05:25:31.000Z | 2022-03-03T20:57:42.000Z | examples/basic_drawing/source/gfx/BMfont5.h | HTV04/GRRLIB | 7840bd4e1e23faf52015e8ef3d3fd55a2539dca4 | [
"MIT"
] | 18 | 2015-07-07T03:53:23.000Z | 2022-03-27T19:44:00.000Z | /*
This file was autogenerated from BMfont5.png
*/
//---------------------------------------------------------------------------------
#ifndef _BMfont5_h_
#define _BMfont5_h_
//---------------------------------------------------------------------------------
const unsigned char BMfont5[] = {
0x89, 0x50, 0x4E, 0x47,... | 95.55314 | 97 | 0.647944 |
32d499d0fe5ecf195a679d1015a5c42b3020ce86 | 2,696 | h | C | B2G/gecko/modules/libmar/src/mar_private.h | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-08-31T15:24:31.000Z | 2020-04-24T20:31:29.000Z | B2G/gecko/modules/libmar/src/mar_private.h | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | null | null | null | B2G/gecko/modules/libmar/src/mar_private.h | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-07-29T07:17:15.000Z | 2020-11-04T06:55:37.000Z | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:set ts=2 sw=2 sts=2 et cindent: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.... | 32.481928 | 79 | 0.694733 |
61efade695b49f35ad7ad5657a653d2f5c5c41a5 | 285 | h | C | OPGSDK Demo App/SDKDemo/APIControllers/GetPanelsViewController.h | OnePointGlobal/OnePoint-Global-Mobile-App-SDK-iOS | 3df71487e38ce8a90699d4facfad1389b7805843 | [
"MIT"
] | 1 | 2017-09-06T06:24:02.000Z | 2017-09-06T06:24:02.000Z | OPGSDK Demo App/SDKDemo/APIControllers/GetPanelsViewController.h | OnePointGlobal/OnePoint-Global-Mobile-App-SDK-iOS | 3df71487e38ce8a90699d4facfad1389b7805843 | [
"MIT"
] | 5 | 2017-09-05T07:20:54.000Z | 2019-11-04T10:33:10.000Z | OPGSDK Demo App/SDKDemo/APIControllers/GetPanelsViewController.h | OnePointGlobal/OnePoint-Global-Mobile-App-SDK-iOS | 3df71487e38ce8a90699d4facfad1389b7805843 | [
"MIT"
] | 2 | 2017-09-07T10:05:49.000Z | 2022-03-17T08:46:28.000Z | //
// GetPanelsViewController.h
// SDKDemo
//
// Created by OnePoint Global on 04/10/16.
// Copyright © 2016 opg. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface GetPanelsViewController : UITableViewController
@property(strong, nonatomic) NSArray* panelsArray;
@end
| 17.8125 | 58 | 0.733333 |
522ec2b37e0f6ad08533ca7c3ad7f4479dc60990 | 9,925 | h | C | mindspore/ccsrc/kernel/gpu/math/binary_op_gpu_kernel.h | TommyLike/mindspore | 401dabb786a9097d6dd84f391657d266b04e9a37 | [
"Apache-2.0"
] | 1 | 2020-06-05T03:15:18.000Z | 2020-06-05T03:15:18.000Z | mindspore/ccsrc/kernel/gpu/math/binary_op_gpu_kernel.h | liyong126/mindspore | 930a1fb0a8fa9432025442c4f4732058bb7af592 | [
"Apache-2.0"
] | 7 | 2020-03-30T08:31:56.000Z | 2020-04-01T09:54:39.000Z | mindspore/ccsrc/kernel/gpu/math/binary_op_gpu_kernel.h | liyong126/mindspore | 930a1fb0a8fa9432025442c4f4732058bb7af592 | [
"Apache-2.0"
] | 1 | 2020-03-30T17:07:43.000Z | 2020-03-30T17:07:43.000Z | /**
* Copyright 2019 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | 42.596567 | 119 | 0.689874 |
50735a5d1320b08f94d7db77aa549783d0db6c37 | 7,997 | h | C | src/g729a_decoder.h | AlexIII/g729a-python | d0a2e137137bb982bbf18683facea50faa2d6918 | [
"BSD-2-Clause"
] | 8 | 2020-03-19T12:20:46.000Z | 2021-11-28T19:43:27.000Z | src/g729a_decoder.h | AlexIII/g729a-python | d0a2e137137bb982bbf18683facea50faa2d6918 | [
"BSD-2-Clause"
] | null | null | null | src/g729a_decoder.h | AlexIII/g729a-python | d0a2e137137bb982bbf18683facea50faa2d6918 | [
"BSD-2-Clause"
] | 1 | 2020-05-20T12:13:20.000Z | 2020-05-20T12:13:20.000Z | /**
* Copyright (c) 2015, Russell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this
* list of condit... | 37.900474 | 87 | 0.495561 |
97589385916ff6dfb5f0b844aedd6e66cc4415e5 | 1,322 | h | C | src/Contraction/include/gudhi/Contraction/policies/Edge_length_cost.h | jmarino/gudhi-devel | b1824e4de6fd1d037af3c1341c3065731472ffc8 | [
"MIT"
] | 146 | 2019-03-15T14:10:31.000Z | 2022-03-23T21:14:52.000Z | src/Contraction/include/gudhi/Contraction/policies/Edge_length_cost.h | jmarino/gudhi-devel | b1824e4de6fd1d037af3c1341c3065731472ffc8 | [
"MIT"
] | 398 | 2019-03-07T14:55:22.000Z | 2022-03-31T14:50:40.000Z | src/Contraction/include/gudhi/Contraction/policies/Edge_length_cost.h | jmarino/gudhi-devel | b1824e4de6fd1d037af3c1341c3065731472ffc8 | [
"MIT"
] | 51 | 2019-03-08T15:58:48.000Z | 2022-03-14T10:23:23.000Z | /* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
* See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
* Author(s): David Salinas
*
* Copyright (C) 2014 Inria
*
* Modification(s):
* - YYYY/MM Author: Des... | 29.377778 | 108 | 0.708018 |
46adb778a1543806f38b50dd2b6346bbf836d5d9 | 524 | h | C | SGPlayer/Classes/Core/SGAsset/SGURLSegment.h | chaocharleswang/SGPlayer | 3e07a0712fdb54c208970fd8758cd8c5d8b51306 | [
"MIT"
] | 5 | 2019-11-27T10:20:00.000Z | 2021-06-09T18:25:47.000Z | SGPlayer/Classes/Core/SGAsset/SGURLSegment.h | chaocharleswang/SGPlayer | 3e07a0712fdb54c208970fd8758cd8c5d8b51306 | [
"MIT"
] | null | null | null | SGPlayer/Classes/Core/SGAsset/SGURLSegment.h | chaocharleswang/SGPlayer | 3e07a0712fdb54c208970fd8758cd8c5d8b51306 | [
"MIT"
] | null | null | null | //
// SGURLSegment.h
// SGPlayer
//
// Created by Single on 2018/11/14.
// Copyright © 2018 single. All rights reserved.
//
#import "SGSegment.h"
@interface SGURLSegment : SGSegment
/**
*
*/
- (instancetype)initWithURL:(NSURL *)URL index:(NSInteger)index;
/**
*
*/
- (instancetype)initWithURL:(NSURL *)URL in... | 15.411765 | 117 | 0.671756 |
942b61f283157be029b2b0c5bc1c5b54fee1ae1f | 65 | h | C | LogScreenDemo/LogScreen/UIWindow+LogScreen.h | creastall/LogScreen | 2b04c8a4cf2dcb92ea7ffc8f1dfd793b1cdf5b60 | [
"Apache-2.0"
] | 2 | 2018-04-01T14:18:48.000Z | 2018-04-03T08:34:27.000Z | LogScreenDemo/LogScreen/UIWindow+LogScreen.h | creastall/LogScreen | 2b04c8a4cf2dcb92ea7ffc8f1dfd793b1cdf5b60 | [
"Apache-2.0"
] | 1 | 2018-04-02T01:33:02.000Z | 2018-04-02T01:33:16.000Z | LogScreenDemo/LogScreen/UIWindow+LogScreen.h | creastall/LogScreen | 2b04c8a4cf2dcb92ea7ffc8f1dfd793b1cdf5b60 | [
"Apache-2.0"
] | null | null | null |
#import <UIKit/UIKit.h>
@interface UIWindow (LogScreen)
@end
| 8.125 | 31 | 0.707692 |
f6f1f4f69b82895d3816c37f1432f0bf787abf0a | 229 | h | C | mountinfo.h | probonopd/qsshfs | 47ff48c0a177a36540b06a1af5b9cd3571f3b292 | [
"BSD-3-Clause"
] | 10 | 2017-08-23T20:39:49.000Z | 2022-03-05T22:44:25.000Z | mountinfo.h | probonopd/qsshfs | 47ff48c0a177a36540b06a1af5b9cd3571f3b292 | [
"BSD-3-Clause"
] | 1 | 2017-10-19T13:01:03.000Z | 2019-09-25T10:25:01.000Z | mountinfo.h | probonopd/qsshfs | 47ff48c0a177a36540b06a1af5b9cd3571f3b292 | [
"BSD-3-Clause"
] | 4 | 2019-01-31T09:08:55.000Z | 2020-09-14T11:53:41.000Z | #ifndef MOUNTINFO_H
#define MOUNTINFO_H
#include <QString>
struct MountInfo
{
QString name;
QString hostName;
QString userOverwrite;
QString remotePath;
QString localPath;
bool isValid() const;
};
#endif // MOUNTINFO_H
| 12.722222 | 23 | 0.759825 |
f58f1ab95571811d8da9eeb0733d010a8385086f | 418 | h | C | include/lns_paint.h | echo-Mike/lnanosvg | 79fe5f5f224a01e36fdeeed9120b3772b61422f3 | [
"Zlib"
] | null | null | null | include/lns_paint.h | echo-Mike/lnanosvg | 79fe5f5f224a01e36fdeeed9120b3772b61422f3 | [
"Zlib"
] | null | null | null | include/lns_paint.h | echo-Mike/lnanosvg | 79fe5f5f224a01e36fdeeed9120b3772b61422f3 | [
"Zlib"
] | null | null | null | #ifndef LNS_PAINT_H__
#define LNS_PAINT_H__
/// LNS
#include "lns_includes.h"
#include "lns_macro.h"
// Member functions
LNS_LUA_MEMBER_FUNCTION(paint, toColor);
LNS_LUA_MEMBER_FUNCTION(paint, toGradient);
LNS_LUA_MEMBER_FUNCTION(paint, getCDecl);
// Meta functions
LNS_LUA_MEMBER_FUNCTION(paint, _tostring);
LNS_LUA_M... | 24.588235 | 43 | 0.815789 |
86c06eb659a2ede680591b9e45ea4c4b22a976cb | 908 | h | C | sourceCode/application/ui/stackedProfilBox/dialog_addboxesautomaticdistribution_selectmethod.h | lp-rep/stackprof-1 | 62d9cb96ad7dcdaa26b6383559f542cadc1c7af2 | [
"CECILL-B"
] | 2 | 2022-02-27T20:08:04.000Z | 2022-03-03T13:45:40.000Z | sourceCode/application/ui/stackedProfilBox/dialog_addboxesautomaticdistribution_selectmethod.h | lp-rep/stackprof-1 | 62d9cb96ad7dcdaa26b6383559f542cadc1c7af2 | [
"CECILL-B"
] | 1 | 2021-06-07T17:09:04.000Z | 2021-06-11T11:48:23.000Z | sourceCode/application/ui/stackedProfilBox/dialog_addboxesautomaticdistribution_selectmethod.h | lp-rep/stackprof-1 | 62d9cb96ad7dcdaa26b6383559f542cadc1c7af2 | [
"CECILL-B"
] | 1 | 2021-06-03T21:06:55.000Z | 2021-06-03T21:06:55.000Z | #ifndef DIALOG_ADDBOXESAUTOMATICDISTRIBUTION_SELECTMETHOD_H
#define DIALOG_ADDBOXESAUTOMATICDISTRIBUTION_SELECTMETHOD_H
#include <QDialog>
namespace Ui {
class Dialog_addBoxesAutomaticDistribution_selectMethod;
}
#include "../../logic/model/core/enum_automaticDistributionMethod.h"
class Dialog_addBoxesAutomaticDist... | 27.515152 | 90 | 0.844714 |
8787a5c7fddd9a0fa696fb8adf60134f564aa35b | 261 | c | C | code/3010.c | Tarpelite/OJ_research | 5c23591a50e755dac800dfaedb561290ce35fc5b | [
"MIT"
] | null | null | null | code/3010.c | Tarpelite/OJ_research | 5c23591a50e755dac800dfaedb561290ce35fc5b | [
"MIT"
] | null | null | null | code/3010.c | Tarpelite/OJ_research | 5c23591a50e755dac800dfaedb561290ce35fc5b | [
"MIT"
] | null | null | null | #include<stdio.h>
#include <string.h>
int judge(int a)
{
for(int i=2;i<a;i++)
{
if(a%i==0)
{
return 1;
}
}
return 0;
}
int main()
{
int a;
scanf("%d",&a);
while(1)
{
a++;
if(judge(a)==0)
{
printf("%d",a);
return 0;
}
}
} | 7.909091 | 21 | 0.452107 |
48ad5cb1f5f690723a28c0a199a161d2796907dd | 2,232 | h | C | curv/location.h | iplayfast/curv | e14ff67ba269c630b78be4708454fefcdbfc4378 | [
"Apache-2.0"
] | null | null | null | curv/location.h | iplayfast/curv | e14ff67ba269c630b78be4708454fefcdbfc4378 | [
"Apache-2.0"
] | null | null | null | curv/location.h | iplayfast/curv | e14ff67ba269c630b78be4708454fefcdbfc4378 | [
"Apache-2.0"
] | null | null | null | // Copyright 2016-2018 Doug Moen
// Licensed under the Apache License, version 2.0
// See accompanying file LICENSE or https://www.apache.org/licenses/LICENSE-2.0
#ifndef CURV_LOCATION_H
#define CURV_LOCATION_H
#include <curv/script.h>
#include <curv/token.h>
#include <curv/range.h>
#include <curv/shared.h>
#include ... | 28.987013 | 79 | 0.68638 |
ad8174b890086ab1562c3b3a967ce8b50cb3cf0d | 1,042 | h | C | QuickStartApp_iOS/HueSDK_iOS.framework/Versions/A/Headers/PHSoftwareUpdateStatusDeviceTypes.h | sodastsai/PhilipsHueSDK-iOS-OSX | b1d9b237e508e7e3d6396a0391a2149aa28bef3a | [
"BSD-3-Clause"
] | 2 | 2015-01-21T08:18:45.000Z | 2015-01-28T07:40:02.000Z | CTF/CTF/HueSDK_iOS.framework/Versions/A/Headers/PHSoftwareUpdateStatusDeviceTypes.h | lkuczborski/HomeKit_Workshop | 566fa0b0e5acb9b05c09decf583f21cc2fa0aa66 | [
"MIT"
] | null | null | null | CTF/CTF/HueSDK_iOS.framework/Versions/A/Headers/PHSoftwareUpdateStatusDeviceTypes.h | lkuczborski/HomeKit_Workshop | 566fa0b0e5acb9b05c09decf583f21cc2fa0aa66 | [
"MIT"
] | null | null | null | /*******************************************************************************
Copyright (c) 2013-2014 Koninklijke Philips N.V.
All Rights Reserved.
********************************************************************************/
#import <Foundation/Foundation.h>
@interface PHSoftwareUpdateStatusDeviceTypes : N... | 25.414634 | 82 | 0.62572 |
3944f566ade7f2467ed121888b7e76c4fe8c60c6 | 5,759 | c | C | src/main.c | Sunnny-3n/rw-header | fe9db61ca648a9c6ebbb6f0912ccbfb337f8138d | [
"MIT"
] | 3 | 2019-10-22T05:04:20.000Z | 2020-07-25T14:50:58.000Z | src/main.c | niuyuling/rw-header | fe9db61ca648a9c6ebbb6f0912ccbfb337f8138d | [
"MIT"
] | null | null | null | src/main.c | niuyuling/rw-header | fe9db61ca648a9c6ebbb6f0912ccbfb337f8138d | [
"MIT"
] | 2 | 2019-10-22T05:03:47.000Z | 2020-04-16T14:20:33.000Z | #include "tool.h"
static int offset = 0;
struct map maps[mapsize];
struct args Parse_args(int argc,char * argv[]);
enum tag gettag(int fd);
bool isconnfd(int fd);
bool isproxyfd(int fd);
int another_fd(int fd);
void settag(int fd,enum tag tag);
void close_link(int epfd,int fd);
void Deal_error_fd(int epfd,int fd);
vo... | 26.539171 | 80 | 0.542976 |
fbd154e928ec5f5c0ceb38cc44a440f34e2f645b | 896 | c | C | src/axl_glibc/axl_memcpy.c | vovkos/axl | 5969bfda2fdfbb04a081dde16dcde0c5ddef0654 | [
"MIT"
] | 2 | 2021-03-19T09:32:02.000Z | 2021-12-30T11:22:56.000Z | src/axl_glibc/axl_memcpy.c | vovkos/axl | 5969bfda2fdfbb04a081dde16dcde0c5ddef0654 | [
"MIT"
] | 3 | 2019-04-19T19:20:59.000Z | 2021-07-16T10:08:05.000Z | src/axl_glibc/axl_memcpy.c | vovkos/axl | 5969bfda2fdfbb04a081dde16dcde0c5ddef0654 | [
"MIT"
] | 3 | 2019-04-19T18:19:52.000Z | 2021-06-15T00:31:36.000Z | //..............................................................................
//
// This file is part of the AXL library.
//
// AXL is distributed under the MIT license.
// For details see accompanying license.txt file,
// the public copy of which is also available at:
// http://tibbo.com/downloads/archive/axl/... | 26.352941 | 80 | 0.453125 |
0671a996ad3abfb5a6633b7e1fbf897bad294639 | 1,289 | h | C | baseVideo/avd_sdk.framework/Headers/AVDFakeAudioCapturer.h | ZhangQiJin/videoChat | a930f1ca7114b4c23c7359ea5e99732ad5113646 | [
"MIT"
] | 1 | 2020-12-25T03:30:47.000Z | 2020-12-25T03:30:47.000Z | baseVideo/avd_sdk.framework/Headers/AVDFakeAudioCapturer.h | ZhangQiJin/videoChat | a930f1ca7114b4c23c7359ea5e99732ad5113646 | [
"MIT"
] | 1 | 2020-07-05T14:45:17.000Z | 2021-01-24T04:39:06.000Z | baseVideo/avd_sdk.framework/Headers/AVDFakeAudioCapturer.h | ZhangQiJin/videoChat | a930f1ca7114b4c23c7359ea5e99732ad5113646 | [
"MIT"
] | null | null | null | //
// AVDFakeAudioCapturer.h
// avd_sdk
//
// Created by skin on 15-7-21.
// Copyright (c) 2015年 t3ee. All rights reserved.
//
#ifndef avd_sdk_AVDFakeAudioCapturer_h
#define avd_sdk_AVDFakeAudioCapturer_h
#import "AVDCommon.h"
/**
* 音频流导入接口.
*
* 音频导入相关功能接口。
*/
@interface AVDFakeAudioCapturer : NSObject
/**... | 19.830769 | 130 | 0.708301 |
06b3fa9990f371e333bc40987d0f0df548b25b46 | 2,419 | h | C | include/il2cpp/Dpr/Contest/ResultSection.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | 1 | 2022-01-15T20:20:27.000Z | 2022-01-15T20:20:27.000Z | include/il2cpp/Dpr/Contest/ResultSection.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | null | null | null | include/il2cpp/Dpr/Contest/ResultSection.h | martmists-gh/BDSP | d6326c5d3ad9697ea65269ed47aa0b63abac2a0a | [
"MIT"
] | null | null | null | #pragma once
#include "il2cpp.h"
void Dpr_Contest_ResultSection__SetScriptableObject (Dpr_Contest_ResultSection_o* __this, Dpr_Contest_ResultSettings_o* resultSettings, const MethodInfo* method_info);
void Dpr_Contest_ResultSection__Initialize (Dpr_Contest_ResultSection_o* __this, const MethodInfo* method_info);
void... | 105.173913 | 167 | 0.884663 |
19e4ae739b8efadae0242fdca16c437b64141f73 | 170 | h | C | ToasterFramework/game.h | metalhead1998/ToasterFramework | 1045301b8e7e8b355d5751c75f3a00853e929ef6 | [
"Unlicense"
] | null | null | null | ToasterFramework/game.h | metalhead1998/ToasterFramework | 1045301b8e7e8b355d5751c75f3a00853e929ef6 | [
"Unlicense"
] | null | null | null | ToasterFramework/game.h | metalhead1998/ToasterFramework | 1045301b8e7e8b355d5751c75f3a00853e929ef6 | [
"Unlicense"
] | null | null | null | #ifdef GAME_H
#define GAME_H
//SDL headers
#include <SDL2/SDL.h>
//Custom headers
#include "gamestates.h"
class Game
{
public:
Game ();
int Run ();
};
#endif
| 9.444444 | 23 | 0.641176 |
e87c9e73425792f4fefe1e508dd1a89c6b031b4e | 2,867 | c | C | src/c2p.c | flynn-nrg/tornado-amiga | bb973063b44ee217b7c9b6f9afcdf4bd1e0beee9 | [
"BSD-2-Clause"
] | 31 | 2019-06-23T15:16:45.000Z | 2022-02-18T16:45:42.000Z | src/c2p.c | flynn-nrg/tornado-amiga | bb973063b44ee217b7c9b6f9afcdf4bd1e0beee9 | [
"BSD-2-Clause"
] | 1 | 2019-10-26T18:11:37.000Z | 2019-10-26T18:11:37.000Z | src/c2p.c | flynn-nrg/tornado-amiga | bb973063b44ee217b7c9b6f9afcdf4bd1e0beee9 | [
"BSD-2-Clause"
] | 5 | 2019-10-26T12:48:39.000Z | 2021-12-01T20:16:07.000Z |
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "c2p.h"
#include "ptr_bridges.h"
#define c2p_merge_one(x, y, t, s, m) \
t = y; \
t >>= s; \
t ^= x; \
t &= m; \
x ^= t; \
t <<= s; \
y ^= t;
#define c2p_merge_one_16(x,y,t) c2p_merge_one(... | 31.855556 | 82 | 0.580746 |
e5ed8dc43ae182c235012c01af31300a1343a44f | 523 | h | C | CustomAlertViewDemo/CustomAlertViewDemo/CustomButtonDemo/CustomButton/CustomButton.h | PengSiSi/CustomDemo | 9077e03d7e2df165a484ba27f033b8c1c93082ab | [
"MIT"
] | null | null | null | CustomAlertViewDemo/CustomAlertViewDemo/CustomButtonDemo/CustomButton/CustomButton.h | PengSiSi/CustomDemo | 9077e03d7e2df165a484ba27f033b8c1c93082ab | [
"MIT"
] | null | null | null | CustomAlertViewDemo/CustomAlertViewDemo/CustomButtonDemo/CustomButton/CustomButton.h | PengSiSi/CustomDemo | 9077e03d7e2df165a484ba27f033b8c1c93082ab | [
"MIT"
] | null | null | null | //
// CustomButton.h
// WisdomClass_teacher
//
// Created by 思 彭 on 2017/9/18.
// Copyright © 2017年 思 彭. All rights reserved.
// 自定义左边文字,右边图片的Button
// 会随着文字多少变化图片跟着变化,需要注意的是:在设置完 Button 的文字之后,要重新设置Button 的中心点位置。
#import <UIKit/UIKit.h>
typedef NS_ENUM(NSInteger, ButtonType) {
LeftTextRightImage = 0, // 左边文字... | 20.92 | 63 | 0.715105 |
b28aa19a91603329d01d7a8776044819fecf60fb | 1,481 | h | C | lib/include/filesystem/fat/DirectoryEntry.h | bli19/stm32plus | fdf0b74bd8df95c4b0085e1e03b461ea5ca48d86 | [
"BSD-3-Clause"
] | 1 | 2015-10-31T09:01:16.000Z | 2015-10-31T09:01:16.000Z | lib/include/filesystem/fat/DirectoryEntry.h | bli19/stm32plus | fdf0b74bd8df95c4b0085e1e03b461ea5ca48d86 | [
"BSD-3-Clause"
] | null | null | null | lib/include/filesystem/fat/DirectoryEntry.h | bli19/stm32plus | fdf0b74bd8df95c4b0085e1e03b461ea5ca48d86 | [
"BSD-3-Clause"
] | null | null | null | /*
* This file is a part of the open source stm32plus library.
* Copyright (c) 2011,2012,2013 Andy Brown <www.andybrown.me.uk>
* Please see website for licensing terms.
*/
#pragma once
namespace stm32plus {
namespace fat {
/**
* FAT directory entry. There are no data members here, just the union of t... | 23.140625 | 122 | 0.605672 |
c7efb0f95a416ceb6dcdcc867701cd7f82567462 | 1,817 | c | C | gui/xdraw.d.c | voutilad/oxbar | 37fbca62e83cb4bfd4450d40ba18da97969d8c80 | [
"0BSD"
] | 41 | 2018-11-14T18:00:47.000Z | 2022-01-02T13:03:06.000Z | gui/xdraw.d.c | voutilad/oxbar | 37fbca62e83cb4bfd4450d40ba18da97969d8c80 | [
"0BSD"
] | 4 | 2018-12-13T09:37:23.000Z | 2020-03-23T14:14:53.000Z | gui/xdraw.d.c | voutilad/oxbar | 37fbca62e83cb4bfd4450d40ba18da97969d8c80 | [
"0BSD"
] | 2 | 2020-06-17T19:55:00.000Z | 2021-03-08T08:31:14.000Z | /*
* Copyright (c) 2018 Ryan Flannery <ryan.flannery@gmail.com>
*
* Permission to use, copy, modify, and 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 I... | 22.7125 | 76 | 0.681893 |
2431b276f225693e01a314d472905e60a6554e50 | 1,634 | h | C | code_reading/oceanbase-master/src/sql/rewrite/ob_query_range_provider.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/src/sql/rewrite/ob_query_range_provider.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/src/sql/rewrite/ob_query_range_provider.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | 1 | 2020-10-18T12:59:31.000Z | 2020-10-18T12:59:31.000Z | /**
* Copyright (c) 2021 OceanBase
* OceanBase CE is licensed under Mulan PubL v2.
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* You may obtain a copy of Mulan PubL v2 at:
* http://license.coscl.org.cn/MulanPubL-2.0
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BAS... | 38 | 116 | 0.776622 |
b5cb2937f6fdcd072c3db05291eea5176b6ba1d5 | 482 | c | C | Week 5/5_9.c | Bharat123rox/DataStructures-Algorithms-Assignments | 4936f377337400e2653bde2d415c443e579ef738 | [
"MIT"
] | 1 | 2020-02-22T04:36:10.000Z | 2020-02-22T04:36:10.000Z | Week 5/5_9.c | Bharat123rox/DataStructures-Algorithms-Assignments | 4936f377337400e2653bde2d415c443e579ef738 | [
"MIT"
] | null | null | null | Week 5/5_9.c | Bharat123rox/DataStructures-Algorithms-Assignments | 4936f377337400e2653bde2d415c443e579ef738 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#define ll long long
#define f(i,a,b) for(i=a;i<b;i++)
#define fd(i,b,a) for(i=b;i>=a;i--)
#define nl '\n'
int main()
{
int n,i;
scanf("%d",&n);
int a[n];
int max=-99;
f(i,0,n)
{
scanf("%d",&a[i]);
if(max<a[i])
{
max=a[i];
}
}
int fre[max+1];
f(i,0,max+1) ... | 14.176471 | 35 | 0.504149 |
ec18960d573cc756e9f4730cac1f4566f5612507 | 903 | h | C | src/bucket/BucketOutputIterator.h | viichain/vii-core | 2e5b794fb71e1385a2b5bc96920b5a69d4d8560f | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | src/bucket/BucketOutputIterator.h | viichain/vii-core | 2e5b794fb71e1385a2b5bc96920b5a69d4d8560f | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | src/bucket/BucketOutputIterator.h | viichain/vii-core | 2e5b794fb71e1385a2b5bc96920b5a69d4d8560f | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | #pragma once
#include "bucket/BucketManager.h"
#include "bucket/LedgerCmp.h"
#include "util/XDRStream.h"
#include "xdr/vii-ledger.h"
#include <memory>
#include <string>
namespace viichain
{
class Bucket;
class BucketManager;
class BucketOutputIterator
{
protected:
std::string mFilename;
XDROutputFileStr... | 21.5 | 101 | 0.69103 |
5775091f5b8e69baaa3217a13c07c655808db627 | 9,701 | h | C | src/torch/lib/include/torch/csrc/jit/tracer.h | warcraft12321/Hyperfoods | b995cd7afe10fcbd338158c80f53ce637bfffc0c | [
"MIT"
] | 51 | 2020-01-26T23:32:57.000Z | 2022-03-20T14:49:57.000Z | src/torch/lib/include/torch/csrc/jit/tracer.h | warcraft12321/Hyperfoods | b995cd7afe10fcbd338158c80f53ce637bfffc0c | [
"MIT"
] | 2 | 2020-12-19T20:00:28.000Z | 2021-03-03T20:22:45.000Z | src/torch/lib/include/torch/csrc/jit/tracer.h | warcraft12321/Hyperfoods | b995cd7afe10fcbd338158c80f53ce637bfffc0c | [
"MIT"
] | 33 | 2020-02-18T16:15:48.000Z | 2022-03-24T15:12:05.000Z | #pragma once
#include "torch/csrc/jit/ir.h"
#include "torch/csrc/jit/tracer_state.h"
#include "torch/csrc/assertions.h"
#include "torch/csrc/utils/functional.h"
#include "torch/csrc/utils/variadic.h"
#include "torch/csrc/autograd/function_hook.h"
#include "torch/csrc/autograd/variable.h"
#include "torch/csrc/utils/aut... | 34.400709 | 129 | 0.700134 |
f1d4c55adee0bb2ce5a2b943344095c88cb121e4 | 9,524 | h | C | src/cnn_bn.h | jamesljlster/cnn | 8ba35edd4516f6b46a17a1bad672e38667600630 | [
"MIT"
] | 1 | 2020-06-15T07:47:10.000Z | 2020-06-15T07:47:10.000Z | src/cnn_bn.h | jamesljlster/cnn | 8ba35edd4516f6b46a17a1bad672e38667600630 | [
"MIT"
] | null | null | null | src/cnn_bn.h | jamesljlster/cnn | 8ba35edd4516f6b46a17a1bad672e38667600630 | [
"MIT"
] | null | null | null | #ifndef __CNN_BN_H__
#define __CNN_BN_H__
#include <math.h>
#include "cnn_macro.h"
#include "cnn_types.h"
#ifdef CNN_WITH_CUDA
#include <cublas_v2.h>
#include <cuda_runtime.h>
#include "cnn_builtin_math_cu.h"
#include "cnn_init.h"
#endif
#define CNN_BN_EPS 1e-4
static inline void cnn_recall_bn(union CNN_LAYER* la... | 30.623794 | 77 | 0.496325 |
f138ae47fa0eb6987112df0bfec605d6bdb29792 | 1,890 | c | C | src/jaegertracingc/token_bucket_test.c | isaachier/c-client | 56fd9754e5f60374bd1341d84c0238c6651281a6 | [
"Apache-2.0"
] | null | null | null | src/jaegertracingc/token_bucket_test.c | isaachier/c-client | 56fd9754e5f60374bd1341d84c0238c6651281a6 | [
"Apache-2.0"
] | null | null | null | src/jaegertracingc/token_bucket_test.c | isaachier/c-client | 56fd9754e5f60374bd1341d84c0238c6651281a6 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2018 The Jaeger 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 ag... | 37.8 | 75 | 0.745503 |
d16572a9238167e8653e0433d8641037cfc7acd1 | 330 | h | C | helpers/tail.h | ideeinc/Deepagent | 5d37ecf8e196d54d3914edc0c7b309377f772c1f | [
"BSD-3-Clause"
] | null | null | null | helpers/tail.h | ideeinc/Deepagent | 5d37ecf8e196d54d3914edc0c7b309377f772c1f | [
"BSD-3-Clause"
] | null | null | null | helpers/tail.h | ideeinc/Deepagent | 5d37ecf8e196d54d3914edc0c7b309377f772c1f | [
"BSD-3-Clause"
] | null | null | null | #ifndef TAIL_H
#define TAIL_H
#include <TGlobal>
#include <QByteArray>
#include <QString>
#include "applicationhelper.h"
class T_HELPER_EXPORT Tail : public ApplicationHelper
{
public:
Tail(const QString &filePath);
QByteArray tail(int maxlen, qint64 offset = 0) const;
private:
QString path;
};
#endif ... | 15.714286 | 57 | 0.730303 |
2b951f54ce7b52733e8ac9ad11c9fcd3425f309f | 3,388 | h | C | vfs.h | lordgnu/wxPHP | 368a75c893039e5eaa31bc1ee38e341991039f3f | [
"PHP-3.01"
] | 1 | 2019-02-07T23:18:31.000Z | 2019-02-07T23:18:31.000Z | vfs.h | lordgnu/wxPHP | 368a75c893039e5eaa31bc1ee38e341991039f3f | [
"PHP-3.01"
] | null | null | null | vfs.h | lordgnu/wxPHP | 368a75c893039e5eaa31bc1ee38e341991039f3f | [
"PHP-3.01"
] | null | null | null | /*
* @author Mário Soares
* @contributors Jefferson González
*
* @license
* This file is part of wxPHP check the LICENSE file for information.
*
* @note
* This file was auto-generated by the wxPHP source maker
*/
#ifndef WXPHP_VFS_H_GUARD
#define WXPHP_VFS_H_GUARD
#include "references.h"
ZEND_BEGIN_ARG_IN... | 32.266667 | 91 | 0.812574 |
139aa1e4124b0a4f07283c390a8e875950164e65 | 441 | h | C | Pod/Classes/ENGPhotoSubmitterSettings.h | kent013/PhotoSubmitter | 717ab74545b71dbb2c900df2a73d24e1a2650a89 | [
"BSD-3-Clause"
] | 3 | 2016-01-22T05:02:41.000Z | 2016-05-29T05:42:11.000Z | Pod/Classes/ENGPhotoSubmitterSettings.h | kent013/PhotoSubmitter | 717ab74545b71dbb2c900df2a73d24e1a2650a89 | [
"BSD-3-Clause"
] | null | null | null | Pod/Classes/ENGPhotoSubmitterSettings.h | kent013/PhotoSubmitter | 717ab74545b71dbb2c900df2a73d24e1a2650a89 | [
"BSD-3-Clause"
] | 2 | 2016-01-22T05:04:24.000Z | 2019-04-09T07:52:13.000Z | //
// ENGPhotoSubmitterSettings.h
//
// Created by ISHITOYA Kentaro on 11/12/21.
//
#import <Foundation/Foundation.h>
@interface ENGPhotoSubmitterSettings : NSObject{
}
@property (nonatomic, assign) BOOL commentPostEnabled;
@property (nonatomic, assign) BOOL gpsEnabled;
@property (nonatomic, assign) BOOL autoEnhanc... | 23.210526 | 66 | 0.77551 |
78597777c75396468b74f0472caddd3ba962536b | 3,600 | h | C | src/server/plugins/fastcgi/errortypes.h | jvirkki/heliod | efdf2d105e342317bd092bab2d727713da546174 | [
"BSD-3-Clause"
] | 13 | 2015-10-09T05:59:20.000Z | 2021-11-12T10:38:51.000Z | src/server/plugins/fastcgi/errortypes.h | JamesLinus/heliod | efdf2d105e342317bd092bab2d727713da546174 | [
"BSD-3-Clause"
] | null | null | null | src/server/plugins/fastcgi/errortypes.h | JamesLinus/heliod | efdf2d105e342317bd092bab2d727713da546174 | [
"BSD-3-Clause"
] | 6 | 2016-05-23T10:53:29.000Z | 2019-12-13T17:57:32.000Z | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
*
* THE BSD LICENSE
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistribut... | 29.268293 | 79 | 0.758611 |
18eed88904e94dac63412e7e52e288030638f6a9 | 3,684 | h | C | src/utils/aseglist.h | cmrschwarz/tau | 10a0303709d2235d6087109aba6799fe0412fad2 | [
"MIT"
] | 2 | 2020-01-08T18:22:04.000Z | 2021-01-18T22:15:31.000Z | src/utils/aseglist.h | cmrschwarz/tau | 10a0303709d2235d6087109aba6799fe0412fad2 | [
"MIT"
] | null | null | null | src/utils/aseglist.h | cmrschwarz/tau | 10a0303709d2235d6087109aba6799fe0412fad2 | [
"MIT"
] | null | null | null | #pragma once
#include "atomic_pool.h"
#include "error.h"
#include "math_utils.h"
#include "threading.h"
typedef atomic_ptr aseglist;
typedef struct aseglist_node_s {
struct aseglist_node_s* prev;
atomic_sreg space;
} aseglist_node;
#define ASEGLIST_CAPACITY_CONSUMPTION ... | 30.446281 | 80 | 0.632736 |
2856b2a22c5d35542791c2a339d9f336eff0f4ec | 96 | h | C | include/asciitof.h | jtkiesel/jankyBoi | f6bc25530d7ce551c043b10a16335dbf57ac3ab5 | [
"MIT"
] | 6 | 2018-06-14T06:15:53.000Z | 2022-01-16T21:24:34.000Z | include/asciitof.h | jtkiesel/jankyBoi | f6bc25530d7ce551c043b10a16335dbf57ac3ab5 | [
"MIT"
] | null | null | null | include/asciitof.h | jtkiesel/jankyBoi | f6bc25530d7ce551c043b10a16335dbf57ac3ab5 | [
"MIT"
] | 1 | 2021-07-18T04:02:33.000Z | 2021-07-18T04:02:33.000Z | #ifndef ASCIITOF_H_
#define ASCIITOF_H_
double asciitof(char *string);
#endif // ASCIITOF_H_
| 13.714286 | 30 | 0.770833 |
9328cc904931a58e2bafc33202a383b4f0d97788 | 11,156 | c | C | modules/librender/g_object.c | segafan/BennuGD-GPU-cloned-from-Bitbucket- | c97f8e4d3b7d08bb36c8e22a051bee02bfb9e833 | [
"Zlib"
] | null | null | null | modules/librender/g_object.c | segafan/BennuGD-GPU-cloned-from-Bitbucket- | c97f8e4d3b7d08bb36c8e22a051bee02bfb9e833 | [
"Zlib"
] | null | null | null | modules/librender/g_object.c | segafan/BennuGD-GPU-cloned-from-Bitbucket- | c97f8e4d3b7d08bb36c8e22a051bee02bfb9e833 | [
"Zlib"
] | null | null | null | /*
* Copyright (C) 2014-2015 Joseba García Etxebarria <joseba.gar@gmail.com>
* Copyright (C) 2006-2012 SplinterGU (Fenix/Bennugd)
*
* This file is part of PixTudio
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any dam... | 30.480874 | 184 | 0.474274 |
4f48331fcdf81cb459ba71dfacb62331449dca0b | 6,459 | c | C | libraries/community/p1/All/1-wire routines in C/ReadTemp_multiple_cog.c | deets/propeller | 1468c8b334266f899882f404903b2dd833168799 | [
"MIT"
] | 82 | 2018-11-29T19:02:44.000Z | 2022-03-11T18:50:24.000Z | libraries/community/p1/All/1-wire routines in C/ReadTemp_multiple_cog.c | pik33/propeller | 861213b91d4e6bd4e724a21389a5311d452f369d | [
"MIT"
] | 30 | 2019-01-31T02:20:23.000Z | 2022-01-26T17:50:25.000Z | libraries/community/p1/All/1-wire routines in C/ReadTemp_multiple_cog.c | pik33/propeller | 861213b91d4e6bd4e724a21389a5311d452f369d | [
"MIT"
] | 73 | 2018-11-28T15:10:12.000Z | 2022-03-22T21:00:25.000Z | /*
ReadTemp_multiple_cog.c
Read temperature from DS18B20 sensors using mutiple 1-wire ports and cogs
*/
#include "simpletools.h" // Include simple tools
#include "limits.h"
//#define STACKTEST
#ifdef STACKTEST
#include "stacktest.h"
#endif
#include "ownet.h"
#define MAXDEVICES ... | 41.403846 | 122 | 0.65908 |
4d73a016ef546d4550fb3211e07c2ae3257929d4 | 553 | h | C | tests/structures_tests.h | Ezibenroc/satsolver | 5f58b8f9502090f05cbc2351304a289530b74f63 | [
"MIT"
] | 1 | 2017-11-29T00:46:23.000Z | 2017-11-29T00:46:23.000Z | tests/structures_tests.h | Ezibenroc/satsolver | 5f58b8f9502090f05cbc2351304a289530b74f63 | [
"MIT"
] | null | null | null | tests/structures_tests.h | Ezibenroc/satsolver | 5f58b8f9502090f05cbc2351304a289530b74f63 | [
"MIT"
] | null | null | null | #ifndef STRUCTURES_TESTS_H
#define STRUCTURES_TESTS_H
#include <cppunit/TestFixture.h>
class StructuresTests : public CppUnit::TestFixture {
private:
void testClauseCreation();
void testBasicUsage();
void testAffectationCreationUsage();
void testSetTrueClause() ;
void testFo... | 26.333333 | 53 | 0.678119 |
065ba2d91d38779bfa7a6fcb7dbf06bde182f08a | 3,049 | c | C | mqtttest/user/mqttecho.c | weipengyiyu/ESP8266_RTOS_SDK-2.0.0 | 1674f556189e38f54a1ee8126b639e4b469b41c5 | [
"BSD-3-Clause"
] | 1 | 2022-03-26T03:19:02.000Z | 2022-03-26T03:19:02.000Z | mqtttest/user/mqttecho.c | weipengyiyu/ESP8266_RTOS_SDK-2.0.0 | 1674f556189e38f54a1ee8126b639e4b469b41c5 | [
"BSD-3-Clause"
] | 1 | 2021-06-03T03:12:52.000Z | 2021-06-03T03:12:52.000Z | mqtttest/user/mqttecho.c | weipengyiyu/ESP8266_RTOS_SDK-2.0.0 | 1674f556189e38f54a1ee8126b639e4b469b41c5 | [
"BSD-3-Clause"
] | null | null | null |
#include <stddef.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "mqtt/MQTTClient.h"
#include "user_config.h"
#define MQTT_CLIENT_THREAD_NAME "mqtt_client_thread"
#define MQTT_CLIENT_THREAD_STACK_WORDS 2048
#define MQTT_CLIENT_THREAD_PRIO 8
LOCAL xTaskHandle mqttc_client_han... | 28.495327 | 97 | 0.627091 |
9e60f3d2bc6fbe296a9c8ef125b248e5988c8d07 | 489 | h | C | ShreddedBread/Scenes/JJStatistics/ViewController/LXViewSelectorController.h | YunZhiJunXiPeng/ShreddedBread | ebec6812da385cf0608a4796db80e96c67ef34f0 | [
"MIT"
] | 3 | 2016-10-05T04:49:11.000Z | 2016-10-07T06:00:53.000Z | ShreddedBread/Scenes/JJStatistics/ViewController/LXViewSelectorController.h | YunZhiJunXiPeng/ShreddedBread | ebec6812da385cf0608a4796db80e96c67ef34f0 | [
"MIT"
] | null | null | null | ShreddedBread/Scenes/JJStatistics/ViewController/LXViewSelectorController.h | YunZhiJunXiPeng/ShreddedBread | ebec6812da385cf0608a4796db80e96c67ef34f0 | [
"MIT"
] | null | null | null | //
// LXViewSelectorController.h
// ViewSelector
//
// Created by XiaoleiLi on 16/8/8.
// Copyright © 2016年 leehyoley. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LXViewSelectorController : UIViewController
//标题字体大小(默认14)
@property (nonatomic,assign)CGFloat fontSize;
//提示条大小(默认为40,2)
@property (n... | 20.375 | 54 | 0.752556 |
b124390dad47308aa863f8236581f98c6f5a278c | 2,014 | h | C | Code/Ports/DNP3Port/DNP3Port.h | cpp-rakesh/opendatacon | 0fabe335ab5d358c1c6ea3c5b09437c0b059c38f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | Code/Ports/DNP3Port/DNP3Port.h | cpp-rakesh/opendatacon | 0fabe335ab5d358c1c6ea3c5b09437c0b059c38f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | Code/Ports/DNP3Port/DNP3Port.h | cpp-rakesh/opendatacon | 0fabe335ab5d358c1c6ea3c5b09437c0b059c38f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | /* opendatacon
*
* Copyright (c) 2014:
*
* DCrip3fJguWgVCLrZFfA7sIGgvx1Ou3fHfCxnrz4svAi
* yxeOtDhDCXf1Z4ApgXvX5ahqQmzRfJ2DoX8S05SqHA==
*
* 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 ... | 28.366197 | 136 | 0.753724 |
7f791c7b653bfab9489d5ef2f02414757e513328 | 1,410 | c | C | sdk-6.5.16/src/bcm/common/ipfix.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.16/src/bcm/common/ipfix.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.16/src/bcm/common/ipfix.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | /*
*
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
*
* Copyright 2007-2019 Broadcom Inc. All rights reserved.
*
* File: ipfix.c
* Purpose: IPFIX common APIs
*/
#include <soc/drv.h>
#include <bcm/ipfix.h>
/*
* F... | 21.044776 | 134 | 0.676596 |
7fd30b575048b5843b137052c059729d4ffaa6d4 | 7,011 | h | C | components/arc/intent_helper/arc_intent_helper_bridge.h | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | components/arc/intent_helper/arc_intent_helper_bridge.h | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | components/arc/intent_helper/arc_intent_helper_bridge.h | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2021-01-05T23:43:46.000Z | 2021-01-07T23:36:34.000Z | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_ARC_INTENT_HELPER_ARC_INTENT_HELPER_BRIDGE_H_
#define COMPONENTS_ARC_INTENT_HELPER_ARC_INTENT_HELPER_BRIDGE_H_
#include <map>
#include... | 39.38764 | 80 | 0.749109 |
36dcb38510d8d64bc8293489ff9b962b6797d956 | 2,548 | h | C | clients/cpp-ue4/generated/Public/OpenAPIMoveCategoryApi.h | cliffano/pokeapi-clients | 92af296c68c3e94afac52642ae22057faaf071ee | [
"MIT"
] | null | null | null | clients/cpp-ue4/generated/Public/OpenAPIMoveCategoryApi.h | cliffano/pokeapi-clients | 92af296c68c3e94afac52642ae22057faaf071ee | [
"MIT"
] | null | null | null | clients/cpp-ue4/generated/Public/OpenAPIMoveCategoryApi.h | cliffano/pokeapi-clients | 92af296c68c3e94afac52642ae22057faaf071ee | [
"MIT"
] | null | null | null | /**
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 20220523
*
*
* NOTE: This class is auto generated by OpenAPI Generator
* https://github.com/OpenAPITools/openapi-generator
* Do not edit the class manually.
*/
#pragm... | 38.029851 | 156 | 0.805338 |
d24165203b8ae26e7f7a38275e2b3a8dcec43773 | 3,069 | h | C | components/rtgui/include/rtgui/font.h | Liufeilong66/Loongson-Smartloong-V3.0-RTT | d9e0f3a40b8adbeac04f99927619f5febb4f96eb | [
"Apache-2.0"
] | 15 | 2018-11-12T04:29:53.000Z | 2022-01-04T12:02:24.000Z | components/rtgui/include/rtgui/font.h | Liufeilong66/Loongson-Smartloong-V3.0-RTT | d9e0f3a40b8adbeac04f99927619f5febb4f96eb | [
"Apache-2.0"
] | 1 | 2020-08-28T06:51:36.000Z | 2020-08-28T06:51:36.000Z | components/rtgui/include/rtgui/font.h | Liufeilong66/Loongson-Smartloong-V3.0-RTT | d9e0f3a40b8adbeac04f99927619f5febb4f96eb | [
"Apache-2.0"
] | 13 | 2018-06-02T21:01:58.000Z | 2022-01-04T12:00:11.000Z | /*
* File : font.h
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006 - 2009, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE
*
* Change Logs:
* Date ... | 25.789916 | 126 | 0.705767 |
d27270fc1340af1fa65c68286bd488240fdd80e7 | 1,606 | h | C | Classes/Native/UnityEngine_UnityEngine_AudioSettings3144015719.h | AkishinoShiame/Virtual-Elderly-Chatbot-IOS-Project-IOS-12 | a834966bdb705a2e71db67f9d6db55e7e60065aa | [
"Apache-2.0"
] | null | null | null | Classes/Native/UnityEngine_UnityEngine_AudioSettings3144015719.h | AkishinoShiame/Virtual-Elderly-Chatbot-IOS-Project-IOS-12 | a834966bdb705a2e71db67f9d6db55e7e60065aa | [
"Apache-2.0"
] | null | null | null | Classes/Native/UnityEngine_UnityEngine_AudioSettings3144015719.h | AkishinoShiame/Virtual-Elderly-Chatbot-IOS-Project-IOS-12 | a834966bdb705a2e71db67f9d6db55e7e60065aa | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object2689449295.h"
// UnityEngine.AudioSettings/AudioConfigurationChangeHandler
struct AudioConfigurationChangeHandler_t3743753033;
#... | 29.2 | 185 | 0.837484 |
9a8aab3549b992ec2008ae0579b426c135bb195e | 1,212 | h | C | Plugins/UnrealCV/Source/UnrealCV/Public/Sensor/BoneSensor.h | cypypccpy/UnrealRL | b0e7c8ea734ea17b38d18b9e5ea891b271ab03a7 | [
"Apache-2.0"
] | 2 | 2021-11-15T14:45:54.000Z | 2021-12-06T10:39:42.000Z | Plugins/UnrealCV/Source/UnrealCV/Public/Sensor/BoneSensor.h | cypypccpy/UnrealRL | b0e7c8ea734ea17b38d18b9e5ea891b271ab03a7 | [
"Apache-2.0"
] | null | null | null | Plugins/UnrealCV/Source/UnrealCV/Public/Sensor/BoneSensor.h | cypypccpy/UnrealRL | b0e7c8ea734ea17b38d18b9e5ea891b271ab03a7 | [
"Apache-2.0"
] | 1 | 2022-03-25T01:26:10.000Z | 2022-03-25T01:26:10.000Z | // Weichao Qiu @ 2017
#pragma once
#include "Runtime/Engine/Classes/Components/PoseableMeshComponent.h"
#include "CoreMinimal.h"
/**
* Information to describe a bone in a SkeletalMesh
*/
struct FBoneInfo
{
FString BoneName;
FTransform BoneTM;
FTransform ComponentTM;
FTransform WorldTM;
FString ToString()
{
... | 25.787234 | 96 | 0.769802 |
3c280b5831f36efcf20c45c01aca2052fe66f2ab | 9,946 | h | C | tesseract/tesseract_planning/tesseract_command_language/include/tesseract_command_language/joint_waypoint.h | johnwason/tesseract | 186a34f77af4bbc2a9d6e571e5345f9209f26872 | [
"BSD-2-Clause",
"Apache-2.0"
] | 1 | 2020-09-30T19:08:54.000Z | 2020-09-30T19:08:54.000Z | tesseract/tesseract_planning/tesseract_command_language/include/tesseract_command_language/joint_waypoint.h | johnwason/tesseract | 186a34f77af4bbc2a9d6e571e5345f9209f26872 | [
"BSD-2-Clause",
"Apache-2.0"
] | null | null | null | tesseract/tesseract_planning/tesseract_command_language/include/tesseract_command_language/joint_waypoint.h | johnwason/tesseract | 186a34f77af4bbc2a9d6e571e5345f9209f26872 | [
"BSD-2-Clause",
"Apache-2.0"
] | 1 | 2019-03-07T18:11:36.000Z | 2019-03-07T18:11:36.000Z | /**
* @file joint_waypoint.h
* @brief
*
* @author Levi Armstrong
* @date June 15, 2020
* @version TODO
* @bug No known bugs
*
* @copyright Copyright (c) 2020, Southwest Research Institute
*
* @par License
* Software License Agreement (Apache License)
* @par
* Licensed under the Apache License, Version 2.0... | 34.296552 | 116 | 0.694752 |
82bacfc624c59c94785ab31175fc3cc5042a2ef2 | 10,135 | h | C | linsched-linsched-alpha/drivers/staging/mei/mei_dev.h | usenixatc2021/SoftRefresh_Scheduling | 589ba06c8ae59538973c22edf28f74a59d63aa14 | [
"MIT"
] | null | null | null | linsched-linsched-alpha/drivers/staging/mei/mei_dev.h | usenixatc2021/SoftRefresh_Scheduling | 589ba06c8ae59538973c22edf28f74a59d63aa14 | [
"MIT"
] | null | null | null | linsched-linsched-alpha/drivers/staging/mei/mei_dev.h | usenixatc2021/SoftRefresh_Scheduling | 589ba06c8ae59538973c22edf28f74a59d63aa14 | [
"MIT"
] | null | null | null | /*
*
* Intel Management Engine Interface (Intel MEI) Linux driver
* Copyright (c) 2003-2011, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation... | 23.735363 | 81 | 0.755402 |
962f990defaebf8f13e09bd13c446dbcee67cadd | 7,811 | h | C | include/mcl/she.h | prprhyt/mcl | c0a8ceb8b9699c64732fa7d86f124d7abcb1ab56 | [
"BSD-3-Clause"
] | null | null | null | include/mcl/she.h | prprhyt/mcl | c0a8ceb8b9699c64732fa7d86f124d7abcb1ab56 | [
"BSD-3-Clause"
] | null | null | null | include/mcl/she.h | prprhyt/mcl | c0a8ceb8b9699c64732fa7d86f124d7abcb1ab56 | [
"BSD-3-Clause"
] | null | null | null | #pragma once
/**
@file
@brief C api of somewhat homomorphic encryption with one-time multiplication, based on prime-order pairings
@author MITSUNARI Shigeo(@herumi)
@license modified new BSD license
http://opensource.org/licenses/BSD-3-Clause
*/
#include <mcl/bn.h>
#ifdef _MSC_VER
#ifdef MCLSHE_DLL_EXPORT
#define... | 36.671362 | 115 | 0.792472 |
d0ec83fd457b8b314e96f6d85019fa867ff117fd | 8,428 | h | C | usr/src/lib/libcpc/common/libcpc_impl.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/lib/libcpc/common/libcpc_impl.h | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/lib/libcpc/common/libcpc_impl.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, Version 1.0 only
* (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
* o... | 28.569492 | 78 | 0.743593 |
19018f98705030a42b349b6207141cadb71a03b7 | 28,011 | c | C | FreeBSD/sys/cddl/dev/fbt/fbt.c | TigerBSD/FreeBSD-Custom-ThinkPad | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | 4 | 2016-08-22T22:02:55.000Z | 2017-03-04T22:56:44.000Z | FreeBSD/sys/cddl/dev/fbt/fbt.c | TigerBSD/FreeBSD-Custom-ThinkPad | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | 21 | 2016-08-11T09:43:43.000Z | 2017-01-29T12:52:56.000Z | FreeBSD/sys/cddl/dev/fbt/fbt.c | TigerBSD/TigerBSD | 3d092f261b362f73170871403397fc5d6b89d1dc | [
"0BSD"
] | null | null | null | /*
* 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... | 24.043777 | 106 | 0.668987 |
19125e80248b17c0c1f6d66a0255e23af538e3c8 | 1,083 | h | C | ext/stub/constantsinterfacea.zep.h | fagai/zephir | dbc394279e2119cd65489c481581dfd644d24501 | [
"MIT"
] | null | null | null | ext/stub/constantsinterfacea.zep.h | fagai/zephir | dbc394279e2119cd65489c481581dfd644d24501 | [
"MIT"
] | null | null | null | ext/stub/constantsinterfacea.zep.h | fagai/zephir | dbc394279e2119cd65489c481581dfd644d24501 | [
"MIT"
] | null | null | null |
extern zend_class_entry *stub_constantsinterfacea_ce;
ZEPHIR_INIT_CLASS(Stub_ConstantsInterfaceA);
PHP_METHOD(Stub_ConstantsInterfaceA, testReadInterfaceConstant1);
PHP_METHOD(Stub_ConstantsInterfaceA, testReadInterfaceConstant2);
PHP_METHOD(Stub_ConstantsInterfaceA, testReadInterfaceConstant3);
PHP_METHOD(Stub_Cons... | 49.227273 | 84 | 0.89012 |
d286cc75989a8f1f9096ce821b524fa50c53a365 | 1,232 | c | C | workfiles/multiple led using decoder/multipleLEDwithDecoder/multipleLEDwithDecoder/main.c | asifajrof/CSE316_Term_Project_Tetris | a7a42c195fbbf7d2aac05cdee066180e5a412308 | [
"MIT"
] | null | null | null | workfiles/multiple led using decoder/multipleLEDwithDecoder/multipleLEDwithDecoder/main.c | asifajrof/CSE316_Term_Project_Tetris | a7a42c195fbbf7d2aac05cdee066180e5a412308 | [
"MIT"
] | null | null | null | workfiles/multiple led using decoder/multipleLEDwithDecoder/multipleLEDwithDecoder/main.c | asifajrof/CSE316_Term_Project_Tetris | a7a42c195fbbf7d2aac05cdee066180e5a412308 | [
"MIT"
] | null | null | null | #define F_CPU 1000000
#include <avr/io.h>
#include <util/delay.h>
//char row[] = {1, 2, 4, 8, 16, 32, 64, 128};
char column1[8][8] = {{0, 0, 1, 1, 1, 0 , 0 , 0},
{0, 0 , 0, 0, 0, 1, 1, 1},
{0, 0, 1, 1, 1, 0 , 0 , 0},
{0, 0 , 0, 0, 0, 1, 1, 1},
{0, 0, 1, 1, 1, 0 , 0 , 0},
{0, 0 , 0, 0, 0, 1, 1, 1},
{0, 0, 1, 1, 1, 0 , ... | 18.666667 | 49 | 0.449675 |
c5b95c1b7a995e1f0a220a49f1326d940cbb031a | 7,281 | c | C | dependencies/Nuklear/demo/sdl_opengl3/main.c | ranoke/gl_snake | 77dee3e06ada641613ad34c58d2d72347f2274b5 | [
"MIT"
] | 5,774 | 2019-11-26T09:40:16.000Z | 2022-03-31T19:12:18.000Z | dependencies/Nuklear/demo/sdl_opengl3/main.c | ranoke/gl_snake | 77dee3e06ada641613ad34c58d2d72347f2274b5 | [
"MIT"
] | 415 | 2019-11-26T16:14:12.000Z | 2022-03-31T13:49:03.000Z | dependencies/Nuklear/demo/sdl_opengl3/main.c | ranoke/gl_snake | 77dee3e06ada641613ad34c58d2d72347f2274b5 | [
"MIT"
] | 441 | 2019-11-27T13:54:37.000Z | 2022-03-29T19:23:39.000Z | /* nuklear - 1.32.0 - public domain */
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <limits.h>
#include <time.h>
#include <GL/glew.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_opengl.h>
#define NK_INCLUDE_FIXED_TYPES
#... | 35.004808 | 124 | 0.612553 |
cf6687f6c27118c157ae686c87b204f4d09f406e | 1,139 | h | C | samples/client/petstore/c/include/apiClient.h | onze/openapi-generator | 96038addd3613a9a25ff102969468a9a456822ab | [
"Apache-2.0"
] | 4 | 2020-07-24T07:02:57.000Z | 2022-01-08T17:37:38.000Z | samples/client/petstore/c/include/apiClient.h | onze/openapi-generator | 96038addd3613a9a25ff102969468a9a456822ab | [
"Apache-2.0"
] | null | null | null | samples/client/petstore/c/include/apiClient.h | onze/openapi-generator | 96038addd3613a9a25ff102969468a9a456822ab | [
"Apache-2.0"
] | 1 | 2020-03-06T13:46:10.000Z | 2020-03-06T13:46:10.000Z | #ifndef INCLUDE_API_CLIENT_H
#define INCLUDE_API_CLIENT_H
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include "../include/list.h"
#include "../include/keyValuePair.h"
typedef struct apiClient_t {
char *basePath;
char *caPath;
void *dataReceived;
... | 25.311111 | 226 | 0.768218 |
cf7f59c675cc7790664700b77f4b4772f6bb6f46 | 712 | h | C | Tools/class-dump/Test/Header/UIImageView-Letters.h | silence0201/iOS-Reverse | 2a0587e89324d077715c16e636a5fd05dfe30a73 | [
"MIT"
] | 15 | 2019-08-05T01:24:20.000Z | 2022-01-12T08:19:55.000Z | Tools/class-dump/Test/Header/UIImageView-Letters.h | silence0201/iOS-Reverse | 2a0587e89324d077715c16e636a5fd05dfe30a73 | [
"MIT"
] | null | null | null | Tools/class-dump/Test/Header/UIImageView-Letters.h | silence0201/iOS-Reverse | 2a0587e89324d077715c16e636a5fd05dfe30a73 | [
"MIT"
] | 9 | 2019-09-24T06:26:58.000Z | 2021-11-22T08:54:00.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "UIImageView.h"
@interface UIImageView (Letters)
- (id)imageSnapshotFromText:(id)arg1 backgroundColor:(id)arg2 circular:(_Bool)arg3 textAttributes:(id)arg4;
- (id)randomCol... | 35.6 | 107 | 0.73736 |
65c340a1ce90a6daabaa3b69cd1a2d2aeb65e264 | 6,218 | c | C | components/bt/bluedroid/external/sbc/decoder/srce/dequant.c | Mixerito/esp-idf | 20a662936483f44ee9c8d16f3251a5a1191ca6e5 | [
"Apache-2.0"
] | 104 | 2017-05-04T09:55:08.000Z | 2022-03-22T11:29:05.000Z | components/bt/bluedroid/external/sbc/decoder/srce/dequant.c | Mixerito/esp-idf | 20a662936483f44ee9c8d16f3251a5a1191ca6e5 | [
"Apache-2.0"
] | 28 | 2017-08-01T09:19:23.000Z | 2017-12-26T13:41:14.000Z | components/bt/bluedroid/external/sbc/decoder/srce/dequant.c | Mixerito/esp-idf | 20a662936483f44ee9c8d16f3251a5a1191ca6e5 | [
"Apache-2.0"
] | 59 | 2016-11-15T06:07:56.000Z | 2022-02-05T17:03:32.000Z | /******************************************************************************
*
* Copyright (C) 2014 The Android Open Source Project
* Copyright 2003 - 2004 Open Interface North America, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file... | 28.787037 | 99 | 0.6367 |
d0c58ed618c624f25f70ec2fefddb82beb092da9 | 1,228 | h | C | src/core/XML/MSXML/MFilterXMLProcessor.h | bbr1870/pwsafe | 1b4ea343303ee19ee40d8cd4a35498a9b8b57cee | [
"Artistic-2.0"
] | null | null | null | src/core/XML/MSXML/MFilterXMLProcessor.h | bbr1870/pwsafe | 1b4ea343303ee19ee40d8cd4a35498a9b8b57cee | [
"Artistic-2.0"
] | 1 | 2019-12-21T16:39:09.000Z | 2019-12-21T16:39:09.000Z | src/core/XML/MSXML/MFilterXMLProcessor.h | akossomfai/pwsafe | c627f72d19d16745c6b6e616021cf61e2b8d40ba | [
"Artistic-2.0"
] | null | null | null | /*
* Copyright (c) 2003-2022 Rony Shapiro <ronys@pwsafe.org>.
* All rights reserved. Use of the code is allowed under the
* Artistic License 2.0 terms, as specified in the LICENSE file
* distributed with this code, or available from
* http://www.opensource.org/licenses/artistic-license-2.0.php
*/
// PWSXMLFilters.h : h... | 27.288889 | 85 | 0.733713 |
d0c9f2fd1894ffedf7e08a6d3a007010891cdf9c | 6,886 | h | C | underworld/libUnderworld/gLucifer/Base/src/Database.h | longgangfan/underworld2 | 5c8acc17fa4d97e86a62b13b8bfb2af6e81a8ee4 | [
"CC-BY-4.0"
] | 116 | 2015-09-28T10:30:55.000Z | 2022-03-22T04:12:38.000Z | underworld/libUnderworld/gLucifer/Base/src/Database.h | longgangfan/underworld2 | 5c8acc17fa4d97e86a62b13b8bfb2af6e81a8ee4 | [
"CC-BY-4.0"
] | 561 | 2015-09-29T06:05:50.000Z | 2022-03-22T23:37:29.000Z | underworld/libUnderworld/gLucifer/Base/src/Database.h | longgangfan/underworld2 | 5c8acc17fa4d97e86a62b13b8bfb2af6e81a8ee4 | [
"CC-BY-4.0"
] | 68 | 2015-12-14T21:57:46.000Z | 2021-08-25T04:54:26.000Z | /*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
** **
** This file forms part of the Underworld geophysics modelling application. **
** ... | 43.859873 | 152 | 0.638542 |
ca2070ee15b87c9b0a341e34c2fa3f1249d104e4 | 27,440 | c | C | generic/tkMenubutton.c | uclmediatools/tk-8.0 | c85a6e2feda2c6e9f83ebe338c5e0efac2301db6 | [
"TCL"
] | 5 | 2019-06-22T08:11:47.000Z | 2022-03-10T13:11:07.000Z | tk/generic/tkMenubutton.c | crazy-max/expect-nt | 63986978ccd301f996bf0bbab4ae4e1e372e7a62 | [
"TCL"
] | null | null | null | tk/generic/tkMenubutton.c | crazy-max/expect-nt | 63986978ccd301f996bf0bbab4ae4e1e372e7a62 | [
"TCL"
] | 3 | 2019-06-22T08:11:48.000Z | 2022-03-10T13:11:08.000Z | /*
* tkMenubutton.c --
*
* This module implements button-like widgets that are used
* to invoke pull-down menus.
*
* Copyright (c) 1990-1994 The Regents of the University of California.
* Copyright (c) 1994-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistributio... | 31.685912 | 77 | 0.644679 |
30fdcc90ef6e4e753aeab8b5e2f8fa839a34cb01 | 1,366 | h | C | engine/resource/provider/internetResourceProvider.h | Trico-Everfire/ChiraEngine | 49dc2d8bb3aa515825ac94474a27f2ce2edf8070 | [
"MIT"
] | 5 | 2021-09-13T17:37:06.000Z | 2022-02-28T20:19:41.000Z | engine/resource/provider/internetResourceProvider.h | Trico-Everfire/ChiraEngine | 49dc2d8bb3aa515825ac94474a27f2ce2edf8070 | [
"MIT"
] | 5 | 2021-08-19T18:54:49.000Z | 2022-03-01T14:07:37.000Z | engine/resource/provider/internetResourceProvider.h | Trico-Everfire/ChiraEngine | 49dc2d8bb3aa515825ac94474a27f2ce2edf8070 | [
"MIT"
] | 3 | 2021-08-19T09:41:45.000Z | 2022-02-17T22:14:15.000Z | #pragma once
#include "abstractResourceProvider.h"
namespace chira {
/// Note: this provider must only be registered once under one name / protocol!
/// It always returns true when asked if it holds a resource, this may not actually be true however.
/// Additionally, the "name" passed to it is the protoco... | 44.064516 | 124 | 0.656662 |
aa581ba11e661b7980414d08af048a3a239c683e | 551 | h | C | SF-MicroSD/src/ir_10-150cm.h | padlewski/DLP_COMP444 | 7635517b50f2c806856fc748db6f6f6c5bc26d34 | [
"MIT"
] | null | null | null | SF-MicroSD/src/ir_10-150cm.h | padlewski/DLP_COMP444 | 7635517b50f2c806856fc748db6f6f6c5bc26d34 | [
"MIT"
] | null | null | null | SF-MicroSD/src/ir_10-150cm.h | padlewski/DLP_COMP444 | 7635517b50f2c806856fc748db6f6f6c5bc26d34 | [
"MIT"
] | null | null | null | #ifndef IR_10_150CM.H
#define IR_10_150CM.H
#include <Arduino.h>
struct IR {
const byte pin;
const byte vcc;
double volts;
double cm;
};
const double const_5v = 64.106;
const double pow_5v = -1.603;
IR init(byte pin, byte vcc) {
return (IR) {pin, vcc, 0, 0 };
}
void read(IR *ir) {
ir->volts... | 18.366667 | 47 | 0.569873 |
b74e9b95a9e245b9452193c55aae6b7382c7ff17 | 15,122 | c | C | sdk/JN-SW-4170/Components/ZCIF/Source/zcl_discoverAttributesRequestHandle.c | freechw/JN5169-for-xiaomi-wireless-switch | d2b605d4727e61108e9a91d97e7993fc950b3973 | [
"BSD-3-Clause"
] | 71 | 2019-01-17T02:22:09.000Z | 2022-03-17T02:18:35.000Z | sdk/JN-SW-4170/Components/ZCIF/Source/zcl_discoverAttributesRequestHandle.c | freechw/JN5169-for-xiaomi-wireless-switch | d2b605d4727e61108e9a91d97e7993fc950b3973 | [
"BSD-3-Clause"
] | 2 | 2019-02-15T05:01:30.000Z | 2019-07-09T02:27:41.000Z | sdk/JN-SW-4170/Components/ZCIF/Source/zcl_discoverAttributesRequestHandle.c | freechw/JN5169-for-xiaomi-wireless-switch | d2b605d4727e61108e9a91d97e7993fc950b3973 | [
"BSD-3-Clause"
] | 19 | 2019-01-21T06:15:35.000Z | 2021-08-06T02:16:05.000Z | /*****************************************************************************
*
* MODULE: Smart Energy
*
* COMPONENT: ZCL
*
* AUTHOR: we1
*
* DESCRIPTION: Attribute Discovery
*
* $ $
*
* $Revision: $
*
* $LastChangedBy: we1 $
*
* $LastChangedDate: $
*
* $Id: ... | 44.087464 | 219 | 0.553961 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.