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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
63af6f7201d0c2df49ba1a56bec8b396cd19e9e7 | 5,234 | h | C | GameServer/Shop.h | lvtx/IGC.GameServer.SX | 44d77f47598b15c6adb297edba9035561c4fec74 | [
"MIT"
] | 2 | 2017-10-18T01:51:39.000Z | 2021-08-31T15:02:50.000Z | GameServer/Shop.h | neyma2379294/IGC.GameServer.SX | 44d77f47598b15c6adb297edba9035561c4fec74 | [
"MIT"
] | null | null | null | GameServer/Shop.h | neyma2379294/IGC.GameServer.SX | 44d77f47598b15c6adb297edba9035561c4fec74 | [
"MIT"
] | 3 | 2017-03-10T17:35:31.000Z | 2020-03-26T13:46:05.000Z | #ifndef ___SHOP_H
#define ___SHOP_H
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "zzzitem.h"
#define MAX_ITEM_IN_SHOP 120
class CShop
{
public:
CShop();
virtual ~CShop();
void Init();
BOOL LoadShopItem(char* filename);
int InsertItem(int type, int index, int level... | 19.385185 | 151 | 0.72927 | [
"vector"
] |
63b1b538d73e9407c96fa9a4facefcbc3623d1d4 | 3,481 | h | C | media/mojo/services/mojo_cdm_helper.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-10-18T02:33:40.000Z | 2020-10-18T02:33:40.000Z | media/mojo/services/mojo_cdm_helper.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2021-05-17T16:28:52.000Z | 2021-05-21T22:42:22.000Z | media/mojo/services/mojo_cdm_helper.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2017 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 MEDIA_MOJO_SERVICES_MOJO_CDM_HELPER_H_
#define MEDIA_MOJO_SERVICES_MOJO_CDM_HELPER_H_
#include <memory>
#include <vector>
#include "base/compile... | 39.11236 | 78 | 0.766159 | [
"vector"
] |
63b309ca1a54e38be6e0301e6bfab0c0d3a564a1 | 14,473 | c | C | init/construct_daily_clim.c | laurencelin/RHESSysEastCoast | 375c75b1cd2202217651dff43aa113d80b9c1118 | [
"MIT"
] | 1 | 2020-09-09T22:00:53.000Z | 2020-09-09T22:00:53.000Z | init/construct_daily_clim.c | laurencelin/RHESSysEastCoast | 375c75b1cd2202217651dff43aa113d80b9c1118 | [
"MIT"
] | 2 | 2020-03-20T12:54:16.000Z | 2021-03-22T02:28:31.000Z | init/construct_daily_clim.c | laurencelin/RHESSysEastCoast | 375c75b1cd2202217651dff43aa113d80b9c1118 | [
"MIT"
] | 2 | 2020-10-06T00:25:43.000Z | 2021-12-02T22:20:00.000Z | /*--------------------------------------------------------------*/
/* */
/* construct_daily_clim */
/* */
/* construct_daily_clim.c - makes a daily clim object */
/* */
/* NAME */
/* construct_daily_clim.c - makes a daily clim object */
/* ... | 38.38992 | 158 | 0.574449 | [
"object"
] |
63b5b1078a168e3c2d6597b01483c42586adf1d8 | 7,589 | h | C | android/android_9/frameworks/native/libs/vr/libpdx_uds/private/uds/ipc_helper.h | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | android/android_9/frameworks/native/libs/vr/libpdx_uds/private/uds/ipc_helper.h | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | android/android_9/frameworks/native/libs/vr/libpdx_uds/private/uds/ipc_helper.h | yakuizhao/intel-vaapi-driver | b2bb0383352694941826543a171b557efac2219b | [
"MIT"
] | null | null | null | #ifndef ANDROID_PDX_UDS_IPC_HELPER_H_
#define ANDROID_PDX_UDS_IPC_HELPER_H_
#include <sys/socket.h>
#include <utility>
#include <vector>
#include <pdx/rpc/serializable.h>
#include <pdx/rpc/serialization.h>
#include <pdx/status.h>
#include <pdx/utility.h>
namespace android {
namespace pdx {
namespace uds {
// Test i... | 34.184685 | 80 | 0.694558 | [
"vector"
] |
49446507c86aab00b2f9d6a19ad550ead3810935 | 8,768 | h | C | include/amp_retinex.h | wdx04/amplib | b7104ad51183c2bc6b00ce3e4c16bcf6ac3dacc9 | [
"MIT"
] | 3 | 2018-08-29T03:48:43.000Z | 2021-08-31T15:38:30.000Z | include/amp_retinex.h | wdx04/amplib | b7104ad51183c2bc6b00ce3e4c16bcf6ac3dacc9 | [
"MIT"
] | null | null | null | include/amp_retinex.h | wdx04/amplib | b7104ad51183c2bc6b00ce3e4c16bcf6ac3dacc9 | [
"MIT"
] | null | null | null | #pragma once
#include "amp_core.h"
#include "amp_gaussian.h"
#include "amp_scale.h"
namespace amp
{
// Retinex Filter
enum class retinex_rescale_method { no_rescale = 0, simple_balance, mean_stddev_balance };
inline void retinex_32f_c1(accelerator_view& acc_view, array_view<const float, 2> src_array, array_view<f... | 49.536723 | 150 | 0.740534 | [
"vector",
"transform"
] |
49477790d55bf635e3b533ca20c73bd079eca556 | 4,247 | h | C | gpu/vulkan/vulkan_device_queue.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-10-18T02:33:40.000Z | 2020-10-18T02:33:40.000Z | gpu/vulkan/vulkan_device_queue.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2021-05-17T16:28:52.000Z | 2021-05-21T22:42:22.000Z | gpu/vulkan/vulkan_device_queue.h | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2016 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 GPU_VULKAN_VULKAN_DEVICE_QUEUE_H_
#define GPU_VULKAN_VULKAN_DEVICE_QUEUE_H_
#include <vulkan/vulkan.h>
#include <memory>
#include "base/cal... | 31 | 80 | 0.755121 | [
"vector"
] |
4955bb7d8eb0d298439ce8a2fd801c73348b1eae | 33,083 | c | C | programs/Xserver/hw/xfree86/drivers/sisusb/sisusb_dac.c | sourcecode-reloaded/Xming | b9f2e99d00f9445a29803d622d24b5314ee35991 | [
"X11",
"MIT"
] | 4 | 2020-08-21T04:21:14.000Z | 2022-01-15T11:26:11.000Z | programs/Xserver/hw/xfree86/drivers/sisusb/sisusb_dac.c | sourcecode-reloaded/Xming | b9f2e99d00f9445a29803d622d24b5314ee35991 | [
"X11",
"MIT"
] | 1 | 2020-02-23T19:22:52.000Z | 2020-02-23T19:22:52.000Z | programs/Xserver/hw/xfree86/drivers/sisusb/sisusb_dac.c | talregev/Xming | e7a997e3c6441c572df6953468fd8e88ca9e07e7 | [
"X11",
"MIT"
] | 3 | 2020-12-18T06:33:36.000Z | 2022-02-22T16:25:50.000Z | /* $XFree86$ */
/* $XdotOrg$ */
/*
* DAC helper functions (Save/Restore, MemClk, etc)
*
* Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1) R... | 30.976592 | 102 | 0.5845 | [
"3d"
] |
495c1d107a955f4e200abf962f8dd574f9046e13 | 1,592 | h | C | Win32CaptureSample/WindowList.h | EasyCoding-7/Win32CaptureSample | e30aff29a171d2f7d532616cfe9a8860e743b0c8 | [
"MIT"
] | 120 | 2018-12-03T03:02:46.000Z | 2022-03-30T23:54:44.000Z | Win32CaptureSample/WindowList.h | cumt2018gy/Win32CaptureSample | caac6e7abc52c0f29584e39905c1c4a2bda422bc | [
"MIT"
] | 35 | 2019-07-06T05:50:16.000Z | 2022-02-20T20:40:37.000Z | Win32CaptureSample/WindowList.h | cumt2018gy/Win32CaptureSample | caac6e7abc52c0f29584e39905c1c4a2bda422bc | [
"MIT"
] | 36 | 2019-07-20T03:13:02.000Z | 2022-03-29T15:43:47.000Z | #pragma once
struct WindowInfo
{
WindowInfo(HWND windowHandle)
{
WindowHandle = windowHandle;
auto titleLength = GetWindowTextLengthW(WindowHandle);
if (titleLength > 0)
{
titleLength++;
}
std::wstring title(titleLength, 0);
GetWindowTextW(Win... | 31.84 | 163 | 0.691583 | [
"vector"
] |
495df168081d46cb964fbf07d1a4e6aa7cdae2c4 | 2,984 | h | C | HeavyFlavorAnalysis/SpecificDecay/interface/BPHBuToJPsiKBuilder.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | HeavyFlavorAnalysis/SpecificDecay/interface/BPHBuToJPsiKBuilder.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | HeavyFlavorAnalysis/SpecificDecay/interface/BPHBuToJPsiKBuilder.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | #ifndef HeavyFlavorAnalysis_SpecificDecay_BPHBuToJPsiKBuilder_h
#define HeavyFlavorAnalysis_SpecificDecay_BPHBuToJPsiKBuilder_h
/** \class BPHBuToJPsiKBuilder
*
* Description:
* Class to build B+- to JPsi K+- candidates
*
* \author Paolo Ronchese INFN Padova
*
*/
//----------------------
// Base Class He... | 25.07563 | 74 | 0.652815 | [
"vector"
] |
496c8ac5e1fd4f0b14756c169c4e64873f3fb489 | 4,072 | c | C | src/StyleLexers/styleLexDart.c | X-EcutiOnner/Notepad3 | 275eb630150b55670fbe489ac9a6641a74cc8281 | [
"BSD-3-Clause"
] | 2,761 | 2015-11-13T14:08:44.000Z | 2022-03-31T16:45:42.000Z | src/StyleLexers/styleLexDart.c | X-EcutiOnner/Notepad3 | 275eb630150b55670fbe489ac9a6641a74cc8281 | [
"BSD-3-Clause"
] | 1,856 | 2016-01-27T09:48:53.000Z | 2022-03-31T13:53:10.000Z | src/StyleLexers/styleLexDart.c | X-EcutiOnner/Notepad3 | 275eb630150b55670fbe489ac9a6641a74cc8281 | [
"BSD-3-Clause"
] | 304 | 2016-06-10T06:25:19.000Z | 2022-03-22T15:25:27.000Z | #include "StyleLexers.h"
// ----------------------------------------------------------------------------
//KEYWORDLIST KeyWords_Dart = EMPTY_KEYWORDLIST;
KEYWORDLIST KeyWords_Dart =
{
// 0 keywords
"abstract as assert async await break case catch class const continue covariant default deferred do "
"else ... | 56.555556 | 193 | 0.694253 | [
"object"
] |
496eae7904fdb30df0dd3dd5950b3af2a2e8e6a5 | 11,931 | c | C | cf/x/case/shardset.c | triangledirt/haze | d9f7dba1d8d38463631c8464f2324e2a192dcc9f | [
"BSD-2-Clause"
] | null | null | null | cf/x/case/shardset.c | triangledirt/haze | d9f7dba1d8d38463631c8464f2324e2a192dcc9f | [
"BSD-2-Clause"
] | null | null | null | cf/x/case/shardset.c | triangledirt/haze | d9f7dba1d8d38463631c8464f2324e2a192dcc9f | [
"BSD-2-Clause"
] | 1 | 2022-01-13T05:02:02.000Z | 2022-01-13T05:02:02.000Z | #include "cf/x/case/set.h"
#include "cf/x/case/shardset.h"
#include "cf/x/core/tools.h"
struct cf_x_case_shardset_t {
cf_x_core_object_hash_f hash_object;
unsigned short shard_count;
cf_x_case_set_t *shards[CF_X_CASE_SHARDSET_MAX_SHARDS];
pthread_mutex_t shard_mutexes[CF_X_CASE_SHARDSET_MAX_SHARDS];
cf_x_co... | 28.407143 | 82 | 0.733216 | [
"object"
] |
497364f2c4a8d766800e13819bcbab489ed03925 | 31,738 | h | C | third_party/WebKit/public/web/WebFrameClient.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | 1 | 2020-09-15T08:43:34.000Z | 2020-09-15T08:43:34.000Z | third_party/WebKit/public/web/WebFrameClient.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | third_party/WebKit/public/web/WebFrameClient.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2011, 2012 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of co... | 44.080556 | 220 | 0.691631 | [
"geometry",
"object"
] |
49784ea65975c85d0dedf89900804d2a89022977 | 1,022 | h | C | Sources/Scene/Component/SyrinxTransform.h | LeptusHe/SyrinxEngine | 5ecdfdd53eb421bdfba61ed183a1ac688d117b97 | [
"MIT"
] | 3 | 2020-04-24T07:58:52.000Z | 2021-11-17T11:08:46.000Z | Sources/Scene/Component/SyrinxTransform.h | LeptusHe/SyrinxEngine | 5ecdfdd53eb421bdfba61ed183a1ac688d117b97 | [
"MIT"
] | null | null | null | Sources/Scene/Component/SyrinxTransform.h | LeptusHe/SyrinxEngine | 5ecdfdd53eb421bdfba61ed183a1ac688d117b97 | [
"MIT"
] | 2 | 2019-10-02T01:49:46.000Z | 2021-11-16T15:25:59.000Z | #pragma once
#include <better-enums/enum.h>
#include <Math/SyrinxMath.h>
namespace Syrinx {
BETTER_ENUM(Space, uint8_t, LocalSpace, WorldSpace);
class Transform {
public:
Transform();
explicit Transform(Transform *parent);
~Transform() = default;
void translate(const Vector3f& transl... | 26.894737 | 82 | 0.702544 | [
"transform"
] |
497988dfb3cab10d61964977bf2e59cfcfb61781 | 3,300 | h | C | lang/steinlang/language_evaluation.h | weinstein/SteinLang | 913ff931b947791a92f730c6625eef165c509388 | [
"MIT"
] | null | null | null | lang/steinlang/language_evaluation.h | weinstein/SteinLang | 913ff931b947791a92f730c6625eef165c509388 | [
"MIT"
] | null | null | null | lang/steinlang/language_evaluation.h | weinstein/SteinLang | 913ff931b947791a92f730c6625eef165c509388 | [
"MIT"
] | null | null | null | #ifndef LANG_STEINLANG_LANGUAGE_EVALUATION_H_
#define LANG_STEINLANG_LANGUAGE_EVALUATION_H_
#include <string>
#include <vector>
#include "lang/steinlang/memory.h"
#include "lang/steinlang/steinlang_syntax.pb.h"
namespace steinlang {
// Evaluator handles dynamic evaluation of an EvalContext, step by step.
// Example... | 28.205128 | 79 | 0.731212 | [
"vector"
] |
497b41bd484df873c9688b587132a9266eea87e7 | 11,815 | c | C | ext/drsyms/drsyms_elf.c | uci-plrg/blackbox | 1f567bd58769501334843fc1714141f669c27ee5 | [
"BSD-3-Clause"
] | 2 | 2016-03-19T23:37:25.000Z | 2016-06-18T16:43:46.000Z | ext/drsyms/drsyms_elf.c | uci-plrg/blackbox | 1f567bd58769501334843fc1714141f669c27ee5 | [
"BSD-3-Clause"
] | null | null | null | ext/drsyms/drsyms_elf.c | uci-plrg/blackbox | 1f567bd58769501334843fc1714141f669c27ee5 | [
"BSD-3-Clause"
] | 2 | 2016-06-24T20:51:01.000Z | 2019-12-26T02:07:06.000Z | /* **********************************************************
* Copyright (c) 2011-2013 Google, Inc. All rights reserved.
* **********************************************************/
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | 29.46384 | 87 | 0.627169 | [
"object"
] |
497d1bc14c6597e7f5a729865288783a2c295092 | 910 | h | C | Library/Tools/include/nova/Tools/Read_Write/Matrices/Read_Write_Quaternion.h | OrionQuest/Nova | 473a4df24191097c6542c3ec935b3d1bdd2cf13a | [
"Apache-2.0"
] | 23 | 2018-08-24T01:40:56.000Z | 2021-01-14T06:58:44.000Z | Library/Tools/include/nova/Tools/Read_Write/Matrices/Read_Write_Quaternion.h | SoldierDown/Nova | d2da3ee316687316d5a858cd2b95605c483859db | [
"Apache-2.0"
] | 2 | 2017-07-04T11:25:17.000Z | 2020-10-10T12:31:01.000Z | Library/Tools/include/nova/Tools/Read_Write/Matrices/Read_Write_Quaternion.h | SoldierDown/Nova | d2da3ee316687316d5a858cd2b95605c483859db | [
"Apache-2.0"
] | 7 | 2017-07-02T01:10:05.000Z | 2020-01-29T17:59:31.000Z | //!#####################################################################
//! \file Read_Write_Quaternion.h
//!#####################################################################
// Class Read_Write_Quaternion
//######################################################################
#ifndef __Read_Write_Quaternion__
#... | 29.354839 | 73 | 0.531868 | [
"object",
"vector"
] |
498006546be8a0bef702fd64aa59ceca36fdfdb6 | 1,369 | h | C | src/examples/loop_functions/debug_loop_functions/debug_loop_functions.h | DarioAl/ARGoS-Kilobots-Complexity | fa49ef35e3b3f984d061fe88dcf028db62308b9e | [
"MIT"
] | null | null | null | src/examples/loop_functions/debug_loop_functions/debug_loop_functions.h | DarioAl/ARGoS-Kilobots-Complexity | fa49ef35e3b3f984d061fe88dcf028db62308b9e | [
"MIT"
] | null | null | null | src/examples/loop_functions/debug_loop_functions/debug_loop_functions.h | DarioAl/ARGoS-Kilobots-Complexity | fa49ef35e3b3f984d061fe88dcf028db62308b9e | [
"MIT"
] | null | null | null | /*
* This class show how to retrieve information from a Kilobot and how
* to interact with it.
*
* This loop functions work in conjunction with the debug behavior in
* src/examples/behaviors/debug.c.
*/
#ifndef DEBUG_LOOP_FUNCTIONS_H
#define DEBUG_LOOP_FUNCTIONS_H
#include <argos3/core/simulator/loop_functions... | 23.603448 | 79 | 0.655223 | [
"vector"
] |
4988bfbce780c1457d8c61ee32905d5a9edce46e | 2,328 | h | C | src/shared/apis/graphics/opengl/render_targets/texture.h | snowmeltarcade/projectbirdracing | 55cd479c81979de535b0cf496e91dd8d48b99fa8 | [
"MIT"
] | null | null | null | src/shared/apis/graphics/opengl/render_targets/texture.h | snowmeltarcade/projectbirdracing | 55cd479c81979de535b0cf496e91dd8d48b99fa8 | [
"MIT"
] | 3 | 2021-11-13T02:18:59.000Z | 2021-12-04T18:16:01.000Z | src/shared/apis/graphics/opengl/render_targets/texture.h | snowmeltarcade/projectbirdracing | 55cd479c81979de535b0cf496e91dd8d48b99fa8 | [
"MIT"
] | null | null | null | #pragma once
#include "shared/apis/graphics/opengl/irender_target.h"
#include "shared/apis/graphics/opengl/opengl_dependencies.h"
#include "shared/apis/logging/ilog_manager.h"
#include "shared/types.h"
#include <memory>
namespace pbr::shared::apis::graphics::opengl::render_targets {
/// An in-memory texture
... | 30.631579 | 88 | 0.587629 | [
"render"
] |
49930e1fec1f63df5a76cdb5d866242642216ec5 | 4,683 | h | C | ace/tao/orbsvcs/tests/Event/Basic/Random.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | ace/tao/orbsvcs/tests/Event/Basic/Random.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | ace/tao/orbsvcs/tests/Event/Basic/Random.h | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | /* -*- C++ -*- */
// Random.h,v 1.3 2001/02/02 02:31:54 fhunleth Exp
//
// ============================================================================
//
// = LIBRARY
// ORBSVCS Real-time Event Channel tests
//
// = FILENAME
// Random.h
//
// = AUTHOR
// Carlos O'Ryan (coryan@cs.wustl.edu)
//
// ==... | 23.298507 | 80 | 0.617126 | [
"object"
] |
499932bccd0c861010cbe78ef7625b1ed37efd6d | 8,728 | h | C | Engine/Application/Component.h | scottcgi/Mojoc | 94167a30175140878ac21ec3de43e1d09599dc77 | [
"MIT"
] | 1,042 | 2017-06-14T00:49:52.000Z | 2022-03-30T16:54:59.000Z | Engine/Application/Component.h | lengxuejian1995/Mojoc | 94167a30175140878ac21ec3de43e1d09599dc77 | [
"MIT"
] | 32 | 2015-07-22T15:04:40.000Z | 2021-12-09T20:12:54.000Z | Engine/Application/Component.h | lengxuejian1995/Mojoc | 94167a30175140878ac21ec3de43e1d09599dc77 | [
"MIT"
] | 174 | 2017-06-26T06:53:25.000Z | 2022-03-30T16:55:08.000Z | /*
* Copyright (c) scott.cgi All Rights Reserved.
*
* This source code belongs to project Mojoc, which is a pure C Game Engine hosted on GitHub.
* The Mojoc Game Engine is licensed under the MIT License, and will continue to be iterated with coding passion.
*
* License : https://github.com/scottcgi/Mojoc/blob/ma... | 30.096552 | 120 | 0.565536 | [
"render"
] |
499a78ebaf550d9476239973ff3df59502ab977d | 5,549 | c | C | src/tests/utests/xi_utest_handle.c | Rhunter1/xively-client-c | bbb0a472c7b2f592c8d167eedf46221626f881df | [
"BSD-3-Clause"
] | null | null | null | src/tests/utests/xi_utest_handle.c | Rhunter1/xively-client-c | bbb0a472c7b2f592c8d167eedf46221626f881df | [
"BSD-3-Clause"
] | null | null | null | src/tests/utests/xi_utest_handle.c | Rhunter1/xively-client-c | bbb0a472c7b2f592c8d167eedf46221626f881df | [
"BSD-3-Clause"
] | 2 | 2019-09-18T11:26:52.000Z | 2019-10-25T19:27:31.000Z | /* Copyright (c) 2003-2018, Xively All rights reserved.
*
* This is part of the Xively C Client library,
* it is licensed under the BSD 3-Clause license.
*/
#include "tinytest.h"
#include "tinytest_macros.h"
#include "xi_tt_testcase_management.h"
#include "xi_memory_checks.h"
#include "xi_handle.h"
#include "xi_v... | 30.322404 | 89 | 0.71995 | [
"object",
"vector"
] |
499d90ec0a6e844bbc67991ae0a9e8bd5f3a2868 | 1,453 | h | C | PrivateFrameworks/AutoLoop/VideoDecompressor.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 17 | 2018-11-13T04:02:58.000Z | 2022-01-20T09:27:13.000Z | PrivateFrameworks/AutoLoop/VideoDecompressor.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 3 | 2018-04-06T02:02:27.000Z | 2018-10-02T01:12:10.000Z | PrivateFrameworks/AutoLoop/VideoDecompressor.h | phatblat/macOSPrivateFrameworks | 9047371eb80f925642c8a7c4f1e00095aec66044 | [
"MIT"
] | 1 | 2018-09-28T13:54:23.000Z | 2018-09-28T13:54:23.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSCondition, NSDictionary;
@interface VideoDecompressor : NSObject
{
BOOL _decompInProgress;
unsigned int _pixelFormat;
struct OpaqueVTDeco... | 38.236842 | 138 | 0.788713 | [
"render"
] |
49a2409f6a8b22b955fabeaadce2ee52d3b9db52 | 1,905 | h | C | ios/versioned-react-native/ABI45_0_0/ReactNative/ReactCommon/react/renderer/telemetry/ABI45_0_0SurfaceTelemetry.h | ryo-rm/expo | 0c398d104ae125cc9fbe96826fd5c22802914a86 | [
"MIT"
] | null | null | null | ios/versioned-react-native/ABI45_0_0/ReactNative/ReactCommon/react/renderer/telemetry/ABI45_0_0SurfaceTelemetry.h | ryo-rm/expo | 0c398d104ae125cc9fbe96826fd5c22802914a86 | [
"MIT"
] | null | null | null | ios/versioned-react-native/ABI45_0_0/ReactNative/ReactCommon/react/renderer/telemetry/ABI45_0_0SurfaceTelemetry.h | ryo-rm/expo | 0c398d104ae125cc9fbe96826fd5c22802914a86 | [
"MIT"
] | null | null | null | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <butter/small_vector.h>
#include <vector>
#include <ABI45_0_0React/ABI45_0_0renderer/telemetry/Transactio... | 27.214286 | 79 | 0.774278 | [
"vector"
] |
49a2ae12f31e5ccd73d650a1b19e6dde4f54114c | 5,747 | h | C | openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/krb5/1.17-r0/krb5-1.17/src/lib/krad/internal.h | sotaoverride/backup | ca53a10b72295387ef4948a9289cb78ab70bc449 | [
"Apache-2.0"
] | null | null | null | openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/krb5/1.17-r0/krb5-1.17/src/lib/krad/internal.h | sotaoverride/backup | ca53a10b72295387ef4948a9289cb78ab70bc449 | [
"Apache-2.0"
] | null | null | null | openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/armv6-openbmc-linux-gnueabi/usr/src/debug/krb5/1.17-r0/krb5-1.17/src/lib/krad/internal.h | sotaoverride/backup | ca53a10b72295387ef4948a9289cb78ab70bc449 | [
"Apache-2.0"
] | null | null | null | /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* lib/krad/internal.h - Internal declarations for libkrad */
/*
* Copyright 2013 Red Hat, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi... | 37.562092 | 80 | 0.655994 | [
"object"
] |
49b2057e48fd05763884e63eb410f05ee5a5eda0 | 8,201 | h | C | opensim-jam-release/opensim/centos7/sdk/include/OpenSim/Actuators/BodyActuator.h | j-d-roth/opensim-jam | a49f9ccdb202ded3e90da02bc7386e4f40bad0a1 | [
"Apache-2.0"
] | 16 | 2019-11-07T17:35:44.000Z | 2022-02-16T15:31:10.000Z | opensim-jam-release/opensim/centos7/sdk/include/OpenSim/Actuators/BodyActuator.h | j-d-roth/opensim-jam | a49f9ccdb202ded3e90da02bc7386e4f40bad0a1 | [
"Apache-2.0"
] | 2 | 2020-07-13T05:00:45.000Z | 2020-08-11T15:38:15.000Z | opensim-jam-release/opensim/centos7/sdk/include/OpenSim/Actuators/BodyActuator.h | j-d-roth/opensim-jam | a49f9ccdb202ded3e90da02bc7386e4f40bad0a1 | [
"Apache-2.0"
] | 2 | 2019-11-13T22:36:34.000Z | 2020-10-22T14:05:44.000Z | #ifndef OPENSIM_BODY_ACTUATOR_H_
#define OPENSIM_BODY_ACTUATOR_H_
/* ------------------------------------------------------------------------- *
* OpenSim: BodyActuator.h *
* -------------------------------------------------------------------------- *
* The OpenSi... | 49.403614 | 83 | 0.495549 | [
"vector",
"model",
"3d"
] |
49bf656fad348e319743bd0bda2a6cb45e686e37 | 4,351 | h | C | code/utils/xrQSlim/src/vec2.h | Rikoshet-234/xray-oxygen | eaac3fa4780639152684f3251b8b4452abb8e439 | [
"Apache-2.0"
] | 8 | 2016-01-25T20:18:51.000Z | 2019-03-06T07:00:04.000Z | code/utils/xrQSlim/src/vec2.h | Rikoshet-234/xray-oxygen | eaac3fa4780639152684f3251b8b4452abb8e439 | [
"Apache-2.0"
] | 2 | 2018-05-26T23:17:14.000Z | 2019-04-14T18:33:27.000Z | code/utils/xrQSlim/src/vec2.h | Rikoshet-234/xray-oxygen | eaac3fa4780639152684f3251b8b4452abb8e439 | [
"Apache-2.0"
] | 5 | 2020-10-18T11:55:26.000Z | 2022-03-28T07:21:35.000Z | #ifndef GFXVEC2_INCLUDED // -*- C++ -*-
#define GFXVEC2_INCLUDED
#if !defined(__GNUC__)
# pragma once
#endif
/************************************************************************
2D Vector class
$Id: vec2.h,v 1.19 2002/09/20 16:02:25 garland Exp $
**********************************************************... | 29.398649 | 80 | 0.560331 | [
"vector"
] |
49c1f50551d165dc0b65ce819a1b4dd56e7ee1aa | 4,853 | h | C | GPU/GPUTracking/DataCompression/GPUTPCClusterStatistics.h | chengtt0406/AliRoot | c1d89b133b433f608b2373112d3608d8cec26095 | [
"BSD-3-Clause"
] | 52 | 2016-12-11T13:04:01.000Z | 2022-03-11T11:49:35.000Z | GPU/GPUTracking/DataCompression/GPUTPCClusterStatistics.h | chengtt0406/AliRoot | c1d89b133b433f608b2373112d3608d8cec26095 | [
"BSD-3-Clause"
] | 1,388 | 2016-11-01T10:27:36.000Z | 2022-03-30T15:26:09.000Z | GPU/GPUTracking/DataCompression/GPUTPCClusterStatistics.h | chengtt0406/AliRoot | c1d89b133b433f608b2373112d3608d8cec26095 | [
"BSD-3-Clause"
] | 275 | 2016-06-21T20:24:05.000Z | 2022-03-31T13:06:19.000Z | //**************************************************************************\
//* This file is property of and copyright by the ALICE Project *\
//* ALICE Experiment at CERN, All rights reserved. *\
//* *\
//* Prim... | 48.53 | 153 | 0.668453 | [
"vector"
] |
49c912174ebecf24de38214e884b8d54a3f89909 | 18,360 | c | C | body_test/bt.c | sthaid/proj_robot2 | 461b5c61c9f973a1904dad5e2f9edf1b5f3e4aca | [
"MIT"
] | null | null | null | body_test/bt.c | sthaid/proj_robot2 | 461b5c61c9f973a1904dad5e2f9edf1b5f3e4aca | [
"MIT"
] | null | null | null | body_test/bt.c | sthaid/proj_robot2 | 461b5c61c9f973a1904dad5e2f9edf1b5f3e4aca | [
"MIT"
] | null | null | null | // linux hdrs
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <pthread.h>
#include <curses.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
// body/include ... | 27.443946 | 108 | 0.534314 | [
"3d"
] |
49d24be2b96c87dd273244a17d506bb24bf4734b | 4,875 | h | C | copasi/report/CDataHandler.h | SzVarga/COPASI | 00451b1a67eeec8272c73791ca861da754a7c4c4 | [
"Artistic-2.0"
] | 64 | 2015-03-14T14:06:18.000Z | 2022-02-04T23:19:08.000Z | copasi/report/CDataHandler.h | SzVarga/COPASI | 00451b1a67eeec8272c73791ca861da754a7c4c4 | [
"Artistic-2.0"
] | 4 | 2017-08-16T10:26:46.000Z | 2020-01-08T12:05:54.000Z | copasi/report/CDataHandler.h | SzVarga/COPASI | 00451b1a67eeec8272c73791ca861da754a7c4c4 | [
"Artistic-2.0"
] | 28 | 2015-04-16T14:14:59.000Z | 2022-03-28T12:04:14.000Z | // Copyright (C) 2020 by Pedro Mendes, Rector and Visitors of the
// University of Virginia, University of Heidelberg, and University
// of Connecticut School of Medicine.
// All rights reserved.
#ifndef COPASI_CDataHandler
#define COPASI_CDataHandler
#include <string>
#include <vector>
#include <iostream>
#include... | 25.390625 | 88 | 0.678564 | [
"object",
"vector"
] |
49d3a80d4e6aaf85243f08717d737a86d56b4165 | 1,047 | h | C | t_sniffer.h | The-Funk/tinsnip2 | 5ffb3d96fffa7d50de265304ef956dbf17ab7a44 | [
"MIT"
] | null | null | null | t_sniffer.h | The-Funk/tinsnip2 | 5ffb3d96fffa7d50de265304ef956dbf17ab7a44 | [
"MIT"
] | null | null | null | t_sniffer.h | The-Funk/tinsnip2 | 5ffb3d96fffa7d50de265304ef956dbf17ab7a44 | [
"MIT"
] | null | null | null | //
// Created by cole on 3/4/18.
//
#ifndef TINSNIP_TSNIFFER_H
#define TINSNIP_TSNIFFER_H
#include <string>
#include <tins/tins.h>
class t_sniffer {
//Data members unique to/only accessible to the sniffer object
private:
Tins::SnifferConfiguration config; //Universal configuration object
std... | 31.727273 | 108 | 0.572111 | [
"object"
] |
49d9460ec5e53fa7193d25b07f1549eae8fc9107 | 4,208 | h | C | mapleall/maple_ipa/include/greedyinline.h | lvyitian/mapleall | 1112501c1bcbff5d9388bf46f195d56560c5863a | [
"MulanPSL-1.0"
] | null | null | null | mapleall/maple_ipa/include/greedyinline.h | lvyitian/mapleall | 1112501c1bcbff5d9388bf46f195d56560c5863a | [
"MulanPSL-1.0"
] | null | null | null | mapleall/maple_ipa/include/greedyinline.h | lvyitian/mapleall | 1112501c1bcbff5d9388bf46f195d56560c5863a | [
"MulanPSL-1.0"
] | null | null | null | /*
* Copyright (c) [2020] Huawei Technologies Co., Ltd. All rights reserved.
*
* OpenArkCompiler is licensed under the Mulan Permissive Software License v2.
* You can use this software according to the terms and conditions of the MulanPSL - 2.0.
* You may obtain a copy of MulanPSL - 2.0 at:
*
* https://opensou... | 34.211382 | 117 | 0.716492 | [
"vector"
] |
0acb6af7814f319d055dab42561fcbe820a0a03c | 1,408 | h | C | lib/fibers_stack/MFibersStackDigitizer.h | rlalik/mapt2-framework | 8c63c643e38c215ea0e02b6396b229e2391e46c2 | [
"MIT"
] | null | null | null | lib/fibers_stack/MFibersStackDigitizer.h | rlalik/mapt2-framework | 8c63c643e38c215ea0e02b6396b229e2391e46c2 | [
"MIT"
] | null | null | null | lib/fibers_stack/MFibersStackDigitizer.h | rlalik/mapt2-framework | 8c63c643e38c215ea0e02b6396b229e2391e46c2 | [
"MIT"
] | 1 | 2020-02-20T12:37:41.000Z | 2020-02-20T12:37:41.000Z | // @(#)lib/fibers_stack:$Id$
// Author: Rafal Lalik 18/11/2017
/*************************************************************************
* Copyright (C) 2017-2018, Rafał Lalik. *
* All rights reserved. *
* ... | 29.333333 | 80 | 0.521307 | [
"geometry",
"vector"
] |
0ae22522921ba60775b40dc0e6e26edd09894e65 | 987 | h | C | ClientProject/src/SocketDataStream.h | pqviet07/SocketAppplication | 736beab7bf711e97bd53591c0359634447feffe9 | [
"MIT"
] | null | null | null | ClientProject/src/SocketDataStream.h | pqviet07/SocketAppplication | 736beab7bf711e97bd53591c0359634447feffe9 | [
"MIT"
] | null | null | null | ClientProject/src/SocketDataStream.h | pqviet07/SocketAppplication | 736beab7bf711e97bd53591c0359634447feffe9 | [
"MIT"
] | null | null | null | #ifndef SOCKETDATASTREAM_H
#define SOCKETDATASTREAM_H
#include <mutex>
#include <condition_variable>
#include <vector>
#include <WAV_Header.h>
#include <Y4M_Header.h>
#include <atomic>
class SocketDataStream
{
private:
std::vector<std::vector<char>> buffers;
int bufferSize{0};
int i{0},j{0};
std::atomi... | 22.431818 | 59 | 0.688956 | [
"vector"
] |
0ae6f15080f74558cd96df280f1c61114044032c | 5,355 | h | C | toonz/sources/include/tcg/polyline_ops.h | ss23/opentoonz | b42e43d4b8d9fedc26022d145218b9a147a30985 | [
"BSD-3-Clause"
] | null | null | null | toonz/sources/include/tcg/polyline_ops.h | ss23/opentoonz | b42e43d4b8d9fedc26022d145218b9a147a30985 | [
"BSD-3-Clause"
] | null | null | null | toonz/sources/include/tcg/polyline_ops.h | ss23/opentoonz | b42e43d4b8d9fedc26022d145218b9a147a30985 | [
"BSD-3-Clause"
] | 1 | 2019-10-07T17:12:30.000Z | 2019-10-07T17:12:30.000Z |
#ifndef TCG_POLYLINE_OPS
#define TCG_POLYLINE_OPS
// tcg includes
#include "traits.h"
#include "containers_reader.h"
#include "point.h"
#include "point_ops.h"
namespace tcg
{
namespace polyline_ops
{
//**************************************************************************************
// Polyline Basic Opera... | 32.652439 | 94 | 0.650047 | [
"vector"
] |
0ae9cfd2b335cb88a473b1fc4ddbe600c4448968 | 857 | h | C | src/Car.h | diogo-aos/CarND-Path-Planning-Project | d7fff1b928621a43630c45953162cd549bf1af86 | [
"MIT"
] | 2 | 2022-02-24T11:04:08.000Z | 2022-02-24T11:04:26.000Z | src/Car.h | diogo-aos/CarND-Path-Planning-Project | d7fff1b928621a43630c45953162cd549bf1af86 | [
"MIT"
] | null | null | null | src/Car.h | diogo-aos/CarND-Path-Planning-Project | d7fff1b928621a43630c45953162cd549bf1af86 | [
"MIT"
] | null | null | null | #ifndef CAR_H
#define CAR_H
#include "Variables.h"
class Car {
public:
int id;
double x;
double y;
double yaw;
double vx;
double vy;
double v; // m.s
double v_mph; // mph
double s;
double d;
int lane;
double update_v(double new_vx, double new_vy){
vx = new_vx;
vy = new_vy;... | 13.390625 | 48 | 0.536756 | [
"vector"
] |
0aec22691e8f60aeb0cc6f04d9b3fdb987f405ad | 2,608 | h | C | Jolt/Physics/Collision/BroadPhase/BroadPhaseBruteForce.h | All8Up/JoltPhysics | 751d13891f5bd8850863ad236eaa3c340e90de9a | [
"MIT"
] | 1,311 | 2021-08-16T07:37:05.000Z | 2022-03-31T21:13:39.000Z | Jolt/Physics/Collision/BroadPhase/BroadPhaseBruteForce.h | All8Up/JoltPhysics | 751d13891f5bd8850863ad236eaa3c340e90de9a | [
"MIT"
] | 102 | 2021-08-28T14:41:32.000Z | 2022-03-31T20:25:55.000Z | Jolt/Physics/Collision/BroadPhase/BroadPhaseBruteForce.h | All8Up/JoltPhysics | 751d13891f5bd8850863ad236eaa3c340e90de9a | [
"MIT"
] | 65 | 2021-08-16T07:59:04.000Z | 2022-03-28T06:18:49.000Z | // SPDX-FileCopyrightText: 2021 Jorrit Rouwe
// SPDX-License-Identifier: MIT
#pragma once
#include <Physics/Collision/BroadPhase/BroadPhase.h>
#include <Core/Mutex.h>
namespace JPH {
/// Test BroadPhase implementation that does not do anything to speed up the operations. Can be used as a reference implementation.
c... | 76.705882 | 278 | 0.847393 | [
"vector"
] |
0af372dae41397b789488b06eb20469c74480883 | 3,195 | h | C | StraProtyp3/CityComponent.h | CyberPlaton/StraProtyp | f8b4e8fe41925952960694ee78b58e616895d12f | [
"MIT"
] | null | null | null | StraProtyp3/CityComponent.h | CyberPlaton/StraProtyp | f8b4e8fe41925952960694ee78b58e616895d12f | [
"MIT"
] | null | null | null | StraProtyp3/CityComponent.h | CyberPlaton/StraProtyp | f8b4e8fe41925952960694ee78b58e616895d12f | [
"MIT"
] | null | null | null | #pragma once
#include "Component2.h" // Include for extending the Component2 class
#include "GameObject2.h"
#include "IGameObjectStorage.h" // Include for GameobjectStorage Interface, mainly for Instantiation, Finding and Deleting functions
#include "Common.h" // Include Common Definitions and Datastructs.
#include ... | 27.782609 | 133 | 0.754304 | [
"vector"
] |
e4007dbb573ac6b23df277911ae72a49337a2d3a | 4,507 | c | C | d/laerad/mon/lwall.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/laerad/mon/lwall.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/laerad/mon/lwall.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | //Coded by Bane//
#include <std.h>
inherit WEAPONLESS;
int anum, hitd, hitp, lleg, rleg, face, larm, rarm, qhp;
object* alimbs;
object ob;
void create()
{
::create();
set_id(({ "wall", "living wall", "living" }));
set_name("living wall");
set_short("A living wall");
set_long(
"This is perhap... | 33.887218 | 198 | 0.554693 | [
"object"
] |
e40415e1c4800245cc6de8fa4ac41fdde476f987 | 885 | h | C | base/nix/mime_util_xdg.h | domenic/mojo | 53dda76fed90a47c35ed6e06baf833a0d44495b8 | [
"BSD-3-Clause"
] | 35 | 2015-02-08T05:07:18.000Z | 2021-12-11T14:38:42.000Z | base/nix/mime_util_xdg.h | domenic/mojo | 53dda76fed90a47c35ed6e06baf833a0d44495b8 | [
"BSD-3-Clause"
] | 2 | 2016-05-03T06:00:55.000Z | 2018-01-09T01:10:24.000Z | base/nix/mime_util_xdg.h | domenic/mojo | 53dda76fed90a47c35ed6e06baf833a0d44495b8 | [
"BSD-3-Clause"
] | 36 | 2015-02-12T02:20:32.000Z | 2021-12-11T14:38:50.000Z | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_NIX_MIME_UTIL_XDG_H_
#define BASE_NIX_MIME_UTIL_XDG_H_
#include <string>
#include "base/base_export.h"
#include "build/build_config.h"
... | 27.65625 | 78 | 0.760452 | [
"vector"
] |
e40f4c557774c8cd984a56c8691064e2fb238bc7 | 10,995 | c | C | post/anglehist.c | lanl/vpic-kokkos | 4ede1793e609b804238f2c5736912b4f55a25c7b | [
"BSD-3-Clause",
"Unlicense"
] | null | null | null | post/anglehist.c | lanl/vpic-kokkos | 4ede1793e609b804238f2c5736912b4f55a25c7b | [
"BSD-3-Clause",
"Unlicense"
] | null | null | null | post/anglehist.c | lanl/vpic-kokkos | 4ede1793e609b804238f2c5736912b4f55a25c7b | [
"BSD-3-Clause",
"Unlicense"
] | null | null | null |
// Utility to parse lost particle data into angle-resolved spectra
//
// Usage:
// ./anglehist [species name] optional: [maximum energy in MeV]
//
//
// icc -fopenmp -o anglehist anglehist.c
//
// Requires OpenMP 4.5 (gcc 6.1 or Intel 17.0), or you may run slowrially
//
// This program must match how the lost par... | 35.353698 | 128 | 0.601 | [
"solid"
] |
e4110ba9a4c312fea7192a675288dd59f0738c2c | 2,181 | h | C | RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerSimple.h | gputtley/cmssw | c1ef8454804e4ebea8b65f59c4a952a6c94fde3b | [
"Apache-2.0"
] | 2 | 2020-01-27T15:21:37.000Z | 2020-05-11T11:13:18.000Z | RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerSimple.h | gputtley/cmssw | c1ef8454804e4ebea8b65f59c4a952a6c94fde3b | [
"Apache-2.0"
] | 26 | 2018-10-30T12:47:58.000Z | 2022-03-29T08:39:00.000Z | RecoLocalCalo/EcalRecProducers/plugins/EcalRecHitWorkerSimple.h | p2l1pfp/cmssw | 9bda22bf33ecf18dd19a3af2b3a8cbdb1de556a9 | [
"Apache-2.0"
] | 3 | 2017-06-07T15:22:28.000Z | 2019-02-28T20:48:30.000Z | #ifndef RecoLocalCalo_EcalRecProducers_EcalRecHitWorkerSimple_hh
#define RecoLocalCalo_EcalRecProducers_EcalRecHitWorkerSimple_hh
/** \class EcalRecHitSimpleAlgo
* Simple algoritm to make rechits from uncalibrated rechits
*
* \author Shahram Rahatlou, University of Rome & INFN, March 2006
*/
#include "RecoL... | 35.754098 | 114 | 0.808803 | [
"vector"
] |
e4180148f45473b0cbc3e6c6aaa3d37f2c85b2e8 | 1,592 | h | C | include/openmc/tallies/filter_cell.h | cjwyett/openmc | a9e85f4d5b59d133c17caccf4704a032184841d4 | [
"MIT"
] | 1 | 2021-06-30T13:08:45.000Z | 2021-06-30T13:08:45.000Z | include/openmc/tallies/filter_cell.h | cjwyett/openmc | a9e85f4d5b59d133c17caccf4704a032184841d4 | [
"MIT"
] | 3 | 2020-05-22T07:57:36.000Z | 2021-05-21T17:34:35.000Z | include/openmc/tallies/filter_cell.h | cjwyett/openmc | a9e85f4d5b59d133c17caccf4704a032184841d4 | [
"MIT"
] | null | null | null | #ifndef OPENMC_TALLIES_FILTER_CELL_H
#define OPENMC_TALLIES_FILTER_CELL_H
#include <cstdint>
#include <unordered_map>
#include <gsl/gsl>
#include "openmc/tallies/filter.h"
#include "openmc/vector.h"
namespace openmc {
//==============================================================================
//! Specifies wh... | 26.533333 | 84 | 0.512563 | [
"vector"
] |
e41b65e5326c378409140bd29df302bf2afd5cf5 | 163,636 | h | C | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT543Parser.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT543Parser.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null | message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT543Parser.h | Yanick-Salzmann/message-converter-c | 6dfdf56e12f19e0f0b63ee0354fda16968f36415 | [
"MIT"
] | null | null | null |
#include "repository/ISwiftMtParser.h"
#include "SwiftMtMessage.pb.h"
#include <vector>
#include <string>
#include "BaseErrorListener.h"
#include "SwiftMtParser_MT543Lexer.h"
// Generated from C:/programming/message-converter-c/message/generation/swift-mt-generation/repository/SR2018/grammars/SwiftMtParser_MT543.g4 ... | 39.794747 | 156 | 0.754369 | [
"vector"
] |
e41c1712cb3b64f7b76fd1149a47700e65fa16d5 | 14,819 | h | C | src/amuse/community/simplex/src/plugins/HEALPix/src/cxxsupport/arr.h | rknop/amuse | 85d5bdcc29cfc87dc69d91c264101fafd6658aec | [
"Apache-2.0"
] | 131 | 2015-06-04T09:06:57.000Z | 2022-02-01T12:11:29.000Z | src/amuse/community/simplex/src/plugins/HEALPix/src/cxxsupport/arr.h | rknop/amuse | 85d5bdcc29cfc87dc69d91c264101fafd6658aec | [
"Apache-2.0"
] | 690 | 2015-10-17T12:18:08.000Z | 2022-03-31T16:15:58.000Z | src/amuse/community/simplex/src/plugins/HEALPix/src/cxxsupport/arr.h | rieder/amuse | 3ac3b6b8f922643657279ddee5c8ab3fc0440d5e | [
"Apache-2.0"
] | 102 | 2015-01-22T10:00:29.000Z | 2022-02-09T13:29:43.000Z | /*
* This file is part of Healpix_cxx.
*
* Healpix_cxx 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.
*
* Healpix_cxx is... | 33.078125 | 82 | 0.586477 | [
"object"
] |
e41c4e6d7ebe639bad3fe1df9866c3d33fa11fc7 | 2,788 | c | C | src/conv/iges/ell.c | Zitara/BRLCAD | 620449d036e38bd52257f6b5b10daa55d9284900 | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | src/conv/iges/ell.c | Zitara/BRLCAD | 620449d036e38bd52257f6b5b10daa55d9284900 | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | src/conv/iges/ell.c | Zitara/BRLCAD | 620449d036e38bd52257f6b5b10daa55d9284900 | [
"BSD-4-Clause",
"BSD-3-Clause"
] | 1 | 2018-12-21T21:09:47.000Z | 2018-12-21T21:09:47.000Z | /* E L L . C
* BRL-CAD
*
* Copyright (c) 1990-2016 United States Government as represented by
* the U.S. Army Research Laboratory.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1 as pub... | 25.345455 | 70 | 0.599354 | [
"cad",
"vector",
"solid"
] |
e42519628413c8f9b235e299a0dab64bf570f324 | 9,624 | c | C | lib/wizards/nalle/newboard.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/nalle/newboard.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | lib/wizards/nalle/newboard.c | vlehtola/questmud | 8bc3099b5ad00a9e0261faeb6637c76b521b6dbe | [
"MIT"
] | null | null | null | // By Nalle for QuestMUD
#include <ansi.h>
#define TP this_player()
#define LEADER_D "/daemons/leader_d"
#define HRLINE for(hr_i=0;hr_i<39;hr_i++) write("--"); write("\n");
#define HRLOWLINE for(hr_i=0;hr_i<39;hr_i++) write("__"); write("\n");
#define SAVEFILE "/data/newboard_data"
mapping m_map,r_map;
static string ... | 21.626966 | 81 | 0.576579 | [
"object"
] |
e426289c6e1c7b410d480e71730507fda53e54fb | 1,782 | h | C | plaidml2/edsl/autodiff.h | ZhouXiaolin/plaidml | dac460b6ae19a62299d15eeb17b402d8c26d0c2b | [
"Apache-2.0"
] | 4,535 | 2017-10-20T05:03:57.000Z | 2022-03-30T15:42:33.000Z | plaidml2/edsl/autodiff.h | ZhouXiaolin/plaidml | dac460b6ae19a62299d15eeb17b402d8c26d0c2b | [
"Apache-2.0"
] | 984 | 2017-10-20T17:16:09.000Z | 2022-03-30T05:43:18.000Z | plaidml2/edsl/autodiff.h | ZhouXiaolin/plaidml | dac460b6ae19a62299d15eeb17b402d8c26d0c2b | [
"Apache-2.0"
] | 492 | 2017-10-20T18:22:32.000Z | 2022-03-30T09:00:05.000Z | // Copyright 2019 Intel Corporation.
#pragma once
#include <string>
#include <vector>
#include "plaidml2/edsl/edsl.h"
namespace plaidml {
namespace edsl {
// Given a forward pass tensor operation that takes inputs `wrt` and produces output `loss`,
// compute the gradients for each Tensor in `wrt`.
inline std::vect... | 29.7 | 92 | 0.616162 | [
"vector"
] |
e4283f0aaaafa81532a81cd31d03f57667ea5fae | 2,993 | h | C | library/src/main/cpp/interface/FrameRenderer.h | 1463836/android-gpuimage-plus | ad00886e8947e69548814eb457e39985aebea103 | [
"MIT"
] | null | null | null | library/src/main/cpp/interface/FrameRenderer.h | 1463836/android-gpuimage-plus | ad00886e8947e69548814eb457e39985aebea103 | [
"MIT"
] | null | null | null | library/src/main/cpp/interface/FrameRenderer.h | 1463836/android-gpuimage-plus | ad00886e8947e69548814eb457e39985aebea103 | [
"MIT"
] | null | null | null | /*
* cgeFrameRenderer.h
*
* Created on: 2015-11-25
* Author: Wang Yang
* Mail: admin@wysaid.org
*/
#ifndef _CGEFRAMERENDERER_H_
#define _CGEFRAMERENDERER_H_
#include "ImageHandler.h"
#include "Thread.h"
#include "SharedGLContext.h"
#include "TextureUtils.h"
#include "Vec.h"
namespace CGE {
class F... | 23.753968 | 113 | 0.653191 | [
"render"
] |
e42d189f982ee4689cc20e42c3e5ad712772a352 | 4,920 | h | C | src/KVCacheServer/CacheGlobe.h | lsqtzj/DCache | 29af38f55422556ec4e00f45a4f77212a46f0047 | [
"BSD-3-Clause"
] | 735 | 2019-04-10T10:00:52.000Z | 2022-03-17T06:28:53.000Z | src/KVCacheServer/CacheGlobe.h | lsqtzj/DCache | 29af38f55422556ec4e00f45a4f77212a46f0047 | [
"BSD-3-Clause"
] | 67 | 2019-04-10T10:25:41.000Z | 2022-03-20T03:41:50.000Z | src/KVCacheServer/CacheGlobe.h | lsqtzj/DCache | 29af38f55422556ec4e00f45a4f77212a46f0047 | [
"BSD-3-Clause"
] | 186 | 2019-04-10T10:18:22.000Z | 2022-03-10T06:39:42.000Z | /**
* Tencent is pleased to support the open source community by making DCache available.
* Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of t... | 24.477612 | 107 | 0.671951 | [
"vector"
] |
e42dbaa138b5fcefe9a3273c1bef156529f86362 | 3,184 | h | C | MistThread/Core/GameObjects/Components/Component.h | Neko81795/CBREngine | 3ea100f09110d55fcbcadb23c246d47ed46c5121 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2015-08-30T00:26:45.000Z | 2015-11-13T05:58:30.000Z | MistThread/Core/GameObjects/Components/Component.h | Neko81795/CBREngine | 3ea100f09110d55fcbcadb23c246d47ed46c5121 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2015-11-25T06:28:13.000Z | 2015-11-25T06:30:32.000Z | MistThread/Core/GameObjects/Components/Component.h | Neko81795/CBREngine | 3ea100f09110d55fcbcadb23c246d47ed46c5121 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | #pragma once
#include <map>
#include <list>
#include <vector>
#include <string>
#include "../../Delegate.h"
#include "../../../IO/XML/XMLElement.h"
namespace MistThread
{
namespace Core
{
class Eventful; // forward declaration
class Event; //forward declaration
class Game; //forward declaration
na... | 33.87234 | 115 | 0.529837 | [
"vector"
] |
e445d41a6a3eb3d19cfc9d47783bbbc190edc232 | 25,764 | c | C | interfaces/dia/plug-ins/python/pydia-property.c | krattai/monoflow | d777b8f345c5f2910114af7a186dc3bb6fe14aaf | [
"BSD-2-Clause"
] | 1 | 2021-05-04T16:35:42.000Z | 2021-05-04T16:35:42.000Z | interfaces/dia/plug-ins/python/pydia-property.c | krattai/monoflow | d777b8f345c5f2910114af7a186dc3bb6fe14aaf | [
"BSD-2-Clause"
] | null | null | null | interfaces/dia/plug-ins/python/pydia-property.c | krattai/monoflow | d777b8f345c5f2910114af7a186dc3bb6fe14aaf | [
"BSD-2-Clause"
] | 1 | 2021-05-04T16:35:35.000Z | 2021-05-04T16:35:35.000Z | /* Python plug-in for dia
* Copyright (C) 1999 James Henstridge
* Copyright (C) 2000-2005 Hans Breuer
*
* 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, o... | 29.210884 | 138 | 0.649162 | [
"geometry",
"object"
] |
e448e73f1a177d15caafb8df9ca1828a86582fe1 | 694 | h | C | aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/model/IdentityType.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-01-05T18:20:03.000Z | 2022-01-05T18:20:03.000Z | aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/model/IdentityType.h | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/model/IdentityType.h | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2022-03-23T15:17:18.000Z | 2022-03-23T15:17:18.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace PinpointEmail
{
namespace Model
{
enum class IdentityTy... | 21.030303 | 83 | 0.762248 | [
"model"
] |
17b3e9eec0ea77edfc6f50ed608496ac4e87c447 | 19,039 | c | C | src/lib/fsm_demo_plugin/src/fsm_demo_plugin.c | c-piyushjhamb/opensync | e122cc4f1a7df1b05b054c40ec14251c11614285 | [
"BSD-3-Clause"
] | 67 | 2018-11-06T16:40:18.000Z | 2022-03-09T13:20:01.000Z | src/lib/fsm_demo_plugin/src/fsm_demo_plugin.c | c-piyushjhamb/opensync | e122cc4f1a7df1b05b054c40ec14251c11614285 | [
"BSD-3-Clause"
] | 18 | 2019-07-26T16:49:55.000Z | 2021-06-23T21:01:03.000Z | src/lib/fsm_demo_plugin/src/fsm_demo_plugin.c | c-piyushjhamb/opensync | e122cc4f1a7df1b05b054c40ec14251c11614285 | [
"BSD-3-Clause"
] | 77 | 2018-10-24T11:02:03.000Z | 2022-03-03T02:14:26.000Z | /*
Copyright (c) 2015, Plume Design Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the... | 26.080822 | 81 | 0.695625 | [
"object"
] |
17c0ab97110107e75fbde6844159ff8ccc1144a8 | 13,399 | h | C | detection/include/open_ptrack/detection/ground_based_people_detection_app.h | hanliumaozhi/open_ptrack | 2622d3b69f55bb8484fbc973102a869b7a986e7b | [
"BSD-3-Clause"
] | 1 | 2021-04-20T11:30:13.000Z | 2021-04-20T11:30:13.000Z | detection/include/open_ptrack/detection/ground_based_people_detection_app.h | hanliumaozhi/open_ptrack | 2622d3b69f55bb8484fbc973102a869b7a986e7b | [
"BSD-3-Clause"
] | null | null | null | detection/include/open_ptrack/detection/ground_based_people_detection_app.h | hanliumaozhi/open_ptrack | 2622d3b69f55bb8484fbc973102a869b7a986e7b | [
"BSD-3-Clause"
] | null | null | null | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2013-, Open Perception, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code mus... | 36.81044 | 146 | 0.647959 | [
"vector",
"transform"
] |
17c8e2254733c5f4419bf157596571bcce5f452f | 4,117 | c | C | src/Memory.c | benjinx/GBxyz | 74ed58626c2c7c0a875c77d2b3c25faf78bf8891 | [
"MIT"
] | null | null | null | src/Memory.c | benjinx/GBxyz | 74ed58626c2c7c0a875c77d2b3c25faf78bf8891 | [
"MIT"
] | null | null | null | src/Memory.c | benjinx/GBxyz | 74ed58626c2c7c0a875c77d2b3c25faf78bf8891 | [
"MIT"
] | null | null | null | #include "memory.h"
#include "bootstrap.h"
#include "registers.h"
#include "log.h"
uint8_t CharacterRAM[0x1800];
uint8_t BGMapData1[0x400];
uint8_t BGMapData2[0x400];
uint8_t OAM[0xA0];
uint8_t ZP[127];
uint8_t* ROM = NULL;
uint8_t* ROM0 = NULL;
bool CPUEnable = true;
uint8_t readByte(uint16_t address) {
if (ad... | 23 | 58 | 0.554044 | [
"object"
] |
17d60aec114b82c60a581eecdd8ca3d39c0cceed | 4,753 | h | C | Pod/Classes/Controller/GiphyNavigationController.h | ERussel/RIGiphyLib | 209cd03600198e8988136f8dae4a7d22942984b0 | [
"MIT"
] | 1 | 2017-11-21T03:18:32.000Z | 2017-11-21T03:18:32.000Z | Pod/Classes/Controller/GiphyNavigationController.h | ERussel/RIGiphyLib | 209cd03600198e8988136f8dae4a7d22942984b0 | [
"MIT"
] | null | null | null | Pod/Classes/Controller/GiphyNavigationController.h | ERussel/RIGiphyLib | 209cd03600198e8988136f8dae4a7d22942984b0 | [
"MIT"
] | null | null | null | //
// GiphyNavigationController.h
// Pods
//
// Created by Russel on 25.10.15.
//
//
#import <UIKit/UIKit.h>
#import "GiphyObjectCacheProtocol.h"
#import "GiphyDataStoreProtocol.h"
#import "GiphyNetworkActivityProtocol.h"
#import "GiphyGIFObject.h"
#import "GiphyNetworkManagerConfiguration.h"
/**
* Notification ... | 36.007576 | 145 | 0.721229 | [
"object"
] |
17db8875d449c2a3325da26d67c417de4413a7b2 | 4,654 | h | C | Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | #ifndef GEOMETRY_CALOGEOMETRY_CALOSUBDETECTORGEOMETRY_H
#define GEOMETRY_CALOGEOMETRY_CALOSUBDETECTORGEOMETRY_H 1
#include <vector>
#include <set>
#if !defined(__CINT__) && !defined(__MAKECINT__) && !defined(__REFLEX__)
#include <atomic>
#endif
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/Geome... | 32.096552 | 122 | 0.72067 | [
"geometry",
"vector"
] |
17dc2d902e0fa21268baf12c479321f1bd012d2e | 22,980 | c | C | tdishr/TdiSort.c | fluffynukeit/mdsplus | a204d2e9d26554bb035945595210f2a57d187250 | [
"BSD-2-Clause"
] | 53 | 2015-01-05T08:55:13.000Z | 2022-03-30T07:43:41.000Z | tdishr/TdiSort.c | fluffynukeit/mdsplus | a204d2e9d26554bb035945595210f2a57d187250 | [
"BSD-2-Clause"
] | 1,231 | 2015-02-02T18:54:02.000Z | 2022-03-30T08:27:45.000Z | tdishr/TdiSort.c | fluffynukeit/mdsplus | a204d2e9d26554bb035945595210f2a57d187250 | [
"BSD-2-Clause"
] | 44 | 2015-05-24T20:18:06.000Z | 2022-02-07T13:51:04.000Z | /*
Copyright (c) 2017, Massachusetts Institute of Technology All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of condition... | 26.940211 | 80 | 0.505309 | [
"vector"
] |
17e22bd43cfe41feffe6d6214f0cbd54e3bc0633 | 2,126 | h | C | src/apps/haikudepot/ui/UserUsageConditionsWindow.h | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 1,338 | 2015-01-03T20:06:56.000Z | 2022-03-26T13:49:54.000Z | src/apps/haikudepot/ui/UserUsageConditionsWindow.h | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 15 | 2015-01-17T22:19:32.000Z | 2021-12-20T12:35:00.000Z | src/apps/haikudepot/ui/UserUsageConditionsWindow.h | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 350 | 2015-01-08T14:15:27.000Z | 2022-03-21T18:14:35.000Z | /*
* Copyright 2019-2020, Andrew Lindesay <apl@lindesay.co.nz>.
* All rights reserved. Distributed under the terms of the MIT License.
*/
#ifndef USER_USAGE_CONDITIONS_WINDOW_H
#define USER_USAGE_CONDITIONS_WINDOW_H
#include <Locker.h>
#include <Messenger.h>
#include <Window.h>
#include "HaikuDepotConstants.h"
#in... | 28.346667 | 71 | 0.748354 | [
"model"
] |
17e735a135cba8b43caf0ed9e06bb53903b5cd6a | 3,923 | h | C | paddle/gserver/layers/SequenceToBatch.h | shenchaohua/Paddle | 9c5942db13308d53cc115708058c1e885f4b57a3 | [
"Apache-2.0"
] | 3 | 2018-04-16T23:35:32.000Z | 2019-08-12T01:01:07.000Z | paddle/gserver/layers/SequenceToBatch.h | shenchaohua/Paddle | 9c5942db13308d53cc115708058c1e885f4b57a3 | [
"Apache-2.0"
] | 9 | 2017-09-13T07:39:31.000Z | 2017-10-18T05:58:23.000Z | paddle/gserver/layers/SequenceToBatch.h | shenchaohua/Paddle | 9c5942db13308d53cc115708058c1e885f4b57a3 | [
"Apache-2.0"
] | 2 | 2020-11-04T08:07:46.000Z | 2020-11-06T08:33:24.000Z | /* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve.
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 ... | 36.324074 | 79 | 0.67066 | [
"vector"
] |
17e796eee04b3fb16ce34718ff80860e757c2244 | 4,590 | h | C | sorted_vector.h | theunreplicated/rdestl | bd9a58fd16d0dd3b61a1c27cd70fcd12ae96ce10 | [
"MIT"
] | 23 | 2015-03-02T10:56:40.000Z | 2021-01-27T03:32:49.000Z | sorted_vector.h | theunreplicated/rdestl | bd9a58fd16d0dd3b61a1c27cd70fcd12ae96ce10 | [
"MIT"
] | 73 | 2015-04-14T09:39:05.000Z | 2020-11-11T21:49:10.000Z | sorted_vector.h | theunreplicated/rdestl | bd9a58fd16d0dd3b61a1c27cd70fcd12ae96ce10 | [
"MIT"
] | 3 | 2016-02-22T01:29:32.000Z | 2018-01-02T06:07:12.000Z | #ifndef RDESTL_SORTED_VECTOR_H
#define RDESTL_SORTED_VECTOR_H
#include "functional.h"
#include "pair.h"
#include "sort.h"
#include "vector.h"
namespace rde
{
namespace internal
{
//=========================================================================
template<class TPair, class TFunctor>
struct c... | 25.642458 | 81 | 0.616122 | [
"vector"
] |
17e802cea8f61112878d3e9509d74587050bc4b1 | 515 | h | C | dali/array/memory/memory_bank.h | bzcheeseman/Dali | a77c7ce60b20ce150a5927747e128688657907eb | [
"MIT"
] | null | null | null | dali/array/memory/memory_bank.h | bzcheeseman/Dali | a77c7ce60b20ce150a5927747e128688657907eb | [
"MIT"
] | null | null | null | dali/array/memory/memory_bank.h | bzcheeseman/Dali | a77c7ce60b20ce150a5927747e128688657907eb | [
"MIT"
] | null | null | null | #ifndef DALI_ARRAY_MEMORY_MEMORY_BANK_H
#define DALI_ARRAY_MEMORY_MEMORY_BANK_H
#include <atomic>
#include <vector>
#include <iostream>
#include <unordered_map>
#include "dali/config.h"
#include "dali/array/memory/memory_ops.h"
namespace memory {
struct Device;
struct DevicePtr;
namespace bank {
... | 21.458333 | 75 | 0.732039 | [
"vector"
] |
17eb2003c0661c765172c8a28427bba8b0851d17 | 1,826 | h | C | modules/perception/camera/lib/obstacle/tracker/omt/track_object.h | seeclong/apollo | 99c8afb5ebcae2a3c9359a156a957ff03944b27b | [
"Apache-2.0"
] | 27 | 2019-04-06T02:27:14.000Z | 2021-11-27T13:47:06.000Z | modules/perception/camera/lib/obstacle/tracker/omt/track_object.h | Songjiarui3313/apollo | df9113ae656e28e5374db32529d68e59455058a0 | [
"Apache-2.0"
] | 32 | 2020-10-22T02:59:40.000Z | 2021-05-06T16:30:50.000Z | modules/perception/camera/lib/obstacle/tracker/omt/track_object.h | Songjiarui3313/apollo | df9113ae656e28e5374db32529d68e59455058a0 | [
"Apache-2.0"
] | 57 | 2019-11-22T05:56:22.000Z | 2019-12-28T08:51:10.000Z | /******************************************************************************
* Copyright 2018 The Apollo Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*... | 33.2 | 79 | 0.674699 | [
"object",
"vector"
] |
17ed8290b5a29cfbe2d8c0ec9f888a9505c6fa20 | 6,468 | h | C | include/util/common/plot/tick_factory.h | d8euAI8sMs/util-cpp-common | e9a963ef69eadae319fc0e95db7e278ee5040f81 | [
"Apache-2.0"
] | null | null | null | include/util/common/plot/tick_factory.h | d8euAI8sMs/util-cpp-common | e9a963ef69eadae319fc0e95db7e278ee5040f81 | [
"Apache-2.0"
] | null | null | null | include/util/common/plot/tick_factory.h | d8euAI8sMs/util-cpp-common | e9a963ef69eadae319fc0e95db7e278ee5040f81 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <string>
#include <sstream>
#include <utility>
#include <vector>
#include <functional>
#include <util/common/ptr.h>
#include <util/common/plot/viewport.h>
namespace plot
{
/*****************************************************/
/* -typedefs- */
... | 26.508197 | 151 | 0.408009 | [
"vector"
] |
aa03399767b4709475b91231712460b4df7a01d4 | 5,245 | c | C | vendors/realtek/sdk/amebaZ2/component/common/bluetooth/realtek/sdk/example/bt_mesh/lib/model/generic_battery_server.c | Ameba8195/amazon-freertos | ef61d5f521de921cc931d9262e3d5af9b75fbd2e | [
"MIT"
] | 8 | 2019-10-24T03:22:27.000Z | 2022-01-11T07:16:52.000Z | vendors/realtek/sdk/amebaZ2/component/common/bluetooth/realtek/sdk/example/bt_mesh/lib/model/generic_battery_server.c | Ameba8195/amazon-freertos | ef61d5f521de921cc931d9262e3d5af9b75fbd2e | [
"MIT"
] | 6 | 2020-01-08T06:50:30.000Z | 2021-03-17T05:44:50.000Z | vendors/realtek/sdk/amebaZ2/component/common/bluetooth/realtek/sdk/example/bt_mesh/lib/model/generic_battery_server.c | Ameba8195/amazon-freertos | ef61d5f521de921cc931d9262e3d5af9b75fbd2e | [
"MIT"
] | 10 | 2019-09-20T00:10:21.000Z | 2021-04-09T01:09:22.000Z | /**
*****************************************************************************************
* Copyright(c) 2015, Realtek Semiconductor Corporation. All rights reserved.
*****************************************************************************************
* @file generic_battery_server.c
* @brief Source... | 33.196203 | 118 | 0.614299 | [
"mesh",
"model"
] |
aa0a990ba293403a5cfe6661c8b59dc30175d214 | 18,532 | h | C | lib/k2hstream.h | hiwakaba/k2hash | 154257ccc3e0aaa5cefdb0361a354ec19b53616d | [
"MIT"
] | 38 | 2016-12-09T01:44:43.000Z | 2021-06-24T01:33:17.000Z | lib/k2hstream.h | hiwakaba/k2hash | 154257ccc3e0aaa5cefdb0361a354ec19b53616d | [
"MIT"
] | 6 | 2016-12-09T05:38:38.000Z | 2020-11-16T05:20:30.000Z | lib/k2hstream.h | hiwakaba/k2hash | 154257ccc3e0aaa5cefdb0361a354ec19b53616d | [
"MIT"
] | 18 | 2016-12-09T01:48:33.000Z | 2021-01-20T06:33:00.000Z | /*
* K2HASH
*
* Copyright 2013 Yahoo Japan Corporation.
*
* K2HASH is key-valuew store base libraries.
* K2HASH is made for the purpose of the construction of
* original KVS system and the offer of the library.
* The characteristic is this KVS library which Key can
* layer. And can support multi-processing and... | 33.572464 | 242 | 0.698791 | [
"object"
] |
aa122a4df4bbd21874adab9a9decea6051245275 | 1,961 | h | C | include/Geometry/grid.h | tech-pi/BBSLMIRP | 21bd8780c0e7df255a7dd4a6967d8fabc882ef42 | [
"MIT"
] | 4 | 2019-07-18T03:14:32.000Z | 2021-07-07T18:15:49.000Z | include/Geometry/grid.h | chengaoyu/BBSLMIRP | 21bd8780c0e7df255a7dd4a6967d8fabc882ef42 | [
"MIT"
] | null | null | null | include/Geometry/grid.h | chengaoyu/BBSLMIRP | 21bd8780c0e7df255a7dd4a6967d8fabc882ef42 | [
"MIT"
] | 1 | 2019-11-28T02:52:45.000Z | 2019-11-28T02:52:45.000Z | #ifndef GRID_H
#define GRID_H
/*
@brief: this file gives the clas
@auther: chengaoyu2013@gmail.com
@date: 2017/10/19
*/
#include<vector>
#include"obliqueblock.h"
namespace BBSLMIRP{
const float kEps = 0.0000001;
class GridSize;
typedef GridSize MeshIndex;
class Grid3D{
public:
Grid3D();
virtual ~... | 25.141026 | 63 | 0.694034 | [
"mesh",
"object",
"vector",
"3d"
] |
eb7ec30a7344f48b3b52021a4e5e17c6ca81b64d | 2,026 | h | C | custom_utilities/tsplines/tsvedge.h | rwilliams01/isogeometric_application | e505061603b56b4f426220946da5ec551dc6c142 | [
"MIT"
] | null | null | null | custom_utilities/tsplines/tsvedge.h | rwilliams01/isogeometric_application | e505061603b56b4f426220946da5ec551dc6c142 | [
"MIT"
] | null | null | null | custom_utilities/tsplines/tsvedge.h | rwilliams01/isogeometric_application | e505061603b56b4f426220946da5ec551dc6c142 | [
"MIT"
] | 1 | 2021-12-25T08:31:06.000Z | 2021-12-25T08:31:06.000Z | //
// Project Name: Kratos
// Last Modified by: $Author: hbui $
// Date: $Date: 14 Apr 2015 $
// Revision: $Revision: 1.0 $
//
//
#if !defined(KRATOS_ISOGEOMETRIC_APPLICATION_TS_VEDGE_H_INCLUDED )
#define KRATOS_ISOGEOMETRIC_APPLICATION_TS_VEDGE_H_INCLUDED
// System includ... | 25.974359 | 100 | 0.65844 | [
"mesh",
"vector"
] |
eb818fa5f9b153cff46a19387f17560568fabe25 | 2,475 | h | C | GMLib/modules/parametrics/src/triangles/gmperbstriangle.h | MormonJesus69420/Virtual-Reality-Graphics-And-Animation-Project | 5cac3042d83f59ca5041247437ddc69afe3487c4 | [
"WTFPL"
] | 2 | 2019-08-04T09:41:42.000Z | 2022-03-08T02:13:00.000Z | GMLib/modules/parametrics/src/triangles/gmperbstriangle.h | MormonJesus69420/Virtual-Reality-Graphics-And-Animation-Project | 5cac3042d83f59ca5041247437ddc69afe3487c4 | [
"WTFPL"
] | null | null | null | GMLib/modules/parametrics/src/triangles/gmperbstriangle.h | MormonJesus69420/Virtual-Reality-Graphics-And-Animation-Project | 5cac3042d83f59ca5041247437ddc69afe3487c4 | [
"WTFPL"
] | null | null | null | /**********************************************************************************
**
** Copyright (C) 1994 Narvik University College
** Contact: GMlib Online Portal at http://episteme.hin.no
**
** This file is part of the Geometric Modeling Library, GMlib.
**
** GMlib is free software: you can redistribute it ... | 33.90411 | 84 | 0.589899 | [
"vector"
] |
eb824b21bdeb0ba66f26d1c3a3ab6767d3ec5b15 | 668 | h | C | src/srcs/rwfileoprt.h | linails/NLP-correlation | fa59b5aedc7b346f13f3ade1930750153f279072 | [
"MIT"
] | null | null | null | src/srcs/rwfileoprt.h | linails/NLP-correlation | fa59b5aedc7b346f13f3ade1930750153f279072 | [
"MIT"
] | null | null | null | src/srcs/rwfileoprt.h | linails/NLP-correlation | fa59b5aedc7b346f13f3ade1930750153f279072 | [
"MIT"
] | null | null | null | /*
* Progarm Name: rwfileoprt.h
* Created Time: 2016-05-15 19:46:28
* Last modified: 2016-12-15 22:07:52
* @author: minphone.linails linails@foxmail.com
*/
#ifndef _RWFILEOPRT_H_
#define _RWFILEOPRT_H_
#include "rfileoprt.h"
#include <map>
using namespace std;
class rwFileOprt : public rFileOprt{
public:
r... | 20.242424 | 78 | 0.699102 | [
"vector"
] |
eb82f9ff996824c82e21d4c29e062f0610563062 | 1,736 | h | C | contrib/src/ai/pathFind.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | 3 | 2020-01-02T08:43:36.000Z | 2020-07-05T08:59:02.000Z | contrib/src/ai/pathFind.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | contrib/src/ai/pathFind.h | sean5470/panda3d | ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d | [
"PHP-3.0",
"PHP-3.01"
] | 1 | 2020-03-11T17:38:45.000Z | 2020-03-11T17:38:45.000Z | /**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file pathFind.h
* @author D... | 26.30303 | 78 | 0.751728 | [
"object",
"vector",
"3d"
] |
eb866718fac9ca99748c7e0763adae4138ea6139 | 921 | h | C | src/objects/Pickup.h | ashleygwinnell/foh-ld40 | 6ee3ed856c1915177532161cb5de13ad7ce13264 | [
"MIT"
] | null | null | null | src/objects/Pickup.h | ashleygwinnell/foh-ld40 | 6ee3ed856c1915177532161cb5de13ad7ce13264 | [
"MIT"
] | null | null | null | src/objects/Pickup.h | ashleygwinnell/foh-ld40 | 6ee3ed856c1915177532161cb5de13ad7ce13264 | [
"MIT"
] | null | null | null | /*
* Arrow.h
*
* Created on: 29 Jan 2011
* Author: Ashley
*/
#ifndef PICKUP_H_
#define PICKUP_H_
#include "../ARK.h"
#include "Object.h"
class Player;
enum PickupType {
PU_PRESENT
};
class Pickup : public Object {
public:
static Image* s_spritePresent;
static Image* s_presentGibRibbon1;
static ... | 18.058824 | 66 | 0.715527 | [
"render",
"object"
] |
eb8b8a278c55542975c0f02c39c1736c00a7cc75 | 6,874 | c | C | ext/phalcon/paginator/adapter/model.zep.c | ufoproger/cphalcon | 3763e7e770afd0b5869f44c96000da1b5b609ca0 | [
"PHP-3.01",
"Zend-2.0",
"BSD-3-Clause"
] | null | null | null | ext/phalcon/paginator/adapter/model.zep.c | ufoproger/cphalcon | 3763e7e770afd0b5869f44c96000da1b5b609ca0 | [
"PHP-3.01",
"Zend-2.0",
"BSD-3-Clause"
] | null | null | null | ext/phalcon/paginator/adapter/model.zep.c | ufoproger/cphalcon | 3763e7e770afd0b5869f44c96000da1b5b609ca0 | [
"PHP-3.01",
"Zend-2.0",
"BSD-3-Clause"
] | null | null | null |
#ifdef HAVE_CONFIG_H
#include "../../../ext_config.h"
#endif
#include <php.h>
#include "../../../php_ext.h"
#include "../../../ext.h"
#include <Zend/zend_operators.h>
#include <Zend/zend_exceptions.h>
#include <Zend/zend_interfaces.h>
#include "kernel/main.h"
#include "kernel/object.h"
#include "kernel/array.h"
#in... | 28.172131 | 175 | 0.713267 | [
"object",
"model"
] |
eb8d8b9a2be2ffd5bccd2be0ba131b56ef125a8b | 3,947 | h | C | world/entity/player/LocalPlayer.h | SmartDEVTeam/MCPE-Headers | fb64a3fd75865df8be1b2da63d9160c552e0cd3d | [
"MIT"
] | 21 | 2016-02-03T04:59:43.000Z | 2022-01-25T17:54:07.000Z | world/entity/player/LocalPlayer.h | SmartDEVTeam/MCPE-Headers | fb64a3fd75865df8be1b2da63d9160c552e0cd3d | [
"MIT"
] | 1 | 2017-05-06T12:53:21.000Z | 2018-12-25T18:31:16.000Z | world/entity/player/LocalPlayer.h | SmartDEVTeam/MCPE-Headers | fb64a3fd75865df8be1b2da63d9160c552e0cd3d | [
"MIT"
] | 7 | 2016-01-30T19:24:22.000Z | 2021-12-04T23:14:40.000Z | #pragma once
#include "Player.h"
enum class EntityEvent;
class StructureFeature;
class LocalPlayer : public Player {
public:
virtual ~LocalPlayer();
virtual void setPos(Vec3 const&);
virtual void move(Vec3 const&);
virtual void normalTick();
virtual void rideTick();
virtual void startRiding(Entity&);
virtual... | 41.114583 | 93 | 0.799848 | [
"vector"
] |
eb9187a4640bd0875ed8c7d4aaf0d24f966fc554 | 1,416 | h | C | include/retdec/llvmir2hll/graphs/cfg/cfg_writers/graphviz_cfg_writer.h | mehrdad-shokri/retdec | a82f16e97b163afe789876e0a819489c5b9b358e | [
"MIT",
"Zlib",
"BSD-3-Clause"
] | 4,816 | 2017-12-12T18:07:09.000Z | 2019-04-17T02:01:04.000Z | include/retdec/llvmir2hll/graphs/cfg/cfg_writers/graphviz_cfg_writer.h | mehrdad-shokri/retdec | a82f16e97b163afe789876e0a819489c5b9b358e | [
"MIT",
"Zlib",
"BSD-3-Clause"
] | 514 | 2017-12-12T18:22:52.000Z | 2019-04-16T16:07:11.000Z | include/retdec/llvmir2hll/graphs/cfg/cfg_writers/graphviz_cfg_writer.h | mehrdad-shokri/retdec | a82f16e97b163afe789876e0a819489c5b9b358e | [
"MIT",
"Zlib",
"BSD-3-Clause"
] | 579 | 2017-12-12T18:38:02.000Z | 2019-04-11T13:32:53.000Z | /**
* @file include/retdec/llvmir2hll/graphs/cfg/cfg_writers/graphviz_cfg_writer.h
* @brief A CFG writer in the @c dot format (@c graphviz).
* @copyright (c) 2017 Avast Software, licensed under the MIT license
*/
#ifndef RETDEC_LLVMIR2HLL_GRAPHS_CFG_CFG_WRITERS_GRAPHVIZ_CFG_WRITER_H
#define RETDEC_LLVMIR2HLL_GRAPHS_CF... | 25.745455 | 78 | 0.757062 | [
"object"
] |
eb982596bdf8129c594f50e1b2498f27102eca0d | 5,712 | h | C | Source/Plugins/SubsystemPlugins/BladeGraphics/source/interface_imp/RenderScheme/RenderOutput.h | OscarGame/blade | 6987708cb011813eb38e5c262c7a83888635f002 | [
"MIT"
] | 146 | 2018-12-03T08:08:17.000Z | 2022-03-21T06:04:06.000Z | Source/Plugins/SubsystemPlugins/BladeGraphics/source/interface_imp/RenderScheme/RenderOutput.h | huangx916/blade | 3fa398f4d32215bbc7e292d61e38bb92aad1ee1c | [
"MIT"
] | 1 | 2019-01-18T03:35:49.000Z | 2019-01-18T03:36:08.000Z | Source/Plugins/SubsystemPlugins/BladeGraphics/source/interface_imp/RenderScheme/RenderOutput.h | huangx916/blade | 3fa398f4d32215bbc7e292d61e38bb92aad1ee1c | [
"MIT"
] | 31 | 2018-12-03T10:32:43.000Z | 2021-10-04T06:31:44.000Z | /********************************************************************
created: 2011/12/17
filename: RenderOutput.h
author: Crazii
purpose:
*********************************************************************/
#ifndef __Blade_RenderOutput_h__
#define __Blade_RenderOutput_h__
#include <BladeGraphics.h>
#include ... | 21.636364 | 154 | 0.604867 | [
"render",
"vector"
] |
eba05ee0a92d759bee8803fec884e63328daa54b | 2,125 | h | C | Compress.h | sfu-compbio/deez | 92cd56befd0c6fbd3355e75ab1747913c11ec716 | [
"BSD-3-Clause"
] | 13 | 2015-04-11T13:30:41.000Z | 2020-06-24T16:58:18.000Z | Compress.h | sfu-compbio/deez | 92cd56befd0c6fbd3355e75ab1747913c11ec716 | [
"BSD-3-Clause"
] | 1 | 2017-09-29T08:56:30.000Z | 2017-09-29T08:56:30.000Z | Compress.h | sfu-compbio/deez | 92cd56befd0c6fbd3355e75ab1747913c11ec716 | [
"BSD-3-Clause"
] | 6 | 2015-07-06T19:30:59.000Z | 2022-03-11T07:22:24.000Z | #ifndef Compress_H
#define Compress_H
#include "Common.h"
#include "Stats.h"
#include "Parsers/BAMParser.h"
#include "Parsers/SAMParser.h"
#include "Fields/Sequence.h"
#include "Fields/ReadName.h"
#include "Fields/MappingFlag.h"
#include "Fields/EditOperation.h"
#include "Fields/MappingQuality.h"
#include "Fields/Qual... | 29.109589 | 133 | 0.759529 | [
"vector"
] |
eba34932177fff0db3dc9097a3a96694eba60216 | 1,063 | h | C | packet.h | nickdesaulniers/cpp11-memcached | fa18d7d854e4918d026b8e7c82a758330a12fbc7 | [
"Beerware"
] | 4 | 2015-04-06T23:07:15.000Z | 2015-08-06T01:39:42.000Z | packet.h | nickdesaulniers/cpp11-memcached | fa18d7d854e4918d026b8e7c82a758330a12fbc7 | [
"Beerware"
] | 3 | 2015-04-08T06:03:34.000Z | 2015-06-28T00:26:40.000Z | packet.h | nickdesaulniers/cpp11-memcached | fa18d7d854e4918d026b8e7c82a758330a12fbc7 | [
"Beerware"
] | 4 | 2015-04-15T04:12:05.000Z | 2019-10-29T02:34:32.000Z | #pragma once
#include <vector>
#include <boost/asio.hpp>
#include "key_value_store.h"
enum class OpCode : char { GET = 0x00, SET = 0x01 };
class Packet {
typedef boost::asio::ip::tcp::socket socket;
std::uint32_t readUInt32LE(char data[32], size_t offset);
std::uint16_t readUInt16LE(char data[32], size_t offs... | 27.973684 | 73 | 0.713076 | [
"vector"
] |
eba8b5b8f3f2bd4bcc25fa814e205f1f42e07fb9 | 1,608 | h | C | contrib/gnu/gdb/dist/sim/m32r/dv-m32r_uart.h | TheSledgeHammer/2.11BSD | fe61f0b9aaa273783cd027c7b5ec77e95ead2153 | [
"BSD-3-Clause"
] | 3 | 2021-05-04T17:09:06.000Z | 2021-10-04T07:19:26.000Z | contrib/gnu/gdb/dist/sim/m32r/dv-m32r_uart.h | TheSledgeHammer/2.11BSD | fe61f0b9aaa273783cd027c7b5ec77e95ead2153 | [
"BSD-3-Clause"
] | null | null | null | contrib/gnu/gdb/dist/sim/m32r/dv-m32r_uart.h | TheSledgeHammer/2.11BSD | fe61f0b9aaa273783cd027c7b5ec77e95ead2153 | [
"BSD-3-Clause"
] | null | null | null | /* UART model.
Copyright (C) 1996-2020 Free Software Foundation, Inc.
Contributed by Cygnus Solutions and Mike Frysinger.
This file is part of simulators.
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 Fr... | 33.5 | 79 | 0.768657 | [
"model"
] |
ebae064c336897c2aca58617b3d0dcc5d2292eb5 | 4,213 | h | C | paddle/pten/api/include/kernel_signature.h | qili93/Paddle | ebbd356421598d50db78c32875dc9ab147c41c9e | [
"Apache-2.0"
] | 1 | 2021-12-22T09:08:33.000Z | 2021-12-22T09:08:33.000Z | paddle/pten/api/include/kernel_signature.h | CtfGo/Paddle | c197d73be1babe64d93b714701b21066d6645482 | [
"Apache-2.0"
] | 1 | 2021-11-01T06:28:16.000Z | 2021-11-01T06:28:16.000Z | paddle/pten/api/include/kernel_signature.h | CtfGo/Paddle | c197d73be1babe64d93b714701b21066d6645482 | [
"Apache-2.0"
] | null | null | null | /* Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... | 37.283186 | 80 | 0.485877 | [
"vector"
] |
ebb59c6a463216480e3e48f539506c94286440b0 | 1,596 | h | C | third_party/zetasql/zetasql/base/varsetter.h | cronblocks/MalDocA | dc377aaa8cd42d8f90062190a1a67db7ced8c952 | [
"Apache-2.0"
] | 23 | 2021-05-26T11:22:52.000Z | 2022-03-29T09:12:32.000Z | zetasql/base/varsetter.h | shuod/zetasql | 2067adfb3180898a3677580f926d6bbb5a93dcfa | [
"Apache-2.0"
] | 23 | 2021-05-27T11:34:19.000Z | 2022-02-22T19:24:01.000Z | zetasql/base/varsetter.h | shuod/zetasql | 2067adfb3180898a3677580f926d6bbb5a93dcfa | [
"Apache-2.0"
] | 7 | 2021-06-18T14:52:53.000Z | 2022-02-16T14:14:31.000Z | //
// Copyright 2018 ZetaSQL 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | 29.555556 | 79 | 0.7099 | [
"object"
] |
ebbc3ee657d33d01037c6bb9d30a9f18df3a1edc | 1,411 | h | C | LucidGloves/include/Communication/SerialCommunicationManager.h | felix-hellman/opengloves-driver | a1033dfe1c38b7c2cbf025e1f96b6f4d446c2bd9 | [
"MIT"
] | 1 | 2021-04-12T02:50:32.000Z | 2021-04-12T02:50:32.000Z | LucidGloves/include/Communication/SerialCommunicationManager.h | felix-hellman/opengloves-driver | a1033dfe1c38b7c2cbf025e1f96b6f4d446c2bd9 | [
"MIT"
] | null | null | null | LucidGloves/include/Communication/SerialCommunicationManager.h | felix-hellman/opengloves-driver | a1033dfe1c38b7c2cbf025e1f96b6f4d446c2bd9 | [
"MIT"
] | null | null | null | #pragma once
#include "CommunicationManager.h"
#include "DeviceConfiguration.h"
#include <windows.h>
#include <iostream>
#include <memory>
#include <thread>
#include <atomic>
#include <chrono>
#include <vector>
#include <sstream>
#include "DriverLog.h"
#define ARDUINO_WAIT_TIME 1000
class SerialCommunicationManager ... | 30.673913 | 263 | 0.785259 | [
"vector"
] |
ebc14532b280c3dc0b334e9d4ef711aae9dfc8a2 | 16,436 | c | C | Firmware/Unused in prototype/On-chip App/onchipsdk-master/src/app/04-fft/fft_app.c | ECE-412-Capstone-Sensor-Suite/Team-20-Sensor-Suite | ac1c1bb5383c0b9fe91caf8646ca2cb8643f607e | [
"MIT"
] | 2 | 2021-03-03T05:03:56.000Z | 2021-03-03T05:03:58.000Z | Firmware/Unused in prototype/On-chip App/onchipsdk-master/src/app/04-fft/fft_app.c | ECE-412-Capstone-Sensor-Suite/Team-20-Sensor-Suite | ac1c1bb5383c0b9fe91caf8646ca2cb8643f607e | [
"MIT"
] | null | null | null | Firmware/Unused in prototype/On-chip App/onchipsdk-master/src/app/04-fft/fft_app.c | ECE-412-Capstone-Sensor-Suite/Team-20-Sensor-Suite | ac1c1bb5383c0b9fe91caf8646ca2cb8643f607e | [
"MIT"
] | 1 | 2021-02-27T01:15:39.000Z | 2021-02-27T01:15:39.000Z | /**
Copyright (c) 2014, Dust Networks. All rights reserved.
\brief Fast Fourier Transform (FFT) Sample Application
This sample application shows you how to repetetive sampling over SPI, and
do a Fast Fourier Transform (FFT) over the gathered samples.
This sample application was written for the "Triple Axis Accelero... | 32.354331 | 110 | 0.563702 | [
"vector",
"transform"
] |
ebcd69d8bd6f0ab23a8a0caad5e14b43a5faaab8 | 1,613 | h | C | System/Library/PrivateFrameworks/BiometricKitUI.framework/Frameworks/MTLSpline.framework/MTLSAnimatablePathCollection.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 2 | 2021-11-02T09:23:27.000Z | 2022-03-28T08:21:57.000Z | System/Library/PrivateFrameworks/BiometricKitUI.framework/Frameworks/MTLSpline.framework/MTLSAnimatablePathCollection.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/BiometricKitUI.framework/Frameworks/MTLSpline.framework/MTLSAnimatablePathCollection.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 1 | 2022-03-28T08:21:59.000Z | 2022-03-28T08:21:59.000Z | /*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:18:37 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/Biometr... | 46.085714 | 155 | 0.690019 | [
"vector"
] |
ebcf1e2e48e17a743c97c44d92a7e146a861a88b | 1,987 | h | C | lib/operatorsClasses/NumericAndPointerRelational_Base/PointerRelational_Base/PointerRelational_Base.h | muteria/mart | 9bf0cd556dc84266e9c9bff6e707118f3af710e0 | [
"MIT"
] | 22 | 2019-05-25T02:14:24.000Z | 2022-01-18T18:20:30.000Z | lib/operatorsClasses/NumericAndPointerRelational_Base/PointerRelational_Base/PointerRelational_Base.h | muteria/mart | 9bf0cd556dc84266e9c9bff6e707118f3af710e0 | [
"MIT"
] | null | null | null | lib/operatorsClasses/NumericAndPointerRelational_Base/PointerRelational_Base/PointerRelational_Base.h | muteria/mart | 9bf0cd556dc84266e9c9bff6e707118f3af710e0 | [
"MIT"
] | 6 | 2019-06-29T15:54:50.000Z | 2021-01-29T08:53:35.000Z | #ifndef __MART_GENMU_operatorClasses__PointerRelational_Base__
#define __MART_GENMU_operatorClasses__PointerRelational_Base__
/**
* -==== PointerRelational_Base.h
*
* MART Multi-Language LLVM Mutation Framework
*
* This file is distributed under the University of Illinois Open Source
* License. Se... | 33.677966 | 80 | 0.646704 | [
"vector"
] |
5b6def970247e45c4669debe99a3b6368711e063 | 4,076 | h | C | code/masks/rttbBoostMaskVoxelizationThread.h | MIC-DKFZ/RTTB | 8b772501fd3fffcb67233a9307661b03dff72785 | [
"BSD-3-Clause"
] | 18 | 2018-04-19T12:57:32.000Z | 2022-03-12T17:43:02.000Z | code/masks/rttbBoostMaskVoxelizationThread.h | MIC-DKFZ/RTTB | 8b772501fd3fffcb67233a9307661b03dff72785 | [
"BSD-3-Clause"
] | null | null | null | code/masks/rttbBoostMaskVoxelizationThread.h | MIC-DKFZ/RTTB | 8b772501fd3fffcb67233a9307661b03dff72785 | [
"BSD-3-Clause"
] | 7 | 2018-06-24T21:09:56.000Z | 2021-09-09T09:30:49.000Z | // -----------------------------------------------------------------------
// RTToolbox - DKFZ radiotherapy quantitative evaluation library
//
// Copyright (c) German Cancer Research Center (DKFZ),
// Software development for Integrated Diagnostics and Therapy (SIDT).
// ALL RIGHTS RESERVED.
// See rttbCopyright.txt or... | 39.572816 | 164 | 0.690628 | [
"geometry",
"vector",
"model",
"3d"
] |
5b732e4c6d5922ef4c7bd950ae15cce6050a01a8 | 4,253 | h | C | ui/base/ime/input_method_win.h | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | ui/base/ime/input_method_win.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | ui/base/ime/input_method_win.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_BASE_IME_INPUT_METHOD_WIN_H_
#define UI_BASE_IME_INPUT_METHOD_WIN_H_
#include <windows.h>
#include <string>
#include "base/compiler_spec... | 35.441667 | 77 | 0.653421 | [
"vector"
] |
5b73897a0b67fc3f033fc8bc301c0960b1144410 | 1,754 | h | C | backend/src/PokerPersistenceServiceRedis.h | caiqingfeng/libpoker | a2c60884fc5c8e31455fb39e432c49e0df55956b | [
"Apache-2.0"
] | 1 | 2021-04-20T06:22:30.000Z | 2021-04-20T06:22:30.000Z | backend/src/PokerPersistenceServiceRedis.h | caiqingfeng/libpoker | a2c60884fc5c8e31455fb39e432c49e0df55956b | [
"Apache-2.0"
] | null | null | null | backend/src/PokerPersistenceServiceRedis.h | caiqingfeng/libpoker | a2c60884fc5c8e31455fb39e432c49e0df55956b | [
"Apache-2.0"
] | 2 | 2020-10-29T08:21:22.000Z | 2020-12-02T06:40:18.000Z | /*
* PersistenceService redis implements.h
*
* Created on: 2014-9-27
* Author: caiqingfeng
*/
#ifndef POKER_PERSISTENCESERVICEREDIS_H
#define POKER_PERSISTENCESERVICEREDIS_H
#include <hiredis/hiredis.h>
#include "libmrock/persistence/src/PersistenceServiceRedis.h"
#include "poker/src/LYTable.h"
/*
* 所有活动... | 33.730769 | 92 | 0.767389 | [
"vector"
] |
5b75683428d8a569dbe59b7185460b830e66e0bb | 5,019 | h | C | scripts/engine_player.h | mpforums/RenSharp | 5b3fb8bff2a1772a82a4148bcf3e1265a11aa097 | [
"Apache-2.0"
] | 1 | 2021-10-04T02:34:33.000Z | 2021-10-04T02:34:33.000Z | scripts/engine_player.h | TheUnstoppable/RenSharp | 2a123c6018c18f3fc73501737d600e291ac3afa7 | [
"Apache-2.0"
] | 9 | 2019-07-03T19:19:59.000Z | 2020-03-02T22:00:21.000Z | scripts/engine_player.h | TheUnstoppable/RenSharp | 2a123c6018c18f3fc73501737d600e291ac3afa7 | [
"Apache-2.0"
] | 2 | 2019-08-14T08:37:36.000Z | 2020-09-29T06:44:26.000Z | /* Renegade Scripts.dll
Copyright 2017 Tiberian Technologies
This file is part of the Renegade scripts.dll
The Renegade scripts.dll 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 yo... | 80.951613 | 206 | 0.797569 | [
"object"
] |
5b7fbcb809b000069bff1b14b9cfa114b9c48ae1 | 19,537 | h | C | 2.4/include/org/apache/xml/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.h | yaohb/J2ObjCAuto | 8b5252896999f367066e3f68226620f78c020923 | [
"MIT"
] | null | null | null | 2.4/include/org/apache/xml/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.h | yaohb/J2ObjCAuto | 8b5252896999f367066e3f68226620f78c020923 | [
"MIT"
] | null | null | null | 2.4/include/org/apache/xml/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.h | yaohb/J2ObjCAuto | 8b5252896999f367066e3f68226620f78c020923 | [
"MIT"
] | null | null | null | //
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: /Users/antoniocortes/j2objcprj/relases/j2objc/xalan/third_party/android/platform/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.java
//
#include "J2ObjC_header.h"
#pragma push_macro("INCLUDE_A... | 41.568085 | 312 | 0.764549 | [
"object",
"model"
] |
5b804611622840d7db530d9f8d586b42234b4859 | 636 | h | C | include/Ray.h | sethlu/vox | 852f0ebbec8fd054f85fdc65bf2e1395f8fcdeea | [
"MIT"
] | null | null | null | include/Ray.h | sethlu/vox | 852f0ebbec8fd054f85fdc65bf2e1395f8fcdeea | [
"MIT"
] | 2 | 2018-12-26T12:54:32.000Z | 2019-01-19T00:03:43.000Z | include/Ray.h | sethlu/vox | 852f0ebbec8fd054f85fdc65bf2e1395f8fcdeea | [
"MIT"
] | 3 | 2019-09-05T02:35:03.000Z | 2020-07-07T22:18:23.000Z | #ifndef RENDERBOX_RAY_H
#define RENDERBOX_RAY_H
#include "Object.h"
namespace renderbox {
class Ray {
friend Ray operator*(const mat4 &matrix, const Ray &ray);
public:
Ray(vec3 origin, vec3 direction);
vec3 getOrigin() const;
vec3 getDirection() const;
bool inte... | 16.307692 | 98 | 0.638365 | [
"object",
"vector"
] |
5b888943beb0d1cfaf82f9e9571be26fe53f28c3 | 1,389 | h | C | src/Systems/water.h | Adrien-radr/sun | 69d03f8362ee8d5743d0707b786a75911cec8aaa | [
"MIT"
] | null | null | null | src/Systems/water.h | Adrien-radr/sun | 69d03f8362ee8d5743d0707b786a75911cec8aaa | [
"MIT"
] | null | null | null | src/Systems/water.h | Adrien-radr/sun | 69d03f8362ee8d5743d0707b786a75911cec8aaa | [
"MIT"
] | null | null | null | #ifndef WATER_H
#define WATER_H
#include "definitions.h"
namespace game {
struct state;
}
namespace water {
struct beaufort_state
{
int Width;
vec2f Direction;
real32 Amplitude;
void *OrigPositions;
void *HTilde0;
void *HTilde0mk;
};
struct system... | 21.703125 | 78 | 0.593233 | [
"render"
] |
5b915bf3e8f8302937aa9c21a224e4508c33be18 | 2,700 | h | C | 3rdparty/meshlab-master/src/plugins_unsupported/render_splatting/splatrenderer_plugin.h | HoEmpire/slambook2 | 96d360f32aa5d8b5c5dcbbf9ee7ba865e84409f4 | [
"MIT"
] | 4 | 2016-03-30T14:31:52.000Z | 2019-02-02T05:01:32.000Z | graphics/meshlab/src/meshlabplugins/render_splatting/splatrenderer_plugin.h | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | null | null | null | graphics/meshlab/src/meshlabplugins/render_splatting/splatrenderer_plugin.h | hlzz/dotfiles | 0591f71230c919c827ba569099eb3b75897e163e | [
"BSD-3-Clause"
] | null | null | null | /****************************************************************************
* MeshLab o o *
* A versatile mesh processing toolbox o o *
* _ O _ *
* Co... | 42.1875 | 85 | 0.457778 | [
"mesh",
"render"
] |
5b9356b5bd62dafe5b4b64a608f4c6decdfb6787 | 3,793 | h | C | include/onnc/Support/IFStream.h | LiuLeif/onnc | 3f69e46172a9c33cc04541ff7fd78d5d7b6bdbba | [
"BSD-3-Clause"
] | 450 | 2018-08-03T08:17:03.000Z | 2022-03-17T17:21:06.000Z | include/onnc/Support/IFStream.h | ffk0716/onnc | 91e4955ade64b479db17aaeccacf4b7339fe44d2 | [
"BSD-3-Clause"
] | 104 | 2018-08-13T07:31:50.000Z | 2021-08-24T11:24:40.000Z | include/onnc/Support/IFStream.h | ffk0716/onnc | 91e4955ade64b479db17aaeccacf4b7339fe44d2 | [
"BSD-3-Clause"
] | 100 | 2018-08-12T04:27:39.000Z | 2022-03-11T04:17:42.000Z | //===- IFStream.h ---------------------------------------------------------===//
//
// The ONNC Project
//
// See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef ONNC_SUPPORT_IFSTREAM_H
#define ONNC_SUPPORT_IFSTREAM_H
#incl... | 35.783019 | 81 | 0.673873 | [
"object"
] |
5b93efd71090211641143f4bd7f2fe8aca2cf05f | 914 | h | C | src/iqrf/DPARequest.h | jalowiczor/beeon-gateway-with-nemea-sources | 195d8209302a42e03bafe33811236d7aeedb188d | [
"BSD-3-Clause"
] | 7 | 2018-06-09T05:55:59.000Z | 2021-01-05T05:19:02.000Z | src/iqrf/DPARequest.h | jalowiczor/beeon-gateway-with-nemea-sources | 195d8209302a42e03bafe33811236d7aeedb188d | [
"BSD-3-Clause"
] | 1 | 2019-12-25T10:39:06.000Z | 2020-01-03T08:35:29.000Z | src/iqrf/DPARequest.h | jalowiczor/beeon-gateway-with-nemea-sources | 195d8209302a42e03bafe33811236d7aeedb188d | [
"BSD-3-Clause"
] | 11 | 2018-05-10T08:29:05.000Z | 2020-01-22T20:49:32.000Z | #pragma once
#include "iqrf/DPAMessage.h"
namespace BeeeOn {
/**
* @brief DPA request contains a header:
*
* - NADR(2B) - network address
* - PNUM(1B)- peripherals number
* - CMD(1B) - command identification
* - HWPID(2B) - hw profile
* - PData - specific data
*/
class DPARequest : public DPAMessage {
p... | 17.576923 | 64 | 0.698031 | [
"vector"
] |
5b9f50d285f59a5bfbaf8c57915f2054227d8acc | 21,002 | h | C | include/appsvc.h | rzr/app-svc | 990ac895d8adce0f2608b48f80bea6dae8cd6b30 | [
"Apache-2.0"
] | 1 | 2017-01-28T15:49:05.000Z | 2017-01-28T15:49:05.000Z | include/appsvc.h | rzr/app-svc | 990ac895d8adce0f2608b48f80bea6dae8cd6b30 | [
"Apache-2.0"
] | null | null | null | include/appsvc.h | rzr/app-svc | 990ac895d8adce0f2608b48f80bea6dae8cd6b30 | [
"Apache-2.0"
] | 2 | 2015-07-10T15:36:49.000Z | 2015-11-23T18:07:14.000Z | /*
* app-svc
*
* Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
*
* Contact: Jayoun Lee <airjany@samsung.com>, Sewook Park <sewook7.park@samsung.com>, Jaeho Lee <jaeho81.lee@samsung.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fil... | 21.584789 | 121 | 0.681649 | [
"object"
] |
5ba364038b9cb895a7bef0bb8e0a17f8809c624c | 3,266 | h | C | third_party/maya/lib/usdMaya/primReaderContext.h | marsupial/USD | 98d49911893d59be5a9904a29e15959affd530ec | [
"BSD-3-Clause"
] | 9 | 2021-03-31T21:23:48.000Z | 2022-03-05T09:29:27.000Z | third_party/maya/lib/usdMaya/primReaderContext.h | unity3d-jp/USD | 0f146383613e1efe872ea7c85aa3536f170fcda2 | [
"BSD-3-Clause"
] | null | null | null | third_party/maya/lib/usdMaya/primReaderContext.h | unity3d-jp/USD | 0f146383613e1efe872ea7c85aa3536f170fcda2 | [
"BSD-3-Clause"
] | 2 | 2016-12-13T00:53:40.000Z | 2020-05-04T07:32:53.000Z | //
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | 37.113636 | 85 | 0.720147 | [
"object"
] |
5ba38e2db907c939f258fa72cd14ebe30f5a1bf7 | 7,629 | h | C | tiny_slam/src/core/maps/grid_map.h | HungEmb/DATNrepo | eb381a84ea0d69352f3dbbf2f6e5883a9ceac123 | [
"Apache-2.0"
] | 1 | 2021-12-18T16:01:34.000Z | 2021-12-18T16:01:34.000Z | tiny_slam/src/core/maps/grid_map.h | phucbk2001/DATNrepo | eb381a84ea0d69352f3dbbf2f6e5883a9ceac123 | [
"Apache-2.0"
] | null | null | null | tiny_slam/src/core/maps/grid_map.h | phucbk2001/DATNrepo | eb381a84ea0d69352f3dbbf2f6e5883a9ceac123 | [
"Apache-2.0"
] | 1 | 2021-12-18T16:01:25.000Z | 2021-12-18T16:01:25.000Z | /**
* \file
* \brief Defines the Grid map.
*/
#ifndef _GRID_MAP_H
#define _GRID_MAP_H
#include <memory>
#include <cmath>
#include "cell_occupancy_estimator.h"
#include "grid_cell_factory.h"
#include "../geometry_utils.h"
struct GridMapParams {
double width, height, meters_per_cell; // width & height in meters
}... | 30.15415 | 79 | 0.653166 | [
"vector"
] |
5ba52ce01169afcc4a9dff55c33afc99739518ba | 2,226 | h | C | include/scene/entity.h | Tevzi2/cpp3Dengine | 7584df7f86453b4530df436c622d151b110a837f | [
"MIT"
] | 9 | 2021-10-30T17:39:14.000Z | 2022-02-03T20:33:46.000Z | include/scene/entity.h | Tevzi2/cpp3Dengine | 7584df7f86453b4530df436c622d151b110a837f | [
"MIT"
] | null | null | null | include/scene/entity.h | Tevzi2/cpp3Dengine | 7584df7f86453b4530df436c622d151b110a837f | [
"MIT"
] | null | null | null | #pragma once
#include <core.h>
#include <utils.h>
#include <log.h>
#include <structs.h>
#include <mesh.h>
#include <frameBuffer.h>
#include <vertexBuffer.h>
#include <shader.h>
#include <texture.h>
#include <drawer.h>
#include <keyInput.h>
#include <camera.h>
namespace ZWET
{
class Entity;
struct entityData
... | 25.586207 | 98 | 0.587152 | [
"mesh",
"object",
"vector"
] |
5ba6cfbdbdd0fba1eecd22cecb79095b46a1f930 | 1,778 | h | C | Engine/Input.h | prophile/xsera | f1495245461bdbeea4c6761731ba648bdc200646 | [
"MIT"
] | 3 | 2016-05-08T17:24:45.000Z | 2018-08-27T18:57:53.000Z | Engine/Input.h | prophile/xsera | f1495245461bdbeea4c6761731ba648bdc200646 | [
"MIT"
] | null | null | null | Engine/Input.h | prophile/xsera | f1495245461bdbeea4c6761731ba648bdc200646 | [
"MIT"
] | 1 | 2022-03-28T08:14:14.000Z | 2022-03-28T08:14:14.000Z | #ifndef __apollo_input_h
#define __apollo_input_h
#include <string>
#include <Utilities/Vec2.h>
namespace Input
{
/**
* A single input event
*/
struct Event
{
public:
enum Type
{
NOP, //< No event
KEYDOWN, //< A key pressed
KEYUP, //< A key released
MOUSEMOVE,... | 24.027027 | 150 | 0.603487 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.