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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24e7369582b203b445a80081fb2d8a460d619db7 | 1,198 | h | C | L1Trigger/L1TCalorimeter/interface/AccumulatingSort.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | L1Trigger/L1TCalorimeter/interface/AccumulatingSort.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | L1Trigger/L1TCalorimeter/interface/AccumulatingSort.h | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | #include <vector>
#include <list>
#include <cstdint>
template <typename T>
class AccumulatingSort {
private:
std::vector<std::list<T> > mSortArrays;
uint32_t mSize;
private:
void AccumulatorUnit(const std::list<T>& aInput, T& aAcc, std::list<T>& aTail) {
aTail.clear();
bool lAccInserted(false);
fo... | 26.622222 | 121 | 0.631052 | [
"vector"
] |
24f283e31b445848ca546069e53c08b1e985913e | 1,572 | h | C | code_reading/oceanbase-master/src/sql/engine/cmd/ob_synonym_executor.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/src/sql/engine/cmd/ob_synonym_executor.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | null | null | null | code_reading/oceanbase-master/src/sql/engine/cmd/ob_synonym_executor.h | wangcy6/weekly_read | 3a8837ee9cd957787ee1785e4066dd623e02e13a | [
"Apache-2.0"
] | 1 | 2020-10-18T12:59:31.000Z | 2020-10-18T12:59:31.000Z | /**
* Copyright (c) 2021 OceanBase
* OceanBase CE is licensed under Mulan PubL v2.
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* You may obtain a copy of Mulan PubL v2 at:
* http://license.coscl.org.cn/MulanPubL-2.0
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BAS... | 26.644068 | 88 | 0.771628 | [
"object"
] |
24fa124c107211aeec4e4bcbe07e8f8dbd2dfc9c | 10,467 | h | C | src/libgeodecomp/communication/typemaps.h | aproeme/libgeodecomp | f78899c67ad62540fd153cba132a0a363a7b3fa9 | [
"BSL-1.0"
] | 40 | 2015-03-18T16:36:25.000Z | 2020-08-19T07:35:19.000Z | src/libgeodecomp/communication/typemaps.h | aproeme/libgeodecomp | f78899c67ad62540fd153cba132a0a363a7b3fa9 | [
"BSL-1.0"
] | 72 | 2015-02-05T10:41:30.000Z | 2022-03-03T12:02:47.000Z | src/libgeodecomp/communication/typemaps.h | aproeme/libgeodecomp | f78899c67ad62540fd153cba132a0a363a7b3fa9 | [
"BSL-1.0"
] | 17 | 2015-11-22T14:49:16.000Z | 2020-01-15T19:05:04.000Z | #include<libgeodecomp/config.h>
#ifdef LIBGEODECOMP_WITH_MPI
#ifndef LIBGEODECOMP_TYPEMAPS_H
#define LIBGEODECOMP_TYPEMAPS_H
#include <mpi.h>
#include <complex>
#include <libgeodecomp/geometry/coord.h>
#include <libgeodecomp/geometry/coord.h>
#include <libgeodecomp/geometry/coord.h>
#include <libgeodecomp/geometry/coo... | 29.484507 | 114 | 0.749307 | [
"geometry"
] |
7006de80722a01aeb6f57ed985997395af193157 | 23,698 | h | C | src/llvmsym/smtdatastore_partial.h | yaqwsx/SymDivine | 5400fb2d2deaf00c745ab9f8e4f572c79d7e9caa | [
"MIT"
] | 6 | 2015-10-13T20:01:01.000Z | 2017-04-05T04:00:17.000Z | src/llvmsym/smtdatastore_partial.h | yaqwsx/SymDivine | 5400fb2d2deaf00c745ab9f8e4f572c79d7e9caa | [
"MIT"
] | 6 | 2015-10-12T09:30:34.000Z | 2016-05-24T16:44:12.000Z | src/llvmsym/smtdatastore_partial.h | yaqwsx/SymDivine | 5400fb2d2deaf00c745ab9f8e4f572c79d7e9caa | [
"MIT"
] | 3 | 2015-10-12T12:20:25.000Z | 2017-04-05T04:06:06.000Z | #pragma once
#include <llvmsym/base_smt_datastore.h>
#include <llvmsym/smtdatastore.h>
#include <llvmsym/formula/rpn.h>
#include <llvmsym/formula/z3.h>
#include <llvmsym/programutils/statistics.h>
#include <llvmsym/programutils/config.h>
#include <vector>
#include <list>
#include <map>
#include <set>
#incl... | 34.646199 | 122 | 0.537218 | [
"vector"
] |
2a23d6d2abf318c38cef734ba30e9913ca9944f5 | 825 | h | C | src/read_config.h | HATTER-LONG/Source_Httpd3 | e98a88944e5337c898561e67ace4424e09df7d37 | [
"MIT"
] | 76 | 2016-03-25T03:04:39.000Z | 2022-01-11T12:45:59.000Z | src/read_config.h | HATTER-LONG/Source_Httpd3 | e98a88944e5337c898561e67ace4424e09df7d37 | [
"MIT"
] | 2 | 2016-04-29T08:55:11.000Z | 2018-04-15T13:00:20.000Z | src/read_config.h | wrestle/httpd3 | e98a88944e5337c898561e67ace4424e09df7d37 | [
"MIT"
] | 32 | 2016-03-25T05:31:54.000Z | 2022-02-20T15:30:03.000Z | //
// Created by root on 3/17/16.
//
#ifndef HTTPD3_READ_CONFIG_H
#define HTTPD3_READ_CONFIG_H
#define CONFIG_FILE_PATH "../../config/wsx.conf"
#define IPV6_LENGTH_CHAR 128/8
struct init_config_from_file {
int core_num; /* CPU Core numbers */
#define PORT_SIZE 10
char listen_port[PORT_SIZE]; /... | 26.612903 | 80 | 0.72 | [
"object"
] |
2a26f382965fcaafb7fd65a3a436e7940b2eb585 | 485 | h | C | event_mgr.h | PanPaskuda/Ard-Base | abaa5ee53a926a31657617d428d97be9b245e214 | [
"MIT"
] | null | null | null | event_mgr.h | PanPaskuda/Ard-Base | abaa5ee53a926a31657617d428d97be9b245e214 | [
"MIT"
] | null | null | null | event_mgr.h | PanPaskuda/Ard-Base | abaa5ee53a926a31657617d428d97be9b245e214 | [
"MIT"
] | null | null | null |
#if !defined EVENT_MGR_H_GUARD
#define EVENT_MGR_H_GUARD
#include <stdint.h>
#include <stdbool.h>
#include "actions.h"
typedef enum {
EVENT_TYPE_BUTTON,
EVENT_TYPE_TIMER,
EVENT_TYPE_SENTINEL,
} EventMgr_Type;
typedef struct {
const EventMgr_Type type;
int8_t counter;
void *object;
uint8_... | 15.645161 | 38 | 0.736082 | [
"object"
] |
2a2c6bf459b985d4b99d69c0df7d11784208cb61 | 329 | h | C | landscaper/src/game_state.h | llGuy/landscaper | 7b9874c73bd7f5f07a340b9043fdeace032b6c49 | [
"MIT"
] | null | null | null | landscaper/src/game_state.h | llGuy/landscaper | 7b9874c73bd7f5f07a340b9043fdeace032b6c49 | [
"MIT"
] | null | null | null | landscaper/src/game_state.h | llGuy/landscaper | 7b9874c73bd7f5f07a340b9043fdeace032b6c49 | [
"MIT"
] | null | null | null | #pragma once
#include <GL/glew.h>
#include "timer.h"
#include "input_handler.h"
#include "renderable.h"
class game_state
{
public:
game_state(void) = default;
virtual ~game_state(void) = default;
virtual auto render(timer & time) -> void = 0;
virtual auto update(input_handler & ih, timer & time) -> game_state *... | 18.277778 | 75 | 0.696049 | [
"render"
] |
2a38010c4545bb71c15b87071c76b2c08dcae1c8 | 3,623 | h | C | Engine/source/T3D/physics/bullet/btCollision.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 2,113 | 2015-01-01T11:23:01.000Z | 2022-03-28T04:51:46.000Z | Engine/source/T3D/physics/bullet/btCollision.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 948 | 2015-01-02T01:50:00.000Z | 2022-02-27T05:56:40.000Z | Engine/source/T3D/physics/bullet/btCollision.h | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 944 | 2015-01-01T09:33:53.000Z | 2022-03-15T22:23:03.000Z | //-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// 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 restrictio... | 36.969388 | 79 | 0.632349 | [
"mesh",
"shape",
"vector",
"transform"
] |
2a4a71181c3d159c7fba6da8d1995d9a119dd924 | 32,825 | c | C | MicroPythonPkg/MicroPythonDxe/Uefi/use.c | curtisrlee/edk2-staging | 26f310d39e8dcb4fdfb6cb205f1430977dbbc366 | [
"BSD-2-Clause"
] | null | null | null | MicroPythonPkg/MicroPythonDxe/Uefi/use.c | curtisrlee/edk2-staging | 26f310d39e8dcb4fdfb6cb205f1430977dbbc366 | [
"BSD-2-Clause"
] | null | null | null | MicroPythonPkg/MicroPythonDxe/Uefi/use.c | curtisrlee/edk2-staging | 26f310d39e8dcb4fdfb6cb205f1430977dbbc366 | [
"BSD-2-Clause"
] | null | null | null | /** @file
Implementation of Script Engine Protocol of MicroPython.
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of... | 29.229742 | 99 | 0.618949 | [
"object"
] |
2a5223514f8cf5a60bf94486a52eacf8289a4555 | 465 | h | C | src/CubFace.h | MDkil/basketball-game-opengl | 4b32bf1943a15de8bab353728868befd38975b84 | [
"MIT"
] | null | null | null | src/CubFace.h | MDkil/basketball-game-opengl | 4b32bf1943a15de8bab353728868befd38975b84 | [
"MIT"
] | null | null | null | src/CubFace.h | MDkil/basketball-game-opengl | 4b32bf1943a15de8bab353728868befd38975b84 | [
"MIT"
] | null | null | null | #ifndef CUBFACE_H
#define CUBFACE_H
#include "Form.h"
#include "Vector.h"
class CubeFace : public Form
{
private:
Vector _vdir1, _vdir2;
double _length, _width;
int _divImage;
GLuint _texture;
public:
CubeFace(Vector v1, Vector v2, Point org, char* tex="", int divImage=1, double l = ... | 21.136364 | 104 | 0.649462 | [
"render",
"vector"
] |
2a623512f0ddbc5e7499b84616d9e75f50955fea | 1,419 | h | C | src/app/imgui/imgui_util.h | crocdialer/KinskiGL | 2f800c5aac04ad91e5046cb31b9dd93eaa52a67c | [
"BSL-1.0"
] | 11 | 2016-11-17T21:32:51.000Z | 2021-03-30T20:31:41.000Z | src/app/imgui/imgui_util.h | crocdialer/KinskiGL | 2f800c5aac04ad91e5046cb31b9dd93eaa52a67c | [
"BSL-1.0"
] | 1 | 2015-04-28T13:10:14.000Z | 2015-04-28T13:10:14.000Z | src/app/imgui/imgui_util.h | crocdialer/KinskiGL | 2f800c5aac04ad91e5046cb31b9dd93eaa52a67c | [
"BSL-1.0"
] | 2 | 2015-04-28T12:26:46.000Z | 2021-11-12T08:03:00.000Z | //
// Created by crocdialer on 4/20/18.
//
#ifndef KINSKIGL_IMGUI_UTIL_H
#define KINSKIGL_IMGUI_UTIL_H
#include <crocore/Component.hpp>
#include "gl/gl.hpp"
#include "app/App.hpp"
#include "app/LightComponent.hpp"
#include "app/WarpComponent.hpp"
#include "imgui.h"
// forward declared to avoid inclusion of App.h
cla... | 29.5625 | 112 | 0.781536 | [
"vector"
] |
2a67a8f4786939fc35da8e716e5b3c1881607ab2 | 4,470 | h | C | swig/stdvec2numpy.h | kristianmeyerr/AMICI | 15f14c24b781daf5ceb3606d79edbbf57155a043 | [
"CC0-1.0"
] | 44 | 2020-09-17T07:12:07.000Z | 2022-02-23T21:25:27.000Z | swig/stdvec2numpy.h | kristianmeyerr/AMICI | 15f14c24b781daf5ceb3606d79edbbf57155a043 | [
"CC0-1.0"
] | 589 | 2020-08-07T21:56:42.000Z | 2022-03-31T17:32:27.000Z | swig/stdvec2numpy.h | kristianmeyerr/AMICI | 15f14c24b781daf5ceb3606d79edbbf57155a043 | [
"CC0-1.0"
] | 10 | 2020-09-02T09:32:43.000Z | 2022-03-23T12:43:45.000Z | namespace amici {
/**
* @brief Convert 1D array to *non-owning* numpy ndarray.
* @param vec
* @param dim1
* @return
*/
PyObject* stdVec2ndarray(std::vector<double>& vec, int dim1) {
if (vec.size() != (unsigned) dim1) throw std::runtime_error("Size mismatch in stdVec2ndarray");
npy_intp dims[1] = { dim1 };... | 34.651163 | 120 | 0.672036 | [
"vector",
"3d"
] |
2a719eadb118662cd0b5c3e828b8bba56ba16e24 | 2,263 | h | C | src/rokae/include/rokae_server/rokae_server.h | mvig-robotflow/rfmove | 09f37cab5997261992d1080ec8d35580bb68adef | [
"Apache-2.0"
] | 1 | 2022-03-03T21:43:44.000Z | 2022-03-03T21:43:44.000Z | src/rokae/include/rokae_server/rokae_server.h | mvig-robotflow/rfmove | 09f37cab5997261992d1080ec8d35580bb68adef | [
"Apache-2.0"
] | null | null | null | src/rokae/include/rokae_server/rokae_server.h | mvig-robotflow/rfmove | 09f37cab5997261992d1080ec8d35580bb68adef | [
"Apache-2.0"
] | null | null | null | //
// Created by yongxi on 2021/6/29.
//
#ifndef MOVEIT_NO_ROS_ROKAE_SERVER_H
#define MOVEIT_NO_ROS_ROKAE_SERVER_H
#include <httplib.h>
#include <json.hpp>
#include <vector>
#include <rokae_server/rokae_trajectory.h>
/**
* RokaeServer is used as server running on rokae robot.
* @details RokaeServer only use head o... | 28.2875 | 117 | 0.68935 | [
"vector",
"model"
] |
2a72cce63fd9131c35cb9f14dae27703e9161418 | 16,873 | c | C | net-next/drivers/gpu/drm/i915/gt/intel_gtt.c | CavalryXD/APN6_Repo | 7a6af135ad936d52599b3ce59cf4f377a97a51d4 | [
"Apache-2.0"
] | 2 | 2020-09-18T07:01:49.000Z | 2022-01-27T08:59:04.000Z | net-next/drivers/gpu/drm/i915/gt/intel_gtt.c | MaoJianwei/Mao_Linux_Network_Enhance | 2ba9e6278e3f405dcb9fc807d9f9a8d4ff0356dd | [
"Apache-2.0"
] | null | null | null | net-next/drivers/gpu/drm/i915/gt/intel_gtt.c | MaoJianwei/Mao_Linux_Network_Enhance | 2ba9e6278e3f405dcb9fc807d9f9a8d4ff0356dd | [
"Apache-2.0"
] | 4 | 2020-06-29T04:09:48.000Z | 2022-01-27T08:59:01.000Z | // SPDX-License-Identifier: MIT
/*
* Copyright © 2020 Intel Corporation
*/
#include <linux/slab.h> /* fault-inject.h is not standalone! */
#include <linux/fault-inject.h>
#include "i915_trace.h"
#include "intel_gt.h"
#include "intel_gtt.h"
void stash_init(struct pagestash *stash)
{
pagevec_init(&stash->pvec);
s... | 27.751645 | 93 | 0.713329 | [
"object"
] |
2a7ea20b63f85fbe05eaa7ad0bb24e6ce817d964 | 1,957 | h | C | include/proseco_planning/policies/updatePolicy.h | ProSeCo-Planning/proseco_planning | c9a8d65c5f24e59e170e8de271e769ca65b9b10d | [
"BSD-3-Clause"
] | null | null | null | include/proseco_planning/policies/updatePolicy.h | ProSeCo-Planning/proseco_planning | c9a8d65c5f24e59e170e8de271e769ca65b9b10d | [
"BSD-3-Clause"
] | null | null | null | include/proseco_planning/policies/updatePolicy.h | ProSeCo-Planning/proseco_planning | c9a8d65c5f24e59e170e8de271e769ca65b9b10d | [
"BSD-3-Clause"
] | null | null | null | /**
* @file updatePolicy.h
* @brief This file defines the UpdatePolicy class, the base class for all update policies.
* @copyright Copyright (c) 2021
*
*/
#pragma once
#include <sys/types.h>
#include <memory>
#include <string>
#include <vector>
#include "policy.h"
namespace proseco_planning {
class Agent;
class... | 31.564516 | 96 | 0.656106 | [
"object",
"vector"
] |
2a807e44717b98acf218e5cdcfcc4c709bac3cef | 1,164 | h | C | model/mosesdecoder/mert/M2Scorer.h | saeedesm/UNMT_AH | cc171bf66933b5c0ad8a0ab87e57f7364312a7df | [
"Apache-2.0"
] | 3 | 2019-12-02T14:53:29.000Z | 2020-08-12T18:01:49.000Z | tools/mosesdecoder-master/mert/M2Scorer.h | Pangeamt/nectm | 6b84f048698f2530b9fdbb30695f2e2217c3fbfe | [
"Apache-2.0"
] | 2 | 2020-11-06T14:40:10.000Z | 2020-12-29T19:03:11.000Z | tools/mosesdecoder-master/mert/M2Scorer.h | Pangeamt/nectm | 6b84f048698f2530b9fdbb30695f2e2217c3fbfe | [
"Apache-2.0"
] | 2 | 2019-11-26T05:27:16.000Z | 2019-12-17T01:53:43.000Z | #ifndef MERT_M2_SCORER_H_
#define MERT_M2_SCORER_H_
#include <string>
#include <vector>
#include <functional>
#include "Types.h"
#include "Util.h"
#include "StatisticsBasedScorer.h"
#include "M2.h"
namespace MosesTuning
{
/**
* M2Scorer class can compute CoNLL m2 F-score.
*/
class M2Scorer: public StatisticsBased... | 21.962264 | 89 | 0.74055 | [
"vector"
] |
2a81e31011e848c2a701f7788ccbfbade3f95f65 | 4,124 | h | C | public/meta/log/common/event/datatypes/event_hotel_search.h | room77/77up | 736806fbf52a5e722e8e57ef5c248823b067175d | [
"MIT"
] | 3 | 2015-05-18T14:52:47.000Z | 2018-11-12T07:51:00.000Z | public/meta/log/common/event/datatypes/event_hotel_search.h | room77/77up | 736806fbf52a5e722e8e57ef5c248823b067175d | [
"MIT"
] | null | null | null | public/meta/log/common/event/datatypes/event_hotel_search.h | room77/77up | 736806fbf52a5e722e8e57ef5c248823b067175d | [
"MIT"
] | 3 | 2015-08-04T05:58:18.000Z | 2018-11-12T07:51:01.000Z | // Copyright 2013 Room77, Inc.
// Author: otasevic@room77.com (Nikola Otasevic)
// this file contains all the events associated with the "Hotel Search" category
#ifndef _PUBLIC_META_LOG_COMMON_EVENT_DATATYPES_EVENT_HOTEL_SEARCH_H_
#define _PUBLIC_META_LOG_COMMON_EVENT_DATATYPES_EVENT_HOTEL_SEARCH_H_
#include "base/d... | 26.101266 | 92 | 0.702473 | [
"object",
"vector"
] |
2a829af3bedbb6fd6420a742a885c641fa6b7e62 | 1,130 | h | C | src/shadiray/Contact.h | algisb/shadiray | eb0d782c726ccf5d718c9abcde0fe2bc6fe54b0a | [
"MIT"
] | null | null | null | src/shadiray/Contact.h | algisb/shadiray | eb0d782c726ccf5d718c9abcde0fe2bc6fe54b0a | [
"MIT"
] | null | null | null | src/shadiray/Contact.h | algisb/shadiray | eb0d782c726ccf5d718c9abcde0fe2bc6fe54b0a | [
"MIT"
] | null | null | null | #ifndef SHAD_CONTACT_H_
#define SHAD_CONTACT_H_
#include "Ray.h"
#include "Triangle.h"
#include <vector>
#include "component/RenderLine.h"
namespace shad
{
class Contact;
typedef std::vector<Contact*> Contacts;
class Contact
{
public:
kep::Vector3 m_contact;
Ray m_ray;
... | 24.565217 | 107 | 0.59646 | [
"render",
"vector"
] |
2a99baf7f8dbf2133c92989d5b7e34e84cd30a6c | 1,532 | c | C | components/network/ble/blemesh/src/mesh_models/server/common_srv.c | zhiqiang-hu/bl_iot_sdk | 154ee677a8cc6a73e6a42a5ff12a8edc71e6d15d | [
"Apache-2.0"
] | 3 | 2020-10-29T04:58:44.000Z | 2020-11-02T07:44:32.000Z | components/network/ble/blemesh/src/mesh_models/server/common_srv.c | zhiqiang-hu/bl_iot_sdk | 154ee677a8cc6a73e6a42a5ff12a8edc71e6d15d | [
"Apache-2.0"
] | null | null | null | components/network/ble/blemesh/src/mesh_models/server/common_srv.c | zhiqiang-hu/bl_iot_sdk | 154ee677a8cc6a73e6a42a5ff12a8edc71e6d15d | [
"Apache-2.0"
] | 3 | 2020-10-28T17:37:41.000Z | 2022-01-28T07:14:31.000Z | /**
****************************************************************************************
*
* @file common_srv.c
*
* @brief Implement common handling of mesh server models
*
* Copyright (C) Bouffalo Lab 2020
*
* History: 2020-02 crealted by llgong @ Shanghai
*
********************************************... | 33.304348 | 120 | 0.58812 | [
"mesh"
] |
2aa13886b4a7aecd556165a8dfa0786bacdcacb4 | 9,738 | c | C | util/md4.c | SirWumpus/libsnert | 087968a94df77bf0685749b678258e7987b889c6 | [
"BSD-2-Clause"
] | null | null | null | util/md4.c | SirWumpus/libsnert | 087968a94df77bf0685749b678258e7987b889c6 | [
"BSD-2-Clause"
] | null | null | null | util/md4.c | SirWumpus/libsnert | 087968a94df77bf0685749b678258e7987b889c6 | [
"BSD-2-Clause"
] | null | null | null | /*
* md4.c
*
* Source taken from RFC 1320. Modified by Anthony Howe for C portability.
*/
/* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved.
License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD4 Message-Digest
Algorithm" in ... | 29.41994 | 192 | 0.563873 | [
"transform"
] |
2aa9a5a39ca81f5160473ae1269f84194d3512a8 | 3,820 | h | C | compilers/pirc/src/pirsymbol.h | allisonrandal/pcc_testing | b906b48d01125d1818f8ea31ff87b9fa85d21994 | [
"Artistic-2.0"
] | 1 | 2016-04-05T22:45:45.000Z | 2016-04-05T22:45:45.000Z | compilers/pirc/src/pirsymbol.h | allisonrandal/pcc_testing | b906b48d01125d1818f8ea31ff87b9fa85d21994 | [
"Artistic-2.0"
] | null | null | null | compilers/pirc/src/pirsymbol.h | allisonrandal/pcc_testing | b906b48d01125d1818f8ea31ff87b9fa85d21994 | [
"Artistic-2.0"
] | null | null | null | /*
* $Id$
* Copyright (C) 2007-2009, Parrot Foundation.
*/
/* This file defines the data structures for symbol management.
* A symbol object represents a declared .local/.param, while
* a pir_reg object represents a PIR symbolic register ($I0, $S1, etc.).
* For each symbol/pir-reg in a sub, there is only one co... | 28.721805 | 100 | 0.712565 | [
"object"
] |
2ab9ac441bd8b4005ad596f9861ab24abe61ea17 | 2,045 | c | C | arm/lpc23xxwrite/lpc23xx_vector_fix.c | uchiyama-yasushi/w | 0323a5aa450bea7cebfedc72c7977086c4796f3b | [
"BSD-2-Clause"
] | null | null | null | arm/lpc23xxwrite/lpc23xx_vector_fix.c | uchiyama-yasushi/w | 0323a5aa450bea7cebfedc72c7977086c4796f3b | [
"BSD-2-Clause"
] | null | null | null | arm/lpc23xxwrite/lpc23xx_vector_fix.c | uchiyama-yasushi/w | 0323a5aa450bea7cebfedc72c7977086c4796f3b | [
"BSD-2-Clause"
] | null | null | null |
/*-
* Copyright (c) 2009 UCHIYAMA Yasushi. 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 co... | 31.953125 | 78 | 0.704156 | [
"vector"
] |
2abe547eba22927d938acf970ec8ff7a332d77c6 | 40,376 | h | C | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/animation/CLayoutTransition.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/animation/CLayoutTransition.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/animation/CLayoutTransition.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | //=========================================================================
// Copyright (C) 2012 The Elastos 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
//
// ... | 43.791757 | 100 | 0.685036 | [
"object"
] |
2ad275da4696ad0dc52c78fa0c5bdd4c1b0b59d9 | 16,333 | h | C | mcu/apollo4b/regs/am_mcu_apollo4b_info1.h | vaxradius/Apollo4B-SDK-2021.06.14 | 9364d13b21bdd887bb015b7f3407e3e57b5936f7 | [
"BSD-3-Clause"
] | 2 | 2021-11-04T03:48:20.000Z | 2021-12-27T01:34:31.000Z | mcu/apollo4b/regs/am_mcu_apollo4b_info1.h | vaxradius/Apollo4B-SDK-2021.06.14 | 9364d13b21bdd887bb015b7f3407e3e57b5936f7 | [
"BSD-3-Clause"
] | null | null | null | mcu/apollo4b/regs/am_mcu_apollo4b_info1.h | vaxradius/Apollo4B-SDK-2021.06.14 | 9364d13b21bdd887bb015b7f3407e3e57b5936f7 | [
"BSD-3-Clause"
] | 2 | 2021-11-04T03:47:21.000Z | 2021-12-27T01:30:28.000Z | //*****************************************************************************
//
// am_mcu_apollo4b_info1.h
//
//*****************************************************************************
//*****************************************************************************
//
// Copyright (c) 2021, Ambiq Micro, Inc.
/... | 49.644377 | 132 | 0.831384 | [
"vector"
] |
2adc0d8c158bb4c58964d4822897e77c0120565b | 6,501 | h | C | Source/IET_StdLib/Public/IET_StdLibBPLibrary.h | syao99/Input-Eater-Tools-Standard-Library | 78fc9ee113daac96e9394e66109d40428303aa1d | [
"MIT"
] | 1 | 2021-02-13T08:10:28.000Z | 2021-02-13T08:10:28.000Z | Source/IET_StdLib/Public/IET_StdLibBPLibrary.h | syao99/Input-Eater-Tools-Standard-Library | 78fc9ee113daac96e9394e66109d40428303aa1d | [
"MIT"
] | null | null | null | Source/IET_StdLib/Public/IET_StdLibBPLibrary.h | syao99/Input-Eater-Tools-Standard-Library | 78fc9ee113daac96e9394e66109d40428303aa1d | [
"MIT"
] | null | null | null | // Copyright Input Eater Creations, LLC
#pragma once
#include "Kismet/BlueprintFunctionLibrary.h"
//#include "Widgets/SWidget.h"
#include "IET_StdLibBPLibrary.generated.h"
/*
* Function library class.
* Each function in it is expected to be static and represents blueprint node that can be called in any ... | 69.903226 | 196 | 0.76942 | [
"object",
"vector",
"transform"
] |
6305c2ac9cf5536768ee106de204b17265d27c51 | 5,447 | h | C | coresim/flow.h | SymbioticLab/YAPS | 1bf25abe0fe1ea7c7dec60645dda49ffcc59c7a0 | [
"BSD-3-Clause"
] | null | null | null | coresim/flow.h | SymbioticLab/YAPS | 1bf25abe0fe1ea7c7dec60645dda49ffcc59c7a0 | [
"BSD-3-Clause"
] | 1 | 2021-06-18T19:12:19.000Z | 2021-06-18T19:12:19.000Z | coresim/flow.h | SymbioticLab/YAPS | 1bf25abe0fe1ea7c7dec60645dda49ffcc59c7a0 | [
"BSD-3-Clause"
] | 1 | 2021-06-18T07:01:16.000Z | 2021-06-18T07:01:16.000Z | #ifndef CORESIM_FLOW_H
#define CORESIM_FLOW_H
#include <unordered_map>
#include <map>
#include <vector>
class Packet;
class Ack;
class Host;
class Probe;
class RetxTimeoutEvent;
class RetxTimeoutSenderEvent;
class FlowProcessingEvent;
class Channel;
class AggChannel;
class RateLimitingEvent;
// TODO: consider if we ... | 35.835526 | 154 | 0.658711 | [
"vector"
] |
465496599c6e15d80bfe3b446c376f1f2ecb9bab | 8,163 | c | C | HAL/Camera/Drivers/Epiphan/SDK/slib/src/s_fsub.c | vhanded/HAL | 56819df45a1d3edf118282b644449c9d1e395286 | [
"Apache-2.0"
] | 34 | 2015-07-19T06:34:09.000Z | 2022-03-15T13:34:38.000Z | HAL/Camera/Drivers/Epiphan/SDK/slib/src/s_fsub.c | vhanded/HAL | 56819df45a1d3edf118282b644449c9d1e395286 | [
"Apache-2.0"
] | 43 | 2015-02-08T17:06:28.000Z | 2020-06-09T15:22:16.000Z | HAL/Camera/Drivers/Epiphan/SDK/slib/src/s_fsub.c | vhanded/HAL | 56819df45a1d3edf118282b644449c9d1e395286 | [
"Apache-2.0"
] | 36 | 2015-04-18T15:41:49.000Z | 2021-05-28T15:55:28.000Z | /*
* $Id: s_fsub.c,v 1.6 2009/12/26 12:21:32 slava Exp $
*
* Copyright (C) 2006-2009 by Slava Monich
*
* 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 ret... | 31.396154 | 80 | 0.572829 | [
"object"
] |
4658a1dcf46de4ac2dff1622bfe3baafac7581f0 | 1,461 | h | C | include/rmi/models/log_normal.h | shaun-xu/index | ecef065d4c90ddd7aa087699115bda75d991555c | [
"MIT"
] | null | null | null | include/rmi/models/log_normal.h | shaun-xu/index | ecef065d4c90ddd7aa087699115bda75d991555c | [
"MIT"
] | null | null | null | include/rmi/models/log_normal.h | shaun-xu/index | ecef065d4c90ddd7aa087699115bda75d991555c | [
"MIT"
] | null | null | null | //
// Created by xxp on 2021/10/18.
//
#ifndef TS_LOG_NORMAL_H
#define TS_LOG_NORMAL_H
#include <math.h> /* fma, FP_FAST_FMA */
#include <stdio.h> /* printf */
#include "model.h"
#include "utils.h"
#include <string>
#include "normal.h"
namespace rmi{
class LogNormal: public Normal{
public:
virtual double... | 22.476923 | 94 | 0.57358 | [
"vector",
"model"
] |
46606e16d25163e9ff54745e3269a108b6f7ed2e | 675 | h | C | Pythonwin/win32ctrlTree.h | huanyin88/Mod-Pywin32-For-Python3.x-DDE | 992931aa534357d54aaac34077f0128d3a740e5e | [
"Apache-2.0"
] | 3 | 2020-06-18T16:57:44.000Z | 2020-07-21T17:52:06.000Z | Pythonwin/win32ctrlTree.h | huanyin88/Mod-Pywin32-For-Python3.x-DDE | 992931aa534357d54aaac34077f0128d3a740e5e | [
"Apache-2.0"
] | null | null | null | Pythonwin/win32ctrlTree.h | huanyin88/Mod-Pywin32-For-Python3.x-DDE | 992931aa534357d54aaac34077f0128d3a740e5e | [
"Apache-2.0"
] | null | null | null | /* win32ctrltree : header
Tree control object.
Created May 1996, Mark Hammond (MHammond@skippinet.com.au)
Note that this source file contains embedded documentation.
This documentation consists of marked up text inside the
C comments, and is prefixed with an '@' symbol. The source
files are processed by a t... | 23.275862 | 71 | 0.651852 | [
"object"
] |
466a1cf8be40423202eb5aa12db76773aee26b91 | 844 | h | C | gen/src/model/Volume.h | cpp-openapi/dockerctl | 44da21c32509fb7e44c93551a41ceb14c42c18b1 | [
"Apache-2.0"
] | null | null | null | gen/src/model/Volume.h | cpp-openapi/dockerctl | 44da21c32509fb7e44c93551a41ceb14c42c18b1 | [
"Apache-2.0"
] | null | null | null | gen/src/model/Volume.h | cpp-openapi/dockerctl | 44da21c32509fb7e44c93551a41ceb14c42c18b1 | [
"Apache-2.0"
] | null | null | null | /*
* Volume.h
*
*
*/
#pragma once
#include <optional>
#include "common_json.h"
#include "VolumeUsageData.h"
#include <vector>
namespace openapi {
/*! \brief
*
* \ingroup Models
*
*/
struct Volume{
std::optional<openapi::string_t> name;
std::optional<openapi::string_t> driver;
std::optional<... | 22.210526 | 72 | 0.703791 | [
"vector"
] |
466ca507f80c940edb8295bede067d6da12a6b73 | 642 | h | C | CJSafeAppDemo/CJSafeAppDemo/Modules/TestCodeObfuscation/TestCodeObfuscationViewController.h | dvlproad/CJCommonUtilAndLibrary | fb796e4f5c3d30c3942e7fe088bba6cc406b6c01 | [
"MIT"
] | 1 | 2019-10-26T02:42:48.000Z | 2019-10-26T02:42:48.000Z | CJSafeAppDemo/CJSafeAppDemo/Modules/TestCodeObfuscation/TestCodeObfuscationViewController.h | dvlproad/CJFoundation | fb796e4f5c3d30c3942e7fe088bba6cc406b6c01 | [
"MIT"
] | null | null | null | CJSafeAppDemo/CJSafeAppDemo/Modules/TestCodeObfuscation/TestCodeObfuscationViewController.h | dvlproad/CJFoundation | fb796e4f5c3d30c3942e7fe088bba6cc406b6c01 | [
"MIT"
] | 1 | 2019-10-26T02:42:38.000Z | 2019-10-26T02:42:38.000Z | //
// TestCodeObfuscationViewController.h
// CJStandardProjectDemo
//
// Created by ciyouzen on 2018/8/30.
// Copyright © 2018年 dvlproad. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <Masonry/Masonry.h>
#import "TestCodeObfuscationModel.h"
@interface TestCodeObfuscationViewController : UIViewController... | 27.913043 | 106 | 0.781931 | [
"model"
] |
4674c8c63f26e611889b2fd54c510c84e1aa05d7 | 976 | h | C | CGALWrapper/Eigen/EigenRowVector.h | unitycoder/CGALDotNet | 90682724a55aec2818847500047d4785aa7e1d67 | [
"MIT"
] | null | null | null | CGALWrapper/Eigen/EigenRowVector.h | unitycoder/CGALDotNet | 90682724a55aec2818847500047d4785aa7e1d67 | [
"MIT"
] | null | null | null | CGALWrapper/Eigen/EigenRowVector.h | unitycoder/CGALDotNet | 90682724a55aec2818847500047d4785aa7e1d67 | [
"MIT"
] | null | null | null | #pragma once
#include "../CGALWrapper.h"
#include "../Geometry/Geometry2.h"
#include "../Geometry/Geometry3.h"
#include <CGAL/enum.h>
extern "C"
{
CGALWRAPPER_API void* EigenRowVector_CreateVector(int columns);
CGALWRAPPER_API void EigenRowVector_Release(void* ptr);
CGALWRAPPER_API int EigenRowVector_Dimension(... | 24.4 | 73 | 0.793033 | [
"geometry"
] |
468958aacb0e5cb971b2d17cdcfa622dc4d00fe2 | 1,962 | h | C | recipient.h | google/cpix_cc | eb79e1aed6cd6181716c66cd5d670cfc90907192 | [
"Apache-2.0"
] | 11 | 2019-08-16T21:05:32.000Z | 2021-02-07T00:33:09.000Z | recipient.h | google/cpix_cc | eb79e1aed6cd6181716c66cd5d670cfc90907192 | [
"Apache-2.0"
] | 1 | 2020-09-28T11:16:37.000Z | 2020-09-28T11:16:37.000Z | recipient.h | google/cpix_cc | eb79e1aed6cd6181716c66cd5d670cfc90907192 | [
"Apache-2.0"
] | 6 | 2019-08-18T17:26:35.000Z | 2021-10-14T17:12:15.000Z | // Copyright 2019 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 wri... | 28.434783 | 79 | 0.745158 | [
"vector"
] |
468af569210ff587f2d15c3f458a76d80e9f9d07 | 253,994 | h | C | InteractiveNotifications/d3dkmddi.h | psamit/windows-interactive-notifications | b1218925d7eb68427985b5f8fc32b94799486ec1 | [
"MIT"
] | null | null | null | InteractiveNotifications/d3dkmddi.h | psamit/windows-interactive-notifications | b1218925d7eb68427985b5f8fc32b94799486ec1 | [
"MIT"
] | null | null | null | InteractiveNotifications/d3dkmddi.h | psamit/windows-interactive-notifications | b1218925d7eb68427985b5f8fc32b94799486ec1 | [
"MIT"
] | null | null | null | /******************************Module*Header**********************************\
*
* Module Name: d3dkmddi.h
*
* Content: longhorn display driver kernel mode interfaces
*
* Copyright (c) 2003 Microsoft Corporation. All rights reserved.
\****************************************************************************... | 41.727288 | 263 | 0.646586 | [
"render",
"object",
"vector"
] |
468d4f301d36c2574f6728b438eece1074cc1d9d | 5,995 | h | C | Peasant/PeasantInstance.h | RodrigoHolztrattner/Peasant | b614aa94ed94bfaa6fbec6d81f64ba105ca9324d | [
"MIT"
] | null | null | null | Peasant/PeasantInstance.h | RodrigoHolztrattner/Peasant | b614aa94ed94bfaa6fbec6d81f64ba105ca9324d | [
"MIT"
] | null | null | null | Peasant/PeasantInstance.h | RodrigoHolztrattner/Peasant | b614aa94ed94bfaa6fbec6d81f64ba105ca9324d | [
"MIT"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
// Filename: PeasantInstance.h
////////////////////////////////////////////////////////////////////////////////
#pragma once
//////////////
// INCLUDES //
//////////////
#include "PeasantConfig.h"
#include "PeasantObject.h"
#include "Peas... | 22.969349 | 149 | 0.679566 | [
"object",
"vector"
] |
468e31217d8492d8731d7b41a85c0dded8270346 | 4,210 | h | C | Pods/Highcharts/development/Highcharts.framework/Headers/HITime.h | quirky-quokas/snapcycle | 51226d0266124cc71cdff5eefd871af00c6613c9 | [
"Apache-2.0"
] | 1 | 2019-07-16T18:28:56.000Z | 2019-07-16T18:28:56.000Z | Pods/Highcharts/development/Highcharts.framework/Headers/HITime.h | quirky-quokkas/snapcycle | 51226d0266124cc71cdff5eefd871af00c6613c9 | [
"Apache-2.0"
] | 99 | 2019-07-16T22:45:19.000Z | 2019-08-09T18:49:46.000Z | Pods/Highcharts/development/Highcharts.framework/Headers/HITime.h | quirky-quokkas/snapcycle | 51226d0266124cc71cdff5eefd871af00c6613c9 | [
"Apache-2.0"
] | null | null | null | /**
* (c) 2009-2018 Highsoft AS
*
* License: www.highcharts.com/license
* For commercial usage, a valid license is required. To purchase a license for Highcharts iOS, please see our website: https://shop.highsoft.com/
* In case of questions, please contact sales@highsoft.com
*/
#import "HIChartsJSONSerializable.h"
#im... | 61.911765 | 950 | 0.761758 | [
"object"
] |
f215783d6868d19211f0b77e23543acb2d49319a | 17,315 | c | C | src/parser.c | MicrohexHQ/corto-x | ffb596b8e1fc419c3bdded3a7e40a4b07c12e72e | [
"MIT"
] | 1 | 2019-04-07T02:57:07.000Z | 2019-04-07T02:57:07.000Z | src/parser.c | MicrohexHQ/corto-x | ffb596b8e1fc419c3bdded3a7e40a4b07c12e72e | [
"MIT"
] | 1 | 2017-08-25T04:30:21.000Z | 2017-08-25T04:30:21.000Z | src/parser.c | MicrohexHQ/corto-x | ffb596b8e1fc419c3bdded3a7e40a4b07c12e72e | [
"MIT"
] | 1 | 2019-08-18T18:48:18.000Z | 2019-08-18T18:48:18.000Z | /* This is a managed file. Do not delete this comment. */
#include <corto.x>
#include <regex.h>
#define X_BEAD_GROUP_MIN (2)
#define X_BEAD_PATTERN_MIN (5)
#define X_SUBEXPR_BUFF_SIZE (256)
typedef struct x_parser_beadRule x_parser_beadRule;
struct x_parser_beadRule {
corto_route rule;
regex_t regex;
co... | 31.596715 | 125 | 0.5095 | [
"object"
] |
f21f9de63eaeb2ce11e2159413417ca189c19071 | 250 | h | C | tests_bonus_assign/task2/vector.h | Slimreaper27/CS232S22 | a91138137913d194b0966c0f558bab0a75522a10 | [
"MIT"
] | null | null | null | tests_bonus_assign/task2/vector.h | Slimreaper27/CS232S22 | a91138137913d194b0966c0f558bab0a75522a10 | [
"MIT"
] | null | null | null | tests_bonus_assign/task2/vector.h | Slimreaper27/CS232S22 | a91138137913d194b0966c0f558bab0a75522a10 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include "frame.h"
//interface
typedef struct vector vector_t;
vector_t * vector_new();
void vector_delete(vector_t *);
void vector_set(vector_t*, int loc, frame_t* val);
int vector_get(vector_t *, int loc);
| 20.833333 | 51 | 0.736 | [
"vector"
] |
f2368322b7a13bcccf94d8449b8d9e02fe67e1ac | 8,938 | h | C | production_apps/BEM4I/Examples/Helmholtz/testHelmholtzHardScatterReg.h | readex-eu/readex-apps | 38493b11806c306f4e8f1b7b2d97764b45fac8e2 | [
"BSD-3-Clause"
] | 2 | 2020-11-25T13:10:11.000Z | 2021-03-15T20:26:35.000Z | production_apps/BEM4I/Examples/Helmholtz/testHelmholtzHardScatterReg.h | readex-eu/readex-apps | 38493b11806c306f4e8f1b7b2d97764b45fac8e2 | [
"BSD-3-Clause"
] | null | null | null | production_apps/BEM4I/Examples/Helmholtz/testHelmholtzHardScatterReg.h | readex-eu/readex-apps | 38493b11806c306f4e8f1b7b2d97764b45fac8e2 | [
"BSD-3-Clause"
] | 1 | 2018-09-30T19:04:38.000Z | 2018-09-30T19:04:38.000Z | #include "../../Settings.h"
#include <iostream>
#include "../auxiliary.h"
#include "../../ProgressMonitor.h"
#include "../../FullMatrix.h"
#include "../../SurfaceMesh3D.h"
#include "../../BESpace.h"
#include "../../Vector.h"
#include "../../BEIntegratorHelmholtz.h"
#include "../../BEBilinearFormHelmholtz1Layer.h"
#in... | 32.739927 | 110 | 0.639964 | [
"mesh",
"vector"
] |
f24020cb810d9044731347b5e45fe2bc45e0f857 | 70,277 | h | C | software/mesa/src/intel/vulkan/anv_private.h | dhanna11/OpenGPU | ab2f01253bba311e082dfae695b9e70138de75d4 | [
"Apache-2.0"
] | 7 | 2019-09-04T03:44:26.000Z | 2022-01-06T02:54:24.000Z | software/mesa/src/intel/vulkan/anv_private.h | dhanna11/OpenGPU | ab2f01253bba311e082dfae695b9e70138de75d4 | [
"Apache-2.0"
] | null | null | null | software/mesa/src/intel/vulkan/anv_private.h | dhanna11/OpenGPU | ab2f01253bba311e082dfae695b9e70138de75d4 | [
"Apache-2.0"
] | 3 | 2021-06-11T23:53:38.000Z | 2021-08-31T03:18:34.000Z | /*
* Copyright © 2015 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, pub... | 35.0334 | 114 | 0.604679 | [
"render",
"vector",
"3d"
] |
f2412f12fa6cea501eb88a5ba035177b43c96313 | 342 | h | C | include/getHandFeatures.h | PatrickHoeckler/Manus | ffe04c3642405dac9279a318d5560fcb721b588b | [
"MIT"
] | null | null | null | include/getHandFeatures.h | PatrickHoeckler/Manus | ffe04c3642405dac9279a318d5560fcb721b588b | [
"MIT"
] | null | null | null | include/getHandFeatures.h | PatrickHoeckler/Manus | ffe04c3642405dac9279a318d5560fcb721b588b | [
"MIT"
] | null | null | null | #ifndef GETHANDFEATURES_H
#define GETHANDFEATURES_H
struct handFeat
{
std::vector<cv::Point> contour;
std::vector<cv::Point> fingertips;
std::vector<cv::Point> defects;
cv::Point center;
int radius;
int gesture;
};
void getHandFeatures(std::vector<cv::Point>& contour, handFeat& hand);
#endif // ... | 19 | 71 | 0.701754 | [
"vector"
] |
f261d75581f73591dc3bf34d340df90e44e25c5b | 2,917 | h | C | tests/t40002/test_case.h | buffyanamin/clang-uml | 7ca70d97eecc0f3ab1267b024771edc6131950fb | [
"Apache-2.0"
] | null | null | null | tests/t40002/test_case.h | buffyanamin/clang-uml | 7ca70d97eecc0f3ab1267b024771edc6131950fb | [
"Apache-2.0"
] | null | null | null | tests/t40002/test_case.h | buffyanamin/clang-uml | 7ca70d97eecc0f3ab1267b024771edc6131950fb | [
"Apache-2.0"
] | null | null | null | /**
* tests/t40002/test_case.cc
*
* Copyright (c) 2021-2022 Bartek Kryza <bkryza@gmail.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/LIC... | 35.144578 | 80 | 0.612959 | [
"model"
] |
f264a0704af8e670dc03df66c6a031768ff7d212 | 2,436 | h | C | src/AGXDynamicsPlugin/AGXSimulatorItemImpl.h | roto5296/choreonoid | ffe12df8db71e32aea18833afb80dffc42c373d0 | [
"MIT"
] | 66 | 2020-03-11T14:06:01.000Z | 2022-03-23T23:18:27.000Z | src/AGXDynamicsPlugin/AGXSimulatorItemImpl.h | roto5296/choreonoid | ffe12df8db71e32aea18833afb80dffc42c373d0 | [
"MIT"
] | 12 | 2020-07-23T06:13:11.000Z | 2022-01-13T14:25:01.000Z | src/AGXDynamicsPlugin/AGXSimulatorItemImpl.h | roto5296/choreonoid | ffe12df8db71e32aea18833afb80dffc42c373d0 | [
"MIT"
] | 18 | 2020-07-17T15:57:54.000Z | 2022-03-29T13:18:59.000Z | #ifndef CNOID_AGXDYNAMICS_PLUGIN_AGX_SIMULATOR_ITEM_IMPL_H
#define CNOID_AGXDYNAMICS_PLUGIN_AGX_SIMULATOR_ITEM_IMPL_H
#include <cnoid/SimulatorItem>
#include <cnoid/Selection>
#include "AGXScene.h"
#include "AGXBody.h"
#include <agxCollide/Contacts.h>
namespace cnoid {
class ContactMaterial;
class AGXSimulatorItem;
... | 35.304348 | 101 | 0.751232 | [
"vector"
] |
f2848826a6b00dd420890712963254d993272ec8 | 5,266 | h | C | Source/WebCore/page/PageConfiguration.h | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | 6 | 2021-07-05T16:09:39.000Z | 2022-03-06T22:44:42.000Z | Source/WebCore/page/PageConfiguration.h | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | 7 | 2022-03-15T13:25:39.000Z | 2022-03-15T13:25:44.000Z | Source/WebCore/page/PageConfiguration.h | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright (C) 2014-2018 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... | 37.884892 | 312 | 0.803646 | [
"vector"
] |
f28ec3bd85abeb918bae172d3e27243b360eaf97 | 5,567 | h | C | memory_manager.h | WartyMN/A2560-FoenixRetroOS | fd4c03d78794f2cc75e9d2de6b9ce86024e5b6fa | [
"MIT"
] | null | null | null | memory_manager.h | WartyMN/A2560-FoenixRetroOS | fd4c03d78794f2cc75e9d2de6b9ce86024e5b6fa | [
"MIT"
] | null | null | null | memory_manager.h | WartyMN/A2560-FoenixRetroOS | fd4c03d78794f2cc75e9d2de6b9ce86024e5b6fa | [
"MIT"
] | null | null | null | //! @file memory_manager.h
/*
* memory_manager.h
*
* Created on: Mar 21, 2022
* Author: micahbly
*/
#ifndef MEMORY_MGR_H_
#define MEMORY_MGR_H_
/* about this class: Memory Manager
*
* Provides wrapper functions for the BGET memory manager, very slightly modified to have 2 separate pools, one for VRAM, o... | 36.625 | 349 | 0.532064 | [
"object"
] |
f29e5dfa6048c06f52bc8533fb82383bad8f98e8 | 7,195 | h | C | Utilities/itkVectorImageFileWriter.h | KevinScholtes/ANTsX | 5462269c0c32e5d65560bae4014c5a05cb02588d | [
"BSD-3-Clause"
] | null | null | null | Utilities/itkVectorImageFileWriter.h | KevinScholtes/ANTsX | 5462269c0c32e5d65560bae4014c5a05cb02588d | [
"BSD-3-Clause"
] | null | null | null | Utilities/itkVectorImageFileWriter.h | KevinScholtes/ANTsX | 5462269c0c32e5d65560bae4014c5a05cb02588d | [
"BSD-3-Clause"
] | 1 | 2019-10-06T07:31:58.000Z | 2019-10-06T07:31:58.000Z | /*=========================================================================
Program: Advanced Normalization Tools
Date: $$
Version: $ $
Copyright (c) ConsortiumOfANTS. All rights reserved.
See accompanying COPYING.txt or
https://github.com/stnava/ANTs/blob/master/ANTSCopyright.txt for details.
... | 35.975 | 114 | 0.708687 | [
"object"
] |
f2ad8d4c9ee0d7be397d92c378b880b9ebe45582 | 9,464 | h | C | vmdir/server/schema/structs.h | slachiewicz/lightwave | 3784a3b14363bcb01dc94848ec3355cc6cffbe4c | [
"BSL-1.0",
"Apache-2.0"
] | 1 | 2019-06-27T07:40:49.000Z | 2019-06-27T07:40:49.000Z | vmdir/server/schema/structs.h | slachiewicz/lightwave | 3784a3b14363bcb01dc94848ec3355cc6cffbe4c | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | vmdir/server/schema/structs.h | slachiewicz/lightwave | 3784a3b14363bcb01dc94848ec3355cc6cffbe4c | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | /*
* Copyright © 2012-2015 VMware, 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 applic... | 29.030675 | 89 | 0.684383 | [
"object"
] |
f14e950a032c9cd318a75b7cbe011c3737821720 | 4,222 | h | C | libs/DS4_SDK/samples/saving/customelements/mycustommaterial.h | Red54/reality | 510d4f5fde2f4c5535482f1ea199f914102b8a2a | [
"BSD-3-Clause"
] | null | null | null | libs/DS4_SDK/samples/saving/customelements/mycustommaterial.h | Red54/reality | 510d4f5fde2f4c5535482f1ea199f914102b8a2a | [
"BSD-3-Clause"
] | null | null | null | libs/DS4_SDK/samples/saving/customelements/mycustommaterial.h | Red54/reality | 510d4f5fde2f4c5535482f1ea199f914102b8a2a | [
"BSD-3-Clause"
] | null | null | null | /**********************************************************************
Copyright (C) 2012 DAZ 3D, Inc. All Rights Reserved.
This file is part of the DAZ Studio SDK.
This file may be used only in accordance with the DAZ Studio SDK
license provided with the DAZ Studio SDK.
The contents of this file may ... | 37.696429 | 175 | 0.675509 | [
"object",
"3d"
] |
f1506ee5b2049fdf4b26842d28267709591361a5 | 4,328 | h | C | source/chess.h | megraw-c/chess_console | 4a148590cbd100e6d28f7b8d4ccac0f44fe7d2c6 | [
"MIT"
] | 43 | 2018-11-06T13:46:48.000Z | 2022-02-04T14:10:58.000Z | source/chess.h | megraw-c/chess_console | 4a148590cbd100e6d28f7b8d4ccac0f44fe7d2c6 | [
"MIT"
] | 1 | 2019-10-16T01:32:44.000Z | 2019-10-16T01:32:44.000Z | source/chess.h | megraw-c/chess_console | 4a148590cbd100e6d28f7b8d4ccac0f44fe7d2c6 | [
"MIT"
] | 69 | 2018-05-18T10:38:42.000Z | 2022-03-17T21:47:01.000Z | #pragma once
#include "includes.h"
class Chess
{
public:
static int getPieceColor( char chPiece );
static bool isWhitePiece( char chPiece );
static bool isBlackPiece( char chPiece );
static std::string describePiece( char chPiece );
enum PieceColor
{
WHITE_PIECE = 0,
BLACK_PIECE = 1
... | 21.215686 | 146 | 0.620148 | [
"vector"
] |
f1547c4f9972c59c7ab2bb7d69769a840f12cf46 | 2,362 | h | C | SDL_extra.h | oleg-yurchenko/SDLPianoKeys | 81715e5a3419a657f5d890dc9bc379df087904f0 | [
"MIT"
] | null | null | null | SDL_extra.h | oleg-yurchenko/SDLPianoKeys | 81715e5a3419a657f5d890dc9bc379df087904f0 | [
"MIT"
] | null | null | null | SDL_extra.h | oleg-yurchenko/SDLPianoKeys | 81715e5a3419a657f5d890dc9bc379df087904f0 | [
"MIT"
] | null | null | null | #ifndef SDL_EXTRA
#define SDL_EXTRA
#include<SDL2/SDL.h>
#include<SDL2/SDL_image.h>
#include<SDL2/SDL_ttf.h>
#include<string>
class LTexture {
public:
//Initialize variables
LTexture();
//Deallocates memory
~LTexture();
//Loads image at specified path
bool loadFrom... | 25.956044 | 167 | 0.616003 | [
"render"
] |
f1552e69d724222dfba03725e592f67a251f19ce | 799 | h | C | iOS/libraries/WWRobotAPI.framework/Versions/A/Headers/WWSensorEncoder.h | valiant/wplayground | 03d622dbb42f78855c7938be3cf59a5679a34899 | [
"MIT"
] | null | null | null | iOS/libraries/WWRobotAPI.framework/Versions/A/Headers/WWSensorEncoder.h | valiant/wplayground | 03d622dbb42f78855c7938be3cf59a5679a34899 | [
"MIT"
] | null | null | null | iOS/libraries/WWRobotAPI.framework/Versions/A/Headers/WWSensorEncoder.h | valiant/wplayground | 03d622dbb42f78855c7938be3cf59a5679a34899 | [
"MIT"
] | null | null | null | //
// WWSensorEncoder.h
// APIObjectiveC
//
// Created by Orion Elenzil on 9/11/2014.
// Copyright (c) 2014 Wonder Workshop inc. (https://www.makewonder.com/) All rights reserved.
//
#import "WWSensor.h"
/**
* The `WWSensorEncoder` object returns the net distance for wheel revolutions from `WWRobot` (read-only)... | 28.535714 | 111 | 0.722153 | [
"object"
] |
f15a4c2bd0c2af4807cb18e39191bbbdebc53466 | 17,322 | c | C | src/libged/ged.c | ejno/brlcad | b21b3e1728ade0fea2d36a105609566cb114c382 | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | src/libged/ged.c | ejno/brlcad | b21b3e1728ade0fea2d36a105609566cb114c382 | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | src/libged/ged.c | ejno/brlcad | b21b3e1728ade0fea2d36a105609566cb114c382 | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | /* G E D . C
* BRL-CAD
*
* Copyright (c) 2000-2021 United States Government as represented by
* the U.S. Army Research Laboratory.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1 as publish... | 28.029126 | 98 | 0.681215 | [
"cad",
"geometry",
"object",
"solid"
] |
f1713717031bcd561dafb103c1efce9ed028cdf3 | 588 | h | C | src/renderer/terrain_renderer.h | pedro-bento/solitude | c3904bb5598523fd708d362762dac521f4cb8166 | [
"MIT"
] | 1 | 2020-08-06T16:51:48.000Z | 2020-08-06T16:51:48.000Z | src/renderer/terrain_renderer.h | pedro-bento/solitude | c3904bb5598523fd708d362762dac521f4cb8166 | [
"MIT"
] | null | null | null | src/renderer/terrain_renderer.h | pedro-bento/solitude | c3904bb5598523fd708d362762dac521f4cb8166 | [
"MIT"
] | null | null | null | #ifndef TERRAIN_RENDERER
#define TERRAIN_RENDERER
#include <vector>
using namespace std;
#include <glm/glm.hpp>
using namespace glm;
#include "../shaders/terrain_shader.h"
#include "../terrain/terrain.h"
class TerrainRenderer
{
TerrainShader* terrain_shader;
public:
TerrainRenderer(TerrainShader* _terrain_shad... | 18.967742 | 73 | 0.765306 | [
"render",
"vector"
] |
f17ecf63e48e1adcd13ea3976a2f9f07a35b7dfe | 7,646 | h | C | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/content/AsyncTaskLoader.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/content/AsyncTaskLoader.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/content/AsyncTaskLoader.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | //=========================================================================
// Copyright (C) 2012 The Elastos 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
//
// ... | 31.595041 | 95 | 0.639419 | [
"object"
] |
f180fabbe7f8f26decc5659486c342b6184c1e72 | 356 | h | C | GoonRenderer/Includes/LineRenderer.h | Snowapril/GoonRenderer | dce6c0cc5d89384d6ec29e98e63d0813bd138572 | [
"MIT"
] | 1 | 2019-09-14T11:07:16.000Z | 2019-09-14T11:07:16.000Z | GoonRenderer/Includes/LineRenderer.h | Snowapril/GoonRenderer | dce6c0cc5d89384d6ec29e98e63d0813bd138572 | [
"MIT"
] | null | null | null | GoonRenderer/Includes/LineRenderer.h | Snowapril/GoonRenderer | dce6c0cc5d89384d6ec29e98e63d0813bd138572 | [
"MIT"
] | 2 | 2021-03-21T02:53:48.000Z | 2021-04-02T08:25:03.000Z | #pragma once
#include "HeaderPrerequistes.h"
#include <gm/vector.h>
namespace gr
{
//! Set color on the pixel with given position.
void setColor(gm::ivec2 _v, Buffer* _buffer, gm::vec3 _color) noexcept;
//! Draw line between two given vertices.
void drawLine(gm::ivec2 _v1, gm::ivec2 _v2, Buffer* _b... | 27.384615 | 91 | 0.696629 | [
"vector"
] |
f185dd9ccb01e33f02523465b63ec9fb115186e8 | 12,582 | h | C | Blizzlike/ArcEmu/C++/World/Vehicle.h | 499453466/Lua-Other | 43fd2b72405faf3f2074fd2a2706ef115d16faa6 | [
"Unlicense"
] | 2 | 2015-06-23T16:26:32.000Z | 2019-06-27T07:45:59.000Z | Blizzlike/ArcEmu/C++/World/Vehicle.h | Eduardo-Silla/Lua-Other | db610f946dbcaf81b3de9801f758e11a7bf2753f | [
"Unlicense"
] | null | null | null | Blizzlike/ArcEmu/C++/World/Vehicle.h | Eduardo-Silla/Lua-Other | db610f946dbcaf81b3de9801f758e11a7bf2753f | [
"Unlicense"
] | 3 | 2015-01-10T18:22:59.000Z | 2021-04-27T21:28:28.000Z | /*
* ArcEmu MMORPG Server
* Copyright (C) 2008-2011 <http://www.ArcEmu.org/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later versi... | 25.164 | 78 | 0.47107 | [
"vector"
] |
f187a5dc665ad48b53211540adf14b6b4692f820 | 1,180 | h | C | Engine/Shapes/capsule.h | Orikson/Custom-2D-Physics-Engine | 18ae94e3b56156275694ea030ee3c750169605ea | [
"MIT"
] | null | null | null | Engine/Shapes/capsule.h | Orikson/Custom-2D-Physics-Engine | 18ae94e3b56156275694ea030ee3c750169605ea | [
"MIT"
] | null | null | null | Engine/Shapes/capsule.h | Orikson/Custom-2D-Physics-Engine | 18ae94e3b56156275694ea030ee3c750169605ea | [
"MIT"
] | null | null | null | /* Capsule class */
#ifndef _CAPSULE_H
#define _CAPSULE_H
#include "../../common.h"
class Capsule: public Shape {
public:
Capsule(Vector &position, Vector &rotation, double mass, Color &fillColor, Color &strokeColor, Vector &velocity, double elasticity, double halfLine, double radius);
Capsule();
... | 26.222222 | 172 | 0.621186 | [
"shape",
"vector"
] |
f18b5d9475eceaedcadd41a3ffa0f8eaafa39802 | 11,086 | h | C | ugene/src/corelibs/U2Core/src/datatype/MAlignment.h | iganna/lspec | c75cba3e4fa9a46abeecbf31b5d467827cf4fec0 | [
"MIT"
] | null | null | null | ugene/src/corelibs/U2Core/src/datatype/MAlignment.h | iganna/lspec | c75cba3e4fa9a46abeecbf31b5d467827cf4fec0 | [
"MIT"
] | null | null | null | ugene/src/corelibs/U2Core/src/datatype/MAlignment.h | iganna/lspec | c75cba3e4fa9a46abeecbf31b5d467827cf4fec0 | [
"MIT"
] | null | null | null | /**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2012 UniPro <ugene@unipro.ru>
* http://ugene.unipro.ru
*
* 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... | 32.605882 | 95 | 0.694389 | [
"model"
] |
f19bbff78394896e9f6fc1e137d5524f721c25e6 | 2,443 | h | C | solid/include/solid/base/generic/types.h | kant/ocean-tensor-package | fb3fcff8bba7f4ef6cd8b8d02f0e1be1258da02d | [
"Apache-2.0"
] | 27 | 2018-08-16T21:32:49.000Z | 2021-11-30T10:31:08.000Z | solid/include/solid/base/generic/types.h | kant/ocean-tensor-package | fb3fcff8bba7f4ef6cd8b8d02f0e1be1258da02d | [
"Apache-2.0"
] | null | null | null | solid/include/solid/base/generic/types.h | kant/ocean-tensor-package | fb3fcff8bba7f4ef6cd8b8d02f0e1be1258da02d | [
"Apache-2.0"
] | 13 | 2018-08-17T17:33:16.000Z | 2021-11-30T10:31:09.000Z | /* ------------------------------------------------------------------------ */
/* Copyright 2018, IBM Corp. */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* y... | 37.584615 | 78 | 0.555055 | [
"solid"
] |
f1a79412b91930f12aa649a6b50e478b30f88418 | 6,232 | h | C | softrender/__tests.h | Buzzefall/softrender | 48a3e8685e72bbf2093d8e9bae22251d6dc14662 | [
"Unlicense"
] | null | null | null | softrender/__tests.h | Buzzefall/softrender | 48a3e8685e72bbf2093d8e9bae22251d6dc14662 | [
"Unlicense"
] | null | null | null | softrender/__tests.h | Buzzefall/softrender | 48a3e8685e72bbf2093d8e9bae22251d6dc14662 | [
"Unlicense"
] | null | null | null | // TODO: rewrite tests
//#pragma once
//
//#include "core.h"
//#include "geometry.h"
//#include "model.h"
//#include "tgaimage.h"
//
//#include <filesystem>
//#include <iostream>
//namespace fs = std::filesystem;
//
////#include "fmt/format.h"
////#include "fmt/core.h"
////#include "fmt/format-inl.h"
////#include "fmt... | 27.575221 | 93 | 0.529525 | [
"geometry",
"model"
] |
f1b18e6b48273f88c26b8158459643680efa17ce | 19,880 | c | C | pow_accel_soc/software/u-boot-socfpga/drivers/net/npe/IxEthDBHashtable.c | ajblane/iota_fpga | 2ec78e89bf263a84905aba92437da5ec091ab621 | [
"MIT"
] | 13 | 2018-05-24T07:02:26.000Z | 2021-04-13T12:48:24.000Z | pow_accel_soc/software/u-boot-socfpga/drivers/net/npe/IxEthDBHashtable.c | ajblane/iota_fpga | 2ec78e89bf263a84905aba92437da5ec091ab621 | [
"MIT"
] | 1 | 2021-02-24T05:16:58.000Z | 2021-02-24T05:16:58.000Z | pow_accel_soc/software/u-boot-socfpga/drivers/net/npe/IxEthDBHashtable.c | ajblane/iota_fpga | 2ec78e89bf263a84905aba92437da5ec091ab621 | [
"MIT"
] | 14 | 2018-05-08T23:40:47.000Z | 2022-02-12T00:12:06.000Z | /**
* @file ethHash.c
*
* @brief Hashtable implementation
*
* @par
* IXP400 SW Release version 2.0
*
* -- Copyright Notice --
*
* @par
* Copyright 2001-2005, Intel Corporation.
* All rights reserved.
*
* @par
* Redistribution and use in source and binary forms, with or without
* modification, are pe... | 30.917574 | 113 | 0.659356 | [
"object"
] |
f1be5fbe74eb7d27902fbfca44cf349eedda8f94 | 31,968 | h | C | FindSecret/Classes/Native/UnityEngine_UI_UnityEngine_EventSystems_ExecuteEve3484638744.h | GodIsWord/NewFindSecret | 4f98f316d29936380f9665d6a6d89962d9ee5478 | [
"MIT"
] | null | null | null | FindSecret/Classes/Native/UnityEngine_UI_UnityEngine_EventSystems_ExecuteEve3484638744.h | GodIsWord/NewFindSecret | 4f98f316d29936380f9665d6a6d89962d9ee5478 | [
"MIT"
] | null | null | null | FindSecret/Classes/Native/UnityEngine_UI_UnityEngine_EventSystems_ExecuteEve3484638744.h | GodIsWord/NewFindSecret | 4f98f316d29936380f9665d6a6d89962d9ee5478 | [
"MIT"
] | null | null | null | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object3080106164.h"
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerEnterHandler>
struct EventFuncti... | 67.159664 | 195 | 0.858452 | [
"transform"
] |
f1bfabe4137f504e4e47e4c154542bcb8cecd18b | 2,496 | h | C | src/aq/aq_geovals_interface.h | andreapiacentini/aq | f782f133fa83d17b5316348845326bba5789ad73 | [
"Apache-2.0"
] | null | null | null | src/aq/aq_geovals_interface.h | andreapiacentini/aq | f782f133fa83d17b5316348845326bba5789ad73 | [
"Apache-2.0"
] | 2 | 2022-03-03T14:04:39.000Z | 2022-03-21T12:59:03.000Z | src/aq/aq_geovals_interface.h | andreapiacentini/aq | f782f133fa83d17b5316348845326bba5789ad73 | [
"Apache-2.0"
] | null | null | null | /*
* (C) Copyright 2009-2016 ECMWF.
* (C) Copyright 2017-2019 UCAR.
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
* In applying this licence, ECMWF does not waive the privileges and immunities
* granted to it... | 40.918033 | 98 | 0.726763 | [
"vector"
] |
019ff1ea7e5b13af046312d53737615a861eee2e | 98,037 | c | C | codemp/game/g_vehicles.c | xScooper/Makermod | ccf9e10f441503d7b12094168c542a3696ceb314 | [
"MIT"
] | 11 | 2015-09-27T22:53:26.000Z | 2021-12-25T05:04:12.000Z | codemp/game/g_vehicles.c | xScooper/Makermod | ccf9e10f441503d7b12094168c542a3696ceb314 | [
"MIT"
] | 1 | 2016-02-14T14:28:39.000Z | 2017-01-11T13:03:39.000Z | codemp/game/g_vehicles.c | xScooper/Makermod | ccf9e10f441503d7b12094168c542a3696ceb314 | [
"MIT"
] | 11 | 2015-10-19T15:37:24.000Z | 2022-02-07T05:00:20.000Z | // leave this line at the top for all g_xxxx.cpp files...
#include "g_headers.h"
#include "q_shared.h"
#include "g_local.h"
#ifdef _JK2 //SP does not have this preprocessor for game like MP does
#ifndef _JK2MP
#define _JK2MP
#endif
#endif
#ifndef _JK2MP
#include "g_functions.h"
#include "g_vehicles.h"
#include "../C... | 29.352395 | 195 | 0.683334 | [
"geometry",
"vector",
"solid"
] |
01a287ac992206adbfdd9c8f23bc50ce0b4b170a | 9,335 | h | C | sdk-6.5.20/libs/sdklt/bcma/include/bcma/env/bcma_env.h | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/libs/sdklt/bcma/include/bcma/env/bcma_env.h | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.20/libs/sdklt/bcma/include/bcma/env/bcma_env.h | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | /*! \file bcma_env.h
*
* CLI Environment
*
* Interface for managing environment variables.
*/
/*
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. All rights reserved.
*/
#ifndef BCMA_ENV... | 31.013289 | 134 | 0.711944 | [
"object"
] |
01a89ae92851584b5aa77dd16965c0f5894c1a28 | 59,120 | h | C | src/geometry.h | hydrays/CellModel | c5aef3494869d7438a3b3d8615afb2271f2202d6 | [
"Apache-2.0"
] | null | null | null | src/geometry.h | hydrays/CellModel | c5aef3494869d7438a3b3d8615afb2271f2202d6 | [
"Apache-2.0"
] | null | null | null | src/geometry.h | hydrays/CellModel | c5aef3494869d7438a3b3d8615afb2271f2202d6 | [
"Apache-2.0"
] | null | null | null | #ifndef GEOMETRY
#define GEOMETRY
#include <algorithm>
#include <string>
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <math.h>
#include <vector>
#include <unordered_set>
#include <iomanip>
#include <map>
#include <random>
#include "ellipse.h"
#include "parameters.h"
#define PI 3... | 29.903895 | 101 | 0.561891 | [
"geometry",
"vector"
] |
01ab7021f0cd07498fdf2b328510808aba8f95b2 | 1,167 | h | C | Engine/gapi/resourcestate.h | sam-baumann/Tempest | 6152339e97412d03829fce58a27fc3e66fa67bac | [
"MIT"
] | null | null | null | Engine/gapi/resourcestate.h | sam-baumann/Tempest | 6152339e97412d03829fce58a27fc3e66fa67bac | [
"MIT"
] | null | null | null | Engine/gapi/resourcestate.h | sam-baumann/Tempest | 6152339e97412d03829fce58a27fc3e66fa67bac | [
"MIT"
] | null | null | null | #pragma once
#include <Tempest/AbstractGraphicsApi>
#include <vector>
namespace Tempest {
namespace Detail {
class ResourceState {
public:
ResourceState() = default;
void setLayout (AbstractGraphicsApi::Attach& a, TextureLayout lay, bool preserve);
void setLayout (AbstractGraphicsApi::Buffer& b, Buf... | 25.933333 | 87 | 0.626392 | [
"vector"
] |
01b3b9cb7fe0baee8cfd7c0baaea31e5ebe75de6 | 2,360 | h | C | library/integer/eulerTheorem-gcdOfAllPairs.h | bluedawnstar/algorithm_library | 4c7f64ec61fc2ba059b64ad7ba20fcb5b838ced6 | [
"Unlicense"
] | 40 | 2017-11-26T05:29:18.000Z | 2020-11-13T00:29:26.000Z | library/integer/eulerTheorem-gcdOfAllPairs.h | bluedawnstar/algorithm_library | 4c7f64ec61fc2ba059b64ad7ba20fcb5b838ced6 | [
"Unlicense"
] | 101 | 2019-02-09T06:06:09.000Z | 2021-12-25T16:55:37.000Z | library/integer/eulerTheorem-gcdOfAllPairs.h | bluedawnstar/algorithm_library | 4c7f64ec61fc2ba059b64ad7ba20fcb5b838ced6 | [
"Unlicense"
] | 6 | 2017-01-03T14:17:58.000Z | 2021-01-22T10:37:04.000Z | #pragma once
// 1) GCD-sum of all pairs in [1, n]
//
// n n
// SUM SUM gcd(i,j)
// i=1 j=1
/*
n n
SUM SUM gcd(i,j)
i=1 j=1
n n/g n/g n n/g i n n/g
= SUM g * SUM SUM 1 = SUM g * SUM { 1 + 2 * SUM 1 } = SUM g * SUM { 2 * phi(i) - p... | 24.842105 | 98 | 0.336017 | [
"vector"
] |
01bc83d4a250bd2b01088e72039ce49fbb770946 | 2,109 | h | C | Chimera/Source/AnalogInput/calInfo.h | zzpwahaha/Chimera-Control-Trim | df1bbf6bea0b87b8c7c9a99dce213fdc249118f2 | [
"MIT"
] | null | null | null | Chimera/Source/AnalogInput/calInfo.h | zzpwahaha/Chimera-Control-Trim | df1bbf6bea0b87b8c7c9a99dce213fdc249118f2 | [
"MIT"
] | null | null | null | Chimera/Source/AnalogInput/calInfo.h | zzpwahaha/Chimera-Control-Trim | df1bbf6bea0b87b8c7c9a99dce213fdc249118f2 | [
"MIT"
] | null | null | null | #pragma once
#include <string>
#include <vector>
#include <ArbGen/whichAg.h>
#include <AnalogInput/BSplineFit.h>
struct calBase {
static std::string dblVecToString (std::vector<double> ctrls) {
std::string ctrlString;
for (auto val : ctrls) {
ctrlString += str (val, 8, true) + " ";
}
return ctrlString;
}... | 30.565217 | 109 | 0.697013 | [
"vector"
] |
01bf1ba9b01f04819bac43e5a128c79bd14f2d65 | 31,208 | h | C | connectors/ajp/ajplib/test/httpd_wrap.h | jinbaizhe/tomcat-4 | eca53a856142d2347c170187195b134765c329dc | [
"MIT"
] | null | null | null | connectors/ajp/ajplib/test/httpd_wrap.h | jinbaizhe/tomcat-4 | eca53a856142d2347c170187195b134765c329dc | [
"MIT"
] | null | null | null | connectors/ajp/ajplib/test/httpd_wrap.h | jinbaizhe/tomcat-4 | eca53a856142d2347c170187195b134765c329dc | [
"MIT"
] | null | null | null | /* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not... | 39.553866 | 133 | 0.67079 | [
"vector"
] |
01c77d1242aace2dae44d8f2980b540bccafdd5a | 1,356 | h | C | src/sandbox/graphics/render/shaders/MaterialShader.h | OpenSpace-VisLink/sandbox | cb8a42facc3afe73794e2e4405aab13531ccbcb2 | [
"MIT"
] | null | null | null | src/sandbox/graphics/render/shaders/MaterialShader.h | OpenSpace-VisLink/sandbox | cb8a42facc3afe73794e2e4405aab13531ccbcb2 | [
"MIT"
] | null | null | null | src/sandbox/graphics/render/shaders/MaterialShader.h | OpenSpace-VisLink/sandbox | cb8a42facc3afe73794e2e4405aab13531ccbcb2 | [
"MIT"
] | 1 | 2020-12-01T18:17:58.000Z | 2020-12-01T18:17:58.000Z | #ifndef SANDBOX_GRAPHICS_SHADERS_MATERIAL_SHADER_H_
#define SANDBOX_GRAPHICS_SHADERS_MATERIAL_SHADER_H_
#include "sandbox/graphics/render/ShaderProgram.h"
#include "sandbox/graphics/RenderState.h"
#include <iostream>
namespace sandbox {
class MaterialShader : public ShaderProgram {
public:
MaterialShader();
virtua... | 23.37931 | 121 | 0.778024 | [
"render"
] |
d7e73971dd21385790d2168e6b44fe0145d4ce87 | 599 | h | C | Atomic/AtHtmlTransform.h | denisbider/Atomic | 8e8e979a6ef24d217a77f17fa81a4129f3506952 | [
"MIT"
] | 4 | 2019-11-10T21:56:40.000Z | 2021-12-11T20:10:55.000Z | Atomic/AtHtmlTransform.h | denisbider/Atomic | 8e8e979a6ef24d217a77f17fa81a4129f3506952 | [
"MIT"
] | null | null | null | Atomic/AtHtmlTransform.h | denisbider/Atomic | 8e8e979a6ef24d217a77f17fa81a4129f3506952 | [
"MIT"
] | 1 | 2019-11-11T08:38:59.000Z | 2019-11-11T08:38:59.000Z | #pragma once
#include "AtHtmlBuilder.h"
#include "AtHtmlEmbed.h"
#include "AtHtmlGrammar.h"
#include "AtTextBuilder.h"
namespace At
{
namespace Html
{
class Transform : NoCopy
{
public:
Transform(Seq srcText) : m_tree(srcText) {}
bool Parse() { return m_tree.Parse(C_Document); }
... | 19.322581 | 66 | 0.641068 | [
"transform"
] |
d7eceec3db1e4427b6b90ef85189c026f09baee6 | 2,421 | h | C | Emulator101/NewAwesome8080Emulator/Processor.h | nitrogene/Emulator101 | 6276a6c843fad5e266ccdcae52c5c5f5f631e71f | [
"Unlicense"
] | null | null | null | Emulator101/NewAwesome8080Emulator/Processor.h | nitrogene/Emulator101 | 6276a6c843fad5e266ccdcae52c5c5f5f631e71f | [
"Unlicense"
] | null | null | null | Emulator101/NewAwesome8080Emulator/Processor.h | nitrogene/Emulator101 | 6276a6c843fad5e266ccdcae52c5c5f5f631e71f | [
"Unlicense"
] | null | null | null | #pragma once
#include <iostream>
#include <vector>
#include <string>
#include <deque>
#include <filesystem>
#include <array>
#include <memory>
#include <functional>
#include "State.h"
#include "MemoryMap.h"
#include "InstructionSetLine.h"
class Processor
{
private:
// Instruction set
std::array<InstructionSetLine, s... | 29.168675 | 191 | 0.747625 | [
"vector"
] |
d7f14592a7f5c48f285256e2da7fc92eda3fe6f1 | 5,477 | h | C | tbackend.h | jstnas/tt | 07db27a21f039eb34cfd3375e0022fbcc7e1f0ca | [
"0BSD"
] | null | null | null | tbackend.h | jstnas/tt | 07db27a21f039eb34cfd3375e0022fbcc7e1f0ca | [
"0BSD"
] | null | null | null | tbackend.h | jstnas/tt | 07db27a21f039eb34cfd3375e0022fbcc7e1f0ca | [
"0BSD"
] | null | null | null | #ifndef TBACKEND_H
#define TBACKEND_H
#include <string.h>
#include <time.h>
#include "node.h"
#include "vector.h"
#include "words/english.h"
#include "quotes/english.h"
static const size_t words_count = sizeof(words) / sizeof(*words);
static const size_t quotes_count = sizeof(english_quotes) / sizeof(*english_quotes)... | 26.205742 | 134 | 0.683038 | [
"vector"
] |
cc030c592f4200ddf3a62f740270aca8cbc42639 | 7,201 | h | C | src/pn_abbrev.h | binji/pnacl.c | 23a4edeaf3abcd4ed12672952066cff1316b5005 | [
"BSD-3-Clause"
] | 4 | 2015-06-20T21:56:53.000Z | 2021-05-29T15:58:29.000Z | src/pn_abbrev.h | binji/pnacl.c | 23a4edeaf3abcd4ed12672952066cff1316b5005 | [
"BSD-3-Clause"
] | null | null | null | src/pn_abbrev.h | binji/pnacl.c | 23a4edeaf3abcd4ed12672952066cff1316b5005 | [
"BSD-3-Clause"
] | 1 | 2015-10-22T16:31:55.000Z | 2015-10-22T16:31:55.000Z | /* Copyright 2015 The Native Client 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 PN_ABBREV_H_
#define PN_ABBREV_H_
static PNAbbrev* pn_abbrevs_allocate(PNAllocator* allocator,
PNAbb... | 34.454545 | 79 | 0.619497 | [
"object"
] |
cc0512467003565ec4e057366b0bcb6675f4495f | 1,458 | h | C | dndml/dnd_charsheet.h | DanteFalzone0/tryptobot | f4498d4eafdeeee965df1941f88724e93d250d51 | [
"MIT"
] | 2 | 2022-03-28T01:03:23.000Z | 2022-03-31T18:09:04.000Z | dndml/dnd_charsheet.h | DanteFalzone0/tryptobot | f4498d4eafdeeee965df1941f88724e93d250d51 | [
"MIT"
] | null | null | null | dndml/dnd_charsheet.h | DanteFalzone0/tryptobot | f4498d4eafdeeee965df1941f88724e93d250d51 | [
"MIT"
] | null | null | null | #ifndef DND_CHARSHEET_H
#define DND_CHARSHEET_H
#include <stdio.h>
#include <math.h>
#include "dnd_lexer.h"
#include "../dice.h"
// fields set to INT_MIN if NULL
typedef struct stat { int ability, mod; } stat_t;
typedef struct deathsave { int succ, fail; } deathsave_t;
typedef struct item {
char *val; // heap-allo... | 25.578947 | 71 | 0.707133 | [
"object"
] |
cc3a3b176aebcd192322ece9ab1602a33d0879a0 | 7,008 | h | C | osprey/be/cg/loongson/lgra_opt_spill.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | osprey/be/cg/loongson/lgra_opt_spill.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | osprey/be/cg/loongson/lgra_opt_spill.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | /*
Copyright (C) 2000-2003, Institute of Computing Technology, Chinese Academy of Sciences
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 ab... | 41.467456 | 132 | 0.74415 | [
"vector"
] |
cc3a748cf0583f810114505e18c8d4fe2b036bb9 | 568 | h | C | OpenWorldGame/TreeNode.h | KyleBCox/Direct3d12-Engine | eab9791bdb00a2ff3103e6b83c1c8a2ccb280241 | [
"MIT"
] | 11 | 2018-04-14T12:10:19.000Z | 2020-12-31T08:58:47.000Z | OpenWorldGame/TreeNode.h | KyleBCox/Direct3d-12-Engine- | eab9791bdb00a2ff3103e6b83c1c8a2ccb280241 | [
"MIT"
] | null | null | null | OpenWorldGame/TreeNode.h | KyleBCox/Direct3d-12-Engine- | eab9791bdb00a2ff3103e6b83c1c8a2ccb280241 | [
"MIT"
] | 3 | 2019-01-29T14:03:59.000Z | 2019-10-09T13:21:31.000Z | #pragma once
#include "Node.h"
class TreeNode : public Node
{
public:
TreeNode();
~TreeNode();
virtual int InitRootSignatureParameters(int indexOffset) override;
virtual void Init() override;
virtual void Update() override;
virtual void Render() override;
virtual void OnKeyDown(UINT key) override;
virtual void... | 27.047619 | 67 | 0.785211 | [
"render"
] |
cc4216392782e38a7657b3afb23e011868682009 | 383 | h | C | classification/tsv.h | lfritz/data-mining-and-analysis | f92aba784f2a8a0e8c02f6b8d3adf5bdf884fed7 | [
"MIT"
] | null | null | null | classification/tsv.h | lfritz/data-mining-and-analysis | f92aba784f2a8a0e8c02f6b8d3adf5bdf884fed7 | [
"MIT"
] | null | null | null | classification/tsv.h | lfritz/data-mining-and-analysis | f92aba784f2a8a0e8c02f6b8d3adf5bdf884fed7 | [
"MIT"
] | 1 | 2020-03-06T19:20:37.000Z | 2020-03-06T19:20:37.000Z | #pragma once
#include <Eigen/Core>
#include <string>
#include <vector>
// A dataset for a classification task.
struct ClassificationDataset {
std::vector<Eigen::VectorXd> x; // points
std::vector<int> y; // class labels
};
// Load dataset for classification task from tab-separated values file... | 25.533333 | 71 | 0.707572 | [
"vector"
] |
cc428ce7e01f5fb3482c60713c541b9caa9005e0 | 1,517 | h | C | src/kalman_filter.h | uniquetrij/CarND-T2-P1-Extended-Kalman-Filter | 32e5bf0c7f8f7d5baa5aff724150bc0f4a67e904 | [
"MIT"
] | null | null | null | src/kalman_filter.h | uniquetrij/CarND-T2-P1-Extended-Kalman-Filter | 32e5bf0c7f8f7d5baa5aff724150bc0f4a67e904 | [
"MIT"
] | null | null | null | src/kalman_filter.h | uniquetrij/CarND-T2-P1-Extended-Kalman-Filter | 32e5bf0c7f8f7d5baa5aff724150bc0f4a67e904 | [
"MIT"
] | null | null | null | #ifndef KALMAN_FILTER_H_
#define KALMAN_FILTER_H_
#include "Eigen/Dense"
class KalmanFilter {
public:
// state vector
Eigen::VectorXd x_;
// state covariance matrix
Eigen::MatrixXd P_;
/**
* Constructor
*/
KalmanFilter();
/**
* Destructor
*/
virtual ~KalmanFilter... | 24.868852 | 106 | 0.652604 | [
"vector",
"model"
] |
cc45ae1b3e2a9f22fa296b6d942dae03fe36f482 | 573 | h | C | IslBase.h | simbuerg/isl- | 28a72cbebcb20cb722dc8712af145ed9af200865 | [
"MIT"
] | null | null | null | IslBase.h | simbuerg/isl- | 28a72cbebcb20cb722dc8712af145ed9af200865 | [
"MIT"
] | null | null | null | IslBase.h | simbuerg/isl- | 28a72cbebcb20cb722dc8712af145ed9af200865 | [
"MIT"
] | null | null | null | #ifndef ISL_CXX_IslBase_H
#define ISL_CXX_IslBase_H
#include "isl/IslException.h"
#include <memory>
#include <vector>
namespace isl {
static inline void handleError(std::string what) {
#ifdef __EXCEPTIONS
throw IslException(what);
#else
std::cerr << what << std::endl;
std::abort();
#endif
}
template <class T, ... | 22.92 | 115 | 0.682373 | [
"vector"
] |
cc4ffcf4c9410e469aa5f431d2d00de820f5186f | 1,249 | h | C | uip_rx62n_cloud/src/RPDL/r_pdl_cgc_RX62Nxx.h | exosite-garage/uip_rx62n_cloud | 5d3a1610046ea91221fd13eb110e548eed832c3b | [
"BSD-3-Clause"
] | 1 | 2020-03-08T15:23:40.000Z | 2020-03-08T15:23:40.000Z | uip_rx62n_cloud/src/RPDL/r_pdl_cgc_RX62Nxx.h | exosite-garage/uip_rx62n_cloud | 5d3a1610046ea91221fd13eb110e548eed832c3b | [
"BSD-3-Clause"
] | null | null | null | uip_rx62n_cloud/src/RPDL/r_pdl_cgc_RX62Nxx.h | exosite-garage/uip_rx62n_cloud | 5d3a1610046ea91221fd13eb110e548eed832c3b | [
"BSD-3-Clause"
] | null | null | null | /*""FILE COMMENT""*******************************************************
* System Name : CGC API for RX62Nxx
* File Name : r_pdl_cgc_RX62Nxx.h
* Version : 0.10
* Contents : CGC header
* Customer :
* Model :
* Order :
* CPU : RX600
* Compiler : RXC
* OS : Nothing
* Programmer :
* Note :
*****************... | 21.169492 | 73 | 0.534027 | [
"model"
] |
cc5026b76df3f556f3e0cd876c2f338d033a55a5 | 1,194 | h | C | Header/Thread.h | HeIIoween/FLBoard | f5601475e09df0e3bc27e71c9d5fdc4734e9c9b1 | [
"Unlicense"
] | 1 | 2020-07-21T02:42:13.000Z | 2020-07-21T02:42:13.000Z | Header/Thread.h | HeIIoween/FLBoard | f5601475e09df0e3bc27e71c9d5fdc4734e9c9b1 | [
"Unlicense"
] | null | null | null | Header/Thread.h | HeIIoween/FLBoard | f5601475e09df0e3bc27e71c9d5fdc4734e9c9b1 | [
"Unlicense"
] | 1 | 2021-02-12T20:59:22.000Z | 2021-02-12T20:59:22.000Z | #include <vector>
#include "../../flhookplugin_sdk/headers/FLHook.h"
#define MAX_THREAD_CLOSE_WAITING_TIME 15000
#define MAX_THREAD_RUN_DELAY 5000
namespace raincious
{
namespace FLHookPlugin
{
namespace Board
{
namespace Thread
{
class Worker
{
public:
static void St... | 18.369231 | 52 | 0.598827 | [
"vector"
] |
cc61b544338a7c31de87fb1e2c08f22ad6cc4d71 | 3,462 | h | C | HLT/MUON/AliHLTMUONClustersBlockStruct.h | AllaMaevskaya/AliRoot | c53712645bf1c7d5f565b0d3228e3a6b9b09011a | [
"BSD-3-Clause"
] | 52 | 2016-12-11T13:04:01.000Z | 2022-03-11T11:49:35.000Z | HLT/MUON/AliHLTMUONClustersBlockStruct.h | AllaMaevskaya/AliRoot | c53712645bf1c7d5f565b0d3228e3a6b9b09011a | [
"BSD-3-Clause"
] | 1,388 | 2016-11-01T10:27:36.000Z | 2022-03-30T15:26:09.000Z | HLT/MUON/AliHLTMUONClustersBlockStruct.h | AllaMaevskaya/AliRoot | c53712645bf1c7d5f565b0d3228e3a6b9b09011a | [
"BSD-3-Clause"
] | 275 | 2016-06-21T20:24:05.000Z | 2022-03-31T13:06:19.000Z | #ifndef ALIHLTMUONCLUSTERSBLOCKSTRUCT_H
#define ALIHLTMUONCLUSTERSBLOCKSTRUCT_H
/* Copyright(c) 1998-2007, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice */
// $Id$
/**
* @file AliHLTMUONClustersBlockStruct.h
* @author Artur Szostak <artu... | 29.338983 | 103 | 0.724726 | [
"geometry"
] |
cc62bb9ab82918b47b0775499bb5653efda7ab86 | 7,108 | h | C | source/engine/frustum.h | biomorphs/lean | b28dac32b3aea0f0cf65e396a265c7b99aeb1fb0 | [
"MIT"
] | 1 | 2021-06-15T04:38:49.000Z | 2021-06-15T04:38:49.000Z | source/engine/frustum.h | biomorphs/lean | b28dac32b3aea0f0cf65e396a265c7b99aeb1fb0 | [
"MIT"
] | null | null | null | source/engine/frustum.h | biomorphs/lean | b28dac32b3aea0f0cf65e396a265c7b99aeb1fb0 | [
"MIT"
] | null | null | null | #include "core/glm_headers.h"
#include "core/profiler.h"
namespace Engine
{
// adapted from https://gist.github.com/podgorskiy/e698d18879588ada9014768e3e82a644
class Frustum
{
public:
Frustum() {}
// m = ProjectionMatrix * ViewMatrix
Frustum(glm::mat4 m);
// http://iquilezles.org/www/articles/frustumco... | 36.451282 | 111 | 0.606359 | [
"transform"
] |
acf6c96cdd443866f63dbe6910908505039460bf | 10,423 | h | C | include/phasar/DB/ProjectIRDB.h | fabianbs96/phasar | 5b8acd046d8676f72ce0eb85ca20fdb0724de444 | [
"MIT"
] | 1 | 2022-02-15T07:56:29.000Z | 2022-02-15T07:56:29.000Z | include/phasar/DB/ProjectIRDB.h | fabianbs96/phasar | 5b8acd046d8676f72ce0eb85ca20fdb0724de444 | [
"MIT"
] | null | null | null | include/phasar/DB/ProjectIRDB.h | fabianbs96/phasar | 5b8acd046d8676f72ce0eb85ca20fdb0724de444 | [
"MIT"
] | null | null | null | /******************************************************************************
* Copyright (c) 2017 Philipp Schubert.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of LICENSE.txt.
*
* Contributors:
* Philipp Schubert and others
**********************... | 32.169753 | 80 | 0.688765 | [
"object",
"vector"
] |
4a06b7052f58ee3b08054ba9c72fd8f28e71a3d7 | 5,763 | h | C | src/osd/modules/lib/osdlib.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 26 | 2015-03-31T06:25:51.000Z | 2021-12-14T09:29:04.000Z | src/osd/modules/lib/osdlib.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | null | null | null | src/osd/modules/lib/osdlib.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 10 | 2015-03-27T05:45:51.000Z | 2022-02-04T06:57:36.000Z | // license:BSD-3-Clause
// copyright-holders:Olivier Galibert, R. Belmont
//============================================================
//
// osdlib.h
//
// SDLMAME by Olivier Galibert and R. Belmont
//
// - Common low level routines
// - Source files also provide the following from osdcore.h
//
// - osd_ticks
... | 29.253807 | 164 | 0.588409 | [
"vector"
] |
4a1712d1a34dc8f328c5b53d0f088405cb6f5eb7 | 8,986 | h | C | multibody/tree/revolute_mobilizer.h | RobotLocomotion/drake-python3.7 | ae397a4c6985262d23e9675b9bf3927c08d027f5 | [
"BSD-3-Clause"
] | 2 | 2021-02-25T02:01:02.000Z | 2021-03-17T04:52:04.000Z | multibody/tree/revolute_mobilizer.h | RobotLocomotion/drake-python3.7 | ae397a4c6985262d23e9675b9bf3927c08d027f5 | [
"BSD-3-Clause"
] | null | null | null | multibody/tree/revolute_mobilizer.h | RobotLocomotion/drake-python3.7 | ae397a4c6985262d23e9675b9bf3927c08d027f5 | [
"BSD-3-Clause"
] | 1 | 2021-06-13T12:05:39.000Z | 2021-06-13T12:05:39.000Z | #pragma once
#include <limits>
#include <memory>
#include "drake/common/default_scalars.h"
#include "drake/common/drake_assert.h"
#include "drake/common/drake_copyable.h"
#include "drake/common/eigen_types.h"
#include "drake/multibody/tree/frame.h"
#include "drake/multibody/tree/mobilizer_impl.h"
#include "drake/mult... | 45.846939 | 79 | 0.71834 | [
"vector",
"transform"
] |
4a1ce500dc552679cd544369ebc3238686fdd1e2 | 681 | h | C | AAL_Bytecode_Compiler/include/Optimizer.h | Shadow992/AAL | 4ba80bfd77e58a4e66510579b7fc233503316aba | [
"Zlib"
] | 6 | 2015-12-27T11:52:38.000Z | 2017-06-11T15:09:14.000Z | AAL_Bytecode_Compiler/include/Optimizer.h | Shadow992/AAL | 4ba80bfd77e58a4e66510579b7fc233503316aba | [
"Zlib"
] | null | null | null | AAL_Bytecode_Compiler/include/Optimizer.h | Shadow992/AAL | 4ba80bfd77e58a4e66510579b7fc233503316aba | [
"Zlib"
] | null | null | null | #ifndef OPTIMIZER_H_INCLUDED
#define OPTIMIZER_H_INCLUDED
#include "TokenTypes.h"
#include "commonFuncs.h"
#include "Token.h"
#include <list>
#include <stdlib.h>
#include <math.h>
#if USE_MULTITHREADING == 1
#include <thread>
#include <mutex>
#endif
class Optimizer
{
public:
Optimizer(){};
~Optimizer(){};
void... | 21.28125 | 101 | 0.729809 | [
"vector"
] |
4a24579e29373276e186dc2b1aa867709925c757 | 3,239 | h | C | dxtbx/format/image_reader.h | jbeilstenedmands/cctbx_project | c228fb15ab10377f664c39553d866281358195aa | [
"BSD-3-Clause-LBNL"
] | null | null | null | dxtbx/format/image_reader.h | jbeilstenedmands/cctbx_project | c228fb15ab10377f664c39553d866281358195aa | [
"BSD-3-Clause-LBNL"
] | null | null | null | dxtbx/format/image_reader.h | jbeilstenedmands/cctbx_project | c228fb15ab10377f664c39553d866281358195aa | [
"BSD-3-Clause-LBNL"
] | null | null | null | /*
* image_reader.h
*
* Copyright (C) 2017 Diamond Light Source
*
* Author: James Parkhurst
*
* This code is distributed under the BSD license, a copy of which is
* included in the root directory of this package.
*/
#ifndef DXTBX_FORMAT_IMAGE_READER_H
#define DXTBX_FORMAT_IMAGE_READER_H
#include <vector>
... | 23.992593 | 76 | 0.665946 | [
"vector"
] |
4a49bba49a923e703bd3c9187e2a9c181811445b | 1,694 | h | C | Source/Objects/RNData.h | uberpixel/Rayne | 94f601561aedfc3200e67ff9522f64fbc5ca4d8c | [
"MIT"
] | 13 | 2020-08-08T11:57:05.000Z | 2022-03-10T17:29:19.000Z | Source/Objects/RNData.h | uberpixel/Rayne | 94f601561aedfc3200e67ff9522f64fbc5ca4d8c | [
"MIT"
] | 1 | 2022-03-10T17:35:28.000Z | 2022-03-10T18:21:57.000Z | Source/Objects/RNData.h | uberpixel/Rayne | 94f601561aedfc3200e67ff9522f64fbc5ca4d8c | [
"MIT"
] | 3 | 2020-08-08T14:22:34.000Z | 2021-05-15T21:12:17.000Z | //
// RNData.h
// Rayne
//
// Copyright 2015 by Überpixel. All rights reserved.
// Unauthorized use is punishable by torture, mutilation, and vivisection.
//
#ifndef __RAYNE_DATA_H__
#define __RAYNE_DATA_H__
#include "../Base/RNBase.h"
#include "RNObject.h"
namespace RN
{
class String;
class Data : public Obje... | 24.911765 | 95 | 0.719599 | [
"object"
] |
4a6bc8306a2751d6fef63ac4cb70f0a6bc57f81a | 463 | c | C | code/searchs/linear_search.c | woliveiras/algorithms | e55755dfdf8c6cf09a49f952568e48681e5103fe | [
"MIT"
] | 8 | 2019-02-18T13:05:45.000Z | 2021-02-11T19:23:49.000Z | code/searchs/linear_search.c | woliveiras/algorithms | e55755dfdf8c6cf09a49f952568e48681e5103fe | [
"MIT"
] | null | null | null | code/searchs/linear_search.c | woliveiras/algorithms | e55755dfdf8c6cf09a49f952568e48681e5103fe | [
"MIT"
] | 1 | 2020-10-19T17:06:53.000Z | 2020-10-19T17:06:53.000Z | #include <stdio.h>
#include <stdlib.h>
int main() {
int vect[20] = { 3,7,8,10,13,15,18,22,26,27,32,35,43,47,53,57,62,63,72,84 };
int x = 0, aux = 0;
printf("Enter a number to search in vector: ");
scanf_s("%d", &aux);
for (x; x < 20; x++) {
if (vect[x] == aux) {
break;
}
}
if (x < 20) {
printf("The... | 17.807692 | 77 | 0.559395 | [
"vector"
] |
4a7858af3780de76c31850d8a5a4b83072b25b67 | 1,087 | h | C | source/providers/Map.h | jerryzhenleicai/Streams | e699eb1767bc96a50098a148eafe4fc09a559d51 | [
"MIT"
] | 494 | 2015-01-06T14:56:51.000Z | 2022-01-31T23:09:30.000Z | source/providers/Map.h | jerryzhenleicai/Streams | e699eb1767bc96a50098a148eafe4fc09a559d51 | [
"MIT"
] | 9 | 2015-04-07T15:27:41.000Z | 2017-01-11T05:54:40.000Z | source/providers/Map.h | jerryzhenleicai/Streams | e699eb1767bc96a50098a148eafe4fc09a559d51 | [
"MIT"
] | 54 | 2018-07-06T02:09:27.000Z | 2021-11-10T08:42:50.000Z | #ifndef SCHEINERMAN_STREAM_PROVIDERS_MAP_H
#define SCHEINERMAN_STREAM_PROVIDERS_MAP_H
#include "StreamProvider.h"
#include "../Utility.h"
namespace stream {
namespace provider {
template<typename T, typename Transform, typename In>
class Map : public StreamProvider<T> {
public:
Map(StreamProviderPtr<In> source... | 22.645833 | 83 | 0.643974 | [
"transform"
] |
4a79f5c37818da099c22215504e9e1b4ef782475 | 2,652 | h | C | 1-Particle_Animations/Mesh.h | Torantulino/PhysicsBasedAnimation | 3a7362591da6efa6940a35b1d1e5a4faebb49916 | [
"MIT"
] | null | null | null | 1-Particle_Animations/Mesh.h | Torantulino/PhysicsBasedAnimation | 3a7362591da6efa6940a35b1d1e5a4faebb49916 | [
"MIT"
] | null | null | null | 1-Particle_Animations/Mesh.h | Torantulino/PhysicsBasedAnimation | 3a7362591da6efa6940a35b1d1e5a4faebb49916 | [
"MIT"
] | 1 | 2018-10-10T10:41:52.000Z | 2018-10-10T10:41:52.000Z | #pragma once
#include <GL/glew.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <string>
#include <vector>
#include "OBJloader.h"
#include "Shader.h"
/*
** VERTEX CLASS
*/
class Vertex {
public:
Vertex(const glm::vec3& coord) {
this->coord = coord;
}
prot... | 21.047619 | 93 | 0.696833 | [
"mesh",
"vector",
"model",
"transform",
"3d"
] |
7d2731d9435ac7f1a4a7ebfc35b21951448a62a5 | 2,507 | c | C | list/stack_using_linked_list.c | staticvoidjames/Data-Structures-and-Algorithm-Analysis | e350dd0b1bf167c7783db392c5a0a583f845acf7 | [
"Apache-2.0"
] | 16 | 2018-07-11T07:18:41.000Z | 2021-04-17T09:55:31.000Z | list/stack_using_linked_list.c | staticvoidjames/Data-Structures-and-Algorithm-Analysis | e350dd0b1bf167c7783db392c5a0a583f845acf7 | [
"Apache-2.0"
] | null | null | null | list/stack_using_linked_list.c | staticvoidjames/Data-Structures-and-Algorithm-Analysis | e350dd0b1bf167c7783db392c5a0a583f845acf7 | [
"Apache-2.0"
] | 4 | 2018-09-27T14:01:26.000Z | 2020-10-13T03:23:46.000Z | #include<stdio.h>
#include<stdlib.h>
#define MAX_SIZE 10
#define OK 0
#define ERROR -1
typedef int ElementType;
typedef struct Node
{
ElementType data;
struct Node *next;
}Node;
typedef struct
{
Node *top;
int size;
}Stack;
int create(Stack *stack)
{
stack->top = NULL;
stack->size = 0;
... | 17.780142 | 84 | 0.583566 | [
"object"
] |
7d310ac9cfb11698e5183f22d63e2f3a570aa4d1 | 5,775 | h | C | TouchMindLib/touchmind/touch/ManipulationHelper.h | yohei-yoshihara/TouchMind | 3ad878aacde7322ae7c4f94d462e0a2d4a24d3fa | [
"MIT"
] | 15 | 2015-07-10T05:03:27.000Z | 2021-06-08T08:24:46.000Z | TouchMindLib/touchmind/touch/ManipulationHelper.h | yohei-yoshihara/TouchMind | 3ad878aacde7322ae7c4f94d462e0a2d4a24d3fa | [
"MIT"
] | null | null | null | TouchMindLib/touchmind/touch/ManipulationHelper.h | yohei-yoshihara/TouchMind | 3ad878aacde7322ae7c4f94d462e0a2d4a24d3fa | [
"MIT"
] | 10 | 2015-01-04T01:23:56.000Z | 2020-12-29T11:35:47.000Z | #ifndef TOUCHMIND_TOUCH_MANIPULATIONHELPER_H_
#define TOUCHMIND_TOUCH_MANIPULATIONHELPER_H_
#include "forwarddecl.h"
#include "touchmind/touch/AbstractManipulationHelper.h"
namespace touchmind {
namespace touch {
enum MANIPULATION_STATUS {
MANIPULATION_STATUS_NORMAL,
MANIPULATION_STATUS_MOVING_NODE... | 54.481132 | 119 | 0.664416 | [
"model"
] |
7d4a9443bb23c725577b2d1a032454690a0ac6b5 | 78,760 | c | C | src/mttkrp.c | hpcgarage/AdaTM | 642e1b0ed6dd27ec3c7b8ed4db1c793d1020e012 | [
"MIT"
] | 4 | 2017-06-02T15:27:16.000Z | 2019-04-17T07:48:38.000Z | src/mttkrp.c | hpcgarage/AdaTM | 642e1b0ed6dd27ec3c7b8ed4db1c793d1020e012 | [
"MIT"
] | 4 | 2017-06-02T15:33:42.000Z | 2021-03-08T20:19:40.000Z | src/mttkrp.c | hpcgarage/AdaTM | 642e1b0ed6dd27ec3c7b8ed4db1c793d1020e012 | [
"MIT"
] | null | null | null |
/******************************************************************************
* INCLUDES
*****************************************************************************/
#include "base.h"
#include "mttkrp.h"
#include "thd_info.h"
#include "tile.h"
#include "util.h"
#include <omp.h>
#define NLOCKS 1024
static omp_l... | 30.645914 | 128 | 0.589462 | [
"vector"
] |
7d4b2a3825f3ac84c0c65a5fd4fe9b3b5f4ee813 | 3,029 | h | C | src/tensor.h | allebacco/tensorlib | c3bf2a15c3f04e4b01e75b98a27674263cc4bd10 | [
"MIT"
] | null | null | null | src/tensor.h | allebacco/tensorlib | c3bf2a15c3f04e4b01e75b98a27674263cc4bd10 | [
"MIT"
] | null | null | null | src/tensor.h | allebacco/tensorlib | c3bf2a15c3f04e4b01e75b98a27674263cc4bd10 | [
"MIT"
] | null | null | null | #ifndef TENSOR_H
#define TENSOR_H
#include "tensor_config.h"
#include "datatype_conversion.h"
#include "tensorshape.h"
#include "tensordata.h"
#include "tensor_traits.h"
#include "slice.h"
namespace tensor
{
class TENSOR_API Tensor
{
public:
Tensor();
Tensor(const int64_t size, const DataType type);
Te... | 30.908163 | 111 | 0.730274 | [
"shape"
] |
7d6ddd3bb60fb2afb8348f8047ac9e4221e68a03 | 1,037 | h | C | SculptEngine/CppLib/src/Brushes/BrushCADDrag.h | ErwanLeGoffic/Tectrid | 81eb17410339c683905c0f7f16dc4f1dd6b6ddeb | [
"MIT"
] | 2 | 2019-12-14T02:06:52.000Z | 2022-01-12T19:25:03.000Z | SculptEngine/CppLib/src/Brushes/BrushCADDrag.h | ErwanLeGoffic/Tectrid | 81eb17410339c683905c0f7f16dc4f1dd6b6ddeb | [
"MIT"
] | 1 | 2020-02-08T07:34:49.000Z | 2020-02-08T07:34:49.000Z | SculptEngine/CppLib/src/Brushes/BrushCADDrag.h | ErwanLeGoffic/Tectrid | 81eb17410339c683905c0f7f16dc4f1dd6b6ddeb | [
"MIT"
] | 1 | 2019-01-27T22:32:49.000Z | 2019-01-27T22:32:49.000Z | #ifndef _BRUSH_CADDRAG_H_
#define _BRUSH_CADDRAG_H_
#include "Brush.h"
#include <set>
class Plane;
class BrushCADDrag : public Brush
{
public:
BrushCADDrag(Mesh& mesh): Brush(mesh, BRUSHTYPE_CADDRAG), _dragDistance(0.0f)
{
_mirroredBrush.reset(new BrushCADDrag(mesh, true));
}
virtual void UpdateStroke(Ray co... | 29.628571 | 131 | 0.781099 | [
"mesh",
"vector"
] |
7d72f45a63787996e1fd0ccba9594ad210b73ffb | 1,648 | h | C | FastCAE_Linux/Code/GeometryWidgets/dialogMeasureDistance.h | alleindrach/calculix-desktop | 2cb2c434b536eb668ff88bdf82538d22f4f0f711 | [
"MIT"
] | 23 | 2020-03-16T03:01:43.000Z | 2022-03-21T16:36:22.000Z | FastCAE_Linux/Code/GeometryWidgets/dialogMeasureDistance.h | alleindrach/calculix-desktop | 2cb2c434b536eb668ff88bdf82538d22f4f0f711 | [
"MIT"
] | 1 | 2020-03-17T05:50:07.000Z | 2020-03-17T05:50:07.000Z | FastCAE_Linux/Code/GeometryWidgets/dialogMeasureDistance.h | alleindrach/calculix-desktop | 2cb2c434b536eb668ff88bdf82538d22f4f0f711 | [
"MIT"
] | 17 | 2020-03-16T01:46:36.000Z | 2022-03-21T16:36:37.000Z | #ifndef DIALOGMEASUREDISTANCE_H_
#define DIALOGMEASUREDISTANCE_H_
#include "geoDialogBase.h"
#include <QMultiMap>
namespace Ui
{
class MeasureaDistanceDialog;
}
namespace GeometryWidget
{
class GEOMETRYWIDGETSAPI MeasureDistanceDialog : public GeoDialogBase
{
Q_OBJECT
public:
MeasureDistance... | 22.27027 | 71 | 0.691141 | [
"geometry"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.