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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7fd5c1aa73f5138a67dfe2b1ab8eaa5cf8e840be | 1,623 | h | C | util.h | SpiffGreen/cli-master | 637d46d8270aee16bdd742ec5e5e030173d6570c | [
"MIT"
] | 2 | 2021-08-18T13:55:23.000Z | 2021-08-18T14:01:12.000Z | util.h | SpiffGreen/cli-master | 637d46d8270aee16bdd742ec5e5e030173d6570c | [
"MIT"
] | null | null | null | util.h | SpiffGreen/cli-master | 637d46d8270aee16bdd742ec5e5e030173d6570c | [
"MIT"
] | null | null | null | #ifndef UTIL_H
#define UTIL_H
#include <iostream>
#include <string>
// using namespace std;
// Declarations
template <typename T>
void print(T);
template <typename T>
void println(T);
std::string input(std::string);
std::string trimLeft(std::string, char, int);
std::string trimRight(std::string, char, int);
std::s... | 21.64 | 77 | 0.59581 |
fa4e041d85e35bdf03af6cb7a7a4e0540da94c36 | 456 | h | C | ShibaHack/SMemory.h | ThiccShiba/ShibaHack | 5b748e2aeb8a6ce06f355b90a54e0c038105a301 | [
"MIT"
] | null | null | null | ShibaHack/SMemory.h | ThiccShiba/ShibaHack | 5b748e2aeb8a6ce06f355b90a54e0c038105a301 | [
"MIT"
] | null | null | null | ShibaHack/SMemory.h | ThiccShiba/ShibaHack | 5b748e2aeb8a6ce06f355b90a54e0c038105a301 | [
"MIT"
] | null | null | null | #pragma once
#include <Windows.h>
#include <TlHelp32.h>
class SMemory
{
public:
template<typename SMem>
SMem ReadMemory(HANDLE hProcess, DWORD address )
{
SMem temp;
ReadProcessMemory(hProcess, (LPCVOID)address, &buffer, sizeof(SMem), NULL);
return temp;
}
template<typename SMem>
SMem WriteMemory(HANDL... | 15.724138 | 77 | 0.72807 |
9c16fdd827c4cd6cf3f114082dc2ed2ef5cd5424 | 112 | h | C | bt/binary_tree_util_cpp.h | gigapotential/data-structures-c | 776d98ee30b81f3e289655ab0942fe8439907abb | [
"MIT"
] | null | null | null | bt/binary_tree_util_cpp.h | gigapotential/data-structures-c | 776d98ee30b81f3e289655ab0942fe8439907abb | [
"MIT"
] | null | null | null | bt/binary_tree_util_cpp.h | gigapotential/data-structures-c | 776d98ee30b81f3e289655ab0942fe8439907abb | [
"MIT"
] | null | null | null | #ifndef _BINARY_TREE_UTIL_CPP
#define _BINARY_TREE_UTIL_CPP
#include <queue>
#include "binary_tree.h"
#endif | 12.444444 | 29 | 0.803571 |
8434c111d7d1a25932066e332cfa5564ab1d0d51 | 1,235 | h | C | vcf/include/implementer/MenuItemPeer.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | vcf/include/implementer/MenuItemPeer.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | vcf/include/implementer/MenuItemPeer.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | // MenuItemPeer.h
#ifndef _MENUITEMPEER_H__
#define _MENUITEMPEER_H__
namespace VCF
{
class MenuItem;
class APPKIT_API MenuItemPeer
{
public:
virtual ~MenuItemPeer(){};
virtual ulong32 getMenuID() = 0;
virtual void addChild( MenuItem* child ) = 0;
virtual void insertChild( const unsign... | 20.245902 | 78 | 0.674494 |
80b8377f1c0962a2fa928e8cf23829505701f866 | 2,063 | c | C | targets/TARGET_NUVOTON/TARGET_M2351/TARGET_M23_S/TARGET_TFM/spm_hal.c | heuisam/mbed-os | eb32b25c8abb37f0aab505451074448e7e420517 | [
"Apache-2.0"
] | 11 | 2020-02-07T23:34:53.000Z | 2021-01-03T06:13:08.000Z | targets/TARGET_NUVOTON/TARGET_M2351/TARGET_M23_S/TARGET_TFM/spm_hal.c | heuisam/mbed-os | eb32b25c8abb37f0aab505451074448e7e420517 | [
"Apache-2.0"
] | 28 | 2020-05-10T02:00:25.000Z | 2021-12-20T07:27:34.000Z | targets/TARGET_NUVOTON/TARGET_M2351/TARGET_M23_S/TARGET_TFM/spm_hal.c | heuisam/mbed-os | eb32b25c8abb37f0aab505451074448e7e420517 | [
"Apache-2.0"
] | 11 | 2020-02-05T07:35:39.000Z | 2021-08-19T08:20:53.000Z | /*
* Copyright (c) 2018-2019, Nuvoton Technology Corporation
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lic... | 23.443182 | 75 | 0.726127 |
ec08fb8bd5d96f48987a53d5eb6b74250ea86c35 | 27,897 | c | C | crypto_dh/ed448goldilocks/arm32/p448.c | iadgov/simon-speck-supercop | 5bba85c3094029eb73b7077441e5c6ea2f2cb1c6 | [
"CC0-1.0"
] | 21 | 2016-12-03T14:19:01.000Z | 2018-03-09T14:52:25.000Z | src/arch_arm_32/p448.c | NWilson/ed448-goldilocks | 143f0e0b33fa54816d5e153d7512059e8d91a233 | [
"MIT"
] | null | null | null | src/arch_arm_32/p448.c | NWilson/ed448-goldilocks | 143f0e0b33fa54816d5e153d7512059e8d91a233 | [
"MIT"
] | 11 | 2017-03-06T17:21:42.000Z | 2018-03-18T03:52:58.000Z | /* Copyright (c) 2014 Cryptography Research, Inc.
* Released under the MIT License. See LICENSE.txt for license information.
*/
#include "word.h"
#include "p448.h"
static inline mask_t __attribute__((always_inline))
is_zero (
word_t x
) {
dword_t xx = x;
xx--;
return xx >> WORD_BITS;
}
static uint... | 27.484729 | 98 | 0.445496 |
57e9647f7a0ffed91942f9b8f51c83bae1699f2b | 126 | h | C | ios/RNModules/RNAppleWallet/RNAppleWallet/RNKiwiAppleWalletManager.h | kiwicom/mobile | ef6de517f1c17aec1fdca8ccc7ba38e619c15b52 | [
"MIT"
] | 137 | 2018-05-04T04:15:36.000Z | 2021-08-31T18:23:56.000Z | ios/RNModules/RNAppleWallet/RNAppleWallet/RNKiwiAppleWalletManager.h | alienzhou/mobile | 9e07a15948f279249874c5a3cb6134681b3539f2 | [
"MIT"
] | 489 | 2018-05-02T09:35:27.000Z | 2021-09-01T01:05:48.000Z | ios/RNModules/RNAppleWallet/RNAppleWallet/RNKiwiAppleWalletManager.h | alienzhou/mobile | 9e07a15948f279249874c5a3cb6134681b3539f2 | [
"MIT"
] | 29 | 2018-05-10T01:32:33.000Z | 2022-01-25T10:57:16.000Z | #import <Foundation/Foundation.h>
#import <React/RCTViewManager.h>
@interface RNKiwiAppleWalletManager : RCTViewManager
@end
| 21 | 52 | 0.81746 |
b3509ee19657e3ca9d5a6f0295d6e1eee61a6d41 | 1,126 | h | C | Class/Group/FlyingGroupBoard.h | songbaoqiang/ffm_ios_app | f0c58cd6bb67bd6d4d020eb1fd7e7d823cdc9af8 | [
"MIT"
] | null | null | null | Class/Group/FlyingGroupBoard.h | songbaoqiang/ffm_ios_app | f0c58cd6bb67bd6d4d020eb1fd7e7d823cdc9af8 | [
"MIT"
] | null | null | null | Class/Group/FlyingGroupBoard.h | songbaoqiang/ffm_ios_app | f0c58cd6bb67bd6d4d020eb1fd7e7d823cdc9af8 | [
"MIT"
] | null | null | null | //
// FlyingGroupBoard.h
// FlyingEnglish
//
// Created by vincent sung on 30/4/2016.
// Copyright © 2016 BirdEngish. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "FlyingPubLessonData.h"
#import "FlyingGroupData.h"
@protocol FlyingGroupBoardDelegate <NSObject>
@optional
- (void) touchBoardNews;
-(voi... | 25.590909 | 78 | 0.773535 |
7dfcfb8b0414be75ea280544d8ab02dff528505d | 554 | h | C | DFT.h | Inokinoki/ParallelFFT | 4b4ec9f9ea2396061776c30fad9811de8b6e0102 | [
"MIT"
] | 24 | 2022-01-31T01:31:02.000Z | 2022-02-22T08:52:25.000Z | DFT.h | Inokinoki/ParallelFFT | 4b4ec9f9ea2396061776c30fad9811de8b6e0102 | [
"MIT"
] | 1 | 2022-01-31T08:11:50.000Z | 2022-02-05T10:21:07.000Z | DFT.h | Inokinoki/ParallelFFT | 4b4ec9f9ea2396061776c30fad9811de8b6e0102 | [
"MIT"
] | null | null | null | #pragma once
#include <complex>
void calculateDFT(std::complex<float> *in, std::complex<float> *out, size_t num);
#ifdef __HAS_CUDA__
void calculateDFTCUDA(std::complex<float>* in, std::complex<float>* out, size_t num);
void calculateDFTCUDALargeMem(std::complex<float>* in, std::complex<float>* out, size_t num);
#end... | 36.933333 | 106 | 0.763538 |
7e44b1b97c90467ecb018f8bb60d538de3185d17 | 5,558 | c | C | recorder/service.c | marker55/hp-ams | f8c5affa094c5c1a051203670717e1fc3487714c | [
"MIT"
] | 7 | 2015-09-22T21:44:08.000Z | 2022-01-30T03:07:20.000Z | recorder/service.c | marker55/hp-ams | f8c5affa094c5c1a051203670717e1fc3487714c | [
"MIT"
] | 1 | 2018-01-07T17:19:37.000Z | 2021-12-22T06:09:08.000Z | recorder/service.c | marker55/hp-ams | f8c5affa094c5c1a051203670717e1fc3487714c | [
"MIT"
] | 5 | 2016-04-15T10:49:26.000Z | 2021-11-17T14:46:06.000Z | #define _BSD_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
#include "cpqHost/libcpqhost/cpqhost.h"
#include "ams_rec.h"
#include "recorder.h"
#include "data.h"
#include "data_access/service.h"
... | 32.502924 | 93 | 0.572688 |
fe72224b1a4a3593e9183969e29009f25e02bf7a | 839 | h | C | VES-Core/OldProject.h | joaconigro/QVES | 66498286838a60dbc7d3c1bd7bc7644208ae05a3 | [
"MIT"
] | 2 | 2017-08-09T17:32:47.000Z | 2018-04-03T11:05:12.000Z | VES-Core/OldProject.h | joaconigro/QVES | 66498286838a60dbc7d3c1bd7bc7644208ae05a3 | [
"MIT"
] | null | null | null | VES-Core/OldProject.h | joaconigro/QVES | 66498286838a60dbc7d3c1bd7bc7644208ae05a3 | [
"MIT"
] | 2 | 2017-10-19T04:44:37.000Z | 2019-04-29T08:59:44.000Z | #ifndef OLDPROJECT_H
#define OLDPROJECT_H
#include "ves-core_global.h"
#include <QObject>
#include <QXmlStreamReader>
#include "Project.h"
#include "VES.h"
#include <QList>
#include "BasicData.h"
#include "SpliceData.h"
#include "ModelData.h"
class VESCORESHARED_EXPORT OldProject : public QObject
{
Q_OBJECT
v... | 24.676471 | 95 | 0.76758 |
dfc719d8f4de3bcd35def1a6219d23775bb2b381 | 328 | h | C | C0Compiler/hash_utils.h | hanayashiki/C0CompilerForVS2010 | 252cf79fe360957746bb8e0ff75617866243d698 | [
"MIT"
] | 4 | 2017-11-20T08:07:46.000Z | 2022-02-09T10:59:13.000Z | C0Compiler/hash_utils.h | hanayashiki/C0CompilerForVS2010 | 252cf79fe360957746bb8e0ff75617866243d698 | [
"MIT"
] | null | null | null | C0Compiler/hash_utils.h | hanayashiki/C0CompilerForVS2010 | 252cf79fe360957746bb8e0ff75617866243d698 | [
"MIT"
] | 1 | 2018-12-07T04:17:30.000Z | 2018-12-07T04:17:30.000Z | #include "stdafx.h"
#include <hash_map>
struct string_less : public binary_function<const string, const string, bool>
{
public:
result_type operator()(const first_argument_type& _Left, const second_argument_type& _Right) const
{
return(_Left.compare(_Right) < 0 ? true : false);
}... | 29.818182 | 105 | 0.661585 |
ccbcd01398161d432cdf339e5fa64684e936e28a | 2,323 | h | C | MainLoop.h | merrilledmonds/GameLoop | 0a2ad70c0ee9e8ddce5345a08e50fcfc9aa0d25f | [
"MIT"
] | 1 | 2015-11-01T23:36:42.000Z | 2015-11-01T23:36:42.000Z | MainLoop.h | merrilledmonds/GameLoop | 0a2ad70c0ee9e8ddce5345a08e50fcfc9aa0d25f | [
"MIT"
] | null | null | null | MainLoop.h | merrilledmonds/GameLoop | 0a2ad70c0ee9e8ddce5345a08e50fcfc9aa0d25f | [
"MIT"
] | null | null | null | #ifndef MAIN_LOOP_H
#define MAIN_LOOP_H
#include "stdafx.h"
#include "Timers.h"
#include "SomeAPI.h"
#include "SomeInputManager.h"
#include "SomeGraphicsEngine.h"
#include "SomeSystemThatServesSomeTimers.h"
#include "SomeClassThatNeedsATimer.h"
class MainLoop: public TimerManager{
public:
MainLoop();
virtual ~Mai... | 19.686441 | 73 | 0.768403 |
f2f36d02b8a312b8ee3cd6eb475b98a62311b23c | 1,419 | h | C | zDribbble/zDribbble/ShotsViewController.h | ezefranca/zDribbble | 017bf1eb9d579d8ac78af77a13b853470d7ea80c | [
"MIT"
] | null | null | null | zDribbble/zDribbble/ShotsViewController.h | ezefranca/zDribbble | 017bf1eb9d579d8ac78af77a13b853470d7ea80c | [
"MIT"
] | null | null | null | zDribbble/zDribbble/ShotsViewController.h | ezefranca/zDribbble | 017bf1eb9d579d8ac78af77a13b853470d7ea80c | [
"MIT"
] | null | null | null | //
// ViewController.h
// zDribbble
//
// Created by Ezequiel França on 6/28/15.
// Copyright (c) 2015 Ezequiel França. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "UIAlertView+AFNetworking.h"
#import "AFURLSessionManager.h"
#import "AFNetworking.h"
#import "JTAlertView.h"
#import "UIImageView+WebCache... | 30.191489 | 104 | 0.78365 |
4ab39e36e013a2ada196a74ac81ad39eb01b07d5 | 353 | c | C | Alphabetic Patterns/alphabeticpattern71.c | Sumandeep-Kaur/C-PatternHouse | 725b6842a342b07fd399dc32e9b29b29de0b3b6d | [
"MIT"
] | null | null | null | Alphabetic Patterns/alphabeticpattern71.c | Sumandeep-Kaur/C-PatternHouse | 725b6842a342b07fd399dc32e9b29b29de0b3b6d | [
"MIT"
] | 336 | 2022-01-15T07:22:27.000Z | 2022-01-29T18:07:39.000Z | Alphabetic Patterns/alphabeticpattern71.c | Sumandeep-Kaur/C-PatternHouse | 725b6842a342b07fd399dc32e9b29b29de0b3b6d | [
"MIT"
] | 2 | 2022-01-23T11:44:04.000Z | 2022-01-23T11:49:13.000Z | #include <stdio.h>
int main()
{
int n = 5;
for (int i = 1; i <= n; i++)
{
for (int j = 1; j <= 2 * (n - i + 1); j++)
{
if (i + j <= n + 1)
printf("%c ", (64 + j));
else
printf("%c ", (65 + (2 * (n - i + 1) - j)));
}
pri... | 18.578947 | 60 | 0.27762 |
6d4d20425c108ab35014f876ab340d1d037d7ef2 | 12,722 | h | C | src/sys/dev/qlnx/qlnxe/tcp_common.h | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/sys/dev/qlnx/qlnxe/tcp_common.h | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/sys/dev/qlnx/qlnxe/tcp_common.h | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | /*
* Copyright (c) 2017-2018 Cavium, 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:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this l... | 40.259494 | 204 | 0.760887 |
28883ac7287bf1520eb7759c8c26c8f581d76c87 | 2,808 | h | C | banshee/cparser/chkopt.h | CARV-ICS-FORTH/scoop | 9fbd86629a7e1951a392959149bb553fb5611a5f | [
"Apache-2.0"
] | 2 | 2017-02-15T23:36:49.000Z | 2018-09-11T09:34:14.000Z | banshee/cparser/chkopt.h | CARV-ICS-FORTH/scoop | 9fbd86629a7e1951a392959149bb553fb5611a5f | [
"Apache-2.0"
] | null | null | null | banshee/cparser/chkopt.h | CARV-ICS-FORTH/scoop | 9fbd86629a7e1951a392959149bb553fb5611a5f | [
"Apache-2.0"
] | 2 | 2015-10-15T07:41:09.000Z | 2019-10-08T12:55:13.000Z | /* This file is part of the RC compiler.
Copyright (C) 2000-2001 The Regents of the University of California.
RC 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, or (at your option)
any later ... | 35.1 | 81 | 0.725427 |
93fa7db0639cd3ccb999ac0f989d6d11b0c30f11 | 231 | h | C | UITableViewDemo_0927/UITableViewDemo_0927/AdjustWidthForCell.h | dxlIOS/StudyDemo | 463e3ffb36993b6d6526cdfee25f914a8c97a503 | [
"MIT"
] | null | null | null | UITableViewDemo_0927/UITableViewDemo_0927/AdjustWidthForCell.h | dxlIOS/StudyDemo | 463e3ffb36993b6d6526cdfee25f914a8c97a503 | [
"MIT"
] | null | null | null | UITableViewDemo_0927/UITableViewDemo_0927/AdjustWidthForCell.h | dxlIOS/StudyDemo | 463e3ffb36993b6d6526cdfee25f914a8c97a503 | [
"MIT"
] | null | null | null | //
// AdjustWidthForCellTableViewCell.h
// UITableViewDemo_0927
//
// Created by dxl on 16/9/27.
// Copyright © 2016年 dxl. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AdjustWidthForCell : UITableViewCell
@end
| 16.5 | 47 | 0.722944 |
2866bfd3b2e9600d5b9b0af844964a46a31a1be8 | 269 | h | C | CesiumJsonWriter/include/CesiumJsonWriter/JsonObjectWriter.h | yieryi/cesium-native | 9493b9baebea601bd00d8139f2000e41ba4505ef | [
"Apache-2.0"
] | 154 | 2021-03-30T14:08:39.000Z | 2022-03-30T00:01:43.000Z | CesiumJsonWriter/include/CesiumJsonWriter/JsonObjectWriter.h | yieryi/cesium-native | 9493b9baebea601bd00d8139f2000e41ba4505ef | [
"Apache-2.0"
] | 256 | 2021-03-30T18:12:28.000Z | 2022-03-31T23:44:21.000Z | CesiumJsonWriter/include/CesiumJsonWriter/JsonObjectWriter.h | yieryi/cesium-native | 9493b9baebea601bd00d8139f2000e41ba4505ef | [
"Apache-2.0"
] | 66 | 2021-03-30T15:14:32.000Z | 2022-03-31T13:38:41.000Z | #pragma once
// forward declarations
namespace CesiumJsonWriter {
class JsonWriter;
}
// forward declarations
namespace CesiumUtility {
class JsonValue;
}
namespace CesiumJsonWriter {
void writeJsonValue(const CesiumUtility::JsonValue& value, JsonWriter& writer);
}
| 16.8125 | 79 | 0.799257 |
4d73312218a94be042a4981c46a5d4835644e3c5 | 1,997 | h | C | include/assembly_dual_controllers/servers/assemble_triple_move_action_server.h | psh117/assembly_dual_controllers | 2bbc10d83d4cb795dc145a6943283e2eb482c2e8 | [
"MIT"
] | 1 | 2021-08-03T05:31:01.000Z | 2021-08-03T05:31:01.000Z | include/assembly_dual_controllers/servers/assemble_triple_move_action_server.h | psh117/assembly_dual_controllers | 2bbc10d83d4cb795dc145a6943283e2eb482c2e8 | [
"MIT"
] | 2 | 2022-02-10T19:34:12.000Z | 2022-02-11T09:02:39.000Z | include/assembly_dual_controllers/servers/assemble_triple_move_action_server.h | psh117/assembly_dual_controllers | 2bbc10d83d4cb795dc145a6943283e2eb482c2e8 | [
"MIT"
] | null | null | null | #pragma once
#include <assembly_dual_controllers/servers/action_server_base.h>
#include <assembly_msgs/AssembleTripleMoveAction.h>
#include <assembly_dual_controllers/utils/dyros_math.h>
#include <assembly_dual_controllers/utils/control/peg_in_hole_base.h>
#include <assembly_dual_controllers/utils/control/criteria.h>
... | 28.942029 | 97 | 0.762143 |
4d7c50aa27bab92bdd5abd7d8b3420f06bd28eb5 | 813 | h | C | src/main.h | CTylerD/Breakout | aa089dda7e3f0d083741cfa6a936646dbf6f9f35 | [
"MIT"
] | null | null | null | src/main.h | CTylerD/Breakout | aa089dda7e3f0d083741cfa6a936646dbf6f9f35 | [
"MIT"
] | null | null | null | src/main.h | CTylerD/Breakout | aa089dda7e3f0d083741cfa6a936646dbf6f9f35 | [
"MIT"
] | null | null | null | #ifndef MAIN_H
#define MAIN_H
// to ensure that the current game physics are correct, kScreenWidth, kScreenHeight, kGridBlockSize, kBorderWidth, (kScreenWidth / kBlocksPerRow), and (kScreenHeight / kRowsPerGame) should all be evenly divisable by five
constexpr std::size_t kFramesPerSecond{60};
constexpr std::size_t k... | 42.789474 | 220 | 0.805658 |
cfb76e0894e4cc0aed5f46152e024124c57c52f5 | 1,834 | h | C | aruco/Eigen/Eigenvalues.h | masterchef8/ArucoIOSFramework | c696c38186603b27091f16cb1d0bafa07c02965f | [
"Unlicense"
] | 1 | 2021-02-25T20:02:27.000Z | 2021-02-25T20:02:27.000Z | aruco/Eigen/Eigenvalues.h | masterchef8/ArucoIOSFramework | c696c38186603b27091f16cb1d0bafa07c02965f | [
"Unlicense"
] | null | null | null | aruco/Eigen/Eigenvalues.h | masterchef8/ArucoIOSFramework | c696c38186603b27091f16cb1d0bafa07c02965f | [
"Unlicense"
] | null | null | null | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// 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.0/.
#ifndef EIGEN_EIGENVALUES_... | 29.580645 | 69 | 0.768811 |
9a5da3d32c43969f311bb35cd3ec2bc4583dedea | 4,782 | h | C | src/saiga/vision/reconstruction/Epipolar.h | SimonMederer/saiga | ff167e60c50b1cead4d19eb5ab2e93acce8c42a3 | [
"MIT"
] | null | null | null | src/saiga/vision/reconstruction/Epipolar.h | SimonMederer/saiga | ff167e60c50b1cead4d19eb5ab2e93acce8c42a3 | [
"MIT"
] | null | null | null | src/saiga/vision/reconstruction/Epipolar.h | SimonMederer/saiga | ff167e60c50b1cead4d19eb5ab2e93acce8c42a3 | [
"MIT"
] | null | null | null | /**
* Copyright (c) 2017 Darius Rückert
* Licensed under the MIT License.
* See LICENSE file for more information.
*/
#pragma once
#include "saiga/vision/VisionIncludes.h"
#include "saiga/vision/VisionTypes.h"
#include "Triangulation.h"
namespace Saiga
{
/**
* Computes the essential matrix from given camera e... | 28.129412 | 115 | 0.570891 |
2c83be6608782fcd168507b9f7dce55c9fb1d585 | 2,377 | h | C | lib/debugger_utils/jobs.h | PowerOlive/garnet | 16b5b38b765195699f41ccb6684cc58dd3512793 | [
"BSD-3-Clause"
] | 1 | 2019-10-09T10:50:57.000Z | 2019-10-09T10:50:57.000Z | lib/debugger_utils/jobs.h | PowerOlive/garnet | 16b5b38b765195699f41ccb6684cc58dd3512793 | [
"BSD-3-Clause"
] | 5 | 2020-09-06T09:02:06.000Z | 2022-03-02T04:44:22.000Z | garnet/lib/debugger_utils/jobs.h | ZVNexus/fuchsia | c5610ad15208208c98693618a79c705af935270c | [
"BSD-3-Clause"
] | null | null | null | // 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 GARNET_LIB_DEBUGGER_UTILS_JOBS_H_
#define GARNET_LIB_DEBUGGER_UTILS_JOBS_H_
#include <functional>
#include <lib/zx/job.h>
#include <lib/zx/proces... | 41.701754 | 79 | 0.755574 |
829900050e1ce67d6d6f40fd5c5d3d6169792a4a | 5,638 | c | C | impl/src/fvutils.c | findvid/main | dd9bd14255af8c642b39b08d59e64cbfa314d908 | [
"MIT"
] | null | null | null | impl/src/fvutils.c | findvid/main | dd9bd14255af8c642b39b08d59e64cbfa314d908 | [
"MIT"
] | null | null | null | impl/src/fvutils.c | findvid/main | dd9bd14255af8c642b39b08d59e64cbfa314d908 | [
"MIT"
] | null | null | null | #include "fvutils.h"
AVFrame * copyFrame(AVFrame *pPic, struct SwsContext * ctx, int width, int height) {
AVFrame *res = av_frame_alloc();
avpicture_alloc((AVPicture *)res, PIX_FMT_RGB24, width, height);
int numBytes = avpicture_get_size(PIX_FMT_RGB24, width, height);
uint8_t *buffer = (uint8_t *)av_malloc(numByte... | 25.627273 | 120 | 0.65768 |
96303a215971e509d2b96311ef97044357cd3ffb | 790,829 | c | C | sdk-6.5.20/src/soc/common/shmoo_combo28.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/src/soc/common/shmoo_combo28.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/src/soc/common/shmoo_combo28.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-2020 Broadcom Inc. All rights reserved.
*
* DDR4 & GDDR5 Memory Support
*/
#include <shared/bsl.h>
#include <sal/core/boot.h>
#include <sal/core/libc.h... | 59.952164 | 270 | 0.598282 |
326680107b45f00493ef7b0a534d35aa3f507272 | 2,440 | h | C | frameworks/ans/core/include/ans_subscriber_interface.h | openharmony-gitee-mirror/notification_ans_standard | e131baa8b00fc4fe42de4ed7edd19d31f249aaa9 | [
"Apache-2.0"
] | 1 | 2021-12-03T13:52:32.000Z | 2021-12-03T13:52:32.000Z | frameworks/ans/core/include/ans_subscriber_interface.h | openharmony-gitee-mirror/notification_ans_standard | e131baa8b00fc4fe42de4ed7edd19d31f249aaa9 | [
"Apache-2.0"
] | null | null | null | frameworks/ans/core/include/ans_subscriber_interface.h | openharmony-gitee-mirror/notification_ans_standard | e131baa8b00fc4fe42de4ed7edd19d31f249aaa9 | [
"Apache-2.0"
] | 1 | 2021-09-13T11:20:43.000Z | 2021-09-13T11:20:43.000Z | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | 37.538462 | 120 | 0.763525 |
304f90f927645ba46b7b2e042c665e53f6d3eccc | 1,096 | h | C | src/cc/qcdio/qcdebug.h | brinkqiang/kfs | 8fd1389009554e76823cf1a2aa196577016da99f | [
"Apache-2.0"
] | null | null | null | src/cc/qcdio/qcdebug.h | brinkqiang/kfs | 8fd1389009554e76823cf1a2aa196577016da99f | [
"Apache-2.0"
] | null | null | null | src/cc/qcdio/qcdebug.h | brinkqiang/kfs | 8fd1389009554e76823cf1a2aa196577016da99f | [
"Apache-2.0"
] | null | null | null | //---------------------------------------------------------- -*- Mode: C++ -*-
// $Id: qcdebug.h 385 2010-05-27 15:58:30Z sriramsrao $
//
// Created 2008/11/01
//
// Copyright 2008,2009 Quantcast Corp.
//
// This file is part of Kosmos File System (KFS).
//
// Licensed under the Apache License, Version 2.0
// (the "Lic... | 28.102564 | 78 | 0.619526 |
04e62421e8f888e0a35738224785baf03501e8f7 | 2,567 | h | C | Imaging/Sources/vtkImageSinusoidSource.h | forestGzh/VTK | bc98327275bd5cfa95c5825f80a2755a458b6da8 | [
"BSD-3-Clause"
] | 3 | 2015-07-28T18:07:50.000Z | 2018-02-28T20:59:58.000Z | Imaging/Sources/vtkImageSinusoidSource.h | forestGzh/VTK | bc98327275bd5cfa95c5825f80a2755a458b6da8 | [
"BSD-3-Clause"
] | 4 | 2018-10-25T09:46:11.000Z | 2019-01-17T16:49:17.000Z | Imaging/Sources/vtkImageSinusoidSource.h | forestGzh/VTK | bc98327275bd5cfa95c5825f80a2755a458b6da8 | [
"BSD-3-Clause"
] | 4 | 2016-09-08T02:11:00.000Z | 2019-08-15T02:38:39.000Z | /*=========================================================================
Program: Visualization Toolkit
Module: vtkImageSinusoidSource.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This soft... | 26.193878 | 101 | 0.675886 |
ca10587388fdcf54d84deafeed3b8bfcd3b607d4 | 73 | h | C | examples/WiFiWebClientRepeating/arduino_secrets.h | Ngugisenior/WiFiNINA_Generic | ad1bdc294ba62933fc84468e6a72c399bec94dc6 | [
"MIT"
] | null | null | null | examples/WiFiWebClientRepeating/arduino_secrets.h | Ngugisenior/WiFiNINA_Generic | ad1bdc294ba62933fc84468e6a72c399bec94dc6 | [
"MIT"
] | null | null | null | examples/WiFiWebClientRepeating/arduino_secrets.h | Ngugisenior/WiFiNINA_Generic | ad1bdc294ba62933fc84468e6a72c399bec94dc6 | [
"MIT"
] | null | null | null |
#define SECRET_SSID "your_ssid"
#define SECRET_PASS "your_pass"
| 18.25 | 35 | 0.712329 |
aa825cbb246ede2491e6e336c09140da4527ae46 | 82 | h | C | src/Tankist/_old_files/Battler/globals.h | Sasha7b9/U-Cube | 442927ff1391bfe78cdf520ad303c7dc29086b46 | [
"MIT"
] | null | null | null | src/Tankist/_old_files/Battler/globals.h | Sasha7b9/U-Cube | 442927ff1391bfe78cdf520ad303c7dc29086b46 | [
"MIT"
] | null | null | null | src/Tankist/_old_files/Battler/globals.h | Sasha7b9/U-Cube | 442927ff1391bfe78cdf520ad303c7dc29086b46 | [
"MIT"
] | null | null | null | #pragma once
extern ConfigurationFile gConfig;
extern MasterServer gMaster;
| 16.4 | 33 | 0.792683 |
a649b0f0a762c58d0f33a622120e968a9bd6ff03 | 8,299 | c | C | src_base/xeve_ipred.c | Gachon-VPLab/xeve | cf2d6227511f16512ccc2aeb31190a32cba15e75 | [
"BSD-3-Clause"
] | 76 | 2020-10-16T00:43:20.000Z | 2022-03-21T10:25:09.000Z | src_base/xeve_ipred.c | Gachon-VPLab/xeve | cf2d6227511f16512ccc2aeb31190a32cba15e75 | [
"BSD-3-Clause"
] | 27 | 2020-12-24T01:46:49.000Z | 2022-03-29T06:35:42.000Z | src_base/xeve_ipred.c | Gachon-VPLab/xeve | cf2d6227511f16512ccc2aeb31190a32cba15e75 | [
"BSD-3-Clause"
] | 20 | 2020-10-16T00:43:25.000Z | 2022-03-08T01:25:16.000Z | /* Copyright (c) 2020, Samsung Electronics Co., Ltd.
All Rights Reserved. */
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice,
this lis... | 33.59919 | 145 | 0.555368 |
43ceca753f40d1bd8a5032d68fe32abe0b4f144b | 37,941 | c | C | lwraft/server/ldap-head/connection.c | debojyoti-majumder/lightwave | 1ff3beaafb7351140b9372e3a46b2a288f53832e | [
"Apache-2.0"
] | 357 | 2015-04-20T00:16:30.000Z | 2022-03-17T05:34:09.000Z | lwraft/server/ldap-head/connection.c | tdeleeuw/lightwave | baae9b03ddeeb6299ab891f9c1e2957b86d37cc5 | [
"Apache-2.0"
] | 38 | 2015-11-19T05:20:53.000Z | 2022-03-31T07:21:59.000Z | lwraft/server/ldap-head/connection.c | tdeleeuw/lightwave | baae9b03ddeeb6299ab891f9c1e2957b86d37cc5 | [
"Apache-2.0"
] | 135 | 2015-04-21T15:23:21.000Z | 2022-03-30T11:46:36.000Z | /*
* Copyright © 2012-2015 VMware, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the “License”); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | 27.734649 | 160 | 0.618908 |
b7d4559e8590244b3305c5ab5426ea8f1d1447aa | 590 | h | C | node_modules/v8-profiler/src/heap_profiler.h | tknKL/meanjs-codesnippets | 418cf61719e1b51983cf341fa22e99c3195526f7 | [
"MIT"
] | 1 | 2020-02-18T20:25:55.000Z | 2020-02-18T20:25:55.000Z | node_modules/v8-profiler/src/heap_profiler.h | tknKL/meanjs-codesnippets | 418cf61719e1b51983cf341fa22e99c3195526f7 | [
"MIT"
] | 1 | 2020-07-20T03:56:20.000Z | 2020-07-20T03:56:20.000Z | node_modules/v8-profiler/src/heap_profiler.h | tknKL/meanjs-codesnippets | 418cf61719e1b51983cf341fa22e99c3195526f7 | [
"MIT"
] | 1 | 2017-01-17T07:20:13.000Z | 2017-01-17T07:20:13.000Z | #ifndef NODE_HEAP_PROFILER_
#define NODE_HEAP_PROFILER_
#include "v8-profiler.h"
#include "node.h"
#include "nan.h"
namespace nodex {
class HeapProfiler {
public:
static void Initialize(v8::Local<v8::Object> target);
HeapProfiler();
virtual ~HeapProfiler();
protected:
static NAN_ME... | 22.692308 | 59 | 0.715254 |
0c43831a5f494e893d181fa691fbe0dedccf1d93 | 19,741 | c | C | src/miscops.c | dfresh613/couchbase-python-client | c77af56490ed4c6d364fcf8fc1a374570de0239b | [
"Apache-2.0"
] | null | null | null | src/miscops.c | dfresh613/couchbase-python-client | c77af56490ed4c6d364fcf8fc1a374570de0239b | [
"Apache-2.0"
] | null | null | null | src/miscops.c | dfresh613/couchbase-python-client | c77af56490ed4c6d364fcf8fc1a374570de0239b | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2013 Couchbase, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 32.415435 | 144 | 0.502356 |
647f83d0c1512d19d4af53a8f632a243ee3c7efd | 866 | h | C | include/framework.h | m1nuz/simple-network-game | 789ee1204feb4c440118f4d02793b974d0871cf2 | [
"MIT"
] | 1 | 2020-03-14T00:08:29.000Z | 2020-03-14T00:08:29.000Z | include/framework.h | m1nuz/simple-network-game | 789ee1204feb4c440118f4d02793b974d0871cf2 | [
"MIT"
] | null | null | null | include/framework.h | m1nuz/simple-network-game | 789ee1204feb4c440118f4d02793b974d0871cf2 | [
"MIT"
] | null | null | null | #pragma once
#ifdef _WIN32
#define VC_EXTRALEAN
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <windowsx.h>
#include <gl/gl.h>
#include <gl/glu.h>
#endif
#define MBUTTON0 0x01
#define MBUTTON1 0x02
#define MBUTTON2 0x04
#define MBUTTON3 0x08
#define MBUTTON4 0x10
int openDisplay(const c... | 22.789474 | 86 | 0.749423 |
64a6cad8b0963cce99ed2dadf6ebf231c57ba974 | 1,275 | h | C | morse/DotNet/MorseKernel2/MSAngleCreationMethod.h | jonnyzzz/phd-project | beab8615585bd52ef9ee1c19d1557e8c933c047a | [
"Apache-2.0"
] | 1 | 2019-12-24T15:52:45.000Z | 2019-12-24T15:52:45.000Z | morse/DotNet/MorseKernel2/MSAngleCreationMethod.h | jonnyzzz/phd-project | beab8615585bd52ef9ee1c19d1557e8c933c047a | [
"Apache-2.0"
] | null | null | null | morse/DotNet/MorseKernel2/MSAngleCreationMethod.h | jonnyzzz/phd-project | beab8615585bd52ef9ee1c19d1557e8c933c047a | [
"Apache-2.0"
] | null | null | null | // MSAngleCreationMethod.h : Declaration of the CMSAngleCreationMethod
#pragma once
#include "resource.h" // main symbols
#include "Action.h"
#include "Parameters.h"
#include "ActionBaseImpl.h"
#include "ComputationParameters.h"
#include "MSCreationProcess.h"
[
object,
uuid("4158B932-72E7-46DA-A98C-959B0C9A10... | 21.982759 | 70 | 0.776471 |
83da70ebb5e407a7ffc8686601b15fd3a57edb72 | 1,035 | h | C | src/common/step/security/step_privilege_compatibility.h | tizenorg/platform.core.appfw.app-installers | 54b7b4972c3ab9775856756a5d97220ef344f7e5 | [
"Apache-2.0"
] | null | null | null | src/common/step/security/step_privilege_compatibility.h | tizenorg/platform.core.appfw.app-installers | 54b7b4972c3ab9775856756a5d97220ef344f7e5 | [
"Apache-2.0"
] | null | null | null | src/common/step/security/step_privilege_compatibility.h | tizenorg/platform.core.appfw.app-installers | 54b7b4972c3ab9775856756a5d97220ef344f7e5 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
// Use of this source code is governed by an apache-2.0 license that can be
// found in the LICENSE file.
#ifndef COMMON_STEP_SECURITY_STEP_PRIVILEGE_COMPATIBILITY_H_
#define COMMON_STEP_SECURITY_STEP_PRIVILEGE_COMPATIBILITY_H_
#include <manifest_... | 27.972973 | 75 | 0.772947 |
149f02eb0eb0cc114d8adbbe9889e492f10ebfde | 1,505 | c | C | libdap4/d4bytes.c | nokutu/netcdf-c | eba281a8d985e24caad97a6badc3369cfa399f77 | [
"BSD-3-Clause"
] | 386 | 2015-01-07T21:22:54.000Z | 2022-03-31T15:12:52.000Z | libdap4/d4bytes.c | nokutu/netcdf-c | eba281a8d985e24caad97a6badc3369cfa399f77 | [
"BSD-3-Clause"
] | 1,748 | 2015-01-08T11:47:48.000Z | 2022-03-30T20:45:13.000Z | libdap4/d4bytes.c | nokutu/netcdf-c | eba281a8d985e24caad97a6badc3369cfa399f77 | [
"BSD-3-Clause"
] | 242 | 2015-01-05T11:09:11.000Z | 2022-03-30T08:07:18.000Z | /* Copyright 2018, UCAR/Unidata and OPeNDAP, Inc.
See the COPYRIGHT file for more information. */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "config.h"
#include "d4util.h"
#include "d4bytes.h"
#define DEFAULTMINALLOC 8
D4bytes*
d4bytesnew(void)
{
D4bytes* d4m = (D4bytes*)malloc(sizeo... | 20.337838 | 57 | 0.61196 |
e7a67bc9064c65470afc8d37a18d203d8f1c7671 | 3,768 | h | C | geo3d/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h | vipuserr/vipuserr-Geological-hazard | 2b29c03cdac6f5e1ceac4cd2f15b594040ef909c | [
"MIT"
] | 187 | 2019-01-23T04:07:11.000Z | 2022-03-27T03:44:58.000Z | ext/libigl/external/cgal/src/CGAL_Project/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h | xiaoxie5002/OptCuts | 1f4168fc867f47face85fcfa3a572be98232786f | [
"MIT"
] | 8 | 2019-03-22T13:27:38.000Z | 2020-06-18T13:23:23.000Z | ext/libigl/external/cgal/src/CGAL_Project/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h | xiaoxie5002/OptCuts | 1f4168fc867f47face85fcfa3a572be98232786f | [
"MIT"
] | 34 | 2019-02-13T01:11:12.000Z | 2022-02-28T03:29:40.000Z | // Copyright (c) 2006 Foundation for Research and Technology-Hellas (Greece).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// You can redistribute it and/or modify it under the terms of the GNU
// General Public License as published by the Free Software Foundation,
// either version 3 of the ... | 29.669291 | 79 | 0.66242 |
f026b7171f62558a4f1e413dce540e52e463c2b6 | 105,005 | c | C | linux-kernel/linux-3.4.53-blanket/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | zhiming-shen/Xen-Blanket-NG | 47e59d9bb92e8fdc60942df526790ddb983a5496 | [
"Apache-2.0"
] | 15 | 2018-04-02T12:41:27.000Z | 2021-06-26T13:13:43.000Z | kernel/goldfish/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | MihawkHu/Android_scheduler | d8f235bf15f4ab85287a2d0fe8cee7103f5cdda3 | [
"MIT"
] | 1 | 2017-05-26T04:28:56.000Z | 2017-08-13T12:12:31.000Z | kernel/lge/msm8226/drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | Uswer/LineageOS-14.1_jag3gds | 6fe76987fad4fca7b3c08743b067d5e79892e77f | [
"Apache-2.0"
] | 5 | 2018-05-16T16:36:08.000Z | 2020-11-04T05:51:11.000Z | /******************************************************************************
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR ... | 35.048398 | 107 | 0.734251 |
f073716f6860fbba5418ab19f509a525f93f32d0 | 13,008 | h | C | ruuvi.drivers.c/STMems_Standard_C_drivers/lis3mdl_STdC/driver/lis3mdl_reg.h | vietWaveboost/RF_Star | 6663f30f07a0c0a6ba87ce8b4c2696b59e8387f2 | [
"BSD-3-Clause"
] | null | null | null | ruuvi.drivers.c/STMems_Standard_C_drivers/lis3mdl_STdC/driver/lis3mdl_reg.h | vietWaveboost/RF_Star | 6663f30f07a0c0a6ba87ce8b4c2696b59e8387f2 | [
"BSD-3-Clause"
] | 2 | 2021-09-25T14:56:43.000Z | 2021-10-04T13:39:32.000Z | ruuvi.drivers.c/STMems_Standard_C_drivers/lis3mdl_STdC/driver/lis3mdl_reg.h | vietWaveboost/RF_Star | 6663f30f07a0c0a6ba87ce8b4c2696b59e8387f2 | [
"BSD-3-Clause"
] | null | null | null | /*
******************************************************************************
* @file lis3mdl_reg.h
* @author MEMS Software Solution Team
* @date 21-September-2017
* @brief This file contains all the functions prototypes for the
* lis3mdl_reg.c driver.
**************************************... | 30.392523 | 83 | 0.685347 |
f089024387a70861c7968338b294efdaf8dcb1ff | 12,573 | h | C | hw/mcu/nxp/mcux-sdk/drivers/tmu_1/fsl_tmu.h | bm16ton/portenta-tinyusb | 472ccb5bd6da5c3cf55210c28df72667c825152a | [
"MIT"
] | 175 | 2021-01-19T17:11:01.000Z | 2022-03-31T06:04:43.000Z | drivers/tmu_1/fsl_tmu.h | tannewt/mcux-sdk | 1f15787b0abb7886f24434297cd293cf16ad04ab | [
"Apache-2.0"
] | 69 | 2021-01-27T08:18:51.000Z | 2022-03-29T12:16:57.000Z | drivers/tmu_1/fsl_tmu.h | tannewt/mcux-sdk | 1f15787b0abb7886f24434297cd293cf16ad04ab | [
"Apache-2.0"
] | 72 | 2021-01-19T14:34:20.000Z | 2022-03-21T09:02:18.000Z | /*
* Copyright 2018-2020, NXP
* All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __FSL_TMU_H__
#define __FSL_TMU_H__
#include "fsl_common.h"
/*!
* @addtogroup tmu
* @{
*/
/*******************************************************************************
* Definitions
************... | 42.333333 | 120 | 0.686869 |
bbbf78f8c6a3f2fa9db80962a13315d14dfe2342 | 1,602 | h | C | chrome/browser/ash/login/easy_unlock/smartlock_feature_usage_metrics.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | chrome/browser/ash/login/easy_unlock/smartlock_feature_usage_metrics.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | chrome/browser/ash/login/easy_unlock/smartlock_feature_usage_metrics.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_LOGIN_EASY_UNLOCK_SMARTLOCK_FEATURE_USAGE_METRICS_H_
#define CHROME_BROWSER_ASH_LOGIN_EASY_UNLOCK_SMARTLOCK_FEATURE_USAGE_METRI... | 36.409091 | 82 | 0.813358 |
9df08f4fd0fee550ff9f954acf55c007d2ec262d | 13,503 | h | C | src/Parser/Parser.h | BNSWT/Analyzer | 080fa457c54ba98be6cd70dc00af3d67408adac6 | [
"MIT"
] | 1 | 2021-12-12T10:02:37.000Z | 2021-12-12T10:02:37.000Z | src/Parser/Parser.h | BNSWT/Analyzer | 080fa457c54ba98be6cd70dc00af3d67408adac6 | [
"MIT"
] | null | null | null | src/Parser/Parser.h | BNSWT/Analyzer | 080fa457c54ba98be6cd70dc00af3d67408adac6 | [
"MIT"
] | null | null | null | #pragma once
/*
* Created Date: 2021-11-17 09:20:03
* Author: yuyangz
*/
#ifndef PARSER_H
#define PARSER_H
#include"../Lexical/Lexical.h"
#include <stack>
#include <map>
#include <sstream>
enum SYNTAX_STATE{
SBEG,
BEG,
O,
I,
D,
B,
T,
F,
M,
N,
S,
R,
A,
L,
... | 25.573864 | 176 | 0.538769 |
6ffc619cf65e3465e1fd41209ecf50b84dc87e0a | 314 | h | C | Pods/Target Support Files/Pods-Hasher/Pods-Hasher-umbrella.h | josipbernat/Hasher | da01dbac800dd0844dfdef4f6bdedb17bc194395 | [
"MIT"
] | 2 | 2015-09-16T06:41:53.000Z | 2019-02-11T09:25:10.000Z | Pods/Target Support Files/Pods-Hasher/Pods-Hasher-umbrella.h | josipbernat/Hasher | da01dbac800dd0844dfdef4f6bdedb17bc194395 | [
"MIT"
] | null | null | null | Pods/Target Support Files/Pods-Hasher/Pods-Hasher-umbrella.h | josipbernat/Hasher | da01dbac800dd0844dfdef4f6bdedb17bc194395 | [
"MIT"
] | null | null | null | #ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_HasherVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_HasherVersionString[];
| 18.470588 | 65 | 0.828025 |
17144a366bfeee83cfadd9e18035e9980a73377c | 329 | h | C | FKCore/FKIdentifiers.h | FajraKatviro/FKFramework2 | 0b55b402c255b50fe07ee568bbf46acd6617a6e4 | [
"MIT"
] | 2 | 2015-10-01T07:25:36.000Z | 2015-11-02T23:14:10.000Z | FKCore/FKIdentifiers.h | FajraKatviro/FKFramework2 | 0b55b402c255b50fe07ee568bbf46acd6617a6e4 | [
"MIT"
] | 13 | 2015-11-02T22:15:14.000Z | 2015-11-03T21:08:51.000Z | FKCore/FKIdentifiers.h | FajraKatviro/FKFramework2 | 0b55b402c255b50fe07ee568bbf46acd6617a6e4 | [
"MIT"
] | null | null | null | #ifndef FKIDENTIFIERS_H
#define FKIDENTIFIERS_H
//Identifiers used for default object events
namespace FKIdentifiers{
const qint32 initObject=-1;
const qint32 deinitObject=-2;
const qint32 createServant=-3;
const qint32 deleteServant=-4;
const qint32 resetServant=-5;
const qint32 actorId=-6;
}... | 20.5625 | 44 | 0.744681 |
77727f3d6fceb799ed9ab32a48aabb28778e5381 | 959 | c | C | lib/tests/bsoncompare_json_input.c | bauman/bsonsearch | 4ddf9384cb35d29c0766baeb515ff062742bc04e | [
"MIT"
] | 22 | 2015-06-16T02:32:00.000Z | 2021-07-16T12:20:40.000Z | lib/tests/bsoncompare_json_input.c | bauman/bsonsearch | 4ddf9384cb35d29c0766baeb515ff062742bc04e | [
"MIT"
] | 1 | 2016-11-30T17:59:31.000Z | 2018-04-11T12:17:13.000Z | lib/tests/bsoncompare_json_input.c | bauman/bsonsearch | 4ddf9384cb35d29c0766baeb515ff062742bc04e | [
"MIT"
] | 2 | 2017-04-29T07:34:31.000Z | 2020-09-18T06:17:27.000Z | #include <bsoncompare.h>
#include <bson.h>
bool
compare_json(const char *json,
const char *jsonspec)
{
bool same = false;
bson_error_t error;
bson_error_t error2;
bson_t *doc;
doc = generate_doc_from_json (json, strlen(json));
mongoc_matcher_t * matcher = generate_matcher_f... | 24.589744 | 89 | 0.573514 |
77ee53bf284750a548a1ddccb37069b21a76cd3c | 796 | h | C | src/metadata_manager/HDF5MetadataManager.h | akougkas/iris | ae8b077afa6cec7ce3ea845dc7caad9b5e105c9d | [
"Apache-2.0"
] | 1 | 2019-04-06T08:43:15.000Z | 2019-04-06T08:43:15.000Z | src/metadata_manager/HDF5MetadataManager.h | akougkas/iris | ae8b077afa6cec7ce3ea845dc7caad9b5e105c9d | [
"Apache-2.0"
] | 1 | 2019-04-15T09:49:13.000Z | 2019-04-15T09:49:13.000Z | src/metadata_manager/HDF5MetadataManager.h | akougkas/iris | ae8b077afa6cec7ce3ea845dc7caad9b5e105c9d | [
"Apache-2.0"
] | null | null | null | //
// Created by anthony on 12/10/16.
//
#ifndef IRIS_HDF5METADATAMANAGER_H
#define IRIS_HDF5METADATAMANAGER_H
#include <hdf5.h>
#include <string>
#include <unordered_map>
#include "IrisMetadataManager.h"
class HDF5MetadataManager: public IrisMetadataManager {
std::unordered_map<hid_t,std::string> fileToFileName... | 24.875 | 68 | 0.785176 |
cbb9dc20a6bb65cd5e634ba43f10252c3b4fbcb7 | 2,410 | c | C | mptcore/event/dispatch_hash.c | becm/mpt-base | 49e8b2022b975b5e159088b5dd052d6b5e7afe6e | [
"0BSD"
] | 3 | 2018-08-31T22:04:49.000Z | 2020-06-12T07:00:25.000Z | mptcore/event/dispatch_hash.c | becm/mpt-base | 49e8b2022b975b5e159088b5dd052d6b5e7afe6e | [
"0BSD"
] | null | null | null | mptcore/event/dispatch_hash.c | becm/mpt-base | 49e8b2022b975b5e159088b5dd052d6b5e7afe6e | [
"0BSD"
] | null | null | null | /*!
* call event for convert string message argument hash.
*/
#include <inttypes.h>
#include <errno.h>
#include <stdio.h>
#include <signal.h>
#include <sys/uio.h>
#include "message.h"
#include "output.h"
#include "event.h"
/*!
* \ingroup mptEvent
* \brief call handler for matching command
*
* Determine com... | 25.913978 | 95 | 0.654772 |
53c812896dc56a31bde7681700b8c135e9d963fe | 299 | h | C | jconfigint.h | mxmauro/libjpeg-turbo | caf76adff1bd5ac8e1564dcc3dd47294a596d1d7 | [
"Zlib"
] | null | null | null | jconfigint.h | mxmauro/libjpeg-turbo | caf76adff1bd5ac8e1564dcc3dd47294a596d1d7 | [
"Zlib"
] | null | null | null | jconfigint.h | mxmauro/libjpeg-turbo | caf76adff1bd5ac8e1564dcc3dd47294a596d1d7 | [
"Zlib"
] | null | null | null | /* libjpeg-turbo build number */
//#undef BUILD
/* How to obtain function inlining. */
//#undef INLINE
/* Define to the full name of this package. */
//#undef PACKAGE_NAME
/* Version number of package */
//#undef VERSION
/* The size of `size_t', as computed by sizeof. */
//#undef SIZEOF_SIZE_T
| 19.933333 | 50 | 0.685619 |
53e9cb6e3a4e2d5322f633704b916e8b303735ad | 18,370 | h | C | third_party/gecko-15/win32/include/nsIDOMApplicationRegistry.h | bwp/SeleniumWebDriver | 58221fbe59fcbbde9d9a033a95d45d576b422747 | [
"Apache-2.0"
] | 1 | 2018-02-05T04:23:18.000Z | 2018-02-05T04:23:18.000Z | third_party/gecko-15/win32/include/nsIDOMApplicationRegistry.h | bwp/SeleniumWebDriver | 58221fbe59fcbbde9d9a033a95d45d576b422747 | [
"Apache-2.0"
] | null | null | null | third_party/gecko-15/win32/include/nsIDOMApplicationRegistry.h | bwp/SeleniumWebDriver | 58221fbe59fcbbde9d9a033a95d45d576b422747 | [
"Apache-2.0"
] | null | null | null | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/dom/interfaces/apps/nsIDOMApplicationRegistry.idl
*/
#ifndef __gen_nsIDOMApplicationRegistry_h__
#define __gen_nsIDOMApplicationRegistry_h__
#ifndef __gen_domstubs_h__
#include "domstubs.h"
#endif
#ifndef __gen_nsIArray... | 37.720739 | 228 | 0.785738 |
991e2a2714b97d11f3d825a03700687c20944976 | 2,346 | h | C | src/tests/MessageUtils.h | gcsideal/debian-qpid-cpp | e4d034036f29408f940805f5505ae62ce89650cc | [
"Apache-2.0"
] | null | null | null | src/tests/MessageUtils.h | gcsideal/debian-qpid-cpp | e4d034036f29408f940805f5505ae62ce89650cc | [
"Apache-2.0"
] | null | null | null | src/tests/MessageUtils.h | gcsideal/debian-qpid-cpp | e4d034036f29408f940805f5505ae62ce89650cc | [
"Apache-2.0"
] | null | null | null | /*
*
* 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"); y... | 36.65625 | 120 | 0.674766 |
e9615a29421b4350e05700ba0fe0a01a8b16b470 | 62,941 | c | C | third_party/gst-plugins-base/sys/ximage/ximagesink.c | isabella232/aistreams | 209f4385425405676a581a749bb915e257dbc1c1 | [
"Apache-2.0"
] | 6 | 2020-09-22T18:07:15.000Z | 2021-10-21T01:34:04.000Z | third_party/gst-plugins-base/sys/ximage/ximagesink.c | isabella232/aistreams | 209f4385425405676a581a749bb915e257dbc1c1 | [
"Apache-2.0"
] | 2 | 2020-11-10T13:17:39.000Z | 2022-03-30T11:22:14.000Z | third_party/gst-plugins-base/sys/ximage/ximagesink.c | isabella232/aistreams | 209f4385425405676a581a749bb915e257dbc1c1 | [
"Apache-2.0"
] | 3 | 2020-09-26T08:40:35.000Z | 2021-10-21T01:33:56.000Z | /* GStreamer
* Copyright (C) <2005> Julien Moutte <julien@moutte.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any l... | 31.692346 | 107 | 0.681861 |
e9616d5005ec8b4289c33c2887090b4eb15c4f61 | 1,912 | c | C | platforms/ibm-fsp/apollo.c | apopple/skiboot | 4073798ccf03c63917d76fb522ba03a9a2b798a9 | [
"Apache-2.0"
] | null | null | null | platforms/ibm-fsp/apollo.c | apopple/skiboot | 4073798ccf03c63917d76fb522ba03a9a2b798a9 | [
"Apache-2.0"
] | null | null | null | platforms/ibm-fsp/apollo.c | apopple/skiboot | 4073798ccf03c63917d76fb522ba03a9a2b798a9 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2013-2014 IBM Corp.
*
* 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 ... | 28.117647 | 70 | 0.732741 |
eb2305345882e527ce3541ef4176a98d0043937d | 4,402 | c | C | 08-gsc_task/gsc_task/gsc_porting/liboppo/src/base/window/hanning_sqrt_256.c | jensen199105/cmake-examples | d55acc2d572f2c1737890e59084afd4b847d1be5 | [
"MIT"
] | null | null | null | 08-gsc_task/gsc_task/gsc_porting/liboppo/src/base/window/hanning_sqrt_256.c | jensen199105/cmake-examples | d55acc2d572f2c1737890e59084afd4b847d1be5 | [
"MIT"
] | null | null | null | 08-gsc_task/gsc_task/gsc_porting/liboppo/src/base/window/hanning_sqrt_256.c | jensen199105/cmake-examples | d55acc2d572f2c1737890e59084afd4b847d1be5 | [
"MIT"
] | null | null | null | #include "AISP_TSL_base.h"
#ifdef HANNING_SQRT_256
/* Hanning 256 window is W32Q31 */
CONST S32 hanning_win_sqrt_256[] =
{
26250392, 52496862, 78735488, 104962348,
131173524, 157365099, 183533160, 209673796,
235783101, 261857174, 287892118, 313884044,... | 60.30137 | 66 | 0.584961 |
ac819798e1df1b385ff6a808762864e12e975751 | 344 | h | C | Archived/v1/WCDistractionFreeXcodePlugin/Headers/PlugIns/IDEDevkitRefactoring/DevkitDynamicDirective.h | wokalski/Distraction-Free-Xcode-plugin | 54ab4b9d9825e8370855b7985d6ff39d64c19f25 | [
"MIT"
] | 25 | 2016-03-03T07:43:56.000Z | 2021-09-05T08:47:40.000Z | PlugIns/IDEDevkitRefactoring/DevkitDynamicDirective.h | cameroncooke/XcodeHeaders | be955d30b5fc62c4312b354045b4561d164ebd9c | [
"MIT"
] | 8 | 2016-02-23T18:40:20.000Z | 2016-08-18T13:21:05.000Z | PlugIns/IDEDevkitRefactoring/DevkitDynamicDirective.h | cameroncooke/XcodeHeaders | be955d30b5fc62c4312b354045b4561d164ebd9c | [
"MIT"
] | 4 | 2016-02-24T13:24:27.000Z | 2016-06-28T12:50:36.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import <IDEDevkitRefactoring/DevkitDirective.h>
@interface DevkitDynamicDirective : DevkitDirective
{
}
- (id)prettyPrint;
- (id)childContainingPropertyNamed:(id)arg1;
- (void)ad... | 18.105263 | 83 | 0.706395 |
5c4ec9c20ce31a92e404b1def50e1ee1327d6583 | 3,293 | h | C | adoc/headers/accessorUnsampledImage.h | pkeir/SYCL-Docs | 7845d9613eba3d3cb527dc25e45dcda84ae480a8 | [
"Apache-2.0",
"CC-BY-4.0"
] | null | null | null | adoc/headers/accessorUnsampledImage.h | pkeir/SYCL-Docs | 7845d9613eba3d3cb527dc25e45dcda84ae480a8 | [
"Apache-2.0",
"CC-BY-4.0"
] | null | null | null | adoc/headers/accessorUnsampledImage.h | pkeir/SYCL-Docs | 7845d9613eba3d3cb527dc25e45dcda84ae480a8 | [
"Apache-2.0",
"CC-BY-4.0"
] | null | null | null | g// Copyright (c) 2011-2021 The Khronos Group, Inc.
// SPDX-License-Identifier: Apache-2.0
namespace sycl {
enum class image_target {
device,
host_task
};
template <typename DataT,
int Dimensions,
access_mode AccessMode,
image_target AccessTarget = image_target::device>
class unsamp... | 33.948454 | 88 | 0.651685 |
583ef4340282b1582d2531b3c3005921869cd0e6 | 526 | h | C | src/triLegacy/base/falseType.h | moddyz/Tri | c99532b8f3f19e69dacc0da2bdcc2d6bd944f82b | [
"MIT"
] | null | null | null | src/triLegacy/base/falseType.h | moddyz/Tri | c99532b8f3f19e69dacc0da2bdcc2d6bd944f82b | [
"MIT"
] | 1 | 2020-09-23T06:08:21.000Z | 2020-09-24T06:17:41.000Z | src/triLegacy/base/falseType.h | moddyz/Tri | c99532b8f3f19e69dacc0da2bdcc2d6bd944f82b | [
"MIT"
] | null | null | null | #pragma once
/// \file base/falseType.h
///
/// For allowing static assertions with meaningful error messages to be
/// raised for certain template specializations.
///
/// static_assert( false, ... ) does not work - because it does not depend on any of
/// the template paramteers, thus is evaluated by the compiler ev... | 21.916667 | 84 | 0.735741 |
38e25d1385c6df57a054ba2c8c3883dda0585269 | 191 | h | C | OA/Class/log/Logdetail/LogdetailVC/Controller/LogdetailVC.h | 1056730547/OA_Template | e4ea459cfb7d055ee4c94c924ba5a6d12291e7d2 | [
"MIT"
] | 1 | 2017-02-16T02:08:00.000Z | 2017-02-16T02:08:00.000Z | OA/Class/log/Logdetail/LogdetailVC/Controller/LogdetailVC.h | 1056730547/OA_Template | e4ea459cfb7d055ee4c94c924ba5a6d12291e7d2 | [
"MIT"
] | null | null | null | OA/Class/log/Logdetail/LogdetailVC/Controller/LogdetailVC.h | 1056730547/OA_Template | e4ea459cfb7d055ee4c94c924ba5a6d12291e7d2 | [
"MIT"
] | null | null | null | //
// LogdetailVC.h
// OA
//
// Created by zzbf on 16/12/15.
// Copyright © 2016年 zzbf. All rights reserved.
//
#import "BaseController.h"
@interface LogdetailVC : BaseController
@end
| 13.642857 | 48 | 0.670157 |
1d559bd37ac2e04655fc5c88e3f3f6756e5bfe80 | 11,751 | h | C | be/src/util/jwt-util-internal.h | pengdou1990/impala | c8aa5796d93510723342055cc70cf8d00abae754 | [
"Apache-2.0"
] | null | null | null | be/src/util/jwt-util-internal.h | pengdou1990/impala | c8aa5796d93510723342055cc70cf8d00abae754 | [
"Apache-2.0"
] | null | null | null | be/src/util/jwt-util-internal.h | pengdou1990/impala | c8aa5796d93510723342055cc70cf8d00abae754 | [
"Apache-2.0"
] | null | null | null | // 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 may... | 37.186709 | 89 | 0.72998 |
1d8a296760a3e51e325b7908fba893c0c86e9374 | 10,960 | c | C | src/cmd/qfind.c | a-mail-group/coherent | 7d7e9d54d508da85fc8dc05444e0daff49574ebd | [
"BSD-3-Clause"
] | 2 | 2019-01-02T22:52:21.000Z | 2021-05-11T06:54:20.000Z | src/cmd/qfind.c | a-mail-group/coherent | 7d7e9d54d508da85fc8dc05444e0daff49574ebd | [
"BSD-3-Clause"
] | null | null | null | src/cmd/qfind.c | a-mail-group/coherent | 7d7e9d54d508da85fc8dc05444e0daff49574ebd | [
"BSD-3-Clause"
] | null | null | null | /*
* qfind.c
* 5/9/94
* Find files with given name in filesystem using file database.
* Usage: qfind [ -adp ] name ...
* qfind -b[v] [ -sname ] ...
* Options:
* -a All: search for files or directories (default: files only).
* -b Build file database.
* -d Search for directories only.
* -p Partial name match... | 23.722944 | 78 | 0.592609 |
590eea37320eacc74f870e2d7cc78efb94d7fb9a | 4,842 | h | C | mission/utility/TaskMonitor.h | levkovigor/freertos-template2 | 7fdac94eb8e83da752d6db6cedb323c4e0ee8203 | [
"Apache-2.0"
] | null | null | null | mission/utility/TaskMonitor.h | levkovigor/freertos-template2 | 7fdac94eb8e83da752d6db6cedb323c4e0ee8203 | [
"Apache-2.0"
] | null | null | null | mission/utility/TaskMonitor.h | levkovigor/freertos-template2 | 7fdac94eb8e83da752d6db6cedb323c4e0ee8203 | [
"Apache-2.0"
] | null | null | null | #ifndef MISSION_UTILITY_TASKMONITOR_H_
#define MISSION_UTILITY_TASKMONITOR_H_
#include <fsfw/container/DynamicFIFO.h>
#include <fsfw/objectmanager/SystemObject.h>
#include <fsfw/tasks/ExecutableObjectIF.h>
#include <fsfw/tasks/PeriodicTaskIF.h>
#include <map>
class FixedTimeslotTaskIF;
/**
* @brief Generic task mon... | 38.428571 | 80 | 0.751755 |
8aa18461e7c0054c8da708a6e604aa5077dd3f49 | 3,011 | c | C | protocol/zigbee/app/framework/plugin-soc/em4/em4.c | lenloe1/v2.7 | 9ac9c4a7bb37987af382c80647f42d84db5f2e1d | [
"Zlib"
] | null | null | null | protocol/zigbee/app/framework/plugin-soc/em4/em4.c | lenloe1/v2.7 | 9ac9c4a7bb37987af382c80647f42d84db5f2e1d | [
"Zlib"
] | null | null | null | protocol/zigbee/app/framework/plugin-soc/em4/em4.c | lenloe1/v2.7 | 9ac9c4a7bb37987af382c80647f42d84db5f2e1d | [
"Zlib"
] | null | null | null | /***************************************************************************//**
* @file
* @brief Definitions for the EM4 plugin, which implementes a sleep mode for
* EFR32 series devices.
*******************************************************************************
* # License
* <b>Copyright 2018 Silico... | 38.113924 | 133 | 0.684822 |
3d90ea3ac87d9fcdc874eca1ca68c4c34a8a0f1c | 5,831 | h | C | Source/ANGLE/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11_fl9ps.h | jjzhang166/wpgest-angle-ms | e3315425faca31daed669264cddf179d8d454549 | [
"MIT"
] | 27 | 2016-04-27T01:02:03.000Z | 2021-12-13T08:53:19.000Z | Source/ANGLE/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11_fl9ps.h | wpbest/XPF | cb54ad82a8c6f675f2d5bc840a78f66f03de65e2 | [
"MIT"
] | 2 | 2017-03-09T09:00:50.000Z | 2017-09-21T15:48:20.000Z | Source/ANGLE/libANGLE/renderer/d3d/d3d11/shaders/compiled/clearfloat11_fl9ps.h | wpbest/XPF | cb54ad82a8c6f675f2d5bc840a78f66f03de65e2 | [
"MIT"
] | 17 | 2016-04-27T02:06:39.000Z | 2019-12-18T08:07:00.000Z | #if 0
//
// Generated by Microsoft (R) HLSL Shader Compiler 6.3.9600.16384
//
//
//
// Input signature:
//
// Name Index Mask Register SysValue Format Used
// -------------------- ----- ------ -------- -------- ------- ------
// SV_POSITION 0 xyzw 0 POS float ... | 32.943503 | 70 | 0.294804 |
07ce396b0b9486dd0a03306b6d67e88036bc4ef5 | 865,679 | h | C | GL/include/glad/glad.h | johnfredcee/meistravimas | 4ee3168518525db0d3eddde5008115fc874dc249 | [
"MIT"
] | null | null | null | GL/include/glad/glad.h | johnfredcee/meistravimas | 4ee3168518525db0d3eddde5008115fc874dc249 | [
"MIT"
] | null | null | null | GL/include/glad/glad.h | johnfredcee/meistravimas | 4ee3168518525db0d3eddde5008115fc874dc249 | [
"MIT"
] | null | null | null | /*
OpenGL loader generated by glad 0.1.11a0 on Sun Jul 31 13:55:29 2016.
Language/Generator: C/C++
Specification: gl
APIs: gl=4.5
Profile: core
Extensions:
GL_EXT_blend_color, GL_ARB_transform_feedback2, GL_ARB_clear_buffer_object, GL_OES_fixed_point, GL_APPLE_element_array, G... | 59.999931 | 14,326 | 0.874489 |
332fef2f303f258a6c42d803b1f052ba026eb4f7 | 7,739 | h | C | src/c_resource.h | yuneta/c-core | 005f6f50ac5651f3ce5d6ee6f95e15fdcc8b91c9 | [
"MIT"
] | null | null | null | src/c_resource.h | yuneta/c-core | 005f6f50ac5651f3ce5d6ee6f95e15fdcc8b91c9 | [
"MIT"
] | null | null | null | src/c_resource.h | yuneta/c-core | 005f6f50ac5651f3ce5d6ee6f95e15fdcc8b91c9 | [
"MIT"
] | null | null | null | /****************************************************************************
* C_RESOURCE.H
* Resource GClass.
*
* Resource Controler
Sample resource schema
======================
tb_resources NOT recursive (no tree), all tables must ... | 36.852381 | 117 | 0.45639 |
7741c824b095a0e97895aaaeb4afa912997f4906 | 2,810 | h | C | communicator/api/include/CPayload.h | esOdysseus/common_communicator | 987abf2d568008421efc52bcb93408dc3270118c | [
"Apache-2.0"
] | null | null | null | communicator/api/include/CPayload.h | esOdysseus/common_communicator | 987abf2d568008421efc52bcb93408dc3270118c | [
"Apache-2.0"
] | null | null | null | communicator/api/include/CPayload.h | esOdysseus/common_communicator | 987abf2d568008421efc52bcb93408dc3270118c | [
"Apache-2.0"
] | 1 | 2019-12-12T07:57:27.000Z | 2019-12-12T07:57:27.000Z | /***
* CPayload.h
* Copyright [2019-]
* Written by EunSeok Kim <es.odysseus@gmail.com>
*
* This file is part of the Common-Communicator framework.
*/
#ifndef _CPAYLOAD_H_
#define _CPAYLOAD_H_
#include <list>
#include <string>
#include <memory>
#include <Enum_common.h>
class CRawMessage;
class IProtocolInf;
n... | 26.509434 | 99 | 0.640569 |
7748f1eff8b3c87b797589e9d499265657e546b2 | 617 | h | C | Check_out/Create/Blow-that/snowhouse.h | gmright2-Coller/Gmright2.bucket.QA | fe5300a0d5919d72d7655c7133a89f4cd5dda61c | [
"MIT"
] | null | null | null | Check_out/Create/Blow-that/snowhouse.h | gmright2-Coller/Gmright2.bucket.QA | fe5300a0d5919d72d7655c7133a89f4cd5dda61c | [
"MIT"
] | 172 | 2020-04-18T14:21:24.000Z | 2022-03-14T02:00:23.000Z | Check_out/Create/Blow-that/snowhouse.h | https-github-com-Gmright2-coll/Gmright2.bucket.QA | c0aacc4a5cb87c4138598dc18aa38b815e1cb4ba | [
"MIT"
] | 5 | 2020-05-01T22:22:09.000Z | 2020-09-06T19:19:14.000Z | #ifndef BANDIT_ADAPTERS_SNOWHOUSE_H
#define BANDIT_ADAPTERS_SNOWHOUSE_H
#include <bandit/adapters/interface.h>
#include <bandit/assertion_exception.h>
#include <bandit/assertion_frameworks/snowhouse/snowhouse.h>
namespace bandit {
namespace adapter {
struct snowhouse : public interface {
void ad... | 28.045455 | 100 | 0.666126 |
edc273f4a6937ae9f57b366e97d79f3877db7cb4 | 893 | h | C | monitor/ActionMonitor/resource.h | FFMG/myoddweb.piger | 6c5e9dff6ab8e2e02d6990c1959450f087acf371 | [
"MIT"
] | 18 | 2016-03-04T15:44:24.000Z | 2021-12-31T11:06:25.000Z | monitor/ActionMonitor/resource.h | FFMG/myoddweb.piger | 6c5e9dff6ab8e2e02d6990c1959450f087acf371 | [
"MIT"
] | 49 | 2016-02-29T17:59:52.000Z | 2019-05-05T04:59:26.000Z | monitor/ActionMonitor/resource.h | FFMG/myoddweb.piger | 6c5e9dff6ab8e2e02d6990c1959450f087acf371 | [
"MIT"
] | 2 | 2016-07-30T10:17:12.000Z | 2016-08-11T20:31:46.000Z | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ActionMonitor.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDR_MAINFRAME 128
#define IDR_MAINFRAME_ACTIVE ... | 33.074074 | 47 | 0.612542 |
fc56d36d4661fd02485133f801b18f7aff56dc3d | 5,128 | c | C | ecce-v7.0/src/inv/image/row.c | mattbernst/ECCE | 8e185a3b8190b5e168f034c0e0c366ca492fd49e | [
"ECL-2.0"
] | 2 | 2020-05-21T07:06:07.000Z | 2021-06-28T02:14:34.000Z | ecce-v7.0/src/inv/image/row.c | mattbernst/ECCE | 8e185a3b8190b5e168f034c0e0c366ca492fd49e | [
"ECL-2.0"
] | null | null | null | ecce-v7.0/src/inv/image/row.c | mattbernst/ECCE | 8e185a3b8190b5e168f034c0e0c366ca492fd49e | [
"ECL-2.0"
] | 6 | 2016-03-21T19:53:18.000Z | 2021-06-08T18:06:03.000Z | /*
* putrow, getrow -
*
* Paul Haeberli - 1984
*
*/
#include <stdio.h>
#include "image.h"
int putrow(IMAGE *image, unsigned short *buffer,
unsigned int y, unsigned int z)
{
register unsigned short *sptr;
register unsigned char *cptr;
register unsigned int x;
register unsigned int min, ... | 23.099099 | 63 | 0.565523 |
92ee97a8a7ce4abf5ba39646421dbf3b6909db04 | 3,268 | h | C | SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ListFiles_response.h | tizenorg/profile.ivi.smartdevicelink | fed006e168bb6fa6bdab49c7e07031cd3eb495fc | [
"BSD-3-Clause"
] | null | null | null | SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ListFiles_response.h | tizenorg/profile.ivi.smartdevicelink | fed006e168bb6fa6bdab49c7e07031cd3eb495fc | [
"BSD-3-Clause"
] | null | null | null | SDL_Core/src/components/JSONHandler/include/JSONHandler/SDLRPCObjects/V2/ListFiles_response.h | tizenorg/profile.ivi.smartdevicelink | fed006e168bb6fa6bdab49c7e07031cd3eb495fc | [
"BSD-3-Clause"
] | null | null | null | //
// Copyright (c) 2013, Ford Motor Company
// 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... | 35.912088 | 117 | 0.728274 |
1c6aeb2f0b4b5fe03ed0708fbbab085296498b9b | 992 | c | C | src/posix/terminal/terminal.c | higepon/mosh | 1e7b2247e3138eed9c8f79a928e6d55041619200 | [
"BSD-2-Clause"
] | 54 | 2015-01-14T12:03:59.000Z | 2021-11-16T11:48:34.000Z | src/posix/terminal/terminal.c | Acidburn0zzz/mosh | f0af00d0635a783520e9806e877620589b2afc41 | [
"BSD-2-Clause"
] | 6 | 2015-12-02T18:35:29.000Z | 2018-07-05T12:52:28.000Z | src/posix/terminal/terminal.c | Acidburn0zzz/mosh | f0af00d0635a783520e9806e877620589b2afc41 | [
"BSD-2-Clause"
] | 10 | 2015-12-02T18:19:37.000Z | 2021-08-31T03:37:30.000Z | #ifndef WIN32
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <termios.h>
#include <string.h>
#include <sys/ioctl.h> /* non posix */
/* from: http://www.adl.nii.ac.jp/~moro/unix-programmer/faq-j_4.html#SEC48 */
static struct termios stored_settings;
void
terminal_acquire(void){
struct te... | 20.244898 | 77 | 0.678427 |
31c4812fe6154afeaabda633b7dca5d7b2393bdc | 383 | c | C | RPG/src/free_particles.c | Bluberia/RPG | 9dd37d861a0c8a061003d927f13b239c0b414bc5 | [
"Apache-2.0"
] | null | null | null | RPG/src/free_particles.c | Bluberia/RPG | 9dd37d861a0c8a061003d927f13b239c0b414bc5 | [
"Apache-2.0"
] | null | null | null | RPG/src/free_particles.c | Bluberia/RPG | 9dd37d861a0c8a061003d927f13b239c0b414bc5 | [
"Apache-2.0"
] | null | null | null | /*
** EPITECH PROJECT, 2018
** my rpg
** File description:
** free
*/
#include "proto.h"
void free_game_data(particles_t *particles, sfClock *clock)
{
for (int i = 0; i < MAX_PART_LEAF; i++) {
if (particles[i].sprite != NULL)
sfSprite_destroy(particles[i].sprite);
if (particles[i].texture != NULL)
sfTextur... | 19.15 | 59 | 0.67624 |
5a16bd727037ca86cbefcb425120154f17fe70b7 | 665 | h | C | object.h | Twixx/voitures | 1d7f8cce5faf0416b201f17012970fc6c019afaf | [
"MIT"
] | 2 | 2016-11-28T10:42:42.000Z | 2017-04-27T12:12:18.000Z | object.h | Twixx/voitures | 1d7f8cce5faf0416b201f17012970fc6c019afaf | [
"MIT"
] | null | null | null | object.h | Twixx/voitures | 1d7f8cce5faf0416b201f17012970fc6c019afaf | [
"MIT"
] | null | null | null | #ifndef Object_H
#define Object_H
#include <string>
#include "glm/glm.hpp"
#include "graphics/shader.h"
#include "graphics/drawable.h"
#include "physic/pobject.h"
#include "geometry/sphere.h"
#include "geometry/box.h"
#include "geometry/mesh.h"
class Object
{
public:
Object(Sphere s);
Object(Bo... | 16.625 | 44 | 0.628571 |
f6fa6bdaae6e3b2c01dba71777bbaba2529692d6 | 11,925 | c | C | src/map/mercenary.c | varlosq/login | f69c6f40dd92ebaa51f09c56ab9ae534a391fabf | [
"Apache-2.0"
] | null | null | null | src/map/mercenary.c | varlosq/login | f69c6f40dd92ebaa51f09c56ab9ae534a391fabf | [
"Apache-2.0"
] | null | null | null | src/map/mercenary.c | varlosq/login | f69c6f40dd92ebaa51f09c56ab9ae534a391fabf | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#include "../common/cbasetypes.h"
#include "../common/malloc.h"
#include "../common/socket.h"
#include "../common/timer.h"
#include "../common/nullpo.h"
#include "../common/mmo.h"
#include "../common/show... | 23.021236 | 122 | 0.677484 |
053621ec634e0760e13cfa0c69184bc15af32daf | 9,600 | h | C | tools/fontconv/fonts-h/font_ncenBI12.h | lispnik/embello | adae98d03f5ac843160e17e490ccc72de81d8be3 | [
"Unlicense"
] | 10 | 2019-10-27T10:31:28.000Z | 2022-03-04T13:55:03.000Z | tools/fontconv/fonts-h/font_ncenBI12.h | davidcollins001/embello | 08297eb920e7e8c35df08aa64e91bb01a5c99409 | [
"Unlicense"
] | null | null | null | tools/fontconv/fonts-h/font_ncenBI12.h | davidcollins001/embello | 08297eb920e7e8c35df08aa64e91bb01a5c99409 | [
"Unlicense"
] | 7 | 2019-10-27T15:21:01.000Z | 2022-03-04T20:04:44.000Z | const uint8_t font_ncenBI12[2137] PROGMEM = {
// IMAGE DATA:
/* height, pixels: */ 17,
/* width in bytes: */ 114,
/*0*/ 0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0... | 50.26178 | 80 | 0.55 |
91bcc301fa2d02f6def03296999ad60a3216394e | 31,944 | h | C | include/aksl/aksl.h | drauk/aksl | fd15d1e2cc1c8cee4a6feeb73479187c9a328cd6 | [
"Artistic-1.0-Perl"
] | null | null | null | include/aksl/aksl.h | drauk/aksl | fd15d1e2cc1c8cee4a6feeb73479187c9a328cd6 | [
"Artistic-1.0-Perl"
] | null | null | null | include/aksl/aksl.h | drauk/aksl | fd15d1e2cc1c8cee4a6feeb73479187c9a328cd6 | [
"Artistic-1.0-Perl"
] | null | null | null | // src/aksl/aksl.h 2018-3-4 Alan U. Kennington.
/*-----------------------------------------------------------------------------
Copyright (C) 1989-2018, Alan U. Kennington.
You may distribute this software under the terms of Alan U. Kennington's
modified Artistic Licence, as specified in the accompanying LICENCE fi... | 40.692994 | 80 | 0.588154 |
106392951ee252d6e4decfe1d6dda0738a8478af | 976 | h | C | 3party/gtk+-3.12.1/gtk/xembed.h | kongaraju/antkorp | 3453d543d659e3420d5bc4b536016bb1d097d7ec | [
"CC-BY-3.0",
"Apache-2.0"
] | 3 | 2017-01-19T09:30:50.000Z | 2017-03-20T10:47:20.000Z | 3party/gtk+-3.12.1/gtk/xembed.h | kongaraju/antkorp | 3453d543d659e3420d5bc4b536016bb1d097d7ec | [
"CC-BY-3.0",
"Apache-2.0"
] | 4 | 2019-12-20T06:13:24.000Z | 2021-07-03T16:28:18.000Z | 3party/gtk+-3.12.1/gtk/xembed.h | kongaraju/antkorp | 3453d543d659e3420d5bc4b536016bb1d097d7ec | [
"CC-BY-3.0",
"Apache-2.0"
] | 2 | 2017-01-19T09:32:19.000Z | 2021-03-15T16:00:43.000Z | /* XEMBED messages */
typedef enum {
XEMBED_EMBEDDED_NOTIFY = 0,
XEMBED_WINDOW_ACTIVATE = 1,
XEMBED_WINDOW_DEACTIVATE = 2,
XEMBED_REQUEST_FOCUS = 3,
XEMBED_FOCUS_IN = 4,
XEMBED_FOCUS_OUT = 5,
XEMBED_FOCUS_NEXT = 6,
XEMBED_FOCUS_PREV ... | 30.5 | 69 | 0.58709 |
678cb0dc99773eda02faf546844c3fdeff97d847 | 194 | h | C | Example/Pods/Target Support Files/Pods-Tests-ViewEnhance/Pods-Tests-ViewEnhance-umbrella.h | neolcs/ViewEnhance | 8ade8252fdcc2777093d3cc3dafb7d8eaa923d0f | [
"MIT"
] | 1 | 2015-05-28T14:19:31.000Z | 2015-05-28T14:19:31.000Z | Example/Pods/Target Support Files/Pods-ViewEnhance_Example-ViewEnhance/Pods-ViewEnhance_Example-ViewEnhance-umbrella.h | neolcs/ViewEnhance | 8ade8252fdcc2777093d3cc3dafb7d8eaa923d0f | [
"MIT"
] | null | null | null | Example/Pods/Target Support Files/Pods-ViewEnhance_Example-ViewEnhance/Pods-ViewEnhance_Example-ViewEnhance-umbrella.h | neolcs/ViewEnhance | 8ade8252fdcc2777093d3cc3dafb7d8eaa923d0f | [
"MIT"
] | null | null | null | #import <UIKit/UIKit.h>
#import "UIView+Common.h"
#import "ViewEnhance.h"
FOUNDATION_EXPORT double ViewEnhanceVersionNumber;
FOUNDATION_EXPORT const unsigned char ViewEnhanceVersionString[];
| 21.555556 | 65 | 0.819588 |
f4b4f4446952cdded5adc80b04462ecdb101f965 | 892 | h | C | src/InteriorsPosition/IPSConfigurationParser.h | usamakhan049/assignment | 40eb153e8fd74f73ba52ce29417d8220ab744b5d | [
"BSD-2-Clause"
] | null | null | null | src/InteriorsPosition/IPSConfigurationParser.h | usamakhan049/assignment | 40eb153e8fd74f73ba52ce29417d8220ab744b5d | [
"BSD-2-Clause"
] | null | null | null | src/InteriorsPosition/IPSConfigurationParser.h | usamakhan049/assignment | 40eb153e8fd74f73ba52ce29417d8220ab744b5d | [
"BSD-2-Clause"
] | null | null | null | // Copyright eeGeo Ltd (2012-2016), All Rights Reserved
#pragma once
#include <string>
#include <map>
#include "document.h"
#include "ApplicationInteriorTrackingInfo.h"
#include "InteriorMetaDataRepository.h"
namespace ExampleApp
{
namespace InteriorsPosition
{
void ParseIndoorTrackingInfo(std::map<s... | 40.545455 | 302 | 0.744395 |
56580e988776818a76fb27318f6aeee29f38028b | 49 | h | C | cordova-lib/spec-plugman/plugins/dependencies/subdir/E/src/ios/EPluginCommand.h | ZombieProtectionAgency/cordova-lib | 7db6958b353b1ba2ad8d793d0460dc1b3c9d372c | [
"Apache-2.0"
] | 230 | 2015-01-13T03:56:16.000Z | 2022-03-26T14:37:35.000Z | cordova-lib/spec-plugman/plugins/dependencies/subdir/E/src/ios/EPluginCommand.h | ZombieProtectionAgency/cordova-lib | 7db6958b353b1ba2ad8d793d0460dc1b3c9d372c | [
"Apache-2.0"
] | 563 | 2015-01-02T13:20:45.000Z | 2021-12-09T04:07:23.000Z | cordova-lib/spec-plugman/plugins/dependencies/subdir/E/src/ios/EPluginCommand.h | ZombieProtectionAgency/cordova-lib | 7db6958b353b1ba2ad8d793d0460dc1b3c9d372c | [
"Apache-2.0"
] | 263 | 2015-01-03T20:24:00.000Z | 2021-12-01T08:57:09.000Z | ./dependencies/subdir/E/src/ios/EPluginCommand.h
| 24.5 | 48 | 0.816327 |
1efdb04ce908a8e3cd943ad09d2a192597fb2e71 | 1,052 | h | C | src/TinyBuffer.h | Alex079/TinyComm | dbacfc63853dae25c242cb070a3703386e8adbac | [
"MIT"
] | null | null | null | src/TinyBuffer.h | Alex079/TinyComm | dbacfc63853dae25c242cb070a3703386e8adbac | [
"MIT"
] | null | null | null | src/TinyBuffer.h | Alex079/TinyComm | dbacfc63853dae25c242cb070a3703386e8adbac | [
"MIT"
] | null | null | null | #ifndef TinyBuffer_h
#define TinyBuffer_h
#include <stdint.h>
#define TINY_BUFFER_SIZE 16
/**
* The 16-byte circular (ring) buffer implementation.
* This implementation does not perform any validation (i.e. it is possible to "get" when "empty" and "put" when "full"), the caller is expected to maintain the buffer c... | 21.916667 | 180 | 0.605513 |
73d2526d2b5f42d14ef8f94ccd9436291dfb7ad1 | 285 | h | C | Example/ToMoLibs/TOMAppDelegate.h | brianvoong/ToMoLibs | 89ce19f8435bbb7a4f547d9f0f2df9ad50978b7f | [
"MIT"
] | null | null | null | Example/ToMoLibs/TOMAppDelegate.h | brianvoong/ToMoLibs | 89ce19f8435bbb7a4f547d9f0f2df9ad50978b7f | [
"MIT"
] | null | null | null | Example/ToMoLibs/TOMAppDelegate.h | brianvoong/ToMoLibs | 89ce19f8435bbb7a4f547d9f0f2df9ad50978b7f | [
"MIT"
] | null | null | null | //
// TOMAppDelegate.h
// ToMoLibs
//
// Created by CocoaPods on 01/09/2015.
// Copyright (c) 2014 Brian Voong. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TOMAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| 17.8125 | 63 | 0.715789 |
51fe3c8f91c1fcc3d9fd4efaec95af2d1532d5fa | 249 | h | C | MDKG_Patriarch/MDKinderGarten/Classes/Src/HomePage/Controllers/KGMWeekRecipesController.h | ZYCFan/MDKG | 8acaeef23e996031465f101b29b58e7148dcecce | [
"Apache-2.0"
] | null | null | null | MDKG_Patriarch/MDKinderGarten/Classes/Src/HomePage/Controllers/KGMWeekRecipesController.h | ZYCFan/MDKG | 8acaeef23e996031465f101b29b58e7148dcecce | [
"Apache-2.0"
] | null | null | null | MDKG_Patriarch/MDKinderGarten/Classes/Src/HomePage/Controllers/KGMWeekRecipesController.h | ZYCFan/MDKG | 8acaeef23e996031465f101b29b58e7148dcecce | [
"Apache-2.0"
] | null | null | null | //
// KGMWeekRecipesController.h
// MDKinderGarten
//
// Created by 周永超 on 16/10/7.
// Copyright © 2016年 zhouyongchao. All rights reserved.
//
#import "PageRefreshController.h"
@interface KGMWeekRecipesController : PageRefreshController
@end
| 17.785714 | 59 | 0.746988 |
8677f8da4b7e78f3567503dd3fea934a264f2dd4 | 6,450 | h | C | silkopter/fc/src/generator/Vec3_Generator.h | jeanleflambeur/silkopter | cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8 | [
"BSD-3-Clause"
] | 36 | 2015-03-09T16:47:14.000Z | 2021-02-04T08:32:04.000Z | silkopter/fc/src/generator/Vec3_Generator.h | jeanlemotan/silkopter | cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8 | [
"BSD-3-Clause"
] | 42 | 2017-02-11T11:15:51.000Z | 2019-12-28T16:00:44.000Z | silkopter/fc/src/generator/Vec3_Generator.h | jeanleflambeur/silkopter | cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8 | [
"BSD-3-Clause"
] | 5 | 2015-10-15T05:46:48.000Z | 2020-05-11T17:40:36.000Z | #pragma once
#include "HAL.h"
#include "common/node/IGenerator.h"
#include "generator/Oscillator.h"
#include "Basic_Output_Stream.h"
#include "hal.def.h"
namespace silk
{
namespace node
{
template<class Stream_t>
class Vec3_Generator : public IGenerator
{
public:
Vec3_Generator(HAL& hal);
ts::Result<void>... | 27.564103 | 155 | 0.669767 |
ab0b1cb46a04b833e7836e193b1d0ac51d7312ac | 322 | c | C | DreamLifter/NtRoutine/Dbg.c | MagicAndre1981/DreamLifter | 451c06e57df39f8ee0b84c0e15f564f2491bd74b | [
"MIT"
] | 1 | 2021-08-20T08:14:07.000Z | 2021-08-20T08:14:07.000Z | DreamLifter/NtRoutine/Dbg.c | MagicAndre1981/DreamLifter | 451c06e57df39f8ee0b84c0e15f564f2491bd74b | [
"MIT"
] | null | null | null | DreamLifter/NtRoutine/Dbg.c | MagicAndre1981/DreamLifter | 451c06e57df39f8ee0b84c0e15f564f2491bd74b | [
"MIT"
] | null | null | null | // Dbg.c: Debug utilities
#include <DreamLifter.h>
ULONG DlkDbgPrint(
PCSTR Format,
...
)
{
ULONG i = 0;
char DebugBuffer[512];
va_list Args;
va_start(Args, Format);
i = vprintf(Format, Args);
if (sprintf_s(DebugBuffer, 512, Format, Args))
{
OutputDebugStringA(DebugBuffer);
}
va_end(Args);
return i;
... | 12.88 | 47 | 0.673913 |
069768eeb83fe60cbd4249ab6e9fb012c61e1218 | 319 | h | C | PSImageEditors/Classes/ImageTools/Mosaic/PSPaintBrush.h | paintingStyle/PSImageEditors | e0d804bfb19a43e48eed8e635b094355463a51a3 | [
"MIT"
] | 25 | 2018-08-24T10:14:02.000Z | 2022-01-06T05:45:51.000Z | PSImageEditors/Classes/ImageTools/Mosaic/PSPaintBrush.h | paintingStyle/PSImageEditors | e0d804bfb19a43e48eed8e635b094355463a51a3 | [
"MIT"
] | 3 | 2019-01-14T07:08:00.000Z | 2020-11-27T03:33:45.000Z | PSImageEditors/Classes/ImageTools/Mosaic/PSPaintBrush.h | paintingStyle/PSImageEditors | e0d804bfb19a43e48eed8e635b094355463a51a3 | [
"MIT"
] | 3 | 2020-12-08T08:43:47.000Z | 2021-05-24T06:52:37.000Z | //
// PSPaintBrush.h
// PSImageEditors
//
// Created by rsf on 2020/8/24.
//
#import "PSBrush.h"
NS_ASSUME_NONNULL_BEGIN
OBJC_EXTERN NSString *const PSPaintBrushLineColor;
@interface PSPaintBrush : PSBrush
/** 线颜色 默认红色 */
@property (nonatomic, strong, nullable) UIColor *lineColor;
@end
NS_ASSUME_NONNULL_END
| 14.5 | 59 | 0.739812 |
b2f546dbafa30527597caee7a5dd9c5eb04e38d1 | 1,223 | h | C | RACTest/viewcontroller/AlbumObject.h | 51SmartCar/SmartCarAPP-WiFi | cb0081d982dc0918fed62fb0cb6f465f22125b59 | [
"MIT"
] | 3 | 2019-07-14T08:33:23.000Z | 2022-03-11T01:10:16.000Z | RACTest/viewcontroller/AlbumObject.h | 51SmartCar/SmartCarAPP-WiFi | cb0081d982dc0918fed62fb0cb6f465f22125b59 | [
"MIT"
] | null | null | null | RACTest/viewcontroller/AlbumObject.h | 51SmartCar/SmartCarAPP-WiFi | cb0081d982dc0918fed62fb0cb6f465f22125b59 | [
"MIT"
] | null | null | null | //
// AlbumObject.h
// camSight
//
// Created by rakwireless on 16/8/4.
// Copyright © 2016年 rak. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "AppDelegate.h"
#import <AssetsLibrary/AssetsLibrary.h>
@protocol AlbumDelegate <NSObject>
- (void)readFileFromAlbum:(ALAssetsGroup *)group;
- (void)s... | 34.942857 | 74 | 0.717089 |
194050802159ad07381c554e013f75d37f15e1c5 | 4,078 | h | C | libraries/libgraphic/shape.h | RossComputerPerson/skift | e42e349011206c0d140a856e835f5682fc96f4ef | [
"MIT"
] | null | null | null | libraries/libgraphic/shape.h | RossComputerPerson/skift | e42e349011206c0d140a856e835f5682fc96f4ef | [
"MIT"
] | null | null | null | libraries/libgraphic/shape.h | RossComputerPerson/skift | e42e349011206c0d140a856e835f5682fc96f4ef | [
"MIT"
] | null | null | null | #pragma once
/* Copyright © 2018-2019 N. Van Bossuyt. */
/* This code is licensed under the MIT License. */
/* See: LICENSE.md */
#include <libmath/math.h>
typedef struct attr_packed
{
in... | 25.329193 | 115 | 0.643453 |
bf4e1a86c1c542218361fcad5d30bbe330bc6903 | 1,661 | h | C | mindspore/ccsrc/minddata/dataset/audio/kernels/magphase_op.h | PowerOlive/mindspore | bda20724a94113cedd12c3ed9083141012da1f15 | [
"Apache-2.0"
] | 3,200 | 2020-02-17T12:45:41.000Z | 2022-03-31T20:21:16.000Z | mindspore/ccsrc/minddata/dataset/audio/kernels/magphase_op.h | zimo-geek/mindspore | 665ec683d4af85c71b2a1f0d6829356f2bc0e1ff | [
"Apache-2.0"
] | 176 | 2020-02-12T02:52:11.000Z | 2022-03-28T22:15:55.000Z | mindspore/ccsrc/minddata/dataset/audio/kernels/magphase_op.h | zimo-geek/mindspore | 665ec683d4af85c71b2a1f0d6829356f2bc0e1ff | [
"Apache-2.0"
] | 621 | 2020-03-09T01:31:41.000Z | 2022-03-30T03:43:19.000Z | /**
* Copyright 2021 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 appli... | 31.339623 | 106 | 0.742324 |
2a1b8dba2123f651903effd172e0b66f4dee1628 | 675 | h | C | macaoTalkClient/mainwindow.h | alsrhkd77/macao_talk | 53b2fc2262865d61545760029993667a492cfcad | [
"MIT"
] | null | null | null | macaoTalkClient/mainwindow.h | alsrhkd77/macao_talk | 53b2fc2262865d61545760029993667a492cfcad | [
"MIT"
] | null | null | null | macaoTalkClient/mainwindow.h | alsrhkd77/macao_talk | 53b2fc2262865d61545760029993667a492cfcad | [
"MIT"
] | 1 | 2020-09-14T01:18:13.000Z | 2020-09-14T01:18:13.000Z | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <stdio.h>
#include <QMainWindow>
#include <QSocketNotifier>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(int csock, QWidget *parent = 0);
~MainWindow();
QSocketNotifier *socnot;
... | 15.697674 | 56 | 0.685926 |
b5353b662877d0d4a0f4aeeedcf831661b559e32 | 1,632 | h | C | tools-src/gnu/glibc/sysdeps/unix/sysv/bits/utmp.h | enfoTek/tomato.linksys.e2000.nvram-mod | 2ce3a5217def49d6df7348522e2bfda702b56029 | [
"FSFAP"
] | 80 | 2015-01-02T10:14:04.000Z | 2021-06-07T06:29:49.000Z | tools-src/gnu/glibc/sysdeps/unix/sysv/bits/utmp.h | unforgiven512/tomato | 96f09fab4929c6ddde5c9113f1b2476ad37133c4 | [
"FSFAP"
] | 9 | 2015-05-14T11:03:12.000Z | 2018-01-04T07:12:58.000Z | tools-src/gnu/glibc/sysdeps/unix/sysv/bits/utmp.h | unforgiven512/tomato | 96f09fab4929c6ddde5c9113f1b2476ad37133c4 | [
"FSFAP"
] | 69 | 2015-01-02T10:45:56.000Z | 2021-09-06T07:52:13.000Z | /* The `struct utmp' type, describing entries in the utmp file. System V.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License... | 29.672727 | 74 | 0.717525 |
b5dd940b48e72adeb45c5ca7fa333952888b0c26 | 703 | h | C | VUIComponents/Classes/Components/CardTableView/Base/BaseCardTableViewController.h | VodafoneEgypt/VUIComponents | c0e6aa1a74269b1956e7aee27d6403443bdbcf10 | [
"MIT"
] | null | null | null | VUIComponents/Classes/Components/CardTableView/Base/BaseCardTableViewController.h | VodafoneEgypt/VUIComponents | c0e6aa1a74269b1956e7aee27d6403443bdbcf10 | [
"MIT"
] | null | null | null | VUIComponents/Classes/Components/CardTableView/Base/BaseCardTableViewController.h | VodafoneEgypt/VUIComponents | c0e6aa1a74269b1956e7aee27d6403443bdbcf10 | [
"MIT"
] | null | null | null | //
// BaseCardTableViewController.h
// AnaVodafoneUIRevamp
//
// Created by Karim Mousa on 2/13/17.
// Copyright © 2017 Karim Mousa. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BaseCardTableViewCell.h"
@protocol BaseCardTableViewControllerCellsProtocol
- (BaseCardTableViewCell *) cellForRowAtIndexPa... | 21.96875 | 125 | 0.796586 |
8086a7b20bce8d0955e475bbc22925e21dde8b95 | 8,288 | c | C | ds/security/base/lsa/server/cfiles/safemode.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | ds/security/base/lsa/server/cfiles/safemode.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | ds/security/base/lsa/server/cfiles/safemode.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
safemode.c
Abstract:
Module to determine what boot mode the system was boot into.
Author:
Colin Brace (ColinBr) May 27, 1997.
Environment:
User mode
Revision History:
--*/
#include <lsapch2.h>
#in... | 24.52071 | 122 | 0.596284 |
d5ba6bc77a4ce49117f808a3d55d96e369eb439a | 616 | c | C | src/stm32f2xx_it.c | icprog/FaboolGrbl | f9dae0ed747cb8fa8f29c570628526cfbd173e0c | [
"MIT"
] | 1 | 2019-06-24T03:30:26.000Z | 2019-06-24T03:30:26.000Z | src/stm32f2xx_it.c | icprog/FaboolGrbl | f9dae0ed747cb8fa8f29c570628526cfbd173e0c | [
"MIT"
] | null | null | null | src/stm32f2xx_it.c | icprog/FaboolGrbl | f9dae0ed747cb8fa8f29c570628526cfbd173e0c | [
"MIT"
] | 1 | 2018-11-22T13:22:22.000Z | 2018-11-22T13:22:22.000Z | //-----------------------------------------------------------------------------
#include "stm32f2xx_hal.h"
#include "stm32f2xx_it.h"
//-----------------------------------------------------------------------------
extern PCD_HandleTypeDef hpcd_USB_OTG_FS;
//---------------------------------------------------------------... | 36.235294 | 79 | 0.277597 |
cb2c6d7af0a4c3d892e30430bec3fa31f8e45417 | 2,100 | c | C | src/BLASxON/gnd/stringf/src/vstringf.c | meinkea/RottenCore | 310a1cad96558e6e6accc1f67baf141fb921048c | [
"Unlicense"
] | null | null | null | src/BLASxON/gnd/stringf/src/vstringf.c | meinkea/RottenCore | 310a1cad96558e6e6accc1f67baf141fb921048c | [
"Unlicense"
] | null | null | null | src/BLASxON/gnd/stringf/src/vstringf.c | meinkea/RottenCore | 310a1cad96558e6e6accc1f67baf141fb921048c | [
"Unlicense"
] | null | null | null | /*! /file vstringf.c
*
*/
#include "../inc/stringf_common.h"
#include "../inc/vstringf.h"
#include "../inc/float_to_string.h"
#include "../../error/BLAS_error_codes.h"
char * vstringf(char * buf, const struct vector * vSrc) {
float * vS = vSrc->v;
for(unsigned int I=0; I<vSrc->l; ++I) {
float_to_string... | 25 | 86 | 0.665238 |
24ce5764da7eddbdf995a317ef6ef9b3371e979a | 898 | h | C | UtilsKit/UKTPageControl/UKTPageControl.h | virtsun/UtilsKit | 447ce93039479c504ebff9971612752c056b15af | [
"MIT"
] | 1 | 2019-01-24T03:09:56.000Z | 2019-01-24T03:09:56.000Z | UtilsKit/UKTPageControl/UKTPageControl.h | virtsun/UtilsKit | 447ce93039479c504ebff9971612752c056b15af | [
"MIT"
] | 1 | 2015-10-10T08:25:35.000Z | 2015-10-10T08:25:35.000Z | UtilsKit/UKTPageControl/UKTPageControl.h | virtsun/UtilsKit | 447ce93039479c504ebff9971612752c056b15af | [
"MIT"
] | null | null | null | //
// Created by sunlantao on 15/8/12.
// Copyright (c) 2015 ___FULLUSERNAME___. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface UKTPageControlItem: CAShapeLayer
@property CGColorRef selectedFillColor;
@property CGColorRef selectedStrokeColor;
@property CGColorRef unselec... | 25.657143 | 62 | 0.793987 |
4a2368f7c19dc42b6b54eccc49e540702ed2ab7d | 8,843 | h | C | src/CoviMAC/Sources/MItSouCoviMACEl.h | cea-trust-platform/trust-code | c4f42d8f8602a8cc5e0ead0e29dbf0be8ac52f72 | [
"BSD-3-Clause"
] | 12 | 2021-06-30T18:50:38.000Z | 2022-03-23T09:03:16.000Z | src/CoviMAC/Sources/MItSouCoviMACEl.h | pledac/trust-code | 46ab5c5da3f674185f53423090f526a38ecdbad1 | [
"BSD-3-Clause"
] | null | null | null | src/CoviMAC/Sources/MItSouCoviMACEl.h | pledac/trust-code | 46ab5c5da3f674185f53423090f526a38ecdbad1 | [
"BSD-3-Clause"
] | 2 | 2021-10-04T09:19:39.000Z | 2021-12-15T14:21:04.000Z | /****************************************************************************
* Copyright (c) 2020, CEA
* 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 retai... | 71.894309 | 260 | 0.353274 |
7d8162f621fbb73d75c11247c91434187f2a6641 | 278 | h | C | CustomRatingBar/AppDelegate.h | zhangllei/test | 48b23ba78146dd05ab10e4346e9010efd8ed15cd | [
"Apache-2.0"
] | 68 | 2015-07-10T01:23:04.000Z | 2021-09-04T06:13:40.000Z | CustomRatingBar/AppDelegate.h | zhangllei/test | 48b23ba78146dd05ab10e4346e9010efd8ed15cd | [
"Apache-2.0"
] | null | null | null | CustomRatingBar/AppDelegate.h | zhangllei/test | 48b23ba78146dd05ab10e4346e9010efd8ed15cd | [
"Apache-2.0"
] | 31 | 2015-10-21T07:16:28.000Z | 2018-01-01T09:29:36.000Z | //
// AppDelegate.h
// CustomRatingBar
//
// Created by HailongHan on 15/7/3.
// Copyright (c) 2015年 HHL. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| 15.444444 | 60 | 0.705036 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.