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
cd3dd72024c615e6c9231e4ad72177ee557146ea
412
h
C
p3_3.h
TianYe2017/Run_Length_Encoder
182025689a8850a62b8409a2bc2f3a5b54d89a01
[ "MIT" ]
1
2021-05-28T06:59:09.000Z
2021-05-28T06:59:09.000Z
p3_3.h
LaTristan/Run_Length_Encoder
182025689a8850a62b8409a2bc2f3a5b54d89a01
[ "MIT" ]
null
null
null
p3_3.h
LaTristan/Run_Length_Encoder
182025689a8850a62b8409a2bc2f3a5b54d89a01
[ "MIT" ]
1
2021-03-15T06:48:40.000Z
2021-03-15T06:48:40.000Z
#pragma once #ifndef P3_3_H #define P3_3_H #include "stdafx.h" #include "io.h" #include "data_pair.h" #include "run_length_encode.h" #include "bwt.h" #include "shannon.h" #include <vector> #include <string> #include <iostream> #include <fstream> using namespace std; void HW1_Problem_three_part_three(void); void F...
17.166667
40
0.759709
[ "vector" ]
cd4b88ca7004c55bcb9e9eac05e46eba9d9bd2d9
973
h
C
include/polyscope/point_cloud_scalar_quantity.h
hydrocarborane/polyscope
bee34c22cd7ac1b1e01686b55b7b8ceeee20d2fe
[ "MIT" ]
930
2018-02-19T16:38:29.000Z
2022-03-30T22:16:01.000Z
include/polyscope/point_cloud_scalar_quantity.h
hydrocarborane/polyscope
bee34c22cd7ac1b1e01686b55b7b8ceeee20d2fe
[ "MIT" ]
142
2018-02-19T16:14:28.000Z
2022-03-25T13:51:08.000Z
include/polyscope/point_cloud_scalar_quantity.h
hydrocarborane/polyscope
bee34c22cd7ac1b1e01686b55b7b8ceeee20d2fe
[ "MIT" ]
92
2018-05-13T01:41:04.000Z
2022-03-28T03:26:44.000Z
// Copyright 2017-2019, Nicholas Sharp and the Polyscope contributors. http://polyscope.run. #pragma once #include "polyscope/affine_remapper.h" #include "polyscope/histogram.h" #include "polyscope/point_cloud.h" #include "polyscope/render/color_maps.h" #include "polyscope/scalar_quantity.h" #include <vector> namesp...
25.605263
109
0.756423
[ "render", "vector" ]
cd4c1222a1bcd387298976f7f0f11c9cf8a5d8a1
7,102
c
C
cbits/qubes_backend.c
DemiMarie/qubes-wayland
aae3723a585c79ac9eb86b4ed55c07fbbda9a447
[ "MIT" ]
2
2022-02-09T23:42:15.000Z
2022-03-21T13:31:48.000Z
cbits/qubes_backend.c
DemiMarie/qubes-wayland
aae3723a585c79ac9eb86b4ed55c07fbbda9a447
[ "MIT" ]
null
null
null
cbits/qubes_backend.c
DemiMarie/qubes-wayland
aae3723a585c79ac9eb86b4ed55c07fbbda9a447
[ "MIT" ]
1
2022-03-01T15:23:53.000Z
2022-03-01T15:23:53.000Z
// wlr_backend implementation #include "common.h" #include "qubes_backend.h" #include <stdlib.h> #include <wlr/backend.h> #include <wlr/backend/interface.h> #include <wlr/interfaces/wlr_input_device.h> #include <wlr/interfaces/wlr_keyboard.h> #include <wlr/interfaces/wlr_output.h> #include <wlr/interfaces/wlr_pointe...
36.420513
138
0.778936
[ "model" ]
cd5089531c79989e2110067ec0532c70343a54a2
965
h
C
src/CwRequestData.h
asanoic/catwalk
8ce002278c03915a98477a111737f70c6a5e519d
[ "OLDAP-2.3" ]
1
2020-11-13T20:24:12.000Z
2020-11-13T20:24:12.000Z
src/CwRequestData.h
asanoic/catwalk
8ce002278c03915a98477a111737f70c6a5e519d
[ "OLDAP-2.3" ]
null
null
null
src/CwRequestData.h
asanoic/catwalk
8ce002278c03915a98477a111737f70c6a5e519d
[ "OLDAP-2.3" ]
null
null
null
#ifndef CWREQUESTDATA_H #define CWREQUESTDATA_H #include <optional> #include <unordered_map> using namespace std; #include "CwCatwalk.h" #include "CwObjectData.h" #include "CwRouterData.h" #include "engine/boost-headers.h" class CwRequest; struct CwRequestData : CwObjectData { optional<bx_request_p...
30.15625
93
0.745078
[ "vector" ]
cd5e1f6e5cb3babbf575ded45de2ecb8904d6506
1,889
h
C
CENG477/HW3/Source/parser.h
rabiavarol/METU-CENG
87b6105135a514eca0b0a087dec066b531f1d9e2
[ "MIT" ]
null
null
null
CENG477/HW3/Source/parser.h
rabiavarol/METU-CENG
87b6105135a514eca0b0a087dec066b531f1d9e2
[ "MIT" ]
null
null
null
CENG477/HW3/Source/parser.h
rabiavarol/METU-CENG
87b6105135a514eca0b0a087dec066b531f1d9e2
[ "MIT" ]
null
null
null
#ifndef __HW1__PARSER__ #define __HW1__PARSER__ #include <string> #include <vector> #include <math.h> namespace parser { //Notice that all the structures are as simple as possible //so that you are not enforced to adopt any style or design. struct Vec3f { float x, y, z; }; ...
19.677083
65
0.530439
[ "mesh", "vector" ]
cd6a17f34b13455d70eddd0355bb2c0619e3d600
10,292
c
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vrecpe.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vrecpe.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vrecpe.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
#include <arm_neon.h> #include "arm-neon-ref.h" #include "compute-ref-data.h" #include <math.h> /* Expected results with positive input. */ VECT_VAR_DECL(expected_positive,uint,32,2) [] = { 0xffffffff, 0xffffffff }; VECT_VAR_DECL(expected_positive,uint,32,4) [] = { 0xbf000000, 0xbf000000, 0xbf000000, 0xbf0000...
36.757143
77
0.687136
[ "vector" ]
28ae5ab9998daf6406e00e9cf7833c034ca34436
2,120
h
C
ESAT_EDK3/include/EDK3/material.h
ESAT-jimenezur/Minecraft-C-
bf301a9bf09bf70c14eaad4bda3f96a5104b9136
[ "MIT" ]
null
null
null
ESAT_EDK3/include/EDK3/material.h
ESAT-jimenezur/Minecraft-C-
bf301a9bf09bf70c14eaad4bda3f96a5104b9136
[ "MIT" ]
null
null
null
ESAT_EDK3/include/EDK3/material.h
ESAT-jimenezur/Minecraft-C-
bf301a9bf09bf70c14eaad4bda3f96a5104b9136
[ "MIT" ]
null
null
null
#ifndef INCLUDE_EDK3_MATERIAL_H_ #define INCLUDE_EDK3_MATERIAL_H_ 1 // ---------------------------------------------------------------------------- // Copyright (C) 2015 Jose L. Hidalgo // Material Class. // ---------------------------------------------------------------------------- #include "referenced.h" #include...
31.641791
88
0.638208
[ "model", "transform" ]
28b60e3072b9a5f9f482a6d07cf8672f2a0c4941
7,010
h
C
vpr/src/route/router_lookahead_map_utils.h
litghost/vtr-verilog-to-routing
8980e46218542888fac879961b13aa7b0fba8432
[ "MIT" ]
1
2020-04-11T07:01:18.000Z
2020-04-11T07:01:18.000Z
vpr/src/route/router_lookahead_map_utils.h
litghost/vtr-verilog-to-routing
8980e46218542888fac879961b13aa7b0fba8432
[ "MIT" ]
null
null
null
vpr/src/route/router_lookahead_map_utils.h
litghost/vtr-verilog-to-routing
8980e46218542888fac879961b13aa7b0fba8432
[ "MIT" ]
null
null
null
#ifndef ROUTER_LOOKAHEAD_MAP_UTILS_H_ #define ROUTER_LOOKAHEAD_MAP_UTILS_H_ /* * The router lookahead provides an estimate of the cost from an intermediate node to the target node * during directed (A*-like) routing. * * The VPR 7.0 lookahead (route/route_timing.c ==> get_timing_driven_expected_cost) lower-bounds t...
33.864734
171
0.63709
[ "vector" ]
28b75ae7f2ee19f42766ddf16321597fe43c15dc
7,399
c
C
bin/R-3.5.1/src/main/debug.c
lifebit-ai/exomedepth
5a775ae5e2a247aeadc5208a34e8717c7855d080
[ "MIT" ]
1
2019-07-28T20:32:29.000Z
2019-07-28T20:32:29.000Z
bin/R-3.5.1/src/main/debug.c
lifebit-ai/exomedepth
5a775ae5e2a247aeadc5208a34e8717c7855d080
[ "MIT" ]
1
2020-04-22T14:02:10.000Z
2020-04-22T14:02:10.000Z
bin/R-3.5.1/src/main/debug.c
lifebit-ai/exomedepth
5a775ae5e2a247aeadc5208a34e8717c7855d080
[ "MIT" ]
1
2018-08-29T09:43:52.000Z
2018-08-29T09:43:52.000Z
/* * R : A Computer Language for Statistical Data Analysis * Copyright (C) 1995, 1996 Robert Gentleman and Ross Ihaka * Copyright (C) 1998-2015 The R Core Team. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
27.202206
82
0.667658
[ "object" ]
28b891194a6839ffa166d6765b53baa622f5f25e
12,348
c
C
emuboot/src/mainboard/via/epia-m700/wakeup.c
leetobin/firebrick
9109e8025d949357a0320aa2903bbad876593143
[ "Apache-2.0" ]
9
2015-03-24T12:39:13.000Z
2021-03-31T20:08:03.000Z
emuboot/src/mainboard/via/epia-m700/wakeup.c
leetobin/firebrickRemote
e825e194d09752b32db3c8d5a9b8d0e912030df9
[ "Apache-2.0" ]
null
null
null
emuboot/src/mainboard/via/epia-m700/wakeup.c
leetobin/firebrickRemote
e825e194d09752b32db3c8d5a9b8d0e912030df9
[ "Apache-2.0" ]
3
2015-11-23T14:14:18.000Z
2018-03-14T11:49:00.000Z
/* * This file is part of the coreboot project. * * Copyright (C) 2008 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2009 One Laptop per Child, Association, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ...
27.318584
142
0.657839
[ "vector" ]
28c80d6a4eec882363e67bf07a4b863fff6c7527
4,252
h
C
Patterns.h
quarterturn/aurora
3995d724f9ae532d06befbb82fee3bd3caae9052
[ "MIT" ]
1
2020-08-14T00:45:28.000Z
2020-08-14T00:45:28.000Z
Patterns.h
quarterturn/aurora
3995d724f9ae532d06befbb82fee3bd3caae9052
[ "MIT" ]
null
null
null
Patterns.h
quarterturn/aurora
3995d724f9ae532d06befbb82fee3bd3caae9052
[ "MIT" ]
null
null
null
/* * Aurora: https://github.com/pixelmatix/aurora * Copyright (c) 2014 Jason Coon * * 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...
25.614458
83
0.659925
[ "vector" ]
28d03f48269a71198f00a1e97aabfc4506faab5e
712
h
C
inst/ignore/geoops.h
ropensci/geoops
e83b0e98a3d532f9081f3adab787f8f719c9ffc1
[ "MIT" ]
11
2018-05-19T08:37:37.000Z
2020-09-14T05:36:52.000Z
inst/ignore/geoops.h
cran/geoops
ec6c9300b7a48a4a604ba3a4243da7d0360e85a3
[ "MIT" ]
3
2018-03-19T18:37:19.000Z
2020-05-15T21:49:48.000Z
inst/ignore/geoops.h
cran/geoops
ec6c9300b7a48a4a604ba3a4243da7d0360e85a3
[ "MIT" ]
2
2018-09-01T12:26:15.000Z
2019-10-14T14:18:34.000Z
#include <Rcpp.h> using namespace Rcpp; // [[Rcpp::plugins(cpp11)]] #include "json.h" using json = nlohmann::json; std::string get_coord(std::string x) { std::string z = x; auto j = json::parse(z); if (j.is_array()) { return z; } else { if ( j["type"].dump() == "\"Feature\"" && j.count("geo...
22.25
60
0.505618
[ "geometry" ]
939e65e4b07086b9422d2342bd96e9db9405452f
2,030
h
C
Source/Dynamics/EmbeddedMethod/EmbeddedFiniteElement.h
weikm/sandcarSimulation2
fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a
[ "Apache-2.0" ]
null
null
null
Source/Dynamics/EmbeddedMethod/EmbeddedFiniteElement.h
weikm/sandcarSimulation2
fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a
[ "Apache-2.0" ]
null
null
null
Source/Dynamics/EmbeddedMethod/EmbeddedFiniteElement.h
weikm/sandcarSimulation2
fe499d0a3289c0ac1acce69c7dc78d8ce1b2708a
[ "Apache-2.0" ]
null
null
null
/** * @author : ZHAO CHONGYAO (cyzhao@zju.edu.cn) * @date : 2021-05-30 * @description: Finite Element method header for physika library * @version : 2.2.1 */ #pragma once #include "ParticleSystem/ParticleSystem.h" #include "Common/framework.h" #include "EmbeddedIntegrator.h" #include <boost/property_t...
29.42029
122
0.695074
[ "object" ]
93b1e947e6d54ac9f1515db12c94b45811a52487
11,814
h
C
modules/tracktion_engine/utilities/tracktion_ConstrainedCachedValue.h
jbloit/tracktion_engine
b3fa7d6a3a404f64ae419abdf9c801d672cffb16
[ "MIT", "Unlicense" ]
734
2018-11-16T09:39:40.000Z
2022-03-30T16:56:14.000Z
modules/tracktion_engine/utilities/tracktion_ConstrainedCachedValue.h
jbloit/tracktion_engine
b3fa7d6a3a404f64ae419abdf9c801d672cffb16
[ "MIT", "Unlicense" ]
100
2018-11-16T18:04:08.000Z
2022-03-31T17:47:53.000Z
modules/tracktion_engine/utilities/tracktion_ConstrainedCachedValue.h
jbloit/tracktion_engine
b3fa7d6a3a404f64ae419abdf9c801d672cffb16
[ "MIT", "Unlicense" ]
123
2018-11-16T15:51:50.000Z
2022-03-29T12:21:27.000Z
/* ,--. ,--. ,--. ,--. ,-' '-.,--.--.,--,--.,---.| |,-.,-' '-.`--' ,---. ,--,--, Copyright 2018 '-. .-'| .--' ,-. | .--'| /'-. .-',--.| .-. || \ Tracktion Software | | | | \ '-' \ `--.| \ \ | | | |' '-' '| || | Corporation `---' `--' `...
39.38
156
0.638903
[ "object" ]
93bff332c774919080be8ff2bcffa21564693074
9,634
h
C
MMOCoreORB/src/server/zone/objects/creature/commands/KillPlayerCommand.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/creature/commands/KillPlayerCommand.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/creature/commands/KillPlayerCommand.h
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
71
2017-01-01T05:34:38.000Z
2022-03-29T01:04:00.000Z
/* Copyright <SWGEmu> See file COPYING for copying conditions.*/ #ifndef KILLPLAYERCOMMAND_H_ #define KILLPLAYERCOMMAND_H_ #include "server/zone/objects/scene/SceneObject.h" #include "server/zone/managers/player/PlayerManager.h" class KillPlayerCommand : public QueueCommand { public: KillPlayerCommand(const ...
30.878205
144
0.655802
[ "vector" ]
93e20d2c824dcbbd77c205d06825a4db024bafc7
2,682
h
C
include/linphone/api/c-participant.h
hihi-dev/linphone
45814404943a0c8a4e341dbebf5da71fc6e44b67
[ "BSD-2-Clause" ]
null
null
null
include/linphone/api/c-participant.h
hihi-dev/linphone
45814404943a0c8a4e341dbebf5da71fc6e44b67
[ "BSD-2-Clause" ]
null
null
null
include/linphone/api/c-participant.h
hihi-dev/linphone
45814404943a0c8a4e341dbebf5da71fc6e44b67
[ "BSD-2-Clause" ]
null
null
null
/* * c-participant.h * Copyright (C) 2010-2018 Belledonne Communications SARL * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any ...
32.313253
114
0.748695
[ "object" ]
93f41f0ab5c48c852cfd1101579778213cd10efa
343
h
C
extras2/Spatiu Inchis/Pestera.h
stefanaciudin/CommandDefense
cae223bf72019b2098764664be5de2f052d57d6c
[ "MIT" ]
null
null
null
extras2/Spatiu Inchis/Pestera.h
stefanaciudin/CommandDefense
cae223bf72019b2098764664be5de2f052d57d6c
[ "MIT" ]
null
null
null
extras2/Spatiu Inchis/Pestera.h
stefanaciudin/CommandDefense
cae223bf72019b2098764664be5de2f052d57d6c
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <vector> using namespace std; #include "SpatiuInchis.h" class Pestera :public SpatiuInchis { private: string miros; bool lumina; string nume; public: vector <SpatiuInchis*> pesteri; Pestera(string smell, bool light, string name); ~Pestera(); void AddSpatiu(SpatiuInchis* s)...
19.055556
48
0.74344
[ "vector" ]
75c6568b32157881888576aa8c0f5c984f2c4711
3,730
c
C
kernel/notify.c
moslevin/Mark3C
4c10d71a62f0a7e06b12c9b58465e83155a1b5ec
[ "BSD-2-Clause" ]
null
null
null
kernel/notify.c
moslevin/Mark3C
4c10d71a62f0a7e06b12c9b58465e83155a1b5ec
[ "BSD-2-Clause" ]
null
null
null
kernel/notify.c
moslevin/Mark3C
4c10d71a62f0a7e06b12c9b58465e83155a1b5ec
[ "BSD-2-Clause" ]
null
null
null
/*=========================================================================== _____ _____ _____ _____ ___| _|__ __|_ |__ __|__ |__ __| __ |__ ______ | \ / | || \ || | || |/ / ||___ | | \/ | || \ || \ || \ ||___ | |__/\__...
25.902778
96
0.494906
[ "object" ]
75cbfa604f5a265852a71374802b3e2fde89c5ce
3,651
h
C
parser/include/IvyscriptLine.h
Hitachi-Data-Systems/ivy
07a77c271cad7f682d7fbff497bf74a76ecd5378
[ "Apache-2.0" ]
6
2016-09-12T16:23:53.000Z
2021-12-16T23:08:34.000Z
parser/include/IvyscriptLine.h
Hitachi-Data-Systems/ivy
07a77c271cad7f682d7fbff497bf74a76ecd5378
[ "Apache-2.0" ]
null
null
null
parser/include/IvyscriptLine.h
Hitachi-Data-Systems/ivy
07a77c271cad7f682d7fbff497bf74a76ecd5378
[ "Apache-2.0" ]
null
null
null
//Copyright (c) 2016, 2017, 2018 Hitachi Vantara Corporation //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/LICE...
38.840426
139
0.746645
[ "vector" ]
75d68b2ca0b6fc1d15a3a2ae14e8fdfe5cefd465
10,975
h
C
Design/Firmware/Arduino_Libraries/Walnut-Street-Utility/src/WSUtility.h
Dave1001/Scoreboard
4e7753640fef9a8e1bb4ffbc34ecac80b06470f4
[ "MIT" ]
2
2018-05-12T06:30:33.000Z
2021-08-05T01:58:44.000Z
Design/Firmware/Arduino_Libraries/Walnut-Street-Utility/src/WSUtility.h
Dave1001/Scoreboard
4e7753640fef9a8e1bb4ffbc34ecac80b06470f4
[ "MIT" ]
null
null
null
Design/Firmware/Arduino_Libraries/Walnut-Street-Utility/src/WSUtility.h
Dave1001/Scoreboard
4e7753640fef9a8e1bb4ffbc34ecac80b06470f4
[ "MIT" ]
1
2020-01-24T18:07:34.000Z
2020-01-24T18:07:34.000Z
/* Creative Commons Attribution-ShareAlike 3.0 license May 2016 @ http://www.walnut-street.net */ #ifndef _WS_UTILITY_H_ #define _WS_UTILITY_H_ #include <Arduino.h> #include <Print.h> #include <Wire.h> #include <TimeLib.h> #include <Streaming.h> #ifdef ESP8266 extern "C" { #include "user_interface.h" } #endif // Ad...
26.382212
209
0.59836
[ "object" ]
75da0b9ca4528feb1fa5872cd49abb8118f27310
675
h
C
magneto_lib/types.h
s9w/ising2d
16a8696637802b9c01186d0749f7a815c7650093
[ "MIT" ]
7
2016-05-23T19:41:19.000Z
2021-05-06T16:43:36.000Z
magneto_lib/types.h
s9w/ising2d
16a8696637802b9c01186d0749f7a815c7650093
[ "MIT" ]
1
2021-10-09T05:16:10.000Z
2021-10-09T05:16:10.000Z
magneto_lib/types.h
s9w/ising2d
16a8696637802b9c01186d0749f7a815c7650093
[ "MIT" ]
6
2015-05-15T06:25:14.000Z
2021-03-08T12:59:52.000Z
#pragma once #include <string> #include <vector> namespace magneto { using IndexPairVector = std::vector<std::pair<int, int>>; template<class T> using LatticeTType = std::vector<std::vector<T>>; using LatticeType = LatticeTType<char>; using LatticeIType = LatticeTType<int>; using Latt...
29.347826
110
0.675556
[ "vector" ]
2f050a13b1ee6b023327ebb7778db2b1ee5407dd
6,896
h
C
agent/src/agent_win.h
chromium/content_analysis_sdk
1a6e24f9ced8a4cf180ee7eafbc5fa0beb1046eb
[ "BSD-3-Clause" ]
null
null
null
agent/src/agent_win.h
chromium/content_analysis_sdk
1a6e24f9ced8a4cf180ee7eafbc5fa0beb1046eb
[ "BSD-3-Clause" ]
1
2022-03-30T21:06:11.000Z
2022-03-30T21:06:11.000Z
agent/src/agent_win.h
chromium/content_analysis_sdk
1a6e24f9ced8a4cf180ee7eafbc5fa0beb1046eb
[ "BSD-3-Clause" ]
1
2022-03-14T23:15:39.000Z
2022-03-14T23:15:39.000Z
// Copyright 2022 The Chromium Authors. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_ANALYSIS_AGENT_SRC_AGENT_WIN_H_ #define CONTENT_ANALYSIS_AGENT_SRC_AGENT_WIN_H_ #include <windows.h> #include <memory> #include <sstream> #include <string> #...
38.960452
80
0.719548
[ "object", "vector" ]
2f0ec90ac4e5f4d3626d5d2778fb4dcea103bef8
1,548
h
C
apps/memkv/src/db.h
neverchanje/consensus-yaraft
4138c85d999205068350f9b5caedf5a16ff576a3
[ "Apache-2.0" ]
33
2017-07-26T05:39:37.000Z
2020-11-16T07:47:18.000Z
apps/memkv/src/db.h
neverchanje/yaraft-wal
4138c85d999205068350f9b5caedf5a16ff576a3
[ "Apache-2.0" ]
null
null
null
apps/memkv/src/db.h
neverchanje/yaraft-wal
4138c85d999205068350f9b5caedf5a16ff576a3
[ "Apache-2.0" ]
8
2017-08-02T20:16:19.000Z
2021-09-30T14:58:51.000Z
// Copyright 2017 Wu Tao // // 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 writi...
24.1875
75
0.728682
[ "object" ]
2f10a014bdb1d29f4e38c9ea5b55aa73a7b9e9bd
2,485
h
C
src/C/MQM/mqmprob.h
kbroman/qtlHD
d4df4fa318792e9a223f71cbb5b3a7a55c74e3ec
[ "BSD-2-Clause-FreeBSD" ]
1
2019-04-25T11:46:10.000Z
2019-04-25T11:46:10.000Z
src/C/MQM/mqmprob.h
kbroman/qtlHD
d4df4fa318792e9a223f71cbb5b3a7a55c74e3ec
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
src/C/MQM/mqmprob.h
kbroman/qtlHD
d4df4fa318792e9a223f71cbb5b3a7a55c74e3ec
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
/********************************************************************** * * mqmprob.h * * Copyright (c) 1996-2009 by * Ritsert C Jansen, Danny Arends, Pjotr Prins and Karl W Broman * * initial MQM C code written between 1996-2002 by Ritsert C. Jansen * improved for the R-language by Danny Arends, Pjotr Prins an...
44.375
145
0.723944
[ "vector" ]
2f15487ce6f63d7a9ac9046f5cf3a6f8ac03ca9c
1,796
h
C
mbed_project_Inverted-Pendulum_P/Sound.h
Dansato1203/3s_RobotDesign2
b740eee1ddbd0254360cc140effac8011cfafd0b
[ "MIT" ]
null
null
null
mbed_project_Inverted-Pendulum_P/Sound.h
Dansato1203/3s_RobotDesign2
b740eee1ddbd0254360cc140effac8011cfafd0b
[ "MIT" ]
null
null
null
mbed_project_Inverted-Pendulum_P/Sound.h
Dansato1203/3s_RobotDesign2
b740eee1ddbd0254360cc140effac8011cfafd0b
[ "MIT" ]
null
null
null
// Chiba Institute of Technology #ifndef MBED_SOUND_H #define MBED_SOUND_H #include "mbed.h" #include "SoftwarePWM.h" /** Class to control a motor on any pin, without using pwm pin * * Example: * @code * // Motor Control * #include "mbed.h" * #include "Sound.h" * * Motor motor(xp31, xp32, xp3...
16.785047
63
0.517261
[ "object" ]
2f16dbbbd803657193aa5cfc2f8f475b0c7e1639
2,341
h
C
utilities/SimpleRTK/Code/IO/include/srtkImageFileReader.h
ldqcarbon/RTK
88df8ed953805aca3c5a73c22cb940164e7cc296
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
utilities/SimpleRTK/Code/IO/include/srtkImageFileReader.h
ldqcarbon/RTK
88df8ed953805aca3c5a73c22cb940164e7cc296
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
utilities/SimpleRTK/Code/IO/include/srtkImageFileReader.h
ldqcarbon/RTK
88df8ed953805aca3c5a73c22cb940164e7cc296
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/*========================================================================= * * Copyright Insight Software Consortium & RTK Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License a...
30.402597
88
0.648868
[ "vector", "3d" ]
2f1a30913de35870e759834b5c9140f166b7d2bb
3,227
h
C
MCUME/teensydoom/ff.h
DigiTorus86/Teensy-R4ge-Pro
d94a73f4f60957b3f28a27b7d6f74b01a61121fa
[ "MIT" ]
1
2022-01-13T02:00:52.000Z
2022-01-13T02:00:52.000Z
MCUME/teensydoom/ff.h
DigiTorus86/Teensy-R4ge-Pro
d94a73f4f60957b3f28a27b7d6f74b01a61121fa
[ "MIT" ]
null
null
null
MCUME/teensydoom/ff.h
DigiTorus86/Teensy-R4ge-Pro
d94a73f4f60957b3f28a27b7d6f74b01a61121fa
[ "MIT" ]
1
2022-01-11T12:55:50.000Z
2022-01-11T12:55:50.000Z
#ifndef _FFWRAP #define _FFWRAP typedef int * FIL; #define FA_READ 0x01 /* Specifies read access to the object. Data can be read from the file. Combine with FA_WRITE for read-write access. */ #define FA_OPEN_EXISTING 0x00 /* Opens the file. The function fails if the file is not existing. (Default) */ #define FA...
44.205479
144
0.705299
[ "object" ]
2f2364070f8693e735883d2c65708ecd763a0bac
2,715
h
C
src/ExtLib/MediaInfo/MediaInfo/Audio/File_Dts.h
chinajeffery/MPC-BE--1.2.3
2229fde5535f565ba4a496a7f73267bd2c1ad338
[ "MIT" ]
null
null
null
src/ExtLib/MediaInfo/MediaInfo/Audio/File_Dts.h
chinajeffery/MPC-BE--1.2.3
2229fde5535f565ba4a496a7f73267bd2c1ad338
[ "MIT" ]
1
2019-11-14T04:18:32.000Z
2019-11-14T04:18:32.000Z
src/ExtLib/MediaInfo/MediaInfo/Audio/File_Dts.h
chinajeffery/MPC-BE--1.2.3
2229fde5535f565ba4a496a7f73267bd2c1ad338
[ "MIT" ]
null
null
null
/* Copyright (c) MediaArea.net SARL. All Rights Reserved. * * Use of this source code is governed by a BSD-style license that can * be found in the License.html file in the root of the source tree. */ //--------------------------------------------------------------------------- #ifndef MediaInfo_DtsH #define Me...
24.908257
77
0.572744
[ "vector" ]
2f2d8212ca61c9ddad70d0fb8d387ddf8de3aa3e
998
c
C
d/dagger/Torm/road/path1.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/dagger/Torm/road/path1.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/dagger/Torm/road/path1.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> inherit ROOM; void create() { ::create(); set_terrain(SCRUB_LANDS); set_travel(DIRT_ROAD); set_property("light", 2); // set_property("no teleport", 1); //Don't know why in the world this was set... //removing it ~Circe~ 4/27/08 set_short("Path to Torm"); set_long( "%^CYAN%^"...
32.193548
125
0.658317
[ "solid" ]
2f2f0c4c27f0cb3fa1b06eec7eb5a642ab96bba9
901
h
C
final-project/src/Song.h
babichjacob/ECE-270-Final-Project
9e4f226dc1e4a96e91a67b2f223125cf116af1ee
[ "MIT" ]
null
null
null
final-project/src/Song.h
babichjacob/ECE-270-Final-Project
9e4f226dc1e4a96e91a67b2f223125cf116af1ee
[ "MIT" ]
null
null
null
final-project/src/Song.h
babichjacob/ECE-270-Final-Project
9e4f226dc1e4a96e91a67b2f223125cf116af1ee
[ "MIT" ]
null
null
null
#pragma once #include <filesystem> #include <fstream> #include "csv.h" #include "ID3v2.h" constexpr auto MUSIC_DIR = "bin/data/music"; constexpr auto CACHE_DIR = "bin/data/.MyTunes/cache"; namespace fs = std::experimental::filesystem; using std::cout; using std::endl; using std::ifstream; using std::invalid_argume...
17.326923
56
0.72808
[ "vector" ]
2f34e6b9175d4827bc3818ec1ba42e32995cd98d
5,937
h
C
realizer/vrendererdx9.h
codetorex/realizer
adb06d3138cc039764c0859177a669fa485578bf
[ "MIT" ]
null
null
null
realizer/vrendererdx9.h
codetorex/realizer
adb06d3138cc039764c0859177a669fa485578bf
[ "MIT" ]
null
null
null
realizer/vrendererdx9.h
codetorex/realizer
adb06d3138cc039764c0859177a669fa485578bf
[ "MIT" ]
null
null
null
#ifndef VRENDERERDX9_H #define VRENDERERDX9_H #include "tstring.h" #include "tbitmap.h" #include "cwindows.h" // this renderer is windows only #include "vvertexstream.h" #include "mmatrix.h" #include "vmesh.h" #include "vvertexbufferformat.h" class RDLL VRendererDX9: public CRendererWindow { public: ...
25.480687
107
0.72444
[ "mesh" ]
2f5382fec25a555617ae04d54f47c34d880eba1c
6,608
h
C
GUI/KMapSolver/filterkmapresults.h
manashmndl/KMapSolver
8144513dbade499d9dafe1b378ffa6cc0e25810a
[ "Apache-2.0" ]
11
2016-09-18T17:09:36.000Z
2018-09-21T19:06:21.000Z
Console/KMapSolver/filterkmapresults.h
manashmndl/KMapSolver
8144513dbade499d9dafe1b378ffa6cc0e25810a
[ "Apache-2.0" ]
4
2016-09-15T11:45:42.000Z
2016-09-17T10:22:16.000Z
GUI/KMapSolver/filterkmapresults.h
manashmndl/KMapSolver
8144513dbade499d9dafe1b378ffa6cc0e25810a
[ "Apache-2.0" ]
3
2016-10-08T14:39:24.000Z
2018-10-02T16:41:32.000Z
#ifndef FILTERKMAPRESULTS #define FILTERKMAPRESULTS #include "operation.h" //this class is using for filtering results and giving //all possibilites results class FilterKmapTerms : public CompareKmapTerms, public ConverteTerms, public Combination { protected: int temp, temp1, temp2, temp3; //temprature variables...
29.110132
117
0.611229
[ "vector" ]
2f54ef8902b7848cae6795744c74642399fb5de9
3,524
h
C
include/post3D/Camera.h
fernandomv3/post3D
f97e4e092f7e47a964d2420681e6c282e0dcb868
[ "MIT" ]
null
null
null
include/post3D/Camera.h
fernandomv3/post3D
f97e4e092f7e47a964d2420681e6c282e0dcb868
[ "MIT" ]
null
null
null
include/post3D/Camera.h
fernandomv3/post3D
f97e4e092f7e47a964d2420681e6c282e0dcb868
[ "MIT" ]
null
null
null
#ifndef CAMERA_H #define CAMERA_H #include "post3D/Mat4.h" #include "post3D/Vec3.h" #include "post3D/Object3D.h" #include <memory> using namespace std; using namespace object3D; namespace scene{ /** * Represents a virtual Camera * This class stores the world and projection matrices as well as the gamma...
30.643478
128
0.665153
[ "object" ]
920e22ea0e835d2cd76e740405055a5d026442c9
8,099
h
C
media_driver/agnostic/gen8/codec/hal/codechal_encoder_g8.h
xinfengz/media-driver
310104a4693c476a215de13e7e9fabdf2afbad0a
[ "Intel", "BSD-3-Clause", "MIT" ]
1
2019-09-26T23:48:34.000Z
2019-09-26T23:48:34.000Z
media_driver/agnostic/gen8/codec/hal/codechal_encoder_g8.h
xinfengz/media-driver
310104a4693c476a215de13e7e9fabdf2afbad0a
[ "Intel", "BSD-3-Clause", "MIT" ]
null
null
null
media_driver/agnostic/gen8/codec/hal/codechal_encoder_g8.h
xinfengz/media-driver
310104a4693c476a215de13e7e9fabdf2afbad0a
[ "Intel", "BSD-3-Clause", "MIT" ]
1
2017-12-11T03:28:35.000Z
2017-12-11T03:28:35.000Z
/* * Copyright (c) 2011-2017, Intel Corporation * * 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, p...
26.554098
164
0.573898
[ "render" ]
921673c0c35039a9d58de4f4859215a57e86fdf4
35,326
c
C
astroem/jsfitsio/jsfitsio.c
jbroll/js9
05b748dd9391144dbb829fba1642d48a5f9bbe82
[ "MIT" ]
6
2015-08-13T06:02:03.000Z
2019-04-09T07:48:22.000Z
astroem/jsfitsio/jsfitsio.c
jbroll/js9
05b748dd9391144dbb829fba1642d48a5f9bbe82
[ "MIT" ]
1
2022-01-23T08:35:54.000Z
2022-01-23T08:35:54.000Z
astroem/jsfitsio/jsfitsio.c
volodymyrss/js9
50e35de88e647c54a92855608da4629bdd8b9fde
[ "MIT" ]
2
2015-10-13T10:26:38.000Z
2018-02-26T03:18:08.000Z
/* * * jsfitsio.c -- extra routines for javascript version * */ /* Notes: passing arrays and passing by reference: http://stackoverflow.com/questions/17883799/how-to-handle-passing-returning-array-pointers-to-emscripten-compiled-code https://groups.google.com/forum/#!topic/emscripten-discuss/JDaNHIRQ_G4 */ #includ...
27.069732
118
0.570005
[ "object" ]
92169644b41816daa7027a9cc1a481ba487ec767
6,122
h
C
src/ffmpegMediaHandlers.h
hokiedsp/libffmpegio
633f71017d33a5e4ac129e80945aec436de72aa7
[ "BSD-2-Clause" ]
1
2019-10-18T09:09:37.000Z
2019-10-18T09:09:37.000Z
src/ffmpegMediaHandlers.h
hokiedsp/libffmpegio
633f71017d33a5e4ac129e80945aec436de72aa7
[ "BSD-2-Clause" ]
null
null
null
src/ffmpegMediaHandlers.h
hokiedsp/libffmpegio
633f71017d33a5e4ac129e80945aec436de72aa7
[ "BSD-2-Clause" ]
1
2019-10-18T09:09:37.000Z
2019-10-18T09:09:37.000Z
#pragma once extern "C" { #include <libavutil/channel_layout.h> // av_get_pix_fmt_name() #include <libavutil/pixdesc.h> // av_get_pix_fmt_name() } #include "ffmpegMediaHandlerInterfaces.h" #include "ffmpegMediaStructs.h" namespace ffmpeg { /** * ffmpeg::MediaHandler/VideoHandler/AudioHandler */ class Media...
28.474419
79
0.683437
[ "object" ]
923e638421a69a51910b9b84c6483d99cf270546
342
h
C
gui/include/ChessEngineGui/logger.h
maede97/ChessEngine
24697e75a7375b68a47e08e0ef4fb4b363f08619
[ "MIT" ]
1
2021-02-20T11:09:59.000Z
2021-02-20T11:09:59.000Z
gui/include/ChessEngineGui/logger.h
maede97/ChessEngine
24697e75a7375b68a47e08e0ef4fb4b363f08619
[ "MIT" ]
2
2021-02-13T22:53:59.000Z
2021-02-21T12:43:28.000Z
gui/include/ChessEngineGui/logger.h
maede97/ChessEngine
24697e75a7375b68a47e08e0ef4fb4b363f08619
[ "MIT" ]
null
null
null
#pragma once #include "utils.h" #include <imgui.h> #include <vector> CHESS_NAMESPACE_BEGIN class Logger { public: static void logInfo(std::string what); static void logWarning(std::string what); static void displayConsole(int max = -1); private: static std::vector<std::pair<ImVec4, std::string>> entries; }...
17.1
61
0.733918
[ "vector" ]
92428824e2f95ad6c65f23f76b28e8cdd9d7632c
2,251
h
C
export/release/windows/obj/include/Event.h
bobisdabbing/Vs-The-United-Lands-stable
0807e58b6d8ad1440bdd350bf006b37a1b7ca9b5
[ "MIT" ]
null
null
null
export/release/windows/obj/include/Event.h
bobisdabbing/Vs-The-United-Lands-stable
0807e58b6d8ad1440bdd350bf006b37a1b7ca9b5
[ "MIT" ]
null
null
null
export/release/windows/obj/include/Event.h
bobisdabbing/Vs-The-United-Lands-stable
0807e58b6d8ad1440bdd350bf006b37a1b7ca9b5
[ "MIT" ]
null
null
null
// Generated by Haxe 4.1.5 #ifndef INCLUDED_Event #define INCLUDED_Event #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_STACK_FRAME(_hx_pos_cee7d4ca3e3c4fc7_18_new) HX_DECLARE_CLASS0(Event) class HXCPP_CLASS_ATTRIBUTES Event_obj : public ::hx::Object { public: typedef ::hx::Object super; typedef Event_o...
30.835616
124
0.690804
[ "object" ]
924643b3c4b1fb9bc1e4964415dbb12138a389dd
1,762
h
C
CTaskManager.h
hidenorly/STLTaskManager
fda95c47d6df5c44aeb53d8202b1f5a005475cf0
[ "Apache-2.0" ]
2
2017-07-09T11:32:52.000Z
2021-01-06T14:03:38.000Z
CTaskManager.h
hidenorly/STLTaskManager
fda95c47d6df5c44aeb53d8202b1f5a005475cf0
[ "Apache-2.0" ]
null
null
null
CTaskManager.h
hidenorly/STLTaskManager
fda95c47d6df5c44aeb53d8202b1f5a005475cf0
[ "Apache-2.0" ]
null
null
null
/* Copyright (C) 2016 hidenorly Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, sof...
20.97619
73
0.754824
[ "vector" ]
924fc07a66a6e21100e7c085755faf2ab238a2a3
2,262
h
C
chrome/browser/password_manager/password_store_win.h
rwatson/chromium-capsicum
b03da8e897f897c6ad2cda03ceda217b760fd528
[ "BSD-3-Clause" ]
11
2015-03-20T04:08:08.000Z
2021-11-15T15:51:36.000Z
chrome/browser/password_manager/password_store_win.h
rwatson/chromium-capsicum
b03da8e897f897c6ad2cda03ceda217b760fd528
[ "BSD-3-Clause" ]
null
null
null
chrome/browser/password_manager/password_store_win.h
rwatson/chromium-capsicum
b03da8e897f897c6ad2cda03ceda217b760fd528
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2006-2009 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_PASSWORD_MANAGER_PASSWORD_STORE_WIN_H_ #define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_WIN_H_ #include <map> #incl...
38.338983
77
0.762599
[ "vector" ]
92713edc5ecf8d050d22bba26943ad19c779f917
5,780
c
C
SlimeSim/Library/Il2cppBuildCache/UWP/x64/il2cppOutput/UnityEngine.ParticleSystemModule_CodeGen.c
shibigami/Hobby
be30565a4e1a90adb1a3b286b792b4ffea0d7f3d
[ "Apache-2.0" ]
null
null
null
SlimeSim/Library/Il2cppBuildCache/UWP/x64/il2cppOutput/UnityEngine.ParticleSystemModule_CodeGen.c
shibigami/Hobby
be30565a4e1a90adb1a3b286b792b4ffea0d7f3d
[ "Apache-2.0" ]
null
null
null
SlimeSim/Library/Il2cppBuildCache/UWP/x64/il2cppOutput/UnityEngine.ParticleSystemModule_CodeGen.c
shibigami/Hobby
be30565a4e1a90adb1a3b286b792b4ffea0d7f3d
[ "Apache-2.0" ]
null
null
null
#include "pch-c.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" // 0x00000001 System.Void UnityEngine.ParticleSystem::Emit(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color32) extern void ParticleSystem_E...
50.701754
147
0.88737
[ "mesh" ]
f37cf1c1ca664f384de217e4551c088df18ef484
2,643
h
C
include/voxigen/volume/regular2DGrid.h
caseymcc/voxigen
cfb7c7e999a02cdf40fd7344b2d744bf9446837c
[ "MIT" ]
38
2017-05-13T20:14:18.000Z
2022-01-20T12:39:59.000Z
include/voxigen/volume/regular2DGrid.h
caseymcc/voxigen
cfb7c7e999a02cdf40fd7344b2d744bf9446837c
[ "MIT" ]
null
null
null
include/voxigen/volume/regular2DGrid.h
caseymcc/voxigen
cfb7c7e999a02cdf40fd7344b2d744bf9446837c
[ "MIT" ]
6
2018-01-04T23:59:27.000Z
2021-02-19T03:48:50.000Z
#ifndef _voxigen_regular2DGrid_h_ #define _voxigen_regular2DGrid_h_ #include <vector> #include <glm/glm.hpp> namespace voxigen { template<typename _Cell> class Regular2DGrid { public: typedef _Cell CellType; // Regular2DGrid() {}; Regular2DGrid(size_t width, size_t height):m_size(width, height), m_cells(...
20.648438
117
0.564888
[ "vector" ]
f37d1e1600e4000aee1c5c23f6bd28bd89e1eb83
59,052
h
C
CLI/FK_CLI/include/IndexFace_CLI.h
rita0222/FK
bc5786a5da0dd732e2f411c1a953b331323ee432
[ "BSD-3-Clause" ]
4
2020-05-15T03:43:53.000Z
2021-06-05T16:21:31.000Z
CLI/FK_CLI/include/IndexFace_CLI.h
rita0222/FK
bc5786a5da0dd732e2f411c1a953b331323ee432
[ "BSD-3-Clause" ]
1
2020-05-19T09:27:16.000Z
2020-05-21T02:12:54.000Z
CLI/FK_CLI/include/IndexFace_CLI.h
rita0222/FK
bc5786a5da0dd732e2f411c1a953b331323ee432
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <FK/IndexFace.h> #include "Shape_CLI.h" #include "Vector_CLI.h" #include "BVHMotion_CLI.h" namespace FK_CLI { using namespace System::Collections::Generic; ref class fk_Solid; //! インデックスフェースセットによる任意形状を生成、管理するクラス /*! * このクラスは、 * 「インデックスフェースセット」による任意形状を制御する機能を提供します。 ...
25.820726
97
0.635101
[ "solid" ]
f384c3bb91f47c1b0b03154ef8e1a0755adf3dd3
565
h
C
glx/str.h
MAPSWorks/bigView--bigView-glx-Examples-latlon.C
099071d483f7b3d056f41c15424b2e3e93ffb22e
[ "NASA-1.3" ]
null
null
null
glx/str.h
MAPSWorks/bigView--bigView-glx-Examples-latlon.C
099071d483f7b3d056f41c15424b2e3e93ffb22e
[ "NASA-1.3" ]
null
null
null
glx/str.h
MAPSWorks/bigView--bigView-glx-Examples-latlon.C
099071d483f7b3d056f41c15424b2e3e93ffb22e
[ "NASA-1.3" ]
null
null
null
#ifndef _STR_H_ #define _STR_H_ #include <iostream> #include <string> #include <vector> namespace str { void tokenize(std::string, std::vector<std::string>&, std::string=" \t\n"); std::string trim(std::string); void trim(std::vector<std::string>&); std::string lower(std::string); void lower(std::vector<...
20.925926
79
0.669027
[ "vector" ]
f3885d468e84a314df0ab5ba19395fa32f228f62
1,088
h
C
dev/Code/Sandbox/Editor/Include/ISubObjectSelectionReferenceFrameCalculator.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Code/Sandbox/Editor/Include/ISubObjectSelectionReferenceFrameCalculator.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Code/Sandbox/Editor/Include/ISubObjectSelectionReferenceFrameCalculator.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
37.517241
85
0.806985
[ "object" ]
f389f60f235a22101379372f7dff52bf5ccc28cd
331
h
C
src/mesh.h
gheshu/meshing
ca3bd657a02a38c0b6c4e2a5aca8835d2d031e7f
[ "Apache-2.0" ]
48
2016-03-01T07:49:38.000Z
2022-03-11T16:24:04.000Z
src/mesh.h
gheshu/meshing
ca3bd657a02a38c0b6c4e2a5aca8835d2d031e7f
[ "Apache-2.0" ]
null
null
null
src/mesh.h
gheshu/meshing
ca3bd657a02a38c0b6c4e2a5aca8835d2d031e7f
[ "Apache-2.0" ]
4
2017-03-21T08:35:23.000Z
2020-08-24T07:34:32.000Z
#ifndef MESH_H #define MESH_H #include "glm/glm.hpp" #include "vertexbuffer.h" class Mesh { unsigned vao, vbo, num_vertices; bool is_init; public: Mesh() : num_vertices(0), is_init(false){}; ~Mesh(){ destroy(); } void draw(); void update(VertexBuffer& vb); void init(); void destroy(); ...
16.55
47
0.628399
[ "mesh" ]
f3a211dfb8f7374586d3a2acaba2d935938636e0
844
h
C
Fractal/FractalPhysics/include/collision/AABBCollision.h
talislincoln/fractals
a9ed52e99b9737ce0a6bba715f61e4d122e37dd5
[ "MIT" ]
2
2016-09-22T16:11:17.000Z
2016-09-22T16:11:55.000Z
Fractal/FractalPhysics/include/collision/AABBCollision.h
talislincoln/FractalGameEngine
a9ed52e99b9737ce0a6bba715f61e4d122e37dd5
[ "MIT" ]
null
null
null
Fractal/FractalPhysics/include/collision/AABBCollision.h
talislincoln/FractalGameEngine
a9ed52e99b9737ce0a6bba715f61e4d122e37dd5
[ "MIT" ]
null
null
null
#ifndef _AABB_COLISION #define _AABB_COLISION #include "AABB.h" #include <FractalMath\Vector.h> namespace fractal { namespace fphysics { class AABBCollision { public: AABBCollision(); ~AABBCollision(); static inline bool isCollide(const AABB& a,const AABB& b) { return(a.max.x > b.min.x && a.min.x ...
24.114286
62
0.556872
[ "vector" ]
f3b0d8dba362613b2dbe85b5e3ad60e57c3a79d9
712
h
C
project2D/SceneObject.h
Sloth113/MathforGames
2e056c827a549d8c7f9d870627b982a60b97cf75
[ "MIT" ]
null
null
null
project2D/SceneObject.h
Sloth113/MathforGames
2e056c827a549d8c7f9d870627b982a60b97cf75
[ "MIT" ]
null
null
null
project2D/SceneObject.h
Sloth113/MathforGames
2e056c827a549d8c7f9d870627b982a60b97cf75
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include "Matrix3.h" #include "Renderer2D.h" #include "Input.h" class SceneObject { //2D game object, static sprite public: SceneObject(); virtual ~SceneObject(); void addChild(SceneObject * child); void removeChild(int i); void removeChild(SceneObject * child); void removeChildr...
18.25641
46
0.740169
[ "object", "vector" ]
f3b3313bbe5783720693d1288e71a9c86282b056
7,787
c
C
libgda/src/rbgdadatasource.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
2
2016-05-08T20:57:12.000Z
2017-07-28T21:00:42.000Z
libgda/src/rbgdadatasource.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
null
null
null
libgda/src/rbgdadatasource.c
pkorenev/ruby-gnome2
08011d8535529a3866f877817f29361b1b0703d7
[ "Ruby" ]
2
2016-07-23T09:53:08.000Z
2021-07-13T07:21:05.000Z
/* * Copyright (C) 2003, 2004 Laurent Sansonetti <lrz@gnome.org> * * This file is part of Ruby/Libgda. * * Ruby/Libgda 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 th...
27.515901
81
0.70348
[ "object", "model" ]
f3b775086fa4ceed2cc12d0ab7cbe3de47687f7e
11,666
h
C
usr/src/uts/i86pc/sys/apix.h
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/i86pc/sys/apix.h
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/i86pc/sys/apix.h
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
1
2020-12-30T00:04:16.000Z
2020-12-30T00:04:16.000Z
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
32.769663
79
0.746443
[ "vector" ]
f3bf197241179824841aa9f9298e2f1d799451de
5,176
h
C
lib/akari/scenegraph.h
shiinamiyuki/nano-akari
09bc4d83a39df27668a9905c025f10ed543c6e85
[ "Apache-2.0" ]
5
2020-11-23T05:16:27.000Z
2021-09-15T10:29:21.000Z
lib/akari/scenegraph.h
shiinamiyuki/nano-akari
09bc4d83a39df27668a9905c025f10ed543c6e85
[ "Apache-2.0" ]
null
null
null
lib/akari/scenegraph.h
shiinamiyuki/nano-akari
09bc4d83a39df27668a9905c025f10ed543c6e85
[ "Apache-2.0" ]
null
null
null
// Copyright 2020 shiinamiyuki // // 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...
40.755906
120
0.450348
[ "mesh", "vector", "transform" ]
f3ca9a984621d5367f82200b7314de531c2c17fe
1,045
h
C
gstd/src/Stat.h
georgephilipp/cppgstd_legacy
e130860da7700aae42b915bc36a7efa4cae06d56
[ "MIT" ]
null
null
null
gstd/src/Stat.h
georgephilipp/cppgstd_legacy
e130860da7700aae42b915bc36a7efa4cae06d56
[ "MIT" ]
null
null
null
gstd/src/Stat.h
georgephilipp/cppgstd_legacy
e130860da7700aae42b915bc36a7efa4cae06d56
[ "MIT" ]
null
null
null
/* * File: Stat.h * Author: gschoenh * * Created on November 14, 2013, 8:14 PM */ #include "stdafx.h" #ifndef STAT_H #define STAT_H #include"standard.h" #include"Rand.h" namespace msii810161816 { namespace gstd { namespace stat { double MSII81016...
27.5
120
0.670813
[ "vector" ]
f3d68f87415a5e91110c71d207616c161630dc0e
5,794
h
C
Orbit/include/Render/VulkanBuffer.h
JusticesHand/orbit-engine
fd9bd160f6e54fb49a9e720f0c409ae5deb6e676
[ "MIT" ]
null
null
null
Orbit/include/Render/VulkanBuffer.h
JusticesHand/orbit-engine
fd9bd160f6e54fb49a9e720f0c409ae5deb6e676
[ "MIT" ]
8
2017-09-05T04:12:03.000Z
2017-10-26T03:17:07.000Z
Orbit/include/Render/VulkanBuffer.h
JusticesHand/orbit-engine
fd9bd160f6e54fb49a9e720f0c409ae5deb6e676
[ "MIT" ]
null
null
null
/*! @file Render/VulkanMemoryBuffer.h */ #ifndef RENDER_VULKANMEMORYBUFFER_H #define RENDER_VULKANMEMORYBUFFER_H #pragma once #include <cstdint> #include <memory> #include <vector> #include <vulkan/vulkan.hpp> namespace Orbit { class VulkanBase; class VulkanImage; /*! @brief Wrapper class containing a vk::Buff...
31.835165
115
0.718329
[ "render", "object", "vector" ]
f3e31faaf7c6edd3cc0703f7923f8a5e5aa072a9
3,075
h
C
src/lib/Common/include/kfuzz/Common/ClangDataTypes.h
Myriad-Dreamin/clang-diag
96c6b3118100d9a2694e8a10d273521ae55b44c0
[ "Apache-2.0" ]
null
null
null
src/lib/Common/include/kfuzz/Common/ClangDataTypes.h
Myriad-Dreamin/clang-diag
96c6b3118100d9a2694e8a10d273521ae55b44c0
[ "Apache-2.0" ]
null
null
null
src/lib/Common/include/kfuzz/Common/ClangDataTypes.h
Myriad-Dreamin/clang-diag
96c6b3118100d9a2694e8a10d273521ae55b44c0
[ "Apache-2.0" ]
null
null
null
// // Created by kamiyoru on 2020/10/19. // #ifndef KERNEL_FUZZER_COMMON_CLANG_DATA_TYPES_H #define KERNEL_FUZZER_COMMON_CLANG_DATA_TYPES_H #include <map> #include <queue> #include <utility> #include <clang/Tooling/Tooling.h> #include <kfuzz/Common/IncompleteTypeDecls.h> namespace kfuzz { struct Inclusion { ...
27.702703
120
0.583415
[ "vector" ]
137b416c85d38591a64e8f6f89a065eaf4eb6995
3,004
h
C
connectivity/shill/dbus/chromeos_ipconfig_dbus_adaptor.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
connectivity/shill/dbus/chromeos_ipconfig_dbus_adaptor.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
connectivity/shill/dbus/chromeos_ipconfig_dbus_adaptor.h
Keneral/asystem
df12381b72ef3d629c8efc61100cc8c714195320
[ "Unlicense" ]
null
null
null
// // Copyright (C) 2015 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
37.55
80
0.733356
[ "vector" ]
137c6b34a6076baf45df7f601e9fe906f34b7022
102,483
h
C
src/catkin_ws/src/failsafe_nodelets/util/reflexxesTypeIV/include/RMLOutputParameters.h
JakobThumm/safe_rl_manipulators
1724aee2ec4cbbd8fecfbf1653991e182d4ca48b
[ "MIT" ]
null
null
null
src/catkin_ws/src/failsafe_nodelets/util/reflexxesTypeIV/include/RMLOutputParameters.h
JakobThumm/safe_rl_manipulators
1724aee2ec4cbbd8fecfbf1653991e182d4ca48b
[ "MIT" ]
null
null
null
src/catkin_ws/src/failsafe_nodelets/util/reflexxesTypeIV/include/RMLOutputParameters.h
JakobThumm/safe_rl_manipulators
1724aee2ec4cbbd8fecfbf1653991e182d4ca48b
[ "MIT" ]
null
null
null
// ---------------------- Doxygen info ---------------------- //! \file RMLOutputParameters.h //! //! \brief //! Header file for the classes RMLOutputParameters, RMLOutputPolynomials, //! and RMLPolynomial //! //! \details //! The class RMLOutputParameters constitutes the basis class for the //! actual inte...
42.915829
191
0.60533
[ "object", "vector" ]
137fa3613122fb5afb81ab8c7c9dfdf2671ac421
3,303
h
C
Includes/Core/Searcher/PointNeighborSearcher3.h
utilForever/CubbyFlow-v1
d85c136d8eaa91ecce456c3356c7e578dda5d5bd
[ "MIT" ]
3
2020-04-15T13:41:16.000Z
2020-12-29T11:23:59.000Z
Includes/Core/Searcher/PointNeighborSearcher3.h
utilForever/CubbyFlow-v1
d85c136d8eaa91ecce456c3356c7e578dda5d5bd
[ "MIT" ]
null
null
null
Includes/Core/Searcher/PointNeighborSearcher3.h
utilForever/CubbyFlow-v1
d85c136d8eaa91ecce456c3356c7e578dda5d5bd
[ "MIT" ]
null
null
null
/************************************************************************* > File Name: PointNeighborSearcher3.h > Project Name: CubbyFlow > Author: Chan-Ho Chris Ohk > Purpose: Abstract base class for 3-D neighbor point searcher. > Created Time: 2017/05/07 > Copyright (c) 2018, Chan-Ho Chris Ohk **********************...
32.70297
123
0.695731
[ "object", "vector" ]
138ac5b04f0958a370a4618cd2e68fb316e60d98
1,103
c
C
08_140609/test-mmx.c
wkentaro-archive/lecture2014s-utmech-soft2
4b4d831433d7b3cdce98b33d60740c4c08972b50
[ "MIT" ]
1
2019-03-11T12:16:48.000Z
2019-03-11T12:16:48.000Z
08_140609/test-mmx.c
wkentaro-archive/lecture2014s-utmech-soft2
4b4d831433d7b3cdce98b33d60740c4c08972b50
[ "MIT" ]
null
null
null
08_140609/test-mmx.c
wkentaro-archive/lecture2014s-utmech-soft2
4b4d831433d7b3cdce98b33d60740c4c08972b50
[ "MIT" ]
null
null
null
#include <stdio.h> /* test-mmx.c*/ int main(int argc, char *argv[]) { short a[4] = {1, 2, 3, 4}; short b[4] = {-4, -3, -2, -1}; int c[2]; int i=4, j=1, k=0; # if 0 asm ( assembler template : output operands : input operands : list of clobbered registers ); # endif ...
29.810811
63
0.458749
[ "3d" ]
139af0f306ca87f4672b23d9e36fa152dc143fe9
2,396
c
C
texture_example/src/main.c
RossMeikleham/Vita_SDL2_Examples
b9c259517e17495c9fa54285b4f3151a0fd1b5da
[ "MIT" ]
1
2017-12-15T07:33:47.000Z
2017-12-15T07:33:47.000Z
texture_example/src/main.c
RossMeikleham/Vita_SDL2_Examples
b9c259517e17495c9fa54285b4f3151a0fd1b5da
[ "MIT" ]
null
null
null
texture_example/src/main.c
RossMeikleham/Vita_SDL2_Examples
b9c259517e17495c9fa54285b4f3151a0fd1b5da
[ "MIT" ]
null
null
null
// Example of Initializing and Updating a SDL2 Texture #include <SDL2/SDL.h> #ifdef PSVITA #include <psp2/kernel/processmgr.h> #endif #define TEXTURE_PIXELS_X 160 #define TEXTURE_PIXELS_Y 140 #define VITA_SCREEN_WIDTH 960 #define VITA_SCREEN_HEIGHT 544 static SDL_Window *screen; static SDL_Renderer *renderer; sta...
22.392523
86
0.6298
[ "render" ]
13a92e3fa68254b2d2cdc3279dcc9a2ccf6939ad
464
h
C
src/area.h
KostyaKulakov/Russian_System_of_ANPR
5fdb6874a333939fe8560b29b5d72304029a3c2a
[ "BSD-2-Clause" ]
83
2015-06-23T08:42:24.000Z
2022-03-30T12:21:10.000Z
src/area.h
sophronesis/Russian_System_of_ANPR
3f2d45dd7a6d9f4de71620e83bf9949adf79df84
[ "BSD-2-Clause" ]
5
2017-08-23T06:11:58.000Z
2021-11-16T12:07:48.000Z
src/area.h
sophronesis/Russian_System_of_ANPR
3f2d45dd7a6d9f4de71620e83bf9949adf79df84
[ "BSD-2-Clause" ]
38
2015-06-23T16:27:41.000Z
2021-11-07T07:17:10.000Z
/* * Name: area.h * Description: This class contains a structure for storing location symbols * Author: Konstantin Kulakov * Website: http://kostyakulakov.ru * Version: 1.1 * License: BSD */ #pragma once #include <opencv2/opencv.hpp> #include <vector> struct mArea { mArea(std::vector<cv::Point>& vec); cv::Point m...
17.846154
75
0.698276
[ "vector" ]
13a98fc8c46527de7369cbae7b567efc5a91dc6f
10,052
h
C
Chapter5/Main/hgt-qfunc.v.0.5.2/deps/simdpp/simd/extract.h
dunarel/dunphd-thesis
7c6286b5134024a8a67f97c4bfba8d6b94dc21c9
[ "BSD-3-Clause" ]
null
null
null
Chapter5/Main/hgt-qfunc.v.0.5.2/deps/simdpp/simd/extract.h
dunarel/dunphd-thesis
7c6286b5134024a8a67f97c4bfba8d6b94dc21c9
[ "BSD-3-Clause" ]
null
null
null
Chapter5/Main/hgt-qfunc.v.0.5.2/deps/simdpp/simd/extract.h
dunarel/dunphd-thesis
7c6286b5134024a8a67f97c4bfba8d6b94dc21c9
[ "BSD-3-Clause" ]
null
null
null
/* libsimdpp Copyright (C) 2011-2013 Povilas Kanapickas tir5c3@yahoo.co.uk All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above co...
26.314136
107
0.660665
[ "vector" ]
13b15d73f95ccb892358d65bca50c1e9cb6df399
2,655
h
C
trunk/libcvact/include/actSCardOSReg.h
flomar/CrypTool-VS2015
6468257af2e1002418882f22a9ed9fabddde096d
[ "Apache-2.0" ]
null
null
null
trunk/libcvact/include/actSCardOSReg.h
flomar/CrypTool-VS2015
6468257af2e1002418882f22a9ed9fabddde096d
[ "Apache-2.0" ]
null
null
null
trunk/libcvact/include/actSCardOSReg.h
flomar/CrypTool-VS2015
6468257af2e1002418882f22a9ed9fabddde096d
[ "Apache-2.0" ]
5
2016-07-02T12:59:28.000Z
2021-10-02T14:58:30.000Z
// --------------------------------------------------------------------------- // Name: actSCardOSReg.h // Product: cv act library // Purpose: factory functions registry to create SCardOS objects. // // Copyright: (c) 2002 cv cryptovision GmbH // all rights reserved // Licence: The conditions for ...
27.371134
89
0.643315
[ "vector" ]
13b3ff4b0502199a9dd417bd5ecc9e9c19e9801c
666
h
C
Shared/AbstractModel.h
deminew/cocosMNC
3ed97dfec07f1bffaae0a54f5719dd33a9f808bf
[ "Unlicense" ]
1
2015-11-05T05:47:38.000Z
2015-11-05T05:47:38.000Z
Shared/AbstractModel.h
deminew/cocosMNC
3ed97dfec07f1bffaae0a54f5719dd33a9f808bf
[ "Unlicense" ]
null
null
null
Shared/AbstractModel.h
deminew/cocosMNC
3ed97dfec07f1bffaae0a54f5719dd33a9f808bf
[ "Unlicense" ]
null
null
null
// // AbstractModel.h // OMGTTT // // Created by Jeremy on 1/11/10. // Copyright 2010 Jeremy Flores. All rights reserved. // #import <Foundation/Foundation.h> @class AbstractModel; @protocol ModelDelegate <NSObject> @required -(void)modelDidChange:(AbstractModel *)model; @end // private methods for AbstractMo...
18
100
0.753754
[ "object", "model" ]
13b63434419b32114dcdb187e570bb15bf4a6863
1,403
h
C
CCAPI/CCAPI/DumpTask.h
primetime00/CCCheat
827fcfb0f06946ed9cde5a10dd489b4a677209ff
[ "Apache-2.0" ]
16
2017-01-30T05:51:34.000Z
2022-01-26T21:04:26.000Z
CCAPI/CCAPI/DumpTask.h
ps3lib/CCCheat
827fcfb0f06946ed9cde5a10dd489b4a677209ff
[ "Apache-2.0" ]
2
2016-06-24T15:15:44.000Z
2018-10-16T15:10:36.000Z
CCAPI/CCAPI/DumpTask.h
ps3lib/CCCheat
827fcfb0f06946ed9cde5a10dd489b4a677209ff
[ "Apache-2.0" ]
3
2015-09-26T17:04:15.000Z
2020-06-09T16:09:22.000Z
#ifndef _DUMPTASK_ #define _DUMPTASK_ #include <vector> #include <utility> #include <map> #include "Task.h" #ifdef _WIN32 #include <direct.h> #define GetCurrentDir _getcwd #else #include <unistd.h> #define GetCurrentDir getcwd #endif using namespace std; class DumpTask: public Task { public: DumpTask(st...
21.584615
137
0.735567
[ "vector" ]
13cf06670c97de486baf7c6ae4bb6709a8a42674
2,323
h
C
zoo-project/zoo-kernel/service_internal_ruby.h
jmckenna/ZOO-Project
3d150095060600920040470d8329d85c67473a79
[ "MIT" ]
11
2021-05-22T23:14:52.000Z
2022-03-26T15:32:05.000Z
zoo-project/zoo-kernel/service_internal_ruby.h
jmckenna/ZOO-Project
3d150095060600920040470d8329d85c67473a79
[ "MIT" ]
13
2021-06-17T14:22:28.000Z
2022-03-10T23:08:52.000Z
zoo-project/zoo-kernel/service_internal_ruby.h
jmckenna/ZOO-Project
3d150095060600920040470d8329d85c67473a79
[ "MIT" ]
9
2021-06-25T15:28:37.000Z
2022-03-20T05:51:01.000Z
/* * Author : Gérald FENOY * * Copyright (c) 2014 GeoLabs SARL * * 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 *...
29.405063
81
0.73009
[ "object" ]
13cf891eb4b1aebb685bf3f138c95067ffd928c1
20,956
c
C
Src/collision.c
lidl/xtank
14e6d42efdc0318fbf37717b21cc9f6027dc7e9f
[ "BSD-2-Clause" ]
14
2017-04-20T22:12:33.000Z
2022-03-19T22:54:41.000Z
Src/collision.c
lidl/xtank
14e6d42efdc0318fbf37717b21cc9f6027dc7e9f
[ "BSD-2-Clause" ]
null
null
null
Src/collision.c
lidl/xtank
14e6d42efdc0318fbf37717b21cc9f6027dc7e9f
[ "BSD-2-Clause" ]
5
2017-06-16T01:45:00.000Z
2022-03-19T23:58:49.000Z
/*- * Copyright (c) 1988 Terry Donahue * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condi...
27.867021
78
0.58828
[ "vector" ]
13dea03d9b10bc3f5343bea83a9390a67340a9b8
5,715
h
C
Nesis/Common/CanUnitInfo/UnitInfoBase.h
jpoirier/x-gauges
8261b19a9678ad27db44eb8c354f5e66bd061693
[ "BSD-3-Clause" ]
3
2015-11-08T07:17:46.000Z
2019-04-05T17:08:05.000Z
Nesis/Common/CanUnitInfo/UnitInfoBase.h
jpoirier/x-gauges
8261b19a9678ad27db44eb8c354f5e66bd061693
[ "BSD-3-Clause" ]
null
null
null
Nesis/Common/CanUnitInfo/UnitInfoBase.h
jpoirier/x-gauges
8261b19a9678ad27db44eb8c354f5e66bd061693
[ "BSD-3-Clause" ]
null
null
null
#ifndef UNIT_INFO_BASE_H #define UNIT_INFO_BASE_H /*************************************************************************** * * * Copyright (C) 2008 by Kanardia d.o.o. [see www.kanardia.eu] * * Writen by: ...
32.471591
112
0.613298
[ "object", "vector" ]
13e30e691bfe4cb3e28d4776d695d664e82b9c1d
1,060
h
C
src/services/pcn-loadbalancer-dsr/src/serializer/BackendJsonObject.h
francescomessina/polycube
38f2fb4ffa13cf51313b3cab9994be738ba367be
[ "ECL-2.0", "Apache-2.0" ]
337
2018-12-12T11:50:15.000Z
2022-03-15T00:24:35.000Z
src/services/pcn-loadbalancer-dsr/src/serializer/BackendJsonObject.h
l1b0k/polycube
7af919245c131fa9fe24c5d39d10039cbb81e825
[ "ECL-2.0", "Apache-2.0" ]
253
2018-12-17T21:36:15.000Z
2022-01-17T09:30:42.000Z
src/services/pcn-loadbalancer-dsr/src/serializer/BackendJsonObject.h
l1b0k/polycube
7af919245c131fa9fe24c5d39d10039cbb81e825
[ "ECL-2.0", "Apache-2.0" ]
90
2018-12-19T15:49:38.000Z
2022-03-27T03:56:07.000Z
/** * lbdsr API * lbdsr API generated from lbdsr.yang * * OpenAPI spec version: 1.0.0 * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/polycube-network/swagger-codegen.git * branch polycube */ /* Do not edit this file manually */ /* * BackendJsonObject.h * * */ #pra...
16.5625
75
0.712264
[ "vector", "model" ]
13e6590f627833a6d107994aed758b0bb9aad3f7
10,614
c
C
cras/src/server/cras_bt_battery_provider.c
dgreid/adhd
3b124e06ef9a563cc7c9eb6a9888aa9b68654c7e
[ "BSD-1-Clause", "BSD-3-Clause" ]
1
2021-03-08T11:49:58.000Z
2021-03-08T11:49:58.000Z
cras/src/server/cras_bt_battery_provider.c
dgreid/adhd
3b124e06ef9a563cc7c9eb6a9888aa9b68654c7e
[ "BSD-1-Clause", "BSD-3-Clause" ]
1
2021-03-23T18:17:08.000Z
2021-03-23T18:17:08.000Z
cras/src/server/cras_bt_battery_provider.c
dgreid/adhd
3b124e06ef9a563cc7c9eb6a9888aa9b68654c7e
[ "BSD-1-Clause", "BSD-3-Clause" ]
1
2016-10-19T08:33:40.000Z
2016-10-19T08:33:40.000Z
/* Copyright 2020 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. */ #include <dbus/dbus.h> #include <errno.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <syslog.h> #include "cras_bt_adapter...
28.532258
79
0.764274
[ "object" ]
13ed8737fd6a781d20187b80a344b058fb77c0b4
2,711
c
C
StreamServiceUI/StreamServiceUI/AppWindow.c
spark83/StreamServiceFrontPageExample
369129405b84484eb8b48a40e2f1faf7bbcd3866
[ "BSD-3-Clause" ]
null
null
null
StreamServiceUI/StreamServiceUI/AppWindow.c
spark83/StreamServiceFrontPageExample
369129405b84484eb8b48a40e2f1faf7bbcd3866
[ "BSD-3-Clause" ]
null
null
null
StreamServiceUI/StreamServiceUI/AppWindow.c
spark83/StreamServiceFrontPageExample
369129405b84484eb8b48a40e2f1faf7bbcd3866
[ "BSD-3-Clause" ]
null
null
null
/* *! \brief Creates an application window, and provides update callback with * system key input events. *! \author Sang Park *! \date Oct 2021 */ #include <gl\glew.h> #include <gl\gl.h> #include <gl\glu.h> #include <SDL.h> #include "Logging/logger.h" #include "Types.h" #include "AppWindow.h" #ifdef __cpluspl...
26.067308
90
0.718923
[ "render" ]
13f58fbd10c2d042984d87e9688f9b8054dec3d9
17,441
h
C
include/motive/vector_motivator.h
google/motive
8e6e850de1f645a690920eaaaa6e6e57ca934cc4
[ "Apache-2.0" ]
210
2015-04-09T19:26:48.000Z
2022-02-08T12:49:13.000Z
include/motive/vector_motivator.h
google/motive
8e6e850de1f645a690920eaaaa6e6e57ca934cc4
[ "Apache-2.0" ]
1
2019-05-11T05:20:51.000Z
2019-05-11T05:20:51.000Z
include/motive/vector_motivator.h
google/motive
8e6e850de1f645a690920eaaaa6e6e57ca934cc4
[ "Apache-2.0" ]
53
2015-04-12T01:52:38.000Z
2022-01-17T00:12:15.000Z
// Copyright 2014 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
44.492347
80
0.683332
[ "shape", "vector", "3d" ]
13f6bc1d1b5df6222ef0642067c572a839b41180
3,892
h
C
embedded/common/target/nearby_platform_bt.h
google/nearby
1aeb1093a9864c73394d27598684f2e9287d6e4e
[ "Apache-2.0" ]
69
2021-10-18T00:37:29.000Z
2022-03-20T19:53:38.000Z
embedded/common/target/nearby_platform_bt.h
google/nearby
1aeb1093a9864c73394d27598684f2e9287d6e4e
[ "Apache-2.0" ]
14
2021-10-13T19:49:27.000Z
2022-03-31T22:19:13.000Z
embedded/common/target/nearby_platform_bt.h
google/nearby
1aeb1093a9864c73394d27598684f2e9287d6e4e
[ "Apache-2.0" ]
22
2021-10-20T12:36:47.000Z
2022-03-31T18:39:46.000Z
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
35.063063
80
0.743063
[ "model" ]
13fae7476b2ebe4b93bdda22c80bd864c8b1ab8e
67,714
c
C
vendor/samsung/external/ims_voice_engine/codec/evs/float_c/lib_dec/swb_tbe_dec.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
1
2020-06-28T00:49:21.000Z
2020-06-28T00:49:21.000Z
vendor/samsung/external/ims_voice_engine/codec/evs/float_c/lib_dec/swb_tbe_dec.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
null
null
null
vendor/samsung/external/ims_voice_engine/codec/evs/float_c/lib_dec/swb_tbe_dec.c
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
1
2021-03-05T16:54:52.000Z
2021-03-05T16:54:52.000Z
/*==================================================================================== EVS Codec 3GPP TS26.443 Oct 20, 2015. Version 12.4.0 ====================================================================================*/ #include <math.h> #include <stdlib.h> #include "options.h" #include "cnst.h" #include ...
34.512742
208
0.486916
[ "shape" ]
cd0700f506694b689cf5f9fbf3d726539bce2fe9
1,142
h
C
sort/countingsort.h
GillisWerrebrouck/Algorithms
ce3fc58f5e95afd1542413da2b3204027c7e8edb
[ "MIT" ]
5
2020-03-09T09:14:56.000Z
2021-05-01T18:13:15.000Z
sort/countingsort.h
GillisWerrebrouck/Algorithms
ce3fc58f5e95afd1542413da2b3204027c7e8edb
[ "MIT" ]
null
null
null
sort/countingsort.h
GillisWerrebrouck/Algorithms
ce3fc58f5e95afd1542413da2b3204027c7e8edb
[ "MIT" ]
3
2020-03-20T20:02:01.000Z
2021-11-01T19:58:20.000Z
#ifndef COUNTINGNSORT_H #define COUNTINGNSORT_H #include <vector> using std::vector; using std::swap; template <typename T> class CountingSort { public: void operator()(vector<T> & v); }; template <typename T> void getMinAndMax(vector<T> & v, T & min, T & max) { if(v.size() == 0) return; min = ...
20.763636
52
0.504378
[ "vector" ]
cd074439582c4e38697e60a0e3a4759adb5c905a
13,027
c
C
step2.build_gstreamer_project/gst_plugin_tutorial/gst-plugins-bad/ext/dash/gstmpdrepresentationbasenode.c
zhang-jinyu/Smart-Fruit-Scale-based-on-the-VITIS-AI-and-ZCU104
3b389cbaa0a4f472d9dd5bb6b994a904fdc6c832
[ "Apache-2.0" ]
1
2021-03-05T08:43:24.000Z
2021-03-05T08:43:24.000Z
step2.build_gstreamer_project/gst_plugin_tutorial/gst-plugins-bad/ext/dash/gstmpdrepresentationbasenode.c
zhang-jinyu/Smart-Fruit-Scale-based-on-the-VITIS-AI-and-ZCU104
3b389cbaa0a4f472d9dd5bb6b994a904fdc6c832
[ "Apache-2.0" ]
null
null
null
step2.build_gstreamer_project/gst_plugin_tutorial/gst-plugins-bad/ext/dash/gstmpdrepresentationbasenode.c
zhang-jinyu/Smart-Fruit-Scale-based-on-the-VITIS-AI-and-ZCU104
3b389cbaa0a4f472d9dd5bb6b994a904fdc6c832
[ "Apache-2.0" ]
null
null
null
/* GStreamer * * Copyright (C) 2019 Collabora Ltd. * Author: Stéphane Cerveau <scerveau@collabora.com> * * 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 ...
37.326648
80
0.759423
[ "object" ]
fa5a57d8e5b1a238d1aa95ed12e03f3b7998c34a
6,140
h
C
src/WeatherAPI_com/64x64/night/359.h
MHotchin/RLEBitmap
ebea6f7f032c235ff2301e2aced1e6180b71882e
[ "MIT" ]
8
2020-07-05T17:00:15.000Z
2022-02-08T04:34:50.000Z
src/WeatherAPI_com/64x64/night/359.h
MHotchin/RLEBitmap
ebea6f7f032c235ff2301e2aced1e6180b71882e
[ "MIT" ]
2
2020-07-04T21:11:49.000Z
2020-08-11T20:23:06.000Z
src/WeatherAPI_com/64x64/night/359.h
MHotchin/RLEBitmap
ebea6f7f032c235ff2301e2aced1e6180b71882e
[ "MIT" ]
3
2020-07-05T17:00:22.000Z
2020-11-03T11:18:34.000Z
// // This file is AUTOMATICALLY GENERATED, and should not be edited unless you are certain // that it will not be re-generated anytime in the future. As generated code, the // copyright owner(s) of the generating program do NOT claim any copyright on the code // generated. // // Run Length Encoded (RLE) bitmaps...
48.346457
157
0.67557
[ "render" ]
fa6899c6a7035b35a348a67276f1ec50a7357b0f
1,716
h
C
ui/ozone/platform/wayland/host/wayland_data_device_manager.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
ui/ozone/platform/wayland/host/wayland_data_device_manager.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
ui/ozone/platform/wayland/host/wayland_data_device_manager.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_DATA_DEVICE_MANAGER_H_ #define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_DATA_DEVICE_MANAGER_H_ #include <mem...
32.377358
80
0.752331
[ "object" ]
fa6ad88309283e7de7403ac4541b44fb960cb582
2,051
c
C
nitan/d/hangzhou/jiudian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/d/hangzhou/jiudian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/d/hangzhou/jiudian.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
//Cracked by Roath // /d/hangzhou/jiudian.c 牛家村酒店 // by maco 99/12/22 #include <room.h> #include <ansi.h> inherit ROOM; void create() { set("short", "酒店"); set("long", @LONG 這是座單門獨户的小酒店,檐下襬着兩張板桌,桌上罩着厚厚一 層灰塵,東首擺了個碗櫥。小酒店的主人是個跛子,可以向他打酒(f ill)。店中似乎也沒什麼菜色,無非是些蠶豆、花生等下酒之物。 LONG ); set("exits", ([...
25.012195
82
0.462701
[ "object" ]
fa74a6a2f0eee77b1e7b5b0caa1bb9f6d1a6b434
3,113
h
C
include/MediaParser/H264UserData.h
MultiSight/multisight-mediaparser
a7627fcd0b0cad467bba436a0363c04ea74c5574
[ "BSL-1.0" ]
2
2017-09-16T13:59:15.000Z
2019-04-24T03:25:36.000Z
include/MediaParser/H264UserData.h
MultiSight/multisight-mediaparser
a7627fcd0b0cad467bba436a0363c04ea74c5574
[ "BSL-1.0" ]
null
null
null
include/MediaParser/H264UserData.h
MultiSight/multisight-mediaparser
a7627fcd0b0cad467bba436a0363c04ea74c5574
[ "BSL-1.0" ]
1
2019-04-24T03:25:40.000Z
2019-04-24T03:25:40.000Z
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= // // XSDK // Copyright (c) 2015 Schneider Electric // // Use, modification, and distribution is subject to the Boost Software License, // Version 1.0 (See accompanying file LICENSE). // //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
27.794643
101
0.608095
[ "vector" ]
fa759ac9bf425b1bd9afc7024ab2434cfa692736
9,434
h
C
src/infact/interpreter.h
alex-quiterio/infact
478b005263534b5809dcd67bef280fbdecec6392
[ "BSD-3-Clause" ]
null
null
null
src/infact/interpreter.h
alex-quiterio/infact
478b005263534b5809dcd67bef280fbdecec6392
[ "BSD-3-Clause" ]
null
null
null
src/infact/interpreter.h
alex-quiterio/infact
478b005263534b5809dcd67bef280fbdecec6392
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2014, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of condition...
36.42471
80
0.650095
[ "object", "vector", "model" ]
fa7fea93dad1385d464944cee82a4597872a5d93
3,259
h
C
vs2017/sdk/pc_win/include/interface/IMailService.h
cheechang/cppcc
0292e9a9b27e0579970c83b4f6a75dcdae1558bf
[ "MIT" ]
null
null
null
vs2017/sdk/pc_win/include/interface/IMailService.h
cheechang/cppcc
0292e9a9b27e0579970c83b4f6a75dcdae1558bf
[ "MIT" ]
null
null
null
vs2017/sdk/pc_win/include/interface/IMailService.h
cheechang/cppcc
0292e9a9b27e0579970c83b4f6a75dcdae1558bf
[ "MIT" ]
null
null
null
#pragma once #include "../model/SDKTypes.h" #include "IService.h" #include "../extModel/mailpacket.h" #include <string> #include <vector> #define VER_MAIL INTERFACE_VERSION(1,0) static const VRVIID IID_IMailService = { 0x92dc7e53, 0x4a7c, 0x4436, 0xac, 0x5e, 0x29, 0x2f, 0xe8, 0x66, 0xbd, 0x2 }; namespace service { ...
33.255102
213
0.670144
[ "vector", "model" ]
fa8a14f0a649b6649f9eaaf8515cc0223ff00ea3
6,674
h
C
include/External/stlib/packages/shortest_paths/GraphDijkstra.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
include/External/stlib/packages/shortest_paths/GraphDijkstra.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
include/External/stlib/packages/shortest_paths/GraphDijkstra.h
bxl295/m4extreme
2a4a20ebb5b4e971698f7c981de140d31a5e550c
[ "BSD-3-Clause" ]
null
null
null
// -*- C++ -*- /*! \file GraphDijkstra.h \brief Implements a class for a weighted, directed graph. */ #if !defined(__GraphDijkstra_h__) #define __GraphDijkstra_h__ #include "Graph.h" #include "VertexDijkstra.h" #include "EdgeCompare.h" #include <vector> #include <functional> namespace shortest...
26.484127
79
0.62751
[ "vector" ]
fa8ac558bed266331eaa95bfd5739575e486f17b
4,210
h
C
src/Cria/source/Definition.h
oicawa/cria
53a7630990ca0ddf3680d879b032d2b55f0fd9ef
[ "MIT" ]
null
null
null
src/Cria/source/Definition.h
oicawa/cria
53a7630990ca0ddf3680d879b032d2b55f0fd9ef
[ "MIT" ]
null
null
null
src/Cria/source/Definition.h
oicawa/cria
53a7630990ca0ddf3680d879b032d2b55f0fd9ef
[ "MIT" ]
null
null
null
/* * $Id$ * * =============================================================================== * * Copyright (C) 2008-2009 Masamitsu Oikawa <oicawa@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "...
16.907631
83
0.658432
[ "object" ]
fa8da0401d274408908bd701e8e7c12fd1617e07
10,926
h
C
plugins/flowvis/src/implicit_topology.h
UniStuttgart-VISUS/implicit-topology
a7e0d5dd7253264e9feb2ae3d4dd44db5321d3e5
[ "BSD-3-Clause" ]
2
2020-10-16T10:15:37.000Z
2021-01-21T13:06:00.000Z
plugins/flowvis/src/implicit_topology.h
UniStuttgart-VISUS/implicit-topology
a7e0d5dd7253264e9feb2ae3d4dd44db5321d3e5
[ "BSD-3-Clause" ]
null
null
null
plugins/flowvis/src/implicit_topology.h
UniStuttgart-VISUS/implicit-topology
a7e0d5dd7253264e9feb2ae3d4dd44db5321d3e5
[ "BSD-3-Clause" ]
1
2021-01-28T01:19:54.000Z
2021-01-28T01:19:54.000Z
/* * implicit_topology.h * * Copyright (C) 2019 by Universitaet Stuttgart (VIS). * Alle Rechte vorbehalten. */ #pragma once #include "implicit_topology_computation.h" #include "implicit_topology_results.h" #include "triangulation.h" #include "mmcore/Call.h" #include "mmcore/CalleeSlot.h" #include "mmcore/CallerS...
39.021429
158
0.598206
[ "mesh", "vector" ]
fa9ffa22d6d549f6812abadebf75b1b21ec5ff7a
3,017
h
C
Pod/Classes/Backend/PMSDKConstants.h
PayMaya/Checkout-SDK-iOS
cd8be53554cd67d808d24fd137018744469b5f0e
[ "MIT" ]
4
2016-02-03T03:37:58.000Z
2020-02-27T05:16:35.000Z
Pod/Classes/Backend/PMSDKConstants.h
PayMaya/Checkout-SDK-iOS
cd8be53554cd67d808d24fd137018744469b5f0e
[ "MIT" ]
7
2016-08-16T05:50:45.000Z
2019-12-09T11:07:11.000Z
Pod/Classes/Backend/PMSDKConstants.h
PayMaya/Checkout-SDK-iOS
cd8be53554cd67d808d24fd137018744469b5f0e
[ "MIT" ]
7
2016-08-16T05:28:57.000Z
2019-12-11T04:27:31.000Z
// // PMSDKConstants.h // Pods // // Copyright (c) 2016 PayMaya Philippines, Inc. // // 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...
27.427273
101
0.723235
[ "object" ]
faa39f58e24658474e571bd4aa95668b8a7c02f8
8,774
h
C
include/linux/wacom_i2c.h
CaelestisZ/IrisCore
6f0397e43335434ee58e418c9d1528833c57aea2
[ "MIT" ]
1
2021-07-15T06:44:32.000Z
2021-07-15T06:44:32.000Z
include/linux/wacom_i2c.h
CaelestisZ/AetherAura
1b30acb7e6921042722bc4aff160dc63a975abc2
[ "MIT" ]
null
null
null
include/linux/wacom_i2c.h
CaelestisZ/AetherAura
1b30acb7e6921042722bc4aff160dc63a975abc2
[ "MIT" ]
4
2020-05-26T12:40:11.000Z
2021-07-15T06:46:33.000Z
#ifndef _LINUX_WACOM_I2C_H #define _LINUX_WACOM_I2C_H #include <linux/module.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/input.h> #include <linux/i2c.h> #include <linux/interrupt.h> #include <linux/slab.h> #include <linux/hrtimer.h> #include <linux/gpio.h> #include <linux/irq.h> #include <lin...
23.21164
147
0.794848
[ "model" ]
faa5d2d83b6b6ac7fe9f6a015d780a6592ff10de
11,596
c
C
ni/src/lib/nfp/cz2ccmW.c
tenomoto/ncl
a87114a689a1566e9aa03d85bcf6dc7325b47633
[ "Apache-2.0" ]
210
2016-11-24T09:05:08.000Z
2022-03-24T19:15:32.000Z
ni/src/lib/nfp/cz2ccmW.c
tenomoto/ncl
a87114a689a1566e9aa03d85bcf6dc7325b47633
[ "Apache-2.0" ]
156
2017-09-22T09:56:48.000Z
2022-03-30T07:02:21.000Z
ni/src/lib/nfp/cz2ccmW.c
tenomoto/ncl
a87114a689a1566e9aa03d85bcf6dc7325b47633
[ "Apache-2.0" ]
58
2016-12-14T00:15:22.000Z
2022-03-15T09:13:00.000Z
#include <stdio.h> #include <math.h> #include "wrapper.h" extern void NGCALLF(dcz2ccm,DCZ2CCM)(double*,double*,double*,double*,double*, double*,double*,double*,int*,int*,int*, int*,double*,double*,double*,double*, ...
29.062657
131
0.608486
[ "3d" ]
faaf79c0db60f7aee5dec3b46c61fc2aab5a1760
956
h
C
bsdlibc/include/pdp/autoconfig.h
jguillaumes/muxx
2b9e20dcef9d42e6abfe0024fef16ad98b78facf
[ "BSD-2-Clause" ]
3
2018-07-18T19:41:50.000Z
2021-03-08T23:00:04.000Z
bsdlibc/include/pdp/autoconfig.h
jguillaumes/muxx
2b9e20dcef9d42e6abfe0024fef16ad98b78facf
[ "BSD-2-Clause" ]
null
null
null
bsdlibc/include/pdp/autoconfig.h
jguillaumes/muxx
2b9e20dcef9d42e6abfe0024fef16ad98b78facf
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 1986 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * * @(#)autoconfig.h 1.1 (2.10BSD Berkeley) 12/1/86 */ /* * Possible error codes of the auto configuration program */ #define...
31.866667
68
0.714435
[ "vector" ]
fab743acb01b5960e33aee320514da4cfe06726c
16,109
c
C
java/jni/src/main/c/jni/daos_jni.c
gczsjdy/daos
abbd900010562f3acea9c6b1dc2ca98a8d3c71fa
[ "Apache-2.0" ]
null
null
null
java/jni/src/main/c/jni/daos_jni.c
gczsjdy/daos
abbd900010562f3acea9c6b1dc2ca98a8d3c71fa
[ "Apache-2.0" ]
null
null
null
java/jni/src/main/c/jni/daos_jni.c
gczsjdy/daos
abbd900010562f3acea9c6b1dc2ca98a8d3c71fa
[ "Apache-2.0" ]
null
null
null
#include "daos_jni_common.h" static const char* server_group = "daos_server"; static jint JNI_VERSION = JNI_VERSION_1_8; static const int max_svc_nreplicas = 13; static const unsigned int default_svc_nreplicas = 1; jclass JC_String; jclass JC_Exception; /** A-key name of DFS Layout Version */ #define LAYOUT_NAME "...
28.663701
95
0.668384
[ "object" ]
fab74e1d230dfefa3dc7ea3e43c8635dc91d2ee8
1,246
h
C
Util/genutil/Ranges.h
rwharton/psrchive_dsn
9584862167154fa48db89b86151c4221ad4bb96b
[ "AFL-2.1" ]
null
null
null
Util/genutil/Ranges.h
rwharton/psrchive_dsn
9584862167154fa48db89b86151c4221ad4bb96b
[ "AFL-2.1" ]
null
null
null
Util/genutil/Ranges.h
rwharton/psrchive_dsn
9584862167154fa48db89b86151c4221ad4bb96b
[ "AFL-2.1" ]
1
2020-02-13T20:08:14.000Z
2020-02-13T20:08:14.000Z
//-*-C++-*- /*************************************************************************** * * Copyright (C) 2016 by Willem van Straten * Licensed under the Academic Free License version 2.1 * ***************************************************************************/ // psrchive/Util/units/Ranges.h #ifndef _...
23.074074
77
0.55939
[ "vector" ]
fabbd36cb6509f492735e0e95e3836a5914f9aee
1,051
h
C
onnxruntime/core/providers/cpu/tensor/copy.h
asamadiya/onnxruntime
6b3645d97ab222d28bd515f4990af8868194eb52
[ "MIT" ]
1
2020-06-18T01:35:31.000Z
2020-06-18T01:35:31.000Z
onnxruntime/core/providers/cpu/tensor/copy.h
asamadiya/onnxruntime
6b3645d97ab222d28bd515f4990af8868194eb52
[ "MIT" ]
19
2021-08-21T08:43:10.000Z
2022-03-18T21:52:45.000Z
onnxruntime/core/providers/cpu/tensor/copy.h
asamadiya/onnxruntime
6b3645d97ab222d28bd515f4990af8868194eb52
[ "MIT" ]
3
2019-01-08T12:19:04.000Z
2020-05-09T21:33:12.000Z
#include "core/providers/common.h" #include "core/platform/threadpool.h" #include <vector> namespace onnxruntime { void CoalesceDimensions( std::initializer_list<std::reference_wrapper<std::vector<int64_t>>>&& tensors_strides, std::vector<int64_t>& shape); Status DispatchStridedCopy(concurrency::ThreadPool* thre...
37.535714
120
0.600381
[ "shape", "vector" ]
fabc7b048893cb78a57424e98b9c044086d6abe6
605
h
C
src/nvilidar/nvilidar_filter.h
nvilidar/nvilidar_sdk
a2a323ba89fd04396341e4699a5ce743f12113af
[ "BSD-3-Clause" ]
null
null
null
src/nvilidar/nvilidar_filter.h
nvilidar/nvilidar_sdk
a2a323ba89fd04396341e4699a5ce743f12113af
[ "BSD-3-Clause" ]
1
2021-11-22T06:44:48.000Z
2021-12-09T02:53:01.000Z
sdk/src/nvilidar/nvilidar_filter.h
nvilidar/nvilidar_ros
dc03c44e581cb328f6dbdd23f63344c0e6a73d4b
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include "nvilidar_def.h" #include "nvilidar_protocol.h" //---定义库信息 VS系列的生成库文件 #ifdef WIN32 #define NVILIDAR_FILTER_API __declspec(dllexport) #else #define NVILIDAR_FILTER_API #endif // ifdef WIN32 namespace nvilidar { //lidar driver class NVILIDAR_FILTER_API LidarFilter ...
20.166667
72
0.687603
[ "vector" ]
fac8353c466487135bfd03c96c855e5b432b2dab
9,610
h
C
ray_tracing__advance/hello_vulkan.h
enomis101/vk_raytracing_tutorial_KHR
945fd67bc0786c2cb03c407b4e8ae8f7c985e494
[ "Apache-2.0" ]
null
null
null
ray_tracing__advance/hello_vulkan.h
enomis101/vk_raytracing_tutorial_KHR
945fd67bc0786c2cb03c407b4e8ae8f7c985e494
[ "Apache-2.0" ]
null
null
null
ray_tracing__advance/hello_vulkan.h
enomis101/vk_raytracing_tutorial_KHR
945fd67bc0786c2cb03c407b4e8ae8f7c985e494
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2014-2021, NVIDIA CORPORATION. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
28.181818
152
0.671488
[ "vector", "model", "transform" ]
facca3bf5e2d8c469a71c63c1e7b62ccdb3e5269
5,240
h
C
afl/random.h
sandialabs/wafl
8be5cfe782d2da88167f9d8c1425ae729c15afa9
[ "Apache-2.0", "BSD-2-Clause" ]
2
2021-10-09T14:09:29.000Z
2022-02-09T01:56:25.000Z
afl/random.h
sandialabs/wafl
8be5cfe782d2da88167f9d8c1425ae729c15afa9
[ "Apache-2.0", "BSD-2-Clause" ]
null
null
null
afl/random.h
sandialabs/wafl
8be5cfe782d2da88167f9d8c1425ae729c15afa9
[ "Apache-2.0", "BSD-2-Clause" ]
1
2021-09-28T20:17:40.000Z
2021-09-28T20:17:40.000Z
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include "alloc-inl.h" #include "config.h" #include "types.h" #include "debug.h" struct alias { u8* fname; /* File name for the weight vector */ u...
28.172043
107
0.64542
[ "vector" ]
fadea24877776ccca1f2b11c7a01a2148f2bc635
4,064
h
C
src/PostProcessor.h
crocs-muni/oneclick
30504a6bcb1b07d94f3875d4a219f41191bcaad1
[ "MIT" ]
1
2019-02-10T00:02:46.000Z
2019-02-10T00:02:46.000Z
src/PostProcessor.h
DalavanCloud/oneclick
30504a6bcb1b07d94f3875d4a219f41191bcaad1
[ "MIT" ]
10
2016-03-01T16:54:09.000Z
2016-06-26T18:21:29.000Z
src/PostProcessor.h
DalavanCloud/oneclick
30504a6bcb1b07d94f3875d4a219f41191bcaad1
[ "MIT" ]
1
2019-02-10T00:02:37.000Z
2019-02-10T00:02:37.000Z
#ifndef POSTPROCESSOR_H #define POSTPROCESSOR_H #include <iostream> #include <string> #include <sstream> #include <iomanip> /** Class for storing result of single batch. Used by PostProcessors. */ class Score { private: //Algorithm name - usually in format Project: Algorithm - N rounds std::string algName; ...
32.253968
90
0.608268
[ "vector" ]
fadfbfd4727df6d86df95ef6fd9fdb04802cc8fa
4,797
h
C
win/win_cli_args.h
dbj-data/dbj-fwk
88e276e8973b7412c3d50b275ab457ab98f88bc5
[ "BSD-3-Clause" ]
null
null
null
win/win_cli_args.h
dbj-data/dbj-fwk
88e276e8973b7412c3d50b275ab457ab98f88bc5
[ "BSD-3-Clause" ]
null
null
null
win/win_cli_args.h
dbj-data/dbj-fwk
88e276e8973b7412c3d50b275ab457ab98f88bc5
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include "windows_includer.h" #include "dbj_start_stop.h" #pragma warning( push ) #pragma warning( disable : 26451 ) #pragma warning( disable : 28182 ) #ifdef __cplusplus extern "C" { #endif /* * http://alter.org.ua/docs/win/args/ * * for some reason it is not on MS DOCS any more * and not i...
19.659836
104
0.585157
[ "model" ]
fae1f0eb9c4d3e79d9c6cba2d38cb8891ed8bb72
880
h
C
src/sgmwcs/include/primal_heuristic.h
ctlab/rmwcs
354d47304e0d605906037fb6c6285363e1b34fba
[ "Apache-2.0" ]
7
2017-09-06T09:55:00.000Z
2022-02-25T03:57:13.000Z
src/sgmwcs/include/primal_heuristic.h
ctlab/rmwcs
354d47304e0d605906037fb6c6285363e1b34fba
[ "Apache-2.0" ]
2
2021-11-14T00:58:01.000Z
2021-11-21T14:46:17.000Z
src/sgmwcs/include/primal_heuristic.h
ctlab/rmwcs
354d47304e0d605906037fb6c6285363e1b34fba
[ "Apache-2.0" ]
2
2020-10-18T02:23:30.000Z
2021-12-21T10:55:05.000Z
// // Created by Alexander Loboda on 9/15/21. // #ifndef MWCSR_PRIMAL_HEURISTIC_H #define MWCSR_PRIMAL_HEURISTIC_H #include "../../include/graph.h" #include "solution.h" #include <functional> #include <unordered_set> namespace relax { class PrimalHeuristic { mwcsr::Graph g; std::function<double(size_t)> we...
22.564103
97
0.697727
[ "vector" ]
fae8d570a2d3e6693657d7104c6cf63637768a6a
2,569
h
C
3party/gtk+-3.12.1/modules/input/gtkimcontextthai.h
kongaraju/antkorp
3453d543d659e3420d5bc4b536016bb1d097d7ec
[ "CC-BY-3.0", "Apache-2.0" ]
1
2016-01-02T14:39:07.000Z
2016-01-02T14:39:07.000Z
3party/gtk+-3.12.1/modules/input/gtkimcontextthai.h
kongaraju/antkorp
3453d543d659e3420d5bc4b536016bb1d097d7ec
[ "CC-BY-3.0", "Apache-2.0" ]
4
2019-12-20T06:13:24.000Z
2021-07-03T16:28:18.000Z
3party/gtk+-3.12.1/modules/input/gtkimcontextthai.h
kongaraju/antkorp
3453d543d659e3420d5bc4b536016bb1d097d7ec
[ "CC-BY-3.0", "Apache-2.0" ]
2
2015-09-17T16:40:10.000Z
2016-11-17T15:56:42.000Z
/* GTK - The GIMP Toolkit * * 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 of the License, or (at your option) any later version. * * This library is distribute...
33.802632
128
0.789412
[ "object" ]
faecd383600e7f937bdbbcebcf8c9a4528481464
753
h
C
include/canvas/renderer/immediate_renderer.h
fizixx/canvas
697974249027deac449fa1aaa7516e6d773509a1
[ "MIT" ]
6
2015-08-26T20:14:43.000Z
2021-05-01T18:32:58.000Z
include/canvas/renderer/immediate_renderer.h
fizixx/canvas
697974249027deac449fa1aaa7516e6d773509a1
[ "MIT" ]
null
null
null
include/canvas/renderer/immediate_renderer.h
fizixx/canvas
697974249027deac449fa1aaa7516e6d773509a1
[ "MIT" ]
1
2017-06-27T07:23:34.000Z
2017-06-27T07:23:34.000Z
#pragma once #include "canvas/renderer/immediate_mesh.h" #include "canvas/renderer/types.h" #include "canvas/utils/color.h" #include "floats/mat4.h" #include "floats/vec3.h" #include "nucleus/containers/dynamic_array.h" #include "nucleus/macros.h" namespace ca { class Renderer; class ImmediateRenderer { NU_DELETE...
21.514286
91
0.722444
[ "transform" ]
782d69cdb869d23af8c78f5768d818b0efdade41
923
h
C
enemymanager.h
Jmeggesto/Glamour
82244adeb91fa882fb8cfbafe74e6fd4bea876a3
[ "MIT" ]
null
null
null
enemymanager.h
Jmeggesto/Glamour
82244adeb91fa882fb8cfbafe74e6fd4bea876a3
[ "MIT" ]
null
null
null
enemymanager.h
Jmeggesto/Glamour
82244adeb91fa882fb8cfbafe74e6fd4bea876a3
[ "MIT" ]
null
null
null
#ifndef ENEMY_MANAGER_H #define ENEMY_MANAGER_H #include "gameworld.h" #include "scoreboard.h" #include <vector> namespace glamour { class EnemyManager { public: EnemyManager(GameWorld& world, Context& ctxt, Scoreboard& sboard); ~EnemyManager(); void shoot(Window* origin); void updateEntities(d...
17.75
70
0.67714
[ "vector" ]