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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8082141c119db8002983cb619b53ebf4547c1c0f | 2,007 | c | C | drivers/wdm/vbi/nabtsfec/testing/nabtsdump/nabtsdump.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | drivers/wdm/vbi/nabtsfec/testing/nabtsdump/nabtsdump.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | drivers/wdm/vbi/nabtsfec/testing/nabtsdump/nabtsdump.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | #include <stdio.h>
#define BIT(n) (((unsigned long)1)<<(n))
#define BITSIZE(v) (sizeof(v)*8)
#define SETBIT(array,n) (array[(n)/BITSIZE(*array)] |= BIT((n)%BITSIZE(*array)))
#define CLEARBIT(array,n) (array[(n)/BITSIZE(*array)] &= ~BIT((n)%BITSIZE(*array)))
#define TESTBIT(array,n) (BIT... | 22.3 | 111 | 0.47434 | [
"3d"
] |
809be8db374a6e50b4654112612e946059de92a8 | 1,675 | h | C | src/comet/event/event_manager.h | m4jr0/gameengine | 8b63893ac65c5853852c1418550d2772c22cd10f | [
"MIT"
] | 2 | 2018-09-15T21:18:26.000Z | 2018-10-03T14:28:26.000Z | src/comet/event/event_manager.h | m4jr0/gameengine | 8b63893ac65c5853852c1418550d2772c22cd10f | [
"MIT"
] | null | null | null | src/comet/event/event_manager.h | m4jr0/gameengine | 8b63893ac65c5853852c1418550d2772c22cd10f | [
"MIT"
] | null | null | null | // Copyright 2021 m4jr0. All Rights Reserved.
// Use of this source code is governed by the MIT
// license that can be found in the LICENSE file.
#ifndef COMET_COMET_EVENT_EVENT_MANAGER_H_
#define COMET_COMET_EVENT_EVENT_MANAGER_H_
#include "comet/event/event.h"
#include "comet/utils/structure/ring_queue.h"
#include ... | 27.459016 | 76 | 0.723582 | [
"vector"
] |
80a0992ed11b7b65e7884976a2cf405fae6eed5f | 246 | h | C | src/main.h | maxest/MaxestFramework | aa396c2e15543ba4d62bb5cf908c3919e4e84fb7 | [
"MIT"
] | 9 | 2018-09-16T14:12:35.000Z | 2021-06-20T19:03:11.000Z | src/main.h | maxest/MaxestFramework | aa396c2e15543ba4d62bb5cf908c3919e4e84fb7 | [
"MIT"
] | null | null | null | src/main.h | maxest/MaxestFramework | aa396c2e15543ba4d62bb5cf908c3919e4e84fb7 | [
"MIT"
] | 3 | 2018-06-08T13:57:03.000Z | 2018-11-21T12:54:18.000Z | #pragma once
#include "essentials/main.h"
#include "system/main.h"
#include "math/main.h"
#include "image/main.h"
#include "mesh/main.h"
#include "gpu/main.h"
#include "net/main.h"
#include "physics/main.h"
#include "common/main.h"
| 18.923077 | 29 | 0.674797 | [
"mesh"
] |
80a78646857e4eca46f70ef3bf4df6fb322f5045 | 4,354 | h | C | JNIChaos/JNIChaos.h | fast01/chaosframework | 28194bcca5f976fd5cf61448ca84ce545e94d822 | [
"Apache-2.0"
] | 2 | 2020-04-16T13:20:57.000Z | 2021-06-24T02:05:25.000Z | JNIChaos/JNIChaos.h | fast01/chaosframework | 28194bcca5f976fd5cf61448ca84ce545e94d822 | [
"Apache-2.0"
] | null | null | null | JNIChaos/JNIChaos.h | fast01/chaosframework | 28194bcca5f976fd5cf61448ca84ce545e94d822 | [
"Apache-2.0"
] | null | null | null | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class it_infn_chaos_JNIChaos */
#ifndef _Included_it_infn_chaos_JNIChaos
#define _Included_it_infn_chaos_JNIChaos
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: it_infn_chaos_JNIChaos
* Method: initToolkit
* Signature: (... | 27.556962 | 92 | 0.754708 | [
"vector"
] |
80be93fa5e30945eb0650b4ea1faa5f97611f041 | 1,244 | h | C | MovEd1/CVProcessing.h | wrdeman/physics-in-motion | 1e3044104783d6a0967585d0e8cc31c31499f695 | [
"BSD-2-Clause"
] | null | null | null | MovEd1/CVProcessing.h | wrdeman/physics-in-motion | 1e3044104783d6a0967585d0e8cc31c31499f695 | [
"BSD-2-Clause"
] | null | null | null | MovEd1/CVProcessing.h | wrdeman/physics-in-motion | 1e3044104783d6a0967585d0e8cc31c31499f695 | [
"BSD-2-Clause"
] | null | null | null | //
// CVProcessing.h
// MovEd1
//
// Created by Simon on 26/08/2013.
// Copyright (c) 2013 Simon Osborne. All rights reserved.
//
#ifndef __MovEd1__CVProcessing__
#define __MovEd1__CVProcessing__
#include <vector>
#include <algorithm>
#include <iostream>
#include <opencv2/highgui/cap_ios.h>
#include "opencv2/high... | 24.392157 | 75 | 0.697749 | [
"vector"
] |
80c8306d079ee15c5aa6b7876f4c7f81298e230c | 2,514 | c | C | examples/g2553/echo_port80.c | spirilis/w5200sock | a37d159dfcf31f5d617e5aa3ebf18efb26928e5d | [
"MIT"
] | 2 | 2019-09-06T02:50:11.000Z | 2019-09-25T04:45:09.000Z | examples/g2553/echo_port80.c | buddy-xl/w5200sock | a37d159dfcf31f5d617e5aa3ebf18efb26928e5d | [
"MIT"
] | null | null | null | examples/g2553/echo_port80.c | buddy-xl/w5200sock | a37d159dfcf31f5d617e5aa3ebf18efb26928e5d | [
"MIT"
] | 1 | 2019-09-25T04:45:11.000Z | 2019-09-25T04:45:11.000Z | #include <msp430.h>
#include "uartcli.h"
#include "uartdbg.h"
#include <stdint.h>
#include "w5200_config.h"
#include "w5200_buf.h"
#include "w5200_sock.h"
// Using our new ip2binary routines for this...
//const uint16_t myip[] = { 0x0A68, 0x73B4 }; // 10.104.115.180
//const uint16_t myip[] = { 0xC0A8, 0x00E6 }; // ... | 23.495327 | 71 | 0.661098 | [
"vector"
] |
80de254387ed9b8f326ab5574b52cd9cd091df7b | 3,412 | h | C | src/base/roi.h | radionavlab/colmap | 551efd8d33470fdafd79092d1da7c2c0bb700b2e | [
"BSD-3-Clause"
] | null | null | null | src/base/roi.h | radionavlab/colmap | 551efd8d33470fdafd79092d1da7c2c0bb700b2e | [
"BSD-3-Clause"
] | null | null | null | src/base/roi.h | radionavlab/colmap | 551efd8d33470fdafd79092d1da7c2c0bb700b2e | [
"BSD-3-Clause"
] | 2 | 2018-08-29T17:31:29.000Z | 2022-01-29T22:06:21.000Z | // Copyright (c) 2018, ETH Zurich and UNC Chapel Hill.
// 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
// notic... | 35.175258 | 89 | 0.670281 | [
"vector"
] |
80e4d4b8c1cd9604bde4fcaa7e2201016521ea9d | 10,438 | h | C | ZTOBarCodeKit/Classes/Source/BCKCode.h | GoodWorkGoodStudy/ZTOBarCodeKit | 4491fb7a2051bf8018361dc54333cb5490798394 | [
"MIT"
] | null | null | null | ZTOBarCodeKit/Classes/Source/BCKCode.h | GoodWorkGoodStudy/ZTOBarCodeKit | 4491fb7a2051bf8018361dc54333cb5490798394 | [
"MIT"
] | null | null | null | ZTOBarCodeKit/Classes/Source/BCKCode.h | GoodWorkGoodStudy/ZTOBarCodeKit | 4491fb7a2051bf8018361dc54333cb5490798394 | [
"MIT"
] | null | null | null | //
// BCKCode.h
// BarCodeKit
//
// Created by Oliver Drobnik on 8/9/13.
// Copyright (c) 2013 Oliver Drobnik. All rights reserved.
//
// Drawing options string constants
extern NSString * const BCKCodeDrawingBarScaleOption;
extern NSString * const BCKCodeDrawingPrintCaptionOption;
extern NSString * const BCKCodeD... | 44.228814 | 460 | 0.780226 | [
"render",
"object"
] |
80ece57225c1db8af052c3087092155c0b481ce7 | 66,374 | c | C | src/best.c | streammy2013/mrbayes_3.2.6_parallel | b3b69ea32c365f430a0e8a5782640b17a70fe0c1 | [
"Intel"
] | 1 | 2017-07-13T14:50:06.000Z | 2017-07-13T14:50:06.000Z | src/best.c | streammy2013/mrbayes_3.2.6_parallel | b3b69ea32c365f430a0e8a5782640b17a70fe0c1 | [
"Intel"
] | null | null | null | src/best.c | streammy2013/mrbayes_3.2.6_parallel | b3b69ea32c365f430a0e8a5782640b17a70fe0c1 | [
"Intel"
] | null | null | null | /*
* Best 2.2
*
* This file contains the functions
* for calculating the probability of
* gene trees given the species tree
* and the prior probability of the
* species tree
*
* Liang Liu
* Department of Statistics
* The Ohio State University
* Columbus, Ohio
*
* liuliang@stat.ohio-state.... | 37.101174 | 174 | 0.580423 | [
"model"
] |
80f0fe78025f644c4ddc630d245c864406fd7985 | 7,945 | h | C | Code/Engine/Render/Renderers/DebugRenderStates.h | JuanluMorales/KRG | f3a11de469586a4ef0db835af4bc4589e6b70779 | [
"MIT"
] | 419 | 2022-01-27T19:37:43.000Z | 2022-03-31T06:14:22.000Z | Code/Engine/Render/Renderers/DebugRenderStates.h | jagt/KRG | ba20cd8798997b0450491b0cc04dc817c4a4bc76 | [
"MIT"
] | 2 | 2022-01-28T20:35:33.000Z | 2022-03-13T17:42:52.000Z | Code/Engine/Render/Renderers/DebugRenderStates.h | jagt/KRG | ba20cd8798997b0450491b0cc04dc817c4a4bc76 | [
"MIT"
] | 20 | 2022-01-27T20:41:02.000Z | 2022-03-26T16:16:57.000Z | #pragma once
#include "Engine/Render/_Module/API.h"
#include "System/Render/RenderDevice.h"
#include "System/Render/RenderViewport.h"
//-------------------------------------------------------------------------
#if KRG_DEVELOPMENT_TOOLS
namespace KRG::Render
{
//---------------------------------------------------... | 38.014354 | 285 | 0.53606 | [
"render"
] |
80f8f9b8716b5db1cbf2efbb8f0f073138d4481d | 4,763 | h | C | aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/model/OutputContext.h | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/model/OutputContext.h | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/model/OutputContext.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue... | 31.753333 | 124 | 0.669116 | [
"model"
] |
a7eb401f9fc28fb679f13d7894aefd6702ac3a24 | 1,959 | c | C | src/arch/aarch64/hftest/interrupts.c | alastairreid/hafnium-verification | 51f6c103929c0004775034855020fedd54cad912 | [
"Apache-2.0"
] | null | null | null | src/arch/aarch64/hftest/interrupts.c | alastairreid/hafnium-verification | 51f6c103929c0004775034855020fedd54cad912 | [
"Apache-2.0"
] | null | null | null | src/arch/aarch64/hftest/interrupts.c | alastairreid/hafnium-verification | 51f6c103929c0004775034855020fedd54cad912 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2018 The Hafnium Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 22.011236 | 75 | 0.671261 | [
"vector"
] |
a7f27cae2850ab147f8739ba7c6979ba612a2b49 | 441 | h | C | src/GateOr.h | k911/cpp-patterns | 4613b3a2ded437be03348bf0a98436ccd82c7cbb | [
"MIT"
] | null | null | null | src/GateOr.h | k911/cpp-patterns | 4613b3a2ded437be03348bf0a98436ccd82c7cbb | [
"MIT"
] | null | null | null | src/GateOr.h | k911/cpp-patterns | 4613b3a2ded437be03348bf0a98436ccd82c7cbb | [
"MIT"
] | null | null | null | #ifndef BAZ_LAB_1_GATEOR_H
#define BAZ_LAB_1_GATEOR_H
#include <memory>
#include <vector>
#include "AbstractLogic.h"
class GateOr : public AbstractLogic {
std::vector<std::shared_ptr<AbstractLogic>> children{};
public:
void add(const std::shared_ptr<AbstractLogic> &element);
void accept(Visitor *visitor)... | 20.045455 | 60 | 0.739229 | [
"vector"
] |
c502358166c9c8efa7c7e9369d59df9d7ed50c8a | 3,104 | h | C | Code/Review/itkAnchorOpenCloseLine.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | 1 | 2018-04-15T13:32:43.000Z | 2018-04-15T13:32:43.000Z | Code/Review/itkAnchorOpenCloseLine.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | null | null | null | Code/Review/itkAnchorOpenCloseLine.h | kiranhs/ITKv4FEM-Kiran | 0e4ab3b61b5fc4c736f04a73dd19e41390f20152 | [
"BSD-3-Clause"
] | null | null | null | /*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: itkAnchorOpenCloseLine.h
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) Insight Software Consortium. All rights reserved.
See ITKCopyright.t... | 30.135922 | 90 | 0.670103 | [
"vector"
] |
c5031bf41ee42daa3f5f0a0ee7d78530351f99ac | 350,701 | h | C | obj/MatrixModel/matrixModelView/otherShape.h | DoctorWho-O/OBJ | 8f66ea2be4cba32bc8ea516c88668922624faff9 | [
"MIT"
] | null | null | null | obj/MatrixModel/matrixModelView/otherShape.h | DoctorWho-O/OBJ | 8f66ea2be4cba32bc8ea516c88668922624faff9 | [
"MIT"
] | null | null | null | obj/MatrixModel/matrixModelView/otherShape.h | DoctorWho-O/OBJ | 8f66ea2be4cba32bc8ea516c88668922624faff9 | [
"MIT"
] | null | null | null | ///////////////////////////////////////////////////////////////////////////////
// cameraSimple.h
// ==============
// A simple camera model (192 triangles)
// Use "drawCube()" to draw this model.
//
// 3D model is converted by the PolyTrans from Okino Computer Graphics, Inc.
// Bounding box of geometry = (-0.5,-0.35,-... | 36.561822 | 83 | 0.656767 | [
"geometry",
"render",
"model",
"3d"
] |
c52e2c6f0877530b168be4abe94328467aeb6e34 | 13,112 | c | C | external_packages/mmlda-c-dist/code/mmlda-estimate.c | marielacour81/CBIG | 511af756c6ddabbd3a9681ce3514b79ef5aaaf3f | [
"MIT"
] | 2 | 2019-08-31T01:30:34.000Z | 2020-03-04T22:18:05.000Z | external_packages/mmlda-c-dist/code/mmlda-estimate.c | marielacour81/CBIG | 511af756c6ddabbd3a9681ce3514b79ef5aaaf3f | [
"MIT"
] | null | null | null | external_packages/mmlda-c-dist/code/mmlda-estimate.c | marielacour81/CBIG | 511af756c6ddabbd3a9681ce3514b79ef5aaaf3f | [
"MIT"
] | 1 | 2019-12-09T14:19:32.000Z | 2019-12-09T14:19:32.000Z | // (C) Copyright 2018, Nanbo Sun (nanbosun@u.nus.edu)
// This file is part of MMLDA-C.
// MMLDA-C 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... | 28.319654 | 122 | 0.581452 | [
"model"
] |
c538bba0f739bdd702e05aaa0394e06b111dfdc6 | 11,456 | h | C | Engine/Threading/QueuedTask.h | Higami69/Leviathan | 90f68f9f6e5506d6133bcefcf35c8e84f158483b | [
"BSL-1.0"
] | 16 | 2018-12-22T02:09:05.000Z | 2022-03-09T20:38:59.000Z | Engine/Threading/QueuedTask.h | Higami69/Leviathan | 90f68f9f6e5506d6133bcefcf35c8e84f158483b | [
"BSL-1.0"
] | 46 | 2018-04-02T11:06:01.000Z | 2019-12-14T11:16:04.000Z | Engine/Threading/QueuedTask.h | Higami69/Leviathan | 90f68f9f6e5506d6133bcefcf35c8e84f158483b | [
"BSL-1.0"
] | 14 | 2018-04-09T02:26:15.000Z | 2021-09-11T03:12:15.000Z | #pragma once
// ------------------------------------ //
#include "Define.h"
// ------------------------------------ //
#include <functional>
#include "../TimeIncludes.h"
//! Default value to pass for ignoring this setting //
#define TASK_MUSTBERAN_BEFORE_EXIT 0
//! Makes the task run before current frame ends
//! \t... | 41.208633 | 109 | 0.728701 | [
"object"
] |
c53d13452a09ffdc91acd4b4a09e8cfd7be71aa2 | 14,909 | h | C | aws-cpp-sdk-transcribe/include/aws/transcribe/model/CreateMedicalVocabularyRequest.h | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | 1 | 2022-01-05T18:20:03.000Z | 2022-01-05T18:20:03.000Z | aws-cpp-sdk-transcribe/include/aws/transcribe/model/CreateMedicalVocabularyRequest.h | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-transcribe/include/aws/transcribe/model/CreateMedicalVocabularyRequest.h | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/transcribe/TranscribeService_EXPORTS.h>
#include <aws/transcribe/TranscribeServiceRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/transcribe/model/... | 47.938907 | 142 | 0.688913 | [
"vector",
"model"
] |
c54729545adccd1b64e2cb951e599cb13b87a78d | 16,276 | c | C | src/rpi_gpio.c | matematik7/rpi-dashboard | 9b1382089dd04a0f610f2e8ed7689cda1eb58c3c | [
"Apache-2.0"
] | 51 | 2015-02-14T21:58:19.000Z | 2021-01-30T05:38:06.000Z | src/rpi_gpio.c | domenipavec/rpi-dashboard | 9b1382089dd04a0f610f2e8ed7689cda1eb58c3c | [
"Apache-2.0"
] | 2 | 2015-08-29T01:06:44.000Z | 2017-12-28T21:34:20.000Z | src/rpi_gpio.c | matematik7/rpi-dashboard | 9b1382089dd04a0f610f2e8ed7689cda1eb58c3c | [
"Apache-2.0"
] | 20 | 2015-04-29T06:32:01.000Z | 2020-04-13T09:45:49.000Z | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Raspberry Pi Dasboard
* =====================
* Copyright 2014 Domen Ipavec <domen.ipavec@z-v.si>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Lice... | 28.15917 | 122 | 0.566663 | [
"object"
] |
68e9799b48e76fa4167ee492e772be36a0f14dd4 | 1,949 | h | C | src/organizer.h | JoelSjogren/video-organizer | fc5a5c1a2fce39f2b9d8343c07c53108321ef260 | [
"Apache-2.0"
] | 2 | 2015-04-17T11:28:57.000Z | 2016-11-13T13:03:08.000Z | src/organizer.h | JoelSjogren/video-organizer | fc5a5c1a2fce39f2b9d8343c07c53108321ef260 | [
"Apache-2.0"
] | null | null | null | src/organizer.h | JoelSjogren/video-organizer | fc5a5c1a2fce39f2b9d8343c07c53108321ef260 | [
"Apache-2.0"
] | null | null | null | /**********************************
* organizer.h *
* *
* The core of all organization. *
**********************************/
/****************************************************
* When the console arguments have been parsed, an *
* Organizer is constructed. The... | 30.453125 | 63 | 0.54079 | [
"vector"
] |
68ebd8a82c6bbe4540a5ffb85f5afe823d374d6e | 22,695 | c | C | code/tools/xmap/light_trace.c | raynorpat/xreal | 2fcbf9179fa22dc6e808bb65b879ac2ee7616ebd | [
"BSD-3-Clause"
] | 11 | 2016-06-03T07:46:15.000Z | 2021-09-09T19:35:32.000Z | code/tools/xmap/light_trace.c | raynorpat/xreal | 2fcbf9179fa22dc6e808bb65b879ac2ee7616ebd | [
"BSD-3-Clause"
] | 1 | 2016-10-14T23:06:19.000Z | 2016-10-14T23:06:19.000Z | code/tools/xmap/light_trace.c | raynorpat/xreal | 2fcbf9179fa22dc6e808bb65b879ac2ee7616ebd | [
"BSD-3-Clause"
] | 5 | 2016-10-13T04:43:58.000Z | 2019-08-24T14:03:35.000Z | /*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2006 Robert Beckebans <trebor_7@users.sourceforge.net>
This file is part of XreaL source code.
XreaL source code is free software; you can redistribute it
and/or modify it under the t... | 21.717703 | 116 | 0.577837 | [
"mesh",
"vector",
"solid"
] |
68f1408e4754eeb5a48d8426852b96472af2001d | 9,532 | h | C | source/MaterialXRender/ShaderValidators/Osl/OslValidator.h | AndrewJDR/MaterialX | 0636df86e0fe5167b77a0b01b6fedf9179cbe6ed | [
"BSL-1.0"
] | null | null | null | source/MaterialXRender/ShaderValidators/Osl/OslValidator.h | AndrewJDR/MaterialX | 0636df86e0fe5167b77a0b01b6fedf9179cbe6ed | [
"BSL-1.0"
] | null | null | null | source/MaterialXRender/ShaderValidators/Osl/OslValidator.h | AndrewJDR/MaterialX | 0636df86e0fe5167b77a0b01b6fedf9179cbe6ed | [
"BSL-1.0"
] | null | null | null | #ifndef MATERIALX_OslValidator_H
#define MATERIALX_OslValidator_H
#include <MaterialXRender/ShaderValidators/ShaderValidator.h>
#include <MaterialXRender/ShaderValidators/ExceptionShaderValidationError.h>
#include <MaterialXRender/Handlers/ImageHandler.h>
#include <vector>
#include <string>
#include <map>
namespace M... | 40.05042 | 118 | 0.698175 | [
"render",
"vector"
] |
68f2297282d4b0dca2cd5ebc2c770379b709c13c | 494 | h | C | include/ball.h | untoxa/a_kanoid | 08b0a39ec0717cd3be32096819c9ffd2e5656407 | [
"MIT"
] | 2 | 2020-05-22T07:44:41.000Z | 2021-09-04T15:43:45.000Z | include/ball.h | untoxa/a_kanoid | 08b0a39ec0717cd3be32096819c9ffd2e5656407 | [
"MIT"
] | null | null | null | include/ball.h | untoxa/a_kanoid | 08b0a39ec0717cd3be32096819c9ffd2e5656407 | [
"MIT"
] | null | null | null | #ifndef __BALL_H_INCLUDE
#define __BALL_H_INCLUDE
#include <gbdk/platform.h>
#include "ring.h"
enum ball_state_t { BALL_STUCK, BALL_FLY };
typedef struct {
UBYTE idx;
UBYTE x, dx;
UBYTE y, dy;
UBYTE speed;
enum ball_state_t state;
} ball_object_t;
typedef struct ball_t {
struct ball_t ... | 18.296296 | 52 | 0.704453 | [
"object"
] |
68f6b4aa05ffe18c0f66ba0f2fdfe856293b30e9 | 18,144 | h | C | osprey/be/lno/lu_mat.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | osprey/be/lno/lu_mat.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | osprey/be/lno/lu_mat.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright 2004, 2005, 2006 PathScale, Inc. All Rights Reserved.
*/
/*
Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of version 2 of the GNU General Public License as
published by the Free S... | 26.526316 | 75 | 0.600033 | [
"vector",
"model"
] |
ec005b1cb9089e8f2e5a5aedf7e5e905b01b5700 | 657 | h | C | include/OnePoint.POM/ThemeElementTypeFactory.h | OnePointGlobal/MySurvey-2.0-App_New | 02368bee4a3b5b9e07f95d586c02c20880e35a4b | [
"MIT"
] | null | null | null | include/OnePoint.POM/ThemeElementTypeFactory.h | OnePointGlobal/MySurvey-2.0-App_New | 02368bee4a3b5b9e07f95d586c02c20880e35a4b | [
"MIT"
] | 12 | 2019-10-14T10:29:55.000Z | 2020-04-23T10:52:13.000Z | include/OnePoint.POM/ThemeElementTypeFactory.h | OnePointGlobal/OnePoint-Global-MySurvey-2.0-App-iOS-Latest | 02368bee4a3b5b9e07f95d586c02c20880e35a4b | [
"MIT"
] | 1 | 2022-03-17T08:46:39.000Z | 2022-03-17T08:46:39.000Z | //------------------------------------------------------------------------
// Generated on 10/12/2014 09:22:39 for Sachin\Sachin
//
// This file was autogenerated but you can (and are meant to) edit it as
// it will not be overwritten unless explicitly requested.
//------------------------------------------------... | 34.578947 | 80 | 0.584475 | [
"model"
] |
ec12eebd1548cb7daf3d27b653aec454980e5250 | 20,180 | c | C | C_Code/SimpleIDE/Learn/Simple Libraries/Audio/libtext2speech/VocalTract.c | ROBO-BEV/BARISTO | 0e87d79966efc111cc38c1a1cf22e2d8ee18c350 | [
"CC-BY-3.0",
"MIT"
] | 8 | 2018-03-12T04:52:28.000Z | 2021-05-19T19:37:01.000Z | C_Code/SimpleIDE/Learn/Simple Libraries/Audio/libtext2speech/VocalTract.c | ROBO-BEV/BARISTO | 0e87d79966efc111cc38c1a1cf22e2d8ee18c350 | [
"CC-BY-3.0",
"MIT"
] | null | null | null | C_Code/SimpleIDE/Learn/Simple Libraries/Audio/libtext2speech/VocalTract.c | ROBO-BEV/BARISTO | 0e87d79966efc111cc38c1a1cf22e2d8ee18c350 | [
"CC-BY-3.0",
"MIT"
] | 1 | 2018-01-30T09:43:36.000Z | 2018-01-30T09:43:36.000Z | //
// automatically generated by spin2cpp v1.93 on Thu Oct 08 13:24:57 2015
// spin2cpp --ccode --main talk_demo2.spin
//
/*
┌─────────────────────────────────────────┬────────────────┬────────────────────────┬─────────────────┐
│ Vocal Tract v1.1 │ by Chip Gracey │ (C)2006 Parallax, Inc. │ 28... | 65.732899 | 140 | 0.528295 | [
"object"
] |
ec16d51ca88a2d9609d302b6ec9d90c11cb0c7f7 | 56 | c | C | src/vector.c | suomela/types | b85c6e623b4a3a463b90b850494a2cfd4c83c595 | [
"MIT",
"Unlicense",
"BSD-2-Clause",
"BSD-3-Clause"
] | 4 | 2015-05-06T06:01:14.000Z | 2021-09-07T13:21:43.000Z | src/vector.c | suomela/types | b85c6e623b4a3a463b90b850494a2cfd4c83c595 | [
"MIT",
"Unlicense",
"BSD-2-Clause",
"BSD-3-Clause"
] | 2 | 2016-02-20T23:34:06.000Z | 2018-10-29T22:46:38.000Z | src/vector.c | suomela/types | b85c6e623b4a3a463b90b850494a2cfd4c83c595 | [
"MIT",
"Unlicense",
"BSD-2-Clause",
"BSD-3-Clause"
] | 1 | 2016-02-25T12:21:32.000Z | 2016-02-25T12:21:32.000Z | #include "vector.h"
const zom_t ZOM_NULL_C = { 0, 0 };
| 14 | 34 | 0.642857 | [
"vector"
] |
ec405479afd896d1d826785d7c1e43c4d600e9ed | 866 | h | C | Source/GeotiffLandscape/Public/GeotiffHeightmapAsset.h | iwer/GeotiffLandscape | 1347bcb250e446c924ee9bda226c1b520c91750f | [
"MIT"
] | 30 | 2020-12-09T08:37:01.000Z | 2022-03-14T10:30:32.000Z | Source/GeotiffLandscape/Public/GeotiffHeightmapAsset.h | iwer/GeotiffLandscape | 1347bcb250e446c924ee9bda226c1b520c91750f | [
"MIT"
] | 3 | 2021-12-09T15:07:09.000Z | 2022-03-18T09:27:43.000Z | Source/GeotiffLandscape/Public/GeotiffHeightmapAsset.h | iwer/GeotiffLandscape | 1347bcb250e446c924ee9bda226c1b520c91750f | [
"MIT"
] | 7 | 2021-06-11T21:57:55.000Z | 2021-12-27T04:13:30.000Z | // Copyright (c) Iwer Petersen. All rights reserved.
#pragma once
#include "CoreMinimal.h"
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include "Engine/Texture2D.h"
#include "Engine/DataAsset.h"
#include "ROI.h"
#include "GeotiffHeightmapAsset.generated.h"
/**
*
*/
UCLASS(BlueprintType, hidecatego... | 28.866667 | 82 | 0.769053 | [
"object"
] |
ec4b9be7ce827a890d0ca7bb903b06e38dc20bf9 | 573 | h | C | data/train/cpp/ec4b9be7ce827a890d0ca7bb903b06e38dc20bf9multi_gui_model.h | harshp8l/deep-learning-lang-detection | 2a54293181c1c2b1a2b840ddee4d4d80177efb33 | [
"MIT"
] | 84 | 2017-10-25T15:49:21.000Z | 2021-11-28T21:25:54.000Z | data/train/cpp/ec4b9be7ce827a890d0ca7bb903b06e38dc20bf9multi_gui_model.h | vassalos/deep-learning-lang-detection | cbb00b3e81bed3a64553f9c6aa6138b2511e544e | [
"MIT"
] | 5 | 2018-03-29T11:50:46.000Z | 2021-04-26T13:33:18.000Z | data/train/cpp/ec4b9be7ce827a890d0ca7bb903b06e38dc20bf9multi_gui_model.h | vassalos/deep-learning-lang-detection | cbb00b3e81bed3a64553f9c6aa6138b2511e544e | [
"MIT"
] | 24 | 2017-11-22T08:31:00.000Z | 2022-03-27T01:22:31.000Z | #ifndef MULTI_GUI_MODEL_H
#define MULTI_GUI_MODEL_H
#include "gui_model.h"
#include <deque>
enum multi_gui_model_role : int { AVAILABLE = -1, };
class multi_gui_model : public gui_model
{
Q_OBJECT
std::deque<gui_model *> m_models;
public:
multi_gui_model ();
~multi_gui_model ();
void add_model (gui_model... | 19.758621 | 72 | 0.736475 | [
"model"
] |
57abba353d03e470d0db7821402c6ad6a698b05b | 355 | h | C | src/launcher/PluginLoader.h | GEEKiDoS/cso2-launcher | 7735016be8df408b7d3236afe63e531de6fb13dc | [
"MIT"
] | null | null | null | src/launcher/PluginLoader.h | GEEKiDoS/cso2-launcher | 7735016be8df408b7d3236afe63e531de6fb13dc | [
"MIT"
] | null | null | null | src/launcher/PluginLoader.h | GEEKiDoS/cso2-launcher | 7735016be8df408b7d3236afe63e531de6fb13dc | [
"MIT"
] | null | null | null | #pragma once
#include "PluginExports.h"
#include <vector>
void LoadPlugins();
void InitPlugins();
typedef bool(*InitPlugin_t)(PluginImports *pImports);
class Plugin
{
public:
Plugin(std::string path);
InitPlugin_t Init = nullptr;
std::string name;
std::string author;
std::string version;
bool loaded;
};
st... | 15.434783 | 53 | 0.735211 | [
"vector"
] |
57b444154cc70c6a273f382a6889147814b0cea5 | 5,163 | h | C | jml/utils/fixed_array.h | etnrlz/rtbkit | 0d9cd9e2ee2d7580a27453ad0a2d815410d87091 | [
"Apache-2.0"
] | 737 | 2015-01-04T01:40:46.000Z | 2022-03-07T10:09:23.000Z | jml/utils/fixed_array.h | TuanTranEngineer/rtbkit | 502d06acc3f8d90438946b6ae742190f2f4b4fbb | [
"Apache-2.0"
] | 56 | 2015-01-05T16:01:03.000Z | 2020-06-22T19:02:37.000Z | jml/utils/fixed_array.h | TuanTranEngineer/rtbkit | 502d06acc3f8d90438946b6ae742190f2f4b4fbb | [
"Apache-2.0"
] | 329 | 2015-01-01T06:54:27.000Z | 2022-02-12T22:21:02.000Z | /* fixed_array.h -*- C++ -*-
Jeremy Barnes, 5 February 2005
Copyright(c) 2005 Jeremy Barnes. All rights reserved.
This file is part of "Jeremy's Machine Learning Library", copyright (c)
1999-2005 Jeremy Barnes.
This program is available under ... | 22.447826 | 83 | 0.616502 | [
"shape"
] |
57d262485618746f1443a4cc02f118b292b175ad | 1,008 | h | C | GDDataDrivenView/Classes/RenderPresenter/GDDBaseViewDataSource.h | isabella232/GDDataDrivenView | 778a146519c77c7d013c687084c7ee81a242107f | [
"MIT"
] | 12 | 2016-07-10T02:06:36.000Z | 2021-02-04T09:41:50.000Z | GDDataDrivenView/Classes/RenderPresenter/GDDBaseViewDataSource.h | isabella232/GDDataDrivenView | 778a146519c77c7d013c687084c7ee81a242107f | [
"MIT"
] | 1 | 2018-01-16T09:47:38.000Z | 2018-01-16T10:51:49.000Z | GDDataDrivenView/Classes/RenderPresenter/GDDBaseViewDataSource.h | isabella232/GDDataDrivenView | 778a146519c77c7d013c687084c7ee81a242107f | [
"MIT"
] | 6 | 2016-09-03T03:03:39.000Z | 2022-03-26T08:59:28.000Z | //
// Created by Larry Tin on 7/9/16.
//
#import <Foundation/Foundation.h>
@class GDDRenderModel;
@protocol GDDRender;
@protocol GDDRenderPresenter;
@interface GDDBaseViewDataSource : NSObject
- (instancetype)initWithView:(id)view withOwner:(id)owner;
@property (nonatomic, weak) id view;
#pragma mark Read model
... | 24.585366 | 107 | 0.764881 | [
"render",
"model"
] |
57d802f5043ebb81b600c47d038b3f51b31788b9 | 320 | h | C | src/DebugMenuState/GLevelUpPlayer.h | isabella232/modite-adventure | 66c7779271706ec35e0a2f808afe92d7e15e0f85 | [
"MIT"
] | 5 | 2020-12-02T12:28:14.000Z | 2021-02-16T18:02:09.000Z | src/DebugMenuState/GLevelUpPlayer.h | pedrohyvo/modite-adventure | 8c273803bd60747a169be3ba3f06b3419cc0ebff | [
"MIT"
] | 2 | 2021-01-22T18:51:48.000Z | 2021-01-28T18:43:43.000Z | src/DebugMenuState/GLevelUpPlayer.h | pedrohyvo/modite-adventure | 8c273803bd60747a169be3ba3f06b3419cc0ebff | [
"MIT"
] | 2 | 2021-01-26T23:22:36.000Z | 2021-02-03T10:07:03.000Z | #ifndef MODITE_GLevelUpPlayer_H
#define MODITE_GLevelUpPlayer_H
#include "common/GButtonWidget.h"
class GLevelUpPlayer : public GButtonWidget {
public:
GLevelUpPlayer();
~GLevelUpPlayer() = default;
TInt Render(TInt aX, TInt aY) OVERRIDE;
void Select() OVERRIDE;
};
#endif //MODITE_GLevelUpPlayer_H
| 18.823529 | 45 | 0.75 | [
"render"
] |
57ddc1ec4f5698d2402ff93c615505919d708da0 | 3,209 | h | C | include/CEnv.h | colinw7/CUtil | 4cd40ef4a8951afd9e8c42552cbaddf8a63ef794 | [
"MIT"
] | 2 | 2021-09-18T07:55:01.000Z | 2021-12-23T02:24:42.000Z | include/CEnv.h | colinw7/CUtil | 4cd40ef4a8951afd9e8c42552cbaddf8a63ef794 | [
"MIT"
] | null | null | null | include/CEnv.h | colinw7/CUtil | 4cd40ef4a8951afd9e8c42552cbaddf8a63ef794 | [
"MIT"
] | 2 | 2019-09-12T05:31:08.000Z | 2021-09-18T07:55:06.000Z | #ifndef CEnv_H
#define CEnv_H
#include <CRefPtr.h>
#include <vector>
#include <string>
#include <climits>
#include <sys/types.h>
#define CEnvInst CEnv::getInstance()
class CEnv {
public:
using NameList = std::vector<std::string>;
using ValueList = std::vector<std::string>;
typedef std::pair<std::string,std:... | 21.393333 | 77 | 0.659707 | [
"vector"
] |
57eda1464f2a3afee1181a192c43db6d7c9af57a | 12,070 | c | C | BTrees/MergeTemplate.c | azmeuk/BTrees | 74f01d5de2f32f85c806b13b59cfbf7aa3bf5aa9 | [
"ZPL-2.1"
] | 66 | 2015-02-22T23:33:22.000Z | 2021-12-13T07:14:58.000Z | BTrees/MergeTemplate.c | azmeuk/BTrees | 74f01d5de2f32f85c806b13b59cfbf7aa3bf5aa9 | [
"ZPL-2.1"
] | 160 | 2015-01-05T21:47:16.000Z | 2022-03-09T07:12:30.000Z | BTrees/MergeTemplate.c | azmeuk/BTrees | 74f01d5de2f32f85c806b13b59cfbf7aa3bf5aa9 | [
"ZPL-2.1"
] | 21 | 2015-04-03T04:28:27.000Z | 2021-12-02T06:21:06.000Z | /*****************************************************************************
Copyright (c) 2001, 2002 Zope Foundation and Contributors.
All Rights Reserved.
This software is subject to the provisions of the Zope Public License,
Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
THIS... | 34.485714 | 78 | 0.492875 | [
"object"
] |
57f40d5313ce09f4247fe1242e49b7b32733a61d | 2,358 | h | C | Engine/src/Components/sprite.h | SpectralCascade/ossium | f9d00de8313c0f91942eb311c20de8d74aa41735 | [
"MIT"
] | 1 | 2019-01-02T15:35:05.000Z | 2019-01-02T15:35:05.000Z | Engine/src/Components/sprite.h | SpectralCascade/ossium | f9d00de8313c0f91942eb311c20de8d74aa41735 | [
"MIT"
] | 2 | 2018-11-11T21:29:05.000Z | 2019-01-02T15:34:10.000Z | Engine/src/Components/sprite.h | SpectralCascade/ossium | f9d00de8313c0f91942eb311c20de8d74aa41735 | [
"MIT"
] | null | null | null | /** COPYRIGHT NOTICE
*
* Ossium Engine
* Copyright (c) 2018-2020 Tim Lane
*
* This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
*
* Permission is granted to anyone to use this so... | 38.655738 | 247 | 0.699321 | [
"render"
] |
520216cde2323963090b6a88c87e42c6459c2955 | 12,580 | h | C | include/XSDK/XListBox.h | MultiSight/multisight-xsdk | 02268e1aeb1313cfb2f9515d08d131a4389e49f2 | [
"BSL-1.0"
] | 2 | 2017-09-16T13:59:15.000Z | 2019-04-24T03:25:36.000Z | include/XSDK/XListBox.h | MultiSight/multisight-xsdk | 02268e1aeb1313cfb2f9515d08d131a4389e49f2 | [
"BSL-1.0"
] | null | null | null | include/XSDK/XListBox.h | MultiSight/multisight-xsdk | 02268e1aeb1313cfb2f9515d08d131a4389e49f2 | [
"BSL-1.0"
] | 1 | 2019-04-24T03:25:40.000Z | 2019-04-24T03:25:40.000Z |
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//
// XSDK
// Copyright (c) 2015 Schneider Electric
//
// Use, modification, and distribution is subject to the Boost Software License,
// Version 1.0 (See accompanying file LICENSE).
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-... | 26.995708 | 138 | 0.56248 | [
"object"
] |
d5a240063c243c186ac1c1423763c725f92dfc96 | 1,911 | h | C | BMMBusinessLogic/include/BusinessLogicController.h | melaniaoncea/BookMyMovie | 8f5bfab845bf86777f750d71d88bb34e7f5b665e | [
"MIT"
] | null | null | null | BMMBusinessLogic/include/BusinessLogicController.h | melaniaoncea/BookMyMovie | 8f5bfab845bf86777f750d71d88bb34e7f5b665e | [
"MIT"
] | null | null | null | BMMBusinessLogic/include/BusinessLogicController.h | melaniaoncea/BookMyMovie | 8f5bfab845bf86777f750d71d88bb34e7f5b665e | [
"MIT"
] | null | null | null | ///
/// \file BusinessLogicController.h
///
/// \brief Contains core controller class of BusinessLogic lib
///
/// \author Melania Oncea
/// \date 2020 08 17
/// \since 1.0
///
/// Copyright (c) 2020, Melania Oncea. All rights reserved.
///
#ifndef BUSINESSLOGICCONTROLLER_H
#define BUSINESSLOGICCONTROLLER_H
#include ... | 31.327869 | 142 | 0.712716 | [
"object",
"vector"
] |
d5b90be0f9f6bde5d1453cbe7f9ea6e6a9c4b475 | 3,160 | h | C | include/gazer/LLVM/Memory/MemoryModel.h | ftsrg/gazer | 66096caeb169b63c39ddb76ae798c5d1a0e74216 | [
"Apache-2.0"
] | 6 | 2020-08-09T21:18:17.000Z | 2021-11-10T06:23:31.000Z | include/gazer/LLVM/Memory/MemoryModel.h | FTSRG/gazer | 66096caeb169b63c39ddb76ae798c5d1a0e74216 | [
"Apache-2.0"
] | 69 | 2020-02-10T16:33:09.000Z | 2021-02-13T12:56:29.000Z | include/gazer/LLVM/Memory/MemoryModel.h | ftsrg/gazer | 66096caeb169b63c39ddb76ae798c5d1a0e74216 | [
"Apache-2.0"
] | 5 | 2020-05-17T09:13:11.000Z | 2020-08-08T18:29:34.000Z | //==-------------------------------------------------------------*- C++ -*--==//
//
// Copyright 2019 Contributors to the Gazer project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
... | 33.263158 | 96 | 0.674367 | [
"model"
] |
d5ba89a05f8ea4384e428838ff1e34c38e2a05d0 | 37,806 | h | C | main.h | RainyEricYe/bamDCS | 49101bf8fa797c5294a60a0a8f046c693a1828f9 | [
"MIT"
] | null | null | null | main.h | RainyEricYe/bamDCS | 49101bf8fa797c5294a60a0a8f046c693a1828f9 | [
"MIT"
] | null | null | null | main.h | RainyEricYe/bamDCS | 49101bf8fa797c5294a60a0a8f046c693a1828f9 | [
"MIT"
] | null | null | null | /*
*
*/
#ifndef MAIN_H_
#define MAIN_H_
#define PROGRAM "bamDCS"
#define VERSION "v2.4"
#define AUTHORS "yerui"
#define CONTACT "yerui@connect.hku.hk"
#define REMARKS "(generate double strand consensus reads for low-frequency mutation)"
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#i... | 28.319101 | 146 | 0.509707 | [
"vector"
] |
d5d8f531d4f01633ec43b80f23694cffaa228e7c | 3,137 | h | C | yabause/src/sh2int.h | ircluzar/BizhawkLegacy-Vanguard | cd8b6dfe881f3c9d322b73c29f0d71df2ce3178e | [
"MIT"
] | null | null | null | yabause/src/sh2int.h | ircluzar/BizhawkLegacy-Vanguard | cd8b6dfe881f3c9d322b73c29f0d71df2ce3178e | [
"MIT"
] | null | null | null | yabause/src/sh2int.h | ircluzar/BizhawkLegacy-Vanguard | cd8b6dfe881f3c9d322b73c29f0d71df2ce3178e | [
"MIT"
] | null | null | null | /* Copyright 2003-2005 Guillaume Duhamel
Copyright 2004-2005 Theo Berkau
This file is part of Yabause.
Yabause 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... | 42.391892 | 84 | 0.778132 | [
"vector"
] |
d5ea85ab00902441d14f621680a9b2dfbb4400f6 | 116,211 | c | C | vtkVmtk/Utilities/Stellar_1.0/src/insertion.c | michelebucelli/vmtk | 738bd1d152e8836847ab4d75f7e8360bd574e724 | [
"Apache-2.0"
] | 217 | 2015-01-05T19:08:30.000Z | 2022-03-31T12:14:59.000Z | vtkVmtk/Utilities/Stellar_1.0/src/insertion.c | mrp089/vmtk | 64675f598e31bc6be3d4fba903fb59bf1394f492 | [
"Apache-2.0"
] | 226 | 2015-03-31T07:16:06.000Z | 2022-03-01T14:59:30.000Z | vtkVmtk/Utilities/Stellar_1.0/src/insertion.c | mrp089/vmtk | 64675f598e31bc6be3d4fba903fb59bf1394f492 | [
"Apache-2.0"
] | 132 | 2015-02-16T11:38:34.000Z | 2022-03-18T04:38:45.000Z | /*****************************************************************************/
/* */
/* Vertex insertion routines */
/* */
... | 35.867593 | 202 | 0.492329 | [
"mesh"
] |
41244870d950cd50135e6933d8e0c75f59558b5f | 1,979 | h | C | bin/windows/cpp/obj/include/com/haxepunk/Mask.h | DrSkipper/twogames | 916e8af6cd45cf85fbca4a6ea8ee12e24dd6689b | [
"MIT"
] | null | null | null | bin/windows/cpp/obj/include/com/haxepunk/Mask.h | DrSkipper/twogames | 916e8af6cd45cf85fbca4a6ea8ee12e24dd6689b | [
"MIT"
] | null | null | null | bin/windows/cpp/obj/include/com/haxepunk/Mask.h | DrSkipper/twogames | 916e8af6cd45cf85fbca4a6ea8ee12e24dd6689b | [
"MIT"
] | null | null | null | #ifndef INCLUDED_com_haxepunk_Mask
#define INCLUDED_com_haxepunk_Mask
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS0(IMap)
HX_DECLARE_CLASS2(com,haxepunk,Entity)
HX_DECLARE_CLASS2(com,haxepunk,Mask)
HX_DECLARE_CLASS2(com,haxepunk,Tweener)
HX_DECLARE_CLASS3(com,haxepunk,masks,Hitbox)
HX_DECLARE_CLASS3(com... | 26.743243 | 105 | 0.758969 | [
"object",
"vector"
] |
414db5202babbb1bd14123f54ea66a87a7221a0f | 1,490 | h | C | Kodgen/Include/Kodgen/Misc/Settings.h | jsoysouvanh/Kodgen | bd6892b3578229652120d30abb96cd12444f72bb | [
"MIT"
] | 19 | 2020-08-07T05:50:09.000Z | 2022-03-27T18:44:46.000Z | Kodgen/Include/Kodgen/Misc/Settings.h | Angelysse/Kodgen | a647bc1e552e8e57db4e60de77c853379e4ca4d8 | [
"MIT"
] | 2 | 2021-11-19T05:44:16.000Z | 2022-03-27T22:43:30.000Z | Kodgen/Include/Kodgen/Misc/Settings.h | Angelysse/Kodgen | a647bc1e552e8e57db4e60de77c853379e4ca4d8 | [
"MIT"
] | 2 | 2020-06-12T17:26:42.000Z | 2021-12-01T07:07:50.000Z | /**
* Copyright (c) 2021 Julien SOYSOUVANH - All Rights Reserved
*
* This file is part of the Kodgen library project which is released under the MIT License.
* See the LICENSE.md file for full license details.
*/
#pragma once
#include "Kodgen/Misc/Toml11.h"
#include "Kodgen/Misc/Filesystem.h"
namespace kodgen
{
//F... | 28.113208 | 90 | 0.685235 | [
"object"
] |
4152316e3c3425ef33ded3bfd94d94ebd0218710 | 6,276 | c | C | create.c | guardiansofgardengrove/2019-guardians-of-garden-grove | ed968be1294c6ba0143ef7504d9cc1db957926fb | [
"MIT"
] | null | null | null | create.c | guardiansofgardengrove/2019-guardians-of-garden-grove | ed968be1294c6ba0143ef7504d9cc1db957926fb | [
"MIT"
] | 1 | 2019-04-29T02:41:02.000Z | 2019-04-29T02:48:12.000Z | create.c | guardiansofgardengrove/2019-guardians-of-garden-grove | ed968be1294c6ba0143ef7504d9cc1db957926fb | [
"MIT"
] | 1 | 2019-04-29T02:10:37.000Z | 2019-04-29T02:10:37.000Z | #include <kipr/botball.h>
int main()
{
printf("This is the create's code\n");
//List integers:
int power = 3;
int people = 0;
int powerP = get_servo_position(power);
int peopleP = get_servo_position(people);
int quarter = 950;
int timer = 0;
//startup prerun functions
cre... | 25.408907 | 115 | 0.582059 | [
"object"
] |
4152729fb682597b158b045022b082916eebf371 | 3,194 | h | C | includes/Point2D.h | mtrebi/Rasterizer | 75ade449cd873552ededb86af62b2f867410d08d | [
"MIT"
] | 74 | 2018-02-12T13:37:32.000Z | 2022-03-20T01:16:44.000Z | includes/Point2D.h | mtrebi/Rasterizer | 75ade449cd873552ededb86af62b2f867410d08d | [
"MIT"
] | 3 | 2020-01-07T08:18:22.000Z | 2020-10-12T16:43:47.000Z | includes/Point2D.h | mtrebi/Rasterizer | 75ade449cd873552ededb86af62b2f867410d08d | [
"MIT"
] | 21 | 2018-07-27T11:00:54.000Z | 2022-02-12T14:07:11.000Z | #ifndef __POINT_2D__
#define __POINT_2D__
// Copyright (C) Kevin Suffern 2000-2007.
// This C++ code is for non-commercial purposes only.
// This C++ code is licensed under the GNU General Public License Version 2.
// See the file COPYING.txt for the full license.
// 2D points are used to store sample po... | 25.149606 | 77 | 0.516594 | [
"vector"
] |
4166a007d68688f115005508c8afa0b7cee309ff | 1,534 | h | C | src/type/graphics_types.h | sdsmith/raytracer | f7c57fd272c798eabb455258c0056bfaec1bbd4c | [
"MIT"
] | null | null | null | src/type/graphics_types.h | sdsmith/raytracer | f7c57fd272c798eabb455258c0056bfaec1bbd4c | [
"MIT"
] | 23 | 2018-07-11T06:34:46.000Z | 2018-11-11T05:12:37.000Z | src/type/graphics_types.h | sdsmith/raytracer | f7c57fd272c798eabb455258c0056bfaec1bbd4c | [
"MIT"
] | null | null | null | #pragma once
#include "math/ray.h"
#include "math/vec3.h"
#include "scene/scene.h"
#include <memory>
#include <ostream>
#include <vector>
struct Viewport {
public:
unsigned width; //!< pixel width
unsigned height; //!< pixel height
float aspect_ratio() const;
};
std::ostream& operator<<(std::ostream& ... | 30.078431 | 77 | 0.654498 | [
"vector"
] |
4169f1d261d590b71aadf15cd1586439bc187493 | 2,524 | h | C | hyperUI/include/StandardUI/UIHistogram.h | sadcatsoft/hyperui | f26242a9034ad1e0abf54bd7691fe48809262f5b | [
"MIT"
] | 2 | 2019-05-17T16:16:21.000Z | 2019-08-21T20:18:22.000Z | hyperUI/python/dist/mac/hyperui/HyperUI.framework/Versions/A/Headers/StandardUI/UIHistogram.h | sadcatsoft/hyperui | f26242a9034ad1e0abf54bd7691fe48809262f5b | [
"MIT"
] | 1 | 2018-10-18T22:05:12.000Z | 2018-10-18T22:05:12.000Z | hyperUI/python/dist/mac/hyperui/HyperUI.framework/Versions/A/Headers/StandardUI/UIHistogram.h | sadcatsoft/hyperui | f26242a9034ad1e0abf54bd7691fe48809262f5b | [
"MIT"
] | null | null | null | #pragma once
class UIHistogram;
/*****************************************************************************/
struct HYPERUI_API SHistSDataSeries
{
SHistSDataSeries() { myVertexInfo = NULL; myNumVerts = 0; myIsVisible = true; }
~SHistSDataSeries() { clear(); }
void clear() { delete[] myVertexInfo; myVer... | 34.575342 | 146 | 0.709984 | [
"vector"
] |
41868f2102258b939b012029ae35313399921302 | 7,904 | h | C | Vc/common/simdarrayfwd.h | C3NZ/vc-fork | 354d8a6612b38eb9732cb8ff754f58aea687ff09 | [
"BSD-3-Clause"
] | 1,252 | 2015-05-26T19:15:12.000Z | 2022-03-31T19:19:50.000Z | Vc/common/simdarrayfwd.h | C3NZ/vc-fork | 354d8a6612b38eb9732cb8ff754f58aea687ff09 | [
"BSD-3-Clause"
] | 293 | 2015-07-01T11:58:24.000Z | 2022-03-31T15:04:03.000Z | Vc/common/simdarrayfwd.h | C3NZ/vc-fork | 354d8a6612b38eb9732cb8ff754f58aea687ff09 | [
"BSD-3-Clause"
] | 162 | 2015-06-06T09:12:36.000Z | 2022-03-17T08:47:02.000Z | /* This file is part of the Vc library. {{{
Copyright © 2014-2015 Matthias Kretz <kretz@kde.org>
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
not... | 37.459716 | 92 | 0.733679 | [
"vector"
] |
418f7e04af10bbea0cbf9228028fa0ab049b2576 | 31,954 | c | C | recc/recc-implementation/libbootstrap.c | oscourse-tsinghua/OS2018spring-projects-g02 | 4adfd1c00096b1ff804a5874d9c400043a087d92 | [
"MIT"
] | 249 | 2015-04-01T01:25:41.000Z | 2022-03-02T03:40:33.000Z | recc/recc-implementation/libbootstrap.c | Hoblovski/OS2018spring-projects-g02 | 6a4894a1114848b064bcb847362a1f62746b3337 | [
"MIT"
] | 7 | 2015-07-03T19:44:04.000Z | 2021-07-19T21:25:40.000Z | recc/recc-implementation/libbootstrap.c | Hoblovski/OS2018spring-projects-g02 | 6a4894a1114848b064bcb847362a1f62746b3337 | [
"MIT"
] | 22 | 2015-07-02T08:54:45.000Z | 2020-03-18T09:55:19.000Z | /*
Copyright 2016 Robert Elder Software 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 b... | 49.009202 | 349 | 0.791732 | [
"object"
] |
41901e311108155cfb8e7d267d6f33411d689854 | 1,281 | h | C | autode/ext/include/points.h | tlestang/autodE | 56fd4c78e7d7e78c5747428190211ff69dc6d94a | [
"MIT"
] | 90 | 2020-03-13T15:03:35.000Z | 2022-03-14T13:41:04.000Z | autode/ext/include/points.h | skphy/autodE | fd80995206ac601299d2f78105d0fe4deee8c2cf | [
"MIT"
] | 117 | 2020-06-13T00:11:06.000Z | 2022-03-24T08:54:16.000Z | autode/ext/include/points.h | skphy/autodE | fd80995206ac601299d2f78105d0fe4deee8c2cf | [
"MIT"
] | 26 | 2020-08-14T04:52:53.000Z | 2022-03-06T13:04:17.000Z | #ifndef ADE_EXT_POINTS_H
#define ADE_EXT_POINTS_H
#include "vector"
namespace autode {
class CubePointGenerator {
private:
// Attributes
std::vector<std::vector<double>> s_grad;
std::vector<double> delta_point;
// Constructor helpers
void set_i... | 26.6875 | 76 | 0.5121 | [
"vector"
] |
4198eb4d37c91bd0cdf74a3f1847f052ffa62321 | 2,409 | h | C | course/include/matrix3.h | adevitturi/cppl1_q12020 | 916162e36a1cd78ab40cd5208dbe41459a65a993 | [
"Apache-2.0"
] | null | null | null | course/include/matrix3.h | adevitturi/cppl1_q12020 | 916162e36a1cd78ab40cd5208dbe41459a65a993 | [
"Apache-2.0"
] | 1 | 2020-06-18T13:09:37.000Z | 2020-06-18T13:09:37.000Z | course/include/matrix3.h | adevitturi/cppl1_q12020 | 916162e36a1cd78ab40cd5208dbe41459a65a993 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <vector>
#include "vector3.h"
namespace ekumen {
namespace math {
// Represents a 3x3 matrix in the real-domain.
class Matrix3 {
public:
// The 3x3 identity matrix;
static const Matrix3 kIdentity;
// A 3x3 zero-filled matrix.
static const Matrix3 kZero;
// A 3x3 one-filled matrix.
... | 26.766667 | 80 | 0.709838 | [
"vector"
] |
419f1e7438812780e3f017d09e527941f6e63923 | 4,003 | h | C | winp/winp/event/event_manager.h | benbraide/winp | 2a20b82708d239a93cc50f239798d69f7217c47b | [
"MIT"
] | null | null | null | winp/winp/event/event_manager.h | benbraide/winp | 2a20b82708d239a93cc50f239798d69f7217c47b | [
"MIT"
] | null | null | null | winp/winp/event/event_manager.h | benbraide/winp | 2a20b82708d239a93cc50f239798d69f7217c47b | [
"MIT"
] | null | null | null | #pragma once
#include <functional>
#include <unordered_map>
#include "../thread/thread_object.h"
#include "../utility/random_number.h"
#include "event_object.h"
namespace winp::event{
class manager_base{
protected:
friend class ui::object;
explicit manager_base(thread::item &owner)
: owner_(owner){}
vi... | 26.335526 | 145 | 0.700724 | [
"object"
] |
41a20db699be3b6eba0505e5955d774e55aea84d | 5,424 | c | C | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56780_a0/dna_2_4_13/bcm56780_a0_dna_2_4_13_lta_bcmltx_field_demux_l3_ipv4_unicast_defip_tablet_vrf_maskf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56780_a0/dna_2_4_13/bcm56780_a0_dna_2_4_13_lta_bcmltx_field_demux_l3_ipv4_unicast_defip_tablet_vrf_maskf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56780_a0/dna_2_4_13/bcm56780_a0_dna_2_4_13_lta_bcmltx_field_demux_l3_ipv4_unicast_defip_tablet_vrf_maskf_0_xfrm_handler.c | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | /*******************************************************************************
*
* DO NOT EDIT THIS FILE!
* This file is auto-generated by fltg from Logical Table mapping files.
*
* Tool: $SDK/INTERNAL/fltg/bin/fltg
*
* Edits to this file will be lost when it is regenerated.
*
* This license is set out in ht... | 44.097561 | 135 | 0.787979 | [
"transform"
] |
41a23c8b1116b272ff08cd0d42df74be45025e6e | 1,947 | h | C | MITK/Plugins/uk.ac.ucl.cmic.xnat/src/internal/XnatBrowserView.h | NifTK/NifTK | 2358b333c89ff1bba1c232eecbbcdc8003305dfe | [
"BSD-3-Clause"
] | 13 | 2018-07-28T13:36:38.000Z | 2021-11-01T19:17:39.000Z | MITK/Plugins/uk.ac.ucl.cmic.xnat/src/internal/XnatBrowserView.h | NifTK/NifTK | 2358b333c89ff1bba1c232eecbbcdc8003305dfe | [
"BSD-3-Clause"
] | null | null | null | MITK/Plugins/uk.ac.ucl.cmic.xnat/src/internal/XnatBrowserView.h | NifTK/NifTK | 2358b333c89ff1bba1c232eecbbcdc8003305dfe | [
"BSD-3-Clause"
] | 10 | 2018-08-20T07:06:00.000Z | 2021-07-07T07:55:27.000Z | /*=============================================================================
NifTK: A software platform for medical image computing.
Copyright (c) University College London (UCL). All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY o... | 27.422535 | 107 | 0.700051 | [
"object"
] |
41a4f9d095a8855cb51bafe32cc458688660fc44 | 2,493 | h | C | headers/CompElementTemplate.h | jjssobrinho/FemCourseEigenClass2021 | 25f35e9ce32d92057151b15ee5e9c2fa7db0db4e | [
"MIT"
] | 1 | 2021-06-12T13:21:51.000Z | 2021-06-12T13:21:51.000Z | headers/CompElementTemplate.h | Kauehenrik/FemCourseEigenClass2021 | d4927d92b541fdd2b2aa1fa424a413dd561ae96e | [
"MIT"
] | 1 | 2021-06-16T12:36:07.000Z | 2021-06-16T12:36:07.000Z | headers/CompElementTemplate.h | Kauehenrik/FemCourseEigenClass2021 | d4927d92b541fdd2b2aa1fa424a413dd561ae96e | [
"MIT"
] | 12 | 2021-04-26T13:53:32.000Z | 2021-07-24T03:12:36.000Z | //
// CompElementTemplate.h
// FemCourse
//
// Created by Philippe Devloo on 24/04/18.
//
#ifndef CompElementTemplate_h
#define CompElementTemplate_h
#include "CompElement.h"
#include "DOF.h"
/**
@brief Computational element based on @ref shape
This class implements the computation of element shape functions and... | 27.395604 | 105 | 0.71079 | [
"mesh",
"object",
"shape",
"vector"
] |
41a97fa9d1f0367fca3d2c55b367638fb40d9cf6 | 2,307 | h | C | base/file_version_info.h | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | 2 | 2017-09-02T19:08:28.000Z | 2021-11-15T15:15:14.000Z | base/file_version_info.h | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | null | null | null | base/file_version_info.h | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | 1 | 2020-04-13T05:45:10.000Z | 2020-04-13T05:45:10.000Z | // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_FILE_VERSION_INFO_H__
#define BASE_FILE_VERSION_INFO_H__
#pragma once
#include <string>
#include "build/build_config.h"
class Fil... | 38.45 | 80 | 0.749025 | [
"object"
] |
84b0c28f8a0b92d3d907257145566d77c4c6606a | 3,509 | h | C | update_engine/chrome_browser_proxy_resolver.h | Keneral/asystem | df12381b72ef3d629c8efc61100cc8c714195320 | [
"Unlicense"
] | null | null | null | update_engine/chrome_browser_proxy_resolver.h | Keneral/asystem | df12381b72ef3d629c8efc61100cc8c714195320 | [
"Unlicense"
] | null | null | null | update_engine/chrome_browser_proxy_resolver.h | Keneral/asystem | df12381b72ef3d629c8efc61100cc8c714195320 | [
"Unlicense"
] | null | null | null | //
// Copyright (C) 2011 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | 35.444444 | 80 | 0.731832 | [
"object"
] |
84c861737c1b75c9e03d3ea473185aae1e6a04bd | 6,679 | h | C | src/conv2d_proj/headers/Conv2DSelect.h | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 13 | 2022-01-17T16:14:26.000Z | 2022-03-30T02:06:04.000Z | src/conv2d_proj/headers/Conv2DSelect.h | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 1 | 2022-01-28T23:17:14.000Z | 2022-01-28T23:17:14.000Z | src/conv2d_proj/headers/Conv2DSelect.h | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 3 | 2022-01-18T02:13:53.000Z | 2022-03-06T19:28:19.000Z | #ifndef CONV2DSELECT_H
#define CONV2DSELECT_H
#include "SelectionComp.h"
#include "Lambda.h"
#include "LambdaCreationFunctions.h"
#include "TensorData.h"
//LA libraries:
#include <eigen3/unsupported/Eigen/CXX11/Tensor>
#include <cmath>
//ATen libraries:
#include <ATen/ATen.h>
#include <ATen/Functions.h>
using nam... | 28.300847 | 137 | 0.57299 | [
"vector",
"3d"
] |
84daeeef936b9e01b8b8d555cb92fad32389e3cf | 15,778 | c | C | basic_programming/libzebra/memory.c | shan3275/c | 481bdac8c3e852703b5a78859edf5148732a4452 | [
"BSD-2-Clause"
] | null | null | null | basic_programming/libzebra/memory.c | shan3275/c | 481bdac8c3e852703b5a78859edf5148732a4452 | [
"BSD-2-Clause"
] | null | null | null | basic_programming/libzebra/memory.c | shan3275/c | 481bdac8c3e852703b5a78859edf5148732a4452 | [
"BSD-2-Clause"
] | null | null | null | /*
* Memory management routine
* Copyright (C) 1998 Kunihiro Ishiguro
*
* This file is part of GNU Zebra.
*
* GNU Zebra is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2, or (at your opt... | 24.538103 | 82 | 0.642921 | [
"vector"
] |
84e42ec7eb7e9fd6061761ec066f458cf6892216 | 2,108 | h | C | src/rendering/FileReporter.h | skylerpfli/libpag | 41adf2754a428569d3513a85908bcc6c1bf3d906 | [
"BSL-1.0",
"CC0-1.0",
"MIT"
] | 1,546 | 2022-01-14T02:09:47.000Z | 2022-03-31T10:38:42.000Z | src/rendering/FileReporter.h | skylerpfli/libpag | 41adf2754a428569d3513a85908bcc6c1bf3d906 | [
"BSL-1.0",
"CC0-1.0",
"MIT"
] | 86 | 2022-01-14T04:50:28.000Z | 2022-03-31T01:54:31.000Z | src/rendering/FileReporter.h | skylerpfli/libpag | 41adf2754a428569d3513a85908bcc6c1bf3d906 | [
"BSL-1.0",
"CC0-1.0",
"MIT"
] | 207 | 2022-01-14T02:09:52.000Z | 2022-03-31T08:34:49.000Z | /////////////////////////////////////////////////////////////////////////////////////////////////
//
// Tencent is pleased to support the open source community by making libpag available.
//
// Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the Apache License, Versio... | 30.114286 | 97 | 0.675996 | [
"vector"
] |
84e5c031a2ba726d3d2948594d775220976b7c3f | 473 | h | C | CrescentEngine/Core/Defunct/VertexBuffer.h | xRiveria/Crescent-Engine | b6512b6a8dab2d27cf542c562ccc28f21bf2345d | [
"Apache-2.0"
] | 2 | 2020-12-18T03:43:07.000Z | 2020-12-23T12:20:00.000Z | CrescentEngine/Core/Defunct/VertexBuffer.h | xRiveria/Crescent-Engine | b6512b6a8dab2d27cf542c562ccc28f21bf2345d | [
"Apache-2.0"
] | null | null | null | CrescentEngine/Core/Defunct/VertexBuffer.h | xRiveria/Crescent-Engine | b6512b6a8dab2d27cf542c562ccc28f21bf2345d | [
"Apache-2.0"
] | null | null | null | #pragma once
class VertexBuffer
{
public:
VertexBuffer(const void* data, unsigned int size);
~VertexBuffer();
void Bind() const;
void Unbind() const;
private:
//We know that OpenGL needs an unsigned integer to keep track of every object we create in OpenGL such as Textures, Shaders etc.
//Each one gets a uniqu... | 29.5625 | 146 | 0.758985 | [
"object"
] |
84ec72266abd67b368705efb2838f99eaf862c06 | 3,823 | h | C | include/ecn_visualodom/ar_display.h | ptiwari0664/ecn_visualodom | fa91d51313c76c53b56cd84b0f6aaef97257c8bc | [
"MIT"
] | 1 | 2020-05-10T10:47:42.000Z | 2020-05-10T10:47:42.000Z | include/ecn_visualodom/ar_display.h | ptiwari0664/ecn_visualodom | fa91d51313c76c53b56cd84b0f6aaef97257c8bc | [
"MIT"
] | null | null | null | include/ecn_visualodom/ar_display.h | ptiwari0664/ecn_visualodom | fa91d51313c76c53b56cd84b0f6aaef97257c8bc | [
"MIT"
] | null | null | null | #ifndef AR_DISPLAY_H
#define AR_DISPLAY_H
#include <visp/vpAROgre.h>
#include <visp/vpImage.h>
#include <visp/vpIoTools.h>
#include <visp/vpImageConvert.h>
#include <visp/vpTime.h>
#include <visp/vpDisplayX.h>
#include <sstream>
class ModelDisplay
{
public:
ModelDisplay(bool use_ar = false) {init_ = false;use_ar_... | 27.503597 | 121 | 0.529689 | [
"mesh",
"vector"
] |
84fed2fbb27f10a32bffb225ae6a62b4a41e4444 | 768 | h | C | include/Camera.h | gmryuuko/CG-FPSGame | 816da7cc491cccb062d56863fa8266fda67066f9 | [
"MIT"
] | null | null | null | include/Camera.h | gmryuuko/CG-FPSGame | 816da7cc491cccb062d56863fa8266fda67066f9 | [
"MIT"
] | null | null | null | include/Camera.h | gmryuuko/CG-FPSGame | 816da7cc491cccb062d56863fa8266fda67066f9 | [
"MIT"
] | null | null | null | #pragma once
#ifndef CAMERA_H
#define CAMERA_H
#include "Transform.h"
#include "Input.h"
#include "Light.h"
#include "MK14.h"
#include "P1911.h"
// FPS风格的摄像机
class Camera {
private:
Light::SpotLight* light;
GameObject* gun;
public:
Transform* transform;
float zoom = 45;
bool camMoved;
double... | 21.333333 | 71 | 0.68099 | [
"transform"
] |
1700fa5e2db81fc2c5d6d9de9ec87a9b44fe4175 | 415 | h | C | FYLib/Classes/Utility/FYVideoHelper.h | fanyingzhao/FYLib | ae5cac0c1438a515a4f5d0adc97af58ce9f2a904 | [
"MIT"
] | 1 | 2021-06-29T05:23:15.000Z | 2021-06-29T05:23:15.000Z | FYLib/Classes/Utility/FYVideoHelper.h | fanyingzhao/FYLib | ae5cac0c1438a515a4f5d0adc97af58ce9f2a904 | [
"MIT"
] | null | null | null | FYLib/Classes/Utility/FYVideoHelper.h | fanyingzhao/FYLib | ae5cac0c1438a515a4f5d0adc97af58ce9f2a904 | [
"MIT"
] | null | null | null | //
// FYVideoHelper.h
// FFKit
//
// Created by fan on 17/3/14.
// Copyright © 2017年 fan. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
@interface FYVideoHelper : NSObject
+ (void)tailorVideo:(NSString*)path exportPath:(NSString*)exportPath size:(CGSize)size tran... | 23.055556 | 178 | 0.742169 | [
"transform"
] |
1705834544a70b82b2a6a3a4500a89cc36a9c2c7 | 2,652 | c | C | others/SequentialSequence.c | catarinaacsilva/c-algorithms | 958da92cd17024b3135c41a328edc7b364a71ae8 | [
"MIT"
] | null | null | null | others/SequentialSequence.c | catarinaacsilva/c-algorithms | 958da92cd17024b3135c41a328edc7b364a71ae8 | [
"MIT"
] | null | null | null | others/SequentialSequence.c | catarinaacsilva/c-algorithms | 958da92cd17024b3135c41a328edc7b364a71ae8 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
/* alusão da função que implementa o algoritmo pretendido */
/* allusion to the function that implements the algorithm */
int SequentialSequence (int [], int);
/* variável global para contar as operações aritméticas executadas pelo algoritmo */
/* global var... | 34.894737 | 106 | 0.620664 | [
"3d"
] |
1705ff1c398e8399725602d8b7e6d69b0225d3b6 | 2,667 | h | C | sys/include/sch.h | apexrtos/apex | 9538ab2f5b974035ca30ca8750479bdefe153047 | [
"0BSD"
] | 15 | 2020-05-08T06:21:58.000Z | 2021-12-11T18:10:43.000Z | sys/include/sch.h | apexrtos/apex | 9538ab2f5b974035ca30ca8750479bdefe153047 | [
"0BSD"
] | 11 | 2020-05-08T06:46:37.000Z | 2021-03-30T05:46:03.000Z | sys/include/sch.h | apexrtos/apex | 9538ab2f5b974035ca30ca8750479bdefe153047 | [
"0BSD"
] | 5 | 2020-08-31T17:05:03.000Z | 2021-12-08T07:09:00.000Z | /*-
* Copyright (c) 2005-2007, Kohsuke Ohtani
* 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 o... | 34.192308 | 77 | 0.737533 | [
"object"
] |
170bc8a82491ec4da9bbc4e0867b27fe3f6b7369 | 1,282 | h | C | src/3d/geometry/event.h | wkrzemien/j-pet-mlem | 4ed746f3fe79890e4141158cd49d1869938105de | [
"Apache-2.0"
] | null | null | null | src/3d/geometry/event.h | wkrzemien/j-pet-mlem | 4ed746f3fe79890e4141158cd49d1869938105de | [
"Apache-2.0"
] | 5 | 2018-08-08T08:26:04.000Z | 2020-05-13T13:33:39.000Z | src/3d/geometry/event.h | wkrzemien/j-pet-mlem | 4ed746f3fe79890e4141158cd49d1869938105de | [
"Apache-2.0"
] | 5 | 2018-06-04T21:04:29.000Z | 2021-07-03T14:19:39.000Z | #pragma once
#if !__CUDACC__
#include <ostream>
#endif
#include "3d/geometry/vector.h"
#include "3d/geometry/point.h"
#include "2d/barrel/event.h"
#include "util/cuda/compat.h"
namespace PET3D {
/// Generic 3D emission event
////
/// Emission event consist of origin (emission) point \f$ origin = (x, y, z) \f$
/// ... | 25.64 | 80 | 0.656006 | [
"geometry",
"vector",
"3d"
] |
41b66e8dc61f51d57bb3f9863bf5145c1e690064 | 3,178 | h | C | src/Nuz/SceneManager/GameObjectFloder.h | SmallLuma/NuzGameEngine | 01465469bf2f5c7c2646978576280c4c464cd02a | [
"MIT"
] | null | null | null | src/Nuz/SceneManager/GameObjectFloder.h | SmallLuma/NuzGameEngine | 01465469bf2f5c7c2646978576280c4c464cd02a | [
"MIT"
] | null | null | null | src/Nuz/SceneManager/GameObjectFloder.h | SmallLuma/NuzGameEngine | 01465469bf2f5c7c2646978576280c4c464cd02a | [
"MIT"
] | null | null | null | #pragma once
#include <map>
#include <memory>
#include <vector>
#include <set>
#include <queue>
#include "../../../include/Nuz/SceneManager/Component.h"
namespace Nuz_ {
struct DrawTask2D;
struct DrawTask3D;
class Camera2D;
class Camera3D;
class GameObjectFloder final {
public:
enum ParentType { SCENE, GAMEOBJ... | 34.543478 | 120 | 0.735997 | [
"vector"
] |
41bb0a186f3ae8e2fdc8f2e3a2f429286739edc2 | 16,837 | c | C | drivers/sensor/mpu6050/src/mpu6050.c | Ajit-M/Autopilot | 1718a052f1b0a828f97a76826673100611d2e989 | [
"Apache-2.0"
] | null | null | null | drivers/sensor/mpu6050/src/mpu6050.c | Ajit-M/Autopilot | 1718a052f1b0a828f97a76826673100611d2e989 | [
"Apache-2.0"
] | null | null | null | drivers/sensor/mpu6050/src/mpu6050.c | Ajit-M/Autopilot | 1718a052f1b0a828f97a76826673100611d2e989 | [
"Apache-2.0"
] | 1 | 2021-03-18T11:44:55.000Z | 2021-03-18T11:44:55.000Z | /*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#define DT_DRV_COMPAT invensense_mpu6050
#include <drivers/i2c.h>
#include <init.h>
#include <sys/byteorder.h>
#include <drivers/sensor.h>
#include <logging/log.h>
#include <stdlib.h>
#include <math.h>
#include "mpu6050.h"
LO... | 24.087268 | 129 | 0.663954 | [
"object"
] |
41cf745428dbb75ca63a95dc1f927f8b8b471288 | 14,086 | h | C | NextBot/NextBotEventResponderInterface.h | jaychellah/survivor_battle_stations_fix | 3b1f0ce1602fb941897381d9b6e6b794dbe07ff5 | [
"MIT"
] | null | null | null | NextBot/NextBotEventResponderInterface.h | jaychellah/survivor_battle_stations_fix | 3b1f0ce1602fb941897381d9b6e6b794dbe07ff5 | [
"MIT"
] | null | null | null | NextBot/NextBotEventResponderInterface.h | jaychellah/survivor_battle_stations_fix | 3b1f0ce1602fb941897381d9b6e6b794dbe07ff5 | [
"MIT"
] | null | null | null | // NextBotEventResponderInterface.h
// Interface for propagating and responding to events
// Author: Michael Booth, May 2006
// Copyright (c) 2006 Turtle Rock Studios, Inc. - All Rights Reserved
#ifndef _NEXT_BOT_EVENT_RESPONDER_INTERFACE_H_
#define _NEXT_BOT_EVENT_RESPONDER_INTERFACE_H_
class Path;
class CT... | 36.210797 | 188 | 0.724762 | [
"vector",
"model"
] |
41d7da0fd6d49cf17057cbf7161238b6f1296cb8 | 40,073 | c | C | dpsk_boost_vmc.X/sources/power_control/devices/dev_boost_pconfig.c | microchip-pic-avr-examples/dpsk3-power-boost-voltage-mode-control | f21139a7f4a729f4d3611dc8c589193f62cacfdd | [
"ADSL"
] | 2 | 2021-11-05T20:54:44.000Z | 2022-02-14T09:41:09.000Z | dpsk_boost_vmc.X/sources/power_control/devices/dev_boost_pconfig.c | microchip-pic-avr-examples/dpsk3-power-boost-voltage-mode-control | f21139a7f4a729f4d3611dc8c589193f62cacfdd | [
"ADSL"
] | null | null | null | dpsk_boost_vmc.X/sources/power_control/devices/dev_boost_pconfig.c | microchip-pic-avr-examples/dpsk3-power-boost-voltage-mode-control | f21139a7f4a729f4d3611dc8c589193f62cacfdd | [
"ADSL"
] | 2 | 2022-02-08T06:22:33.000Z | 2022-02-26T11:13:51.000Z | /*
* File: drv_boost_pconfig.c
* Author: M91406
*
* Created on March 12, 2020, 4:31 PM
*/
#if (__XC16_VERSION__ > 1500)
#pragma message ("Warning: Library file '" __FILE__ "' has not been tested with the recently selected compiler version")
#endif
#include <xc.h> // include processor files - each processor f... | 48.573333 | 190 | 0.654755 | [
"object"
] |
41d8e51890f86196865d88bc7b0ec9c8a4415ba8 | 678 | h | C | Source/moja.flint/include/moja/flint/recordutils.h | moja-global/flint | 2c65c5808d908247ce8ee4d9f87f11c7dd57794e | [
"BSL-1.0"
] | null | null | null | Source/moja.flint/include/moja/flint/recordutils.h | moja-global/flint | 2c65c5808d908247ce8ee4d9f87f11c7dd57794e | [
"BSL-1.0"
] | 1 | 2020-07-12T11:30:00.000Z | 2020-07-18T14:50:16.000Z | Source/moja.flint/include/moja/flint/recordutils.h | moja-global/flint | 2c65c5808d908247ce8ee4d9f87f11c7dd57794e | [
"BSL-1.0"
] | null | null | null | #ifndef MOJA_FLINT_RECORD_UTILS_H_
#define MOJA_FLINT_RECORD_UTILS_H_
#include "moja/flint/_flint_exports.h"
#include "moja/flint/record.h"
#include <moja/types.h>
#include <Poco/Tuple.h>
#include <vector>
namespace moja {
namespace flint {
template <class TPersistable>
struct RecordHasher {
s... | 23.37931 | 119 | 0.713864 | [
"vector"
] |
41dabf47d1c02604449c49fa98aca3348f3c2ed3 | 2,089 | h | C | Tools/MedusaExport/max9/include/XRef/iXrefObjMgr.h | CarysT/medusa | 8e79f7738534d8cf60577ec42ed86621533ac269 | [
"MIT"
] | 32 | 2016-05-22T23:09:19.000Z | 2022-03-13T03:32:27.000Z | Tools/MedusaExport/max9/include/XRef/iXrefObjMgr.h | CarysT/medusa | 8e79f7738534d8cf60577ec42ed86621533ac269 | [
"MIT"
] | 2 | 2016-05-30T19:45:58.000Z | 2018-01-24T22:29:51.000Z | Tools/MedusaExport/max9/include/XRef/iXrefObjMgr.h | CarysT/medusa | 8e79f7738534d8cf60577ec42ed86621533ac269 | [
"MIT"
] | 17 | 2016-05-27T11:01:42.000Z | 2022-03-13T03:32:30.000Z | //**************************************************************************/
// Copyright (c) 1998-2005 Autodesk, Inc.
// All rights reserved.
//
// These coded instructions, statements, and computer programs contain
// unpublished proprietary information written by Autodesk, Inc., and are
// protected by Federal cop... | 34.816667 | 117 | 0.692197 | [
"object"
] |
41dc94c6d384ed0fd0abb47fd4825dd128e30ab3 | 8,278 | h | C | src/loader/ImageLoader.h | tippesi/Atlas-Engine | 9d135d79e24de0b826ad119b546b26802ca42207 | [
"BSD-3-Clause"
] | 41 | 2020-07-12T13:53:05.000Z | 2022-03-31T14:36:42.000Z | src/loader/ImageLoader.h | hzqst/Atlas-Engine | fe45c5529815d6ca28a3bad7920d95281efc0028 | [
"BSD-3-Clause"
] | 4 | 2019-12-19T11:36:45.000Z | 2022-03-18T00:23:51.000Z | src/loader/ImageLoader.h | hzqst/Atlas-Engine | fe45c5529815d6ca28a3bad7920d95281efc0028 | [
"BSD-3-Clause"
] | 4 | 2020-07-26T04:21:42.000Z | 2022-03-08T16:23:46.000Z | #ifndef AE_IMAGELOADER_H
#define AE_IMAGELOADER_H
#include "../System.h"
#include "../common/Image.h"
#include "AssetLoader.h"
#include "../Log.h"
#include <vector>
#include <algorithm>
#include <iostream>
#include <fstream>
#include "libraries/stb/stb_image.h"
#include "libraries/stb/stb_image_write.h"
namespace A... | 38.502326 | 129 | 0.50157 | [
"object",
"vector",
"transform"
] |
41e42d46b013a9809e6003c78675511df365007f | 1,200 | c | C | src/math/eigen.c | briling/aepm | 4c9b4984f33d22dbd096948b96bc9aa4e61b728a | [
"MIT"
] | 1 | 2020-01-09T13:51:34.000Z | 2020-01-09T13:51:34.000Z | src/math/eigen.c | briling/aepm | 4c9b4984f33d22dbd096948b96bc9aa4e61b728a | [
"MIT"
] | null | null | null | src/math/eigen.c | briling/aepm | 4c9b4984f33d22dbd096948b96bc9aa4e61b728a | [
"MIT"
] | 2 | 2020-01-09T13:55:26.000Z | 2022-03-18T14:16:40.000Z | #include "matrix.h"
typedef struct{
double value ;
double * vector;
} eigstr;
static int cmpev(const void * p1, const void * p2){
double d;
d = (*((eigstr *)p1)).value - (*((eigstr *)p2)).value;
if (d > 0)
return 1;
else if (d < 0)
return -1;
else
return 0;
}
void eigensort(int n, doubl... | 19.047619 | 56 | 0.546667 | [
"vector"
] |
41e5f64d4a194cb4b4d1e815c3cbbae358cd53d6 | 10,031 | h | C | cups/service-private.h | michaelrsweet/xcs | d85d45b2d727ab28055ab59caa052f0d19982314 | [
"Apache-2.0"
] | null | null | null | cups/service-private.h | michaelrsweet/xcs | d85d45b2d727ab28055ab59caa052f0d19982314 | [
"Apache-2.0"
] | null | null | null | cups/service-private.h | michaelrsweet/xcs | d85d45b2d727ab28055ab59caa052f0d19982314 | [
"Apache-2.0"
] | null | null | null | /*
* Private CUPS service definitions.
*
* Copyright © 2007-2018 by Apple Inc.
*
* Licensed under Apache License v2.0. See the file "LICENSE" for more
* information.
*/
#ifndef _CUPS_SERVICE_PRIVATE_H_
# define _CUPS_SERVICE_PRIVATE_H_
/*
* Include necessary headers...
*/
#include "service.h"
#include "th... | 31.152174 | 92 | 0.668627 | [
"object",
"transform",
"3d"
] |
510893b0c88d95402a56380c667e627c1161b4a1 | 31,342 | h | C | redist/inc/cmqbc.h | gmarcon83/mq-mqi-nodejs | 27d44772254d0d76438022c6305277f603ff6acb | [
"Apache-2.0"
] | null | null | null | redist/inc/cmqbc.h | gmarcon83/mq-mqi-nodejs | 27d44772254d0d76438022c6305277f603ff6acb | [
"Apache-2.0"
] | null | null | null | redist/inc/cmqbc.h | gmarcon83/mq-mqi-nodejs | 27d44772254d0d76438022c6305277f603ff6acb | [
"Apache-2.0"
] | null | null | null | #if !defined(MQBC_INCLUDED) /* File not yet included? */
#define MQBC_INCLUDED /* Show file now included */
/****************************************************************/
/* */
/* IBM MQ for LinuxIntel ... | 43.957924 | 72 | 0.439634 | [
"object"
] |
510a761dab8904b8dd7d963ac7a47abc24c1330b | 5,392 | c | C | test/plugin/INKHttpHooksTrans/INKProto.c | pquerna/trafficserver | 43b94d9926bf11573b178f46c01db6e235f1345e | [
"Apache-2.0"
] | 1 | 2017-10-26T12:04:44.000Z | 2017-10-26T12:04:44.000Z | test/plugin/INKHttpHooksTrans/INKProto.c | pquerna/trafficserver | 43b94d9926bf11573b178f46c01db6e235f1345e | [
"Apache-2.0"
] | null | null | null | test/plugin/INKHttpHooksTrans/INKProto.c | pquerna/trafficserver | 43b94d9926bf11573b178f46c01db6e235f1345e | [
"Apache-2.0"
] | null | null | null | /** @file
A brief file description
@section license License
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you und... | 33.283951 | 94 | 0.756677 | [
"transform"
] |
5de7fc82a02e691c85dd16302a173fa5c7503867 | 2,064 | h | C | sample/eSDK_TP_Native_CPP_Demo/TP_Native_Demo/TP_Native_ScheduleConfDlg.h | lwx294490/eSDK_TP_SDK_Windows_CPP | 9bc48389daa1baa206129cc45b0345a012527794 | [
"Apache-2.0"
] | null | null | null | sample/eSDK_TP_Native_CPP_Demo/TP_Native_Demo/TP_Native_ScheduleConfDlg.h | lwx294490/eSDK_TP_SDK_Windows_CPP | 9bc48389daa1baa206129cc45b0345a012527794 | [
"Apache-2.0"
] | null | null | null | sample/eSDK_TP_Native_CPP_Demo/TP_Native_Demo/TP_Native_ScheduleConfDlg.h | lwx294490/eSDK_TP_SDK_Windows_CPP | 9bc48389daa1baa206129cc45b0345a012527794 | [
"Apache-2.0"
] | 1 | 2019-05-04T01:53:59.000Z | 2019-05-04T01:53:59.000Z | /*Copyright 2015 Huawei Technologies Co., Ltd. All rights reserved.
eSDK is 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 ... | 32.25 | 72 | 0.807655 | [
"vector"
] |
5dee7b8f40f30dab60bab577c5168b9894dea687 | 8,926 | h | C | iotvideo/include/tencentcloud/iotvideo/v20191126/model/CreateStorageServiceRequest.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | iotvideo/include/tencentcloud/iotvideo/v20191126/model/CreateStorageServiceRequest.h | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | iotvideo/include/tencentcloud/iotvideo/v20191126/model/CreateStorageServiceRequest.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
... | 30.568493 | 113 | 0.496639 | [
"vector",
"model"
] |
5dfe6b7adbbca3653850080cb69ac52081161619 | 2,499 | h | C | lib/TomatoOnePixel.h | MRKonrad/OxShmolli2 | abe020f4aa08c1037f04fe80e68f0651d03cccd1 | [
"MIT"
] | 7 | 2018-12-10T10:11:03.000Z | 2021-03-11T14:40:40.000Z | lib/TomatoOnePixel.h | MRKonrad/OxShmolli2 | abe020f4aa08c1037f04fe80e68f0651d03cccd1 | [
"MIT"
] | 10 | 2019-03-10T11:42:55.000Z | 2021-12-10T15:39:41.000Z | lib/TomatoOnePixel.h | MRKonrad/OxShmolli2 | abe020f4aa08c1037f04fe80e68f0651d03cccd1 | [
"MIT"
] | 3 | 2019-12-04T14:05:54.000Z | 2022-02-26T00:24:38.000Z | /*!
* \file TomatoOnePixel.h
* \author Konrad Werys
* \date 2019/11/26
*/
#ifndef TOMATO_TOMATOONEPIXEL_H
#define TOMATO_TOMATOONEPIXEL_H
#include "TomatoOptions.h"
#include "tomatolib_export.h"
namespace Ox {
template<typename MeasureType>
std::map<std::string, MeasureType> calculateOnePixel(TomatoOptio... | 33.77027 | 131 | 0.635454 | [
"model"
] |
5dff9eba686acf2689730cca84914666353b3f42 | 5,074 | c | C | glm/source_code_old/GLM/src/glm_const.c | FLARE-forecast/FLAREv1 | f64b96afc9e8514601d042b808a3d454e5413cfb | [
"MIT"
] | null | null | null | glm/source_code_old/GLM/src/glm_const.c | FLARE-forecast/FLAREv1 | f64b96afc9e8514601d042b808a3d454e5413cfb | [
"MIT"
] | null | null | null | glm/source_code_old/GLM/src/glm_const.c | FLARE-forecast/FLAREv1 | f64b96afc9e8514601d042b808a3d454e5413cfb | [
"MIT"
] | null | null | null | /******************************************************************************
* *
* glm_const.c *
* *
... | 63.425 | 176 | 0.42097 | [
"model"
] |
b9021505b1e4e3a22b86aac0b0ab0ea0155e0234 | 2,179 | h | C | Dyninst-8.2.1/dyninstAPI/src/BPatch_private.h | Vtech181/Path_Armor | 9879a85c7ba56b443aeccde730778dcb6d55a39d | [
"BSD-2-Clause"
] | 47 | 2015-10-14T23:12:32.000Z | 2022-03-18T11:23:59.000Z | Dyninst-8.2.1/dyninstAPI/src/BPatch_private.h | Vtech181/Path_Armor | 9879a85c7ba56b443aeccde730778dcb6d55a39d | [
"BSD-2-Clause"
] | null | null | null | Dyninst-8.2.1/dyninstAPI/src/BPatch_private.h | Vtech181/Path_Armor | 9879a85c7ba56b443aeccde730778dcb6d55a39d | [
"BSD-2-Clause"
] | 18 | 2015-11-04T03:44:22.000Z | 2021-10-14T10:17:39.000Z | /*
* See the dyninst/COPYRIGHT file for copyright information.
*
* We provide the Paradyn Tools (below described as "Paradyn")
* on an AS IS basis, and do not warrant its validity or performance.
* We reserve the right to update, modify, or discontinue this
* software at any time. We shall have no obligation to... | 37.568966 | 80 | 0.751721 | [
"vector"
] |
b9067becd8cc0a22d6c731a458602cfa66b5b453 | 57,673 | c | C | specs-code/discord/guild.c | PapauloGamerOfc/orca | 0c5b04f9c19c5bc54ca994344b7abec1a2ea418f | [
"MIT"
] | null | null | null | specs-code/discord/guild.c | PapauloGamerOfc/orca | 0c5b04f9c19c5bc54ca994344b7abec1a2ea418f | [
"MIT"
] | null | null | null | specs-code/discord/guild.c | PapauloGamerOfc/orca | 0c5b04f9c19c5bc54ca994344b7abec1a2ea418f | [
"MIT"
] | null | null | null | /* This file is generated from specs/discord/guild.json, Please don't edit it. */
#include "specs.h"
/*
https://discord.com/developers/docs/resources/guild#guild-object-guild-structure
*/
void discord_guild_from_json(char *json, size_t len, struct discord_guild *p)
{
static size_t ret=0; // used for debugging
size... | 38.654826 | 116 | 0.579318 | [
"object"
] |
b908f0e383578045ca3b12fa37e52ea2c26f45c3 | 15,676 | c | C | LFSCK_graph_checker/mds.c | DIR-LAB/DIST-LFSCK | bbae957903ab460325281263546aa8cc4b852d3c | [
"MIT"
] | 1 | 2020-05-20T15:57:30.000Z | 2020-05-20T15:57:30.000Z | LFSCK_graph_checker/mds.c | DIR-LAB/DIST-LFSCK | bbae957903ab460325281263546aa8cc4b852d3c | [
"MIT"
] | null | null | null | LFSCK_graph_checker/mds.c | DIR-LAB/DIST-LFSCK | bbae957903ab460325281263546aa8cc4b852d3c | [
"MIT"
] | null | null | null | /* libraries for mds inode + attribute reading code*/
#include <math.h>
#include <inttypes.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>a
#include <stdlib.h>
#include <unistd.h>
#include "ext4_checker.h"
#include "xattr_sk.h"
#include "/usr/include/linux/swab.h"
#include "/usr/in... | 37.412888 | 655 | 0.633389 | [
"object"
] |
b90d5edcae7e34b64dd730384e21a473e2b866aa | 8,166 | h | C | http_connection.h | jonbinney/crow | e02e1d33900b4b120998bcbc366144d421e3b760 | [
"BSD-3-Clause"
] | 1 | 2017-10-17T05:54:38.000Z | 2017-10-17T05:54:38.000Z | http_connection.h | jonbinney/crow | e02e1d33900b4b120998bcbc366144d421e3b760 | [
"BSD-3-Clause"
] | null | null | null | http_connection.h | jonbinney/crow | e02e1d33900b4b120998bcbc366144d421e3b760 | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include <boost/asio.hpp>
#include <http_parser.h>
#include <boost/asio.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/array.hpp>
#include <boost/lexical_cast.hpp>
#include <atomic>
#include <chrono>
#include "datetime.h"
#include "parser.h"
#include "http_response.h"
#include "loggi... | 33.743802 | 113 | 0.462528 | [
"object",
"vector"
] |
b91a92947538474501d635f8cccea8dd8c6d083c | 2,095 | h | C | clients/cpp-qt5-client/client/OAITextTextAutocorrectApi.h | theunifai/unifai-sdk | b010bd37e5a418881ee3747bd8ec6e8e18e08234 | [
"MIT"
] | 1 | 2022-03-30T11:33:28.000Z | 2022-03-30T11:33:28.000Z | clients/cpp-qt5-client/client/OAITextTextAutocorrectApi.h | theunifai/unifai-sdk | b010bd37e5a418881ee3747bd8ec6e8e18e08234 | [
"MIT"
] | null | null | null | clients/cpp-qt5-client/client/OAITextTextAutocorrectApi.h | theunifai/unifai-sdk | b010bd37e5a418881ee3747bd8ec6e8e18e08234 | [
"MIT"
] | null | null | null | /**
* FastAPI
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not ed... | 33.790323 | 144 | 0.794272 | [
"model"
] |
b91badf4f9c5b31d073cb8370d8e577ae430dac0 | 1,024 | c | C | pc_sdl_c/src/lzui/lz_obj_png.c | dh-linghaibin/LZUI | 3579739b5a350a3020aeb939e66e948ebb418824 | [
"MIT"
] | 2 | 2020-07-29T13:03:18.000Z | 2020-12-21T04:37:05.000Z | pc_sdl_c/src/lzui/lz_obj_png.c | dh-linghaibin/LZUI | 3579739b5a350a3020aeb939e66e948ebb418824 | [
"MIT"
] | null | null | null | pc_sdl_c/src/lzui/lz_obj_png.c | dh-linghaibin/LZUI | 3579739b5a350a3020aeb939e66e948ebb418824 | [
"MIT"
] | null | null | null | //
// Created by LHB on 2020/8/3.
//
#include "lzui/lz_obj_png.h"
#include "lzui/lz_draw.h"
static void lz_design (lz_obj_t * obj, lz_point_t *point);
static void lz_event(lz_touch_val_t *val);
lz_obj_t *lz_create_png(int x, int y) {
lz_icon_t * icon = lz_malloc(sizeof(lz_icon_t));
lz_obj_t * obj = lz_create... | 24.380952 | 80 | 0.634766 | [
"mesh"
] |
b92075b130116ea08e4b5bc654f32be969065042 | 7,688 | h | C | include/chasing_utils/Observer.h | icsl-Jeon/chasing_utils | adab01863856a11fc23e1298c9d5a84787288a81 | [
"MIT"
] | null | null | null | include/chasing_utils/Observer.h | icsl-Jeon/chasing_utils | adab01863856a11fc23e1298c9d5a84787288a81 | [
"MIT"
] | null | null | null | include/chasing_utils/Observer.h | icsl-Jeon/chasing_utils | adab01863856a11fc23e1298c9d5a84787288a81 | [
"MIT"
] | null | null | null | //
// Created by jbs on 21. 3. 21..
//
#ifndef AUTO_CHASER2_OBSERVER_H
#define AUTO_CHASER2_OBSERVER_H
#include <chasing_utils/Utils.h>
#define INFEASIBLE_SCORE 0.0
#define INFEASIBLE_SCORE_NORM -1.0
using namespace pcl;
namespace chasing_utils {
namespace observer {
struct ObserverParam{
... | 31.508197 | 123 | 0.573491 | [
"vector"
] |
b92cca9b748202789ca376ca40010df8197fb1a7 | 57,078 | c | C | lib/btree/compaction_daemon.c | CARV-ICS-FORTH/parallax | 1b2726f0149a3dfe5aa91c9da8685ce4fee59591 | [
"Apache-2.0"
] | 20 | 2021-12-29T17:20:23.000Z | 2022-03-24T22:14:32.000Z | lib/btree/compaction_daemon.c | CARV-ICS-FORTH/parallax | 1b2726f0149a3dfe5aa91c9da8685ce4fee59591 | [
"Apache-2.0"
] | 2 | 2022-02-10T13:41:47.000Z | 2022-03-18T00:22:03.000Z | lib/btree/compaction_daemon.c | CARV-ICS-FORTH/parallax | 1b2726f0149a3dfe5aa91c9da8685ce4fee59591 | [
"Apache-2.0"
] | 1 | 2022-02-27T20:39:00.000Z | 2022-02-27T20:39:00.000Z | // Copyright [2021] [FORTH-ICS]
//
// 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 i... | 36.056854 | 117 | 0.720488 | [
"object"
] |
b92e82492194c73013b9aba760a1738edabe766c | 11,453 | h | C | src/voglcore/vogl_dxt_image.h | apportable/vogl | 4f05918a14ba3c4efc3cbd8b05b6964e625c751b | [
"MIT"
] | 5 | 2016-07-23T00:33:31.000Z | 2020-12-18T09:40:35.000Z | src/voglcore/vogl_dxt_image.h | LunarG/vogl | 172a86d9c4ee08dccbf4e342caa1ba63f1ea2b0e | [
"MIT"
] | null | null | null | src/voglcore/vogl_dxt_image.h | LunarG/vogl | 172a86d9c4ee08dccbf4e342caa1ba63f1ea2b0e | [
"MIT"
] | null | null | null | /**************************************************************************
*
* Copyright 2013-2014 RAD Game Tools and Valve Software
* Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this s... | 33.390671 | 165 | 0.595826 | [
"vector"
] |
b9313a6acf4a241d4fc119c6d8b0030d857a8fe7 | 11,203 | h | C | include/cetty/bootstrap/ServerBootstrap.h | frankee/cetty2 | 62ac0cd1438275097e47a9ba471e72efd2746ded | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause"
] | 26 | 2015-11-08T10:58:21.000Z | 2021-02-25T08:27:26.000Z | include/cetty/bootstrap/ServerBootstrap.h | frankee/cetty2 | 62ac0cd1438275097e47a9ba471e72efd2746ded | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-02-18T08:46:17.000Z | 2019-02-18T08:46:17.000Z | include/cetty/bootstrap/ServerBootstrap.h | frankee/cetty2 | 62ac0cd1438275097e47a9ba471e72efd2746ded | [
"BSL-1.0",
"Apache-2.0",
"BSD-3-Clause"
] | 8 | 2016-02-27T02:37:10.000Z | 2021-09-29T05:25:00.000Z | #if !defined(CETTY_BOOTSTRAP_SERVERBOOTSTRAP_H)
#define CETTY_BOOTSTRAP_SERVERBOOTSTRAP_H
/*
* Copyright 2009 Red Hat, Inc.
*
* Red Hat licenses this file to you 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 th... | 31.293296 | 117 | 0.695885 | [
"object",
"vector"
] |
b9381926483d600a5baad86f62d5f4aae2ce815b | 23,255 | c | C | usr/src/cmd/mdb/i86pc/modules/unix/i86mmu.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/cmd/mdb/i86pc/modules/unix/i86mmu.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | null | null | null | usr/src/cmd/mdb/i86pc/modules/unix/i86mmu.c | AsahiOS/gate | 283d47da4e17a5871d9d575e7ffb81e8f6c52e51 | [
"MIT"
] | 1 | 2020-12-30T00:04:16.000Z | 2020-12-30T00:04:16.000Z | /*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... | 20.744871 | 79 | 0.632122 | [
"3d"
] |
b95f141abd3459b661ec615fbc4c53a43666bc92 | 7,808 | h | C | dbswznm/WznmMDialog.h | mpsitech/wznm-WhizniumSBE | 4911d561b28392d485c46e98fb915168d82b3824 | [
"MIT"
] | 3 | 2020-09-20T16:24:48.000Z | 2021-12-01T19:44:51.000Z | dbswznm/WznmMDialog.h | mpsitech/wznm-WhizniumSBE | 4911d561b28392d485c46e98fb915168d82b3824 | [
"MIT"
] | null | null | null | dbswznm/WznmMDialog.h | mpsitech/wznm-WhizniumSBE | 4911d561b28392d485c46e98fb915168d82b3824 | [
"MIT"
] | null | null | null | /**
* \file WznmMDialog.h
* database access for table TblWznmMDialog (declarations)
* \copyright (C) 2016-2020 MPSI Technologies GmbH
* \author Alexander Wirthmueller (auto-generation)
* \date created: 5 Dec 2020
*/
// IP header --- ABOVE
#ifndef WZNMMDIALOG_H
#define WZNMMDIALOG_H
#include <sbecore/Types.h>
... | 35.171171 | 334 | 0.753714 | [
"vector"
] |
b965fa9ebf7cf2b388995fcce768292093d4223d | 26,090 | c | C | misc/Spin/Src6.2.7/main.c | 5m477/SQA | 7d1c8633b7e41c260b59b8847906c412f11201ee | [
"MIT"
] | 11 | 2016-06-09T03:33:21.000Z | 2021-12-01T10:34:54.000Z | misc/Spin/Src6.2.7/main.c | SMShoron/SQA | 7d1c8633b7e41c260b59b8847906c412f11201ee | [
"MIT"
] | null | null | null | misc/Spin/Src6.2.7/main.c | SMShoron/SQA | 7d1c8633b7e41c260b59b8847906c412f11201ee | [
"MIT"
] | 11 | 2016-03-06T22:36:35.000Z | 2022-02-19T16:32:26.000Z | /***** spin: main.c *****/
/* Copyright (c) 1989-2003 by Lucent Technologies, Bell Laboratories. */
/* All Rights Reserved. This software is for educational purposes only. */
/* No guarantee whatsoever is expressed or implied by the distribution of */
/* this code. Permission is given to distribute this code pr... | 28.73348 | 98 | 0.608931 | [
"model"
] |
b96619b260fbad163760c68028c1f1ec75bac547 | 2,170 | h | C | zombie2/pipeline/spritepacker/source/image.h | DavidCoenFish/ancient-code-0 | 243fb47b9302a77f9b9392b6e3f90bba2ef3c228 | [
"Unlicense"
] | null | null | null | zombie2/pipeline/spritepacker/source/image.h | DavidCoenFish/ancient-code-0 | 243fb47b9302a77f9b9392b6e3f90bba2ef3c228 | [
"Unlicense"
] | null | null | null | zombie2/pipeline/spritepacker/source/image.h | DavidCoenFish/ancient-code-0 | 243fb47b9302a77f9b9392b6e3f90bba2ef3c228 | [
"Unlicense"
] | null | null | null | //file: Image.h
#ifndef _Image_H_
#define _Image_H_
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
struct FIBITMAP;
/*
Image thinks origin is top left
FreeImage thinks origin is bottom left
*/
class Image: public boost::noncopyable
{
// typedef
private:
typedef std::vector<uns... | 19.20354 | 52 | 0.736406 | [
"vector"
] |
b972008b52d8206c7d76f3af528e9d1c2d998d37 | 1,737 | h | C | facecat_macos/facecat_mac/facecat/include/scroll/FCHScrollBar.h | deadzq/facecat | bb623690127c07ffe0ec191a7308249c53f39c03 | [
"BSD-2-Clause"
] | 2 | 2021-01-02T05:51:52.000Z | 2021-05-10T11:34:46.000Z | facecat_macos/facecat_mac/facecat/include/scroll/FCHScrollBar.h | Samge0/facecat | bb623690127c07ffe0ec191a7308249c53f39c03 | [
"BSD-2-Clause"
] | null | null | null | facecat_macos/facecat_mac/facecat/include/scroll/FCHScrollBar.h | Samge0/facecat | bb623690127c07ffe0ec191a7308249c53f39c03 | [
"BSD-2-Clause"
] | 3 | 2020-01-27T00:13:45.000Z | 2020-06-23T10:12:07.000Z | /*捂脸猫FaceCat框架 v1.0
1.创始人-矿洞程序员-上海宁米科技创始人-脉脉KOL-陶德 (微信号:suade1984);
2.联合创始人-上海宁米科技创始人-袁立涛(微信号:wx627378127);
3.联合创始人-肖添龙(微信号:xiaotianlong_luu);
4.联合开发者-陈晓阳(微信号:chenxiaoyangzxy),助理-朱炜(微信号:cnnic_zhu)
5.该框架开源协议为BSD,欢迎对我们的创业活动进行各种支持,欢迎更多开发者加入。
包含C/C++,Java,C#,iOS,MacOS,Linux六个版本的图形和通讯服务框架。
*/
#ifndef __FCHSCROLLBAR_... | 22.558442 | 94 | 0.554404 | [
"object"
] |
b97644c2cfed2ac3293ca762cff8b0f8f9c28279 | 1,631 | h | C | src/node-pango-layout-iter.h | lgyin/node-cairo | 41dba60a3b20fca84d45272d5031b061b3cffc0a | [
"Apache-2.0"
] | 1 | 2020-09-18T10:01:27.000Z | 2020-09-18T10:01:27.000Z | src/node-pango-layout-iter.h | yinliguo/node-cairo | 41dba60a3b20fca84d45272d5031b061b3cffc0a | [
"Apache-2.0"
] | null | null | null | src/node-pango-layout-iter.h | yinliguo/node-cairo | 41dba60a3b20fca84d45272d5031b061b3cffc0a | [
"Apache-2.0"
] | null | null | null | #ifndef __NODE_PANGO_LAYOUT_ITER_H__
#define __NODE_PANGO_LAYOUT_ITER_H__
#include <napi.h>
#include <pango/pangocairo.h>
class NodePangoLayoutIter : public Napi::ObjectWrap<NodePangoLayoutIter>
{
public:
NodePangoLayoutIter(const Napi::CallbackInfo& info);
~NodePangoLayoutIter();
static Napi::Object Init(Napi... | 37.930233 | 72 | 0.765788 | [
"object"
] |
572c53d008e4e5976d5017d51a0ada28bb0611fd | 1,680 | h | C | include/summy/analysis/adaptive_rd/adaptive_rd.h | gdslang/summy | bd450278f18859eb94d1f30b7b878bbb1b94c42c | [
"Apache-2.0"
] | null | null | null | include/summy/analysis/adaptive_rd/adaptive_rd.h | gdslang/summy | bd450278f18859eb94d1f30b7b878bbb1b94c42c | [
"Apache-2.0"
] | null | null | null | include/summy/analysis/adaptive_rd/adaptive_rd.h | gdslang/summy | bd450278f18859eb94d1f30b7b878bbb1b94c42c | [
"Apache-2.0"
] | null | null | null | /*
* reaching_def.h
*
* Created on: Sep 25, 2014
* Author: Julian Kranz
*/
#pragma once
#include <cppgdsl/rreil/id/id.h>
#include <functional>
#include <memory>
#include <ostream>
#include <set>
#include <summy/analysis/adaptive_rd/adaptive_rd_state.h>
#include <summy/analysis/fp_analysis.h>
#include <summ... | 27.540984 | 102 | 0.754167 | [
"vector",
"transform"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.