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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f8dce046425e63838ab09151342b0fa6132a32e0 | 21,597 | h | C | trunk/libcvact/include/actITokenInitializer.h | flomar/CrypTool-VS2015 | 6468257af2e1002418882f22a9ed9fabddde096d | [
"Apache-2.0"
] | null | null | null | trunk/libcvact/include/actITokenInitializer.h | flomar/CrypTool-VS2015 | 6468257af2e1002418882f22a9ed9fabddde096d | [
"Apache-2.0"
] | null | null | null | trunk/libcvact/include/actITokenInitializer.h | flomar/CrypTool-VS2015 | 6468257af2e1002418882f22a9ed9fabddde096d | [
"Apache-2.0"
] | 5 | 2016-07-02T12:59:28.000Z | 2021-10-02T14:58:30.000Z | // ---------------------------------------------------------------------------
// Name: actITokenInitializer.h
// Product: cv act library
// Purpose: ITokenInitializer interface declares common token profile initialization functionality.
//
// Copyright: (c) 2009 cv cryptovision GmbH
// ... | 32.476692 | 185 | 0.593508 | [
"object",
"vector"
] |
da13e93022e42e9a1700ec615cd14aa577883d6a | 1,982 | h | C | library/Basic.h | CanftIn/CanftIn_tools | 244d758f5c309314563335817fa1c1348c4f18bc | [
"MIT"
] | 3 | 2018-05-28T08:35:41.000Z | 2020-03-15T06:37:25.000Z | library/Basic.h | CanftIn/CanftIn_tools | 244d758f5c309314563335817fa1c1348c4f18bc | [
"MIT"
] | null | null | null | library/Basic.h | CanftIn/CanftIn_tools | 244d758f5c309314563335817fa1c1348c4f18bc | [
"MIT"
] | null | null | null | #ifndef BASIC_H_
#define BASIC_H_
namespace CAN
{
#ifndef NODEBUG
#define CHECK_ERROR(CONDITION,DESCRIPTION) do{if(!(CONDITION))throw Error(DESCRIPTION);}while(0)
#else
#define CHECK_ERROR(CONDITION,DESCRIPTION)
#endif
#define CHECK_FAIL(DESCRIPTION) do{throw Error(DESCRIPTION);}while(0)
class NoCopya... | 33.59322 | 106 | 0.735116 | [
"object"
] |
da14829d4a48b59aeb01740b44746d5f47bf5e39 | 1,323 | h | C | compiler/src/CFCPyTypeMap.h | dgreatwood/lucy-clownfish | d89bbfb3dc9ec8bb7eaba9a8eb2555c7e42669c9 | [
"Apache-2.0"
] | 7 | 2015-04-04T08:35:51.000Z | 2021-11-10T15:44:30.000Z | compiler/src/CFCPyTypeMap.h | dgreatwood/lucy-clownfish | d89bbfb3dc9ec8bb7eaba9a8eb2555c7e42669c9 | [
"Apache-2.0"
] | 24 | 2015-04-22T14:35:06.000Z | 2016-07-22T14:05:53.000Z | compiler/src/CFCPyTypeMap.h | dgreatwood/lucy-clownfish | d89bbfb3dc9ec8bb7eaba9a8eb2555c7e42669c9 | [
"Apache-2.0"
] | 13 | 2015-04-20T17:22:24.000Z | 2021-11-10T15:42:43.000Z | /* 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... | 30.068182 | 78 | 0.746788 | [
"model"
] |
da1caf49ddbecffa72c86092ff92178f64043a87 | 840 | h | C | src/core/event/event.h | minalear/HardPython | 786340ca6135751e99ab84f4efc1516fabdfa1da | [
"MIT"
] | null | null | null | src/core/event/event.h | minalear/HardPython | 786340ca6135751e99ab84f4efc1516fabdfa1da | [
"MIT"
] | null | null | null | src/core/event/event.h | minalear/HardPython | 786340ca6135751e99ab84f4efc1516fabdfa1da | [
"MIT"
] | 1 | 2018-10-01T18:08:25.000Z | 2018-10-01T18:08:25.000Z | #ifndef MINALEAR_EVENT_H
#define MINALEAR_EVENT_H
#include <functional>
#include <vector>
#include <memory>
#include "glm/glm.hpp"
#include "SDL2/SDL_scancode.h"
namespace minalear {
enum class EventType {
WindowResize,
KeyDown,
KeyUp,
MouseMove,
MouseButtonDown,
MouseButtonUp,
Tick
};
struct TickEv... | 15.849057 | 51 | 0.694048 | [
"vector"
] |
da1d3076497e0bf2f5004123e53effd101a8ea9d | 2,683 | h | C | Windows/FireflyDevice/FDExecutor.h | mpkasp/firefly-ice-api | 5e43cb56eb3be4391fd55bdc75d5d0db40249519 | [
"Apache-2.0"
] | null | null | null | Windows/FireflyDevice/FDExecutor.h | mpkasp/firefly-ice-api | 5e43cb56eb3be4391fd55bdc75d5d0db40249519 | [
"Apache-2.0"
] | null | null | null | Windows/FireflyDevice/FDExecutor.h | mpkasp/firefly-ice-api | 5e43cb56eb3be4391fd55bdc75d5d0db40249519 | [
"Apache-2.0"
] | null | null | null | //
// FDExecutor.h
// FireflyDevice
//
// Created by Denis Bohm on 9/14/13.
// Copyright (c) 2013-2014 Firefly Design LLC / Denis Bohm. All rights reserved.
//
#ifndef FDEXECUTOR_H
#define FDEXECUTOR_H
#include "FDCommon.h"
#include "FDError.h"
#include <exception>
#include <list>
#include <memory>
#include <ve... | 25.311321 | 92 | 0.758107 | [
"vector"
] |
da1ea28f602886304ed1daf5420d35d3c51189bf | 18,720 | h | C | mc/model/com.mentor.nucleus.bp.core/src416/c/t.sys_user_co.h | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | 1 | 2018-01-24T16:28:01.000Z | 2018-01-24T16:28:01.000Z | mc/model/com.mentor.nucleus.bp.core/src418/c/t.sys_user_co.h | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | null | null | null | mc/model/com.mentor.nucleus.bp.core/src418/c/t.sys_user_co.h | NDGuthrie/bposs | 2c47abf74a3e6fadb174b08e57aa66a209400606 | [
"Apache-2.0"
] | null | null | null | T_b("/*----------------------------------------------------------------------------");
T_b("\n");
T_b(" ");
T_b("* File: ");
T_b(te_file->callout);
T_b(".");
T_b(te_file->hdr_file_ext);
T_b("\n");
T_b(" ");
T_b("*");
T_b("\n");
T_b(" ");
T_b("* Description:");
T_b("\n");
T_b(" ");
T_b("* Function declarations for user... | 21.345496 | 86 | 0.59594 | [
"object"
] |
da2599a5a5d6d2f878f02ae3a53b5baced5081dd | 12,222 | h | C | src/mirheo/core/celllist.h | noabauma/Mirheo | bf7979bfbbf402d33c26ac5dc879f880e78e7017 | [
"MIT"
] | null | null | null | src/mirheo/core/celllist.h | noabauma/Mirheo | bf7979bfbbf402d33c26ac5dc879f880e78e7017 | [
"MIT"
] | null | null | null | src/mirheo/core/celllist.h | noabauma/Mirheo | bf7979bfbbf402d33c26ac5dc879f880e78e7017 | [
"MIT"
] | null | null | null | // Copyright 2020 ETH Zurich. All Rights Reserved.
#pragma once
#include <mirheo/core/containers.h>
#include <mirheo/core/datatypes.h>
#include <mirheo/core/logger.h>
#include <mirheo/core/pvs/particle_vector.h>
#include <mirheo/core/pvs/views/pv.h>
#include <mirheo/core/utils/cuda_common.h>
namespace mirheo
{
/// de... | 38.555205 | 137 | 0.682458 | [
"object",
"vector",
"3d"
] |
da2a0579b14aac04341b6d2989edf1f976488c0f | 507 | h | C | util/headers/file_encoder.h | turing228/huffman | 78222ad60ecd7616dea5dd4ecd120438ce606a57 | [
"MIT"
] | 1 | 2019-10-23T19:13:07.000Z | 2019-10-23T19:13:07.000Z | util/headers/file_encoder.h | turing228/huffman | 78222ad60ecd7616dea5dd4ecd120438ce606a57 | [
"MIT"
] | null | null | null | util/headers/file_encoder.h | turing228/huffman | 78222ad60ecd7616dea5dd4ecd120438ce606a57 | [
"MIT"
] | null | null | null | //
// Created by jesus on 22.06.18.
//
#ifndef HUFFMAN_FILE_ENCODER_H
#define HUFFMAN_FILE_ENCODER_H
#include <string>
#include <fstream>
#include <vector>
#include "../lib/headers/consts.h"
#include "../lib/headers/encode.h"
void encode(std::string, std::string);
void write(encoder &, std::vector<unsigned char> &,... | 24.142857 | 86 | 0.715976 | [
"vector"
] |
da39107d64d26a0672c2924ede88d8773d4f4de0 | 804 | h | C | include/apsis/engine/scene.h | wilkie/apsis | 9e6a37ad9dfc8931b25b9429d7e4a770b4e760bf | [
"WTFPL"
] | 2 | 2015-11-05T03:47:29.000Z | 2020-01-24T18:48:09.000Z | include/apsis/engine/scene.h | wilkie/apsis | 9e6a37ad9dfc8931b25b9429d7e4a770b4e760bf | [
"WTFPL"
] | null | null | null | include/apsis/engine/scene.h | wilkie/apsis | 9e6a37ad9dfc8931b25b9429d7e4a770b4e760bf | [
"WTFPL"
] | null | null | null | #ifndef APSIS_ENGINE_SCENE_H
#define APSIS_ENGINE_SCENE_H
#include "apsis/world/scene.h"
#include <vector>
namespace Apsis {
namespace Engine {
/*
* This class manages the current scene.
*/
class Scene {
public:
/*
* Constructs a scene engine to hold and manage the scene.
... | 18.697674 | 65 | 0.579602 | [
"vector"
] |
da3aa3abdbb3a96a9808eaa0790339a326cd1b9b | 109,993 | c | C | ubuntu20/projects/libRadtran-2.0.4/libsrc_c/netCDF_functions.c | AmberCrafter/docker-compose_libRadtran | 0182f991db6a13e0cacb3bf9f43809e6850593e4 | [
"MIT"
] | null | null | null | ubuntu20/projects/libRadtran-2.0.4/libsrc_c/netCDF_functions.c | AmberCrafter/docker-compose_libRadtran | 0182f991db6a13e0cacb3bf9f43809e6850593e4 | [
"MIT"
] | null | null | null | ubuntu20/projects/libRadtran-2.0.4/libsrc_c/netCDF_functions.c | AmberCrafter/docker-compose_libRadtran | 0182f991db6a13e0cacb3bf9f43809e6850593e4 | [
"MIT"
] | null | null | null | /*--------------------------------------------------------------------
* $Id$
*
* This file is part of libRadtran.
* Copyright (c) 1997-2012 by Arve Kylling, Bernhard Mayer,
* Claudia Emde, Robert Buras
*
* ######### Contact info: http://www.libradtran.org #########
*
* This program... | 43.944467 | 160 | 0.420609 | [
"3d"
] |
da4711325bd9d0d43dc3e1a6d37ea90af1a7038a | 1,803 | h | C | src/app/jni/src/SUI/Font.h | Helios-vmg/CopperRat | 86722197cb4c8732848c132e855c2b206c2e86de | [
"BSD-2-Clause"
] | 3 | 2016-01-20T16:25:08.000Z | 2016-12-22T13:39:32.000Z | src/app/jni/src/SUI/Font.h | Helios-vmg/CopperRat | 86722197cb4c8732848c132e855c2b206c2e86de | [
"BSD-2-Clause"
] | 1 | 2016-08-29T14:40:56.000Z | 2016-08-30T06:14:36.000Z | src/app/jni/src/SUI/Font.h | Helios-vmg/CopperRat | 86722197cb4c8732848c132e855c2b206c2e86de | [
"BSD-2-Clause"
] | 1 | 2015-01-06T08:32:38.000Z | 2015-01-06T08:32:38.000Z | /*
Copyright (c), Helios
All rights reserved.
Distributed under a permissive license. See COPYING.txt for details.
*/
#pragma once
#include "../Exception.h"
#include "../Image.h"
#ifndef HAVE_PRECOMPILED_HEADERS
#include <vector>
#include <fstream>
#include <SDL.h>
#include <memory>
#include <type_... | 28.619048 | 147 | 0.707709 | [
"vector"
] |
da488517f972f17505af8afd7b4ca48ea5ace67e | 1,303 | h | C | WordCounterIterator.h | UCSB-CS32-F15/cs32-f15-lab07-start | bbb7ba5068329cfb0b5a102c4319ee96308f1821 | [
"MIT"
] | null | null | null | WordCounterIterator.h | UCSB-CS32-F15/cs32-f15-lab07-start | bbb7ba5068329cfb0b5a102c4319ee96308f1821 | [
"MIT"
] | null | null | null | WordCounterIterator.h | UCSB-CS32-F15/cs32-f15-lab07-start | bbb7ba5068329cfb0b5a102c4319ee96308f1821 | [
"MIT"
] | null | null | null | #ifndef WORD_COUNTER_ITERATOR_H
#define WORD_COUNTER_ITERATOR_H
#include <iterator>
#include <map>
// The purpose of the WordCounterIterator is to adapt the iterator
// that is inside the WordCounter object, the one that is for a map,
// and allow it to iterate over strings instead of pairs.
typedef std::map<std::st... | 23.267857 | 106 | 0.675365 | [
"object"
] |
da49c42a9fdff95ef9a0c28f575a68da9d477ecc | 2,834 | c | C | keymap.c | baudrillardwasright/bdn9 | 2b240548ab01e41596212f0ab84ac0c2bf696d41 | [
"CC0-1.0"
] | null | null | null | keymap.c | baudrillardwasright/bdn9 | 2b240548ab01e41596212f0ab84ac0c2bf696d41 | [
"CC0-1.0"
] | null | null | null | keymap.c | baudrillardwasright/bdn9 | 2b240548ab01e41596212f0ab84ac0c2bf696d41 | [
"CC0-1.0"
] | null | null | null |
#include QMK_KEYBOARD_H
enum custom_keycodes {
SWW = SAFE_RANGE,
OBJECT,
QKC,
PRIV,
LETTERHEAD,
};
enum encoder_names {
_LEFT,
_RIGHT,
_MIDDLE,
};
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case SWW:
if (record->event.presse... | 21.149254 | 186 | 0.541284 | [
"object"
] |
da4ac1d0273da93e13dfccc9a1512c7ec0cc1719 | 2,849 | h | C | media/base/serial_runner.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | media/base/serial_runner.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | media/base/serial_runner.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_BASE_SERIAL_RUNNER_H_
#define MEDIA_BASE_SERIAL_RUNNER_H_
#include <memory>
#include "base/callback.h"
#include "base/containers/circu... | 29.989474 | 79 | 0.740962 | [
"object"
] |
da4aecb6f144c63be00c575b69f884787ad2fbdd | 38,968 | h | C | groups/bdl/bdlb/bdlb_indexspanstringutil.h | AlisdairM/bde | bc65db208c32513aa545080f57090cc39c608be0 | [
"Apache-2.0"
] | 1 | 2021-11-10T16:53:42.000Z | 2021-11-10T16:53:42.000Z | groups/bdl/bdlb/bdlb_indexspanstringutil.h | AlisdairM/bde | bc65db208c32513aa545080f57090cc39c608be0 | [
"Apache-2.0"
] | null | null | null | groups/bdl/bdlb/bdlb_indexspanstringutil.h | AlisdairM/bde | bc65db208c32513aa545080f57090cc39c608be0 | [
"Apache-2.0"
] | null | null | null | // bdlb_indexspanstringutil.h -*-C++-*-
#ifndef INCLUDED_BDLB_INDEXSPANSTRINGUTIL
#define INCLUDED_BDLB_INDEXSPANSTRINGUTIL
#include <bsls_ident.h>
BSLS_IDENT("$Id: $")
//@PURPOSE: Provide functions that operate on 'IndexSpan' and string objects.
//
//@CLASSES:
// bdlb::IndexS... | 42.356522 | 79 | 0.557817 | [
"object"
] |
da4d3fbfb2914b9e83995cc474622b81cd8b13ef | 19,201 | c | C | src/graphics/texutils.c | mafu9/dxlibp-kai | dc2e503dd49f019245638e6978ee9a5a107f01fb | [
"Unlicense"
] | 1 | 2020-12-01T20:37:47.000Z | 2020-12-01T20:37:47.000Z | src/graphics/texutils.c | mafu9/dxlibp-kai | dc2e503dd49f019245638e6978ee9a5a107f01fb | [
"Unlicense"
] | null | null | null | src/graphics/texutils.c | mafu9/dxlibp-kai | dc2e503dd49f019245638e6978ee9a5a107f01fb | [
"Unlicense"
] | 1 | 2021-04-07T20:31:38.000Z | 2021-04-07T20:31:38.000Z | #include <valloc.h>
#include <malloc.h>
#include <string.h>
#include <pspgu.h>
#include "dxppng.h"
#include"../graphics.h"
#include "../fileio.h"
DXPTEXTURE3* dxpGraphicsCreateTexture()
{
u32 i;
DXPTEXTURE3 *texptr;
for(i = 0;i < DXP_BUILDOPTION_TEXTURE_MAXNUM;++i)
if(dxpGraphicsData.texarray[i] == 0)break;
if... | 26.017615 | 128 | 0.665694 | [
"object"
] |
da55864a60a51013687f331125607e909a8116d2 | 3,918 | h | C | src/RecordSession.h | cgjones/rr | dcdde9c497cad27618b27f6754c11b0693894178 | [
"MIT"
] | 3 | 2015-03-01T23:26:27.000Z | 2021-01-14T03:31:36.000Z | src/RecordSession.h | rogerwang/rr | 619b8951d392b46c6f62b2bad7c0861a05d9f32e | [
"MIT"
] | null | null | null | src/RecordSession.h | rogerwang/rr | 619b8951d392b46c6f62b2bad7c0861a05d9f32e | [
"MIT"
] | null | null | null | /* -*- Mode: C++; tab-width: 8; c-basic-offset: 2; indent-tabs-mode: nil; -*- */
#ifndef RR_RECORD_SESSION_H_
#define RR_RECORD_SESSION_H_
#include "Scheduler.h"
#include "Session.h"
#include "task.h"
#include "TraceFrame.h"
/** Encapsulates additional session state related to recording. */
class RecordSession : pub... | 32.114754 | 80 | 0.703165 | [
"vector"
] |
da6881d5bc1bfe49c6ae36571133c12ee24865ae | 62,130 | h | C | src/UnitTests/Matrices/MultidiagonalMatrixTest.h | grinisrit/tnl-dev | 4403b2dca895e2c32636395d6f1c1210c7afcefd | [
"MIT"
] | null | null | null | src/UnitTests/Matrices/MultidiagonalMatrixTest.h | grinisrit/tnl-dev | 4403b2dca895e2c32636395d6f1c1210c7afcefd | [
"MIT"
] | null | null | null | src/UnitTests/Matrices/MultidiagonalMatrixTest.h | grinisrit/tnl-dev | 4403b2dca895e2c32636395d6f1c1210c7afcefd | [
"MIT"
] | null | null | null | #include <iostream>
#include <sstream>
#include <TNL/Devices/Host.h>
#include <TNL/Matrices/Matrix.h>
#include <TNL/Matrices/MultidiagonalMatrix.h>
#include <TNL/Algorithms/contains.h>
#include <TNL/Containers/Array.h>
#include <TNL/Containers/Vector.h>
#include <TNL/Containers/VectorView.h>
#include <TNL/Math.h>
usin... | 37.33774 | 431 | 0.601819 | [
"vector"
] |
da76fd33fd7a19fd5432154a3bfcaab4a20630d3 | 737 | h | C | include/Graphics/ScreenBuffer.h | Shunseii/cpp-arcade-app | e7bad1b8401d9886243f3a6af3bedf40d939e9c1 | [
"MIT"
] | null | null | null | include/Graphics/ScreenBuffer.h | Shunseii/cpp-arcade-app | e7bad1b8401d9886243f3a6af3bedf40d939e9c1 | [
"MIT"
] | null | null | null | include/Graphics/ScreenBuffer.h | Shunseii/cpp-arcade-app | e7bad1b8401d9886243f3a6af3bedf40d939e9c1 | [
"MIT"
] | null | null | null | #ifndef GRAPHICS_SCREEN_BUFFER_H
#define GRAPHICS_SCREEN_BUFFER_H
#include <cstddef>
#include <stdint.h>
#include "Graphics/Color.h"
/*
* ScreenBuffer class wraps SDL_Surface object
* and provides functionality for pixel
* manipulation on an SDL_Surface.
*/
struct SDL_Surface;
class ScreenBuffer {
private:... | 19.918919 | 62 | 0.7327 | [
"object"
] |
da839eda7c0be5534f2d839a62643fe8e41b29dc | 7,084 | h | C | core/src/specialized_solver/solid_mechanics/dynamic_hyperelasticity/dynamic_hyperelasticity_solver.h | maierbn/opendihu | 577650e2f6b36a7306766b0f4176f8124458cbf0 | [
"MIT"
] | 17 | 2018-11-25T19:29:34.000Z | 2021-09-20T04:46:22.000Z | core/src/specialized_solver/solid_mechanics/dynamic_hyperelasticity/dynamic_hyperelasticity_solver.h | maierbn/opendihu | 577650e2f6b36a7306766b0f4176f8124458cbf0 | [
"MIT"
] | 1 | 2020-11-12T15:15:58.000Z | 2020-12-29T15:29:24.000Z | core/src/specialized_solver/solid_mechanics/dynamic_hyperelasticity/dynamic_hyperelasticity_solver.h | maierbn/opendihu | 577650e2f6b36a7306766b0f4176f8124458cbf0 | [
"MIT"
] | 4 | 2018-10-17T12:18:10.000Z | 2021-05-28T13:24:20.000Z | #pragma once
#include <Python.h> // has to be the first included header
#include "time_stepping_scheme/00_time_stepping_scheme.h"
#include "specialized_solver/solid_mechanics/hyperelasticity/02_hyperelasticity_solver.h"
#include "data_management/specialized_solver/dynamic_hyperelasticity_solver.h"
namespace TimeSte... | 61.068966 | 218 | 0.785714 | [
"mesh",
"geometry",
"object",
"vector"
] |
da8fe8844df1dad73ac42d5858a6a35e1c94cf56 | 1,621 | h | C | cpp/p3_python/source/p3/python/numpy.h | 0lru/p3ui | 162c6c68f4a55ec109a593c8ced66a62520b5602 | [
"MIT"
] | 21 | 2021-07-22T21:33:01.000Z | 2022-02-12T15:17:46.000Z | cpp/p3_python/source/p3/python/numpy.h | 0lru/p3ui | 162c6c68f4a55ec109a593c8ced66a62520b5602 | [
"MIT"
] | 3 | 2021-07-26T19:00:39.000Z | 2021-12-12T09:29:09.000Z | cpp/p3_python/source/p3/python/numpy.h | 0lru/p3ui | 162c6c68f4a55ec109a593c8ced66a62520b5602 | [
"MIT"
] | 2 | 2021-07-23T04:57:21.000Z | 2021-12-15T22:51:45.000Z | #pragma once
#include "p3ui.h"
namespace p3::python
{
template<typename T>
py::capsule make_capsule(std::shared_ptr<T> ptr)
{
return py::capsule(new std::shared_ptr<T>(ptr), [](void* ptr) {
delete reinterpret_cast<std::shared_ptr<T>*>(ptr);
});
}
template<typename Gu... | 27.474576 | 101 | 0.551511 | [
"shape",
"vector"
] |
da9dc0fe01a6424cbaa30f75aaf41b2bb0214d30 | 13,990 | c | C | ESMF/src/Infrastructure/Mesh/src/Zoltan/key_params.c | joeylamcy/gchp | 0e1676300fc91000ecb43539cabf1f342d718fb3 | [
"NCSA",
"Apache-2.0",
"MIT"
] | 1 | 2018-07-05T16:48:58.000Z | 2018-07-05T16:48:58.000Z | ESMF/src/Infrastructure/Mesh/src/Zoltan/key_params.c | joeylamcy/gchp | 0e1676300fc91000ecb43539cabf1f342d718fb3 | [
"NCSA",
"Apache-2.0",
"MIT"
] | 1 | 2022-03-04T16:12:02.000Z | 2022-03-04T16:12:02.000Z | ESMF/src/Infrastructure/Mesh/src/Zoltan/key_params.c | joeylamcy/gchp | 0e1676300fc91000ecb43539cabf1f342d718fb3 | [
"NCSA",
"Apache-2.0",
"MIT"
] | null | null | null | /*****************************************************************************
* Zoltan Library for Parallel Applications *
* Copyright (c) 2000,2001,2002, Sandia National Laboratories. *
* For more info, see the README file in the top-level Zoltan directory. *
*... | 35.507614 | 80 | 0.536455 | [
"object",
"vector"
] |
fd4a04d31fcb8975e9855af57d87a6bb953d2577 | 5,187 | c | C | VideoServer/libs/libcodec2/src/c2dec.c | zengfanmao/mpds | c2bba464eaddc9ec70604a8614d84c5334461e8e | [
"MIT"
] | null | null | null | VideoServer/libs/libcodec2/src/c2dec.c | zengfanmao/mpds | c2bba464eaddc9ec70604a8614d84c5334461e8e | [
"MIT"
] | null | null | null | VideoServer/libs/libcodec2/src/c2dec.c | zengfanmao/mpds | c2bba464eaddc9ec70604a8614d84c5334461e8e | [
"MIT"
] | null | null | null | /*---------------------------------------------------------------------------*\
FILE........: c2dec.c
AUTHOR......: David Rowe
DATE CREATED: 23/8/2010
Decodes a file of bits to a file of raw speech samples using codec2.
\*---------------------------------------------------------------------------*/
/*
Cop... | 28.657459 | 117 | 0.539811 | [
"model"
] |
fd4b93cfcbe8c1fda33185e9c1bbe22cf8f37304 | 48,314 | c | C | platform/shared/ruby/proc.c | insphereapplication/rhodes | 57a2b4b64b04667e94c7c8924bf7038e4fdf60b3 | [
"MIT"
] | null | null | null | platform/shared/ruby/proc.c | insphereapplication/rhodes | 57a2b4b64b04667e94c7c8924bf7038e4fdf60b3 | [
"MIT"
] | null | null | null | platform/shared/ruby/proc.c | insphereapplication/rhodes | 57a2b4b64b04667e94c7c8924bf7038e4fdf60b3 | [
"MIT"
] | null | null | null | /**********************************************************************
proc.c - Proc, Binding, Env
$Author: yugui $
created at: Wed Jan 17 12:13:14 2007
Copyright (C) 2004-2007 Koichi Sasada
**********************************************************************/
#include "eval_intern.h"
#include "gc.h"
s... | 24.852881 | 95 | 0.612845 | [
"object"
] |
fd6250b2ad0be0c037cd64ace7beca87da8058d4 | 6,286 | h | C | src/Filtering/tubeImageMathFilters.h | kian-weimer/ITKTubeTK | 88da3195bfeca017745e7cddfe04f82571bd00ee | [
"Apache-2.0"
] | 27 | 2020-04-06T17:23:22.000Z | 2022-03-02T13:25:52.000Z | src/Filtering/tubeImageMathFilters.h | kian-weimer/ITKTubeTK | 88da3195bfeca017745e7cddfe04f82571bd00ee | [
"Apache-2.0"
] | 14 | 2020-04-09T00:23:15.000Z | 2022-02-26T13:02:35.000Z | src/Filtering/tubeImageMathFilters.h | kian-weimer/ITKTubeTK | 88da3195bfeca017745e7cddfe04f82571bd00ee | [
"Apache-2.0"
] | 14 | 2020-04-03T03:56:14.000Z | 2022-01-14T07:51:32.000Z | /*=========================================================================
Library: TubeTK
Copyright Kitware 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
htt... | 33.795699 | 78 | 0.702036 | [
"vector"
] |
fd757af7a0fe2167b88bb018ae8c463df02d5f3c | 20,932 | c | C | Usermode/Applications/axwin3_src/WM/renderers/widget.c | thepowersgang/acess2 | b52f9a841f47d7f29e9813b215e1290f191b5171 | [
"Zlib"
] | 58 | 2015-02-11T23:18:09.000Z | 2022-02-23T14:11:11.000Z | Usermode/Applications/axwin3_src/WM/renderers/widget.c | thepowersgang/acess2 | b52f9a841f47d7f29e9813b215e1290f191b5171 | [
"Zlib"
] | 5 | 2015-01-12T03:28:04.000Z | 2016-01-12T12:21:34.000Z | Usermode/Applications/axwin3_src/WM/renderers/widget.c | thepowersgang/acess2 | b52f9a841f47d7f29e9813b215e1290f191b5171 | [
"Zlib"
] | 10 | 2015-04-05T08:03:36.000Z | 2022-02-09T23:33:58.000Z | /*
* Acess2 Window Manager v3
* - By John Hodge (thePowersGang)
*
* render_widget.c
* - AxWin2 Widget port
*/
#include <common.h>
#include <wm_renderer.h>
#include <renderer_widget.h>
#include <string.h>
#include <wm_messages.h>
#include <stdlib.h>
#include "widget/common.h"
#define DEFAULT_ELETABLE_SIZE 64
#def... | 26.165 | 97 | 0.686556 | [
"render"
] |
fd7c6a030bc3522f97a208a12b13269fbec1cc0c | 203,487 | c | C | cflow/findoutx.c | mbheinen/bpa-ipf-tsp | bf07dd456bb7d40046c37f06bcd36b7207fa6d90 | [
"MIT"
] | 14 | 2020-04-02T15:34:42.000Z | 2022-03-24T08:57:45.000Z | cflow/findoutx.c | cuihantao/bpa-ipf-tsp | cb2d0917ae42eff571017e9162f550f87900b83f | [
"MIT"
] | 11 | 2020-02-08T14:21:23.000Z | 2021-08-13T01:27:56.000Z | cflow/findoutx.c | mbheinen/bpa-ipf-tsp | bf07dd456bb7d40046c37f06bcd36b7207fa6d90 | [
"MIT"
] | 14 | 2020-02-03T04:26:58.000Z | 2022-03-20T15:04:31.000Z | /******************************************************************************\
UTILITY: FINDOUT
STRUCTURE: common CFLOW architecture.
TYPE: Powerflow (BPF) output report post-processor.
SUMMARY: Generates a table of outages and corresponding branch overloads or
bus voltage violations from mul... | 41.009069 | 135 | 0.552802 | [
"object"
] |
fd7f206ddfd639a15de483119e396a67ab7c791f | 3,691 | h | C | components/offline_pages/offline_page_storage_manager.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | 1 | 2020-09-15T08:43:34.000Z | 2020-09-15T08:43:34.000Z | components/offline_pages/offline_page_storage_manager.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | components/offline_pages/offline_page_storage_manager.h | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_STORAGE_MANAGER_H_
#define COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_STORAGE_MANAGER_H_
#include <stdint.h>
#i... | 34.175926 | 80 | 0.733677 | [
"vector",
"model"
] |
fd846efe4340cfa20df0e6431293ca8c4537feff | 11,502 | h | C | include/arboretum/stRNode-inl.h | marcosivni/arboretum | 329147b2d147903bc8e527fc3dcfe2349141725a | [
"Apache-2.0"
] | null | null | null | include/arboretum/stRNode-inl.h | marcosivni/arboretum | 329147b2d147903bc8e527fc3dcfe2349141725a | [
"Apache-2.0"
] | null | null | null | include/arboretum/stRNode-inl.h | marcosivni/arboretum | 329147b2d147903bc8e527fc3dcfe2349141725a | [
"Apache-2.0"
] | null | null | null | /* Copyright 2003-2017 GBDI-ICMC-USP <caetano@icmc.usp.br>
*
* 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 applicabl... | 33.631579 | 96 | 0.56338 | [
"object"
] |
fd8d5ba4e5a20d5d0ee3d789d5253fc874cd5be8 | 3,354 | h | C | Computational_Geometry/src/GUI/GUI.h | manuelpagliuca/Computational_Geometry_2021 | 45560d464f25959d058aaf14d4084e9d894072f4 | [
"MIT"
] | null | null | null | Computational_Geometry/src/GUI/GUI.h | manuelpagliuca/Computational_Geometry_2021 | 45560d464f25959d058aaf14d4084e9d894072f4 | [
"MIT"
] | null | null | null | Computational_Geometry/src/GUI/GUI.h | manuelpagliuca/Computational_Geometry_2021 | 45560d464f25959d058aaf14d4084e9d894072f4 | [
"MIT"
] | null | null | null | #pragma once
#pragma warning(push, 0)
#include "../../Dependencies/imgui/imgui_impl_glfw.h"
#include "../../Dependencies/imgui/imgui_impl_opengl3.h"
#include "../../Dependencies/imgui/imgui.h"
#include <GLM/glm.hpp>
#include <GLM/gtc/matrix_transform.hpp>
#include <GLM/gtc/type_ptr.hpp>
#pragma warning(pop)
#includ... | 19.387283 | 127 | 0.678891 | [
"vector"
] |
fd9111016181e74e138391fd764a805d652f2c58 | 4,087 | c | C | mosaic.c | ArthurFerreira2/mosaic | 742b9223281a0f85d417fe9ee1a631502fb5fb5b | [
"MIT"
] | null | null | null | mosaic.c | ArthurFerreira2/mosaic | 742b9223281a0f85d417fe9ee1a631502fb5fb5b | [
"MIT"
] | null | null | null | mosaic.c | ArthurFerreira2/mosaic | 742b9223281a0f85d417fe9ee1a631502fb5fb5b | [
"MIT"
] | null | null | null | /*
mosaic image effect
Last modified 17th of January 2019
Copyright (c) 2019 Arthur Ferreira
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 l... | 34.058333 | 113 | 0.648153 | [
"render"
] |
fd9417cef8a85dc0e854ae4ad30eb78382ff642a | 1,386 | h | C | src/IO/ConcatSeekableReadBuffer.h | KinderRiven/ClickHouse | 2edc03b3d4a950848720064db82f11581b2e8d8a | [
"Apache-2.0"
] | 2 | 2022-01-10T04:50:22.000Z | 2022-01-10T04:51:42.000Z | src/IO/ConcatSeekableReadBuffer.h | KinderRiven/ClickHouse | 2edc03b3d4a950848720064db82f11581b2e8d8a | [
"Apache-2.0"
] | 16 | 2022-02-14T15:53:29.000Z | 2022-03-25T18:39:16.000Z | src/IO/ConcatSeekableReadBuffer.h | Vector-Similarity-Search-for-ClickHouse/ClickHouse | 996d838ca33f1156a1c6d0868140bab23f8b6155 | [
"Apache-2.0"
] | 1 | 2020-05-28T07:29:23.000Z | 2020-05-28T07:29:23.000Z | #pragma once
#include <IO/SeekableReadBuffer.h>
#include <vector>
namespace DB
{
/// Reads from the concatenation of multiple SeekableReadBuffer's
class ConcatSeekableReadBuffer : public SeekableReadBuffer, public WithFileSize
{
public:
ConcatSeekableReadBuffer() : SeekableReadBuffer(nullptr, 0) { }
ConcatS... | 29.489362 | 141 | 0.715729 | [
"vector"
] |
fd96dd1414954e0a7c640d49c3524ff99e0c4cd6 | 4,972 | h | C | includes/GenICam/Usb/UsbCamera.h | yarkable/RP_Infantry_Plus | 124481efd0aa94180d1cd45b0faa887187902f62 | [
"MIT"
] | 113 | 2019-08-16T10:52:27.000Z | 2022-03-28T07:01:37.000Z | includes/GenICam/Usb/UsbCamera.h | RonghaoXXXu/RP_Infantry_Plus | 124481efd0aa94180d1cd45b0faa887187902f62 | [
"MIT"
] | null | null | null | includes/GenICam/Usb/UsbCamera.h | RonghaoXXXu/RP_Infantry_Plus | 124481efd0aa94180d1cd45b0faa887187902f62 | [
"MIT"
] | 54 | 2019-08-16T08:01:09.000Z | 2021-12-10T13:06:14.000Z | #ifndef __DAHUA_GENICAM_IUSBCAMERA_H__
#define __DAHUA_GENICAM_IUSBCAMERA_H__
#include "GenICam/Defs.h"
#include "GenICam/Camera.h"
#include "Infra/String.h"
#include "Memory/SharedPtr.h"
GENICAM_NAMESPACE_BEGIN
class IUsbCamera;
typedef Memory::TSharedPtr<IUsbCamera> IUsbCameraPtr;
/// \~chinese
/// ... | 32.496732 | 178 | 0.638978 | [
"object"
] |
fd9801491ca3cc4a2971c7e6a0f1f74259ecf535 | 31,958 | h | C | src/baseUI.h | virru/function-mgr | bed644c8d54c0f93f3dda35d2eb0b74f51bcdfd6 | [
"MIT"
] | null | null | null | src/baseUI.h | virru/function-mgr | bed644c8d54c0f93f3dda35d2eb0b74f51bcdfd6 | [
"MIT"
] | null | null | null | src/baseUI.h | virru/function-mgr | bed644c8d54c0f93f3dda35d2eb0b74f51bcdfd6 | [
"MIT"
] | null | null | null | /*
baseUI.h
This class, baseUI, includes most GUI related content for the program, besides information dumped
into text files and compile / build run time execution data.
All buttons, textboxes, etc will be stored here.
*/
#define NOMINMAX // this is later used for iterating through data and preventing stream corr... | 41.884666 | 203 | 0.60179 | [
"object"
] |
fb70b1b2dd084a2f7d9628f1a03f45f5a752dd30 | 542 | h | C | include/UIKit/NSDictionary.h | iMokhles/MyTheosHeaders | 2c263362a8a6f947b1a868e03983ed188ead6539 | [
"MIT"
] | 7 | 2016-07-22T14:29:58.000Z | 2021-03-19T05:31:48.000Z | iphone-private-frameworks-master/UIKit/NSDictionary.h | tt295362026/demo | 7d6e9e75f29c992ea9c5693d38f76e0012bbbf15 | [
"BSD-4-Clause"
] | null | null | null | iphone-private-frameworks-master/UIKit/NSDictionary.h | tt295362026/demo | 7d6e9e75f29c992ea9c5693d38f76e0012bbbf15 | [
"BSD-4-Clause"
] | 3 | 2017-02-06T23:58:01.000Z | 2017-10-31T03:47:52.000Z | /**
* This header is generated by class-dump-z 0.1-11o.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*/
#import <Foundation/NSDictionary.h>
@interface NSDictionary (UICollectionAdditions)
-(BOOL)boolForKey:(id)key;
@end
@interface NSDictionary (UIWebDocumentViewMessaging) // In 3.2 the... | 23.565217 | 108 | 0.758303 | [
"object"
] |
fb751cb6083dd7a20bc4f687ae71c46dd0974366 | 1,752 | h | C | source/headers/creature.h | soikkea/dungeoncrawler | 16cd9e6ecc1885bc5701a762a7d0564dc4effe7a | [
"MIT"
] | null | null | null | source/headers/creature.h | soikkea/dungeoncrawler | 16cd9e6ecc1885bc5701a762a7d0564dc4effe7a | [
"MIT"
] | null | null | null | source/headers/creature.h | soikkea/dungeoncrawler | 16cd9e6ecc1885bc5701a762a7d0564dc4effe7a | [
"MIT"
] | null | null | null | #pragma once
#include <map>
#include <memory>
#include <string>
#include "sprite.h"
#include "skillset.h"
#include "stat.h"
class Player;
class Item;
class Weapon;
class Creature : public Sprite
{
public:
Creature(int x, int y);
virtual ~Creature();
Creature(Creature& other);
Creature& operator=(Creature& other... | 25.764706 | 76 | 0.756849 | [
"vector"
] |
fb767f0ca9e8808ac753c946cc69eb9155a3da6a | 2,297 | h | C | src/strategy/include/strategy/strategy_main.h | TKUICLab-humanoid/BB | badb9d2669c4f0dca64c221761c11ea2d56e7412 | [
"MIT"
] | null | null | null | src/strategy/include/strategy/strategy_main.h | TKUICLab-humanoid/BB | badb9d2669c4f0dca64c221761c11ea2d56e7412 | [
"MIT"
] | null | null | null | src/strategy/include/strategy/strategy_main.h | TKUICLab-humanoid/BB | badb9d2669c4f0dca64c221761c11ea2d56e7412 | [
"MIT"
] | 6 | 2020-09-15T14:13:54.000Z | 2021-01-14T06:45:39.000Z | #include <ros/ros.h>
#include <ros/package.h>
#include <vector>
#include <stdio.h>
#include <std_msgs/String.h>
#include "tku_libs/strategy_info.h"
#include "tku_libs/TKU_tool.h"
#include "tku_libs/RosCommunication.h"
#include "tku_libs/WalkContinuouse.h"
#include "strategy/basketballinfo.h"
#include "strategy/loadpara... | 22.742574 | 54 | 0.709186 | [
"vector"
] |
fb768712bf877cb61b7c7715222cf597e55b5c8e | 6,216 | h | C | v3d_main/basic_c_fun/basic_memory.h | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 39 | 2015-05-10T23:23:03.000Z | 2022-01-26T01:31:30.000Z | v3d_main/basic_c_fun/basic_memory.h | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 13 | 2016-03-04T05:29:23.000Z | 2021-02-07T01:11:10.000Z | v3d_main/basic_c_fun/basic_memory.h | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 44 | 2015-11-11T07:30:59.000Z | 2021-12-26T16:41:21.000Z | /*
* Copyright (c)2006-2010 Hanchuan Peng (Janelia Farm, Howard Hughes Medical Institute).
* All rights reserved.
*/
/************
********* LICENSE NOTICE ************
This folder contains all source codes for the V3D project, which is subject to the following condi... | 66.12766 | 941 | 0.723616 | [
"model",
"3d"
] |
fb76f94423ea5ec141b7991209c32bd847ff3b49 | 53,127 | c | C | src/Rts/Sys/larceny.c | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | 2 | 2015-05-15T05:36:20.000Z | 2020-12-12T02:56:43.000Z | src/Rts/Sys/larceny.c | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | null | null | null | src/Rts/Sys/larceny.c | larcenists/larceny-oldimport | 4bfd2d2571d3f11f9a51e2d5fa5982211fb276cb | [
"MIT"
] | null | null | null | /* Copyright 1998 Lars T Hansen -*- indent-tabs-mode: nil -*-
*
* $Id$
*
* Larceny run-time system -- main file.
*
* FIXME: Over-complex. A gazillion parameters are supported, which
* introduces:
* - parsing and error checking
* - text into the usage message
* - value printing if parameter value... | 34.610423 | 93 | 0.617407 | [
"object",
"vector"
] |
fb7a5f62b1a33049f053085adf92f69466b7760e | 2,000 | h | C | component/oai-amf/src/sbi/smf_client/model/SecondaryRatUsageReport.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-amf/src/sbi/smf_client/model/SecondaryRatUsageReport.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-amf/src/sbi/smf_client/model/SecondaryRatUsageReport.h | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | /**
* Nsmf_PDUSession
* SMF PDU Session Service. © 2019, 3GPP Organizational Partners (ARIB, ATIS,
* CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
*
* The version of the OpenAPI document: 1.1.0.alpha-1
*
* NOTE: This class is auto generated by OpenAPI-Generator 4.1.1-SNAPSHOT.
* https://openapi-generator.t... | 24.096386 | 77 | 0.6875 | [
"vector",
"model"
] |
fb7ff937192746261af31b0d9ff8e0accc6cbefc | 5,078 | h | C | WDL/lice/lice_extended.h | hor-net/wdl-ol | 4a88575f82c0c577b28fc3b27279456b12b187fe | [
"Zlib"
] | 2 | 2017-12-05T04:18:55.000Z | 2021-03-20T03:04:56.000Z | WDL/lice/lice_extended.h | Metabog/wdl-ol | bfe87d2c4297d003f2475dc22d460440e5e1b4fa | [
"Zlib"
] | null | null | null | WDL/lice/lice_extended.h | Metabog/wdl-ol | bfe87d2c4297d003f2475dc22d460440e5e1b4fa | [
"Zlib"
] | 2 | 2017-04-24T12:45:33.000Z | 2019-12-22T04:31:51.000Z | #ifndef _LICE_EXTENDED_
#define _LICE_EXTENDED_
#include "lice.h"
#define DISABLE_LICE_EXTENSIONS
// stuff to pass to LICE_IBitmap::Extended
enum // IDs
{
LICE_EXT_SUPPORTS_ID, // data = ID, returns 1 if that extension ID is supported
LICE_EXT_CLEAR_ACCEL,
LICE_EXT_LINE_ACCEL,
LICE_EXT_FILL... | 30.775758 | 173 | 0.693974 | [
"object",
"solid"
] |
fb8000548210bb9ca23119ac263195d457f232d3 | 1,937 | h | C | model/ezsignfoldersignerassociation_get_in_person_login_url_v1_response_m_payload.h | eZmaxinc/eZmax-SDK-c | 355145bda84cbd548159163391ef09d1ef3c204d | [
"curl",
"MIT"
] | null | null | null | model/ezsignfoldersignerassociation_get_in_person_login_url_v1_response_m_payload.h | eZmaxinc/eZmax-SDK-c | 355145bda84cbd548159163391ef09d1ef3c204d | [
"curl",
"MIT"
] | null | null | null | model/ezsignfoldersignerassociation_get_in_person_login_url_v1_response_m_payload.h | eZmaxinc/eZmax-SDK-c | 355145bda84cbd548159163391ef09d1ef3c204d | [
"curl",
"MIT"
] | null | null | null | /*
* ezsignfoldersignerassociation_get_in_person_login_url_v1_response_m_payload.h
*
* Payload for the /1/object/ezsignfoldersignerassociation/getInPersonLoginUrl API Request
*/
#ifndef _ezsignfoldersignerassociation_get_in_person_login_url_v1_response_m_payload_H_
#define _ezsignfoldersignerassociation_get_in_per... | 50.973684 | 257 | 0.9143 | [
"object"
] |
fb95aedd23a07998b26f09679ab268e1655007ff | 17,974 | c | C | src/c_wn_stdscr.c | yuneta/yuno_cli | 75485227f73309ff4220c25a15946f26ba963d3e | [
"MIT"
] | null | null | null | src/c_wn_stdscr.c | yuneta/yuno_cli | 75485227f73309ff4220c25a15946f26ba963d3e | [
"MIT"
] | null | null | null | src/c_wn_stdscr.c | yuneta/yuno_cli | 75485227f73309ff4220c25a15946f26ba963d3e | [
"MIT"
] | null | null | null | /***********************************************************************
* C_WN_STDSCR.C
* Wn_stdscr GClass.
*
* Copyright (c) 2015-2016 Niyamaka.
* All Rights Reserved.
***********************************************************************/
#include <signal.h>
#include <sys/io... | 29.369281 | 131 | 0.421998 | [
"model"
] |
fb9b389f57cf8d8cf4ffde0d9840effddbae9441 | 6,125 | c | C | TH/crp_pc/golay23.c | gegel/JackPair_Win | b3400ae8cb4d05c806244dc485f16b85c7a00395 | [
"Unlicense"
] | 4 | 2019-05-18T19:01:22.000Z | 2021-01-17T07:59:02.000Z | TH/crp_pc/golay23.c | gegel/JackPair_Win | b3400ae8cb4d05c806244dc485f16b85c7a00395 | [
"Unlicense"
] | null | null | null | TH/crp_pc/golay23.c | gegel/JackPair_Win | b3400ae8cb4d05c806244dc485f16b85c7a00395 | [
"Unlicense"
] | 1 | 2021-01-17T07:59:04.000Z | 2021-01-17T07:59:04.000Z | /*---------------------------------------------------------------------------*\
FILE........: golay23.c
AUTHOR......: Robert Morelos-Zaragoza & David Rowe
DATE CREATED: 3 March 2013
To test:
src$ gcc golay23.c -o golay23 -Wall -DGOLAY23_UNITTEST -DRUN_TIME_TABLES
src$ ./golay23
To generate table... | 32.407407 | 80 | 0.553959 | [
"vector"
] |
fba1cede73341bffb3f093a489f385d42df85a87 | 4,259 | c | C | pkgs/libs/glib/src/tests/gobject/dynamictype.c | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 64 | 2015-03-06T00:30:56.000Z | 2022-03-24T13:26:53.000Z | pkgs/libs/glib/src/tests/gobject/dynamictype.c | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 12 | 2020-12-15T08:30:19.000Z | 2022-03-13T03:54:24.000Z | pkgs/libs/glib/src/tests/gobject/dynamictype.c | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 40 | 2015-02-26T15:31:16.000Z | 2022-03-03T23:23:37.000Z | /* GObject - GLib Type, Object, Parameter and Signal Library
* Copyright (C) 2001, 2003 Red Hat, Inc.
*
* 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 Lic... | 24.477011 | 106 | 0.748063 | [
"object"
] |
fba228b9900d14fa7c6b2e25df421bd5f2e54713 | 1,646 | h | C | src/ripple/rocksdb/rocksdb/tools/shell/DBClientProxy.h | Ziftr/stellard | 626514cbbb2c6c2b6844315ca98a2bfcbca0b43d | [
"BSL-1.0"
] | 58 | 2015-01-07T09:10:59.000Z | 2019-07-15T14:34:01.000Z | tools/shell/DBClientProxy.h | ajrulez/rocksdb | a0ce3fd00a1ae35bcbb9edc603b7398d83a8eb23 | [
"BSD-3-Clause"
] | 12 | 2015-01-02T00:01:45.000Z | 2018-04-25T12:35:02.000Z | tools/shell/DBClientProxy.h | ajrulez/rocksdb | a0ce3fd00a1ae35bcbb9edc603b7398d83a8eb23 | [
"BSD-3-Clause"
] | 23 | 2015-01-04T00:13:27.000Z | 2019-02-15T18:01:17.000Z |
#ifndef TOOLS_SHELL_DBCLIENTPROXY
#define TOOLS_SHELL_DBCLIENTPROXY
#include <vector>
#include <map>
#include <string>
#include <boost/utility.hpp>
#include <boost/shared_ptr.hpp>
#include "DB.h"
/*
* class DBClientProxy maintains:
* 1. a connection to rocksdb service
* 2. a map from db names to opened db handle... | 25.323077 | 88 | 0.671324 | [
"vector"
] |
fba3dd165e1b44f9a22a91ddc0dfcef625c2a5da | 93 | h | C | src/abc171/replacing.h | nryotaro/at_c | 8d7d3aecb4e3c768aefdf0ceaeefb269ca9ab34c | [
"MIT"
] | null | null | null | src/abc171/replacing.h | nryotaro/at_c | 8d7d3aecb4e3c768aefdf0ceaeefb269ca9ab34c | [
"MIT"
] | null | null | null | src/abc171/replacing.h | nryotaro/at_c | 8d7d3aecb4e3c768aefdf0ceaeefb269ca9ab34c | [
"MIT"
] | null | null | null |
#include<vector>
std::vector<long long> replacing(int n, int a[], int q, int b[], int c[]);
| 23.25 | 74 | 0.634409 | [
"vector"
] |
fba581f518e8b2614c2e65777591549ce0109217 | 5,300 | h | C | board/AZ3166/mxos_board_conf.h | MXCHIP/mxos | 2d93e6e2a90d9af090d6b1698d8674119da96608 | [
"MIT"
] | 3 | 2019-04-04T09:29:58.000Z | 2019-06-26T10:15:44.000Z | board/AZ3166/mxos_board_conf.h | MXCHIP/mxos | 2d93e6e2a90d9af090d6b1698d8674119da96608 | [
"MIT"
] | 1 | 2019-10-28T20:17:19.000Z | 2019-10-28T20:17:19.000Z | board/AZ3166/mxos_board_conf.h | MXCHIP/mxos | 2d93e6e2a90d9af090d6b1698d8674119da96608 | [
"MIT"
] | 2 | 2019-04-13T02:27:51.000Z | 2021-08-01T21:54:21.000Z | /* MiCO Team
* Copyright (c) 2017 MXCHIP Information Tech. Co.,Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | 39.849624 | 99 | 0.521887 | [
"model"
] |
fbb52c2b99d6c8cfc8f61041593f32c515731a38 | 2,716 | h | C | headers/reinforcementAgent.h | Ophien/RogueLike-Flooding-Engine-for-Reinforcement-Learning | b2a842812e1c759c33afaf305ef7470180e163ee | [
"MIT"
] | null | null | null | headers/reinforcementAgent.h | Ophien/RogueLike-Flooding-Engine-for-Reinforcement-Learning | b2a842812e1c759c33afaf305ef7470180e163ee | [
"MIT"
] | null | null | null | headers/reinforcementAgent.h | Ophien/RogueLike-Flooding-Engine-for-Reinforcement-Learning | b2a842812e1c759c33afaf305ef7470180e163ee | [
"MIT"
] | null | null | null | /*MIT License
*
*Copyright (c) 2018 Alysson Ribeiro da Silva
*
*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, mod... | 31.952941 | 127 | 0.744845 | [
"object",
"vector"
] |
fbbfcdf89c9b995ffa54dcaa3bd4b9f2bc1e0840 | 5,893 | h | C | threepp/material/Material.h | Graphics-Physics-Libraries/three.cpp-imported | 788b4202e15fa245a4b60e2da0b91f7d4d0592e1 | [
"MIT"
] | 76 | 2017-12-20T05:09:04.000Z | 2022-01-24T10:20:15.000Z | threepp/material/Material.h | Graphics-Physics-Libraries/three.cpp-imported | 788b4202e15fa245a4b60e2da0b91f7d4d0592e1 | [
"MIT"
] | 5 | 2018-06-06T15:41:01.000Z | 2019-11-30T15:10:25.000Z | threepp/material/Material.h | Graphics-Physics-Libraries/three.cpp-imported | 788b4202e15fa245a4b60e2da0b91f7d4d0592e1 | [
"MIT"
] | 23 | 2017-10-12T16:46:33.000Z | 2022-03-16T06:16:03.000Z | //
// Created by byter on 22.08.17.
//
#ifndef THREEPP_MATERIAL_H
#define THREEPP_MATERIAL_H
#include <memory>
#include <threepp/util/osdecl.h>
#include <threepp/Constants.h>
#include <threepp/textures/Texture.h>
#include <threepp/util/sole.h>
#include <threepp/util/simplesignal.h>
#include <threepp/math/Plane.h>
#in... | 23.109804 | 119 | 0.715425 | [
"vector"
] |
fbc50ea7c657281b5ac5013529c8a1da61d6f1c5 | 20,949 | c | C | external/bsd/nvi/dist/gtk/gtkviscreen.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | external/bsd/nvi/dist/gtk/gtkviscreen.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | external/bsd/nvi/dist/gtk/gtkviscreen.c | calmsacibis995/minix | dfba95598f553b6560131d35a76658f1f8c9cf38 | [
"Unlicense"
] | null | null | null | #include <stdio.h>
#include <string.h>
#include <gtk/gtkmain.h>
#include <gtk/gtksignal.h>
#include "gtkviscreen.h"
#include <gdk/gdkx.h>
#define INTISUCS(c) ((c & ~0x7F) && !(((c) >> 16) & 0x7F))
#define INTUCS(c) (c)
#ifdef USE_WIDECHAR
#define CHAR_WIDTH(sp, ch) wcwidth(ch)
#else
#define CHAR_WIDTH(sp, ch) 1
#en... | 27.384314 | 104 | 0.652298 | [
"object"
] |
76c17d64fe1bd98e3608eb8c49e93ba41a93c960 | 14,609 | c | C | bin/varnishd/cache/cache_vrt_var.c | huayra/Varnish-Cache | 952e1ce5ae27c76ed9681efcd71337ccdb86e45d | [
"BSD-2-Clause"
] | null | null | null | bin/varnishd/cache/cache_vrt_var.c | huayra/Varnish-Cache | 952e1ce5ae27c76ed9681efcd71337ccdb86e45d | [
"BSD-2-Clause"
] | null | null | null | bin/varnishd/cache/cache_vrt_var.c | huayra/Varnish-Cache | 952e1ce5ae27c76ed9681efcd71337ccdb86e45d | [
"BSD-2-Clause"
] | null | null | null | /*-
* Copyright (c) 2006 Verdens Gang AS
* Copyright (c) 2006-2011 Varnish Software AS
* All rights reserved.
*
* Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:... | 25.765432 | 77 | 0.619618 | [
"object"
] |
76cf87acadf8d9d820884ddc22313f0c6c630ba0 | 792 | h | C | applications/ParticlesEditor/include/PropertiesWidget/SizeControlWidget.h | AluminiumRat/mtt | 3052f8ad0ffabead05a1033e1d714a61e77d0aa8 | [
"MIT"
] | null | null | null | applications/ParticlesEditor/include/PropertiesWidget/SizeControlWidget.h | AluminiumRat/mtt | 3052f8ad0ffabead05a1033e1d714a61e77d0aa8 | [
"MIT"
] | null | null | null | applications/ParticlesEditor/include/PropertiesWidget/SizeControlWidget.h | AluminiumRat/mtt | 3052f8ad0ffabead05a1033e1d714a61e77d0aa8 | [
"MIT"
] | null | null | null | #pragma once
#include <memory>
#include <QtWidgets/QWidget>
#include <mtt/application/Widgets/PropertiesWidgets/FloatSpinConnection.h>
#include <Objects/SizeControlObject.h>
namespace mtt
{
class UndoStack;
}
namespace Ui
{
class SizeControlWidget;
}
class SizeControlWidget : public QWidget
{
public:
SizeC... | 22.628571 | 74 | 0.789141 | [
"object"
] |
76d05106a22c4fe4abe2288218f813385f9a6150 | 1,248 | h | C | LTL_SAT_solver/Aalta_v2.0/checking/deter_checker.h | reactive-systems/eahyper | 32660b55e12296df772b835add3248034ce0f70f | [
"0BSD"
] | 1 | 2019-10-08T10:17:11.000Z | 2019-10-08T10:17:11.000Z | LTL_SAT_solver/Aalta_v2.0/checking/deter_checker.h | reactive-systems/eahyper | 32660b55e12296df772b835add3248034ce0f70f | [
"0BSD"
] | null | null | null | LTL_SAT_solver/Aalta_v2.0/checking/deter_checker.h | reactive-systems/eahyper | 32660b55e12296df772b835add3248034ce0f70f | [
"0BSD"
] | 1 | 2021-03-01T14:26:05.000Z | 2021-03-01T14:26:05.000Z | /*
* formula progression structure
*
* File: checker.h
* Author: Jianwen Li
*
*
* Created on October 21, 2014
*/
#ifndef CHECK_H
#define CHECK_H
#include "formula/aalta_formula.h"
#include "progression/progression.h"
#include "state/check_deter_state.h"
#include <vector>
class checker
{
public:
... | 25.469388 | 132 | 0.678686 | [
"vector",
"model"
] |
76d967f9802fd00b24275acf717ed96c418f0f25 | 4,717 | h | C | include/qrcode/qr/dark_module_score.h | yax-lakam-tuun/libqrcode | 1010c7a1ed83cb01a7ab889ff716ffa9e5665fc4 | [
"MIT"
] | 4 | 2021-01-16T18:01:52.000Z | 2021-11-15T05:02:58.000Z | include/qrcode/qr/dark_module_score.h | yax-lakam-tuun/libqrcode | 1010c7a1ed83cb01a7ab889ff716ffa9e5665fc4 | [
"MIT"
] | 2 | 2021-01-20T19:15:33.000Z | 2021-05-29T15:20:56.000Z | include/qrcode/qr/dark_module_score.h | yax-lakam-tuun/libqrcode | 1010c7a1ed83cb01a7ab889ff716ffa9e5665fc4 | [
"MIT"
] | 1 | 2021-06-17T18:24:57.000Z | 2021-06-17T18:24:57.000Z | /*
* The MIT License
*
* Copyright (c) 2021 Sebastian Bauer
*
* 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, co... | 35.734848 | 140 | 0.687089 | [
"transform"
] |
76e3366a8b141e33c0b2c03cf258af4a4bd934b4 | 35,314 | h | C | Tests/TestQuantArray0.h | StanleyZheng-FDU/ApproxFlow | 1c24016d0139746409a06e85a4ddbcd8fedd4145 | [
"MIT"
] | null | null | null | Tests/TestQuantArray0.h | StanleyZheng-FDU/ApproxFlow | 1c24016d0139746409a06e85a4ddbcd8fedd4145 | [
"MIT"
] | null | null | null | Tests/TestQuantArray0.h | StanleyZheng-FDU/ApproxFlow | 1c24016d0139746409a06e85a4ddbcd8fedd4145 | [
"MIT"
] | null | null | null | #ifndef __TESTQUANTARRAY0__
#define __TESTQUANTARRAY0__
#include "../Headers/Common.h"
#include "../Headers/Timer.h"
#include "../Headers/Range.h"
#include "../Headers/Ref.h"
#include "../Headers/Thread.h"
#include "../Headers/NDArrayQuantCPU.h"
#include "../Headers/NDArrayApproxCPU.h"
#include "../Headers/OpsQuant.h... | 39.545353 | 351 | 0.578383 | [
"shape",
"vector"
] |
76ea0d2d475f882f1b61aaeb3a75de87c29fa2a7 | 2,631 | h | C | Include/RmlUi/Core/StyleSheetTypes.h | MatthiasJFM/RmlUi | 557dfdbf76ca1397d72c70003081aae4f33b82d0 | [
"MIT"
] | 1,099 | 2019-05-11T07:04:26.000Z | 2022-03-30T12:39:09.000Z | Include/RmlUi/Core/StyleSheetTypes.h | MatthiasJFM/RmlUi | 557dfdbf76ca1397d72c70003081aae4f33b82d0 | [
"MIT"
] | 251 | 2019-05-07T08:35:47.000Z | 2022-03-31T20:28:49.000Z | Include/RmlUi/Core/StyleSheetTypes.h | MatthiasJFM/RmlUi | 557dfdbf76ca1397d72c70003081aae4f33b82d0 | [
"MIT"
] | 148 | 2019-07-08T14:46:04.000Z | 2022-03-31T10:59:33.000Z | /*
* This source file is part of RmlUi, the HTML/CSS Interface Middleware
*
* For the latest information, see http://github.com/mikke89/RmlUi
*
* Copyright (c) 2008-2010 CodePoint Ltd, Shift Technology Ltd
* Copyright (c) 2019 The RmlUi Team, and contributors
*
* Permission is hereby granted, free of charge, to... | 32.8875 | 154 | 0.779932 | [
"vector"
] |
76eab3db61895f819c2006e544ebf085b5f03d0d | 4,600 | h | C | GPU/GPUTracking/Merger/GPUTPCGMOfflineStatisticalErrors.h | mpoghos/AliRoot | e81490f640ad6f2a6189f679de96b07a94304b58 | [
"BSD-3-Clause"
] | 52 | 2016-12-11T13:04:01.000Z | 2022-03-11T11:49:35.000Z | GPU/GPUTracking/Merger/GPUTPCGMOfflineStatisticalErrors.h | mpoghos/AliRoot | e81490f640ad6f2a6189f679de96b07a94304b58 | [
"BSD-3-Clause"
] | 1,388 | 2016-11-01T10:27:36.000Z | 2022-03-30T15:26:09.000Z | GPU/GPUTracking/Merger/GPUTPCGMOfflineStatisticalErrors.h | mpoghos/AliRoot | e81490f640ad6f2a6189f679de96b07a94304b58 | [
"BSD-3-Clause"
] | 275 | 2016-06-21T20:24:05.000Z | 2022-03-31T13:06:19.000Z | //**************************************************************************\
//* This file is property of and copyright by the ALICE Project *\
//* ALICE Experiment at CERN, All rights reserved. *\
//* *\
//* Prim... | 40 | 246 | 0.608696 | [
"transform"
] |
76eb3d6f2bc2b4cb5c23d5281177188bfaed5479 | 51,187 | c | C | src/hg/encode3/eap/eapSchedule/eapSchedule.c | diekhans/kent | f714d84de41a802085b997abac94bb1abab4bd7a | [
"IJG"
] | null | null | null | src/hg/encode3/eap/eapSchedule/eapSchedule.c | diekhans/kent | f714d84de41a802085b997abac94bb1abab4bd7a | [
"IJG"
] | null | null | null | src/hg/encode3/eap/eapSchedule/eapSchedule.c | diekhans/kent | f714d84de41a802085b997abac94bb1abab4bd7a | [
"IJG"
] | null | null | null | /* edwScheduleAnalysis - Schedule analysis runs.. */
/* Copyright (C) 2014 The Regents of the University of California
* See README in this or parent directory for licensing information. */
#include "common.h"
#include "linefile.h"
#include "hash.h"
#include "options.h"
#include "portable.h"
#include "bamFile.h"
#in... | 33.433703 | 106 | 0.701057 | [
"vector"
] |
0a0280c40b7d7e5922022cff39f1902ebbb0946a | 4,784 | h | C | src/autowiring/AnySharedPointer.h | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 87 | 2015-01-18T00:43:06.000Z | 2022-02-11T17:40:50.000Z | src/autowiring/AnySharedPointer.h | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 274 | 2015-01-03T04:50:49.000Z | 2021-03-08T09:01:09.000Z | src/autowiring/AnySharedPointer.h | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 15 | 2015-09-30T20:58:43.000Z | 2020-12-19T21:24:56.000Z | // Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved.
#pragma once
#include "auto_id.h"
#include "fast_pointer_cast.h"
/// AnySharedPointer
struct AnySharedPointer {
public:
AnySharedPointer(void) = default;
AnySharedPointer(AnySharedPointer&& rhs);
AnySharedPointer(const AnySharedPointer& rhs) = def... | 25.859459 | 104 | 0.664089 | [
"object"
] |
0a0a303c08d07d12b486f78d40105338a8b6a82e | 5,432 | h | C | include/pr/gui/gdiplus.h | psryland/rylogic_code | f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b | [
"CNRI-Python"
] | 2 | 2020-11-11T16:19:04.000Z | 2021-01-19T01:53:29.000Z | include/pr/gui/gdiplus.h | psryland/rylogic_code | f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b | [
"CNRI-Python"
] | 1 | 2020-07-27T09:00:21.000Z | 2020-07-27T10:58:10.000Z | include/pr/gui/gdiplus.h | psryland/rylogic_code | f79e471fe0d6714c5e0cf8385ddc2a88ab2e082b | [
"CNRI-Python"
] | 1 | 2021-04-04T01:39:55.000Z | 2021-04-04T01:39:55.000Z | //*******************************************************
// GDI+ helpers
// Copyright (c) Rylogic 2009
//*******************************************************
#pragma once
#ifndef NOGDI
#ifndef GDIPVER
#define GDIPVER 0x0110
#endif
#include <vector>
#include <filesystem>
#pragma warning(push,1)
#p... | 31.04 | 192 | 0.655191 | [
"object",
"vector"
] |
0a0cf9265646a6f0648151924292f8ad60cb78bc | 856 | h | C | PlanetEditor/src/GitClone/Command.h | Piratkopia13/DV1508_Planet_editor | 7b6784d87dc3368461347586e14c79dbeabed3cf | [
"Apache-2.0"
] | null | null | null | PlanetEditor/src/GitClone/Command.h | Piratkopia13/DV1508_Planet_editor | 7b6784d87dc3368461347586e14c79dbeabed3cf | [
"Apache-2.0"
] | null | null | null | PlanetEditor/src/GitClone/Command.h | Piratkopia13/DV1508_Planet_editor | 7b6784d87dc3368461347586e14c79dbeabed3cf | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "pch.h"
struct Tool {
struct ToolInfo {
std::string icon;
std::string name;
std::string shortcut;
std::string helpText;
ToolInfo() {
icon = "N/A";
name = "N/A";
shortcut = "N/A";
helpText = "N/A";
}
ToolInfo(std::string _icon, std::string _name, std::string _shortcut, st... | 21.948718 | 104 | 0.650701 | [
"vector"
] |
0a103dbccb162ca47c3f813d24932917f055bbc6 | 6,192 | h | C | oski-1.0.1h/include/oski/blas_names.h | peterahrens/FillEstimationIPDPS2017 | 857b6ee8866a2950aa5721d575d2d7d0797c4302 | [
"BSD-3-Clause"
] | null | null | null | oski-1.0.1h/include/oski/blas_names.h | peterahrens/FillEstimationIPDPS2017 | 857b6ee8866a2950aa5721d575d2d7d0797c4302 | [
"BSD-3-Clause"
] | null | null | null | oski-1.0.1h/include/oski/blas_names.h | peterahrens/FillEstimationIPDPS2017 | 857b6ee8866a2950aa5721d575d2d7d0797c4302 | [
"BSD-3-Clause"
] | null | null | null | /**
* \file oski/blas_names.h
* \ingroup AUXIL
* \brief Header containing mangled F77 BLAS routine names.
*
* This file depends on config.h, and so is intended
* for use only at library build time.
*/
#if !defined(INC_OSKI_BLAS_NAMES_H)
/** blas_names.h included. */
#define INC_OSKI_BLAS_NAMES_H
#include ... | 33.290323 | 70 | 0.675872 | [
"shape",
"vector"
] |
0a13643a9aa5c86cf1001be073352436050030a9 | 375 | h | C | kinematic.h | burbokop/3te | d8a9597338144a7a48fb8993836ff21db7fb563d | [
"MIT"
] | null | null | null | kinematic.h | burbokop/3te | d8a9597338144a7a48fb8993836ff21db7fb563d | [
"MIT"
] | null | null | null | kinematic.h | burbokop/3te | d8a9597338144a7a48fb8993836ff21db7fb563d | [
"MIT"
] | null | null | null | #ifndef KINEMATIC_H
#define KINEMATIC_H
#include "vector.h"
#include <vector>
#include <spm.h>
namespace burbokop {
class Kinematic
{
protected:
Vector *position;
Vector *velocity;
Vector *acceleration;
public:
Kinematic();
Kinematic(Vector *position);
void applyTransformation();
void a... | 13.888889 | 36 | 0.698667 | [
"vector"
] |
0a22c2b7bd83b259aa2b62ebbd513db5b2fb3abb | 872 | h | C | Graphics/Graphics/Shaders/Shader.h | Neko81795/Graphics | 134b174609c609f7762ef0cc3e10398d2472a1b4 | [
"MIT"
] | null | null | null | Graphics/Graphics/Shaders/Shader.h | Neko81795/Graphics | 134b174609c609f7762ef0cc3e10398d2472a1b4 | [
"MIT"
] | null | null | null | Graphics/Graphics/Shaders/Shader.h | Neko81795/Graphics | 134b174609c609f7762ef0cc3e10398d2472a1b4 | [
"MIT"
] | null | null | null | #pragma once
#pragma warning(push, 0)
#include <wrl.h>
#include <d3d11_4.h>
#include <string>
#pragma warning(pop)
using Microsoft::WRL::ComPtr;
namespace Graphics
{
class GraphicsEngine;
enum ShaderType
{
Compute,
Domain,
Geometry,
Hull,
Pixel,
Vertex,
};
class Shader
{
... | 18.553191 | 71 | 0.697248 | [
"geometry"
] |
0a2843c2342827ac991392e045476139b54ac05f | 1,041 | h | C | src/ui/traffic_sign_images.h | nikunjpansari/open-adas | 64bc65aee5596dc86017b2afdc22af6b04bf65ae | [
"MIT"
] | 117 | 2021-03-10T06:28:15.000Z | 2022-03-30T07:16:41.000Z | src/ui/traffic_sign_images.h | skyw0889/open-adas | 64bc65aee5596dc86017b2afdc22af6b04bf65ae | [
"MIT"
] | 17 | 2021-03-23T02:08:31.000Z | 2022-03-28T15:31:04.000Z | src/ui/traffic_sign_images.h | skyw0889/open-adas | 64bc65aee5596dc86017b2afdc22af6b04bf65ae | [
"MIT"
] | 49 | 2021-03-05T10:02:54.000Z | 2022-03-22T08:51:25.000Z | #ifndef TRAFFIC_SIGN_IMAGES_H
#define TRAFFIC_SIGN_IMAGES_H
#include <string>
#include <vector>
#include <opencv2/opencv.hpp>
struct TrafficSignImage {
static constexpr int kImgWidth = 48;
static constexpr int kImgHeight = 48;
int speed;
cv::Mat image;
TrafficSignImage(int speed, std::string img_pa... | 28.135135 | 99 | 0.653218 | [
"vector"
] |
0a32c2259064ac1516b8197539d44bf9647a7f9a | 24,287 | h | C | src/swxJson.h | swxlion/swxJson | b90f0784cf4ace7d45be6a8c6ce69937985fd5d2 | [
"MIT"
] | 17 | 2017-08-06T12:45:57.000Z | 2022-01-02T09:24:25.000Z | src/swxJson.h | swxlion/swxJson | b90f0784cf4ace7d45be6a8c6ce69937985fd5d2 | [
"MIT"
] | null | null | null | src/swxJson.h | swxlion/swxJson | b90f0784cf4ace7d45be6a8c6ce69937985fd5d2 | [
"MIT"
] | 5 | 2017-08-07T14:46:34.000Z | 2020-11-09T03:08:32.000Z | #ifndef SWX_JSON_H
#define SWX_JSON_H
#include <set>
#include <unordered_set>
#include <map>
#include <unordered_map>
#include <array>
#include <deque>
#include <list>
#include <vector>
#include <string>
#include <sstream>
#include <iostream>
#include <memory>
#include <tuple>
#include <queue>
#include "swxJsonUtils.h... | 54.091314 | 170 | 0.61712 | [
"object",
"vector"
] |
0a3be2dc3cea53aa854cbd728aea91bd40897481 | 21,929 | c | C | window.c | damaru/window | 4c696eddd307b8d249cf7de2f37832bade394cc9 | [
"MIT"
] | null | null | null | window.c | damaru/window | 4c696eddd307b8d249cf7de2f37832bade394cc9 | [
"MIT"
] | null | null | null | window.c | damaru/window | 4c696eddd307b8d249cf7de2f37832bade394cc9 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <errno.h>
#include <unistd.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <X11/X.h>
#include <X11/Xos.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
typedef struct ReasonDesc ReasonDesc;
struct R... | 22.5607 | 91 | 0.608236 | [
"geometry"
] |
0a445232b485b1983a29181a511f3c423102e4ea | 4,460 | h | C | include/iga/IGACreator.h | Autodesk/IGA-saveload | 31d1f80c4c8c1f64bc00be1c67aa230ddeac51ec | [
"Apache-2.0"
] | 4 | 2020-09-17T03:37:04.000Z | 2021-05-12T11:11:35.000Z | include/iga/IGACreator.h | Autodesk/IGA-saveload | 31d1f80c4c8c1f64bc00be1c67aa230ddeac51ec | [
"Apache-2.0"
] | null | null | null | include/iga/IGACreator.h | Autodesk/IGA-saveload | 31d1f80c4c8c1f64bc00be1c67aa230ddeac51ec | [
"Apache-2.0"
] | 2 | 2020-08-20T02:02:54.000Z | 2021-12-08T14:50:14.000Z | // Copyright 2020 Autodesk, Inc.
//
// Licensed under the Apache License, Version 2.0 ( the "License" );
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http ://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | 39.821429 | 105 | 0.736099 | [
"object",
"vector"
] |
0a4de54214f49a44a048e48bddccff32a0c4df83 | 33,106 | c | C | node_modules/extsprintf/deps/javascriptlint/spidermonkey/src/jsiter.c | tross78/placematch | 07bb4463b75bc68c3ee275c288890232f91533af | [
"MIT"
] | 324 | 2015-01-01T14:56:10.000Z | 2022-03-08T04:52:37.000Z | node_modules/extsprintf/deps/javascriptlint/spidermonkey/src/jsiter.c | tross78/placematch | 07bb4463b75bc68c3ee275c288890232f91533af | [
"MIT"
] | 38 | 2015-01-31T03:57:16.000Z | 2019-04-21T03:30:53.000Z | node_modules/extsprintf/deps/javascriptlint/spidermonkey/src/jsiter.c | tross78/placematch | 07bb4463b75bc68c3ee275c288890232f91533af | [
"MIT"
] | 60 | 2015-01-14T14:19:41.000Z | 2021-02-10T21:54:12.000Z | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sw=4 et tw=78:
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except... | 30.625347 | 80 | 0.604181 | [
"object"
] |
0a4e47e083c33e34f9abcc21234749104605dfc5 | 561 | h | C | PolyAbs.h | C-And-Cpp-Libraries/Triangulation | 8b432a203f69992598c42fce3b2d6c8760006f17 | [
"MIT"
] | 4 | 2021-02-05T04:38:40.000Z | 2022-01-13T04:55:42.000Z | PolyAbs.h | PavelNajman/Triangulation | 8b432a203f69992598c42fce3b2d6c8760006f17 | [
"MIT"
] | null | null | null | PolyAbs.h | PavelNajman/Triangulation | 8b432a203f69992598c42fce3b2d6c8760006f17 | [
"MIT"
] | 2 | 2020-07-07T21:15:56.000Z | 2022-01-11T12:45:48.000Z | #ifndef POLYABS_H_
#define POLYABS_H_
#include "PolyBase.h"
namespace Triangulation {
/**
* \brief Performs non-linear triangulation of two image points by minimizing the sum of absolute values of the distances.
*/
class PolyAbs : public PolyBase
{
public:
using PolyBase::PolyBase;
using PolyBase::TriangulationB... | 23.375 | 122 | 0.771836 | [
"vector"
] |
0a4e7b22448a952e783e1ffcd28dde4a9f4a4e25 | 12,560 | h | C | B2G/gecko/layout/style/nsCSSRules.h | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-08-31T15:24:31.000Z | 2020-04-24T20:31:29.000Z | B2G/gecko/layout/style/nsCSSRules.h | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | null | null | null | B2G/gecko/layout/style/nsCSSRules.h | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-07-29T07:17:15.000Z | 2020-11-04T06:55:37.000Z | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
// vim:cindent:ts=2:et:sw=2:
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ru... | 25.790554 | 95 | 0.727309 | [
"object"
] |
0a4f224ae1d53a25f1953f3d03542dadfe025f27 | 183 | h | C | vector_tester.h | AmeyaShahane/Stocky | 961cf0ae151d0cbdcdc95c410824a99bf2e3d758 | [
"Apache-2.0"
] | null | null | null | vector_tester.h | AmeyaShahane/Stocky | 961cf0ae151d0cbdcdc95c410824a99bf2e3d758 | [
"Apache-2.0"
] | null | null | null | vector_tester.h | AmeyaShahane/Stocky | 961cf0ae151d0cbdcdc95c410824a99bf2e3d758 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <string>
#include <vector>
/*
String method for unit testing sub vectors
*/
class vector_tester {
public:
std::string stock_changes(std::vector<double> x);
}; | 15.25 | 50 | 0.73224 | [
"vector"
] |
f701cee8c02f7973fc8d40e323cc3b52e891302b | 2,254 | c | C | gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/sse2-extract-1.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/i386/sse2-extract-1.c | best08618/asylo | 5a520a9f5c461ede0f32acc284017b737a43898c | [
"Apache-2.0"
] | null | null | null | gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/sse2-extract-1.c | best08618/asylo | 5a520a9f5c461ede0f32acc284017b737a43898c | [
"Apache-2.0"
] | 2 | 2020-07-27T00:22:36.000Z | 2021-04-01T09:41:02.000Z | /* { dg-do run } */
/* { dg-options "-O2 -msse2" } */
/* { dg-require-effective-target sse2_runtime } */
extern void abort (void);
typedef unsigned long long uint64_t;
#define vector(elcount, type) \
__attribute__((vector_size((elcount)*sizeof(type)))) type
#define FN(elcount, type, idx) \
__attribute__((noinline, ... | 21.883495 | 79 | 0.602484 | [
"vector"
] |
f701ff5a3d4cf510c4a6fcf37a0e484d73bff8c1 | 8,147 | h | C | ibtk/include/ibtk/CoarseFineBoundaryRefinePatchStrategy.h | akashdhruv/IBAMR | a2b47946d795fb5a40c181b43e44a6ec387585a9 | [
"BSD-3-Clause"
] | 264 | 2015-01-04T12:11:02.000Z | 2022-03-31T13:10:37.000Z | ibtk/include/ibtk/CoarseFineBoundaryRefinePatchStrategy.h | akashdhruv/IBAMR | a2b47946d795fb5a40c181b43e44a6ec387585a9 | [
"BSD-3-Clause"
] | 1,057 | 2015-04-27T04:27:57.000Z | 2022-03-31T13:14:59.000Z | ibtk/include/ibtk/CoarseFineBoundaryRefinePatchStrategy.h | drwells/IBAMR | 0ceda3873405a35da4888c99e7d2b24d132f9071 | [
"BSD-3-Clause"
] | 126 | 2015-02-13T15:36:02.000Z | 2022-03-27T21:59:50.000Z | // ---------------------------------------------------------------------
//
// Copyright (c) 2011 - 2020 by the IBAMR developers
// All rights reserved.
//
// This file is part of IBAMR.
//
// IBAMR is free software and is distributed under the 3-clause BSD
// license. The full text of the license can be found in the f... | 36.698198 | 113 | 0.641586 | [
"object",
"vector"
] |
f70537b41dd94bba890bcef4876ed239858b39d2 | 1,435 | h | C | base/trace_event/process_memory_dump.h | hefen1/chromium | 52f0b6830e000ca7c5e9aa19488af85be792cc88 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | base/trace_event/process_memory_dump.h | hefen1/chromium | 52f0b6830e000ca7c5e9aa19488af85be792cc88 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | base/trace_event/process_memory_dump.h | hefen1/chromium | 52f0b6830e000ca7c5e9aa19488af85be792cc88 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2020-04-04T13:34:56.000Z | 2020-11-04T07:17:52.000Z | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_TRACE_EVENT_PROCESS_MEMORY_DUMP_H_
#define BASE_TRACE_EVENT_PROCESS_MEMORY_DUMP_H_
#include "base/base_export.h"
#include "base/trace_event/... | 31.888889 | 78 | 0.789547 | [
"model"
] |
f71414f3b0d3de750e12d6a93332d3c4f3de04eb | 3,396 | h | C | src/graphics/tile_batch.h | pandepic/PandaSDL | 5e57859ea4b3870926428439b1e4c4b90e6d4cd9 | [
"MIT"
] | 3 | 2020-09-02T00:13:23.000Z | 2021-08-14T23:13:11.000Z | src/graphics/tile_batch.h | pandepic/PandaSDL | 5e57859ea4b3870926428439b1e4c4b90e6d4cd9 | [
"MIT"
] | null | null | null | src/graphics/tile_batch.h | pandepic/PandaSDL | 5e57859ea4b3870926428439b1e4c4b90e6d4cd9 | [
"MIT"
] | 1 | 2021-06-17T05:46:19.000Z | 2021-06-17T05:46:19.000Z | #ifndef __pandasdl_tilebatch_h__
#define __pandasdl_tilebatch_h__
#include "../../lib_include/GLEW/glew.h"
#include <GL/gl.h>
#include "../../lib_include/glm/glm.hpp"
#include "../../lib_include/glm/gtc/type_ptr.hpp"
#include "../general/game.h"
#include "texture_2D.h"
#include "shader.h"
#include "../math/vector2.h... | 33.96 | 107 | 0.567138 | [
"vector"
] |
f714cd4b6c5d2451ca40e49015d1abb7488d73cc | 2,872 | h | C | src/core/biology_module/grow_divide.h | geektoni/biodynamo | 09e3673043a7b1888b8e8a47c7b98a393b9d9d29 | [
"Apache-2.0"
] | null | null | null | src/core/biology_module/grow_divide.h | geektoni/biodynamo | 09e3673043a7b1888b8e8a47c7b98a393b9d9d29 | [
"Apache-2.0"
] | null | null | null | src/core/biology_module/grow_divide.h | geektoni/biodynamo | 09e3673043a7b1888b8e8a47c7b98a393b9d9d29 | [
"Apache-2.0"
] | null | null | null | // -----------------------------------------------------------------------------
//
// Copyright (C) The BioDynaMo Project.
// 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.
//
// See the LICENSE file distrib... | 34.190476 | 80 | 0.65773 | [
"object"
] |
f71a97571725daa795b45e1d855b26ff5a677dcc | 11,186 | h | C | Source/Urho3D/Resource/JSONArchive.h | vinhig/rbfx | 884de45c623d591f346a2abd5e52edaa84bcc137 | [
"MIT"
] | 441 | 2018-12-26T14:50:23.000Z | 2021-11-05T03:13:27.000Z | Source/Urho3D/Resource/JSONArchive.h | vinhig/rbfx | 884de45c623d591f346a2abd5e52edaa84bcc137 | [
"MIT"
] | 221 | 2018-12-29T17:40:23.000Z | 2021-11-06T21:41:55.000Z | Source/Urho3D/Resource/JSONArchive.h | vinhig/rbfx | 884de45c623d591f346a2abd5e52edaa84bcc137 | [
"MIT"
] | 101 | 2018-12-29T13:08:10.000Z | 2021-11-02T09:58:37.000Z | //
// Copyright (c) 2017-2020 the rbfx project.
//
// 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, mer... | 36.436482 | 142 | 0.689165 | [
"object",
"vector"
] |
f71fb107b19afb8e390a8534e48fd0793a26f98c | 19,394 | c | C | polygon.c | ricofehr/engine | dd87da538cbfa6773f5468285d06704d6e7f66a6 | [
"MIT"
] | null | null | null | polygon.c | ricofehr/engine | dd87da538cbfa6773f5468285d06704d6e7f66a6 | [
"MIT"
] | null | null | null | polygon.c | ricofehr/engine | dd87da538cbfa6773f5468285d06704d6e7f66a6 | [
"MIT"
] | null | null | null | /*
* Manage polygons object: init, transforms, collisions, ...
* @author Eric Fehr (ricofehr@nextdeploy.io, @github: ricofehr)
*/
#include "polygon.h"
#include "loader.h"
#include <unistd.h>
#include <time.h>
/* Program Global vars */
int cnt_cubes = 64;
int mode_grid = 0;
struct polygon *poly_head = NULL;
/* Polygo... | 24.580482 | 111 | 0.60034 | [
"object",
"shape",
"vector",
"transform"
] |
f721d2bc501b86a334f6b996a796bf0bad0355f7 | 4,954 | h | C | src/object.h | dominicprice/tinylisp | f93146049f95e51863fa4b9bb874d850f45d2bb4 | [
"MIT"
] | null | null | null | src/object.h | dominicprice/tinylisp | f93146049f95e51863fa4b9bb874d850f45d2bb4 | [
"MIT"
] | null | null | null | src/object.h | dominicprice/tinylisp | f93146049f95e51863fa4b9bb874d850f45d2bb4 | [
"MIT"
] | null | null | null | #ifndef LISP_OBJECT_H
#define LISP_OBJECT_H
#include "error.h"
typedef struct TinyLisp_ *TinyLisp;
typedef enum LispObjectType_ LispObjectType;
typedef struct LispList_ *LispList;
typedef struct LispSymbol_ *LispSymbol;
typedef struct LispObject_ *LispObject;
typedef struct LispStack_ *LispStack;
typedef int LispInt... | 34.402778 | 115 | 0.795317 | [
"object"
] |
f72ae2ca95cc0d4a8bf46ec79187d6ba1b68abe4 | 9,006 | c | C | src/python-zstd.c | sergey-dryabzhinsky/python-zstd | eea41d26e7a9f00f940307051d35b6a28c6d31ab | [
"BSD-2-Clause"
] | 110 | 2015-03-22T10:41:55.000Z | 2022-03-19T14:02:30.000Z | src/python-zstd.c | sergey-dryabzhinsky/python-zstd | eea41d26e7a9f00f940307051d35b6a28c6d31ab | [
"BSD-2-Clause"
] | 52 | 2015-11-02T13:40:04.000Z | 2022-03-13T20:53:00.000Z | src/python-zstd.c | sergey-dryabzhinsky/python-zstd | eea41d26e7a9f00f940307051d35b6a28c6d31ab | [
"BSD-2-Clause"
] | 23 | 2015-09-18T11:42:56.000Z | 2021-12-25T04:14:41.000Z | /*
* ZSTD Library Python bindings
* Copyright (c) 2015-2020, Sergey Dryabzhinsky
* All rights reserved.
*
* BSD License
*
* 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... | 30.02 | 134 | 0.682989 | [
"object"
] |
f73159b8aa436fcd93c25efee4d122ed29617acf | 499 | h | C | helpscreen.h | ebrahimebrahim/fictional-fortnight | df34120193590a08642bc8b9ee87923f68e799eb | [
"MIT"
] | null | null | null | helpscreen.h | ebrahimebrahim/fictional-fortnight | df34120193590a08642bc8b9ee87923f68e799eb | [
"MIT"
] | null | null | null | helpscreen.h | ebrahimebrahim/fictional-fortnight | df34120193590a08642bc8b9ee87923f68e799eb | [
"MIT"
] | null | null | null | #pragma once
#include<string>
#include "textbox.h"
#include "logger.h"
class App; // forward declaration
class HelpScreen {
public:
HelpScreen(SDL_Renderer *, TTF_Font *, Logger *);
~HelpScreen() {}
void events(const SDL_Event *);
void update(App *);
void render(SDL_Renderer *);
private:
... | 19.192308 | 53 | 0.659319 | [
"render"
] |
f73488a60cc89f1bf8dcd060002fabee5f083a3a | 3,720 | h | C | third_party/npapi/npspy/extern/nspr/prrng.h | wenfeifei/miniblink49 | 2ed562ff70130485148d94b0e5f4c343da0c2ba4 | [
"Apache-2.0"
] | 5,964 | 2016-09-27T03:46:29.000Z | 2022-03-31T16:25:27.000Z | third_party/npapi/npspy/extern/nspr/prrng.h | 1065672644894730302/Chromium | 239dd49e906be4909e293d8991e998c9816eaa35 | [
"BSD-3-Clause"
] | 459 | 2016-09-29T00:51:38.000Z | 2022-03-07T14:37:46.000Z | third_party/npapi/npspy/extern/nspr/prrng.h | 1065672644894730302/Chromium | 239dd49e906be4909e293d8991e998c9816eaa35 | [
"BSD-3-Clause"
] | 1,006 | 2016-09-27T05:17:27.000Z | 2022-03-30T02:46:51.000Z | /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (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.mozilla.org... | 35.428571 | 79 | 0.722849 | [
"model"
] |
f73e1c34e6c6dacc382b7f80c0c0afabe091ca80 | 11,949 | h | C | cuda_src/utils.h | javierlorenzod/RubiksNet | d389d18976beef5bd6e395b0d7576e4e26c520a2 | [
"MIT"
] | 86 | 2020-08-19T09:52:29.000Z | 2022-03-21T06:35:49.000Z | cuda_src/utils.h | javierlorenzod/RubiksNet | d389d18976beef5bd6e395b0d7576e4e26c520a2 | [
"MIT"
] | 6 | 2020-09-01T07:10:30.000Z | 2021-07-06T08:15:18.000Z | cuda_src/utils.h | javierlorenzod/RubiksNet | d389d18976beef5bd6e395b0d7576e4e26c520a2 | [
"MIT"
] | 11 | 2020-09-10T06:56:47.000Z | 2022-02-06T05:58:54.000Z | #include <vector>
#include <sstream>
#include <iterator>
#include <iostream>
#include <type_traits>
#include <cassert>
#include <cstdlib>
#include <ATen/Utils.h>
#if __CUDACC_VER_MAJOR__ == 9
#include <ATen/ATen.h>
#include <ATen/core/Tensor.h>
namespace torch = at;
#else
// NVCC on CUDA 9 will fail if... | 26.79148 | 103 | 0.628253 | [
"object",
"shape",
"vector"
] |
f73f3f6e7dbc4e8ce8d13ea98a27aeb1fec1ec5f | 3,446 | h | C | windows/wrapper/impl_webrtc_VideoCapturer.h | kevinhartman/webrtc-apis | c95bc4b8515bfb0920f3694ccba34ee5e2f63692 | [
"BSD-3-Clause"
] | null | null | null | windows/wrapper/impl_webrtc_VideoCapturer.h | kevinhartman/webrtc-apis | c95bc4b8515bfb0920f3694ccba34ee5e2f63692 | [
"BSD-3-Clause"
] | null | null | null | windows/wrapper/impl_webrtc_VideoCapturer.h | kevinhartman/webrtc-apis | c95bc4b8515bfb0920f3694ccba34ee5e2f63692 | [
"BSD-3-Clause"
] | null | null | null |
#pragma once
#include "impl_webrtc_IVideoCapturer.h"
#ifdef WINUWP
#ifdef CPPWINRT_VERSION
#include <wrapper/impl_org_webRtc_pre_include.h>
#include "rtc_base/criticalsection.h"
#include "media/base/videocapturer.h"
#include "system_wrappers/include/event_wrapper.h"
#include <wrapper/impl_org_webRtc_post_include.h>... | 28.479339 | 93 | 0.761463 | [
"vector"
] |
f7401fafb0c759b39db8b3c1d218c681e80d7ab0 | 339 | h | C | include/hdlConvertor/hdlAst/hdlLibrary.h | the-moog/hdlConvertor | 5c8f5c6bf2bdceddf0c8cf6b5213d1b56b358f00 | [
"MIT"
] | 184 | 2016-08-12T14:26:52.000Z | 2022-03-24T21:42:17.000Z | include/hdlConvertor/hdlAst/hdlLibrary.h | hdl4fpga/hdlConvertor | 291991042135bf688ee2864cf7fb37d8e8a057db | [
"MIT"
] | 142 | 2016-08-10T03:12:03.000Z | 2022-03-30T17:35:06.000Z | include/hdlConvertor/hdlAst/hdlLibrary.h | hdl4fpga/hdlConvertor | 291991042135bf688ee2864cf7fb37d8e8a057db | [
"MIT"
] | 50 | 2016-08-06T10:38:29.000Z | 2022-03-30T11:03:42.000Z | #pragma once
#include <vector>
#include <memory>
#include <hdlConvertor/hdlAst/named.h>
#include <hdlConvertor/hdlAst/iHdlObj.h>
namespace hdlConvertor {
namespace hdlAst {
/*
* HDL library reference
* */
class HdlLibrary : public WithNameAndDoc, public iHdlObj {
public:
HdlLibrary(const std::string& name);
~Hdl... | 15.409091 | 58 | 0.728614 | [
"vector"
] |
f75098e0fabfb8f8e2ab59a946384707000c81e7 | 1,886 | h | C | Modules-old/bhwalk/Tools/Math/GaussianDistribution.h | ToyotaResearchInstitute/rad-robot | 9a47e4d88382719ab9bf142932fbcc83dcbcd665 | [
"MIT"
] | null | null | null | Modules-old/bhwalk/Tools/Math/GaussianDistribution.h | ToyotaResearchInstitute/rad-robot | 9a47e4d88382719ab9bf142932fbcc83dcbcd665 | [
"MIT"
] | null | null | null | Modules-old/bhwalk/Tools/Math/GaussianDistribution.h | ToyotaResearchInstitute/rad-robot | 9a47e4d88382719ab9bf142932fbcc83dcbcd665 | [
"MIT"
] | 2 | 2018-06-04T12:38:54.000Z | 2018-09-22T10:31:27.000Z | /**
* @file GaussianDistribution.h
*
* Definition of class GaussianDistribution
*
* @author <a href="mailto:timlaue@informatik.uni-bremen.de">Tim Laue</a>
*/
#pragma once
#include "Vector2.h"
/**
* @class GaussianDistribution
* Represents a 1-dimensional normal distribution
*/
class GaussianDistribution
{
public:
... | 26.56338 | 83 | 0.725875 | [
"object"
] |
f753ba48b8dd8d95dffec4e425a5e2c70e0bb3d2 | 37,034 | c | C | source/blender/makesrna/intern/rna_brush.c | wycivil08/blendocv | f6cce83e1f149fef39afa8043aade9c64378f33e | [
"Unlicense"
] | 30 | 2015-01-29T14:06:05.000Z | 2022-01-10T07:47:29.000Z | source/blender/makesrna/intern/rna_brush.c | ttagu99/blendocv | f6cce83e1f149fef39afa8043aade9c64378f33e | [
"Unlicense"
] | 1 | 2017-02-20T20:57:48.000Z | 2018-12-19T23:44:38.000Z | source/blender/makesrna/intern/rna_brush.c | ttagu99/blendocv | f6cce83e1f149fef39afa8043aade9c64378f33e | [
"Unlicense"
] | 15 | 2015-04-23T02:38:36.000Z | 2021-03-01T20:09:39.000Z | /*
* $Id: rna_brush.c 37031 2011-05-31 02:14:25Z campbellbarton $
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* 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 Lice... | 43.62073 | 154 | 0.766755 | [
"mesh",
"object",
"3d"
] |
f764c4216ba3f085ea558980f49f4d3da501badd | 9,656 | h | C | src/odbc/PreparedStatement.h | csmu-cenr/odbc-cpp-wrapper | e32a004c6bcfcb00d9853a85a6b8632ec69f63c3 | [
"Apache-2.0"
] | null | null | null | src/odbc/PreparedStatement.h | csmu-cenr/odbc-cpp-wrapper | e32a004c6bcfcb00d9853a85a6b8632ec69f63c3 | [
"Apache-2.0"
] | null | null | null | src/odbc/PreparedStatement.h | csmu-cenr/odbc-cpp-wrapper | e32a004c6bcfcb00d9853a85a6b8632ec69f63c3 | [
"Apache-2.0"
] | null | null | null | #ifndef ODBC_PREPAREDSTATEMENT_H_INCLUDED
#define ODBC_PREPAREDSTATEMENT_H_INCLUDED
//------------------------------------------------------------------------------
#include <memory>
#include <vector>
#include <odbc/Config.h>
#include <odbc/Forwards.h>
#include <odbc/StatementBase.h>
#include <odbc/Types.h>
//---------... | 34 | 80 | 0.62034 | [
"object",
"vector"
] |
f7747f795d6d329a98a76fe40447938818001298 | 2,491 | h | C | src/devices/cpu/z80/kp69.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 26 | 2015-03-31T06:25:51.000Z | 2021-12-14T09:29:04.000Z | src/devices/cpu/z80/kp69.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | null | null | null | src/devices/cpu/z80/kp69.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:AJR
/***************************************************************************
Kawasaki Steel (Kawatetsu) KP69 Interrupt Controller
***************************************************************************/
#ifndef MAME_CPU_Z80_KP69_H
#define MAME_CPU_Z80_KP69_H
... | 23.5 | 112 | 0.661983 | [
"object"
] |
f79240c039bbb14eeefbef87dc4965cfea36bd83 | 1,226 | c | C | ff/rr/gui/gui_object_list/gui_object_sphere.c | alexbayc/rtsept | f993bf22e348262dfec5ef1f7e6279c7909623db | [
"Apache-2.0"
] | null | null | null | ff/rr/gui/gui_object_list/gui_object_sphere.c | alexbayc/rtsept | f993bf22e348262dfec5ef1f7e6279c7909623db | [
"Apache-2.0"
] | null | null | null | ff/rr/gui/gui_object_list/gui_object_sphere.c | alexbayc/rtsept | f993bf22e348262dfec5ef1f7e6279c7909623db | [
"Apache-2.0"
] | 1 | 2019-09-28T11:47:23.000Z | 2019-09-28T11:47:23.000Z | #include "gui_object.h"
void gui_object_sphere_init
(t_gui_object_sphere *sphere,
GtkBuilder *builder,
GtkOverlay *target)
{
sphere->base.object =
GTK_BOX(gtk_builder_get_object(builder, GO_SPHERE_OBJECT));
sphere->base.offscreen_parent =
GTK_VIEWPORT(gtk_builder_get_object(builder, GO_SPHERE_... | 33.135135 | 67 | 0.75938 | [
"object"
] |
f795f7dcc2cf519131d84eb67a77467b6e0aeeb6 | 4,000 | c | C | python-ios/src/scipy_files/scipy/patches/linalg/src/id_dist/src/id_rtrans_subr_9.c | ktraunmueller/Computable | 5a6a872c4c0f5e122c24c321cd877a949877dcf7 | [
"MIT"
] | 26 | 2018-02-14T23:52:58.000Z | 2021-08-16T13:50:03.000Z | scipy_build_2.0/linalg/src/id_dist/src/id_rtrans_subr_9.c | wtbh/scipy_arm64 | 00f8f9ca06cc941a854601546ab4bfb259ef6bda | [
"Apache-2.0"
] | 3 | 2019-09-03T05:50:32.000Z | 2020-05-10T05:35:11.000Z | scipy_build_2.0/linalg/src/id_dist/src/id_rtrans_subr_9.c | wtbh/scipy_arm64 | 00f8f9ca06cc941a854601546ab4bfb259ef6bda | [
"Apache-2.0"
] | 10 | 2018-08-13T19:38:39.000Z | 2020-04-19T03:02:00.000Z | /* id_rtrans_subr_9.f -- translated by f2c (version 20100827).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at ... | 25.477707 | 77 | 0.589 | [
"object",
"transform"
] |
7409315e736383df406be143b4e568cf93ee2983 | 829 | h | C | Header/settings.h | kenshen112/ChatPlays | 2898d5803e0dc454a1ca242740056b21741e74ed | [
"MIT"
] | 7 | 2021-06-05T08:56:48.000Z | 2022-03-02T17:46:04.000Z | Header/settings.h | kenshen112/ChatPlays | 2898d5803e0dc454a1ca242740056b21741e74ed | [
"MIT"
] | null | null | null | Header/settings.h | kenshen112/ChatPlays | 2898d5803e0dc454a1ca242740056b21741e74ed | [
"MIT"
] | 1 | 2022-02-22T12:22:16.000Z | 2022-02-22T12:22:16.000Z | #pragma once
#include <filesystem>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <map>
#ifdef __linux__
#include "Linux/control.h"
#include "Linux/connect.h"
#elif _WIN32
#include "Windows/winConnect.h"
#include "Windows/control.h"
#endif
#include "twitch.h"
#include "json.hpp"
... | 20.219512 | 143 | 0.696019 | [
"vector"
] |
7410c6b226a972b7670c1910a8f35260e6cf76d8 | 3,471 | h | C | src/SmallFBX/sfbxAlgorithm.h | think-biq/SmallFBX | 20a960d995bc714a792a2fec2af520d245da8afa | [
"MIT"
] | 36 | 2021-03-10T13:27:09.000Z | 2022-03-24T03:26:01.000Z | src/SmallFBX/sfbxAlgorithm.h | think-biq/SmallFBX | 20a960d995bc714a792a2fec2af520d245da8afa | [
"MIT"
] | 2 | 2021-08-10T02:07:50.000Z | 2021-09-23T06:16:37.000Z | src/SmallFBX/sfbxAlgorithm.h | think-biq/SmallFBX | 20a960d995bc714a792a2fec2af520d245da8afa | [
"MIT"
] | 8 | 2021-03-10T14:02:26.000Z | 2021-08-08T01:59:27.000Z | #pragma once
#include <cstring>
#include "sfbxTypes.h"
namespace sfbx {
// call resize() if Cont has. otherwise do nothing.
template <class Cont>
inline void resize(Cont& dst, size_t n)
{
if constexpr (has_resize<Cont>) {
dst.resize(n);
}
}
template<class T, sfbxRestrict(std::is_pointer_v<T>)> inline... | 22.986755 | 96 | 0.617689 | [
"transform"
] |
7413d36eec039f87bf1697034a9619b864fc418a | 14,158 | h | C | components/site_engagement/content/site_engagement_service.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | components/site_engagement/content/site_engagement_service.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | components/site_engagement/content/site_engagement_service.h | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"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 2015 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 COMPONENTS_SITE_ENGAGEMENT_CONTENT_SITE_ENGAGEMENT_SERVICE_H_
#define COMPONENTS_SITE_ENGAGEMENT_CONTENT_SITE_ENGAGEMENT_SERVICE_H_
#include <mem... | 42.262687 | 81 | 0.762678 | [
"object",
"vector"
] |
7417ef01cdfb1f9bce55bdf2e82c39fdc04fb762 | 3,231 | h | C | korrent/korrent.h | BackupTheBerlios/korrent-svn | 41014422d4f8b921f479a1f55d0abdba36725dc6 | [
"BSD-2-Clause"
] | null | null | null | korrent/korrent.h | BackupTheBerlios/korrent-svn | 41014422d4f8b921f479a1f55d0abdba36725dc6 | [
"BSD-2-Clause"
] | null | null | null | korrent/korrent.h | BackupTheBerlios/korrent-svn | 41014422d4f8b921f479a1f55d0abdba36725dc6 | [
"BSD-2-Clause"
] | null | null | null | /***************************************************************************
*
* Copyright (C) 2004 Roberto Selbach Teixeira <roberto@kde.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistribu... | 27.853448 | 77 | 0.670071 | [
"object"
] |
741d3c10eaefefaa4b70851c8ba20157522e834e | 1,154 | h | C | plugins/renderer/directx12/src/DirectX12/directx12renderwindow.h | MadManRises/Madgine | c9949bc9cf8b30d63db0da2382c9fbc5b60bcd0f | [
"MIT"
] | 5 | 2018-05-16T14:09:34.000Z | 2019-10-24T19:01:15.000Z | plugins/renderer/directx12/src/DirectX12/directx12renderwindow.h | MadManRises/Madgine | c9949bc9cf8b30d63db0da2382c9fbc5b60bcd0f | [
"MIT"
] | 71 | 2017-06-20T06:41:42.000Z | 2021-01-11T11:18:53.000Z | plugins/renderer/directx12/src/DirectX12/directx12renderwindow.h | MadManRises/Madgine | c9949bc9cf8b30d63db0da2382c9fbc5b60bcd0f | [
"MIT"
] | 2 | 2018-05-16T13:57:25.000Z | 2018-05-16T13:57:51.000Z | #pragma once
#include "directx12rendertarget.h"
#include <dxgi.h>
namespace Engine {
namespace Render {
struct MADGINE_DIRECTX12_EXPORT DirectX12RenderWindow : DirectX12RenderTarget {
DirectX12RenderWindow(DirectX12RenderContext *context, Window::OSWindow *w);
DirectX12RenderWindow(const DirectX... | 28.85 | 126 | 0.719237 | [
"render"
] |
741e76c1784330d2aa4874c04ec1b9d3e9e3d8cb | 2,522 | h | C | lib/essex/server/vlrankmap.h | holtzermann17/Noosphere | 7be63c122f778ef00e56ffe847a6d40d004527dd | [
"MIT"
] | 1 | 2018-05-31T06:29:48.000Z | 2018-05-31T06:29:48.000Z | lib/essex/server/vlrankmap.h | holtzermann17/Noosphere | 7be63c122f778ef00e56ffe847a6d40d004527dd | [
"MIT"
] | null | null | null | lib/essex/server/vlrankmap.h | holtzermann17/Noosphere | 7be63c122f778ef00e56ffe847a6d40d004527dd | [
"MIT"
] | 1 | 2021-05-02T15:14:36.000Z | 2021-05-02T15:14:36.000Z | /******************************************************************************
A valueless rank map, based on a hash. This really is only useful for keeping
track of whether or not we've seen a specific search engine similarity rank
(a number between 0 and 1).
Features:
- key is float, assumed between 0 and ... | 19.106061 | 79 | 0.61142 | [
"vector"
] |
743065bdf50708a1d19d82e1b20e5322f65cff51 | 3,503 | h | C | Sources/STK/include/Drummer.h | sroik/AudioKit | 4750745817bf5ec3ba2355c6f109fcf4751952ee | [
"MIT"
] | 5 | 2017-09-21T03:50:37.000Z | 2020-04-30T23:03:37.000Z | Sources/STK/include/Drummer.h | sroik/AudioKit | 4750745817bf5ec3ba2355c6f109fcf4751952ee | [
"MIT"
] | 2 | 2021-06-30T06:05:56.000Z | 2022-02-19T08:47:33.000Z | Sources/STK/include/Drummer.h | sroik/AudioKit | 4750745817bf5ec3ba2355c6f109fcf4751952ee | [
"MIT"
] | 5 | 2021-06-29T10:21:20.000Z | 2022-03-19T19:04:45.000Z | #ifndef STK_DRUMMER_H
#define STK_DRUMMER_H
#include "FileWvIn.h"
#include "Instrmnt.h"
#include "OnePole.h"
namespace stk {
/***************************************************/
/*! class Drummer
\brief STK drum sample player class.
This class implements a drum sampling
synthesizer using WvIn objects a... | 27.801587 | 80 | 0.641165 | [
"object",
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.