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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
733a812a4a3154b3b4e0bdefe97a0241f165afa7 | 1,197 | h | C | test_Text/src/ofApp.h | Bentleyj/Textsplosion | d410be2340f850ff0a19fedaaa52c062807bf5ff | [
"MIT"
] | null | null | null | test_Text/src/ofApp.h | Bentleyj/Textsplosion | d410be2340f850ff0a19fedaaa52c062807bf5ff | [
"MIT"
] | null | null | null | test_Text/src/ofApp.h | Bentleyj/Textsplosion | d410be2340f850ff0a19fedaaa52c062807bf5ff | [
"MIT"
] | null | null | null | #pragma once
#include "ofMain.h"
#include "ofxFontStash.h"
#include "ofxGui.h"
#include "Textsplosion.h"
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int ... | 20.288136 | 64 | 0.657477 | [
"vector"
] |
734143dee2404de4142c0c50dc3231958eff2ac2 | 850 | h | C | src/notebookpage.h | jslick/PepperNote | 47f73a3c3ec13362f9576f04c3c10aca4a1f9db6 | [
"MIT"
] | 2 | 2016-03-02T13:13:17.000Z | 2019-12-04T01:57:59.000Z | src/notebookpage.h | jslick/PepperNote | 47f73a3c3ec13362f9576f04c3c10aca4a1f9db6 | [
"MIT"
] | null | null | null | src/notebookpage.h | jslick/PepperNote | 47f73a3c3ec13362f9576f04c3c10aca4a1f9db6 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2012 PepperNote developers
*
* See the file license.txt for copying permission.
*/
#ifndef NOTEBOOKPAGE_H
#define NOTEBOOKPAGE_H
#include <QObject>
class Notebook;
class NotebookPage : public QObject
{
Q_OBJECT
public:
explicit NotebookPage(const QString& pageId = "", const QString& ... | 17 | 84 | 0.655294 | [
"object"
] |
7344b161f85dd680162aad959658c249d2faabf3 | 449 | h | C | toonz/sources/include/tlin/tlin_vector.h | ss23/opentoonz | b42e43d4b8d9fedc26022d145218b9a147a30985 | [
"BSD-3-Clause"
] | null | null | null | toonz/sources/include/tlin/tlin_vector.h | ss23/opentoonz | b42e43d4b8d9fedc26022d145218b9a147a30985 | [
"BSD-3-Clause"
] | null | null | null | toonz/sources/include/tlin/tlin_vector.h | ss23/opentoonz | b42e43d4b8d9fedc26022d145218b9a147a30985 | [
"BSD-3-Clause"
] | 1 | 2019-10-07T17:12:30.000Z | 2019-10-07T17:12:30.000Z |
#ifndef TLIN_VECTOR_H
#define TLIN_VECTOR_H
//----------------------------------------------------------------------------
/*!
The Vector class represents a vector in tlin-compatible algorithms.
*/
template <typename T>
class vector
{
public:
vector(int size);
~vector();
vector(const vector &);
vector &oper... | 15.482759 | 78 | 0.570156 | [
"vector"
] |
73473ab10f9fd63b1d2ab38ed2a14ec8863fe5d4 | 4,519 | h | C | GraphicsEngine.h | nghiattran/KittiViz | fa3ac5edb1f5efbfef7a9ef2926042f32045b7c0 | [
"MIT"
] | 19 | 2017-12-29T14:34:58.000Z | 2021-12-22T07:46:32.000Z | GraphicsEngine.h | dj-boy/KittiViz | fa3ac5edb1f5efbfef7a9ef2926042f32045b7c0 | [
"MIT"
] | 1 | 2017-12-29T14:34:53.000Z | 2018-08-05T20:09:56.000Z | GraphicsEngine.h | dj-boy/KittiViz | fa3ac5edb1f5efbfef7a9ef2926042f32045b7c0 | [
"MIT"
] | 3 | 2018-01-25T00:17:24.000Z | 2021-07-03T15:36:58.000Z | #ifndef GRAPHICSENGINE_H_INCLUDED
#define GRAPHICSENGINE_H_INCLUDED
#include <GL/glew.h>
#include <SFML/Graphics.hpp>
#include <SFML/OpenGL.hpp>
#include <SFML/System.hpp>
#include <iostream>
#include <string>
#include <stdio.h>
#define GLM_SWIZZLE
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#inclu... | 32.746377 | 94 | 0.639965 | [
"object",
"model"
] |
734ce8f02361fcbb546407a3198b4ef5cc6600d3 | 5,878 | h | C | CBP/CBP/SimObject.h | clayne/CBPSSE | c2bd6470efe3e0dcb3df606fb693f5c66e66e4e5 | [
"MIT"
] | 3 | 2020-06-21T18:10:19.000Z | 2021-02-05T21:33:18.000Z | CBP/CBP/SimObject.h | clayne/CBPSSE | c2bd6470efe3e0dcb3df606fb693f5c66e66e4e5 | [
"MIT"
] | 2 | 2020-08-29T14:29:19.000Z | 2020-09-10T18:40:52.000Z | CBP/CBP/SimObject.h | clayne/CBPSSE | c2bd6470efe3e0dcb3df606fb693f5c66e66e4e5 | [
"MIT"
] | 4 | 2020-08-25T17:56:35.000Z | 2021-11-25T09:39:47.000Z | #pragma once
#include "Config.h"
#include "Common/BulletExtensions.h"
#include "SimComponent.h"
namespace CBP
{
struct nodeDesc_t
{
nodeDesc_t(
const stl::fixed_string& a_nodeName,
const stl::fixed_string& a_confGroup,
NiAVObject* a_node,
NiNode* a_paren... | 27.339535 | 111 | 0.590507 | [
"object",
"vector"
] |
734fb562da5d03199217b4b07f886ed3d5961369 | 1,171 | h | C | source/scene/prCube.h | pmac1965/proteus | 53f366be90739f456c64f09cbec565a0e97b2629 | [
"Apache-2.0"
] | 1 | 2019-01-27T14:47:10.000Z | 2019-01-27T14:47:10.000Z | source/scene/prCube.h | pmac1965/proteus | 53f366be90739f456c64f09cbec565a0e97b2629 | [
"Apache-2.0"
] | null | null | null | source/scene/prCube.h | pmac1965/proteus | 53f366be90739f456c64f09cbec565a0e97b2629 | [
"Apache-2.0"
] | null | null | null | // File: prCube.h
/**
* Copyright 2014 Paul Michael McNab
*
* 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... | 25.456522 | 75 | 0.682323 | [
"object"
] |
7351b9b2f3112fdc8b65e04f412eb969373f042d | 3,337 | h | C | integrators/igi.h | cathook/rendering_final_proj | d0c147b563d6949839983bf38317c81367e2ed4c | [
"BSD-2-Clause"
] | 3 | 2020-12-09T00:03:29.000Z | 2021-07-03T13:31:41.000Z | integrators/igi.h | piwell/CS348B-pbrt | 147a9a3ef55cfcb0a1ad0132c63d1ac2f928418f | [
"BSD-2-Clause"
] | null | null | null | integrators/igi.h | piwell/CS348B-pbrt | 147a9a3ef55cfcb0a1ad0132c63d1ac2f928418f | [
"BSD-2-Clause"
] | 1 | 2020-11-28T12:33:24.000Z | 2020-11-28T12:33:24.000Z |
/*
pbrt source code Copyright(c) 1998-2012 Matt Pharr and Greg Humphreys.
This file is part of pbrt.
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... | 34.05102 | 84 | 0.724004 | [
"vector"
] |
7354cfc3890126b4b2b79ac2619156cd4d5ea4a4 | 7,888 | c | C | netbsd/sys/arch/alpha/pci/pci_a12.c | shisa/kame-shisa | 25dfcf220c0cd8192e475a602501206ccbd9263e | [
"BSD-3-Clause"
] | 1 | 2019-10-15T06:29:32.000Z | 2019-10-15T06:29:32.000Z | netbsd/sys/arch/alpha/pci/pci_a12.c | shisa/kame-shisa | 25dfcf220c0cd8192e475a602501206ccbd9263e | [
"BSD-3-Clause"
] | null | null | null | netbsd/sys/arch/alpha/pci/pci_a12.c | shisa/kame-shisa | 25dfcf220c0cd8192e475a602501206ccbd9263e | [
"BSD-3-Clause"
] | 3 | 2017-01-09T02:15:36.000Z | 2019-10-15T06:30:25.000Z | /* $NetBSD: pci_a12.c,v 1.7 2000/06/29 08:58:48 mrg Exp $ */
/* [Notice revision 2.0]
* Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
* All rights reserved.
*
* Author: Ross Harvey
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fol... | 25.61039 | 78 | 0.6643 | [
"vector"
] |
735aadfc4f465e4e5cfd60bfabbdcc84505f3571 | 1,826 | h | C | applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OpenGL/OpenGL/OPENGL_OCTREE_FACE_SCALAR_FIELD.h | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | 20 | 2017-07-03T19:09:09.000Z | 2021-09-10T02:53:56.000Z | applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OpenGL/OpenGL/OPENGL_OCTREE_FACE_SCALAR_FIELD.h | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | null | null | null | applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OpenGL/OpenGL/OPENGL_OCTREE_FACE_SCALAR_FIELD.h | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | 9 | 2017-09-17T02:05:06.000Z | 2020-01-31T00:12:01.000Z | #ifndef COMPILE_WITHOUT_DYADIC_SUPPORT
//#####################################################################
// Copyright 2004, Eran Guendelman.
// This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt.
//###################################... | 39.695652 | 148 | 0.635268 | [
"vector"
] |
735aea0195487efd8553332ce53287d42f787b0f | 23,144 | h | C | src/vw/Math/Functors.h | tkeemon/visionworkbench | df59fcb31191e1fc4fecfe1901963da1614a52b1 | [
"NASA-1.3"
] | 1 | 2020-06-02T04:06:43.000Z | 2020-06-02T04:06:43.000Z | src/vw/Math/Functors.h | tkeemon/visionworkbench | df59fcb31191e1fc4fecfe1901963da1614a52b1 | [
"NASA-1.3"
] | null | null | null | src/vw/Math/Functors.h | tkeemon/visionworkbench | df59fcb31191e1fc4fecfe1901963da1614a52b1 | [
"NASA-1.3"
] | null | null | null | // __BEGIN_LICENSE__
// Copyright (C) 2006-2010 United States Government as represented by
// the Administrator of the National Aeronautics and Space Administration.
// All Rights Reserved.
// __END_LICENSE__
/// \file Math/Functors.h
///
/// Mathematical functors.
///
/// This file provides polymorphic functor versi... | 37.878887 | 192 | 0.608495 | [
"vector"
] |
736253a269f8062e1f353f09e13a264ca76ae57d | 5,523 | h | C | src/machine/cpu/Moira/MoiraDataflow.h | elmerucr/E64-II | 47115cba99630cd0890768e8657e1fabba6c2c3b | [
"MIT"
] | 2 | 2021-02-02T19:28:02.000Z | 2021-11-28T20:14:28.000Z | src/machine/cpu/Moira/MoiraDataflow.h | elmerucr/E64-II | 47115cba99630cd0890768e8657e1fabba6c2c3b | [
"MIT"
] | null | null | null | src/machine/cpu/Moira/MoiraDataflow.h | elmerucr/E64-II | 47115cba99630cd0890768e8657e1fabba6c2c3b | [
"MIT"
] | null | null | null | // -----------------------------------------------------------------------------
// This file is part of Moira - A Motorola 68k emulator
//
// Copyright (C) Dirk W. Hoffmann. www.dirkwhoffmann.de
// Licensed under the GNU General Public License v3
//
// See https://www.gnu.org for license information
// ---------------... | 44.540323 | 86 | 0.502082 | [
"vector",
"model"
] |
736e201cfd50131691f8a1e7145ed82bb5f893c1 | 2,010 | h | C | src/Triangle.h | Stibius/RayTracer | d71e6de6d5607cf705db56c095e9381ad26c62d0 | [
"Unlicense"
] | null | null | null | src/Triangle.h | Stibius/RayTracer | d71e6de6d5607cf705db56c095e9381ad26c62d0 | [
"Unlicense"
] | null | null | null | src/Triangle.h | Stibius/RayTracer | d71e6de6d5607cf705db56c095e9381ad26c62d0 | [
"Unlicense"
] | null | null | null | #pragma once
#include "LeafShape.h"
class Triangle : public LeafShape
{
private:
Vector m_v1, m_v2, m_v3;
Vector m_n1, m_n2, m_n3;
public:
static std::string DESCRIPTION_LABEL;
Triangle() = default;
Triangle(const Vector& v1, const Vector& v2, const Vector& v3, ComponentShape* parent, const Mat... | 24.814815 | 201 | 0.716418 | [
"vector"
] |
73883668b1ad1ea9ab474241a5e8437ff0fe690c | 963 | h | C | Brio/src/Brio.h | Ckyre/brio | 77a41a2a9d16c20542b60b2425e44525d3f4eef8 | [
"Apache-2.0"
] | null | null | null | Brio/src/Brio.h | Ckyre/brio | 77a41a2a9d16c20542b60b2425e44525d3f4eef8 | [
"Apache-2.0"
] | null | null | null | Brio/src/Brio.h | Ckyre/brio | 77a41a2a9d16c20542b60b2425e44525d3f4eef8 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "Brio/Core/Core.h"
#include "Brio/Core/Application.h"
#include "Brio/Core/Layer.h"
#include "Brio/Core/Log.h"
#include "Brio/Core/Timestep.h"
// ---- Input -------------------------------
#include "Brio/Core/Input.h"
#include "Brio/Core/KeyCodes.h"
#include "Brio/Core/MouseCodes.h"
// --------... | 26.027027 | 50 | 0.616822 | [
"mesh"
] |
4cd1da46a7967c753364e9589c2afef652ad7133 | 4,568 | h | C | stage5/02-installqtlibs/qt5.15/include/QtQuick3D/5.15.1/QtQuick3D/private/qquick3dcustommaterial_p.h | damir1996iz/tabletos | bfc2f650e3291ce63f083bcf36e81392341fbc40 | [
"BSD-3-Clause"
] | null | null | null | stage5/02-installqtlibs/qt5.15/include/QtQuick3D/5.15.1/QtQuick3D/private/qquick3dcustommaterial_p.h | damir1996iz/tabletos | bfc2f650e3291ce63f083bcf36e81392341fbc40 | [
"BSD-3-Clause"
] | null | null | null | stage5/02-installqtlibs/qt5.15/include/QtQuick3D/5.15.1/QtQuick3D/private/qquick3dcustommaterial_p.h | damir1996iz/tabletos | bfc2f650e3291ce63f083bcf36e81392341fbc40 | [
"BSD-3-Clause"
] | null | null | null | /****************************************************************************
**
** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Quick 3D.
**
** $QT_BEGIN_LICENSE:GPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use t... | 36.253968 | 122 | 0.74387 | [
"3d"
] |
4cdea5020402a46ecf846dda6e1b2c78a35a7b18 | 3,474 | h | C | includes/encryptedMessage.h | gshimabuko/cryptopals1_3 | 9183b377b22c13e81abacde4cdcf6e32a81d7231 | [
"Unlicense"
] | null | null | null | includes/encryptedMessage.h | gshimabuko/cryptopals1_3 | 9183b377b22c13e81abacde4cdcf6e32a81d7231 | [
"Unlicense"
] | null | null | null | includes/encryptedMessage.h | gshimabuko/cryptopals1_3 | 9183b377b22c13e81abacde4cdcf6e32a81d7231 | [
"Unlicense"
] | null | null | null | /*********************************************************************************
* @copyright Copyright (c) 2021 by Guilherme Shimabuko - Shima's Digital Hardware
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* ... | 40.870588 | 84 | 0.645653 | [
"vector"
] |
4ceff2ca3310ef3de5af7e7d1d559556818eba7a | 2,890 | h | C | include/s2mIMUs.h | ValentinAllard/biorbd | fd9a39eb624a56966a76d9d77cf951c09db79d31 | [
"MIT"
] | null | null | null | include/s2mIMUs.h | ValentinAllard/biorbd | fd9a39eb624a56966a76d9d77cf951c09db79d31 | [
"MIT"
] | 1 | 2019-08-02T08:46:38.000Z | 2019-08-02T08:46:38.000Z | include/s2mIMUs.h | ValentinAllard/biorbd | fd9a39eb624a56966a76d9d77cf951c09db79d31 | [
"MIT"
] | null | null | null | #ifndef S2M_IMUS_H
#define S2M_IMUS_H
#include <vector>
#include "biorbdConfig.h"
#include "s2mAttitude.h"
#include "s2mString.h"
#include "s2mNode.h"
#include "s2mPatch.h"
class s2mJoints;
class s2mIMU;
class s2mGenCoord;
class s2mMatrix;
class BIORBD_API s2mIMUs
{
public:
s2mIMUs();
virtual ~s2m... | 45.15625 | 187 | 0.669204 | [
"vector",
"model"
] |
4cfb4050efd5315b19a95c41fd195c72d204a340 | 2,738 | h | C | GlkView/GlkHub.h | Logicalshift/CocoaGlk | e8f21057ba6f5beb9a8a17149c224f9593821af6 | [
"MIT"
] | null | null | null | GlkView/GlkHub.h | Logicalshift/CocoaGlk | e8f21057ba6f5beb9a8a17149c224f9593821af6 | [
"MIT"
] | null | null | null | GlkView/GlkHub.h | Logicalshift/CocoaGlk | e8f21057ba6f5beb9a8a17149c224f9593821af6 | [
"MIT"
] | 2 | 2017-05-25T19:24:49.000Z | 2018-03-03T18:53:32.000Z | //
// GlkHub.h
// CocoaGlk
//
// Created by Andrew Hunter on 16/03/2005.
// Copyright 2005 Andrew Hunter. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import <GlkView/GlkHubProtocol.h>
//
// The hub is the first point that a client connects to the Glk server application.
//
// The hub should be named, unless... | 38.56338 | 175 | 0.719869 | [
"object"
] |
9805970485b983b860f502df668a306d0c963a8e | 3,424 | h | C | cryptohome/bootlockbox/tpm_nvspace_impl.h | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | null | null | null | cryptohome/bootlockbox/tpm_nvspace_impl.h | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | null | null | null | cryptohome/bootlockbox/tpm_nvspace_impl.h | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2018 The Chromium OS 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 CRYPTOHOME_BOOTLOCKBOX_TPM_NVSPACE_IMPL_H_
#define CRYPTOHOME_BOOTLOCKBOX_TPM_NVSPACE_IMPL_H_
#include <memory>
#include <string>
#include <o... | 34.938776 | 79 | 0.765771 | [
"object"
] |
98094c5362a097d886a42f5d8e2353e852b85ddb | 1,287 | h | C | PyCommon/modules/Simulator/hpUJoint.h | hpgit/HumanFoot | f9a1a341b7c43747bddcd5584b8c98a0d1ac2973 | [
"Apache-2.0"
] | null | null | null | PyCommon/modules/Simulator/hpUJoint.h | hpgit/HumanFoot | f9a1a341b7c43747bddcd5584b8c98a0d1ac2973 | [
"Apache-2.0"
] | null | null | null | PyCommon/modules/Simulator/hpUJoint.h | hpgit/HumanFoot | f9a1a341b7c43747bddcd5584b8c98a0d1ac2973 | [
"Apache-2.0"
] | null | null | null | #ifndef HP_UJOINT
#define HP_UJOINT
#include <VP/vpDataType.h>
#include <VP/vpUJoint.h>
class hpUJoint : public vpUJoint
{
public:
hpUJoint():vpUJoint(){backup = false;}
scalar GetDisplacement(int i){return m_rQ[i];}
scalar GetFirstDeriv(int i){return m_rDq[i];}
scalar ... | 25.235294 | 87 | 0.512821 | [
"transform"
] |
9809b367c2bfd1789cee8f1b3c4eabb48d7271a8 | 1,225 | h | C | src/defs.h | Pand9/planty-db | 1e8b46e6dbc3e36c7aaa084c1387165d89af68aa | [
"Apache-2.0"
] | null | null | null | src/defs.h | Pand9/planty-db | 1e8b46e6dbc3e36c7aaa084c1387165d89af68aa | [
"Apache-2.0"
] | null | null | null | src/defs.h | Pand9/planty-db | 1e8b46e6dbc3e36c7aaa084c1387165d89af68aa | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <bits/stdc++.h>
#include "basic.h"
using index_t = i64;
using value_t = i64;
using vstr = std::vector<std::string>;
using indices_t = std::vector<index_t>;
using vi64 = std::vector<i64>;
using cname = std::string;
using cnames = std::vector<std::string>;
using std::vector;
using std::string;
usin... | 31.410256 | 173 | 0.645714 | [
"vector"
] |
980bdb0f97982e08f3bd0293873d31d1c89927fb | 1,554 | h | C | src/software/ai/evaluation/shot.h | jonl112/Software | 61a028a98d5c0dd5e79bf055b231633290ddbf9f | [
"MIT"
] | null | null | null | src/software/ai/evaluation/shot.h | jonl112/Software | 61a028a98d5c0dd5e79bf055b231633290ddbf9f | [
"MIT"
] | null | null | null | src/software/ai/evaluation/shot.h | jonl112/Software | 61a028a98d5c0dd5e79bf055b231633290ddbf9f | [
"MIT"
] | null | null | null | #pragma once
#include "software/geom/point.h"
class Shot
{
public:
Shot() = delete;
/**
* Creates a shot with the given target and angle
*
* @param point The target to shoot at
* @param angle The angle formed by the shot origin, and the edges of the two
* obstacles closest to the ... | 24.666667 | 89 | 0.507722 | [
"vector"
] |
9810ea40232daf635cf2f982a86012784e26b806 | 2,138 | h | C | base/module/include/motis/module/registry.h | alexandersinkovic/motis | e4a0af04b4c934b8361401b1164db81bec5f1e6b | [
"MIT"
] | null | null | null | base/module/include/motis/module/registry.h | alexandersinkovic/motis | e4a0af04b4c934b8361401b1164db81bec5f1e6b | [
"MIT"
] | 58 | 2021-11-22T13:43:39.000Z | 2022-03-18T21:49:04.000Z | base/module/include/motis/module/registry.h | Kingforce01/motis | e4a0af04b4c934b8361401b1164db81bec5f1e6b | [
"MIT"
] | null | null | null | #pragma once
#include <map>
#include <mutex>
#include <optional>
#include "ctx/access_request.h"
#include "motis/module/client.h"
#include "motis/module/global_res_ids.h"
#include "motis/module/message.h"
#include "motis/module/receiver.h"
namespace motis::module {
using void_op_fn_t = std::function<void()>;
using... | 31.910448 | 74 | 0.653414 | [
"vector"
] |
9814d3f9afd2e853b30ba229d5482de0b451ba78 | 2,017 | h | C | Libraries/RobsJuceModules/rosic/transforms/rosic_WaveletTransforms.h | RobinSchmidt/RS-MET-Preliminary | 6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe | [
"FTL"
] | 34 | 2017-04-19T18:26:02.000Z | 2022-02-15T17:47:26.000Z | Libraries/RobsJuceModules/rosic/transforms/rosic_WaveletTransforms.h | RobinSchmidt/RS-MET-Preliminary | 6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe | [
"FTL"
] | 307 | 2017-05-04T21:45:01.000Z | 2022-02-03T00:59:01.000Z | Libraries/RobsJuceModules/rosic/transforms/rosic_WaveletTransforms.h | RobinSchmidt/RS-MET-Preliminary | 6c01cbaad7cce3daa3293c444dd9e4b74e5ebfbe | [
"FTL"
] | 4 | 2017-09-05T17:04:31.000Z | 2021-12-15T21:24:28.000Z | #ifndef rosic_WaveletTransforms_h
#define rosic_WaveletTransforms_h
//// rosic includes:
//#include "../basics/rosic_HelperFunctions.h"
//#include <algorithm>
namespace rosic
{
/** Performs a 1D Haar-transform on the passed buffer. The number of levels should be at most
the number of times, which the length is d... | 29.231884 | 99 | 0.577095 | [
"transform"
] |
981ad6231af3f55af7a5d0e4d4d9e65a5d591719 | 4,066 | c | C | src/rnn.c | PandoraLS/PercepNet | cf3394e806280abef9823c0f889a32efc7ac6f7c | [
"BSD-3-Clause"
] | null | null | null | src/rnn.c | PandoraLS/PercepNet | cf3394e806280abef9823c0f889a32efc7ac6f7c | [
"BSD-3-Clause"
] | null | null | null | src/rnn.c | PandoraLS/PercepNet | cf3394e806280abef9823c0f889a32efc7ac6f7c | [
"BSD-3-Clause"
] | null | null | null | /* Copyright (c) 2008-2011 Octasic Inc.
2012-2017 Jean-Marc Valin */
/*
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
... | 48.987952 | 115 | 0.735366 | [
"model"
] |
485e1c18164084d04167b458b76e6733c23d073a | 8,170 | h | C | src/utils.h | FMSoftCN/hibox | cbcd560dbbaf30885bcd6570454f3a3f4e312ba6 | [
"MIT"
] | 3 | 2020-11-03T01:45:17.000Z | 2022-01-18T01:37:05.000Z | src/utils.h | FMSoftCN/hibox | cbcd560dbbaf30885bcd6570454f3a3f4e312ba6 | [
"MIT"
] | 1 | 2020-11-03T07:50:54.000Z | 2020-11-03T07:50:54.000Z | src/utils.h | FMSoftCN/hibox | cbcd560dbbaf30885bcd6570454f3a3f4e312ba6 | [
"MIT"
] | 4 | 2020-11-03T06:15:25.000Z | 2022-01-27T09:23:18.000Z | /*
* utils - misc libubox utility functions
*
* Copyright (C) 2012 Felix Fietkau <nbd@openwrt.org>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copi... | 27.416107 | 94 | 0.731946 | [
"object"
] |
485e298b145b2f70ce5682a4c6a73726d68456c9 | 1,780 | h | C | cusanalytic_sc_online/include/alibabacloud/cusanalytic_sc_online/model/DescribeActionDataRequest.h | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 89 | 2018-02-02T03:54:39.000Z | 2021-12-13T01:32:55.000Z | cusanalytic_sc_online/include/alibabacloud/cusanalytic_sc_online/model/DescribeActionDataRequest.h | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 89 | 2018-03-14T07:44:54.000Z | 2021-11-26T07:43:25.000Z | cusanalytic_sc_online/include/alibabacloud/cusanalytic_sc_online/model/DescribeActionDataRequest.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... | 29.666667 | 103 | 0.748876 | [
"vector",
"model"
] |
48724c617e357d22cf828d01c2bd9a77f20d6f0d | 1,337 | h | C | src/services/pcn-firewall/src/base/SessionTableBase.h | francescomessina/polycube | 38f2fb4ffa13cf51313b3cab9994be738ba367be | [
"ECL-2.0",
"Apache-2.0"
] | 337 | 2018-12-12T11:50:15.000Z | 2022-03-15T00:24:35.000Z | src/services/pcn-firewall/src/base/SessionTableBase.h | l1b0k/polycube | 7af919245c131fa9fe24c5d39d10039cbb81e825 | [
"ECL-2.0",
"Apache-2.0"
] | 253 | 2018-12-17T21:36:15.000Z | 2022-01-17T09:30:42.000Z | src/services/pcn-firewall/src/base/SessionTableBase.h | l1b0k/polycube | 7af919245c131fa9fe24c5d39d10039cbb81e825 | [
"ECL-2.0",
"Apache-2.0"
] | 90 | 2018-12-19T15:49:38.000Z | 2022-03-27T03:56:07.000Z | /**
* firewall API generated from firewall.yang
*
* NOTE: This file is auto generated by polycube-codegen
* https://github.com/polycube-network/polycube-codegen
*/
/* Do not edit this file manually */
/*
* SessionTableBase.h
*
*
*/
#pragma once
#include "../serializer/SessionTableJsonObject.h"
#include <spdlog/sp... | 17.826667 | 58 | 0.65445 | [
"model"
] |
4877d451290351f004d937ba6d6675f5828492b8 | 2,240 | c | C | nitan/kungfu/skill/yingxiong-sanzhao/yingxiong.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | 1 | 2019-03-27T07:25:16.000Z | 2019-03-27T07:25:16.000Z | nitan/kungfu/skill/yingxiong-sanzhao/yingxiong.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | nitan/kungfu/skill/yingxiong-sanzhao/yingxiong.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | // yingxiong.c
#include <ansi.h>
inherit F_SSERVER;
string name() { return "蓋世英雄"; }
int perform(object me, object target)
{
int level;
string msg;
int ap, dp;
if( !objectp(target) ) { target = offensive_target(me);}
if( !target || !target->is_character() || target == me ||
... | 33.939394 | 111 | 0.541964 | [
"object"
] |
488970be4d8c395bd78b5efd03b5c0db1b6afe34 | 56,604 | c | C | src/deemon/objects/filetypes.c | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | 5 | 2019-09-27T01:33:53.000Z | 2021-11-29T16:31:39.000Z | src/deemon/objects/filetypes.c | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | null | null | null | src/deemon/objects/filetypes.c | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | 1 | 2019-10-04T09:42:30.000Z | 2019-10-04T09:42:30.000Z | /* Copyright (c) 2018-2021 Griefer@Work *
* *
* This software is provided 'as-is', without any express or implied *
* warranty. In no event will the authors be held liable for any damages *
... | 33.935252 | 124 | 0.646845 | [
"object"
] |
489498f4fe890c1f7493898a6b0941a950566049 | 1,891 | h | C | x509ls/cli/certificate_view_layout.h | skip2/x509ls | cc825523b001d244f8338341f1c39bd0cf5bda80 | [
"MIT"
] | 8 | 2015-03-13T23:37:40.000Z | 2022-01-22T20:53:50.000Z | x509ls/cli/certificate_view_layout.h | skip2/x509ls | cc825523b001d244f8338341f1c39bd0cf5bda80 | [
"MIT"
] | null | null | null | x509ls/cli/certificate_view_layout.h | skip2/x509ls | cc825523b001d244f8338341f1c39bd0cf5bda80 | [
"MIT"
] | 3 | 2015-03-14T19:52:25.000Z | 2019-06-10T09:06:47.000Z | // X509LS
// Copyright 2013 Tom Harwood
#ifndef X509LS_CLI_CERTIFICATE_VIEW_LAYOUT_H_
#define X509LS_CLI_CERTIFICATE_VIEW_LAYOUT_H_
#include <string>
#include "x509ls/base/types.h"
#include "x509ls/certificate/certificate.h"
#include "x509ls/cli/base/cli_control.h"
using std::string;
namespace x509ls {
class CliAp... | 28.223881 | 79 | 0.770492 | [
"object"
] |
489a922f35040b106c227f61ef346c64bf579158 | 826 | h | C | titan-infinite/src/pch.h | KyleKaiWang/titan-infinite | d2905e050501fc076589bb8e1578d3285ec5aab0 | [
"Apache-2.0"
] | null | null | null | titan-infinite/src/pch.h | KyleKaiWang/titan-infinite | d2905e050501fc076589bb8e1578d3285ec5aab0 | [
"Apache-2.0"
] | null | null | null | titan-infinite/src/pch.h | KyleKaiWang/titan-infinite | d2905e050501fc076589bb8e1578d3285ec5aab0 | [
"Apache-2.0"
] | null | null | null | /*
* Vulkan Renderer Program
*
* Copyright (C) 2020 Kyle Wang
*/
#pragma once
#include <vulkan/vulkan.hpp>
#include <optional>
#include <iostream>
#include <fstream>
#include <cstdint>
#include <string>
#include <memory>
#include <vector>
#include <set>
#include <chrono>
#include <assert.h>
#include <unordered_ma... | 18.355556 | 39 | 0.725182 | [
"vector",
"model",
"transform"
] |
489e75e4a7205fd299fcb9cdb20045abce42b7ef | 1,021 | h | C | storage/src/vespa/storage/persistence/apply_bucket_diff_state.h | sagiyaho/vespa | 5865b9bb80b540f6d252312fa6002300b2f1c9ee | [
"Apache-2.0"
] | 4,054 | 2017-08-11T07:58:38.000Z | 2022-03-31T22:32:15.000Z | storage/src/vespa/storage/persistence/apply_bucket_diff_state.h | sagiyaho/vespa | 5865b9bb80b540f6d252312fa6002300b2f1c9ee | [
"Apache-2.0"
] | 4,854 | 2017-08-10T20:19:25.000Z | 2022-03-31T19:04:23.000Z | storage/src/vespa/storage/persistence/apply_bucket_diff_state.h | sagiyaho/vespa | 5865b9bb80b540f6d252312fa6002300b2f1c9ee | [
"Apache-2.0"
] | 541 | 2017-08-10T18:51:18.000Z | 2022-03-11T03:18:56.000Z | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include <vespa/persistence/spi/bucket.h>
#include <vector>
namespace storage {
class ApplyBucketDiffEntryResult;
class MergeBucketInfoSyncer;
/*
* State of all bucket diff entry spi operation (pu... | 30.029412 | 107 | 0.708129 | [
"vector"
] |
48b3661426ebadc1c8c438b316172203e9ede903 | 15,330 | h | C | source/util_api/http/include/http_psover2_interface.h | lgirdk/ccsp-common-library | 8d912984e96f960df6dadb4b0e6bc76c76376776 | [
"Apache-2.0"
] | 4 | 2018-02-26T05:41:14.000Z | 2019-12-20T07:31:39.000Z | source/util_api/http/include/http_psover2_interface.h | rdkcmf/rdkb-CcspCommonLibrary | 3eba76685bbf5eb6656f45eb4b57fdb5c269c2a1 | [
"Apache-2.0"
] | null | null | null | source/util_api/http/include/http_psover2_interface.h | rdkcmf/rdkb-CcspCommonLibrary | 3eba76685bbf5eb6656f45eb4b57fdb5c269c2a1 | [
"Apache-2.0"
] | 3 | 2017-07-30T15:35:16.000Z | 2020-08-18T20:44:08.000Z | /*
* If not stated otherwise in this file or this component's Licenses.txt file the
* following copyright and licenses apply:
*
* Copyright 2015 RDK Management
*
* 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 ... | 38.517588 | 99 | 0.451794 | [
"object"
] |
48b44c43a6443bf09c5469b08d7a8092a590eb52 | 2,621 | h | C | renderer/shader.h | Jerrody/ionengine_ops | 8327e1d067e0be1a57464e365bc103365c2f0e3d | [
"MIT"
] | null | null | null | renderer/shader.h | Jerrody/ionengine_ops | 8327e1d067e0be1a57464e365bc103365c2f0e3d | [
"MIT"
] | null | null | null | renderer/shader.h | Jerrody/ionengine_ops | 8327e1d067e0be1a57464e365bc103365c2f0e3d | [
"MIT"
] | null | null | null | // Copyright © 2020-2021 Dmitriy Lukovenko. All rights reserved.
#pragma once
#include <renderer/backend.h>
#include <renderer/data.h>
#include <lib/math/vector.h>
namespace ionengine::renderer {
template<class Type>
struct ShaderBinding {
uint32_t index;
std::u8string name;
};
template<>
struct ShaderBind... | 23.19469 | 141 | 0.741702 | [
"vector"
] |
1edad38c689aea82d5837cdb23fde617f5a08811 | 1,262 | h | C | Source/video.h | matanui159/8-Bee | 431cd2e405fe29e8dadb8b0c5e59c307348cef4f | [
"Apache-2.0"
] | null | null | null | Source/video.h | matanui159/8-Bee | 431cd2e405fe29e8dadb8b0c5e59c307348cef4f | [
"Apache-2.0"
] | null | null | null | Source/video.h | matanui159/8-Bee | 431cd2e405fe29e8dadb8b0c5e59c307348cef4f | [
"Apache-2.0"
] | null | null | null | /*
* video.h
*
* Copyright 2018 Joshua Michael Minter
*
* 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 requi... | 33.210526 | 102 | 0.748019 | [
"transform"
] |
1eddaa214139d4a55036d38fb71965196b501d7f | 20,969 | h | C | src/AzslcTypes.h | aws-lumberyard-dev/o3de-azslc | bafacbe822da625da22ceba09e8fcdcf18d8d09b | [
"Apache-2.0",
"MIT"
] | 13 | 2021-07-23T00:11:20.000Z | 2022-02-09T07:59:20.000Z | src/AzslcTypes.h | aws-lumberyard-dev/o3de-azslc | bafacbe822da625da22ceba09e8fcdcf18d8d09b | [
"Apache-2.0",
"MIT"
] | 10 | 2021-09-14T12:12:22.000Z | 2022-03-30T21:27:10.000Z | src/AzslcTypes.h | aws-lumberyard-dev/o3de-azslc | bafacbe822da625da22ceba09e8fcdcf18d8d09b | [
"Apache-2.0",
"MIT"
] | 5 | 2021-07-19T23:49:51.000Z | 2021-12-02T05:13:35.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include "AzslcUtils.h"
namespace AZ::ShaderCompiler
{
// type classes before c... | 45.884026 | 170 | 0.584959 | [
"vector",
"3d"
] |
1ef8dbc62ec531258977193dc0cfd9cc9db265dc | 4,380 | h | C | deps/leveldb/leveldb-basho/util/expiry_os.h | andris9/leveldown-basho-andris | 611673f94e517f02ac15567a48fcc18c61cb46d2 | [
"MIT"
] | null | null | null | deps/leveldb/leveldb-basho/util/expiry_os.h | andris9/leveldown-basho-andris | 611673f94e517f02ac15567a48fcc18c61cb46d2 | [
"MIT"
] | null | null | null | deps/leveldb/leveldb-basho/util/expiry_os.h | andris9/leveldown-basho-andris | 611673f94e517f02ac15567a48fcc18c61cb46d2 | [
"MIT"
] | null | null | null | // -------------------------------------------------------------------
//
// expiry_os.h
//
// Copyright (c) 2016 Basho Technologies, Inc. All Rights Reserved.
//
// This file is provided to you under the Apache License,
// Version 2.0 (the "License"); you may not use this file
// except in compliance with the License.... | 37.435897 | 93 | 0.674201 | [
"object",
"vector"
] |
1efbaa1acda74ff53d759dd496f527734c1c4797 | 12,607 | h | C | gazebo/models.h | PositronicsLab/wild-robot | e3d2612075c349f9d446d8804ce4151cb8e16126 | [
"MIT"
] | 1 | 2018-06-24T00:05:32.000Z | 2018-06-24T00:05:32.000Z | gazebo/models.h | PositronicsLab/wild-robot | e3d2612075c349f9d446d8804ce4151cb8e16126 | [
"MIT"
] | null | null | null | gazebo/models.h | PositronicsLab/wild-robot | e3d2612075c349f9d446d8804ce4151cb8e16126 | [
"MIT"
] | null | null | null | #ifndef _WEAZELBALL_MODELS_H_
#define _WEAZELBALL_MODELS_H_
//-----------------------------------------------------------------------------
#include <gazebo/gazebo.hh>
#include <gazebo/common/Plugin.hh>
#include <gazebo/common/common.hh>
#include <gazebo/common/Events.hh>
#include <gazebo/physics/physics.hh>
#include... | 31.205446 | 132 | 0.59935 | [
"vector",
"model"
] |
48113920a1ad2be4e18876112d18746f7eab80fc | 58,578 | h | C | src/qt/qtwebkit/Source/WebCore/rendering/RenderLayer.h | viewdy/phantomjs | eddb0db1d253fd0c546060a4555554c8ee08c13c | [
"BSD-3-Clause"
] | 1 | 2015-05-27T13:52:20.000Z | 2015-05-27T13:52:20.000Z | src/qt/qtwebkit/Source/WebCore/rendering/RenderLayer.h | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | null | null | null | src/qt/qtwebkit/Source/WebCore/rendering/RenderLayer.h | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | 1 | 2017-03-19T13:03:23.000Z | 2017-03-19T13:03:23.000Z | /*
* Copyright (C) 2003, 2009, 2012 Apple Inc. All rights reserved.
*
* Portions are Copyright (C) 1998 Netscape Communications Corporation.
*
* Other contributors:
* Robert O'Callahan <roc+@cs.cmu.edu>
* David Baron <dbaron@fas.harvard.edu>
* Christian Biesinger <cbiesinger@web.de>
* Randall Jesup <rj... | 43.747573 | 274 | 0.744358 | [
"render",
"object",
"vector",
"transform",
"3d"
] |
4832726b1b1665173a0b4d295f56938c52cff754 | 3,783 | h | C | MfgToolLib/StApiFactory.h | Bobe-Wang/mfgtools | 2aedf0e3c0ef104a32669df2a80193a600e8357e | [
"BSD-3-Clause"
] | 1 | 2019-08-10T01:21:21.000Z | 2019-08-10T01:21:21.000Z | MfgToolLib/StApiFactory.h | Bobe-Wang/mfgtools | 2aedf0e3c0ef104a32669df2a80193a600e8357e | [
"BSD-3-Clause"
] | null | null | null | MfgToolLib/StApiFactory.h | Bobe-Wang/mfgtools | 2aedf0e3c0ef104a32669df2a80193a600e8357e | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright 2009-2013, 2016 Freescale Semiconductor, Inc.
*
* 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 conditions an... | 33.184211 | 83 | 0.736717 | [
"object"
] |
48376d0d6e87a197405738dd3d28c63be3184d88 | 675 | h | C | core/includes/core/events/EventArgs.h | toeb/cpp.core | 84c782b1e0919dd598c3c19c8e5c71f27453ebf2 | [
"MIT"
] | 2 | 2016-10-25T19:42:49.000Z | 2017-03-25T22:26:03.000Z | core/includes/core/events/EventArgs.h | toeb/cpp.core | 84c782b1e0919dd598c3c19c8e5c71f27453ebf2 | [
"MIT"
] | null | null | null | core/includes/core/events/EventArgs.h | toeb/cpp.core | 84c782b1e0919dd598c3c19c8e5c71f27453ebf2 | [
"MIT"
] | null | null | null | #pragma once
#include <core/core.h>
#include <core/any.h>
#include <core/events/events.h>
#include <iostream>
NS_BEGIN(CORE_EVENTS_NAMESPACE)
/// a simple data transfer object cotnaining the sender of the event as well a an arbitrary argument
class EventArgs{
public:
typedef any sender_type;
typedef any v... | 28.125 | 100 | 0.721481 | [
"object"
] |
4845920aa672ee0e0cd156a16779f6f2762447e6 | 2,031 | h | C | src/qif191/QIFDocument/type_t.CThreadedFeatureConstructionMethodType.h | QualityInformationFramework/QIFResourcesEditor | 4ff1de9d1dd20d9c43eaa9cc320caeff1c57760e | [
"BSL-1.0"
] | null | null | null | src/qif191/QIFDocument/type_t.CThreadedFeatureConstructionMethodType.h | QualityInformationFramework/QIFResourcesEditor | 4ff1de9d1dd20d9c43eaa9cc320caeff1c57760e | [
"BSL-1.0"
] | null | null | null | src/qif191/QIFDocument/type_t.CThreadedFeatureConstructionMethodType.h | QualityInformationFramework/QIFResourcesEditor | 4ff1de9d1dd20d9c43eaa9cc320caeff1c57760e | [
"BSL-1.0"
] | null | null | null | #pragma once
namespace qif191
{
namespace t
{
class CThreadedFeatureConstructionMethodType : public TypeBase
{
public:
QIF191_EXPORT CThreadedFeatureConstructionMethodType(xercesc::DOMNode* const& init);
QIF191_EXPORT CThreadedFeatureConstructionMethodType(CThreadedFeatureConstructionMethodType const& init);
v... | 50.775 | 152 | 0.859183 | [
"transform"
] |
484c30ba240735a93a0a6d2093c95128b305eecf | 808 | h | C | L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorTrigSumImpl.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 13 | 2015-11-30T15:49:45.000Z | 2022-02-08T16:11:30.000Z | L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorTrigSumImpl.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 640 | 2015-02-11T18:55:47.000Z | 2022-03-31T14:12:23.000Z | L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorTrigSumImpl.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 51 | 2015-08-11T21:01:40.000Z | 2022-03-30T07:31:34.000Z | #ifndef __L1Trigger_L1THGCal_HGCalConcentratorTrigSumImpl_h__
#define __L1Trigger_L1THGCal_HGCalConcentratorTrigSumImpl_h__
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/L1THGCal/interface/HGCalTriggerCell.h"
#include "DataFormats/L1THGCal/interface/HGCalTriggerSums.h"
#include "L1Trigg... | 32.32 | 78 | 0.804455 | [
"vector"
] |
484ef58e74f08f28cd3c50cb265a273abdcff179 | 676 | h | C | artag-try/Marker.h | MaverickPeter/Copter_mavlink_campanion_control | 90c5846b9b68792fd5c4d0080adf236d0a6c47ea | [
"MIT"
] | 1 | 2018-04-27T03:35:11.000Z | 2018-04-27T03:35:11.000Z | detect/Marker.h | MaverickPeter/Copter_mavlink_campanion_control | 90c5846b9b68792fd5c4d0080adf236d0a6c47ea | [
"MIT"
] | null | null | null | detect/Marker.h | MaverickPeter/Copter_mavlink_campanion_control | 90c5846b9b68792fd5c4d0080adf236d0a6c47ea | [
"MIT"
] | 1 | 2020-12-24T01:53:44.000Z | 2020-12-24T01:53:44.000Z | //
// Created by 崔瑜翔 on 2018/3/20.
//
#include <vector>
#include <iostream>
#include <opencv2/opencv.hpp>
#include "GeometryTypes.h"
using namespace cv;
using namespace std;
class Marker
{
public:
Marker();
friend bool operator<(const Marker& M1,const Marker& M2);
friend ostream & operator << (ostream ... | 17.789474 | 70 | 0.681953 | [
"vector"
] |
4855696e95edf5705993dd8b8ccd9725ccb83303 | 12,363 | h | C | libsafedart/builder.h | nasa/SAFE-DART | 41d75c1c116c29d68455942df74a4a9205a0e444 | [
"NASA-1.3"
] | 8 | 2017-11-03T09:39:20.000Z | 2021-09-26T14:01:31.000Z | libsafedart/builder.h | nasa/SAFE-DART | 41d75c1c116c29d68455942df74a4a9205a0e444 | [
"NASA-1.3"
] | null | null | null | libsafedart/builder.h | nasa/SAFE-DART | 41d75c1c116c29d68455942df74a4a9205a0e444 | [
"NASA-1.3"
] | 5 | 2018-10-18T08:32:58.000Z | 2019-11-13T17:11:46.000Z | /* **********************************************************************
**
** Developed for NASA Glenn Research Center
** By: Flight Software Branch (LSS)
**
** Project: Flow Boiling and Condensation Experiment (FBCE)
** Candidate for GOTS reuse once FBCE has completed V&V testing
**
** Filename: builder.h
** File Da... | 34.341667 | 108 | 0.660762 | [
"object"
] |
f09bb1b6d63f570a7359c80bd4341ba06dff35a1 | 248 | h | C | include/Utopia/Core/Systems/LocalToParentSystem.h | Ubpa/DustEngine | 4fc32d4011ce21ab5ab2a8149e398d9baa3cbdc0 | [
"MIT"
] | 9 | 2020-08-03T02:11:07.000Z | 2020-09-29T09:12:45.000Z | include/Utopia/Core/Systems/LocalToParentSystem.h | Ubpa/DustEngine | 4fc32d4011ce21ab5ab2a8149e398d9baa3cbdc0 | [
"MIT"
] | null | null | null | include/Utopia/Core/Systems/LocalToParentSystem.h | Ubpa/DustEngine | 4fc32d4011ce21ab5ab2a8149e398d9baa3cbdc0 | [
"MIT"
] | 1 | 2020-08-10T03:34:52.000Z | 2020-08-10T03:34:52.000Z | #pragma once
#include <UECS/UECS.hpp>
#include <UGM/transform.hpp>
namespace Ubpa::Utopia {
struct LocalToParentSystem {
static constexpr char SystemFuncName[] = "LocalToParentSystem";
static void OnUpdate(UECS::Schedule& schedule);
};
}
| 17.714286 | 65 | 0.741935 | [
"transform"
] |
f09ee21953a69b0cf93af7425721c2963357a6e5 | 27,084 | c | C | gempak/source/programs/gui/nmap2/nmap_pgfilterw.c | oxelson/gempak | e7c477814d7084c87d3313c94e192d13d8341fa1 | [
"BSD-3-Clause"
] | 42 | 2015-06-03T15:26:21.000Z | 2022-02-28T22:36:03.000Z | gempak/source/programs/gui/nmap2/nmap_pgfilterw.c | oxelson/gempak | e7c477814d7084c87d3313c94e192d13d8341fa1 | [
"BSD-3-Clause"
] | 60 | 2015-05-11T21:36:08.000Z | 2022-03-29T16:22:42.000Z | gempak/source/programs/gui/nmap2/nmap_pgfilterw.c | oxelson/gempak | e7c477814d7084c87d3313c94e192d13d8341fa1 | [
"BSD-3-Clause"
] | 27 | 2016-06-06T21:55:14.000Z | 2022-03-18T18:23:28.000Z | #include "geminc.h"
#include "gemprm.h"
#include "nmap_data.h"
#include "pgprm.h"
#include "vgstruct.h"
#include "drwids.h"
#include "hints.h"
#include "Nxm.h"
#include "proto_xw.h"
#define ACTV_FILTER "NONE" /* Filter window up but no filters checked */
#define CANCEL_FILTER "ALL" /* Filter window down */
#define ... | 29.79538 | 79 | 0.472936 | [
"vector"
] |
f0a12f701bef94c53ade31d15cb2529e4d1bae96 | 5,469 | h | C | cc/taxonomy.h | HKU-BAL/MegaPath | b81796024f864af5fd44deb5812f34704c570160 | [
"BSD-3-Clause"
] | 6 | 2021-10-06T07:47:04.000Z | 2022-01-25T05:09:08.000Z | cc/taxonomy.h | edwwlui/MegaPath | b81796024f864af5fd44deb5812f34704c570160 | [
"BSD-3-Clause"
] | null | null | null | cc/taxonomy.h | edwwlui/MegaPath | b81796024f864af5fd44deb5812f34704c570160 | [
"BSD-3-Clause"
] | null | null | null | #ifndef TAXONOMY_H__
#define TAXONOMY_H__
#include <sstream>
#include <unordered_map>
#include <vector>
#include <cassert>
#include <cctype>
#include <zlib.h>
#include "kxseq.h"
// ========================== HELPER FUNCTIONS ============================
inline std::string removeVersion(const std::string &accesstion)... | 30.383333 | 111 | 0.522033 | [
"vector"
] |
f0bb423b8c2f85c3e9e9f2092125c1ce58ad8e02 | 1,796 | h | C | sync/js/sync_js_controller.h | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2020-01-25T10:18:18.000Z | 2021-01-23T15:29:56.000Z | sync/js/sync_js_controller.h | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2018-02-10T21:00:08.000Z | 2018-03-20T05:09:50.000Z | sync/js/sync_js_controller.h | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T06:34:36.000Z | 2020-11-04T06:34:36.000Z | // Copyright 2012 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 SYNC_JS_SYNC_JS_CONTROLLER_H_
#define SYNC_JS_SYNC_JS_CONTROLLER_H_
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "b... | 29.933333 | 76 | 0.769488 | [
"vector"
] |
f0d0b02cd1ea60049b7e169473144ee21f911d3f | 601 | h | C | SDK/netvars.h | pwnedboi/csgobase | 1144a6990cc08d3c7b57c3badf93b903468395d1 | [
"MIT"
] | 9 | 2018-06-28T19:40:34.000Z | 2020-11-02T09:01:33.000Z | SDK/netvars.h | pwnedboi/csgobase | 1144a6990cc08d3c7b57c3badf93b903468395d1 | [
"MIT"
] | 1 | 2018-09-01T20:55:55.000Z | 2018-09-01T20:55:55.000Z | SDK/netvars.h | pwnedboi/csgobase | 1144a6990cc08d3c7b57c3badf93b903468395d1 | [
"MIT"
] | 5 | 2018-09-01T20:53:21.000Z | 2020-06-16T19:33:23.000Z | #pragma once
namespace NetVar
{
vector<RecvTable*> GetTables();
RecvTable* GetTable(vector<RecvTable*> tables, const char* tableName);
int GetOffset(vector<RecvTable*> tables, const char* tableName, const char *propName);
int GetProp(vector<RecvTable*> tables, const char* tableName, const char* propNam... | 46.230769 | 109 | 0.735441 | [
"vector"
] |
f0db3f927cd9858b23f98a487980f07dde49ad6f | 2,102 | h | C | src/osvr/Server/JSONResolvePossibleRef.h | ccccjason/OSVR_device_plugin | 6c9171265900530341cfa79357151daa39618737 | [
"Apache-2.0"
] | 1 | 2022-03-28T05:09:11.000Z | 2022-03-28T05:09:11.000Z | src/osvr/Server/JSONResolvePossibleRef.h | ccccjason/my_osvr | fdb2a64cbf88211c34f8c8bd42f0f83a6b98769e | [
"Apache-2.0"
] | null | null | null | src/osvr/Server/JSONResolvePossibleRef.h | ccccjason/my_osvr | fdb2a64cbf88211c34f8c8bd42f0f83a6b98769e | [
"Apache-2.0"
] | null | null | null | /** @file
@brief Header
@date 2015
@author
Sensics, Inc.
<http://sensics.com/osvr>
*/
// Copyright 2015 Sensics, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License a... | 33.365079 | 85 | 0.691722 | [
"object",
"vector"
] |
f0e762cd85dba5fc1003dc066d7883dcb6c4b47e | 2,456 | h | C | headers/deng/renderer/renderer.h | inugami-dev64/Deng | ce7b05db57a9ee576293f3de28f9cc3a3255f5ca | [
"Apache-2.0"
] | 5 | 2020-12-15T19:27:34.000Z | 2021-12-15T17:00:36.000Z | headers/deng/renderer/renderer.h | inugami-dev64/Deng | ce7b05db57a9ee576293f3de28f9cc3a3255f5ca | [
"Apache-2.0"
] | null | null | null | headers/deng/renderer/renderer.h | inugami-dev64/Deng | ce7b05db57a9ee576293f3de28f9cc3a3255f5ca | [
"Apache-2.0"
] | null | null | null | /// DENG: dynamic engine - small but powerful 3D game engine
/// licence: Apache, see LICENCE file
/// file: renderer.h - abstracted renderer class header
/// author: Karl-Mihkel Ott
#ifndef __RENDERER_H
#define __RENDERER_H
#ifdef __RENDERER_CPP
#include <string.h>
#include <vector>
#include <thread>
... | 25.061224 | 91 | 0.664495 | [
"render",
"vector",
"3d"
] |
f0e7acdbf3174c38571ab5e5c50b3b1320e82226 | 3,473 | h | C | code/render/coregraphics/memorymeshloader.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 67 | 2015-03-30T19:56:16.000Z | 2022-03-11T13:52:17.000Z | code/render/coregraphics/memorymeshloader.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 5 | 2015-04-15T17:17:33.000Z | 2016-02-11T00:40:17.000Z | code/render/coregraphics/memorymeshloader.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 34 | 2015-03-30T15:08:00.000Z | 2021-09-23T05:55:10.000Z | #pragma once
//------------------------------------------------------------------------------
/**
@class CoreGraphics::MemoryMeshLoader
Setup a Mesh object from a given vertex, index buffer and primitive group.
(C) 2008 Radon Labs GmbH
(C) 2013-2016 Individual contributors, see AUTHORS file
*/... | 28.702479 | 93 | 0.556291 | [
"mesh",
"object"
] |
f0f3c729ac21fd70684b16ed737f427304ac3a3a | 9,902 | h | C | include/readSTL.h | ericpko/computer-graphics-ray-casting | 5aeeff4d7bebffe0c2844ccee72ebc6180c5f481 | [
"MIT"
] | null | null | null | include/readSTL.h | ericpko/computer-graphics-ray-casting | 5aeeff4d7bebffe0c2844ccee72ebc6180c5f481 | [
"MIT"
] | null | null | null | include/readSTL.h | ericpko/computer-graphics-ray-casting | 5aeeff4d7bebffe0c2844ccee72ebc6180c5f481 | [
"MIT"
] | null | null | null | // This file is part of libigl, a simple c++ geometry processing library.
//
// Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public License
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one at htt... | 33.910959 | 439 | 0.5816 | [
"geometry",
"vector",
"solid"
] |
0b08b5e621885a9709b532fbeec0a0e6c83a7b63 | 4,823 | h | C | IndieLib/common/include/IND_AnimationManager.h | DarthMike/indielib-crossplatform | 473a589ae050b6d1c274cf58adf08731e63ae870 | [
"Zlib"
] | 29 | 2015-03-05T08:11:23.000Z | 2020-11-11T08:27:22.000Z | IndieLib/common/include/IND_AnimationManager.h | PowerOlive/indielib-crossplatform | 473a589ae050b6d1c274cf58adf08731e63ae870 | [
"Zlib"
] | 1 | 2019-04-03T18:59:01.000Z | 2019-04-14T11:46:45.000Z | IndieLib/common/include/IND_AnimationManager.h | PowerOlive/indielib-crossplatform | 473a589ae050b6d1c274cf58adf08731e63ae870 | [
"Zlib"
] | 9 | 2015-03-05T08:17:10.000Z | 2021-08-09T07:15:37.000Z | /*****************************************************************************************
* File: IND_AnimationManager.h
* Desc: Animation manager
*****************************************************************************************/
/*********************************** The zlib License ***********************... | 26.944134 | 105 | 0.567489 | [
"vector"
] |
0b0c26e9b9fa945badc7c7cf641f7a0cedb758fa | 2,724 | h | C | inipp/utility/filesystem.h | ac-custom-shaders-patch/inipp | 112fbb1bcf55ecbfc17db4614335728d29f17c5b | [
"MIT"
] | 3 | 2019-08-25T09:33:51.000Z | 2021-10-07T19:51:50.000Z | inipp/utility/filesystem.h | ac-custom-shaders-patch/inipp | 112fbb1bcf55ecbfc17db4614335728d29f17c5b | [
"MIT"
] | null | null | null | inipp/utility/filesystem.h | ac-custom-shaders-patch/inipp | 112fbb1bcf55ecbfc17db4614335728d29f17c5b | [
"MIT"
] | null | null | null | /**
* Copyright (C) 2014 Patrick Mours. All rights reserved.
* License: https://github.com/crosire/reshade#license
*/
#pragma once
#include <string>
#include <vector>
#include <ostream>
#include <functional>
#include "string_codecvt.h"
#ifndef USE_SIMPLE
#include "blob.h"
#include "special_folder.h"
#endif
type... | 26.446602 | 100 | 0.714758 | [
"vector"
] |
0b0cc1bc8cfe80108f44e6e02120f2701b0fb4a7 | 8,167 | c | C | kernel/arch/arm/src/stmp3770/stmp3770_boot.c | Repeerc/ExistOS_Kernel | 0eeb245f6eb5d594dd601fe95b3cab9311758114 | [
"Apache-2.0"
] | 4 | 2021-08-14T04:39:55.000Z | 2021-08-17T13:07:39.000Z | kernel/arch/arm/src/stmp3770/stmp3770_boot.c | Repeerc/ExistOS_Kernel | 0eeb245f6eb5d594dd601fe95b3cab9311758114 | [
"Apache-2.0"
] | null | null | null | kernel/arch/arm/src/stmp3770/stmp3770_boot.c | Repeerc/ExistOS_Kernel | 0eeb245f6eb5d594dd601fe95b3cab9311758114 | [
"Apache-2.0"
] | 1 | 2021-09-02T11:57:11.000Z | 2021-09-02T11:57:11.000Z | /****************************************************************************
* arch/arm/src/stmp3770/stmp3770_boot.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyr... | 27.969178 | 97 | 0.52553 | [
"vector"
] |
0b0fc3bcc7510122ece6008825a31a2d7d4bd0ce | 1,923 | h | C | schoolwork/particle-system/code/FullEngine/header/ext/simple-xml.h | Benjins/CCSPage | af301acbf78c7f94c5afbe0604b59fa08f8fd259 | [
"MIT"
] | null | null | null | schoolwork/particle-system/code/FullEngine/header/ext/simple-xml.h | Benjins/CCSPage | af301acbf78c7f94c5afbe0604b59fa08f8fd259 | [
"MIT"
] | null | null | null | schoolwork/particle-system/code/FullEngine/header/ext/simple-xml.h | Benjins/CCSPage | af301acbf78c7f94c5afbe0604b59fa08f8fd259 | [
"MIT"
] | null | null | null | /*
Author: Benji Smith
Licensed under MIT License. See License.txt for details
*/
#ifndef SIMPLE_XML_H
#define SIMPLE_XML_H
#include <vector>
#include <string>
#include <fstream>
#include <iostream>
#include <map>
using std::string; using std::vector; using std::ifstream;
using std::cout; using std::endl; using std:... | 17.169643 | 61 | 0.692148 | [
"vector"
] |
0b1a8828f45860685cb2838e89194bd304b736bd | 2,437 | h | C | modules/spaint/include/spaint/segmentation/Segmenter.h | torrvision/spaint | 9cac8100323ea42fe439f66407b832b88f72d2fd | [
"Unlicense"
] | 197 | 2015-10-01T07:23:01.000Z | 2022-03-23T03:02:31.000Z | modules/spaint/include/spaint/segmentation/Segmenter.h | torrvision/spaint | 9cac8100323ea42fe439f66407b832b88f72d2fd | [
"Unlicense"
] | 16 | 2016-03-26T13:01:08.000Z | 2020-09-02T09:13:49.000Z | modules/spaint/include/spaint/segmentation/Segmenter.h | torrvision/spaint | 9cac8100323ea42fe439f66407b832b88f72d2fd | [
"Unlicense"
] | 62 | 2015-10-03T07:14:59.000Z | 2021-08-31T08:58:18.000Z | /**
* spaint: Segmenter.h
* Copyright (c) Torr Vision Group, University of Oxford, 2016. All rights reserved.
*/
#ifndef H_SPAINT_SEGMENTER
#define H_SPAINT_SEGMENTER
#include <ITMLib/Objects/RenderStates/ITMRenderState.h>
#include <ITMLib/Objects/Views/ITMView.h>
#include <ORUtils/SE3Pose.h>
#include <orx/base/... | 28.670588 | 123 | 0.635207 | [
"render"
] |
0b24d1dc4554c13fe015596ec9c89f199bc1a50f | 2,568 | h | C | engine/gfx/gles2/include/aeon/gfx/gles2/gfx_gles2_device.h | aeon-engine/aeon-engine | 9efcf83985110c36ebf0964bd4f76b261f2f6717 | [
"MIT"
] | 12 | 2017-02-25T17:14:15.000Z | 2021-08-02T13:39:18.000Z | engine/gfx/gles2/include/aeon/gfx/gles2/gfx_gles2_device.h | aeon-engine/aeon-engine | 9efcf83985110c36ebf0964bd4f76b261f2f6717 | [
"MIT"
] | 31 | 2017-02-23T06:59:44.000Z | 2017-05-21T11:49:10.000Z | engine/gfx/gles2/include/aeon/gfx/gles2/gfx_gles2_device.h | aeon-engine/aeon-engine | 9efcf83985110c36ebf0964bd4f76b261f2f6717 | [
"MIT"
] | 5 | 2017-05-02T05:34:53.000Z | 2020-05-19T06:57:50.000Z | /*
* Copyright (c) 2012-2018 Robin Degen
*
* 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,... | 32.506329 | 107 | 0.745717 | [
"mesh",
"render",
"vector"
] |
7151aad2ec480ed032d5a6127acff81059f5c268 | 77,610 | c | C | libloragw/src/loragw_hal.c | glmoritz/lora_gateway | d5abd361332154330616d7124b0f0711ac0c143b | [
"MIT"
] | null | null | null | libloragw/src/loragw_hal.c | glmoritz/lora_gateway | d5abd361332154330616d7124b0f0711ac0c143b | [
"MIT"
] | null | null | null | libloragw/src/loragw_hal.c | glmoritz/lora_gateway | d5abd361332154330616d7124b0f0711ac0c143b | [
"MIT"
] | null | null | null | /*
/ _____) _ | |
( (____ _____ ____ _| |_ _____ ____| |__
\____ \| ___ | (_ _) ___ |/ ___) _ \
_____) ) ____| | | || |_| ____( (___| | | |
(______/|_____)_|_|_| \__)_____)\____)_| |_|
(C)2013 Semtech-Cycleo
Description:
LoRa concentrator Hardware Abstraction Layer
License: R... | 34.432121 | 284 | 0.579706 | [
"model"
] |
71524c44c5abef4a51c06f7c5b7e79495905f0de | 11,131 | h | C | Co-Simulation/Sumo/sumo-1.7.0/src/microsim/MSParkingArea.h | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | Co-Simulation/Sumo/sumo-1.7.0/src/microsim/MSParkingArea.h | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | Co-Simulation/Sumo/sumo-1.7.0/src/microsim/MSParkingArea.h | uruzahe/carla | 940c2ab23cce1eda1ef66de35f66b42d40865fb1 | [
"MIT"
] | null | null | null | /****************************************************************************/
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
// Copyright (C) 2015-2020 German Aerospace Center (DLR) and others.
// This program and the accompanying materials are made available under the
// terms of the Ecli... | 32.357558 | 113 | 0.638038 | [
"shape",
"vector"
] |
71572dd9396380800d275d24bd18e18a89884fa1 | 12,449 | c | C | external/bsd/kyua-testers/dist/atf_list.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | external/bsd/kyua-testers/dist/atf_list.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | external/bsd/kyua-testers/dist/atf_list.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | // Copyright 2012 Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and... | 34.200549 | 80 | 0.646478 | [
"object"
] |
7158e4886e9d33352df24fc5ef6531596179c94a | 10,126 | h | C | src/ObjVLink.h | 2kranki/libCmn | 4f9db4c9c8e2dff64e1c741dc1c11e9f3b5d07ce | [
"Unlicense"
] | 2 | 2017-03-23T15:23:56.000Z | 2021-03-04T09:54:54.000Z | src/ObjVLink.h | 2kranki/libCmn | 4f9db4c9c8e2dff64e1c741dc1c11e9f3b5d07ce | [
"Unlicense"
] | null | null | null | src/ObjVLink.h | 2kranki/libCmn | 4f9db4c9c8e2dff64e1c741dc1c11e9f3b5d07ce | [
"Unlicense"
] | null | null | null | // vi:nu:et:sts=4 ts=4 sw=4
//****************************************************************
// Object with a Variable Number of Integer Links (ObjVLink)
//****************************************************************
/*
* Program
* Object with a Variable Number of Integer Links (ObjVLink)
* Purpose
* Th... | 27.895317 | 85 | 0.553822 | [
"object"
] |
7163d1a67e2180ded6536d191cc9a2d1456c7f7d | 16,736 | h | C | include/ossim/imaging/ossimImageFileWriter.h | martidi/ossim | 44268fa9d7fc5a3038642e702e85ccd339a4ff9f | [
"MIT"
] | null | null | null | include/ossim/imaging/ossimImageFileWriter.h | martidi/ossim | 44268fa9d7fc5a3038642e702e85ccd339a4ff9f | [
"MIT"
] | null | null | null | include/ossim/imaging/ossimImageFileWriter.h | martidi/ossim | 44268fa9d7fc5a3038642e702e85ccd339a4ff9f | [
"MIT"
] | 1 | 2018-10-11T11:36:16.000Z | 2018-10-11T11:36:16.000Z | //*******************************************************************
//
// License: See top level LICENSE.txt file.
//
// Author: Frank Warmerdam (warmerdam@pobox.com)
//
// Description:
//
// Contains class declaration for ossimImageWriter
//*******************************************************************
// $I... | 33.472 | 81 | 0.658222 | [
"geometry",
"object",
"vector"
] |
717adcb5ba48c88bd2988da0d18d6427441480e1 | 1,315 | h | C | Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.h | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#if !defined(Q_MOC_RUN)
#include <AzQtComponents/AzQtComponentsAPI.h>
#include <QLine... | 22.672414 | 102 | 0.631939 | [
"3d"
] |
717b3aea0df451e99c832fa6a2d9d45411349f05 | 2,319 | h | C | image/ExifImageHelper.h | gizmomogwai/cpplib | a09bf4d3f2a312774d3d85a5c65468099a1797b0 | [
"MIT"
] | null | null | null | image/ExifImageHelper.h | gizmomogwai/cpplib | a09bf4d3f2a312774d3d85a5c65468099a1797b0 | [
"MIT"
] | null | null | null | image/ExifImageHelper.h | gizmomogwai/cpplib | a09bf4d3f2a312774d3d85a5c65468099a1797b0 | [
"MIT"
] | null | null | null | #ifndef ExifImageHelper_h_
#define ExifImageHelper_h_
#include <image/ImageApi.h>
#include <string>
#include <sstream>
class IMAGE_API ExifImageHelper {
public:
static std::string getDescription(int id) {
switch (id) {
case 256:
return "Image Width";
case 257:
return "Image Height";
c... | 21.672897 | 45 | 0.608452 | [
"model"
] |
71a6966ff03fe3670433d7a541173bc8dd62240c | 5,603 | h | C | Sources/Plugins/RenderSystem_GPR/SoftwareRenderer.h | jdelezenne/Sonata | fb1b1b64a78874a0ab2809995be4b6f14f9e4d56 | [
"MIT"
] | null | null | null | Sources/Plugins/RenderSystem_GPR/SoftwareRenderer.h | jdelezenne/Sonata | fb1b1b64a78874a0ab2809995be4b6f14f9e4d56 | [
"MIT"
] | null | null | null | Sources/Plugins/RenderSystem_GPR/SoftwareRenderer.h | jdelezenne/Sonata | fb1b1b64a78874a0ab2809995be4b6f14f9e4d56 | [
"MIT"
] | null | null | null | /*=============================================================================
SoftwareRenderer.h
Project: Sonata Engine
Copyright � 2005
Julien Delezenne
=============================================================================*/
#ifndef _SOFTWARERENDERER_H_
#define _SOFTWARERENDERER_H_
#include "OGPR/OGPR.h"
#... | 28.155779 | 99 | 0.759593 | [
"mesh",
"render"
] |
71a6e9ea847ea05732a241c2d760352ad8527a96 | 432 | h | C | simulation.h | mpdcampbell/nat-selection | 1b4c7d4eeb4f262685d8a219005993bebe8f3fee | [
"MIT"
] | 5 | 2019-09-29T21:30:18.000Z | 2019-12-31T00:24:51.000Z | simulation.h | mpdcampbell/nat-selection | 1b4c7d4eeb4f262685d8a219005993bebe8f3fee | [
"MIT"
] | null | null | null | simulation.h | mpdcampbell/nat-selection | 1b4c7d4eeb4f262685d8a219005993bebe8f3fee | [
"MIT"
] | 3 | 2019-08-01T16:55:55.000Z | 2020-03-14T17:14:29.000Z | #ifndef SIMULATION_H
#define SIMULATION_H
#include <vector>
#include "food.h"
#include "blob.h"
#include "simulationResults.h"
extern int g_nameHolder;
void walkAndEat(std::vector<Blob> &blobArray, std::vector<Food> &foodArray, simulationResults &stats);
void naturalSelection(std::vector<Blob> &blobArra... | 22.736842 | 103 | 0.733796 | [
"vector"
] |
2193a32e216c33e1bc783f002d929434c19fa687 | 3,671 | h | C | src/RenderFarmUI/RF_DrawMap.h | rromanchuk/xptools | deff017fecd406e24f60dfa6aae296a0b30bff56 | [
"X11",
"MIT"
] | 71 | 2015-12-15T19:32:27.000Z | 2022-02-25T04:46:01.000Z | src/RenderFarmUI/RF_DrawMap.h | rromanchuk/xptools | deff017fecd406e24f60dfa6aae296a0b30bff56 | [
"X11",
"MIT"
] | 19 | 2016-07-09T19:08:15.000Z | 2021-07-29T10:30:20.000Z | src/RenderFarmUI/RF_DrawMap.h | rromanchuk/xptools | deff017fecd406e24f60dfa6aae296a0b30bff56 | [
"X11",
"MIT"
] | 42 | 2015-12-14T19:13:02.000Z | 2022-03-01T15:15:03.000Z | /*
* Copyright (c) 2004, Laminar Research.
*
* 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, ... | 40.340659 | 181 | 0.743667 | [
"vector"
] |
219ebf6971722134b1752d85734bcaa235b81d09 | 33,753 | c | C | client-src/sendbackup.c | nikolasco/amanda | a41a213072aeb6ee715b68f3d84707110546ae9f | [
"BSD-4-Clause-UC"
] | 1 | 2016-05-09T10:42:44.000Z | 2016-05-09T10:42:44.000Z | client-src/sendbackup.c | nikolasco/amanda | a41a213072aeb6ee715b68f3d84707110546ae9f | [
"BSD-4-Clause-UC"
] | null | null | null | client-src/sendbackup.c | nikolasco/amanda | a41a213072aeb6ee715b68f3d84707110546ae9f | [
"BSD-4-Clause-UC"
] | null | null | null | /*
* Amanda, The Advanced Maryland Automatic Network Disk Archiver
* Copyright (c) 1991-1999 University of Maryland at College Park
* All Rights Reserved.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
*... | 25.245325 | 87 | 0.607442 | [
"3d"
] |
21a84845bc9832151b4764c01b6ff5b686a52992 | 1,193 | h | C | Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScaleBySpeed.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScaleBySpeed.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | 2 | 2015-06-21T17:38:11.000Z | 2015-06-22T20:54:42.000Z | Engine/Source/Runtime/Engine/Classes/Particles/Size/ParticleModuleSizeScaleBySpeed.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
/*==============================================================================
ParticleModuleSizeScaleBySpeed: Scale the size of a particle by its velocity.
==============================================================================*/
#pragma once
#in... | 36.151515 | 94 | 0.700754 | [
"object"
] |
21a98fa67080fc15a2119a2f94c54ba24ddb5eeb | 5,825 | c | C | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56880_a0/dna_4_6_6/bcm56880_a0_dna_4_6_6_lta_bcmltx_field_demux_wide_l3_ipv6_multicast_2_tablet_ip_hdr_dipf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56880_a0/dna_4_6_6/bcm56880_a0_dna_4_6_6_lta_bcmltx_field_demux_wide_l3_ipv6_multicast_2_tablet_ip_hdr_dipf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56880_a0/dna_4_6_6/bcm56880_a0_dna_4_6_6_lta_bcmltx_field_demux_wide_l3_ipv6_multicast_2_tablet_ip_hdr_dipf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | /*******************************************************************************
*
* DO NOT EDIT THIS FILE!
* This file is auto-generated by fltg from Logical Table mapping files.
*
* Tool: $SDK/INTERNAL/fltg/bin/fltg
*
* Edits to this file will be lost when it is regenerated.
*
* This license is set out in ht... | 43.796992 | 139 | 0.778541 | [
"transform"
] |
21d247fac956d11a92b88ee2296f32c80ca66242 | 3,118 | h | C | Projects/Editor/Source/Editor/Space/Assets/CListFSController.h | tsukoyumi/skylicht-engine | 3b88d9718e87e552152633ef60e3f889869b71de | [
"MIT"
] | null | null | null | Projects/Editor/Source/Editor/Space/Assets/CListFSController.h | tsukoyumi/skylicht-engine | 3b88d9718e87e552152633ef60e3f889869b71de | [
"MIT"
] | null | null | null | Projects/Editor/Source/Editor/Space/Assets/CListFSController.h | tsukoyumi/skylicht-engine | 3b88d9718e87e552152633ef60e3f889869b71de | [
"MIT"
] | null | null | null | /*
!@
MIT License
Copyright (c) 2020 Skylicht Technology CO., LTD
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... | 23.984615 | 141 | 0.737332 | [
"vector"
] |
21d2e0d5321e1ecfb024c4a502e3cc1e37e0095c | 2,332 | h | C | engine/src/physics/ObjectProperties.h | targodan/gameProgramming | 5c0b36bee271dca65636d0317324a2bb786613f0 | [
"MIT"
] | 1 | 2019-07-14T11:32:30.000Z | 2019-07-14T11:32:30.000Z | engine/src/physics/ObjectProperties.h | targodan/gameProgramming | 5c0b36bee271dca65636d0317324a2bb786613f0 | [
"MIT"
] | null | null | null | engine/src/physics/ObjectProperties.h | targodan/gameProgramming | 5c0b36bee271dca65636d0317324a2bb786613f0 | [
"MIT"
] | null | null | null | #ifndef OBJECTPROPERTIES_H
#define OBJECTPROPERTIES_H
#include <eigen3/Eigen/Eigen>
#include "../util/vector.h"
#include "../renderer/Vertex.h"
#include "../renderer/Mesh.h"
#include "../IllegalArgumentException.h"
namespace engine {
namespace physics {
using namespace Eigen;
using engine::util::... | 38.866667 | 142 | 0.598199 | [
"mesh",
"vector"
] |
21dcb09781572d871339284d4297b1f77d73e7ca | 410 | h | C | source/lib/tuple.h | IanFinlayson/tetra | 10f5e6e2bf52340b5162850d32c480400d6d7521 | [
"MIT"
] | 5 | 2017-01-21T01:53:30.000Z | 2021-06-20T04:25:40.000Z | source/lib/tuple.h | IanFinlayson/tetra | 10f5e6e2bf52340b5162850d32c480400d6d7521 | [
"MIT"
] | 6 | 2017-02-21T13:23:06.000Z | 2019-01-28T21:34:10.000Z | source/lib/tuple.h | IanFinlayson/tetra | 10f5e6e2bf52340b5162850d32c480400d6d7521 | [
"MIT"
] | 2 | 2015-02-24T16:40:48.000Z | 2015-04-16T22:29:48.000Z |
/* tuple.h
* declares the tuple class which represents a Tetra Tuple object */
#ifndef TUPLE_H
#define TUPLE_H
#include "list.h"
/* the List class */
class Tuple : public List {
private:
static const String L_DELIM;
static const String R_DELIM;
protected:
String getLDelim() const {
retur... | 15.185185 | 68 | 0.643902 | [
"object"
] |
21df103b4e7d7a92791094a86279734625bac2a3 | 50,852 | h | C | Sources/Sample/HelloCarDemo/Android/HelloElastosDemo/app/src/main/jni/elastos/include/elastos/utility/Arrays.h | xiaoweiruby/Elastos.RT | 238e9b747f70fc129769ae7850def4362c43e443 | [
"Apache-2.0"
] | 1 | 2019-04-15T13:08:56.000Z | 2019-04-15T13:08:56.000Z | Sources/Sample/RPC/Switch/RPCServer/app/src/main/cpp/elastos/inc/elastos/utility/Arrays.h | xiaoweiruby/Elastos.RT | 238e9b747f70fc129769ae7850def4362c43e443 | [
"Apache-2.0"
] | null | null | null | Sources/Sample/RPC/Switch/RPCServer/app/src/main/cpp/elastos/inc/elastos/utility/Arrays.h | xiaoweiruby/Elastos.RT | 238e9b747f70fc129769ae7850def4362c43e443 | [
"Apache-2.0"
] | null | null | null | //=========================================================================
// 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
//
// ... | 28.568539 | 114 | 0.563655 | [
"object"
] |
21ea58a4fb597a93a1fab8dd217d3e7356dad76e | 781 | h | C | symbolic/matcher.h | lilissun/spa | d44974c51017691ff4ada29c212c54bb0ee931c2 | [
"Apache-2.0"
] | null | null | null | symbolic/matcher.h | lilissun/spa | d44974c51017691ff4ada29c212c54bb0ee931c2 | [
"Apache-2.0"
] | null | null | null | symbolic/matcher.h | lilissun/spa | d44974c51017691ff4ada29c212c54bb0ee931c2 | [
"Apache-2.0"
] | 1 | 2020-04-24T02:28:32.000Z | 2020-04-24T02:28:32.000Z | //
// matcher.h
// symbolic
//
// Created by Li Li on 21/7/14.
// Copyright (c) 2014 Lilissun. All rights reserved.
//
#ifndef __symbolic__matcher__
#define __symbolic__matcher__
#include <iostream>
#include <map>
#include <vector>
#include "term.h"
#include "explicit/name.h"
namespace sym {
class Pattern;
... | 20.025641 | 59 | 0.615877 | [
"vector"
] |
21ef2253d0adfb92f6f3b176fd4cd53da26452cf | 3,177 | h | C | DataCollector/mozilla/xulrunner-sdk/include/mozilla/dom/workers/bindings/WorkerFeature.h | andrasigneczi/TravelOptimiser | b08805f97f0823fd28975a36db67193386aceb22 | [
"Apache-2.0"
] | 1 | 2016-04-20T08:35:44.000Z | 2016-04-20T08:35:44.000Z | DataCollector/mozilla/xulrunner-sdk/include/mozilla/dom/workers/bindings/WorkerFeature.h | andrasigneczi/TravelOptimiser | b08805f97f0823fd28975a36db67193386aceb22 | [
"Apache-2.0"
] | null | null | null | DataCollector/mozilla/xulrunner-sdk/include/mozilla/dom/workers/bindings/WorkerFeature.h | andrasigneczi/TravelOptimiser | b08805f97f0823fd28975a36db67193386aceb22 | [
"Apache-2.0"
] | null | null | null | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0... | 36.94186 | 80 | 0.576959 | [
"object"
] |
21f25dac915fa21b954bcdc631fc12a46d711536 | 7,156 | h | C | Chapter5/Main/hgt-qfunc.v.0.5.2/deps/simdpp/simd/float32x4.h | dunarel/dunphd-thesis | 7c6286b5134024a8a67f97c4bfba8d6b94dc21c9 | [
"BSD-3-Clause"
] | null | null | null | Chapter5/Main/hgt-qfunc.v.0.5.2/deps/simdpp/simd/float32x4.h | dunarel/dunphd-thesis | 7c6286b5134024a8a67f97c4bfba8d6b94dc21c9 | [
"BSD-3-Clause"
] | null | null | null | Chapter5/Main/hgt-qfunc.v.0.5.2/deps/simdpp/simd/float32x4.h | dunarel/dunphd-thesis | 7c6286b5134024a8a67f97c4bfba8d6b94dc21c9 | [
"BSD-3-Clause"
] | null | null | null | /* libsimdpp
Copyright (C) 2011 Povilas Kanapickas tir5c3@yahoo.co.uk
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 copyrig... | 28.97166 | 90 | 0.676356 | [
"vector"
] |
21f2c3bd804554949b0dfd8e9393e69d4cf6ee8b | 10,105 | h | C | src/libAtoms/libatoms.h | albapa/QUIP | ecde1e332c6bd62c238d3cd90e31dba4fb390313 | [
"NRL"
] | null | null | null | src/libAtoms/libatoms.h | albapa/QUIP | ecde1e332c6bd62c238d3cd90e31dba4fb390313 | [
"NRL"
] | null | null | null | src/libAtoms/libatoms.h | albapa/QUIP | ecde1e332c6bd62c238d3cd90e31dba4fb390313 | [
"NRL"
] | null | null | null | /* H0 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* H0 X */
/* H0 X libAtoms+QUIP: atomistic simulation library */
/* H0 X ... | 45.931818 | 338 | 0.668481 | [
"shape"
] |
bc26a974a02a1fc086609d94db6d386f5ad4ec4b | 1,024 | h | C | data-logger/include/f1_datalogger/controllers/pure_pursuit_controller.h | linklab-uva/deepracing | fc25c47658277df029e7399d295d97a75fe85216 | [
"Apache-2.0"
] | 11 | 2020-06-29T15:21:37.000Z | 2021-04-12T00:42:26.000Z | data-logger/include/f1_datalogger/controllers/pure_pursuit_controller.h | linklab-uva/deepracing | fc25c47658277df029e7399d295d97a75fe85216 | [
"Apache-2.0"
] | null | null | null | data-logger/include/f1_datalogger/controllers/pure_pursuit_controller.h | linklab-uva/deepracing | fc25c47658277df029e7399d295d97a75fe85216 | [
"Apache-2.0"
] | 4 | 2019-01-23T23:36:57.000Z | 2021-07-02T00:18:37.000Z | #ifndef INCLUDE_CONTROLLERS_PURE_PURSUIT_CONTROLLER_H_
#define INCLUDE_CONTROLLERS_PURE_PURSUIT_CONTROLLER_H_
#include "f1_datalogger/udp_logging/common/measurement_handler_2018.h"
#include "Eigen/Core"
#include <vector>
#include <boost/math/constants/constants.hpp>
#include "f1_datalogger/controllers/f1_interface.h"
#... | 37.925926 | 164 | 0.805664 | [
"vector"
] |
bc279122a795caf4f4b1aa725ba5def89a8286f2 | 449 | h | C | PipelineLayout.h | Sqazine/vksph | 748356d5adfc0dadd93cf9b0a4e48fe447b63d26 | [
"Apache-2.0"
] | 1 | 2021-11-10T07:37:49.000Z | 2021-11-10T07:37:49.000Z | PipelineLayout.h | Sqazine/vksph | 748356d5adfc0dadd93cf9b0a4e48fe447b63d26 | [
"Apache-2.0"
] | null | null | null | PipelineLayout.h | Sqazine/vksph | 748356d5adfc0dadd93cf9b0a4e48fe447b63d26 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <vulkan/vulkan.h>
#include <vector>
namespace VK
{
class PipelineLayout
{
public:
PipelineLayout( const std::vector<VkDescriptorSetLayout> &descriptorSetLayouts = {}, const std::vector<VkPushConstantRange> &pushConstantRange = {});
~PipelineLayout();
const VkPi... | 24.944444 | 157 | 0.685969 | [
"vector"
] |
bc4ebd2c9c69825e348e33e48e66bf32fad5e68b | 1,188 | h | C | RFW/backends/VulkanRTX/src/ComputePipeline.h | MeirBon/rendering-fw | dff775c816d19cd9e11eac2c2a2b3c608216ad4c | [
"Apache-2.0"
] | 77 | 2020-01-03T18:32:47.000Z | 2021-08-08T01:06:52.000Z | RFW/backends/VulkanRTX/src/ComputePipeline.h | meirbon/rendering-fw | dff775c816d19cd9e11eac2c2a2b3c608216ad4c | [
"Apache-2.0"
] | 1 | 2020-01-09T01:59:27.000Z | 2020-01-09T08:47:28.000Z | RFW/backends/VulkanRTX/src/ComputePipeline.h | meirbon/rendering-fw | dff775c816d19cd9e11eac2c2a2b3c608216ad4c | [
"Apache-2.0"
] | 2 | 2022-02-20T01:55:07.000Z | 2022-03-30T03:02:48.000Z | //
// Created by meir on 10/25/19.
//
#ifndef RENDERINGFW_VULKANRTX_SRC_COMPUTEPIPELINE_H
#define RENDERINGFW_VULKANRTX_SRC_COMPUTEPIPELINE_H
#include <vulkan/vulkan.hpp>
#include "VulkanDevice.h"
#include "Shader.h"
#include "DescriptorSet.h"
namespace vkrtx
{
class ComputePipeline
{
public:
ComputePipeline(cons... | 27 | 114 | 0.792088 | [
"vector"
] |
bc686a7dcd93ad5718d198d915af8333d6f34314 | 525 | h | C | Assignment2_MatthewFerreira/SDL_Project/UI0.h | adityadutta/Assignment2_GAME203 | ff15cd91f0d2bea3b74433e0877569515d0f18ea | [
"MIT"
] | null | null | null | Assignment2_MatthewFerreira/SDL_Project/UI0.h | adityadutta/Assignment2_GAME203 | ff15cd91f0d2bea3b74433e0877569515d0f18ea | [
"MIT"
] | null | null | null | Assignment2_MatthewFerreira/SDL_Project/UI0.h | adityadutta/Assignment2_GAME203 | ff15cd91f0d2bea3b74433e0877569515d0f18ea | [
"MIT"
] | null | null | null | #ifndef UI0_H
#define UI0_H
#include "MMath.h"
#include "UIFactory.h"
#include <SDL.h>
using namespace MATH;
class UI0 : public UIFactory {
private:
SDL_Window *window;
Matrix4 projectionMatrix;
SDL_Surface *healthBar1Image;
Vec3 healthBar1Pos;
SDL_Rect healthBar1Rect;
SDL_Surface *healthBar2Image;
Vec3 heal... | 16.935484 | 41 | 0.76 | [
"render"
] |
bc7fe03f6e662e4c273ad663e688cae151ae1751 | 5,525 | c | C | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56880_a0/dna_4_6_6/bcm56880_a0_dna_4_6_6_lta_bcmltx_field_demux_l3_src_ipv6_uc_route_overridet_ipv6u_lowerf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56880_a0/dna_4_6_6/bcm56880_a0_dna_4_6_6_lta_bcmltx_field_demux_l3_src_ipv6_uc_route_overridet_ipv6u_lowerf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56880_a0/dna_4_6_6/bcm56880_a0_dna_4_6_6_lta_bcmltx_field_demux_l3_src_ipv6_uc_route_overridet_ipv6u_lowerf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | /*******************************************************************************
*
* DO NOT EDIT THIS FILE!
* This file is auto-generated by fltg from Logical Table mapping files.
*
* Tool: $SDK/INTERNAL/fltg/bin/fltg
*
* Edits to this file will be lost when it is regenerated.
*
* This license is set out in ht... | 44.918699 | 139 | 0.791855 | [
"transform"
] |
bc81fdf70459adfc2082901e5ebd188d27c76e15 | 9,543 | c | C | linger_router_rule.c | liubang/linger_framework | 9c856754ce8f4cbf79962a6571b6a76de0fa9ba7 | [
"MIT"
] | 7 | 2017-09-30T01:46:17.000Z | 2018-09-10T21:35:51.000Z | linger_router_rule.c | iliubang/linger_framework | 9c856754ce8f4cbf79962a6571b6a76de0fa9ba7 | [
"MIT"
] | null | null | null | linger_router_rule.c | iliubang/linger_framework | 9c856754ce8f4cbf79962a6571b6a76de0fa9ba7 | [
"MIT"
] | null | null | null | /*
+----------------------------------------------------------------------+
| linger_framework |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2016 The PHP Group |
+--------------... | 35.344444 | 132 | 0.677565 | [
"object"
] |
bc836fb56a1ddbf5a8cf3ab66c9680dc527c7c4d | 3,237 | h | C | include/deemon/property.h | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | 5 | 2019-09-27T01:33:53.000Z | 2021-11-29T16:31:39.000Z | include/deemon/property.h | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | null | null | null | include/deemon/property.h | GrieferAtWork/deemon | 16a4899303390c93d6e7b3910aa4d20e7a55d80b | [
"Zlib"
] | 1 | 2019-10-04T09:42:30.000Z | 2019-10-04T09:42:30.000Z | /* Copyright (c) 2018-2021 Griefer@Work *
* *
* This software is provided 'as-is', without any express or implied *
* warranty. In no event will the authors be held liable for any damages *
... | 42.038961 | 106 | 0.570899 | [
"object"
] |
bc8a66487fce6197a676f00329cd1c387869e7be | 10,131 | c | C | beamracer.c | pulkomandy/beamracer_btbx | 10dc71e30cf756b2ff357f1b31789f488836648b | [
"MIT"
] | 1 | 2020-05-04T10:57:32.000Z | 2020-05-04T10:57:32.000Z | beamracer.c | pulkomandy/beamracer_btbx | 10dc71e30cf756b2ff357f1b31789f488836648b | [
"MIT"
] | null | null | null | beamracer.c | pulkomandy/beamracer_btbx | 10dc71e30cf756b2ff357f1b31789f488836648b | [
"MIT"
] | null | null | null | /* BEAM RACER
* Copyright 2014, Adrien Destugues <pulkomandy@gmail.com>
* This program is distributed under the terms of the MIT License
*/
#include "bitbox.h"
#include <string.h>
// COLOR PALETTES -------------------------------------------------------------
// The road uses only 4 colors, but we encode 2 pixe... | 41.016194 | 97 | 0.661534 | [
"render"
] |
bc8c0b35397f070830cde46b51066ae2108d6537 | 8,769 | h | C | kubernetes/api/RbacAuthorizationV1API.h | brendandburns/c | ea2fb243e1fd71e96a1ae470b728c3767bf0f328 | [
"Apache-2.0"
] | 1 | 2020-03-25T19:45:53.000Z | 2020-03-25T19:45:53.000Z | kubernetes/api/RbacAuthorizationV1API.h | brendandburns/c | ea2fb243e1fd71e96a1ae470b728c3767bf0f328 | [
"Apache-2.0"
] | null | null | null | kubernetes/api/RbacAuthorizationV1API.h | brendandburns/c | ea2fb243e1fd71e96a1ae470b728c3767bf0f328 | [
"Apache-2.0"
] | null | null | null | #include <stdlib.h>
#include <stdio.h>
#include "../include/apiClient.h"
#include "../include/list.h"
#include "../external/cJSON.h"
#include "../include/keyValuePair.h"
#include "../model/v1_api_resource_list.h"
#include "../model/v1_cluster_role.h"
#include "../model/v1_cluster_role_binding.h"
#include "../model/v1_c... | 42.567961 | 386 | 0.797354 | [
"model"
] |
bc95f2458143b7b97b5a1311923f9d247ca9a479 | 1,024 | h | C | src/graphics/label.h | ArneDJ/terranova | 533e9e5687d464153418f73a1d811f57e7c572b9 | [
"CC0-1.0"
] | null | null | null | src/graphics/label.h | ArneDJ/terranova | 533e9e5687d464153418f73a1d811f57e7c572b9 | [
"CC0-1.0"
] | null | null | null | src/graphics/label.h | ArneDJ/terranova | 533e9e5687d464153418f73a1d811f57e7c572b9 | [
"CC0-1.0"
] | null | null | null | #pragma once
#include "../extern/freetypegl/freetype-gl.h"
namespace gfx {
struct LabelVertex {
glm::vec2 position = {};
glm::vec2 texcoord = {};
};
struct LabelBuffer {
std::vector<LabelVertex> vertices;
std::vector<uint32_t> indices;
};
class LabelMesh {
public:
GLuint VAO = 0;
GLuint VBO = 0;
GLuint EBO =... | 18.285714 | 62 | 0.710938 | [
"vector"
] |
bcaa4e2e6c14c068968c770523f4f93fb70a67df | 53,995 | h | C | cabinets/Orange_Metamp_4x12_M930_1.h | plfiorini/GuitarAmp | 5339737260e19b9ac32ef554b81d42f23ead3b53 | [
"Zlib"
] | 1 | 2021-08-12T20:04:23.000Z | 2021-08-12T20:04:23.000Z | cabinets/Orange_Metamp_4x12_M930_1.h | plfiorini/GuitarAmp | 5339737260e19b9ac32ef554b81d42f23ead3b53 | [
"Zlib"
] | null | null | null | cabinets/Orange_Metamp_4x12_M930_1.h | plfiorini/GuitarAmp | 5339737260e19b9ac32ef554b81d42f23ead3b53 | [
"Zlib"
] | null | null | null | /// Impulse response header, generated by ir_wav2h.py
/// Input file: 1.wav
#ifndef IR_ORANGE_METAMP_4X12_M930_1_H
#define IR_ORANGE_METAMP_4X12_M930_1_H
#include <vector>
namespace Orange_Metamp_4x12_M930_1 {
static const char* name = "1";
static const char* vendor = "Orange Metamp 4x12";
static const char* mic = ... | 109.080808 | 123 | 0.785313 | [
"vector"
] |
bcac5b290de40e24cc8c9721d867de5aeeead829 | 1,515 | h | C | src/Renderer/RenderCommand.h | Stral9315/xsngine | 4a4afe21f12483dbe266113b17a4b51ea850ee56 | [
"MIT"
] | 13 | 2015-02-05T22:44:29.000Z | 2021-09-04T21:28:10.000Z | src/Renderer/RenderCommand.h | Stral9315/xsngine | 4a4afe21f12483dbe266113b17a4b51ea850ee56 | [
"MIT"
] | 47 | 2015-03-23T14:11:06.000Z | 2017-05-21T05:14:57.000Z | src/Renderer/RenderCommand.h | Stral9315/xsngine | 4a4afe21f12483dbe266113b17a4b51ea850ee56 | [
"MIT"
] | 7 | 2015-04-29T00:48:23.000Z | 2018-04-01T13:12:40.000Z | #pragma once
#include "Renderer/Renderer.h"
#include "Common/Matrix.h"
namespace Renderer {
struct Material;
class Model;
class ShaderProgram;
extern ShaderProgram *quadProgram;
//FIXME: polymorphism?
enum class CommandType {
DrawQuad,
DrawModel,
DrawParticles,
Screenshot
};
struct DrawQuadCommand... | 14.708738 | 59 | 0.688449 | [
"render",
"model"
] |
2952e00e33bbc976fb3df287ddad6b2a49001f76 | 11,549 | h | C | include/cozy/cose.h | microbuilder/cozy | ae616b3eb0e718f093d138fc82852c5d418aba5b | [
"Apache-2.0"
] | 8 | 2020-07-01T04:48:09.000Z | 2021-12-23T03:13:31.000Z | include/cozy/cose.h | motet/cozy | ae616b3eb0e718f093d138fc82852c5d418aba5b | [
"Apache-2.0"
] | 1 | 2021-09-23T08:49:53.000Z | 2021-09-23T08:49:53.000Z | include/cozy/cose.h | motet/cozy | ae616b3eb0e718f093d138fc82852c5d418aba5b | [
"Apache-2.0"
] | 1 | 2021-09-23T08:40:03.000Z | 2021-09-23T08:40:03.000Z | /*
* Copyright 2020 RISE Research Institutes of Sweden
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | 30.472296 | 86 | 0.684128 | [
"object",
"vector"
] |
296552543adbf5b53c088ec99e9434aa16a5cb64 | 26,779 | c | C | src/Emulators/atari800/ide.c | slajerek/RetroDebugger | e761e4f9efd103a05e65ef283423b142fa4324c7 | [
"Apache-2.0",
"MIT"
] | 34 | 2021-05-29T07:04:17.000Z | 2022-03-10T20:16:03.000Z | src/Emulators/atari800/ide.c | slajerek/RetroDebugger | e761e4f9efd103a05e65ef283423b142fa4324c7 | [
"Apache-2.0",
"MIT"
] | 6 | 2021-12-25T13:05:21.000Z | 2022-01-19T17:35:17.000Z | src/Emulators/atari800/ide.c | slajerek/RetroDebugger | e761e4f9efd103a05e65ef283423b142fa4324c7 | [
"Apache-2.0",
"MIT"
] | 6 | 2021-12-24T18:37:41.000Z | 2022-02-06T23:06:02.000Z | /*
* ide.c - Emulate IDE interface
*
* Copyright (C) 2010 Ivo van Poorten
*
* Based on QEMU IDE disk emulator (hw/ide/{core.c,microdrive.c,mmio.c})
* Copyright (C) 2003 Fabrice Bellard
* Copyright (C) 2006 Openhand Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this... | 29.013001 | 229 | 0.544793 | [
"geometry"
] |
2966fa294d5e320a098c216eff6777d74b920051 | 10,704 | h | C | src/prmplanner.h | idincern/prm_sim | 9c576d200eb4576a289dae42ca9c08729aceecd7 | [
"MIT"
] | 3 | 2020-02-24T22:32:44.000Z | 2021-05-06T23:13:11.000Z | src/prmplanner.h | idincern/prm_sim | 9c576d200eb4576a289dae42ca9c08729aceecd7 | [
"MIT"
] | null | null | null | src/prmplanner.h | idincern/prm_sim | 9c576d200eb4576a289dae42ca9c08729aceecd7 | [
"MIT"
] | 2 | 2020-06-12T12:24:22.000Z | 2021-10-19T11:25:46.000Z | /*! @file
*
* @brief A low dispersion PRM planner.
*
* The idea of the LD-PRM is to capture the connectivity of the
* configuration space with fewer samples, which reduces the
* running time of the algorithm. Different to a simple PRM planner,
* the samples generated by the LD-PRM must fufil an important cr... | 39.940299 | 124 | 0.671618 | [
"object",
"vector"
] |
296deb358ca789ef6865033450bfefaaf7e182b6 | 4,854 | h | C | GameEngine/GameWindow.h | MCassimus/GameEngine | c24623bf921cf39957228c30a934ec9528b9bcdb | [
"MIT"
] | null | null | null | GameEngine/GameWindow.h | MCassimus/GameEngine | c24623bf921cf39957228c30a934ec9528b9bcdb | [
"MIT"
] | null | null | null | GameEngine/GameWindow.h | MCassimus/GameEngine | c24623bf921cf39957228c30a934ec9528b9bcdb | [
"MIT"
] | null | null | null | #pragma once
#include <gl\glew.h>
#include <GLFW\glfw3.h>
#include <glm\glm.hpp>
#include "Clock.h"
class GameWindow
{
public:
GameWindow();
~GameWindow();
void setCursorLocked(bool);
void setCursorVisible(bool);
void clear();
void render();
bool isOpen();
void close();
static bool keyPressed(int);//returns ... | 30.528302 | 74 | 0.727647 | [
"render"
] |
296fca13df5d1752b629d7a84eb903025aa73e2c | 1,831 | h | C | cpp/wechat/patcher/process_patcher.h | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | null | null | null | cpp/wechat/patcher/process_patcher.h | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | 1 | 2016-09-15T07:06:15.000Z | 2016-09-15T07:06:15.000Z | cpp/wechat/patcher/process_patcher.h | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | null | null | null | #ifndef __THANOS_CORE_WECHAT_PATCHER_PROCESS_PATCHER_INCLUDED__
#define __THANOS_CORE_WECHAT_PATCHER_PROCESS_PATCHER_INCLUDED__
#include <windows.h>
// SystemInformationClass
typedef enum _SYSTEM_INFORMATION_CLASS {
SYSTEM_HANDLE_INFORMATION = 16,
} SystemInformationClass;
// ZwQuerySystemInformation signature
... | 23.177215 | 65 | 0.787548 | [
"object"
] |
2980adbcbd6d4dce2ef4a23c1a8fecb692834e43 | 3,587 | h | C | src/Display.h | wormyrocks/Grafici-GFX | 0f1defbc769f2bd5a1ff1fa5fcaa7e2ea8f19dba | [
"Apache-2.0"
] | 3 | 2020-12-02T22:54:38.000Z | 2021-06-14T03:57:01.000Z | src/Display.h | wormyrocks/Grafici-GFX | 0f1defbc769f2bd5a1ff1fa5fcaa7e2ea8f19dba | [
"Apache-2.0"
] | 18 | 2019-09-23T16:17:49.000Z | 2021-01-26T07:06:11.000Z | src/Display.h | wormyrocks/Grafici-GFX | 0f1defbc769f2bd5a1ff1fa5fcaa7e2ea8f19dba | [
"Apache-2.0"
] | 3 | 2019-12-23T00:34:35.000Z | 2021-11-30T16:24:02.000Z | #ifndef GRAFICI_DISPLAY_H
#define GRAFICI_DISPLAY_H
#include "Adafruit_GFX.h"
#include "Types.h"
#include "Utils.h"
#include "Vector.h"
class Display
{
public:
void begin(Adafruit_GFX &driver)
{
_driver = &driver;
}
Adafruit_GFX &driver()
{
return *_driver;
}
void line(CartesianVec... | 35.87 | 168 | 0.700585 | [
"vector"
] |
29892c092ea1bfcd788f4d773529668e831344fd | 7,759 | h | C | utf8.h | Llewellynvdm/id3 | b6413124856b1eb170f81b2f66cecf1f13235673 | [
"BSD-2-Clause"
] | 108 | 2015-01-16T16:05:07.000Z | 2022-03-31T12:13:51.000Z | utf8.h | Llewellynvdm/id3 | b6413124856b1eb170f81b2f66cecf1f13235673 | [
"BSD-2-Clause"
] | 26 | 2015-05-27T00:00:51.000Z | 2022-02-20T15:03:44.000Z | utf8.h | Llewellynvdm/id3 | b6413124856b1eb170f81b2f66cecf1f13235673 | [
"BSD-2-Clause"
] | 11 | 2016-07-18T22:15:22.000Z | 2022-03-13T00:45:31.000Z | /*
UTF-8 (unicode transformation format) encoding/decoding layer
copyright (c) 2003, 2004, 2005 squell <squell@alumina.nl>
use, modification, copying and distribution of this software is permitted
under the conditions described in the file 'COPYING'.
Usage:
The namespace 'utf8' defines a couple of thin... | 26.301695 | 76 | 0.596469 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.