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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f2bca6a668063a29a7bf6cfa0a2bf91f85bdb4c8 | 397 | c | C | src/graphics/pictures/bankSwitch/getRBankByPkId.c | AngheloAlf/GenIAlgos | 8354895a0a085e71a87ff27ec32317882d98e89b | [
"MIT"
] | null | null | null | src/graphics/pictures/bankSwitch/getRBankByPkId.c | AngheloAlf/GenIAlgos | 8354895a0a085e71a87ff27ec32317882d98e89b | [
"MIT"
] | null | null | null | src/graphics/pictures/bankSwitch/getRBankByPkId.c | AngheloAlf/GenIAlgos | 8354895a0a085e71a87ff27ec32317882d98e89b | [
"MIT"
] | null | null | null | #include "bankSwitch.h"
size_t getRBankByPkId(size_t pkId, bool y_mode){
if(!y_mode && pkId == 0x15){
return 0x01;
}
if(pkId == 0xB6){
return 0x0B;
}
if(pkId < 0x1F){
return 0x09;
}
if(pkId < 0x4A){
return 0x0A;
}
if(pkId < 0x74){
return 0x0... | 14.703704 | 48 | 0.488665 |
62d29c0282a2d8e729f6f770d5eedbe22b0eaf6b | 1,090 | h | C | StandardAlgorithms/stack/stack_push/stack_push.h | fraunhoferfokus/acsl-by-example | d8472670150fb3ff4360924af2d0eb14bc80d1e2 | [
"MIT"
] | 90 | 2017-06-14T04:17:53.000Z | 2022-02-07T06:07:36.000Z | StandardAlgorithms/stack/stack_push/stack_push.h | fraunhoferfokus/acsl-by-example | d8472670150fb3ff4360924af2d0eb14bc80d1e2 | [
"MIT"
] | 22 | 2017-10-18T13:30:41.000Z | 2021-06-17T07:10:16.000Z | StandardAlgorithms/stack/stack_push/stack_push.h | fraunhoferfokus/acsl-by-example | d8472670150fb3ff4360924af2d0eb14bc80d1e2 | [
"MIT"
] | 19 | 2017-06-21T13:49:31.000Z | 2022-03-31T16:27:06.000Z |
#ifndef STACK_PUSH_H_INCLUDED
#define STACK_PUSH_H_INCLUDED
#include "Stack.acsl"
/*@
requires valid: \valid(s) && StackInvariant(s);
assigns s->size, s->obj[s->size];
behavior full:
assumes StackFull(s);
assigns \nothing;
ensures valid: \valid(s) && Sta... | 28.684211 | 79 | 0.618349 |
2e2c206f40d0bc67b3ab917ee7a9337cdc1a9d76 | 4,469 | h | C | include/polarphp/pil/lang/LoopInfo.h | agxmaster/polarphp | 31012ff7e6c0f72ee587546c296b06013c98cf9a | [
"PHP-3.01"
] | 1,083 | 2018-05-26T09:12:13.000Z | 2022-02-14T00:13:01.000Z | include/polarphp/pil/lang/LoopInfo.h | agxmaster/polarphp | 31012ff7e6c0f72ee587546c296b06013c98cf9a | [
"PHP-3.01"
] | 27 | 2018-08-25T07:28:25.000Z | 2021-05-06T06:31:09.000Z | include/polarphp/pil/lang/LoopInfo.h | agxmaster/polarphp | 31012ff7e6c0f72ee587546c296b06013c98cf9a | [
"PHP-3.01"
] | 78 | 2018-08-28T02:43:09.000Z | 2020-11-21T15:45:24.000Z | //===--- LoopInfo.h - PIL Loop Analysis -------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | 31.921429 | 81 | 0.693891 |
289004292c1fcf952b3ed9ee313f23db960b1ad2 | 2,369 | h | C | include/ld.h | CreRecombinase/tomahawk | 0e816bca4f49732d2c56f01fa4e7ec68bb10b60b | [
"MIT"
] | 39 | 2018-02-01T14:05:05.000Z | 2022-03-23T08:33:36.000Z | include/ld.h | CreRecombinase/tomahawk | 0e816bca4f49732d2c56f01fa4e7ec68bb10b60b | [
"MIT"
] | 16 | 2018-02-03T02:24:30.000Z | 2022-03-15T02:04:18.000Z | include/ld.h | CreRecombinase/tomahawk | 0e816bca4f49732d2c56f01fa4e7ec68bb10b60b | [
"MIT"
] | 12 | 2018-02-03T02:03:20.000Z | 2021-02-19T10:58:22.000Z | /*
Copyright (C) 2016-current Genome Research Ltd.
Author: Marcus D. R. Klarqvist <mk819@cam.ac.uk>
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 limitatio... | 32.013514 | 97 | 0.724356 |
fab74f7923f6da289db3a74997cd1758f035de87 | 33,698 | c | C | src/cfl_type.generate.c | burz/cfl | 0b115e5d1c1a24e73da09e5028cbb571c8991ef4 | [
"MIT"
] | 11 | 2016-07-20T04:08:07.000Z | 2022-01-28T00:21:04.000Z | src/cfl_type.generate.c | burz/cfl | 0b115e5d1c1a24e73da09e5028cbb571c8991ef4 | [
"MIT"
] | null | null | null | src/cfl_type.generate.c | burz/cfl | 0b115e5d1c1a24e73da09e5028cbb571c8991ef4 | [
"MIT"
] | 1 | 2021-01-24T10:25:34.000Z | 2021-01-24T10:25:34.000Z | #include "cfl_type.h"
#include <stdio.h>
#include <string.h>
extern void* cfl_type_malloc(size_t size);
static unsigned int cfl_next_id;
void cfl_reset_type_generator(void)
{
cfl_next_id = 1;
}
unsigned int cfl_type_get_next_id(void)
{
return cfl_next_id++;
}
unsigned int cfl_lookup_hypothesis(cfl_type_hy... | 26.786963 | 89 | 0.460027 |
7abea174a4d51d0497e567afeaa4a5444c0e3268 | 3,315 | h | C | Iceberg3D/include/KeyCode.h | Odin366/Iceberg3D | f3109e58f3607869b0f28c9d418f2d2b11b3cc72 | [
"MIT"
] | null | null | null | Iceberg3D/include/KeyCode.h | Odin366/Iceberg3D | f3109e58f3607869b0f28c9d418f2d2b11b3cc72 | [
"MIT"
] | null | null | null | Iceberg3D/include/KeyCode.h | Odin366/Iceberg3D | f3109e58f3607869b0f28c9d418f2d2b11b3cc72 | [
"MIT"
] | null | null | null | #ifndef KEY_CODES_H
#define KEY_CODES_H
namespace iceberg
{
enum KeyCode
{
ICEBERG_KEY_UNKNOWN,
ICEBERG_KEY_SPACE,
ICEBERG_KEY_APOSTROPHE,
ICEBERG_KEY_COMMA,
ICEBERG_KEY_MINUS,
ICEBERG_KEY_PERIOD,
ICEBERG_KEY_SLASH,
ICEBERG_KEY_0,
ICEBERG_... | 24.924812 | 34 | 0.622021 |
7a79c157e42246759cc906e735ba39f7a726111d | 1,336 | h | C | WildMagic4/LibFoundation/NumericalAnalysis/Wm4OdeSolver.h | rms80/libgeometry | e60ec7d34968573a9cda3f3bf56d2d4717385dc9 | [
"BSL-1.0"
] | 23 | 2015-08-13T07:36:00.000Z | 2022-01-24T19:00:04.000Z | WildMagic4/LibFoundation/NumericalAnalysis/Wm4OdeSolver.h | rms80/libgeometry | e60ec7d34968573a9cda3f3bf56d2d4717385dc9 | [
"BSL-1.0"
] | null | null | null | WildMagic4/LibFoundation/NumericalAnalysis/Wm4OdeSolver.h | rms80/libgeometry | e60ec7d34968573a9cda3f3bf56d2d4717385dc9 | [
"BSL-1.0"
] | 6 | 2015-07-06T21:37:31.000Z | 2020-07-01T04:07:50.000Z | // Geometric Tools, LLC
// Copyright (c) 1998-2010
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 4.10.0 (2009/11/18)
#ifndef WM4ODESOLVER_H
#define WM4ODESOLVER_H
#incl... | 23.034483 | 76 | 0.625749 |
932855dfd756b747a4866294a412133c10d479a4 | 527 | h | C | pge/source/pge/rendering/model/SceneObjectStaticModelBatcher.h | 222464/PGE | 8801301046a0412c323444a7f9f49e02f9ac87cc | [
"Zlib"
] | 100 | 2016-05-04T00:05:43.000Z | 2021-09-11T17:34:31.000Z | pge/source/pge/rendering/model/SceneObjectStaticModelBatcher.h | 222464/PGE | 8801301046a0412c323444a7f9f49e02f9ac87cc | [
"Zlib"
] | 8 | 2016-05-06T12:51:53.000Z | 2017-07-20T20:15:46.000Z | pge/source/pge/rendering/model/SceneObjectStaticModelBatcher.h | 222464/PGE | 8801301046a0412c323444a7f9f49e02f9ac87cc | [
"Zlib"
] | 16 | 2016-05-04T06:37:20.000Z | 2020-11-12T17:24:55.000Z | #pragma once
#include <pge/scene/RenderScene.h>
#include <pge/rendering/model/StaticModel.h>
namespace pge {
class SceneObjectStaticModelBatcher : public SceneObject {
private:
std::unordered_map<StaticModel*, std::list<Matrix4x4f>> _modelTransforms;
public:
SceneObjectStaticModelBatcher() {
_renderMask = ... | 21.08 | 75 | 0.755218 |
1a1a97131c3954edb427a17a7ae02136fcb26a9e | 173 | c | C | src/main/noclip.c | StarBlazeNatlus/HideNSeek | ad02d1ffa8158276a36491607a7d741ba6aa8f65 | [
"MIT"
] | null | null | null | src/main/noclip.c | StarBlazeNatlus/HideNSeek | ad02d1ffa8158276a36491607a7d741ba6aa8f65 | [
"MIT"
] | null | null | null | src/main/noclip.c | StarBlazeNatlus/HideNSeek | ad02d1ffa8158276a36491607a7d741ba6aa8f65 | [
"MIT"
] | null | null | null | #include <hidenseek.h>
#include <player.h>
bool NoClip(PlayerHolderPlayer* player) {
return (!HideNSeekData.players[player->playerPointers->params->playerId].isSeeker);
}
| 24.714286 | 84 | 0.768786 |
1a843992cecb9d7666b1662ab4d5bb29f75b174d | 2,123 | h | C | src/win32_opengl.h | TheSandvichMaker/pulsar | 8636db508b6b008b3ea56bf98464aeedffd44de7 | [
"Unlicense"
] | 2 | 2020-09-20T21:07:14.000Z | 2020-09-29T08:22:21.000Z | src/win32_opengl.h | TheSandvichMaker/pulsar | 8636db508b6b008b3ea56bf98464aeedffd44de7 | [
"Unlicense"
] | null | null | null | src/win32_opengl.h | TheSandvichMaker/pulsar | 8636db508b6b008b3ea56bf98464aeedffd44de7 | [
"Unlicense"
] | null | null | null | #ifndef WIN32_OPENGL_H
#define WIN32_OPENGL_H
static const GLuint WGL_CONTEXT_MAJOR_VERSION_ARB = 0x2091;
static const GLuint WGL_CONTEXT_MINOR_VERSION_ARB = 0x2092;
static const GLuint WGL_CONTEXT_LAYER_PLANE_ARB = 0x2093;
static const GLuint WGL_CONTEXT_FLAGS_ARB ... | 51.780488 | 159 | 0.696185 |
4d4834938b380327236cf5eeab5ec41466b37385 | 360 | h | C | Dev/asd_cpp/core/Collision/2D/asd.CoreRectangleCollider.h | GCLemon/Altseed | b525740d64001aaed673552eb4ba3e98a321fcdf | [
"FTL"
] | 37 | 2015-07-12T14:21:03.000Z | 2020-10-17T03:08:17.000Z | Dev/asd_cpp/core/Collision/2D/asd.CoreRectangleCollider.h | GCLemon/Altseed | b525740d64001aaed673552eb4ba3e98a321fcdf | [
"FTL"
] | 91 | 2015-06-14T10:47:22.000Z | 2020-06-29T18:05:21.000Z | Dev/asd_cpp/core/Collision/2D/asd.CoreRectangleCollider.h | GCLemon/Altseed | b525740d64001aaed673552eb4ba3e98a321fcdf | [
"FTL"
] | 14 | 2015-07-13T04:15:20.000Z | 2021-09-30T01:34:51.000Z | #pragma once
#include "asd.CoreCollider2D.h"
#include "../common/Math/asd.Vector2DF.h"
#include "../common/Math/asd.RectF.h"
namespace asd
{
class CoreRectangleCollider
:public CoreCollider2D
{
public:
CoreRectangleCollider() {}
virtual ~CoreRectangleCollider() {}
virtual RectF GetArea() const = 0;
virt... | 20 | 41 | 0.713889 |
9e9a4e986cc2d9ceb76cde5d4986c364edaaab04 | 1,018 | h | C | cpp/SMLMLib/Context.h | qnano/photonpy | 9c03a1c9f4c2177c9c6fb3f2f16dfec2306006d4 | [
"MIT"
] | 5 | 2021-04-29T21:06:05.000Z | 2022-03-23T03:45:25.000Z | cpp/SMLMLib/Context.h | qnano/photonpy | 9c03a1c9f4c2177c9c6fb3f2f16dfec2306006d4 | [
"MIT"
] | null | null | null | cpp/SMLMLib/Context.h | qnano/photonpy | 9c03a1c9f4c2177c9c6fb3f2f16dfec2306006d4 | [
"MIT"
] | 1 | 2021-06-18T12:39:28.000Z | 2021-06-18T12:39:28.000Z | // Context class to manage C++ objects lifetime from python
//
// photonpy - Single molecule localization microscopy library
// © Jelmer Cnossen 2018-2021
#pragma once
#include "DLLMacros.h"
#include <unordered_set>
#include <mutex>
class Context;
class ContextObject;
class Context {
std::mutex mtx;
std::unordere... | 22.130435 | 69 | 0.752456 |
9ee18d34f49df298e22b6771b232cc3a7656154d | 1,642 | h | C | usr/libexec/cloudphotod/CPLCKFeatureAvailabilityRequest.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | 2 | 2021-04-15T10:50:21.000Z | 2021-08-19T19:00:09.000Z | usr/sbin/usr/libexec/cloudphotod/CPLCKFeatureAvailabilityRequest.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | null | null | null | usr/sbin/usr/libexec/cloudphotod/CPLCKFeatureAvailabilityRequest.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | null | null | null | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <ProtocolBuffer/PBRequest.h>
#import "CKCodeOperationMessageMutation-Protocol.h"
#import "NSCopying-Protocol.h"
@class NSMutableArray, NS... | 37.318182 | 120 | 0.767357 |
36e7b56612ac9c3e42b2d705c386b6792590a11b | 1,947 | h | C | fpdfsdk/cpdfsdk_annot.h | guidopola/pdfium | 4117500e4809c74ec7f800f1729dcffa2ce54874 | [
"BSD-3-Clause"
] | 38 | 2015-11-25T02:25:25.000Z | 2022-01-04T01:11:15.000Z | fpdfsdk/cpdfsdk_annot.h | guidopola/pdfium | 4117500e4809c74ec7f800f1729dcffa2ce54874 | [
"BSD-3-Clause"
] | 1 | 2017-02-14T01:38:56.000Z | 2017-02-15T06:01:13.000Z | fpdfsdk/cpdfsdk_annot.h | guidopola/pdfium | 4117500e4809c74ec7f800f1729dcffa2ce54874 | [
"BSD-3-Clause"
] | 13 | 2016-08-03T02:35:18.000Z | 2020-12-17T10:14:04.000Z | // Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef FPDFSDK_CPDFSDK_ANNOT_H_
#define FPDFSDK_CPDFSDK_ANNOT_H_
#include "c... | 29.5 | 80 | 0.76528 |
32326d081851807cccf5e0d96bb536ac1362fcb5 | 3,512 | h | C | vendors/renesas/boards/rx65n-rsk/aws_tests/config_files/aws_test_ota_config.h | archigup/amazon-freertos | dcbe7a6553bca8a4ae3f5a93aaf737aa64214e88 | [
"MIT"
] | 2,637 | 2017-11-29T18:41:48.000Z | 2022-03-29T01:03:36.000Z | vendors/renesas/boards/rx65n-rsk/aws_tests/config_files/aws_test_ota_config.h | archigup/amazon-freertos | dcbe7a6553bca8a4ae3f5a93aaf737aa64214e88 | [
"MIT"
] | 1,926 | 2017-11-29T21:42:02.000Z | 2022-03-31T22:12:50.000Z | vendors/renesas/boards/rx65n-rsk/aws_tests/config_files/aws_test_ota_config.h | archigup/amazon-freertos | dcbe7a6553bca8a4ae3f5a93aaf737aa64214e88 | [
"MIT"
] | 1,384 | 2017-11-29T19:04:27.000Z | 2022-03-29T14:40:27.000Z | /*
* FreeRTOS V202012.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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 ... | 35.474747 | 88 | 0.737756 |
2c8d00df434cd7518717ce4a31bc0feb6b0dae88 | 212 | h | C | Library/include/qt/Qt3DInput/qt3dinputversion.h | T3chy/WordAnalysis | 5ac2f2409a4be24b74468be0c907946f6276af26 | [
"PSF-2.0"
] | null | null | null | Library/include/qt/Qt3DInput/qt3dinputversion.h | T3chy/WordAnalysis | 5ac2f2409a4be24b74468be0c907946f6276af26 | [
"PSF-2.0"
] | null | null | null | Library/include/qt/Qt3DInput/qt3dinputversion.h | T3chy/WordAnalysis | 5ac2f2409a4be24b74468be0c907946f6276af26 | [
"PSF-2.0"
] | null | null | null | /* This file was generated by syncqt. */
#ifndef QT_QT3DINPUT_VERSION_H
#define QT_QT3DINPUT_VERSION_H
#define QT3DINPUT_VERSION_STR "5.9.4"
#define QT3DINPUT_VERSION 0x050904
#endif // QT_QT3DINPUT_VERSION_H
| 21.2 | 40 | 0.811321 |
d2ada6f3043fe1cb84bba13de493e00cf8ca72f3 | 1,371 | c | C | data-structures/reverselinkedlistusingrecursion.c | ayushi-khandelwal/c | 1e20fc14065b92164a1219c0a36fc22def72ae34 | [
"MIT"
] | 5 | 2017-10-06T13:35:57.000Z | 2020-10-18T13:55:27.000Z | data-structures/reverselinkedlistusingrecursion.c | ayushi-khandelwal/c | 1e20fc14065b92164a1219c0a36fc22def72ae34 | [
"MIT"
] | 10 | 2017-10-05T08:58:38.000Z | 2019-12-29T10:25:17.000Z | data-structures/reverselinkedlistusingrecursion.c | ayushi-khandelwal/c | 1e20fc14065b92164a1219c0a36fc22def72ae34 | [
"MIT"
] | 61 | 2017-10-05T09:09:05.000Z | 2021-10-03T17:36:08.000Z | #include<stdio.h>
#include<stdlib.h>
struct node
{
int data;
struct node* next;
};
struct node* head;
struct node* create_ll(int d)
{
struct node* ins =(struct node *) malloc(sizeof(struct node));
ins->data = d;
if(head == NULL)
{
head=ins;
ins->next = NULL;
}
else
{... | 16.719512 | 66 | 0.492341 |
d04e988b4cbef88dacc54db05681078b5b29d529 | 5,271 | c | C | drivers/gpu/drm/vkms/vkms_gem.c | YFShiftFinance/Unix | b82f0634af26793369af6df5fa9d374d0e09a54c | [
"MIT"
] | 1 | 2020-09-20T03:48:15.000Z | 2020-09-20T03:48:15.000Z | drivers/gpu/drm/vkms/vkms_gem.c | YFShiftFinance/Unix | b82f0634af26793369af6df5fa9d374d0e09a54c | [
"MIT"
] | null | null | null | drivers/gpu/drm/vkms/vkms_gem.c | YFShiftFinance/Unix | b82f0634af26793369af6df5fa9d374d0e09a54c | [
"MIT"
] | null | null | null | // SPDX-License-Identifier: GPL-2.0
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
#include <linux/shmem_fs... | 20.670588 | 72 | 0.691899 |
d0b374be8820c6ce400c388438677f3601971b59 | 584 | c | C | libctru/source/util/utf/utf32_to_utf16.c | kitling/TreeHome | 5a26eecdae80ff3707fecb76e9fb4de5f5de27bd | [
"MIT"
] | 2 | 2019-01-22T18:53:02.000Z | 2022-03-25T20:03:49.000Z | libctru/source/util/utf/utf32_to_utf16.c | kitling/TreeHome | 5a26eecdae80ff3707fecb76e9fb4de5f5de27bd | [
"MIT"
] | 1 | 2018-07-25T19:02:29.000Z | 2018-07-25T19:02:29.000Z | libctru/source/util/utf/utf32_to_utf16.c | kitling/TreeHome | 5a26eecdae80ff3707fecb76e9fb4de5f5de27bd | [
"MIT"
] | 2 | 2017-09-29T09:48:58.000Z | 2020-07-18T15:54:24.000Z | #include "3ds/types.h"
#include "3ds/util/utf.h"
ssize_t
utf32_to_utf16(uint16_t *out,
const uint32_t *in,
size_t len)
{
ssize_t rc = 0;
ssize_t units;
uint16_t encoded[2];
while(*in > 0)
{
units = encode_utf16(encoded, *in++);
if(units == -1)
retu... | 15.783784 | 41 | 0.465753 |
653f6c54a348c5bf3c42f6f5b1904e9795720bb8 | 1,009 | h | C | client/include/AlertQueue.h | bendelec/Grandma | d7ac708b5357107a0e4b32e175c2e8cb71fdbcd8 | [
"MIT"
] | 2 | 2020-05-25T11:12:19.000Z | 2022-01-18T01:38:19.000Z | client/include/AlertQueue.h | bendelec/Grandma | d7ac708b5357107a0e4b32e175c2e8cb71fdbcd8 | [
"MIT"
] | 1 | 2020-03-28T03:47:22.000Z | 2020-03-28T03:47:22.000Z | client/include/AlertQueue.h | bendelec/Grandma | d7ac708b5357107a0e4b32e175c2e8cb71fdbcd8 | [
"MIT"
] | 1 | 2022-01-18T01:50:30.000Z | 2022-01-18T01:50:30.000Z | /**
* Alert queue for Grandma OMA-DM client
*
* (c) Christian Bendele
*
* TODO: unfinished architecture. Rewrite comment once architecture more clear
*
* This class will manage the queue of outstanding Alerts.
*
* It will contain methods for adding alerts and for serializing them for sending
* them to the ser... | 17.396552 | 81 | 0.720515 |
a9e9234fff32fa7157872eeea92bdd1b13a19a9a | 4,374 | h | C | src/openms/include/OpenMS/QC/IdentificationSummary.h | JangJang3/OpenMS | 66e74389300350dfa21dcafa4b3d055e91424b6e | [
"BSL-1.0",
"Zlib",
"Apache-2.0"
] | 1 | 2017-12-18T09:01:54.000Z | 2017-12-18T09:01:54.000Z | src/openms/include/OpenMS/QC/IdentificationSummary.h | JangJang3/OpenMS | 66e74389300350dfa21dcafa4b3d055e91424b6e | [
"BSL-1.0",
"Zlib",
"Apache-2.0"
] | 4 | 2016-03-03T09:42:34.000Z | 2019-05-22T14:30:06.000Z | src/openms/include/OpenMS/QC/IdentificationSummary.h | timosachsenberg/OpenMS | fe62fff281daa2623977a1f2aafb4444b2c36513 | [
"BSL-1.0",
"Zlib",
"Apache-2.0"
] | null | null | null | // --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... | 41.264151 | 116 | 0.663695 |
b747f9eae0d30ce2105539a4dabc32b17fe8aa7f | 1,606 | h | C | ICG/include/icg/static_detector.h | XiaoJake/3DObjectTracking | c1fbf9241a0cd1ce450a1d6b86c67613025e1836 | [
"MIT"
] | 1 | 2022-03-17T08:17:47.000Z | 2022-03-17T08:17:47.000Z | ICG/include/icg/static_detector.h | 0smile/3DObjectTracking | c1fbf9241a0cd1ce450a1d6b86c67613025e1836 | [
"MIT"
] | null | null | null | ICG/include/icg/static_detector.h | 0smile/3DObjectTracking | c1fbf9241a0cd1ce450a1d6b86c67613025e1836 | [
"MIT"
] | null | null | null | // SPDX-License-Identifier: MIT
// Copyright (c) 2022 Manuel Stoiber, German Aerospace Center (DLR)
#ifndef ICG_INCLUDE_ICG_STATIC_DETECTOR_H_
#define ICG_INCLUDE_ICG_STATIC_DETECTOR_H_
#include <icg/body.h>
#include <icg/common.h>
#include <icg/detector.h>
#include <filesystem/filesystem.h>
#include <Eigen/Geometry... | 27.689655 | 80 | 0.725405 |
ecce8e1509dfa1f81bbfdecaedfb37903087d324 | 15,683 | h | C | content/browser/service_worker/service_worker_context_wrapper.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/browser/service_worker/service_worker_context_wrapper.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/browser/service_worker/service_worker_context_wrapper.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2013 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 CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_WRAPPER_H_
#define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_WRAPPER_H_
#includ... | 43.443213 | 80 | 0.754192 |
8337a7deedde5887c9da4ff16531b9fbcbf33dc2 | 325 | h | C | src/device/peripheral/mros-dev/mros-src/api/mros_topic_callback.h | mikoto2000/athrill-1 | 70bc17fa2915d5bde544779424d4eb7149b5da3b | [
"OLDAP-2.6"
] | 44 | 2018-03-14T02:13:09.000Z | 2022-01-23T20:14:48.000Z | src/device/peripheral/mros-dev/mros-src/api/mros_topic_callback.h | mikoto2000/athrill-1 | 70bc17fa2915d5bde544779424d4eb7149b5da3b | [
"OLDAP-2.6"
] | 46 | 2020-06-09T08:55:02.000Z | 2021-11-13T06:58:50.000Z | src/device/peripheral/mros-dev/mros-src/api/mros_topic_callback.h | mikoto2000/athrill-1 | 70bc17fa2915d5bde544779424d4eb7149b5da3b | [
"OLDAP-2.6"
] | 11 | 2018-03-14T02:06:49.000Z | 2020-12-04T15:31:28.000Z | #ifndef _MROS_INTEGRATION_H_
#define _MROS_INTEGRATION_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "mros_types.h"
extern void mros_topic_callback(mros_uint32 topic_id, mros_uint32 type_id, mRosFuncIdType func_id, const char *data, mros_uint32 len);
#ifdef __cplusplus
}
#endif
#endif /* _MROS_INTEGRATION_H... | 17.105263 | 134 | 0.793846 |
836ba91ac1d42faf65d5fb4aaf1f775231617e7b | 12,980 | c | C | test/stringTest.c | qawse3dr/cstringlib | 61ff53dc890918d54e973b8e991d0a05f8bf425b | [
"MIT"
] | null | null | null | test/stringTest.c | qawse3dr/cstringlib | 61ff53dc890918d54e973b8e991d0a05f8bf425b | [
"MIT"
] | null | null | null | test/stringTest.c | qawse3dr/cstringlib | 61ff53dc890918d54e973b8e991d0a05f8bf425b | [
"MIT"
] | null | null | null | /**test units for String lib*/
#include "String.h"
#include <string.h>
#include <stdio.h>
void test(char* testDesc,int testResult){
//keeps track of test number
static int testNum = 0;
static int pass = 0;
static int fail = 0;
testNum++;
if(strcmp(testDesc,"Done") == 0){
printf("Testing complete\n");
... | 38.978979 | 98 | 0.683359 |
648989ca4971e5da3c167da7c42592c6510eaeb3 | 2,115 | h | C | usr/lib/libcoreroutine.dylib/RTWiFiFootprintMonitor.h | lechium/tvOS135Headers | 46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac | [
"MIT"
] | 2 | 2020-07-26T20:30:54.000Z | 2020-08-10T04:26:23.000Z | usr/lib/libcoreroutine.dylib/RTWiFiFootprintMonitor.h | lechium/tvOS135Headers | 46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac | [
"MIT"
] | 1 | 2020-07-26T20:45:31.000Z | 2020-08-09T09:30:46.000Z | usr/lib/libcoreroutine.dylib/RTWiFiFootprintMonitor.h | lechium/tvOS135Headers | 46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, June 7, 2020 at 11:42:00 AM Mountain Standard Time
* Operating System: Version 13.4.5 (Build 17L562)
* Image Source: /usr/lib/libcoreroutine.dylib
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <libcoreroutin... | 40.673077 | 147 | 0.767376 |
d6c7d670a79857dc9353579da2acb41ca62d1da9 | 8,755 | h | C | C++/src/proto/cpp/messages_robocup_ssl_wrapper_legacy.pb.h | Nlict-RC/SSL_Tutorials | d43c463d259abb9b4e5ef84500b501f8d189a4e1 | [
"MIT"
] | 3 | 2020-03-23T03:17:34.000Z | 2021-11-29T11:45:54.000Z | C++/src/proto/cpp/messages_robocup_ssl_wrapper_legacy.pb.h | Nlict-RC/SSL_Tutorials | d43c463d259abb9b4e5ef84500b501f8d189a4e1 | [
"MIT"
] | null | null | null | C++/src/proto/cpp/messages_robocup_ssl_wrapper_legacy.pb.h | Nlict-RC/SSL_Tutorials | d43c463d259abb9b4e5ef84500b501f8d189a4e1 | [
"MIT"
] | 2 | 2019-05-14T08:27:09.000Z | 2019-06-20T12:58:44.000Z | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: messages_robocup_ssl_wrapper_legacy.proto
#ifndef PROTOBUF_messages_5frobocup_5fssl_5fwrapper_5flegacy_2eproto__INCLUDED
#define PROTOBUF_messages_5frobocup_5fssl_5fwrapper_5flegacy_2eproto__INCLUDED
#include <string>
#include <google/protobuf/st... | 36.327801 | 114 | 0.752599 |
d91c44505cee8e54f4d00e2f3d1399d5aa3dcbc5 | 5,598 | h | C | aws-cpp-sdk-lookoutequipment/include/aws/lookoutequipment/model/ListDatasetsRequest.h | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-02-12T08:09:30.000Z | 2022-02-12T08:09:30.000Z | aws-cpp-sdk-lookoutequipment/include/aws/lookoutequipment/model/ListDatasetsRequest.h | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-lookoutequipment/include/aws/lookoutequipment/model/ListDatasetsRequest.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
n... | 34.555556 | 151 | 0.688817 |
d9691369cac05dfc757704cabd1c9ca1980f1525 | 407 | h | C | PrivateFrameworks/SafariShared/WBSHistoryLoader-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 17 | 2018-11-13T04:02:58.000Z | 2022-01-20T09:27:13.000Z | PrivateFrameworks/SafariShared/WBSHistoryLoader-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 3 | 2018-04-06T02:02:27.000Z | 2018-10-02T01:12:10.000Z | PrivateFrameworks/SafariShared/WBSHistoryLoader-Protocol.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 1 | 2018-09-28T13:54:23.000Z | 2018-09-28T13:54:23.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSURL;
@protocol WBSHistoryLoader <NSObject>
- (void)waitForLoadingToComplete;
- (void)startLoading;
- (id)initWithURL:(NSURL *)arg1 itemCountLimit:(un... | 23.941176 | 130 | 0.724816 |
6c521d6abeaf9defad41ee0024360f4e729175ab | 271 | h | C | student-distrib/interrupts-exceptions/idt.h | SidiqJ/Linux-Kernel-OS | 137be5869ee77e436e618f657cecf539a80acf70 | [
"MIT"
] | null | null | null | student-distrib/interrupts-exceptions/idt.h | SidiqJ/Linux-Kernel-OS | 137be5869ee77e436e618f657cecf539a80acf70 | [
"MIT"
] | null | null | null | student-distrib/interrupts-exceptions/idt.h | SidiqJ/Linux-Kernel-OS | 137be5869ee77e436e618f657cecf539a80acf70 | [
"MIT"
] | null | null | null | #pragma once
#include "../x86_desc.h"
#include "../lib.h"
#include "interruptHandlers.h"
#include "exceptionHandlers.h"
#include "../linkages/isr_wrapper.h"
#include "../linkages/syscall_wrapper.h"
#define SYS_CALL 0x80
// initializes the idt
extern void init_idt();
| 18.066667 | 40 | 0.730627 |
8c0b006c1635e162c92d55a3153587f28ec1e0e7 | 3,511 | h | C | include/eforce/Exception.h | sphaerophoria/eforce | 9dc608334d2dd92ddf646cb76c71f9d6fb5d8524 | [
"MIT"
] | null | null | null | include/eforce/Exception.h | sphaerophoria/eforce | 9dc608334d2dd92ddf646cb76c71f9d6fb5d8524 | [
"MIT"
] | null | null | null | include/eforce/Exception.h | sphaerophoria/eforce | 9dc608334d2dd92ddf646cb76c71f9d6fb5d8524 | [
"MIT"
] | null | null | null | #pragma once
#include <eforce/BuiltinConstant.h>
#include <eforce/CompiletimeRegistry.h>
namespace eforce
{
using GenExceptionPtrFnPtr_t = std::exception_ptr(*)();
/// Information to store for exception forcing
struct ThrowInfo
{
constexpr ThrowInfo(
void* throwAddr,
char const* file,
int line,
ch... | 34.762376 | 99 | 0.725719 |
15cbd258d0ec5672da90f9ae213f246a1c23ddec | 1,014 | h | C | utests/fixtures/fixtures.h | yapbreak/libyaplog | 384dc86d14f0d4663337f26d3340d8b3082bbbc0 | [
"WTFPL"
] | null | null | null | utests/fixtures/fixtures.h | yapbreak/libyaplog | 384dc86d14f0d4663337f26d3340d8b3082bbbc0 | [
"WTFPL"
] | null | null | null | utests/fixtures/fixtures.h | yapbreak/libyaplog | 384dc86d14f0d4663337f26d3340d8b3082bbbc0 | [
"WTFPL"
] | null | null | null | #ifndef FIXTURES_H_BL2ZH1S6
#define FIXTURES_H_BL2ZH1S6
#include <map>
#include <string>
#include <cstring>
#include <CppUTest/TestHarness.h>
#define DIM_OF(array) (sizeof(array) / sizeof((array)[0]))
#include "exposed_conf.h"
inline void check_file_content(const char *filename, const std::string &expected)
{
F... | 26.684211 | 81 | 0.586785 |
af7fc4b5e8ba9e2e5c6e976bf03b4d1aaf3b0e00 | 14,513 | h | C | lonestar/experimental/ordered/avi/main/AVIodgExplicit.h | lineagech/Galois | 5c7c0abaf7253cb354e35a3836147a960a37ad5b | [
"BSD-3-Clause"
] | null | null | null | lonestar/experimental/ordered/avi/main/AVIodgExplicit.h | lineagech/Galois | 5c7c0abaf7253cb354e35a3836147a960a37ad5b | [
"BSD-3-Clause"
] | null | null | null | lonestar/experimental/ordered/avi/main/AVIodgExplicit.h | lineagech/Galois | 5c7c0abaf7253cb354e35a3836147a960a37ad5b | [
"BSD-3-Clause"
] | null | null | null | /*
* This file belongs to the Galois project, a C++ library for exploiting
* parallelism. The code is being released under the terms of the 3-Clause BSD
* License (a copy is located in LICENSE.txt at the top-level directory).
*
* Copyright (C) 2018, The University of Texas at Austin. All rights reserved.
* UNIVER... | 32.613483 | 80 | 0.607593 |
4b54e6d1498305f44cbfba04b0430371facd750d | 1,924 | c | C | src/principal.c | CrisCod3r/LPPL | e5bb3ada725b8b7bc4dd01f4d4b725d34282820c | [
"MIT"
] | null | null | null | src/principal.c | CrisCod3r/LPPL | e5bb3ada725b8b7bc4dd01f4d4b725d34282820c | [
"MIT"
] | null | null | null | src/principal.c | CrisCod3r/LPPL | e5bb3ada725b8b7bc4dd01f4d4b725d34282820c | [
"MIT"
] | null | null | null | /*****************************************************************************/
/* Programa principal y tratamiento de errores. */
/* Jose Miguel Benedi, 2021-2022 <jbenedi@dsic.upv.es> */
/*****************************************************************************/
... | 40.93617 | 79 | 0.414241 |
f4f99b06ff527ba619c57f2aa5a9b31bff6eb48c | 28,467 | h | C | OgreMain/include/OgreTextureGpu.h | DavidYKay/ogre-next | 5e624bcc6bfc6b061de241bafb9cf1e6ad1aa92a | [
"MIT"
] | null | null | null | OgreMain/include/OgreTextureGpu.h | DavidYKay/ogre-next | 5e624bcc6bfc6b061de241bafb9cf1e6ad1aa92a | [
"MIT"
] | null | null | null | OgreMain/include/OgreTextureGpu.h | DavidYKay/ogre-next | 5e624bcc6bfc6b061de241bafb9cf1e6ad1aa92a | [
"MIT"
] | null | null | null | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2017 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... | 48.33107 | 99 | 0.643482 |
496fa185e25ddbd081e13981ad190081286370c3 | 50 | c | C | .vim/sourceCode/glibc-2.16.0/wcsmbs/test-wcslen.c | lakehui/Vim_config | 6cab80dc1209b34bf6379f42b1a92790bd0c146b | [
"MIT"
] | 47 | 2015-03-10T23:21:52.000Z | 2022-02-17T01:04:14.000Z | include/wcsmbs/test-wcslen.c | DalavanCloud/libucresolv | 04a4827aa44c47556f425a4eed5e0ab4a5c0d25a | [
"Apache-2.0"
] | 3 | 2019-07-12T00:44:18.000Z | 2020-12-07T17:32:23.000Z | include/wcsmbs/test-wcslen.c | DalavanCloud/libucresolv | 04a4827aa44c47556f425a4eed5e0ab4a5c0d25a | [
"Apache-2.0"
] | 19 | 2015-02-25T19:50:05.000Z | 2021-10-05T14:35:54.000Z | #define WIDE 1
#include "../string/test-strlen.c"
| 16.666667 | 34 | 0.7 |
0acf84d48e3d181ae9ebd8699fcde2da7ecd1f5a | 764 | h | C | content/devtools/DevToolsProtocolDispatcher.h | gergul/MiniBlink | 7a11c52f141d54d5f8e1a9af31867cd120a2c3c4 | [
"Apache-2.0"
] | 8 | 2019-05-05T16:38:05.000Z | 2021-11-09T11:45:38.000Z | content/devtools/DevToolsProtocolDispatcher.h | gergul/MiniBlink | 7a11c52f141d54d5f8e1a9af31867cd120a2c3c4 | [
"Apache-2.0"
] | null | null | null | content/devtools/DevToolsProtocolDispatcher.h | gergul/MiniBlink | 7a11c52f141d54d5f8e1a9af31867cd120a2c3c4 | [
"Apache-2.0"
] | 4 | 2018-12-14T07:52:46.000Z | 2021-06-11T18:06:09.000Z | #if (defined ENABLE_DEVTOOLS) && (ENABLE_DEVTOOLS == 1)
#ifndef content_devtools_DevToolsProtocolDispatcher_h
#define content_devtools_DevToolsProtocolDispatcher_h
#include <string>
#include <memory>
namespace base {
class DictionaryValue;
}
namespace content {
class DevToolsClient;
class DevToolsProtocolDisp... | 22.470588 | 84 | 0.790576 |
6f14387e368297e06261308382bc6f16f742b1b5 | 83,436 | h | C | mitsuba-af602c6fd98a/include/mitsuba/render/gkdtree.h | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 139 | 2017-04-21T00:22:34.000Z | 2022-02-16T20:33:10.000Z | mitsuba-af602c6fd98a/include/mitsuba/render/gkdtree.h | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 11 | 2017-08-15T18:22:59.000Z | 2019-07-01T05:44:41.000Z | mitsuba-af602c6fd98a/include/mitsuba/render/gkdtree.h | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 30 | 2017-07-21T03:56:45.000Z | 2022-03-11T06:55:34.000Z | /*
This file is part of Mitsuba, a physically based rendering system.
Copyright (c) 2007-2014 by Wenzel Jakob and others.
Mitsuba is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
as published by the Free Software Foundation.
... | 31.628506 | 113 | 0.661106 |
4fd6458b6fa13d141e10e83560931a8aa944f671 | 306 | h | C | alica_engine/include/engine/modelmanagement/factories/VariableBindingFactory.h | Hugo-V-V/alica | 8cbba9c01b52d11854ec0c5367d4a8ec4f896cfd | [
"MIT"
] | 22 | 2018-03-08T05:43:45.000Z | 2022-03-28T15:03:49.000Z | alica_engine/include/engine/modelmanagement/factories/VariableBindingFactory.h | Hugo-V-V/alica | 8cbba9c01b52d11854ec0c5367d4a8ec4f896cfd | [
"MIT"
] | 50 | 2018-03-30T10:32:01.000Z | 2022-03-22T11:58:34.000Z | alica_engine/include/engine/modelmanagement/factories/VariableBindingFactory.h | Hugo-V-V/alica | 8cbba9c01b52d11854ec0c5367d4a8ec4f896cfd | [
"MIT"
] | 6 | 2019-03-04T12:28:27.000Z | 2022-02-10T04:09:01.000Z | #pragma once
#include "engine/model/VariableBinding.h"
#include "engine/modelmanagement/factories/Factory.h"
namespace alica {
class VariableBindingFactory : public Factory {
public:
static VariableBinding* create(const YAML::Node& node);
static void attachReferences();
};
}
| 23.538462 | 63 | 0.715686 |
ae5a468f2f4755dad60bae7bbb846c19355d3554 | 28,552 | h | C | demo/ch32/usb_device/CH32V307VCT6/CherryUSB/common/usb_def.h | aozima/CherryUSB | 2379619a4d6069501c8352cd4510ad743150dfff | [
"Apache-2.0"
] | 51 | 2022-02-02T08:22:25.000Z | 2022-03-31T05:47:14.000Z | demo/ch32/usb_device/CH32V307VCT6/CherryUSB/common/usb_def.h | aozima/CherryUSB | 2379619a4d6069501c8352cd4510ad743150dfff | [
"Apache-2.0"
] | 6 | 2022-02-08T01:18:58.000Z | 2022-03-31T02:55:07.000Z | demo/ch32/usb_device/CH32V307VCT6/CherryUSB/common/usb_def.h | aozima/CherryUSB | 2379619a4d6069501c8352cd4510ad743150dfff | [
"Apache-2.0"
] | 10 | 2022-02-02T03:28:36.000Z | 2022-03-26T14:20:17.000Z | /**
* @file usb_def.h
* @brief
*
* Copyright (c) 2022 sakumisu
*
* 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 yo... | 42.488095 | 144 | 0.660514 |
3ea4ebf6151a23737b247f807cd001b52fe8acec | 3,606 | h | C | System/Library/Frameworks/Metal.framework/_MTLLibrary.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/Frameworks/Metal.framework/_MTLLibrary.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/Frameworks/Metal.framework/_MTLLibrary.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:41:53 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/Frameworks/Metal.framework/Metal
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
... | 50.083333 | 175 | 0.754021 |
e24b7315869b56c33d689344218595d7cfdb2b19 | 14,774 | c | C | src/libxpeccy/hardware/bk0010-01.c | nihirash/Xpeccy | a739428d82205a9e22cf0c0a8d982817bb441e44 | [
"MIT"
] | 1 | 2020-10-28T16:43:28.000Z | 2020-10-28T16:43:28.000Z | src/libxpeccy/hardware/bk0010-01.c | nihirash/Xpeccy | a739428d82205a9e22cf0c0a8d982817bb441e44 | [
"MIT"
] | null | null | null | src/libxpeccy/hardware/bk0010-01.c | nihirash/Xpeccy | a739428d82205a9e22cf0c0a8d982817bb441e44 | [
"MIT"
] | 1 | 2020-06-06T15:30:59.000Z | 2020-06-06T15:30:59.000Z | #include <string.h>
#include "hardware.h"
// BK0010
// dot: 25.175MHz (~40 ns/dot)
// timer: cpu/128
// hdd
// ffe0 : wr:com rd:status (7)
// ffe1 : #17
// ffe2 : master/slave select, head (6)
// ffe3 : rd: astate (#16)
// ffe4 : trk (hi) (5)
// ffe6 : trk (low) (4)
// ffe8 : sec (3)
// ffec : rd:error code (1)
// ... | 28.743191 | 123 | 0.615947 |
e959870e49a01dcc34c27337427f795dabb56dd3 | 2,826 | h | C | components/plugins/renderer/plugin_placeholder.h | Yannic/chromium | ab32e8aacb08c9fce0dc4bf09eec456ba46e3710 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 76 | 2020-09-02T03:05:41.000Z | 2022-03-30T04:40:55.000Z | components/plugins/renderer/plugin_placeholder.h | blueboxd/chromium-legacy | 07223bc94bd97499909c9ed3c3f5769d718fe2e0 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 45 | 2020-09-02T03:21:37.000Z | 2022-03-31T22:19:45.000Z | components/plugins/renderer/plugin_placeholder.h | Yannic/chromium | ab32e8aacb08c9fce0dc4bf09eec456ba46e3710 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 8 | 2020-07-22T18:49:18.000Z | 2022-02-08T10:27:16.000Z | // Copyright 2013 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_PLUGINS_RENDERER_PLUGIN_PLACEHOLDER_H_
#define COMPONENTS_PLUGINS_RENDERER_PLUGIN_PLACEHOLDER_H_
#include "base/macros.h"
#include "ba... | 32.482759 | 78 | 0.734607 |
e969ed40789f80f7c86ffdae500a0bb516b0be1e | 4,850 | h | C | SharedQueue.h | concurrentes/tp1 | 12a73be9bb95b19e361b5421e7a28271aec68787 | [
"MIT"
] | null | null | null | SharedQueue.h | concurrentes/tp1 | 12a73be9bb95b19e361b5421e7a28271aec68787 | [
"MIT"
] | 18 | 2018-09-29T01:51:21.000Z | 2018-10-11T13:13:45.000Z | SharedQueue.h | concurrentes/tp1 | 12a73be9bb95b19e361b5421e7a28271aec68787 | [
"MIT"
] | null | null | null | #ifndef SHARED_QUEUE_H_
#define SHARED_QUEUE_H_
#include "SharedQueueTypes.h"
#include <sys/types.h>
#include <stdint.h>
namespace smstruct {
/*
* Nota: esta clase no implementa mecanismos de sincronización;
* en cambio, utilizar BlockingSharedQueue.
*/
class SharedQueue {
private:
/*
* Di... | 29.393939 | 84 | 0.67299 |
eb5c6c83d649d84a1e171df53ea567a3b366953c | 6,271 | h | C | printscan/faxsrv/print/faxmon/faxmon.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | printscan/faxsrv/print/faxmon/faxmon.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | printscan/faxsrv/print/faxmon/faxmon.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
faxmon.h
Abstract:
Header file for fax print monitor
Environment:
Windows XP fax print monitor
Revision History:
02/22/96 -davidx-
Created it.
dd-mm-yy -author-
des... | 20.833887 | 112 | 0.599107 |
6a50b2d3adc9512f4bece14ec1c2c9f68c068a83 | 9,295 | h | C | binary_icons/icon_s_13d.h | drodil/inkplate6 | f5daffdc6f010da2b3616c8923eb51c48809b253 | [
"MIT"
] | 4 | 2022-01-19T21:37:23.000Z | 2022-03-17T19:39:01.000Z | binary_icons/icon_s_13d.h | drodil/inkplate6 | f5daffdc6f010da2b3616c8923eb51c48809b253 | [
"MIT"
] | null | null | null | binary_icons/icon_s_13d.h | drodil/inkplate6 | f5daffdc6f010da2b3616c8923eb51c48809b253 | [
"MIT"
] | 2 | 2021-04-21T04:46:20.000Z | 2022-01-19T22:05:25.000Z | const uint8_t icon_s_13d[] PROGMEM = {
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0... | 2,323.75 | 9,252 | 0.750726 |
75847f73f475fe8deaeb83b6c0bd3eaf31dc160e | 418 | h | C | harbaughsim16/HeadCoachDetailViewController.h | mohsinalimat/FootballCoach-iOS | f34080a8b10a72cdee22fc34cff77421d3570225 | [
"BSD-2-Clause"
] | 1 | 2019-07-22T04:43:02.000Z | 2019-07-22T04:43:02.000Z | harbaughsim16/HeadCoachDetailViewController.h | mohsinalimat/FootballCoach-iOS | f34080a8b10a72cdee22fc34cff77421d3570225 | [
"BSD-2-Clause"
] | null | null | null | harbaughsim16/HeadCoachDetailViewController.h | mohsinalimat/FootballCoach-iOS | f34080a8b10a72cdee22fc34cff77421d3570225 | [
"BSD-2-Clause"
] | null | null | null | //
// HeadCoachDetailViewController.h
// harbaughsim16
//
// Created by Akshay Easwaran on 12/29/18.
// Copyright © 2018 Akshay Easwaran. All rights reserved.
//
#import "FCTableViewController.h"
#import "HBPlayerDetailView.h"
@class HeadCoach;
NS_ASSUME_NONNULL_BEGIN
@interface HeadCoachDetailViewController : F... | 19.904762 | 64 | 0.789474 |
d4f7dc1b70001ce9c4ec66eee0d15d440675a183 | 17,348 | c | C | kernel/src/arch/x86/object/iospace.c | Nexusoft/LLL-OS | 7b0ad5afb339e9bebc65142ee89bded5344cedbe | [
"BSD-2-Clause"
] | 4 | 2020-08-07T19:48:01.000Z | 2020-10-16T20:05:17.000Z | kernel/src/arch/x86/object/iospace.c | Nexusoft/LX-OS | 7b0ad5afb339e9bebc65142ee89bded5344cedbe | [
"BSD-2-Clause"
] | null | null | null | kernel/src/arch/x86/object/iospace.c | Nexusoft/LX-OS | 7b0ad5afb339e9bebc65142ee89bded5344cedbe | [
"BSD-2-Clause"
] | 2 | 2020-08-13T01:48:40.000Z | 2020-09-17T07:34:42.000Z | /*
* Copyright 2014, General Dynamics C4 Systems
*
* SPDX-License-Identifier: GPL-2.0-only
*/
#include <config.h>
#ifdef CONFIG_IOMMU
#include <api/syscall.h>
#include <machine/io.h>
#include <kernel/thread.h>
#include <arch/api/invocation.h>
#include <arch/object/iospace.h>
#include <arch/model/statedata.h>
#in... | 34.015686 | 124 | 0.633214 |
0763a95f9d98de56c253f8e0e4cc0010dc9546d5 | 923 | h | C | c/nametable.h | kwaters/blang | 09309914067ed37ca7d7e48b1cfc1872197ebd37 | [
"MIT"
] | 5 | 2016-10-05T04:11:19.000Z | 2021-01-02T04:09:05.000Z | c/nametable.h | kwaters/blang | 09309914067ed37ca7d7e48b1cfc1872197ebd37 | [
"MIT"
] | null | null | null | c/nametable.h | kwaters/blang | 09309914067ed37ca7d7e48b1cfc1872197ebd37 | [
"MIT"
] | 1 | 2016-10-05T04:12:04.000Z | 2016-10-05T04:12:04.000Z | #pragma once
#include "base.h"
#include "ast.h"
struct NameTableEntry
{
Name name;
I flags;
I slot; /* argument or auto slot */
};
struct NameTableIter;
enum {
NT_NEW = 0,
NT_ARG = 1,
NT_AUTO = 2,
NT_INTERNAL = 3,
NT_EXTRN = 4,
NT_KIND_MASK = 7,
NT_DEF_FLAG = 1 << 4
};
... | 20.065217 | 73 | 0.692308 |
7702be6b95b0c9b0c6dc24fa2b6f4b579e344014 | 2,461 | h | C | src/Lethe/Core/Ptr/RefCounted.h | killvxk/lethe | c1a9bb45063f5148dc6cf681ce907dcbb468f5e6 | [
"BSL-1.0"
] | null | null | null | src/Lethe/Core/Ptr/RefCounted.h | killvxk/lethe | c1a9bb45063f5148dc6cf681ce907dcbb468f5e6 | [
"BSL-1.0"
] | null | null | null | src/Lethe/Core/Ptr/RefCounted.h | killvxk/lethe | c1a9bb45063f5148dc6cf681ce907dcbb468f5e6 | [
"BSL-1.0"
] | 1 | 2020-03-16T21:27:50.000Z | 2020-03-16T21:27:50.000Z | #pragma once
#include "../Thread/Atomic.h"
#include "../Sys/Assert.h"
#include "../Sys/Inline.h"
#include "../Sys/Limits.h"
#include "CustomDeleter.h"
namespace lethe
{
// used for intrusive reference counting
// base class for all reference counted objects
// note: this forces the class to be virtual!
// copy handl... | 23 | 112 | 0.723283 |
7729369ea333d56486b7801039fb1ac4f48e05de | 1,327 | c | C | djysdk/djysrc/component/djyfs/yaffs2/yaffs2-583dbd9/yaffs2-583dbd9/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.c | qjclinux/djyos | 5d5368604681d8a7d77c15558b84343fa857a507 | [
"BSD-2-Clause"
] | 43 | 2015-05-04T09:50:48.000Z | 2021-09-27T09:33:37.000Z | djysdk/djysrc/component/djyfs/yaffs2/yaffs2-583dbd9/yaffs2-583dbd9/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.c | qjclinux/djyos | 5d5368604681d8a7d77c15558b84343fa857a507 | [
"BSD-2-Clause"
] | null | null | null | djysdk/djysrc/component/djyfs/yaffs2/yaffs2-583dbd9/yaffs2-583dbd9/direct/test-framework/timothy_tests/quick_tests/test_yaffs_open_EINVAL.c | qjclinux/djyos | 5d5368604681d8a7d77c15558b84343fa857a507 | [
"BSD-2-Clause"
] | 21 | 2015-09-30T03:35:05.000Z | 2021-07-31T01:53:14.000Z | /*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
*
* Copyright (C) 2002-2011 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Timothy Manning <timothy@yaffs.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th... | 26.54 | 106 | 0.700075 |
727c9017e5f72e34e4ad77d13e9cfab4e5c0126b | 472 | h | C | runtime/alloc/Finalizer.h | etaoins/llambda | a2a5c212ebb56701fa28649c377d0ddd8b67da0b | [
"Apache-2.0"
] | 68 | 2015-01-17T10:42:00.000Z | 2021-11-18T02:48:01.000Z | runtime/alloc/Finalizer.h | etaoins/llambda | a2a5c212ebb56701fa28649c377d0ddd8b67da0b | [
"Apache-2.0"
] | 15 | 2015-01-05T07:59:33.000Z | 2018-01-05T02:58:10.000Z | runtime/alloc/Finalizer.h | etaoins/llambda | a2a5c212ebb56701fa28649c377d0ddd8b67da0b | [
"Apache-2.0"
] | 7 | 2015-04-22T06:21:47.000Z | 2021-08-23T07:15:13.000Z | #ifndef _LLIBY_ALLOC_FINALIZER_H
#define _LLIBY_ALLOC_FINALIZER_H
namespace lliby
{
namespace alloc
{
class Heap;
class MemoryBlock;
// Although this only contains static functions it needs to be a class so it can be a friend of Heap
class Finalizer
{
public:
static void finalizeHeapAsync(Heap &heap);
static void ... | 16.857143 | 100 | 0.783898 |
8804c4810015b183a197196eb869e673dd5c61c2 | 456 | h | C | PCTutorialManager.h | bitwit/postcard-ios | c4a624fdfa02da477d502839e8c5f7cce44d5c19 | [
"MIT"
] | 10 | 2015-05-25T20:38:00.000Z | 2020-07-03T11:12:12.000Z | PCTutorialManager.h | bitwit/postcard-ios | c4a624fdfa02da477d502839e8c5f7cce44d5c19 | [
"MIT"
] | null | null | null | PCTutorialManager.h | bitwit/postcard-ios | c4a624fdfa02da477d502839e8c5f7cce44d5c19 | [
"MIT"
] | 4 | 2015-05-27T19:42:40.000Z | 2020-12-06T14:40:22.000Z | //
// Created by Kyle Newsome on 1/12/2014.
// Copyright (c) 2014 Kyle Newsome. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface PCTutorialManager : NSObject
+ (BOOL)hasWatchedMainViewTutorial;
+ (BOOL)hasWatchedNetworkSetupTutorial;
+ (BOOL)hasWatchedNetworkSettingsTutorial;
+ (void)setMainVie... | 21.714286 | 56 | 0.789474 |
e60594d377aff1e26f15f887c43b4bfb246c3c9a | 519 | h | C | MVCHub/MVCHub/Models/News.h | QiuDaniel/MVCHub | b08ad1f7caae85d4ce98b4f2b93e5bc27b7627f5 | [
"MIT"
] | 2 | 2016-12-05T06:42:28.000Z | 2016-12-05T07:22:42.000Z | MVCHub/MVCHub/Models/News.h | QiuDaniel/MVCHub | b08ad1f7caae85d4ce98b4f2b93e5bc27b7627f5 | [
"MIT"
] | null | null | null | MVCHub/MVCHub/Models/News.h | QiuDaniel/MVCHub | b08ad1f7caae85d4ce98b4f2b93e5bc27b7627f5 | [
"MIT"
] | null | null | null | //
// News.h
// MVCHub
//
// Created by daniel on 2016/10/21.
// Copyright © 2016年 Daniel. All rights reserved.
//
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger, NewsViewType) {
NewsViewTypeNews,
NewsViewTypePublicActivity
};
extern NSInteger const NewsPerPage;
@interface News : NSObject
... | 18.535714 | 50 | 0.736031 |
6a20b2b3540d159765777aa8586ccdb9feb98c59 | 679 | h | C | sysvinit-2.86/src/reboot.h | spartan263/vizio_oss | 74270002d874391148119b48882db6816e7deedc | [
"Linux-OpenIB"
] | 4 | 2016-07-01T04:50:02.000Z | 2021-11-14T21:29:42.000Z | sysvinit-2.86/src/reboot.h | spartan263/vizio_oss | 74270002d874391148119b48882db6816e7deedc | [
"Linux-OpenIB"
] | null | null | null | sysvinit-2.86/src/reboot.h | spartan263/vizio_oss | 74270002d874391148119b48882db6816e7deedc | [
"Linux-OpenIB"
] | null | null | null | /*
* reboot.h Headerfile that defines how to handle
* the reboot() system call.
*
* Version: @(#)reboot.h 2.85-17 04-Jun-2004 miquels@cistron.nl
*
*/
#include <sys/reboot.h>
#ifdef RB_ENABLE_CAD
# define BMAGIC_HARD RB_ENABLE_CAD
#endif
#ifdef RB_DISABLE_CAD
# define BMAGIC_SOFT RB_DISABLE_CAD
#endif
... | 18.351351 | 66 | 0.762887 |
1692ba649f132361f924273b9b3505c878b70138 | 10,127 | c | C | ext/mvc/model/metadata/strategy/introspection.c | digitronac/cphalcon | 4f3b540e05ef822b577b051d18851f6bb276523e | [
"BSD-3-Clause"
] | null | null | null | ext/mvc/model/metadata/strategy/introspection.c | digitronac/cphalcon | 4f3b540e05ef822b577b051d18851f6bb276523e | [
"BSD-3-Clause"
] | null | null | null | ext/mvc/model/metadata/strategy/introspection.c | digitronac/cphalcon | 4f3b540e05ef822b577b051d18851f6bb276523e | [
"BSD-3-Clause"
] | null | null | null |
/*
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
+-----... | 31.646875 | 190 | 0.706626 |
16a87ee0561d3e3665e8fabad305aa05865ccccc | 3,119 | h | C | vendor/bitsery/include/bitsery/details/adapter_utils.h | lateefx01/Aston | 0e0a2393eeac3946880c3e601c532d49e2cf3b44 | [
"Apache-2.0"
] | null | null | null | vendor/bitsery/include/bitsery/details/adapter_utils.h | lateefx01/Aston | 0e0a2393eeac3946880c3e601c532d49e2cf3b44 | [
"Apache-2.0"
] | null | null | null | vendor/bitsery/include/bitsery/details/adapter_utils.h | lateefx01/Aston | 0e0a2393eeac3946880c3e601c532d49e2cf3b44 | [
"Apache-2.0"
] | null | null | null | //MIT License
//
//Copyright (c) 2017 Mindaugas Vinkelis
//
//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... | 34.655556 | 89 | 0.586085 |
592e62c5a10a5a8b54d205944f56dc3291d0af13 | 4,735 | h | C | include/vcard/vcardproperty.h | ut-wangzhixuan/libvcard | ec10c5de282b994e13894da33408b5b6b638213a | [
"BSD-3-Clause"
] | 6 | 2015-12-03T19:52:28.000Z | 2019-08-24T08:15:29.000Z | include/vcard/vcardproperty.h | ut-wangzhixuan/libvcard | ec10c5de282b994e13894da33408b5b6b638213a | [
"BSD-3-Clause"
] | null | null | null | include/vcard/vcardproperty.h | ut-wangzhixuan/libvcard | ec10c5de282b994e13894da33408b5b6b638213a | [
"BSD-3-Clause"
] | 7 | 2015-03-01T16:16:00.000Z | 2021-08-25T08:29:56.000Z | /**
*
* This file is part of the libvcard project.
*
* Copyright (C) 2010, Emanuele Bertoldi (Card Tech srl).
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FI... | 36.705426 | 281 | 0.676241 |
59431cd8bacac18d7b3b0b11ae54366ad2eb139f | 3,286 | h | C | qqtw/qqheaders7.2/SupercellVideoView.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 5 | 2018-02-20T14:24:17.000Z | 2020-08-06T09:31:21.000Z | qqtw/qqheaders7.2/SupercellVideoView.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 1 | 2020-06-10T07:49:16.000Z | 2020-06-12T02:08:35.000Z | qqtw/qqheaders7.2/SupercellVideoView.h | onezens/SmartQQ | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | null | null | null | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "QTreasureBaseView.h"
#import "QREHongbaoViewDelegate.h"
@class ARMapItemInfo, ARPaddingLabel, AVPlayer, AVPlayerItemVideoOutput, CADisplayLink, CMAttitude, CMMotionManage... | 37.770115 | 143 | 0.767194 |
df89cefd7e999f173f84776915d860b03ecd4023 | 486 | h | C | IQ Test-Saga/ViewControllers/FBLoginViewController.h | gauravnijhara/Quiz-i--OS-App | 0369e91b9b3f434ee3613a826dffd3392fa57e2f | [
"MIT"
] | 1 | 2019-03-20T06:19:05.000Z | 2019-03-20T06:19:05.000Z | IQ Test-Saga/ViewControllers/FBLoginViewController.h | gauravnijhara/Quiz-i--OS-App | 0369e91b9b3f434ee3613a826dffd3392fa57e2f | [
"MIT"
] | null | null | null | IQ Test-Saga/ViewControllers/FBLoginViewController.h | gauravnijhara/Quiz-i--OS-App | 0369e91b9b3f434ee3613a826dffd3392fa57e2f | [
"MIT"
] | 1 | 2019-06-09T14:17:56.000Z | 2019-06-09T14:17:56.000Z | //
// ViewController.h
// IQ Test-Saga
//
// Created by Gaurav Nijhara on 24/05/15.
// Copyright (c) 2015 Gaurav Nijhara. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <FBSDKCoreKit/FBSDKCoreKit.h>
#import <FBSDKLoginKit/FBSDKLoginKit.h>
@interface FBLoginViewController : UIViewController
@property (no... | 23.142857 | 66 | 0.759259 |
8a7a76b32d04e0b253ef06d084f73a06a6852718 | 20,551 | h | C | include/future/function.h | Nazg-Gul/libfuture-cc | 1d04e83b882b25915b171595ae3ffdbef8d041a9 | [
"MIT"
] | 2 | 2015-05-15T21:35:50.000Z | 2017-02-16T08:29:24.000Z | include/future/function.h | Nazg-Gul/libfuture-cc | 1d04e83b882b25915b171595ae3ffdbef8d041a9 | [
"MIT"
] | null | null | null | include/future/function.h | Nazg-Gul/libfuture-cc | 1d04e83b882b25915b171595ae3ffdbef8d041a9 | [
"MIT"
] | null | null | null | // Copyright (c) 2015 libfuture-c++ authors.
//
// 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,... | 35.86562 | 93 | 0.650382 |
3d5450e40f2fdbe8aca20784fee74d9cf1db93c0 | 1,720 | c | C | os_terminal_windows.c | scarybeasts/beebj | 32ce5e709c3241d2ab06f3daf56119e77c6b137d | [
"MIT"
] | 100 | 2020-04-13T21:31:41.000Z | 2022-03-25T17:00:08.000Z | os_terminal_windows.c | scarybeasts/beebj | 32ce5e709c3241d2ab06f3daf56119e77c6b137d | [
"MIT"
] | 29 | 2020-03-10T03:29:02.000Z | 2021-12-24T02:19:11.000Z | os_terminal_windows.c | scarybeasts/beebj | 32ce5e709c3241d2ab06f3daf56119e77c6b137d | [
"MIT"
] | 14 | 2020-04-13T23:01:33.000Z | 2021-10-05T10:57:53.000Z | #include "os_terminal.h"
#include "util.h"
#include <windows.h>
intptr_t
os_terminal_get_stdin_handle(void) {
HANDLE ret = GetStdHandle(STD_INPUT_HANDLE);
if (ret == INVALID_HANDLE_VALUE) {
util_bail("can't get STD_INPUT_HANDLE");
}
return (intptr_t) ret;
}
intptr_t
os_terminal_get_stdout_handle(void) {... | 20.722892 | 69 | 0.70407 |
cd767270df9aa63cf2be4b5265bdf57b14e99e48 | 532 | h | C | Classes/vms/structs/opStack.h | Gonkalos/PL | f3d279bf293e03f311f22f56e8d2bf3f1d8bb8de | [
"MIT"
] | 1 | 2022-03-18T21:39:47.000Z | 2022-03-18T21:39:47.000Z | VirtualMachine/vms/structs/opStack.h | andrepinto42/Processamento-de-Linguagens | 98facba0d1c9ca751743b1c83dca7f441aa182e9 | [
"MIT"
] | null | null | null | VirtualMachine/vms/structs/opStack.h | andrepinto42/Processamento-de-Linguagens | 98facba0d1c9ca751743b1c83dca7f441aa182e9 | [
"MIT"
] | null | null | null |
#ifndef OPSTACK_H
#define OPSTACK_H
#include "types.h"
#include "array.h"
typedef struct operandElem{
Value val;
} *OperandElem;
typedef struct opStack{
Array stack;
opPt sp;
opPt fp;
opPt gp;
} OpStack;
int OpStack_pop(OperandElem*);
int OpStack_top(OperandElem*);
int OpStack_getPos(int, Ope... | 16.121212 | 40 | 0.746241 |
07c0dae7cbefe6050e129fe94f5eaed7aa94f4e9 | 1,409 | h | C | iOSOpenDev/frameworks/iOSDiagnosticsSupport.framework/Headers/MBSDevice.h | bzxy/cydia | f8c838cdbd86e49dddf15792e7aa56e2af80548d | [
"MIT"
] | 678 | 2017-11-17T08:33:19.000Z | 2022-03-26T10:40:20.000Z | iOSOpenDev/frameworks/iOSDiagnosticsSupport.framework/Headers/MBSDevice.h | chenfanfang/Cydia | 5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0 | [
"MIT"
] | 22 | 2019-04-16T05:51:53.000Z | 2021-11-08T06:18:45.000Z | iOSOpenDev/frameworks/iOSDiagnosticsSupport.framework/Headers/MBSDevice.h | chenfanfang/Cydia | 5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0 | [
"MIT"
] | 170 | 2018-06-10T07:59:20.000Z | 2022-03-22T16:19:33.000Z | /**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/iOSDiagnosticsSupport.framework/iOSDiagnosticsSupport
*/
@class NSMutableDictionary, NSData, NSString;
@interface MBSDevice : NSObject {
@private
NSMutableDictionary *_deviceInfoDictionary; // 4 = 0x4
NSData *_l... | 39.138889 | 117 | 0.7445 |
6db4205d7452b0393b6aea51a2a9ebc4b7ac5df3 | 2,429 | h | C | config.h | M3dry/dmenu | 7e856d3e958eab96a70c83445aa3378f52dcb468 | [
"MIT"
] | null | null | null | config.h | M3dry/dmenu | 7e856d3e958eab96a70c83445aa3378f52dcb468 | [
"MIT"
] | null | null | null | config.h | M3dry/dmenu | 7e856d3e958eab96a70c83445aa3378f52dcb468 | [
"MIT"
] | null | null | null | /* See LICENSE file for copyright and license details. */
/* Default settings; can be overriden by command line. */
static int instant = 0;
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
static int centered = 0; /* -c option; centers dmenu on screen */
stat... | 44.163636 | 110 | 0.59119 |
0d6a5564fa7ee03de6beef651f56459c740b6710 | 1,915 | h | C | src/render/geometry/resources.h | SmirnovArsenty/PathTracing | c2e8981ab2d690d15923e167627f00bd084442b3 | [
"Apache-2.0"
] | null | null | null | src/render/geometry/resources.h | SmirnovArsenty/PathTracing | c2e8981ab2d690d15923e167627f00bd084442b3 | [
"Apache-2.0"
] | null | null | null | src/render/geometry/resources.h | SmirnovArsenty/PathTracing | c2e8981ab2d690d15923e167627f00bd084442b3 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <ostream>
#include <istream>
#include <fstream>
#include <map>
#include <string>
#include <cassert>
#include <iostream>
#include <cstdio>
#include <vector>
#include <streambuf>
#include <exception>
namespace pt
{
class resource
{
protected:
std::string m_name;
public:
resource() = delete... | 21.277778 | 116 | 0.686162 |
d45a748b29386c01803fe618685ff57bd2734b55 | 2,119 | h | C | ios/Classes/YCMobiSDK.h | VitoJIanxue/flutter_plugins_ycad | dc5e05e1d48ad6b4e28c98203911550062041a86 | [
"MIT"
] | 1 | 2021-04-08T08:56:38.000Z | 2021-04-08T08:56:38.000Z | ios/Classes/YCMobiSDK.h | VitoJIanxue/flutter_plugins_ycad | dc5e05e1d48ad6b4e28c98203911550062041a86 | [
"MIT"
] | null | null | null | ios/Classes/YCMobiSDK.h | VitoJIanxue/flutter_plugins_ycad | dc5e05e1d48ad6b4e28c98203911550062041a86 | [
"MIT"
] | null | null | null | //
// YCMobiSDK.h
// YicheMobileAds
//
// Created by YICHE on 16/8/15.
// Copyright © 2016年 YICHE. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ADMobiReqModel.h"
#import "ADBean.h"
@import UIKit;
typedef enum : NSInteger {
SSP_AD_SDK_Debug = 0, //线下调试环境
SSP_AD_SDK_PRE,//预览环境
SSP_... | 20.572816 | 148 | 0.704106 |
dece35e11d897c089e7eefa53c2f3df1e15ef796 | 6,751 | h | C | reflex/test/implementation/legacy/testDict2/TestClasses.h | paulwratt/cin-5.34.00 | 036a8202f11a4a0e29ccb10d3c02f304584cda95 | [
"MIT"
] | 10 | 2018-03-26T07:41:44.000Z | 2021-11-06T08:33:24.000Z | reflex/test/implementation/legacy/testDict2/TestClasses.h | paulwratt/cin-5.34.00 | 036a8202f11a4a0e29ccb10d3c02f304584cda95 | [
"MIT"
] | null | null | null | reflex/test/implementation/legacy/testDict2/TestClasses.h | paulwratt/cin-5.34.00 | 036a8202f11a4a0e29ccb10d3c02f304584cda95 | [
"MIT"
] | 1 | 2020-11-17T03:17:00.000Z | 2020-11-17T03:17:00.000Z | #include <list>
#include <cstdlib>
namespace {
class ForwardedUnnamedType;
}
namespace xmlTypedefSelection {
class RealXmlSelClass {};
typedef RealXmlSelClass TypedefXmlSelClass;
typedef TypedefXmlSelClass TypedefXmlSelClass2;
} // ns xmlTypedefSelection
namespace testclasses {
class WithArray {
public:
WithArr... | 17.672775 | 111 | 0.636646 |
8e4e3bb8a58f3d467fd5cfe5805100caaade161c | 447 | h | C | usr/libexec/CommCenter/CCNEPolicy.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 2 | 2021-11-02T09:23:27.000Z | 2022-03-28T08:21:57.000Z | usr/libexec/CommCenter/CCNEPolicy.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | null | null | null | usr/libexec/CommCenter/CCNEPolicy.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 1 | 2022-03-28T08:21:59.000Z | 2022-03-28T08:21:59.000Z | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <objc/NSObject.h>
@class NEPolicy;
@interface CCNEPolicy : NSObject
{
NEPolicy *policy; // 8 = 0x8
}
- (void).cxx_destruct; // IMP=0... | 21.285714 | 120 | 0.697987 |
8eae1727828a63a5c968f91d0f1d96c0c4891df3 | 5,268 | h | C | library/include/m2etis/wrapper/chimera/ChimeraWrapperImpl.h | ClockworkOrigins/m2etis | 3b9c0f98c172f48889e75fe0b80a61a0e47670f5 | [
"Apache-2.0"
] | 2 | 2016-01-24T22:08:27.000Z | 2017-01-01T13:06:44.000Z | library/include/m2etis/wrapper/chimera/ChimeraWrapperImpl.h | ClockworkOrigins/m2etis | 3b9c0f98c172f48889e75fe0b80a61a0e47670f5 | [
"Apache-2.0"
] | null | null | null | library/include/m2etis/wrapper/chimera/ChimeraWrapperImpl.h | ClockworkOrigins/m2etis | 3b9c0f98c172f48889e75fe0b80a61a0e47670f5 | [
"Apache-2.0"
] | null | null | null | /*
Copyright (2016) Michael Baer, Daniel Bonrath, 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 applicabl... | 37.098592 | 353 | 0.752088 |
90969e15709d16f001c0524647ea6edfbb9b86b5 | 473 | h | C | Ventura/src/Scene.h | VictorAlvizo/Ventura | 57d2141f87534984acfd08ad49d91d177b8ffbe5 | [
"MIT"
] | null | null | null | Ventura/src/Scene.h | VictorAlvizo/Ventura | 57d2141f87534984acfd08ad49d91d177b8ffbe5 | [
"MIT"
] | 1 | 2020-11-22T23:34:04.000Z | 2020-11-22T23:34:04.000Z | Ventura/src/Scene.h | VictorAlvizo/Ventura | 57d2141f87534984acfd08ad49d91d177b8ffbe5 | [
"MIT"
] | null | null | null | #pragma once
#include "EngineHeader.h"
class Game;
class Scene {
public:
//Include the game class in the .cpp of the derived classes and in game friend class the derived classes
Scene(Game * m_GameClass);
virtual ~Scene();
virtual void Init() = 0;
virtual void Destroy() = 0;
virtual void ProcessInput(float de... | 21.5 | 105 | 0.725159 |
fd0b5e89f0e7cf189dea12e67b4e30722d7e1c25 | 3,506 | h | C | release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-nuc93x/include/mach/map.h | afeng11/tomato-arm | 1ca18a88480b34fd495e683d849f46c2d47bb572 | [
"FSFAP"
] | 21 | 2021-01-22T06:47:38.000Z | 2022-03-20T14:24:29.000Z | linux-3.0/arch/arm/mach-nuc93x/include/mach/map.h | spartan263/vizio_oss | 74270002d874391148119b48882db6816e7deedc | [
"Linux-OpenIB"
] | 1 | 2018-08-21T03:42:06.000Z | 2018-08-21T03:42:06.000Z | linux-3.0/arch/arm/mach-nuc93x/include/mach/map.h | spartan263/vizio_oss | 74270002d874391148119b48882db6816e7deedc | [
"Linux-OpenIB"
] | 12 | 2021-01-22T14:59:28.000Z | 2022-02-22T04:03:31.000Z | /*
* arch/arm/mach-nuc93x/include/mach/map.h
*
* Copyright (c) 2008 Nuvoton technology corporation.
*
* Wan ZongShun <mcuos.com@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundati... | 25.042857 | 75 | 0.783229 |
b0442bc81277761ee6cab07dd822db65b97eda5b | 3,690 | h | C | netbsd/sys/net/if_pppoe.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 91 | 2015-01-05T15:18:31.000Z | 2022-03-11T16:43:28.000Z | netbsd/sys/net/if_pppoe.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 1 | 2016-02-25T15:57:55.000Z | 2016-02-25T16:01:02.000Z | netbsd/sys/net/if_pppoe.h | MarginC/kame | 2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30 | [
"BSD-3-Clause"
] | 21 | 2015-02-07T08:23:07.000Z | 2021-12-14T06:01:49.000Z | /* $NetBSD: if_pppoe.h,v 1.3 2002/04/14 12:24:28 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Martin Husemann <martin@netbsd.org>.
*
* Redistribution and use in source and binary forms... | 41.460674 | 78 | 0.757724 |
40c7bcdefad3869a7cbf7b6d7eafeb77a83835b9 | 683 | h | C | spiral-core/include/spiral/internet/interfaces/IProducer.h | RangelReale/spiral-io | cf8dbdfcfbef5dc8092fd7ea0ce8d052edf2f35d | [
"Unlicense",
"MIT"
] | null | null | null | spiral-core/include/spiral/internet/interfaces/IProducer.h | RangelReale/spiral-io | cf8dbdfcfbef5dc8092fd7ea0ce8d052edf2f35d | [
"Unlicense",
"MIT"
] | null | null | null | spiral-core/include/spiral/internet/interfaces/IProducer.h | RangelReale/spiral-io | cf8dbdfcfbef5dc8092fd7ea0ce8d052edf2f35d | [
"Unlicense",
"MIT"
] | null | null | null | #ifndef _SPIRAL_INTERNET_INTERFACES_IPRODUCER_H__
#define _SPIRAL_INTERNET_INTERFACES_IPRODUCER_H__
namespace spiral {
namespace internet {
namespace interfaces {
/**
* A producer produces data for a consumer.
*
* Typically producing is done by calling the write method of an class
* implementing L{ICon... | 22.766667 | 75 | 0.696925 |
dc11285fb3643a34c720030219520cc39430d02a | 178 | h | C | AGL/loader.h | sherlockdoyle/AGL | e080efc7d5d3685dc686d88d4b0c3a94a23046b7 | [
"MIT"
] | 4 | 2019-12-08T16:01:33.000Z | 2022-02-02T06:46:18.000Z | AGL/loader.h | sherlockdoyle/AGL | e080efc7d5d3685dc686d88d4b0c3a94a23046b7 | [
"MIT"
] | null | null | null | AGL/loader.h | sherlockdoyle/AGL | e080efc7d5d3685dc686d88d4b0c3a94a23046b7 | [
"MIT"
] | 1 | 2021-05-31T07:15:26.000Z | 2021-05-31T07:15:26.000Z | #ifndef LOADER_H
#define LOADER_H
#include "entity.h"
namespace agl {
Entity loadObj(const char *path, bool includeNormals=false, bool includeUVs=false);
}
#endif // LOADER_H
| 16.181818 | 83 | 0.758427 |
72d3112538c28e32fd9536089f3f2ecf5d1161f0 | 2,220 | h | C | libraries/Mitov/Mitov_Microchip_ChipKIT_Basic_Shield.h | AlexRogalskiy/Duino | bef05838fe73970dea856779957fd3a3e406f295 | [
"MIT"
] | null | null | null | libraries/Mitov/Mitov_Microchip_ChipKIT_Basic_Shield.h | AlexRogalskiy/Duino | bef05838fe73970dea856779957fd3a3e406f295 | [
"MIT"
] | 1 | 2021-04-17T19:30:17.000Z | 2021-04-17T19:30:17.000Z | libraries/Mitov/Mitov_Microchip_ChipKIT_Basic_Shield.h | AlexRogalskiy/Duino | bef05838fe73970dea856779957fd3a3e406f295 | [
"MIT"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
// //
// This software is supplied under the terms of a license agreement or //
// nondisclosure agreement with Mitov Software and may not be copied ... | 31.714286 | 91 | 0.524775 |
f0ed1d0619890d670a1e83da99500f8ad739993a | 269,472 | h | C | libs/geGL/src/geGL/StaticCalls.h | dormon/PGRE | f8d7c46e053c6cff194f9c7deb760282c08f64da | [
"CC0-1.0"
] | null | null | null | libs/geGL/src/geGL/StaticCalls.h | dormon/PGRE | f8d7c46e053c6cff194f9c7deb760282c08f64da | [
"CC0-1.0"
] | null | null | null | libs/geGL/src/geGL/StaticCalls.h | dormon/PGRE | f8d7c46e053c6cff194f9c7deb760282c08f64da | [
"CC0-1.0"
] | null | null | null | #include<geGL/OpenGL.h>
namespace ge{
namespace gl{
GEGL_EXPORT void glMultiDrawArraysIndirectBindlessCountNV(GLenum mode,const void* indirect,GLsizei drawCount,GLsizei maxDrawCount,GLsizei stride,GLint vertexBufferCount);
GEGL_EXPORT void glTextureParameterfv(GLuint texture,GLenum pname,const GLfloat* param)... | 91.907231 | 300 | 0.819402 |
ad72c233db018aafed8c6e55fb859ed3ace8277d | 2,783 | c | C | VBoxCAPISample/framebuffer.c | ivanshchitov/VBoxCAPISample | decc9f951cac9e3acb8eda417045a54f7a80897b | [
"MIT"
] | 1 | 2020-12-04T07:56:14.000Z | 2020-12-04T07:56:14.000Z | VBoxCAPISample/framebuffer.c | ivanshchitov/VBoxCAPISample | decc9f951cac9e3acb8eda417045a54f7a80897b | [
"MIT"
] | null | null | null | VBoxCAPISample/framebuffer.c | ivanshchitov/VBoxCAPISample | decc9f951cac9e3acb8eda417045a54f7a80897b | [
"MIT"
] | null | null | null | #include "framebuffer.h"
#include "framebuffer_6_1.h"
#include <stdio.h>
ES_HRESULT fbGetWidth(VBoxEmptyFb *framebuffer, ES_PRUint32 *width)
{
printf("fbGetWidth\n");
UNUSED(framebuffer);
if (!width) {
printf("E_INVALIDARG\n");
return E_INVALIDARG;
}
*width = 0;
return 0;
}
ES_HRESULT fbGetH... | 20.924812 | 111 | 0.724039 |
21167a9df5e2e92601621ace2931fc3baa2d65eb | 1,184 | h | C | resources/american-archive-kaldi/sample_experiment/tools/CMUseg_0.5/src/lib/sphere/include/sp/wavpack/wavpack.h | AudiovisualMetadataPlatform/kaldi-pua-singularity | 0f0575466423c00c96ff86efc92f849e61e1193e | [
"Apache-2.0"
] | 83 | 2015-01-18T01:20:37.000Z | 2022-03-02T20:15:27.000Z | resources/american-archive-kaldi/sample_experiment/tools/CMUseg_0.5/src/lib/sphere/include/sp/wavpack/wavpack.h | AudiovisualMetadataPlatform/kaldi-pua-singularity | 0f0575466423c00c96ff86efc92f849e61e1193e | [
"Apache-2.0"
] | 4 | 2016-03-03T08:43:00.000Z | 2019-03-08T06:20:56.000Z | resources/american-archive-kaldi/sample_experiment/tools/CMUseg_0.5/src/lib/sphere/include/sp/wavpack/wavpack.h | AudiovisualMetadataPlatform/kaldi-pua-singularity | 0f0575466423c00c96ff86efc92f849e61e1193e | [
"Apache-2.0"
] | 59 | 2015-02-02T03:07:37.000Z | 2021-11-22T12:05:42.000Z | #ifndef _WAVPACK_H_
#define _WAVPACK_H_
#define WAVPACK_MAGIC "wavpack1.0"
#define RUNL 256 /* max run length <=256 */
/* compression format flags */
#define BYTE 0 /* 8 bit data format */
#define SHORT 0x20 /* 16 bit data format (else 8 bit) */
#define REV 0x10 /* byte reversed (SHORT only) */
#define OFFSE... | 29.6 | 58 | 0.715372 |
516569270bacde390fbfdeecb1140ff7b1ab315d | 26,244 | h | C | source/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3.h | mikedlowis-prototypes/albase | e441be370dce14b4c9210510d7e7a9b69c5eef20 | [
"BSD-2-Clause"
] | null | null | null | source/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3.h | mikedlowis-prototypes/albase | e441be370dce14b4c9210510d7e7a9b69c5eef20 | [
"BSD-2-Clause"
] | null | null | null | source/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3.h | mikedlowis-prototypes/albase | e441be370dce14b4c9210510d7e7a9b69c5eef20 | [
"BSD-2-Clause"
] | null | null | null | uint32_t gt215_pmu_data[] = {
/* 0x0000: proc_kern */
0x52544e49,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x000... | 14.056776 | 41 | 0.755982 |
393e535300ec7a4dc7f39302f2c15dda7166f453 | 258 | h | C | controlpanel/controlpanel_global.h | vduseev/browspot | 0b3c2a83c76310e3b2f0edc6ab1e91167687ae7d | [
"MIT"
] | null | null | null | controlpanel/controlpanel_global.h | vduseev/browspot | 0b3c2a83c76310e3b2f0edc6ab1e91167687ae7d | [
"MIT"
] | null | null | null | controlpanel/controlpanel_global.h | vduseev/browspot | 0b3c2a83c76310e3b2f0edc6ab1e91167687ae7d | [
"MIT"
] | null | null | null | #ifndef CONTROLPANEL_GLOBAL_H
#define CONTROLPANEL_GLOBAL_H
#include <QtCore/qglobal.h>
#ifdef CONTROLPANEL_LIB
# define CONTROLPANEL_EXPORT Q_DECL_EXPORT
#else
# define CONTROLPANEL_EXPORT Q_DECL_IMPORT
#endif
#endif // CONTROLPANEL_GLOBAL_H
| 19.846154 | 43 | 0.802326 |
d776a69213489958cf82c56c5292e53d28a56512 | 5,148 | h | C | tests/attestation/common/host_verify/private/oe_header.h | harshanavkis/sgx-lkl | 539b65af777fb832031fa98a098d32575fac88f0 | [
"MIT"
] | 244 | 2018-01-08T19:11:43.000Z | 2022-03-24T06:11:32.000Z | tests/attestation/common/host_verify/private/oe_header.h | harshanavkis/sgx-lkl | 539b65af777fb832031fa98a098d32575fac88f0 | [
"MIT"
] | 614 | 2018-04-16T05:30:20.000Z | 2021-04-23T12:58:56.000Z | tests/attestation/common/host_verify/private/oe_header.h | harshanavkis/sgx-lkl | 539b65af777fb832031fa98a098d32575fac88f0 | [
"MIT"
] | 95 | 2018-02-05T03:41:50.000Z | 2022-01-06T23:09:49.000Z | #ifndef OE_HEADER_H
#define OE_HEADER_H
#include "oe_defs.h"
#define oe_memcpy_s(a,b,c,d) (memcpy((a),(c),(d)) ? OE_OK : OE_FAILURE)
/* Atomically increment **x** and return its new value */
OE_INLINE uint64_t oe_atomic_increment(volatile uint64_t* x)
{
#if defined(__GNUC__)
return __sync_add_and_fetch(x, 1);
#e... | 24.283019 | 79 | 0.693279 |
baa919feb1f0847669efc2d0c1da93725eb92a72 | 1,482 | h | C | native/juce/Source/HostFileManager.h | philburk/hmsl | 6decc8c4022b590b6c41b081de231dba7907b1b6 | [
"Apache-2.0"
] | 76 | 2015-01-19T19:09:32.000Z | 2022-02-08T23:37:28.000Z | native/juce/Source/HostFileManager.h | philburk/hmsl | 6decc8c4022b590b6c41b081de231dba7907b1b6 | [
"Apache-2.0"
] | 81 | 2015-02-20T17:09:12.000Z | 2022-03-13T17:59:12.000Z | native/juce/Source/HostFileManager.h | philburk/hmsl | 6decc8c4022b590b6c41b081de231dba7907b1b6 | [
"Apache-2.0"
] | 9 | 2015-01-27T23:11:15.000Z | 2021-06-22T20:06:02.000Z | /*
==============================================================================
HostFileManager.h
Created: 26 May 2019 4:03:53pm
Author: Phil Burk
==============================================================================
*/
#pragma once
#include <memory>
#include "stdio.h"
class HostFileMan... | 22.454545 | 80 | 0.536437 |
bfbb73cfb773baa533fd05c7c27cc4158be76278 | 720 | h | C | Pessoa/Pessoa/include/Pessoa.h | JLRocha-UFPB/Atividades-LP1 | 29c775859e29b3584b041ecdc1f193a0c0b96223 | [
"Apache-2.0"
] | null | null | null | Pessoa/Pessoa/include/Pessoa.h | JLRocha-UFPB/Atividades-LP1 | 29c775859e29b3584b041ecdc1f193a0c0b96223 | [
"Apache-2.0"
] | null | null | null | Pessoa/Pessoa/include/Pessoa.h | JLRocha-UFPB/Atividades-LP1 | 29c775859e29b3584b041ecdc1f193a0c0b96223 | [
"Apache-2.0"
] | null | null | null | #ifndef PESSOA_H
#define PESSOA_H
#include <iostream>
using namespace std;
class Pessoa
{
public:
Pessoa(string nome1); //Construtor que recebe apenas Nome
Pessoa(string nome = "JOAO",string telefone = "135487645",int idade = 19); //Construtor que recebe nome,telefone e idade
//Metod... | 21.176471 | 128 | 0.626389 |
b58e2492ac6fa5f7e80435ec3c668bab2cb47b10 | 1,590 | h | C | examples/TestCrowd1/src/visualisation/GLUTInputController.h | Tumurtogtokh/FLAMEGPU | 466a2ddc34091b034bbfb968b2a3561c90b969f7 | [
"MIT"
] | 54 | 2015-03-11T14:13:07.000Z | 2022-02-10T17:16:16.000Z | examples/TestCrowd1/src/visualisation/GLUTInputController.h | Tumurtogtokh/FLAMEGPU | 466a2ddc34091b034bbfb968b2a3561c90b969f7 | [
"MIT"
] | 206 | 2015-06-01T16:11:46.000Z | 2021-12-14T18:17:41.000Z | examples/TestCrowd1/src/visualisation/GLUTInputController.h | Tumurtogtokh/FLAMEGPU | 466a2ddc34091b034bbfb968b2a3561c90b969f7 | [
"MIT"
] | 35 | 2015-06-01T15:32:54.000Z | 2021-12-13T22:35:54.000Z | /*
* Copyright 2011 University of Sheffield.
* Author: Dr Paul Richmond
* Contact: p.richmond@sheffield.ac.uk (http://www.paulrichmond.staff.shef.ac.uk)
*
* University of Sheffield retain all intellectual property and
* proprietary rights in and to this software and related documentation.
* Any use, reproduct... | 28.392857 | 81 | 0.742767 |
68d4f8e483e2df2cb539cb110be18be7bebfb4a7 | 23,806 | h | C | src/ttftable.h | 23468234/ttf-font-edit | d04a479b9278c08d5d3e246d533795159efd206d | [
"MIT"
] | null | null | null | src/ttftable.h | 23468234/ttf-font-edit | d04a479b9278c08d5d3e246d533795159efd206d | [
"MIT"
] | null | null | null | src/ttftable.h | 23468234/ttf-font-edit | d04a479b9278c08d5d3e246d533795159efd206d | [
"MIT"
] | null | null | null | #ifndef TTFTABLE_H
#define TTFTABLE_H
#include <QObject>
#include <QFile>
#include <QMap>
#include <ttfmodify.h>
/*字库文件头*/
#define TTF_HEAD_SIZE 12
typedef struct _ttf_head
{
quint32 sfntversion; //0x10000 for version 1.0
quint16 numTables;
quint16 searchRange;
quint16 e... | 39.02623 | 448 | 0.664832 |
412c6f792707fd455c1a4cae311a0e38cb9d8a7a | 423 | h | C | src/intrinsics/Comparisons.h | rigred/VC4C | 6c900c0e2fae2cbdd22c5adb044f385ae005468a | [
"MIT"
] | 111 | 2017-11-02T14:46:45.000Z | 2022-03-15T21:32:59.000Z | src/intrinsics/Comparisons.h | rigred/VC4C | 6c900c0e2fae2cbdd22c5adb044f385ae005468a | [
"MIT"
] | 139 | 2017-10-09T07:39:01.000Z | 2021-11-20T15:31:27.000Z | src/intrinsics/Comparisons.h | rigred/VC4C | 6c900c0e2fae2cbdd22c5adb044f385ae005468a | [
"MIT"
] | 33 | 2017-10-10T10:19:58.000Z | 2022-02-27T15:59:50.000Z | /*
* Author: doe300
*
* See the file "LICENSE" for the full license governing this code.
*/
#ifndef VC4C_COMPARISONS_H
#define VC4C_COMPARISONS_H
#include "../InstructionWalker.h"
namespace vc4c
{
namespace intrinsics
{
// relational operators
bool intrinsifyComparison(Method& method, Ins... | 19.227273 | 72 | 0.702128 |
02947ff5aba5db0e4f4a187be85779b22dd17526 | 1,529 | c | C | src/rrd/pretty.c | StyXman/kgt | c84b8c57fdccec5d961a1d39fa8763a1cee7e037 | [
"BSD-2-Clause"
] | 456 | 2017-02-01T13:54:41.000Z | 2022-03-26T18:28:49.000Z | src/rrd/pretty.c | StyXman/kgt | c84b8c57fdccec5d961a1d39fa8763a1cee7e037 | [
"BSD-2-Clause"
] | 33 | 2017-04-01T17:02:13.000Z | 2022-02-20T23:23:10.000Z | src/rrd/pretty.c | StyXman/kgt | c84b8c57fdccec5d961a1d39fa8763a1cee7e037 | [
"BSD-2-Clause"
] | 23 | 2019-03-09T13:28:42.000Z | 2022-03-04T15:09:01.000Z | /*
* Copyright 2014-2017 Katherine Flavel
*
* See LICENCE for the full copyright terms.
*/
/*
* Railroad diagram beautification
*/
#include <stddef.h>
#include <assert.h>
#include "../txt.h"
#include "../xalloc.h"
#include "node.h"
#include "list.h"
#include "pretty.h"
static void
node_walk(void (*f)(int *, ... | 17.375 | 66 | 0.633094 |
02a36c8b45907025f90d1203282e22a00977f7a5 | 1,520 | h | C | mcl/io/TSettingsReader.h | hasaranga/MCL | 498bb591de3467700c35b008389335c925d1f46e | [
"MIT"
] | 1 | 2019-10-04T05:12:21.000Z | 2019-10-04T05:12:21.000Z | mcl/io/TSettingsReader.h | hasaranga/MCL | 498bb591de3467700c35b008389335c925d1f46e | [
"MIT"
] | null | null | null | mcl/io/TSettingsReader.h | hasaranga/MCL | 498bb591de3467700c35b008389335c925d1f46e | [
"MIT"
] | null | null | null |
/*
MCL - TSettingsReader.h
Copyright (C) 2019 CrownSoft
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
includ... | 24.126984 | 75 | 0.755263 |
2ac1dba73c5d01ab642a127034b93dd4b2e7525f | 910 | c | C | user/primes.c | OneMore14/MIT-6.S081-2021 | 732391999fec76f837fa5ddc5c8d233bba0274eb | [
"MIT-0"
] | null | null | null | user/primes.c | OneMore14/MIT-6.S081-2021 | 732391999fec76f837fa5ddc5c8d233bba0274eb | [
"MIT-0"
] | null | null | null | user/primes.c | OneMore14/MIT-6.S081-2021 | 732391999fec76f837fa5ddc5c8d233bba0274eb | [
"MIT-0"
] | null | null | null | #include "kernel/types.h"
#include "kernel/stat.h"
#include "user/user.h"
void primes(int* in) {
close(in[1]);
int prime;
if (read(in[0], &prime, sizeof(int)) <= 0) {
close(in[0]);
exit(0);
}
printf("prime %d\n", prime);
int out[2]; pipe(out);
int pid = fork();
if (pid... | 15.964912 | 49 | 0.447253 |
4673568cd0b5193ef4dc7c6c3393688647f8fb7a | 849 | h | C | classes/UI/AGSSUIShareActionSheetItem.h | appgame-sdk/AGSharedSDK | 16b8e374fb06735ff840fa83b0232c487ebcaaca | [
"MIT"
] | null | null | null | classes/UI/AGSSUIShareActionSheetItem.h | appgame-sdk/AGSharedSDK | 16b8e374fb06735ff840fa83b0232c487ebcaaca | [
"MIT"
] | null | null | null | classes/UI/AGSSUIShareActionSheetItem.h | appgame-sdk/AGSharedSDK | 16b8e374fb06735ff840fa83b0232c487ebcaaca | [
"MIT"
] | null | null | null | //
// AGSSUIShareActionSheetItem.h
// AGSharedSDK
//
// Created by 覃凤姣 on 16/5/5.
// Copyright © 2016年 覃凤姣. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "AGSSDKTypeDefine.h"
@interface AGSSUIShareActionSheetItem : NSObject
{
UIImage *_icon;
NSString *_label;
}
... | 16.98 | 101 | 0.658422 |
f29ab38304f86898755f6880eee4e838ed4e2add | 1,820 | h | C | src/include/smol/smol_log.h | marciovmf/smol | d3ed1fef92557b162d7048639f6be5b24547a95a | [
"Apache-2.0"
] | 26 | 2020-08-13T21:02:38.000Z | 2022-03-31T15:44:16.000Z | src/include/smol/smol_log.h | marciovmf/smol | d3ed1fef92557b162d7048639f6be5b24547a95a | [
"Apache-2.0"
] | 13 | 2021-03-26T22:54:11.000Z | 2021-11-04T10:57:40.000Z | src/include/smol/smol_log.h | marciovmf/smol | d3ed1fef92557b162d7048639f6be5b24547a95a | [
"Apache-2.0"
] | 2 | 2020-09-13T14:57:34.000Z | 2021-02-14T20:02:04.000Z | #ifndef SMOL_LOG
#define SMOL_LOG
#include <smol/smol_engine.h>
#include <stdarg.h>
#include <stdio.h>
#ifdef SMOL_RELEASE
#define debugLogError(fmt, ...)
#define debugLogFatal(fmt, ...)
#define debugLogInfo(fmt, ...)
#define debugLogWarning(fmt, ...)
#define SMOL_ASSERT(condition, fmt, ...)
#else
#define STRNOEXPAND... | 35 | 179 | 0.678571 |
f16cabc027094d62e704091095d78d759d74a8e6 | 25,378 | c | C | third_party/mesa/MesaLib/src/gallium/drivers/cell/spu/spu_command.c | Scopetta197/chromium | b7bf8e39baadfd9089de2ebdc0c5d982de4a9820 | [
"BSD-3-Clause"
] | 212 | 2015-01-31T11:55:58.000Z | 2022-02-22T06:35:11.000Z | third_party/mesa/MesaLib/src/gallium/drivers/cell/spu/spu_command.c | 1065672644894730302/Chromium | 239dd49e906be4909e293d8991e998c9816eaa35 | [
"BSD-3-Clause"
] | 5 | 2015-03-27T14:29:23.000Z | 2019-09-25T13:23:12.000Z | third_party/mesa/MesaLib/src/gallium/drivers/cell/spu/spu_command.c | 1065672644894730302/Chromium | 239dd49e906be4909e293d8991e998c9816eaa35 | [
"BSD-3-Clause"
] | 221 | 2015-01-07T06:21:24.000Z | 2022-02-11T02:51:12.000Z | /**************************************************************************
*
* Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Softwa... | 31.292232 | 132 | 0.632832 |
fa980495ab42c6fc2fb8c9073bd5360c0ba9b2cb | 1,030 | h | C | usr/libexec/speechmodeltrainingd/SMTGlobalNNLM.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 5 | 2021-04-29T04:31:43.000Z | 2021-08-19T18:59:58.000Z | usr/libexec/speechmodeltrainingd/SMTGlobalNNLM.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | null | null | null | usr/libexec/speechmodeltrainingd/SMTGlobalNNLM.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 1 | 2022-03-19T11:16:23.000Z | 2022-03-19T11:16:23.000Z | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <objc/NSObject.h>
@protocol OS_dispatch_queue;
@interface SMTGlobalNNLM : NSObject
{
NSObject<OS_dispatch_queue> *_queue; // 8 = 0x8
... | 35.517241 | 143 | 0.754369 |
7a8b43978da8ca560a21ad4f33c6110afc355d09 | 113 | h | C | JobExplorer/SecurityHelper.h | IMULMUL/JobExplorer | 15702eef6a8c3d588d51138b923cc433b9352b64 | [
"MIT"
] | 56 | 2019-08-23T23:02:52.000Z | 2022-03-31T16:11:18.000Z | JobExplorer/SecurityHelper.h | IMULMUL/JobExplorer | 15702eef6a8c3d588d51138b923cc433b9352b64 | [
"MIT"
] | 1 | 2021-10-09T10:41:15.000Z | 2021-10-09T10:41:15.000Z | JobExplorer/SecurityHelper.h | IMULMUL/JobExplorer | 15702eef6a8c3d588d51138b923cc433b9352b64 | [
"MIT"
] | 17 | 2019-08-24T01:10:09.000Z | 2022-03-07T04:18:08.000Z | #pragma once
struct SecurityHelper final {
static bool IsRunningElevated();
static HICON GetShieldIcon();
};
| 14.125 | 33 | 0.761062 |
a3f73a1ef9727c2cfda74b2f3c56fff502f5f82d | 227 | h | C | src/ios/PushEnabled.h | antonfire/cordova-push-enabled | 887f07479266694d903add7a44038cdf3448c1ac | [
"MIT"
] | null | null | null | src/ios/PushEnabled.h | antonfire/cordova-push-enabled | 887f07479266694d903add7a44038cdf3448c1ac | [
"MIT"
] | null | null | null | src/ios/PushEnabled.h | antonfire/cordova-push-enabled | 887f07479266694d903add7a44038cdf3448c1ac | [
"MIT"
] | null | null | null | //
// PushEnabled.h
//
#import <Cordova/CDVPlugin.h>
#import <Foundation/Foundation.h>
@interface PushEnabled : CDVPlugin
@property (copy) NSString* callbackId;
- (void) checkStatus:(CDVInvokedUrlCommand *)command;
@end
| 16.214286 | 53 | 0.731278 |
d8d96c8a670426a9aaf06f42d39105e3fa6a335b | 224 | h | C | CMSIS/NN/Tests/UnitTest/TestCases/TestData/kernel1x1/output_shift_data.h | shosakam/CMSIS_5 | 18205c6c2b68e7e96f40dc941c47efdbdd9f7d01 | [
"Apache-2.0"
] | 2 | 2021-12-14T02:15:35.000Z | 2021-12-14T02:16:12.000Z | CMSIS/NN/Tests/UnitTest/TestCases/TestData/kernel1x1/output_shift_data.h | shosakam/CMSIS_5 | 18205c6c2b68e7e96f40dc941c47efdbdd9f7d01 | [
"Apache-2.0"
] | null | null | null | CMSIS/NN/Tests/UnitTest/TestCases/TestData/kernel1x1/output_shift_data.h | shosakam/CMSIS_5 | 18205c6c2b68e7e96f40dc941c47efdbdd9f7d01 | [
"Apache-2.0"
] | null | null | null | // Generated by generate_test_data.py using TFL version 2.6.0 as reference.
#pragma once
#include <stdint.h>
const int32_t kernel1x1_output_shift[17] = {-10, -9, -9, -9, -9, -9, -9, -9, -9, -9, -9, -9, -9, -9, -9, -9, -9};
| 37.333333 | 113 | 0.616071 |
1a648980ba4339e805a4738a2227d9a613919c83 | 260 | h | C | LineChart/LineViewController.h | fanfan19920219/ScrollviewZoom | 625486b838e95376b13daa366fb944cb803f16ba | [
"Apache-2.0"
] | null | null | null | LineChart/LineViewController.h | fanfan19920219/ScrollviewZoom | 625486b838e95376b13daa366fb944cb803f16ba | [
"Apache-2.0"
] | null | null | null | LineChart/LineViewController.h | fanfan19920219/ScrollviewZoom | 625486b838e95376b13daa366fb944cb803f16ba | [
"Apache-2.0"
] | null | null | null | //
// LineViewController.h
// NewMedSci
//
// Created by M-SJ077 on 16/7/6.
// Copyright © 2016年 MedSci. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LineViewController : UIViewController
@property (nonatomic , strong)NSString *jid;
@end
| 16.25 | 50 | 0.703846 |
94f7f109e9529033fa1ce55d32bf0f767e91fa5e | 717 | h | C | arduino/main/ui.h | asemchenko/PassToken | 890a2491be1422bec203c1b3cb374e3e5a1bd55f | [
"Apache-2.0"
] | null | null | null | arduino/main/ui.h | asemchenko/PassToken | 890a2491be1422bec203c1b3cb374e3e5a1bd55f | [
"Apache-2.0"
] | null | null | null | arduino/main/ui.h | asemchenko/PassToken | 890a2491be1422bec203c1b3cb374e3e5a1bd55f | [
"Apache-2.0"
] | null | null | null | #ifndef UI_H
#define UI_H
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include "persistent.h"
extern Adafruit_SSD1306 display;
/**
* @brief User interface with display and three buttons (up, down & ok).
*/
class UI
{
public:
UI();
void init_display();
size_t show_menu(con... | 17.925 | 94 | 0.67643 |
b1406c4646ec5ea4aee2a3146c3e0ad5cc20fe72 | 2,997 | h | C | src/dev/rtcreg.h | volnxebec/CC_Fused | e2b805e3475bd275409379c41eaeeb1a565cbdef | [
"BSD-3-Clause"
] | 11 | 2015-03-21T13:35:06.000Z | 2022-01-27T07:31:52.000Z | src/dev/rtcreg.h | volnxebec/CC_Fused | e2b805e3475bd275409379c41eaeeb1a565cbdef | [
"BSD-3-Clause"
] | 4 | 2015-01-13T18:27:31.000Z | 2015-01-13T18:27:57.000Z | src/dev/rtcreg.h | volnxebec/CC_Fused | e2b805e3475bd275409379c41eaeeb1a565cbdef | [
"BSD-3-Clause"
] | 4 | 2015-03-21T13:35:24.000Z | 2020-06-30T02:09:36.000Z | /*
* Copyright (c) 2005 The Regents of The University of Michigan
* 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, ... | 48.33871 | 80 | 0.748749 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.