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
1f0c2e6962617628ae3062e5ad3f4c3857a5f497
1,533
h
C
Computing-II/CII_LAB/1_Mystring/3_29/mystring_shorth.h
DulceWRLD/College
9b94868514f461c97121d72ea0855f72ca95e798
[ "MIT" ]
2
2021-08-21T01:25:50.000Z
2021-12-10T06:51:46.000Z
Computing-II/CII_LAB/1_Mystring/3_29/mystring_shorth.h
DulceWRLD/College
9b94868514f461c97121d72ea0855f72ca95e798
[ "MIT" ]
null
null
null
Computing-II/CII_LAB/1_Mystring/3_29/mystring_shorth.h
DulceWRLD/College
9b94868514f461c97121d72ea0855f72ca95e798
[ "MIT" ]
6
2021-03-14T22:21:23.000Z
2022-03-29T15:30:58.000Z
/* MYSTRING opaque object interface */ #ifndef MYSTRING_H #define MYSTRING_H #include <stdio.h> typedef struct _MYSTRING *MYSTRING; enum mystring_status {MYSTRING_STATUS_ERROR, MYSTRING_STATUS_SUCCESS}; typedef enum mystring_status MyString_Status; #define MYSTRING_STARTING_CAPACITY 7 MYSTRING mystring_init_d...
38.325
92
0.759295
[ "object" ]
1f22777f7d513ab24060be0fe73d70c3ad8d9a85
1,169
h
C
src/MeteringSDK/MCOM/ProtocolThread.h
beroset/C12Adapter
593b201db169481245b0673813e19d174560a41e
[ "MIT" ]
9
2016-09-02T17:24:58.000Z
2021-12-14T19:43:48.000Z
src/MeteringSDK/MCOM/ProtocolThread.h
beroset/C12Adapter
593b201db169481245b0673813e19d174560a41e
[ "MIT" ]
1
2018-09-06T21:48:42.000Z
2018-09-06T21:48:42.000Z
src/MeteringSDK/MCOM/ProtocolThread.h
beroset/C12Adapter
593b201db169481245b0673813e19d174560a41e
[ "MIT" ]
4
2016-09-06T16:54:36.000Z
2021-12-16T16:15:24.000Z
#ifndef MCOM_PROTOCOLTHREAD_H #define MCOM_PROTOCOLTHREAD_H // File MCOM/ProtocolThread.h #include <MCOM/Protocol.h> #if !MCOM_PROJECT_COMPILING #error "This file is private to MCOM implementation, one shall not include it to client projects" #endif #if !M_NO_MCOM_PROTOCOL_THREAD /// \cond SHOW_INTERNAL // Threa...
22.921569
106
0.733105
[ "object" ]
1f23217d370f7886fc96c3ffb008b96c95bb45a2
656
h
C
include/psyrender/objects/sphere.h
mbrown1413/PsyRender
c5caead33bf4eae6c21f91ffda3f80efaec4f664
[ "MIT" ]
null
null
null
include/psyrender/objects/sphere.h
mbrown1413/PsyRender
c5caead33bf4eae6c21f91ffda3f80efaec4f664
[ "MIT" ]
null
null
null
include/psyrender/objects/sphere.h
mbrown1413/PsyRender
c5caead33bf4eae6c21f91ffda3f80efaec4f664
[ "MIT" ]
null
null
null
#ifndef _PSY_OBJ_SPHERE_H #define _PSY_OBJ_SPHERE_H typedef struct { OBJECT_HEADER Point pos; double r; } Object_Sphere; Object* Object_Sphere_new(double x, double y, double z, double radius); void Object_Sphere_print(const Object* obj); bool Object_Sphere_ray_intersect(const Object* obj, const Ray* r, P...
27.333333
85
0.782012
[ "object", "vector" ]
1f2504ff47ef9897bd6ec02f38132ce62f232ed1
42,641
c
C
sources/snd-gchn.c
OS2World/MM-SOUND-Snd
b633660e5945a6a6b095cd9aa3178deab56b354f
[ "Ruby" ]
1
2018-08-27T17:57:08.000Z
2018-08-27T17:57:08.000Z
sources/snd-gchn.c
OS2World/MM-SOUND-Snd
b633660e5945a6a6b095cd9aa3178deab56b354f
[ "Ruby" ]
null
null
null
sources/snd-gchn.c
OS2World/MM-SOUND-Snd
b633660e5945a6a6b095cd9aa3178deab56b354f
[ "Ruby" ]
null
null
null
#include "snd.h" enum { W_main_window, W_graph_window, W_wf_buttons, W_f, W_w, W_zy, W_sy, W_bottom_scrollers, W_sx, W_zx, W_graph, W_gzy, W_gsy, W_up_ev, W_down_ev, NUM_CHAN_WIDGETS }; enum {W_zy_adj, W_zx_adj, W_sy_adj, W_sx_adj, W_gzy_adj, W_gsy_adj, NUM_CHAN_ADJS}; ...
30.436117
139
0.676485
[ "shape" ]
1f253e3841d6e14c8d195261f1db8de470224e25
11,032
h
C
patchpanel/shill_client.h
ascii33/platform2
b78891020724e9ff26b11ca89c2a53f949e99748
[ "BSD-3-Clause" ]
null
null
null
patchpanel/shill_client.h
ascii33/platform2
b78891020724e9ff26b11ca89c2a53f949e99748
[ "BSD-3-Clause" ]
null
null
null
patchpanel/shill_client.h
ascii33/platform2
b78891020724e9ff26b11ca89c2a53f949e99748
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2016 The Chromium OS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PATCHPANEL_SHILL_CLIENT_H_ #define PATCHPANEL_SHILL_CLIENT_H_ #include <map> #include <memory> #include <ostream> #include <set> #include <str...
43.262745
80
0.708484
[ "object", "vector" ]
1f2bffc7716f6ecb5b186dc02dea0522cf1a23a9
9,669
h
C
BMEarth.framework/PrivateHeaders/BMEarthCoreManager.h
showzh20/BMEarthSDK
83250d63ebb870f548387f32cbe1d38fc8735219
[ "MIT" ]
null
null
null
BMEarth.framework/PrivateHeaders/BMEarthCoreManager.h
showzh20/BMEarthSDK
83250d63ebb870f548387f32cbe1d38fc8735219
[ "MIT" ]
null
null
null
BMEarth.framework/PrivateHeaders/BMEarthCoreManager.h
showzh20/BMEarthSDK
83250d63ebb870f548387f32cbe1d38fc8735219
[ "MIT" ]
null
null
null
// // BMEarthCoreManager.h // BigeEarth // // Created by 赵洪 on 2020/7/28. // Copyright © 2020 赵洪. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h> #import "BMEarthMapModel.h" #import "BMEarthLayerModel.h" #import "BMEarthInfoListener.h" #import...
26.203252
126
0.756438
[ "model" ]
1f34d8676208f92da43e42e736a60a9b7eb8864d
42,846
h
C
seminars/sgtl-strings.h
shevkunov/sgtl-and-others
573e8d57c8d0272c025d8509485bec0a26de3153
[ "BSD-3-Clause" ]
null
null
null
seminars/sgtl-strings.h
shevkunov/sgtl-and-others
573e8d57c8d0272c025d8509485bec0a26de3153
[ "BSD-3-Clause" ]
null
null
null
seminars/sgtl-strings.h
shevkunov/sgtl-and-others
573e8d57c8d0272c025d8509485bec0a26de3153
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <iostream> #include <string> #include <vector> #include <ios> #include <algorithm> #include <stdexcept> #include <queue> #include <set> namespace sgtl { typedef long long int hash_t; template <hash_t base_ = 256, hash_t module_ = 1000000007> class HashedString { public: H...
32.118441
101
0.39775
[ "vector" ]
1f422664f3d66a38721830a05429ce05480889ff
245
h
C
raytracer/rt_iaccel.h
Kupoman/raytracer
cbb513430abf8a333ac07d6c376c000a49c1faaa
[ "Apache-2.0" ]
1
2015-05-05T19:27:00.000Z
2015-05-05T19:27:00.000Z
raytracer/rt_iaccel.h
Kupoman/raytracer
cbb513430abf8a333ac07d6c376c000a49c1faaa
[ "Apache-2.0" ]
null
null
null
raytracer/rt_iaccel.h
Kupoman/raytracer
cbb513430abf8a333ac07d6c376c000a49c1faaa
[ "Apache-2.0" ]
null
null
null
#ifndef __IACCEL_H__ #define __IACCEL_H__ class IAccel { public: virtual void addMesh(class Mesh* mesh)=0; virtual void update()=0; virtual bool occlude(class Ray*) = 0; virtual bool intersect(class Ray*, struct Material**) = 0; }; #endif
17.5
59
0.726531
[ "mesh" ]
1f4a1230ad7f1c92697393ff0cb577b917cd7bcc
3,859
h
C
System/Library/PrivateFrameworks/TextInput.framework/TextInput-Structs.h
lechium/tvOS10Headers
f0c99993da6cc502d36fdc5cb4ff90d94b12bf67
[ "MIT" ]
4
2017-03-23T00:01:54.000Z
2018-08-04T20:16:32.000Z
System/Library/PrivateFrameworks/TextInput.framework/TextInput-Structs.h
lechium/tvOS10Headers
f0c99993da6cc502d36fdc5cb4ff90d94b12bf67
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/TextInput.framework/TextInput-Structs.h
lechium/tvOS10Headers
f0c99993da6cc502d36fdc5cb4ff90d94b12bf67
[ "MIT" ]
4
2017-05-14T16:23:26.000Z
2019-12-21T15:07:59.000Z
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:01:48 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/PrivateFrameworks/TextInput.framework/TextInput * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
32.428571
218
0.783364
[ "vector" ]
1f7b3e48feb1cca3f7c3c565f080ba0c28b4154e
2,454
h
C
Medusa/Medusa/Resource/Texture/ITexture.h
tony2u/Medusa
d4ac8181a693bc796681880e09aac3fdba9aaaaf
[ "MIT" ]
143
2015-11-18T01:06:03.000Z
2022-03-30T03:08:54.000Z
Medusa/Medusa/Resource/Texture/ITexture.h
tony2u/Medusa
d4ac8181a693bc796681880e09aac3fdba9aaaaf
[ "MIT" ]
1
2019-10-23T13:00:40.000Z
2019-10-23T13:00:40.000Z
Medusa/Medusa/Resource/Texture/ITexture.h
tony2u/Medusa
d4ac8181a693bc796681880e09aac3fdba9aaaaf
[ "MIT" ]
45
2015-11-18T01:17:59.000Z
2022-03-05T12:29:45.000Z
// Copyright (c) 2015 fjz13. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. #pragma once #include "MedusaPreDeclares.h" #include "Core/String/StringRef.h" #include "Geometry/Size2.h" #include "Graphics/GraphicsTypes.h" #include "Graphics/Stat...
36.088235
181
0.776284
[ "geometry" ]
1f7b5ccd99603e1412c34fb98334c655ae0323fe
1,950
h
C
WazappyAppUWP/Scenario4.xaml.h
RobJellinghaus/Wazappy
a8ee075cb3657d51656f28f659838d6f737fb4a0
[ "MIT" ]
1
2018-04-06T15:48:22.000Z
2018-04-06T15:48:22.000Z
WazappyAppUWP/Scenario4.xaml.h
RobJellinghaus/Wazappy
a8ee075cb3657d51656f28f659838d6f737fb4a0
[ "MIT" ]
1
2021-01-20T17:15:31.000Z
2021-03-28T21:26:25.000Z
WazappyAppUWP/Scenario4.xaml.h
RobJellinghaus/Wazappy
a8ee075cb3657d51656f28f659838d6f737fb4a0
[ "MIT" ]
1
2018-05-02T10:49:26.000Z
2018-05-02T10:49:26.000Z
// Licensed under the MIT License. // Based on WindowsAudioSession sample from https://github.com/Microsoft/Windows-universal-samples #pragma once #include "pch.h" #include "Scenario4.g.h" #include "MainPage.xaml.h" #include "WazappyDllInterface.h" #define OSC_START_X 100 #define OSC_START_Y 100 #define OSC_X_LEN...
30.952381
98
0.742564
[ "object" ]
1f7b949f36d2eb07319c9fdd45230c661d6a6c66
3,935
h
C
cbsasl/mechanismfactory.h
daverigby/memcached
197cca992d5f1f8d7382a936969c8db999478c19
[ "BSD-3-Clause" ]
null
null
null
cbsasl/mechanismfactory.h
daverigby/memcached
197cca992d5f1f8d7382a936969c8db999478c19
[ "BSD-3-Clause" ]
null
null
null
cbsasl/mechanismfactory.h
daverigby/memcached
197cca992d5f1f8d7382a936969c8db999478c19
[ "BSD-3-Clause" ]
null
null
null
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2016 Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
37.836538
79
0.638882
[ "object" ]
1f7d4656753428c6a0727472c21a785263dbee72
937
h
C
src/Utility.h
clayne/Slick-Sneaking
8ce45df674ca0698d82e5c229528670a5eb1e478
[ "MIT" ]
1
2022-03-06T21:52:18.000Z
2022-03-06T21:52:18.000Z
src/Utility.h
clayne/Slick-Sneaking
8ce45df674ca0698d82e5c229528670a5eb1e478
[ "MIT" ]
null
null
null
src/Utility.h
clayne/Slick-Sneaking
8ce45df674ca0698d82e5c229528670a5eb1e478
[ "MIT" ]
1
2022-03-06T21:52:19.000Z
2022-03-06T21:52:19.000Z
#pragma once namespace Utility { [[maybe_unused]] bool PlayIdle(RE::Actor* a_actor, RE::TESIdleForm* a_form, RE::TESObjectREFR* a_target = nullptr); [[nodiscard]] std::uint32_t RandomInt(std::uint32_t a_min, std::uint32_t a_max); [[nodiscard]] RE::Actor* GetValidTarget(); [[nodiscard]] double GetHeadingAngle(RE::T...
62.466667
173
0.75667
[ "vector" ]
1f7e798e3b9c89677a92cbc9034580ed155c0a9a
39,893
h
C
include/graph_proc.h
yoshou/coalsack
e416de78be801dc3b6fcbebc98f3a2e66e123a34
[ "MIT" ]
null
null
null
include/graph_proc.h
yoshou/coalsack
e416de78be801dc3b6fcbebc98f3a2e66e123a34
[ "MIT" ]
null
null
null
include/graph_proc.h
yoshou/coalsack
e416de78be801dc3b6fcbebc98f3a2e66e123a34
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <unordered_map> #include <unordered_set> #include <memory> #include <vector> #include <iostream> #include <map> #include <stdexcept> #include <functional> #include <thread> #include <atomic> #include <cereal/cereal.hpp> #include <cereal/types/polymorphic.hpp> #include <cereal/t...
24.519361
178
0.565964
[ "object", "vector" ]
1f9a272e3d02cf30df8d6c74f536085a85b5784a
50,780
h
C
emu.h
mfkiwl/alice5-gpu-riscv
6001088d432faf1b9e4b0498f6f3af32d7f8e294
[ "Apache-2.0" ]
15
2020-03-09T00:38:17.000Z
2022-03-13T19:42:33.000Z
emu.h
asicguy/alice5
6001088d432faf1b9e4b0498f6f3af32d7f8e294
[ "Apache-2.0" ]
15
2019-04-03T22:11:38.000Z
2019-09-06T00:55:48.000Z
emu.h
bradgrantham/earwig_vulkan
6001088d432faf1b9e4b0498f6f3af32d7f8e294
[ "Apache-2.0" ]
6
2020-03-02T07:28:28.000Z
2022-02-14T11:19:19.000Z
#include <algorithm> #include <cstdint> #include <math.h> #include <cmath> #include <vector> #include <map> #include <set> #include <string> #include <cfenv> #include "util.h" #include "objectfile.h" const int RM_RNE = 0b000; const int RM_RTZ = 0b001; const int RM_RDN = 0b010; const int RM_RUP = 0b011; const int RM_T...
43.662941
222
0.382946
[ "vector" ]
1fa508b6f5b4d13ec7500f4864b5ff58e2aa3c9f
10,193
h
C
deps/bakuage/include/bakuage/clear_mixer_filter.h
nankasuisui/phaselimiter
dd155676a3750d4977b8248d52fc77f5c28d1906
[ "MIT" ]
12
2021-07-07T14:37:20.000Z
2022-03-07T16:43:47.000Z
deps/bakuage/include/bakuage/clear_mixer_filter.h
nankasuisui/phaselimiter
dd155676a3750d4977b8248d52fc77f5c28d1906
[ "MIT" ]
null
null
null
deps/bakuage/include/bakuage/clear_mixer_filter.h
nankasuisui/phaselimiter
dd155676a3750d4977b8248d52fc77f5c28d1906
[ "MIT" ]
3
2021-04-03T13:36:02.000Z
2021-12-28T20:21:10.000Z
#ifndef BAKUAGE_BAKUAGE_CLEAR_MIXER_FILTER_H_ #define BAKUAGE_BAKUAGE_CLEAR_MIXER_FILTER_H_ #include <algorithm> #include <limits> #include "bakuage/delay_filter.h" #include "bakuage/fir_design.h" #include "bakuage/fir_filter2.h" #include "bakuage/loudness_filter.h" #include "bakuage/time_varying_lowpass_filter.h" na...
41.100806
163
0.489061
[ "vector" ]
de569e60886423163ca546c8f114f20defb5eeb4
422,191
h
C
hackathon/hanchuan/sscope/FlyCapture2/gtk64/include/gtkglext-1.2/gdk/gdkglglext.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
1
2021-12-27T19:14:03.000Z
2021-12-27T19:14:03.000Z
hackathon/hanchuan/sscope/FlyCapture2/gtk64/include/gtkglext-1.2/gdk/gdkglglext.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
1
2016-12-03T05:33:13.000Z
2016-12-03T05:33:13.000Z
hackathon/hanchuan/sscope/FlyCapture2/gtk64/include/gtkglext-1.2/gdk/gdkglglext.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
null
null
null
/* GdkGLExt - OpenGL Extension to GDK * Copyright (C) 2002-2004 Naofumi Yasufuku * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your ...
46.811287
264
0.788295
[ "object", "transform" ]
de582231868e7a4ef9f07c1c8b24792de1c3a5a8
72,815
c
C
s32v234_sdk/isp/graphs/jpeg_single_stream/src/jpeg_single_stream.c
intesight/Panorama4AIWAYS
46e1988e54a5155be3b3b47c486b3f722be00b5c
[ "WTFPL" ]
null
null
null
s32v234_sdk/isp/graphs/jpeg_single_stream/src/jpeg_single_stream.c
intesight/Panorama4AIWAYS
46e1988e54a5155be3b3b47c486b3f722be00b5c
[ "WTFPL" ]
null
null
null
s32v234_sdk/isp/graphs/jpeg_single_stream/src/jpeg_single_stream.c
intesight/Panorama4AIWAYS
46e1988e54a5155be3b3b47c486b3f722be00b5c
[ "WTFPL" ]
2
2021-01-21T02:06:16.000Z
2021-01-28T10:47:37.000Z
/***************************************************************************** * * Copyright (c) 2017-2018 NXP * All Rights Reserved * ***************************************************************************** * * THIS SOFTWARE IS PROVIDED BY FREESCALE "AS IS" AND ANY EXPRESSED OR * IMPLIED WARRANTIES, INCLU...
42.984061
119
0.528998
[ "object" ]
de5b3bf4ee59edc342b3240240acf2873b946816
721
h
C
include/visu/object/background.h
renehorstmann/Visu
cdfa3b97bd965cb3d7783450c8f2956d1efea9ea
[ "MIT" ]
1
2021-09-16T06:28:05.000Z
2021-09-16T06:28:05.000Z
include/visu/object/background.h
renehorstmann/Visu
cdfa3b97bd965cb3d7783450c8f2956d1efea9ea
[ "MIT" ]
null
null
null
include/visu/object/background.h
renehorstmann/Visu
cdfa3b97bd965cb3d7783450c8f2956d1efea9ea
[ "MIT" ]
null
null
null
#ifndef VISU_OBJECT_BACKGROUND_H #define VISU_OBJECT_BACKGROUND_H #include "base.h" static const vec3 VU_BACKGROUND_DEFAULT_TOP_LEFT_COLOR = {{0.1, 0.1, 0.6}}; static const vec3 VU_BACKGROUND_DEFAULT_TOP_RIGHT_COLOR = {{0.1, 0.1, 0.6}}; static const vec3 VU_BACKGROUND_DEFAULT_BOTTOM_LEFT_COLOR = {{0.1, 0.1, 0.4}}; ...
32.772727
86
0.700416
[ "render" ]
de6472a0d65bb8a0a8f8905dfaeb2b6109d81beb
6,768
h
C
interface/MO_Interface.h
bendelec/Grandma
d7ac708b5357107a0e4b32e175c2e8cb71fdbcd8
[ "MIT" ]
2
2020-05-25T11:12:19.000Z
2022-01-18T01:38:19.000Z
interface/MO_Interface.h
bendelec/Grandma
d7ac708b5357107a0e4b32e175c2e8cb71fdbcd8
[ "MIT" ]
1
2020-03-28T03:47:22.000Z
2020-03-28T03:47:22.000Z
interface/MO_Interface.h
bendelec/Grandma
d7ac708b5357107a0e4b32e175c2e8cb71fdbcd8
[ "MIT" ]
1
2022-01-18T01:50:30.000Z
2022-01-18T01:50:30.000Z
/** * Interface definition for managed object classes (MOs) * * (c)2020 Christian Bendele * * This specifies the interface that all MO classes need to provide. Objects implementing * this interface can be added to the MO tree of the Grandma OMA-DM protocol client library * using the DMClient::addMO() method. * ...
43.10828
204
0.715869
[ "object" ]
de66a894b09261d2b12de83e9415ee41dad02468
1,387
h
C
wifi/sys/include/net/tfcoap.h
luisan00/turpial-firmware
f0d9d0b020d8b09dc25556f16abdef84d77d426a
[ "Apache-2.0" ]
17
2019-11-05T07:40:14.000Z
2021-07-21T10:52:32.000Z
wifi/sys/include/net/tfcoap.h
luisan00/turpial-firmware
f0d9d0b020d8b09dc25556f16abdef84d77d426a
[ "Apache-2.0" ]
84
2019-10-01T09:32:47.000Z
2021-06-02T16:13:18.000Z
wifi/sys/include/net/tfcoap.h
luisan00/turpial-firmware
f0d9d0b020d8b09dc25556f16abdef84d77d426a
[ "Apache-2.0" ]
21
2019-09-17T10:20:41.000Z
2021-09-16T22:06:08.000Z
/* Copyright 2019 btcven and Locha Mesh developers * * 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...
23.116667
77
0.687094
[ "mesh" ]
de6857a83eccbd5e44d381677235bb47d5e57e6a
4,405
h
C
GDP_Feeney_201718/Persist/CNVPair.h
bharodiyadhaval/Animation_Project_01
59a0d8971ca04f21320d1a643ceb31f5d44f89d0
[ "Apache-2.0" ]
null
null
null
GDP_Feeney_201718/Persist/CNVPair.h
bharodiyadhaval/Animation_Project_01
59a0d8971ca04f21320d1a643ceb31f5d44f89d0
[ "Apache-2.0" ]
null
null
null
GDP_Feeney_201718/Persist/CNVPair.h
bharodiyadhaval/Animation_Project_01
59a0d8971ca04f21320d1a643ceb31f5d44f89d0
[ "Apache-2.0" ]
null
null
null
#ifndef _CNVPair_HG_ #define _CNVPair_HG_ #include <string> #include <vector> #include "RnRXML/RnRXML.h" class CNVPair { public: class fvec4 { public: fvec4() : x(0.0f), y(0.0f), z(0.0), w(1.0f) {}; fvec4( float initX, float initY, float initZ, float initW ) : x(initX), y(initY), z(initZ), w(initW) {}; floa...
36.708333
114
0.698297
[ "vector" ]
de6cf04f302416552fc5d623143bcbcdabf90e31
914
h
C
classifica.h
malta895/CandyCrushMalta
864784d8fd7400180ef0a47953dacf9a46f91da2
[ "MIT" ]
1
2019-06-05T17:20:22.000Z
2019-06-05T17:20:22.000Z
classifica.h
malta895/CandyCrushMalta
864784d8fd7400180ef0a47953dacf9a46f91da2
[ "MIT" ]
null
null
null
classifica.h
malta895/CandyCrushMalta
864784d8fd7400180ef0a47953dacf9a46f91da2
[ "MIT" ]
null
null
null
#ifndef CLASSIFICA_H #define CLASSIFICA_H #include <vector> #include <fstream> #include <QString> //#include "giocatori.h" #define FILEGIOCATORI "./FileDati/giocatori.dat" using std::fstream; using std::ifstream; using std::ofstream; using std::vector; struct Giocatore { int record = 0; ...
19.041667
55
0.656455
[ "vector" ]
de71653d84d4e69e34c0c9a7542ef845739b1957
38,131
h
C
apbs/src/generic/vhal.h
ashermancinelli/apbs-pdb2pqr
0b1bc0126331cf3f1e08667ccc70dae8eda5cd00
[ "BSD-3-Clause" ]
null
null
null
apbs/src/generic/vhal.h
ashermancinelli/apbs-pdb2pqr
0b1bc0126331cf3f1e08667ccc70dae8eda5cd00
[ "BSD-3-Clause" ]
null
null
null
apbs/src/generic/vhal.h
ashermancinelli/apbs-pdb2pqr
0b1bc0126331cf3f1e08667ccc70dae8eda5cd00
[ "BSD-3-Clause" ]
null
null
null
/** @defgroup Vhal Vhal class * @brief A "class" which consists solely of macro definitions which are * used by several other classes */ /** * @file vhal.h * @ingroup Vhal * @brief Contains generic macro definitions for APBS * @version $Id$ * @author Nathan A. Baker * * ...
39.229424
458
0.44355
[ "object", "3d" ]
de726609c1f3d9e45f70589f26ff1e805c8b1238
427
h
C
PROX/APPLICATIONS/PROX_GUI/include/prox_gui_scene_manager.h
erleben/matchstick
1cfdc32b95437bbb0063ded391c34c9ee9b9583b
[ "MIT" ]
2
2019-11-27T09:44:45.000Z
2020-01-13T00:24:21.000Z
PROX/APPLICATIONS/PROX_GUI/include/prox_gui_scene_manager.h
erleben/matchstick
1cfdc32b95437bbb0063ded391c34c9ee9b9583b
[ "MIT" ]
null
null
null
PROX/APPLICATIONS/PROX_GUI/include/prox_gui_scene_manager.h
erleben/matchstick
1cfdc32b95437bbb0063ded391c34c9ee9b9583b
[ "MIT" ]
null
null
null
#ifndef PROX_GUI_SCENE_MANAGER_H #define PROX_GUI_SCENE_MANAGER_H #include <prox_gui_scene_object.h> namespace prox_gui { class SceneManager { public: std::vector<SceneObject> m_objects; public: void clear() { m_objects.clear(); } void add(SceneObject const & object) { ...
12.2
40
0.669789
[ "object", "vector" ]
de7f0fae8a5e60204af3bc203df84a2947d652a5
9,220
h
C
include/ilang/smt-inout/chc_inv_in.h
yuex1994/iw_ilang
e31ffdca4e2c6503804e229b54a44211eb214980
[ "MIT" ]
null
null
null
include/ilang/smt-inout/chc_inv_in.h
yuex1994/iw_ilang
e31ffdca4e2c6503804e229b54a44211eb214980
[ "MIT" ]
null
null
null
include/ilang/smt-inout/chc_inv_in.h
yuex1994/iw_ilang
e31ffdca4e2c6503804e229b54a44211eb214980
[ "MIT" ]
null
null
null
/// \file CHC Invariant Input Parsing // --- Hongce Zhang (hongcez@princeton.edu) #ifndef CHC_INV_IN_H__ #define CHC_INV_IN_H__ #include <ilang/smt-inout/chc_inv_in_wrapper.h> #include <ilang/smt-inout/yosys_smt_parser.h> #include <functional> #include <map> #include <string> extern "C" { #include "smtparser/smtlib...
37.177419
80
0.703254
[ "object", "vector" ]
de8e59780cc4e1963239bec02252259bcfb417e8
3,443
c
C
d/sglib/strong/strongroom.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/sglib/strong/strongroom.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/sglib/strong/strongroom.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
// Stronghold Room // Thorn@Shadowgate // 1/26/97 // Player Strongholds // strongroom.c #include <strongholds.h> inherit "/std/vault"; // Global Variables object chest, marker; string strongid, *allowed, *invited; int protect; // Function Prototypes object query_strongid(); ...
19.451977
103
0.648272
[ "object" ]
de927dcb92d022cbff313e946b053ff2ebe1065e
5,568
h
C
arm_compute/core/NEON/kernels/NEBinaryConvolutionKernel.h
giorgio-arena/ComputeLibraryBinary
b8bb65f0dc2561907e566908e102aabcb7d41d61
[ "MIT" ]
null
null
null
arm_compute/core/NEON/kernels/NEBinaryConvolutionKernel.h
giorgio-arena/ComputeLibraryBinary
b8bb65f0dc2561907e566908e102aabcb7d41d61
[ "MIT" ]
null
null
null
arm_compute/core/NEON/kernels/NEBinaryConvolutionKernel.h
giorgio-arena/ComputeLibraryBinary
b8bb65f0dc2561907e566908e102aabcb7d41d61
[ "MIT" ]
null
null
null
/* * Copyright (c) 2019 ARM Limited. * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights ...
53.538462
137
0.706717
[ "3d" ]
dea4e9956a79ad8f0493202e0fd9e87425414ad8
3,024
h
C
src/fvfielddrawxml.h
szmurlor/fiver
083251420eb934d860c99dcf1eb07ae5b8ba7e8c
[ "Apache-2.0" ]
null
null
null
src/fvfielddrawxml.h
szmurlor/fiver
083251420eb934d860c99dcf1eb07ae5b8ba7e8c
[ "Apache-2.0" ]
null
null
null
src/fvfielddrawxml.h
szmurlor/fiver
083251420eb934d860c99dcf1eb07ae5b8ba7e8c
[ "Apache-2.0" ]
null
null
null
#ifndef FVFIELDDRAWXML_H #define FVFIELDDRAWXML_H #include <fvobject.h> #include <fvboxfieldxml.h> #include <colormap.h> #include <isolines.h> #include <setofint.h> #include <fvrequirefield.h> #include <fvrequiregrid.h> #include <QtDebug> #include <QString> #include <fvhelpers.h> #include <dolfin/mesh/Cell.h> #include...
27.743119
124
0.650463
[ "mesh", "vector" ]
dea88be92be4f4c67bf2fa0fab95df243673f368
1,489
h
C
solver/resolver.h
pstlab/oRatio
0ec136fc60240e6cf090c8a6ba5055f84a215ac1
[ "Apache-2.0" ]
6
2020-02-20T14:52:01.000Z
2020-10-08T19:52:41.000Z
solver/resolver.h
pstlab/oRatio
0ec136fc60240e6cf090c8a6ba5055f84a215ac1
[ "Apache-2.0" ]
15
2018-01-25T12:37:51.000Z
2021-03-22T14:03:43.000Z
solver/resolver.h
pstlab/oRatio
0ec136fc60240e6cf090c8a6ba5055f84a215ac1
[ "Apache-2.0" ]
1
2019-04-29T23:16:57.000Z
2019-04-29T23:16:57.000Z
#pragma once #include "rational.h" #include <vector> namespace smt { typedef size_t var; } // namespace smt namespace ratio { class solver; class graph; class flaw; class resolver { friend class solver; friend class graph; friend class flaw; public: resolver(graph &gr, const smt::rational &cost, flaw &eff...
26.589286
118
0.672935
[ "vector" ]
deaa9c4fee609f9bc1e91ed212b8a118f3824021
4,108
h
C
kernel/kernelConsts.h
MarinaRepac/FSM_FTP_Proxy
d16822b0b513a07f4b8ad6757fc97bb01aff2ac0
[ "MIT" ]
null
null
null
kernel/kernelConsts.h
MarinaRepac/FSM_FTP_Proxy
d16822b0b513a07f4b8ad6757fc97bb01aff2ac0
[ "MIT" ]
null
null
null
kernel/kernelConsts.h
MarinaRepac/FSM_FTP_Proxy
d16822b0b513a07f4b8ad6757fc97bb01aff2ac0
[ "MIT" ]
null
null
null
// ************************************************************************** // kernelConsts.h - description // ------------------- // begin : Mon Jun 19 2000 // coded by : Ivan Velikic // email : ivelikic@yahoo.com // des...
38.754717
102
0.657984
[ "object" ]
deb44a7f734f0b826df1bc8da3cf48dc44021f00
12,175
c
C
MPPT_Tracker.c
jaygreco/MSP-MPPT
b5f2dd3d4ac2831a68d7a72c8b080c5b4fa6f013
[ "MIT" ]
6
2016-02-18T05:21:21.000Z
2021-11-23T08:00:42.000Z
MPPT_Tracker.c
jaygreco/MSP-MPPT
b5f2dd3d4ac2831a68d7a72c8b080c5b4fa6f013
[ "MIT" ]
null
null
null
MPPT_Tracker.c
jaygreco/MSP-MPPT
b5f2dd3d4ac2831a68d7a72c8b080c5b4fa6f013
[ "MIT" ]
3
2015-06-08T14:38:00.000Z
2019-11-30T14:11:20.000Z
/* =================================================================================================================== | MSP430F5172 code for PV panel Maximum Power Point Tracking (MPPT). Inputs and outputs are as follows: | | A1 (P1.1): Output voltage sensing. 1.5V reference. ...
45.092593
126
0.577577
[ "vector" ]
deb45238777fb3b446a44ca0300affa4a374f0dd
1,597
h
C
src/distance.h
johsteffens/actinon
7e0a4666adf45898ce653947948b713759322bef
[ "Apache-2.0" ]
1
2020-02-18T15:24:33.000Z
2020-02-18T15:24:33.000Z
src/distance.h
johsteffens/actinon
7e0a4666adf45898ce653947948b713759322bef
[ "Apache-2.0" ]
null
null
null
src/distance.h
johsteffens/actinon
7e0a4666adf45898ce653947948b713759322bef
[ "Apache-2.0" ]
null
null
null
/** Distance Functions */ /** Copyright 2018 Johannes Bernhard Steffens * * 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...
28.517857
120
0.629931
[ "object" ]
deba3349a67e66e8fe43e197f0b1cc5fc0d7c3f4
6,703
c
C
shared/idmef_logging.c
watchdogdevel/wsdk-scanner-core
7a2451bbee9ed9a7246eb5fbb21d09d7e0442240
[ "BSL-1.0" ]
1
2022-01-22T12:16:33.000Z
2022-01-22T12:16:33.000Z
shared/idmef_logging.c
watchdogdevel/wsdk-scanner-core
7a2451bbee9ed9a7246eb5fbb21d09d7e0442240
[ "BSL-1.0" ]
null
null
null
shared/idmef_logging.c
watchdogdevel/wsdk-scanner-core
7a2451bbee9ed9a7246eb5fbb21d09d7e0442240
[ "BSL-1.0" ]
null
null
null
/* * Copyright (C) 2007-2013 Sourcefire, Inc. * * Authors: Selim Menouar, Verene Houdebine * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distribu...
25.880309
119
0.668208
[ "object", "model" ]
25a59a8e73cd5cfdacb5efef0e33e1b9e21e8dd4
6,361
h
C
DotNetLibrary/include/BitConverter.h
lambertlb/CppTranslator
8d9e94f01a0eb099c224fbd9720a0d060a49bda9
[ "MIT" ]
null
null
null
DotNetLibrary/include/BitConverter.h
lambertlb/CppTranslator
8d9e94f01a0eb099c224fbd9720a0d060a49bda9
[ "MIT" ]
null
null
null
DotNetLibrary/include/BitConverter.h
lambertlb/CppTranslator
8d9e94f01a0eb099c224fbd9720a0d060a49bda9
[ "MIT" ]
null
null
null
// Copyright (c) 2019 LLambert // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publish, dist...
30.878641
94
0.688728
[ "object" ]
25a7f642f05e01f2a6ba795f45c045cd59a46093
783
h
C
Sandbox/src/ParticleSystem.h
SunHailang/Hazel
1b4784c8d6bd2ad402ded34d677fd482a81a9d72
[ "Apache-2.0" ]
1
2021-03-13T12:57:03.000Z
2021-03-13T12:57:03.000Z
Sandbox/src/ParticleSystem.h
SunHailang/Hazel
1b4784c8d6bd2ad402ded34d677fd482a81a9d72
[ "Apache-2.0" ]
null
null
null
Sandbox/src/ParticleSystem.h
SunHailang/Hazel
1b4784c8d6bd2ad402ded34d677fd482a81a9d72
[ "Apache-2.0" ]
null
null
null
#pragma once #include <Hazel.h> struct ParticleProps { glm::vec2 Position; glm::vec2 Velocity, VelocityVariation; glm::vec4 ColorBegin, ColorEnd; float SizeBegin, SizeEnd, SizeVariation; float LiftTime = 1.0f; }; class ParticleSystem { public: ParticleSystem(uint32_t maxParticles = 1000); v...
19.097561
51
0.697318
[ "vector" ]
25b03efb71c358366e0d6182a938e0bbc5b8fd4d
1,123
h
C
inc/crypto/md5.h
fox000002/ulib-win
628c4a0b8193d1ad771aa85598776ff42a45f913
[ "Apache-2.0" ]
4
2016-09-07T07:02:52.000Z
2019-06-22T08:55:53.000Z
inc/crypto/md5.h
fox000002/ulib-win
628c4a0b8193d1ad771aa85598776ff42a45f913
[ "Apache-2.0" ]
null
null
null
inc/crypto/md5.h
fox000002/ulib-win
628c4a0b8193d1ad771aa85598776ff42a45f913
[ "Apache-2.0" ]
3
2019-06-22T16:00:39.000Z
2022-03-09T13:46:27.000Z
#ifndef HUYS_MD5_H #define HUYS_MD5_H #include "ulib.h" namespace huys { namespace crypto { class ULIB_API MD5 { typedef unsigned long uint32; typedef unsigned char uchar; typedef struct MD5Context { uchar in[64]; uint32 buf[4]; uint32 bits[2]; int doByteReverse; } MD...
19.701754
66
0.525378
[ "transform" ]
25b33408af49d8dcf83302478d1bb253de0b2d39
1,668
h
C
src/annealing/include/subgraph.h
ctlab/rmwcs
354d47304e0d605906037fb6c6285363e1b34fba
[ "Apache-2.0" ]
7
2017-09-06T09:55:00.000Z
2022-02-25T03:57:13.000Z
src/annealing/include/subgraph.h
ctlab/rmwcs
354d47304e0d605906037fb6c6285363e1b34fba
[ "Apache-2.0" ]
2
2021-11-14T00:58:01.000Z
2021-11-21T14:46:17.000Z
src/annealing/include/subgraph.h
ctlab/rmwcs
354d47304e0d605906037fb6c6285363e1b34fba
[ "Apache-2.0" ]
2
2020-10-18T02:23:30.000Z
2021-12-21T10:55:05.000Z
#ifndef SRC_SUBGRAPH_H #define SRC_SUBGRAPH_H #include <vector> #include "DynamicGraph.h" #include "index.h" #include "definitions.h" #include "../../include/graph.h" #include "module.h" namespace annealing { class Subgraph { dgraph::DynamicGraph dynamic_graph; mwcsr::Graph graph; Index ...
28.271186
64
0.65048
[ "vector" ]
25cca9c0bf9f891644ea79427dd8cc3ed32a0b88
3,396
h
C
sim/src/main/cc/midasexamples/Risc.h
GaloisInc/BESSPIN-firesim
0da74414291708563f9b512634d1315d53077e91
[ "Apache-2.0" ]
2
2021-07-18T06:04:44.000Z
2022-02-19T21:23:55.000Z
sim/src/main/cc/midasexamples/Risc.h
GaloisInc/BESSPIN-firesim
0da74414291708563f9b512634d1315d53077e91
[ "Apache-2.0" ]
null
null
null
sim/src/main/cc/midasexamples/Risc.h
GaloisInc/BESSPIN-firesim
0da74414291708563f9b512634d1315d53077e91
[ "Apache-2.0" ]
null
null
null
//See LICENSE for license details. #include "simif.h" typedef std::vector< uint32_t > app_t; class Risc_t: public virtual simif_t { public: uint32_t expected = 4; uint64_t timeout = 10; Risc_t(int argc, char** argv) {} void run() { app_t app; init_app(app); target_reset(); wr(0, 0); for...
26.53125
66
0.523557
[ "vector" ]
25cf0b82cc0869520657e5eef47c5051597dd8b4
29,688
c
C
NGSpice/ngspice-30/src/spicelib/devices/bsim4v6/b4v6acld.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
NGSpice/ngspice-30/src/spicelib/devices/bsim4v6/b4v6acld.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
NGSpice/ngspice-30/src/spicelib/devices/bsim4v6/b4v6acld.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
/**** BSIM4.6.2 Released by Wenwei Yang 07/31/2008 ****/ /********** * Copyright 2006 Regents of the University of California. All rights reserved. * File: b4acld.c of BSIM4.6.2. * Author: 2000 Weidong Liu * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. * Authors: 2006- Mohan Dunga, Ali Niknej...
44.047478
99
0.440986
[ "model" ]
25db0be72145e1165796d777ee8ec59a8565f54b
1,797
h
C
src/sp/RichText.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
29
2020-07-27T09:56:02.000Z
2022-03-28T01:38:07.000Z
src/sp/RichText.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
3
2020-05-29T11:43:20.000Z
2020-09-04T09:56:56.000Z
src/sp/RichText.h
bqqbarbhg/spear
727f41fa5197f9681337d1ff37ea63c44708f0d4
[ "BSD-3-Clause" ]
2
2020-05-29T11:34:46.000Z
2021-03-08T08:39:07.000Z
#pragma once #include "sp/Canvas.h" #include "sp/Font.h" #include "sp/Sprite.h" #include "sf/Vector.h" #include "sf/HashMap.h" namespace sp { using RichTagString = sf::SmallStringBuf<8>; struct RichFont { sp::FontRef regular; sp::FontRef bold; sp::FontRef italic; sp::FontRef boldItalic; bool hasColor = false; ...
20.655172
92
0.720089
[ "vector", "transform" ]
25dd9331ee7a74524a2281c8d4d0419b58a06d60
818
h
C
SmartTriangle_Client/ADDirector.h
yinbaiyuan/ApeSmartTriangle2
de88ef5481b83d8794b60b14ddcaf28d0483c460
[ "BSD-2-Clause" ]
11
2020-10-13T05:39:09.000Z
2021-10-17T02:26:04.000Z
SmartTriangle_Client/ADDirector.h
yinbaiyuan/ApeSmartTriangle2
de88ef5481b83d8794b60b14ddcaf28d0483c460
[ "BSD-2-Clause" ]
null
null
null
SmartTriangle_Client/ADDirector.h
yinbaiyuan/ApeSmartTriangle2
de88ef5481b83d8794b60b14ddcaf28d0483c460
[ "BSD-2-Clause" ]
11
2020-11-19T11:48:05.000Z
2021-11-22T01:12:32.000Z
#ifndef __ADDIRECTOR_H__ #define __ADDIRECTOR_H__ #include "ADConfig.h" #include "ADActor.h" #include "Vector.h" class ADDirector { private: bool _invalid = false; bool _autoSwitch = false; uint16_t _autoSwitchPointer = 0; uint32_t _lastMillis = 0; ADActor *_actorVec_array[10]; Vector...
15.730769
61
0.680929
[ "vector" ]
25df9a5d595203f67dc92dcb12720d819f262e00
1,784
h
C
include/filters.h
RSKYS/sboui
e136d334f1fc5a60d1e3e98961c489086f753455
[ "MIT" ]
null
null
null
include/filters.h
RSKYS/sboui
e136d334f1fc5a60d1e3e98961c489086f753455
[ "MIT" ]
null
null
null
include/filters.h
RSKYS/sboui
e136d334f1fc5a60d1e3e98961c489086f753455
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <vector> #include <curses.h> #include "BuildListItem.h" #include "CategoryListItem.h" #include "CategoryListBox.h" #include "BuildListBox.h" bool any_build(const BuildListItem & build); bool build_is_installed(const BuildListItem & build); bool build_is_upgradable(const BuildLi...
48.216216
79
0.646861
[ "vector" ]
25e696cba82a38c8943dab658c0a4e9405fe8c1c
19,111
c
C
usr/src/cmd/sysdef/sysdef.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/cmd/sysdef/sysdef.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/cmd/sysdef/sysdef.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
1
2020-12-30T00:04:16.000Z
2020-12-30T00:04:16.000Z
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License, Version 1.0 only * (the "License"). You may not use this file except in compliance * with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * o...
24.038994
73
0.61755
[ "object" ]
25e932a5b2ea7e3be362566cf664c60cd2e655fa
2,577
h
C
include/automy/basic/GenericTransformClient.h
neojaw/basic
95371e248d7cfadc2a5875a5571790e12f3a3967
[ "MIT" ]
null
null
null
include/automy/basic/GenericTransformClient.h
neojaw/basic
95371e248d7cfadc2a5875a5571790e12f3a3967
[ "MIT" ]
null
null
null
include/automy/basic/GenericTransformClient.h
neojaw/basic
95371e248d7cfadc2a5875a5571790e12f3a3967
[ "MIT" ]
3
2020-09-25T05:11:41.000Z
2021-12-07T08:37:52.000Z
/* * GenericTransformClient.h * * Created on: Aug 13, 2020 * Author: mad */ #ifndef BASIC_INCLUDE_AUTOMY_BASIC_GENERICTRANSFORMCLIENT_H_ #define BASIC_INCLUDE_AUTOMY_BASIC_GENERICTRANSFORMCLIENT_H_ #include <automy/basic/TransformBuffer.h> #include <vnx/Subscriber.h> #include <vnx/Sample.hxx> #include <vn...
23.861111
90
0.655801
[ "transform" ]
25f67586dbd611ff866ded0e4f4dc652994a92de
782
h
C
platform/ios/platform/d3demo/DFILib/DFIShape/DFIShapeSymbol.h
arlendp/Plot.js
f9864e2419aa26f128427071416a45fda9f49d80
[ "MIT" ]
null
null
null
platform/ios/platform/d3demo/DFILib/DFIShape/DFIShapeSymbol.h
arlendp/Plot.js
f9864e2419aa26f128427071416a45fda9f49d80
[ "MIT" ]
null
null
null
platform/ios/platform/d3demo/DFILib/DFIShape/DFIShapeSymbol.h
arlendp/Plot.js
f9864e2419aa26f128427071416a45fda9f49d80
[ "MIT" ]
null
null
null
// // DFIShapeSymbol.h // DFI // // Created by vanney on 2017/4/28. // Copyright © 2017年 vanney9. All rights reserved. // /********************************************* * D3 Shape Symbol * * 真正基本图形 * *********************************************/ #import...
17.377778
54
0.557545
[ "shape" ]
25fe82736df0fe6ddb0eb4f05552e7de42325c9c
2,472
h
C
mysql-server/plugin/x/src/ngs/socket_events.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
mysql-server/plugin/x/src/ngs/socket_events.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
mysql-server/plugin/x/src/ngs/socket_events.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
/* * Copyright (c) 2015, 2020, Oracle and/or its affiliates. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2.0, * as published by the Free Software Foundation. * * This program is also distributed with certain software (in...
33.405405
80
0.754045
[ "vector" ]
d306c1e3eb64a7f6a4843b174120098b09b6fda2
19,127
h
C
include/yb/orm/expression.h
vnaydionov/yb-orm
fd1eed38f03c603bc6b785aed1a3559ea0425a47
[ "MIT" ]
42
2015-01-15T05:06:07.000Z
2021-11-08T11:26:43.000Z
include/yb/orm/expression.h
vnaydionov/yb-orm
fd1eed38f03c603bc6b785aed1a3559ea0425a47
[ "MIT" ]
17
2015-02-13T04:48:59.000Z
2016-03-25T17:28:32.000Z
include/yb/orm/expression.h
vnaydionov/yb-orm
fd1eed38f03c603bc6b785aed1a3559ea0425a47
[ "MIT" ]
26
2015-02-12T10:41:59.000Z
2022-03-21T06:55:57.000Z
// -*- Mode: C++; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil; -*- #ifndef YB__ORM__EXPRESSION__INCLUDED #define YB__ORM__EXPRESSION__INCLUDED #include <vector> #include <string> #include <set> #include <map> #include "util/utility.h" #include "util/exception.h" #include "util/value_type.h" #include "orm/or...
37.725838
87
0.706854
[ "vector" ]
d307ab0f3039721a5df3c8380d07809381c5592d
9,332
h
C
Refureku/Generator/Submodules/Kodgen/Include/Kodgen/Parsing/PropertyParser.h
ThomasProg/Refureku
b5d61a3eeeb2b4bdb19d5851bd2f0cf76caa205d
[ "MIT" ]
null
null
null
Refureku/Generator/Submodules/Kodgen/Include/Kodgen/Parsing/PropertyParser.h
ThomasProg/Refureku
b5d61a3eeeb2b4bdb19d5851bd2f0cf76caa205d
[ "MIT" ]
null
null
null
Refureku/Generator/Submodules/Kodgen/Include/Kodgen/Parsing/PropertyParser.h
ThomasProg/Refureku
b5d61a3eeeb2b4bdb19d5851bd2f0cf76caa205d
[ "MIT" ]
null
null
null
/** * Copyright (c) 2020 Julien SOYSOUVANH - All Rights Reserved * * This file is part of the Kodgen library project which is released under the MIT License. * See the README.md file for full license details. */ #pragma once #include "Kodgen/InfoStructures/EntityInfo.h" #include "Kodgen/Properties/PropertyGroup.h" #i...
39.880342
140
0.713673
[ "object", "vector" ]
d30bde3b1313322d6180595ce76ce7bca0cc4d18
1,486
c
C
d/dagger/derro/old/obj/spikedbuckler.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/dagger/derro/old/obj/spikedbuckler.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/dagger/derro/old/obj/spikedbuckler.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> inherit WEAPON; void create(){ ::create(); set_id(({"shield","spiked shield","buckler","spiked buckler"})); set_name("spiked buckler"); set_short("A spiked buckler"); set_long( " This is a small metal shield with a single large spike protruding from its center." " A long thin blade runs...
42.457143
255
0.697174
[ "object" ]
d31984d40ffe58fcf2b059d7b1d8efc9681b8622
2,207
h
C
synthesized/rss-config-from-lvas/tokens.h
pmdm56/vigor
0a65733a2b7bf48fc7d6071ea89c1af36f1cba80
[ "MIT" ]
1
2021-02-25T12:23:22.000Z
2021-02-25T12:23:22.000Z
synthesized/rss-config-from-lvas/tokens.h
pmdm56/vigor
0a65733a2b7bf48fc7d6071ea89c1af36f1cba80
[ "MIT" ]
null
null
null
synthesized/rss-config-from-lvas/tokens.h
pmdm56/vigor
0a65733a2b7bf48fc7d6071ea89c1af36f1cba80
[ "MIT" ]
2
2019-10-29T10:28:38.000Z
2021-12-07T12:07:03.000Z
#pragma once namespace ParallelSynthesizer { namespace Tokens { const std::string OPTIONAL = "?"; namespace Access { const std::string START = "BEGIN ACCESS"; const std::string END = "END ACCESS"; const std::string ID = "id"; const std::string SRC_DEVICE = "src_device"; const std::string DST_DEVICE = "dst_device"; c...
24.522222
56
0.714545
[ "object" ]
d31a9debe7cc83585d8a17fbc665a812c230de6e
1,277
h
C
Jolt/ObjectStream/TypeDeclarations.h
sherief/JoltPhysics
aa6910724d54e81a451bef6deb1544bd6b33541f
[ "MIT" ]
null
null
null
Jolt/ObjectStream/TypeDeclarations.h
sherief/JoltPhysics
aa6910724d54e81a451bef6deb1544bd6b33541f
[ "MIT" ]
null
null
null
Jolt/ObjectStream/TypeDeclarations.h
sherief/JoltPhysics
aa6910724d54e81a451bef6deb1544bd6b33541f
[ "MIT" ]
null
null
null
// SPDX-FileCopyrightText: 2021 Jorrit Rouwe // SPDX-License-Identifier: MIT #pragma once #include <Jolt/ObjectStream/SerializableObject.h> #include <Jolt/Core/Color.h> #include <Jolt/Geometry/AABox.h> #include <Jolt/Geometry/Triangle.h> #include <Jolt/Geometry/IndexedTriangle.h> JPH_NAMESPACE_BEGIN JPH_DECLARE_RTT...
34.513514
129
0.860611
[ "geometry" ]
d33187618cff42c688580a87c6dff1324ab132c0
6,624
h
C
src/libvmaf/src/vmaf.h
modyharshit23/vmaf
7e05ebdf35d878cd6f670865cba5e8d40d518588
[ "Apache-2.0" ]
2
2019-07-26T03:49:07.000Z
2021-06-17T12:16:46.000Z
src/libvmaf/src/vmaf.h
lidq92/vmaf
e9db089cb9c25dbb07927610ee980513a82d6296
[ "Apache-2.0" ]
null
null
null
src/libvmaf/src/vmaf.h
lidq92/vmaf
e9db089cb9c25dbb07927610ee980513a82d6296
[ "Apache-2.0" ]
null
null
null
/** * * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
40.888889
115
0.741546
[ "vector", "model" ]
d337a6848eb6e54a24cb6d86abfd543254411aba
987
h
C
BlackVision/LibBlackVision/Source/Engine/Editors/AssetsLoading/Async/LoadAssetRequest.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
1
2022-01-28T11:43:47.000Z
2022-01-28T11:43:47.000Z
BlackVision/LibBlackVision/Source/Engine/Editors/AssetsLoading/Async/LoadAssetRequest.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
BlackVision/LibBlackVision/Source/Engine/Editors/AssetsLoading/Async/LoadAssetRequest.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
#pragma once #include "Assets/AssetDescriptor.h" #include "Engine/Models/BasicNode.h" #include "Engine/Models/SceneModel.h" #include "Engine/Models/Plugins/Plugin.h" #include <string> namespace bv { // *********************** // Asynchronous asset loading request info. struct LoadAssetRequest {...
21.456522
153
0.564336
[ "model" ]
d33a4b38e617b1396fb5dca13ba349c477a9c049
2,452
h
C
tools/MayaExport/shared/include/OgreMayaCommon.h
AustralianDisabilityLimited/MultiversePlatform
7e1aad33d48b9e47f3db2ca638cb57592336ddb7
[ "MIT" ]
33
2015-02-16T02:52:08.000Z
2022-02-18T08:46:32.000Z
tools/MayaExport/shared/include/OgreMayaCommon.h
bensku/MultiversePlatform
7e1aad33d48b9e47f3db2ca638cb57592336ddb7
[ "MIT" ]
1
2017-09-09T18:50:23.000Z
2020-12-29T18:13:56.000Z
tools/MayaExport/shared/include/OgreMayaCommon.h
bensku/MultiversePlatform
7e1aad33d48b9e47f3db2ca638cb57592336ddb7
[ "MIT" ]
31
2015-02-07T16:20:24.000Z
2022-02-23T15:02:43.000Z
/* ============================================================================ This source file is part of the Ogre-Maya Tools. Distributed as part of Ogre (Object-oriented Graphics Rendering Engine). Copyright (C) 2003 Fifty1 Software Inc., Bytelords This program is free software; you can redistribute it and/or modi...
28.847059
86
0.587684
[ "object" ]
50d38d61c01388e2bd6515aa27236c3d48fdb465
11,924
h
C
vod/include/tencentcloud/vod/v20180717/model/MediaTrackItem.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
1
2022-01-27T09:27:34.000Z
2022-01-27T09:27:34.000Z
vod/include/tencentcloud/vod/v20180717/model/MediaTrackItem.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
null
null
null
vod/include/tencentcloud/vod/v20180717/model/MediaTrackItem.h
TencentCloud/tencentcloud-sdk-cpp-intl-en
752c031f5ad2c96868183c5931eae3a42dd5ae6c
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
45.51145
249
0.581684
[ "vector", "model" ]
50d5ca328439bff93d5769460a367b081ff1072b
772
h
C
redscrren/PlayerManager.h
mrfab13/erroropangl
3b720784736b682a67e987959c95312fd1766eb9
[ "MIT" ]
null
null
null
redscrren/PlayerManager.h
mrfab13/erroropangl
3b720784736b682a67e987959c95312fd1766eb9
[ "MIT" ]
null
null
null
redscrren/PlayerManager.h
mrfab13/erroropangl
3b720784736b682a67e987959c95312fd1766eb9
[ "MIT" ]
1
2019-06-09T04:36:06.000Z
2019-06-09T04:36:06.000Z
#pragma once #include <iostream> #include <vector> #include <windows.h> #include "glm.hpp" #include "gtc/matrix_transform.hpp" #include "gtc/type_ptr.hpp" #include "Audio.h" #include "Input.h" #include "Object.h" class PlayerManager { public: PlayerManager(); ~PlayerManager(); glm::vec3 GetO...
21.444444
85
0.712435
[ "object", "vector" ]
50d8e2ca032b1d4ff53999d7a42260e8bea2696d
9,967
h
C
Proiect_SC/IDEA.h
TheSeeven/rsa-idea-blowfish-cripto-messages
780c77890f77bd131c29de71675050d92d707573
[ "Unlicense" ]
null
null
null
Proiect_SC/IDEA.h
TheSeeven/rsa-idea-blowfish-cripto-messages
780c77890f77bd131c29de71675050d92d707573
[ "Unlicense" ]
null
null
null
Proiect_SC/IDEA.h
TheSeeven/rsa-idea-blowfish-cripto-messages
780c77890f77bd131c29de71675050d92d707573
[ "Unlicense" ]
null
null
null
#pragma once #include <string> #include <vector> using namespace std; #define ROL32(a, n) (((a) << (n)) | ((a) >> (32 - (n)))) constexpr auto MAX_LIMIT = 65536; typedef uint16_t PART; typedef unsigned char BIT; typedef unsigned char POSITION; class IDEA { private: string message = ""; string key = ""; vector<PART...
21.434409
79
0.568275
[ "vector" ]
50e21dd2a4d293111a5d6f5cee5329e85b31beae
4,723
h
C
src/TNL/Matrices/MatrixReader.h
GregTheMadMonk/tnl-noa
d7d57962decf579a89797816e7d564350157cbf2
[ "MIT" ]
null
null
null
src/TNL/Matrices/MatrixReader.h
GregTheMadMonk/tnl-noa
d7d57962decf579a89797816e7d564350157cbf2
[ "MIT" ]
null
null
null
src/TNL/Matrices/MatrixReader.h
GregTheMadMonk/tnl-noa
d7d57962decf579a89797816e7d564350157cbf2
[ "MIT" ]
null
null
null
// Copyright (c) 2004-2022 Tomáš Oberhuber et al. // // This file is part of TNL - Template Numerical Library (https://tnl-project.org/) // // SPDX-License-Identifier: MIT #pragma once #include <istream> #include <noa/3rdparty/tnl-noa/src/TNL/String.h> #include <noa/3rdparty/tnl-noa/src/TNL/Containers/Vector.h> name...
30.470968
127
0.660597
[ "vector" ]
50e276c4b029ba2063eaf367fd9ec0292f187b8d
3,676
c
C
d/avatars/nienne/sharcoat.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/avatars/nienne/sharcoat.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
null
null
null
d/avatars/nienne/sharcoat.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> inherit ARMOUR; void create() { ::create(); set_name("%^BOLD%^%^BLACK%^g%^RESET%^ra%^BOLD%^%^BLACK%^y coat%^RESET%^"); set_id(({"coat","grey coat","gray coat","coat of shadows","coat of shifting shadows","Coat of Shifting Shadows"})); set_short("%^BOLD%^%^BLACK%^Coat of Sh%^RESET%^i%^BOLD%...
47.128205
130
0.67247
[ "object", "shape" ]
50ef290fc10178aa0d2540e4253a9647a0a4fad6
1,241
h
C
MMOCoreORB/src/server/zone/objects/tangible/tool/sui/SurveyToolSetRangeSuiCallback.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
18
2017-02-09T15:36:05.000Z
2021-12-21T04:22:15.000Z
MMOCoreORB/src/server/zone/objects/tangible/tool/sui/SurveyToolSetRangeSuiCallback.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
61
2016-12-30T21:51:10.000Z
2021-12-10T20:25:56.000Z
MMOCoreORB/src/server/zone/objects/tangible/tool/sui/SurveyToolSetRangeSuiCallback.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
71
2017-01-01T05:34:38.000Z
2022-03-29T01:04:00.000Z
/* * SurveyToolSetRangeSuiCallback.h * * Created on: Nov 3, 2010 * Author: crush */ #ifndef SURVEYTOOLSETRANGECALLBACK_H_ #define SURVEYTOOLSETRANGECALLBACK_H_ #include "server/zone/objects/tangible/tool/SurveyTool.h" #include "server/zone/objects/player/sui/SuiCallback.h" class SurveyToolSetRangeSuiCall...
19.092308
101
0.672039
[ "vector" ]
50f5ecacf464b0b45ea6d12d220099e96936a886
1,965
h
C
aplcore/include/apl/graphic/graphicelementgroup.h
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
28
2019-11-05T12:23:01.000Z
2022-03-22T10:01:53.000Z
aplcore/include/apl/graphic/graphicelementgroup.h
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
7
2020-03-28T12:44:08.000Z
2022-01-23T17:02:27.000Z
aplcore/include/apl/graphic/graphicelementgroup.h
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
15
2019-12-25T10:15:52.000Z
2021-12-30T03:50:00.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" ...
32.75
115
0.704326
[ "object" ]
50f7a1b58de5190f6393d41b27993b49d04d324a
1,890
h
C
src/controller/cpp/main/StoppableTask.h
akzare/Elevator_Sys_Design
2f7d7381d68699515a43ec4cf7a8a8afade726f3
[ "MIT" ]
1
2020-09-03T06:36:22.000Z
2020-09-03T06:36:22.000Z
src/controller/cpp/main/StoppableTask.h
akzare/Elevator_Sys_Design
2f7d7381d68699515a43ec4cf7a8a8afade726f3
[ "MIT" ]
null
null
null
src/controller/cpp/main/StoppableTask.h
akzare/Elevator_Sys_Design
2f7d7381d68699515a43ec4cf7a8a8afade726f3
[ "MIT" ]
null
null
null
/* * @file StoppableTask.h * @author C++11 : How to Stop or Terminate a Thread: * https://thispointer.com/c11-how-to-stop-or-terminate-a-thread/ * @date 27 July 2020 * @version 0.1 * @brief Implements a C++11 stoppable thread class. */ #ifndef D_STOPPABLETASK_H #define D_STOPPABLETASK_H #inclu...
21.976744
108
0.68254
[ "object", "vector" ]
dd00464966f5f4e9735868aa7bc3432ac7e869fa
9,154
c
C
ui/ncurses/list_view.c
jo-lund/monitor
47528c01a2dc40448cd11f4e450c790a4e387e3b
[ "MIT" ]
7
2021-09-12T13:12:42.000Z
2022-03-08T10:28:52.000Z
ui/ncurses/list_view.c
jo-lund/monitor
47528c01a2dc40448cd11f4e450c790a4e387e3b
[ "MIT" ]
null
null
null
ui/ncurses/list_view.c
jo-lund/monitor
47528c01a2dc40448cd11f4e450c790a4e387e3b
[ "MIT" ]
null
null
null
#include <string.h> #include <stdlib.h> #include "list_view.h" #include "misc.h" enum type { HEADER, TEXT }; static list_view_header *add_header(list_view *this, char *text, bool expanded, uint32_t data); static list_view_header *add_sub_header(list_view *this, list_view_header *header, bool expanded, ...
26.304598
99
0.611645
[ "render" ]
dd03b558891e4d7e91df4e53f9d3487b9acfb8f2
123
h
C
CPPBuild/Precomp.h
dpjudas/CPPBuild
c625c4434817ca60f301f4c5aec504d73ae6c6d2
[ "Zlib" ]
null
null
null
CPPBuild/Precomp.h
dpjudas/CPPBuild
c625c4434817ca60f301f4c5aec504d73ae6c6d2
[ "Zlib" ]
null
null
null
CPPBuild/Precomp.h
dpjudas/CPPBuild
c625c4434817ca60f301f4c5aec504d73ae6c6d2
[ "Zlib" ]
null
null
null
#pragma once #include <memory> #include <stdexcept> #include <cstdint> #include <string> #include <vector> #include <map>
13.666667
20
0.723577
[ "vector" ]
dd0dbe6535902cc6ff7022336d9e72067961abf1
3,152
h
C
c++2/Assign8_part1/sorts.h
Andrew-Slade/cplusplus-projects
e5c5ac610f51d139f5d097ea00ac136c6fe1c365
[ "MIT" ]
null
null
null
c++2/Assign8_part1/sorts.h
Andrew-Slade/cplusplus-projects
e5c5ac610f51d139f5d097ea00ac136c6fe1c365
[ "MIT" ]
null
null
null
c++2/Assign8_part1/sorts.h
Andrew-Slade/cplusplus-projects
e5c5ac610f51d139f5d097ea00ac136c6fe1c365
[ "MIT" ]
null
null
null
/************************************************* CSCI-241 -Assignment 8- Spring 2017 Programmer: Andrew Slade Z-ID: z1818810 Section: 4 TA: Dinesh Sandadi Date Due: 4/25/2017 Purpose: Contains template functions that read and manipulate data. *************************************************/ #ifndef SO...
23.176471
76
0.507931
[ "vector" ]
dd131ffecc5c29e3c66490a2f85961b2779cd4bc
5,040
h
C
include/GridSlice.h
juyaolongpaul/humlib
266528211e727c593a6f8a1e6a9ac46d77aab54c
[ "BSD-2-Clause" ]
null
null
null
include/GridSlice.h
juyaolongpaul/humlib
266528211e727c593a6f8a1e6a9ac46d77aab54c
[ "BSD-2-Clause" ]
null
null
null
include/GridSlice.h
juyaolongpaul/humlib
266528211e727c593a6f8a1e6a9ac46d77aab54c
[ "BSD-2-Clause" ]
null
null
null
// // Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu> // Creation Date: Sun Oct 16 16:08:05 PDT 2016 // Last Modified: Sat Oct 21 21:59:45 PDT 2017 // Filename: GridSlice.h // URL: https://github.com/craigsapp/hum2ly/blob/master/include/GridSlice.h // Syntax: C++11; humlib // vim: ...
40
88
0.636508
[ "vector" ]
dd1a9c23bec2960424ee70f4debe74d248287369
851
h
C
rt/rt/primitive.h
DasNaCl/old-university-projects
af1c82afec4805ea672e0c353369035b394cb69d
[ "Apache-2.0" ]
null
null
null
rt/rt/primitive.h
DasNaCl/old-university-projects
af1c82afec4805ea672e0c353369035b394cb69d
[ "Apache-2.0" ]
null
null
null
rt/rt/primitive.h
DasNaCl/old-university-projects
af1c82afec4805ea672e0c353369035b394cb69d
[ "Apache-2.0" ]
null
null
null
#ifndef CG1RAYTRACER_PRIMITIVE_HEADER #define CG1RAYTRACER_PRIMITIVE_HEADER #include <core/scalar.h> #include <core/vector.h> #include <vector> namespace rt { class BBox; class Ray; class Intersection; class Material; class CoordMapper; /* Primitive represents any object in the virtual scene that c...
22.394737
95
0.673325
[ "object", "vector", "solid" ]
dd2636c5f6683fe5e996010f7fc63cf65385df30
803
c
C
src/nccf_find_next_adjacent.c
CDAT/libcf
774d060da73e896ddb55e6fb9d1f4c87d6e03c02
[ "NetCDF" ]
null
null
null
src/nccf_find_next_adjacent.c
CDAT/libcf
774d060da73e896ddb55e6fb9d1f4c87d6e03c02
[ "NetCDF" ]
1
2019-07-05T20:02:11.000Z
2019-07-05T20:02:11.000Z
src/nccf_find_next_adjacent.c
CDAT/libcf
774d060da73e896ddb55e6fb9d1f4c87d6e03c02
[ "NetCDF" ]
null
null
null
/* * Find the next cell adjacent to the current cell in using k, j, i order * * $Id: nccf_find_next_adjacent.c 373 2011-01-14 19:53:49Z pletzer $ */ int nccf_find_next_adjacent( int ndims, const int dims[], int kji[] ){ int z, inside_domain = 1, mult = 1; /* Calculate the Direction vector */ int directionV...
22.942857
73
0.58406
[ "vector" ]
dd2bbb2da6e12fd3c8996b8e0d5f6b9dbc18ee15
1,807
h
C
src/components/sip/SipParser.h
simonwillis/SIP-Processing
be0fb2e80a04d25a34bf393f038bcf54d3963ae7
[ "MIT" ]
null
null
null
src/components/sip/SipParser.h
simonwillis/SIP-Processing
be0fb2e80a04d25a34bf393f038bcf54d3963ae7
[ "MIT" ]
null
null
null
src/components/sip/SipParser.h
simonwillis/SIP-Processing
be0fb2e80a04d25a34bf393f038bcf54d3963ae7
[ "MIT" ]
1
2021-11-02T03:23:19.000Z
2021-11-02T03:23:19.000Z
// // Created by Simon Willis on 03/06/2016. // #ifndef _SIPPARSER_H #define _SIPPARSER_H #include <string> #include <map> #include <spdlog/spdlog.h> #include <spdlog/sinks/stdout_sinks.h> #include "messages/SipMessage.h" // forward declaration to allow us to pass the connection back with the callback class SipConn...
27.378788
123
0.733813
[ "vector" ]
dd3730c41b42ad8362c6baac658c42878ffffa12
20,737
h
C
Silicon/AlderlakePkg/Include/CpuRegs.h
jasonyang99/slimbootloader
8ecaa21054d04245b6b95c42179060590a180422
[ "BSD-2-Clause-NetBSD", "PSF-2.0", "BSD-2-Clause", "Apache-2.0", "MIT", "BSD-2-Clause-Patent" ]
1
2022-03-04T18:23:35.000Z
2022-03-04T18:23:35.000Z
Silicon/AlderlakePkg/Include/CpuRegs.h
jasonyang99/slimbootloader
8ecaa21054d04245b6b95c42179060590a180422
[ "BSD-2-Clause-NetBSD", "PSF-2.0", "BSD-2-Clause", "Apache-2.0", "MIT", "BSD-2-Clause-Patent" ]
null
null
null
Silicon/AlderlakePkg/Include/CpuRegs.h
jasonyang99/slimbootloader
8ecaa21054d04245b6b95c42179060590a180422
[ "BSD-2-Clause-NetBSD", "PSF-2.0", "BSD-2-Clause", "Apache-2.0", "MIT", "BSD-2-Clause-Patent" ]
null
null
null
/** @file Register names for CPU registers Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _CPU_REGS_H_ #define _CPU_REGS_H_ #pragma pack (push, 1) #ifndef TRIGGER_MODE_EDGE #define TRIGGER_MODE_EDGE 0x00 #endif #ifndef TRIGGE...
35.087986
234
0.502291
[ "model" ]
dd3d9023e4c5a2ce1d8c1c2ba5e905f41c5dd9f1
7,044
c
C
main.c
jk9g13/LaFortuna-SDF-Ray-marching
88d198a677723647f6fd0a4b34b26c4fa9d46410
[ "AAL" ]
null
null
null
main.c
jk9g13/LaFortuna-SDF-Ray-marching
88d198a677723647f6fd0a4b34b26c4fa9d46410
[ "AAL" ]
null
null
null
main.c
jk9g13/LaFortuna-SDF-Ray-marching
88d198a677723647f6fd0a4b34b26c4fa9d46410
[ "AAL" ]
null
null
null
/** * Experiment using signed distance functions to draw... very slowly... * Author: JPK - james@jamespking.com * * Licence: This work is licensed under the Creative Commons Attribution License. * View this license at http://creativecommons.org/about/licenses/ * * * * Acknowledgements: * * Inspired...
35.756345
144
0.683419
[ "render", "object", "shape", "vector" ]
dd3ed310190eb4a0300d63455785e38c537c1b89
3,072
h
C
TAO/DAnCE/dance/Plan_Launcher/Plan_Launcher_Base_Impl_T.h
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
36
2015-01-10T07:27:33.000Z
2022-03-07T03:32:08.000Z
TAO/DAnCE/dance/Plan_Launcher/Plan_Launcher_Base_Impl_T.h
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
2
2018-08-13T07:30:51.000Z
2019-02-25T03:04:31.000Z
TAO/DAnCE/dance/Plan_Launcher/Plan_Launcher_Base_Impl_T.h
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
38
2015-01-08T14:12:06.000Z
2022-01-19T08:33:00.000Z
/** * $Id: Plan_Launcher_Base_Impl_T.h 94926 2011-11-01 13:19:12Z wotte $ * @file Plan_Launcher_Base_Impl_T.h * @author William R. Otte <wotte@dre.vanderbilt.edu> * * Contains the generic implementation of plan launcher logic for both EM and NM deployments. * */ #ifndef PLAN_LAUNCHER_BASE_IMPL_H #define PLAN_LA...
34.133333
93
0.69043
[ "object" ]
dd47f20880b3136f0fe1fbc43f4099c447df31cc
2,962
h
C
src/utils.h
christopher-besch/cpp_utils
3d758c1181dd4790a2e41540e077c687fcfc0714
[ "MIT" ]
2
2021-05-20T05:56:13.000Z
2021-10-29T18:58:39.000Z
src/utils.h
christopher-besch/cpp_utils
3d758c1181dd4790a2e41540e077c687fcfc0714
[ "MIT" ]
null
null
null
src/utils.h
christopher-besch/cpp_utils
3d758c1181dd4790a2e41540e077c687fcfc0714
[ "MIT" ]
null
null
null
#pragma once #include <algorithm> #include <filesystem> #include <iostream> #include <stdexcept> #include <string> #include <vector> #if defined(_WIN32) || defined(_WIN64) #define file_slash '\\' #else #define file_slash '/' #endif // load files from cwd or from execution location // file slash at end has already be...
29.039216
123
0.488859
[ "vector" ]
dd4a97fb570a3f09f5ae479521510301f316e953
2,516
h
C
render/device_cpu_impl.h
embree/embree-benchmark-protoray
c495b85cfe1ac66c0addc0f38245149b82a32c77
[ "Apache-2.0" ]
9
2017-10-09T12:53:17.000Z
2021-12-07T00:12:12.000Z
render/device_cpu_impl.h
embree/embree-benchmark-protoray
c495b85cfe1ac66c0addc0f38245149b82a32c77
[ "Apache-2.0" ]
2
2018-01-20T15:32:05.000Z
2019-02-24T19:43:35.000Z
render/device_cpu_impl.h
embree/embree-benchmark-protoray
c495b85cfe1ac66c0addc0f38245149b82a32c77
[ "Apache-2.0" ]
3
2017-07-31T21:54:48.000Z
2019-02-24T19:45:31.000Z
// ======================================================================== // // Copyright 2015-2018 Intel Corporation // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // y...
37.552239
92
0.555246
[ "render" ]
dd59730a39b98d1b0eef85d24e979b9b7e761be3
3,535
h
C
modules/tscore/inc/tscore/system/memory.h
BrotherhoodOfHam/Engine3D
93d75d17d8bb6959e09209ad8f8be86fbdf6fcf9
[ "MIT" ]
null
null
null
modules/tscore/inc/tscore/system/memory.h
BrotherhoodOfHam/Engine3D
93d75d17d8bb6959e09209ad8f8be86fbdf6fcf9
[ "MIT" ]
null
null
null
modules/tscore/inc/tscore/system/memory.h
BrotherhoodOfHam/Engine3D
93d75d17d8bb6959e09209ad8f8be86fbdf6fcf9
[ "MIT" ]
null
null
null
/* Memory header - provides helper classes for memory management */ #pragma once #include <tscore/types.h> #include <memory> #include <vector> #define ALIGN(x) __declspec(align(x)) namespace ts { ////////////////////////////////////////////////////////////////////////////////////////////////////////// template ...
21.820988
107
0.533805
[ "vector" ]
dd632aa0c0927bf70e16f1554403d31e91733878
4,226
h
C
bark/common/JsonHelper.h
Daivuk/onut
b02c5969b36897813de9c574a26d9437b67f189e
[ "MIT" ]
50
2015-06-01T19:23:24.000Z
2021-12-22T02:14:23.000Z
bark/common/JsonHelper.h
Daivuk/onut
b02c5969b36897813de9c574a26d9437b67f189e
[ "MIT" ]
109
2015-07-20T07:43:03.000Z
2021-01-31T21:52:36.000Z
bark/common/JsonHelper.h
Daivuk/onut
b02c5969b36897813de9c574a26d9437b67f189e
[ "MIT" ]
9
2015-07-02T21:36:20.000Z
2019-10-19T04:18:02.000Z
#pragma once #include <onut/ForwardDeclaration.h> #include <onut/Matrix.h> #include <onut/Point.h> #include <onut/Vector2.h> #include <onut/Vector3.h> #include <onut/Vector4.h> #include <onut/Rect.h> #include <onut/Color.h> #include <onut/iRect.h> #include <json/json.h> #include <string> OForwardDeclare(Texture); OFo...
66.03125
127
0.771178
[ "model" ]
1c96e9b5ce845c09b01c3f4dda0edcdd45febb03
21,936
h
C
ml/src/ScreenAndClean.h
georgephilipp/cppgstd_legacy
e130860da7700aae42b915bc36a7efa4cae06d56
[ "MIT" ]
null
null
null
ml/src/ScreenAndClean.h
georgephilipp/cppgstd_legacy
e130860da7700aae42b915bc36a7efa4cae06d56
[ "MIT" ]
null
null
null
ml/src/ScreenAndClean.h
georgephilipp/cppgstd_legacy
e130860da7700aae42b915bc36a7efa4cae06d56
[ "MIT" ]
null
null
null
#include "stdafx.h" #pragma once #ifndef SCREENANDCLEAN_H #define SCREENANDCLEAN_H #include "standard.h" #include "Datapoints.h" #include "Data/src/DataHeaders.h" #include "gstd/src/Map.h" #include "gstd/src/Stat.h" #include "gstd/src/Timer.h" #include "LassoExtSlepEng.h" #include "SelectionModel.h" #in...
38.9627
178
0.643782
[ "vector", "model" ]
1c9a33d6873872524e52d13c636e9cfffc9616be
14,847
h
C
tetris.h
Broskibble/Tetris-SAF
0cea1e6d64892a0afd327184132387d131f98450
[ "CC0-1.0" ]
null
null
null
tetris.h
Broskibble/Tetris-SAF
0cea1e6d64892a0afd327184132387d131f98450
[ "CC0-1.0" ]
null
null
null
tetris.h
Broskibble/Tetris-SAF
0cea1e6d64892a0afd327184132387d131f98450
[ "CC0-1.0" ]
null
null
null
//#define SAF_SETTING_FORCE_1BIT 1 #define SAF_SETTING_BACKGROUND_COLOR 0xe0 #define SAF_PROGRAM_NAME "Tetris" #define SAF_SETTING_FASTER_1BIT 2 #define SAF_SETTING_ENABLE_SOUND 1 #define SAF_SETTING_ENABLE_SAVES 1 #define SAF_SETTING_BACKGROUND_COLOR 0 //#define SAF_SETTING_FORCE_1BIT 1 #include "saf....
23.307692
112
0.583081
[ "shape" ]
1ca21bbbae985243de9e27567176a43859d5fc2a
63,319
c
C
ds/security/winsafer/safeset.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
ds/security/winsafer/safeset.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
ds/security/winsafer/safeset.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1997-2000 Microsoft Corporation Module Name: safeset.c (WinSAFER SetInformation) Abstract: This module implements the WinSAFER APIs to set attributes and information relating to the Code Authorization Levels. Author: Jeffrey Lawson (JLawson) - May 2000 ...
32.471282
94
0.577457
[ "object" ]
1cb8605efba22e90c85a3d303d420ca0ad5ab7f7
1,858
h
C
vm/isolate.h
Outcue/primordialsoup
056dd858b011c2f3bc71b9f15240061d1d0760ad
[ "Apache-2.0" ]
35
2016-05-20T03:59:10.000Z
2022-02-21T09:59:14.000Z
vm/isolate.h
Outcue/primordialsoup
056dd858b011c2f3bc71b9f15240061d1d0760ad
[ "Apache-2.0" ]
7
2020-11-22T04:53:24.000Z
2021-04-18T02:14:09.000Z
vm/isolate.h
Outcue/primordialsoup
056dd858b011c2f3bc71b9f15240061d1d0760ad
[ "Apache-2.0" ]
4
2017-02-15T04:26:37.000Z
2020-11-21T02:29:23.000Z
// Copyright (c) 2013, the Newspeak project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. #ifndef VM_ISOLATE_H_ #define VM_ISOLATE_H_ #include "vm/allocation.h" #include "vm/globals.h" #inc...
22.938272
80
0.716362
[ "object" ]
1cc20422004294bfc81892ef7261dfe49e7a769d
1,585
h
C
src/rendercall.h
WilliUreta/GTR_Framework
819838c7379d12dc9598fd849a9cd770eed20a55
[ "MIT" ]
null
null
null
src/rendercall.h
WilliUreta/GTR_Framework
819838c7379d12dc9598fd849a9cd770eed20a55
[ "MIT" ]
null
null
null
src/rendercall.h
WilliUreta/GTR_Framework
819838c7379d12dc9598fd849a9cd770eed20a55
[ "MIT" ]
null
null
null
#pragma once #ifndef RENDERCALL_H #define RENDERCALL_H #include "framework.h" #include "prefab.h" #include "renderer.h" //forward declarations class Camera; namespace GTR { class Prefab; class Material; class Renderer; class RenderCall { public: //ctor //RenderCall(); //dtor //virtual ~RenderCall(...
24.765625
329
0.688328
[ "mesh", "vector", "model" ]
1cc530f63efcc0e3cfcb9449609816613f71a918
1,309
h
C
src/dsp/fft.h
jan-van-bergen/Synth
cc6fee6376974a3cc2e86899ab2859a5f1fb7e33
[ "MIT" ]
17
2021-03-22T14:17:16.000Z
2022-02-22T20:58:27.000Z
src/dsp/fft.h
jan-van-bergen/Synth
cc6fee6376974a3cc2e86899ab2859a5f1fb7e33
[ "MIT" ]
null
null
null
src/dsp/fft.h
jan-van-bergen/Synth
cc6fee6376974a3cc2e86899ab2859a5f1fb7e33
[ "MIT" ]
1
2021-11-17T18:00:55.000Z
2021-11-17T18:00:55.000Z
#pragma once #include "synth/sample.h" #include "util/util.h" namespace dsp { // Based on: https://gist.github.com/agrafix/aa49c17cd32c8ba63b6a7cb8dce8b0bd template<int N, typename T> void fft(T fourier[]) { static_assert(util::is_power_of_two(N), "FFT can only handle N that are a power of two"); // Reverse b...
21.459016
91
0.514897
[ "transform" ]
1ccf8bbb295a6b23f0aafbe21bd6f80df47ebb75
510
h
C
src/renderEngine/EntityRenderer.h
ksoderbl/thinmatrix-opengl-3d-game-tutorial-cpp-sdl2
c6d8e79c11a09284ee262fb44439e58cc9d7d906
[ "MIT" ]
9
2018-07-15T23:09:10.000Z
2021-05-14T16:45:03.000Z
src/renderEngine/EntityRenderer.h
ksoderbl/thinmatrix-opengl-3d-game-tutorial-cpp-sdl2
c6d8e79c11a09284ee262fb44439e58cc9d7d906
[ "MIT" ]
null
null
null
src/renderEngine/EntityRenderer.h
ksoderbl/thinmatrix-opengl-3d-game-tutorial-cpp-sdl2
c6d8e79c11a09284ee262fb44439e58cc9d7d906
[ "MIT" ]
5
2019-11-24T02:44:42.000Z
2022-01-07T14:49:33.000Z
#ifndef ENTITYRENDERER_H #define ENTITYRENDERER_H #include "../Headers.h" #include "../models/TexturedModel.h" #include "../entities/Entity.h" #include "../shaders/StaticShader.h" class EntityRenderer { public: EntityRenderer(StaticShader& shader, glm::mat4& projectionMatrix); void render(std::map<TexturedModel*, v...
24.285714
67
0.764706
[ "render", "vector", "model" ]
1cd62d94548c5cc6aedc546b69bdb45646c7f817
458
h
C
DVAppCore/Categories/NSArray+AppCore.h
denis-vashkovski/DVAppCore
b9bb8c900c75d5a9b1ac3061922d1f0c8a22cfc0
[ "MIT" ]
1
2016-10-20T14:33:14.000Z
2016-10-20T14:33:14.000Z
DVAppCore/Categories/NSArray+AppCore.h
denis-vashkovski/DVAppCore
b9bb8c900c75d5a9b1ac3061922d1f0c8a22cfc0
[ "MIT" ]
null
null
null
DVAppCore/Categories/NSArray+AppCore.h
denis-vashkovski/DVAppCore
b9bb8c900c75d5a9b1ac3061922d1f0c8a22cfc0
[ "MIT" ]
null
null
null
// // NSArray+AppCore.h // DVAppCore // // Created by Denis Vashkovski on 12/02/16. // Copyright © 2016 Denis Vashkovski. All rights reserved. // #import <Foundation/Foundation.h> @interface NSArray(AppCore) + (BOOL)ac_isValidArray:(id)object; /*! @abstract Return YES if number elements in array equals 0 */ - (...
19.913043
59
0.720524
[ "object" ]
1cd6e22329ed3ba354363ad08629ed790ebf1158
3,101
h
C
OpenFrameworks/SpiritWorldShow/src/Addons/ofxFFT/src/ofxFFTBase.h
ImanolGo/SpiritWorld
e047180371ede7bd6b3808e20d1b65446d2ea5ab
[ "Unlicense", "MIT" ]
null
null
null
OpenFrameworks/SpiritWorldShow/src/Addons/ofxFFT/src/ofxFFTBase.h
ImanolGo/SpiritWorld
e047180371ede7bd6b3808e20d1b65446d2ea5ab
[ "Unlicense", "MIT" ]
null
null
null
OpenFrameworks/SpiritWorldShow/src/Addons/ofxFFT/src/ofxFFTBase.h
ImanolGo/SpiritWorld
e047180371ede7bd6b3808e20d1b65446d2ea5ab
[ "Unlicense", "MIT" ]
null
null
null
/* * AudioAbstract.h * openFrameworks * * Created by lukasz karluk on 29/08/09. * Copyright 2009 __MyCompanyName__. All rights reserved. * */ #pragma once #include "ofMain.h" class fft; #define OFX_FFT_WIDTH 512 #define OFX_FFT_HEIGHT 256 struct ofxFFTData { int size; vector<f...
29.533333
111
0.693325
[ "vector" ]
1ce18575b680cb17173dd556b6d60f636707dffa
531
h
C
objects/sphere.h
51rL1N5/raytracing
dc411f753d20d8ad32a1ac6829dd24148bd2580b
[ "MIT" ]
null
null
null
objects/sphere.h
51rL1N5/raytracing
dc411f753d20d8ad32a1ac6829dd24148bd2580b
[ "MIT" ]
null
null
null
objects/sphere.h
51rL1N5/raytracing
dc411f753d20d8ad32a1ac6829dd24148bd2580b
[ "MIT" ]
1
2019-08-30T23:29:34.000Z
2019-08-30T23:29:34.000Z
#ifndef SPHERE_H #define SPHERE_H #include <eigen3/Eigen/Dense> #include <GL/gl.h> #include <GL/glu.h> #include <GL/glut.h> #include <vector> #include "object.h" class Sphere : public Object { private: Eigen::Vector3f center; float radius; public: Sphere(); // Default Constructor void setSphere(Eigen::Ve...
17.129032
90
0.704331
[ "object", "vector" ]
1ce953889b3348c473310cac829ecb6210a9d518
3,810
h
C
xmlParser.h
amaork/xmlParser
3f201877e2fc95a11d90cee64f8213beaab618cc
[ "Apache-2.0" ]
null
null
null
xmlParser.h
amaork/xmlParser
3f201877e2fc95a11d90cee64f8213beaab618cc
[ "Apache-2.0" ]
null
null
null
xmlParser.h
amaork/xmlParser
3f201877e2fc95a11d90cee64f8213beaab618cc
[ "Apache-2.0" ]
1
2021-08-02T06:24:07.000Z
2021-08-02T06:24:07.000Z
#ifndef _xmlParser_H_ #define _xmlParser_H_ #include <vector> #include <string> #include <iostream> #include <stdint.h> #include "tinyxml2.h" using namespace std; using namespace tinyxml2; /* XML parse rule */ class xmlParseRule { public: /* Constructor */ xmlParseRule(const char *k, char *v, size_t size, c...
25.57047
95
0.64042
[ "vector" ]
1cecdcb35dc770a32e5e173a285ed3842705480c
1,375
h
C
SerialPrograms/Source/CommonFramework/Inference/VisualInferenceCallback.h
ercdndrs/Arduino-Source
c0490f0f06aaa38759aa8f11def9e1349e551679
[ "MIT" ]
null
null
null
SerialPrograms/Source/CommonFramework/Inference/VisualInferenceCallback.h
ercdndrs/Arduino-Source
c0490f0f06aaa38759aa8f11def9e1349e551679
[ "MIT" ]
null
null
null
SerialPrograms/Source/CommonFramework/Inference/VisualInferenceCallback.h
ercdndrs/Arduino-Source
c0490f0f06aaa38759aa8f11def9e1349e551679
[ "MIT" ]
null
null
null
/* Visual Inference Callback * * From: https://github.com/PokemonAutomation/Arduino-Source * */ #ifndef PokemonAutomation_CommonFramework_VisualInferenceCallback_H #define PokemonAutomation_CommonFramework_VisualInferenceCallback_H #include <QImage> namespace PokemonAutomation{ class Interruptabl...
23.305085
79
0.708364
[ "vector" ]
1cf8c11a0e2f3819b80801b5a3eccc5898bbd2f8
6,174
c
C
clib-multigpu/callbackhandler.c
lsds/Crossbow
d4441b35315f9f7d48293fe81faaf21e1ca48002
[ "Apache-2.0" ]
50
2019-01-09T14:30:41.000Z
2022-03-23T11:42:51.000Z
clib-multigpu/callbackhandler.c
lsds/Crossbow
d4441b35315f9f7d48293fe81faaf21e1ca48002
[ "Apache-2.0" ]
6
2019-01-18T07:31:39.000Z
2021-12-14T21:16:53.000Z
clib-multigpu/callbackhandler.c
lsds/Crossbow
d4441b35315f9f7d48293fe81faaf21e1ca48002
[ "Apache-2.0" ]
7
2019-03-20T14:56:41.000Z
2022-03-30T06:13:09.000Z
#include "callbackhandler.h" #include "memorymanager.h" #include "debug.h" #include "utils.h" #include "recorddataset.h" #include <pthread.h> #include <cuda.h> #include <cuda_runtime.h> static unsigned long autoincrement = 0UL; static float __get_loss_value (crossbowStreamP s) { /* Get loss value */ /* Default ...
27.686099
169
0.68011
[ "model" ]
f7a1c5670f270164e77019e0d6fa4514a9897426
5,680
h
C
Libs/Core/ctkAbstractFactory.h
ntoussaint/CTK
fc7a5f78fff4c4394ee5ede2f21975c6a44dfea4
[ "Apache-2.0" ]
515
2015-01-13T05:42:10.000Z
2022-03-29T03:10:01.000Z
Libs/Core/ctkAbstractFactory.h
ntoussaint/CTK
fc7a5f78fff4c4394ee5ede2f21975c6a44dfea4
[ "Apache-2.0" ]
425
2015-01-06T05:28:38.000Z
2022-03-08T19:42:18.000Z
Libs/Core/ctkAbstractFactory.h
ntoussaint/CTK
fc7a5f78fff4c4394ee5ede2f21975c6a44dfea4
[ "Apache-2.0" ]
341
2015-01-08T06:18:17.000Z
2022-03-29T21:47:49.000Z
/*========================================================================= Library: CTK Copyright (c) Kitware Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.ap...
32.83237
109
0.722007
[ "object" ]
f7a906eedad6378fb059a01070633f26389bd6da
3,177
h
C
Gems/AWSCore/Code/Include/Private/Editor/Constants/AWSCoreEditorMenuLinks.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-09-13T00:01:12.000Z
2021-09-13T00:01:12.000Z
Gems/AWSCore/Code/Include/Private/Editor/Constants/AWSCoreEditorMenuLinks.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/AWSCore/Code/Include/Private/Editor/Constants/AWSCoreEditorMenuLinks.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-07-20T11:07:25.000Z
2021-07-20T11:07:25.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once namespace AWSCore { static constexpr const char NewToAWSUrl[] = "https://o3de.org/...
58.833333
158
0.738118
[ "3d" ]
f7b07e2c4010a847f038861907eff9231831b850
1,990
c
C
apps/breakfast/pde_fw/toast/examples/C/msp430x24x_nmi.c
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
1
2020-05-15T18:08:48.000Z
2020-05-15T18:08:48.000Z
apps/breakfast/toast/msp430-code-examples/C/msp430x24x_nmi.c
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
null
null
null
apps/breakfast/toast/msp430-code-examples/C/msp430x24x_nmi.c
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
null
null
null
//****************************************************************************** // MSP430x24x Demo - Configure RST/NMI as NMI // // Description: Configure RST/NMI as NMI, hi to low edge. Flash P1.0 inside of // NMI_ISR (5 times) if NMI occurs. General enable interrupt in status register // does not need to b...
39.019608
82
0.464824
[ "vector" ]
f7b0c1de0985589dcad130036b9ac327b89089ae
369
h
C
Integration/Configuration.h
WikiGaze/Wikipedia-readers-gaze
b723fcad149662a9af981c4e507678d9c7f106d2
[ "BSD-3-Clause" ]
null
null
null
Integration/Configuration.h
WikiGaze/Wikipedia-readers-gaze
b723fcad149662a9af981c4e507678d9c7f106d2
[ "BSD-3-Clause" ]
null
null
null
Integration/Configuration.h
WikiGaze/Wikipedia-readers-gaze
b723fcad149662a9af981c4e507678d9c7f106d2
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <string> #include <vector> class Configuration { public: std::vector<std::string> all_components; std::vector<std::string> pre_components; std::vector<std::string> gaze_components; std::vector<std::string> post_components; Configuration() {}; ~Configuration() {}; ...
20.5
45
0.666667
[ "vector" ]
f7c34d77794f968e5532060b35b87ba0727dee04
10,949
c
C
CoX/CoX_Peripheral/CoX_Peripheral_HT32F125x/libcox/xacmp.c
coocox/cox
c94e4a65417301b76a02108be5a9eeea3663ef70
[ "BSD-3-Clause" ]
58
2015-01-23T11:12:14.000Z
2022-03-23T01:52:14.000Z
CoX/CoX_Peripheral/CoX_Peripheral_HT32F125x/libcox/xacmp.c
eventus17/cox
c94e4a65417301b76a02108be5a9eeea3663ef70
[ "BSD-3-Clause" ]
1
2017-12-30T05:40:50.000Z
2017-12-30T05:40:50.000Z
CoX/CoX_Peripheral/CoX_Peripheral_HT32F125x/libcox/xacmp.c
eventus17/cox
c94e4a65417301b76a02108be5a9eeea3663ef70
[ "BSD-3-Clause" ]
68
2015-01-22T11:03:59.000Z
2022-01-29T14:18:40.000Z
//***************************************************************************** // //! \file xacmp.c //! \brief Driver for the analog comparator. //! \version V2.1.1.1 //! \date 11/14/2011 //! \author CooCox //! \copy //! //! Copyright (c) 2009-2011 CooCox. All rights reserved. // //***********************************...
29.275401
83
0.514385
[ "vector" ]
f7caf5934d1923c9d3acfc34552cc4c9fb611f5d
2,800
h
C
src/xray/rtp/sources/space_params.h
ixray-team/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
3
2021-10-30T09:36:14.000Z
2022-03-26T17:00:06.000Z
src/xray/rtp/sources/space_params.h
acidicMercury8/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
null
null
null
src/xray/rtp/sources/space_params.h
acidicMercury8/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:08.000Z
2022-03-26T17:00:08.000Z
//////////////////////////////////////////////////////////////////////////// // Created : 03.11.2009 // Author : Konstantin Slipchenko // Copyright (C) GSC Game World - 2009 //////////////////////////////////////////////////////////////////////////// #ifndef SPACE_PARAMS_H_INCLUDED #define SPACE_PARAMS_H_INCL...
24.778761
114
0.626786
[ "vector" ]
f7cef2769de3cd54b24d9f285e9758653add69bb
28,189
h
C
Core/GraphicsScene.h
dhlee4/Tinkercell_new
c4d1848bbb905f0e1f9e011837268ac80aff8711
[ "BSD-3-Clause" ]
1
2021-01-07T13:12:51.000Z
2021-01-07T13:12:51.000Z
Core/GraphicsScene.h
dhlee4/Tinkercell_new
c4d1848bbb905f0e1f9e011837268ac80aff8711
[ "BSD-3-Clause" ]
7
2020-04-12T22:25:46.000Z
2020-04-13T07:50:40.000Z
Core/GraphicsScene.h
daniel-anavaino/tinkercell
7896a7f809a0373ab3c848d25e3691d10a648437
[ "BSD-3-Clause" ]
2
2020-04-12T21:57:01.000Z
2020-04-12T21:59:29.000Z
/**************************************************************************** Copyright (c) 2008 Deepak Chandran Contact: Deepak Chandran (dchandran1@gmail.com) See COPYRIGHT.TXT The primary task of the graphics scene is to draws items. All interactions with the GraphicsScene is done through MainWindow or NetworkHand...
50.69964
159
0.73369
[ "object", "transform" ]
f7dc728687fcb61d430d8c0aae228bd6dd1b2447
985
c
C
d/atoyatl/tecqumin/obj/stakes.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/atoyatl/tecqumin/obj/stakes.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/atoyatl/tecqumin/obj/stakes.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
//Coded by Lujke #include <std.h> #include "../tecqumin.h" inherit OBJECT; void create() { ::create(); set_name("bundle of wooden stakes"); set_id( ({"stakes","bundle", "wooden stakes" }) ); set_short("%^RESET%^%^ORANGE%^bundle of wooden stakes%^RESET%^"); set_weight(8); set_long( (:TO, "long...
24.625
75
0.589848
[ "object" ]
f7dfaf736e13b95013120b2ef27debd67071d863
2,281
c
C
bin/bison/derives.c
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
1
2018-01-23T23:07:19.000Z
2018-01-23T23:07:19.000Z
bin/bison/derives.c
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
null
null
null
bin/bison/derives.c
aaliomer/exos
6a37c41cad910c373322441a9f23cfabdbfae275
[ "BSD-3-Clause" ]
null
null
null
/* Match rules with nonterminals for bison, Copyright (C) 1984, 1989 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. Bison 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;...
19.168067
81
0.634371
[ "vector" ]
f7e7316d05fd4f7c78f729cbdaa7fbe7c712df6d
447
h
C
include/problems/aircavity1d.h
chinsp/KiT-RT
d4465d55b2d623b840a9a5696e3aad46d9fb158d
[ "MIT" ]
null
null
null
include/problems/aircavity1d.h
chinsp/KiT-RT
d4465d55b2d623b840a9a5696e3aad46d9fb158d
[ "MIT" ]
null
null
null
include/problems/aircavity1d.h
chinsp/KiT-RT
d4465d55b2d623b840a9a5696e3aad46d9fb158d
[ "MIT" ]
null
null
null
#ifndef AIRCAVITY #define AIRCAVITY #include "electronrt.h" class AirCavity1D : public ElectronRT { private: AirCavity1D() = delete; public: AirCavity1D( Config* settings, Mesh* mesh ); virtual ~AirCavity1D(); virtual std::vector<VectorVector> GetExternalSource( const Vector& energies ); virt...
23.526316
82
0.715884
[ "mesh", "vector" ]