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
13e0a849068bc5db9e06a38e14a33cfbdc9b1749
3,253
h
C
third_party/duktape/duk_internal.h
waldyrious/cosmopolitan
3e17c7b20f9c6e8695f9a12ef67e42f98cec7cca
[ "0BSD" ]
2
2021-02-13T19:26:06.000Z
2021-03-03T12:28:34.000Z
third_party/duktape/duk_internal.h
waldyrious/cosmopolitan
3e17c7b20f9c6e8695f9a12ef67e42f98cec7cca
[ "0BSD" ]
null
null
null
third_party/duktape/duk_internal.h
waldyrious/cosmopolitan
3e17c7b20f9c6e8695f9a12ef67e42f98cec7cca
[ "0BSD" ]
null
null
null
/* * Top-level include file to be used for all (internal) source files. * * Source files should not include individual header files, as they * have not been designed to be individually included. */ #if !defined(DUK_INTERNAL_H_INCLUDED) #define DUK_INTERNAL_H_INCLUDED /* * The 'duktape.h' header provides the...
41.705128
105
0.790347
[ "object" ]
13eee73497c7b6900521deb41285585160961ad6
540
h
C
src/lumberyard/chunk/model/Node.h
healingbrew/fmt_dragon
7f98860d2081c2bede3315bf114aef3f1da639a7
[ "MIT" ]
1
2021-12-09T05:41:20.000Z
2021-12-09T05:41:20.000Z
src/lumberyard/chunk/model/Node.h
healingbrew/fmt_dragon
7f98860d2081c2bede3315bf114aef3f1da639a7
[ "MIT" ]
null
null
null
src/lumberyard/chunk/model/Node.h
healingbrew/fmt_dragon
7f98860d2081c2bede3315bf114aef3f1da639a7
[ "MIT" ]
1
2021-12-09T05:41:22.000Z
2021-12-09T05:41:22.000Z
// // Created by yretenai on 6/5/2020. // #pragma once #ifndef DRAGON_LUMBERYARD_MODEL_NODE_H #define DRAGON_LUMBERYARD_MODEL_NODE_H #include "AbstractModelChunk.h" namespace dragon::lumberyard::chunk::model { class LUMBERYARD_EXPORT Node : public AbstractModelChunk { public: Node(Array<char>* buf...
22.5
66
0.72037
[ "model" ]
13f7a30265a2878b8baf35d688a690035859f59e
1,398
h
C
src/FiniteDifference.h
ColeDeanShepherd/12-Steps-To-Navier-Stokes
3bb31990457df3c31ab024a84ca521a3dfbf178d
[ "MIT" ]
45
2018-01-14T17:58:51.000Z
2022-03-16T23:47:48.000Z
src/FiniteDifference.h
anthonymorast/12-Steps-To-Navier-Stokes
c6208352d20f8849b536b6a86dce23b8cf0c5f7a
[ "MIT" ]
null
null
null
src/FiniteDifference.h
anthonymorast/12-Steps-To-Navier-Stokes
c6208352d20f8849b536b6a86dce23b8cf0c5f7a
[ "MIT" ]
8
2018-07-02T00:34:48.000Z
2021-05-12T09:33:04.000Z
#pragma once #include <vector> #include "Vector2d.h" double gradient1stOrderBackwardDiff(const std::vector<double>& f, const size_t i, const double dx); double gradient2ndOrderCentralDiff(const std::vector<double>& f, const size_t i, const double dx); Vector2d gradient1stOrderCentralDiff( const std::vector<std::v...
39.942857
99
0.742489
[ "vector" ]
13fbdeb195c0237982b181f955045ab66e9c96d3
1,001
h
C
Source/RT/Worlds/world.h
afritz1/C_Ray_Tracer
8f05d9ca0a46ddf049077dc6246dcd77954eddf0
[ "MIT" ]
null
null
null
Source/RT/Worlds/world.h
afritz1/C_Ray_Tracer
8f05d9ca0a46ddf049077dc6246dcd77954eddf0
[ "MIT" ]
null
null
null
Source/RT/Worlds/world.h
afritz1/C_Ray_Tracer
8f05d9ca0a46ddf049077dc6246dcd77954eddf0
[ "MIT" ]
null
null
null
#ifndef WORLD_H #define WORLD_H #include "../../c_rt01.h" #include "../Vectors/vector3.h" #define SPHERE_COUNT 4 #define PLANE_COUNT 1 #define CUBOID_COUNT 4 #define POINT_LIGHT_COUNT 0 #define DIST_LIGHT_COUNT 0 #define SPHERE_LIGHT_COUNT 1 #define WORLD_SIZE 16 #define MAX_DEPTH 6 #define LIGHT_SAMPLES 8 struct Sh...
23.833333
61
0.776224
[ "shape" ]
cd0607fcd77a2002dee28a9f2c1d71dec1507360
490
h
C
xbed/PersonalCenter/Invoice/Model/SubmitInvoiceRequest.h
LeoChensj/Demo
03217286dcf843ac96997eed8eb82b219427f47c
[ "MIT" ]
null
null
null
xbed/PersonalCenter/Invoice/Model/SubmitInvoiceRequest.h
LeoChensj/Demo
03217286dcf843ac96997eed8eb82b219427f47c
[ "MIT" ]
null
null
null
xbed/PersonalCenter/Invoice/Model/SubmitInvoiceRequest.h
LeoChensj/Demo
03217286dcf843ac96997eed8eb82b219427f47c
[ "MIT" ]
null
null
null
// // SubmitInvoiceRequest.h // xbed // // Created by Leo.Chen on 16/10/14. // Copyright © 2016年 Leo.Chen. All rights reserved. // 开发票 #import "XbedRequest.h" #import "SubmitInvoiceRequestModel.h" #import "SubmitInvoiceRespModel.h" @interface SubmitInvoiceRequest : XbedRequest @property (nonatomic, strong)Submi...
23.333333
69
0.771429
[ "model" ]
fa5d25b3a067aab52e18357307c4768911079397
4,533
h
C
cubey/AutoXmlBase.h
byebyebryan/cubey
5f50c2250db50c293690b449626389d783bb4d4d
[ "MIT" ]
19
2018-04-27T13:32:33.000Z
2022-02-23T12:35:06.000Z
cubey/AutoXmlBase.h
byebyebryan/cubey
5f50c2250db50c293690b449626389d783bb4d4d
[ "MIT" ]
null
null
null
cubey/AutoXmlBase.h
byebyebryan/cubey
5f50c2250db50c293690b449626389d783bb4d4d
[ "MIT" ]
4
2017-04-21T15:52:31.000Z
2020-01-22T03:39:08.000Z
#pragma once #include <iostream> #include <fstream> #include <sstream> #include <unordered_map> #include <vector> #include <functional> #include <assert.h> #include "AutoXmlTypes.h" #include "TwUI.h" #ifndef AUTO_XML_VAR #define AUTO_XML_VAR(var_type, var_name, var_default) \ private: class AutoXml_##var_name { \ p...
31.479167
152
0.679903
[ "vector" ]
faa9cab302608a41b9b641caab1f34537a3e0825
727
h
C
src/stockKlineView/kvolumegrid.h
SuperEndermanSM/stockball
7f3a0f4ae26cf3c387efd223bc7dd3a470113871
[ "MIT" ]
10
2021-08-19T23:09:52.000Z
2022-03-25T09:20:32.000Z
src/stockKlineView/kvolumegrid.h
SuperEndermanSM/stockball
7f3a0f4ae26cf3c387efd223bc7dd3a470113871
[ "MIT" ]
1
2021-04-08T03:53:04.000Z
2021-04-08T03:53:54.000Z
src/stockKlineView/kvolumegrid.h
SuperEndermanSM/stockball
7f3a0f4ae26cf3c387efd223bc7dd3a470113871
[ "MIT" ]
3
2021-08-19T23:09:59.000Z
2022-03-11T06:49:28.000Z
#ifndef KVOLUMEGRID_H #define KVOLUMEGRID_H #include "autogrid.h" #include "datafile.h" #include <QPoint> class kVolumeGrid : public AutoGrid { public: explicit kVolumeGrid(QWidget* parent); bool readData(QString strFile); void initial(); void drawYtick(); void drawVolume(); void virtual pai...
14.836735
48
0.674003
[ "vector" ]
faa9f2b792e3c7dd72195e6158e8cba0acc90446
3,203
h
C
graphics-origin/geometry/detail/bvh_customization_points.h
tdelame/Graphics-Origin
27b7d6ac72c4cb1858fc85dc18fe864de1496c6d
[ "MIT" ]
null
null
null
graphics-origin/geometry/detail/bvh_customization_points.h
tdelame/Graphics-Origin
27b7d6ac72c4cb1858fc85dc18fe864de1496c6d
[ "MIT" ]
null
null
null
graphics-origin/geometry/detail/bvh_customization_points.h
tdelame/Graphics-Origin
27b7d6ac72c4cb1858fc85dc18fe864de1496c6d
[ "MIT" ]
null
null
null
# include "../box.h" # include "../ball.h" # include "../triangle.h" namespace graphics_origin { namespace geometry { template<> struct bounding_volume_computer< aabox, triangle > { static void compute( const triangle& element, aabox& volume ) { vec3 lower = min( min( element.get_vertex(t...
25.023438
84
0.591633
[ "geometry" ]
fac075acd736708a7d6612cc4e1f2cf4813c99bd
2,196
h
C
JianzhiOffer/BitOperation.h
antFaiz5z/Sword2Offer
600fd70d578cdec0b7ebd88e496667772ebb50af
[ "Apache-2.0" ]
1
2018-12-14T08:45:19.000Z
2018-12-14T08:45:19.000Z
JianzhiOffer/BitOperation.h
antFaiz5z/Sword2Offer
600fd70d578cdec0b7ebd88e496667772ebb50af
[ "Apache-2.0" ]
null
null
null
JianzhiOffer/BitOperation.h
antFaiz5z/Sword2Offer
600fd70d578cdec0b7ebd88e496667772ebb50af
[ "Apache-2.0" ]
null
null
null
// // Created by faiz on 18-10-31. // #ifndef JIANZHIOFFER_BIT_OPERATION_H #define JIANZHIOFFER_BIT_OPERATION_H #include <iostream> #include <vector> using namespace std; class Bit_Operation { public: static Bit_Operation* get_instance() { static Bit_Operation* instance; if(instance == nullpt...
23.361702
71
0.652095
[ "vector" ]
fad0c6d50e6d4de7fda75ce32ec5a2c6afa6d94b
1,395
c
C
list.c
sirrahd/blasteroids
41629201e2f7797d554729bcbe734107eb4eae6a
[ "MIT" ]
null
null
null
list.c
sirrahd/blasteroids
41629201e2f7797d554729bcbe734107eb4eae6a
[ "MIT" ]
null
null
null
list.c
sirrahd/blasteroids
41629201e2f7797d554729bcbe734107eb4eae6a
[ "MIT" ]
null
null
null
#include <stdlib.h> #include <stdio.h> #include "list.h" // Adds an object to the beginning of the list void list_add(List* list, void* object) { Item* item = malloc(sizeof(Item)); item->object = object; item->next = list->start; if(!list->start) { list->current = item; } list->start = item; } // Removes an ...
19.109589
85
0.645878
[ "object" ]
fad3b12f4e43d72264b2183dff268245f771113e
740
h
C
src/C++/crypto++/crypto++-5.0/tiger.h
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
34
2015-02-04T18:03:14.000Z
2020-11-10T06:45:28.000Z
src/C++/crypto++/crypto++-5.0/tiger.h
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
5
2015-06-30T21:17:00.000Z
2016-06-14T22:31:51.000Z
src/C++/crypto++/crypto++-5.0/tiger.h
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
15
2015-10-29T14:21:58.000Z
2022-01-19T07:33:14.000Z
#ifndef CRYPTOPP_TIGER_H #define CRYPTOPP_TIGER_H #include "config.h" #ifdef WORD64_AVAILABLE #include "iterhash.h" NAMESPACE_BEGIN(CryptoPP) /// <a href="http://www.weidai.com/scan-mirror/md.html#Tiger">Tiger</a> class Tiger : public IteratedHashWithStaticTransform<word64, LittleEndian, 64, Tiger> { ...
22.424242
98
0.72027
[ "transform" ]
fae276af62e03e0b570f8509f764d64fff5da95d
1,258
h
C
tools.h
whoo/rpi-rgb-led-matrix
8a400dd34ec6af5dd30a6540dced3d9f40511b03
[ "BSD-Source-Code" ]
null
null
null
tools.h
whoo/rpi-rgb-led-matrix
8a400dd34ec6af5dd30a6540dced3d9f40511b03
[ "BSD-Source-Code" ]
null
null
null
tools.h
whoo/rpi-rgb-led-matrix
8a400dd34ec6af5dd30a6540dced3d9f40511b03
[ "BSD-Source-Code" ]
null
null
null
#ifndef TOOLS_H #define TOOLS_H #include "thread.h" #include "led-matrix.h" #include <string.h> #include <dirent.h> #include <string> #include <vector> #include <iostream> #define CLEARSCR for (int xe = 0; xe < width; ++xe) for (int ye = 0; ye < height; ++ye) { matrix_->SetPixel(xe,ye, 0,0,0); } class RGBMa...
22.070175
131
0.63911
[ "vector" ]
fae73413c8c2b23201534121d892a99b88e7f92f
4,845
c
C
www.c
mzucker/st_glfw
a82c8bbc38df3698da50c66cb5d79ff54fc350d6
[ "MIT" ]
4
2018-04-11T21:00:24.000Z
2020-05-31T06:32:50.000Z
www.c
mzucker/st_glfw
a82c8bbc38df3698da50c66cb5d79ff54fc350d6
[ "MIT" ]
1
2020-02-28T17:25:28.000Z
2020-02-28T17:32:24.000Z
www.c
mzucker/st_glfw
a82c8bbc38df3698da50c66cb5d79ff54fc350d6
[ "MIT" ]
null
null
null
#include "www.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #ifdef ST_GLFW_USE_CURL #include <curl/curl.h> #endif size_t write_response(void *ptr, size_t size, size_t nmemb, void * b) { buffer_t* buf = (buffer_t*)b; buf_append_mem(buf, ptr, size*nmemb, BUF_RAW_APPEND); return size *...
23.071429
87
0.484417
[ "object" ]
faedc7691feaade9de55e810da825e906ec575da
15,710
h
C
examples/FGM/ip_design/src/FPGAclientAPI.h
harshshukla7/LAfF
ab2b2d06816788b2a64973298efbdc4a7f279c0b
[ "BSD-3-Clause" ]
3
2017-12-19T17:09:57.000Z
2018-01-17T19:49:00.000Z
examples/FGM/ip_design/src/FPGAclientAPI.h
harshshukla7/LAfF
ab2b2d06816788b2a64973298efbdc4a7f279c0b
[ "BSD-3-Clause" ]
null
null
null
examples/FGM/ip_design/src/FPGAclientAPI.h
harshshukla7/LAfF
ab2b2d06816788b2a64973298efbdc4a7f279c0b
[ "BSD-3-Clause" ]
1
2018-12-21T14:24:04.000Z
2018-12-21T14:24:04.000Z
/* * icl::protoip * Author: asuardi <https://github.com/asuardi> * Date: November - 2014 */ #include<stdio.h> #include<stdlib.h> #ifdef _WIN32 #include<winsock2.h> #include<time.h> #pragma comment(lib,"ws2_32.lib") #else #include<sys/socket.h> #include<arpa/inet.h> #include<netinet/in.h> #include<netdb.h> ...
23.948171
185
0.608657
[ "vector" ]
780072242f0b0e782dfea1ab2ff7adacfd344446
9,345
c
C
test/app_test/mt_listener.c
dkkwon/ric-plt-lib-rmr
d324fe4bfea9daa22aa16c605bd3157a875a8ccd
[ "Apache-2.0", "CC-BY-4.0" ]
null
null
null
test/app_test/mt_listener.c
dkkwon/ric-plt-lib-rmr
d324fe4bfea9daa22aa16c605bd3157a875a8ccd
[ "Apache-2.0", "CC-BY-4.0" ]
null
null
null
test/app_test/mt_listener.c
dkkwon/ric-plt-lib-rmr
d324fe4bfea9daa22aa16c605bd3157a875a8ccd
[ "Apache-2.0", "CC-BY-4.0" ]
3
2020-09-29T09:57:06.000Z
2022-03-21T10:18:43.000Z
// :vim ts=4 sw=4 noet: /* ================================================================================== Copyright (c) 2019 Nokia Copyright (c) 2018-2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the Lice...
30.539216
151
0.601605
[ "vector" ]
781df212af8459de63ceb4b130be3e4972ea54f5
499
h
C
Project/Dev_class11_handout/Motor2D/O_Fall.h
Guille1406/Project-II
af954426efce06937671f02ac0a5840e5faefb0e
[ "Apache-2.0" ]
null
null
null
Project/Dev_class11_handout/Motor2D/O_Fall.h
Guille1406/Project-II
af954426efce06937671f02ac0a5840e5faefb0e
[ "Apache-2.0" ]
null
null
null
Project/Dev_class11_handout/Motor2D/O_Fall.h
Guille1406/Project-II
af954426efce06937671f02ac0a5840e5faefb0e
[ "Apache-2.0" ]
null
null
null
#ifndef _FALL_ #define _FALL_ #include "j1Object.h" #include"j1Render.h" #include "MainScene.h" #include "j1Scene.h" class Fall : public Object { private: public: Fall() { } Fall(const Fall& obj) { type = obj.type; rect = obj.rect; active = obj.active; name = obj.name; logic_height = obj.logic_height; ...
12.170732
34
0.627255
[ "object" ]
78223a29a449a1869dd74a5fd9586b1da1a6a59c
1,652
h
C
public/lib/cloud_provider/validation/launcher/validation_tests_launcher.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "BSD-3-Clause" ]
1
2018-02-05T23:33:32.000Z
2018-02-05T23:33:32.000Z
public/lib/cloud_provider/validation/launcher/validation_tests_launcher.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "BSD-3-Clause" ]
null
null
null
public/lib/cloud_provider/validation/launcher/validation_tests_launcher.h
Acidburn0zzz/peridot
9a3b1fb8e834d0315092478d83d0176ef28cb765
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2017 The Fuchsia 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 LIB_CLOUD_PROVIDER_VALIDATION_LAUNCHER_VALIDATION_TESTS_LAUNCHER_H_ #define LIB_CLOUD_PROVIDER_VALIDATION_LAUNCHER_VALIDATION_TESTS_LAUNCHER_H_ #i...
35.148936
79
0.779056
[ "vector" ]
78289618048ed1e1a39f7fb7b046a6baf0cb07f4
4,976
h
C
source/include/gameplay.h
jttuboi/adas
5ee545b4d9c85018d5bcb84286aa00a90e34d377
[ "MIT" ]
null
null
null
source/include/gameplay.h
jttuboi/adas
5ee545b4d9c85018d5bcb84286aa00a90e34d377
[ "MIT" ]
null
null
null
source/include/gameplay.h
jttuboi/adas
5ee545b4d9c85018d5bcb84286aa00a90e34d377
[ "MIT" ]
null
null
null
#ifndef GAMEPLAY_H #define GAMEPLAY_H #include<allegro.h> #include"main.h" #include"wagon.h" #include"player.h" #include"background.h" #include"enemies_mngr.h" #include"sprites.h" #include"collision.h" #include"railway.h" #define STATIONS_MAIN_NUMBER 4 #define LINES_MAIN_NUMBER ...
21.541126
128
0.598071
[ "vector" ]
783b39c759b38ae05cefa5a1c1822219ccdb6077
5,215
h
C
xarm_controller/include/xarm_controller/xarm_hw.h
Permobil-Senior-Design/xarm_ros
3d82a29e462e0c26598f20222cb5d3d372de02f7
[ "BSD-3-Clause" ]
null
null
null
xarm_controller/include/xarm_controller/xarm_hw.h
Permobil-Senior-Design/xarm_ros
3d82a29e462e0c26598f20222cb5d3d372de02f7
[ "BSD-3-Clause" ]
null
null
null
xarm_controller/include/xarm_controller/xarm_hw.h
Permobil-Senior-Design/xarm_ros
3d82a29e462e0c26598f20222cb5d3d372de02f7
[ "BSD-3-Clause" ]
1
2022-02-11T22:27:35.000Z
2022-02-11T22:27:35.000Z
/* Copyright 2018 UFACTORY Inc. All Rights Reserved. * * Software License Agreement (BSD License) * * Author: Jason Peng <jason@ufactory.cc> ============================================================================*/ #ifndef __XARM_HARDWARE_INTERFACE_H__ #define __XARM_HARDWARE_INTERFACE_H__ // ros_control #i...
34.084967
113
0.756088
[ "vector", "model" ]
783d301256192776fcf6e132c5367ac6fa963ab3
289,594
h
C
altv-sdk/thirdparty/altv-capi-server/include/server/altv-capi.h
DimaaIO/altv-rs
f5cf1733493466634793804dfb1ca6d387fbe687
[ "Apache-2.0", "MIT" ]
2
2020-06-18T19:46:20.000Z
2020-07-25T03:17:14.000Z
altv-sdk/thirdparty/altv-capi-server/include/server/altv-capi.h
DimaaIO/altv-rs
f5cf1733493466634793804dfb1ca6d387fbe687
[ "Apache-2.0", "MIT" ]
null
null
null
altv-sdk/thirdparty/altv-capi-server/include/server/altv-capi.h
DimaaIO/altv-rs
f5cf1733493466634793804dfb1ca6d387fbe687
[ "Apache-2.0", "MIT" ]
null
null
null
/** * CAPI API Header for C * THIS HEADER IS AUTOGENERATED * Mon Jun 8 10:59:38 2020 * * Include header for alt:V C API */ #ifndef _CAPI_H_ #define _CAPI_H_ typedef struct alt_VectorLayout_float_3 { float** elements; } alt_VectorLayout_float_3; CAPI void alt_VectorLayout_float_3_CAPI_Free(struct alt_Ve...
53.978378
338
0.870035
[ "object", "model" ]
78424c52b803833997afeeebdaec1b5172b3a3ec
2,807
h
C
lib/include/xnetwork/generators/tests/test_atlas.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
1
2020-03-31T06:10:58.000Z
2020-03-31T06:10:58.000Z
lib/include/xnetwork/generators/tests/test_atlas.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
null
null
null
lib/include/xnetwork/generators/tests/test_atlas.h
luk036/xnetwork
462c25da3aead6b834e6027f4d679dc47965b134
[ "MIT" ]
1
2020-04-08T05:56:26.000Z
2020-04-08T05:56:26.000Z
from itertools import groupby from nose.tools import assert_equal from nose.tools import assert_less_equal from nose.tools import raises #include <xnetwork.hpp> // as xn from xnetwork.testing import * #include <xnetwork.hpp> // import graph_atlas #include <xnetwork.hpp> // import graph_atlas_g from xnetwork.generator...
35.531646
78
0.600641
[ "object" ]
7845de9ea8f63ed5fdc500953ada8a5af5e7ccff
33,712
c
C
develop/Logical/Libraries/ac_invlib/ac_invparameter.c
hilch/ac_invlib
75d5afbaf6bcf2b055c5ab9ef61384f8c2ebb2b8
[ "CECILL-B" ]
3
2019-05-17T17:19:11.000Z
2021-03-14T17:23:44.000Z
develop/Logical/Libraries/ac_invlib/ac_invparameter.c
hilch/ac_invlib
75d5afbaf6bcf2b055c5ab9ef61384f8c2ebb2b8
[ "CECILL-B" ]
5
2019-09-04T11:28:04.000Z
2021-12-30T14:34:12.000Z
develop/Logical/Libraries/ac_invlib/ac_invparameter.c
hilch/ac_invlib
75d5afbaf6bcf2b055c5ab9ef61384f8c2ebb2b8
[ "CECILL-B" ]
2
2019-04-18T15:23:18.000Z
2020-12-13T07:41:55.000Z
/* This file is part of ACOPOSinverter- Library https://github.com/hilch/ac_invlib. The source code is released under LGPL: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted ...
29.417103
146
0.645201
[ "object" ]
7849192f9dfcc389f4875b7e5f9219e1b57d9f59
2,337
h
C
JavaScriptPlugin/bmplugin_pch.h
Stanbroek/BakkesModSDK-JavaScript
356c466766a24016edf6a6a6a9b43b0d30407b76
[ "MIT" ]
1
2022-01-27T17:35:02.000Z
2022-01-27T17:35:02.000Z
JavaScriptPlugin/bmplugin_pch.h
Stanbroek/BakkesModSDK-JavaScript
356c466766a24016edf6a6a6a9b43b0d30407b76
[ "MIT" ]
null
null
null
JavaScriptPlugin/bmplugin_pch.h
Stanbroek/BakkesModSDK-JavaScript
356c466766a24016edf6a6a6a9b43b0d30407b76
[ "MIT" ]
null
null
null
/// pch.h: This is a precompiled header file. /// Files listed below are compiled only once, improving build performance for /// future builds. This also affects IntelliSense performance, including code /// completion and many code browsing features. However, files listed here are /// ALL re-compiled if any one of them...
28.156627
83
0.770646
[ "vector" ]
78509127df442da2dba93d516e66e4b1b32ad870
9,677
h
C
Source/RuntimeBlueprints/Structs/IntVector4D.h
HiIAmMoot/RuntimeBPs
1fe34ae0ea8d9e0ca376c7ec663a0e2cf537c77b
[ "MIT" ]
61
2020-04-30T06:50:47.000Z
2022-03-25T05:41:29.000Z
Source/RuntimeBlueprints/Structs/IntVector4D.h
monizka/RuntimeBPs
8def2f98bed6d2d5705c12ffe54c3f7123395265
[ "MIT" ]
7
2020-11-09T14:40:07.000Z
2021-02-25T01:22:32.000Z
Source/RuntimeBlueprints/Structs/IntVector4D.h
monizka/RuntimeBPs
8def2f98bed6d2d5705c12ffe54c3f7123395265
[ "MIT" ]
21
2020-05-23T16:39:29.000Z
2022-03-25T05:41:31.000Z
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreTypes.h" #include "Misc/Crc.h" #include "Math/UnrealMathUtility.h" #include "Containers/UnrealString.h" #include "Serialization/StructuredArchive.h" #include "IntVector4D.generated.h" /** * Structure for intege...
21.082789
185
0.682856
[ "vector" ]
7a84eeea41eb6ff80fd337f69fb1487cd039e592
7,245
h
C
texthuds.h
miheslkivi/pac-person-freespace
a136ce07fbd7ac3125e5d04758725b8a36431c71
[ "BSD-3-Clause" ]
2
2018-05-21T10:09:30.000Z
2018-05-24T11:37:04.000Z
texthuds.h
miheslkivi/pac-person-freespace
a136ce07fbd7ac3125e5d04758725b8a36431c71
[ "BSD-3-Clause" ]
1
2018-02-10T17:39:02.000Z
2018-02-10T17:39:02.000Z
texthuds.h
miheslkivi/pac-person-freespace
a136ce07fbd7ac3125e5d04758725b8a36431c71
[ "BSD-3-Clause" ]
null
null
null
/* * * Pac-person freespace continuum undiscreted ( PPFCU or p-pf-scu-d ) - Copyright (C) 2018 by Mikko Heiska * * *** You may use this file under the terms of the BSD license as follows: ** ** "Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that...
29.45122
134
0.617943
[ "shape", "vector" ]
7a9a6700aa6265d19dbb11ccc907aa87e0daa18a
7,985
h
C
addons/ofxGuido/lib/guidolib-code/Qt/GuidoSceneComposer/src/GuidoItemContainer/QSimpleItemContainer.h
k4rm/AscoGraph
9038ae785b6f4f144a3ab5c4c5520761c0cd08f2
[ "MIT" ]
18
2015-01-18T22:34:22.000Z
2020-09-06T20:30:30.000Z
addons/ofxGuido/lib/guidolib-code/Qt/GuidoSceneComposer/src/GuidoItemContainer/QSimpleItemContainer.h
k4rm/AscoGraph
9038ae785b6f4f144a3ab5c4c5520761c0cd08f2
[ "MIT" ]
2
2015-08-04T00:07:46.000Z
2017-05-10T15:53:51.000Z
addons/ofxGuido/lib/guidolib-code/Qt/GuidoSceneComposer/src/GuidoItemContainer/QSimpleItemContainer.h
k4rm/AscoGraph
9038ae785b6f4f144a3ab5c4c5520761c0cd08f2
[ "MIT" ]
10
2015-01-18T23:46:10.000Z
2019-08-25T12:10:04.000Z
/* * QSimpleItemContainer.h * * Created by Christophe Daudin on 12/05/09. * Copyright 2009 Grame. All rights reserved. * * GNU Lesser General Public License Usage * Alternatively, this file may be used under the terms of the GNU Lesser * General Public License version 2.1 as published by the Free Software * Fo...
34.418103
145
0.727489
[ "transform" ]
7a9e4ef0c09b3cff3b167ebe5568d7d9c7df19fa
15,434
c
C
src/main.c
Stellaris-code/DanmakuParanoia
8745ee76d66a6267974c7597b1e771027f4f3e97
[ "MIT" ]
null
null
null
src/main.c
Stellaris-code/DanmakuParanoia
8745ee76d66a6267974c7597b1e771027f4f3e97
[ "MIT" ]
null
null
null
src/main.c
Stellaris-code/DanmakuParanoia
8745ee76d66a6267974c7597b1e771027f4f3e97
[ "MIT" ]
null
null
null
/******************************************************************************************* * * raylib [text] example - Text formatting * * This example has been created using raylib 1.1 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * * Copyright (c) ...
32.561181
146
0.585979
[ "vector" ]
7a9f13b49c06bed48bb49e0d3cfc196ac996db0b
1,137
h
C
src/yb/gen_yrpc/gen_yrpc_fwd.h
polarweasel/yugabyte-db
9064eca9dc35769cf6b034e537ee42efed03c47d
[ "Apache-2.0", "CC0-1.0" ]
2,759
2017-10-05T22:15:20.000Z
2019-09-16T13:16:21.000Z
src/yb/gen_yrpc/gen_yrpc_fwd.h
polarweasel/yugabyte-db
9064eca9dc35769cf6b034e537ee42efed03c47d
[ "Apache-2.0", "CC0-1.0" ]
2,195
2017-11-06T23:38:44.000Z
2019-09-16T20:24:31.000Z
src/yb/gen_yrpc/gen_yrpc_fwd.h
polarweasel/yugabyte-db
9064eca9dc35769cf6b034e537ee42efed03c47d
[ "Apache-2.0", "CC0-1.0" ]
257
2017-10-06T02:23:19.000Z
2019-09-13T18:01:15.000Z
// Copyright (c) YugaByte, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except // in compliance with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writ...
24.191489
100
0.759894
[ "vector" ]
7aa934c67f3910bf91eeb2b63393f22c18d6cc62
2,192
h
C
Raven.CppClient/RawDocumentQuery.h
maximburyak/ravendb-cpp-client
ab284d00bc659e8438c829f1b4a39aa78c31fa88
[ "MIT" ]
null
null
null
Raven.CppClient/RawDocumentQuery.h
maximburyak/ravendb-cpp-client
ab284d00bc659e8438c829f1b4a39aa78c31fa88
[ "MIT" ]
null
null
null
Raven.CppClient/RawDocumentQuery.h
maximburyak/ravendb-cpp-client
ab284d00bc659e8438c829f1b4a39aa78c31fa88
[ "MIT" ]
null
null
null
#pragma once #include "AbstractDocumentQuery.h" #include "IRawDocumentQuery.h" namespace ravendb::client::documents::session { template<typename T> class RawDocumentQuery : public AbstractDocumentQuery<T>, public IRawDocumentQuery<T, RawDocumentQuery<T>> { private: std::weak_ptr<RawDocumentQuery> _weak_this...
26.409639
116
0.724453
[ "vector" ]
7aa9dd325d1403bbbf0819704f754d998e102aed
4,970
c
C
base/hals/intfilter/src/filter/power.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/hals/intfilter/src/filter/power.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/hals/intfilter/src/filter/power.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1999 Microsoft Corporation Module Name: power.c Abstract: Interrupt-affinity Filter (Roughly based on "NULL filter driver" in DDK, by ervinp and t-chrpri) Author: t-chrpri Environment: Kernel mode Revision History: --*/ #include <WDM.H> ...
24.009662
76
0.481489
[ "object" ]
7ab193b9c06c81db369efaf14ef2b84094c851fa
10,645
h
C
src/lib/include/nanotdf_builder.h
opentdf/client-cpp
9c6dbc73a989733e30371555aa7a24ff496a62f1
[ "MIT" ]
null
null
null
src/lib/include/nanotdf_builder.h
opentdf/client-cpp
9c6dbc73a989733e30371555aa7a24ff496a62f1
[ "MIT" ]
3
2022-01-31T14:42:51.000Z
2022-03-28T22:44:54.000Z
src/lib/include/nanotdf_builder.h
opentdf/client-cpp
9c6dbc73a989733e30371555aa7a24ff496a62f1
[ "MIT" ]
1
2022-03-09T18:40:47.000Z
2022-03-09T18:40:47.000Z
/* * Copyright 2020 Virtru Corporation * * SPDX - License Identifier: BSD-3-Clause-Clear * */ // // TDF SDK // // Created by Sujan Reddy on 2020/06/02 // #ifndef VIRTRU_NANO_TDF_BUILDER_H #define VIRTRU_NANO_TDF_BUILDER_H #include <memory> #include <string> #include <unordered_map> #include "tdf_constants.h" #incl...
46.894273
123
0.667825
[ "object" ]
7ab5c397abc7a1ca32aa7c5055bbc81f1bce9f24
1,059
h
C
ATM/repository/db_impl/transactionrepositorydbimpl.h
kirill26031/ATM
e59b57491abb8ceaa74a57af68410813656322c7
[ "MIT" ]
null
null
null
ATM/repository/db_impl/transactionrepositorydbimpl.h
kirill26031/ATM
e59b57491abb8ceaa74a57af68410813656322c7
[ "MIT" ]
1
2021-11-03T19:26:30.000Z
2021-11-03T19:26:30.000Z
ATM/repository/db_impl/transactionrepositorydbimpl.h
kirill26031/ATM
e59b57491abb8ceaa74a57af68410813656322c7
[ "MIT" ]
null
null
null
#ifndef TRANSACTIONREPOSITORYDBIMPL_H #define TRANSACTIONREPOSITORYDBIMPL_H #include "repository/transactionrepository.h" #include "exception/notfoundexception.h" #include <string> #include "dbmanager.h" #include "repository/vector_impl/transactionrepositoryvectorimpl.h" class TransactionRepositoryDBImpl : public Tran...
31.147059
99
0.784703
[ "vector" ]
7abb4dcf462604252f939dbe659adb8f0aa10095
7,060
c
C
src/af-mraa-binding.c
intel-iot-devkit/af-mraa-binding
071d50b38fd5d379169bd904c1acb5f309cc3b25
[ "MIT" ]
null
null
null
src/af-mraa-binding.c
intel-iot-devkit/af-mraa-binding
071d50b38fd5d379169bd904c1acb5f309cc3b25
[ "MIT" ]
null
null
null
src/af-mraa-binding.c
intel-iot-devkit/af-mraa-binding
071d50b38fd5d379169bd904c1acb5f309cc3b25
[ "MIT" ]
null
null
null
/* * Copyright (C) Intel Corp. * Author: Brendan Le Foll <brendan.le.foll@intel.com> * * 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 ...
31.517857
115
0.66983
[ "object" ]
7abc03645f68b2cb897a7d73d7d0ec9625879a8c
558
h
C
LoganEngine/src/lCore/lRenderer/lrRenderer/lGLRenderer/lGLResources/lrGLMesh/lrGLMeshResources/lrGLSkeletalMeshResource.h
sereslorant/logan_engine
a596b4128d0a58236be00f93064e276e43484017
[ "MIT" ]
1
2019-12-26T13:22:29.000Z
2019-12-26T13:22:29.000Z
LoganEngine/src/lCore/lRenderer/lrRenderer/lGLRenderer/lGLResources/lrGLMesh/lrGLMeshResources/lrGLSkeletalMeshResource.h
sereslorant/logan_engine
a596b4128d0a58236be00f93064e276e43484017
[ "MIT" ]
null
null
null
LoganEngine/src/lCore/lRenderer/lrRenderer/lGLRenderer/lGLResources/lrGLMesh/lrGLMeshResources/lrGLSkeletalMeshResource.h
sereslorant/logan_engine
a596b4128d0a58236be00f93064e276e43484017
[ "MIT" ]
null
null
null
#ifndef LR_GL_SKELETAL_MESH_RESOURCE_H #define LR_GL_SKELETAL_MESH_RESOURCE_H #include "../lrGLMeshData/lrGLVertexData.h" #include "../lrGLMeshData/lrGLBoneData.h" #include "../lrGLMeshData/lrGLPrimitiveData.h" #include <vector> struct lrGLSkeletalMeshResource { lrGLVertexData VertexData; lrGLBoneData BoneData; s...
19.241379
49
0.783154
[ "vector" ]
7abf22b789c6a7f7ee5fe1b10da44478ebd56e83
750
h
C
Scrabble.h
Nikol164/Scrabble
b3aee999bb70495a04c440ed5622d4f437537dd4
[ "MIT" ]
null
null
null
Scrabble.h
Nikol164/Scrabble
b3aee999bb70495a04c440ed5622d4f437537dd4
[ "MIT" ]
null
null
null
Scrabble.h
Nikol164/Scrabble
b3aee999bb70495a04c440ed5622d4f437537dd4
[ "MIT" ]
null
null
null
/** * * Solution to course project # 7 * Introduction to programming course * Faculty of Mathematics and Informatics of Sofia University * Winter semester 2021/2022 * * This file contains helper functions for the program * */ #pragma once #include <vector> #include <iostream> #include <string> #include <fstream> usin...
22.058824
88
0.773333
[ "vector" ]
7ac4f091f1aa44f287075283eaff705865553c2f
1,283
h
C
Descending Europa/Temp/StagingArea/Data/il2cppOutput/System.Core_ArrayTypes.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
null
null
null
Descending Europa/Temp/StagingArea/Data/il2cppOutput/System.Core_ArrayTypes.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
null
null
null
Descending Europa/Temp/StagingArea/Data/il2cppOutput/System.Core_ArrayTypes.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
null
null
null
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "mscorlib_System_Array1146569071.h" #include "System_Core_System_Collections_Generic_HashSet_1_L2122599155.h" #include "System_Core_System_Collections_Generic_HashSet_1_L2749541277.h" #pragma ...
27.891304
94
0.789556
[ "object" ]
7ac6c9f0529e45d7a1d4a6fef836352b303d5484
8,138
c
C
device/sensor/drv/drv_pm_sensirion_sps30/drv_pm_sensirion_sps30.c
comporsa/AliOS-Things
759927f7e107baa2d9dc8a5b48860ab7c093af8c
[ "Apache-2.0" ]
null
null
null
device/sensor/drv/drv_pm_sensirion_sps30/drv_pm_sensirion_sps30.c
comporsa/AliOS-Things
759927f7e107baa2d9dc8a5b48860ab7c093af8c
[ "Apache-2.0" ]
null
null
null
device/sensor/drv/drv_pm_sensirion_sps30/drv_pm_sensirion_sps30.c
comporsa/AliOS-Things
759927f7e107baa2d9dc8a5b48860ab7c093af8c
[ "Apache-2.0" ]
1
2020-11-04T04:30:48.000Z
2020-11-04T04:30:48.000Z
/* * Copyright (C) 2019 X-Cite SA (http://www.x-cite.io) * Written by Lemmer El Assal (lemmer@x-cite.io) */ #include "sps30.h" #include "sensor.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <aos/aos.h> #include <vfs_conf.h> #include <vfs_err.h> #include <vfs_register.h> #include <hal/base.h>...
27.126667
99
0.641067
[ "model" ]
7adc9fde99334974f32a79ed810048d420c79709
987
h
C
common/atlas.h
jasbok/libshimmer
794b0e27ee8492f46202efebd24dab32a7c5c1da
[ "MIT" ]
null
null
null
common/atlas.h
jasbok/libshimmer
794b0e27ee8492f46202efebd24dab32a7c5c1da
[ "MIT" ]
null
null
null
common/atlas.h
jasbok/libshimmer
794b0e27ee8492f46202efebd24dab32a7c5c1da
[ "MIT" ]
null
null
null
#ifndef COMMON_ATLAS_H #define COMMON_ATLAS_H #include "coords.h" #include "img.h" namespace common::atlas { struct atlas_coords { atlas_coords() = default; atlas_coords( const coords_2u& coords, const dims_2u& dims ); void normalise ( float factor ); coords_2f tl, tr, bl, br; }...
20.5625
67
0.586626
[ "vector" ]
18ed6bae24fb83b8ccd5c4b3755d0addc0dc42f4
848
h
C
src/sgl/public/templates/singleton.h
sneppy/chord
fe5fc996344649432435bb74e6066563ffe1ef3b
[ "MIT" ]
1
2019-07-14T08:19:57.000Z
2019-07-14T08:19:57.000Z
src/sgl/public/templates/singleton.h
sneppy/chord
fe5fc996344649432435bb74e6066563ffe1ef3b
[ "MIT" ]
null
null
null
src/sgl/public/templates/singleton.h
sneppy/chord
fe5fc996344649432435bb74e6066563ffe1ef3b
[ "MIT" ]
2
2019-05-17T10:21:44.000Z
2021-05-18T05:15:46.000Z
#pragma once #include "core_types.h" /** * @class Singleton templates/singleton.h * * A singleton is an object that exists only * once in the lifetime of an application */ template<class T> class Singleton { public: static Singleton * instance; public: /// Default constructor FORCE_INLINE Singleton() { i...
17.306122
50
0.691038
[ "object" ]
7a0b3aedd98cb3aa9597348e5f96e56bbe24da28
45,906
h
C
lonestar/eda/cpu/sproute/flute.h
bigwater/Galois
03738c883301844cfb15a71647744a59184f43c0
[ "BSD-3-Clause" ]
230
2018-06-20T22:18:31.000Z
2022-03-27T13:09:59.000Z
lonestar/eda/cpu/sproute/flute.h
bigwater/Galois
03738c883301844cfb15a71647744a59184f43c0
[ "BSD-3-Clause" ]
307
2018-06-23T12:45:31.000Z
2022-03-26T01:54:38.000Z
lonestar/eda/cpu/sproute/flute.h
bigwater/Galois
03738c883301844cfb15a71647744a59184f43c0
[ "BSD-3-Clause" ]
110
2018-06-19T04:39:16.000Z
2022-03-29T01:55:47.000Z
#ifndef _FLUTE_H_ #define _FLUTE_H_ #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <math.h> //#include "flute_mst.h" /*****************************/ /* User-Defined Parameters */ /*****************************/ #define MAXD 1000 // max. degree that can be handled #define ACCURACY 1...
27.889429
80
0.441206
[ "vector" ]
7a13ad376269b462faf45ef62ced9e10c45e391c
2,011
h
C
Builder/Builder/include/NewMaterial.h
sglab/OpenIRT
1a1522ed82f6bb26f1d40dc93024487869045ab2
[ "BSD-2-Clause" ]
2
2015-09-28T12:59:25.000Z
2020-03-28T22:28:03.000Z
Builder/Builder/include/NewMaterial.h
sglab/OpenIRT
1a1522ed82f6bb26f1d40dc93024487869045ab2
[ "BSD-2-Clause" ]
2
2018-10-26T12:17:53.000Z
2018-11-09T07:04:17.000Z
Builder/Builder/include/NewMaterial.h
sglab/OpenIRT
1a1522ed82f6bb26f1d40dc93024487869045ab2
[ "BSD-2-Clause" ]
null
null
null
#ifndef NEW_MATERIAL_H #define NEW_MATERIAL_H #include "Vector3.h" class NewMaterial { public: NewMaterial() { setDefault(); }; ~NewMaterial() {}; void clear() { mat_Ka = Vector3(0.0f, 0.0f, 0.0f); mat_Kd = Vector3(0.0f, 0.0f, 0.0f); mat_Ks = Vector3(0.0f, 0.0f, 0.0f); mat_Tf = Vector3(0.0f, 0.0f, ...
26.460526
70
0.689209
[ "vector", "model" ]
7a1787dacbb960593ad209591439ef9cd3c6acbf
18,384
h
C
sevn-interface/SEVN/include/binstar/Processes.h
giulianoiorio/PeTar
f6a849552b3d8e47c5e08fe90fed05bf38bc407d
[ "MIT" ]
null
null
null
sevn-interface/SEVN/include/binstar/Processes.h
giulianoiorio/PeTar
f6a849552b3d8e47c5e08fe90fed05bf38bc407d
[ "MIT" ]
null
null
null
sevn-interface/SEVN/include/binstar/Processes.h
giulianoiorio/PeTar
f6a849552b3d8e47c5e08fe90fed05bf38bc407d
[ "MIT" ]
null
null
null
// // Created by spera on 13/02/19. // /** * When Adding a process, remember that the process should usually estimate: * BSE * - DA: Variation of Semimajor axis * - DE: Variation of Eccentricity * SSE * - DM: Variation of Mass * - DAngMomSpin: Variation of stellar angular momentum spin * * * Notice that the ...
29.747573
154
0.649859
[ "vector" ]
7a207a870af64f1f81c8cab4dc81000acbaa149a
4,108
c
C
NGSpice/ngspice-30/src/ciderlib/input/mobset.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
NGSpice/ngspice-30/src/ciderlib/input/mobset.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
NGSpice/ngspice-30/src/ciderlib/input/mobset.c
Surya-98/Snapcuit
9789a779485d8af2426a2d4e6403a06f44acadcb
[ "MIT" ]
null
null
null
/********** Copyright 1991 Regents of the University of California. All rights reserved. Author: 1991 David A. Gates, U. C. Berkeley CAD Group Modified: 2001 Paolo Nenzi **********/ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" #include "ngspice/numconst.h" #include "ngspice/numenum.h" #include "ngspice/m...
27.026316
100
0.636319
[ "cad", "model" ]
7a35dc989af61679d4313f928d5f7dae0c18be1f
6,770
h
C
aws-cpp-sdk-timestream-query/include/aws/timestream-query/model/S3Configuration.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-timestream-query/include/aws/timestream-query/model/S3Configuration.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-timestream-query/include/aws/timestream-query/model/S3Configuration.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/timestream-query/TimestreamQuery_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/timestream-query/model/S3EncryptionOption.h> #include <utility> n...
36.994536
143
0.691137
[ "model" ]
7a49cf0ea7ed588f8d2ee8c5df9a212d0423084b
866
h
C
M4AnimationCore/Src/OC/Core/M4Animation.h
hellochenms/M4AnimationCore
3387b8c08071aef62b30d31dc97547c18e34501e
[ "MIT" ]
null
null
null
M4AnimationCore/Src/OC/Core/M4Animation.h
hellochenms/M4AnimationCore
3387b8c08071aef62b30d31dc97547c18e34501e
[ "MIT" ]
null
null
null
M4AnimationCore/Src/OC/Core/M4Animation.h
hellochenms/M4AnimationCore
3387b8c08071aef62b30d31dc97547c18e34501e
[ "MIT" ]
null
null
null
// // M4Animation.h // M4AnimationCore // // Created by Chen,Meisong on 2018/7/5. // Copyright © 2018年 xyz.chenms. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> typedef NS_ENUM(NSUInteger, M4ValueType) { M4ValueTypeCGFloat, }; @interface M4Animation : NSObject @property (n...
26.242424
58
0.764434
[ "object" ]
7a573e98846ac38b80ba2bd18ba65024522ea7ea
8,138
h
C
NEST-14.0-FPGA/libnestutil/lockptr.h
OpenHEC/SNN-simulator-on-PYNQcluster
14f86a76edf4e8763b58f84960876e95d4efc43a
[ "MIT" ]
45
2019-12-09T06:45:53.000Z
2022-01-29T12:16:41.000Z
NEST-14.0-FPGA/libnestutil/lockptr.h
zlchai/SNN-simulator-on-PYNQcluster
14f86a76edf4e8763b58f84960876e95d4efc43a
[ "MIT" ]
2
2020-05-23T05:34:21.000Z
2021-09-08T02:33:46.000Z
NEST-14.0-FPGA/libnestutil/lockptr.h
OpenHEC/SNN-simulator-on-PYNQcluster
14f86a76edf4e8763b58f84960876e95d4efc43a
[ "MIT" ]
10
2019-12-09T06:45:59.000Z
2021-03-25T09:32:56.000Z
/* * lockptr.h * * This file is part of NEST. * * Copyright (C) 2004 The NEST Initiative * * NEST 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...
21.643617
80
0.624601
[ "object" ]
7a634919f9c2fd3770ca6c55666990299beaa269
14,174
c
C
lang/lc/symtbl.c
abfeldman/lydia
03b220cd7fb743f341086ae2d950d97d17f7073f
[ "MIT" ]
null
null
null
lang/lc/symtbl.c
abfeldman/lydia
03b220cd7fb743f341086ae2d950d97d17f7073f
[ "MIT" ]
null
null
null
lang/lc/symtbl.c
abfeldman/lydia
03b220cd7fb743f341086ae2d950d97d17f7073f
[ "MIT" ]
null
null
null
#include "rewrite.h" #include "config.h" #include "symtbl.h" #include "search.h" #include "array.h" #include "error.h" #include "list.h" #include "attr.h" #include "lc.h" #include <assert.h> static lydia_symbol report = lydia_symbolNIL; static lydia_symbol_list undefined = lydia_symbol_listNIL; static int check_type...
34.740196
243
0.670171
[ "model" ]
7a677932490de7368a3d74fdda76145c9b49c6ab
31,638
h
C
ProjectAloe/Win32/Win32CWindow.h
sadhbh-c0d3/ProjectALOE
8574483d73cb71ba3330f6449f17ed0e5f2693e9
[ "MIT" ]
null
null
null
ProjectAloe/Win32/Win32CWindow.h
sadhbh-c0d3/ProjectALOE
8574483d73cb71ba3330f6449f17ed0e5f2693e9
[ "MIT" ]
null
null
null
ProjectAloe/Win32/Win32CWindow.h
sadhbh-c0d3/ProjectALOE
8574483d73cb71ba3330f6449f17ed0e5f2693e9
[ "MIT" ]
null
null
null
#ifndef ALOE_WIN32_SYSTEM #error "DO NOT INCLUDE THIS FILE!!! This header file can be only included by source file 'Win32System.cpp'." #endif namespace Aloe { namespace Win32 { struct CWindow : Detail::Implementation < CWindow , Detail::Interfaces< IEventSource, Aloe::IW...
39.696361
146
0.385328
[ "object" ]
7a707f2696ff8365ddde9c7b85b81e1015c9b45e
2,007
h
C
libs/sge_utils/src/sge_utils/math/MultiCurve2D.h
Alekssasho/sge_source
2db4ae08f7b3434d32dd9767fe1136234cb70b83
[ "MIT" ]
34
2021-06-15T10:24:49.000Z
2022-03-22T19:20:23.000Z
libs/sge_utils/src/sge_utils/math/MultiCurve2D.h
Alekssasho/sge_source
2db4ae08f7b3434d32dd9767fe1136234cb70b83
[ "MIT" ]
9
2021-03-04T21:34:03.000Z
2021-05-04T18:33:47.000Z
libs/sge_utils/src/sge_utils/math/MultiCurve2D.h
Alekssasho/sge_source
2db4ae08f7b3434d32dd9767fe1136234cb70b83
[ "MIT" ]
2
2021-12-29T01:15:22.000Z
2022-02-01T10:53:15.000Z
#pragma once #include "sge_utils/math/vec2.h" #include <unordered_map> #include <vector> namespace sge { struct MultiCurve2D { public: enum PointType : int { pointType_linear, pointType_constant, pointType_smooth, pointType_bezierKey, pointType_bezierHandle0, pointType_bezierHandle1, }; static bool...
25.730769
132
0.736423
[ "vector" ]
7a7d4351e1c565d1813942ea89008be4271c0ab6
3,495
h
C
emulator/src/devices/bus/bbc/tube/tube.h
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
1
2022-01-15T21:38:38.000Z
2022-01-15T21:38:38.000Z
emulator/src/devices/bus/bbc/tube/tube.h
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
null
null
null
emulator/src/devices/bus/bbc/tube/tube.h
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
null
null
null
// license:BSD-3-Clause // copyright-holders:Nigel Barnes /********************************************************************** BBC Tube emulation ********************************************************************** Pinout: 0V 1 2 R/NW (read/not-write) 0V 3 4 2MHzE ...
27.96
130
0.546495
[ "object" ]
7a7d726d55772e228010a590c6b051528a00bc71
600
c
C
mud/scn/furni/basin.c
shentino/simud
644b7d4f56bf8d4695442b8efcfd56e0a561fe21
[ "Apache-2.0" ]
3
2015-07-18T00:19:51.000Z
2016-02-20T17:25:37.000Z
mud/scn/furni/basin.c
shentino/simud
644b7d4f56bf8d4695442b8efcfd56e0a561fe21
[ "Apache-2.0" ]
2
2021-03-04T19:24:03.000Z
2021-03-08T10:17:34.000Z
mud/scn/furni/basin.c
shentino/simud
644b7d4f56bf8d4695442b8efcfd56e0a561fe21
[ "Apache-2.0" ]
2
2015-12-22T06:16:53.000Z
2016-11-18T16:32:50.000Z
inherit "/obj/scenery"; #include <container.h> NAME( "basin" ) SPECIFIC( "the basin" ) DISTANT( "a basin" ) LOOK( "A carefully carved stone container, the basin is appropriate for all your liquid-storage needs.?(HASINV: In the basin $(ISINV) $(INV).)" ) void create() { ::create(); /* OBJEDIT { */ set_phrase( "T...
26.086957
145
0.653333
[ "object" ]
7a7f6f501fb6e70308f8020619b6d1bda34a7a4b
1,183
h
C
Source/BlueprintSound/Classes/BlueprintSoundFunctions.h
getsetgames/BlueprintSound
4b6f034452bb5c7182eb5781bbf984f266e48d8c
[ "MIT" ]
9
2015-09-15T08:17:11.000Z
2021-11-07T02:56:08.000Z
Source/BlueprintSound/Classes/BlueprintSoundFunctions.h
getsetgames/BlueprintSound
4b6f034452bb5c7182eb5781bbf984f266e48d8c
[ "MIT" ]
null
null
null
Source/BlueprintSound/Classes/BlueprintSoundFunctions.h
getsetgames/BlueprintSound
4b6f034452bb5c7182eb5781bbf984f266e48d8c
[ "MIT" ]
5
2015-09-15T08:17:13.000Z
2021-07-11T02:44:44.000Z
// // Created by Derek van Vliet on 2015-03-16. // Copyright (c) 2015 Get Set Games Inc. All rights reserved. // #pragma once #include "UObject/Object.h" #include "UObject/ScriptMacros.h" #include "Sound/SoundClass.h" #include "BlueprintSoundFunctions.generated.h" UCLASS(NotBlueprintable) class UBlueprintSoundFunc...
35.848485
99
0.768385
[ "object" ]
7a80fc15fca50f1c473bc81a9680ae3f75e22b31
4,513
c
C
parse.c
donkomura/Donko9cc
db90b8bc49710b3387063333b770a7490cfb5616
[ "MIT" ]
null
null
null
parse.c
donkomura/Donko9cc
db90b8bc49710b3387063333b770a7490cfb5616
[ "MIT" ]
null
null
null
parse.c
donkomura/Donko9cc
db90b8bc49710b3387063333b770a7490cfb5616
[ "MIT" ]
null
null
null
#include "9cc.h" static int blockCount; Node *new_node(int ty, Node *lhs, Node *rhs) { Node *node = malloc(sizeof(Node)); node->ty = ty; node->lhs = lhs; node->rhs = rhs; return node; } Node *new_node_num(int ty) { Node *node = malloc(sizeof(Node)); node->ty = ND_NUM; node->val = ty; return node; }...
19.204255
57
0.524928
[ "vector" ]
a36e4a5fdc2652d1aa0221a9aa4008b81ceae5f8
5,576
h
C
include/rw/_autoptr.h
isabella232/stdcxx
b0b0cab391b7b1f2d17ef4342aeee6b792bde63c
[ "Apache-2.0" ]
53
2015-01-13T05:46:43.000Z
2022-02-24T23:46:04.000Z
include/rw/_autoptr.h
mann-patel/stdcxx
a22c5192f4b2a8b0b27d3588ea8f6d1faf8b037a
[ "Apache-2.0" ]
1
2021-11-04T12:35:39.000Z
2021-11-04T12:35:39.000Z
include/rw/_autoptr.h
isabella232/stdcxx
b0b0cab391b7b1f2d17ef4342aeee6b792bde63c
[ "Apache-2.0" ]
33
2015-07-09T13:31:00.000Z
2021-11-04T12:12:20.000Z
// -*- C++ -*- /*************************************************************************** * * _autoptr.h - definition of the class template auto_ptr * * This is an internal header file used to implement the C++ Standard * Library. It should never be #included directly by a program. * * $Id$ * ***************...
25.230769
76
0.61944
[ "object" ]
a37963f5e4e5be4873b77097fc0d364764b3f45f
3,035
h
C
util/strings.h
kirmorozov/pecl-database-mysql_xdevapi
214e0b13dcea17dfa86000092860e3fb35f02257
[ "PHP-3.01" ]
14
2017-11-16T03:13:31.000Z
2022-03-10T14:59:53.000Z
util/strings.h
kirmorozov/pecl-database-mysql_xdevapi
214e0b13dcea17dfa86000092860e3fb35f02257
[ "PHP-3.01" ]
8
2018-03-02T06:08:27.000Z
2022-01-18T10:34:43.000Z
util/strings.h
kirmorozov/pecl-database-mysql_xdevapi
214e0b13dcea17dfa86000092860e3fb35f02257
[ "PHP-3.01" ]
18
2018-03-01T13:45:16.000Z
2022-03-10T06:30:02.000Z
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +--------------...
36.566265
86
0.609885
[ "vector" ]
a37a257c58f4af1419146a51ec71cc9c5f1cabe0
461
h
C
project_history/version1/Plot.h
rodohanna/Simulation-Engine
1ff3acf5949a5651f862cac90a44eb7e0d044e9f
[ "MIT" ]
null
null
null
project_history/version1/Plot.h
rodohanna/Simulation-Engine
1ff3acf5949a5651f862cac90a44eb7e0d044e9f
[ "MIT" ]
null
null
null
project_history/version1/Plot.h
rodohanna/Simulation-Engine
1ff3acf5949a5651f862cac90a44eb7e0d044e9f
[ "MIT" ]
null
null
null
#ifndef PLOT_h_ #define PLOT_h_ #include <SDL2/SDL.h> #include "GameEntity.h" #include "GameEvent.h" #include "GameState.h" #include "TileMap.h" #include "EventBus.h" struct Plot : GameEntity, Subscriber { Plot(TileMap *t); ~Plot(); bool update(GameState &state); void render(SDL_Renderer *renderer, SDL...
20.954545
58
0.694143
[ "render" ]
a3913106ad138795e2ce1758f7fe45cf3af8edf8
729
h
C
CPP/CPP_Advanced/01_PointersAndReferences/04_Profits/ProfitReport.h
Knightwalker/Knowledgebase
00c6dea5e52c0d2b0fe0dc3b7b5c298d445f0161
[ "MIT" ]
null
null
null
CPP/CPP_Advanced/01_PointersAndReferences/04_Profits/ProfitReport.h
Knightwalker/Knowledgebase
00c6dea5e52c0d2b0fe0dc3b7b5c298d445f0161
[ "MIT" ]
null
null
null
CPP/CPP_Advanced/01_PointersAndReferences/04_Profits/ProfitReport.h
Knightwalker/Knowledgebase
00c6dea5e52c0d2b0fe0dc3b7b5c298d445f0161
[ "MIT" ]
null
null
null
#ifndef PROFIT_REPORT_H #define PROFIT_REPORT_H #include "Company.h" #include "ProfitCalculator.h" #include <map> #include <vector> #include <string> #include <sstream> std::string getProfitReport(Company* fromInclusive, Company* toInclusive, std::map<int, ProfitCalculator>& profitCalculatorsByCompany) { std::ostri...
22.78125
136
0.711934
[ "vector" ]
a394ab84ff86098b89260a6d84ed351c4bca4225
390
h
C
src/players/ai/EasyAI.h
droplet92/reversi
3731926a1fa1ef0bd7198e9283cf84503f96ec4f
[ "MIT" ]
null
null
null
src/players/ai/EasyAI.h
droplet92/reversi
3731926a1fa1ef0bd7198e9283cf84503f96ec4f
[ "MIT" ]
null
null
null
src/players/ai/EasyAI.h
droplet92/reversi
3731926a1fa1ef0bd7198e9283cf84503f96ec4f
[ "MIT" ]
null
null
null
#pragma once #include "GameAI.h" #include "../../components/board/GameBoard.h" #include "../../utilities/Logger.h" #include <vector> namespace reversi { class EasyAI : public GameAI { public: EasyAI(const PlayerType type) :GameAI(type) {} int think([[maybe_unused]] GameBoard&) final { return 1; } void print...
21.666667
76
0.684615
[ "vector" ]
a3a6eeb46062f6952b4086d8a3ec5f1e11d9c0b3
7,369
c
C
d/deku/town/info_office.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/deku/town/info_office.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/deku/town/info_office.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include <daemons.h> #define LF_AR "deku_names_seeking_array" #define LF_RW "deku_names_seeking_rewards_array" #define VCONTRACTS "valid_deku_contracts" inherit ROOM; int guards_out; void make_list(); void create() { ::create(); set_light(2); set_indoors(1); set_terrain(WOOD_BUILDING); set_t...
34.924171
128
0.585968
[ "solid" ]
a3aaba50789d964b8adb9096f5a00a41c6bd54ee
4,205
h
C
node.h
mikahlbk/ScePlantCells
666d643e08efa30d4032e0544ee10ba6cd00b03f
[ "MIT" ]
null
null
null
node.h
mikahlbk/ScePlantCells
666d643e08efa30d4032e0544ee10ba6cd00b03f
[ "MIT" ]
null
null
null
node.h
mikahlbk/ScePlantCells
666d643e08efa30d4032e0544ee10ba6cd00b03f
[ "MIT" ]
null
null
null
//node.h //===================== // Include Guards #ifndef NODE_H //if node.h hasn't been included yet #define NODE_H // define it so the compiler knows //===================== // Forward Declarations class Wall_Node; class Cell; //===================== // Include Declarations #include <iostream> #include <vecto...
29.201389
81
0.682759
[ "vector" ]
a3ace68ff595ac0e54bd3442e60451c09bd802a3
2,275
c
C
d/dagger/drow/temple/mon/pest.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/dagger/drow/temple/mon/pest.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/dagger/drow/temple/mon/pest.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> inherit "std/monster"; object owner; int FLAG; void create() { :: create(); set_name("spider"); set_id(({ "spider","black spider","pest" })); set_short("%^RED%^Small spider%^RESET%^"); set_long( "A small black spider which seems to enjoy climbing on " "you.%^R...
24.728261
64
0.549451
[ "object" ]
a3ad552b752cd506ac565de5f60edd89b5830810
4,128
h
C
BlackVision/LibBlackVision/Source/Engine/Models/Plugins/Simple/TextPlugins/DefaultText3DPlugin.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/Models/Plugins/Simple/TextPlugins/DefaultText3DPlugin.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
BlackVision/LibBlackVision/Source/Engine/Models/Plugins/Simple/TextPlugins/DefaultText3DPlugin.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
#pragma once #include "Mathematics/Transform/MatTransform.h" #include "Engine/Models/Plugins/Channels/DefaultPixelShaderChannel.h" #include "Engine/Models/Plugins/Channels/DefaultVertexShaderChannel.h" #include "Engine/Models/Plugins/Channels/Transform/DefaultTransformChannel.h" #include "Engine/Models/Plugi...
37.527273
182
0.578488
[ "model", "transform", "3d" ]
a3baa5603acdd614e7e005d2e58322a96e781edf
3,467
h
C
DataMgr/ForeignStorage/TypedParquetDetectBuffer.h
omnisci/mapd-core
cde582ebc3edba3fb86bacefa5bd9b3418a367b4
[ "Apache-2.0" ]
266
2018-09-27T06:11:36.000Z
2019-05-10T15:03:55.000Z
DataMgr/ForeignStorage/TypedParquetDetectBuffer.h
omnisci/mapd-core
cde582ebc3edba3fb86bacefa5bd9b3418a367b4
[ "Apache-2.0" ]
96
2018-10-01T18:30:31.000Z
2019-05-13T14:41:11.000Z
DataMgr/ForeignStorage/TypedParquetDetectBuffer.h
omnisci/mapd-core
cde582ebc3edba3fb86bacefa5bd9b3418a367b4
[ "Apache-2.0" ]
38
2018-10-04T01:02:54.000Z
2019-05-09T04:23:35.000Z
/* * Copyright 2022 HEAVY.AI, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
33.660194
87
0.702913
[ "vector" ]
a3c16788435d16456e5b80dd9d3b90081f754bd5
1,191
h
C
clang-tools-extra/clangd/InlayHints.h
LaudateCorpus1/llvm-project
ff2e0f0c1112558b3f30d8afec7c9882c33c79e3
[ "Apache-2.0" ]
null
null
null
clang-tools-extra/clangd/InlayHints.h
LaudateCorpus1/llvm-project
ff2e0f0c1112558b3f30d8afec7c9882c33c79e3
[ "Apache-2.0" ]
null
null
null
clang-tools-extra/clangd/InlayHints.h
LaudateCorpus1/llvm-project
ff2e0f0c1112558b3f30d8afec7c9882c33c79e3
[ "Apache-2.0" ]
null
null
null
//===--- InlayHints.h --------------------------------------------*- C++-*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
35.029412
80
0.604534
[ "vector" ]
a3e15362db5b50bfbbc89ee24daef4a99422483d
5,107
h
C
include/lol/private/base/string.h
aaronstjohn/lol
f554ecaf3c9e921372a14297433627f2a5a35a55
[ "WTFPL" ]
32
2016-09-05T07:10:20.000Z
2021-12-04T08:43:21.000Z
include/lol/private/base/string.h
aaronstjohn/lol
f554ecaf3c9e921372a14297433627f2a5a35a55
[ "WTFPL" ]
8
2016-09-26T14:59:38.000Z
2022-03-02T14:27:22.000Z
include/lol/private/base/string.h
aaronstjohn/lol
f554ecaf3c9e921372a14297433627f2a5a35a55
[ "WTFPL" ]
14
2016-11-08T15:13:10.000Z
2021-12-06T17:44:09.000Z
// // Lol Engine // // Copyright © 2010—2020 Sam Hocevar <sam@hocevar.net> // © 2013—2015 Benjamin “Touky” Huet <huet.benjamin@gmail.com> // // Lol Engine is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it // and/or modify it under the ...
26.598958
78
0.637752
[ "vector", "transform" ]
a3e706dc51c8081010fa214a168bc1665248352e
463
h
C
core/LZerD/read.h
tecdatalab/legacy
9b5286d3375fff691a80ceb44172549e9a6bdee5
[ "Apache-2.0" ]
null
null
null
core/LZerD/read.h
tecdatalab/legacy
9b5286d3375fff691a80ceb44172549e9a6bdee5
[ "Apache-2.0" ]
15
2019-06-17T16:13:39.000Z
2022-02-27T05:23:59.000Z
db/Updater/generators/LZerD/read.h
tecdatalab/biostructure
a30e907e83fa5bbfb934d951b7c663b622104fcc
[ "Apache-2.0" ]
null
null
null
/* prototypes for read.cc */ #ifndef _READ_H_ #define _READ_H_ #include <string> #include <sstream> #include <vector> #include <iostream> #include <fstream> using namespace std; #include "cp.h" #include "pdb.h" void read_protein(string, vector<atom>&); void read_point_info(string, vector<cp>&); void read_zd_info(s...
17.807692
69
0.736501
[ "vector" ]
a3eb9231cf26d7891c7500d2bb0106682a592f6d
1,960
h
C
master/core/third/SMailer/FileHelper.h
importlib/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
4
2017-12-04T08:22:48.000Z
2019-10-26T21:44:59.000Z
master/core/third/SMailer/FileHelper.h
isuhao/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
null
null
null
master/core/third/SMailer/FileHelper.h
isuhao/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
4
2017-12-19T11:13:56.000Z
2018-02-23T08:44:03.000Z
//////////////////////////////////////////////////////////////////////////////// // General utilities : File I/O helper class // // Copyright (c) 2003 by Morning // http://morningspace.51.net // mailto:moyingzz@etang.com // // Permission to use, copy, modify, distribute and sell this program for any // purpose...
25.128205
83
0.539796
[ "vector" ]
a3ed156a9c078cc6cade51b678dc93cbd9a84a88
411
c
C
Editor/model.c
demisardonic/battletested
89f502a721f4d7056a74acd22af9d79c8e3f0dba
[ "MIT" ]
null
null
null
Editor/model.c
demisardonic/battletested
89f502a721f4d7056a74acd22af9d79c8e3f0dba
[ "MIT" ]
null
null
null
Editor/model.c
demisardonic/battletested
89f502a721f4d7056a74acd22af9d79c8e3f0dba
[ "MIT" ]
null
null
null
#include <stdlib.h> #include <stdint.h> #include "model.h" #include "util.h" model_t *model; model_t *init_model(){ model = malloc(sizeof(model_t)); model->map = malloc(GAME_HEIGHT * GAME_WIDTH); model->selectedX = 0; model->selectedY = 0; model->selectedWidth = 1; model->selectedHeight = 1; ...
17.869565
48
0.652068
[ "model" ]
a3fadbeb8711111068bb1d2c43b452943334cebd
1,880
h
C
pigasus/software/src/service_inspectors/wizard/curses.h
zhipengzhaocmu/fpga2022_artifact
0ac088a5b04c5c75ae6aef25202b66b0f674acd3
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
pigasus/software/src/service_inspectors/wizard/curses.h
zhipengzhaocmu/fpga2022_artifact
0ac088a5b04c5c75ae6aef25202b66b0f674acd3
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
pigasus/software/src/service_inspectors/wizard/curses.h
zhipengzhaocmu/fpga2022_artifact
0ac088a5b04c5c75ae6aef25202b66b0f674acd3
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
//-------------------------------------------------------------------------- // Copyright (C) 2016-2018 Cisco and/or its affiliates. All rights reserved. // // 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 Fr...
25.405405
77
0.656383
[ "vector" ]
a3fc98d2b29495ef8db35400aa72ec1afd63fd28
1,734
h
C
dependencies/panda/Panda3D-1.10.0-x64/include/eggCharacterFilter.h
CrankySupertoon01/Toontown-2
60893d104528a8e7eb4aced5d0015f22e203466d
[ "MIT" ]
3
2018-03-09T12:07:29.000Z
2021-02-25T06:50:25.000Z
pandatool/src/eggcharbase/eggCharacterFilter.h
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
1
2018-07-28T20:07:04.000Z
2018-07-30T18:28:34.000Z
pandatool/src/eggcharbase/eggCharacterFilter.h
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
2
2019-12-02T01:39:10.000Z
2021-02-13T22:41:00.000Z
// Filename: eggCharacterFilter.h // Created by: drose (23Feb01) // //////////////////////////////////////////////////////////////////// // // 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 ...
30.964286
70
0.598039
[ "model", "3d" ]
430c4afcd0b4956a4251b05d45bd714c22987c6b
69,084
c
C
sci/secmod/psec_openssh.c
hongsenliu/cloudland
81a9394f6e74658141ee66557731985f80a9f6ab
[ "Apache-2.0" ]
69
2019-04-17T04:03:31.000Z
2021-11-08T10:29:54.000Z
sci/secmod/psec_openssh.c
hongsenliu/cloudland
81a9394f6e74658141ee66557731985f80a9f6ab
[ "Apache-2.0" ]
113
2019-04-13T06:46:32.000Z
2021-11-02T01:45:06.000Z
sci/secmod/psec_openssh.c
hongsenliu/cloudland
81a9394f6e74658141ee66557731985f80a9f6ab
[ "Apache-2.0" ]
46
2019-04-17T04:03:36.000Z
2021-09-26T13:11:37.000Z
#ifndef _PRAGMA_COPYRIGHT_ #define _PRAGMA_COPYRIGHT_ #pragma comment(copyright, "%Z% %I% %W% %D% %T%\0") #endif /* _PRAGMA_COPYRIGHT_ */ /**************************************************************************** * Copyright (c) 2008, 2010 IBM Corporation. * All rights reserved. This program and the accompanying ma...
34.733032
218
0.671197
[ "vector" ]
431014c5cfed83e2f8b97b69684861c00927c1a8
3,582
h
C
XmlDocument/XmlParser/XmlParser.h
pampas93/ProjectDependency
f0ff9caea2e5065a125148378554d8d58f34bfac
[ "MIT" ]
null
null
null
XmlDocument/XmlParser/XmlParser.h
pampas93/ProjectDependency
f0ff9caea2e5065a125148378554d8d58f34bfac
[ "MIT" ]
null
null
null
XmlDocument/XmlParser/XmlParser.h
pampas93/ProjectDependency
f0ff9caea2e5065a125148378554d8d58f34bfac
[ "MIT" ]
null
null
null
#ifndef XMLPARSER_H #define XMLPARSER_H /////////////////////////////////////////////////////////////////// // XmlParser.h - build XML parse tree // // ver 1.3 // // Application: Support for XmlDocument, Summer 2015 // // Platf...
30.615385
73
0.620324
[ "vector", "model" ]
43122c8828209749bc98f6cc67cf1735ee50760a
4,293
h
C
chrome/browser/ui/views/autofill/autofill_popup_view_native_views.h
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
chrome/browser/ui/views/autofill/autofill_popup_view_native_views.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
chrome/browser/ui/views/autofill/autofill_popup_view_native_views.h
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// 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 CHROME_BROWSER_UI_VIEWS_AUTOFILL_AUTOFILL_POPUP_VIEW_NATIVE_VIEWS_H_ #define CHROME_BROWSER_UI_VIEWS_AUTOFILL_AUTOFILL_POPUP_VIEW_NATIVE_VIEWS_H_ ...
36.381356
80
0.765898
[ "vector" ]
43180b9bf502f31f221867442a5df79107e93351
5,429
h
C
math/Vector2.h
norioz/dngin
ec63b751c189e870764b40222c535b7496991e17
[ "MIT" ]
null
null
null
math/Vector2.h
norioz/dngin
ec63b751c189e870764b40222c535b7496991e17
[ "MIT" ]
null
null
null
math/Vector2.h
norioz/dngin
ec63b751c189e870764b40222c535b7496991e17
[ "MIT" ]
null
null
null
#pragma once #include <math.h> #include "Scalar.h" // --------- // Vector // ---------- // convert to a float pointer (implicit conversion?) -- doc this union Vector2 { struct { float x, y; }; float v[2]; const float & operator[] (size_t idx) const { return v[idx]; } float & operator[] (size_t idx) {...
22.526971
75
0.590348
[ "vector" ]
4349cdab437c362e1ec4d1da5d87daab02cd7b79
6,422
c
C
32blit-stm32/Src/32blit.c
andreban/32blit-beta
8912540fb35dae6e0d3a4cf843677622dada70ba
[ "MIT" ]
null
null
null
32blit-stm32/Src/32blit.c
andreban/32blit-beta
8912540fb35dae6e0d3a4cf843677622dada70ba
[ "MIT" ]
null
null
null
32blit-stm32/Src/32blit.c
andreban/32blit-beta
8912540fb35dae6e0d3a4cf843677622dada70ba
[ "MIT" ]
null
null
null
#include "string.h" #include "32blit.h" #include "main.h" #include "adc.h" #include "ltdc.h" #include "tim.h" #include "32blit.hpp" using namespace blit; extern void init(); extern void update(uint32_t time); extern void render(uint32_t time); extern char __ltdc_start; extern char itcm_text_star...
32.271357
110
0.587512
[ "render" ]
434a9b84e270010efc8dfdac237dad2392496da0
4,286
h
C
ToolKit/Chart/Styles/Point/XTPChartDiagram2DSeriesStyle.h
11Zero/DemoBCG
8f41d5243899cf1c82990ca9863fb1cb9f76491c
[ "MIT" ]
2
2018-03-30T06:40:08.000Z
2022-02-23T12:40:13.000Z
ToolKit/Chart/Styles/Point/XTPChartDiagram2DSeriesStyle.h
11Zero/DemoBCG
8f41d5243899cf1c82990ca9863fb1cb9f76491c
[ "MIT" ]
null
null
null
ToolKit/Chart/Styles/Point/XTPChartDiagram2DSeriesStyle.h
11Zero/DemoBCG
8f41d5243899cf1c82990ca9863fb1cb9f76491c
[ "MIT" ]
1
2020-08-11T05:48:02.000Z
2020-08-11T05:48:02.000Z
// XTPChartDiagram2DSeriesStyle.h // // This file is a part of the XTREME TOOLKIT PRO MFC class library. // (c)1998-2011 Codejock Software, All Rights Reserved. // // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE // RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN // CONSENT...
32.717557
87
0.618292
[ "object" ]
abff3e83f9f42bf2bdeb47bcd5d655780f84adf9
1,020
h
C
OS/OSKernel/include/Object/Directory.h
limnarch/andromeda
dce866c2c58741d460cc12bddab60052691306e0
[ "MIT" ]
3
2021-06-21T23:09:21.000Z
2021-08-07T13:19:52.000Z
OS/OSKernel/include/Object/Directory.h
limnarch/andromeda
bf65ddbcb6dc0c76bb4e9ce41829a6457ac94d7d
[ "MIT" ]
null
null
null
OS/OSKernel/include/Object/Directory.h
limnarch/andromeda
bf65ddbcb6dc0c76bb4e9ce41829a6457ac94d7d
[ "MIT" ]
null
null
null
extern ObRootDirectoryLockUnalertable { -- } extern ObRootDirectoryLock { -- ok } extern ObRootDirectoryLockShared { -- ok } extern ObRootDirectoryLockSharedUnalertable { -- } extern ObRootDirectoryUnlock { -- } extern ObDirectoryCreate { permissions name -- dirhandle ok } extern ObDirectoryCreateObject { permissions ...
53.684211
89
0.79902
[ "object" ]
2810610846ba14013f54073e2a76c69615b5f5d6
6,869
h
C
src/gmail/messages/MessagesMessageResource.h
Vadimatorik/googleQt
814ad6f695bb8e88d6a773e69fb8c188febaab00
[ "MIT" ]
24
2016-12-03T09:12:43.000Z
2022-03-29T19:51:48.000Z
src/gmail/messages/MessagesMessageResource.h
Vadimatorik/googleQt
814ad6f695bb8e88d6a773e69fb8c188febaab00
[ "MIT" ]
4
2016-12-03T09:14:42.000Z
2022-03-29T22:02:21.000Z
src/gmail/messages/MessagesMessageResource.h
Vadimatorik/googleQt
814ad6f695bb8e88d6a773e69fb8c188febaab00
[ "MIT" ]
7
2018-01-01T09:14:10.000Z
2022-03-29T21:50:11.000Z
/********************************************************** DO NOT EDIT This file was generated from stone specification "messages" Part of "Ardi - the organizer" project. osoft4ardi@gmail.com www.prokarpaty.net ***********************************************************/ #pragma once #include "google/endpoint/Ap...
37.950276
101
0.584365
[ "vector" ]
281c21ba9203d9be362e7a022a2c133e2ec27b96
14,464
c
C
source/base/VirtualList.c
VUEngine/VUEngine-Core
4737e0efd2c8e6ba7f69e689bf9e79dcdd627050
[ "MIT" ]
9
2021-01-09T19:24:27.000Z
2022-03-27T11:57:20.000Z
source/base/VirtualList.c
VUEngine/VUEngine-Core
4737e0efd2c8e6ba7f69e689bf9e79dcdd627050
[ "MIT" ]
null
null
null
source/base/VirtualList.c
VUEngine/VUEngine-Core
4737e0efd2c8e6ba7f69e689bf9e79dcdd627050
[ "MIT" ]
null
null
null
/* VUEngine - Virtual Utopia Engine <https://www.vuengine.dev> * A universal game engine for the Nintendo Virtual Boy * * © Jorge Eremiev <jorgech3@gmail.com> and Christian Radke <c.radke@posteo.de>, 2007-2020 * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * ...
18.057428
107
0.616565
[ "object" ]
282c514dd1e6170819e81bc5e1be8e6b003aeaef
1,665
h
C
include/pica/particles/Ensemble.h
pictools/pica
6b82a0a91fcb9a7be56c13bb1d3941748160eca7
[ "MIT" ]
3
2017-09-20T14:20:07.000Z
2017-10-30T07:14:32.000Z
include/pica/particles/Ensemble.h
pictools/pica
6b82a0a91fcb9a7be56c13bb1d3941748160eca7
[ "MIT" ]
null
null
null
include/pica/particles/Ensemble.h
pictools/pica
6b82a0a91fcb9a7be56c13bb1d3941748160eca7
[ "MIT" ]
1
2019-10-09T06:38:29.000Z
2019-10-09T06:38:29.000Z
#ifndef PICA_ENSEMBLE_H #define PICA_ENSEMBLE_H #include "pica/math/Dimension.h" #include "pica/particles/EnsembleOrdered.h" #include "pica/particles/EnsembleSupercells.h" #include "pica/particles/EnsembleUnordered.h" #include "pica/particles/Particle.h" #include "pica/particles/ParticleTraits.h" #include "...
27.75
96
0.776577
[ "vector" ]
283eb7e44f25f619dcd3915ab358b9988895318f
1,551
h
C
generate/templates/manual/include/configurable_class_wrapper.h
0x1af2aec8f957/nodegit
3b8329f9ea29707d0b5c7ee1c3e6c18d0c2a3bc4
[ "MIT" ]
4,935
2015-01-01T13:41:40.000Z
2022-03-30T19:53:18.000Z
generate/templates/manual/include/configurable_class_wrapper.h
0x1af2aec8f957/nodegit
3b8329f9ea29707d0b5c7ee1c3e6c18d0c2a3bc4
[ "MIT" ]
1,326
2015-01-05T17:27:48.000Z
2022-03-31T11:17:00.000Z
generate/templates/manual/include/configurable_class_wrapper.h
0x1af2aec8f957/nodegit
3b8329f9ea29707d0b5c7ee1c3e6c18d0c2a3bc4
[ "MIT" ]
832
2015-01-04T13:28:51.000Z
2022-03-31T11:09:14.000Z
#ifndef CALLER_CONFIGURABLE_CLASS_WRAPPER_H #define CALLER_CONFIGURABLE_CLASS_WRAPPER_H #include <memory> #include <nan.h> #include <string> #include "cleanup_handle.h" namespace nodegit { class Context; template<typename Traits> class ConfigurableClassWrapper : public CleanupHandle { public: typedef ty...
25.85
83
0.707286
[ "vector" ]
2844fd9a8946284c9d5838eb34ae50094f78faae
6,437
h
C
Kernel/Walls/TriangleWall.h
gustavo-castillo-bautista/Mercury
eeb402ccec8e487652229d4595c46ec84f6aefbb
[ "BSD-3-Clause" ]
null
null
null
Kernel/Walls/TriangleWall.h
gustavo-castillo-bautista/Mercury
eeb402ccec8e487652229d4595c46ec84f6aefbb
[ "BSD-3-Clause" ]
null
null
null
Kernel/Walls/TriangleWall.h
gustavo-castillo-bautista/Mercury
eeb402ccec8e487652229d4595c46ec84f6aefbb
[ "BSD-3-Clause" ]
null
null
null
//Copyright (c) 2013-2020, The MercuryDPM Developers Team. All rights reserved. //For the list of developers, see <http://www.MercuryDPM.org/Team>. // //Redistribution and use in source and binary forms, with or without //modification, are permitted provided that the following conditions are met: // * Redistributions ...
37.208092
127
0.687587
[ "object", "vector" ]
285c7355bd5f18959d1e307f5a0d76158d8d367c
2,109
h
C
rootex/framework/ecs_factory.h
LASTEXILE-CH/Rootex
685b9bb5763bbc35041f3a5f193a43b3156394a6
[ "MIT" ]
1
2021-03-29T09:46:28.000Z
2021-03-29T09:46:28.000Z
rootex/framework/ecs_factory.h
LASTEXILE-CH/Rootex
685b9bb5763bbc35041f3a5f193a43b3156394a6
[ "MIT" ]
null
null
null
rootex/framework/ecs_factory.h
LASTEXILE-CH/Rootex
685b9bb5763bbc35041f3a5f193a43b3156394a6
[ "MIT" ]
null
null
null
#pragma once #include "common/common.h" #include "core/resource_files/text_resource_file.h" #include "entity.h" #include "component.h" /// Function pointer to a function that constructs a component, taking in a set of component data. typedef Ptr<Component> (*ComponentCreator)(const JSON::json& componentDescription);...
37
102
0.798957
[ "vector" ]
2873fcdf2f1fb1829e7a7b2d13a7dc53cdf6bfa8
15,630
c
C
msp/src/msmath.c
mlconnolly1951/biohedron
5ee538068dab114d965e07204f6634cca000b0b8
[ "MIT" ]
1
2018-02-13T20:32:12.000Z
2018-02-13T20:32:12.000Z
msp/src/msmath.c
mlconnolly1951/biohedron
5ee538068dab114d965e07204f6634cca000b0b8
[ "MIT" ]
null
null
null
msp/src/msmath.c
mlconnolly1951/biohedron
5ee538068dab114d965e07204f6634cca000b0b8
[ "MIT" ]
null
null
null
/* Molecular Surface Package */ /* General Math Routines */ /* Written by Michael L. Connolly */ /* January 7, 2002 */ #include "ms.h" #include "msenum.h" #include "mslimit.h" #include "msdefault.h" #include "msstruct.h" #include "msglobal.h" #include "msfunction.h" /* low level mathematical functions */ /* double...
21.352459
88
0.550288
[ "vector", "transform", "solid" ]
287694e9d357439872d34d46db420ca86065a5ff
10,782
h
C
sumo/src/netedit/GNEInspectorFrame.h
iltempe/osmosi
c0f54ecdbb7c7b5602d587768617d0dc50f1d75d
[ "MIT" ]
null
null
null
sumo/src/netedit/GNEInspectorFrame.h
iltempe/osmosi
c0f54ecdbb7c7b5602d587768617d0dc50f1d75d
[ "MIT" ]
null
null
null
sumo/src/netedit/GNEInspectorFrame.h
iltempe/osmosi
c0f54ecdbb7c7b5602d587768617d0dc50f1d75d
[ "MIT" ]
2
2017-12-14T16:41:59.000Z
2020-10-16T17:51:27.000Z
/****************************************************************************/ /// @file GNEInspectorFrame.h /// @author Jakob Erdmann /// @date Mar 2011 /// @version $Id$ /// // The Widget for modifying network-element attributes (i.e. lane speed) /***************************************************************...
32.972477
126
0.606566
[ "shape", "vector", "model" ]
931b083afd171191e99d14a0c32a5bbed4ef2f12
10,589
h
C
s32v234_sdk/libs/apex/drivers/user/include/global_hal.h
intesight/Panorama4AIWAYS
46e1988e54a5155be3b3b47c486b3f722be00b5c
[ "WTFPL" ]
null
null
null
s32v234_sdk/libs/apex/drivers/user/include/global_hal.h
intesight/Panorama4AIWAYS
46e1988e54a5155be3b3b47c486b3f722be00b5c
[ "WTFPL" ]
null
null
null
s32v234_sdk/libs/apex/drivers/user/include/global_hal.h
intesight/Panorama4AIWAYS
46e1988e54a5155be3b3b47c486b3f722be00b5c
[ "WTFPL" ]
2
2021-01-21T02:06:16.000Z
2021-01-28T10:47:37.000Z
/***************************************************************************** * * NXP Confidential Proprietary * * (C) Copyright CogniVue Corporation. 2011-2014 All right reserved. * Copyright (c) 2014-2016 Freescale Semiconductor * Copyright 2017 NXP * All Rights Reserved * *****************************************...
37.817857
85
0.422325
[ "vector" ]
9326c6875c95d2df4fbfaf1648ae7d1ce3211fa0
51,565
h
C
src/CuMatrix.h
gitrah/cuMatrix
cab0239d0ec141528c7832275bac9c7daefdebf4
[ "Unlicense" ]
null
null
null
src/CuMatrix.h
gitrah/cuMatrix
cab0239d0ec141528c7832275bac9c7daefdebf4
[ "Unlicense" ]
null
null
null
src/CuMatrix.h
gitrah/cuMatrix
cab0239d0ec141528c7832275bac9c7daefdebf4
[ "Unlicense" ]
null
null
null
/* * CuMatrix.h * * Created on: Dec 3, 2012 * Author: reid */ #pragma once #include "util.h" #include "CuFunctor.h" #include "UnaryOpF_Gen.h" #include "UnaryOpIndexF_Gen.h" #include "BinaryOpF_Gen.h" #include <curand_kernel.h> #include "MemMgr.h" #include "Migrator.h" #include "CuDefs.h" #include "DMatrix...
49.966085
244
0.742131
[ "vector" ]
933549cb951716e222606f439f3900910ed2477d
1,803
h
C
yave/ecs/EntityScene.h
gan74/yave
c71b5dd7c05b1aa39c59a8071fc243c1472e71d1
[ "MIT" ]
null
null
null
yave/ecs/EntityScene.h
gan74/yave
c71b5dd7c05b1aa39c59a8071fc243c1472e71d1
[ "MIT" ]
null
null
null
yave/ecs/EntityScene.h
gan74/yave
c71b5dd7c05b1aa39c59a8071fc243c1472e71d1
[ "MIT" ]
null
null
null
/******************************* Copyright (c) 2016-2022 Gr�goire Angerand 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...
32.196429
89
0.704382
[ "vector" ]
933c271ec7058d0725ef4a32b14877ebfbb2e254
1,332
h
C
cppsrc/basic_simulator/include/utilities/simple_json.h
SpinQTech/SpinQKit
2e24826688b2b26cf7efa66fd47f0e7ef883a96c
[ "Apache-2.0" ]
2
2021-12-20T05:19:44.000Z
2021-12-20T05:21:48.000Z
cppsrc/basic_simulator/include/utilities/simple_json.h
SpinQTech/SpinQKit
2e24826688b2b26cf7efa66fd47f0e7ef883a96c
[ "Apache-2.0" ]
null
null
null
cppsrc/basic_simulator/include/utilities/simple_json.h
SpinQTech/SpinQKit
2e24826688b2b26cf7efa66fd47f0e7ef883a96c
[ "Apache-2.0" ]
1
2021-12-20T05:20:35.000Z
2021-12-20T05:20:35.000Z
/** * Copyright 2021 SpinQ Technology Co., Ltd. * * 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 l...
29.6
75
0.704204
[ "vector" ]
9357581d5af71f5eb72fa35e4e0b71c5c5456226
14,484
h
C
lib/SimpleHttpClient/SimpleHttpClient.h
morsdatum/ArangoDB
9cfc6d5cd50b8f451ebdedd77e2c5257fa72a573
[ "Apache-2.0" ]
null
null
null
lib/SimpleHttpClient/SimpleHttpClient.h
morsdatum/ArangoDB
9cfc6d5cd50b8f451ebdedd77e2c5257fa72a573
[ "Apache-2.0" ]
null
null
null
lib/SimpleHttpClient/SimpleHttpClient.h
morsdatum/ArangoDB
9cfc6d5cd50b8f451ebdedd77e2c5257fa72a573
[ "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// /// @brief simple http client /// /// @file /// /// DISCLAIMER /// /// Copyright 2014 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "Lice...
37.426357
91
0.405896
[ "object", "vector" ]
935f8a6a8bf50835a21895e8724c8c8f02077124
4,047
h
C
examples/analytical_apps/smetric/smetric.h
rox906/libgrape-lite-brli
2772f641736d55d436840f477439dffa2a1fe14a
[ "Apache-2.0" ]
null
null
null
examples/analytical_apps/smetric/smetric.h
rox906/libgrape-lite-brli
2772f641736d55d436840f477439dffa2a1fe14a
[ "Apache-2.0" ]
null
null
null
examples/analytical_apps/smetric/smetric.h
rox906/libgrape-lite-brli
2772f641736d55d436840f477439dffa2a1fe14a
[ "Apache-2.0" ]
null
null
null
/** Copyright 2020 Alibaba Group Holding Limited. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in w...
28.702128
80
0.665925
[ "vector" ]
93601ed9c1157a3ae92afccae8dc8cbcdc3669aa
855
h
C
144. Binary Tree Postorder Traversal/solution.h
corkiwang1122/LeetCode
39b1680b58173e6ec23a475605c3450ce8f78a81
[ "MIT" ]
3,690
2015-01-03T03:40:23.000Z
2022-03-31T08:10:19.000Z
144. Binary Tree Postorder Traversal/solution.h
Windfall94/LeetCode
1756256d7e619164076bbf358c8f7ca68cd8bd79
[ "MIT" ]
21
2015-01-25T16:39:43.000Z
2021-02-26T05:28:22.000Z
144. Binary Tree Postorder Traversal/solution.h
Windfall94/LeetCode
1756256d7e619164076bbf358c8f7ca68cd8bd79
[ "MIT" ]
1,290
2015-01-09T01:28:20.000Z
2022-03-28T12:20:39.000Z
#include <vector> #include <stack> #include <cstddef> using std::vector; using std::stack; struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; class Solution { public: vector<int> postorderTraversal(TreeNode *root) { vector<in...
22.5
66
0.453801
[ "vector" ]
93616eaad5bca61f651c270a9c438ca3e50eaa13
4,890
h
C
i_low_rank_solver.h
jmarecek/OnlineLowRank
903a096052080260ea819472be67164d05d313ab
[ "Apache-2.0" ]
1
2020-07-25T10:55:18.000Z
2020-07-25T10:55:18.000Z
i_low_rank_solver.h
jmarecek/OnlineLowRank
903a096052080260ea819472be67164d05d313ab
[ "Apache-2.0" ]
null
null
null
i_low_rank_solver.h
jmarecek/OnlineLowRank
903a096052080260ea819472be67164d05d313ab
[ "Apache-2.0" ]
1
2021-01-30T16:52:30.000Z
2021-01-30T16:52:30.000Z
// Copyright 2018 IBM. // This code is licensed under the Apache License, Version 2.0. You may // obtain a copy of this license in the LICENSE.txt file in the root // directory of this source tree or at // http://www.apache.org/licenses/LICENSE-2.0. // Any modifications or derivative works of this code must retain t...
47.019231
155
0.682822
[ "model" ]
936a69f838eb1a74a45f68950dde5120409c9ecd
1,774
h
C
SpaghettiDungeonGen/include/PlacedRoom.h
RedBreadcat/SpaghettiDungeonGenerator
1153dd8f26dfd835ca70c520e735f199f50ef858
[ "MIT" ]
39
2019-11-23T14:52:46.000Z
2022-01-04T08:57:04.000Z
SpaghettiDungeonGen/include/PlacedRoom.h
RedBreadcat/SpaghettiDungeonGenerator
1153dd8f26dfd835ca70c520e735f199f50ef858
[ "MIT" ]
null
null
null
SpaghettiDungeonGen/include/PlacedRoom.h
RedBreadcat/SpaghettiDungeonGenerator
1153dd8f26dfd835ca70c520e735f199f50ef858
[ "MIT" ]
5
2019-11-24T00:35:04.000Z
2019-12-09T11:08:16.000Z
#pragma once #include <vector> #include <variant> #include "PossibleDoor.h" #include "ConnectivityGrapher.h" #include "ConnectionNode.h" #include "TileWallData.h" #include "RoomType.h" class PlacedRoom : public ConnectionNode { public: PlacedRoom(int x, int y, const std::vector<PossibleDoor>& doors_in, TileWallData* ...
32.851852
161
0.766065
[ "object", "vector" ]
9374032eba2a36965e124b84bd1b5e7078030203
1,556
h
C
emitter/runtime_printer.h
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
13
2020-06-25T18:26:54.000Z
2021-02-16T03:14:38.000Z
emitter/runtime_printer.h
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
3
2020-07-01T01:39:47.000Z
2022-01-24T23:47:12.000Z
emitter/runtime_printer.h
nandor/genm-opt
b3347d508fff707837d1dc8232487ebfe157fe2a
[ "MIT" ]
2
2021-03-11T05:08:09.000Z
2021-07-17T23:36:17.000Z
// This file if part of the llir-opt project. // Licensing information can be found in the LICENSE file. // (C) 2018 Nandor Licker. All rights reserved. #pragma once #include <llvm/Pass.h> #include <llvm/MC/MCObjectFileInfo.h> #include <llvm/MC/MCStreamer.h> #include <llvm/Target/TargetMachine.h> class Prog; class D...
25.508197
77
0.703085
[ "object" ]
93766adedb13cba41f665886fc14d4f4237ce116
7,040
h
C
lib/tlrCore/AVIO.h
darbyjohnston/tlRender
0bdb8aa3795a0098811a7c3ed6add3023bcfd55a
[ "BSD-3-Clause" ]
59
2021-04-26T23:38:35.000Z
2022-03-23T15:21:44.000Z
lib/tlrCore/AVIO.h
darbyjohnston/tlRender
0bdb8aa3795a0098811a7c3ed6add3023bcfd55a
[ "BSD-3-Clause" ]
17
2021-04-30T02:03:08.000Z
2022-01-11T19:54:47.000Z
lib/tlrCore/AVIO.h
darbyjohnston/tlRender
0bdb8aa3795a0098811a7c3ed6add3023bcfd55a
[ "BSD-3-Clause" ]
5
2021-06-07T16:11:53.000Z
2021-12-10T23:29:45.000Z
// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2021-2022 Darby Johnston // All rights reserved. #pragma once #include <tlrCore/Audio.h> #include <tlrCore/Image.h> #include <tlrCore/Path.h> #include <tlrCore/Time.h> #include <future> #include <iostream> #include <map> #include <set> namespace tlr { na...
28.387097
101
0.505682
[ "vector" ]
937c9d1b3b68c81f320354342f2297f8b0ab0dde
303
h
C
DerydocaEngine/src/Rendering/Skybox.h
Derydoca/derydocaengine
a9cdb71082fbb879d9448dc0c1a95581681d61f1
[ "BSD-3-Clause" ]
37
2018-05-21T15:21:26.000Z
2020-11-16T17:50:44.000Z
DerydocaEngine/src/Rendering/Skybox.h
Derydoca/derydocaengine
a9cdb71082fbb879d9448dc0c1a95581681d61f1
[ "BSD-3-Clause" ]
38
2018-03-09T23:57:07.000Z
2020-07-10T20:52:42.000Z
DerydocaEngine/src/Rendering/Skybox.h
Derydoca/derydocaengine
a9cdb71082fbb879d9448dc0c1a95581681d61f1
[ "BSD-3-Clause" ]
5
2018-08-28T11:12:18.000Z
2019-09-05T09:30:41.000Z
#pragma once namespace DerydocaEngine::Rendering { class Mesh; } namespace DerydocaEngine::Rendering { class Skybox { public: Skybox(); Skybox(float const& size); ~Skybox(); Mesh* getMesh() const { return m_mesh; }; private: void buildMesh(float const& size); Mesh* m_mesh; }; }
12.12
43
0.673267
[ "mesh" ]
937cb1e557d3985df2707b7b7af9b16644941b3c
610
h
C
MyCustomUsage/Preprocess/ultra_transfer_data.h
phidra/ULTRA
d3de3dbbbd651ee8279dd605e6d8f73365c81735
[ "MIT" ]
null
null
null
MyCustomUsage/Preprocess/ultra_transfer_data.h
phidra/ULTRA
d3de3dbbbd651ee8279dd605e6d8f73365c81735
[ "MIT" ]
null
null
null
MyCustomUsage/Preprocess/ultra_transfer_data.h
phidra/ULTRA
d3de3dbbbd651ee8279dd605e6d8f73365c81735
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <filesystem> #include "DataStructures/Graph/Graph.h" #include "DataStructures/RAPTOR/Entities/Stop.h" #include "graph/walking_graph.h" namespace my::preprocess { struct UltraTransferData { UltraTransferData(uwpreprocess::WalkingGraph&&); static bool areApproxEqual(Tr...
26.521739
106
0.770492
[ "vector" ]
937eaca343a035fbe7f2ef78cf6af842647b211e
1,327
h
C
labsound/src/internal/AudioResampler.h
ngokevin/LabSound
1cd830e44befae10111675a2799dee3082e6ae1f
[ "MIT" ]
6
2018-02-24T05:55:56.000Z
2018-12-09T05:09:33.000Z
labsound/src/internal/AudioResampler.h
ngokevin/LabSound
1cd830e44befae10111675a2799dee3082e6ae1f
[ "MIT" ]
10
2018-06-05T09:45:19.000Z
2019-05-24T12:53:03.000Z
labsound/src/internal/AudioResampler.h
ngokevin/LabSound
1cd830e44befae10111675a2799dee3082e6ae1f
[ "MIT" ]
3
2018-03-29T16:16:03.000Z
2018-10-16T02:53:42.000Z
// License: BSD 2 Clause // Copyright (C) 2010, Google Inc. All rights reserved. // Copyright (C) 2015+, The LabSound Authors. All rights reserved. #ifndef AudioResampler_h #define AudioResampler_h #include "LabSound/core/AudioSourceProvider.h" #include "LabSound/core/AudioBus.h" #include "internal/AudioResamplerKer...
26.54
109
0.738508
[ "vector" ]
93876009e08cd88a2474298b4f2bd693d598190b
887
h
C
chapter_4/lesson_21/PlanetRenderer.h
sergey-shambir/cg_course_examples
921b6218d71731bcb79ddddcc92c9d04a72c62ab
[ "MIT" ]
5
2017-05-13T20:47:13.000Z
2020-04-18T18:18:03.000Z
chapter_4/lesson_21/PlanetRenderer.h
sergey-shambir/cg_course_examples
921b6218d71731bcb79ddddcc92c9d04a72c62ab
[ "MIT" ]
null
null
null
chapter_4/lesson_21/PlanetRenderer.h
sergey-shambir/cg_course_examples
921b6218d71731bcb79ddddcc92c9d04a72c62ab
[ "MIT" ]
8
2016-10-24T16:24:21.000Z
2021-03-15T11:23:57.000Z
#pragma once #include "libshading/IProgramAdapter.h" #include "Components.h" #include <glm/mat4x4.hpp> class CPlanetProgram; class CPlanetRenderer3D { public: CPlanetRenderer3D(const IProgramAdapter &program); ~CPlanetRenderer3D(); void SetupLight0(const glm::vec4 &position, const gl...
26.878788
60
0.70124
[ "mesh" ]