hexsha stringlengths 40 40 | size int64 22 2.4M | ext stringclasses 5
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 3 260 | max_stars_repo_name stringlengths 5 109 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 9 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 260 | max_issues_repo_name stringlengths 5 109 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 9 | max_issues_count float64 1 67k ⌀ | 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 260 | max_forks_repo_name stringlengths 5 109 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 9 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 22 2.4M | avg_line_length float64 5 169k | max_line_length int64 5 786k | alphanum_fraction float64 0.06 0.95 | matches listlengths 1 11 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5b00cba60f2850b02886ada98b7c9b8b0ffcf9f5 | 2,185 | c | C | exercises/chapter-1/1-6-word-length-histogram.c | jsdevel/the-c-programming-language-exercises | 654b7af340b5dba5957394c10562a7b67ad9ae7d | [
"CC-BY-4.0"
] | null | null | null | exercises/chapter-1/1-6-word-length-histogram.c | jsdevel/the-c-programming-language-exercises | 654b7af340b5dba5957394c10562a7b67ad9ae7d | [
"CC-BY-4.0"
] | null | null | null | exercises/chapter-1/1-6-word-length-histogram.c | jsdevel/the-c-programming-language-exercises | 654b7af340b5dba5957394c10562a7b67ad9ae7d | [
"CC-BY-4.0"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#define IN 1
#define OUT 0
#define SPACE " "
#define WHITE_SQUARE "\u25a1"
void printhhistogram(int maxwordlength, int histogram[]) {
printf("Horizontal word count histogram\n\n");
for (int i = 1; i < maxwordlength; ++i) {
int len = histogram[i];
if (!len) {
c... | 19.166667 | 99 | 0.510755 | [
"3d"
] |
5b03fc67b18480feb5421ad0b3a8ad3aa5f8729b | 8,793 | h | C | indra/llrender/llfontgl.h | bloomsirenix/Firestorm-manikineko | 67e1bb03b2d05ab16ab98097870094a8cc9de2e7 | [
"Unlicense"
] | 1 | 2022-03-26T15:03:34.000Z | 2022-03-26T15:03:34.000Z | indra/llrender/llfontgl.h | bloomsirenix/Firestorm-manikineko | 67e1bb03b2d05ab16ab98097870094a8cc9de2e7 | [
"Unlicense"
] | null | null | null | indra/llrender/llfontgl.h | bloomsirenix/Firestorm-manikineko | 67e1bb03b2d05ab16ab98097870094a8cc9de2e7 | [
"Unlicense"
] | null | null | null | /**
* @file llfontgl.h
* @author Doug Soo
* @brief Wrapper around FreeType
*
* $LicenseInfo:firstyear=2001&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (C) 2010, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU... | 36.334711 | 232 | 0.745821 | [
"render",
"vector"
] |
5b0b46a31ce3ba6e46284b414536bf96cafef1d3 | 43,644 | c | C | src/map/lapack2flamec/f2c/c/ctprfb.c | haampie/libflame | a6b27af9b7ef91ec2724b52c7c09b681379a3470 | [
"BSD-3-Clause"
] | 199 | 2015-02-06T06:05:32.000Z | 2022-03-18T05:20:33.000Z | src/map/lapack2flamec/f2c/c/ctprfb.c | haampie/libflame | a6b27af9b7ef91ec2724b52c7c09b681379a3470 | [
"BSD-3-Clause"
] | 44 | 2015-05-10T18:14:52.000Z | 2022-02-22T08:22:10.000Z | src/map/lapack2flamec/f2c/c/ctprfb.c | haampie/libflame | a6b27af9b7ef91ec2724b52c7c09b681379a3470 | [
"BSD-3-Clause"
] | 70 | 2015-02-07T04:53:03.000Z | 2022-03-18T05:20:36.000Z | /* ../netlib/ctprfb.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the en... | 36.039637 | 292 | 0.369146 | [
"object"
] |
5b177f348dbcc9d0575c37cc4b99d648e551dc9f | 1,709 | h | C | Samples/AppWindow/cppwinrt/Code/BU/MusionBU/CodeLine.h | OSIREM/ecoin-minimal | 7d8314484c0cd47c673046c86c273cc48eaa43d2 | [
"MIT"
] | null | null | null | Samples/AppWindow/cppwinrt/Code/BU/MusionBU/CodeLine.h | OSIREM/ecoin-minimal | 7d8314484c0cd47c673046c86c273cc48eaa43d2 | [
"MIT"
] | null | null | null | Samples/AppWindow/cppwinrt/Code/BU/MusionBU/CodeLine.h | OSIREM/ecoin-minimal | 7d8314484c0cd47c673046c86c273cc48eaa43d2 | [
"MIT"
] | null | null | null | /*
CodeLine - osirem.com
Copyright OSIREM LTD (C) 2016
www.bitolyl.com/osirem bitcoin-office.com ecn.world
This source is proprietary, and cannot be used, in part or in full without
the express permission of the original author. The original author retain the
rights to use, modify, and/or relicense this code ... | 18.988889 | 78 | 0.688707 | [
"vector"
] |
5b1a515626dc07d8099d77164cc3285919bac858 | 957 | h | C | src/LevRenderer/OpenGLObjectManager.h | wakare/Leviathan | 8a488f014d6235c5c6e6422c9f53c82635b7ebf7 | [
"MIT"
] | 3 | 2019-03-05T13:05:30.000Z | 2019-12-16T05:56:21.000Z | src/LevRenderer/OpenGLObjectManager.h | wakare/Leviathan | 8a488f014d6235c5c6e6422c9f53c82635b7ebf7 | [
"MIT"
] | null | null | null | src/LevRenderer/OpenGLObjectManager.h | wakare/Leviathan | 8a488f014d6235c5c6e6422c9f53c82635b7ebf7 | [
"MIT"
] | null | null | null | #pragma once
#include <gl/glew.h>
#include <map>
#include "LSPtr.h"
#include "LevTextureObject.h"
#include "OpenGLRenderBackend.h"
namespace Leviathan
{
namespace Renderer
{
class IOpenGLTextureObject;
class OpenGLResourceManager;
class OpenGLObjectManager
{
public:
OpenGLObjectManager(OpenGLResourceM... | 25.184211 | 186 | 0.736677 | [
"object"
] |
5b1a96761f5d00b65d04f4c2c172f638267bcc6f | 2,352 | h | C | Wonderland/Wonderland/Editor/Modules/VulkanWrapper/Core/VWGraphicAdapter.h | RodrigoHolztrattner/Wonderland | ffb71d47c1725e7cd537e2d1380962b5dfdc3d75 | [
"MIT"
] | 3 | 2018-04-09T13:01:07.000Z | 2021-03-18T12:28:48.000Z | Wonderland/Wonderland/Editor/Modules/VulkanWrapper/Core/VWGraphicAdapter.h | RodrigoHolztrattner/Wonderland | ffb71d47c1725e7cd537e2d1380962b5dfdc3d75 | [
"MIT"
] | null | null | null | Wonderland/Wonderland/Editor/Modules/VulkanWrapper/Core/VWGraphicAdapter.h | RodrigoHolztrattner/Wonderland | ffb71d47c1725e7cd537e2d1380962b5dfdc3d75 | [
"MIT"
] | 1 | 2021-03-18T12:28:50.000Z | 2021-03-18T12:28:50.000Z | ////////////////////////////////////////////////////////////////////////////////
// Filename: VWGraphicAdapter.h
////////////////////////////////////////////////////////////////////////////////
#pragma once
//////////////
// INCLUDES //
//////////////
#define GLFW_INCLUDE_VULKAN
#include <GLFW/glfw3.h>
#include "..\.... | 21.381818 | 222 | 0.556973 | [
"vector"
] |
5b24aeed961b7b1fbd928329b463b7ff17edeb6d | 8,622 | h | C | xp_comm_proj/rd_dicom/Papyrus3/PapyPubFunctionDef3.h | avs/express-community | c699a68330d3b678b7e6bcea823e0891b874049c | [
"Apache-2.0"
] | 3 | 2020-08-03T08:52:20.000Z | 2021-04-10T11:55:49.000Z | xp_comm_proj/rd_dicom/Papyrus3/PapyPubFunctionDef3.h | avs/express-community | c699a68330d3b678b7e6bcea823e0891b874049c | [
"Apache-2.0"
] | null | null | null | xp_comm_proj/rd_dicom/Papyrus3/PapyPubFunctionDef3.h | avs/express-community | c699a68330d3b678b7e6bcea823e0891b874049c | [
"Apache-2.0"
] | 1 | 2021-06-08T18:16:45.000Z | 2021-06-08T18:16:45.000Z | /********************************************************************************/
/* */
/* Project : P A P Y R U S Toolkit */
/* File : PapyPubFunctionDef3.h */
/* Function : con... | 27.723473 | 117 | 0.634887 | [
"object"
] |
5b42a8a42b252f0c8c857266f1c74663e63b6944 | 2,029 | h | C | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/gesture/GesturePoint.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/gesture/GesturePoint.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/gesture/GesturePoint.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | //=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | 26.350649 | 75 | 0.63381 | [
"object"
] |
5b4484b2233672a71cb8ae7f9760e0413a81d90e | 5,472 | h | C | Sources/Backend/hermes/db/HMMailStorageView.h | dinhviethoa/dejalu | c1c0b60c9c4a1d3f9ec5847058e4e55ebbb9a209 | [
"BSD-3-Clause"
] | 611 | 2017-12-29T08:17:40.000Z | 2020-06-15T06:26:41.000Z | Sources/Backend/hermes/db/HMMailStorageView.h | vinh869163/dejalu | c1c0b60c9c4a1d3f9ec5847058e4e55ebbb9a209 | [
"BSD-3-Clause"
] | 57 | 2018-01-09T09:26:36.000Z | 2020-07-07T22:43:41.000Z | Sources/Backend/hermes/db/HMMailStorageView.h | vinh869163/dejalu | c1c0b60c9c4a1d3f9ec5847058e4e55ebbb9a209 | [
"BSD-3-Clause"
] | 47 | 2018-01-02T11:29:41.000Z | 2020-04-28T02:35:53.000Z | // DejaLu
// Copyright (c) 2015 Hoa V. DINH. All rights reserved.
#ifndef __dejalu__MailStorageView__
#define __dejalu__MailStorageView__
#include <MailCore/MailCore.h>
#ifdef __cplusplus
namespace hermes {
class MailStorage;
class MailStorageViewObserver;
class MailDBPeopleConversationsOperation;
... | 34.853503 | 117 | 0.675804 | [
"object"
] |
5b4aedaad177b964c7b96e3386ac00f704cf77e9 | 2,825 | h | C | ecs/include/alibabacloud/ecs/model/InvokeCommandRequest.h | aliyun/aliyun-openapi-cpp-sdk | 0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36 | [
"Apache-2.0"
] | 89 | 2018-02-02T03:54:39.000Z | 2021-12-13T01:32:55.000Z | ecs/include/alibabacloud/ecs/model/InvokeCommandRequest.h | aliyun/aliyun-openapi-cpp-sdk | 0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36 | [
"Apache-2.0"
] | 89 | 2018-03-14T07:44:54.000Z | 2021-11-26T07:43:25.000Z | ecs/include/alibabacloud/ecs/model/InvokeCommandRequest.h | aliyun/aliyun-openapi-cpp-sdk | 0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36 | [
"Apache-2.0"
] | 69 | 2018-01-22T09:45:52.000Z | 2022-03-28T07:58:38.000Z | /*
* Copyright 2009-2017 Alibaba Cloud 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... | 35.759494 | 80 | 0.758584 | [
"vector",
"model"
] |
5b59fe7bdc9090fd295839e384cae38308e8ff79 | 3,939 | h | C | Vector3D/Vector3D.h | BenningtonCS/Sashank_Aryal_Raytracer_C | 7c95b4a76c600ed0a0939a4a01bdba8531f8c8ab | [
"MIT"
] | null | null | null | Vector3D/Vector3D.h | BenningtonCS/Sashank_Aryal_Raytracer_C | 7c95b4a76c600ed0a0939a4a01bdba8531f8c8ab | [
"MIT"
] | null | null | null | Vector3D/Vector3D.h | BenningtonCS/Sashank_Aryal_Raytracer_C | 7c95b4a76c600ed0a0939a4a01bdba8531f8c8ab | [
"MIT"
] | null | null | null | //
// Created by Sashank on 3/8/2016.
//
#ifndef RAYTRACERC_VECTOR3D_H
#define RAYTRACERC_VECTOR3D_H
#include <cmath>
namespace Vector {
class Vector3D {
private:
//Set x, y, z private. Encapsulate
double x;
double y;
double z;
public:
// Default constructor: creat... | 36.813084 | 112 | 0.481594 | [
"vector"
] |
859ec48ad6c500390bc4dd12f94b384e346478d4 | 1,568 | h | C | Pods/Headers/Private/Parse/PFJSONSerialization.h | jbatilando/fbu_Instagram | d426e3969e58950848f1a667f7aa0ba73679d74c | [
"Apache-2.0"
] | 1 | 2019-05-14T21:54:05.000Z | 2019-05-14T21:54:05.000Z | Pods/Headers/Private/Parse/PFJSONSerialization.h | jbatilando/fbu_Instagram | d426e3969e58950848f1a667f7aa0ba73679d74c | [
"Apache-2.0"
] | 28 | 2018-07-16T16:52:39.000Z | 2018-08-15T04:50:50.000Z | Pods/Headers/Private/Parse/PFJSONSerialization.h | jbatilando/fbu_Instagram | d426e3969e58950848f1a667f7aa0ba73679d74c | [
"Apache-2.0"
] | 1 | 2021-07-09T14:40:37.000Z | 2021-07-09T14:40:37.000Z | /**
* Copyright (c) 2015-present, Parse, LLC.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <Foun... | 23.757576 | 82 | 0.746173 | [
"object"
] |
85a0ebbebe4c4d1d686fd79a664105cd987a5fa1 | 3,989 | c | C | gcr-3.34.0/gcr/gcr-single-collection.c | BeanGreen247/surf | a56d1b0ceb43c578c6a3258e4ffb2903dc691fe2 | [
"MIT"
] | null | null | null | gcr-3.34.0/gcr/gcr-single-collection.c | BeanGreen247/surf | a56d1b0ceb43c578c6a3258e4ffb2903dc691fe2 | [
"MIT"
] | null | null | null | gcr-3.34.0/gcr/gcr-single-collection.c | BeanGreen247/surf | a56d1b0ceb43c578c6a3258e4ffb2903dc691fe2 | [
"MIT"
] | null | null | null | /*
* gnome-keyring
*
* Copyright (C) 2010 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later versio... | 25.570513 | 100 | 0.724492 | [
"object"
] |
85a3f0a390ab2b44ce37f8197d074be053d30d7b | 19,838 | h | C | src/include/sof/audio/component.h | kv2019i/sof | 5ea5da80dd66a916db092de1bc3e090b0095e4f8 | [
"BSD-3-Clause"
] | null | null | null | src/include/sof/audio/component.h | kv2019i/sof | 5ea5da80dd66a916db092de1bc3e090b0095e4f8 | [
"BSD-3-Clause"
] | null | null | null | src/include/sof/audio/component.h | kv2019i/sof | 5ea5da80dd66a916db092de1bc3e090b0095e4f8 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2016, Intel Corporation
* 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 co... | 28.709117 | 84 | 0.660752 | [
"object",
"transform"
] |
85a80f42bdf01795ff78d22ab761809e209bfaa5 | 23,228 | c | C | cuda/gather.c | UoB-HPC/hal3d | 7421d1e8d299dbe89b05d5c90e5e6d31e06a94bd | [
"MIT"
] | 9 | 2018-03-30T20:27:53.000Z | 2021-09-25T06:15:16.000Z | cuda/gather.c | haoxiangmiao/hal3d | 7421d1e8d299dbe89b05d5c90e5e6d31e06a94bd | [
"MIT"
] | 2 | 2019-05-15T02:51:38.000Z | 2020-04-11T07:33:02.000Z | cuda/gather.c | haoxiangmiao/hal3d | 7421d1e8d299dbe89b05d5c90e5e6d31e06a94bd | [
"MIT"
] | 2 | 2020-03-25T14:00:23.000Z | 2020-05-04T09:25:28.000Z | #include "../../shared.h"
#include "hale.h"
#include <float.h>
#include <math.h>
#include <stdio.h>
// Gathers all of the subcell quantities on the mesh
void gather_subcell_mass_and_energy(
const int ncells, const int nnodes, double* cell_centroids_x,
double* cell_centroids_y, double* cell_centroids_z,
int... | 46.178926 | 90 | 0.641682 | [
"mesh"
] |
85b5a6f7160a5c7774f4c6ea0e2cd57ba401d984 | 6,176 | h | C | aegisub/src/ass_dialogue.h | rcombs/Aegisub | 58f35cd31c7f0f5728e0a28e6a7a9fd6fce70c50 | [
"ISC"
] | 1 | 2018-02-12T02:44:57.000Z | 2018-02-12T02:44:57.000Z | aegisub/src/ass_dialogue.h | rcombs/Aegisub | 58f35cd31c7f0f5728e0a28e6a7a9fd6fce70c50 | [
"ISC"
] | null | null | null | aegisub/src/ass_dialogue.h | rcombs/Aegisub | 58f35cd31c7f0f5728e0a28e6a7a9fd6fce70c50 | [
"ISC"
] | 2 | 2018-02-12T03:46:24.000Z | 2018-02-12T14:36:07.000Z | // Copyright (c) 2005, Rodrigo Braz Monteiro
// 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 o... | 33.565217 | 106 | 0.729437 | [
"vector"
] |
85c07503c19ca1fcde03b1054435759288aebeb6 | 2,697 | h | C | base/sdk/datatypes/matrix.h | SizeableNayNay/SAURA07 | 7a0da715b590ac65234ebe4e94275b3ca070de80 | [
"MIT"
] | 4 | 2021-02-02T16:36:54.000Z | 2021-06-22T11:30:38.000Z | base/sdk/datatypes/matrix.h | SizeableNayNay/SAURA07 | 7a0da715b590ac65234ebe4e94275b3ca070de80 | [
"MIT"
] | null | null | null | base/sdk/datatypes/matrix.h | SizeableNayNay/SAURA07 | 7a0da715b590ac65234ebe4e94275b3ca070de80 | [
"MIT"
] | 2 | 2021-01-27T06:03:24.000Z | 2021-06-10T00:46:27.000Z | #pragma once
// used: vector
#include "vector.h"
struct ViewMatrix_t
{
ViewMatrix_t() = default;
float* operator[](const int nIndex)
{
return flData[nIndex];
}
const float* operator[](const int nIndex) const
{
return flData[nIndex];
}
float flData[4][4] = { };
};
using matrix3x3_t = float[3][3];
struct... | 21.75 | 115 | 0.659251 | [
"vector"
] |
85c1345ca4f5cce048717948abe12a45cf835b54 | 3,714 | h | C | source/pkgsrc/math/openfst/patches/patch-src_include_fst_vector-fst.h | Scottx86-64/dotfiles-1 | 51004b1e2b032664cce6b553d2052757c286087d | [
"Unlicense"
] | 1 | 2021-11-20T22:46:39.000Z | 2021-11-20T22:46:39.000Z | source/pkgsrc/math/openfst/patches/patch-src_include_fst_vector-fst.h | Scottx86-64/dotfiles-1 | 51004b1e2b032664cce6b553d2052757c286087d | [
"Unlicense"
] | null | null | null | source/pkgsrc/math/openfst/patches/patch-src_include_fst_vector-fst.h | Scottx86-64/dotfiles-1 | 51004b1e2b032664cce6b553d2052757c286087d | [
"Unlicense"
] | null | null | null | $NetBSD: patch-src_include_fst_vector-fst.h,v 1.1 2012/07/03 17:42:05 joerg Exp $
--- src/include/fst/vector-fst.h.orig 2012-07-03 09:43:16.000000000 +0000
+++ src/include/fst/vector-fst.h
@@ -199,9 +199,9 @@ class VectorFstImpl : public VectorFstBa
static VectorFstImpl<A> *Read(istream &strm, const FstReadOption... | 36.411765 | 86 | 0.628164 | [
"vector"
] |
85cba2d11aab2044e43c3b74b7f805f4e3f8a646 | 3,520 | h | C | bacnet-stack/demo/object/iv.h | yamii/node-bacnet | bfe63ff626d7bb02bebfefd301307952fcbd4ee0 | [
"MIT"
] | 1,433 | 2015-04-30T09:26:53.000Z | 2022-03-26T12:44:12.000Z | AllJoyn/Samples/BACnetAdapter/bacnet-stack-0.8.2/demo/object/iv.h | LeCampusAzure/ms-iot-samples | c0da021a312a631c8a26771a0d203e0de80fc597 | [
"MIT"
] | 530 | 2015-05-02T09:12:48.000Z | 2018-01-03T17:52:01.000Z | AllJoyn/Samples/BACnetAdapter/bacnet-stack-0.8.2/demo/object/iv.h | LeCampusAzure/ms-iot-samples | c0da021a312a631c8a26771a0d203e0de80fc597 | [
"MIT"
] | 1,878 | 2015-04-30T04:18:57.000Z | 2022-03-15T16:51:17.000Z | /**
* @file
* @author Steve Karg
* @date 2014
* @brief Integer Value objects, customize for your use
*
* @section DESCRIPTION
*
* The Integer Value object is an object with a present-value that
* uses an INTEGER data type.
*
* @section LICENSE
*
* Permission is hereby granted, free of charge, to any person... | 29.090909 | 74 | 0.715057 | [
"object"
] |
85cdfe9e9dbf2bbc6f0ae87a34052eea566909d3 | 5,003 | h | C | src/isotp/isotp_types.h | rusefi/isotp-c | c2ef71266ef2e9aaec15dcf2a39fb354b79391eb | [
"BSD-3-Clause"
] | 2 | 2020-02-21T15:15:56.000Z | 2020-02-24T22:11:27.000Z | src/isotp/isotp_types.h | rusefi/isotp-c | c2ef71266ef2e9aaec15dcf2a39fb354b79391eb | [
"BSD-3-Clause"
] | null | null | null | src/isotp/isotp_types.h | rusefi/isotp-c | c2ef71266ef2e9aaec15dcf2a39fb354b79391eb | [
"BSD-3-Clause"
] | 5 | 2017-12-19T08:19:53.000Z | 2020-10-02T14:12:46.000Z | #ifndef __ISOTP_TYPES__
#define __ISOTP_TYPES__
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#define CAN_MESSAGE_BYTE_SIZE 8
#define MAX_ISO_TP_MESSAGE_SIZE 4096
/* TODO we want to avoid malloc, and we can't be allocated 4K on the stack for
each IsoTpMessage, so for now we're setting an artificial m... | 33.804054 | 80 | 0.740756 | [
"object"
] |
85d16edae90a82a3f9a5b1275671becf809df4b0 | 1,407 | h | C | src/structured_point_cloud_chain.h | tiralonghipol/nanomap_ros | e640bd209dfc7fd2ffe910cdd1af9b2fb0d57a44 | [
"BSD-3-Clause"
] | 160 | 2017-10-21T11:09:34.000Z | 2022-02-14T08:04:05.000Z | src/structured_point_cloud_chain.h | tichoi/nanomap_ros | 650e80b02f29c229d4f3b0a8514fab5cf9233b47 | [
"BSD-3-Clause"
] | 13 | 2018-02-26T05:44:43.000Z | 2021-07-02T04:23:38.000Z | src/structured_point_cloud_chain.h | tichoi/nanomap_ros | 650e80b02f29c229d4f3b0a8514fab5cf9233b47 | [
"BSD-3-Clause"
] | 48 | 2017-09-26T18:25:48.000Z | 2022-02-08T07:20:03.000Z | #ifndef STRUCTURED_POINT_CLOUD_CHAIN_H
#define STRUCTURED_POINT_CLOUD_CHAIN_H
#include "nanomap_types.h"
#include "structured_point_cloud.h"
struct EdgeVertex {
Vector3 ApplyEdgeTransform(Vector3 const &p, Matrix4 const &transform) const;
Vector3 ApplyEdgeRotation(Vector3 const &p, Matrix3 const &rotation) const;... | 29.93617 | 79 | 0.790334 | [
"vector",
"transform"
] |
85d67828d9251d30e8331542e1f4449e88f44957 | 5,728 | h | C | net/tcpip/services/telnet/server/common/tlntutils.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | net/tcpip/services/telnet/server/common/tlntutils.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | net/tcpip/services/telnet/server/common/tlntutils.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | //Copyright (c) Microsoft Corporation. All rights reserved.
#ifndef _MYUTIL_H
#define _MYUTIL_H
#include <winsock2.h>
#define MAX_ROWS 300
#define MAX_COLS 300
#define MAX_STRING_LENGTH 256
#define SUSPEND_THREAD_SUCCESS 0xFFFFFFFF
#define MAX_ATTEMPTS 200
#define INHERITABLE_NULL_DESCRIPTOR_ATTRIBU... | 39.503448 | 101 | 0.634427 | [
"object"
] |
85de083a233c47301448e97aacbbf1636b8b726a | 809 | h | C | Othuum/EyeOfRhianne/RendererSelection.h | Liech/Yathsou | 95b6dda3c053bc25789cce416088e22f54a743b4 | [
"MIT"
] | 5 | 2021-04-20T17:00:41.000Z | 2022-01-18T20:16:03.000Z | Othuum/EyeOfRhianne/RendererSelection.h | Liech/Yathsou | 95b6dda3c053bc25789cce416088e22f54a743b4 | [
"MIT"
] | 7 | 2021-08-22T21:30:50.000Z | 2022-01-14T16:56:34.000Z | Othuum/EyeOfRhianne/RendererSelection.h | Liech/Yathsou | 95b6dda3c053bc25789cce416088e22f54a743b4 | [
"MIT"
] | null | null | null | #pragma once
#include "IyathuumCoreLib/BaseTypes/glmAABB.h"
#include <memory>
#include <string>
#include "HaasScriptingLib/lib/json.hpp"
#include <functional>
#include "Graphic.h"
class ListSelection;
class RendererSelection {
public:
RendererSelection(Iyathuum::glmAABB<2> area, Graphic&);
void update();
voi... | 24.515152 | 88 | 0.737948 | [
"vector"
] |
85e3167b355ffdff57f4673cf7ec1328ee9c856b | 428 | h | C | source/engine/private/internal/renderer/enginerenderer.h | fpuma/MiniEngine2d | 9cbac766896438bcb6021b6096793c828a58e8de | [
"MIT"
] | null | null | null | source/engine/private/internal/renderer/enginerenderer.h | fpuma/MiniEngine2d | 9cbac766896438bcb6021b6096793c828a58e8de | [
"MIT"
] | null | null | null | source/engine/private/internal/renderer/enginerenderer.h | fpuma/MiniEngine2d | 9cbac766896438bcb6021b6096793c828a58e8de | [
"MIT"
] | null | null | null | #pragma once
#include <engine/utils/position.h>
#include <engine/utils/renderdefinitions.h>
#include <internal/renderer/renderables/irenderable.h>
#include <internal/renderer/renderqueue.h>
namespace puma
{
class EngineRenderer
{
public:
void beginRender();
void endRender();
... | 16.461538 | 54 | 0.656542 | [
"render"
] |
85ec18498903e92ff31cea63287484ac760318d8 | 5,794 | h | C | rayTracer/rayTrace/vector.h | Foidolite/Ray-Tracing-Demo | 73a285c7dba78650fecc3170147714f2fb2946fc | [
"MIT"
] | 1 | 2021-07-01T00:22:22.000Z | 2021-07-01T00:22:22.000Z | rayTracer/rayTrace/vector.h | Foidolite/Ray-Tracing-Demo | 73a285c7dba78650fecc3170147714f2fb2946fc | [
"MIT"
] | null | null | null | rayTracer/rayTrace/vector.h | Foidolite/Ray-Tracing-Demo | 73a285c7dba78650fecc3170147714f2fb2946fc | [
"MIT"
] | null | null | null | #pragma once
#include <stdexcept>
#include <vector>
#include <cmath>
template <typename component>
class Vector {
public:
//constructors
Vector() {}
Vector(std::initializer_list<component> vals) : values(vals) {
dimension = vals.size();
}
Vector(std::vector<component> vals);
Vector(unsigned int d... | 27.990338 | 94 | 0.650673 | [
"vector"
] |
12287da69293168008a11950e8a8959e2fe1964e | 5,080 | h | C | Plug-ins/Common/CPluginDLL.h | gpreviato/Mulberry-Mail | ce5c56ca7044e5ea290af8d3d2124c1d06f36f3a | [
"ECL-2.0",
"Apache-2.0"
] | 5 | 2015-03-23T13:45:09.000Z | 2021-11-06T08:37:42.000Z | Plug-ins/Common/CPluginDLL.h | SpareSimian/mulberry-main | e868f3f4d86efae3351000818a3cb2d72ae5eac3 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | Plug-ins/Common/CPluginDLL.h | SpareSimian/mulberry-main | e868f3f4d86efae3351000818a3cb2d72ae5eac3 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2021-03-27T09:10:59.000Z | 2022-01-19T12:12:48.000Z | /*
Copyright (c) 2007 Cyrus Daboo. 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 re... | 33.202614 | 107 | 0.71122 | [
"object"
] |
1228ca1e26eb5f94a8143ca0b969a38b68f19f89 | 3,994 | h | C | tesseract/tesseract_visualization/include/tesseract_visualization/ignition/tesseract_ignition_visualization.h | johnwason/tesseract | 186a34f77af4bbc2a9d6e571e5345f9209f26872 | [
"BSD-2-Clause",
"Apache-2.0"
] | 1 | 2020-09-30T19:08:54.000Z | 2020-09-30T19:08:54.000Z | tesseract/tesseract_visualization/include/tesseract_visualization/ignition/tesseract_ignition_visualization.h | johnwason/tesseract | 186a34f77af4bbc2a9d6e571e5345f9209f26872 | [
"BSD-2-Clause",
"Apache-2.0"
] | 12 | 2019-06-04T19:04:12.000Z | 2020-09-11T14:33:25.000Z | tesseract/tesseract_visualization/include/tesseract_visualization/ignition/tesseract_ignition_visualization.h | Levi-Armstrong/tesseract-1 | 33bccff4204c4682eaff57e2827b586f182ae5fe | [
"Apache-2.0",
"BSD-2-Clause"
] | 4 | 2018-07-25T15:16:52.000Z | 2019-10-02T16:43:52.000Z | /**
* @file tesseract_ignition_vizualization.h
* @brief A tesseract vizualization implementation leveraging Ignition Robotics
*
* @author Levi Armstrong
* @date May 14, 2020
* @version TODO
* @bug No known bugs
*
* @copyright Copyright (c) 2020, Southwest Research Institute
*
* @par License
* Software Licen... | 38.776699 | 96 | 0.759139 | [
"object",
"vector"
] |
1241342d6de869430f3ef963169b84bd1f28ae36 | 11,415 | h | C | hi_core/hi_core/ExpansionHandler.h | Levitanus/HISE | 8ef678ec2fcae0973cc269163404b1f9df967733 | [
"Intel"
] | 9 | 2020-04-16T01:17:27.000Z | 2022-02-25T14:13:10.000Z | hi_core/hi_core/ExpansionHandler.h | Levitanus/HISE | 8ef678ec2fcae0973cc269163404b1f9df967733 | [
"Intel"
] | null | null | null | hi_core/hi_core/ExpansionHandler.h | Levitanus/HISE | 8ef678ec2fcae0973cc269163404b1f9df967733 | [
"Intel"
] | 6 | 2020-05-11T22:23:15.000Z | 2022-02-24T16:52:44.000Z | /* ===========================================================================
*
* This file is part of HISE.
* Copyright 2016 Christoph Hart
*
* HISE 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,... | 22.875752 | 132 | 0.720456 | [
"object"
] |
1246d0790e30a622730c26f2f087844d637c96fa | 4,731 | h | C | ATEsystem.PIRIS-driver-Shared/include/pylon/linux/pylon/BaslerBconDeviceInfo.h | parezj/ATEsystem.PIRIS-driver-SDK-cpp | b74891ed848d1bcc66e367b3bed96e2d960128bf | [
"MIT"
] | null | null | null | ATEsystem.PIRIS-driver-Shared/include/pylon/linux/pylon/BaslerBconDeviceInfo.h | parezj/ATEsystem.PIRIS-driver-SDK-cpp | b74891ed848d1bcc66e367b3bed96e2d960128bf | [
"MIT"
] | null | null | null | ATEsystem.PIRIS-driver-Shared/include/pylon/linux/pylon/BaslerBconDeviceInfo.h | parezj/ATEsystem.PIRIS-driver-SDK-cpp | b74891ed848d1bcc66e367b3bed96e2d960128bf | [
"MIT"
] | 1 | 2022-01-20T06:51:50.000Z | 2022-01-20T06:51:50.000Z | //-----------------------------------------------------------------------------
// Basler pylon SDK
// Copyright (c) 2011-2018 Basler AG
// http://www.baslerweb.com
// Author: AH
//-----------------------------------------------------------------------------
/*!
\file
\brief Definition of the CBaslerBconDeviceI... | 42.621622 | 139 | 0.702177 | [
"object"
] |
124a62af8abda6dc9ab765fc3ad82d14dd3e3f5e | 4,654 | h | C | lib/wp/properties.h | PipeWire/wireplumber | 51713d309a08d1040d883a226d0f82a832c7eb2d | [
"MIT"
] | 10 | 2020-02-02T18:18:47.000Z | 2022-03-29T13:22:46.000Z | lib/wp/properties.h | PipeWire/wireplumber | 51713d309a08d1040d883a226d0f82a832c7eb2d | [
"MIT"
] | 6 | 2021-06-01T09:31:09.000Z | 2022-03-14T13:18:42.000Z | lib/wp/properties.h | PipeWire/wireplumber | 51713d309a08d1040d883a226d0f82a832c7eb2d | [
"MIT"
] | 1 | 2020-10-11T08:30:59.000Z | 2020-10-11T08:30:59.000Z | /* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
* SPDX-License-Identifier: MIT
*/
#ifndef __WIREPLUMBER_PROPERTIES_H__
#define __WIREPLUMBER_PROPERTIES_H__
#include <glib-object.h>
#include "defs.h"
#include "iterator.h"
G_BEGIN_DECLS
str... | 23.866667 | 82 | 0.786205 | [
"object"
] |
124d15763682d84e2ecce124fcee6d124147587f | 75,087 | c | C | abc_with_bb_support/src/aig/kit/kitDsd.c | Shubhupatel/vtr-verilog-to-routing | d9a16a6faa8b349577a09236b05507527b303e4c | [
"MIT"
] | 31 | 2016-02-15T02:57:28.000Z | 2021-06-02T10:40:25.000Z | abc_with_bb_support/src/aig/kit/kitDsd.c | Shubhupatel/vtr-verilog-to-routing | d9a16a6faa8b349577a09236b05507527b303e4c | [
"MIT"
] | 10 | 2018-03-12T20:59:15.000Z | 2019-10-05T17:28:23.000Z | abc_with_bb_support/src/aig/kit/kitDsd.c | Shubhupatel/vtr-verilog-to-routing | d9a16a6faa8b349577a09236b05507527b303e4c | [
"MIT"
] | 6 | 2017-02-08T21:51:51.000Z | 2021-06-02T10:40:40.000Z | /**CFile****************************************************************
FileName [kitDsd.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Computation kit.]
Synopsis [Performs disjoint-support decomposition based on truth tables.]
Author [Alan Mishchenko]
... | 34.349039 | 138 | 0.486942 | [
"object",
"3d"
] |
1258858c5032c76f8842842f320a7207e637b8d1 | 5,049 | h | C | src/queries/headers/OutputIterator.h | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 13 | 2022-01-17T16:14:26.000Z | 2022-03-30T02:06:04.000Z | src/queries/headers/OutputIterator.h | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 1 | 2022-01-28T23:17:14.000Z | 2022-01-28T23:17:14.000Z | src/queries/headers/OutputIterator.h | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 3 | 2022-01-18T02:13:53.000Z | 2022-03-06T19:28:19.000Z |
#ifndef OUTPUT_ITER_H
#define OUTPUT_ITER_H
#include "PDBDebug.h"
#include "Query.h"
#include "Handle.h"
#include "DoneWithResult.h"
#include "PDBCommunicator.h"
#include "PDBString.h"
#include "KeepGoing.h"
#include <string>
#include <memory>
#include <snappy.h>
#include "UseTemporaryAllocationBlock.h"
namespace pd... | 28.365169 | 131 | 0.527629 | [
"vector"
] |
125cd1c039c1c2bc9c3446df6dfeb485af16e59f | 2,677 | h | C | src/utils/apollo_proto_geometry.h | pengdu/bubblefs | 9b27e191a287b3a1d012adfd3bab6a30629a5f33 | [
"BSD-3-Clause"
] | 1 | 2021-01-11T14:19:51.000Z | 2021-01-11T14:19:51.000Z | src/utils/apollo_proto_geometry.h | pengdu/bubblefs | 9b27e191a287b3a1d012adfd3bab6a30629a5f33 | [
"BSD-3-Clause"
] | null | null | null | src/utils/apollo_proto_geometry.h | pengdu/bubblefs | 9b27e191a287b3a1d012adfd3bab6a30629a5f33 | [
"BSD-3-Clause"
] | null | null | null |
// apollo/modules/common/proto/geometry.proto
// apollo/modules/map/proto/map_geometry.proto
#ifndef BUBBLEFS_UTILS_APOLLO_PROTO_GEOMETRY_H_
#define BUBBLEFS_UTILS_APOLLO_PROTO_GEOMETRY_H_
#include <vector>
namespace bubblefs {
namespace myapollo {
namespace common {
// A point in the map reference frame. T... | 26.50495 | 82 | 0.728801 | [
"geometry",
"object",
"vector",
"3d"
] |
12604f6d42107b15a5cc89ef174f7175f7eb948b | 2,150 | h | C | algorithms/medium/0423. Reconstruct Original Digits from English.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | algorithms/medium/0423. Reconstruct Original Digits from English.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | algorithms/medium/0423. Reconstruct Original Digits from English.h | MultivacX/letcode2020 | f86289f8718237303918a7705ae31625a12b68f6 | [
"MIT"
] | null | null | null | // 423. Reconstruct Original Digits from English
// Runtime: 88 ms, faster than 5.50% of C++ online submissions for Reconstruct Original Digits from English.
// Memory Usage: 38.1 MB, less than 100.00% of C++ online submissions for Reconstruct Original Digits from English.
class Solution {
public:
string original... | 28.666667 | 115 | 0.397674 | [
"vector"
] |
126512460f3d9a03f6aaa881809070efd04f5dce | 6,745 | h | C | printscan/print/drivers/usermode/unidrv2/render/rastpdev.h | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | printscan/print/drivers/usermode/unidrv2/render/rastpdev.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | printscan/print/drivers/usermode/unidrv2/render/rastpdev.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z |
/*++
Copyright (c) 1996 - 1999 Microsoft Corporation
Module Name:
RastPdev.h
Abstract:
Unidrv RASTPDEV and related info header file.
Environment:
Windows NT Unidrv driver
Revision History:
12/06/96 -alvins-
Created
dd-mm-yy -author-
... | 39.444444 | 100 | 0.629948 | [
"model"
] |
126d43cede2a6934253165701e4ed20517bf746f | 13,355 | h | C | BeautyWho/BeautyWho/Backend/ImageProcess.h | JiangWenPL/OOP_final | 99473b650dd06ce6a50333db60a301ab2d87b3cf | [
"MIT"
] | 1 | 2021-04-23T07:44:13.000Z | 2021-04-23T07:44:13.000Z | BeautyWho/BeautyWho/Backend/ImageProcess.h | GenerousMan/OOP_final | 99473b650dd06ce6a50333db60a301ab2d87b3cf | [
"MIT"
] | null | null | null | BeautyWho/BeautyWho/Backend/ImageProcess.h | GenerousMan/OOP_final | 99473b650dd06ce6a50333db60a301ab2d87b3cf | [
"MIT"
] | 1 | 2019-03-06T07:56:59.000Z | 2019-03-06T07:56:59.000Z | //
// Created by Wen Jiang on 6/19/18.
//
#ifndef OOP_FINAL_IMAGEPROCESS_H
#define OOP_FINAL_IMAGEPROCESS_H
#include <iostream>
#include <opencv2/opencv.hpp>
#include <utility>
#include <string>
#include <exception>
#include <QtGui/QImage>
#include <vector>
class ImageProcessor {
public:
ImageProcessor() = defau... | 30.914352 | 112 | 0.601348 | [
"vector",
"transform"
] |
126e710a7b5741715874056d5d7f9d223bd715b1 | 947 | h | C | src/MailChat/View/IM/Cells/MCIMChatNoticeCell.h | xiaoer371/youqia | 2ebfaf82c39c14217123342a0dc24dd21e79b963 | [
"MIT"
] | 3 | 2017-12-25T06:34:57.000Z | 2017-12-26T08:38:58.000Z | src/MailChat/View/IM/Cells/MCIMChatNoticeCell.h | xiaoer371/youqia | 2ebfaf82c39c14217123342a0dc24dd21e79b963 | [
"MIT"
] | null | null | null | src/MailChat/View/IM/Cells/MCIMChatNoticeCell.h | xiaoer371/youqia | 2ebfaf82c39c14217123342a0dc24dd21e79b963 | [
"MIT"
] | 3 | 2019-01-29T02:33:59.000Z | 2021-04-24T05:20:09.000Z | //
// MCIMChatNoticeCell.h
// NPushMail
//
// Created by swhl on 16/4/22.
// Copyright © 2016年 sprite. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MCIMMessageModel.h"
static const CGFloat padding = 5;//label与背景的间距
static const CGFloat paddingY = 3;//时间label与背景的间距
static const CGFloat fontSize = 14.0f... | 24.921053 | 88 | 0.771911 | [
"model"
] |
127547d37960c40c2c03951102bb227fd8f48008 | 3,562 | h | C | servers/pm/mproc.h | tianqichongzhen/minix3 | f6e9a7455e94def34751e3624273c71185e01ff6 | [
"BSD-3-Clause"
] | 13 | 2019-03-01T05:54:34.000Z | 2021-12-05T06:41:14.000Z | servers/pm/mproc.h | tianqichongzhen/minix3 | f6e9a7455e94def34751e3624273c71185e01ff6 | [
"BSD-3-Clause"
] | null | null | null | servers/pm/mproc.h | tianqichongzhen/minix3 | f6e9a7455e94def34751e3624273c71185e01ff6 | [
"BSD-3-Clause"
] | 5 | 2019-06-26T05:21:16.000Z | 2021-07-13T16:36:36.000Z | /* This table has one slot per process. It contains all the process management
* information for each process. Among other things, it defines the text, data
* and stack segments, uids and gids, and various flags. The kernel and file
* systems have tables that are also indexed by process, with the contents
* of c... | 46.868421 | 79 | 0.690904 | [
"transform"
] |
12792e728898323f7f9d3654cafacf2212a42832 | 5,315 | h | C | WXOpenIMSDKFMWK.framework/Versions/A/Headers/IYWConversationService.h | DawanApp/AliIM | 00c7b29ab57cf2a4095e2368752fc5537ba6d376 | [
"MIT"
] | null | null | null | WXOpenIMSDKFMWK.framework/Versions/A/Headers/IYWConversationService.h | DawanApp/AliIM | 00c7b29ab57cf2a4095e2368752fc5537ba6d376 | [
"MIT"
] | null | null | null | WXOpenIMSDKFMWK.framework/Versions/A/Headers/IYWConversationService.h | DawanApp/AliIM | 00c7b29ab57cf2a4095e2368752fc5537ba6d376 | [
"MIT"
] | null | null | null | //
// IYWConversationService.h
//
//
// Created by huanglei on 14/12/11.
// Copyright (c) 2014年 taobao. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "YWServiceDef.h"
#import "YWConversationServiceDef.h"
#import "YWConversation.h"
#import "YWP2PConversation.h"
#import "IYWMessage.h"
#impor... | 25.552885 | 184 | 0.783067 | [
"object"
] |
1284e573ac51d39a52d9a920514f7cd2bd8fac73 | 2,257 | h | C | RayTracing/Vec3.h | OnurUner/Computer-Graphics | b665a797e9aedace0f0aa46b6eb8ceee9667404d | [
"MIT"
] | null | null | null | RayTracing/Vec3.h | OnurUner/Computer-Graphics | b665a797e9aedace0f0aa46b6eb8ceee9667404d | [
"MIT"
] | null | null | null | RayTracing/Vec3.h | OnurUner/Computer-Graphics | b665a797e9aedace0f0aa46b6eb8ceee9667404d | [
"MIT"
] | null | null | null | /*
* Vec3.h
*
* Created on: Oct 23, 2014
* Author: e1949817
*/
#ifndef VEC3_H_
#define VEC3_H_
class Vec3{
private:
float x, y, z, magnitude;
public:
Vec3(){
this->x = 0.0;
this->y = 0.0;
this->z = 0.0;
this->magnitude = 0.0;
}
Vec3(float X, float Y, float ... | 22.127451 | 97 | 0.504209 | [
"vector"
] |
12914b5e7e5abd1a769f7ea198007e5420edd25e | 699 | h | C | Reachability query/query/Buffer.h | linhongseba/Reachability | 77bed55a63bd525dbe68184a710b26f13dbbb185 | [
"Apache-2.0"
] | 5 | 2015-10-18T20:28:54.000Z | 2020-09-15T08:40:54.000Z | Reachability query/query/Buffer.h | linhongseba/Reachability | 77bed55a63bd525dbe68184a710b26f13dbbb185 | [
"Apache-2.0"
] | null | null | null | Reachability query/query/Buffer.h | linhongseba/Reachability | 77bed55a63bd525dbe68184a710b26f13dbbb185 | [
"Apache-2.0"
] | null | null | null | #ifndef Buffer_h_
#define Buffer_h_
#include"Page.h"
#include<list>
class Buffer{
public:
int maxsize;
vector<MyPage> MyPagelist;
Buffer();
~Buffer();
bool isfull;
Buffer(int maxs);
int insertandreplace(MyPage p);
};
Buffer::Buffer(){
}
Buffer::Buffer(int maxs){
this->maxsize=maxs;
this->isfull=false;
}
Buffer... | 17.475 | 49 | 0.703863 | [
"vector"
] |
12932ee2a05ce70a4fe08d4b52d312b4b4e5d277 | 66,476 | h | C | contrib/gitian-builder/inputs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSCollectionView.h | Phikzel2/haroldcoin-main-MacOS | 15c949c8f722d424fd9603fab3c49ec4b2b720eb | [
"MIT"
] | null | null | null | contrib/gitian-builder/inputs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSCollectionView.h | Phikzel2/haroldcoin-main-MacOS | 15c949c8f722d424fd9603fab3c49ec4b2b720eb | [
"MIT"
] | null | null | null | contrib/gitian-builder/inputs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSCollectionView.h | Phikzel2/haroldcoin-main-MacOS | 15c949c8f722d424fd9603fab3c49ec4b2b720eb | [
"MIT"
] | 1 | 2021-08-13T21:12:07.000Z | 2021-08-13T21:12:07.000Z | /*
NSCollectionView.h
Application Kit
Copyright (c) 2005-2018, Apple Inc.
All rights reserved.
*/
#import <AppKit/NSView.h>
#import <AppKit/NSViewController.h>
#import <AppKit/NSDragging.h>
#import <Foundation/NSArray.h>
typedef NS_ENUM(NSInteger, NSCollectionViewDropOperation) {
NSCollectionViewD... | 88.634667 | 895 | 0.808653 | [
"object",
"model"
] |
12975445ed169d783e4fe38f51fb56049ec5f9ae | 1,808 | h | C | Modules/RenderProxy_cuda/DisForRender.h | alanzw/FGCG | 9819ff9c543cf52bfac16655d1d30417291b5d4c | [
"Apache-2.0"
] | 13 | 2016-10-24T11:39:12.000Z | 2021-04-11T13:24:05.000Z | Modules/RenderProxy_cuda/DisForRender.h | zhangq49/sharerender | 9819ff9c543cf52bfac16655d1d30417291b5d4c | [
"Apache-2.0"
] | 1 | 2017-07-28T06:29:00.000Z | 2017-07-28T06:29:00.000Z | Modules/RenderProxy_cuda/DisForRender.h | zhangq49/sharerender | 9819ff9c543cf52bfac16655d1d30417291b5d4c | [
"Apache-2.0"
] | 4 | 2018-06-05T03:39:06.000Z | 2020-06-06T04:44:20.000Z | #ifndef __DISFORRENDER_H__
#define __DISFORRENDER_H__
#include "../LibDistrubutor/Distributor.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <Windows.h>
#include <WinSock2.h>
#include <map>
#include "../LibCore/CpuWatch.h"
#include "../LibCore/GpuWatch.h"
#include "../LibRender/LibRenderCh... | 25.111111 | 82 | 0.726217 | [
"render"
] |
12abac6af340f7b1da38234330e3624317858ba6 | 1,643 | h | C | pointcloud-fusion/Examples/rgbd_monodepth/KinectDataProvider.h | NetEaseAI-CVLab/CNN-MonoFusion | 49598c8e9d2c9ae36c68a50460ae842ac8f43d98 | [
"MIT"
] | 71 | 2018-08-26T07:48:07.000Z | 2022-01-20T16:09:09.000Z | pointcloud-fusion/Examples/rgbd_monodepth/KinectDataProvider.h | NeteaseAI-CVLab/CNN-MonoFusion | 49598c8e9d2c9ae36c68a50460ae842ac8f43d98 | [
"MIT"
] | 8 | 2018-10-29T06:41:30.000Z | 2021-07-01T13:12:58.000Z | pointcloud-fusion/Examples/rgbd_monodepth/KinectDataProvider.h | NeteaseAI-CVLab/CNN-MonoFusion | 49598c8e9d2c9ae36c68a50460ae842ac8f43d98 | [
"MIT"
] | 8 | 2018-10-25T07:29:05.000Z | 2019-05-29T01:58:31.000Z | #pragma once
#include <Kinect.h>
#include <opencv2/core.hpp>
#include <thread>
#include <atomic>
#include <queue>
#include <mutex>
class KinectDataProvider
{
public:
static const int ORIGIN_COLOR_WIDTH = 1920;
static const int ORIGIN_COLOR_HEIGHT = 1080;
static const int ORIGIN_DEPTH_WIDTH = 512;
static const int... | 24.893939 | 89 | 0.737066 | [
"3d"
] |
12b4d7e52087d62f5d18a106928097fbc3ded1e9 | 1,884 | h | C | dev/Code/Sandbox/Plugins/EditorAnimation/CharacterTool/AnimationTagList.h | crazyskateface/lumberyard | 164512f8d415d6bdf37e195af319ffe5f96a8f0b | [
"AML"
] | 5 | 2018-08-17T21:05:55.000Z | 2021-04-17T10:48:26.000Z | dev/Code/Sandbox/Plugins/EditorAnimation/CharacterTool/AnimationTagList.h | JulianoCristian/Lumberyard-3 | dc523dd780f3cd1874251181b7cf6848b8db9959 | [
"AML"
] | null | null | null | dev/Code/Sandbox/Plugins/EditorAnimation/CharacterTool/AnimationTagList.h | JulianoCristian/Lumberyard-3 | dc523dd780f3cd1874251181b7cf6848b8db9959 | [
"AML"
] | 5 | 2017-12-05T16:36:00.000Z | 2021-04-27T06:33:54.000Z | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 30.387097 | 90 | 0.677813 | [
"vector"
] |
3e265e47f4ad386d826c998a33d9d957aa6c7515 | 3,537 | h | C | BinClone/CloneSearcherLib/CSAssemblyFileMgr.h | wzj1695224/BinClone | 3b6dedb9a1f08be6dbcdce8f3278351ef5530ed8 | [
"Apache-2.0"
] | 21 | 2015-05-22T09:22:16.000Z | 2021-04-06T18:54:07.000Z | BinClone/CloneSearcherLib/CSAssemblyFileMgr.h | mrfarhadi/BinClone | 035c20ab27ec00935c12ce54fe9c52bba4aaeff2 | [
"Apache-2.0"
] | 1 | 2020-05-21T08:43:19.000Z | 2020-05-21T08:43:19.000Z | BinClone/CloneSearcherLib/CSAssemblyFileMgr.h | mrfarhadi/BinClone | 035c20ab27ec00935c12ce54fe9c52bba4aaeff2 | [
"Apache-2.0"
] | 11 | 2015-09-08T20:56:14.000Z | 2019-12-22T12:52:45.000Z | //******************************************************************************//
// Copyright 2014 Concordia University //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// you may not use this file except in compliance with the License. //
// You may ... | 36.84375 | 160 | 0.650551 | [
"vector"
] |
3e2d6bb1138b373b6b35cabe165d0313fda06e93 | 12,500 | c | C | crypto/cipher/aes_gcm_ossl.c | wreuven/libsrtp | 83404dda2884b92505fcc57609e292dcd2aca19b | [
"BSD-3-Clause"
] | 1 | 2021-09-13T15:25:29.000Z | 2021-09-13T15:25:29.000Z | crypto/cipher/aes_gcm_ossl.c | wreuven/libsrtp | 83404dda2884b92505fcc57609e292dcd2aca19b | [
"BSD-3-Clause"
] | null | null | null | crypto/cipher/aes_gcm_ossl.c | wreuven/libsrtp | 83404dda2884b92505fcc57609e292dcd2aca19b | [
"BSD-3-Clause"
] | 1 | 2018-01-05T08:27:09.000Z | 2018-01-05T08:27:09.000Z | /*
* aes_gcm_ossl.c
*
* AES Galois Counter Mode
*
* John A. Foley
* Cisco Systems, Inc.
*
*/
/*
*
* Copyright (c) 2013-2017, Cisco Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditio... | 29.137529 | 80 | 0.64424 | [
"vector"
] |
3e32c6e98ec106576450e4520d1881069e05026b | 1,514 | h | C | source/main.h | jpcy/piranha76 | 6d29df1d641174d25b34ce74e060bc4125c793cd | [
"MIT"
] | null | null | null | source/main.h | jpcy/piranha76 | 6d29df1d641174d25b34ce74e060bc4125c793cd | [
"MIT"
] | null | null | null | source/main.h | jpcy/piranha76 | 6d29df1d641174d25b34ce74e060bc4125c793cd | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include <stdint.h>
#include "MemoryModule.h"
#define DDRAW_DLL "ddraw.dll"
#define I76_EXE "i76.exe"
#define I76SHELL_DLL "i76shell.dll"
#define ZGLIDE_DLL "zglide.dll"
#define LOG_IMPORTS 0
#define LOG_VERBOSE 0
#define LOG_ZGLIDE_VERBOSE 0
#define LOG_WINPROC 0
//#define FUNCTION_LOG... | 22.597015 | 129 | 0.742404 | [
"vector"
] |
3e3a55b6d44215b04bee2b44a2fc4dcedd7cf117 | 5,649 | h | C | Source/MonitoringSession.h | emeraldion/minibatterylogger | 0f8894969f233c260b3fba90dc023e4cabd8c44b | [
"MIT"
] | 6 | 2016-05-28T17:45:19.000Z | 2022-01-21T20:25:04.000Z | Source/MonitoringSession.h | emeraldion/minibatterylogger | 0f8894969f233c260b3fba90dc023e4cabd8c44b | [
"MIT"
] | 1 | 2015-11-06T17:41:25.000Z | 2015-11-06T17:45:14.000Z | Source/MonitoringSession.h | emeraldion/minibatterylogger | 0f8894969f233c260b3fba90dc023e4cabd8c44b | [
"MIT"
] | 3 | 2017-10-11T02:35:54.000Z | 2022-03-26T04:40:15.000Z | //
// MonitoringSession.h
// MiniBatteryLogger
//
// Created by delphine on 5-10-2006.
// Copyright 2006 Claudio Procida. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "MBLEvent.h"
#import "NSFileManager+MBLUtils.h"
/*!
@class MonitoringSession
@abstract Represents a monitoring session, i.e. a contain... | 33.426036 | 116 | 0.758187 | [
"object"
] |
3e3b4ee4fed0b6769b41f068f3e3e029cdaa715a | 314 | h | C | HotTopicForMaintenance/HotTopicForMaintenance/Views/TableViewCells/ErrorReportTableViewCell.h | SavorGit/HotTopicForMaintenance | 1f19af8b06bc7f926721a6da322671a95a267ed3 | [
"Apache-2.0"
] | null | null | null | HotTopicForMaintenance/HotTopicForMaintenance/Views/TableViewCells/ErrorReportTableViewCell.h | SavorGit/HotTopicForMaintenance | 1f19af8b06bc7f926721a6da322671a95a267ed3 | [
"Apache-2.0"
] | null | null | null | HotTopicForMaintenance/HotTopicForMaintenance/Views/TableViewCells/ErrorReportTableViewCell.h | SavorGit/HotTopicForMaintenance | 1f19af8b06bc7f926721a6da322671a95a267ed3 | [
"Apache-2.0"
] | null | null | null | //
// ErrorReportTableViewCell.h
// HotTopicForMaintenance
//
// Created by 郭春城 on 2017/9/6.
// Copyright © 2017年 郭春城. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "ErrorReportModel.h"
@interface ErrorReportTableViewCell : UITableViewCell
- (void)configWithModel:(ErrorReportModel *)model;
@end
| 18.470588 | 53 | 0.738854 | [
"model"
] |
3e3c6dcb96b367e53f98e8d6f532b71a3c122cdb | 7,472 | c | C | teaching-stuff/FreeBSD/lists/slists.c | fluca1978/fluca1978-coding-bits | 2cb48332fb12b68f44c56f6dc1fc975829d2beed | [
"BSD-3-Clause"
] | 3 | 2019-11-13T02:25:52.000Z | 2021-04-05T18:13:25.000Z | teaching-stuff/FreeBSD/lists/slists.c | fluca1978/fluca1978-coding-bits | 2cb48332fb12b68f44c56f6dc1fc975829d2beed | [
"BSD-3-Clause"
] | null | null | null | teaching-stuff/FreeBSD/lists/slists.c | fluca1978/fluca1978-coding-bits | 2cb48332fb12b68f44c56f6dc1fc975829d2beed | [
"BSD-3-Clause"
] | 1 | 2017-10-31T10:23:08.000Z | 2017-10-31T10:23:08.000Z | /*
* A simple program to demonstrate basic usage of the BSD SLIST (Single List) macros and
* facilities. For info see queue(3).
*
* To compile the program do:
*
* gcc -g -o slists.exe slists.c && ./slists.exe
*
*
* \author Luca Ferrari - fluca1978 (at) gmail (dot) com
*/
#include <sys/queue.h>
#include <st... | 32.486957 | 133 | 0.604791 | [
"model"
] |
3e3d4c931bf6442b1f8e6bc3de655cdd30b21217 | 3,415 | h | C | lib/util/src/iter.h | IcyDefiance/nice-engine-cpp | 716a8b3edbcecc8ae81558062efc34f277eca422 | [
"MIT"
] | null | null | null | lib/util/src/iter.h | IcyDefiance/nice-engine-cpp | 716a8b3edbcecc8ae81558062efc34f277eca422 | [
"MIT"
] | null | null | null | lib/util/src/iter.h | IcyDefiance/nice-engine-cpp | 716a8b3edbcecc8ae81558062efc34f277eca422 | [
"MIT"
] | null | null | null | #pragma once
#include "opt.h"
#include "typedefs.h"
#include "vec.h"
/*** ROOTS ***/
template <typename Cur, typename End>
struct StdIter {
using Item = std::reference_wrapper<typename std::iterator_traits<Cur>::value_type>;
StdIter() = default;
StdIter(Cur cur, End end) : cur(cur), end(end) {}
Opt<Item> next()... | 18.459459 | 85 | 0.647731 | [
"transform"
] |
3e3e535e9d6df9e44e9d3f062911a90bed9c9f86 | 2,026 | h | C | project_files/frontlib/net/netprotocol.h | roman-murashov/hedgewars | 74f633d76bf95674f68f6872472bd21825f1f8c0 | [
"Apache-2.0"
] | 401 | 2015-01-08T05:38:43.000Z | 2022-03-26T10:56:42.000Z | project_files/frontlib/net/netprotocol.h | roman-murashov/hedgewars | 74f633d76bf95674f68f6872472bd21825f1f8c0 | [
"Apache-2.0"
] | 31 | 2015-01-05T16:50:02.000Z | 2021-04-05T02:10:38.000Z | project_files/frontlib/net/netprotocol.h | roman-murashov/hedgewars | 74f633d76bf95674f68f6872472bd21825f1f8c0 | [
"Apache-2.0"
] | 107 | 2015-01-08T05:38:46.000Z | 2022-02-10T03:49:40.000Z | /*
* Hedgewars, a free turn based strategy game
* Copyright (C) 2012 Simeon Maxein <smaxein@googlemail.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 Foundation; either version 2
* of the Lic... | 30.238806 | 82 | 0.732478 | [
"model"
] |
3e4812056b84fddd7aefc1b0fc03a20a685a26b8 | 4,156 | c | C | src/stack.c | Nejij/c-generic-library | 922a4212adeb17bda31302c6c0b14ba5b5d6bdf0 | [
"BSD-3-Clause"
] | 9 | 2017-09-10T14:29:22.000Z | 2021-04-22T16:16:55.000Z | src/stack.c | Nejij/c-generic-library | 922a4212adeb17bda31302c6c0b14ba5b5d6bdf0 | [
"BSD-3-Clause"
] | null | null | null | src/stack.c | Nejij/c-generic-library | 922a4212adeb17bda31302c6c0b14ba5b5d6bdf0 | [
"BSD-3-Clause"
] | 3 | 2017-06-22T09:43:59.000Z | 2021-09-05T16:53:43.000Z |
/**
* Copyright 2006, All Rights Reserved, Micah Villmow
* @author Micah Villmow
* @brief a reusable stack class that takes any object
*
* the stack class offers two flavors, a stacklist and
* a stackvector, depending on which underlying structure
* the programmer prefers
*/
#include <stdio.h>
#include <string... | 19.511737 | 82 | 0.717757 | [
"object"
] |
3e4f479271c9b144528746e95748682b58fc9e72 | 5,806 | c | C | release/src-rt/linux/linux-2.6/arch/h8300/kernel/ints.c | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 278 | 2015-11-03T03:01:20.000Z | 2022-01-20T18:21:05.000Z | release/src-rt/linux/linux-2.6/arch/h8300/kernel/ints.c | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 374 | 2015-11-03T12:37:22.000Z | 2021-12-17T14:18:08.000Z | release/src-rt/linux/linux-2.6/arch/h8300/kernel/ints.c | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 96 | 2015-11-22T07:47:26.000Z | 2022-01-20T19:52:19.000Z | /*
* linux/arch/h8300/kernel/ints.c
*
* Yoshinori Sato <ysato@users.sourceforge.jp>
*
* Based on linux/arch/$(ARCH)/platform/$(PLATFORM)/ints.c
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive
* for more detail... | 22.59144 | 77 | 0.683775 | [
"vector",
"3d"
] |
3e575b9000fb141d48c9c223517855c2669e36b3 | 3,855 | h | C | binding/matlab/S2M_segmentsInertia.h | CamWilhelm/biorbd | 67d36e77d90cc09aa748c3acf2c2bdff5065d3c9 | [
"MIT"
] | null | null | null | binding/matlab/S2M_segmentsInertia.h | CamWilhelm/biorbd | 67d36e77d90cc09aa748c3acf2c2bdff5065d3c9 | [
"MIT"
] | 1 | 2019-08-02T08:46:38.000Z | 2019-08-02T08:46:38.000Z | binding/matlab/S2M_segmentsInertia.h | CamWilhelm/biorbd | 67d36e77d90cc09aa748c3acf2c2bdff5065d3c9 | [
"MIT"
] | null | null | null | #ifndef MATLAB_S2M_SEGMENTS_INERTIA_H
#define MATLAB_S2M_SEGMENTS_INERTIA_H
#include <mex.h>
#include "s2mMusculoSkeletalModel.h"
#include "class_handle.h"
#include "processArguments.h"
void S2M_segmentsInertia( int, mxArray *plhs[],
int nrhs, const mxArray*prhs[] ){
// Verifier le... | 36.367925 | 167 | 0.597665 | [
"vector",
"model"
] |
3e582adcc282711980aa236b2300c3d0714ba7a1 | 548 | h | C | box-Staff-Manager/globel/ManagerCommon/DirectoryManager.h | boxproject/box-Staff-Manager | ccf48b6d88790a22a0b07b0bb304f902b4dae283 | [
"Apache-2.0"
] | 23 | 2018-04-25T02:48:34.000Z | 2018-07-20T04:24:51.000Z | box-Staff-Manager/globel/ManagerCommon/DirectoryManager.h | boxproject/box-Staff-Manager | ccf48b6d88790a22a0b07b0bb304f902b4dae283 | [
"Apache-2.0"
] | 3 | 2018-06-09T16:49:25.000Z | 2018-07-09T10:30:15.000Z | box-Staff-Manager/globel/ManagerCommon/DirectoryManager.h | boxproject/box-Staff-Manager | ccf48b6d88790a22a0b07b0bb304f902b4dae283 | [
"Apache-2.0"
] | 4 | 2018-04-27T09:30:20.000Z | 2020-08-20T18:24:23.000Z | //
// DirectoryManager.h
// box-Staff-Manager
//
// Created by Yu Huang on 2018/4/1.
// Copyright © 2018年 2se. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "HomeDirectoryModel.h"
@interface DirectoryManager : NSObject
+(instancetype)sharedManager;
- (NSMutableArray *)loadDBDirectoryData:(NSS... | 24.909091 | 61 | 0.760949 | [
"model"
] |
3e58a6462d860d1fe63e037e43041492959979c9 | 4,499 | h | C | paddle/fluid/operators/load_op.h | zmxdream/Paddle | 04f042a5d507ad98f7f2cfc3cbc44b06d7a7f45c | [
"Apache-2.0"
] | 17,085 | 2016-11-18T06:40:52.000Z | 2022-03-31T22:52:32.000Z | paddle/fluid/operators/load_op.h | zmxdream/Paddle | 04f042a5d507ad98f7f2cfc3cbc44b06d7a7f45c | [
"Apache-2.0"
] | 29,769 | 2016-11-18T06:35:22.000Z | 2022-03-31T16:46:15.000Z | paddle/fluid/operators/load_op.h | zmxdream/Paddle | 04f042a5d507ad98f7f2cfc3cbc44b06d7a7f45c | [
"Apache-2.0"
] | 4,641 | 2016-11-18T07:43:33.000Z | 2022-03-31T15:15:02.000Z | /* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... | 38.127119 | 80 | 0.665703 | [
"shape",
"vector",
"model"
] |
3e5ea5f149617208008cf2d283f0659953b3affd | 4,524 | h | C | AlphaSync/Application/ASLoadSaveProtocol.h | riordan/alphasync | c4fb31cacc098cdfc61d3a357abc582bb89b017e | [
"BSD-3-Clause"
] | 58 | 2016-03-10T22:42:45.000Z | 2022-03-27T23:46:29.000Z | AlphaSync/Application/ASLoadSaveProtocol.h | ccahoon/alphasync | ab5eb81f45e147891c96b388d8ea3c01a69183a4 | [
"BSD-3-Clause"
] | 7 | 2016-05-23T23:46:14.000Z | 2021-04-29T07:38:30.000Z | AlphaSync/Application/ASLoadSaveProtocol.h | ccahoon/alphasync | ab5eb81f45e147891c96b388d8ea3c01a69183a4 | [
"BSD-3-Clause"
] | 11 | 2016-05-23T23:44:37.000Z | 2021-12-17T00:04:44.000Z | /** @file ASLoadSaveProtocol.h
* @brief Protocol used for objects that can load or save themselves to local disk. This is used
* by ASNode derivatives to write themselves and their children to disk.
*
*
* Copyright (c) 2008-2013, tSoniq. http://tsoniq.com
*
* All rights reserved.
*
* Redistribu... | 36.192 | 146 | 0.714633 | [
"object"
] |
3e60dca3e3fb954804e82f8079e844aa1babe1b5 | 140 | c | C | test/test_01.c | peko/vector | 5268156fe8f6c50e40fde125c184ff19fb39fa67 | [
"MIT"
] | null | null | null | test/test_01.c | peko/vector | 5268156fe8f6c50e40fde125c184ff19fb39fa67 | [
"MIT"
] | null | null | null | test/test_01.c | peko/vector | 5268156fe8f6c50e40fde125c184ff19fb39fa67 | [
"MIT"
] | null | null | null | #include "vector.h"
int
main(int argc, char** argv) {
vector_init();
// scene_p scene = scene_hex();
vector_loop();
vector_exit();
};
| 12.727273 | 32 | 0.642857 | [
"vector"
] |
3e6c9b02632dedd459730d6d77f65126f49acbea | 2,975 | h | C | UE4_TechDemos/PuzzleGame/Public/Items/RoomTileBoard.h | ericzhou9/PortfolioSnippets | 5fcc27210a562ca17c603d80de97e4efd63ed89e | [
"MIT"
] | 133 | 2016-02-05T17:52:04.000Z | 2022-01-19T11:29:22.000Z | UE4_TechDemos/PuzzleGame/Public/Items/RoomTileBoard.h | ericzhou9/PortfolioSnippets | 5fcc27210a562ca17c603d80de97e4efd63ed89e | [
"MIT"
] | null | null | null | UE4_TechDemos/PuzzleGame/Public/Items/RoomTileBoard.h | ericzhou9/PortfolioSnippets | 5fcc27210a562ca17c603d80de97e4efd63ed89e | [
"MIT"
] | 103 | 2016-02-05T00:48:37.000Z | 2022-03-11T08:24:00.000Z | // Orfeas Eleftheriou 2016
#pragma once
#include "Items/BaseItem.h"
#include "Items/RoomTile.h"
#include "RoomTileBoard.generated.h"
/**
*
*/
struct RoomSocket
{
bool bIsOccupied;
FVector WorldLocation;
FName SocketName;
RoomSocket(FName SocketName, FVector WorldLocation)
{
bIsOccupied = false;
this->S... | 24.586777 | 90 | 0.744202 | [
"transform"
] |
3e6f2908e73591fa8903496787c1ac7ccfc3cf6b | 4,635 | h | C | src/connectivity/wlan/drivers/lib/components/cpp/include/wlan/drivers/components/network_port.h | fabio-d/fuchsia-stardock | e57f5d1cf015fe2294fc2a5aea704842294318d2 | [
"BSD-2-Clause"
] | 5 | 2022-01-10T20:22:17.000Z | 2022-01-21T20:14:17.000Z | src/connectivity/wlan/drivers/lib/components/cpp/include/wlan/drivers/components/network_port.h | fabio-d/fuchsia-stardock | e57f5d1cf015fe2294fc2a5aea704842294318d2 | [
"BSD-2-Clause"
] | null | null | null | src/connectivity/wlan/drivers/lib/components/cpp/include/wlan/drivers/components/network_port.h | fabio-d/fuchsia-stardock | e57f5d1cf015fe2294fc2a5aea704842294318d2 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
#ifndef SRC_CONNECTIVITY_WLAN_DRIVERS_LIB_COMPONENTS_CPP_INCLUDE_WLAN_DRIVERS_COMPONENTS_NETWORK_PORT_H_
#define SRC_CONNECTIVITY_WLAN_DRIVERS_LIB_COMPONENTS_... | 46.35 | 107 | 0.776483 | [
"object"
] |
3e711592f68e5035ad4d816334d040d8b68af753 | 43,028 | h | C | windows_sysroot/include/shared/ksarm64.h | ci-fuzz/bazel-toolchain | 4f42c70f17fd1a64bff2aa53a1a3d97a0b55dcdd | [
"Apache-2.0"
] | null | null | null | windows_sysroot/include/shared/ksarm64.h | ci-fuzz/bazel-toolchain | 4f42c70f17fd1a64bff2aa53a1a3d97a0b55dcdd | [
"Apache-2.0"
] | null | null | null | windows_sysroot/include/shared/ksarm64.h | ci-fuzz/bazel-toolchain | 4f42c70f17fd1a64bff2aa53a1a3d97a0b55dcdd | [
"Apache-2.0"
] | null | null | null |
//
// Pointer size in bytes
//
#define SizeofPointer 0x8
//
// Process State Enumerated Type Values
//
#define ProcessInMemory 0x0
#define ProcessOutOfMemory 0x1
#define ProcessInTransition 0x2
//
// Thread State Enumerated Type Values
//
#define Initialized 0x0
#define Ready 0x1
#define Ru... | 24.65788 | 89 | 0.810054 | [
"object"
] |
3e7673616ecd640a22b0771115203e2e3aa919dc | 314 | h | C | FSJZBus/classes/FSProcessController.h | fuchina/FSJZBus | 2beda77a0d0dae92dd86810d1d1d6a21d8525aa5 | [
"MIT"
] | null | null | null | FSJZBus/classes/FSProcessController.h | fuchina/FSJZBus | 2beda77a0d0dae92dd86810d1d1d6a21d8525aa5 | [
"MIT"
] | null | null | null | FSJZBus/classes/FSProcessController.h | fuchina/FSJZBus | 2beda77a0d0dae92dd86810d1d1d6a21d8525aa5 | [
"MIT"
] | null | null | null | //
// FSProcessController.h
// Expand
//
// Created by Fudongdong on 2017/10/24.
// Copyright © 2017年 china. All rights reserved.
//
#import "FSBaseController.h"
@class FSProcessModel;
@interface FSProcessController : FSBaseController
- (void)addData:(FSProcessModel *)model atIndex:(NSInteger)index;
@end
| 18.470588 | 65 | 0.735669 | [
"model"
] |
3e77091ad0d6d22a55af7005669b955046da7bd6 | 3,179 | h | C | platform/pc/inc/platform-pic.h | eryjus/century-os | 6e6bef8cbc0f9c5ff6a943b44aa87a7e89fdfbd7 | [
"BSD-3-Clause"
] | 12 | 2018-12-03T15:16:52.000Z | 2022-03-16T21:07:13.000Z | platform/pc/inc/platform-pic.h | eryjus/century-os | 6e6bef8cbc0f9c5ff6a943b44aa87a7e89fdfbd7 | [
"BSD-3-Clause"
] | null | null | null | platform/pc/inc/platform-pic.h | eryjus/century-os | 6e6bef8cbc0f9c5ff6a943b44aa87a7e89fdfbd7 | [
"BSD-3-Clause"
] | 2 | 2018-11-13T01:30:41.000Z | 2021-08-12T18:22:26.000Z | //===================================================================================================================
//
// platform-pic.h -- Programmable Interrupt Controller definitions and functions for the x86
//
// Copyright (c) 2017-2020 -- Adam Clark
// Licensed under "THE BEER-WARE LICENSE"
// ... | 27.885965 | 117 | 0.467443 | [
"vector"
] |
3e857eeacc1fb2548b515c78f0b0ba490294e643 | 459 | h | C | src/common/utils.h | czhiming/AmuNMT | 154f6663152611c189c179e1b2eba62e1dd1a399 | [
"MIT"
] | 4 | 2018-06-27T16:33:20.000Z | 2020-08-15T06:32:00.000Z | src/common/utils.h | liyc7711/amunmt | 8e5ef6f9efb688995fb172befefd3eb2136d18b8 | [
"MIT"
] | null | null | null | src/common/utils.h | liyc7711/amunmt | 8e5ef6f9efb688995fb172befefd3eb2136d18b8 | [
"MIT"
] | 2 | 2018-03-04T14:54:03.000Z | 2020-08-15T06:32:01.000Z | #pragma once
#include <string>
#include <vector>
#include <boost/algorithm/string.hpp>
namespace amunmt {
void Trim(std::string& s);
void Split(const std::string& line, std::vector<std::string>& pieces, const std::string del=" ");
std::string Join(const std::vector<std::string>& words, const std::string del=" ");
s... | 24.157895 | 97 | 0.671024 | [
"vector"
] |
3e8964c86f3c7bfa74946b1c85c3fd7a50c8a28e | 98,191 | c | C | sdl1/Gilbert/MoteurDeJeu.c | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | sdl1/Gilbert/MoteurDeJeu.c | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | sdl1/Gilbert/MoteurDeJeu.c | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | // GILBERT AND THE DOORS V1.0
// COPYRIGHT (c) Daniel Champagne 2016-2017
// Contact EMAIL: phoenixbozo@gmail.com
/*
MoteurDeJeu.c is part of Gilbert and the doors.
Gilbert and the doors is free software: you can redistribute it and/or modify
it under the terms o... | 39.198004 | 339 | 0.651149 | [
"render"
] |
3e8f724835e0ca51ef3ab4beb2fb6402b3ac244e | 9,057 | h | C | types.h | NexusApplePie/ApplePie | 99f10d91ae3e7fbad729e81c07c4cd69d43ffabd | [
"AML"
] | null | null | null | types.h | NexusApplePie/ApplePie | 99f10d91ae3e7fbad729e81c07c4cd69d43ffabd | [
"AML"
] | null | null | null | types.h | NexusApplePie/ApplePie | 99f10d91ae3e7fbad729e81c07c4cd69d43ffabd | [
"AML"
] | null | null | null | #ifndef COINSHIELD_LLP_TYPES_H
#define COINSHIELD_LLP_TYPES_H
#include "util.h"
namespace LLP
{
/** Definitions for LLP Functions **/
typedef boost::shared_ptr<boost::asio::ip::tcp::socket> Socket_t;
typedef boost::asio::ip::tcp::acceptor Listener_t;
typedef boost::asio::io_service ... | 25.512676 | 189 | 0.612786 | [
"vector"
] |
3e933b44148c59b8f207ea39256e5a24ad68f32f | 1,648 | h | C | libsafs/memory_manager.h | kjhyun824/uncertain-graph-engine | 17aa1b8b5d03b03200583797ab0cfb4a42ff8845 | [
"Apache-2.0"
] | 140 | 2015-01-02T21:28:55.000Z | 2015-12-22T01:25:03.000Z | libsafs/memory_manager.h | kjhyun824/uncertain-graph-engine | 17aa1b8b5d03b03200583797ab0cfb4a42ff8845 | [
"Apache-2.0"
] | 160 | 2016-11-07T18:37:33.000Z | 2020-03-10T22:57:07.000Z | libsafs/memory_manager.h | kjhyun824/uncertain-graph-engine | 17aa1b8b5d03b03200583797ab0cfb4a42ff8845 | [
"Apache-2.0"
] | 25 | 2016-11-14T04:31:29.000Z | 2020-07-28T04:58:44.000Z | #ifndef __MEMORY_MANAGER__
#define __MEMORY_MANAGER__
/*
* Copyright 2014 Open Connectome Project (http://openconnecto.me)
* Written by Da Zheng (zhengda1936@gmail.com)
*
* This file is part of SAFSlib.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in com... | 22.575342 | 75 | 0.725121 | [
"vector"
] |
3ea82851f8f2bba2b9a5013beb15dda4b6420c72 | 7,385 | h | C | 2004/samples/entity/Smiley/SmileyDbCom/SmileyEntity.h | kevinzhwl/ObjectARXMod | ef4c87db803a451c16213a7197470a3e9b40b1c6 | [
"MIT"
] | 1 | 2021-06-25T02:58:47.000Z | 2021-06-25T02:58:47.000Z | 2004/samples/entity/Smiley/SmileyDbCom/SmileyEntity.h | kevinzhwl/ObjectARXMod | ef4c87db803a451c16213a7197470a3e9b40b1c6 | [
"MIT"
] | null | null | null | 2004/samples/entity/Smiley/SmileyDbCom/SmileyEntity.h | kevinzhwl/ObjectARXMod | ef4c87db803a451c16213a7197470a3e9b40b1c6 | [
"MIT"
] | 3 | 2020-05-23T02:47:44.000Z | 2020-10-27T01:26:53.000Z | //
// (C) Copyright 2000-2002 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// provided that the above copyright notice appears in all copies and
// that both that copyright notice and the limited ... | 33.876147 | 132 | 0.679892 | [
"object"
] |
3eac7d2bd1518a719ebd742240b36ab28fb82551 | 4,196 | c | C | QP/v5.4.2/qpc/examples/ucos-ii/arm-cm/dpp_nucleo-l152re/main.c | hyller/GladiatorCots | 36a69df68675bb40b562081c531e6674037192a8 | [
"Unlicense"
] | null | null | null | QP/v5.4.2/qpc/examples/ucos-ii/arm-cm/dpp_nucleo-l152re/main.c | hyller/GladiatorCots | 36a69df68675bb40b562081c531e6674037192a8 | [
"Unlicense"
] | null | null | null | QP/v5.4.2/qpc/examples/ucos-ii/arm-cm/dpp_nucleo-l152re/main.c | hyller/GladiatorCots | 36a69df68675bb40b562081c531e6674037192a8 | [
"Unlicense"
] | null | null | null | /*****************************************************************************
* Product: DPP example, uC/OS-II
* Last Updated for Version: 5.4.0
* Date of the Last Update: 2015-03-26
*
* Q u a n t u m L e a P s
* ---------------------------
* innovating emb... | 41.137255 | 78 | 0.597712 | [
"object"
] |
3eae6aba1dcd8386eb5f4b9a3aa738298766a63b | 8,633 | h | C | headers/string.h | AllenDang/wxnim | 1bc112b1784606523f2caee2675d9e3e9450b9b5 | [
"MIT"
] | 93 | 2017-03-21T19:57:56.000Z | 2022-03-06T01:22:46.000Z | headers/string.h | AllenDang/wxnim | 1bc112b1784606523f2caee2675d9e3e9450b9b5 | [
"MIT"
] | 20 | 2017-03-29T14:08:07.000Z | 2021-12-13T20:17:15.000Z | headers/string.h | AllenDang/wxnim | 1bc112b1784606523f2caee2675d9e3e9450b9b5 | [
"MIT"
] | 15 | 2017-06-01T23:11:12.000Z | 2022-03-31T18:12:06.000Z | ///////////////////////////////////////////////////////////////////////////////
// Name: wx/string.h
// Purpose: wxString class
// Author: Vadim Zeitlin
// Modified by:
// Created: 29/01/98
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licen... | 36.893162 | 80 | 0.637438 | [
"object"
] |
c4179b5eb9595d2371a2e68ec3f28080044a2149 | 1,232 | h | C | he-samples/examples/secure-query/include/sqclient.h | fboemer/he-toolkit | 593e8e1c7ffcc9fde0f39f9fe31a94f449ded3e7 | [
"Apache-2.0"
] | null | null | null | he-samples/examples/secure-query/include/sqclient.h | fboemer/he-toolkit | 593e8e1c7ffcc9fde0f39f9fe31a94f449ded3e7 | [
"Apache-2.0"
] | null | null | null | he-samples/examples/secure-query/include/sqclient.h | fboemer/he-toolkit | 593e8e1c7ffcc9fde0f39f9fe31a94f449ded3e7 | [
"Apache-2.0"
] | null | null | null | // Copyright (C) 2020-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <memory>
#include <string>
#include <vector>
#include "seal/seal.h"
#include "sq_helper_functions.h"
#include "sq_types.h"
class SQClient {
public:
SQClient();
void initializeSealContext(
size_t _po... | 26.782609 | 79 | 0.752435 | [
"vector"
] |
c420cb52b47b7285fbf1edc79d03b2c556062869 | 1,657 | h | C | Source/FSD/Public/GunLogicComponent.h | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | null | null | null | Source/FSD/Public/GunLogicComponent.h | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | null | null | null | Source/FSD/Public/GunLogicComponent.h | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | null | null | null | #pragma once
#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include "Components/ActorComponent.h"
#include "GunLogicComponent.generated.h"
class UMeshComponent;
class UWeaponFireComponent;
class UParticleSystem;
class USoundCue;
UCLASS(Blueprintable, ClassGroup=Custom, meta=(BlueprintSpawnableComponent)... | 30.127273 | 98 | 0.766445 | [
"mesh"
] |
c4262a0fc085c44e8fec4e227869be52bbef6644 | 5,712 | h | C | src/shaders/SkLights.h | pospx/external_skia | 7a135275c9fc2a4b3cbdcf9a96e7102724752234 | [
"BSD-3-Clause"
] | 2,729 | 2016-04-25T13:41:06.000Z | 2022-03-31T14:24:04.000Z | src/shaders/SkLights.h | pospx/external_skia | 7a135275c9fc2a4b3cbdcf9a96e7102724752234 | [
"BSD-3-Clause"
] | 120 | 2016-04-26T13:58:06.000Z | 2022-03-30T11:45:15.000Z | src/shaders/SkLights.h | pospx/external_skia | 7a135275c9fc2a4b3cbdcf9a96e7102724752234 | [
"BSD-3-Clause"
] | 286 | 2016-04-25T16:32:52.000Z | 2022-03-28T00:32:59.000Z |
/*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkLights_DEFINED
#define SkLights_DEFINED
#include "SkPoint3.h"
#include "SkRefCnt.h"
#include "../private/SkTArray.h"
class SkColorSpaceXformer;
class SkReadBuffer... | 29.142857 | 97 | 0.557423 | [
"object"
] |
c429aec57193d2f14f0719c37e30b2a0841fddad | 13,002 | h | C | Code/Patented/itkActiveShapeModelCalculator.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | 1 | 2018-04-15T13:32:43.000Z | 2018-04-15T13:32:43.000Z | Code/Patented/itkActiveShapeModelCalculator.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | null | null | null | Code/Patented/itkActiveShapeModelCalculator.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | null | null | null | /*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: itkActiveShapeModelCalculator.h
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Insight Software Consortium. All rights reserved.
See ITKCopy... | 42.351792 | 110 | 0.646362 | [
"object",
"shape",
"vector",
"model"
] |
c42a43cd8bd0fa77a949d511740923878040c011 | 33,191 | c | C | interfaces/dia/app/disp_callbacks.c | krattai/monoflow | d777b8f345c5f2910114af7a186dc3bb6fe14aaf | [
"BSD-2-Clause"
] | 1 | 2021-05-04T16:35:42.000Z | 2021-05-04T16:35:42.000Z | interfaces/dia/app/disp_callbacks.c | krattai/monoflow | d777b8f345c5f2910114af7a186dc3bb6fe14aaf | [
"BSD-2-Clause"
] | null | null | null | interfaces/dia/app/disp_callbacks.c | krattai/monoflow | d777b8f345c5f2910114af7a186dc3bb6fe14aaf | [
"BSD-2-Clause"
] | 1 | 2021-05-04T16:35:35.000Z | 2021-05-04T16:35:35.000Z | /* Dia -- an diagram creation/manipulation program
* Copyright (C) 1998 Alexander Larsson
*
* 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 o... | 29.821204 | 142 | 0.628514 | [
"object"
] |
c42aba19a7aa4f9d1f9fa3cb2f693dc0c9a2dfd5 | 25,568 | h | C | cc/core/MatCalib3dBindings.h | bookjan/opencv4nodejs | d0a457ce40783cadaea79eb82ffef01d57ed97a3 | [
"MIT"
] | 2 | 2018-12-21T01:37:32.000Z | 2019-05-29T06:27:03.000Z | cc/core/MatCalib3dBindings.h | bookjan/opencv4nodejs | d0a457ce40783cadaea79eb82ffef01d57ed97a3 | [
"MIT"
] | null | null | null | cc/core/MatCalib3dBindings.h | bookjan/opencv4nodejs | d0a457ce40783cadaea79eb82ffef01d57ed97a3 | [
"MIT"
] | 1 | 2020-02-18T06:44:04.000Z | 2020-02-18T06:44:04.000Z | #include "MatCalib3d.h"
#ifndef __FF_MATCALIB3DBINDINGS_H__
#define __FF_MATCALIB3DBINDINGS_H__
namespace MatCalib3dBindings {
struct RodriguesWorker : public CatchCvExceptionWorker {
public:
cv::Mat self;
RodriguesWorker(cv::Mat self) {
this->self = self;
}
cv::Mat dst;
cv::Mat jaco... | 31.448954 | 231 | 0.625274 | [
"object",
"vector"
] |
c435d43281b122c82709790c06941c18f06fbfc2 | 3,702 | h | C | src/serialization/avro_generic_deserializer_impl.h | raytheonbbn/tc-ta3-api-bindings-cpp | 98c0646e89de52ac8e65948699450fded402c254 | [
"MIT-0"
] | null | null | null | src/serialization/avro_generic_deserializer_impl.h | raytheonbbn/tc-ta3-api-bindings-cpp | 98c0646e89de52ac8e65948699450fded402c254 | [
"MIT-0"
] | null | null | null | src/serialization/avro_generic_deserializer_impl.h | raytheonbbn/tc-ta3-api-bindings-cpp | 98c0646e89de52ac8e65948699450fded402c254 | [
"MIT-0"
] | 1 | 2020-11-27T20:15:34.000Z | 2020-11-27T20:15:34.000Z | // Copyright (c) 2020 Raytheon BBN Technologies Corp.
// See LICENSE.txt for details.
#ifndef TC_SERIALIZATION_AVRO_GENERIC_DESERIALIZER_IMPL_H_
#define TC_SERIALIZATION_AVRO_GENERIC_DESERIALIZER_IMPL_H_
#include <sstream>
#include "serialization/avro_generic_deserializer.h"
#include "serialization/utils.h"
namespa... | 35.941748 | 95 | 0.754997 | [
"vector"
] |
c436753be3f27bf0c89a663e1db07109592c8517 | 11,072 | h | C | zsLib/eventing/tool/OutputStream.h | timothy003/zsLib-eventing | 9d4abb9779508aabdaf9867c938b82e9040abd0f | [
"BSD-2-Clause"
] | null | null | null | zsLib/eventing/tool/OutputStream.h | timothy003/zsLib-eventing | 9d4abb9779508aabdaf9867c938b82e9040abd0f | [
"BSD-2-Clause"
] | 2 | 2018-08-23T13:46:14.000Z | 2018-08-23T18:35:11.000Z | zsLib/eventing/tool/OutputStream.h | timothy003/zsLib-eventing | 9d4abb9779508aabdaf9867c938b82e9040abd0f | [
"BSD-2-Clause"
] | 2 | 2019-07-25T16:58:48.000Z | 2020-09-09T01:23:03.000Z | /*
Copyright (c) 2016, Robin Raymond
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following ... | 34.385093 | 87 | 0.452583 | [
"vector"
] |
c439c9ec241fde9e071ddf5875fc45889e85600f | 4,559 | h | C | pulsarDb/EphStatus.h | fermi-lat/pulsarDb | 014cdc2bafc1a51d50833567dd6024880b270741 | [
"BSD-3-Clause"
] | null | null | null | pulsarDb/EphStatus.h | fermi-lat/pulsarDb | 014cdc2bafc1a51d50833567dd6024880b270741 | [
"BSD-3-Clause"
] | null | null | null | pulsarDb/EphStatus.h | fermi-lat/pulsarDb | 014cdc2bafc1a51d50833567dd6024880b270741 | [
"BSD-3-Clause"
] | null | null | null | /** \file EphStatus.h
\brief Interface for EphStatus class.
\authors Masaharu Hirayama, GSSC,
James Peachey, HEASARC/GSSC
*/
#ifndef pulsarDb_EphStatus_h
#define pulsarDb_EphStatus_h
#include <limits>
#include <list>
#include <sstream>
#include <string>
#include "timeSystem/AbsoluteTime.h"
names... | 41.072072 | 126 | 0.701689 | [
"object"
] |
c43cce42cf7f2aa2903cf25f7f304f94866ebcd1 | 274 | h | C | windows_side/99_VectorProjection/global_header.h | swcho84/ProgrammingCJUAE101-2021 | f45d3375fd4147c5e3f0c0ddf2942d23b5cc65f2 | [
"BSD-3-Clause"
] | 1 | 2021-09-08T08:23:18.000Z | 2021-09-08T08:23:18.000Z | windows_side/99_VectorProjection/global_header.h | swcho84/ProgrammingCJUAE101-2021 | f45d3375fd4147c5e3f0c0ddf2942d23b5cc65f2 | [
"BSD-3-Clause"
] | 1 | 2021-09-08T08:22:08.000Z | 2021-09-08T08:22:49.000Z | windows_side/99_VectorProjection/global_header.h | swcho84/ProgrammingCJUAE101-2021 | f45d3375fd4147c5e3f0c0ddf2942d23b5cc65f2 | [
"BSD-3-Clause"
] | 2 | 2021-09-08T08:23:19.000Z | 2021-11-17T07:58:56.000Z | #pragma once
#include <stdio.h>
#include <iostream>
#include <vector>
using namespace std;
typedef struct
{
double dX;
double dY;
} Pt2D;
typedef struct
{
double dX;
double dY;
double dZ;
} Pt3D;
typedef struct
{
double dI;
double dJ;
double dK;
} Vec3D; | 10.538462 | 20 | 0.671533 | [
"vector"
] |
c4417b47baad01fe6a130ec87a6ac76551a2f3f9 | 51,700 | h | C | VecGeom/volumes/kernel/PolyhedronImplementation.h | cxwx/VecGeom | c86c00bd7d4db08f4fc20a625020da329784aaac | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-06-27T18:43:36.000Z | 2020-06-27T18:43:36.000Z | VecGeom/volumes/kernel/PolyhedronImplementation.h | cxwx/VecGeom | c86c00bd7d4db08f4fc20a625020da329784aaac | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | VecGeom/volumes/kernel/PolyhedronImplementation.h | cxwx/VecGeom | c86c00bd7d4db08f4fc20a625020da329784aaac | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | /// \file PolyhedronImplementation.h
/// \author Johannes de Fine Licht (johannes.definelicht@cern.ch)
#ifndef VECGEOM_VOLUMES_KERNEL_POLYHEDRONIMPLEMENTATION_H_
#define VECGEOM_VOLUMES_KERNEL_POLYHEDRONIMPLEMENTATION_H_
#include <cstdio>
#include "VecGeom/base/Vector3D.h"
#include "VecGeom/volumes/kernel/GenericKer... | 42.307692 | 120 | 0.676248 | [
"vector"
] |
c4420b2f420f1bd6376a3dc55d45ba7e264abfe7 | 10,936 | h | C | src/xapian/backends/remote/remote-database.h | Kronuz/Xapiand | a71570859dcfc9f48090d845053f359b07f4f78c | [
"MIT"
] | 370 | 2016-03-14T12:19:08.000Z | 2022-03-25T02:07:29.000Z | src/xapian/backends/remote/remote-database.h | YosefMac/Xapiand-1 | a71570859dcfc9f48090d845053f359b07f4f78c | [
"MIT"
] | 34 | 2015-11-30T19:06:40.000Z | 2022-02-26T03:46:58.000Z | src/xapian/backends/remote/remote-database.h | YosefMac/Xapiand-1 | a71570859dcfc9f48090d845053f359b07f4f78c | [
"MIT"
] | 31 | 2015-02-13T22:27:34.000Z | 2022-03-25T02:07:34.000Z | /** @file remote-database.h
* @brief RemoteDatabase is the baseclass for remote database implementations.
*/
/* Copyright (C) 2006,2007,2009,2010,2011,2014,2015,2017 Olly Betts
* Copyright (C) 2007,2009,2010 Lemur Consulting Ltd
*
* This program is free software; you can redistribute it and/or
* modify it under ... | 34.389937 | 89 | 0.701993 | [
"object",
"vector"
] |
c4472b5734019d7d7aabb89901084a566e921b49 | 6,694 | h | C | source/common.h | toipq172/FlappyBird | 48253d5c6d7c1112d27288482b78f5cfcdf1ba48 | [
"MIT"
] | 4 | 2019-04-17T06:53:59.000Z | 2021-08-19T15:43:14.000Z | source/common.h | toipq172/FlappyBird | 48253d5c6d7c1112d27288482b78f5cfcdf1ba48 | [
"MIT"
] | 1 | 2019-02-12T16:40:54.000Z | 2020-01-08T21:19:30.000Z | source/common.h | toipq172/FlappyBird | 48253d5c6d7c1112d27288482b78f5cfcdf1ba48 | [
"MIT"
] | 5 | 2021-01-16T18:05:29.000Z | 2022-02-20T09:32:40.000Z | /*
MIT License
Copyright (c) 2018 fuzun
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute... | 38.034091 | 78 | 0.83403 | [
"vector"
] |
c44baddea56b73aae6732e121a3a0bac83913b2e | 1,562 | h | C | graphics/cgal/Algebraic_foundations/doc/Algebraic_foundations/Concepts/UniqueFactorizationDomain.h | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | 4 | 2016-03-30T14:31:52.000Z | 2019-02-02T05:01:32.000Z | graphics/cgal/Algebraic_foundations/doc/Algebraic_foundations/Concepts/UniqueFactorizationDomain.h | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | null | null | null | graphics/cgal/Algebraic_foundations/doc/Algebraic_foundations/Concepts/UniqueFactorizationDomain.h | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | null | null | null |
/*!
\ingroup PkgAlgebraicFoundationsAlgebraicStructuresConcepts
\cgalConcept
A model of `UniqueFactorizationDomain` is an `IntegralDomain` with the
additional property
that the ring it represents is a unique factorization domain
(a.k.a. UFD or factorial ring), meaning that every non-zero non-unit
element has a fa... | 33.234043 | 169 | 0.798335 | [
"model"
] |
c456b7041c77e0df9824b5c9756347339f087cc6 | 4,563 | h | C | ios/versioned-react-native/ABI33_0_0/ReactCommon/ABI33_0_0yoga/yoga/ABI33_0_0Yoga-internal.h | Jinksi/expo | 9f9c25037d89f9cd7b64cba6328edc32330f669b | [
"Apache-2.0",
"MIT"
] | null | null | null | ios/versioned-react-native/ABI33_0_0/ReactCommon/ABI33_0_0yoga/yoga/ABI33_0_0Yoga-internal.h | Jinksi/expo | 9f9c25037d89f9cd7b64cba6328edc32330f669b | [
"Apache-2.0",
"MIT"
] | 19 | 2020-04-07T07:36:24.000Z | 2022-03-26T09:32:12.000Z | ios/versioned-react-native/ABI33_0_0/ReactCommon/ABI33_0_0yoga/yoga/ABI33_0_0Yoga-internal.h | Jinksi/expo | 9f9c25037d89f9cd7b64cba6328edc32330f669b | [
"Apache-2.0",
"MIT"
] | 2 | 2019-02-22T08:41:09.000Z | 2019-02-22T08:47:56.000Z | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
#pragma once
#include <algorithm>
#include <array>
#include <cmath>
#include <vector>
#include "ABI33_0_0CompactValue.h"
#include "... | 29.25 | 86 | 0.738111 | [
"vector"
] |
c45f2a4e77478d9b65856274654be59acd577ce5 | 1,659 | h | C | src/main/cpp/algorithms/other/BitManipulations.h | pratikadarsh/Algorithms | 21507f261b52047b0d9f2e3517756daf54494d85 | [
"MIT"
] | 558 | 2020-07-26T20:10:38.000Z | 2022-03-28T19:52:24.000Z | src/main/cpp/algorithms/other/BitManipulations.h | pratikadarsh/Algorithms | 21507f261b52047b0d9f2e3517756daf54494d85 | [
"MIT"
] | 7 | 2020-12-08T12:50:49.000Z | 2022-02-27T03:45:42.000Z | src/main/cpp/algorithms/other/BitManipulations.h | pratikadarsh/Algorithms | 21507f261b52047b0d9f2e3517756daf54494d85 | [
"MIT"
] | 192 | 2020-07-28T19:32:47.000Z | 2022-03-24T00:15:11.000Z | /*
* @file BitManipulations.h
* @author (original JAVA) Micah Stairs
* (conversion to C++) Armin Zare Zadeh, ali.a.zarezadeh@gmail.com
* @date 13 July 2020
* @version 0.1
* @brief Fundamental bit manipulation operations you must know Time Complexity: O(1).
*/
#ifndef D_BITMANIPULATIONS_H
#define D... | 21.828947 | 88 | 0.647981 | [
"vector"
] |
c4647cfe3d2b8375aa8a36c6ab407c047c5a0374 | 24,371 | c | C | sys/dev/pv/xenstore.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | 1 | 2019-02-16T13:29:23.000Z | 2019-02-16T13:29:23.000Z | sys/dev/pv/xenstore.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | 1 | 2018-08-21T03:56:33.000Z | 2018-08-21T03:56:33.000Z | sys/dev/pv/xenstore.c | ArrogantWombatics/openbsd-src | 75721e1d44322953075b7c4b89337b163a395291 | [
"BSD-3-Clause"
] | null | null | null | /* $OpenBSD: xenstore.c,v 1.28 2016/04/19 18:15:41 mikeb Exp $ */
/*
* Copyright (c) 2015 Mike Belopuhov
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all co... | 24.105836 | 76 | 0.653441 | [
"vector"
] |
c467d3ff2e2ad997efd0d175803406fcfe47d232 | 8,712 | c | C | tnc/src/de_unit.c | dj3vande/tendra | 86981ad5574f55821853e3bdf5f82e373f91edb2 | [
"BSD-3-Clause"
] | null | null | null | tnc/src/de_unit.c | dj3vande/tendra | 86981ad5574f55821853e3bdf5f82e373f91edb2 | [
"BSD-3-Clause"
] | null | null | null | tnc/src/de_unit.c | dj3vande/tendra | 86981ad5574f55821853e3bdf5f82e373f91edb2 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright 2002-2011, The TenDRA Project.
* Copyright 1997, United Kingdom Secretary of State for Defence.
*
* See doc/copyright/ for the full copyright terms.
*/
#include <string.h>
#include <stdio.h>
#include <shared/bool.h>
#include <shared/check.h>
#include <shared/string.h>
#include <shared/xalloc.h>
#... | 16.5 | 72 | 0.587236 | [
"shape"
] |
c4691de86e4c45ae26154f655019871c1c29b68d | 10,865 | h | C | fennel/db/Database.h | alexavila150/luciddb | e3125564eb18238677e6efb384b630cab17bb472 | [
"Apache-2.0"
] | 14 | 2015-07-21T06:31:22.000Z | 2020-05-13T14:18:33.000Z | fennel/db/Database.h | alexavila150/luciddb | e3125564eb18238677e6efb384b630cab17bb472 | [
"Apache-2.0"
] | 1 | 2020-05-04T23:08:51.000Z | 2020-05-04T23:08:51.000Z | fennel/db/Database.h | alexavila150/luciddb | e3125564eb18238677e6efb384b630cab17bb472 | [
"Apache-2.0"
] | 22 | 2015-01-03T14:27:36.000Z | 2021-09-14T02:09:13.000Z | /*
// Licensed to DynamoBI Corporation (DynamoBI) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. DynamoBI licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may ... | 29.128686 | 80 | 0.704556 | [
"object"
] |
c46c6b5c35d9a74055d18bed1839491c6db58a41 | 22,738 | h | C | yggdrasil_decision_forests/learner/gradient_boosted_trees/gradient_boosted_trees_loss.h | isabella232/yggdrasil-decision-forests | 52ed2571c46baa9738f81d7341dc27700dbfec73 | [
"Apache-2.0"
] | null | null | null | yggdrasil_decision_forests/learner/gradient_boosted_trees/gradient_boosted_trees_loss.h | isabella232/yggdrasil-decision-forests | 52ed2571c46baa9738f81d7341dc27700dbfec73 | [
"Apache-2.0"
] | 1 | 2021-06-18T14:08:31.000Z | 2021-06-18T14:08:31.000Z | yggdrasil_decision_forests/learner/gradient_boosted_trees/gradient_boosted_trees_loss.h | isabella232/yggdrasil-decision-forests | 52ed2571c46baa9738f81d7341dc27700dbfec73 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2021 Google LLC.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 42.421642 | 96 | 0.696763 | [
"object",
"shape",
"vector",
"model"
] |
c46e859c49b714adb4199ff43d6bcc7b3c4db547 | 45,417 | c | C | src/frr/pceplib/pcep_msg_tlvs_encoding.c | zhouhaifeng/vpe | 9c644ffd561988e5740021ed26e0f7739844353d | [
"Apache-2.0"
] | null | null | null | src/frr/pceplib/pcep_msg_tlvs_encoding.c | zhouhaifeng/vpe | 9c644ffd561988e5740021ed26e0f7739844353d | [
"Apache-2.0"
] | null | null | null | src/frr/pceplib/pcep_msg_tlvs_encoding.c | zhouhaifeng/vpe | 9c644ffd561988e5740021ed26e0f7739844353d | [
"Apache-2.0"
] | null | null | null | /*
* This file is part of the PCEPlib, a PCEP protocol library.
*
* Copyright (C) 2020 Volta Networks https://voltanet.io/
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
... | 34.936154 | 93 | 0.758571 | [
"object"
] |
c47c3af4d510a762ee01e5d90fb71168b3014ed9 | 22,237 | h | C | Release/include/cpprest/streambuf_type_erasure.h | SergeyZhuravlev/cpprestsdk_Net | 11331ee568e2bfe486c3ebb57818b7c040716ab0 | [
"MIT"
] | null | null | null | Release/include/cpprest/streambuf_type_erasure.h | SergeyZhuravlev/cpprestsdk_Net | 11331ee568e2bfe486c3ebb57818b7c040716ab0 | [
"MIT"
] | null | null | null | Release/include/cpprest/streambuf_type_erasure.h | SergeyZhuravlev/cpprestsdk_Net | 11331ee568e2bfe486c3ebb57818b7c040716ab0 | [
"MIT"
] | null | null | null | #pragma once
#include "astreambuf.h"
#include "istreambuf_type_erasure.h"
namespace Concurrency::streams
{
/*// Forward declarations
template<typename _CharType> class basic_istream;
template<typename _CharType> class basic_ostream;*/
/// <summary>
/// Reference-counted stream buffer.
/// </summary>
/// <typep... | 42.035917 | 230 | 0.694788 | [
"object"
] |
c47e37b6f1dba6f631ee439f8b584c6cdbcb299a | 513 | h | C | Source/PrefabricatorEditor/Public/Utils/SelectionHook.h | OmikronX/prefabricator-ue4 | 40a977a22bc42a82504c628c187defedb3fbbab1 | [
"MIT"
] | null | null | null | Source/PrefabricatorEditor/Public/Utils/SelectionHook.h | OmikronX/prefabricator-ue4 | 40a977a22bc42a82504c628c187defedb3fbbab1 | [
"MIT"
] | null | null | null | Source/PrefabricatorEditor/Public/Utils/SelectionHook.h | OmikronX/prefabricator-ue4 | 40a977a22bc42a82504c628c187defedb3fbbab1 | [
"MIT"
] | null | null | null | //$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
class PREFABRICATOREDITOR_API FPrefabricatorSelectionHook {
public:
void Initialize();
void Release();
private:
void OnObjectSelected(UObject* Object);
void On... | 22.304348 | 82 | 0.797271 | [
"object"
] |
c47f82e7db162324daa00aa27daff80a8fc3ad59 | 7,151 | h | C | pages/logging_page.h | marcocannici/scs | 799a4f7daed4294cd98c73df71676195e6c63de4 | [
"MIT"
] | 25 | 2017-06-30T15:31:33.000Z | 2021-04-21T20:12:18.000Z | pages/logging_page.h | marcocannici/scs | 799a4f7daed4294cd98c73df71676195e6c63de4 | [
"MIT"
] | 34 | 2017-06-07T01:18:17.000Z | 2021-04-24T09:44:00.000Z | pages/logging_page.h | marcocannici/scs | 799a4f7daed4294cd98c73df71676195e6c63de4 | [
"MIT"
] | 13 | 2017-06-07T01:16:09.000Z | 2021-06-07T09:12:56.000Z | /*
* The MIT License (MIT)
*
* Copyright (c) 2017 Pantelis Sopasakis (https://alphaville.github.io),
* Krina Menounou (https://www.linkedin.com/in/krinamenounou),
* Panagiotis Patrinos (http://homes.esat.kuleuven.be/~ppatrino)
*
* Permission is hereby granted, free of charg... | 39.291209 | 102 | 0.619214 | [
"object"
] |
c481dd5b21d9185d2eea6e42646bded36e4ccccb | 8,404 | h | C | moveit_calibration_plugins/handeye_calibration_target/include/moveit/handeye_calibration_target/handeye_target_base.h | RoboticsYY/moveit_calibration | e37d4f707a5e966fb19620f3eaa2235692cd09d4 | [
"BSD-3-Clause"
] | 1 | 2021-04-25T12:32:22.000Z | 2021-04-25T12:32:22.000Z | moveit_calibration_plugins/handeye_calibration_target/include/moveit/handeye_calibration_target/handeye_target_base.h | RoboticsYY/moveit_calibration | e37d4f707a5e966fb19620f3eaa2235692cd09d4 | [
"BSD-3-Clause"
] | 2 | 2020-07-02T17:43:10.000Z | 2020-08-10T06:51:42.000Z | moveit_calibration_plugins/handeye_calibration_target/include/moveit/handeye_calibration_target/handeye_target_base.h | RoboticsYY/moveit_calibration | e37d4f707a5e966fb19620f3eaa2235692cd09d4 | [
"BSD-3-Clause"
] | null | null | null | /*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2019, Intel Corporation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following... | 41.810945 | 120 | 0.701809 | [
"vector",
"model",
"transform"
] |
c48a39ad94d7f5d57b69941e2b72eb3f6c863acc | 1,463 | h | C | net/cert/ct_verify_result.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5 | 2018-07-12T06:46:46.000Z | 2021-11-01T00:53:42.000Z | net/cert/ct_verify_result.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | net/cert/ct_verify_result.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2018-02-27T17:33:38.000Z | 2019-01-17T12:59:06.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 NET_CERT_CT_VERIFY_RESULT_H_
#define NET_CERT_CT_VERIFY_RESULT_H_
#include <vector>
#include "net/base/net_export.h"
#include "net/cert/ct_polic... | 28.686275 | 73 | 0.791524 | [
"vector"
] |
c4921a42705a4abf857d04edc3cbf5dc3e349003 | 8,894 | h | C | AD3/examples/summarization/FactorSequenceCompressor.h | Noahs-ARK/SPIGOT | f1e74019cb568420aacd7e30e21064756c725ca1 | [
"MIT"
] | 21 | 2018-05-19T09:58:49.000Z | 2022-02-27T13:07:51.000Z | AD3/examples/summarization/FactorSequenceCompressor.h | Noahs-ARK/SPIGOT | f1e74019cb568420aacd7e30e21064756c725ca1 | [
"MIT"
] | 1 | 2019-05-02T03:36:48.000Z | 2019-05-02T03:36:48.000Z | AD3/examples/summarization/FactorSequenceCompressor.h | Noahs-ARK/SPIGOT | f1e74019cb568420aacd7e30e21064756c725ca1 | [
"MIT"
] | 3 | 2019-04-16T20:46:40.000Z | 2019-08-26T09:57:14.000Z | // Copyright (c) 2012 Andre Martins
// All Rights Reserved.
//
// This file is part of AD3 2.0.
//
// AD3 2.0 is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at... | 32.698529 | 82 | 0.610187 | [
"vector"
] |
c49576918dc6c1597fe9c3f9e13e205fda482f93 | 16,501 | c | C | build/ImageMagick-7.1.0-2/IMDelegates/ghostscript-9.54.0/devices/vector/gdevpsdu.c | roMummy/imagemagick_lib_ios | 0e0e6fa77e06b471f5019d5b1b28caabd08d5e6a | [
"ImageMagick"
] | null | null | null | build/ImageMagick-7.1.0-2/IMDelegates/ghostscript-9.54.0/devices/vector/gdevpsdu.c | roMummy/imagemagick_lib_ios | 0e0e6fa77e06b471f5019d5b1b28caabd08d5e6a | [
"ImageMagick"
] | null | null | null | build/ImageMagick-7.1.0-2/IMDelegates/ghostscript-9.54.0/devices/vector/gdevpsdu.c | roMummy/imagemagick_lib_ios | 0e0e6fa77e06b471f5019d5b1b28caabd08d5e6a | [
"ImageMagick"
] | null | null | null | /* Copyright (C) 2001-2021 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license ... | 31.978682 | 90 | 0.598812 | [
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.