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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c3868a9460e252eb423a5d4d49690395211974f5 | 2,603 | h | C | dnn.h | mikeivanov/libcvc | de843ddc428dd310c247055c3308bdc88840ed33 | [
"MIT"
] | null | null | null | dnn.h | mikeivanov/libcvc | de843ddc428dd310c247055c3308bdc88840ed33 | [
"MIT"
] | null | null | null | dnn.h | mikeivanov/libcvc | de843ddc428dd310c247055c3308bdc88840ed33 | [
"MIT"
] | null | null | null | // This file is a part of the LibCVC project.
// It is subject to the license terms in the LICENSE file found
// in the top-level directory of this distribution.
#ifndef CVC_DNN_H
#define CVC_DNN_H
#include <stdbool.h>
#include "core.h"
#ifdef __cplusplus
#include <opencv2/opencv.hpp>
#include <opencv2/dnn.hpp>
ty... | 36.661972 | 104 | 0.682674 | [
"model"
] |
c386b39c0a04f208fe2b2075354528e5e2f3d7c1 | 5,477 | h | C | src/mongo/s/commands/document_shard_key_update_util.h | benety/mongo | 203430ac9559f82ca01e3cbb3b0e09149fec0835 | [
"Apache-2.0"
] | null | null | null | src/mongo/s/commands/document_shard_key_update_util.h | benety/mongo | 203430ac9559f82ca01e3cbb3b0e09149fec0835 | [
"Apache-2.0"
] | null | null | null | src/mongo/s/commands/document_shard_key_update_util.h | benety/mongo | 203430ac9559f82ca01e3cbb3b0e09149fec0835 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright (C) 2019-present MongoDB, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
* as published by MongoDB, Inc.
*
* This program is distributed in the hope that it will be useful,
* but W... | 43.125984 | 100 | 0.740734 | [
"vector"
] |
c38889858dd86abb72015e4ddc7478b4a11bd7ac | 688 | h | C | src/game/scene/CreateGame.h | sleepy-monax/projet-jeu-video | 211b607149299e750ebaf5f9a0127ce3428d74d2 | [
"MIT"
] | 6 | 2020-09-29T10:04:15.000Z | 2020-10-10T18:38:22.000Z | src/game/scene/CreateGame.h | team-pinpin/oke-oyibo | 211b607149299e750ebaf5f9a0127ce3428d74d2 | [
"MIT"
] | null | null | null | src/game/scene/CreateGame.h | team-pinpin/oke-oyibo | 211b607149299e750ebaf5f9a0127ce3428d74d2 | [
"MIT"
] | null | null | null | #pragma once
#include "core/Camera.h"
#include "core/Scene.h"
#include "core/Texture.h"
#include "core/World.h"
namespace game
{
class CreateGame: public core::Scene
{
private:
core::Texture background_image;
core::Camera _camera;
utils::RefPtr<core::World> _world;
double _... | 19.657143 | 61 | 0.611919 | [
"render"
] |
c38ce8c0da014bfb4d2eeb511dde5ffb9a129025 | 604 | h | C | MiniJVM/include/compressed_file_reader.h | lanrobin/minijvm | d6056012494656669a6665c981e6b23d8d121df8 | [
"MIT"
] | null | null | null | MiniJVM/include/compressed_file_reader.h | lanrobin/minijvm | d6056012494656669a6665c981e6b23d8d121df8 | [
"MIT"
] | null | null | null | MiniJVM/include/compressed_file_reader.h | lanrobin/minijvm | d6056012494656669a6665c981e6b23d8d121df8 | [
"MIT"
] | null | null | null | #ifndef __JVM_ZIP_FILE_READER__
#define __JVM_ZIP_FILE_READER__
#include <iostream>
#include <vector>
#include "zip/zip.h"
#include "buffer.h"
struct CompressedFileReader
{
public:
CompressedFileReader(const string &filePath);
CompressedFileReader(const wstring &filePath);
bool isValidCompressedFile() const;
vecto... | 21.571429 | 54 | 0.789735 | [
"vector"
] |
c394b5da8e3f5fac9ccf1918186a664d42087b61 | 1,818 | h | C | src/gfx/ModelBank.h | Robograde/Robograde | 2c9a7d0b8250ec240102d504127f5c54532cb2b0 | [
"Zlib"
] | 5 | 2015-10-11T10:22:39.000Z | 2019-07-24T10:09:13.000Z | src/gfx/ModelBank.h | Robograde/Robograde | 2c9a7d0b8250ec240102d504127f5c54532cb2b0 | [
"Zlib"
] | null | null | null | src/gfx/ModelBank.h | Robograde/Robograde | 2c9a7d0b8250ec240102d504127f5c54532cb2b0 | [
"Zlib"
] | null | null | null | /**************************************************
Zlib Copyright 2015 Henrik Johansson
***************************************************/
#pragma once
#include "Model.h"
#include "Vertex.h"
#include "VertexBuffer.h"
#include "gfx/ObjectImporter.h"
#define g_ModelBank ModelBank::GetInstance()
#ifdef _WIN32
#ifdef G... | 32.464286 | 141 | 0.735974 | [
"model"
] |
c39eb7007f727a72dd4ab5dcfb16cd6179a4ebab | 2,200 | h | C | PrivateFrameworks/iWorkImport.framework/TSCH3DChartShadowsSceneObject.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | 36 | 2016-04-20T04:19:04.000Z | 2018-10-08T04:12:25.000Z | PrivateFrameworks/iWorkImport.framework/TSCH3DChartShadowsSceneObject.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | null | null | null | PrivateFrameworks/iWorkImport.framework/TSCH3DChartShadowsSceneObject.h | shaojiankui/iOS10-Runtime-Headers | 6b0d842bed0c52c2a7c1464087b3081af7e10c43 | [
"MIT"
] | 10 | 2016-06-16T02:40:44.000Z | 2019-01-15T03:31:45.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/iWorkImport.framework/iWorkImport
*/
@interface TSCH3DChartShadowsSceneObject : TSCH3DSceneObject
+ (void)invalidateShadowsForScene:(id)arg1;
+ (void)setShadowPlanePadding:(struct box<glm::detail::tvec3<float> > { struct tvec3<float> { union ... | 91.666667 | 537 | 0.745909 | [
"render"
] |
c3a52f5e53b80a6fa92383e65e637c32c3802183 | 539 | h | C | memory/structs/vector.h | ABCxFF/diepindepth | 498d68d4af6764632838bd9ab663ea1eadecb23f | [
"Apache-2.0"
] | 26 | 2021-03-16T00:51:27.000Z | 2022-03-18T20:21:57.000Z | memory/structs/vector.h | ABCxFF/diepindepth | 498d68d4af6764632838bd9ab663ea1eadecb23f | [
"Apache-2.0"
] | 28 | 2021-03-16T11:15:06.000Z | 2022-03-08T13:16:25.000Z | memory/structs/vector.h | ABCxFF/diepindepth | 498d68d4af6764632838bd9ab663ea1eadecb23f | [
"Apache-2.0"
] | 24 | 2021-03-16T11:09:11.000Z | 2022-03-29T05:46:14.000Z | /*
Vectors store elements of data efficiently(?).
Vectors are 12 bytes of size
In Emscripten, Pointers are 32 bit.
*/
// Explains itself? Kind of a standard way of storing data, but this is its format in emscripten compiled binaries
struct vector {
void* start; // Points to the start of the elemen... | 33.6875 | 114 | 0.695733 | [
"vector"
] |
c3a6ef114c47d22e343fa2f3073fb5fbcaf7a5cd | 30,934 | c | C | renderer/r_alias.c | AimHere/thirty-flights-of-linux | cd154b82e1e61535f01445ca46f38b36499a4ca4 | [
"Libpng",
"Zlib"
] | 3 | 2019-02-23T22:38:55.000Z | 2020-03-16T14:08:19.000Z | renderer/r_alias.c | AimHere/thirty-flights-of-linux | cd154b82e1e61535f01445ca46f38b36499a4ca4 | [
"Libpng",
"Zlib"
] | null | null | null | renderer/r_alias.c | AimHere/thirty-flights-of-linux | cd154b82e1e61535f01445ca46f38b36499a4ca4 | [
"Libpng",
"Zlib"
] | null | null | null | /*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distribut... | 29.432921 | 148 | 0.639684 | [
"mesh",
"render",
"vector",
"model"
] |
c3ab5e044f0d9b187991f11b6dcd591759ba63cb | 4,835 | h | C | mac/pyobjc-core/Modules/objc/objc-class.h | albertz/music-player | d23586f5bf657cbaea8147223be7814d117ae73d | [
"BSD-2-Clause"
] | 132 | 2015-01-01T10:02:42.000Z | 2022-03-09T12:51:01.000Z | mac/pyobjc-core/Modules/objc/objc-class.h | mba811/music-player | 7998986b34cfda2244ef622adefb839331b81a81 | [
"BSD-2-Clause"
] | 6 | 2015-01-06T08:23:19.000Z | 2019-03-14T12:22:06.000Z | mac/pyobjc-core/Modules/objc/objc-class.h | mba811/music-player | 7998986b34cfda2244ef622adefb839331b81a81 | [
"BSD-2-Clause"
] | 27 | 2015-02-23T11:51:43.000Z | 2022-03-07T02:34:18.000Z | #ifndef PyObjC_OBJC_CLASS_H
#define PyObjC_OBJC_CLASS_H
/*!
* @header objc-class.m
* @abstract Definition of the wrapper for Objective-C classes
* @discussion
* This module implements the wrappers for Objective-C classes, included
* subclasses defined in Python.
*
* The class-wrapper maintains a full __dict... | 39.631148 | 101 | 0.75636 | [
"object"
] |
0f09d1e3932ee6bda30c248a442d2e28a166367a | 15,405 | c | C | yametrica/src/cjson/cjson.c | indiesoftby/defold-yametrica | 9de909711253cfa05ba556cf35a565021b72ba44 | [
"MIT"
] | 7 | 2022-01-12T08:43:06.000Z | 2022-01-20T13:10:28.000Z | yametrica/src/cjson/cjson.c | indiesoftby/defold-yametrica | 9de909711253cfa05ba556cf35a565021b72ba44 | [
"MIT"
] | null | null | null | yametrica/src/cjson/cjson.c | indiesoftby/defold-yametrica | 9de909711253cfa05ba556cf35a565021b72ba44 | [
"MIT"
] | null | null | null | //
// Based on the fork by Melsoft Games: https://github.com/Melsoft-Games/defold-cjson
// Now it has only JSON encoding routines.
//
#ifdef _MSC_VER
//not #if defined(_WIN32) || defined(_WIN64) because we have strncasecmp in mingw
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif
#include... | 29.796905 | 116 | 0.610581 | [
"object"
] |
0f0ecbee5f63d6e1c7ae5613b38448d62e3f79b8 | 24,330 | c | C | industry/foc/fixed16/foc_align.c | normanr/incubator-nuttx-apps | b5128c401f5c65f44298f46c3887d6bb57bfb90b | [
"Apache-2.0"
] | 132 | 2019-12-17T23:45:42.000Z | 2022-03-30T11:58:30.000Z | industry/foc/fixed16/foc_align.c | normanr/incubator-nuttx-apps | b5128c401f5c65f44298f46c3887d6bb57bfb90b | [
"Apache-2.0"
] | 443 | 2020-01-01T03:06:24.000Z | 2022-03-31T08:57:35.000Z | industry/foc/fixed16/foc_align.c | normanr/incubator-nuttx-apps | b5128c401f5c65f44298f46c3887d6bb57bfb90b | [
"Apache-2.0"
] | 232 | 2019-12-21T10:18:12.000Z | 2022-03-30T07:42:13.000Z | /****************************************************************************
* apps/industry/foc/fixed16/foc_align.c
* This file implements angle sensor alignment routine for fixed16
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distr... | 24.233068 | 78 | 0.511714 | [
"vector"
] |
0f168bfb715d9a5b62a1b65ad8ab49a0c7a24fba | 2,849 | c | C | Codes/aiv2008/leetcode337-house-robber-3/house-robber-3.c | aiv2008/algorithm | ecee5b76af52d9ad55b7fb9cf706be25c76772c1 | [
"Apache-2.0"
] | null | null | null | Codes/aiv2008/leetcode337-house-robber-3/house-robber-3.c | aiv2008/algorithm | ecee5b76af52d9ad55b7fb9cf706be25c76772c1 | [
"Apache-2.0"
] | null | null | null | Codes/aiv2008/leetcode337-house-robber-3/house-robber-3.c | aiv2008/algorithm | ecee5b76af52d9ad55b7fb9cf706be25c76772c1 | [
"Apache-2.0"
] | null | null | null | #include<stdio.h>
#include<stdlib.h>
#include "../common/vector.h"
#include "../common/tree.h"
/**
typedef struct {
int val;
struct TreeNode *left;
struct TreeNode *right;
} TreeNode;
**/
typedef struct{
char* val;
struct StackNode* next;
} StackNode;
typedef struct{
struct StackNode* top;
struct StackNode* ... | 21.748092 | 170 | 0.610741 | [
"vector"
] |
0f2a19b7f93968095d5b80619257d543f22d6fff | 2,825 | h | C | src/game/client/hltvcamera.h | cstom4994/SourceEngineRebuild | edfd7f8ce8af13e9d23586318350319a2e193c08 | [
"MIT"
] | 6 | 2022-01-23T09:40:33.000Z | 2022-03-20T20:53:25.000Z | src/game/client/hltvcamera.h | cstom4994/SourceEngineRebuild | edfd7f8ce8af13e9d23586318350319a2e193c08 | [
"MIT"
] | null | null | null | src/game/client/hltvcamera.h | cstom4994/SourceEngineRebuild | edfd7f8ce8af13e9d23586318350319a2e193c08 | [
"MIT"
] | 1 | 2022-02-06T21:05:23.000Z | 2022-02-06T21:05:23.000Z | //========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef HLTVCAMERA_H
#define HLTVCAMERA_H
#ifdef _WIN32
#pragma once
#endif
#include "GameEventListener.h"
class C_HLTVCamera : CGameEvent... | 27.696078 | 89 | 0.690973 | [
"vector"
] |
0f3f76aa9d9ea8228965c90c9c8f28bbe98443f9 | 4,339 | h | C | src/ThreadedOutputManagerImplementationBase.h | wilseypa/warped | 8842cf88b11213b6b69e53de5e969c4e3c2c8bd5 | [
"MIT"
] | 12 | 2015-03-13T09:58:25.000Z | 2021-09-23T11:48:42.000Z | src/ThreadedOutputManagerImplementationBase.h | wilseypa/warped | 8842cf88b11213b6b69e53de5e969c4e3c2c8bd5 | [
"MIT"
] | 1 | 2015-12-09T05:21:44.000Z | 2015-12-17T19:37:12.000Z | src/ThreadedOutputManagerImplementationBase.h | wilseypa/warped | 8842cf88b11213b6b69e53de5e969c4e3c2c8bd5 | [
"MIT"
] | null | null | null | #ifndef THREADEDOUTPUTMANAGERIMPLEMENTATIONBASE_H_
#define THREADEDOUTPUTMANAGERIMPLEMENTATIONBASE_H_
#include <fstream> // for ofstream
#include <set> // for multiset
#include <vector> // for vector
#include "ObjectID.h" // for Ob... | 33.635659 | 107 | 0.704771 | [
"object",
"vector"
] |
0f46e604d42719b9a1673f62273ac266327b3844 | 524 | h | C | pathtrace/fast_rand.h | kiwixz/pathtracer | 62fbcee37ec6a60762061e430b9421a0177dde70 | [
"MIT"
] | 1 | 2019-04-08T07:59:26.000Z | 2019-04-08T07:59:26.000Z | pathtrace/fast_rand.h | kiwixz/pathtracer | 62fbcee37ec6a60762061e430b9421a0177dde70 | [
"MIT"
] | null | null | null | pathtrace/fast_rand.h | kiwixz/pathtracer | 62fbcee37ec6a60762061e430b9421a0177dde70 | [
"MIT"
] | null | null | null | #pragma once
#include <glm/vec3.hpp>
#include <random>
namespace pathtrace {
class FastRand {
public:
FastRand();
/// returns a number in [0; 1)
double operator()();
/// returns a number in [0; max)
double operator()(double max);
/// returns a number in [min;... | 19.407407 | 50 | 0.561069 | [
"vector"
] |
0f4f21b4cf9beb27b04c108403f85add1516c7d9 | 21,336 | h | C | DXLProServo.h | SOKamal213/DXLProM42Control | b89cd536f43410d146cddda1fa3f2f5cf48cbced | [
"Apache-2.0"
] | null | null | null | DXLProServo.h | SOKamal213/DXLProM42Control | b89cd536f43410d146cddda1fa3f2f5cf48cbced | [
"Apache-2.0"
] | null | null | null | DXLProServo.h | SOKamal213/DXLProM42Control | b89cd536f43410d146cddda1fa3f2f5cf48cbced | [
"Apache-2.0"
] | null | null | null | #pragma once
/*///////////////////////////////////////////////////////////////////////////////
Created by: Sayyed Omar Kamal
Date: 8 June 2018
For Dynamixel Pro servos, based on MX-64 servo control. Basic C++ function calls working properly in Linux.
*//////////////////////////////////////////////////////////... | 50.679335 | 257 | 0.664276 | [
"vector"
] |
0f57b25a5c5dc5e60d448253fccc8565485b1580 | 1,732 | h | C | source/EMath.h | Kair0z/Custom-Rasterizer | f83c636c29b85e12cc3c1c85b25a0bc2da2eaf84 | [
"MIT"
] | null | null | null | source/EMath.h | Kair0z/Custom-Rasterizer | f83c636c29b85e12cc3c1c85b25a0bc2da2eaf84 | [
"MIT"
] | null | null | null | source/EMath.h | Kair0z/Custom-Rasterizer | f83c636c29b85e12cc3c1c85b25a0bc2da2eaf84 | [
"MIT"
] | null | null | null | /*=============================================================================*/
// Copyright 2019 Elite Engine 2.0
// Authors: Matthieu Delaere
/*=============================================================================*/
// EMath.h: General Math header that includes all math types and utilities
/*===============... | 28.866667 | 81 | 0.582564 | [
"vector"
] |
0f6508d076d1e03db526411c556a7cc8137fb0ba | 23,249 | h | C | cpp/client-lite/headers/DataManager.h | CodeApprenticeRai/newt | 0e07a87aa6b8d4b238c1a9fd3fef363133866c57 | [
"Apache-2.0"
] | 1 | 2021-06-21T12:23:55.000Z | 2021-06-21T12:23:55.000Z | cpp/client-lite/headers/DataManager.h | CodeApprenticeRai/newt | 0e07a87aa6b8d4b238c1a9fd3fef363133866c57 | [
"Apache-2.0"
] | null | null | null | cpp/client-lite/headers/DataManager.h | CodeApprenticeRai/newt | 0e07a87aa6b8d4b238c1a9fd3fef363133866c57 | [
"Apache-2.0"
] | 6 | 2019-10-17T21:16:21.000Z | 2020-10-19T08:27:01.000Z | #ifndef _DATAMANAGER_H_
#define _DATAMANAGER_H_
#include <vector>
#include <deque>
#include <ext/hash_map>
#include <algorithm>
#include <cstdio>
#include <Common/MktEnums.h>
#include "Client/lib2/CIndex.h"
#include <holiday2/Holiday.h>
#include <holiday2/HolidaySet.h>
#include <Client/lib3/ordermanagement/common/O... | 38.113115 | 170 | 0.593875 | [
"object",
"vector"
] |
0f677d4301f32e56da63bd018d769d9554ae41c7 | 6,226 | h | C | bs_mtx/src/py_dens.h | bs-eagle/bs-eagle | b1017a4f6ac2dcafba2deafec84052ddde792671 | [
"BSD-3-Clause"
] | 7 | 2015-07-16T22:30:36.000Z | 2020-02-06T10:16:42.000Z | bs_mtx/src/py_dens.h | bs-eagle/bs-eagle | b1017a4f6ac2dcafba2deafec84052ddde792671 | [
"BSD-3-Clause"
] | null | null | null | bs_mtx/src/py_dens.h | bs-eagle/bs-eagle | b1017a4f6ac2dcafba2deafec84052ddde792671 | [
"BSD-3-Clause"
] | 3 | 2017-01-05T20:06:28.000Z | 2021-12-20T16:19:10.000Z | /**
* @file py_dens.h
* @brief Python interface for dens_matrix
* @date 2009-12-09
*/
#ifndef __PY_DENS_H
#define __PY_DENS_H
#include "dens_matrix_iface.h"
#include "dens_matrix.h"
#include "dens_matrix_tools.h"
#include "py_matrix_iface.h"
#include BS_FORCE_PLUGIN_IMPORT ()
#include "dummy_base.h"
#include "c... | 51.454545 | 144 | 0.527305 | [
"vector"
] |
0f6e7d323d5d0e079c19dc233ef55dc7f6abf84a | 13,002 | h | C | src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h | grinisrit/tnl-dev | 4403b2dca895e2c32636395d6f1c1210c7afcefd | [
"MIT"
] | null | null | null | src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h | grinisrit/tnl-dev | 4403b2dca895e2c32636395d6f1c1210c7afcefd | [
"MIT"
] | null | null | null | src/Benchmarks/SpMV/ReferenceFormats/Legacy/ChunkedEllpack.h | grinisrit/tnl-dev | 4403b2dca895e2c32636395d6f1c1210c7afcefd | [
"MIT"
] | null | null | null | /***
* Authors:
* Oberhuber Tomas, tomas.oberhuber@fjfi.cvut.cz
* Heller Martin
*
* The algorithm/method was published in:
* Heller M., Oberhuber T., Improved Row-grouped CSR Format for Storing of
* Sparse Matrices on GPU, Proceedings of Algoritmy 2012, 2012, Handlovičová A.,
* Minarechová Z. and Ševčovič D. (e... | 36.318436 | 115 | 0.621058 | [
"vector"
] |
66798f576b13165e0fc3f5f98127de7d623975d2 | 461 | h | C | kem/kem_hqc128_1/ref/hqc.h | scarv/pq-riscv | 7372af824abe4a71ca6745adc21ddcc57527b0b5 | [
"OpenSSL"
] | 1 | 2019-05-02T17:07:19.000Z | 2019-05-02T17:07:19.000Z | kem/kem_hqc128_1/ref/hqc.h | scarv/pq-riscv | 7372af824abe4a71ca6745adc21ddcc57527b0b5 | [
"OpenSSL"
] | null | null | null | kem/kem_hqc128_1/ref/hqc.h | scarv/pq-riscv | 7372af824abe4a71ca6745adc21ddcc57527b0b5 | [
"OpenSSL"
] | null | null | null | /**
* \file hqc.h
* \brief Functions of the HQC_PKE IND_CPA scheme
*/
#ifndef HQC_H
#define HQC_H
#include "parameters.h"
#include "vector.h"
#include "tensor.h"
#include "parsing.h"
#include "gf2x.h"
void hqc_pke_keygen(unsigned char* pk, unsigned char* sk);
void hqc_pke_encrypt(uint8_t* u, uint8_t* v, uint8_t* ... | 24.263158 | 104 | 0.724512 | [
"vector"
] |
6688234802da50ed5ea433a6742feb945e9e0820 | 7,435 | h | C | Plugins/EditorScriptingTools/Source/EditorScriptingTools/Private/EditorScriptingToolsCommon/LevelEditorToolBase.h | Ryan-DowlingSoka/UE4-EditorScriptingToolsPlugin | 999cee0465ce47e658c0e5403a1ea0909c84bf2d | [
"MIT"
] | null | null | null | Plugins/EditorScriptingTools/Source/EditorScriptingTools/Private/EditorScriptingToolsCommon/LevelEditorToolBase.h | Ryan-DowlingSoka/UE4-EditorScriptingToolsPlugin | 999cee0465ce47e658c0e5403a1ea0909c84bf2d | [
"MIT"
] | null | null | null | Plugins/EditorScriptingTools/Source/EditorScriptingTools/Private/EditorScriptingToolsCommon/LevelEditorToolBase.h | Ryan-DowlingSoka/UE4-EditorScriptingToolsPlugin | 999cee0465ce47e658c0e5403a1ea0909c84bf2d | [
"MIT"
] | null | null | null | //====================== Editor Scripting Tools ===========================//
// Copyright 2020 Elhoussine Mehnik (Mhousse1247). All Rights Reserved.
//====================== http://ue4resources.com/ ========================//
#pragma once
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/... | 64.094828 | 351 | 0.739341 | [
"object",
"transform"
] |
6690c8644f60dfa5b2a168b2d0b65673cfda9e4f | 436 | h | C | Include/ObjectFile.h | MohamedBakrAli/SIC-Assembler | d6d30974303f2e4ba9a680f43aeecce73ba48831 | [
"MIT"
] | null | null | null | Include/ObjectFile.h | MohamedBakrAli/SIC-Assembler | d6d30974303f2e4ba9a680f43aeecce73ba48831 | [
"MIT"
] | null | null | null | Include/ObjectFile.h | MohamedBakrAli/SIC-Assembler | d6d30974303f2e4ba9a680f43aeecce73ba48831 | [
"MIT"
] | null | null | null | #ifndef OBJECTFILE_H
#define OBJECTFILE_H
#include <string>
#include <vector>
#include <fstream>
using namespace std;
class ObjectFile
{
public:
ObjectFile();
void WriteFile(long progStart,long progLength,string progEnd,
ofstream &objectfileAddress, vector<string>... | 21.8 | 89 | 0.644495 | [
"vector"
] |
66a921537f75461a9373aa007c2481195419fdb6 | 939 | h | C | OpenShop/BFJSONSerializing.h | aequasi/openshop.io-ios | 88b8285fb9a76266068d9f7fecb43eeca19959c2 | [
"MIT"
] | 418 | 2016-03-22T07:50:49.000Z | 2022-03-04T21:47:50.000Z | OpenShop/BFJSONSerializing.h | aequasi/openshop.io-ios | 88b8285fb9a76266068d9f7fecb43eeca19959c2 | [
"MIT"
] | 26 | 2016-05-24T11:50:45.000Z | 2019-03-03T07:50:04.000Z | OpenShop/BFJSONSerializing.h | aequasi/openshop.io-ios | 88b8285fb9a76266068d9f7fecb43eeca19959c2 | [
"MIT"
] | 215 | 2016-04-24T17:08:31.000Z | 2022-02-15T01:50:31.000Z | //
// BFJSONSerializing.h
// OpenShop
//
// Created by Jirka Apps
// Copyright (c) 2015 Business Factory. All rights reserved.
//
#import "Mantle.h"
NS_ASSUME_NONNULL_BEGIN
/**
* `BFJSONSerializing` protocol extends `MTLJSONSerializing` protocol with method
* to parse a JSON dictionary into an existing model o... | 28.454545 | 125 | 0.735889 | [
"object",
"model"
] |
66aeca934ee441b84dbcfeb1e6b047313344b45e | 4,830 | h | C | liberty/include/liberty/CodeGen/Preprocess.h | PrincetonUniversity/cpf | 68c5b39c92b5eb37e416dd0cf59e575ee5ee2643 | [
"MIT"
] | 18 | 2020-08-14T21:19:59.000Z | 2022-02-22T12:43:52.000Z | liberty/include/liberty/CodeGen/Preprocess.h | PrincetonUniversity/cpf | 68c5b39c92b5eb37e416dd0cf59e575ee5ee2643 | [
"MIT"
] | 23 | 2020-08-17T21:04:36.000Z | 2022-03-02T19:29:27.000Z | liberty/include/liberty/CodeGen/Preprocess.h | PrincetonUniversity/cpf | 68c5b39c92b5eb37e416dd0cf59e575ee5ee2643 | [
"MIT"
] | 2 | 2020-09-17T17:25:19.000Z | 2021-05-21T11:21:43.000Z | // Modifies the code before parallelization.
// - Duplicate functions so that there are
// no side entrances to the parallel region
// - Update the parallel region so that live-out
// register values are saved to a (private) memory
// object
// - Create a recovery function
#ifndef LLVM_LIBERTY_SPECPRIV_PREPROCESS... | 30.764331 | 81 | 0.736439 | [
"object",
"vector"
] |
66afe62e7103b52fe913b63dbf5448e3798ac8cd | 16,517 | c | C | v3d_main/common_lib/src_packages/mylib_tiff/hash.c | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 39 | 2015-05-10T23:23:03.000Z | 2022-01-26T01:31:30.000Z | v3d_main/common_lib/src_packages/mylib_tiff/hash.c | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 13 | 2016-03-04T05:29:23.000Z | 2021-02-07T01:11:10.000Z | v3d_main/common_lib/src_packages/mylib_tiff/hash.c | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 44 | 2015-11-11T07:30:59.000Z | 2021-12-26T16:41:21.000Z | /*****************************************************************************************\
* *
* Hash Table data abstraction. *
* ... | 30.530499 | 102 | 0.589756 | [
"object",
"vector"
] |
66b688fc50752df49186724d9e94663e5aa0d5a1 | 544 | h | C | src/copper/Operator/OpTable.h | all-in-one-of/CopperFX | 9a50b69a57ebd6aa578d12456e34d792a7c51916 | [
"Unlicense"
] | null | null | null | src/copper/Operator/OpTable.h | all-in-one-of/CopperFX | 9a50b69a57ebd6aa578d12456e34d792a7c51916 | [
"Unlicense"
] | null | null | null | src/copper/Operator/OpTable.h | all-in-one-of/CopperFX | 9a50b69a57ebd6aa578d12456e34d792a7c51916 | [
"Unlicense"
] | null | null | null | #ifndef OP_TABLE_H
#define OP_TABLE_H
#include <vector>
#include <unordered_map>
#include "copper/Plugin/AbstractFactory.h"
#include "copper/Operator/OpBase.h"
namespace copper {
class OpNodeTemplate;
class OpTable {
public:
void registerOpNodeTemplate(OpNodeTemplate *op_template);
OpNodeTemplate *getOpNodeT... | 20.923077 | 84 | 0.779412 | [
"vector"
] |
66d63b46c9df11a49889f9035ed6ded066c6536b | 1,326 | h | C | component/oai-smf/src/api-server/model/HsmfUpdatedData.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-smf/src/api-server/model/HsmfUpdatedData.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-smf/src/api-server/model/HsmfUpdatedData.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | /**
* Nsmf_PDUSession
* SMF PDU Session Service. © 2019, 3GPP Organizational Partners (ARIB, ATIS,
* CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
*
* The version of the OpenAPI document: 1.1.0.alpha-1
*
*
* NOTE: This class is auto generated by OpenAPI Generator
* (https://openapi-generator.tech). https:... | 21.047619 | 79 | 0.684012 | [
"model"
] |
66e86a693f2767db9c933c48795b796191a014b7 | 1,290 | h | C | Alchemy/Spell.h | Neko81795/CBREngine | 3ea100f09110d55fcbcadb23c246d47ed46c5121 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2015-08-30T00:26:45.000Z | 2015-11-13T05:58:30.000Z | Alchemy/Spell.h | Neko81795/CBREngine | 3ea100f09110d55fcbcadb23c246d47ed46c5121 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2015-11-25T06:28:13.000Z | 2015-11-25T06:30:32.000Z | Alchemy/Spell.h | Neko81795/CBREngine | 3ea100f09110d55fcbcadb23c246d47ed46c5121 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | #ifndef SpellClass_H
#define SpellClass_H
#include <string>
#include <string.h>
#include "SpellData.h"
using namespace std;
namespace alchemy
{
class Spell
{
public:
//////////////////////////////
//Constructors and Destructors
//////////////////////////////
Spell();
Spell(string str);
~Spell();
... | 19.253731 | 81 | 0.520155 | [
"vector"
] |
66ec8a3718cf751e88c859598d87adbcb1fb7ab9 | 2,795 | h | C | mcommon/math/rectstack.h | cmaughan/mgfx | 488453333f23b38b22ba06b984615a8069dadcbf | [
"MIT"
] | 36 | 2017-03-27T16:57:47.000Z | 2022-01-12T04:17:55.000Z | mcommon/math/rectstack.h | cmaughan/mgfx | 488453333f23b38b22ba06b984615a8069dadcbf | [
"MIT"
] | 5 | 2017-03-04T12:13:54.000Z | 2017-03-26T21:55:08.000Z | mcommon/math/rectstack.h | cmaughan/mgfx | 488453333f23b38b22ba06b984615a8069dadcbf | [
"MIT"
] | 7 | 2017-03-04T11:01:44.000Z | 2018-08-28T09:25:47.000Z | #pragma once
#include <vector>
#include <map>
namespace RectStackFlags
{
enum
{
FixedSize = (1 << 0)
};
}
struct RectStackItem
{
Rect4f rc; // Current position
float ratio; // Ratio
float fixedSize; // Preferred size
uint32_t flags; // Flags
std::sh... | 23.888889 | 85 | 0.442934 | [
"vector"
] |
66ecfce7b5ad9a778e5e854bc6f231cef6544069 | 174,590 | c | C | kernel/drivers/net/stack/xenomai-3.0.5/kernel/drivers/net/drivers/experimental/e1000/e1000_main.c | oPiZiL/xenomai-deb | 2d0ba1c0b19e482c3f77a80d08d7e34ff4a2f604 | [
"Apache-2.0"
] | 1 | 2019-10-12T01:38:30.000Z | 2019-10-12T01:38:30.000Z | kernel/drivers/net/stack/xenomai-3.0.5/kernel/drivers/net/drivers/experimental/e1000/e1000_main.c | oPiZiL/xenomai-deb | 2d0ba1c0b19e482c3f77a80d08d7e34ff4a2f604 | [
"Apache-2.0"
] | null | null | null | kernel/drivers/net/stack/xenomai-3.0.5/kernel/drivers/net/drivers/experimental/e1000/e1000_main.c | oPiZiL/xenomai-deb | 2d0ba1c0b19e482c3f77a80d08d7e34ff4a2f604 | [
"Apache-2.0"
] | null | null | null | /*******************************************************************************
Intel PRO/1000 Linux driver
Copyright(c) 1999 - 2008 Intel Corporation.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as pub... | 29.069264 | 85 | 0.71334 | [
"vector",
"model"
] |
5861522ac3bdf2ad301d1be53731efed908edc58 | 5,161 | h | C | cdn/include/tencentcloud/cdn/v20180606/model/ScdnTopData.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | cdn/include/tencentcloud/cdn/v20180606/model/ScdnTopData.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | cdn/include/tencentcloud/cdn/v20180606/model/ScdnTopData.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 28 | 2019-07-12T09:06:22.000Z | 2022-03-30T08:04:18.000Z | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | 28.994382 | 116 | 0.391397 | [
"vector",
"model"
] |
58661546cb2c5b45fe16dc34226fe1bd76a2255b | 9,919 | h | C | src/api/libcellml/analyserequationast.h | nickerso/libcellml | 9fe5ecabc3e63c49d5ee8539ed2c8ce572a9712a | [
"Apache-2.0"
] | 1 | 2021-02-15T01:09:04.000Z | 2021-02-15T01:09:04.000Z | src/api/libcellml/analyserequationast.h | nickerso/libcellml | 9fe5ecabc3e63c49d5ee8539ed2c8ce572a9712a | [
"Apache-2.0"
] | 8 | 2019-09-01T23:37:50.000Z | 2021-05-27T21:20:34.000Z | src/api/libcellml/analyserequationast.h | nickerso/libcellml | 9fe5ecabc3e63c49d5ee8539ed2c8ce572a9712a | [
"Apache-2.0"
] | 1 | 2022-02-04T06:11:40.000Z | 2022-02-04T06:11:40.000Z | /*
Copyright libCellML Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwa... | 27.940845 | 108 | 0.592701 | [
"object",
"model"
] |
586eb0d62d7aab019295a3b95823208d443ef751 | 7,309 | c | C | web/JsResponse.c | Sc-Softs/Multi-Threading-JS-Engine | 3f58ae7c2098b2084a71281d9c911510ae6e0c48 | [
"MIT"
] | null | null | null | web/JsResponse.c | Sc-Softs/Multi-Threading-JS-Engine | 3f58ae7c2098b2084a71281d9c911510ae6e0c48 | [
"MIT"
] | null | null | null | web/JsResponse.c | Sc-Softs/Multi-Threading-JS-Engine | 3f58ae7c2098b2084a71281d9c911510ae6e0c48 | [
"MIT"
] | null | null | null | #include"JsObject.h"
#include"JsContext.h"
#include"JsEngine.h"
#include"JsVm.h"
#include"JsList.h"
#include"JsValue.h"
#include"JsSys.h"
#include"JsDebug.h"
#include"JsException.h"
#include"JsAst.h"
#include"JsParser.h"
#include"JsEval.h"
#include"JsWeb.h"
#include<stdlib.h>
#include<stdio.h>
#include<string.h>
#inclu... | 29.591093 | 125 | 0.702695 | [
"object"
] |
58995cbe142059804e67ed50d8d41f79e1b9952e | 8,999 | h | C | Pod/Classes/Model/SKSession.h | ThePantsThief/SnapchatKit | 6c478cb08bc7211d2ccac02c368d92dc7bbbe50e | [
"MIT"
] | 111 | 2015-05-24T11:28:48.000Z | 2017-03-03T01:25:14.000Z | Pod/Classes/Model/SKSession.h | ThePantsThief/SnapchatKit | 6c478cb08bc7211d2ccac02c368d92dc7bbbe50e | [
"MIT"
] | 29 | 2015-06-19T11:05:52.000Z | 2017-02-26T23:35:48.000Z | Pod/Classes/Model/SKSession.h | ThePantsThief/SnapchatKit | 6c478cb08bc7211d2ccac02c368d92dc7bbbe50e | [
"MIT"
] | 28 | 2015-06-25T23:07:10.000Z | 2016-12-29T08:59:21.000Z | //
// SKSession.h
// SnapchatKit
//
// Created by Tanner Bennett on 5/18/15.
// Copyright (c) 2015 Tanner Bennett. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreGraphics/CGBase.h>
#import "SKThing.h"
@class SKMessage, SKConversation, SKSimpleUser, SKUser, SKAddedFriend, SKStoryCollection... | 43.684466 | 168 | 0.762307 | [
"object"
] |
589ca783c9cd1f531e4e28df69a59947b8815f09 | 12,721 | h | C | Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.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/PhysicsEngine/PhysicsConstraintComponent.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "PhysicsEngine/ConstraintInstance.h"
#include "PhysicsConstraintComponent.generated.h"
/** Dynamic delegate to use by components that want to route the broken-event into blueprints */
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FConstra... | 45.432143 | 203 | 0.800959 | [
"transform"
] |
58a24679f6aad435eb7d6334d6c73b1c43e3203e | 42,962 | h | C | src/SharedLibrary/IntegrationTests/GeneratedCode/SharedLibraryTests_L2NormalizeFeaturizer.h | Bhaskers-Blu-Org2/FeaturizersLibrary | 229ae38ea233bfb02a6ff92ec3a67c1751c58005 | [
"MIT"
] | 15 | 2019-12-14T07:54:18.000Z | 2021-03-14T14:53:28.000Z | src/SharedLibrary/IntegrationTests/GeneratedCode/SharedLibraryTests_L2NormalizeFeaturizer.h | Bhaskers-Blu-Org2/FeaturizersLibrary | 229ae38ea233bfb02a6ff92ec3a67c1751c58005 | [
"MIT"
] | 30 | 2019-12-03T20:58:56.000Z | 2020-04-21T23:34:39.000Z | src/SharedLibrary/IntegrationTests/GeneratedCode/SharedLibraryTests_L2NormalizeFeaturizer.h | microsoft/FeaturizersLibrary | 229ae38ea233bfb02a6ff92ec3a67c1751c58005 | [
"MIT"
] | 13 | 2020-01-23T00:18:47.000Z | 2021-10-04T17:46:45.000Z | /* ---------------------------------------------------------------------- */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* Licensed under the MIT License */
/* ---------------------------------------------------------------------- */
#pragma ... | 36.1633 | 161 | 0.653089 | [
"vector"
] |
58a6e862affeb85ef11dc7e49de3a05fb14472e3 | 6,884 | c | C | c2000/C2000Ware_1_00_06_00/driverlib/f2837xd/examples/dual/ram/ram_ex1_management_cpu2.c | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/driverlib/f2837xd/examples/dual/ram/ram_ex1_management_cpu2.c | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/driverlib/f2837xd/examples/dual/ram/ram_ex1_management_cpu2.c | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | //#############################################################################
//
// FILE: ram_ex1_management_cpu2.c
//
// TITLE: RAM Management Example (CPU2)
//
// This example shows how to assign shared RAM for use by both the CPU2 and
// CPU1 core.
//
// Shared RAM regions are defined in both the CPU2 and CPU1 ... | 27.536 | 79 | 0.662696 | [
"vector"
] |
58adab374e41a6f15432236e18b271dc8d547096 | 8,422 | c | C | jsrc/am1.c | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 4 | 2022-01-19T04:23:49.000Z | 2022-03-28T18:55:38.000Z | jsrc/am1.c | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 15 | 2022-02-28T13:09:29.000Z | 2022-03-11T01:15:39.000Z | jsrc/am1.c | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 2 | 2022-01-29T13:26:27.000Z | 2022-02-23T02:43:31.000Z | /* Copyright 1990-2006, Jsoftware Inc. All rights reserved. */
/* Licensed use only. Any other use is in violation of copyright. */
/* */
/* Adverbs: a ind}z for sparse z & ind is box a0;a1;a2;... or integer */
/* am1... | 39.914692 | 111 | 0.542389 | [
"shape"
] |
58bbd9a83e2e1b95fe5541c1545283cac8363fde | 476 | h | C | Solution/PhoenixEngine/Source/Utility/Misc/StaticObject.h | rohunb/PhoenixEngine | 4d21f9000c2e0c553c398785e8cebff1bc190a8c | [
"MIT"
] | 2 | 2017-11-09T20:05:36.000Z | 2018-07-05T00:55:01.000Z | Solution/PhoenixEngine/Source/Utility/Misc/StaticObject.h | rohunb/PhoenixEngine | 4d21f9000c2e0c553c398785e8cebff1bc190a8c | [
"MIT"
] | null | null | null | Solution/PhoenixEngine/Source/Utility/Misc/StaticObject.h | rohunb/PhoenixEngine | 4d21f9000c2e0c553c398785e8cebff1bc190a8c | [
"MIT"
] | null | null | null | #ifndef PHOENIX_STATIC_OBJECT_H
#define PHOENIX_STATIC_OBJECT_H
/*! \brief Adds a static instance of the class that can be retrieved.
*
* @desc This can be used in the form of Class::GetStaticObject().
* @warning This is a single object that can be accessed from any thread.
*/
#define F_AddStaticObjectToClass(Type) \
... | 25.052632 | 72 | 0.69958 | [
"object"
] |
58c37198ee2b67bfedf1eab0d40fa330ffbe8d28 | 14,346 | h | C | sgf/3.0/headers/Gamecore/sprite/DrawRle.h | rasputtim/SGPacMan | b0fd33f0951a42625a391383b4d1bd378391493c | [
"BSD-2-Clause"
] | null | null | null | sgf/3.0/headers/Gamecore/sprite/DrawRle.h | rasputtim/SGPacMan | b0fd33f0951a42625a391383b4d1bd378391493c | [
"BSD-2-Clause"
] | null | null | null | sgf/3.0/headers/Gamecore/sprite/DrawRle.h | rasputtim/SGPacMan | b0fd33f0951a42625a391383b4d1bd378391493c | [
"BSD-2-Clause"
] | null | null | null | // At this point the following methods should be defined:
// METHODNAME: The name of the drawing method
// METHODNAME_FLIPT: The name of the flipped drawing method
// PIXEL_PTR: type of pointer to the target surface pixels
// PUT_PIXEL(p,c): Draw pixel of color c to pixel ptr type p
// PITCH: This added to PIXEL_PTR t... | 19.706044 | 115 | 0.484944 | [
"solid"
] |
58e419a6308d819aeb161a162b8327d6052da0ec | 7,892 | h | C | include/pr/app/skybox.h | psryland/rylogic_code | f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b | [
"CNRI-Python"
] | 2 | 2020-11-11T16:19:04.000Z | 2021-01-19T01:53:29.000Z | include/pr/app/skybox.h | psryland/rylogic_code | f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b | [
"CNRI-Python"
] | 1 | 2020-07-27T09:00:21.000Z | 2020-07-27T10:58:10.000Z | include/pr/app/skybox.h | psryland/rylogic_code | f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b | [
"CNRI-Python"
] | 1 | 2021-04-04T01:39:55.000Z | 2021-04-04T01:39:55.000Z | //*****************************************************************************************
// Application Framework
// Copyright (c) Rylogic Ltd 2012
//*****************************************************************************************
#pragma once
#include "pr/app/forward.h"
namespace pr::app
{
// A... | 38.876847 | 126 | 0.554866 | [
"render",
"shape",
"vector",
"model",
"transform"
] |
58e7ed7a954b4e59b0a2e87ecc0a7e116fac9205 | 6,182 | c | C | src/index_helpers.c | OpenNWP/geos95 | b97fa8764c19085186bd2d0308b663b497389eda | [
"MIT"
] | 1 | 2021-08-01T16:28:24.000Z | 2021-08-01T16:28:24.000Z | src/index_helpers.c | OpenNWP/geos95 | b97fa8764c19085186bd2d0308b663b497389eda | [
"MIT"
] | null | null | null | src/index_helpers.c | OpenNWP/geos95 | b97fa8764c19085186bd2d0308b663b497389eda | [
"MIT"
] | null | null | null | /*
This source file is part of the geos95 library, which is released under the MIT license.
Github repository: https://github.com/OpenNWP/geos95
*/
/*
This file contains helper functions concerned with simple algebraic operations on vectors.
*/
#include <math.h>
#include "../include/geos95.h"
int flinspace(double in... | 22.157706 | 134 | 0.598512 | [
"vector"
] |
95aa2ed884645f1817c65ddc2a748156db2a8a3e | 44,721 | c | C | Plugins/MaxQ/Source/ThirdParty/CSpice_Library/cspice/src/cspice/term_pl02.c | gamergenic/Spaceflight-Toolkit-For-Unreal-Engine-5 | 11d81127dd296595bca30cb1565ff3b813210230 | [
"MIT"
] | 6 | 2022-01-21T19:58:08.000Z | 2022-03-28T12:32:24.000Z | Plugins/MaxQ/Source/ThirdParty/CSpice_Library/cspice/src/cspice/term_pl02.c | gamergenic/Spaceflight-Toolkit-For-Unreal-Engine-5 | 11d81127dd296595bca30cb1565ff3b813210230 | [
"MIT"
] | null | null | null | Plugins/MaxQ/Source/ThirdParty/CSpice_Library/cspice/src/cspice/term_pl02.c | gamergenic/Spaceflight-Toolkit-For-Unreal-Engine-5 | 11d81127dd296595bca30cb1565ff3b813210230 | [
"MIT"
] | 4 | 2022-02-12T10:01:40.000Z | 2022-03-28T14:28:52.000Z | /*
-Procedure term_pl02 ( Terminator using DSK type 2 plate model )
-Abstract
Deprecated: This routine has been superseded by the CSPICE routine
termpt_c. This routine is supported for purposes of backward
compatibility only.
Compute a set of points on the umbral or penumbral terminator of a
specifie... | 37.454774 | 79 | 0.554281 | [
"geometry",
"object",
"shape",
"vector",
"model"
] |
95bbf436aedabd4befa32ed0b73bcfc2b6ffb746 | 2,285 | h | C | src/algebra/algebra.h | zhaowenlan1779/prometry | 8c66a643f4b0de475b8fbcd30a1f14bc35f8c96d | [
"MIT"
] | null | null | null | src/algebra/algebra.h | zhaowenlan1779/prometry | 8c66a643f4b0de475b8fbcd30a1f14bc35f8c96d | [
"MIT"
] | null | null | null | src/algebra/algebra.h | zhaowenlan1779/prometry | 8c66a643f4b0de475b8fbcd30a1f14bc35f8c96d | [
"MIT"
] | null | null | null | // Copyright 2019 Zhupengfei and others
// Licensed under the MIT License.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHOR... | 32.183099 | 99 | 0.701969 | [
"vector",
"transform"
] |
95c6b8c2686645240f27f68fd9001f50abcba0ff | 9,660 | h | C | modules/synApps_5_6/support/motor-6-7/motorApp/HytecSrc/HytecMotorDriver.h | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | modules/synApps_5_6/support/motor-6-7/motorApp/HytecSrc/HytecMotorDriver.h | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | modules/synApps_5_6/support/motor-6-7/motorApp/HytecSrc/HytecMotorDriver.h | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | /********************************************************************************/
/* H H Y Y TTTTT EEEEE CCC HYTEC ELECTRONICS LTD */
/* H H Y Y T E C 5 Cradock Road, */
/* HHHHH Y T EEE C Reading, Berks. Tel: 0118 9... | 43.318386 | 136 | 0.555694 | [
"vector",
"model"
] |
95c8819e198b59d5bf5e61ce48ec5311222acb9f | 979 | h | C | Include/KAI/Core/DotGraph.h | cschladetsch/KAI | b7078bc73817f0f76805c9330dbaf45584d86a22 | [
"MIT"
] | 13 | 2015-07-23T08:45:31.000Z | 2019-10-10T23:56:00.000Z | Include/KAI/Core/DotGraph.h | cschladetsch/KAI | b7078bc73817f0f76805c9330dbaf45584d86a22 | [
"MIT"
] | 16 | 2016-02-06T12:54:45.000Z | 2020-10-30T14:23:35.000Z | Include/KAI/Core/DotGraph.h | cschladetsch/KAI | b7078bc73817f0f76805c9330dbaf45584d86a22 | [
"MIT"
] | 4 | 2017-02-27T22:24:19.000Z | 2018-12-09T17:54:07.000Z | #pragma once
#include <KAI/Core/Base.h>
// TODO: remove this and have DotGraph use Pimpl
// not very important as few things include this file.
#include <set>
KAI_BEGIN
// Generates GraphViz script showing the depedancy graph given an object _root
struct DotGraph : StringStream
{
private:
std::set<Label> exclud... | 21.282609 | 78 | 0.694586 | [
"object"
] |
95cb2fad07344674fcadc9524d959ae18bd36f7c | 2,194 | h | C | morpho5/geometry/field.h | ConduitDan/morpho | 9df2d652d9bc269ce0f8cdeb4d55cec51d95c2f9 | [
"MIT"
] | 10 | 2021-09-18T14:44:14.000Z | 2022-03-26T11:41:50.000Z | morpho5/geometry/field.h | ConduitDan/morpho | 9df2d652d9bc269ce0f8cdeb4d55cec51d95c2f9 | [
"MIT"
] | 79 | 2021-10-05T17:33:19.000Z | 2022-03-31T16:06:10.000Z | morpho5/geometry/field.h | ConduitDan/morpho | 9df2d652d9bc269ce0f8cdeb4d55cec51d95c2f9 | [
"MIT"
] | 2 | 2021-10-05T16:56:16.000Z | 2021-10-31T19:55:27.000Z | /** @file field.h
* @author T J Atherton
*
* @brief Fields
*/
#ifndef field_h
#define field_h
#include "object.h"
#include "mesh.h"
#include <stdio.h>
#define FIELD_CLASSNAME "Field"
#define FIELD_GRADEOPTION "grade"
#define FIELD_OP_METHOD "op"
#define FIELD_SHAPE_METHOD "shape"
#define FIELD_MESH_MET... | 37.186441 | 160 | 0.705105 | [
"mesh",
"object",
"shape"
] |
95d09e6e53b72c46f2d0fc850f72c094e97847d9 | 9,084 | c | C | sys/container/hashset.c | krial057/Firedrake | c75687616e637a3d1095dbf1eb90ebec257046a2 | [
"MIT"
] | null | null | null | sys/container/hashset.c | krial057/Firedrake | c75687616e637a3d1095dbf1eb90ebec257046a2 | [
"MIT"
] | null | null | null | sys/container/hashset.c | krial057/Firedrake | c75687616e637a3d1095dbf1eb90ebec257046a2 | [
"MIT"
] | null | null | null | //
// hashset.c
// Firedrake
//
// Created by Sidney Just
// Copyright (c) 2013 by Sidney Just
// 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 li... | 21.995157 | 151 | 0.687803 | [
"object"
] |
95d1196b06707bbd2b3d8d681c111c87de40c4fd | 1,934 | h | C | src/filters/MultixFilter.h | PlaymodesStudio/ofxPlaymodes2017 | 13ed5a77f75fa4c48f47d4e38ac10a5f085c7b31 | [
"MIT"
] | null | null | null | src/filters/MultixFilter.h | PlaymodesStudio/ofxPlaymodes2017 | 13ed5a77f75fa4c48f47d4e38ac10a5f085c7b31 | [
"MIT"
] | 1 | 2019-05-03T11:35:22.000Z | 2019-05-03T23:22:58.000Z | src/filters/MultixFilter.h | PlaymodesStudio/ofxPlaymodes2017 | 13ed5a77f75fa4c48f47d4e38ac10a5f085c7b31 | [
"MIT"
] | null | null | null | /*
* AudioFrame.h
*
* Created on: 09-oct-2008
* Author: arturo castro
*/
#ifndef MULTIXFILTER_H
#define MULTIXFILTER_H
#include "VideoBuffer.h"
#include "VideoHeader.h"
#include "VideoRenderer.h"
#include "ofMain.h"
namespace ofxPm{
class MultixFilter: public VideoSource
{
public:
MultixFilt... | 26.135135 | 84 | 0.601344 | [
"vector"
] |
95d7d6a4d6377e76fcfb2f1f5bfbd056505b59d2 | 20,315 | c | C | drivers/nble_curie/gap.c | CurieBSP/zephyr | f060e13c882066973948393c9c6102d282253697 | [
"Apache-2.0"
] | 6 | 2016-06-07T00:06:31.000Z | 2021-03-20T19:48:54.000Z | drivers/nble_curie/gap.c | CurieBSP/zephyr | f060e13c882066973948393c9c6102d282253697 | [
"Apache-2.0"
] | 2 | 2016-08-30T01:28:57.000Z | 2017-09-27T01:50:28.000Z | drivers/nble_curie/gap.c | CurieBSP/zephyr | f060e13c882066973948393c9c6102d282253697 | [
"Apache-2.0"
] | 5 | 2016-06-11T07:44:20.000Z | 2021-06-12T17:41:37.000Z | /*
* Copyright (c) 2016 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 22.672991 | 90 | 0.723406 | [
"object"
] |
95d9161f097a9630bd0a1b1c612fbece3bec72d0 | 26,277 | h | C | trunk/3rdparty/srt-1-fit/srtcore/common.h | attenuation/srs | 897d2104fb79c4fc1a89e3889645424c077535bd | [
"MIT"
] | 18,396 | 2015-11-11T09:36:37.000Z | 2022-03-31T23:31:51.000Z | trunk/3rdparty/srt-1-fit/srtcore/common.h | attenuation/srs | 897d2104fb79c4fc1a89e3889645424c077535bd | [
"MIT"
] | 2,471 | 2015-11-10T04:01:38.000Z | 2022-03-31T21:37:21.000Z | trunk/3rdparty/srt-1-fit/srtcore/common.h | attenuation/srs | 897d2104fb79c4fc1a89e3889645424c077535bd | [
"MIT"
] | 4,219 | 2015-11-10T12:17:34.000Z | 2022-03-31T10:41:43.000Z | /*
* SRT - Secure, Reliable, Transport
* Copyright (c) 2018 Haivision Systems Inc.
*
* 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/.
*
*/
/*******************... | 30.877791 | 137 | 0.644404 | [
"object"
] |
95d9bd3b032ddf8ad455a4e72db2418577506f99 | 5,768 | h | C | DriveFusion/DriveItemRelatedItem.h | JadeTheFlame/google-drive-shell-extension | 917ada8e1a173e43e637db980ac4b9976a34acf9 | [
"Apache-2.0"
] | 155 | 2015-03-25T22:09:37.000Z | 2022-03-07T14:51:31.000Z | DriveFusion/DriveItemRelatedItem.h | Jason-Cooke/google-drive-shell-extension | 917ada8e1a173e43e637db980ac4b9976a34acf9 | [
"Apache-2.0"
] | 13 | 2015-04-01T17:51:45.000Z | 2021-08-21T13:36:39.000Z | DriveFusion/DriveItemRelatedItem.h | Jason-Cooke/google-drive-shell-extension | 917ada8e1a173e43e637db980ac4b9976a34acf9 | [
"Apache-2.0"
] | 73 | 2015-03-26T02:21:54.000Z | 2022-03-26T10:22:46.000Z | /*
Copyright 2014 Google Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dist... | 49.299145 | 472 | 0.81432 | [
"object",
"model"
] |
95e9d4c4d8545597426aa8456b0f668335335d05 | 13,523 | h | C | printemps/model_component/constraint_proxy.h | snowberryfield/printemps | 53f14da11bfddc90a561be08f6bd73cf7df7399c | [
"MIT"
] | 16 | 2020-12-07T03:47:54.000Z | 2022-03-16T02:14:48.000Z | printemps/model_component/constraint_proxy.h | snowberryfield/printemps | 53f14da11bfddc90a561be08f6bd73cf7df7399c | [
"MIT"
] | 7 | 2020-05-03T06:14:32.000Z | 2020-08-16T08:56:04.000Z | printemps/model_component/constraint_proxy.h | snowberryfield/printemps | 53f14da11bfddc90a561be08f6bd73cf7df7399c | [
"MIT"
] | null | null | null | /*****************************************************************************/
// Copyright (c) 2020-2021 Yuji KOGUMA
// Released under the MIT license
// https://opensource.org/licenses/mit-license.php
/*****************************************************************************/
#ifndef PRINTEMPS_MODEL_COMPONENT_CO... | 41.35474 | 80 | 0.492198 | [
"vector"
] |
2538903b39d2bef2372b6c3d7106b120a6f102e3 | 1,110 | h | C | Rendering_Geometry/include/RenderingGeometryApp.h | JeffreyMJohnson/Graphics | fed524574c11281a2f0afe21ac6cc9d521930951 | [
"MIT"
] | null | null | null | Rendering_Geometry/include/RenderingGeometryApp.h | JeffreyMJohnson/Graphics | fed524574c11281a2f0afe21ac6cc9d521930951 | [
"MIT"
] | null | null | null | Rendering_Geometry/include/RenderingGeometryApp.h | JeffreyMJohnson/Graphics | fed524574c11281a2f0afe21ac6cc9d521930951 | [
"MIT"
] | null | null | null | #pragma once
#include "GameApp.h"
#include "FlyCamera.h"
#include "Keyboard.h"
#include "Shader.h"
using glm::vec3;
using glm::vec4;
using glm::mat4;
typedef unsigned int uint;
struct Vertex
{
vec4 position;
vec4 color;
};
class RenderingGeometryApp : public GameApp
{
public:
const int WINDOW_WIDTH = 1280;
c... | 20.181818 | 90 | 0.701802 | [
"geometry"
] |
253ae7a14020fae1a82c942b8dff05199c889872 | 783 | h | C | app42/libs/Shephertz_App42_iOS_API.framework/Versions/Current/Headers/PushNotification.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/PushNotification.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/PushNotification.h | saqsun/robovm-ios-bindings | dae85f2e573dbbc0973e40a730a22ce356f6a3c1 | [
"Apache-2.0"
] | 65 | 2015-01-11T23:53:12.000Z | 2021-11-08T06:25:36.000Z | //
// PushNotification.h
// PAE_iOS_SDK
//
// Created by shephertz technologies on 20/06/12.
// Copyright (c) 2012 ShephertzTechnology PVT LTD. All rights reserved.
//
#import "App42Response.h"
/**
*PushNotification class contain the member variables and allowed to be set and get.
*
*/
@interface PushNotifi... | 21.75 | 93 | 0.758621 | [
"object"
] |
d7a3f800bbfc4e939fae598f4af9a6b64f4438ee | 11,336 | h | C | source/ti/drivers/uart2/UART2CC26X2.h | nbrunner/coresdk_cc13xx_cc26xx | 5d8afb2241f7b79f4e830278cc04df7a1853a18e | [
"BSD-3-Clause"
] | null | null | null | source/ti/drivers/uart2/UART2CC26X2.h | nbrunner/coresdk_cc13xx_cc26xx | 5d8afb2241f7b79f4e830278cc04df7a1853a18e | [
"BSD-3-Clause"
] | null | null | null | source/ti/drivers/uart2/UART2CC26X2.h | nbrunner/coresdk_cc13xx_cc26xx | 5d8afb2241f7b79f4e830278cc04df7a1853a18e | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2019, Texas Instruments Incorporated
* 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... | 41.52381 | 84 | 0.648465 | [
"object",
"vector"
] |
d7a5af8a10feb64394eff093f06c83197b48357e | 772 | h | C | Project26_CoreData/Role+CoreDataProperties.h | hayasilin/30DaysOBJC | 3f4d20a1b7bee273a1d38ed615aaa161f4804fe6 | [
"MIT"
] | 18 | 2016-09-21T02:02:56.000Z | 2022-03-09T05:55:51.000Z | Project26_CoreData/Role+CoreDataProperties.h | hayasilin/30DaysOBJC | 3f4d20a1b7bee273a1d38ed615aaa161f4804fe6 | [
"MIT"
] | null | null | null | Project26_CoreData/Role+CoreDataProperties.h | hayasilin/30DaysOBJC | 3f4d20a1b7bee273a1d38ed615aaa161f4804fe6 | [
"MIT"
] | 5 | 2016-09-24T03:03:06.000Z | 2022-02-19T14:19:57.000Z | //
// Role+CoreDataProperties.h
// Stuff Manager
//
// Created by Kuan-Wei Lin on 9/27/15.
// Copyright © 2015 Kuan-Wei Lin. All rights reserved.
//
// Choose "Create NSManagedObject Subclass…" from the Core Data editor menu
// to delete and recreate this implementation file for your updated model.
//
#import "R... | 23.393939 | 76 | 0.737047 | [
"model"
] |
d7a665030352a87f4b96bd443eeec9cd21001964 | 30,032 | h | C | src/gui/NamedElementListController.h | xushengj/PrepPipe | c2497d2ef5529d52e00a3ac34908478908e0098c | [
"MIT"
] | null | null | null | src/gui/NamedElementListController.h | xushengj/PrepPipe | c2497d2ef5529d52e00a3ac34908478908e0098c | [
"MIT"
] | null | null | null | src/gui/NamedElementListController.h | xushengj/PrepPipe | c2497d2ef5529d52e00a3ac34908478908e0098c | [
"MIT"
] | null | null | null | #ifndef NAMEDELEMENTLISTCONTROLLER_H
#define NAMEDELEMENTLISTCONTROLLER_H
#include <QObject>
#include <QListWidget>
#include <QStackedWidget>
#include <QList>
#include <QHash>
#include <QMap>
#include <QStringList>
#include <QStringListModel>
#include <QAction>
#include <QMenu>
#include <QMessageBox>
#include <QInputD... | 43.211511 | 229 | 0.691396 | [
"object"
] |
d7a6b1be993d9c66f162ad3253b16d44d97ac0cf | 232 | h | C | GRMFixes/CarnageFatnessFix/Plugin_Header.h | ThielHater/GRMFixes_Union | 839745fbc009db532bb51de8baa0a19c45143ff2 | [
"MIT"
] | null | null | null | GRMFixes/CarnageFatnessFix/Plugin_Header.h | ThielHater/GRMFixes_Union | 839745fbc009db532bb51de8baa0a19c45143ff2 | [
"MIT"
] | null | null | null | GRMFixes/CarnageFatnessFix/Plugin_Header.h | ThielHater/GRMFixes_Union | 839745fbc009db532bb51de8baa0a19c45143ff2 | [
"MIT"
] | 1 | 2021-08-29T11:06:08.000Z | 2021-08-29T11:06:08.000Z | // Header file
// Multi-platform file can not have `#pragma once`!!!
namespace NAMESPACE
{
void SetEnabled();
struct GothicMemoryLocations
{
struct zCModel
{
static const int Render = 0x00560770;
};
};
} | 15.466667 | 54 | 0.642241 | [
"render"
] |
d7b5f1b99b05309592bbdc182004e0a82aa5cad5 | 2,269 | h | C | DNS/Decoders/DNSResourceRecordDecoder.h | victorgama/dns | 38c6887346102187681f1b660f4758bb77500d66 | [
"MIT"
] | 2 | 2021-05-06T08:19:16.000Z | 2021-05-17T09:25:11.000Z | DNS/Decoders/DNSResourceRecordDecoder.h | victorgama/dns | 38c6887346102187681f1b660f4758bb77500d66 | [
"MIT"
] | 1 | 2021-05-05T18:11:29.000Z | 2021-05-05T18:11:29.000Z | DNS/Decoders/DNSResourceRecordDecoder.h | victorgama/dns | 38c6887346102187681f1b660f4758bb77500d66 | [
"MIT"
] | 1 | 2021-11-04T09:43:08.000Z | 2021-11-04T09:43:08.000Z | //
// DNSResourceRecordDecoder.h
// DNS
//
// Created by Victor Gama on 11/10/2018.
// Copyright © 2018 Victor Gama. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "DNSResourceRecord.h"
/*
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
| ... | 33.367647 | 112 | 0.460555 | [
"object"
] |
d7b62919ea01fa66c45e2f3e247b291b80684101 | 7,397 | h | C | src/MPLibrary/MPTools/RegionKit.h | parasol-ppl/PPL | 04de04b23e0368e576d2136fee8729de44a3eda5 | [
"BSD-3-Clause"
] | null | null | null | src/MPLibrary/MPTools/RegionKit.h | parasol-ppl/PPL | 04de04b23e0368e576d2136fee8729de44a3eda5 | [
"BSD-3-Clause"
] | null | null | null | src/MPLibrary/MPTools/RegionKit.h | parasol-ppl/PPL | 04de04b23e0368e576d2136fee8729de44a3eda5 | [
"BSD-3-Clause"
] | null | null | null | #ifndef PMPL_REGION_KIT_H_
#define PMPL_REGION_KIT_H_
#include <iostream>
#include <limits>
#include <map>
#include <vector>
#include "Utilities/XMLNode.h"
#include "Workspace/WorkspaceSkeleton.h"
#include "Vector.h"
using namespace mathtool;
class Boundary;
class Cfg;
class XMLNode;
////////////////////////////... | 32.585903 | 82 | 0.651075 | [
"vector"
] |
d7bbb6ba0f6c33f421a6321ad67001381319217f | 881 | h | C | tcpconnector.h | JohnnyBeGood34/EmbeddedProject-client | e6a9473c736ed71d263c438bee0bd06bb51e9b40 | [
"Apache-2.0"
] | null | null | null | tcpconnector.h | JohnnyBeGood34/EmbeddedProject-client | e6a9473c736ed71d263c438bee0bd06bb51e9b40 | [
"Apache-2.0"
] | null | null | null | tcpconnector.h | JohnnyBeGood34/EmbeddedProject-client | e6a9473c736ed71d263c438bee0bd06bb51e9b40 | [
"Apache-2.0"
] | null | null | null | #ifndef TCPCONNECTOR_H
#define TCPCONNECTOR_H
#if defined (WIN32)
#include <winsock2.h>
typedef int socklen_t;
#elif defined __linux__
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#endif
#include "tcpstrea... | 26.69697 | 112 | 0.69126 | [
"object"
] |
d7c2d12b4b3d60895749fba4db1cc5170ee57226 | 3,721 | h | C | src/qt/qtwebkit/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request.h | viewdy/phantomjs | eddb0db1d253fd0c546060a4555554c8ee08c13c | [
"BSD-3-Clause"
] | 1 | 2015-05-27T13:52:20.000Z | 2015-05-27T13:52:20.000Z | src/qt/qtwebkit/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request.h | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | null | null | null | src/qt/qtwebkit/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request.h | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | 1 | 2017-03-19T13:03:23.000Z | 2017-03-19T13:03:23.000Z | /*
* Copyright (C) 2012 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of cond... | 33.522523 | 119 | 0.755711 | [
"object"
] |
d7c8a8cfba266ef1adf3b219604c2ca8e4380e04 | 35,381 | c | C | lib/EMBOSS-6.6.0/nucleus/embprop.c | alegione/CodonShuffle | bd6674b2eb21ee144a39d6d1e9b7264aba887240 | [
"MIT"
] | 5 | 2016-11-11T21:57:49.000Z | 2021-07-27T14:13:31.000Z | lib/EMBOSS-6.6.0/nucleus/embprop.c | frantallukas10/CodonShuffle | 4c408e1a8617f2a52dcb0329bba9617e1be17313 | [
"MIT"
] | 4 | 2016-05-15T07:56:25.000Z | 2020-05-20T05:21:48.000Z | lib/EMBOSS-6.6.0/nucleus/embprop.c | frantallukas10/CodonShuffle | 4c408e1a8617f2a52dcb0329bba9617e1be17313 | [
"MIT"
] | 10 | 2015-08-19T20:37:46.000Z | 2020-04-07T06:49:23.000Z | /* @source embprop ************************************************************
**
** Residue/sequence properties
**
** @author Copyright (c) 1999 Alan Bleasby
** @version $Revision: 1.54 $
** @modified 24 Nov 1999 - GWW - Added embPropProtGaps and embPropProt1to3
** @modified 1 Sept 2000 - GWW - Added embPropTransitio... | 22.535669 | 79 | 0.525565 | [
"object"
] |
01e54657abbb7aa8ba1ae3b290cbcb61d0b60ff2 | 6,055 | w | C | UI2/chat/bex5/funcsDialog/dialog/funcList.w | kaven-lu/dangchat-client | 08300cbcbc66ee11ba70858717ac8cf2b03b6d57 | [
"Apache-2.0"
] | null | null | null | UI2/chat/bex5/funcsDialog/dialog/funcList.w | kaven-lu/dangchat-client | 08300cbcbc66ee11ba70858717ac8cf2b03b6d57 | [
"Apache-2.0"
] | null | null | null | UI2/chat/bex5/funcsDialog/dialog/funcList.w | kaven-lu/dangchat-client | 08300cbcbc66ee11ba70858717ac8cf2b03b6d57 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" xid="window" class="window" component="$UI/system/components/justep/window/window"
sysParam="false">
<div component="$UI/system/components/justep/model/model" xid="model" style="height:auto;left:472px;top:72px;"
onParamsReceive=... | 56.588785 | 143 | 0.543848 | [
"object",
"model"
] |
01e5b70f4426732af14cfde8450ba4d70f104470 | 6,122 | h | C | include/ordo.h | TomCrypto/Ordo | 76416946a16900143af7e06635eb4f158bd6029d | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2015-09-29T09:32:22.000Z | 2015-09-29T09:32:22.000Z | include/ordo.h | TomCrypto/Ordo | 76416946a16900143af7e06635eb4f158bd6029d | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | include/ordo.h | TomCrypto/Ordo | 76416946a16900143af7e06635eb4f158bd6029d | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | /*===-- ordo.h -----------------------------------------*- PUBLIC -*- H -*-===*/
/**
*** @file
*** @brief Wrapper
***
*** This is the highest-level API for Ordo, which forgoes the use of
*** cryptographic contexts completely, resulting in more concise code at the
*** cost of reduced flexibility - in other ... | 39.496774 | 80 | 0.59327 | [
"vector"
] |
01efe7814b2d2b979568ec4937348262181896bb | 4,645 | h | C | features/vtkITKDescriptorPointSetToPolyDataFilter.h | msofka/LRR | 8c04ab9d27980c98a201943c1fe46e7e451df367 | [
"Apache-2.0"
] | 2 | 2018-01-09T00:33:42.000Z | 2018-01-09T00:33:53.000Z | features/vtkITKDescriptorPointSetToPolyDataFilter.h | msofka/LRR | 8c04ab9d27980c98a201943c1fe46e7e451df367 | [
"Apache-2.0"
] | null | null | null | features/vtkITKDescriptorPointSetToPolyDataFilter.h | msofka/LRR | 8c04ab9d27980c98a201943c1fe46e7e451df367 | [
"Apache-2.0"
] | null | null | null | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkITKDescriptorPointSetToPolyDataFilter.h,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Cop... | 33.417266 | 145 | 0.732831 | [
"mesh",
"object"
] |
bf11aad237b5f0af6e9deddfb3057791e93021d7 | 1,527 | h | C | src/test/include/test_helper_library.h | princeward/ros_vrpn_client | 53fd0e532526366adc472def24b8de55dc6e34a3 | [
"Apache-2.0"
] | 6 | 2018-07-25T14:13:42.000Z | 2021-09-13T13:55:13.000Z | src/test/include/test_helper_library.h | princeward/ros_vrpn_client | 53fd0e532526366adc472def24b8de55dc6e34a3 | [
"Apache-2.0"
] | 42 | 2015-09-04T22:24:12.000Z | 2021-07-05T08:33:21.000Z | src/test/include/test_helper_library.h | princeward/ros_vrpn_client | 53fd0e532526366adc472def24b8de55dc6e34a3 | [
"Apache-2.0"
] | 15 | 2015-10-12T07:56:41.000Z | 2022-03-10T14:35:53.000Z | /*
* Copyright 2015 Alex Millane, ASL, ETH Zurich, Switzerland
* Copyright 2015 Fadri Furrer, ASL, ETH Zurich, Switzerland
* Copyright 2015 Michael Burri, ASL, ETH Zurich, Switzerland
* Copyright 2015 Mina Kamel, ASL, ETH Zurich, Switzerland
* Copyright 2015 Janosch Nikolic, ASL, ETH Zurich, Switzerland
* Copyrig... | 38.175 | 76 | 0.70334 | [
"geometry"
] |
bf2031b90a778413968076968ce5c28bbcfe14a3 | 384 | h | C | Telecomm/Telecomm/Lib/Componet/StockMarket/include/JFTileStyleCollectionCell.h | telecommai/ios | 0dce4eeba342466ffe0db72fc0b77ba7d708d8cf | [
"BSD-3-Clause"
] | 1 | 2019-04-19T08:05:34.000Z | 2019-04-19T08:05:34.000Z | Telecomm/Telecomm/Lib/Componet/StockMarket/include/JFTileStyleCollectionCell.h | telecommai/ios | 0dce4eeba342466ffe0db72fc0b77ba7d708d8cf | [
"BSD-3-Clause"
] | null | null | null | Telecomm/Telecomm/Lib/Componet/StockMarket/include/JFTileStyleCollectionCell.h | telecommai/ios | 0dce4eeba342466ffe0db72fc0b77ba7d708d8cf | [
"BSD-3-Clause"
] | 1 | 2019-09-05T01:54:54.000Z | 2019-09-05T01:54:54.000Z | //
// JFTileStyleCollectionCell.h
// StockMarket
//
// Created by YRH on 2018/11/13.
// Copyright © 2018 SpiderMan. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "JFStockSegmentBarItem.h"
NS_ASSUME_NONNULL_BEGIN
@interface JFTileStyleCollectionCell : UICollectionViewCell
@property (nonatomic, strong) ... | 18.285714 | 64 | 0.776042 | [
"model"
] |
bf31b0229f3d3f3587e1e275ee2fc1f023694b66 | 4,219 | h | C | resources/home/dnanexus/root/include/RooStats/MinNLLTestStat.h | edawson/parliament2 | 2632aa3484ef64c9539c4885026b705b737f6d1e | [
"Apache-2.0"
] | null | null | null | resources/home/dnanexus/root/include/RooStats/MinNLLTestStat.h | edawson/parliament2 | 2632aa3484ef64c9539c4885026b705b737f6d1e | [
"Apache-2.0"
] | null | null | null | resources/home/dnanexus/root/include/RooStats/MinNLLTestStat.h | edawson/parliament2 | 2632aa3484ef64c9539c4885026b705b737f6d1e | [
"Apache-2.0"
] | 1 | 2020-05-28T23:01:44.000Z | 2020-05-28T23:01:44.000Z | // @(#)root/roostats:$Id: MinNLLTestStat.h 43035 2012-02-16 16:48:57Z sven $
// Author: Kyle Cranmer, Lorenzo Moneta, Gregory Schott, Wouter Verkerke
// Additional Contributions: Giovanni Petrucciani
/*************************************************************************
* Copyright (C) 1995-2008, Rene Brun and Fon... | 34.867769 | 114 | 0.657028 | [
"object",
"vector"
] |
bf32159a4da0d58ab86fb391915d7ef99f4d10c4 | 966 | h | C | src/procwatch.h | joncppl/proc-title-watch | 8aebf0482eea6d806a62a0de07bb05cb668d09f0 | [
"MIT"
] | null | null | null | src/procwatch.h | joncppl/proc-title-watch | 8aebf0482eea6d806a62a0de07bb05cb668d09f0 | [
"MIT"
] | null | null | null | src/procwatch.h | joncppl/proc-title-watch | 8aebf0482eea6d806a62a0de07bb05cb668d09f0 | [
"MIT"
] | null | null | null | #ifndef SRC_PROCWATCH_H_
#define SRC_PROCWATCH_H_
#include <string>
#include <vector>
#include <map>
class WatchWorker : public Nan::AsyncWorker {
public:
WatchWorker(Nan::Callback *callback, std::vector<std::string> searchStrings, bool doDeepSearch)
: AsyncWorker(callback), searchStrings(searchStrings), do... | 30.1875 | 120 | 0.698758 | [
"vector"
] |
bf3277b4d36b44a63126d11766ebaa5de1c5d68e | 969 | h | C | src/NativeUpload/TrFmtException.h | iqrfsdk/iqrf-gateway-daemon | 8875a9a0bf67003fc7115a59af12ab12d591b487 | [
"Apache-2.0"
] | 1 | 2021-04-28T07:34:14.000Z | 2021-04-28T07:34:14.000Z | src/NativeUpload/TrFmtException.h | iqrf/iqrf-gateway-daemon | adf8585749afefb01f274d5b70959d500d35bd6c | [
"Apache-2.0"
] | 1 | 2019-10-31T13:29:55.000Z | 2019-10-31T13:29:55.000Z | src/NativeUpload/TrFmtException.h | iqrf/iqrf-gateway-daemon | adf8585749afefb01f274d5b70959d500d35bd6c | [
"Apache-2.0"
] | null | null | null | /*
* Class of exceptions for clibtr file format parsers.
* Author: Vlastimil Kosar <kosar@rehivetrch.com>
* License: TBD
*
* Adapted from clibcdc/include/CDCMessageParserException.h licenced under
* the Apache License, Version 2.0.
*/
#ifndef __TRFMTEXCEPTION_H__
#define __TRFMTEXCEPTION_H__
#include "TrExce... | 25.5 | 125 | 0.691434 | [
"object"
] |
bf46e12840b82c6d36e0ede079c8b5a1c4dc0e1d | 476 | h | C | pch.h | number201724/ChiririBOT | 6b85aa21d19d8c988310e9d4a46bdade39292d45 | [
"MIT"
] | null | null | null | pch.h | number201724/ChiririBOT | 6b85aa21d19d8c988310e9d4a46bdade39292d45 | [
"MIT"
] | null | null | null | pch.h | number201724/ChiririBOT | 6b85aa21d19d8c988310e9d4a46bdade39292d45 | [
"MIT"
] | null | null | null | #pragma once
#define _USE_MATH_DEFINES
#include <tchar.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <memory.h>
#include <stdint.h>
#include <math.h>
#include <WinSock2.h>
#include <Windows.h>
#include <Shlwapi.h>
#include <dwmapi.h>
#include <ws2tcpip.h>
#include <vector>
#include <list>
... | 15.354839 | 49 | 0.718487 | [
"vector"
] |
bf54d77e503b1544f578b51e0d3352e3e2743380 | 2,451 | h | C | Source/Foundation/bsfUtility/Utility/BsLookupTable.h | Milerius/bsf | 8715b344d6b7893f64fd5dccaaf10603a27c7a15 | [
"MIT"
] | 3 | 2020-04-14T06:23:18.000Z | 2020-06-02T11:07:08.000Z | Source/Foundation/bsfUtility/Utility/BsLookupTable.h | Milerius/bsf | 8715b344d6b7893f64fd5dccaaf10603a27c7a15 | [
"MIT"
] | null | null | null | Source/Foundation/bsfUtility/Utility/BsLookupTable.h | Milerius/bsf | 8715b344d6b7893f64fd5dccaaf10603a27c7a15 | [
"MIT"
] | 4 | 2019-06-23T09:55:47.000Z | 2019-07-08T17:23:05.000Z | //************************************ bs::framework - Copyright 2018 Marko Pintera **************************************//
//*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********//
#pragma once
#include "Prerequisites/BsPrerequisitesUtil.h"
namespac... | 41.542373 | 124 | 0.678091 | [
"vector"
] |
bf5de077e2df20e3ff28c67c1e9ded2b787d1d4f | 770 | h | C | Chain.h | germanium-diode/ChainSimulation | a652bee07fd90700ce66a88a3ed90315d919675f | [
"MIT"
] | 106 | 2021-08-01T18:42:21.000Z | 2022-02-13T08:08:00.000Z | Chain.h | germanium-diode/ChainSimulation | a652bee07fd90700ce66a88a3ed90315d919675f | [
"MIT"
] | null | null | null | Chain.h | germanium-diode/ChainSimulation | a652bee07fd90700ce66a88a3ed90315d919675f | [
"MIT"
] | 8 | 2021-08-20T20:02:39.000Z | 2021-09-11T22:53:28.000Z | #ifndef CHAIN_H
#define CHAIN_H
class Vector;
class ChainElement;
class Chain {
public:
double stiffness, stiffnessdamping, stiffnessoffsetlength; // restoring force if chain is bent + damping; offset above which force is acting
double stability, stabilitydamping; // restoring force if elements are pulled apart + d... | 29.615385 | 141 | 0.77013 | [
"vector"
] |
bf62dce17aa14159d6243b18f80a5aea65af071b | 11,430 | h | C | Cubism/include/Cubism/HDF5SliceDumperMPI.h | mcaldana/CubismUP_3D | 7f428da7299b5e26bdc218569de5d712fe7dbee6 | [
"MIT"
] | 8 | 2020-05-30T02:36:25.000Z | 2022-01-04T23:03:50.000Z | Cubism/include/Cubism/HDF5SliceDumperMPI.h | mcaldana/CubismUP_3D | 7f428da7299b5e26bdc218569de5d712fe7dbee6 | [
"MIT"
] | null | null | null | Cubism/include/Cubism/HDF5SliceDumperMPI.h | mcaldana/CubismUP_3D | 7f428da7299b5e26bdc218569de5d712fe7dbee6 | [
"MIT"
] | 10 | 2020-05-29T17:07:02.000Z | 2022-01-04T13:57:21.000Z | //
// HDF5SliceDumperMPI.h
// Cubism
//
// Created by Fabian Wermelinger 09/28/2016
// Copyright 2016 ETH Zurich. All rights reserved.
//
#ifndef HDF5SLICEDUMPERMPI_H_ZENQHJA6
#define HDF5SLICEDUMPERMPI_H_ZENQHJA6
#include <mpi.h>
#include "HDF5SliceDumper.h"
#include "ArgumentParser.h"
CUBISM_NAMESPACE_BEGIN
//... | 39.825784 | 186 | 0.579878 | [
"mesh",
"geometry",
"vector"
] |
bf632adc5e5d1cefe279ccc4a06dec60c0880e0a | 50,091 | h | C | include/Core/vxmath.h | digirea/HIVE | 8896b0cc858c1ad0683888b925f71c0f0d71bf9d | [
"MIT"
] | null | null | null | include/Core/vxmath.h | digirea/HIVE | 8896b0cc858c1ad0683888b925f71c0f0d71bf9d | [
"MIT"
] | null | null | null | include/Core/vxmath.h | digirea/HIVE | 8896b0cc858c1ad0683888b925f71c0f0d71bf9d | [
"MIT"
] | null | null | null | /**
* @file vxmath.h
* 数学関数
*/
#ifndef INCLUDE_VX_MATH_H
#define INCLUDE_VX_MATH_H
#include <math.h>
namespace VX {
namespace Math {
static const float PI = 3.141592654f;
inline float Floor(float x)
{
return floorf(x);
}
inline float Ceil(float x)
{
return ceilf(x);
}
inline float Mod(float x, float y)
{
... | 26.489159 | 102 | 0.497934 | [
"vector"
] |
bf69edbee5e075370575fa9c4f42a3f9def02b4d | 2,579 | h | C | include/user_config.h | istiaqMahbub/espIrKit | 999491ea734a7433bf7cdf49375200f11c297f30 | [
"Unlicense"
] | null | null | null | include/user_config.h | istiaqMahbub/espIrKit | 999491ea734a7433bf7cdf49375200f11c297f30 | [
"Unlicense"
] | null | null | null | include/user_config.h | istiaqMahbub/espIrKit | 999491ea734a7433bf7cdf49375200f11c297f30 | [
"Unlicense"
] | null | null | null | #ifndef __USER_CONFIG_H__
#define __USER_CONFIG_H__
#include "c_types.h"
#define MESH_DEMO_PRINT ets_printf
#define MESH_DEMO_STRLEN ets_strlen
#define MESH_DEMO_MEMCPY ets_memcpy
#define MESH_DEMO_MEMSET ets_memset
#define MESH_DEMO_FREE os_free
#define MESH_DEMO_ZALLOC os_zalloc
#define MESH_DEMO_MALLOC os_malloc... | 32.2375 | 154 | 0.752617 | [
"mesh"
] |
bf72d16fa150d1699a67f419b220cdb3bd65262d | 3,840 | h | C | samples/common/video_parser.h | YJessicaGao/easydk | e62eecde91886c2679def95edafb48f97650edfa | [
"Apache-2.0"
] | null | null | null | samples/common/video_parser.h | YJessicaGao/easydk | e62eecde91886c2679def95edafb48f97650edfa | [
"Apache-2.0"
] | null | null | null | samples/common/video_parser.h | YJessicaGao/easydk | e62eecde91886c2679def95edafb48f97650edfa | [
"Apache-2.0"
] | null | null | null | /*************************************************************************
* Copyright (C) [2020] by Cambricon, Inc. All rights reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License a... | 29.090909 | 88 | 0.696615 | [
"vector"
] |
bf79ee6777557c01a9042d857571031a26637480 | 3,123 | h | C | src/world.h | Niki4tap/asciicker | 1fd314f940d166217deb2dfcedc5a6ccead40243 | [
"MIT"
] | 78 | 2021-06-10T12:02:07.000Z | 2021-09-07T16:22:28.000Z | world.h | Emupedia/asciiid | 777f0a163ddfa65e5704edc88fdcd810356d2c89 | [
"MIT"
] | 3 | 2021-06-10T14:19:40.000Z | 2021-09-09T20:00:02.000Z | world.h | Emupedia/asciiid | 777f0a163ddfa65e5704edc88fdcd810356d2c89 | [
"MIT"
] | 15 | 2021-06-10T13:29:00.000Z | 2021-09-07T16:22:21.000Z |
#pragma once
struct World;
struct Mesh;
struct Inst;
struct Sprite;
struct Item;
World* CreateWorld();
void DeleteWorld(World* w);
void RebuildWorld(World* w, bool boxes = false);
Mesh* LoadMesh(World* w, const char* path, const char* name = 0);
void DeleteMesh(Mesh* m);
bool UpdateMesh(Mesh* m, const char* path);... | 31.867347 | 180 | 0.708614 | [
"mesh"
] |
ba8968c1ec56623342f77bb231f64b504225d699 | 3,399 | h | C | MintRobotTeachingPad/app/View/ProjectEditor/Dialog/DialogNodeDelay.h | mintrobot/MTP | f6775ac3552e00f3d69ab78c579d875eac2e1b1e | [
"BSD-3-Clause"
] | 1 | 2021-03-28T07:25:52.000Z | 2021-03-28T07:25:52.000Z | MintRobotTeachingPad/app/View/ProjectEditor/Dialog/DialogNodeDelay.h | mintrobot/MTP | f6775ac3552e00f3d69ab78c579d875eac2e1b1e | [
"BSD-3-Clause"
] | null | null | null | MintRobotTeachingPad/app/View/ProjectEditor/Dialog/DialogNodeDelay.h | mintrobot/MTP | f6775ac3552e00f3d69ab78c579d875eac2e1b1e | [
"BSD-3-Clause"
] | null | null | null | /*
********************************************************************************************
* Copyright (c) 2019 MINTROBOT Co., Ltd.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must ... | 36.548387 | 92 | 0.71521 | [
"model"
] |
ba8d7d31f088e6c822fee7e4dabb6aee0ee75852 | 5,943 | h | C | cylinder.h | ryanseys/opengl-molecules | 3383f0732f5bbfda5c51e87d35cee8fa58cde0ce | [
"MIT"
] | 7 | 2015-01-06T13:52:47.000Z | 2021-09-01T16:10:05.000Z | cylinder.h | ryanseys/opengl-molecules | 3383f0732f5bbfda5c51e87d35cee8fa58cde0ce | [
"MIT"
] | 4 | 2015-01-07T16:11:17.000Z | 2018-02-27T07:18:22.000Z | cylinder.h | ryanseys/opengl-molecules | 3383f0732f5bbfda5c51e87d35cee8fa58cde0ce | [
"MIT"
] | 4 | 2018-08-08T12:54:54.000Z | 2021-09-16T13:09:07.000Z | /**
* This sphere class was derived from Professor Nussbaum's solution.
*
* It was modified by Ryan Seys to add colors to the spheres and
* rotation transformation.
*/
#ifndef RYAN_CYLINDER
#define RYAN_CYLINDER
#include <stdlib.h>
#include <cmath>
#include "ryan_vector.h"
#include "ryan_matrix.h"
struct Vertex{... | 30.953125 | 113 | 0.634191 | [
"vector"
] |
ba8fdd05b2653514ded737762c71819f9d8d54e5 | 3,915 | h | C | Base/QTGUI/qSlicerSettingsViewsPanel.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | Base/QTGUI/qSlicerSettingsViewsPanel.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | Base/QTGUI/qSlicerSettingsViewsPanel.h | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | /*==============================================================================
Program: 3D Slicer
Copyright (c) Kitware Inc.
See COPYRIGHT.txt
or http://www.slicer.org/copyright/copyright.txt for details.
Unless required by applicable law or agreed to in writing, software
distributed under the License... | 39.94898 | 168 | 0.795658 | [
"3d"
] |
ba91068c6e06c4a090fc310c9818984b1daca6f4 | 2,359 | h | C | src/BinaryTrigonOp.h | terraform123/metal | 73a76f94fa3fc62210cbc79da76f8c070aeb143b | [
"MIT"
] | 2 | 2019-03-12T18:54:50.000Z | 2020-04-22T14:24:02.000Z | src/BinaryTrigonOp.h | mrspacemankey/metal | 73a76f94fa3fc62210cbc79da76f8c070aeb143b | [
"MIT"
] | null | null | null | src/BinaryTrigonOp.h | mrspacemankey/metal | 73a76f94fa3fc62210cbc79da76f8c070aeb143b | [
"MIT"
] | null | null | null | #ifndef METAL_BINARYTRIGONOP_H
#define METAL_BINARYTRIGONOP_H
#include "src/ScalarBinaryOp.h"
#include <cmath>
namespace metal
{
/**
* @brief Unary operation taken by \ref ScalarBinaryOp object to define the expression for
* computing the sine of an expression.
*/
class Atan2Op
{
public:
/**
* @brief ... | 23.828283 | 94 | 0.622298 | [
"object"
] |
baaf1efe7f53be280366e150f64ba61ec69c03dc | 3,678 | h | C | CombineAnalysis/interface/SampleListing.h | enochnotsocool/TstarAnalysis_in_CMS | 84e695e7fc43188fcabe18468399a5fe4b909efb | [
"MIT"
] | null | null | null | CombineAnalysis/interface/SampleListing.h | enochnotsocool/TstarAnalysis_in_CMS | 84e695e7fc43188fcabe18468399a5fe4b909efb | [
"MIT"
] | null | null | null | CombineAnalysis/interface/SampleListing.h | enochnotsocool/TstarAnalysis_in_CMS | 84e695e7fc43188fcabe18468399a5fe4b909efb | [
"MIT"
] | null | null | null | /*******************************************************************************
*
* Filename : SampleListing.h
* Description : Container classes for SampleMgr to organize by type
* Author : Yi-Mu "Enoch" Chen [ ensc@hep1.phys.ntu.edu.tw ]
*
************************************************************... | 37.917526 | 83 | 0.642197 | [
"vector"
] |
bab8cd3d312921c7a37598f21e4f439975960cd7 | 1,088 | h | C | Volume_10/Number_2/Baerentzen2005/Libsrc/CGLA/Vec3i.h | kyeonghopark/jgt-code | 08bbcc298e12582e32cb56a52e70344c57689d73 | [
"MIT"
] | 415 | 2015-10-24T17:37:12.000Z | 2022-02-18T04:09:07.000Z | Volume_10/Number_2/Baerentzen2005/Libsrc/CGLA/Vec3i.h | kyeonghopark/jgt-code | 08bbcc298e12582e32cb56a52e70344c57689d73 | [
"MIT"
] | 8 | 2016-01-15T13:23:16.000Z | 2021-05-27T01:49:50.000Z | Volume_10/Number_2/Baerentzen2005/Libsrc/CGLA/Vec3i.h | kyeonghopark/jgt-code | 08bbcc298e12582e32cb56a52e70344c57689d73 | [
"MIT"
] | 77 | 2015-10-24T22:36:29.000Z | 2022-03-24T01:03:54.000Z | #ifndef __VEC3I_H
#define __VEC3I_H
#include "ArithVec.h"
namespace CGLA
{
class Vec3f;
class Vec3uc;
class Vec3usi;
/** 3D integer vector. This class does not really extend the template
and hence provides only the basic facilities of an ArithVec.
The class is typically used for indices to 3D voxel grids... | 22.204082 | 70 | 0.644301 | [
"vector",
"3d"
] |
bac02e9ddda1a8005b446c77af8b8f84a934e084 | 1,902 | h | C | dyros_jet_controller/include/dyros_jet_controller/moveit_controller.h | DaegyuLim/dyros_jet | 969233737fb49b42d7fd9e5ec49694953baf4e7d | [
"BSD-2-Clause"
] | 8 | 2018-02-02T07:35:00.000Z | 2019-12-02T13:06:54.000Z | dyros_jet_controller/include/dyros_jet_controller/moveit_controller.h | DonghyunSung-MS/dyros_jet_avatar | 32d04a2bfd55ad5d95cac09fbaa67799dab68fc8 | [
"BSD-2-Clause"
] | 3 | 2018-02-16T23:27:02.000Z | 2021-07-12T04:15:29.000Z | dyros_jet_controller/include/dyros_jet_controller/moveit_controller.h | DonghyunSung-MS/dyros_jet_avatar | 32d04a2bfd55ad5d95cac09fbaa67799dab68fc8 | [
"BSD-2-Clause"
] | 10 | 2018-02-06T23:34:29.000Z | 2022-03-24T20:50:27.000Z | #ifndef MOVEIT_CONTROLLER_H
#define MOVEIT_CONTROLLER_H
#include <ros/ros.h>
#include <actionlib/server/simple_action_server.h>
#include <control_msgs/FollowJointTrajectoryAction.h>
#include <trajectory_msgs/JointTrajectoryPoint.h>
#include <sensor_msgs/JointState.h>
#include <dyros_jet_msgs/JointState.h>
#include <Ei... | 25.026316 | 96 | 0.790221 | [
"vector",
"model"
] |
bac92d2401d9aa1dc8f6fd46c04388e95424c05b | 1,193 | h | C | private/windows/oleacc/oleacc/button.h | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | windows/oleacc/oleacc/button.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | windows/oleacc/oleacc/button.h | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | // Copyright (c) 1996-1999 Microsoft Corporation
// --------------------------------------------------------------------------
//
// BUTTON.H
//
// Button object
//
// --------------------------------------------------------------------------
class CButton : public CClient
{
public:
// ... | 35.088235 | 84 | 0.60855 | [
"object"
] |
bac97b84139336d8fe8ae7117e855c0c625d295b | 2,125 | h | C | TextGameEngine.h | rwojtek/TextGameEngine | 16a28029b95ed1b41ea8ebcbccdd2be65e4ef334 | [
"MIT"
] | null | null | null | TextGameEngine.h | rwojtek/TextGameEngine | 16a28029b95ed1b41ea8ebcbccdd2be65e4ef334 | [
"MIT"
] | null | null | null | TextGameEngine.h | rwojtek/TextGameEngine | 16a28029b95ed1b41ea8ebcbccdd2be65e4ef334 | [
"MIT"
] | null | null | null | #ifndef TextGameEngine_H_
#include "rapidxml-1.13/rapidxml.hpp"
#include "rapidxml-1.13/rapidxml_print.hpp"
#include<fstream>
#include<vector>
using std::string;
using std::vector;
using std::ifstream;
using std::ofstream;
using namespace rapidxml;
///==================== LINK Struct ==========================
struct... | 21.683673 | 71 | 0.582118 | [
"vector"
] |
bace8eccf9c33a50a885b26296ba7d7473ce1dd9 | 4,968 | c | C | kernels/linux-2.4.0/fs/devices.c | liuhaozzu/linux | bdf9758cd23e34b5f53e8e6339d9b29348615e14 | [
"Apache-2.0"
] | 4 | 2020-01-01T20:26:42.000Z | 2021-10-17T21:51:58.000Z | kernels/linux-2.4.0/fs/devices.c | liuhaozzu/linux | bdf9758cd23e34b5f53e8e6339d9b29348615e14 | [
"Apache-2.0"
] | 4 | 2020-07-23T11:20:30.000Z | 2020-07-24T20:09:09.000Z | linux/fs/devices.c | CodeAsm/PS1Linux | 8c3c4d9ffccf446dd061a38186efc924da8a66be | [
"CC0-1.0"
] | null | null | null | /*
* linux/fs/devices.c
*
* (C) 1993 Matthias Urlichs -- collected common code and tables.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* Added kerneld support: Jacques Gelinas and Bjorn Ekwall
* (changed to kmod)
*/
#include <linux/config.h>
#include <linux/fs.h>
#include <linux/major.h>
#include <lin... | 22.894009 | 88 | 0.688607 | [
"3d"
] |
bacf39bc61149a97a8f50341409d9ef5dfe89fcc | 1,246 | h | C | j2objc/include/javax/xml/transform/Source.h | benf1977/j2objc-serialization-example | bc356a2fa4a1f4da680a0f6cfe33985220be74f3 | [
"MIT"
] | null | null | null | j2objc/include/javax/xml/transform/Source.h | benf1977/j2objc-serialization-example | bc356a2fa4a1f4da680a0f6cfe33985220be74f3 | [
"MIT"
] | null | null | null | j2objc/include/javax/xml/transform/Source.h | benf1977/j2objc-serialization-example | bc356a2fa4a1f4da680a0f6cfe33985220be74f3 | [
"MIT"
] | null | null | null | //
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: android/libcore/luni/src/main/java/javax/xml/transform/Source.java
//
#ifndef _JavaxXmlTransformSource_H_
#define _JavaxXmlTransformSource_H_
#include "J2ObjC_header.h"
/*!
@brief An object that implements this interface contains the information
... | 30.390244 | 78 | 0.783307 | [
"object",
"transform"
] |
bae60dfa92bdbacbe8274edabea966b4eb701f92 | 44,238 | c | C | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64blt.c | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64blt.c | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | XFree86-3.3/xc/programs/Xserver/hw/xfree86/accel/mach64/mach64blt.c | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/mach64/mach64blt.c,v 3.8 1996/12/23 06:39:09 dawes Exp $ */
/*
* Copyright 1989 by the Massachusetts Institute of Technology
* Copyright 1993,1994,1995,1996 by Kevin E. Martin, Chapel Hill, North Carolina.
*
* Permission to use, copy, modify, and distribute this so... | 27.92803 | 109 | 0.556739 | [
"vector"
] |
bae8e99eb467335613a810917d669a2a3b68b95a | 1,407 | h | C | src/mergingType.h | stefani-nik/Huffman-Archivator | bd1c475e59ecadc1cd701bf6b3476623f9cc2620 | [
"Apache-2.0"
] | null | null | null | src/mergingType.h | stefani-nik/Huffman-Archivator | bd1c475e59ecadc1cd701bf6b3476623f9cc2620 | [
"Apache-2.0"
] | null | null | null | src/mergingType.h | stefani-nik/Huffman-Archivator | bd1c475e59ecadc1cd701bf6b3476623f9cc2620 | [
"Apache-2.0"
] | null | null | null | #pragma once
#ifndef MERGINGTYPE_H
#define MERGINGTYPE_H
class mergingType
{
friend class HuffmanCoding;
public:
//constructor copy data and count to class
mergingType(int dat = 0, int cnt = 0)
{
data = dat; count = cnt;
}
//copy right's elements into this class's elements
mergingType &operator=(const mergin... | 20.691176 | 70 | 0.695807 | [
"object"
] |
baf109864d75c665d5428b1a302d58bf048cc15e | 1,470 | h | C | OvRender/source/d3d9/d3d9font.h | fengjixuchui/Push | 662cfb8684af63b8c8afbd742aeabdfa195441fb | [
"MIT"
] | 32 | 2015-07-19T05:33:11.000Z | 2021-10-31T10:45:16.000Z | OvRender/source/d3d9/d3d9font.h | fengjixuchui/Push | 662cfb8684af63b8c8afbd742aeabdfa195441fb | [
"MIT"
] | 63 | 2015-03-08T08:41:12.000Z | 2020-01-15T13:50:46.000Z | OvRender/source/d3d9/d3d9font.h | fengjixuchui/Push | 662cfb8684af63b8c8afbd742aeabdfa195441fb | [
"MIT"
] | 11 | 2016-02-14T09:57:27.000Z | 2021-07-03T09:59:23.000Z | #ifndef D3DFONT_H
#define D3DFONT_H
#include <D3D9.h>
#include <font.h>
//-----------------------------------------------------------------------------
// Name: class CD3DFont
// Desc: Texture-based font class for doing text in a 3D scene.
//----------------------------------------------------------------------------... | 34.186047 | 79 | 0.615646 | [
"render",
"3d"
] |
baf7eac3e29ecbdd15c8ce5b3e703e81939f3796 | 2,046 | h | C | src/fps_ros_bridge/local_mapper_ros.h | Lab-RoCoCo/fps_mapper | 376e557c8f5012e05187fe85ee3f4044f99f944a | [
"BSD-3-Clause"
] | 1 | 2017-12-01T14:57:16.000Z | 2017-12-01T14:57:16.000Z | src/fps_ros_bridge/local_mapper_ros.h | Lab-RoCoCo/fps_mapper | 376e557c8f5012e05187fe85ee3f4044f99f944a | [
"BSD-3-Clause"
] | null | null | null | src/fps_ros_bridge/local_mapper_ros.h | Lab-RoCoCo/fps_mapper | 376e557c8f5012e05187fe85ee3f4044f99f944a | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include "core/depth_utils.h"
#include "core/nn_aligner.h"
#include "core/projective_aligner.h"
#include "tracker/tracker.h"
#include "tracker/base_triggers.h"
#include "local_mapper/local_map_triggers.h"
#include "tracker/multi_tracker.h"
#include "txt_io/tf_overrider_trigger.h"
#include "ros_wrappers/im... | 28.816901 | 74 | 0.730694 | [
"vector"
] |
baf9feecad3f744b1fae8aa39c63fbfc4b8b2f7f | 10,498 | c | C | src/common.c | aiporre/whisk | e07c381bc5d0df4e5dcabd7d75c0c97d0de3ad2c | [
"BSD-3-Clause"
] | 4 | 2016-06-22T14:30:14.000Z | 2021-05-15T18:24:58.000Z | src/common.c | aiporre/whisk | e07c381bc5d0df4e5dcabd7d75c0c97d0de3ad2c | [
"BSD-3-Clause"
] | 20 | 2015-09-28T14:43:59.000Z | 2020-05-23T00:43:46.000Z | src/common.c | aiporre/whisk | e07c381bc5d0df4e5dcabd7d75c0c97d0de3ad2c | [
"BSD-3-Clause"
] | 9 | 2015-10-12T22:31:39.000Z | 2021-09-09T04:44:20.000Z | /* Author: Nathan Clack <clackn@janelia.hhmi.org>
* Date : May 2009
*
* Copyright 2010 Howard Hughes Medical Institute.
* All rights reserved.
* Use is subject to Janelia Farm Research Campus Software Copyright 1.1
* license terms (http://license.janelia.org/license/jfrc_copyright_1_1.html).
*/
#pragma warning... | 28.840659 | 123 | 0.517337 | [
"3d"
] |
bafc8cbaa7bb3238d5a34dc762f7efa425251fa9 | 45,943 | c | C | meh_gl.c | he110world/libmeh | 6696363ed79fcd2a8d9bf9a6f88774d0d0861731 | [
"MIT"
] | 2 | 2015-03-05T12:46:29.000Z | 2019-09-10T04:47:44.000Z | meh_gl.c | he110world/libmeh | 6696363ed79fcd2a8d9bf9a6f88774d0d0861731 | [
"MIT"
] | null | null | null | meh_gl.c | he110world/libmeh | 6696363ed79fcd2a8d9bf9a6f88774d0d0861731 | [
"MIT"
] | null | null | null | #include "meh_gl.h"
#include "memory.h"
/*--------------------------------------------------------------------
Shaders
-------------------------------------------------------------------*/
// GL shader
typedef struct vfs_s {
struct vfs_s *prev, *next;
char *nam;
time_t time;
int id;
uint p;... | 22.82315 | 132 | 0.609103 | [
"render",
"object",
"vector"
] |
c93204ea3cd9688e18dfb296c3e5c57b758d7793 | 21,354 | h | C | src/platform/gba/draw.h | krupitskas/OpenLara | f8cd4cd10067462e6efd89ce048873159678a5ce | [
"BSD-2-Clause"
] | 3,999 | 2016-09-07T15:36:25.000Z | 2022-03-31T14:54:44.000Z | src/platform/gba/draw.h | krupitskas/OpenLara | f8cd4cd10067462e6efd89ce048873159678a5ce | [
"BSD-2-Clause"
] | 333 | 2016-08-23T10:03:40.000Z | 2022-03-31T13:25:19.000Z | src/platform/gba/draw.h | krupitskas/OpenLara | f8cd4cd10067462e6efd89ce048873159678a5ce | [
"BSD-2-Clause"
] | 403 | 2016-10-31T15:11:02.000Z | 2022-03-31T15:03:52.000Z | #ifndef H_DRAW
#define H_DRAW
#include "common.h"
#include "item.h"
int32 lightAmbient;
int32 randTable[MAX_RAND_TABLE];
int32 caustics[MAX_CAUSTICS];
int32 causticsFrame;
void drawInit()
{
for (int32 i = 0; i < MAX_RAND_TABLE; i++)
{
randTable[i] = (rand_draw() >> 5) - 511;
}
for (int32 i ... | 29.172131 | 126 | 0.538728 | [
"mesh",
"model",
"transform"
] |
c94a5c4cf3f4f10932799d3cbf066e480813c437 | 7,785 | h | C | include/small/small.h | locker/small | 770b7cf0f1133b3ff88900f6cbdd8d856e4c4409 | [
"BSD-2-Clause"
] | 85 | 2015-10-21T19:48:17.000Z | 2022-02-25T08:27:58.000Z | include/small/small.h | locker/small | 770b7cf0f1133b3ff88900f6cbdd8d856e4c4409 | [
"BSD-2-Clause"
] | 37 | 2015-10-22T20:50:34.000Z | 2021-12-16T16:18:49.000Z | include/small/small.h | locker/small | 770b7cf0f1133b3ff88900f6cbdd8d856e4c4409 | [
"BSD-2-Clause"
] | 14 | 2015-11-02T10:01:19.000Z | 2022-01-17T14:19:51.000Z | #ifndef INCLUDES_TARANTOOL_SMALL_SMALL_H
#define INCLUDES_TARANTOOL_SMALL_SMALL_H
/*
* Copyright 2010-2016, Tarantool AUTHORS, please see AUTHORS file.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* conditions are met:
*
* 1. Red... | 33.847826 | 76 | 0.737572 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.