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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
01e05b681988abbc8f1181228ea5d3f319a8974f | 9,201 | h | C | dtb/src/cpp_stl_98/dtb.h | kaitai-io/formats-kaitai-io.github.io | 2700514a2a8f67c5351fe93962c70abea02fd3d3 | [
"0BSD"
] | 4 | 2018-12-10T09:21:19.000Z | 2021-11-03T16:43:22.000Z | dtb/src/cpp_stl_98/dtb.h | kaitai-io/formats-kaitai-io.github.io | 2700514a2a8f67c5351fe93962c70abea02fd3d3 | [
"0BSD"
] | null | null | null | dtb/src/cpp_stl_98/dtb.h | kaitai-io/formats-kaitai-io.github.io | 2700514a2a8f67c5351fe93962c70abea02fd3d3 | [
"0BSD"
] | 3 | 2019-04-08T08:22:22.000Z | 2021-10-10T19:11:51.000Z | #ifndef DTB_H_
#define DTB_H_
// This is a generated file! Please edit source .ksy file and use kaitai-struct-compiler to rebuild
#include "kaitai/kaitaistruct.h"
#include <stdint.h>
#include <vector>
#if KAITAI_STRUCT_VERSION < 9000L
#error "Incompatible Kaitai Struct C++/STL API: version 0.9 or later is required"
... | 27.713855 | 111 | 0.655364 | [
"vector"
] |
d7e8d5be7e888b5f92bee00af946d83a69c09e1f | 2,988 | h | C | src/Terrain/Chunk.h | anandrav/AnandCraft | 12a8047b4ec55cd1573a4159cc9736aa0ce18797 | [
"MIT"
] | 1 | 2020-04-29T01:46:33.000Z | 2020-04-29T01:46:33.000Z | src/Terrain/Chunk.h | anandrav/AnandCraft | 12a8047b4ec55cd1573a4159cc9736aa0ce18797 | [
"MIT"
] | null | null | null | src/Terrain/Chunk.h | anandrav/AnandCraft | 12a8047b4ec55cd1573a4159cc9736aa0ce18797 | [
"MIT"
] | null | null | null | /*
* Chunk.h
*
* Chunk of blocks.
*/
#pragma once
#include "ChunkCoords.h"
#include "ChunkData.h"
#include "../Entity.h"
#include "../Graphics/Mesh.h"
#include "ChunkIndex.h"
#include <shared_mutex>
#include <memory>
struct Direction;
class Terrain;
class Chunk : public std::enable_shared_from_this<Chunk> {
p... | 27.925234 | 116 | 0.672021 | [
"mesh",
"vector"
] |
cc19d4ede7a68a52b97d229469e3ed29797e6652 | 2,963 | h | C | sources/thelib/include/protocols/protocolfactorymanager.h | rdkcmf/rdkc-rms | 65ab1efcee9e3de46a888c125f591cd48b815601 | [
"Apache-2.0"
] | 3 | 2020-07-30T19:41:00.000Z | 2020-10-28T12:52:37.000Z | sources/thelib/include/protocols/protocolfactorymanager.h | rdkcmf/rdkc-rms | 65ab1efcee9e3de46a888c125f591cd48b815601 | [
"Apache-2.0"
] | null | null | null | sources/thelib/include/protocols/protocolfactorymanager.h | rdkcmf/rdkc-rms | 65ab1efcee9e3de46a888c125f591cd48b815601 | [
"Apache-2.0"
] | 2 | 2020-05-11T03:19:00.000Z | 2021-07-07T17:40:47.000Z | /**
##########################################################################
# If not stated otherwise in this file or this component's LICENSE
# file the following copyright and licenses apply:
#
# Copyright 2019 RDK Management
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use thi... | 34.453488 | 105 | 0.736753 | [
"vector"
] |
cc36248789fd3d3110e60a9f81043550aa6bb2f7 | 11,050 | h | C | Metadata/AudioMetadata.h | sonoramac/SFBAudioEngine | 9ad7e03e71914ce446cb7ec11af6eeac5d84762d | [
"BSD-3-Clause"
] | 9 | 2015-03-12T20:37:08.000Z | 2017-11-06T03:00:41.000Z | External/SFBAudioEngine/Metadata/AudioMetadata.h | Rm1210/Sonora | 8e78d101e3e8209a5b7bce183e20f03653d95025 | [
"BSD-3-Clause"
] | null | null | null | External/SFBAudioEngine/Metadata/AudioMetadata.h | Rm1210/Sonora | 8e78d101e3e8209a5b7bce183e20f03653d95025 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Stephen F. Booth <me@sbooth.org>
* 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 ... | 36.956522 | 122 | 0.744977 | [
"object",
"vector"
] |
cc363cafece2f639a59c5a31bc7942bc323a9397 | 5,958 | h | C | Framework/assets/mesh/CMeshInstanceLoader.h | echo-Mike/goOGL | bf5b58a7ecc5783aad0177c375cdb53e59880d07 | [
"MIT"
] | null | null | null | Framework/assets/mesh/CMeshInstanceLoader.h | echo-Mike/goOGL | bf5b58a7ecc5783aad0177c375cdb53e59880d07 | [
"MIT"
] | null | null | null | Framework/assets/mesh/CMeshInstanceLoader.h | echo-Mike/goOGL | bf5b58a7ecc5783aad0177c375cdb53e59880d07 | [
"MIT"
] | null | null | null | #ifndef MESHINSTANCELOADER_H
#define MESHINSTANCELOADER_H "[0.0.5@CMeshInstanceLoader.h]"
/*
* DESCRIPTION:
* Module contains implementation of mesh instance loader class
* and general mesh instance interface.
* AUTHOR:
* Mikhail Demchenko
* mailto:dev.echo.mike@gmail.com
* https://github.com/echo-Mike
*/
//STD
#... | 31.52381 | 116 | 0.725411 | [
"mesh",
"object",
"vector",
"model"
] |
cc381c2dc21d9654edd301e5a973ad0ba8213cf3 | 4,026 | h | C | src/lib/mathtools/affine/Point.h | Ibujah/compactskel | 8a54b5f0123490c4e8120537ae2b56d5ec2a34c9 | [
"MIT"
] | 4 | 2019-04-15T08:50:30.000Z | 2021-02-03T10:44:03.000Z | src/lib/mathtools/affine/Point.h | Ibujah/evalshape | 345d95184a47a87e6aae2f2de126b88b9edd3ac6 | [
"MIT"
] | null | null | null | src/lib/mathtools/affine/Point.h | Ibujah/evalshape | 345d95184a47a87e6aae2f2de126b88b9edd3ac6 | [
"MIT"
] | null | null | null | /*
Copyright (c) 2016 Bastien Durix
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, s... | 27.575342 | 158 | 0.655241 | [
"vector"
] |
cc3a566e9d944b2bee417aa78f3100da2e5d0632 | 3,291 | h | C | client/Client.h | jgbarbosa/display-wall | ed5c42a16a20065747707ea5bec969d799609d44 | [
"MIT"
] | 3 | 2017-03-14T23:19:49.000Z | 2017-03-27T09:53:01.000Z | client/Client.h | jgbarbosa/display-wall | ed5c42a16a20065747707ea5bec969d799609d44 | [
"MIT"
] | null | null | null | client/Client.h | jgbarbosa/display-wall | ed5c42a16a20065747707ea5bec969d799609d44 | [
"MIT"
] | 1 | 2017-03-16T16:11:44.000Z | 2017-03-16T16:11:44.000Z | /*
Copyright (c) 2016-17 Ingo Wald
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, s... | 36.566667 | 78 | 0.690368 | [
"render"
] |
cc3f309730cccec66fb5bb77d2146566fb423777 | 385 | h | C | Framework/Framework/src/lib/System/Engine/Delegate.h | kanekona/MyFramework | 9c5f6d597106e491aa0c8b2fe83b79c79ac3ae1e | [
"MIT"
] | null | null | null | Framework/Framework/src/lib/System/Engine/Delegate.h | kanekona/MyFramework | 9c5f6d597106e491aa0c8b2fe83b79c79ac3ae1e | [
"MIT"
] | null | null | null | Framework/Framework/src/lib/System/Engine/Delegate.h | kanekona/MyFramework | 9c5f6d597106e491aa0c8b2fe83b79c79ac3ae1e | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include <functional>
class CDelegate;
class CMultiDelegate;
class CDelegate
{
std::function<void()> s_func;
public:
void AddFunc(const std::function<void()>& f);
void Execution();
};
class CMultiDelegate
{
std::vector<CDelegate> Delegates;
public:
void Run();
void Reset();
void... | 16.041667 | 46 | 0.724675 | [
"vector"
] |
cc3f460f3868abe8b74b03f9719823fafc874a39 | 1,334 | h | C | the_cxx_stl_a_tutorial_and_reference_2012/item5_2_5/item5_2_5.h | ckelsel/c_cxx_exercise | b32ebf9aa5c725aaaa4b2dc678b118a5e2a3bed5 | [
"Apache-2.0"
] | null | null | null | the_cxx_stl_a_tutorial_and_reference_2012/item5_2_5/item5_2_5.h | ckelsel/c_cxx_exercise | b32ebf9aa5c725aaaa4b2dc678b118a5e2a3bed5 | [
"Apache-2.0"
] | null | null | null | the_cxx_stl_a_tutorial_and_reference_2012/item5_2_5/item5_2_5.h | ckelsel/c_cxx_exercise | b32ebf9aa5c725aaaa4b2dc678b118a5e2a3bed5 | [
"Apache-2.0"
] | null | null | null | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | 27.22449 | 100 | 0.671664 | [
"vector"
] |
cc5b11c0f50b4690649c7833183df9c08d688070 | 11,033 | c | C | extern/gtk/demos/constraint-editor/constraint-view.c | PableteProgramming/download | 013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8 | [
"MIT"
] | null | null | null | extern/gtk/demos/constraint-editor/constraint-view.c | PableteProgramming/download | 013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8 | [
"MIT"
] | null | null | null | extern/gtk/demos/constraint-editor/constraint-view.c | PableteProgramming/download | 013e35bb5c085e5dfdb57a3a0a39cdf2fd3064b8 | [
"MIT"
] | null | null | null | /* Copyright (C) 2019 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 License, or (at your option) any later version.
*
* This library is ... | 31.887283 | 96 | 0.653041 | [
"object",
"model"
] |
cc5bdb8c54d62da69e3cebfec86d776382383f91 | 81,333 | c | C | profiles/mojoshader_profile_hlsl.c | YoYoGames/mojoshader | 9d1045f2f8949ec3182ec35683b7f569f655e47a | [
"Zlib"
] | 35 | 2021-06-28T21:19:34.000Z | 2022-03-29T08:51:26.000Z | profiles/mojoshader_profile_hlsl.c | YoYoGames/mojoshader | 9d1045f2f8949ec3182ec35683b7f569f655e47a | [
"Zlib"
] | 42 | 2018-06-19T18:19:12.000Z | 2021-06-16T02:13:12.000Z | profiles/mojoshader_profile_hlsl.c | YoYoGames/mojoshader | 9d1045f2f8949ec3182ec35683b7f569f655e47a | [
"Zlib"
] | 20 | 2018-07-29T22:31:12.000Z | 2021-03-25T20:33:22.000Z | /**
* MojoShader; generate shader programs from bytecode of compiled
* Direct3D shaders.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/
#define __MOJOSHADER_INTERNAL__ 1
#include "mojoshader_profile.h"
#pragma GCC visibility push(hidden)
// !!... | 35.672368 | 128 | 0.572941 | [
"model",
"3d"
] |
cc5ef67a6c173e1bdef9312920dc895c5e65ff36 | 3,526 | h | C | eagleeye/engine/nano/op/cpu/CNNOp.h | MirrorYu/eagleeye | c251e7b3bc919673b41360212c38d5fda85bbe2f | [
"Apache-2.0"
] | 12 | 2020-09-21T02:24:11.000Z | 2022-03-10T03:02:03.000Z | eagleeye/engine/nano/op/cpu/CNNOp.h | MirrorYu/eagleeye | c251e7b3bc919673b41360212c38d5fda85bbe2f | [
"Apache-2.0"
] | 1 | 2020-11-30T08:22:50.000Z | 2020-11-30T08:22:50.000Z | eagleeye/engine/nano/op/cpu/CNNOp.h | MirrorYu/eagleeye | c251e7b3bc919673b41360212c38d5fda85bbe2f | [
"Apache-2.0"
] | 3 | 2020-03-16T12:10:55.000Z | 2021-07-20T09:58:15.000Z | #ifndef _EAGLEEYE_FIXEDBASE_H_
#define _EAGLEEYE_FIXEDBASE_H_
#include "eagleeye/common/EagleeyeMacro.h"
#include "eagleeye/basic/Tensor.h"
#include "eagleeye/engine/nano/util/quantization.h"
#include <string>
#include <vector>
namespace eagleeye{
namespace nano{
#define CNN_CONV_MAX_NORM_VALUE 127
#define CNN_CO... | 21.5 | 199 | 0.572036 | [
"object",
"shape",
"vector"
] |
acf901d574143054ffb618b4c7289221c4f60f90 | 749 | h | C | Anubis/SDK/UserCmd.h | fengjixuchui/Anubis | 0145647f88aa7bf47472363b1f029c31b4273f80 | [
"MIT"
] | 169 | 2019-04-26T19:47:40.000Z | 2022-03-27T21:05:47.000Z | Anubis/SDK/UserCmd.h | fengjixuchui/Anubis | 0145647f88aa7bf47472363b1f029c31b4273f80 | [
"MIT"
] | 7 | 2019-05-10T00:18:15.000Z | 2021-12-03T21:27:42.000Z | Anubis/SDK/UserCmd.h | fengjixuchui/Anubis | 0145647f88aa7bf47472363b1f029c31b4273f80 | [
"MIT"
] | 41 | 2019-05-18T06:59:18.000Z | 2022-02-21T02:46:13.000Z | #pragma once
#include <stdbool.h>
#include <Windows.h>
#include "Vector.h"
enum UserCmdButtons {
IN_ATTACK = 1 << 0,
IN_JUMP = 1 << 1,
IN_DUCK = 1 << 2,
IN_FORWARD = 1 << 3,
IN_BACK = 1 << 4,
IN_USE = 1 << 5,
IN_MOVELEFT = 1 << 9,
IN_MOVERIGHT = 1 << 10,
IN_ATTACK2 = 1 << 11,
... | 18.725 | 32 | 0.604806 | [
"vector"
] |
acf99023fd39252142fb75dd3d91300453b3cac8 | 1,056 | h | C | headers/gtk-2.0/gdk/gdkcairo.h | mwichmann/lsb-buildenv | 7a7eb64b5960172e0032e7202aeb454e076880fa | [
"BSD-3-Clause"
] | null | null | null | headers/gtk-2.0/gdk/gdkcairo.h | mwichmann/lsb-buildenv | 7a7eb64b5960172e0032e7202aeb454e076880fa | [
"BSD-3-Clause"
] | null | null | null | headers/gtk-2.0/gdk/gdkcairo.h | mwichmann/lsb-buildenv | 7a7eb64b5960172e0032e7202aeb454e076880fa | [
"BSD-3-Clause"
] | null | null | null | #if (__LSB_VERSION__ >= 40 )
#ifndef _GTK_2_0_GDK_GDKCAIRO_H_
#define _GTK_2_0_GDK_GDKCAIRO_H_
#include <glib-2.0/glib-object.h>
#include <gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h>
#include <gtk-2.0/gdk/gdk.h>
#include <cairo/cairo.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Function prototypes */
extern cairo... | 26.4 | 73 | 0.689394 | [
"object"
] |
acfc736229a712d5519c1d257f1422d06fb0e410 | 5,465 | h | C | Pod/Classes/WBWebViewController.h | huipengo/WBWebView | 1f2d0eae7fd619f014a89bb347a297e6fe82564e | [
"MIT"
] | 3 | 2018-09-03T09:30:35.000Z | 2020-02-04T06:37:55.000Z | Pod/Classes/WBWebViewController.h | huipengo/WBWebView | 1f2d0eae7fd619f014a89bb347a297e6fe82564e | [
"MIT"
] | null | null | null | Pod/Classes/WBWebViewController.h | huipengo/WBWebView | 1f2d0eae7fd619f014a89bb347a297e6fe82564e | [
"MIT"
] | 1 | 2018-10-18T16:21:05.000Z | 2018-10-18T16:21:05.000Z | //
// WBWebViewController.h
// WBKit_Example
//
// Created by penghui8 on 2018/7/9.
// Copyright © 2018年 huipengo. All rights reserved.
// 参考:https://github.com/devedbox/AXWebViewController
#import <UIKit/UIKit.h>
#import <WebKit/WebKit.h>
#import "WBWebView.h"
#import "WBSecurityPolicy.h"
NS_ASSUME_NONNULL_BEGI... | 30.19337 | 227 | 0.77237 | [
"object"
] |
4a06f7d8f0b36b55f9659633c1f8fb02c5d0ef0c | 2,186 | h | C | components/sync/model/sync_metadata_store.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | components/sync/model/sync_metadata_store.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | components/sync/model/sync_metadata_store.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SYNC_MODEL_SYNC_METADATA_STORE_H_
#define COMPONENTS_SYNC_MODEL_SYNC_METADATA_STORE_H_
#include <string>
#include "components/sync/ba... | 36.433333 | 80 | 0.743367 | [
"model"
] |
4a30133c95d0313e5ea826d8086761b0084df276 | 24,134 | c | C | base/mvdm/softpc.new/base/bios/bios.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/softpc.new/base/bios/bios.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/softpc.new/base/bios/bios.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | #include "insignia.h"
#include "host_def.h"
/*
* VPC-XT Revision 1.0
*
* Title : bios
*
* Description : Vector of BOP calls which map to appropriate BIOS functions
*
* Author : Rod MacGregor
*
* Notes : hard disk int (0D) and command_check (B0) added DAR
*
* Mods: (r2.14): Replaced the entry aga... | 26.90524 | 83 | 0.603091 | [
"vector",
"3d"
] |
4a37126d80d355aa5a81268b98dd7a62b04c54df | 15,381 | h | C | src/HciAdapter.h | code-in-the-cup/gobbledegook | d0fbad1b970dfd4ad86488263c9f419d09fea6ba | [
"BSD-3-Clause"
] | null | null | null | src/HciAdapter.h | code-in-the-cup/gobbledegook | d0fbad1b970dfd4ad86488263c9f419d09fea6ba | [
"BSD-3-Clause"
] | null | null | null | src/HciAdapter.h | code-in-the-cup/gobbledegook | d0fbad1b970dfd4ad86488263c9f419d09fea6ba | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2017-2019 Paul Nettle
//
// This file is part of Gobbledegook.
//
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file in the root of the source tree.
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... | 30.099804 | 132 | 0.639425 | [
"vector"
] |
4a418224b15319402ad42340d9dca7a7049275c2 | 169,997 | h | C | SVFEngine/SVFEngine/mp3.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | 1 | 2018-04-26T14:27:35.000Z | 2018-04-26T14:27:35.000Z | SVFEngine/SVFEngine/mp3.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | 1 | 2018-04-29T14:45:47.000Z | 2018-04-29T14:45:47.000Z | SVFEngine/SVFEngine/mp3.h | safiar/SVFEngine | 5038143a0f369e88dd4fab364a0c22f7729217b3 | [
"Apache-2.0"
] | null | null | null | // ----------------------------------------------------------------------- //
//
// MODULE : mp3.h
//
// PURPOSE : Декодер MP3 ~ MPEG-1 Layer-3 audio
// с поддержкой SSE/AVX/AVX512 оптимизации
//
// CREATED : SavF. ⚡ Savenkov Filipp A. (2018)
//
// --------------------------------------------------... | 37.634935 | 137 | 0.411948 | [
"vector"
] |
4a4327fe2860e13fb8a159876e47d7ce746520f9 | 3,348 | h | C | src/point.h | yenyi/kicadPcb | f624156f59829554cb9fbf9b0438e7b84a42ee94 | [
"BSD-3-Clause"
] | 6 | 2020-02-08T07:29:42.000Z | 2020-11-25T03:09:13.000Z | src/point.h | yenyi/kicadPcb | f624156f59829554cb9fbf9b0438e7b84a42ee94 | [
"BSD-3-Clause"
] | 2 | 2019-12-23T17:19:41.000Z | 2020-01-09T00:10:50.000Z | src/point.h | yenyi/kicadPcb | f624156f59829554cb9fbf9b0438e7b84a42ee94 | [
"BSD-3-Clause"
] | 5 | 2020-10-16T23:59:42.000Z | 2021-04-28T05:49:22.000Z | #ifndef KICAD_PCB_POINT_H
#define KICAD_PCB_POINT_H
#include <math.h>
#include <iostream>
#include <tuple>
#include <vector>
//public math structures
using namespace std;
template <class T>
class Point_2D
{
public:
Point_2D() {}
Point_2D(const Point_2D &p) : m_x(p.m_x), m_y(p.m_y) {}
Point_2D(T x, T y) :... | 23.914286 | 72 | 0.54779 | [
"vector"
] |
4a44730888934e9fdd77f971d73b3702e44a8a7a | 1,049 | h | C | module/PcbRouter/src/GridPin.h | aspdac-submission-pcb-layout/PCB-Layout-Framework | cac05a813cb5616170a9fb4cb11c13ac9a31fb36 | [
"BSD-3-Clause"
] | null | null | null | module/PcbRouter/src/GridPin.h | aspdac-submission-pcb-layout/PCB-Layout-Framework | cac05a813cb5616170a9fb4cb11c13ac9a31fb36 | [
"BSD-3-Clause"
] | null | null | null | module/PcbRouter/src/GridPin.h | aspdac-submission-pcb-layout/PCB-Layout-Framework | cac05a813cb5616170a9fb4cb11c13ac9a31fb36 | [
"BSD-3-Clause"
] | null | null | null | #ifndef PCBROUTER_GRID_PIN_H
#define PCBROUTER_GRID_PIN_H
#include <algorithm>
#include <vector>
#include "globalParam.h"
#include "point.h"
class GridPin {
public:
//ctor
GridPin() {}
//dtor
~GridPin() {}
friend class BoardGrid;
friend class MultipinRoute;
friend class GridBasedRouter... | 27.605263 | 92 | 0.687321 | [
"shape",
"vector"
] |
4a577e38e76f8fa5e331f6847e1731650d204915 | 10,422 | h | C | llvm/passes/include/fuseminix/FuseMinixFuser.h | vusec/dsn-2016-osiris | 5a5855ae36419d0c6e1ae9cae5984f9f7d2719ac | [
"Apache-2.0"
] | 4 | 2017-12-21T14:33:04.000Z | 2019-05-14T20:12:54.000Z | llvm/passes/include/fuseminix/FuseMinixFuser.h | vusec/dsn-2016-osiris | 5a5855ae36419d0c6e1ae9cae5984f9f7d2719ac | [
"Apache-2.0"
] | null | null | null | llvm/passes/include/fuseminix/FuseMinixFuser.h | vusec/dsn-2016-osiris | 5a5855ae36419d0c6e1ae9cae5984f9f7d2719ac | [
"Apache-2.0"
] | 4 | 2016-12-17T10:18:07.000Z | 2021-11-19T23:15:23.000Z | /******************************
* Author : Koustubha Bhat
* Jul-Oct 2014
* Vrije Universiteit, Amsterdam.
*******************************/
#ifndef FUSE_MINIX_FUSER_H
#define FUSE_MINIX_FUSER_H
#include <llvm/Transforms/Utils/BasicBlockUtils.h>
#include <pass.h>
#include <common/util/string.h>
#include <common/pass_com... | 30.925816 | 140 | 0.653905 | [
"vector"
] |
4a5a247c71a66b1f005a63df8072fda207209d0a | 11,223 | h | C | mitsuba-af602c6fd98a/include/mitsuba/hw/device.h | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 139 | 2017-04-21T00:22:34.000Z | 2022-02-16T20:33:10.000Z | mitsuba-af602c6fd98a/include/mitsuba/hw/device.h | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 11 | 2017-08-15T18:22:59.000Z | 2019-07-01T05:44:41.000Z | mitsuba-af602c6fd98a/include/mitsuba/hw/device.h | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 30 | 2017-07-21T03:56:45.000Z | 2022-03-11T06:55:34.000Z | /*
This file is part of Mitsuba, a physically based rendering system.
Copyright (c) 2007-2014 by Wenzel Jakob and others.
Mitsuba is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
as published by the Free Software Foundation.
... | 27.240291 | 113 | 0.737147 | [
"object",
"vector"
] |
4a693aa555bce5ad82807016553af532dd833d74 | 9,598 | c | C | acm_service.c | LaudateCorpus1/openbmc-acm | c23c40fcb1a6eb0a092ebff75255097063296ce3 | [
"MIT"
] | 1 | 2021-05-24T03:36:19.000Z | 2021-05-24T03:36:19.000Z | acm_service.c | LaudateCorpus1/openbmc-acm | c23c40fcb1a6eb0a092ebff75255097063296ce3 | [
"MIT"
] | null | null | null | acm_service.c | LaudateCorpus1/openbmc-acm | c23c40fcb1a6eb0a092ebff75255097063296ce3 | [
"MIT"
] | 2 | 2021-03-05T10:55:39.000Z | 2021-03-05T10:56:00.000Z | /*************************************************************************************
(C) Copyright (2012-2021) Hewlett PAckard Enterprise Development LP
\*************************************************************************************
File: acm_service.c
Objective:
SD-BUS service
Provide support for ACM(Apo... | 31.676568 | 183 | 0.453219 | [
"object"
] |
4a6a9d6a9b1cb7e4916b03ff2b61f862f908314a | 2,571 | h | C | DEM/Low/src/Resources/Resource.h | niello/deusexmachina | 2f698054fe82d8b40a0a0e58b86d64ffed0de06c | [
"MIT"
] | 15 | 2019-05-07T11:26:13.000Z | 2022-01-12T18:26:45.000Z | DEM/Low/src/Resources/Resource.h | niello/deusexmachina | 2f698054fe82d8b40a0a0e58b86d64ffed0de06c | [
"MIT"
] | 16 | 2021-10-04T17:15:31.000Z | 2022-03-20T09:34:29.000Z | DEM/Low/src/Resources/Resource.h | niello/deusexmachina | 2f698054fe82d8b40a0a0e58b86d64ffed0de06c | [
"MIT"
] | 2 | 2019-04-28T23:27:48.000Z | 2019-05-07T11:26:18.000Z | #pragma once
#include <Core/Object.h>
#include <Data/StringID.h>
// A container that wraps some actual resource object along with any information
// required for its management. This class is not intended to be a base class for
// specific resources. Inherit from a CObject instead.
// Resource UID may consist of 2 par... | 33.828947 | 106 | 0.709841 | [
"object"
] |
4a783355461b9d3be4043e4da6a9b007373b98fc | 69,168 | h | C | Source/Readers/HTKMLFReader/msra_mgram.h | adonese/CNTK | 4fe5fd725176f8fbd59ad1d4e233b5bdf0b2d846 | [
"RSA-MD"
] | 1 | 2021-07-06T02:57:10.000Z | 2021-07-06T02:57:10.000Z | Source/Readers/HTKMLFReader/msra_mgram.h | adonese/CNTK | 4fe5fd725176f8fbd59ad1d4e233b5bdf0b2d846 | [
"RSA-MD"
] | null | null | null | Source/Readers/HTKMLFReader/msra_mgram.h | adonese/CNTK | 4fe5fd725176f8fbd59ad1d4e233b5bdf0b2d846 | [
"RSA-MD"
] | null | null | null | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
// msra_mgram.h -- simple ARPA LM read and access function
//
#pragma once
#include "Basics.h"
#include "fileutil.h" // for opening/reading the ARPA file
#inc... | 35.146341 | 139 | 0.518115 | [
"object",
"vector",
"model"
] |
7d2367830216a169e17668b049a4778983b741a6 | 1,328 | h | C | autoRepairForiOS/GCP/BaiduBCESTS.framework/Versions/A/Headers/STSClient.h | hfqf/autoRepair-iOS | 770b82ba64c12e62eab3ddb3c7da1fa78b153840 | [
"Apache-2.0"
] | 1 | 2019-06-19T06:52:56.000Z | 2019-06-19T06:52:56.000Z | Example/ThirdSDK/ThirdSDK/BaiduUploader/Frameworks/BaiduBCESTS.framework/Headers/STSClient.h | winterwine/CaamDau | 65eb581db66376deefa95e01765b8a7019d521b6 | [
"MIT"
] | 1 | 2018-08-23T21:43:25.000Z | 2018-08-23T21:43:25.000Z | Example/ThirdSDK/ThirdSDK/BaiduUploader/Frameworks/BaiduBCESTS.framework/Headers/STSClient.h | winterwine/CaamDau | 65eb581db66376deefa95e01765b8a7019d521b6 | [
"MIT"
] | 1 | 2019-01-16T09:14:16.000Z | 2019-01-16T09:14:16.000Z | /*
* Copyright (c) 2016 Baidu.com, 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 applica... | 32.390244 | 118 | 0.756024 | [
"object"
] |
7d52b250c259539296997c899a181dc77fb3916b | 9,496 | h | C | mip/codebuf.h | stardot/ncc | 8c2bda7122c651756d1b66844e7b1f0d3f44d940 | [
"Apache-2.0"
] | null | null | null | mip/codebuf.h | stardot/ncc | 8c2bda7122c651756d1b66844e7b1f0d3f44d940 | [
"Apache-2.0"
] | null | null | null | mip/codebuf.h | stardot/ncc | 8c2bda7122c651756d1b66844e7b1f0d3f44d940 | [
"Apache-2.0"
] | null | null | null | /*
* codebuf.h : target-independent part of object code generation, version 23
* Copyright (C) Acorn Computers Ltd., 1988-1990.
* Copyright (C) Codemist Ltd, 1988-1992.
* Copyright (C) Advanced Risc Machines Ltd., 1991-1992.
* SPDX-Licence-Identifier: Apache-2.0
*/
/*
* RCS $Revision$
* Checkin $Date$
* Revis... | 38.290323 | 86 | 0.673757 | [
"object"
] |
7d55b94334126e7d98d85a338aa46b6c4bca898f | 3,387 | h | C | jni/sdk/v2_0_1/ARDroneLib/VP_SDK/VP_Stages/vp_stages_io_file.h | hatpick/DroneMyoGlass | d1a7a0d9ebd71a62f54f4356a47a0eb6b98474ee | [
"Apache-2.0"
] | null | null | null | jni/sdk/v2_0_1/ARDroneLib/VP_SDK/VP_Stages/vp_stages_io_file.h | hatpick/DroneMyoGlass | d1a7a0d9ebd71a62f54f4356a47a0eb6b98474ee | [
"Apache-2.0"
] | null | null | null | jni/sdk/v2_0_1/ARDroneLib/VP_SDK/VP_Stages/vp_stages_io_file.h | hatpick/DroneMyoGlass | d1a7a0d9ebd71a62f54f4356a47a0eb6b98474ee | [
"Apache-2.0"
] | null | null | null | /**
* \brief VP Stages. File stage declaration
* \author Sylvain Gaeremynck <sylvain.gaeremynck@parrot.fr>
* \author Aurelien Morelle <aurelien.morelle@parrot.fr>
* \author Thomas Landais <thomas.landais@parrot.fr>
* \version 2.0
* \date first release 16/03/2007
* \date modification 19/... | 25.659091 | 120 | 0.657514 | [
"transform"
] |
7d5842c4b37277f609adf09d116acaab4b6d23e1 | 5,402 | h | C | components/feed/core/v2/feed_store.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | components/feed/core/v2/feed_store.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | components/feed/core/v2/feed_store.h | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2020 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_FEED_CORE_V2_FEED_STORE_H_
#define COMPONENTS_FEED_CORE_V2_FEED_STORE_H_
#include <memory>
#include <string>
#include <vector>
#inclu... | 36.255034 | 80 | 0.71418 | [
"vector"
] |
7d6c4dec302d43459ac7f208a072769a45199215 | 853 | h | C | test/resources/glutapp/OpenGL.h | Manu343726/biicode-common | 91b32c6fd1e4a72ce5451183f1766d313cd0e420 | [
"MIT"
] | 17 | 2015-04-15T09:40:23.000Z | 2017-05-17T20:34:49.000Z | test/resources/glutapp/OpenGL.h | Manu343726/biicode-common | 91b32c6fd1e4a72ce5451183f1766d313cd0e420 | [
"MIT"
] | 2 | 2015-04-22T11:29:36.000Z | 2018-09-25T09:31:09.000Z | test/resources/glutapp/OpenGL.h | bowlofstew/common | 45e9ca902be7bbbdd73dafe3ab8957bc4a006020 | [
"MIT"
] | 22 | 2015-04-15T09:46:00.000Z | 2020-09-29T17:03:31.000Z | // OpenGL.h: interface for the OpenGL class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(afx_opengl_h__2b1af605_baa9_4751_9d16_b7310454f0b6__included_)
#define afx_opengl_h__2b1af605_baa9_4751_9d16_b7310454f0b6__included_
#if _msc_ver > 1000
#pragma once
#endif // _msc_ver >... | 25.088235 | 115 | 0.713951 | [
"vector"
] |
7d6e2a92a082b07c0fdbc9b59cdb81102573acd8 | 1,470 | h | C | Classes/PodPersistent.h | jerrykrinock/podbiceps | e1893df826aa35a9d5b92b852572ff6646345d4d | [
"Apache-2.0"
] | 5 | 2015-12-10T14:25:44.000Z | 2021-07-04T00:23:33.000Z | Classes/PodPersistent.h | jerrykrinock/podbiceps | e1893df826aa35a9d5b92b852572ff6646345d4d | [
"Apache-2.0"
] | null | null | null | Classes/PodPersistent.h | jerrykrinock/podbiceps | e1893df826aa35a9d5b92b852572ff6646345d4d | [
"Apache-2.0"
] | 2 | 2021-03-31T02:43:23.000Z | 2021-07-04T00:23:44.000Z | // PodPersistentOrder.h
// Created by David Phillip Oster, DavidPhillipOster+podbiceps@gmail.com on 11/22/14.
// Copyright (c) 2014 David Phillip Oster.
// 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... | 36.75 | 86 | 0.755782 | [
"object"
] |
7d831cb54d60e8c41dacaab238fc5dda397be46e | 5,617 | c | C | src/game.c | thejozhou/katamino | e9382484a120dc8d506733744efddecf36451d6a | [
"MIT"
] | null | null | null | src/game.c | thejozhou/katamino | e9382484a120dc8d506733744efddecf36451d6a | [
"MIT"
] | null | null | null | src/game.c | thejozhou/katamino | e9382484a120dc8d506733744efddecf36451d6a | [
"MIT"
] | null | null | null | #include "game.h"
void init_game()
{
USER_EVENT = 0;
// Empty the board
int i = BOARD_HEIGHT * BOARD_WIDTH;
while (i --> 0) {
board[i] = EMPTY;
}
draw_game();
// PENTA game of 3 pieces
Pentamino_Movement PentaF[] = {
{PENTA_P,0,7,11},
{PENTA_U,0,11,15},
{PENTA_G,0,19,5},
};
... | 20.650735 | 75 | 0.5154 | [
"render"
] |
0431d2d5ac5e65d1b1de8b2a6ac6f47438c15a76 | 2,684 | h | C | Middlewares/Third_Party/IOTA_C/client/api/v1/send_message.h | CIPop/x-cube-iota1 | 046032b513d882737ae0788308702f5d9e18652d | [
"Cube"
] | 7 | 2021-04-14T07:29:23.000Z | 2022-02-07T16:34:24.000Z | Middlewares/Third_Party/IOTA_C/client/api/v1/send_message.h | CIPop/x-cube-iota1 | 046032b513d882737ae0788308702f5d9e18652d | [
"Cube"
] | 1 | 2021-12-16T22:25:20.000Z | 2021-12-17T18:31:58.000Z | Middlewares/Third_Party/IOTA_C/client/api/v1/send_message.h | CIPop/x-cube-iota1 | 046032b513d882737ae0788308702f5d9e18652d | [
"Cube"
] | 3 | 2021-04-14T07:29:16.000Z | 2022-02-28T09:20:51.000Z | // Copyright 2020 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
#ifndef __CLIENT_API_V1_SEND_MSG_H__
#define __CLIENT_API_V1_SEND_MSG_H__
#include <stdbool.h>
#include <stdint.h>
#include "client/api/message.h"
#include "client/api/v1/response_error.h"
#include "client/client_service.h"
#include "core/models/... | 19.881481 | 106 | 0.678465 | [
"object"
] |
0436e6493c96aaac1baed5ee422628573de7ef82 | 463 | h | C | iOS/Frameworks/Plugins/iOS/Pubnative.framework/PrivateHeaders/PNAdModel+Fetching.h | pubnative/pubnative-unity-sdk | 22f166813119681218a67594ed98c59169896260 | [
"MIT"
] | null | null | null | iOS/Frameworks/Plugins/iOS/Pubnative.framework/PrivateHeaders/PNAdModel+Fetching.h | pubnative/pubnative-unity-sdk | 22f166813119681218a67594ed98c59169896260 | [
"MIT"
] | null | null | null | iOS/Frameworks/Plugins/iOS/Pubnative.framework/PrivateHeaders/PNAdModel+Fetching.h | pubnative/pubnative-unity-sdk | 22f166813119681218a67594ed98c59169896260 | [
"MIT"
] | null | null | null | //
// PNAdModel+Fetching.h
// sdk
//
// Created by David Martin on 28/07/2017.
// Copyright © 2017 pubnative. All rights reserved.
//
#import "PNAdModel.h"
@protocol PNAdModelFetchDelegate <NSObject>
- (void)pubnativeAdFetchDidFinish:(PNAdModel *)model;
- (void)pubnativeAdFetchDidFail:(PNAdModel *)model withErro... | 20.130435 | 78 | 0.7473 | [
"model"
] |
043b5c0759dc6eb78ea6941447ee40be0c047ec1 | 18,178 | h | C | study/start_tf_serving/apis/model_management.pb.h | taozhijiang/serving | dda80c25cb0bb203bef77757327bc000f249c06a | [
"Apache-2.0"
] | 39 | 2019-09-06T13:42:24.000Z | 2022-03-18T18:38:43.000Z | study/start_tf_serving/apis/model_management.pb.h | taozhijiang/serving | dda80c25cb0bb203bef77757327bc000f249c06a | [
"Apache-2.0"
] | 9 | 2019-09-19T22:35:32.000Z | 2022-02-24T18:04:57.000Z | study/start_tf_serving/apis/model_management.pb.h | taozhijiang/serving | dda80c25cb0bb203bef77757327bc000f249c06a | [
"Apache-2.0"
] | 8 | 2019-10-16T21:09:14.000Z | 2022-02-23T05:20:37.000Z | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_serving/apis/model_management.proto
#ifndef PROTOBUF_INCLUDED_tensorflow_5fserving_2fapis_2fmodel_5fmanagement_2eproto
#define PROTOBUF_INCLUDED_tensorflow_5fserving_2fapis_2fmodel_5fmanagement_2eproto
#include <string>
#include <googl... | 38.676596 | 154 | 0.730168 | [
"object"
] |
04444b96c7b9a6e658b0a7035cbe7a2c022d1692 | 14,823 | h | C | introcore/include/intrinsics.h | hugmyndakassi/hvmi | fa49a34ba32b327c462224db1cf58d96a076a224 | [
"Apache-2.0"
] | 677 | 2020-07-30T13:59:36.000Z | 2022-03-24T11:02:00.000Z | introcore/include/intrinsics.h | hugmyndakassi/hvmi | fa49a34ba32b327c462224db1cf58d96a076a224 | [
"Apache-2.0"
] | 38 | 2020-08-11T13:59:36.000Z | 2022-02-17T15:03:48.000Z | introcore/include/intrinsics.h | fengjixuchui/hvmi | 72488e8432d26547876a052d24ea44c3e18279a7 | [
"Apache-2.0"
] | 55 | 2020-07-30T14:11:03.000Z | 2022-03-09T05:40:44.000Z | /*
* Copyright (c) 2020 Bitdefender
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _INTRINSICS_H_
#define _INTRINSICS_H_
#include <stddef.h>
#include <stdint.h>
#ifndef INT_COMPILER_MSVC
//
// Bit Twiddling
//
static inline uint8_t
_rotl8(uint8_t Value, uint8_t Shift)
{
Shift &= 0x7;
return Shift ? (Val... | 21.992582 | 121 | 0.703636 | [
"model"
] |
04510de074bfcea9d33ab9f6f6268fb7bdfaa31f | 17,524 | c | C | src/lib/ecore_wayland/ecore_wl.c | gfriloux/ecore | e1ca9832f8265db515837139a90c2995c1eca673 | [
"BSD-2-Clause"
] | null | null | null | src/lib/ecore_wayland/ecore_wl.c | gfriloux/ecore | e1ca9832f8265db515837139a90c2995c1eca673 | [
"BSD-2-Clause"
] | null | null | null | src/lib/ecore_wayland/ecore_wl.c | gfriloux/ecore | e1ca9832f8265db515837139a90c2995c1eca673 | [
"BSD-2-Clause"
] | null | null | null | #ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# ifdef HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#elif !defined alloca
# ifdef __GNUC__
# define alloca __builtin_alloca
# elif defined _AIX
# defin... | 27.59685 | 154 | 0.695218 | [
"transform"
] |
04620cf621e0e4cea761e32043ab28360a73c007 | 432 | h | C | SSV/Source/SSV/Client/WindowChrome/WindowCaptionLabel.h | Shards-CP/SSV | 5dda6d6e000114143f8d06606800e1aef3688079 | [
"libpng-2.0"
] | null | null | null | SSV/Source/SSV/Client/WindowChrome/WindowCaptionLabel.h | Shards-CP/SSV | 5dda6d6e000114143f8d06606800e1aef3688079 | [
"libpng-2.0"
] | null | null | null | SSV/Source/SSV/Client/WindowChrome/WindowCaptionLabel.h | Shards-CP/SSV | 5dda6d6e000114143f8d06606800e1aef3688079 | [
"libpng-2.0"
] | null | null | null | #pragma once
#include "Client/UI/TextLabel.h"
namespace SSV::Client::WindowChrome
{
class WindowCaptionLabel : public UI::TextLabel
{
public:
WindowCaptionLabel(const std::string& name, const int32_t zIndex, const std::wstring& text, const std::wstring& font, const float fontSize);
~WindowCaptionLabel() = defa... | 27 | 142 | 0.75463 | [
"render"
] |
04629d29af9fdfb4d22ba13a9c45bd86086f9afa | 4,443 | h | C | MitaiSub.h | tvmanus/Mitel-Monitor | fb5929f3fefc3af1dcd65d059fda219b31bccec5 | [
"BSD-3-Clause"
] | 1 | 2020-03-13T15:24:08.000Z | 2020-03-13T15:24:08.000Z | MitaiSub.h | tvmanus/Mitel-Monitor | fb5929f3fefc3af1dcd65d059fda219b31bccec5 | [
"BSD-3-Clause"
] | null | null | null | MitaiSub.h | tvmanus/Mitel-Monitor | fb5929f3fefc3af1dcd65d059fda219b31bccec5 | [
"BSD-3-Clause"
] | null | null | null | #ifndef _MiTAISub_H
#define _MiTAISub_H
#ifdef __cplusplus
extern "C" {
#include "mtai.h"
}
#endif /* __cplusplus */
#include "Poco/NumberFormatter.h"
#include "Poco/Util/Subsystem.h"
#include "Poco/Util/Application.h"
#include "Poco/Notification.h"
#include "Poco/NotificationQueue.h"
#include "Poco/Ta... | 22.902062 | 90 | 0.686248 | [
"object",
"vector"
] |
0481082ca6dc4ae077d5e8096283ebd7452d63c5 | 9,410 | h | C | ogsCore/GeoLib/GEOObjects.h | Yonghui56/NCP | 29680706b7d8dd9b78d51c10d4a36799eb24c38f | [
"BSD-4-Clause"
] | null | null | null | ogsCore/GeoLib/GEOObjects.h | Yonghui56/NCP | 29680706b7d8dd9b78d51c10d4a36799eb24c38f | [
"BSD-4-Clause"
] | 1 | 2016-07-08T03:44:02.000Z | 2016-07-08T08:59:45.000Z | ogsCore/GeoLib/GEOObjects.h | Yonghui56/NCP | 29680706b7d8dd9b78d51c10d4a36799eb24c38f | [
"BSD-4-Clause"
] | null | null | null | /**
* Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.com/LICENSE.txt
*
*
* \file GEOObjects.h
*
* Created on 2010-01-21 by Thomas Fischer / Karst... | 39.872881 | 142 | 0.690436 | [
"geometry",
"object",
"vector"
] |
0482ae2bf725b1ba0a9cd92feab64a867dfc5998 | 6,951 | h | C | ui/aura/client/aura_constants.h | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | ui/aura/client/aura_constants.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | ui/aura/client/aura_constants.h | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.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 UI_AURA_CLIENT_AURA_CONSTANTS_H_
#define UI_AURA_CLIENT_AURA_CONSTANTS_H_
#include <string>
#include "base/strings/string16.h"
#include "thi... | 41.130178 | 80 | 0.791253 | [
"render"
] |
0489f3dbfef1bd11983c685d3937bf70e47e0bba | 1,381 | h | C | include/engine/interface/PolygonContainer.h | smithy545/engine | 1818a1acafdbc2550b10ef74a215aa41d94edf0f | [
"MIT"
] | null | null | null | include/engine/interface/PolygonContainer.h | smithy545/engine | 1818a1acafdbc2550b10ef74a215aa41d94edf0f | [
"MIT"
] | null | null | null | include/engine/interface/PolygonContainer.h | smithy545/engine | 1818a1acafdbc2550b10ef74a215aa41d94edf0f | [
"MIT"
] | null | null | null | //
// Created by Philip Smith on 12/14/21.
//
#ifndef ENGINE_POLYGONCONTAINER_H
#define ENGINE_POLYGONCONTAINER_H
#include "ShapeComponent.h"
#include <engine/InstanceList.h>
#include <engine/interface/InterfaceEntity.h>
#include <engine/sprite/ShapeSprite.h>
#include <glm/gtx/transform.hpp>
#include <vector>
name... | 27.078431 | 117 | 0.700941 | [
"vector",
"transform"
] |
0491e5e8f43482b701872ceae08c617e9036ed1a | 1,684 | h | C | src/matrix.h | swartzy4/Craft-1 | 90ffb5ed978fdbba684cbfd957f05960819cd3c4 | [
"MIT"
] | 1 | 2020-04-24T02:23:24.000Z | 2020-04-24T02:23:24.000Z | src/matrix.h | swartzy4/Craft-1 | 90ffb5ed978fdbba684cbfd957f05960819cd3c4 | [
"MIT"
] | 3 | 2020-02-26T03:21:19.000Z | 2020-05-04T00:45:22.000Z | src/matrix.h | swartzy4/Craft-1 | 90ffb5ed978fdbba684cbfd957f05960819cd3c4 | [
"MIT"
] | 1 | 2020-02-25T21:01:25.000Z | 2020-02-25T21:01:25.000Z | #ifndef _matrix_h_
#define _matrix_h_
void normalize(float *x, float *y, float *z);
void mat_identity(float *matrix);
void mat_translate(float *matrix, float dx, float dy, float dz);
void mat_rotate(float *matrix, float x, float y, float z, float angle);
void mat_vec_multiply(float *vector, float *a, float *b);
void ... | 39.162791 | 102 | 0.691211 | [
"render",
"vector"
] |
049441cf5cd9275122262d762a3cc39f7c92522a | 776 | h | C | src/epub/ZYKit/ZYImageView.h | Willsen888/test | 970ce8b49493932b7f57c4490b90c7147e8bc059 | [
"Unlicense"
] | 205 | 2015-01-05T00:47:31.000Z | 2021-09-03T13:55:55.000Z | src/epub/ZYKit/ZYImageView.h | DeanCarter/epub-master | 4fb97d5c64f4b99474faa9d7debb705d9372459f | [
"Unlicense"
] | 2 | 2016-12-13T09:12:57.000Z | 2017-10-30T04:04:01.000Z | src/epub/ZYKit/ZYImageView.h | DeanCarter/epub-master | 4fb97d5c64f4b99474faa9d7debb705d9372459f | [
"Unlicense"
] | 55 | 2015-01-10T10:24:08.000Z | 2021-04-19T07:25:08.000Z | //
// ZYImageView.h
// scaffold
//
// Created by zzy on 5/10/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ASIHTTPRequest.h"
#import "CacheHelper.h"
#import <QuartzCore/QuartzCore.h>
@interface ZYImageView : UIView
@property (nonatomic, retain) UI... | 25.866667 | 62 | 0.747423 | [
"render"
] |
0b998c1ead6fabb6b425d0551f946a954c11e577 | 456 | h | C | Ren/include/graphics/entityrenderer.h | hesom/Ren | 7e02eacb50d548d6b5993bfae4bd6690a67ccdfd | [
"MIT"
] | null | null | null | Ren/include/graphics/entityrenderer.h | hesom/Ren | 7e02eacb50d548d6b5993bfae4bd6690a67ccdfd | [
"MIT"
] | null | null | null | Ren/include/graphics/entityrenderer.h | hesom/Ren | 7e02eacb50d548d6b5993bfae4bd6690a67ccdfd | [
"MIT"
] | null | null | null | #pragma once
#include <memory>
#include <string>
#include "graphics/camera.h"
#include "graphics/shaderprogram.h"
namespace ren
{
class EntityRenderer
{
private:
static std::string m_defaultShader;
public:
static auto setDefaultShader(const std::string& shader) -> void;
static a... | 25.333333 | 74 | 0.679825 | [
"render"
] |
0b9e84adf645993a1bc2c0597e163044775c032c | 2,984 | h | C | 5.unordered_map_project/IntPair.h | imontese/accelerated-computer-science-fundamentals-specialization | 722acccb63ebdf15a98d86d86c374953314c81b4 | [
"MIT"
] | 37 | 2020-01-04T08:27:54.000Z | 2022-03-28T07:37:16.000Z | 5.unordered_map_project/IntPair.h | imontese/accelerated-computer-science-fundamentals-specialization | 722acccb63ebdf15a98d86d86c374953314c81b4 | [
"MIT"
] | null | null | null | 5.unordered_map_project/IntPair.h | imontese/accelerated-computer-science-fundamentals-specialization | 722acccb63ebdf15a98d86d86c374953314c81b4 | [
"MIT"
] | 25 | 2020-04-29T18:37:01.000Z | 2022-03-20T13:15:34.000Z |
/**
* @file IntPair.h
* University of Illinois CS 400, MOOC 3, Week 1: Unordered Map
*
* @author Eric Huber
*
**/
#pragma once
#include <functional> // for std::hash
#include <utility> // for std::pair
#include <string> // for std::string
// We don't have to define an entire IntPair class ourselves since
// C+... | 38.25641 | 98 | 0.682641 | [
"object"
] |
0bab73c18fca14604cccc59a6ca29e2c285d9ccc | 13,214 | h | C | lib/solver_interface/pyoptsolver/src/ipopt-interface/include/ipoptWrapper.h | paperstiger/trajOptLib | 5e86a33537d89c0d1e35df7a436f9266fe817c49 | [
"MIT"
] | 6 | 2020-04-29T05:02:30.000Z | 2021-04-19T15:42:35.000Z | lib/solver_interface/pyoptsolver/src/ipopt-interface/include/ipoptWrapper.h | paperstiger/trajOptLib | 5e86a33537d89c0d1e35df7a436f9266fe817c49 | [
"MIT"
] | null | null | null | lib/solver_interface/pyoptsolver/src/ipopt-interface/include/ipoptWrapper.h | paperstiger/trajOptLib | 5e86a33537d89c0d1e35df7a436f9266fe817c49 | [
"MIT"
] | null | null | null | /*
* ipoptWrapper.h
* Copyright (C) 2019 motion <motion@motion-MS-7971>
*
* Distributed under terms of the MIT license.
*/
#ifndef IPOPTWRAPPER_H
#define IPOPTWRAPPER_H
#include <coin/IpTNLP.hpp>
#include <coin/IpIpoptApplication.hpp>
#include <coin/IpSolveStatistics.hpp>
#include "utils.h"
#include <vector>
#in... | 30.16895 | 97 | 0.528682 | [
"vector"
] |
0bbb243eca6e51fada95b77f185128513158884e | 3,772 | c | C | main/duktape_spiffs.c | mozeal/duktape-esp32 | ea5380e0cfa0e1442bf9acc90d0c0a728683284c | [
"Apache-2.0"
] | 232 | 2016-11-24T07:14:15.000Z | 2022-03-29T05:42:12.000Z | main/duktape_spiffs.c | mozeal/duktape-esp32 | ea5380e0cfa0e1442bf9acc90d0c0a728683284c | [
"Apache-2.0"
] | 36 | 2016-12-01T07:40:38.000Z | 2020-11-09T03:04:22.000Z | main/duktape_spiffs.c | mozeal/duktape-esp32 | ea5380e0cfa0e1442bf9acc90d0c0a728683284c | [
"Apache-2.0"
] | 45 | 2016-12-27T00:06:19.000Z | 2021-12-01T08:41:20.000Z | /**
* SPIFFs documentation can be found at https://github.com/pellepl/spiffs
*/
#include "duktape_spiffs.h"
#include <esp_log.h>
#include <fcntl.h>
#include <errno.h>
#include <duktape.h>
#include <dirent.h>
#include "sdkconfig.h"
#include "logging.h"
LOG_TAG("duktape_spiffs");
#define DUKTAPE_SPIFFS_MOUNTPOINT "/s... | 26.751773 | 112 | 0.587222 | [
"object"
] |
0bc5826744eb6e6d2bf47efb8953e6a9b76f84da | 5,666 | h | C | include/nuttx/lcd/ssd1351.h | eenurkka/incubator-nuttx | 5c3d6bba6d9ec5015896c3019cd2064696373210 | [
"Apache-2.0"
] | 1,006 | 2019-12-17T23:45:41.000Z | 2022-03-31T19:42:44.000Z | include/nuttx/lcd/ssd1351.h | eenurkka/incubator-nuttx | 5c3d6bba6d9ec5015896c3019cd2064696373210 | [
"Apache-2.0"
] | 2,661 | 2019-12-21T15:16:09.000Z | 2022-03-31T22:30:04.000Z | include/nuttx/lcd/ssd1351.h | eenurkka/incubator-nuttx | 5c3d6bba6d9ec5015896c3019cd2064696373210 | [
"Apache-2.0"
] | 613 | 2019-12-21T10:17:37.000Z | 2022-03-28T09:42:20.000Z | /****************************************************************************
* include/nuttx/lcd/ssd1351.h
*
* 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 owner... | 39.622378 | 78 | 0.594599 | [
"object"
] |
0bc6e28f4775efd3e379a01d5d977ce06109661a | 6,307 | h | C | patches/llvm/src/include/llvm/Analysis/LoopNestingTree.h | systems-nuts/popcorn-compiler-alpine | 5c225c7d3055db83dc654b6b5525c34bbdacded1 | [
"Linux-OpenIB"
] | 30 | 2019-04-07T14:58:31.000Z | 2021-05-24T19:07:20.000Z | patches/llvm/src/include/llvm/Analysis/LoopNestingTree.h | XRDevIEEE/popcorn-compiler | 2cb2eccc0c75b5963d9fec26ad80a7b881316b1d | [
"Linux-OpenIB"
] | 11 | 2018-07-24T19:31:26.000Z | 2020-09-03T08:56:23.000Z | patches/llvm/src/include/llvm/Analysis/LoopNestingTree.h | XRDevIEEE/popcorn-compiler | 2cb2eccc0c75b5963d9fec26ad80a7b881316b1d | [
"Linux-OpenIB"
] | 17 | 2018-08-26T12:43:15.000Z | 2022-03-18T12:08:40.000Z | /*
* Loop-nesting tree for a loop. The root of a loop-nesting tree is the loop
* header of the outermost loop. The children of any given node (including the
* root) are the basic blocks contained within the loop and the loop headers of
* nested loops.
*
* Note: we assume that the control-flow graphs are reducib... | 32.848958 | 79 | 0.67433 | [
"object",
"vector"
] |
0bcc1ee8c915e6820d06d73e6ad7be9f82025a1f | 2,063 | h | C | src/ArduinoComponents/Components/RF/RF_Interface.h | gilmaimon/ArduinoComponents | f676639e1f6eb56ba3752f9ed6749b37eba4b5d6 | [
"MIT"
] | 17 | 2018-10-06T16:10:21.000Z | 2021-07-08T16:16:21.000Z | src/ArduinoComponents/Components/RF/RF_Interface.h | aelmendorf/ArduinoComponents | f676639e1f6eb56ba3752f9ed6749b37eba4b5d6 | [
"MIT"
] | 10 | 2018-10-06T18:58:50.000Z | 2020-08-30T19:57:53.000Z | src/ArduinoComponents/Components/RF/RF_Interface.h | aelmendorf/ArduinoComponents | f676639e1f6eb56ba3752f9ed6749b37eba4b5d6 | [
"MIT"
] | 1 | 2021-04-07T04:39:40.000Z | 2021-04-07T04:39:40.000Z | #ifdef EXPERIMENTAL_RF
#ifndef RFINTERFACE_H_
#define RFINTERFACE_H_
#include <stdint.h>
#include <string.h>
#include "../../Helpers/Function.h"
#include "../../Helpers/Vector.h"
#include "../Component.h"
namespace components {
struct Message {
Message() : Message("") {}
Message(const char* str) {
len = str... | 22.67033 | 73 | 0.681532 | [
"vector"
] |
0bd24304795afdb0a2059bbb226bc0d48afb5538 | 4,557 | c | C | src/seamule-sdk.c | pablo-co/seamule-sdk-c | a70777bd205d7008d6220c1d85f81ea705241682 | [
"MIT"
] | null | null | null | src/seamule-sdk.c | pablo-co/seamule-sdk-c | a70777bd205d7008d6220c1d85f81ea705241682 | [
"MIT"
] | null | null | null | src/seamule-sdk.c | pablo-co/seamule-sdk-c | a70777bd205d7008d6220c1d85f81ea705241682 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2015-2015 Pablo Cárdenas <pcardenasoliveros@gmail.com>
*
* SeaMule is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
#include <jansson.h>
#include <string.h>
#include "seamule-sdk.h"
struct seamule_t *seamule_easy_init(... | 25.176796 | 100 | 0.602809 | [
"object"
] |
0402b74a8042890f5999fdeecb01048551f3608d | 2,417 | h | C | C/source/base/c_mempool.h | jesson3264/OpenCC | 41a80bb102dde718b13f8b363515278c2292fdf9 | [
"MIT"
] | null | null | null | C/source/base/c_mempool.h | jesson3264/OpenCC | 41a80bb102dde718b13f8b363515278c2292fdf9 | [
"MIT"
] | null | null | null | C/source/base/c_mempool.h | jesson3264/OpenCC | 41a80bb102dde718b13f8b363515278c2292fdf9 | [
"MIT"
] | null | null | null | /*
* The MIT License (MIT)
*
* Copyright (c) 2020 邓俊兴 (Deng Junxing)
* Email : jesson3264@163.com
*
* 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 wit... | 24.917526 | 83 | 0.693008 | [
"object"
] |
040516ff710fae80cb97abd980403ac72025b6a3 | 1,791 | h | C | test/sandbox/Benchmarks/Kernel/Divergence/legacy/BlockProcessor.h | cselab/CubismNova | cbd6876ae9b5864f82f3470b564132c92e0f2e00 | [
"BSD-2-Clause"
] | 9 | 2020-01-27T01:17:19.000Z | 2022-02-26T12:20:17.000Z | test/sandbox/Benchmarks/Kernel/Divergence/legacy/BlockProcessor.h | cselab/CubismNova | cbd6876ae9b5864f82f3470b564132c92e0f2e00 | [
"BSD-2-Clause"
] | null | null | null | test/sandbox/Benchmarks/Kernel/Divergence/legacy/BlockProcessor.h | cselab/CubismNova | cbd6876ae9b5864f82f3470b564132c92e0f2e00 | [
"BSD-2-Clause"
] | 1 | 2021-04-01T07:48:39.000Z | 2021-04-01T07:48:39.000Z | // File : BlockProcessor.h
// Date : Fri 01 Apr 2016 05:52:01 PM CEST
// Author : Fabian Wermelinger
// Description: Process all blocks
// Copyright 2016 ETH Zurich. All Rights Reserved.
#ifndef BLOCKPROCESSORMPI_H_IKFSZWUJ
#define BLOCKPROCESSORMPI_H_IKFSZWUJ
#include <vector>
#ifdef _OPENMP
#include ... | 25.585714 | 71 | 0.61139 | [
"vector"
] |
040f584cff9ec3ba55053ee778a79161ff1e5dbc | 3,927 | h | C | hackathon/Changhao/cross_structure_detection_3D/neuron_tools.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | 1 | 2021-12-27T19:14:03.000Z | 2021-12-27T19:14:03.000Z | hackathon/Changhao/cross_structure_detection_3D/neuron_tools.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | null | null | null | hackathon/Changhao/cross_structure_detection_3D/neuron_tools.h | zzhmark/vaa3d_tools | 3ca418add85a59ac7e805d55a600b78330d7e53d | [
"MIT"
] | null | null | null | #ifndef NEURON_TOOLS_H
#define NEURON_TOOLS_H
#include "./../../../v3d_external/released_plugins_more/v3d_plugins/pruning_swc/my_surf_objs.h"
#include "basic_surf_objs.h"
#include "v3d_interface.h"
vector<MyMarker*> NeuronTree2vectorofMyMarker(NeuronTree nt);
NeuronTree vectorofMyMarker2NeuronTree ( vector<MyMarker*... | 59.5 | 175 | 0.772345 | [
"vector"
] |
042668639c27d8ad1f628452e25362de3dc29d12 | 990 | h | C | DESIRE-Engine/src/Engine/Script/NativeScriptComponent.h | nyaki-HUN/DESIRE | dd579bffa77bc6999266c8011bc389bb96dee01d | [
"BSD-2-Clause"
] | 1 | 2020-10-04T18:50:01.000Z | 2020-10-04T18:50:01.000Z | DESIRE-Engine/src/Engine/Script/NativeScriptComponent.h | nyaki-HUN/DESIRE | dd579bffa77bc6999266c8011bc389bb96dee01d | [
"BSD-2-Clause"
] | null | null | null | DESIRE-Engine/src/Engine/Script/NativeScriptComponent.h | nyaki-HUN/DESIRE | dd579bffa77bc6999266c8011bc389bb96dee01d | [
"BSD-2-Clause"
] | 1 | 2018-09-18T08:03:33.000Z | 2018-09-18T08:03:33.000Z | #pragma once
#include "Engine/Script/IScript.h"
#include "Engine/Script/ScriptComponent.h"
#include "Engine/Script/ScriptSystem.h"
class NativeScriptComponent : public ScriptComponent
{
public:
NativeScriptComponent(GameObject& object, ScriptSystem::ScriptFactory::Func_t scriptFactoryFunc);
~NativeScriptComponent()... | 30.9375 | 98 | 0.80404 | [
"object"
] |
04266f306c4bc43605cf39f5e735a6fe585abe14 | 1,940 | h | C | observationSim/Spacecraft.h | fermi-lat/observationSim | 102bfe8b0fefb40900b06845f238d7b418c1a819 | [
"BSD-3-Clause"
] | null | null | null | observationSim/Spacecraft.h | fermi-lat/observationSim | 102bfe8b0fefb40900b06845f238d7b418c1a819 | [
"BSD-3-Clause"
] | 2 | 2019-03-22T07:44:40.000Z | 2020-12-08T17:55:47.000Z | observationSim/Spacecraft.h | fermi-lat/observationSim | 102bfe8b0fefb40900b06845f238d7b418c1a819 | [
"BSD-3-Clause"
] | null | null | null | /**
* @file Spacecraft.h
* @brief Declaration of Spacecraft base class.
* @author J. Chiang
*
* $Header: /nfs/slac/g/glast/ground/cvs/ScienceTools-scons/observationSim/observationSim/Spacecraft.h,v 1.8 2006/11/06 23:59:58 jchiang Exp $
*/
#ifndef observationSim_Spacecraft_h
#define observationSim_Spacecraft_h
#... | 24.556962 | 142 | 0.702062 | [
"vector"
] |
042bf3b7cd5a38ed20251092f83d054b3df50003 | 25,736 | c | C | private/windows/shell/accessib/osk/msswch/msswch/swchlist.c | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 11 | 2017-09-02T11:27:08.000Z | 2022-01-02T15:25:24.000Z | private/windows/shell/accessib/osk/msswch/msswch/swchlist.c | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | null | null | null | private/windows/shell/accessib/osk/msswch/msswch/swchlist.c | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 14 | 2019-01-16T01:01:23.000Z | 2022-02-20T15:54:27.000Z | /****************************************************************************
Switch Input Library DLL
Copyright (c) 1992-1997 Bloorview MacMillan Centre
SWCHLIST.C - Dynamic List of switch devices
Think of the specific switch device modules as objects. Then
this module performs the "method ove... | 26.341863 | 88 | 0.596907 | [
"object"
] |
47ea39190e46a7574b218f510ea419504f94290a | 1,888 | h | C | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/webkit/WebIconDatabase.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/webkit/WebIconDatabase.h | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/webkit/WebIconDatabase.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
//
// ... | 34.962963 | 78 | 0.692267 | [
"object"
] |
47ec80b03039123197e39ed03a93ea9355f42c45 | 12,390 | h | C | Graphics/Archiver/interface/ArchiverFactory.h | AnomalousMedical/DiligentCore | 5751cdba04373ced8c49ef40ce6a9dffb41a141e | [
"Apache-2.0"
] | null | null | null | Graphics/Archiver/interface/ArchiverFactory.h | AnomalousMedical/DiligentCore | 5751cdba04373ced8c49ef40ce6a9dffb41a141e | [
"Apache-2.0"
] | null | null | null | Graphics/Archiver/interface/ArchiverFactory.h | AnomalousMedical/DiligentCore | 5751cdba04373ced8c49ef40ce6a9dffb41a141e | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2019-2022 Diligent Graphics 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 44.092527 | 173 | 0.685553 | [
"render",
"object"
] |
47fef46db0d17f2dcec72d8b3bc1e32938471cfe | 824 | h | C | DirectZobEngine/Behaviors/ZobBehaviorLight.h | zeralph/directZob | 7682ec0b77b697659be157cce62413e3ee877ee4 | [
"WTFPL"
] | 2 | 2019-06-12T18:11:36.000Z | 2022-01-19T00:26:00.000Z | DirectZobEngine/Behaviors/ZobBehaviorLight.h | zeralph/directZob | 7682ec0b77b697659be157cce62413e3ee877ee4 | [
"WTFPL"
] | null | null | null | DirectZobEngine/Behaviors/ZobBehaviorLight.h | zeralph/directZob | 7682ec0b77b697659be157cce62413e3ee877ee4 | [
"WTFPL"
] | 1 | 2019-10-05T02:44:47.000Z | 2019-10-05T02:44:47.000Z | #pragma once
#undef min
#undef max
#undef None
#include "../tinyxml/tinyxml.h"
#include "ZobBehavior.h"
#include <string>
#include <vector>
class ZobBehaviorLight : public ZobBehavior
{
friend class ZobBehaviorFactory;
public:
~ZobBehaviorLight() override;
void Init() override;
void PreUpdate(float dt) ... | 21.128205 | 73 | 0.75 | [
"vector"
] |
9a02e3bac5a87f505dca9c17ad1314fa95e73a3b | 1,758 | h | C | projects/custom/src/john_collections/john_object_pool.h | johnlee175/medias | d940cb7d2fcc32a7c2d520106d6290035a86f809 | [
"Apache-2.0"
] | 1 | 2018-08-14T14:01:25.000Z | 2018-08-14T14:01:25.000Z | projects/custom/src/john_collections/john_object_pool.h | johnlee175/medias | d940cb7d2fcc32a7c2d520106d6290035a86f809 | [
"Apache-2.0"
] | null | null | null | projects/custom/src/john_collections/john_object_pool.h | johnlee175/medias | d940cb7d2fcc32a7c2d520106d6290035a86f809 | [
"Apache-2.0"
] | 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 n... | 33.807692 | 101 | 0.75711 | [
"object"
] |
9a03f70068db3126b5bf70c2c8af75bac5298fea | 2,631 | h | C | vendor/mysql-connector-c++-1.1.3/test/common/stringutils.h | caiqingfeng/libmrock | bb7c94482a105e92b6d3e8640b13f9ff3ae49a83 | [
"Apache-2.0"
] | 1 | 2015-12-01T04:16:54.000Z | 2015-12-01T04:16:54.000Z | vendor/mysql-connector-c++-1.1.3/test/common/stringutils.h | caiqingfeng/libmrock | bb7c94482a105e92b6d3e8640b13f9ff3ae49a83 | [
"Apache-2.0"
] | null | null | null | vendor/mysql-connector-c++-1.1.3/test/common/stringutils.h | caiqingfeng/libmrock | bb7c94482a105e92b6d3e8640b13f9ff3ae49a83 | [
"Apache-2.0"
] | null | null | null | /*
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
The MySQL Connector/C++ is licensed under the terms of the GPLv2
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
MySQL Connectors. There are special exceptions to the terms and
conditions of the GPLv2 as it is applied to... | 36.541667 | 93 | 0.661726 | [
"vector"
] |
9a099f5abcd98f2e048a8dd93347e44056adb482 | 835 | h | C | src/Molassembler/IO/Base64.h | Dom1L/molassembler | dafc656b1aa846b65b1fd1e06f3740ceedcf22db | [
"BSD-3-Clause"
] | 17 | 2020-11-27T14:59:34.000Z | 2022-03-28T10:31:25.000Z | src/Molassembler/IO/Base64.h | Dom1L/molassembler | dafc656b1aa846b65b1fd1e06f3740ceedcf22db | [
"BSD-3-Clause"
] | null | null | null | src/Molassembler/IO/Base64.h | Dom1L/molassembler | dafc656b1aa846b65b1fd1e06f3740ceedcf22db | [
"BSD-3-Clause"
] | 6 | 2020-12-09T09:21:53.000Z | 2021-08-22T15:42:21.000Z | /*!@file
* @copyright This code is licensed under the 3-clause BSD license.
* Copyright ETH Zurich, Laboratory of Physical Chemistry, Reiher Group.
* See LICENSE.txt for details.
* @brief Base 64 encoding and decoding between strings and vectors of uint_8
*/
#ifndef INCLUDE_BASE_64_ENCODING_H
#define INCLUDE_... | 22.567568 | 77 | 0.717365 | [
"vector"
] |
9a230e0d93c231f40644a5f7d8722c03f85d827a | 961 | h | C | inc/PointLight.h | diegomacario/Manta-Ray-Tracer | 39fca8343f682ca318119ffd220af0234597bf9d | [
"MIT"
] | 124 | 2017-10-24T00:11:02.000Z | 2021-12-06T17:19:09.000Z | inc/PointLight.h | diegomacario/Manta-Ray-Tracer | 39fca8343f682ca318119ffd220af0234597bf9d | [
"MIT"
] | 5 | 2017-10-24T21:11:47.000Z | 2020-03-19T19:34:15.000Z | inc/PointLight.h | diegomacario/Manta-Ray-Tracer | 39fca8343f682ca318119ffd220af0234597bf9d | [
"MIT"
] | 6 | 2017-10-24T20:29:25.000Z | 2021-10-19T08:13:35.000Z | #ifndef POINT_LIGHT_H
#define POINT_LIGHT_H
#include "Light.h"
/*
Description:
The PointLight class inherits from the Light class and is used to represent point lights.
This type of light is placed at a specific location and can be affected by constant, linear and quadratic attenuation.
*/
class... | 27.457143 | 122 | 0.679501 | [
"vector"
] |
9a38a5882803e8b313de5bb7dad4c1898b97c2ec | 1,709 | h | C | source/items/MerchantView.h | jrbeck/longshot | 5dde65a5331ca7bf133b1188bfd6160da4ffc649 | [
"MIT"
] | null | null | null | source/items/MerchantView.h | jrbeck/longshot | 5dde65a5331ca7bf133b1188bfd6160da4ffc649 | [
"MIT"
] | null | null | null | source/items/MerchantView.h | jrbeck/longshot | 5dde65a5331ca7bf133b1188bfd6160da4ffc649 | [
"MIT"
] | null | null | null | // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
// * MerchantView
// *
// * desc:
// *
// *
// *
// *
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
#pragma once
#include <vector>
#include "../game/GameMenu.h"
#include "..... | 18.78022 | 94 | 0.634289 | [
"vector"
] |
9a46ef37314d531e85d0817211eb05cf5a5fd1fc | 188,740 | w | C | src/solvers/funcsat/src/funcsat.w | weaversa/sbsat | f4401a723c95140110faa02cba401200c68f87f3 | [
"BSD-3-Clause"
] | 1 | 2020-05-24T13:45:15.000Z | 2020-05-24T13:45:15.000Z | src/solvers/funcsat/src/funcsat.w | weaversa/sbsat | f4401a723c95140110faa02cba401200c68f87f3 | [
"BSD-3-Clause"
] | null | null | null | src/solvers/funcsat/src/funcsat.w | weaversa/sbsat | f4401a723c95140110faa02cba401200c68f87f3 | [
"BSD-3-Clause"
] | null | null | null | % -*- mode: cweb -*-
% Copyright 2012 Sandia Corporation. Under the terms of Contract
% DE-AC04-94AL85000, there is a non-exclusive license for use of this work by or
% on behalf of the U.S. Government. Export of this program may require a license
% from the United States Government.
\def\todo{TODO COMMAND}
\let\ifpd... | 28.736297 | 99 | 0.653105 | [
"render",
"object",
"shape",
"vector",
"model"
] |
a41fccac18da63c425674f884adc8153af144834 | 1,614 | h | C | DFA.h | lucageatti/Syft-safety | 6b85bee9b6b1a5e32136f07c7c1e67d2efa87fb9 | [
"MIT"
] | 1 | 2022-03-24T15:03:45.000Z | 2022-03-24T15:03:45.000Z | DFA.h | lucageatti/Syft-safety | 6b85bee9b6b1a5e32136f07c7c1e67d2efa87fb9 | [
"MIT"
] | 1 | 2020-07-06T06:47:14.000Z | 2020-07-06T06:47:14.000Z | DFA.h | lucageatti/Syft-safety | 6b85bee9b6b1a5e32136f07c7c1e67d2efa87fb9 | [
"MIT"
] | 1 | 2020-07-02T12:01:50.000Z | 2020-07-02T12:01:50.000Z | #include "Common.h"
#ifndef DFA_H
#define DFA_H
using namespace std;
using namespace CUDD;
typedef vector<int> item;
typedef vector<BDD> vbdd;
class DFA
{
public:
DFA();
virtual ~DFA();
void initialize(string filename, string partfile);
//void initialize(string filename, string pa... | 24.454545 | 75 | 0.598513 | [
"vector"
] |
a427331d00d007665bd966b821ea56e9584bc007 | 10,542 | h | C | blt/generic/bltTable.h | crazy-max/expect-nt | 63986978ccd301f996bf0bbab4ae4e1e372e7a62 | [
"TCL"
] | 5 | 2019-06-22T08:11:47.000Z | 2022-03-10T13:11:07.000Z | blt/generic/bltTable.h | crazy-max/expect-nt | 63986978ccd301f996bf0bbab4ae4e1e372e7a62 | [
"TCL"
] | null | null | null | blt/generic/bltTable.h | crazy-max/expect-nt | 63986978ccd301f996bf0bbab4ae4e1e372e7a62 | [
"TCL"
] | 3 | 2019-06-22T08:11:48.000Z | 2022-03-10T13:11:08.000Z | /*
* bltTable.h --
*
* This file contains declarations for BLT's "table" geometry manager.
*
* Copyright (c) 1993-1997 by AT&T Bell Laboratories.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
#ifndef _BLTTABLE_H
#define ... | 32.841121 | 77 | 0.686587 | [
"geometry"
] |
a42f83ca4e57cab4822878dcbeeb3599b9c1e20b | 5,102 | h | C | src/platform/msgmgr/MessageHandlerList.h | shorton3/dashingplatforms | f461c967827b92c8bcf872c365afa64e56871aba | [
"Apache-2.0"
] | null | null | null | src/platform/msgmgr/MessageHandlerList.h | shorton3/dashingplatforms | f461c967827b92c8bcf872c365afa64e56871aba | [
"Apache-2.0"
] | null | null | null | src/platform/msgmgr/MessageHandlerList.h | shorton3/dashingplatforms | f461c967827b92c8bcf872c365afa64e56871aba | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
*
* File name: MessageHandlerList.h
* Subsystem: Platform Services
* Description: The MessageHandlerList class maintains a mapping between each
* specific Message (based on MessageId) and its corresponding
* ... | 32.916129 | 108 | 0.581929 | [
"object"
] |
a43db3c6cbb14e88347a9025bcbbacdcbbc1cdf9 | 28,323 | c | C | rtklibros/src/todo/atmos.c | StanleyHusai/mapping | 60c984437c75e8eead95a8fb649e72066f8e5e8f | [
"Unlicense"
] | 11 | 2015-11-10T07:27:09.000Z | 2021-07-09T01:20:06.000Z | rtklibros/src/todo/atmos.c | yxw027/GNSS-INS | e5c5b7901b270a9c4d3a0ffd5555843d969f4018 | [
"Unlicense"
] | 1 | 2015-08-04T03:46:52.000Z | 2015-08-17T12:34:10.000Z | rtklibros/src/todo/atmos.c | yxw027/GNSS-INS | e5c5b7901b270a9c4d3a0ffd5555843d969f4018 | [
"Unlicense"
] | 18 | 2015-02-23T14:29:19.000Z | 2020-06-07T11:08:43.000Z | /*------------------------------------------------------------------------------
* atmos.c : atmospheric function
*
* Copyright (C) 2010 by T.TAKASU, All rights reserved.
*
* reference :
* [1] A.E.Niell, Global mapping functions for the atmosphere delay at radio
* wavelengths, Jounal of geop... | 48.005085 | 81 | 0.533559 | [
"model"
] |
a44f27e2102c63cde1f375f4e1741e7acd7a2463 | 552 | h | C | src/Camera.h | PMFU/Vic2-Save-Analyzer | 452d0c8aacdf75094586e4d79fb9ab29f743ef80 | [
"MIT"
] | null | null | null | src/Camera.h | PMFU/Vic2-Save-Analyzer | 452d0c8aacdf75094586e4d79fb9ab29f743ef80 | [
"MIT"
] | null | null | null | src/Camera.h | PMFU/Vic2-Save-Analyzer | 452d0c8aacdf75094586e4d79fb9ab29f743ef80 | [
"MIT"
] | null | null | null | #pragma once
#include <Engine.h>
class Camera : public bs::Transform
{
public:
Camera();
//Get the view matrix of the camera
bs::mat4 getViewMatrix() const;
//Get the projection matrix for the scene
bs::mat4 getProjMatrix() const;
//Capture a transform to follow
void follow(bs::Transform& entity);
//Self... | 16.727273 | 96 | 0.688406 | [
"transform"
] |
a45030c29338ecbee0cf2ec55ff87e8f7eca84dc | 1,955 | h | C | src/TextImp.h | esrille/escudo | 1ba68f6930f1ddb97385a5b488644b6dfa132152 | [
"Apache-2.0"
] | 29 | 2015-01-25T15:12:02.000Z | 2021-12-01T17:58:17.000Z | src/TextImp.h | esrille/escudo | 1ba68f6930f1ddb97385a5b488644b6dfa132152 | [
"Apache-2.0"
] | null | null | null | src/TextImp.h | esrille/escudo | 1ba68f6930f1ddb97385a5b488644b6dfa132152 | [
"Apache-2.0"
] | 7 | 2015-04-15T02:05:21.000Z | 2020-06-16T03:53:37.000Z | /*
* Copyright 2010-2015 Esrille 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 agre... | 27.928571 | 80 | 0.69821 | [
"object"
] |
a451fbc5c78c6812f7b306431ba8701f4c800ff2 | 12,240 | h | C | src/sedml/SedListOfModels.h | AMDmi3/libSEDML | a59c87df9298c8d72b199531f96b531bf4b4d9bb | [
"BSD-2-Clause"
] | 7 | 2016-01-12T03:53:45.000Z | 2019-10-17T21:23:37.000Z | src/sedml/SedListOfModels.h | AMDmi3/libSEDML | a59c87df9298c8d72b199531f96b531bf4b4d9bb | [
"BSD-2-Clause"
] | 138 | 2015-05-29T19:18:34.000Z | 2022-03-07T08:32:44.000Z | src/sedml/SedListOfModels.h | AMDmi3/libSEDML | a59c87df9298c8d72b199531f96b531bf4b4d9bb | [
"BSD-2-Clause"
] | 12 | 2015-02-24T23:37:26.000Z | 2021-11-02T17:11:27.000Z | /**
* @file SedListOfModels.h
* @brief Definition of the SedListOfModels class.
* @author DEVISER
*
* <!--------------------------------------------------------------------------
* This file is part of libSEDML. Please visit http://sed-ml.org for more
* information about SED-ML. The latest version of libSEDML ca... | 24.578313 | 79 | 0.694281 | [
"object"
] |
a452f4eb798fb30096bc49a89a4d918e18d20648 | 3,022 | h | C | source/Senses/View/UIWindow.h | fstudio/Phoenix | 28a7c6a3932fd7d6fea12770d0aa1e20bc70db7d | [
"MIT"
] | 8 | 2015-01-23T05:41:46.000Z | 2019-11-20T05:10:27.000Z | source/Senses/View/UIWindow.h | fstudio/Phoenix | 28a7c6a3932fd7d6fea12770d0aa1e20bc70db7d | [
"MIT"
] | null | null | null | source/Senses/View/UIWindow.h | fstudio/Phoenix | 28a7c6a3932fd7d6fea12770d0aa1e20bc70db7d | [
"MIT"
] | 4 | 2015-05-05T05:15:43.000Z | 2020-03-07T11:10:56.000Z | /*********************************************************************************************************
* UIWindow.hpp
* Note: UIWindow.hpp
* Date: @2015.01
* E-mail:<forcemz@outlook.com>
* Copyright (C) 2015 The ForceStudio All Rights Reserved.
***********************************************************************... | 26.051724 | 107 | 0.682991 | [
"vector"
] |
a4578f1687966d1bc1c8283e001b517d6f5f59d8 | 4,688 | h | C | ext/dsent/tech/TechModel.h | hyu-iot/gem5 | aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5 | [
"BSD-3-Clause"
] | 765 | 2015-01-14T16:17:04.000Z | 2022-03-28T07:46:28.000Z | ext/dsent/tech/TechModel.h | hyu-iot/gem5 | aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5 | [
"BSD-3-Clause"
] | 148 | 2018-07-20T00:58:36.000Z | 2021-11-16T01:52:33.000Z | ext/dsent/tech/TechModel.h | hyu-iot/gem5 | aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5 | [
"BSD-3-Clause"
] | 807 | 2015-01-06T09:55:38.000Z | 2022-03-30T10:23:36.000Z | /* Copyright (c) 2012 Massachusetts Institute of Technology
*
* 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... | 48.329897 | 213 | 0.706271 | [
"vector",
"model"
] |
a45b17102e3179f4bfa25c1f49b0c347a9a0aa33 | 1,144 | h | C | MCEModelEditingProxy/MCEModelEditingProxy.h | milancermak/MCEModelEditingProxy | b052a6eba2cc5a820b6570e5e806b50bfeb0ba44 | [
"MIT"
] | 3 | 2016-03-07T18:54:19.000Z | 2019-09-15T11:48:22.000Z | MCEModelEditingProxy/MCEModelEditingProxy.h | milancermak/MCEModelEditingProxy | b052a6eba2cc5a820b6570e5e806b50bfeb0ba44 | [
"MIT"
] | null | null | null | MCEModelEditingProxy/MCEModelEditingProxy.h | milancermak/MCEModelEditingProxy | b052a6eba2cc5a820b6570e5e806b50bfeb0ba44 | [
"MIT"
] | null | null | null | //
// MCEModelEditingProxy.h
// MCEModelEditingProxy
//
// Created by Milan Cermak on 1. 12. 2013.
// Copyright (c) 2013 Milan Cermak. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol MCEModelEditing <NSObject>
- (id)modelProxy;
// The following optional methods are to silence the compiler
//... | 23.833333 | 68 | 0.738636 | [
"model"
] |
a46779a9ea9e31cc04b9a8e2390fb25e46f70b95 | 2,226 | h | C | src/one_hot.h | dbueno/euforia | 1833ce6d6c645ca41fb21026ec87e896d9e5257d | [
"MIT"
] | 1 | 2021-10-06T23:23:35.000Z | 2021-10-06T23:23:35.000Z | src/one_hot.h | dbueno/euforia | 1833ce6d6c645ca41fb21026ec87e896d9e5257d | [
"MIT"
] | null | null | null | src/one_hot.h | dbueno/euforia | 1833ce6d6c645ca41fb21026ec87e896d9e5257d | [
"MIT"
] | null | null | null | // Copyright 2021 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software. See LICENSE.txt for details.
//
// Author: Denis Bueno
#ifndef one_hot_hpp
#define one_hot_hpp
#include <memory>
#inc... | 26.819277 | 228 | 0.692273 | [
"vector"
] |
a46fa0e8ad4854dbc79230a90e2edefb56c05924 | 5,880 | h | C | src/redland/redland-1.0.17/src/rdf_statement.h | aram148/libOmexMeta | 331a0a48570a212aaa2b6cb3fe72b9f43ac828af | [
"Apache-2.0"
] | 6 | 2020-07-07T11:23:29.000Z | 2021-11-19T09:49:02.000Z | src/redland/redland-1.0.17/src/rdf_statement.h | aram148/libOmexMeta | 331a0a48570a212aaa2b6cb3fe72b9f43ac828af | [
"Apache-2.0"
] | 79 | 2020-06-23T15:32:44.000Z | 2022-02-23T06:46:43.000Z | src/redland/redland-1.0.17/src/rdf_statement.h | aram148/libOmexMeta | 331a0a48570a212aaa2b6cb3fe72b9f43ac828af | [
"Apache-2.0"
] | 5 | 2020-11-29T04:29:54.000Z | 2021-08-17T15:55:41.000Z | /* -*- Mode: c; c-basic-offset: 2 -*-
*
* rdf_statement.h - RDF Statement definition
*
* Copyright (C) 2000-2008, David Beckett http://www.dajobe.org/
* Copyright (C) 2000-2004, University of Bristol, UK http://www.bristol.ac.uk/
*
* This package is Free Software and part of Redland http://librdf.org/
... | 37.21519 | 121 | 0.759864 | [
"object"
] |
a46fa93e4fd096b9234c37d5efebf3a30e388cac | 596 | h | C | Sources/Internal/Base/BaseMath.h | stinvi/dava.engine | 2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e | [
"BSD-3-Clause"
] | 26 | 2018-09-03T08:48:22.000Z | 2022-02-14T05:14:50.000Z | Sources/Internal/Base/BaseMath.h | ANHELL-blitz/dava.engine | ed83624326f000866e29166c7f4cccfed1bb41d4 | [
"BSD-3-Clause"
] | null | null | null | Sources/Internal/Base/BaseMath.h | ANHELL-blitz/dava.engine | ed83624326f000866e29166c7f4cccfed1bb41d4 | [
"BSD-3-Clause"
] | 45 | 2018-05-11T06:47:17.000Z | 2022-02-03T11:30:55.000Z | #pragma once
#include <cmath>
/**
\defgroup math Math
*/
#include "Math/MathConstants.h"
#include "Math/Math2D.h"
#include "Math/Vector.h"
#include "Math/Rect.h"
#include "Math/Circle.h"
#include "Math/Sphere.h"
#include "Math/Matrix2.h"
#include "Math/Matrix3.h"
#include "Math/Matrix4.h"
#include "Math/MathHelpers... | 18.625 | 31 | 0.719799 | [
"render",
"vector"
] |
a471e6bd3e8ebd2970d575a26c24febd59ca43b9 | 14,676 | c | C | ncd/modules/foreach.c | offlinehacker/NCD | b5762ae6026f06e9a3940a182218a6c7c4bb49c3 | [
"BSD-3-Clause"
] | 3 | 2018-12-24T09:20:44.000Z | 2021-01-03T22:30:00.000Z | ncd/modules/foreach.c | gonzopancho/NCD | b5762ae6026f06e9a3940a182218a6c7c4bb49c3 | [
"BSD-3-Clause"
] | null | null | null | ncd/modules/foreach.c | gonzopancho/NCD | b5762ae6026f06e9a3940a182218a6c7c4bb49c3 | [
"BSD-3-Clause"
] | 1 | 2016-04-19T22:18:18.000Z | 2016-04-19T22:18:18.000Z | /**
* @file foreach.c
* @author Ambroz Bizjak <ambrop7@gmail.com>
*
* @section LICENSE
*
* 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
* ... | 27.380597 | 142 | 0.598664 | [
"model"
] |
a478eaeaa68d6f5d1abef5cac8003d21adfd1151 | 347 | h | C | engine-input/InputManager.h | geoffwhitehead/snooker-game | 54c607bbfc31cfe2f6adbec488f408a6d49f1d8d | [
"MIT"
] | null | null | null | engine-input/InputManager.h | geoffwhitehead/snooker-game | 54c607bbfc31cfe2f6adbec488f408a6d49f1d8d | [
"MIT"
] | null | null | null | engine-input/InputManager.h | geoffwhitehead/snooker-game | 54c607bbfc31cfe2f6adbec488f408a6d49f1d8d | [
"MIT"
] | null | null | null | #pragma once
#include "../engine-base/SubSystem.h"
#include "../engine-base/SystemManager.h"
#include <vector>
using namespace std;
class InputManager :
public SystemManager
{
public:
InputManager();
~InputManager();
void update(float);
void destroy();
void init();
void addSubSystem(SubSystem*);
vector<Su... | 14.458333 | 41 | 0.717579 | [
"vector"
] |
a47967968a86c10546c59688105171f3bdf8491b | 2,996 | c | C | src/Time.c | javierherrer/reversi | a3f99340786d504b6f8c60704c51468a752f809a | [
"MIT"
] | null | null | null | src/Time.c | javierherrer/reversi | a3f99340786d504b6f8c60704c51468a752f809a | [
"MIT"
] | null | null | null | src/Time.c | javierherrer/reversi | a3f99340786d504b6f8c60704c51468a752f809a | [
"MIT"
] | null | null | null | /******************************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2002-2004 */
/****************************************************************************... | 47.555556 | 114 | 0.496328 | [
"vector"
] |
a47f479d2fffa03892cc5764ed384388a0839167 | 20,625 | c | C | nitan/kungfu/skill/dugu-jiujian.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | 1 | 2019-03-27T07:25:16.000Z | 2019-03-27T07:25:16.000Z | nitan/kungfu/skill/dugu-jiujian.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | nitan/kungfu/skill/dugu-jiujian.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | // This program is a part of NITAN MudLIB
// dugu-jiujian.c 獨孤九劍
#include <ansi.h>
#include <combat.h>
inherit SKILL;
string *parry_msg = ({
"卻見$n踏前一步,劍式斜指你的右臂,想要使$P閃身而退。\n",
"$n以攻為守,以進為退,凝神運氣向$P猛攻快打地揮出方位大異的泰山「快活三」三劍。\n",
"$n劍法突變,劍勢伸縮不定,奔騰矯夭,逆使嵩山劍法的「天外玉龍」企圖迫使$P變招。\n",
"$n突然一劍點向$P的... | 34.663866 | 92 | 0.38497 | [
"object"
] |
a4804c3f1233b5871d35e538918c00a9215d4cbb | 42,561 | h | C | clicks/proxfusion3/lib/include/proxfusion3.h | StrahinjaJacimovic/mikrosdk_click_v2 | f8002047c96605f340957a0d3fdbde33706d02ac | [
"MIT"
] | 31 | 2020-10-02T14:15:14.000Z | 2022-03-24T08:33:21.000Z | clicks/proxfusion3/lib/include/proxfusion3.h | greghol/mikrosdk_click_v2 | 76e5dec265dce5fca72c4b93f77afd668dde5dfa | [
"MIT"
] | 4 | 2020-10-27T14:05:00.000Z | 2022-03-10T09:38:57.000Z | clicks/proxfusion3/lib/include/proxfusion3.h | greghol/mikrosdk_click_v2 | 76e5dec265dce5fca72c4b93f77afd668dde5dfa | [
"MIT"
] | 32 | 2020-11-28T07:56:42.000Z | 2022-03-14T19:42:29.000Z | /****************************************************************************
** Copyright (C) 2020 MikroElektronika d.o.o.
** Contact: https://www.mikroe.com/contact
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"... | 37.865658 | 110 | 0.687789 | [
"object"
] |
a48425904c2c6e359a1210acdf52b01ce5a410ff | 3,159 | h | C | qqtw/qqheaders7.2/BCardDetailViewModel.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 5 | 2018-02-20T14:24:17.000Z | 2020-08-06T09:31:21.000Z | qqtw/qqheaders7.2/BCardDetailViewModel.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 1 | 2020-06-10T07:49:16.000Z | 2020-06-12T02:08:35.000Z | qqtw/qqheaders7.2/BCardDetailViewModel.h | onezens/SmartQQ | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | null | null | null | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class BCardInfoModel, NSMutableArray, NSMutableDictionary, NSString;
@interface BCardDetailViewModel : NSObject
{
_Bool _isEditedStatus;
_Bool _isMin... | 45.782609 | 144 | 0.787591 | [
"model"
] |
a489a665c57ece9d19254611b8ae0832e10b168b | 6,868 | c | C | src/core/memstore_exec.c | androdev4u/sysdb | 1cdd09f260f6130eb7b486707b1816329c5979a7 | [
"BSD-2-Clause"
] | 30 | 2015-01-03T20:57:35.000Z | 2018-08-24T19:54:48.000Z | src/core/memstore_exec.c | androdev4u/sysdb | 1cdd09f260f6130eb7b486707b1816329c5979a7 | [
"BSD-2-Clause"
] | 3 | 2015-02-27T15:48:28.000Z | 2017-10-22T10:39:27.000Z | src/core/memstore_exec.c | androdev4u/sysdb | 1cdd09f260f6130eb7b486707b1816329c5979a7 | [
"BSD-2-Clause"
] | 5 | 2015-05-13T09:00:19.000Z | 2019-01-23T04:43:27.000Z | /*
* SysDB - src/core/memstore_exec.c
* Copyright (C) 2014-2015 Sebastian 'tokkee' Harl <sh@tokkee.org>
* 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 cod... | 28.497925 | 82 | 0.703262 | [
"object"
] |
a4970dd7db1d8cd01b3e79525feeaf1e52ad3d42 | 271 | h | C | src/basis/atom_basis.h | Samthos/MC-MPn-Direct | cdf05c7ce7b33bf1b86b80f57f800634822c9cc6 | [
"MIT"
] | 1 | 2021-04-06T05:01:47.000Z | 2021-04-06T05:01:47.000Z | src/basis/atom_basis.h | spec-org/MC-MPn-Direct | cdf05c7ce7b33bf1b86b80f57f800634822c9cc6 | [
"MIT"
] | null | null | null | src/basis/atom_basis.h | spec-org/MC-MPn-Direct | cdf05c7ce7b33bf1b86b80f57f800634822c9cc6 | [
"MIT"
] | 3 | 2020-06-09T23:53:28.000Z | 2022-03-02T05:44:55.000Z | #ifndef ATOM_BASIS_H_
#define ATOM_BASIS_H_
#include "shell.h"
struct AtomBasis {
AtomBasis() { atomCharge = -1; }
std::string basisName;
std::string basisType;
std::string atomName;
std::vector<SHELL::Shell> shell;
int atomCharge;
};
#endif // ATOM_BASIS_H_
| 20.846154 | 34 | 0.715867 | [
"vector"
] |
a4ae5f86b16885c66e897906dc4d8d5ae7715eea | 7,912 | c | C | lib/flow.c | Melab/gvmt | 566eac01724b687bc5e11317e44230faab15f895 | [
"MIT"
] | null | null | null | lib/flow.c | Melab/gvmt | 566eac01724b687bc5e11317e44230faab15f895 | [
"MIT"
] | null | null | null | lib/flow.c | Melab/gvmt | 566eac01724b687bc5e11317e44230faab15f895 | [
"MIT"
] | 1 | 2021-12-04T15:59:58.000Z | 2021-12-04T15:59:58.000Z | #include "bitset.h"
#include "flow.h"
#include <string.h>
#include <assert.h>
#include <stdio.h>
#include "arena.h"
void fatal(char* format, ...);
GVMT_FlowGraph new_flowgraph(Arena arena) {
GVMT_FlowGraph flow_graph = gvmt_allocate(sizeof(struct gvmt_flow_graph), arena);
flow_graph->arena = arena;
flow_g... | 35.479821 | 126 | 0.606547 | [
"shape",
"vector"
] |
cc80fc33e7fce097d3e79eef1e7db13b97b2e54c | 3,689 | h | C | ProcessLib/TES/TESLocalAssembler.h | norihiro-w/ogs | ac990b1aa06a583dba3e32efa3009ef0c6f46ae4 | [
"BSD-4-Clause"
] | null | null | null | ProcessLib/TES/TESLocalAssembler.h | norihiro-w/ogs | ac990b1aa06a583dba3e32efa3009ef0c6f46ae4 | [
"BSD-4-Clause"
] | 25 | 2015-02-04T20:34:21.000Z | 2018-12-10T20:19:57.000Z | ProcessLib/TES/TESLocalAssembler.h | norihiro-w/ogs | ac990b1aa06a583dba3e32efa3009ef0c6f46ae4 | [
"BSD-4-Clause"
] | null | null | null | /**
* \copyright
* Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#ifndef PROCESS_LIB_TES_FEM_H_
#define PROCESS_LIB... | 32.9375 | 80 | 0.701274 | [
"vector"
] |
cca3e43159e9bc77cd4d5977594307c0bc2b4146 | 334,415 | c | C | plugin/proto/pluginproto.c | bsed/zimbuw32 | 19afa781012818ed756f86a2af31090e57d51bbc | [
"Apache-2.0"
] | 3 | 2021-04-29T08:20:15.000Z | 2021-08-07T13:06:40.000Z | plugin/proto/pluginproto.c | bsed/zimbuw32 | 19afa781012818ed756f86a2af31090e57d51bbc | [
"Apache-2.0"
] | null | null | null | plugin/proto/pluginproto.c | bsed/zimbuw32 | 19afa781012818ed756f86a2af31090e57d51bbc | [
"Apache-2.0"
] | null | null | null | /*
* Generated from Zimbu file plugin/proto/pluginproto.zu
*/
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <ctype.h>
#include <stdio.h>
#include <signal.h>
#if defined(__MINGW32__) || defined(_MSC_VER)
# define GC_SIG SIGABRT
# include <excpt.h>
#else
# de... | 22.518012 | 605 | 0.573007 | [
"object"
] |
cca866e2df6b2d2360011935f8044e45d1627903 | 6,818 | h | C | src/chrome/browser/signin/signin_manager_base.h | jxjnjjn/chromium | 435c1d02fd1b99001dc9e1e831632c894523580d | [
"Apache-2.0"
] | 9 | 2018-09-21T05:36:12.000Z | 2021-11-15T15:14:36.000Z | src/chrome/browser/signin/signin_manager_base.h | jxjnjjn/chromium | 435c1d02fd1b99001dc9e1e831632c894523580d | [
"Apache-2.0"
] | null | null | null | src/chrome/browser/signin/signin_manager_base.h | jxjnjjn/chromium | 435c1d02fd1b99001dc9e1e831632c894523580d | [
"Apache-2.0"
] | 3 | 2018-11-28T14:54:13.000Z | 2020-07-02T07:36:07.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.
//
// The signin manager encapsulates some functionality tracking
// which user is signed in.
//
// **NOTE** on semantics of SigninManager:
//
// Once ... | 38.303371 | 79 | 0.76518 | [
"object"
] |
ccbb439f2dfa3f46c5e82b224881981873c50f8e | 32,080 | h | C | src/include/common/Grid.h | neo-bolea/procedurally | 449d583dc09f3779617490b26d4af469b31ec414 | [
"MIT"
] | 4 | 2019-11-19T17:05:44.000Z | 2020-03-30T20:09:53.000Z | src/include/common/Grid.h | neo-bolea/procedurally | 449d583dc09f3779617490b26d4af469b31ec414 | [
"MIT"
] | 5 | 2019-12-07T18:07:30.000Z | 2020-03-23T10:47:41.000Z | src/include/common/Grid.h | neo-bolea/procedurally | 449d583dc09f3779617490b26d4af469b31ec414 | [
"MIT"
] | null | null | null | #pragma once
#include "Common/Debug.h"
#include "Math/MathExt.h"
#include "Common/Templates.h"
#include "Common/Vec.h"
#include <algorithm>
#include <assert.h>
#include <functional>
#include <queue>
#include <set>
#include <stack>
#include <unordered_map>
using IntVector2 = iVec2;
#define GRID_TEMPLATE_SIGNATURE te... | 34.055202 | 203 | 0.624221 | [
"vector",
"transform"
] |
ccbcdfbcda5ae88e73f097fd2020ddeb5fcbae46 | 2,502 | h | C | granary/client.h | Granary/granary | f9ac2b6af0864f420b93917dc21a38041905b3aa | [
"BSD-3-Clause"
] | 37 | 2015-03-13T08:29:46.000Z | 2022-03-04T06:54:29.000Z | granary/client.h | Granary/granary | f9ac2b6af0864f420b93917dc21a38041905b3aa | [
"BSD-3-Clause"
] | null | null | null | granary/client.h | Granary/granary | f9ac2b6af0864f420b93917dc21a38041905b3aa | [
"BSD-3-Clause"
] | 3 | 2015-10-16T21:18:01.000Z | 2022-03-04T06:54:31.000Z | /* Copyright 2012-2013 Peter Goodman, all rights reserved. */
/*
* client.h
*
* Created on: 2013-02-05
* Author: pag
*/
#ifndef GRANARY_CLIENT_H_
#define GRANARY_CLIENT_H_
#include "granary/globals.h"
#ifndef IF_CONFIG_FEATURE_CLIENT_HANDLE_INTERRUPT
# if CONFIG_FEATURE_CLIENT_HANDLE_INTERRUPT
# d... | 31.670886 | 73 | 0.627498 | [
"vector"
] |
ccbfdecf2f62b1a45c880437921dff4b13b14d50 | 11,867 | c | C | src/LLDA/lib/OnlineLDA_ParticleFilter/learn.c | mirelasilva/Lumen-Framework | 33c1aed07da7df92be14f561c81250a32fcf50c5 | [
"BSD-3-Clause"
] | null | null | null | src/LLDA/lib/OnlineLDA_ParticleFilter/learn.c | mirelasilva/Lumen-Framework | 33c1aed07da7df92be14f561c81250a32fcf50c5 | [
"BSD-3-Clause"
] | null | null | null | src/LLDA/lib/OnlineLDA_ParticleFilter/learn.c | mirelasilva/Lumen-Framework | 33c1aed07da7df92be14f561c81250a32fcf50c5 | [
"BSD-3-Clause"
] | null | null | null | /*
learn.c
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include "MT.h"
#include "learn.h"
#include "feature.h"
#include "imatrix.h"
#include "dmatrix.h"
#include "util.h"
void ldapf_learn(document *data, double alpha, double beta, int ndocs, int ... | 41.493007 | 177 | 0.429005 | [
"3d"
] |
ccc0e049d77e40954917b3908541c15397b0d0fc | 6,483 | h | C | YAX/include/Graphics/GraphicsDevice.h | Swillis57/YAX | cc366b99af9bbce1d1a3a3580fad9f6c50bbfb4e | [
"MS-PL"
] | 1 | 2015-01-29T01:58:56.000Z | 2015-01-29T01:58:56.000Z | YAX/include/Graphics/GraphicsDevice.h | Swillis57/YAX | cc366b99af9bbce1d1a3a3580fad9f6c50bbfb4e | [
"MS-PL"
] | 1 | 2015-03-27T11:21:08.000Z | 2015-03-27T11:21:08.000Z | YAX/include/Graphics/GraphicsDevice.h | Swillis57/YAX | cc366b99af9bbce1d1a3a3580fad9f6c50bbfb4e | [
"MS-PL"
] | null | null | null | #ifndef _GRAPHICS_DEVICE_H
#define _GRAPHICS_DEVICE_H
#include <array>
#include <memory>
#include <type_traits>
#include <vector>
#include "BlendState.h"
#include "DepthStencilState.h"
#include "DisplayMode.h"
#include "PresentationParameters.h"
#include "RasterizerState.h"
#include "RenderTargetBinding.h"
#include ... | 37.69186 | 184 | 0.697671 | [
"vector"
] |
ccc81a5f6443e3339edc66205bf7cbfd2cf1c81b | 3,970 | h | C | src/classes/Blockchain/Blockchain.h | zygisau/Blockchain_project | b50ee2fb9408a1064256edbc441e4109f356dcb5 | [
"MIT"
] | null | null | null | src/classes/Blockchain/Blockchain.h | zygisau/Blockchain_project | b50ee2fb9408a1064256edbc441e4109f356dcb5 | [
"MIT"
] | null | null | null | src/classes/Blockchain/Blockchain.h | zygisau/Blockchain_project | b50ee2fb9408a1064256edbc441e4109f356dcb5 | [
"MIT"
] | null | null | null | //
// Created by zygim on 2019-10-17.
//
#ifndef BLOCKCHAIN_BLOCKCHAIN_H
#define BLOCKCHAIN_BLOCKCHAIN_H
#include "../Block/Block.h"
#include "../../functions.h"
class Blockchain {
private:
list<Block> blocks;
int nextVersion = 0;
int sizeOfTransactionsInBlock = 100;
int difficulty = 4;
list<Transaction> pickT... | 30.305344 | 109 | 0.656675 | [
"vector"
] |
cccae884e5048152164356ef02eb0baa3c6628ec | 1,736 | c | C | pset5/jpg/recover.c | AlexandreSato/CC50 | d8438106611fe224c3334265ab30c72786588ebd | [
"MIT"
] | null | null | null | pset5/jpg/recover.c | AlexandreSato/CC50 | d8438106611fe224c3334265ab30c72786588ebd | [
"MIT"
] | null | null | null | pset5/jpg/recover.c | AlexandreSato/CC50 | d8438106611fe224c3334265ab30c72786588ebd | [
"MIT"
] | null | null | null | /* **************************************************************************************
* recover.c
*
* Programa para recuperar fotos jpg de um cartão FAT (512bytes por bloco)
*
* Curso CC50 por Gabriel Lima Guimarães, traduzido do original CS 50 (Harvard) de David J. Malan
* Pset 5
*
* Aluno: Alexandre Nobuh... | 21.432099 | 97 | 0.567396 | [
"3d"
] |
f2d3df3538c6b09c71dfc9ba7b23c0a882642934 | 14,038 | h | C | include/LuaBridge/detail/Stack.h | RobertIndie/smark | 1786ae127f1bee73e3d6e949e21244f9279a6003 | [
"Apache-2.0"
] | 1 | 2020-05-05T03:24:43.000Z | 2020-05-05T03:24:43.000Z | include/LuaBridge/detail/Stack.h | RobertIndie/smark | 1786ae127f1bee73e3d6e949e21244f9279a6003 | [
"Apache-2.0"
] | 18 | 2020-04-25T07:21:18.000Z | 2020-06-21T14:24:32.000Z | include/LuaBridge/detail/Stack.h | RobertIndie/smark | 1786ae127f1bee73e3d6e949e21244f9279a6003 | [
"Apache-2.0"
] | 4 | 2020-05-08T10:33:57.000Z | 2020-05-13T07:39:10.000Z | //------------------------------------------------------------------------------
/*
https://github.com/vinniefalco/LuaBridge
Copyright 2019, Dmitry Tarakanov
Copyright 2012, Vinnie Falco <vinnie.falco@gmail.com>
Copyright 2007, Nathan Reed
License: The MIT License (http://www.opensource.org/licenses/mit-lic... | 34.4914 | 99 | 0.581992 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.