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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ba560c3d6d7ba0b85c2824fb3d10761bdd9b960b | 902 | h | C | engine/common/core/src/cpp/include/RunnableQueue.h | mikolajgucki/ae-engine | c4953feb74853b01b39b45b3bce23c10f6f74db0 | [
"MIT"
] | 1 | 2021-02-23T09:36:42.000Z | 2021-02-23T09:36:42.000Z | engine/common/core/src/cpp/include/RunnableQueue.h | mikolajgucki/ae-engine | c4953feb74853b01b39b45b3bce23c10f6f74db0 | [
"MIT"
] | null | null | null | engine/common/core/src/cpp/include/RunnableQueue.h | mikolajgucki/ae-engine | c4953feb74853b01b39b45b3bce23c10f6f74db0 | [
"MIT"
] | null | null | null | #ifndef AE_RUNNABLE_QUEUE_H
#define AE_RUNNABLE_QUEUE_H
#include <vector>
#include "Runnable.h"
namespace ae {
/**
* \brief Holds runnables and runs then in the order in which they were added.
*/
class RunnableQueue:public Runnable {
/** */
std::vector<Runnable *> runnables;
/**
... | 20.5 | 79 | 0.574279 | [
"vector"
] |
ba5b97594e5a970b888b181199fabd1660d6f93a | 978 | c | C | cmds/arch/cleartemp.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 69 | 2018-03-08T18:24:44.000Z | 2022-02-24T13:43:53.000Z | cmds/arch/cleartemp.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 3 | 2019-04-24T12:21:19.000Z | 2021-03-28T23:34:58.000Z | cmds/arch/cleartemp.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 33 | 2017-12-23T05:06:58.000Z | 2021-08-16T02:42:59.000Z | // cleartemp.c
// created by doing
#include <ansi.h>
#include <localtime.h>
inherit F_CLEAN_UP;
int help(object me);
int main(object me, string arg)
{
string flogin;
string fuser;
if (!SECURITY_D->valid_grant(me, "(arch)"))
return 0;
if (!arg)
return help(me);
seteuid(getuid()... | 16.576271 | 53 | 0.563395 | [
"object"
] |
ba647766987b4fe5a52024c37c23cb513ba4400b | 9,873 | c | C | fftw.c | bukka/php-fftw | 88dca53a2ea6b5c84be7e97c06b46f3c6be550ac | [
"PHP-3.01"
] | 3 | 2016-12-20T07:25:40.000Z | 2020-06-05T22:50:40.000Z | fftw.c | bukka/php-fftw | 88dca53a2ea6b5c84be7e97c06b46f3c6be550ac | [
"PHP-3.01"
] | null | null | null | fftw.c | bukka/php-fftw | 88dca53a2ea6b5c84be7e97c06b46f3c6be550ac | [
"PHP-3.01"
] | null | null | null | /*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2014 Jakub Zelenka |
+--------------... | 27.655462 | 123 | 0.692393 | [
"object"
] |
0f7b9c4fea44c12ff7c58367d55bd06128fdb9d1 | 1,877 | h | C | Kernel/VM/VMObject.h | vger92/serenity | e83afe228a424fa096586bf4528cf859ea5b9965 | [
"BSD-2-Clause"
] | null | null | null | Kernel/VM/VMObject.h | vger92/serenity | e83afe228a424fa096586bf4528cf859ea5b9965 | [
"BSD-2-Clause"
] | null | null | null | Kernel/VM/VMObject.h | vger92/serenity | e83afe228a424fa096586bf4528cf859ea5b9965 | [
"BSD-2-Clause"
] | null | null | null | #pragma once
#include <AK/AKString.h>
#include <AK/Badge.h>
#include <AK/RetainPtr.h>
#include <AK/Retainable.h>
#include <AK/Vector.h>
#include <AK/Weakable.h>
#include <Kernel/Lock.h>
#include <Kernel/PhysicalAddress.h>
#include <Kernel/UnixTypes.h>
class Inode;
class PhysicalPage;
class VMObject : public Retainab... | 30.274194 | 94 | 0.71284 | [
"vector"
] |
0f7ca41316498d6f9ec732cb61508d8871a5946d | 19,501 | h | C | include/BPTree.h | JiangWenPL/miniSQL | 33f1848d0374de1c421c63a3b8c63310344a99ef | [
"MIT"
] | 1 | 2019-04-30T02:10:25.000Z | 2019-04-30T02:10:25.000Z | include/BPTree.h | JiangWenPL/miniSQL | 33f1848d0374de1c421c63a3b8c63310344a99ef | [
"MIT"
] | null | null | null | include/BPTree.h | JiangWenPL/miniSQL | 33f1848d0374de1c421c63a3b8c63310344a99ef | [
"MIT"
] | null | null | null | //
// Created by Wen Jiang on 6/15/18.
//
#ifndef MINISQL_BPTREE_H
#define MINISQL_BPTREE_H
#include "Node.h"
// Template B+ tree node.
// For coding convenience, we define an unified node class both represent
// internal node and leaf node.
template<typename T>
class BPTree {
private:
typedef Node<T> *Tree;
... | 29.863706 | 103 | 0.50623 | [
"vector"
] |
0f89129867c2de1f0e5c0893d46253d137461459 | 122 | c | C | lib/wizards/celtron/shadow.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/celtron/shadow.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/celtron/shadow.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | start(object ob) {
shadow(ob, 1);
}
hit_player() {
return 1;
}
hit_with_spell() {
return 1;
}
death() {
return 1;
}
| 8.133333 | 18 | 0.590164 | [
"object"
] |
0f8ba991a85c8b53c90213eb29aa50e11efec0c6 | 960 | h | C | GameState.h | Krian0/GameProject | a6fb34048c40eb2487ec55624515f3a897c879f7 | [
"MIT"
] | null | null | null | GameState.h | Krian0/GameProject | a6fb34048c40eb2487ec55624515f3a897c879f7 | [
"MIT"
] | null | null | null | GameState.h | Krian0/GameProject | a6fb34048c40eb2487ec55624515f3a897c879f7 | [
"MIT"
] | null | null | null | #pragma once
#include "GameStateHelpers.h"
#include "Renderer2D.h"
#include "Texture.h"
#include <assert.h>
#include <vector>
using std::vector;
class GameState
{
friend class GameStateManager;
public:
GameState() {}
virtual ~GameState() {}
bool isActive() const; //Returns the bool of m_active
protected: ... | 22.325581 | 79 | 0.71875 | [
"vector"
] |
0fa00bf9dcf650b4aaadcf46678fe26a38063600 | 2,647 | h | C | WFHttp/WFHttp.h | williamFalcon/WFHttp | d2fa7c8bd72c707af9d0a8f9dde556031a8096ea | [
"MIT"
] | null | null | null | WFHttp/WFHttp.h | williamFalcon/WFHttp | d2fa7c8bd72c707af9d0a8f9dde556031a8096ea | [
"MIT"
] | null | null | null | WFHttp/WFHttp.h | williamFalcon/WFHttp | d2fa7c8bd72c707af9d0a8f9dde556031a8096ea | [
"MIT"
] | null | null | null | //
// WFHttp.h
// WFHttp
//
// Created by William Falcon on 3/20/14.
// Copyright (c) 2014 William Falcon. All rights reserved.
//
#import <Foundation/Foundation.h>
static BOOL LOGGING_ENABLED = true;
static BOOL PRINT_POST_JSON_BEFORE_SENDING = true;
typedef NS_ENUM(int, WFHTTPContentType) {
WFHTTPContentT... | 30.425287 | 249 | 0.767662 | [
"object"
] |
0fa76ef0162793a9fd95933974afaa6ce0c1e510 | 7,016 | h | C | include/CQDataFrameWidget.h | colinw7/CQDataFrame | bc82952dbe9f9a3fc79cc274f4c0ee97abcf0d5e | [
"MIT"
] | 1 | 2021-12-23T02:25:36.000Z | 2021-12-23T02:25:36.000Z | include/CQDataFrameWidget.h | colinw7/CQDataFrame | bc82952dbe9f9a3fc79cc274f4c0ee97abcf0d5e | [
"MIT"
] | null | null | null | include/CQDataFrameWidget.h | colinw7/CQDataFrame | bc82952dbe9f9a3fc79cc274f4c0ee97abcf0d5e | [
"MIT"
] | null | null | null | #ifndef CQDataFrameWidget_H
#define CQDataFrameWidget_H
#include <CQScrollArea.h>
#include <QFrame>
class CQTcl;
class QMenu;
class QTextStream;
namespace CQDataFrame {
class Area;
class Frame;
class WidgetContents;
class Widget : public QFrame {
Q_OBJECT
Q_PROPERTY(int contentsWidth READ width WRITE setCo... | 22.132492 | 84 | 0.617588 | [
"vector"
] |
0fa8c6e8625f93640541e7606c845f5b9ffa1995 | 274 | h | C | include/entity2/CompComplex.h | xzrunner/entity2 | 11de4d6217c14a85f516b1d624fd155287c2efb9 | [
"MIT"
] | null | null | null | include/entity2/CompComplex.h | xzrunner/entity2 | 11de4d6217c14a85f516b1d624fd155287c2efb9 | [
"MIT"
] | null | null | null | include/entity2/CompComplex.h | xzrunner/entity2 | 11de4d6217c14a85f516b1d624fd155287c2efb9 | [
"MIT"
] | null | null | null | #pragma once
#include <entity0/Component.h>
#include <entity0/Entity.h>
#include <vector>
namespace e2
{
struct CompComplex : public e0::Component
{
std::shared_ptr<std::vector<e0::Entity>> children =
std::make_unique<std::vector<e0::Entity>>();
}; // CompComplex
} | 15.222222 | 52 | 0.70438 | [
"vector"
] |
0fbbeeea9bcdf66630cd50b3366cabcb62f0c221 | 861 | c | C | nitan/clone/animal/lamb.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | 1 | 2019-03-27T07:25:16.000Z | 2019-03-27T07:25:16.000Z | nitan/clone/animal/lamb.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | nitan/clone/animal/lamb.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | // lamb.c
// Last Modified by winder on Aug. 1 2002
inherit NPC;
void create()
{
set_name("黃羊", ({ "lamb", "yang", "huang yang" }) );
set("race", "走畜");
set("age", 11);
set("long", "一隻野黃羊,正低頭認真地吃着草。\n");
set("str", 26);
set("cor", 30);
set("combat_exp", 800);
... | 21.525 | 61 | 0.493612 | [
"object"
] |
0fd642e8022c11d02aa234806c0c016e9f5f225d | 4,689 | h | C | include/omnic/CalibratedProjector.h | WilstonOreo/omnicalib | 5dcea24eb68fab19860e37c272f32288cd3fce71 | [
"MIT"
] | 4 | 2017-04-14T14:15:02.000Z | 2018-12-09T17:18:27.000Z | include/omnic/CalibratedProjector.h | cr8tr/omnicalib | 5dcea24eb68fab19860e37c272f32288cd3fce71 | [
"MIT"
] | null | null | null | include/omnic/CalibratedProjector.h | cr8tr/omnicalib | 5dcea24eb68fab19860e37c272f32288cd3fce71 | [
"MIT"
] | 2 | 2019-12-05T07:36:31.000Z | 2021-07-21T09:58:34.000Z | /* Copyright (c) 2014-2016 "OmniCalibration" by Michael Winkelmann
* Calibration Format for Omnidome (http://omnido.me).
* Created by Michael Winkelmann aka Wilston Oreo (@WilstonOreo)
*
* This file is part of Omnidome.
*
* Simplified BSD license
* Copyright (c) 2016
* Redistribution and use in source and binar... | 33.492857 | 82 | 0.707827 | [
"geometry"
] |
0fe6983ae99070f3b807797675a7e9bdf81c8d91 | 5,880 | h | C | RegExp/HexControl.h | y11en/RegExp | c51b2e99d957f0f20284af89e0cf280aa316d3d0 | [
"MIT"
] | 825 | 2021-07-22T19:14:09.000Z | 2022-03-30T14:12:59.000Z | RegExp/HexControl.h | y11en/RegExp | c51b2e99d957f0f20284af89e0cf280aa316d3d0 | [
"MIT"
] | 28 | 2021-07-24T17:30:46.000Z | 2022-01-10T23:11:08.000Z | RegExp/HexControl.h | y11en/RegExp | c51b2e99d957f0f20284af89e0cf280aa316d3d0 | [
"MIT"
] | 64 | 2021-07-23T02:15:21.000Z | 2022-03-28T07:07:53.000Z | #pragma once
#include <map>
#include <string>
struct IBufferManager {
virtual uint32_t GetData(int64_t offset, uint8_t* buffer, uint32_t count) = 0;
virtual bool Insert(int64_t offset, const uint8_t* data, uint32_t count) = 0;
virtual bool Delete(int64_t offset, size_t count) = 0;
virtual bool SetData(int64_t off... | 34.792899 | 99 | 0.739116 | [
"vector"
] |
0feb79eb797b8bc7b0fd75c448c8952742458702 | 672 | h | C | distortion.h | ekmett/vr | 8d321730e9bbacddbe652e0fb501e82fb0b7d76b | [
"BSD-2-Clause"
] | 21 | 2016-08-16T22:31:37.000Z | 2020-04-27T20:29:04.000Z | distortion.h | ekmett/vr | 8d321730e9bbacddbe652e0fb501e82fb0b7d76b | [
"BSD-2-Clause"
] | null | null | null | distortion.h | ekmett/vr | 8d321730e9bbacddbe652e0fb501e82fb0b7d76b | [
"BSD-2-Clause"
] | 3 | 2016-08-26T06:32:37.000Z | 2021-05-12T20:49:49.000Z | #pragma once
#include "gl.h"
#include "shader.h"
#include "vao.h"
namespace framework {
// generates a preview of the warped display looks like
struct distortion {
struct vertex {
vec2 p, r, g, b;
GLushort eye;
};
distortion(GLushort segmentsH = 43, GLushort segmentsV = 43);
~distorti... | 24.888889 | 75 | 0.688988 | [
"render"
] |
0ff5ef3421486e6793bd77cc0c242278bec8e29e | 1,840 | c | C | sources/intersect/square_intersect.c | gmzorz/MiniRT | ce87cd1745036391f54503f25eb815273918d7e6 | [
"MIT"
] | 10 | 2021-04-13T15:48:34.000Z | 2022-03-10T19:16:24.000Z | sources/intersect/square_intersect.c | gmzorz/MiniRT | ce87cd1745036391f54503f25eb815273918d7e6 | [
"MIT"
] | null | null | null | sources/intersect/square_intersect.c | gmzorz/MiniRT | ce87cd1745036391f54503f25eb815273918d7e6 | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* :::::::: */
/* square_intersect.c :+: :+: ... | 40 | 80 | 0.403804 | [
"shape"
] |
0ff915f41fa08cd2a37cb4369361bccb95c04814 | 1,496 | h | C | of/ofxTraceSkeleton/example/src/ofApp.h | freder/skeleton-tracing | 5fdd9e9274a33302ae981d237a622206a7b1f6e2 | [
"MIT"
] | 375 | 2020-04-19T22:47:27.000Z | 2022-03-30T20:23:59.000Z | of/ofxTraceSkeleton/example/src/ofApp.h | freder/skeleton-tracing | 5fdd9e9274a33302ae981d237a622206a7b1f6e2 | [
"MIT"
] | 17 | 2020-04-20T19:42:03.000Z | 2021-12-26T04:37:26.000Z | of/ofxTraceSkeleton/example/src/ofApp.h | freder/skeleton-tracing | 5fdd9e9274a33302ae981d237a622206a7b1f6e2 | [
"MIT"
] | 42 | 2020-04-20T02:02:17.000Z | 2022-03-18T19:00:01.000Z | #pragma once
#include "ofMain.h"
#include "ofxGui.h"
#include "ofxTraceSkeleton.h" // include the library
#define INPUT_WIDTH 240 // input frame dimensions
#define INPUT_HEIGHT 180
#define VIEW_SCALE 3 // upscale the result for viewing
class ofApp : public ofBaseApp{
public:
void setup();
void update()... | 30.530612 | 90 | 0.709225 | [
"vector"
] |
b5a23b21b0272ac0d02ecb394cbe6e982f60f6d5 | 1,762 | h | C | src/lepp3/models/Coordinate.h | am-lola/lepp3 | 7f92ce61bccad984e18ce86da0d8a1b9c48feb65 | [
"MIT"
] | 6 | 2017-01-16T10:41:56.000Z | 2020-10-09T09:13:30.000Z | src/lepp3/models/Coordinate.h | am-lola/lepp3 | 7f92ce61bccad984e18ce86da0d8a1b9c48feb65 | [
"MIT"
] | null | null | null | src/lepp3/models/Coordinate.h | am-lola/lepp3 | 7f92ce61bccad984e18ce86da0d8a1b9c48feb65 | [
"MIT"
] | 4 | 2015-08-07T13:07:32.000Z | 2021-08-03T03:18:33.000Z | #ifndef LEPP3_MODELS_COORDINATE_H__
#define LEPP3_MODELS_COORDINATE_H__
#include <iostream>
#include <pcl/common/pca.h>
#include <pcl/common/common.h>
namespace lepp {
/**
* A struct representing a spatial coordinate.
*/
struct Coordinate {
double x;
double y;
double z;
Coordinate() {}
Coordinate(double ... | 27.107692 | 77 | 0.660613 | [
"vector"
] |
b5a46532375b0b73fc7c933568fbb15de66f6a25 | 4,426 | h | C | CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/javax/swing/tree/DefaultMutableTreeNode.h | chewaiwai/huaweicloud-sdk-c-obs | fbcd3dadd910c22af3a91aeb73ca0fee94d759fb | [
"Apache-2.0"
] | 22 | 2019-06-13T01:16:44.000Z | 2022-03-29T02:42:39.000Z | CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/javax/swing/tree/DefaultMutableTreeNode.h | chewaiwai/huaweicloud-sdk-c-obs | fbcd3dadd910c22af3a91aeb73ca0fee94d759fb | [
"Apache-2.0"
] | 26 | 2019-09-20T06:46:05.000Z | 2022-03-11T08:07:14.000Z | CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/javax/swing/tree/DefaultMutableTreeNode.h | chewaiwai/huaweicloud-sdk-c-obs | fbcd3dadd910c22af3a91aeb73ca0fee94d759fb | [
"Apache-2.0"
] | 14 | 2019-07-15T06:42:39.000Z | 2022-02-15T10:32:28.000Z |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_tree_DefaultMutableTreeNode__
#define __javax_swing_tree_DefaultMutableTreeNode__
#pragma interface
#include <java/lang/Object.h>
#include <gcj/array.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespa... | 41.754717 | 110 | 0.722323 | [
"object",
"vector"
] |
b5a4b8ac71e82776e7e2c405b5f1246ea5e713f4 | 4,305 | h | C | predicator_collision/src/predicate.h | cpaxton/predicator | 16691dde8576d5af342bb9ea8906141e57006220 | [
"BSD-2-Clause"
] | null | null | null | predicator_collision/src/predicate.h | cpaxton/predicator | 16691dde8576d5af342bb9ea8906141e57006220 | [
"BSD-2-Clause"
] | null | null | null | predicator_collision/src/predicate.h | cpaxton/predicator | 16691dde8576d5af342bb9ea8906141e57006220 | [
"BSD-2-Clause"
] | null | null | null |
#include <ros/ros.h>
// --------------------------------------
// FCL stuff
#include <fcl/data_types.h> // Triangles, other simple data types
#include <fcl/shape/geometric_shapes.h> // spheres, cylinders, etc.
#include <fcl/BVH/BVH_model.h>
// --------------------------------------
// MoveIt types and functions
//#i... | 24.6 | 109 | 0.642509 | [
"mesh",
"object",
"shape",
"vector",
"model"
] |
b5ac6bf8b7a6255c2548d18169c3a9c85b959b6b | 1,611 | h | C | modules/spaint/include/spaint/features/interface/FeatureCalculator.h | torrvision/spaint | 9cac8100323ea42fe439f66407b832b88f72d2fd | [
"Unlicense"
] | 197 | 2015-10-01T07:23:01.000Z | 2022-03-23T03:02:31.000Z | modules/spaint/include/spaint/features/interface/FeatureCalculator.h | GucciPrada/spaint | b09ff1ec0d9e123cf316f2737e1b70b5ecc0beea | [
"Unlicense"
] | 16 | 2016-03-26T13:01:08.000Z | 2020-09-02T09:13:49.000Z | modules/spaint/include/spaint/features/interface/FeatureCalculator.h | GucciPrada/spaint | b09ff1ec0d9e123cf316f2737e1b70b5ecc0beea | [
"Unlicense"
] | 62 | 2015-10-03T07:14:59.000Z | 2021-08-31T08:58:18.000Z | /**
* spaint: FeatureCalculator.h
* Copyright (c) Torr Vision Group, University of Oxford, 2015. All rights reserved.
*/
#ifndef H_SPAINT_FEATURECALCULATOR
#define H_SPAINT_FEATURECALCULATOR
#include "../../util/SpaintVoxelScene.h"
namespace spaint {
/**
* \brief An instance of a class deriving from this one ca... | 31.588235 | 172 | 0.677219 | [
"vector"
] |
b5b0e8ebeb2e1ae91d9899686f23ab0a3f9315ca | 2,430 | h | C | ainstein_radar_filters/include/ainstein_radar_filters/tracking_filter.h | mission-systems-pty-ltd/ainstein_radar | 9f348b668ad2957f08879e0b585a2c1a78c39f75 | [
"BSD-3-Clause"
] | 24 | 2019-08-22T09:10:32.000Z | 2022-03-14T13:22:01.000Z | ainstein_radar_filters/include/ainstein_radar_filters/tracking_filter.h | mission-systems-pty-ltd/ainstein_radar | 9f348b668ad2957f08879e0b585a2c1a78c39f75 | [
"BSD-3-Clause"
] | 11 | 2019-10-04T16:05:02.000Z | 2022-03-09T10:18:41.000Z | ainstein_radar_filters/include/ainstein_radar_filters/tracking_filter.h | mission-systems-pty-ltd/ainstein_radar | 9f348b668ad2957f08879e0b585a2c1a78c39f75 | [
"BSD-3-Clause"
] | 24 | 2019-07-20T02:45:37.000Z | 2022-01-24T07:02:06.000Z | #ifndef TRACKING_FILTER_H_
#define TRACKING_FILTER_H_
#include <Eigen/Eigen>
#include <chrono>
#include <mutex>
#include <thread>
#include <iostream>
#include <ainstein_radar_filters/radar_target_kf.h>
namespace ainstein_radar_filters
{
// simple, ROS-independent target class
class RadarTarget
{
public:
RadarTarge... | 21.130435 | 87 | 0.739095 | [
"vector"
] |
b5b626abbc570913438b7bd4eaa99e15d835a6a3 | 12,228 | c | C | kungfu/class/ultra/dugu.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 69 | 2018-03-08T18:24:44.000Z | 2022-02-24T13:43:53.000Z | kungfu/class/ultra/dugu.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 3 | 2019-04-24T12:21:19.000Z | 2021-03-28T23:34:58.000Z | kungfu/class/ultra/dugu.c | zhangyifei/mud | b2090bbd2a8d3d82b86148d794a7ca59cd2429f3 | [
"MIT"
] | 33 | 2017-12-23T05:06:58.000Z | 2021-08-16T02:42:59.000Z | // huang 黄裳
#include <ansi.h>
inherit NPC;
inherit F_MASTER;
inherit F_NOCLONE;
mixed ask_opinion();
#define ULTRA_OPINION "宗师"
#define OPINION_TYPE HIY "兵器功夫" NOR
#define MY_OPINION "weapon"
string *my_opinions = ({ "sword", "blade", "staff", "hammer",
"club", "whip", "dagge... | 28.704225 | 88 | 0.461891 | [
"object"
] |
b5cbd59cd7fa82ceab3f94a25873afb23b661b09 | 29,733 | c | C | src/emit.c | reki2000/rekicc | 106c08d407f832cf75655f4cfed8f54bb3bdc85e | [
"MIT"
] | 1 | 2022-02-11T15:37:51.000Z | 2022-02-11T15:37:51.000Z | src/emit.c | reki2000/rekicc | 106c08d407f832cf75655f4cfed8f54bb3bdc85e | [
"MIT"
] | null | null | null | src/emit.c | reki2000/rekicc | 106c08d407f832cf75655f4cfed8f54bb3bdc85e | [
"MIT"
] | null | null | null | #include "types.h"
#include "rsys.h"
#include "rstring.h"
#include "devtool.h"
#include "vec.h"
#include "token.h"
#include "type.h"
#include "var.h"
#include "func.h"
#include "atom.h"
#include "gstr.h"
#include "parse.h"
int output_fd = 1;
void _write(char *s) {
write(output_fd, s, strlen(s));
}
void genf(c... | 29.822467 | 190 | 0.513167 | [
"object"
] |
b5ce1c88c68397dd91aa765cb3cf38f9216c60d8 | 3,423 | h | C | Classes/KKCinemaView.h | tankista/KKCinemaView | 936cef3e00f659659a85868b4f103d4c89fb9229 | [
"MIT"
] | null | null | null | Classes/KKCinemaView.h | tankista/KKCinemaView | 936cef3e00f659659a85868b4f103d4c89fb9229 | [
"MIT"
] | 1 | 2017-01-26T23:28:08.000Z | 2017-01-26T23:28:08.000Z | Classes/KKCinemaView.h | tankista/KKCinemaView | 936cef3e00f659659a85868b4f103d4c89fb9229 | [
"MIT"
] | null | null | null | //
// KKCinemaView.h
// Cinemas
//
// Created by Peter Stajger on 12/03/14.
// Copyright (c) 2014 KinemaKity. All rights reserved.
//
#import <UIKit/UIKit.h>
@class KKCinemaView;
typedef enum {
KKSeatTypeNone,
KKSeatTypeFree,
KKSeatTypeWheelChair,
// KKSeatTypeLoveSeats, TODO: to be implemented
... | 29.765217 | 102 | 0.779725 | [
"object"
] |
b5d9e12bd21c5a766d85fd48e703eeae529fdc92 | 2,677 | c | C | src/hg/tutorial/cgiPicture/cgiPicture.c | andypohl/kent | af7a004c8f3fa909cd8c2cfc2e5bea60e3421cd1 | [
"MIT"
] | 171 | 2015-04-22T15:16:02.000Z | 2022-03-18T20:21:53.000Z | src/hg/tutorial/cgiPicture/cgiPicture.c | andypohl/kent | af7a004c8f3fa909cd8c2cfc2e5bea60e3421cd1 | [
"MIT"
] | 60 | 2016-10-03T15:15:06.000Z | 2022-03-30T15:21:52.000Z | src/hg/tutorial/cgiPicture/cgiPicture.c | andypohl/kent | af7a004c8f3fa909cd8c2cfc2e5bea60e3421cd1 | [
"MIT"
] | 80 | 2015-04-16T10:39:48.000Z | 2022-03-29T16:36:30.000Z | /* cgiPicture - Simple CGI that makes an image.. */
#include "common.h"
#include "linefile.h"
#include "hash.h"
#include "options.h"
#include "jksql.h"
#include "htmshell.h"
#include "web.h"
#include "cheapcgi.h"
#include "cart.h"
#include "portable.h"
#include "hui.h"
#include "vGfx.h"
/* Global Variables */
struct ... | 24.559633 | 72 | 0.65932 | [
"shape"
] |
b5df93e1c64d55b135f15056be5ab91782a96b58 | 4,299 | h | C | Source/AudioAnalysisTools/Public/Analyzers/OnsetDetection.h | gtreshchev/AudioAnalysisTools | 564f56d4ca2e35d5cc6c881b372fab284efb3567 | [
"MIT"
] | 13 | 2021-07-24T14:31:28.000Z | 2022-02-28T13:30:26.000Z | Source/AudioAnalysisTools/Public/Analyzers/OnsetDetection.h | gtreshchev/AudioAnalysisTools | 564f56d4ca2e35d5cc6c881b372fab284efb3567 | [
"MIT"
] | 2 | 2022-01-22T01:43:47.000Z | 2022-03-13T10:59:41.000Z | Source/AudioAnalysisTools/Public/Analyzers/OnsetDetection.h | gtreshchev/AudioAnalysisTools | 564f56d4ca2e35d5cc6c881b372fab284efb3567 | [
"MIT"
] | 2 | 2021-07-25T19:27:00.000Z | 2022-01-31T18:34:22.000Z | // Georgy Treshchev 2022.
#pragma once
#include "AudioAnalysisToolsDefines.h"
#include "OnsetDetection.generated.h"
/**
* Provides various functions to detect onset
*/
UCLASS(BlueprintType, Category = "Onset Detection")
class AUDIOANALYSISTOOLS_API UOnsetDetection : public UObject
{
GENERATED_BODY()
public:
/**... | 34.95122 | 125 | 0.76762 | [
"object"
] |
b5eb9b098b962dba11536e24731d12b4157edde1 | 481 | h | C | butterbur/src/imagesAndText/imgdistmap.h | N-eil/ecere-sdk | 5a5fc1f84a8dfc4bf66e99461839849f5cc4a7b6 | [
"BSD-3-Clause"
] | 264 | 2015-01-08T22:19:27.000Z | 2022-03-25T19:33:03.000Z | butterbur/src/imagesAndText/imgdistmap.h | N-eil/ecere-sdk | 5a5fc1f84a8dfc4bf66e99461839849f5cc4a7b6 | [
"BSD-3-Clause"
] | 34 | 2015-11-07T07:48:18.000Z | 2022-02-05T09:13:55.000Z | butterbur/src/imagesAndText/imgdistmap.h | N-eil/ecere-sdk | 5a5fc1f84a8dfc4bf66e99461839849f5cc4a7b6 | [
"BSD-3-Clause"
] | 91 | 2015-01-08T22:19:28.000Z | 2022-01-10T10:14:38.000Z | /* -----------------------------------------------------------------------------
*
* Copyright (c) 2015 Alexis Naveros.
*
* Based on the "Dead Reckoning signed distance transform", by George J. Grevera
*
* Ecere Corporation has unlimited/unrestricted rights.
* ----------------------------------------------------... | 37 | 128 | 0.494802 | [
"transform"
] |
b5f7bd55d2fbe0ab52a0f5963a827476f8552daa | 1,890 | h | C | src/tsppd/data/tsppd_tree.h | ryanjoneil/tsppd | f0e1e5e867e13c8fa0dcddf4d2ffa2aae7f46da4 | [
"AFL-1.1"
] | 4 | 2018-03-30T20:58:57.000Z | 2018-04-25T01:48:09.000Z | src/tsppd/data/tsppd_tree.h | ryanjoneil/tsppd | f0e1e5e867e13c8fa0dcddf4d2ffa2aae7f46da4 | [
"AFL-1.1"
] | 7 | 2019-04-21T13:42:09.000Z | 2019-05-09T15:49:56.000Z | src/tsppd/data/tsppd_tree.h | ryanjoneil/tsppd-hybrid | f0e1e5e867e13c8fa0dcddf4d2ffa2aae7f46da4 | [
"AFL-1.1"
] | 1 | 2020-03-01T16:19:18.000Z | 2020-03-01T16:19:18.000Z | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* This file is part of the tsppd program and library for solving */
/* Traveling Salesman Problems with Pickup and Delivery. tsppd requires */
... | 40.212766 | 80 | 0.462963 | [
"vector"
] |
c9aae077ed378b85c8887f964dd196f11de0bd0b | 6,053 | h | C | Inc/ObjectCreationUtils.h | Remag/ReversedLibrary | c2e929586b1fccdf0f090bc68df2ec62389ceada | [
"MIT"
] | null | null | null | Inc/ObjectCreationUtils.h | Remag/ReversedLibrary | c2e929586b1fccdf0f090bc68df2ec62389ceada | [
"MIT"
] | null | null | null | Inc/ObjectCreationUtils.h | Remag/ReversedLibrary | c2e929586b1fccdf0f090bc68df2ec62389ceada | [
"MIT"
] | null | null | null | #pragma once
#include <Redefs.h>
#include <BaseString.h>
#include <MemoryUtils.h>
#include <SafeCounters.h>
#include <StaticAllocators.h>
#include <Tuple.h>
#include <Action.h>
#include <Invoke.h>
#include <ExternalObject.h>
namespace Relib {
//////////////////////////////////////////////////////////////... | 41.176871 | 149 | 0.667107 | [
"object"
] |
c9b85374a7145528a827a5b5ee15e666419fe426 | 3,233 | h | C | modules/ugdk-core/include/pyramidworks/geometry/convexpolygon.h | uspgamedev/ugdk | 95885a70df282a8e8e6e5c72b28a7f2f21bf7e99 | [
"Zlib"
] | 11 | 2015-03-06T13:14:32.000Z | 2020-06-09T23:34:28.000Z | modules/ugdk-core/include/pyramidworks/geometry/convexpolygon.h | uspgamedev/ugdk | 95885a70df282a8e8e6e5c72b28a7f2f21bf7e99 | [
"Zlib"
] | 62 | 2015-01-04T05:47:40.000Z | 2018-06-15T17:00:25.000Z | modules/ugdk-core/include/pyramidworks/geometry/convexpolygon.h | uspgamedev/ugdk | 95885a70df282a8e8e6e5c72b28a7f2f21bf7e99 | [
"Zlib"
] | 2 | 2017-04-05T20:35:49.000Z | 2017-07-30T03:44:02.000Z | #ifndef PYRAMIDWORKS_GEOMETRY_CONVEXPOLYGON_H_
#define PYRAMIDWORKS_GEOMETRY_CONVEXPOLYGON_H_
#include <pyramidworks/geometry/geometricshape.h>
#include <vector>
namespace pyramidworks {
namespace geometry {
/// A convex polygon, one type of GeometricShape. This determines a polygon conposed by at least 3 vertices.
... | 57.732143 | 155 | 0.746366 | [
"geometry",
"vector"
] |
c9b9ce3305a4a1cbc21e73259265979c2a5ff464 | 2,174 | h | C | src/fvm/src/modules/fvmbase/AMG.h | drm42/fvm-drm | c9b940e593034f1aa3020d63ff1e09ebef9c182a | [
"MIT"
] | null | null | null | src/fvm/src/modules/fvmbase/AMG.h | drm42/fvm-drm | c9b940e593034f1aa3020d63ff1e09ebef9c182a | [
"MIT"
] | null | null | null | src/fvm/src/modules/fvmbase/AMG.h | drm42/fvm-drm | c9b940e593034f1aa3020d63ff1e09ebef9c182a | [
"MIT"
] | null | null | null | // This file os part of FVM
// Copyright (c) 2012 FVM Authors
// See LICENSE file for terms.
#ifndef _AMG_H_
#define _AMG_H_
#include <vector>
#include <cmath>
#include "LinearSystem.h"
#include "LinearSolver.h"
#include "MultiFieldReduction.h"
#include "LinearSystemMerger.h"
#include <iostream>
#include <fstream>
... | 19.238938 | 89 | 0.698712 | [
"vector"
] |
c9be71b479a3b1ae98adcea3c21b2c5819ada153 | 8,116 | h | C | lib/SILOptimizer/SemanticARC/OwnershipLiveRange.h | gandhi56/swift | 2d851ff61991bb8964079661339671c2fd21d88a | [
"Apache-2.0"
] | 72,551 | 2015-12-03T16:45:13.000Z | 2022-03-31T18:57:59.000Z | lib/SILOptimizer/SemanticARC/OwnershipLiveRange.h | gandhi56/swift | 2d851ff61991bb8964079661339671c2fd21d88a | [
"Apache-2.0"
] | 39,352 | 2015-12-03T16:55:06.000Z | 2022-03-31T23:43:41.000Z | lib/SILOptimizer/SemanticARC/OwnershipLiveRange.h | gandhi56/swift | 2d851ff61991bb8964079661339671c2fd21d88a | [
"Apache-2.0"
] | 13,845 | 2015-12-03T16:45:13.000Z | 2022-03-31T11:32:29.000Z | //===--- OwnershipLiveRange.h ---------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | 38.464455 | 80 | 0.710572 | [
"vector"
] |
c9dda9d3efa607d290d5c42713e07ac71815726c | 4,130 | h | C | desktop_version/src/Editor.h | CNate/VVVVVV | 6e832cae20102079a065b212fdc9b0b4f03795d3 | [
"RSA-MD"
] | 6,811 | 2020-01-10T14:56:19.000Z | 2022-03-31T20:11:04.000Z | desktop_version/src/Editor.h | CNate/VVVVVV | 6e832cae20102079a065b212fdc9b0b4f03795d3 | [
"RSA-MD"
] | 423 | 2020-01-10T18:11:26.000Z | 2022-03-24T23:22:14.000Z | desktop_version/src/Editor.h | CNate/VVVVVV | 6e832cae20102079a065b212fdc9b0b4f03795d3 | [
"RSA-MD"
] | 639 | 2020-01-10T14:56:27.000Z | 2022-03-31T06:04:40.000Z | #if !defined(NO_CUSTOM_LEVELS) && !defined(NO_EDITOR)
#ifndef EDITOR_H
#define EDITOR_H
#include "CustomLevels.h"
#include <SDL.h>
#include <string>
#include <vector>
// Text entry field type
enum textmode
{
TEXT_NONE,
// In-editor text fields
TEXT_LOAD,
TEXT_SAVE,
TEXT_ROOMNAME,
TEXT_SCRIP... | 21.736842 | 87 | 0.667797 | [
"vector"
] |
c9e7afb6f4a0c528e7cc5cedc7cc9442b3b873d2 | 5,711 | h | C | System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/KeynoteQuicklook.framework/KNNoteInfo.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/KeynoteQuicklook.framework/KNNoteInfo.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/KeynoteQuicklook.framework/KNNoteInfo.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 12:27:08 PM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/KeynoteQuicklook.framework/KeynoteQuicklook
* classdump-dyld is lic... | 48.811966 | 217 | 0.793031 | [
"geometry"
] |
c9e81f954fe10289b50eb3e53be65eb0d4432628 | 497 | h | C | src/render/RenderableRectangle.h | ds84182/WiMu | 91988bef1b82fda31bfee75e920b384831584e9b | [
"MIT"
] | 1 | 2015-12-17T16:17:50.000Z | 2015-12-17T16:17:50.000Z | src/render/RenderableRectangle.h | ds84182/WiMu | 91988bef1b82fda31bfee75e920b384831584e9b | [
"MIT"
] | null | null | null | src/render/RenderableRectangle.h | ds84182/WiMu | 91988bef1b82fda31bfee75e920b384831584e9b | [
"MIT"
] | null | null | null | #pragma once
// smeas stream: 5:19
#include <stdlib.h>
#include <stdio.h>
#include <gccore.h>
#include <malloc.h>
#include "Renderable.h"
class RenderableRectangle : public Renderable {
public:
f32 x, y, width, height;
u32 *color;
RenderableRectangle(f32 x, f32 y, f32 w, f32 h, u32 col = 0xFFFFFFFF) :
x(x), y... | 19.88 | 72 | 0.665996 | [
"render"
] |
c9e85229ac2f9d11b04f32bc971b21aaf7504256 | 5,139 | h | C | src/core/camera.h | Shot511/RapidGL | eebad98eb38ea5f554beb75e151c47f5076e7088 | [
"MIT"
] | 1 | 2021-05-18T11:11:15.000Z | 2021-05-18T11:11:15.000Z | src/core/camera.h | Shot511/RapidGL | eebad98eb38ea5f554beb75e151c47f5076e7088 | [
"MIT"
] | 2 | 2021-04-24T07:33:38.000Z | 2021-07-08T15:10:26.000Z | src/core/camera.h | Shot511/RapidGL | eebad98eb38ea5f554beb75e151c47f5076e7088 | [
"MIT"
] | null | null | null | #pragma once
#include <glad/glad.h>
#include <glm/vec2.hpp>
#include <glm/mat4x4.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/quaternion.hpp>
#include "input.h"
namespace RGL
{
class Camera
{
public:
/*
* Perspective camera
*/
Camera(float fov,
... | 31.527607 | 104 | 0.503016 | [
"vector"
] |
a00ac8f61bbf0aa3ba3c138070bd0b927c955111 | 1,625 | h | C | src/Triangulation/Triangulation.h | vnm-interactive/Grove | 3323e9090103a34c19bd799f39ade63f9ad9c746 | [
"MIT"
] | 1 | 2020-12-01T13:07:15.000Z | 2020-12-01T13:07:15.000Z | src/Triangulation.h | rezaali/Cinder-Triangulation | 419fbce8cdbc1e4d87c27203fb7096f08a85cf67 | [
"MIT"
] | null | null | null | src/Triangulation.h | rezaali/Cinder-Triangulation | 419fbce8cdbc1e4d87c27203fb7096f08a85cf67 | [
"MIT"
] | null | null | null | /*
Copyright (c) 2015 Simon Geilfus
This code uses a class extracted and adapted from the OpenCV library
for use with the Cinder C++ library, http://libcinder.org and all the
relevant portion of code is tied to OpenCV license that can be found
in Triangulation.cpp file
Permission is hereby granted, free of c... | 43.918919 | 130 | 0.772923 | [
"vector"
] |
a7672a0c67d4321fb502ff05a937a5837ece980a | 392 | h | C | Sparky-core/src/sp/graphics/TextureManager.h | LifeOrGame/Sparky | 2ebcba2613b47011a224ddce5bc9267b46ba0119 | [
"Apache-2.0"
] | 1,303 | 2015-02-15T05:12:55.000Z | 2022-03-18T18:23:28.000Z | Sparky-core/src/sp/graphics/TextureManager.h | WildFire212/Sparky | a679d0834e37eb3570dff18b01550210734cb97e | [
"Apache-2.0"
] | 124 | 2015-04-02T14:15:05.000Z | 2021-05-05T12:47:16.000Z | Sparky-core/src/sp/graphics/TextureManager.h | WildFire212/Sparky | a679d0834e37eb3570dff18b01550210734cb97e | [
"Apache-2.0"
] | 538 | 2015-02-19T21:53:15.000Z | 2022-03-11T06:18:05.000Z | #pragma once
#include "sp/sp.h"
#include "sp/Types.h"
#include "sp/graphics/API/Texture.h"
namespace sp { namespace graphics {
class SP_API TextureManager
{
private:
static std::vector<API::Texture*> m_Textures;
public:
static API::Texture* Add(API::Texture* texture);
static API::Texture* Get(const String&... | 18.666667 | 50 | 0.693878 | [
"vector"
] |
a76d2d1463886e612c3c31accbeb7127f9876f34 | 3,013 | h | C | NeatMouseWtl/neatcommon/include/neatcommon/system/localization.h | fernandojconti/neatmouse | f9b5a98622049063287d4734c7983b73f4bcb271 | [
"MS-PL"
] | 30 | 2017-01-20T08:28:08.000Z | 2022-02-12T16:13:36.000Z | NeatMouseWtl/neatcommon/include/neatcommon/system/localization.h | fernandojconti/neatmouse | f9b5a98622049063287d4734c7983b73f4bcb271 | [
"MS-PL"
] | 12 | 2018-09-11T10:05:24.000Z | 2020-11-17T09:41:40.000Z | NeatMouseWtl/neatcommon/include/neatcommon/system/localization.h | fernandojconti/neatmouse | f9b5a98622049063287d4734c7983b73f4bcb271 | [
"MS-PL"
] | 14 | 2017-01-20T08:28:12.000Z | 2021-07-12T03:46:38.000Z | //
// Copyright © 2016–2019 Neat Decisions. All rights reserved.
//
// This file is part of NeatMouse.
// The use and distribution terms for this software are covered by the
// Microsoft Public License (http://opensource.org/licenses/MS-PL)
// which can be found in the file LICENSE at the root folder.
//
#pragma on... | 30.434343 | 119 | 0.49386 | [
"vector"
] |
a770e5299fbee7da79a74f289fc5787b9954719f | 928 | c | C | src/disposable/dispose_init.c | VeloPayments/v-portable-runtime | 0810b249f78b04c9003db47782eb6a5bbb95f028 | [
"MIT"
] | null | null | null | src/disposable/dispose_init.c | VeloPayments/v-portable-runtime | 0810b249f78b04c9003db47782eb6a5bbb95f028 | [
"MIT"
] | null | null | null | src/disposable/dispose_init.c | VeloPayments/v-portable-runtime | 0810b249f78b04c9003db47782eb6a5bbb95f028 | [
"MIT"
] | 1 | 2020-07-03T18:18:24.000Z | 2020-07-03T18:18:24.000Z | /**
* \file dispose_init.c
*
* Implementation of disposable.dispose_init.
*
* \copyright 2020 Velo Payments, Inc. All rights reserved.
*/
#include <cbmc/model_assert.h>
#include <vpr/disposable.h>
MODEL_STRUCT_TAG_GLOBAL_EXTERN(disposable);
/**
* \brief Initialize a disposable instance with the given dispose... | 26.514286 | 78 | 0.709052 | [
"model"
] |
a78ca50f08afeffa51fc85cf80f4557469cf24dd | 33,861 | c | C | font.c | WartyMN/A2560-FoenixRetroOS | fd4c03d78794f2cc75e9d2de6b9ce86024e5b6fa | [
"MIT"
] | null | null | null | font.c | WartyMN/A2560-FoenixRetroOS | fd4c03d78794f2cc75e9d2de6b9ce86024e5b6fa | [
"MIT"
] | null | null | null | font.c | WartyMN/A2560-FoenixRetroOS | fd4c03d78794f2cc75e9d2de6b9ce86024e5b6fa | [
"MIT"
] | null | null | null | /*
* font.c
*
* Created on: Mar 15, 2022
* Author: micahbly
*/
/*****************************************************************************/
/* Includes */
/*****************************************************************************/
... | 39.603509 | 455 | 0.682142 | [
"render",
"object"
] |
a78fc65be7dfa5a9367d25e292dac1dc273dc300 | 1,814 | h | C | reatrix/src/World.h | PocoyoChow/Reatrix | 17e4ea852df11f3e52417e3b1c4977d6a4050744 | [
"MIT"
] | 2 | 2019-08-09T11:46:56.000Z | 2019-08-11T02:06:38.000Z | reatrix/src/World.h | PocoyoChow/Reatrix | 17e4ea852df11f3e52417e3b1c4977d6a4050744 | [
"MIT"
] | null | null | null | reatrix/src/World.h | PocoyoChow/Reatrix | 17e4ea852df11f3e52417e3b1c4977d6a4050744 | [
"MIT"
] | 1 | 2021-08-13T08:13:04.000Z | 2021-08-13T08:13:04.000Z | //
// World.h
// Reatrix
//
// Created by Lyn on 2019/5/30.
// Copyright © 2019 Vin-Ex. All rights reserved.
//
#ifndef _RTX_SCENE_H_
#define _RTX_SCENE_H_
#include "Object.h"
#include "Group.h"
#include "Matcher.h"
#include "SharedPtr.h"
#include "container/Vector.h"
#include "container/Set.h"
#include "containe... | 25.194444 | 66 | 0.701764 | [
"object",
"vector"
] |
a799cecd2c493a4433219cc20402dad907f2df77 | 2,365 | h | C | src/plugins/lvdfile.h | yslib/VoxelMan | e6e7719cccc3b5b95db0c6eb8d9f6277e5321e6c | [
"MIT"
] | 5 | 2020-07-07T09:51:22.000Z | 2021-09-15T04:20:06.000Z | src/plugins/lvdfile.h | yslib/VoxelMan | e6e7719cccc3b5b95db0c6eb8d9f6277e5321e6c | [
"MIT"
] | null | null | null | src/plugins/lvdfile.h | yslib/VoxelMan | e6e7719cccc3b5b95db0c6eb8d9f6277e5321e6c | [
"MIT"
] | 1 | 2021-05-25T14:46:51.000Z | 2021-05-25T14:46:51.000Z |
#pragma once
#include <memory>
#include <VMFoundation/blockarray.h>
#include <vector>
#include <VMUtils/ref.hpp>
#include <VMCoreExtension/ifilemappingplugininterface.h>
#include "lvdfileheader.h"
/**
* This class is deprecated because of its ugly api, just for test
*/
namespace vm
{
class LVDFile
{
std::str... | 26.875 | 104 | 0.696829 | [
"vector"
] |
a79adfc56cb87b5f754745fd3345ab2bb308b656 | 5,526 | h | C | MITK/Plugins/uk.ac.ucl.cmic.dnddisplay/src/niftkDnDDisplayPreferencePage.h | NifTK/NifTK | 2358b333c89ff1bba1c232eecbbcdc8003305dfe | [
"BSD-3-Clause"
] | 13 | 2018-07-28T13:36:38.000Z | 2021-11-01T19:17:39.000Z | MITK/Plugins/uk.ac.ucl.cmic.dnddisplay/src/niftkDnDDisplayPreferencePage.h | NifTK/NifTK | 2358b333c89ff1bba1c232eecbbcdc8003305dfe | [
"BSD-3-Clause"
] | null | null | null | MITK/Plugins/uk.ac.ucl.cmic.dnddisplay/src/niftkDnDDisplayPreferencePage.h | NifTK/NifTK | 2358b333c89ff1bba1c232eecbbcdc8003305dfe | [
"BSD-3-Clause"
] | 10 | 2018-08-20T07:06:00.000Z | 2021-07-07T07:55:27.000Z | /*=============================================================================
NifTK: A software platform for medical image computing.
Copyright (c) University College London (UCL). All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY o... | 36.84 | 144 | 0.773797 | [
"3d"
] |
a79d4e8706d5dc458d42510c7f18bfb55207b943 | 6,038 | h | C | src/src/Container/unique_buffered_priority_indexed_fixed_queue.h | Scorbutics/skalang | c8d1869a2f0c7857ee05ef45bd3aa4e537d39558 | [
"MIT"
] | 3 | 2019-04-08T17:34:19.000Z | 2020-01-03T04:47:06.000Z | src/src/Container/unique_buffered_priority_indexed_fixed_queue.h | Scorbutics/skalang | c8d1869a2f0c7857ee05ef45bd3aa4e537d39558 | [
"MIT"
] | 4 | 2020-04-19T22:09:06.000Z | 2020-11-06T15:47:08.000Z | src/src/Container/unique_buffered_priority_indexed_fixed_queue.h | Scorbutics/skalang | c8d1869a2f0c7857ee05ef45bd3aa4e537d39558 | [
"MIT"
] | null | null | null | #pragma once
#include <optional>
#include <array>
#include <vector>
#include <cassert>
#include <iterator>
namespace ska {
template <typename T, std::size_t ArraySize, class Container = std::array<std::optional<T>, ArraySize>>
class unique_buffered_priority_indexed_fixed_queue_iterator {
Container* buf {};
std::... | 36.593939 | 140 | 0.710831 | [
"vector"
] |
a7a34c5e5f4abef01351852f90e95d9cf679a302 | 3,241 | h | C | visa/iga/GEDLibrary/GED_external/build/autogen-intel64/ged_enumerations_internal.h | bader/intel-graphics-compiler | 04f51dc2f3d5047f334da5cb5eebe568480622f5 | [
"MIT"
] | null | null | null | visa/iga/GEDLibrary/GED_external/build/autogen-intel64/ged_enumerations_internal.h | bader/intel-graphics-compiler | 04f51dc2f3d5047f334da5cb5eebe568480622f5 | [
"MIT"
] | null | null | null | visa/iga/GEDLibrary/GED_external/build/autogen-intel64/ged_enumerations_internal.h | bader/intel-graphics-compiler | 04f51dc2f3d5047f334da5cb5eebe568480622f5 | [
"MIT"
] | null | null | null | /*========================== begin_copyright_notice ============================
Copyright (c) 2015-2021 Intel Corporation
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, inc... | 42.644737 | 80 | 0.782783 | [
"model"
] |
a7a419f631e53cff6d80c2fb71ece9124f3ea663 | 1,545 | h | C | include/org/apache/lucene/queryparser/flexible/core/parser/package-info.h | lukhnos/objclucene | 29c7189a0b30ab3d3dd4c8ed148235ee296128b7 | [
"MIT"
] | 9 | 2016-01-13T05:38:05.000Z | 2020-06-04T23:05:03.000Z | include/org/apache/lucene/queryparser/flexible/core/parser/package-info.h | lukhnos/objclucene | 29c7189a0b30ab3d3dd4c8ed148235ee296128b7 | [
"MIT"
] | 4 | 2016-05-12T10:40:53.000Z | 2016-06-11T19:08:33.000Z | include/org/apache/lucene/queryparser/flexible/core/parser/package-info.h | lukhnos/objclucene | 29c7189a0b30ab3d3dd4c8ed148235ee296128b7 | [
"MIT"
] | 5 | 2016-01-13T05:37:39.000Z | 2019-07-27T16:53:10.000Z | //
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: ./queryparser/src/java/org/apache/lucene/queryparser/flexible/core/parser/package-info.java
//
/*!
@brief Necessary interfaces to implement text parsers.
<h2>Parser</h2>
<p>
The package <tt>org.apache.lucene.queryparser.flexible.parser</tt> con... | 38.625 | 103 | 0.82589 | [
"object"
] |
a7ab575878e90410366a8b76247ee4b065692f92 | 6,338 | h | C | cpp/libjoynr/include/joynr/LibJoynrMessageRouter.h | naeramarth7/joynr | 3c378d3447cf83678d26ef0def44a29fe1270193 | [
"Apache-2.0"
] | null | null | null | cpp/libjoynr/include/joynr/LibJoynrMessageRouter.h | naeramarth7/joynr | 3c378d3447cf83678d26ef0def44a29fe1270193 | [
"Apache-2.0"
] | null | null | null | cpp/libjoynr/include/joynr/LibJoynrMessageRouter.h | naeramarth7/joynr | 3c378d3447cf83678d26ef0def44a29fe1270193 | [
"Apache-2.0"
] | null | null | null | /*
* #%L
* %%
* Copyright (C) 2011 - 2017 BMW Car IT GmbH
* %%
* 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 requir... | 35.606742 | 100 | 0.692016 | [
"vector"
] |
a7b4549c7b7dcb75f572fff5fe38f2849be0c115 | 654 | h | C | IpcDelegate/IpcCallPacket.h | antonplakhotnyk/ipcdelegates | 0fc30118747596035fd13bf1dd55fa8c61fd1ad5 | [
"MIT"
] | 1 | 2021-09-18T12:34:01.000Z | 2021-09-18T12:34:01.000Z | IpcDelegate/IpcCallPacket.h | antonplakhotnyk/ipcdelegates | 0fc30118747596035fd13bf1dd55fa8c61fd1ad5 | [
"MIT"
] | null | null | null | IpcDelegate/IpcCallPacket.h | antonplakhotnyk/ipcdelegates | 0fc30118747596035fd13bf1dd55fa8c61fd1ad5 | [
"MIT"
] | null | null | null | #pragma once
#include <stdint.h>
#include <vector>
#include "IpcCallTransport.h"
class IpcCallPacket
{
public:
// |-- size 4B --|-- type 4B --|-- data (size B) --|
enum PacketType { pt_call, pt_return, pt_enumerate };
static const int c_net_call_packet_type_size = 4;
IpcCallPacket();
~IpcCallPacket();
bool ... | 21.8 | 109 | 0.737003 | [
"vector"
] |
a7b508dafaa01f7ead8461212e353e3be391b5ee | 1,310 | h | C | srcs/lox/frontend/scanner.h | edimetia3d/cppLox | 394bb0855c2a9d9b53f179330c2daa341786a04d | [
"MIT"
] | 2 | 2021-12-25T01:45:26.000Z | 2022-02-10T00:50:25.000Z | srcs/lox/frontend/scanner.h | edimetia3d/cppLox | 394bb0855c2a9d9b53f179330c2daa341786a04d | [
"MIT"
] | null | null | null | srcs/lox/frontend/scanner.h | edimetia3d/cppLox | 394bb0855c2a9d9b53f179330c2daa341786a04d | [
"MIT"
] | null | null | null | //
// License: MIT
//
#ifndef CPPLOX_SRCS_LOX_SCANNER_H_
#define CPPLOX_SRCS_LOX_SCANNER_H_
#include <string>
#include <vector>
#include "lox/lox_error.h"
#include "lox/token/token.h"
namespace lox {
class Scanner {
public:
explicit Scanner(const std::string& srcs) : srcs_(&srcs) {}
LoxError ScanAll(std::vect... | 19.552239 | 102 | 0.649618 | [
"vector"
] |
a7ba3ea002af28cc3125a1cbffbba3e9297e52a6 | 1,892 | h | C | module/MathStats/mathstats.h | kungfooman/EiC-C-Interpreter | 0c4150760b613f7de666c492ce14683f216cfc84 | [
"Artistic-1.0-Perl"
] | 19 | 2015-05-06T07:40:06.000Z | 2021-01-22T01:59:31.000Z | module/MathStats/mathstats.h | kungfooman/EiC-C-Interpreter | 0c4150760b613f7de666c492ce14683f216cfc84 | [
"Artistic-1.0-Perl"
] | null | null | null | module/MathStats/mathstats.h | kungfooman/EiC-C-Interpreter | 0c4150760b613f7de666c492ce14683f216cfc84 | [
"Artistic-1.0-Perl"
] | 4 | 2018-08-28T16:55:20.000Z | 2022-02-07T12:42:58.000Z | #ifndef MATHSTATSH_
#define MATHSTTSH_
#define sortFloats(d,x) qsort(d,x,sizeof(float),compareFloats)
#define showVector(data, n) do {int _i; for(_i = 0;_i<n;++_i)\
printf("%g,",(double)data[_i]);printf("\n");} while(0)
#define showArray(data,nx,ny) do {int _i,_j,_c;\
for(_c=_i = 0;_i<ny;++_i) {\
... | 24.894737 | 67 | 0.617336 | [
"3d"
] |
a7bb3262fe165c76ad2376b424ff99e3f1f7497f | 6,072 | h | C | include/command_line.h | gc-ant/digiholo2D | 354cb4b0377dd58eebe6393beb73e581ddd7126e | [
"Apache-2.0"
] | 7 | 2016-09-07T16:54:51.000Z | 2021-02-13T16:31:21.000Z | include/command_line.h | gc-ant/digiholo2D | 354cb4b0377dd58eebe6393beb73e581ddd7126e | [
"Apache-2.0"
] | 1 | 2021-02-13T16:43:38.000Z | 2021-03-13T12:50:31.000Z | include/command_line.h | gc-ant/digiholo2D | 354cb4b0377dd58eebe6393beb73e581ddd7126e | [
"Apache-2.0"
] | 3 | 2017-01-30T13:54:46.000Z | 2020-03-27T14:53:32.000Z | /*
* Copyright 2015 G.C. Antonopoulos and B. Steltner, Laser Zentrum Hannover e.V.
*
* 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](http://www.... | 41.589041 | 335 | 0.701581 | [
"vector",
"model"
] |
a7c226852b5de8c9621e209466e37917ab2b9c80 | 3,441 | h | C | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT203BaseListener.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT203BaseListener.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT203BaseListener.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null |
#include "repository/ISwiftMtParser.h"
#include "SwiftMtMessage.pb.h"
#include <vector>
#include <string>
#include "BaseErrorListener.h"
#include "SwiftMtParser_MT203Lexer.h"
// Generated from C:/programming/message-converter-c/message/generation/swift-mt-generation/repository/SR2018/grammars/SwiftMtParser_MT203.g4 ... | 46.5 | 156 | 0.771287 | [
"vector"
] |
a7d83c5d4848e2165200807328c151cb8926f27b | 1,817 | h | C | mission/assembly/GyroAssembly.h | levkovigor/freertos-template2 | 7fdac94eb8e83da752d6db6cedb323c4e0ee8203 | [
"Apache-2.0"
] | null | null | null | mission/assembly/GyroAssembly.h | levkovigor/freertos-template2 | 7fdac94eb8e83da752d6db6cedb323c4e0ee8203 | [
"Apache-2.0"
] | null | null | null | mission/assembly/GyroAssembly.h | levkovigor/freertos-template2 | 7fdac94eb8e83da752d6db6cedb323c4e0ee8203 | [
"Apache-2.0"
] | null | null | null | #ifndef MISSION_ASSEMBLY_GYROASSEMBLY_H_
#define MISSION_ASSEMBLY_GYROASSEMBLY_H_
#include <fsfw/devicehandlers/AssemblyBase.h>
#include <fsfw/container/FixedArrayList.h>
/**
* @brief Assembly object for all Gyro Devices.
* @ingroup subsystems
*/
class GyroAssembly: public AssemblyBase {
public:
GyroA... | 25.957143 | 72 | 0.722069 | [
"object"
] |
80fe25dce5d71b5c467a823e5f4bdbaaba0fe236 | 2,115 | h | C | src/Grapher.h | ZeroBone/SdlGrapher | 7c1cb73da49876032c128fb7b1c1085412d3be39 | [
"MIT"
] | 2 | 2019-02-25T10:46:30.000Z | 2022-02-05T05:08:27.000Z | src/Grapher.h | ZeroBone/SdlGrapher | 7c1cb73da49876032c128fb7b1c1085412d3be39 | [
"MIT"
] | null | null | null | src/Grapher.h | ZeroBone/SdlGrapher | 7c1cb73da49876032c128fb7b1c1085412d3be39 | [
"MIT"
] | null | null | null | #ifndef ZAVU_GRAPHER_H
#define ZAVU_GRAPHER_H
#include <SDL_ttf.h>
#include <limits>
#include <cmath>
#include "App.h"
typedef double (*mathFunction_t)(double);
class Grapher : public App {
private:
mathFunction_t mathFunction;
int cx, cy;
double scale = 30;
bool rendering;
TTF_Font* labelF... | 20.142857 | 73 | 0.592908 | [
"render"
] |
440bf417c3e43f67fc1db3bd1a7148a39fe841ba | 6,258 | h | C | Source/NdiMedia/Public/NdiMediaFinder.h | Twentystudios/NdiMedia | 4cc842c11940fbd2062cb940cce1e49ff5bea453 | [
"BSD-3-Clause"
] | 101 | 2016-08-05T10:33:42.000Z | 2022-03-11T13:10:28.000Z | Source/NdiMedia/Public/NdiMediaFinder.h | Twentystudios/NdiMedia | 4cc842c11940fbd2062cb940cce1e49ff5bea453 | [
"BSD-3-Clause"
] | 35 | 2016-10-03T14:35:25.000Z | 2021-03-25T05:18:34.000Z | Source/NdiMedia/Public/NdiMediaFinder.h | Twentystudios/NdiMedia | 4cc842c11940fbd2062cb940cce1e49ff5bea453 | [
"BSD-3-Clause"
] | 34 | 2016-08-19T15:34:55.000Z | 2021-12-08T14:42:33.000Z | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/Object.h"
#include "UObject/ScriptMacros.h"
#include "NdiMediaFinder.generated.h"
/**
* Identifies an NDI media source.
*/
USTRUCT(BlueprintType)
struct FNdiMedia... | 25.647541 | 103 | 0.737136 | [
"object"
] |
440d91d4bf141db4474c5748bca7315bd55e5fa8 | 5,535 | h | C | Source/BladeFramework/header/interface/IPage.h | OscarGame/blade | 6987708cb011813eb38e5c262c7a83888635f002 | [
"MIT"
] | 146 | 2018-12-03T08:08:17.000Z | 2022-03-21T06:04:06.000Z | Source/BladeFramework/header/interface/IPage.h | huangx916/blade | 3fa398f4d32215bbc7e292d61e38bb92aad1ee1c | [
"MIT"
] | 1 | 2019-01-18T03:35:49.000Z | 2019-01-18T03:36:08.000Z | Source/BladeFramework/header/interface/IPage.h | huangx916/blade | 3fa398f4d32215bbc7e292d61e38bb92aad1ee1c | [
"MIT"
] | 31 | 2018-12-03T10:32:43.000Z | 2021-10-04T06:31:44.000Z | /********************************************************************
created: 2016/04/20
filename: IPage.h
author: Crazii
purpose: paging for streaming static geometry in large scale scenes
*********************************************************************/
#ifndef __Blade_IPage_h__
#define __Blade_IPage_h__
... | 27.81407 | 175 | 0.69196 | [
"geometry"
] |
4411f45c5896d7847b7fb53c7c03735b6cf8fd17 | 601 | h | C | RenderEngine.h | adhikasp/crane-transformation | 95b4a3da60ac7930f25e18ab84598136947ba155 | [
"MIT"
] | null | null | null | RenderEngine.h | adhikasp/crane-transformation | 95b4a3da60ac7930f25e18ab84598136947ba155 | [
"MIT"
] | null | null | null | RenderEngine.h | adhikasp/crane-transformation | 95b4a3da60ac7930f25e18ab84598136947ba155 | [
"MIT"
] | null | null | null | #ifndef __RENDERENGINE__
#define __RENDERENGINE__
#include <vector>
#include "Shape.h"
namespace CraneTranformation
{
using namespace System;
using namespace System::Drawing;
using System::Collections::Generic::List;
public ref class RenderEngine
{
private:
System::Windows::Forms::Panel^ canvas;
List<S... | 20.033333 | 83 | 0.700499 | [
"render",
"object",
"shape",
"vector"
] |
4416407f13028aa2481928acde0864744cb4963c | 7,585 | h | C | sleuthkit/framework/tsk/framework/file/TskFile.h | hcktheheaven/OpenDF | 2664307a9a4924c47f487d2c62b603a5fa449923 | [
"Apache-2.0"
] | 53 | 2015-01-24T10:36:01.000Z | 2021-07-04T12:27:03.000Z | sleuthkit/framework/tsk/framework/file/TskFile.h | OSSSP/OpenDF | 2664307a9a4924c47f487d2c62b603a5fa449923 | [
"Apache-2.0"
] | 84 | 2015-01-24T06:40:58.000Z | 2019-07-07T17:35:30.000Z | sleuthkit/framework/tsk/framework/file/TskFile.h | OSSSP/OpenDF | 2664307a9a4924c47f487d2c62b603a5fa449923 | [
"Apache-2.0"
] | 122 | 2015-01-24T17:52:45.000Z | 2020-03-18T06:32:15.000Z | /*
* The Sleuth Kit
*
* Contact: Brian Carrier [carrier <at> sleuthkit [dot] org]
* Copyright (c) 2010-2012 Basis Technology Corporation. All Rights
* reserved.
*
* This software is distributed under the Common Public License 1.0
*/
/**
* \file TskFile.h
* Contains the interface for the TskFile class.
*/
#... | 28.515038 | 94 | 0.6588 | [
"vector"
] |
4436596142d70856f6a977567e1c8ebdb77b7b35 | 286 | h | C | source/HelloOglSeries/source/tdogl/Texture.h | felixfqiu/ogl-series-Tom-Dalling | 353ee1c4af4bd957f1c326b784f97eb175fdbde4 | [
"Apache-2.0"
] | null | null | null | source/HelloOglSeries/source/tdogl/Texture.h | felixfqiu/ogl-series-Tom-Dalling | 353ee1c4af4bd957f1c326b784f97eb175fdbde4 | [
"Apache-2.0"
] | null | null | null | source/HelloOglSeries/source/tdogl/Texture.h | felixfqiu/ogl-series-Tom-Dalling | 353ee1c4af4bd957f1c326b784f97eb175fdbde4 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <gl/glew.h>
#include "Bitmap.h"
namespace tdogl
{
class Texture
{
public:
Texture(const Bitmap& bitmap,
GLuint minMagFiler = GL_LINEAR,
GLuint wrapMode = GL_CLAMP_TO_EDGE);
~Texture();
GLuint object() const;
private:
GLuint _object;
};
};
| 13 | 40 | 0.678322 | [
"object"
] |
443e545720269181780063ee206fda59556d451f | 22,200 | h | C | dalign/align.h | MartinPippel/DAmar | 3624a8c98d3d6c26db82d370a0aa4b13f5a0af17 | [
"BSD-3-Clause"
] | 12 | 2020-01-14T00:24:44.000Z | 2022-03-31T03:42:00.000Z | dalign/align.h | MartinPippel/DAmar | 3624a8c98d3d6c26db82d370a0aa4b13f5a0af17 | [
"BSD-3-Clause"
] | null | null | null | dalign/align.h | MartinPippel/DAmar | 3624a8c98d3d6c26db82d370a0aa4b13f5a0af17 | [
"BSD-3-Clause"
] | null | null | null | /************************************************************************************\
* *
* Copyright (c) 2014, Dr. Eugene W. Myers (EWM). All rights reserved. *
* ... | 50.800915 | 154 | 0.689324 | [
"object",
"vector"
] |
44596dcbca27f5b222a12f1ca9687c58a8a19fdd | 1,393 | h | C | TraceRay/foundation.h | leix28/TraceRay | fa99719ab5fefff6d9518535018885a9edea095f | [
"MIT"
] | 2 | 2018-01-01T08:10:44.000Z | 2018-03-12T03:29:08.000Z | TraceRay/foundation.h | leix28/TraceRay | fa99719ab5fefff6d9518535018885a9edea095f | [
"MIT"
] | null | null | null | TraceRay/foundation.h | leix28/TraceRay | fa99719ab5fefff6d9518535018885a9edea095f | [
"MIT"
] | 1 | 2018-11-28T02:51:22.000Z | 2018-11-28T02:51:22.000Z | //
// foundation.h
// TraceRay
//
// Created by LazyLie on 15/6/16.
// Copyright (c) 2015年 LeonardXu. All rights reserved.
//
#ifndef __TraceRay__foundation__
#define __TraceRay__foundation__
#include <stdio.h>
#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include <algorithm>
#include <cstring>
#incl... | 24.875 | 62 | 0.715004 | [
"vector"
] |
6862b1070e2f38926d35926b130764f768dad001 | 9,826 | h | C | src/include/PPU.h | Pricea810/nes_emu | 1f1d91f15185d40e6c1e2ece60b5bdc3d2a465f1 | [
"MIT"
] | 8 | 2021-03-09T19:50:06.000Z | 2021-06-28T12:03:43.000Z | src/include/PPU.h | Pricea810/nes_emu | 1f1d91f15185d40e6c1e2ece60b5bdc3d2a465f1 | [
"MIT"
] | 8 | 2021-03-14T19:30:53.000Z | 2021-05-04T00:49:28.000Z | src/include/PPU.h | Pricea810/nes_emu | 1f1d91f15185d40e6c1e2ece60b5bdc3d2a465f1 | [
"MIT"
] | 2 | 2021-03-09T20:04:03.000Z | 2021-04-22T04:13:35.000Z | #ifndef PPU_H
#define PPU_H
#include <cinttypes>
#include <tuple>
#include <vector>
#include ".\SFML\Graphics.hpp"
enum mirrorEnum : uint8_t;
class CartridgeClass;
class CPUClass;
class GUIClass;
struct Sprite {
// see the following for why these are stored in this particular order: https://wiki.nesdev.com/w/ind... | 34.843972 | 199 | 0.711785 | [
"vector"
] |
68642d1798dcbb15b7d0806eb73d5f9e99d66ac8 | 60,674 | c | C | vnet/vnet/ethernet/arp.c | muharif/vpp | 74436ed67d8cfa1f5cf18563b6060e298bfd64b9 | [
"Apache-2.0"
] | null | null | null | vnet/vnet/ethernet/arp.c | muharif/vpp | 74436ed67d8cfa1f5cf18563b6060e298bfd64b9 | [
"Apache-2.0"
] | null | null | null | vnet/vnet/ethernet/arp.c | muharif/vpp | 74436ed67d8cfa1f5cf18563b6060e298bfd64b9 | [
"Apache-2.0"
] | null | null | null | /*
* ethernet/arp.c: IP v4 ARP node
*
* Copyright (c) 2010 Cisco and/or its affiliates.
* 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... | 30.09623 | 145 | 0.6291 | [
"vector"
] |
6867c380c3f0ae485958084a42fd18ad5a40233f | 2,060 | h | C | blades/xbmc/xbmc/windowing/egl/EGLNativeTypeAmlogic.h | krattai/AEBL | a7b12c97479e1236d5370166b15ca9f29d7d4265 | [
"BSD-2-Clause"
] | 4 | 2016-04-26T03:43:54.000Z | 2016-11-17T08:09:04.000Z | blades/xbmc/xbmc/windowing/egl/EGLNativeTypeAmlogic.h | krattai/AEBL | a7b12c97479e1236d5370166b15ca9f29d7d4265 | [
"BSD-2-Clause"
] | 17 | 2015-01-05T21:06:22.000Z | 2015-12-07T20:45:44.000Z | blades/xbmc/xbmc/windowing/egl/EGLNativeTypeAmlogic.h | krattai/AEBL | a7b12c97479e1236d5370166b15ca9f29d7d4265 | [
"BSD-2-Clause"
] | 3 | 2016-04-26T03:43:55.000Z | 2020-11-06T11:02:08.000Z | #pragma once
/*
* Copyright (C) 2011-2013 Team XBMC
* http://xbmc.org
*
* 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, or (at your option)
* any later ve... | 33.770492 | 76 | 0.752913 | [
"vector"
] |
686d3f155a3d20cb3025f14cc63fada442647ea8 | 4,941 | h | C | debs/com.maxleiter.cairomm/usr/include/cairomm-1.0/cairomm/region.h | MaxLeiter/Cydia | eb5ac542926523d55c7732c2077162daf5f3e0ef | [
"MIT"
] | 3 | 2017-01-19T09:30:50.000Z | 2017-03-20T10:47:20.000Z | debs/com.maxleiter.cairomm/usr/include/cairomm-1.0/cairomm/region.h | MaxLeiter/Cydia | eb5ac542926523d55c7732c2077162daf5f3e0ef | [
"MIT"
] | null | null | null | debs/com.maxleiter.cairomm/usr/include/cairomm-1.0/cairomm/region.h | MaxLeiter/Cydia | eb5ac542926523d55c7732c2077162daf5f3e0ef | [
"MIT"
] | 11 | 2020-03-28T19:24:12.000Z | 2021-10-18T00:20:45.000Z | /* Copyright (C) 2010 The cairomm Development Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* ... | 32.506579 | 119 | 0.724954 | [
"object",
"vector"
] |
686e9c43153a19626d668dad716171fd3be19bd2 | 1,144 | h | C | sdk/src/main/cpp/crossplatform/CrossPlatform/CaffePredictor/CaffeResultList.h | LouisP79/CardScanner | 94c6299f219584073e5443465419c19d67df93c3 | [
"Apache-2.0",
"MIT"
] | 172 | 2017-08-13T10:25:24.000Z | 2022-03-21T08:10:18.000Z | sdk/src/main/cpp/crossplatform/CrossPlatform/CaffePredictor/CaffeResultList.h | LouisP79/CardScanner | 94c6299f219584073e5443465419c19d67df93c3 | [
"Apache-2.0",
"MIT"
] | 58 | 2017-08-21T09:51:09.000Z | 2021-12-08T17:27:04.000Z | sdk/src/main/cpp/crossplatform/CrossPlatform/CaffePredictor/CaffeResultList.h | LouisP79/CardScanner | 94c6299f219584073e5443465419c19d67df93c3 | [
"Apache-2.0",
"MIT"
] | 125 | 2017-10-22T10:54:32.000Z | 2022-01-20T10:06:17.000Z | //
// CaffeResultList.h
// CardRecognizer
//
// Created by Vladimir Tchernitski on 08/06/15.
// Copyright (c) 2015 Vladimir Tchernitski. All rights reserved.
//
#ifndef __CardRecognizer__CaffeResultList__
#define __CardRecognizer__CaffeResultList__
#include "INeuralNetworkResultList.h"
using namespace std;
clas... | 23.833333 | 76 | 0.727273 | [
"vector"
] |
68a6462b73395b790d7a93e20d06dae8f1c3e62b | 2,763 | h | C | lr2/headers/Service.h | ShinShil/spovm | 034ddc101999311c2ab4f850e00ad5cfd05d4751 | [
"MIT"
] | null | null | null | lr2/headers/Service.h | ShinShil/spovm | 034ddc101999311c2ab4f850e00ad5cfd05d4751 | [
"MIT"
] | null | null | null | lr2/headers/Service.h | ShinShil/spovm | 034ddc101999311c2ab4f850e00ad5cfd05d4751 | [
"MIT"
] | null | null | null | #pragma once
#include "MainHeader.h"
class Service {
public:
static void writeToFile(string src, string path);
static void readFromFile(string& dest, string path);
static string getCurrDir();
static void cycleIncrement(int& i, int max);
static int stringToInt(string num) {
int res = 0;
int ten ... | 27.909091 | 61 | 0.443359 | [
"vector"
] |
68ada5655a3ae3df8bc7f91f6b862dc5483564e2 | 1,817 | h | C | Foundation/NSKeyValueCoding/NSKVCMutableArray.h | bamwu/cocotron | 9cda7d719428a8ff940b134e391e511104ee0b5d | [
"MIT"
] | 374 | 2015-03-20T03:04:04.000Z | 2022-03-23T11:49:51.000Z | Foundation/NSKeyValueCoding/NSKVCMutableArray.h | bamwu/cocotron | 9cda7d719428a8ff940b134e391e511104ee0b5d | [
"MIT"
] | 8 | 2015-05-01T17:10:19.000Z | 2018-03-10T13:51:52.000Z | Foundation/NSKeyValueCoding/NSKVCMutableArray.h | bamwu/cocotron | 9cda7d719428a8ff940b134e391e511104ee0b5d | [
"MIT"
] | 99 | 2015-03-20T03:04:12.000Z | 2022-03-15T03:09:07.000Z | /* Copyright (c) 2006-2007 Johannes Fortmann
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, dist... | 46.589744 | 463 | 0.766648 | [
"object"
] |
68ae2b0bcd68499ba76988b5704da7e3889439be | 950 | h | C | src/util/colorspace.h | neverfelly/LuisaRender | 2f7a2b52908b81b035d17e541df1ce3dbc18b2b8 | [
"BSD-3-Clause"
] | null | null | null | src/util/colorspace.h | neverfelly/LuisaRender | 2f7a2b52908b81b035d17e541df1ce3dbc18b2b8 | [
"BSD-3-Clause"
] | null | null | null | src/util/colorspace.h | neverfelly/LuisaRender | 2f7a2b52908b81b035d17e541df1ce3dbc18b2b8 | [
"BSD-3-Clause"
] | null | null | null | //
// Created by Mike Smith on 2022/1/19.
//
#pragma once
#include <core/basic_types.h>
#include <dsl/syntax.h>
namespace luisa::render {
template<typename T>
[[nodiscard]] inline auto cie_xyz_to_linear_srgb(T &&xyz) noexcept {
constexpr auto m = make_float3x3(
+3.240479f, -0.969256f, +0.055648f,
... | 25.675676 | 68 | 0.656842 | [
"render"
] |
68b05d4d42faaf0890ba0bc247c28330b5e923d7 | 41,057 | h | C | voxcad-code-2014/GeneratedFiles/ui_vPalette.h | fgolemo/EC14-voxelyze | 7fcb1abe4e2d35f996437f833c8febd01e368901 | [
"Apache-2.0"
] | null | null | null | voxcad-code-2014/GeneratedFiles/ui_vPalette.h | fgolemo/EC14-voxelyze | 7fcb1abe4e2d35f996437f833c8febd01e368901 | [
"Apache-2.0"
] | null | null | null | voxcad-code-2014/GeneratedFiles/ui_vPalette.h | fgolemo/EC14-voxelyze | 7fcb1abe4e2d35f996437f833c8febd01e368901 | [
"Apache-2.0"
] | null | null | null | /********************************************************************************
** Form generated from reading UI file 'vPalette.ui'
**
** Created: Thu Sep 18 02:14:44 2014
** by: Qt User Interface Compiler version 4.8.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********... | 41.304829 | 156 | 0.710451 | [
"model"
] |
68bac12ae94f3d4d07215f9cf8119798b1a5583b | 2,349 | h | C | kMC/VSSM.h | CharleySchaefer/ZiltoidLIB | e8b745968447ba8df82a562804876e0ec1f71242 | [
"Apache-2.0"
] | null | null | null | kMC/VSSM.h | CharleySchaefer/ZiltoidLIB | e8b745968447ba8df82a562804876e0ec1f71242 | [
"Apache-2.0"
] | null | null | null | kMC/VSSM.h | CharleySchaefer/ZiltoidLIB | e8b745968447ba8df82a562804876e0ec1f71242 | [
"Apache-2.0"
] | 1 | 2018-06-20T22:23:39.000Z | 2018-06-20T22:23:39.000Z | /*
VSSM
kinetic Monte Carlo: Variable step size method
DEPENDENCE: uses find_index_above_y0_float() from ZiltoidLIB/NumericalMethods
Algorithm:
1. Initialise VSSM:
Initialisation function provided in VSSM.h
- using VSSM_initialise
- Set (intended) number of time steps, Vssm->max_ite... | 30.506494 | 79 | 0.605364 | [
"model"
] |
68d6d75c21634ff080df7f304418a298c17ba0ea | 928 | c | C | gempak/source/cgemlib/cap/cappsiterinit.c | oxelson/gempak | e7c477814d7084c87d3313c94e192d13d8341fa1 | [
"BSD-3-Clause"
] | 42 | 2015-06-03T15:26:21.000Z | 2022-02-28T22:36:03.000Z | gempak/source/cgemlib/cap/cappsiterinit.c | oxelson/gempak | e7c477814d7084c87d3313c94e192d13d8341fa1 | [
"BSD-3-Clause"
] | 60 | 2015-05-11T21:36:08.000Z | 2022-03-29T16:22:42.000Z | gempak/source/cgemlib/cap/cappsiterinit.c | oxelson/gempak | e7c477814d7084c87d3313c94e192d13d8341fa1 | [
"BSD-3-Clause"
] | 27 | 2016-06-06T21:55:14.000Z | 2022-03-18T18:23:28.000Z | #include "capcmn.h"
void cap_psiterinit(PlacementSet placements, int *iret)
/*****************************************************************************
* cap_psiterinit
*
* Initializes the PlacementSet iterator so that the cap_psiternext can be
* used to iterate over the Placements contained in the set.
*
* I... | 27.294118 | 78 | 0.44181 | [
"object"
] |
68d7a0b8e8404b73fb248a99e4e749e263766483 | 2,097 | h | C | new_struct/inc/coordtransforms.h | jlsanders/genfunc | 6a608a21651be37462e42289c0a15233b8e29bbb | [
"MIT"
] | 2 | 2019-05-12T13:24:27.000Z | 2019-10-14T01:06:54.000Z | new_struct/inc/coordtransforms.h | jlsanders/genfunc | 6a608a21651be37462e42289c0a15233b8e29bbb | [
"MIT"
] | null | null | null | new_struct/inc/coordtransforms.h | jlsanders/genfunc | 6a608a21651be37462e42289c0a15233b8e29bbb | [
"MIT"
] | null | null | null | #ifndef COORDTRANSFORMS_H
#define COORDTRANSFORMS_H
#include "utils.h"
namespace conv{
// Conventions
const VecDoub StandardSolar {8.0,0.0,11.1,232.24,7.25}; // in km/s with v_c = 220 km/s
const VecDoub StandardSolar2 {8.29,0.0,0.01135,0.257055,0.0074148}; // in kpc/Myr with v_c=239.1km/s
const VecDoub StandardSolar... | 38.833333 | 100 | 0.631855 | [
"vector"
] |
68e0a933c048d2ec08757148191f4dc587830cc4 | 397 | c | C | d/islands/tonerra/obj/liquid4.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/islands/tonerra/obj/liquid4.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/islands/tonerra/obj/liquid4.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | #include <std.h>
inherit OBJECT;
void create(){
::create();
set_name("%^BOLD%^%^BLACK%^black liquid");
set_short("Vial containing %^BOLD%^%^BLACK%^black liquid%^RESET%^");
set_id(({"liquide","liquid","black liquid","vial"}));
set_long(
@OLI
This thick black liquid oozes around before you. No tellin... | 22.055556 | 87 | 0.644836 | [
"object"
] |
be2904c6017eff6c0361f9bb2dee6048ab75f4a7 | 159 | h | C | whycpp/src/loop/i_render_handler.h | senior-sigan/WHY_CPP | f9e2d060a782b9d72fb2c9f3ce580af00eb40779 | [
"MIT"
] | 6 | 2019-01-10T12:06:04.000Z | 2022-01-06T15:22:03.000Z | whycpp/src/loop/i_render_handler.h | senior-sigan/WHY_CPP | f9e2d060a782b9d72fb2c9f3ce580af00eb40779 | [
"MIT"
] | 8 | 2019-02-22T09:14:34.000Z | 2019-04-20T18:46:37.000Z | whycpp/src/loop/i_render_handler.h | senior-sigan/WHY_CPP | f9e2d060a782b9d72fb2c9f3ce580af00eb40779 | [
"MIT"
] | 3 | 2019-03-22T09:01:52.000Z | 2021-06-13T17:50:31.000Z | #pragma once
#include "../i_object.h"
class IRenderHandler : public IObject {
public:
virtual void Render() = 0;
virtual ~IRenderHandler() = default;
};
| 17.666667 | 39 | 0.691824 | [
"render"
] |
be3411114daa4bacdf43ff1c99d0c5eb3b97e5e6 | 305 | h | C | Unit-Tests/CBLKVOProxy.h | mugabe/couchbase-lite-ios-1.x-xcode11 | 948b4ab285ee5145a1ef4793630bbf1c4d14988e | [
"Apache-2.0"
] | null | null | null | Unit-Tests/CBLKVOProxy.h | mugabe/couchbase-lite-ios-1.x-xcode11 | 948b4ab285ee5145a1ef4793630bbf1c4d14988e | [
"Apache-2.0"
] | null | null | null | Unit-Tests/CBLKVOProxy.h | mugabe/couchbase-lite-ios-1.x-xcode11 | 948b4ab285ee5145a1ef4793630bbf1c4d14988e | [
"Apache-2.0"
] | null | null | null | //
// CBLKVOProxy.h
// CouchbaseLite
//
// Created by Jens Alfke on 8/18/15.
// Copyright © 2015 Couchbase, Inc. All rights reserved.
//
#import "CBLDatabase.h"
@interface CBLKVOProxy : NSObject
- (CBLKVOProxy*) initWithObject: (id)object
keyPath: (NSString*)keyPath;
@end
| 17.941176 | 57 | 0.642623 | [
"object"
] |
be3a6d4c7d11bac0fc677a12c1cdc562879ebb74 | 579 | h | C | app42/libs/Shephertz_App42_iOS_API.framework/Versions/Current/Headers/Log.h | saqsun/robovm-ios-bindings | dae85f2e573dbbc0973e40a730a22ce356f6a3c1 | [
"Apache-2.0"
] | 90 | 2015-01-01T21:20:50.000Z | 2021-12-28T00:52:27.000Z | app42/libs/Shephertz_App42_iOS_API.framework/Versions/Current/Headers/Log.h | saqsun/robovm-ios-bindings | dae85f2e573dbbc0973e40a730a22ce356f6a3c1 | [
"Apache-2.0"
] | 68 | 2015-01-02T00:22:36.000Z | 2017-02-14T23:49:46.000Z | app42/libs/Shephertz_App42_iOS_API.framework/Versions/Current/Headers/Log.h | saqsun/robovm-ios-bindings | dae85f2e573dbbc0973e40a730a22ce356f6a3c1 | [
"Apache-2.0"
] | 65 | 2015-01-11T23:53:12.000Z | 2021-11-08T06:25:36.000Z | //
// Log.h
// PAE_iOS_SDK
//
// Created by shephertz technologies on 11/04/12.
// Copyright (c) 2012 ShephertzTechnology PVT LTD. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "App42Response.h"
/**
*
* This Log object is the value object which contains the properties of Log
* along with th... | 19.3 | 75 | 0.702936 | [
"object"
] |
be3b87cb8077a9eeb832ae2cd31a702aae6e8604 | 6,873 | c | C | src/text.c | propublica/simple-tiles | 79c4636095f7f278fa5aa6698b1cd1f93775459a | [
"MIT"
] | 33 | 2015-01-22T18:34:04.000Z | 2021-03-13T18:44:15.000Z | src/text.c | propublica/simple-tiles | 79c4636095f7f278fa5aa6698b1cd1f93775459a | [
"MIT"
] | 4 | 2015-02-25T03:07:04.000Z | 2019-07-02T14:54:15.000Z | src/text.c | propublica/simple-tiles | 79c4636095f7f278fa5aa6698b1cd1f93775459a | [
"MIT"
] | 7 | 2016-09-14T22:15:44.000Z | 2020-11-09T12:34:53.000Z | #include "text.h"
#include "style.h"
#include "util.h"
#include "bounds.h"
#include "memory.h"
#include <math.h>
#define GTimer GTimer_GTK
#include <glib.h>
#include <glib-object.h>
#undef GTimer
// A storage structure that holds the current state of the layout.
typedef struct {
PangoLayout *layout;
int placed;
... | 31.819444 | 80 | 0.704059 | [
"geometry",
"object"
] |
be512c1926aebf3652284107f64879bc3712732f | 2,080 | h | C | fboss/lib/phy/ExternalPhy.h | fakeNetflix/facebook-repo-fboss | b4b64540c779022bcbeff72376549d0addf3f7e7 | [
"BSD-3-Clause"
] | null | null | null | fboss/lib/phy/ExternalPhy.h | fakeNetflix/facebook-repo-fboss | b4b64540c779022bcbeff72376549d0addf3f7e7 | [
"BSD-3-Clause"
] | null | null | null | fboss/lib/phy/ExternalPhy.h | fakeNetflix/facebook-repo-fboss | b4b64540c779022bcbeff72376549d0addf3f7e7 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2004-present, Facebook, Inc.
* 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.
*
*/
#pra... | 25.679012 | 79 | 0.732212 | [
"vector"
] |
be59319d8764e17a014170127e611fbd50fbb0fe | 4,885 | h | C | include/OsmAndCore/ArrayMap.h | pierreloicq/OsmAnd-core | 3eb51a19e33eb0fddb9f88e8aaa2d35089a2a7fd | [
"MIT"
] | null | null | null | include/OsmAndCore/ArrayMap.h | pierreloicq/OsmAnd-core | 3eb51a19e33eb0fddb9f88e8aaa2d35089a2a7fd | [
"MIT"
] | null | null | null | include/OsmAndCore/ArrayMap.h | pierreloicq/OsmAnd-core | 3eb51a19e33eb0fddb9f88e8aaa2d35089a2a7fd | [
"MIT"
] | null | null | null | #ifndef _OSMAND_CORE_ARRAY_MAP_H_
#define _OSMAND_CORE_ARRAY_MAP_H_
#include <OsmAndCore/stdlib_common.h>
#include <vector>
#include <type_traits>
#include <QtGlobal>
#include <OsmAndCore.h>
#include <OsmAndCore/Nullable.h>
namespace OsmAnd
{
template<typename VALUE>
class ArrayMap Q_DECL_FINAL
{
pu... | 23.829268 | 68 | 0.498465 | [
"vector"
] |
be5bd5edc188bd4ac94ed8d7034264ca72019f31 | 5,098 | h | C | clang-tools-extra/clangd/ConfigFragment.h | DeeSee/llvm-project | 1109ec40cdb8ca6a192b8fd44bc6dc0fe150a751 | [
"Apache-2.0"
] | null | null | null | clang-tools-extra/clangd/ConfigFragment.h | DeeSee/llvm-project | 1109ec40cdb8ca6a192b8fd44bc6dc0fe150a751 | [
"Apache-2.0"
] | null | null | null | clang-tools-extra/clangd/ConfigFragment.h | DeeSee/llvm-project | 1109ec40cdb8ca6a192b8fd44bc6dc0fe150a751 | [
"Apache-2.0"
] | null | null | null | //===--- ConfigFragment.h - Unit of user-specified configuration -*- C++-*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | 40.141732 | 80 | 0.672813 | [
"vector"
] |
be6629303e77be3969bbfab80e2c320f95d55b5b | 6,291 | h | C | core/math/vec3.h | marcs77/MuonEngine | 275757597fa414247de925c8b1d4f9389ecad8f0 | [
"MIT"
] | null | null | null | core/math/vec3.h | marcs77/MuonEngine | 275757597fa414247de925c8b1d4f9389ecad8f0 | [
"MIT"
] | null | null | null | core/math/vec3.h | marcs77/MuonEngine | 275757597fa414247de925c8b1d4f9389ecad8f0 | [
"MIT"
] | null | null | null | #ifndef VECTOR3_H
#define VECTOR3_H
#include <cmath>
#include <string>
#include "vec2.h"
namespace muon {
namespace math {
template <class T>
struct Vec3 {
T x, y, z;
Vec3();
Vec3(const Vec3& v);
Vec3(const Vec2<T>& v, const T& z);
Vec3(const T& x, const T& y, const T& z);
Vec3 operat... | 20.359223 | 98 | 0.561755 | [
"vector"
] |
be7d4492c58c5cba9f0929df97f3dbca712e4891 | 2,784 | h | C | cc/trees/LayerSorter.h | wenfeifei/miniblink49 | 2ed562ff70130485148d94b0e5f4c343da0c2ba4 | [
"Apache-2.0"
] | 5,964 | 2016-09-27T03:46:29.000Z | 2022-03-31T16:25:27.000Z | cc/trees/LayerSorter.h | w4454962/miniblink49 | b294b6eacb3333659bf7b94d670d96edeeba14c0 | [
"Apache-2.0"
] | 459 | 2016-09-29T00:51:38.000Z | 2022-03-07T14:37:46.000Z | cc/trees/LayerSorter.h | w4454962/miniblink49 | b294b6eacb3333659bf7b94d670d96edeeba14c0 | [
"Apache-2.0"
] | 1,006 | 2016-09-27T05:17:27.000Z | 2022-03-30T02:46:51.000Z | // Copyright 2011 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 CC_TREES_LAYER_SORTER_H_
#define CC_TREES_LAYER_SORTER_H_
#include "third_party/WebKit/Source/wtf/Vector.h"
#include "cc/blink/WebLayerImpl.h"
#... | 25.777778 | 93 | 0.727011 | [
"geometry",
"shape",
"vector",
"3d"
] |
be801e8d4210f6a185a253d779929fea51a78ef2 | 2,074 | h | C | utilopengl.h | csmyamanaka/utils | e14e842c708c9936e9cabcd04bee49eb7221fb07 | [
"MIT"
] | null | null | null | utilopengl.h | csmyamanaka/utils | e14e842c708c9936e9cabcd04bee49eb7221fb07 | [
"MIT"
] | null | null | null | utilopengl.h | csmyamanaka/utils | e14e842c708c9936e9cabcd04bee49eb7221fb07 | [
"MIT"
] | null | null | null | #pragma once
#include <GL/glut.h>
#include <math.h>
#include <stdlib.h>
//setting 3d stuff
void setObjectT(GLfloat* aF0, GLfloat aF1, GLfloat aF2, GLfloat aF3){
aF0[3] = aF1;
aF0[7] = aF2;
aF0[11] = aF3;
}
void setObjectRx(GLfloat* aF0, GLfloat aF1){
aF0[5] = cos(aF1);
aF0[6] = -sin(aF1);
aF0[9] = sin(a... | 21.831579 | 97 | 0.605593 | [
"3d"
] |
be8365b0785166517de089d0df0d47400e349391 | 4,320 | c | C | src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc-ps.c | grondo/mvapich2-cce | ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb | [
"Intel",
"mpich2",
"Unlicense"
] | 1 | 2021-11-11T15:42:30.000Z | 2021-11-11T15:42:30.000Z | src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc-ps.c | grondo/mvapich2-cce | ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb | [
"Intel",
"mpich2",
"Unlicense"
] | null | null | null | src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc-ps.c | grondo/mvapich2-cce | ec084d8e07db1cf2ac1352ee4c604ae7dbae55cb | [
"Intel",
"mpich2",
"Unlicense"
] | null | null | null | /*
* Copyright © 2009-2010 INRIA. All rights reserved.
* Copyright © 2009-2010 Université Bordeaux 1
* Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
* See COPYING in top-level directory.
*/
#include <private/autogen/config.h>
#include <hwloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <... | 24.827586 | 95 | 0.602546 | [
"object"
] |
be87c5e2ee9584747e05b57f8ce60ee2b29d93ed | 15,400 | c | C | linux-2.6.16-unmod/arch/i386/kernel/nmi.c | ut-osa/syncchar | eba20da163260b6ae1ef3e334ad2137873a8d625 | [
"BSD-3-Clause"
] | null | null | null | linux-2.6.16-unmod/arch/i386/kernel/nmi.c | ut-osa/syncchar | eba20da163260b6ae1ef3e334ad2137873a8d625 | [
"BSD-3-Clause"
] | null | null | null | linux-2.6.16-unmod/arch/i386/kernel/nmi.c | ut-osa/syncchar | eba20da163260b6ae1ef3e334ad2137873a8d625 | [
"BSD-3-Clause"
] | 1 | 2019-05-14T16:36:45.000Z | 2019-05-14T16:36:45.000Z | /*
* linux/arch/i386/nmi.c
*
* NMI watchdog support on APIC systems
*
* Started by Ingo Molnar <mingo@redhat.com>
*
* Fixes:
* Mikael Pettersson : AMD K7 support for local APIC NMI watchdog.
* Mikael Pettersson : Power Management for local APIC NMI watchdog.
* Mikael Pettersson : Pentium 4 support for ... | 24.758842 | 76 | 0.723117 | [
"vector",
"model"
] |
be9fad59da722f6dc32d714455cfdb8952c473df | 3,307 | h | C | google/cloud/filestore/cloud_filestore_manager_connection_idempotency_policy.h | sydney-munro/google-cloud-cpp | 374b52e5cec78962358bdd5913d4118a47af1952 | [
"Apache-2.0"
] | 80 | 2017-11-24T00:19:45.000Z | 2019-01-25T10:24:33.000Z | google/cloud/filestore/cloud_filestore_manager_connection_idempotency_policy.h | sydney-munro/google-cloud-cpp | 374b52e5cec78962358bdd5913d4118a47af1952 | [
"Apache-2.0"
] | 1,579 | 2017-11-24T01:01:21.000Z | 2019-01-28T23:41:21.000Z | google/cloud/filestore/cloud_filestore_manager_connection_idempotency_policy.h | sydney-munro/google-cloud-cpp | 374b52e5cec78962358bdd5913d4118a47af1952 | [
"Apache-2.0"
] | 51 | 2017-11-24T00:56:11.000Z | 2019-01-18T20:35:02.000Z | // Copyright 2022 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... | 39.369048 | 106 | 0.781675 | [
"object"
] |
bea28eadf5bfeb02daeb54c23db8f305e65eca0e | 18,138 | h | C | Models/CommonStateSignalAuthorChatCall.pb.h | wpscott/AcFunDanmaku-C- | c1b834dbb7133fd9d3908a8e0840747b759bdb0f | [
"MIT"
] | null | null | null | Models/CommonStateSignalAuthorChatCall.pb.h | wpscott/AcFunDanmaku-C- | c1b834dbb7133fd9d3908a8e0840747b759bdb0f | [
"MIT"
] | null | null | null | Models/CommonStateSignalAuthorChatCall.pb.h | wpscott/AcFunDanmaku-C- | c1b834dbb7133fd9d3908a8e0840747b759bdb0f | [
"MIT"
] | null | null | null | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CommonStateSignalAuthorChatCall.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_CommonStateSignalAuthorChatCall_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_CommonStateSignalAuthorChatCall_2eproto
#include <limits>
#include <string>
#include <google/protobuf/... | 42.981043 | 139 | 0.782776 | [
"object"
] |
bea2abb235e98f309db35beb623ade3d93d555f4 | 48,754 | h | C | source/containers/vgeometry.h | xvela/code-vault | 780dad2d2855e28d802a64baf781927b7edd9ed9 | [
"MIT"
] | 2 | 2019-01-09T19:09:45.000Z | 2019-04-02T17:53:49.000Z | source/containers/vgeometry.h | xvela/code-vault | 780dad2d2855e28d802a64baf781927b7edd9ed9 | [
"MIT"
] | 17 | 2015-01-07T02:05:04.000Z | 2019-08-30T16:57:42.000Z | source/containers/vgeometry.h | xvela/code-vault | 780dad2d2855e28d802a64baf781927b7edd9ed9 | [
"MIT"
] | 3 | 2016-04-06T19:01:11.000Z | 2017-09-20T09:28:00.000Z | /*
Copyright c1997-2014 Trygve Isaacson. All rights reserved.
This file is part of the Code Vault version 4.1
http://www.bombaydigital.com/
License: MIT. See LICENSE.md in the Vault top level directory.
*/
#ifndef vgeometry_h
#define vgeometry_h
/** @file */
#include "vtypes.h"
#include "vexception.h"
#include "vbi... | 50.627207 | 231 | 0.61275 | [
"vector",
"3d"
] |
bea3525a419a3c5b5c6d1d080a41b9e20f1a819c | 1,186 | h | C | src/Cpp/701-800/743.NetworkDelayTime.h | Peefy/PeefyLeetCode | 92156e4b48ba19e3f02e4286b9f733e9769a1dee | [
"Apache-2.0"
] | 2 | 2018-05-03T07:50:03.000Z | 2018-06-17T04:32:13.000Z | src/Cpp/701-800/743.NetworkDelayTime.h | Peefy/PeefyLeetCode | 92156e4b48ba19e3f02e4286b9f733e9769a1dee | [
"Apache-2.0"
] | null | null | null | src/Cpp/701-800/743.NetworkDelayTime.h | Peefy/PeefyLeetCode | 92156e4b48ba19e3f02e4286b9f733e9769a1dee | [
"Apache-2.0"
] | 3 | 2018-11-09T14:18:11.000Z | 2021-11-17T15:23:52.000Z |
#ifndef __NETWORK_DELAY_TIME_H
#define __NETWORK_DELAY_TIME_H
#include <iostream>
#include <vector>
#include <map>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <algorithm>
#include <queue>
#include <math.h>
using namespace std;
static int pr = []() {
std::ios::sync_with_stdio(false)... | 23.254902 | 96 | 0.474705 | [
"vector"
] |
bea841545f1eb2f15d4297357ec3d663999a9698 | 1,422 | h | C | src/BLEService.h | bsiever/DuoBLE | 52368a974c2ada95bcc075f97dcd98c6f8a98c62 | [
"MIT"
] | null | null | null | src/BLEService.h | bsiever/DuoBLE | 52368a974c2ada95bcc075f97dcd98c6f8a98c62 | [
"MIT"
] | null | null | null | src/BLEService.h | bsiever/DuoBLE | 52368a974c2ada95bcc075f97dcd98c6f8a98c62 | [
"MIT"
] | null | null | null | /**
* Bluetooth Low Energy Service
*
* Copyright (c) 2017 Bill Siever. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*
*/
#ifndef _BLE_SERVICE_h_
#define _BLE_SERVICE_h_
#include"BLEUuid.h"
#include"BLEAttribute.h"
#include <cstddef>
c... | 24.947368 | 101 | 0.775668 | [
"object"
] |
beb50a7689b044e8f9b810957369eb55fa0ec39c | 787 | h | C | ConfigFile.h | aaronmcniven/Common-Classes | ed084131ef39a427e99c3cbaa83b13e34edbdea7 | [
"Unlicense"
] | null | null | null | ConfigFile.h | aaronmcniven/Common-Classes | ed084131ef39a427e99c3cbaa83b13e34edbdea7 | [
"Unlicense"
] | null | null | null | ConfigFile.h | aaronmcniven/Common-Classes | ed084131ef39a427e99c3cbaa83b13e34edbdea7 | [
"Unlicense"
] | null | null | null | #pragma once
#include <Windows.h>
#include <iostream>
#include <string>
#include <vector>
#include <fstream>
#include <algorithm>
#include <map>
class ConfigFile {
private:
bool m_loaded;
std::string m_location;
std::map<std::string, std::string> m_values;
public:
ConfigFile();
ConfigFile(cons... | 25.387097 | 75 | 0.678526 | [
"vector"
] |
beba0e9a3bbc31bee3ffc9be359af4c64b9bc99d | 2,063 | h | C | Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/SharedViewBookmarkComponent.h | BreakerOfThings/o3de | f4c59f868c726470ec910623facd836047d059c3 | [
"Apache-2.0",
"MIT"
] | 1 | 2022-03-28T08:06:58.000Z | 2022-03-28T08:06:58.000Z | Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/SharedViewBookmarkComponent.h | BreakerOfThings/o3de | f4c59f868c726470ec910623facd836047d059c3 | [
"Apache-2.0",
"MIT"
] | null | null | null | Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/SharedViewBookmarkComponent.h | BreakerOfThings/o3de | f4c59f868c726470ec910623facd836047d059c3 | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* 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 <AzToolsFramework/ToolsComponents/EditorComponentBase.h>
#include <Viewport/... | 36.839286 | 114 | 0.739699 | [
"vector",
"3d"
] |
bebb21f10571774ad6791a6e254163efa3d34352 | 9,968 | h | C | bench/node.h | telosprotocol/xkad | f3591d5544bf26ba486cb4a7f141d9500422206e | [
"MIT"
] | 13 | 2019-09-16T13:34:35.000Z | 2020-01-13T08:06:17.000Z | bench/node.h | telosprotocol/xkad | f3591d5544bf26ba486cb4a7f141d9500422206e | [
"MIT"
] | null | null | null | bench/node.h | telosprotocol/xkad | f3591d5544bf26ba486cb4a7f141d9500422206e | [
"MIT"
] | null | null | null | // Copyright (c) 2017-2019 Telos Foundation & contributors
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include "xpbase/base/top_utils.h"
#include "xpbase/base/line_parser.h"
#include "xpbase/base/kad_key/platf... | 37.055762 | 122 | 0.67506 | [
"vector"
] |
bebc49b0ef99ed6bca172cac96534fed1cdc61ef | 31,122 | c | C | src/core/ztp_settings.c | microsoft/wifi-ztp | 273d9b5a00613e793c2e0a6967e8dd93e96a9d92 | [
"MIT"
] | 6 | 2021-07-06T14:14:43.000Z | 2022-01-26T18:39:41.000Z | src/core/ztp_settings.c | QPC-database/wifi-ztp | fa66199a56645305a1a773291e7d1d01f042cb73 | [
"MIT"
] | 9 | 2021-06-14T21:24:16.000Z | 2021-08-09T17:17:30.000Z | src/core/ztp_settings.c | QPC-database/wifi-ztp | fa66199a56645305a1a773291e7d1d01f042cb73 | [
"MIT"
] | 2 | 2021-06-18T14:54:52.000Z | 2021-07-06T14:14:44.000Z |
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <json-c/json_object.h>
#include <json-c/json_util.h>
#include <userspace/linux/compiler.h>
#include <userspace/linux/kernel.h>
#include "file_utils.h"
#include "json_parse.h"
#include "ztp_log.h"
#include "ztp_settings.h"
/**
* ... | 31.692464 | 185 | 0.694525 | [
"object"
] |
db4662a72aba2fc72beb9ccb87da6e4fda06a2ea | 3,133 | h | C | include/LogPort.h | homer6/logport | 46c291892e51decf2c6251f47dc90751237454ed | [
"MIT"
] | 4 | 2019-05-01T16:45:49.000Z | 2022-01-29T06:48:32.000Z | include/LogPort.h | homer6/logport | 46c291892e51decf2c6251f47dc90751237454ed | [
"MIT"
] | 1 | 2019-04-30T18:02:37.000Z | 2019-04-30T18:02:37.000Z | include/LogPort.h | homer6/logport | 46c291892e51decf2c6251f47dc90751237454ed | [
"MIT"
] | 3 | 2019-04-30T17:48:46.000Z | 2021-04-29T01:40:50.000Z | #ifndef LOGPORT_LOGPORT_H
#define LOGPORT_LOGPORT_H
#include <string>
using std::string;
#include <vector>
using std::vector;
#include <map>
using std::map;
#include "Platform.h"
#include "Observer.h"
namespace logport{
class Watch;
class Database;
class Inspector;
class LogPort{
... | 21.909091 | 257 | 0.598468 | [
"vector"
] |
db4882dd2f9d17036a8e42ea19d8b24c9fd9d051 | 136 | c | C | Comandos/catalogcommands/libc/exemplos/strerror.c | ribafs/linux | 2a839202d956903cb0dbc14a9b13035455c694d9 | [
"MIT"
] | 1 | 2021-06-12T07:14:38.000Z | 2021-06-12T07:14:38.000Z | Comandos/catalogcommands/libc/exemplos/strerror.c | ribafs/linux | 2a839202d956903cb0dbc14a9b13035455c694d9 | [
"MIT"
] | null | null | null | Comandos/catalogcommands/libc/exemplos/strerror.c | ribafs/linux | 2a839202d956903cb0dbc14a9b13035455c694d9 | [
"MIT"
] | null | null | null | #include<stdio.h>
#include<string.h>
int main()
{
int i;
for (i = 0; i <= 133; i++)
printf("%3d %s\n", i, strerror(i));
}
| 15.111111 | 43 | 0.5 | [
"3d"
] |
db57c9741bd0cce05578dcbb2d73e7492dee3601 | 9,455 | h | C | src/cfdapi_get_extkeyinfo_json.h | cryptogarageinc/cg-cfd-js | 05af38708215e144ea167207fd920719c3112c7e | [
"MIT"
] | null | null | null | src/cfdapi_get_extkeyinfo_json.h | cryptogarageinc/cg-cfd-js | 05af38708215e144ea167207fd920719c3112c7e | [
"MIT"
] | null | null | null | src/cfdapi_get_extkeyinfo_json.h | cryptogarageinc/cg-cfd-js | 05af38708215e144ea167207fd920719c3112c7e | [
"MIT"
] | null | null | null | // Copyright 2019 CryptoGarage
/**
* @file cfdapi_get_extkeyinfo_json.h
*
* @brief JSONマッピングファイル (自動生成)
*/
#ifndef CFD_JS_SRC_CFDAPI_GET_EXTKEYINFO_JSON_H_
#define CFD_JS_SRC_CFDAPI_GET_EXTKEYINFO_JSON_H_
#include <set>
#include <string>
#include <vector>
#include "cfdcore/cfdcore_json_mapping_base.h"
#include "... | 23.117359 | 81 | 0.632047 | [
"vector"
] |
db57ec1c7b711748761df6a7eed01794f96e2f89 | 4,023 | c | C | ConfProfile/jni/strongswan/src/charon-tkm/src/tkm/tkm_private_key.c | Infoss/conf-profile-4-android | 619bd63095bb0f5a67616436d5510d24a233a339 | [
"MIT"
] | 2 | 2017-10-16T07:51:18.000Z | 2019-06-16T12:07:52.000Z | strongswan/strongswan-5.3.2/src/charon-tkm/src/tkm/tkm_private_key.c | SECURED-FP7/secured-mobility-ned | 36fdbfee58a31d42f7047f7a7eaa1b2b70246151 | [
"Apache-2.0"
] | 5 | 2016-01-25T18:04:42.000Z | 2016-02-25T08:54:56.000Z | strongswan/strongswan-5.3.2/src/charon-tkm/src/tkm/tkm_private_key.c | SECURED-FP7/secured-mobility-ned | 36fdbfee58a31d42f7047f7a7eaa1b2b70246151 | [
"Apache-2.0"
] | 2 | 2016-01-25T17:14:17.000Z | 2016-02-13T20:14:09.000Z | /*
* Copyright (C) 2012-2013 Reto Buerki
* Copyright (C) 2012-2013 Adrian-Ken Rueegsegger
* Hochschule fuer Technik Rapperswil
*
* 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 ver... | 21.062827 | 77 | 0.719115 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.