blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7804a80eb852cab8a0be945a8fa271ba3741ee6c | 6084a4054963cb6df0bb2e3e7c4ecea6234879e8 | /PlantManagerClient/src/services/file/fileService.cpp | 250737d24d173e157ef342c482432e986bfa8ecc | [] | no_license | lkiss/Arduino | 1ad0ee553bc51255e6c219a978883e453fc9787f | 66ebc3e1e735d2df5e4c6696eca4e65f7d651882 | refs/heads/master | 2020-12-03T00:18:34.365239 | 2017-11-19T08:27:20 | 2017-11-19T08:27:20 | 96,012,915 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,343 | cpp | #include "fileService.h"
#define ConfigurationFilePath "/configuration.json"
String FileService::readConfigurationFromFile()
{
String configurationString;
if (SPIFFS.begin() == true)
{
if (SPIFFS.exists(ConfigurationFilePath) == false)
{
return "";
}
... | [
"kisslac1988@hotmail.com"
] | kisslac1988@hotmail.com |
ebb56cbc7293956d47c87ede69083379d820fcdf | ff88d8837421d908bb9aba55f32ad6453037ce0e | /bai10_BTcoban.cpp | 0caefbb518db8028ebbeba56508bac4d7c2b33fa | [] | no_license | tuanhung220901/Test-C | a7d5c1498556577a13e6cde1c0aeac6900992e9a | bc5bf539f3e770e0123d28c1487c812f3df7e149 | refs/heads/master | 2022-04-16T03:33:59.466956 | 2020-04-18T18:38:59 | 2020-04-18T18:38:59 | 256,727,143 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 172 | cpp | #include<stdio.h>
int main()
{
int n, f0 = 0,f1 = 1,f = 0;
scanf("%d",&n);
printf("0 1 ");
for(int i=3;i<=n;i++)
{
f=f0+f1;
f0=f1;
f1=f;
printf("%d ",f);
}
}
| [
"hoangtuanhung220901@gmail.com"
] | hoangtuanhung220901@gmail.com |
014bacf3c553c7d95066cee9126e01ff4a629160 | 809bbbddf5f4abdf8f85a6591df61fcf11f52ce0 | /06_02_class_factory/ClassFactory/ClassFactory.cpp | 9bb17912da49a8d41a1a363c0765818390b96654 | [
"MIT"
] | permissive | KMUS1997/GameBookServer | 542df52ac3f7cb1443584394e3d8033dbb2d29e3 | 6f32333cf464088a155f0637f188acd452b631b7 | refs/heads/master | 2023-03-15T18:52:23.253198 | 2020-06-09T01:58:36 | 2020-06-09T01:58:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 701 | cpp | // ClassFactory.cpp: 定义控制台应用程序的入口点。
//
#include "ComponentFactory.h"
#include "RegistCreator.h"
#include "Test1.h"
template<typename ...Targs>
Component* CreateComponentr(const std::string& strTypeName, Targs&& ... args) {
Component* p = ComponentFactory<Targs...>::Instance()->Create(strTypeName, std::forward<Tar... | [
"setup_pf@hotmail.com"
] | setup_pf@hotmail.com |
5c050372453ff8d5a89c9acc07cf51a7fee47cf1 | 606191f87be112a987347cbc61c6d1870692160c | /modules/mysql/Account.cpp | d670db7972ccccc71a1d980c8406c8485462914a | [
"MIT"
] | permissive | dracc/VCMP-SqMod | 9ba692f57972120a04acc0c80b09113dad20fb2a | d3e6adea147f5b2cae5119ddd6028833aa625c09 | refs/heads/master | 2020-06-12T09:37:01.389364 | 2019-06-16T00:35:17 | 2019-06-16T00:35:17 | 194,260,084 | 0 | 0 | MIT | 2019-06-28T11:09:11 | 2019-06-28T11:09:11 | null | UTF-8 | C++ | false | false | 8,312 | cpp | // ------------------------------------------------------------------------------------------------
#include "Account.hpp"
#include "Connection.hpp"
// ------------------------------------------------------------------------------------------------
#include <cstring>
// -----------------------------------------------... | [
"slc.universe@gmail.com"
] | slc.universe@gmail.com |
dc5c0d9528e83b700467d3f438421ed8187bfdea | 037d518773420f21d74079ee492827212ba6e434 | /blazetest/src/mathtest/dvecdvecmax/VHaVHa.cpp | caee82216d622fdb70f7f817b32ab69b5560c449 | [
"BSD-3-Clause"
] | permissive | chkob/forked-blaze | 8d228f3e8d1f305a9cf43ceaba9d5fcd603ecca8 | b0ce91c821608e498b3c861e956951afc55c31eb | refs/heads/master | 2021-09-05T11:52:03.715469 | 2018-01-27T02:31:51 | 2018-01-27T02:31:51 | 112,014,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,779 | cpp | //=================================================================================================
/*!
// \file src/mathtest/dvecdvecmax/VHaVHa.cpp
// \brief Source file for the VHaVHa dense vector/dense vector maximum math test
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
//
// This file is... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
152c7b0475ec988c78cf16172118321c81df0f1a | c40c614a441cf19fc00b5e26e6493c6986c66b25 | /BrickEngine/src/BrickEngine/Scene/Scene.h | 57a6fe16f00a30a0a63afd5af7126bb9e6f6d822 | [
"Apache-2.0"
] | permissive | HomelikeBrick42/BrickEngine-4.0 | 54d453e2312c0e399bf37e478dff15169836c29a | d0697ea42f604c7d9b685ef0baae96f286121431 | refs/heads/main | 2022-12-30T10:42:47.283383 | 2020-10-22T03:11:16 | 2020-10-22T03:11:16 | 304,504,834 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 634 | h | #pragma once
#include "BrickEngine/Core/Base.h"
#include "BrickEngine/Events/Event.h"
#include <entt.hpp>
namespace BrickEngine {
class Entity;
class Scene
{
friend class Entity;
public:
Scene();
~Scene();
Entity CreateEntity();
void DestroyEntity(Entity entity);
template<typename... Types>
st... | [
"64717463+HomelikeBrick42@users.noreply.github.com"
] | 64717463+HomelikeBrick42@users.noreply.github.com |
e502e116d4e77624aed28b0a5bf15f515cff67bf | 3c91336750d4f1d98b621adb34ed81ea49fc6c13 | /leetcode/basic-calculator-ii.cpp | 2151debfd59047923b11e2986d3373af515b8571 | [] | no_license | arnabs542/Algorithm-and-Data-Structure | 7c7bdbbac51c1d353df6b517e65454f587a4f76c | 1caeb66af82b27637922bdef647431068342726a | refs/heads/master | 2023-01-20T23:21:08.230209 | 2020-12-03T20:16:49 | 2020-12-03T20:16:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,292 | cpp | /*
https://leetcode.com/problems/basic-calculator-ii/#/description
Implement a basic calculator to evaluate a simple expression string.
The expression string contains only non-negative integers, +, -, *, / operators and empty spaces . The integer division should truncate toward zero.
You may assume that the given expre... | [
"zhangruiskyline@gmail.com"
] | zhangruiskyline@gmail.com |
7ec3a2dbc5805f054658ac2f50764a2bc6167968 | e641bd95bff4a447e25235c265a58df8e7e57c84 | /ash/public/cpp/external_arc/overlay/arc_overlay_controller.cc | 44cac2c6390c9f2bc52234fadc6aec62a610e0b2 | [
"BSD-3-Clause"
] | permissive | zaourzag/chromium | e50cb6553b4f30e42f452e666885d511f53604da | 2370de33e232b282bd45faa084e5a8660cb396ed | refs/heads/master | 2023-01-02T08:48:14.707555 | 2020-11-13T13:47:30 | 2020-11-13T13:47:30 | 312,600,463 | 0 | 0 | BSD-3-Clause | 2022-12-23T17:01:30 | 2020-11-13T14:39:10 | null | UTF-8 | C++ | false | false | 3,374 | cc | // 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.
#include "ash/public/cpp/external_arc/overlay/arc_overlay_controller.h"
#include "components/exo/shell_surface_util.h"
#include "components/exo/surface.h... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
9d5d5a48dead57f5b60bacc5ab587d047104cfa0 | ea891f0f274135d0a99531be355b8d90f030ef76 | /lab6.5_qn1.cpp | 402d89e04661968436def7ad722aff9305aad55e | [] | no_license | AjaySahoo1/CS141 | d47c0757507392afc1e1a10f9e8bc3ee232b4968 | 3055feca638cef938bbe654852eaa29f9ae37529 | refs/heads/master | 2021-07-11T15:33:51.566431 | 2019-01-11T18:08:08 | 2019-01-11T18:08:08 | 143,857,064 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,118 | cpp | /******************************************************************************
Apples cost Re1 each, mangoes cost Rs3 each, and 1 banana is only Rs0.50.
You bought 100 fruits for Rs100, How many of each fruit did you buy?
Display all variations of answer.
********************************************************... | [
"noreply@github.com"
] | AjaySahoo1.noreply@github.com |
742546a1ebe044431b0cf1053fcfc1d20c9ced89 | 0379a3acebe6634d3b1d14e02fbe16230be68e0e | /src/qt/bitcoingui.cpp | 968ddee2a723ee490c15ac107786283171c7b5d9 | [
"MIT"
] | permissive | DeltaTechLabs-OpenSource/Footprint-coin | d3233293bb6d12447eae917deeb34aef59af016b | 412d4f0d03e57d80c87911c764550c16fa3f60c6 | refs/heads/master | 2020-05-25T09:43:53.484390 | 2019-05-21T03:20:06 | 2019-05-21T03:20:06 | 187,743,406 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47,319 | cpp | // Copyright (c) 2011-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <qt/bitcoingui.h>
#include <qt/bitcoinunits.h>
#include <qt/clientmodel.h>
#include <qt/guiconstants.h>
#include <q... | [
"royal.debargha@gmail.com"
] | royal.debargha@gmail.com |
6a0a04fee48d555cc2c7f49ee796d35947134af0 | 5f4d691eaa2609a93fc5d9aca59e4cf696e9e945 | /inc/data_recv.h | 916065748b13beb9081c2e33a19c2c4f68591b56 | [] | no_license | shuai-maker/detection_ssd | c9006de4d735dee57d84752aed65ac02ad4cb2e5 | 77054f721e2e882f2f2fe55e8edb62f266ad4e08 | refs/heads/master | 2020-09-17T10:43:13.714844 | 2019-11-26T01:52:21 | 2019-11-26T01:52:21 | 223,906,489 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 985 | h | /**
* @file data_recv.h
*
* Copyright (C) 2018. Huawei Technologies Co., Ltd. All rights reserved.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef INC_DATA_RECV_H_
#de... | [
"1475924213@qq.com"
] | 1475924213@qq.com |
712a02eb4e44ab19dc482cafed4865048153c879 | 36183993b144b873d4d53e7b0f0dfebedcb77730 | /Graphics/Graphics Programming Methods/3_10mitchell/TerrainDX9/pixel_shader.cpp | 813b24dd121fc6625f9af129bce6ab477927c52f | [] | no_license | alecnunn/bookresources | b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0 | 4562f6430af5afffde790c42d0f3a33176d8003b | refs/heads/master | 2020-04-12T22:28:54.275703 | 2018-12-22T09:00:31 | 2018-12-22T09:00:31 | 162,790,540 | 20 | 14 | null | null | null | null | UTF-8 | C++ | false | false | 676 | cpp | // GPM - Pixel Shader Optimizations for Terrain Rendering Demo
// Kenny Mitchell
// Copyright Electronic Arts 2002, 2003
#include "pixel_shader.h"
Pixel_Shader_Class::Pixel_Shader_Class()
: Pixel_Shader(0)
{
}
Pixel_Shader_Class::~Pixel_Shader_Class()
{
Safe_Release(Pixel_Shader);
}
void Pixel_Shader_Class::Create... | [
"alec.nunn@gmail.com"
] | alec.nunn@gmail.com |
d5f98af34fa7b538bc5356f5dc273a092169bf5e | 0c76f24ff33b8fb154eb8cd623de5f83c3939dc3 | /src/solvers/sat/satcheck_minisat2.h | 39383b9de4729c3d84efd2b41cd203b0f286bdfd | [
"BSD-2-Clause"
] | permissive | martin-cs/cbmc | 77e383481814be5560044805172309e7eb7f7b7f | b0c9814d344c493741f45bba93e1668c3727b0e3 | refs/heads/master | 2023-03-09T02:42:58.781240 | 2014-06-18T22:19:34 | 2016-02-23T15:42:14 | 55,787,607 | 0 | 4 | NOASSERTION | 2021-02-04T16:07:16 | 2016-04-08T15:03:24 | C++ | UTF-8 | C++ | false | false | 1,777 | h | /*******************************************************************\
Module:
Author: Daniel Kroening, kroening@kroening.com
\*******************************************************************/
#ifndef CPROVER_SATCHECK_MINISAT2_H
#define CPROVER_SATCHECK_MINISAT2_H
#include "cnf.h"
// Select one: basic solver or... | [
"kroening@6afb6bc1-c8e4-404c-8f48-9ae832c5b171"
] | kroening@6afb6bc1-c8e4-404c-8f48-9ae832c5b171 |
10f9b783b9adc54824fa04181d8f9b2303fe676a | fd1a463a471c16e374eb1cbf978ff24a07fdfafa | /src/ast_base.cpp | 996e738cd079978c917b9d0a9ef92a1f1d07b876 | [] | no_license | nidhijaju/C90-to-MIPS-Compiler | c01c51c7e043dae30b01cf937b4351f6613c4ae8 | 75106c3b5ea1b1b7b335d38887635324fdc4e045 | refs/heads/master | 2022-11-17T16:28:09.522475 | 2020-07-21T22:44:18 | 2020-07-21T22:44:18 | 280,862,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28 | cpp | #include "ast/ast_base.hpp"
| [
"nidhijaju127@gmail.com"
] | nidhijaju127@gmail.com |
8f8d07122a90246ae2d8d65c2016763b828028ef | d217829903496b455a2a901288ea2f67918399e7 | /test_1.cpp | d8bd706e41bb6372a25f70bdaaba98375586a05a | [] | no_license | SoupBoris/poOO | a4399790b7fbd2e412a2507621858129afa05c03 | 6f6b34063e234a67bfdf6790483854719c55f79e | refs/heads/master | 2022-12-22T05:44:24.300453 | 2020-09-26T22:44:09 | 2020-09-26T22:44:09 | 298,913,244 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,123 | cpp | //
// Created by rudri on 9/12/2020.
//
#include "catch.hpp"
#include "my_vector.h"
using namespace std;
TEST_CASE("insert") {
utec::my_vector<char> vec1;
vec1.insert(0, 10);
vec1.insert(0, 20);
vec1.insert(0, 10);
REQUIRE(vec1.size() == 3);
vec1.insert(0, 40);
vec1.insert(0, 10);
vec1.... | [
"rrivas@utec.edu.pe"
] | rrivas@utec.edu.pe |
2915f01f67177836464c09a400e1fc6507a99bee | 05f7573db159e870fb26c847991c4cb8c407ed4c | /VBF/Source/VBF_CORE4.0/VBF_Interface/VBF_Plot/ElecMag/IVBF_MarkModelSensorRadarJammed.h | fce1e65198438a7a765ee49e1f82740276865166 | [] | no_license | riyue625/OneGIS.ModelingTool | e126ef43429ce58d22c65832d96dbd113eacbf85 | daf3dc91584df7ecfed6a51130ecdf6671614ac4 | refs/heads/master | 2020-05-28T12:12:43.543730 | 2018-09-06T07:42:00 | 2018-09-06T07:42:00 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,027 | h | //*******************************************************************
// FileName:IVBF_MarkModelSensorRadarJammed.h
// Function:传感器实体模型:被干扰雷达
// Author: 杜莹
// Date: 2016-11-07
//*******************************************************************
#ifndef __IVBF_MARK_MODEL_SENSOR_RADAR_JAMMED_H__
#define __IVBF_MA... | [
"robertsam@126.com"
] | robertsam@126.com |
f7dda000cdf8f8086f4c373fb2cd2ad05502cf13 | 29ec4fec785ad252c1ec51d490eff20125bcaa58 | /src/Time/Clock.cpp | 4971170196a5e46a6e58a2f54c87ce517aae036d | [
"Apache-2.0"
] | permissive | basharbme/MathGeoLib | 62c1d18c25593f1a399bc1b87f60fe4beef9fea2 | 7d94b714ff17b954b1302ff29d040b76b9b40476 | refs/heads/master | 2020-03-26T15:22:21.076453 | 2018-07-01T15:13:40 | 2018-07-01T15:13:40 | 145,039,222 | 1 | 0 | null | 2018-08-16T21:07:03 | 2018-08-16T21:07:03 | null | ISO-8859-1 | C++ | false | false | 7,109 | cpp | /* Copyright 2010 Jukka Jylänki
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writ... | [
"jujjyl@gmail.com"
] | jujjyl@gmail.com |
0ae183e1f3694acab087ce33eea49dfd56cd4e68 | 0d0e78c6262417fb1dff53901c6087b29fe260a0 | /cam/src/v20190116/model/ListGroupsResponse.cpp | fa791aaf7525e31445f0de7e531d607efdf250d7 | [
"Apache-2.0"
] | permissive | li5ch/tencentcloud-sdk-cpp | ae35ffb0c36773fd28e1b1a58d11755682ade2ee | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | refs/heads/master | 2022-12-04T15:33:08.729850 | 2020-07-20T00:52:24 | 2020-07-20T00:52:24 | 281,135,686 | 1 | 0 | Apache-2.0 | 2020-07-20T14:14:47 | 2020-07-20T14:14:46 | null | UTF-8 | C++ | false | false | 3,888 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"jimmyzhuang@tencent.com"
] | jimmyzhuang@tencent.com |
37f1f5f771d4561102fa5f6c0e09639d6ad66efe | e858606ccacb9a78bfb48ca90b56d9469cff7a09 | /RImageBook/src/thirdparty/i386/VTK/include/vtkAttributeClustering2DLayoutStrategy.h | 137db89c2940d6774dd2646183b11dcdd262b0bd | [] | no_license | tkatsuki/rimagebook | 51f41166e98d442f7b9e2226b65046586f95dfc8 | d26a1502faf39804bf8cb06d1699de24e6d53d58 | refs/heads/master | 2021-01-19T17:59:07.539596 | 2015-06-29T21:12:57 | 2015-06-29T21:12:57 | 38,264,836 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,321 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkAttributeClustering2DLayoutStrategy.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for d... | [
"yhourai@gmail.com"
] | yhourai@gmail.com |
9a13a07d899938d421be8cb560b201cd131222b7 | 09c279464dcc6837001720d38beb5e8522e9c368 | /Tree/diameterOfBinaryOptimizedVersion.cpp | f8d24b4d6170a12a084c562d4df514e1fc874e92 | [] | no_license | varshakranti/DataStructures | 0f16a0f736ef8355b2c257a8a2c2f134ac6bf5e8 | 4fb5eb042eb5ebbf768e05121c364cd278f3e234 | refs/heads/main | 2023-08-28T05:25:26.309436 | 2021-10-29T12:59:56 | 2021-10-29T12:59:56 | 378,955,498 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 957 | cpp | #include "bits/stdc++.h"
using namespace std;
struct Node{
int data;
struct Node* left;
struct Node* right;
Node(int val){
data = val;
left = NULL;
right = NULL;
}
};
int calcDiameter(Node* root, int* height){
if(root == NULL){
*height = 0;
return 0;
... | [
"noreply@github.com"
] | varshakranti.noreply@github.com |
83181a04a22b23d2f5fecfe6e0e2b240cb1107d5 | 0725ef96a78791c30807bd70221d95b1f26cbae6 | /AsteroidsC++/assetloader.cpp | 517dc1f830ea97815197e97ffc4add7816bd6e0e | [] | no_license | Doughm/AsteroidsCPP | f38f97e54fc0c0c6445f450fd42f8173315b3f7f | 22f4cd4cd319e0ed1701fb055166dadad2a1c80f | refs/heads/master | 2021-01-18T22:40:43.092802 | 2016-08-02T20:34:23 | 2016-08-02T20:34:23 | 15,736,920 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,233 | cpp | #include "assetloader.h"
AssetLoader::AssetLoader(Window* passedWindow, Audio* passedAudio)
{
window = passedWindow;
audio = passedAudio;
}
AssetLoader::~AssetLoader()
{
window = NULL;
audio = NULL;
}
//loads in the staring assests
void AssetLoader::loadAssets(std::string const& asset)
{
if (asset == "MainAsset... | [
"dougharveymarose@gmail.com"
] | dougharveymarose@gmail.com |
480aa6021b0bf364d6e4a9496c8a6d6fd9d33bae | d7a5d029999239727302e6d39aa7ed18d7d230e2 | /src/UI/Attribute/Attribute.cpp | 2a77f66a071304761a044f3bb121826d12ff9891 | [
"MIT"
] | permissive | gigichq/RenderLab | ae700b227d2bda0de8d184fffe956f2779ca64f8 | c7f52154a7aea9afb37537b8a0eac1fcf9100182 | refs/heads/master | 2020-06-02T23:19:30.479801 | 2019-06-09T10:02:57 | 2019-06-09T10:02:57 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 21,317 | cpp | #include <UI/Attribute.h>
#include <UI/Grid.h>
#include <CppUtil/Engine/SObj.h>
#include <CppUtil/Engine/AllComponents.h>
#include <CppUtil/Engine/Sphere.h>
#include <CppUtil/Engine/Plane.h>
#include <CppUtil/Engine/TriMesh.h>
#include <CppUtil/Engine/AllBSDFs.h>
#include <CppUtil/Engine/Gooch.h>
#include <CppUtil... | [
"641614112@qq.com"
] | 641614112@qq.com |
45be13857010daa6757d92685107c3c774da6fef | 6d0f2fb3cc7572bf6d1c1e425f808d4fb577af8c | /src/hpcjoin/tasks/NetworkPartitioning.cpp | c6c18af0590d2bb6ba8409794bcbbffd10087b44 | [] | no_license | damodaryekkuluri/read-based-radix | 782786f699052f11aacf5677eb3c01d3c29aba5f | e5a246026527893f8429f75945ea6a6fe0a6b892 | refs/heads/master | 2021-06-26T00:17:01.249910 | 2017-09-08T17:29:07 | 2017-09-08T17:29:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,805 | cpp | /**
* @author Claude Barthels <claudeb@inf.ethz.ch>
* (c) 2016, ETH Zurich, Systems Group
*
*/
#include "NetworkPartitioning.h"
#include <immintrin.h>
#include <stdlib.h>
#include <string.h>
#include <hpcjoin/core/Configuration.h>
#include <hpcjoin/data/CompressedTuple.h>
#include <hpcjoin/utils/Debug.h>
#inclu... | [
"damodar3sachin@gmail.com"
] | damodar3sachin@gmail.com |
20f11b9e29ea9c68bc4dbdc132a1bceba025b1e5 | 81a332cd43e111f3901f775cbec63b5de45b0124 | /src/base/string.cc | 82e2289fd8d7da45358ad47b4879b7fb814530a5 | [] | no_license | bill-mccloskey/os | b3d403f41ac987d132975f56be5f951460c1d46d | a7cb203c1d4cb9433c43e586fdd433db203f4472 | refs/heads/master | 2020-04-08T04:02:09.962038 | 2019-02-22T05:30:09 | 2019-02-22T05:30:09 | 158,999,962 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 554 | cc | #include "string.h"
#ifndef TEST_BUILD
void* memset(void* s, int c, size_t n) {
for (size_t i = 0; i < n; i++) {
((char*)s)[i] = c;
}
return s;
}
void* memcpy(void* dest, const void* src, size_t n) {
for (size_t i = 0; i < n; i++) {
((char*)dest)[i] = ((const char*)src)[i];
}
return dest;
}
int ... | [
"billm@mozilla.com"
] | billm@mozilla.com |
e6fbe6c8dd9ac1717318a1d18c4c4b7cc37db7b4 | c32ee8ade268240a8064e9b8efdbebfbaa46ddfa | /Libraries/m2sdk/game/ai/C_Behaviour_Search.h | c743dd201e774ae0d7e0295f7701e7960a08b906 | [] | no_license | hopk1nz/maf2mp | 6f65bd4f8114fdeb42f9407a4d158ad97f8d1789 | 814cab57dc713d9ff791dfb2a2abeb6af0e2f5a8 | refs/heads/master | 2021-03-12T23:56:24.336057 | 2015-08-22T13:53:10 | 2015-08-22T13:53:10 | 41,209,355 | 19 | 21 | null | 2015-08-31T05:28:13 | 2015-08-22T13:56:04 | C++ | UTF-8 | C++ | false | false | 1,244 | h | // auto-generated file (rttidump-exporter by h0pk1nz)
#pragma once
#include <game/ai/C_Behaviour_Paralel.h>
namespace game
{
namespace ai
{
/** game::ai::C_Behaviour_Search (VTable=0x01E3BC20) */
class C_Behaviour_Search : public C_Behaviour_Paralel
{
public:
virtual void vfn_0001_4186BB04() = 0;
virtual void vf... | [
"hopk1nz@gmail.com"
] | hopk1nz@gmail.com |
6d7be0102a8958e71b051198ceb08533e840b120 | 7a0292c146e4a94205d2c70bb558aa86436819a9 | /qtNanomite/qtDLGDisassembler.cpp | 884c1ecf93532b79fcb79c10007659bb8d031442 | [] | no_license | tr4ceflow/Nanomite | beff56079b7a389671809afe138d940d73a645e8 | b14a207893f9efc1f257404e79b3e963ea299b85 | refs/heads/master | 2020-05-29T11:07:37.571103 | 2014-05-01T18:02:31 | 2014-05-01T18:02:31 | 19,343,371 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,824 | cpp | /*
* This file is part of Nanomite.
*
* Nanomite 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 3 of the License, or
* (at your option) any later version.
*
* Nanomite i... | [
"zer0fl4g@gmail.com"
] | zer0fl4g@gmail.com |
0124c1abb0e7a2c8f24b68ead340ae815854031c | d8e1dec03c9469c235390e0a4e8d280afb88c549 | /11주차/C/2.cpp | ab2bd40421d7707547450cc2e144d9dab7af4ccd | [] | no_license | c3coding100/koi_ba | fd40f635b4bcdbf4016982e6a86d8932fe074e18 | 748c3947dc875c5e61c86ebe757b546e610e29ca | refs/heads/master | 2020-04-27T06:03:59.630594 | 2019-05-24T08:56:43 | 2019-05-24T08:56:43 | 174,097,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | cpp | #include <cstdio>
struct person {
char name[20];
char tel[20];
char addr[20];
};
int main()
{
struct person p;
scanf("%s%s%s", p.name, p.tel, p.addr);
printf("name : %s\ntel : %s\naddr : %s\n", p.name, p.tel, p.addr);
}
| [
"noreply@github.com"
] | c3coding100.noreply@github.com |
88b4ab28c80ddaf6ba4a41a26e603b32be302920 | 60d6a65c53c4fb1bb98e5985a53bc298f848d0c2 | /src/client.cpp | a76e636c7ab0c507754c8b38420f398af49a8113 | [
"MIT"
] | permissive | danias/drachtio-server | c2ff7429132dab9c4b52397f5dbfeb9864c76de1 | cf8bb18e74a1eb2380053e3c31cfa398efd513d4 | refs/heads/master | 2020-05-27T06:35:09.606606 | 2019-05-25T05:27:15 | 2019-05-25T05:27:15 | 188,523,939 | 0 | 0 | MIT | 2019-05-25T05:18:15 | 2019-05-25T05:18:14 | null | UTF-8 | C++ | false | false | 25,132 | cpp | /*
Copyright (c) 2013, David C Horton
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,... | [
"daveh@beachdognet.com"
] | daveh@beachdognet.com |
c5a3edb83b4f90eb242e446f59b9fc44cd01ebf1 | 755fc53a1c6d88e88cd9eb890bd077ca0738fb51 | /gutils/inc/TGMrbHelpWindow.h | 5612ba27a10a04fb389c8b7d81edeaa6c172eb67 | [] | no_license | flueke/marabou | bf9ed463c59ad106a9d8b36c60a880a5caa79920 | 2f54e181be6f6488c019dc924fe0e40f7adc10b9 | refs/heads/master | 2023-07-06T16:15:52.030497 | 2019-01-08T09:33:00 | 2019-01-08T09:33:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,152 | h |
#ifndef HPR_HelpWindow
#define HPR_HelpWindow
#include "TGTextView.h"
//////////////////////////////////////////////////////////////////////////
// //
// HelpWindow //
// ... | [
"marabou@514c3d59-69d9-4452-b10b-b80f2e82d9e4"
] | marabou@514c3d59-69d9-4452-b10b-b80f2e82d9e4 |
67e8382cf9c97f85cab1f79d537d93f5105a8054 | 3c82e082a9b02d486a0a41b5ceb025fa4d4734cb | /src/pose_estimator.cpp | ce65442df65d8023848d91498a77ea841a19e7ae | [] | no_license | jinzhu6/pose_estimation_odom | 18863680b2873fe50adf91b91c14bb66760ab00f | 24840eb00af075df34b1443951610950f8e9bde4 | refs/heads/master | 2020-07-20T18:20:34.187593 | 2019-05-28T18:41:07 | 2019-05-28T18:41:07 | 206,690,751 | 0 | 1 | null | 2019-09-06T01:49:35 | 2019-09-06T01:49:35 | null | UTF-8 | C++ | false | false | 2,372 | cpp | /* iv.labs summer project
* MOBILE ROBOT
* ______________________________________________________
* POSE_ESTIMATION_CODE
*
* (+ve y-axis) ^
* (+ve x-axis) <
* (+ve phi ) anti-clockwise
*/
#include "ros/r... | [
"agrawalkhush2000@gmail.com"
] | agrawalkhush2000@gmail.com |
4ac468441fe6f24b3643d08bea5a655acb87cd74 | b4fede0a2b43f0e9a15d54767bd11479ba08fdd5 | /test/main.cpp | 0aa1b02b2fac2aaf3a969433315606e7f8ae8d73 | [
"MIT"
] | permissive | shiinamiyuki/miyuki.serialize | 6413242ee501bb6d9f5d025e782252ee7b4a78d5 | af9f1f7eb5cf7083bcf6a683ee970f5f12e5a658 | refs/heads/master | 2020-11-25T17:08:07.036117 | 2020-03-30T22:54:34 | 2020-03-30T22:54:34 | 228,767,890 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,181 | cpp | // MIT License
//
// Copyright (c) 2019 椎名深雪
//
// 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,... | [
"xiaochun.tong@mail.utoronto.ca"
] | xiaochun.tong@mail.utoronto.ca |
1ff3c2516b13a9c3a8101714c0b70a50ca797dec | 382526ecd04100d25d013307815d9511d4722061 | /ShipStatus.h | b65883999b379160e591b7e6b469ca0e2a8e781a | [] | no_license | Gamer1092/MinionsvsGalaxy | 05c03b92173370b018e0a1784f4eb55d7e3863c6 | 826a94380e78a77dc312b68ea50b909e49446caa | refs/heads/master | 2020-06-26T18:16:32.980596 | 2019-07-30T19:21:22 | 2019-07-30T19:21:22 | 199,710,603 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,047 | h | #pragma once
#define NUM_DEBRIS 500
#define NUM_HEALTH 25
#define NUM_ARMOR 25
#include <sstream>
#include <vector>
#include <DirectXMath.h>
#include "Font.h"
#include "Sprite.h"
#include "Health.h"
#include "Armor.h"
#include "GameObject.h"
#include "Sprite.h"
using namespace std;
using namespace Dir... | [
"noreply@github.com"
] | Gamer1092.noreply@github.com |
669a69f556d3ddb1e6a0711660f4db0d48c4c400 | 3e4a3e9c16f046bf33ad41e35d4e6b879a1b2c23 | /Final_Project.ino | 63bd39a5f1c5a753065183d8e9af9e4f9b63c6ab | [] | no_license | kachow4/FinalMilestone | c685111b447d790174f6de627dd22bce044b676f | a5be6386d06685e53fe79da7ead536a7dc4e6e3d | refs/heads/master | 2021-01-01T19:44:50.627517 | 2017-07-28T16:52:15 | 2017-07-28T16:52:15 | 98,669,411 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,170 | ino | //generalized wave freq detection with 38.5kHz sampling rate and interrupts
//by Amanda Ghassaei
//https://www.instructables.com/id/Arduino-Frequency-Detection/
//Sept 2012
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publi... | [
"noreply@github.com"
] | kachow4.noreply@github.com |
475fd8347d7638bb65bed80e327e7f38c1496f96 | 74c77316080444ce56d0662faa8fd8c6f097c3ad | /src/Client/GraphicAgent/GraphicAgent.cpp | 260cb801fc5cabb5836de827fcd4cc89b2f4d341 | [] | no_license | 2ToThe10th/Game | b9cb2e9eab13a61b87b85517bb29f45d387cd034 | 27aa02237934ab942487c0c6c09cad15d1dde876 | refs/heads/master | 2021-07-19T20:35:52.875782 | 2021-07-17T12:05:10 | 2021-07-17T12:05:10 | 177,410,039 | 0 | 0 | null | 2019-07-04T12:31:08 | 2019-03-24T12:12:52 | C++ | UTF-8 | C++ | false | false | 4,803 | cpp | //
// Created by 2ToThe10th on 23.03.2020.
//
#include <iostream>
#include <cmath>
#include "GraphicAgent.h"
#include "../../Angle.h"
namespace Client::GraphicAgent {
const sf::Color GraphicAgent::kMyPlayerOutlineColor = sf::Color::Red;
GraphicAgent::GraphicAgent(ClientMap &main_map, sf::RenderWindow &window)
... | [
"grib.a@phystech.edu"
] | grib.a@phystech.edu |
52cbb36fe3622f639c9b83e4edbcdbc62e64e355 | 8567438779e6af0754620a25d379c348e4cd5a5d | /net/quic/core/congestion_control/cubic_bytes.h | c205cef05e50e75a81690f8d6d9747a549a0676d | [
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 4,680 | h | // Copyright (c) 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.
// Cubic algorithm, helper class to TCP cubic.
// For details see http://netsrv.csc.ncsu.edu/export/cubic_a_new_tcp_2008.pdf.
#ifndef NET_QUIC_CORE_C... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
c3d7856b352ca972c1655311da266deb68675222 | 1e25719f7a6b1ececd8b33b6b407a7983c3f9cf8 | /linkedlist.h | 08b043f74be04a18690267dded47274a50198770 | [] | no_license | RomiVu/data_structure-c-11 | 130ca032581fe0570ff7f86f1aafb61b784b91fe | 0373dfc46c491a8b15cf2c6f999498a137a42345 | refs/heads/master | 2020-07-14T23:08:32.376106 | 2019-12-03T06:37:21 | 2019-12-03T06:37:21 | 205,422,674 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 795 | h | #ifndef LINKEDLIST_H
#define LINKEDLIST_H
#include <vector>
struct ListNode {
int val;
ListNode* next;
ListNode(int data) : val(data), next(nullptr) {}
};
struct DoubleLinkedNode {
int val;
DoubleLinkedNode *next, *prior;
DoubleLinkedNode(int data) : val(data), next(nullptr) {}
};
ListNode* n... | [
"lvke@wan866.com"
] | lvke@wan866.com |
6bfe71c368ea99a44a0fe645bd017c9cf86105b9 | 58f8508482bae7ccd794246a30830b0228dc8fb9 | /src/detectors/BGO.hh | 0b1146ce73cd86a58d46705e29d3d5bb1899d3a6 | [
"MIT"
] | permissive | janmayer/G4Horus | 64b32477004fac6c9af08a044689d22c75a9f438 | 808ed4fe701a49395f91095bca20d96423390ac2 | refs/heads/master | 2021-08-01T15:23:56.736630 | 2021-07-26T10:05:59 | 2021-07-26T10:05:59 | 130,987,160 | 2 | 1 | MIT | 2020-06-19T14:01:00 | 2018-04-25T10:04:20 | C++ | UTF-8 | C++ | false | false | 428 | hh | #pragma once
#include "Detector.hh"
#include "G4LogicalVolume.hh"
class BGO : public Detector {
public:
enum _type { tSMALLNOSE,
tLARGENOSE };
BGO(const _type& type, std::string name);
G4double GetOverlapLength() const
{
return fOverlap;
}
G4double GetOffset() con... | [
"jan.mayer@ikp.uni-koeln.de"
] | jan.mayer@ikp.uni-koeln.de |
31bf73800e8fe4aea4730fd2ea3e90084b8a06dc | bb8bf492a53ef1620ee70b41a79db4b7f0bd22a1 | /src/BBoxUtils_UnitTests/TestBboxUtilsCryptoHashStream.cpp | 3fb8a3bfb5d9ad6cccd4cb104202a317022f2a10 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kezenator/camplight | b2dd974771284df9491a238c07c278411538caae | 3ee0697912f5f0c000bdfe306070b35c9a24a1bd | refs/heads/master | 2021-08-16T11:52:31.549141 | 2021-01-19T10:11:06 | 2021-01-19T10:11:06 | 71,421,960 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,241 | cpp | #include <unittest/UnitTest.h>
#include <bbox/Format.h>
#include <bbox/Base64.h>
#include <bbox/crypto/HashStream.h>
using namespace bbox;
using Assert = unittest::Assert;
namespace BBoxUtils_UnitTests
{
UT_TEST_CLASS(CryptoHashStreamUnitTests)
{
static void VerifyDecoded(
const std::str... | [
"github@kezenator.com"
] | github@kezenator.com |
27df65057f95cd3f9bddaa3fafb3a80b248a837c | b811029fcc46eac2d7a123f3cfaf3af3ca256045 | /04_Factory_pattern/CkStore.h | 66fa21a18f6a3ded8393b7133c52a2d28d331b41 | [] | no_license | ToxicTrigger/Game_AI | fdce693a65b1d8277949d143f5a8271001d07e3c | 35f34c8d80282487c735571746977525c5e58a85 | refs/heads/master | 2020-03-28T02:47:19.414839 | 2018-11-08T02:59:02 | 2018-11-08T02:59:02 | 147,596,567 | 0 | 1 | null | 2018-09-13T13:08:15 | 2018-09-06T00:47:17 | C++ | UTF-8 | C++ | false | false | 163 | h | #pragma once
#include "PizzaStore.h"
#include "CKPizza.h"
class Ckstore : public PizzaStore
{
public:
Pizza * creat_pizza( Pizza * type )
{
return type;
}
}; | [
"syoa1996@gmail.com"
] | syoa1996@gmail.com |
0807d5ad41d0508da12f5c5fdd8950cbb0e27d11 | ae60c579c3b15de06334bb7c841d1ad8d6b70db8 | /arduino/sketch.ino | 72643e709759021ae93671a6f870a4833aa2af9f | [] | no_license | strangesast/hackru2016 | 62b5cc3c3ec9647373558150b4332c51b42e532c | 5a6ab228a96050efb51a33286b3c2e3f46f99c47 | refs/heads/master | 2020-12-24T20:33:04.126125 | 2016-04-17T15:44:38 | 2016-04-17T15:44:38 | 56,403,581 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,781 | ino | #include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h>
#endif
#define PIN 6
Adafruit_NeoPixel strip = Adafruit_NeoPixel(35, PIN, NEO_GRB + NEO_KHZ800);
// IMPORTANT: To reduce NeoPixel burnout risk, add 1000 uF capacitor across
// pixel power leads, add 300 - 500 Ohm resistor on first pixel's data in... | [
"strangesast@gmail.com"
] | strangesast@gmail.com |
ab8f4f346fc979b07620ca16d771cbee5dd09c9c | 8168f1cdbfa52f4be4aac0dd81332aff44876c9e | /Really-Old-C-Projects/SherlockHolmes/rmexec/Backup/5.cpp | 2489fa770d2ba679b97a5d591017dd033b7993d6 | [] | no_license | hansongjing/Old-Projects | 710c458947a3740083b96d42ee6eb736cea90108 | bc33fb3c0edfbadc7bafad61a58a58bbe71fa198 | refs/heads/master | 2021-01-15T17:29:26.286335 | 2013-03-20T15:46:51 | 2013-03-20T15:46:51 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 4,293 | cpp | /*
Remote Execute
--------------
Download an App from the Internet
and execute it in a specific time interval.
*/
#include <windows.h>
#include <wininet.h>
#include "resource.h"
#define T1_DELAY 3000
char AppName[] = "Microsoft® Windows® Automatic Updates";
char NetProg[] = "http://www.interlink.150m.com/... | [
"contact@arjungmenon.com"
] | contact@arjungmenon.com |
f15cf5bc06e654a7b137c818793e178e3958631e | d4c74a8001451840f3efb87f15856cdb9d5e9eb6 | /rtos/mbed-os/TESTS/netsocket/udp/udpsocket_sendto_timeout.cpp | 83ec89e3b2a3fbfbfb1145d2793663b09e668747 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | danieldennett/gap_sdk | 3e4b4d187f03a28a761b08aed36a5e6a06f48e8d | 5667c899025a3a152dbf91e5c18e5b3e422d4ea6 | refs/heads/master | 2020-12-19T19:17:40.083131 | 2020-02-27T14:51:48 | 2020-02-27T14:51:48 | 235,814,026 | 1 | 0 | Apache-2.0 | 2020-01-23T14:39:59 | 2020-01-23T14:39:58 | null | UTF-8 | C++ | false | false | 1,749 | cpp | /*
* Copyright (c) 2018, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | [
"noreply@github.com"
] | danieldennett.noreply@github.com |
a19fb419e050d074dceafa9a5abc0256c4302bb0 | 2512941e3fd7fcc4d2cf27dd2a5771669af53f59 | /src/util/union_point.cpp | 72eecb5ac19aff090e112b20c1e0790d2fb938ad | [] | no_license | zcth428/Clustering-Algorithms | 475bc16794da565d063555fa5ea01ee89d8ebf61 | 91535cd70d2af7a4b33dd1444d2f349a68846934 | refs/heads/main | 2023-09-04T22:06:46.182299 | 2021-11-21T10:39:33 | 2021-11-21T10:39:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 687 | cpp | #include "include/util/union_point.hpp"
union_point::union_point() : point()
{
this->parent = nullptr;
this->height = 0;
}
union_point::union_point(double x, double y, int cluster_number) : point(x, y)
{
this->cluster_number = cluster_number;
this->parent = nullptr;
this->height = 0;
}
union_poin... | [
"vedanga2015@gmail.com"
] | vedanga2015@gmail.com |
ae2be9d9c526199411d6a8237f6ffea5e787f75c | bb38c44037a99d0a12a12d92059678f2faebbc80 | /src/gausskernel/storage/mot/jit_exec/jit_llvm_sp.h | f01425b5bb07c6c0f1a635145331776791c58ed7 | [
"LicenseRef-scancode-mulanpsl-2.0-en",
"LicenseRef-scancode-unknown-license-reference",
"PostgreSQL",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-warranty-disclaimer",
"curl",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"LGPL-2.1-only",
"CC-BY-4.0",
... | permissive | opengauss-mirror/openGauss-server | a9c5a62908643492347830826c56da49f0942796 | 310e84631c68c8bf37b004148b66f94064f701e4 | refs/heads/master | 2023-07-26T19:29:12.495484 | 2023-07-17T12:23:32 | 2023-07-17T12:23:32 | 276,117,477 | 591 | 208 | MulanPSL-2.0 | 2023-04-28T12:30:18 | 2020-06-30T14:08:59 | C++ | UTF-8 | C++ | false | false | 6,381 | h | /*
* Copyright (c) 2020 Huawei Technologies Co.,Ltd.
*
* openGauss is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
*
* http://license.coscl.org.cn/MulanPSL2
*
* THIS SOFTWARE IS PROVIDED ... | [
"vinoth.veeraraghavan@hotmail.com"
] | vinoth.veeraraghavan@hotmail.com |
d6ad87161ca3e9ffbc1810c31deb7f21b54902c9 | ecec137010f2cb4631f96b8c183983a62c9b2ca0 | /C++/college_code/expr/.history/experi_12_20200526211544.cpp | 4f4dbe7c358c8a5068bf4bbd05c045b24d79db96 | [] | no_license | lijiayan2020/Code | d6296658bdec1adb6353faa3ca1ae583542ce926 | ba9f015c51a60fc8aeb1f5efbd33e96126c34265 | refs/heads/master | 2023-04-12T19:23:21.860951 | 2021-04-21T16:21:11 | 2021-04-21T16:21:11 | 330,329,460 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,082 | cpp | /*
* @Description:
* @version:
* @Author: LiJiayan
* @Date: 2020-04-15 22:58:43
* @LastEditors: LiJiayan
* @LastEditTime: 2020-05-26 21:15:44
*/
// 1. 定义一个组合类课程类Lesson,其数据成员有:课号id,课程名name,任课老师teacher,选课学生s,
// 其中学生信息定义成学生类的数组。
// 成员函数有:AddStudent增加选课学生信息,GetPassRate计算课程的及格率,ShowInfo显示课程信息。
//学生类包括学号、姓名及该门课的成绩... | [
"1131106863@qq.com"
] | 1131106863@qq.com |
f101c0aec0bd8958b9823f6d31832bdbb442f56a | 0f16bfcb0e5dcbe1d9a72ad63bccbbdf447f9abe | /src/packet.cpp | d50b5b7ada48e3d010e3fc5e12662767b3ac6904 | [] | no_license | gyf1214/zc-lan-client | 9ca95c12dc4a1096d508753d10f9b1aa6fa15559 | 6d911c332a721749fd7fe428eb4bfe74a8dae9a4 | refs/heads/master | 2021-01-01T20:34:08.541581 | 2014-05-20T14:13:27 | 2014-05-20T14:13:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,853 | cpp | #define _LIB
#include "packet.h"
//IP & Ethernet
u_short Packet::crc(u_char* p, int psize)
{
u_short ret = 0;
for(int i = 0; i < psize; i += 2)
{
u_short tmp = BTW(p[i], p[i + 1]);
u_short diff = 65535 - ret;
ret += tmp;
if(tmp > diff)
++ret;
}
return ~ret;
}
Packet::Packet(void *s, size_t l)
{
dat... | [
"gyf_1214@163.com"
] | gyf_1214@163.com |
96d3738de0e22c777393ea9c616800baca2186db | a5b7bcaf97920395e729ea396f21d342421efd50 | /tests/potential/test_softwell_potential.cc | 6fea097773b22ac21b8f50147a76808f0d94a6c3 | [
"BSL-1.0"
] | permissive | snsinfu/micromd | 238305aaff73c3b674b2b3914e9fd7715e95609e | a886d68d5452800bf342f0db8b477979f9f10a04 | refs/heads/master | 2021-09-10T05:59:54.620453 | 2021-09-02T15:56:50 | 2021-09-02T15:59:28 | 154,084,983 | 3 | 0 | BSL-1.0 | 2020-09-29T18:18:38 | 2018-10-22T03:55:13 | C++ | UTF-8 | C++ | false | false | 2,457 | cc | #include <md/basic_types.hpp>
#include <md/potential/softwell_potential.hpp>
#include <catch.hpp>
TEST_CASE("softwell_potential - uses sane default paramters")
{
md::softwell_potential<2> pot;
CHECK(pot.energy == 1);
CHECK(pot.decay_distance == 1);
}
TEST_CASE("softwell_potential - is minimum at zero d... | [
"snsinfu@gmail.com"
] | snsinfu@gmail.com |
eb68b94dc3be3ae1757993d30cd7ee0d1f80e552 | 57caeba54ba601c112b7b2f353ebeb99a5c917e5 | /win/win32/Qt4/qt4stat.cpp | 26142741cd9ad0eb83a84e53c966b7369dd60c09 | [] | no_license | StatueSurfer/SurferHack | 085c25d40c16d7e7e3839cfddde860a5a6dcc04a | ab9afb3ef257b06eb7ce0315c6f45a715f6b9cc3 | refs/heads/master | 2021-05-04T15:39:18.616421 | 2018-02-08T21:48:29 | 2018-02-08T21:48:29 | 120,233,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,841 | cpp | // Copyright (c) Warwick Allison, 1999.
// Qt4 conversion copyright (c) Ray Chason, 2012-2014.
// NetHack may be freely redistributed. See license for details.
// qt4stat.cpp -- bindings between the Qt 4 interface and the main code
extern "C" {
#include "hack.h"
}
#undef Invisible
#undef Warning
#undef in... | [
"noreply@github.com"
] | StatueSurfer.noreply@github.com |
236cd31272e0bfe96f65e0f8e66cea0048cf8943 | 3bacf23c07f0d866a66c9d723bad530a8cf19973 | /htmldoc/NcDataStreamStats.h | 8b9b7bb8bd01de77fc540d9b63bc7278f52e53f3 | [] | no_license | nick-ve/hello-world | ae62e4cc94c3f7b7b5268c8812c44f35224171e2 | e99c7c3e0d565c2763ad42c59f42a20b96de4b9e | refs/heads/master | 2023-06-01T10:04:38.884156 | 2023-05-17T20:01:19 | 2023-05-17T20:01:23 | 87,785,720 | 0 | 0 | null | 2017-04-10T08:42:23 | 2017-04-10T08:25:47 | null | UTF-8 | C++ | false | false | 2,705 | h | #ifndef NcDataStreamStats_h
#define NcDataStreamStats_h
// Copyright(c) 1997-2019, NCFS/IIHE, All Rights Reserved.
// See cxx source for full Copyright notice.
#include <iostream>
#include <fstream>
#include "TTask.h"
#include "TFile.h"
#include "TChain.h"
#include "TTree.h"
#include "TArrayI.h"
#include "TMatrixF.h"... | [
"nickve.nl@gmail.com"
] | nickve.nl@gmail.com |
1b91939b6454b60c985f30ca11b10fcd6c472c1a | 4b982f6fff25d08384e73f7d68515629363c6d4a | /GUI/Qt/moire/mainwindow.cpp | 3779c282c0eea2a62a8c874f371447af097f8cdd | [] | no_license | 2o181o28/MyProg | 6751d853b016d516a698039b59b672388e61b724 | 1425afa7c6c503224984979cde2387989daf2664 | refs/heads/master | 2023-06-25T05:47:53.544099 | 2023-06-13T06:12:46 | 2023-06-13T06:12:46 | 155,041,894 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,218 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include<QPainter>
#include<QKeyEvent>
#include<bits/stdc++.h>
using namespace std;
const double sc=2;
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
int m=width(),n=height();
pix=QPixmap(m,n);
QPain... | [
"2o18o424@gmail.com"
] | 2o18o424@gmail.com |
5769a5ddc66364bb6a2d7fef2a33aa61160fa0c6 | cd4a41e8cd41a0bbf07fc5418305ef126892b7e8 | /ModelExplorerPlugin/RengaPropertyController.h | 2972b69502e74fc61c91c40929c4d659a5abd2f4 | [
"MIT"
] | permissive | RengaSoftware/ModelExplorer | 24004c9870d90517e84b574d173bcf843b31bec1 | 3af10411d641936c06ef89c64b16155c6af3474a | refs/heads/master | 2023-07-06T15:13:39.376234 | 2023-06-27T14:39:09 | 2023-06-30T08:20:22 | 72,128,876 | 24 | 6 | MIT | 2023-06-30T08:20:24 | 2016-10-27T16:50:53 | C++ | UTF-8 | C++ | false | false | 1,454 | h | //
// Copyright "Renga Software" LLC, 2016. All rights reserved.
//
// "Renga Software" LLC PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
// "Renga Software" LLC DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
// UNINTERRUPTED OR ERROR FREE.
//
#pragma once
#include "RengaModelUtils.h"
class QtPro... | [
"tyan.evgeniy@gmail.com"
] | tyan.evgeniy@gmail.com |
7b7d75a4ad16b70053dec4c25644778414e9b2c9 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE23_Relative_Path_Traversal/s04/CWE23_Relative_Path_Traversal__wchar_t_file_fopen_52c.cpp | 552aa423c07a344351c6bc36133a002fd27c7a77 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 1,825 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE23_Relative_Path_Traversal__wchar_t_file_fopen_52c.cpp
Label Definition File: CWE23_Relative_Path_Traversal.label.xml
Template File: sources-sink-52c.tmpl.cpp
*/
/*
* @description
* CWE: 23 Relative Path Traversal
* BadSource: file Read input from a file
* G... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
3c7d8e10c25456863544033688761ea4c64ded1e | e9cc0edad84629928acb8f1cf11ae8aac8a54d2a | /code/Model/model.hpp | a87db681cefa915c4425939a4166793fdf5f109d | [] | no_license | mince22/NothingWorld | 914d41a286543f251f80f4570b8735433b092ab0 | 546422d561bee0ef94eabcdc273931646ef9705a | refs/heads/master | 2022-04-05T10:44:57.759351 | 2020-02-21T10:32:49 | 2020-02-21T10:32:49 | 234,732,609 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | hpp | #pragma once
#include "../common.hpp"
#include "../Device/d3d.hpp"
#include "../assimp/assimp_type.hpp"
#include "../Render/shader.hpp"
class Model {
public:
Model();
Model(D3D* d3d);
Model(D3D* d3d, Shader* shader);
void load_model(wstring model_name);
void destroy();
void render();
Shader* get_shader() c... | [
"38732690+mince22@users.noreply.github.com"
] | 38732690+mince22@users.noreply.github.com |
f035225b3d728bad8f7614997eac17e00fd0731c | 8a217a4fb0619b38b0ee3496344302f4c45aa1f8 | /SET_1_ALL/box details/box.cpp | f6a16ccb2474c94a4d8b47e4ad227db370f3b7cb | [] | no_license | 99002554/Cpp-Assignment | c490bf635b2a56a068280981a93cb2b31ae2b729 | 57d9633e0bc61aab399f9369bb2b1b73db54e2a5 | refs/heads/master | 2022-12-26T00:56:23.987034 | 2020-10-06T03:38:09 | 2020-10-06T03:38:09 | 297,582,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 711 | cpp | #include <iostream>
#include "box.h"
using namespace std;
//Box
Box:: Box() :
m_length(0), m_height(0), m_breadth(0) {
}
Box:: Box(int x, int y, int z) :
m_length(x), m_height(y), m_breadth(z) {
}
Box:: Box(int v) :
m_length(v){
}
Box::Box(const Box & ref) :
m_length(ref.m_length), m_he... | [
"noreply@github.com"
] | 99002554.noreply@github.com |
a43be77925dd1829876c4c4da5529071b7163e33 | 3d27cef0bada23c80915432beb7d90b8129537bd | /sources/common/inc/Utils.h | e0d524ba69caa8ed1e3d7b1ada06eae69815e9c8 | [
"MIT"
] | permissive | WojciechRynczuk/Expx | ed5cb72c19d7618de74b8b22f191effc078dde38 | 66c854d5d03ba69d17f818c5f130cf010b3ebda7 | refs/heads/master | 2021-01-10T14:37:16.681681 | 2019-03-21T15:26:46 | 2019-03-21T15:26:46 | 51,435,972 | 0 | 0 | null | 2016-12-24T12:55:17 | 2016-02-10T11:02:25 | C++ | UTF-8 | C++ | false | false | 2,002 | h | /// @file Utils.h
///
/// The utilities.
///
/// @par Full Description
/// The utilities used among vcdMaker applications.
///
/// @ingroup Utils
///
/// @par Copyright (c) 2016 vcdMaker team
///
/// Permission is hereby granted, free of charge, to any person obtaining a
/// copy of this software and associated documen... | [
"wojciech.rynczuk@wp.pl"
] | wojciech.rynczuk@wp.pl |
f134bcff4ab2d894f53b5d2f4e6aec403c0d803e | 6a3f420940c6646361908543266e398b87bf4555 | /debugger/src/cpu_sysc_plugin/riverlib/cache/cache_top.cpp | 951906d1acd64fb72fce2cc105c1cde0c57fc11e | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | omkarkavi/riscv_vhdl | a12c19d217771a4aa49d722f75e60459566c2bed | accb3fd5da77f24a6d5f93ddc9f7736db125489b | refs/heads/master | 2020-09-06T12:57:34.246637 | 2019-11-08T00:42:14 | 2019-11-08T00:42:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,193 | cpp | /*
* Copyright 2019 Sergey Khabarov, sergeykhbr@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sergeykhbr@gmail.com"
] | sergeykhbr@gmail.com |
47e2064aef758b15315d17a0fed3f0a761f2b645 | 4567e5410df896484d36bb0310aa9fc4e377b18c | /app/src/main/cpp/dl_writer_ascii.cpp | 18659815e200b5d643d7dd5380d8dd34c8ddfc32 | [] | no_license | y442108983/dxflib2 | 7501c639939ed1f7e3ce16a152240c13d84f4eac | b311d2d933955dd413a0e357f3a57aee70dcabf6 | refs/heads/master | 2020-05-02T12:43:04.223457 | 2017-09-25T05:12:57 | 2017-09-25T05:12:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,367 | cpp | /****************************************************************************
** Copyright (C) 2001-2011 RibbonSoft. All rights reserved.
** Copyright (C) 2001 Robert J. Campbell Jr.
**
** This file is part of the dxflib project.
**
** This file may be distributed and/or modified under the terms of the
** GNU General P... | [
"ycxadr@163.com"
] | ycxadr@163.com |
5d15c8a09855d3959bfd93a59c6d185b6da75f50 | d64d54e3bf7fd7d0638bd36f58324c1dba0aaa5f | /LiveShow/src/Room3/ordersong/OrderSongDlg.cpp | 99ded69429ddf02fb0cb8f4b1ac5b6b3731c2336 | [] | no_license | ExpLife0011/V8 | cfc797f5ee79a92c495b865aa9bb7cb2cce64137 | 9716c650251dbc186dd07f8c425a0f9061f0d331 | refs/heads/master | 2020-04-22T16:06:22.279247 | 2014-09-06T12:15:26 | 2014-09-06T12:15:26 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 19,127 | cpp | // OrderSongDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "..\Room.h"
#include "OrderSongDlg.h"
#include "skin_i.h"
#include "SkinUtil.h"
#include "..\SendEventManager.h"
#include "utility\SystemHelper.h"
#include "utility\StringHelper.h"
#include "utility\json\json.h"
#include "SongWishDlg.h"
#include "... | [
"329656527@qq.com"
] | 329656527@qq.com |
626d6327672f5933f9e00019863c8dafac612e2a | e5614c36fd324f2e214ff05aaf2bf7230443e0b5 | /CodeForces/899B - Months and Years - 33488361.cpp | b87c857ddef3b5e9541d76ee2362d8703c59d986 | [] | no_license | njrafi/Competitive-Programming-Solutions | a9cd3ceae430e6b672c02076f80ecb94065ff6d8 | 86d167c355813157b0a0a8382b6f8538f29d4599 | refs/heads/master | 2020-07-30T22:18:46.473308 | 2019-10-06T18:12:36 | 2019-10-06T18:12:36 | 210,377,979 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,038 | cpp | #include <bits/stdc++.h>
#ifndef ONLINE_JUDGE
#define gc getchar
#define pc putchar
#else
#define gc getchar_unlocked
#define pc putchar_unlocked
#endif
using namespace std;
#define vi vector<int>
#define si set<int>
#define vs vector<string>
#define pii pair<int, int>
#define vpi vector<pii>
#define pri priority_queue... | [
"njrafibd@gmail.com"
] | njrafibd@gmail.com |
6e6d8a52d8a647830fd28cbf6384f00e9a84d5e6 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_PrimalItemConsumable_Egg_Argent_Fertilized_Snow_parameters.hpp | b4213d6cd1512e4040782e5bedcbcabcfa6f1081 | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 884 | hpp | #pragma once
// ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_PrimalItemConsumable_Egg_Argent_Fertilized_Snow_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//----------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
d51145cc23a6d55f824927b73b1f1385bb73f5f7 | 6fc7a6b9f388081a0c3fe6e06a80f793f6f3b089 | /tutorial/openCVtutorial/src/camera/Camera.cxx | 771fdee8e38961d22313a23a8c84dc44c97e46d8 | [] | no_license | k1rn1l/naruto-hand-signs-fighting | d5ecd168915406cf90026a6dc0a623f385a54545 | f930a0cc87256caa42455e3fb44ecbe24005cabf | refs/heads/master | 2021-01-19T05:36:03.702878 | 2011-06-09T11:15:29 | 2011-06-09T11:15:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,486 | cxx | /*
* Camera.cxx
*
* Created on: Nov 12, 2010
* Author: michele
*/
#include "Camera.h"
Camera cam;
Camera::Camera(){
capture = cvCaptureFromCAM( CV_CAP_ANY );
// capture = cvCreateCameraCapture( CV_CAP_ANY );
if( !capture ) {
fprintf( stderr, "ERROR: capture is NULL \n" );
getchar();
return;
}
fr... | [
"miketambu@gmail.com"
] | miketambu@gmail.com |
21c47bfe009ef70ffdd4f16f38249e91929d4417 | aa69e484597ef2bcca2510773e9abae7d425e51f | /mlRVML/3rdParty/PanoMosaic/src/seam_finders.cpp | 0048145a78a0298479bb3590b1001ea2e81d846b | [] | no_license | wayelee/TESTPROJECT | 20025534dd749b93c494294104c50354063d4279 | c564412525d9811f4f57967fbe72894f76884b62 | refs/heads/master | 2020-04-04T05:10:52.603066 | 2019-10-31T03:55:21 | 2019-10-31T03:55:21 | 155,737,527 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 15,725 | cpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"wayelee2000@gmail.com"
] | wayelee2000@gmail.com |
3449a500b661a066964feeb9f6230dd165ab7753 | c62611d69408397e3326464390e28a0e0ee84ad7 | /Editor/editormodel/nodes/rootnode.cc | 5db76c7a959eb70860c232a3e94c52bce8bf6619 | [] | no_license | marcellfischbach/CobaltSKY | 80f5c202c5387f9e450510f31c245226e9d9eb65 | a4e8c1d59285276ca2a0b42009ef15518355578e | refs/heads/master | 2021-01-10T20:59:20.920563 | 2019-05-23T14:53:11 | 2019-05-23T14:53:11 | 94,755,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 764 | cc |
#include <editormodel/nodes/rootnode.hh>
namespace cs::editor::model
{
RootNode::RootNode(Model *model)
: Node(model, eT_Root)
{
}
RootNode::~RootNode()
{
}
bool RootNode::IsRootNode() const
{
return true;
}
RootNode *RootNode::AsRootNode()
{
return this;
}
const RootNode *RootNode::AsRootNode() const
{... | [
"marcell.fischbach@amova.eu"
] | marcell.fischbach@amova.eu |
0e6a75012b5e768d51bd1003f66385189cf91bcf | 484850e4f2e68ae1cd06247da6f79a2a861d6713 | /DomoUI/ResourceMgr.h | 971640ce36bf1d6d080523d5edd871df452be9bf | [] | no_license | SkyZoThreaD/DomoUI | 1c3cc6a8c3c1c2fc47a57b7c2cdffe4960d9c4bd | c42938a7497d37b871c8f0d2a3f8f5af86718646 | refs/heads/master | 2021-01-10T15:42:11.713134 | 2016-03-02T12:36:23 | 2016-03-02T12:36:23 | 52,759,268 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | h | #ifndef RESOURCEMGR_H
#define RESOURCEMGR_H
#include "DomoUI.h"
namespace DomoUI
{
class ResourceMgr
{
public:
static ResourceMgr& Get();
Texture *GetTexture(const std::string);
Mesh *GetMesh(const std::string);
ResourceMgr();
~ResourceMgr();
private:
std::vector<Texture> Texture_Array;
std::vector<Mesh> ... | [
"skyzothread@gmail.com"
] | skyzothread@gmail.com |
dd4dd3ef04108711db7c60b0fe41edf4430295d0 | 347ec1a55e81d0c793554cb297d10a3d01184705 | /Protocol.h | cc617b553b90436cd51e6e89662f7bb5f9367ad7 | [] | no_license | hobgreenson/electrophysiology-stimulus | e36a303d0d03573f170f8ef629ee6258ed68b69c | 2fcae6c3fe0d93fa7a5a46d94d7a949235ede23e | refs/heads/master | 2020-05-27T09:38:36.259452 | 2015-08-21T15:09:50 | 2015-08-21T15:09:50 | 30,271,596 | 1 | 0 | null | 2015-08-21T15:09:50 | 2015-02-04T00:02:25 | C++ | UTF-8 | C++ | false | false | 1,044 | h | #ifndef PROTOCOL_H
#define PROTOCOL_H
#include <cmath>
#include <ctime>
#include <cstdlib>
#include <cstdio>
#define SCREEN_WIDTH_GL 0.7 //0.68
#define SCREEN_WIDTH_DEG 200
#define OPEN_LOOP_OMR 0
#define OPEN_LOOP_PREY 1
#define CLOSED_LOOP_OMR 2
#define CLOSED_LOOP_PREY 3
class Protocol
{
public:
Protocol();
... | [
"m.hobson.green@gmail.com"
] | m.hobson.green@gmail.com |
4ba8f48189d6fc9b075f8b638d3d2d420c39b682 | c0f2dd86a78ba0d9d4a82717f4fc7d05b4509d69 | /SplitChannels1.cpp | 80e5eb9a31c8978c29e306b3dc2a1d51d6d33d2a | [] | no_license | XiuyeXYE/OpenCVLearning | f00c27d1e86072d0295b64cdc5246b190fb9e995 | b8754efecd1e64f0f9f2028beac3d042a33a07d5 | refs/heads/master | 2021-05-05T11:19:21.364411 | 2018-03-11T13:10:52 | 2018-03-11T13:10:52 | 118,152,050 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 532 | cpp | #include"OpenCVLib2.hpp"
using namespace cv;
int main(){
vector<Mat> channels;
Mat imgBlueChannel;
Mat imgGreenChannel;
Mat imgRedChannel;
//OpenCV的通道是BGR 不是 RGB,顺序要注意
Mat srcImg = imread("p1.jpg");
split(srcImg,channels);
imgBlueChannel = channels.at(0);
imgGreenChannel = chann... | [
"xiuye_engineer@outlook.com"
] | xiuye_engineer@outlook.com |
cd5d451ab516a3c30e6a62d02955005f12d1e39f | a3accf4e28d57e9ee3051b62022342ffba96593c | /Chapter2/cpa_lab_2_1_5_-3--B/cpa_lab_2_1_5_(3)-B.cpp | c82909d58cb288782c2b9d5da7d7b857c63b2c8e | [] | no_license | 1234bpv/CPA-Programing-Essentials-in-C- | 365c455d0f1a3441bb774a00edaece902f0a1435 | 3efd55717c69152875b904bae51ffe8663c3f8ed | refs/heads/master | 2021-09-01T09:00:03.945880 | 2017-12-26T04:51:09 | 2017-12-26T04:51:09 | 114,514,667 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | cpp | // cpa_lab_2_1_5_(3)-B.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main()
{
int sys, ft;
float m, in, ftFloat, rest;
// Insert your c
cout << "Chose metric(0) or imperial(1) system" << endl;
... | [
"noreply@github.com"
] | 1234bpv.noreply@github.com |
7ae29761c5b15696caf8299abd0fe5630f81e3c8 | 544bbac2e163fd61503f340d1fb40369aac0f59c | /programming/Rcode/BDRCPP/SRC/includes.h | 076117838f70c36457c82a85d674c879cc76b550 | [
"MIT"
] | permissive | DannyArends/Other | 810c8855e321f0722140375864fe6f6bf09a97eb | bc7328cdf6356a02efe716b865947f0567a239a4 | refs/heads/master | 2020-06-08T22:25:54.838498 | 2014-02-03T07:31:30 | 2014-02-03T07:31:30 | 800,277 | 1 | 0 | null | 2014-02-03T06:00:06 | 2010-07-27T09:55:12 | C | UTF-8 | C++ | false | false | 248 | h | #ifndef __INCLUDES_H
#define __INCLUDES_H
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <R.h>
#include <Rinternals.h>
#include <Rmath.h>
void *calloc_init(size_t num, size_t size);
#endif
| [
"danny.arends@gmail.com"
] | danny.arends@gmail.com |
5e4302dee19ef4a019f12d7f63f8ce419fa36abe | 69602cb03d63461c4d6da95046678b629964039c | /contrib/yins-enas/core/ego.h | 5f47bbdedf02d09575356b9581edd7686532b1ae | [] | no_license | jsw883/snap | 370d7d3ed45782c3a8b98abcfec5f13c6b3d7001 | ed9fb8ac704f6e44ae1204f230f8545faa8f309a | refs/heads/master | 2021-01-21T16:49:15.701749 | 2017-05-18T00:07:43 | 2017-05-18T00:07:43 | 36,229,634 | 0 | 2 | null | 2017-03-31T10:06:08 | 2015-05-25T12:17:57 | C++ | UTF-8 | C++ | false | false | 2,519 | h | #ifndef core_subgraphs
#define core_subgraphs
// Headers (?)
#include "galg.h"
#include "galgfixedmemory.h"
namespace TSnap {
template <class PGraph>
class TFixedMemorykEgo : public TFixedMemoryBFS<PGraph> {
public:
// Backward / forward visitor (degree only)
class TkEgoVisitor {
public:
// ... | [
"jsw883@gmail.com"
] | jsw883@gmail.com |
f121e50eb2c7552b57a917bd6797f79082fd5796 | 7647faf4862c04fc02cf83631bf51b35b5ed018c | /RK4Integration.h | 769268e9b84d8a949c2c0622156d6891407dd5ba | [] | no_license | urianawu/PhysicBasedModeling | 79cc9dfe15262658eb2d9c87cd793a9cccfe2d23 | 9ed1837ee55daa29c85f3368e8c1d0df935985b0 | refs/heads/master | 2020-03-27T23:03:17.363686 | 2015-01-12T21:43:13 | 2015-01-12T21:43:13 | 29,157,491 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 650 | h | //
// RK4Integration.h
// Springy
//
// Created by Uriana on 13-11-5.
// Copyright (c) 2013年 Uriana. All rights reserved.
//
#ifndef __Springy__RK4Integration__
#define __Springy__RK4Integration__
#include <iostream>
#include "Vector3D.h"
#include "Integration.h"
# include "rk4.hpp"
class RK4Integration :public... | [
"Uriana@dhcp-10-202-151-102.tamulink.tamu.edu"
] | Uriana@dhcp-10-202-151-102.tamulink.tamu.edu |
74ba6027aa02512ab314256ca204cbbff0b3f8ce | c59bd900605f20dfd35c97d6b87b9b2b41770e76 | /source/track/model/test/AlbumModelTest.cxx | a630cb16a02058113dc903c84050bd468871eb14 | [] | no_license | bonezuk/athena | 77eabf0f43e270b22811d54766c18f3061260242 | de6531c7da2df88ff639b8e0e8e25abdd199e6e4 | refs/heads/master | 2023-09-01T05:49:40.261319 | 2023-08-28T18:25:08 | 2023-08-28T18:25:08 | 134,977,605 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 89,926 | cxx | #include "gtest/gtest.h"
#include "gmock/gmock.h"
#include "track/model/inc/AlbumModel.h"
#include "track/model/test/TrackDBTestEnviroment.h"
#include "track/db/test/SQLiteMock.h"
using namespace omega::track::model;
using namespace omega::track;
using namespace testing;
//-------------------------------------------... | [
"stuart@blackomega.co.uk"
] | stuart@blackomega.co.uk |
4ac20a8b4f37a2f5c971b925e741420f99b7366a | c72ee8b73a47ef2db7c6de903c7823be8695163e | /W7-INLAB/Hero.h | f2217d948ea8f22b05622966f6aa8d02ae27c9c1 | [] | no_license | olegmitrakhovich/Object-Oriented-Programming---OOP244 | f37d98e01c21e53dd97af3fa31800d3b9dc832a4 | 9e3530f53d3260c965ca02120cf2e2a0b83eb5e5 | refs/heads/master | 2021-01-13T03:09:14.676968 | 2016-12-26T22:19:00 | 2016-12-26T22:19:00 | 77,407,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 732 | h | // OOP244 Workshop 7
// File hero.h
// Version 1.0
// Date 12 July 2016
// Author Oleg Mitrakhovich
// Description
// base class called hero and all of its prototype functions
//
//
// Revision History
///////////////////////////////////////////////////////////
// Name Date Reason
//
///////////////... | [
"noreply@github.com"
] | olegmitrakhovich.noreply@github.com |
b414c64d8acbbe4342bbe0e815cc91c99b11f3d5 | 246cf65d89cb4019c20e075253031fdf011f068b | /Cracking the Coding Interview/0.0 template.cpp | 47cc208c218a56db69f2b96a944c2515763cb943 | [] | no_license | DouMiaoO-Oo/note | ae9fe699cd94dc92531354ad08152f954663ac4b | e25fa7b42f373a4338888640bd5f3cf1c81d9945 | refs/heads/master | 2022-11-22T17:37:30.808426 | 2022-11-14T14:10:11 | 2022-11-14T14:10:11 | 143,014,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 323 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#include <string>
#include <cstring>
#include <queue>
#include <map>
#include <sstream>
#include <cmath>
#include <unordered_set> // 需要c++ 11才能支持
#include <unordered_map> // 需要c++ 11才能支持
using namespace std;
int main(){
return 0;
}
| [
"doumiao0713@gmail.com"
] | doumiao0713@gmail.com |
14c779966e1ecd49558b871d615c7f0c13093095 | 9e5851fffc93155e593b8f89ce2792c2440411a5 | /parsec/parsec.cxx | de71557e5883f81b729ad1032652d0567075c41d | [] | no_license | serid/cplastane | d8de3f60cdf9203b57d8fc88c9d5dcc8d5d80d6d | e9f1ae4faf84bb7788f7bb2fab1ca72832e37ab9 | refs/heads/master | 2023-04-13T18:38:08.128370 | 2021-04-25T15:07:42 | 2021-04-25T15:07:42 | 325,922,471 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,972 | cxx | //
// Created by jitrs on 07/02/2021.
//
#include "parsec.hxx"
using namespace std;
static auto is_dec_digit(char c) -> bool {
return '0' <= c && c <= '9';
}
static auto is_hex_digit(char c) -> bool {
return is_dec_digit(c) || ('A' <= c && c <= 'F');
}
// Assumes that c is a dec digit
static auto dec_digit... | [
"serridd@gmail.com"
] | serridd@gmail.com |
9675e45253523f5d8afdbe75b53820cd1ae9954d | 0d906075ab29e3e0d48f985007db6d1d2e78caf9 | /testopengl/src/testqtopengl/main.cpp | 848b2c3402b3e1131d2e9d797bf72be72496a110 | [] | no_license | chenyue0102/mytestchenyue | b3010bf84f46f8b285c3a4bfe926b63bcf5ecb51 | ce4dc403dcbbaee513150c823f3a26501ef1ff55 | refs/heads/master | 2023-08-30T23:31:33.419958 | 2023-08-25T09:53:05 | 2023-08-25T09:53:05 | 32,462,298 | 0 | 0 | null | 2023-07-20T12:15:34 | 2015-03-18T14:03:46 | C++ | UTF-8 | C++ | false | false | 1,664 | cpp | #include <GL/glew.h>
#include "testqtopengl.h"
#include <assert.h>
#include <QtWidgets/QApplication>
#include "FormatConver.h"
bool SaveBitmap(const char *pFileName, int width, int height, int biBitCount, const void *pBuf, int nBufLen)
{
if (nullptr == pFileName
|| 0 == width
|| 0 == height
|| !(biBitCount == 2... | [
"chenyue@ksjgs.com"
] | chenyue@ksjgs.com |
7e6118af41ee8ef185df61a90c2aba1ef91d728e | 592b53b4453899ab9e5947e7a45a38f4b2a31b50 | /GNURadio/OOT_Modules/gr-ax25/include/ax25/ax25_encoder.h | 696f6744f8a0a0832b3eb25655bc5b2b3b502b71 | [
"MIT"
] | permissive | ClydeSpace-GroundStation/GroundStation | 9b4e2cc86edfa2598958d081ba6bc74a64e40584 | 21b4da25a7061b59447cf5a6686e5a575350a3f4 | refs/heads/master | 2021-01-18T23:17:13.095811 | 2016-06-13T10:39:31 | 2016-06-13T10:39:31 | 54,881,024 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,692 | h | /* -*- c++ -*- */
/*
* Copyright 2016 <+YOU OR YOUR COMPANY+>.
*
* This 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 3, or (at your option)
* any later version.
*
* This software is d... | [
"thomas.parry@clyde-space.com"
] | thomas.parry@clyde-space.com |
d3e2505588f4b01dd70d967ec2458744b7f9ad31 | 0bb2876a278f069aed3f353fe3e3c09261138801 | /Linked Lists/Get_Value_In_Linked_List.cpp | e84c3e5e674c58e5e8a6596603e767e169d9f211 | [] | no_license | ranveerraj248/DS-Algo-Basic | 8de95240ff25a7c36852eb690b020009365e40c5 | 2339ce00c2929fc354a57c8d600ea7f0e34964fe | refs/heads/main | 2023-06-25T14:04:56.938052 | 2021-07-29T03:55:11 | 2021-07-29T03:55:11 | 390,592,397 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,259 | cpp | // 1. You are given a partially written LinkedList class.
// 2. Here is a list of existing functions:
// 2.1 addLast - adds a new element with given value to the end of Linked List
// 2.2. display - Prints the elements of linked list from front to end in a single line.
// All elements are separated by spac... | [
"ranveerraj248@gmail.com"
] | ranveerraj248@gmail.com |
0346b37491c79862864f389d8b4473afb6f64647 | c4340fa04856c97f4d9664f8a7621ed256e8334f | /DiceDice/DiceBox.cpp | c4c6f2bff215c5b436b1ae6ff281bf87a1923f01 | [] | no_license | inuchi/VisualCppNoviceDiceDice | 09528896395a613835938320a19ccc013ec88236 | d1830a2d42a28c2928d890e61fa7dfe0df3bc896 | refs/heads/master | 2020-03-06T22:20:45.118287 | 2018-03-28T07:32:24 | 2018-03-28T07:32:24 | 127,100,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 419 | cpp | #include "DiceBox.h"
using namespace System;
using namespace DiceDice;
DiceBox::DiceBox()
{
//init
this->_number = 1;
}
DiceBox::DiceBox(int initNumber)
{
//init
if ((initNumber >= 1) && (initNumber <= 6))
{
this->_number = initNumber;
}
else {
this->_number = 1;
}
}
void Di... | [
"noreply@github.com"
] | inuchi.noreply@github.com |
956d4c1c72d691ceeba35398cabcdb7edc8a2dfb | feb08edc6be153558b0a0759d2b2ff44b32ec15c | /COMP8042A2Test/BinarySearchTree.h | 5e66ab4de1cd7542a40e88b7d3c44fe642cbf9a8 | [] | no_license | Paul1005/COMP8042A2Test | aef90dd5114743fa9fecb6d4645ea6969a344c07 | eaa63e25c0235aaa73ecb5e7c43e511764491da2 | refs/heads/master | 2021-01-01T23:38:22.161096 | 2020-03-03T06:32:29 | 2020-03-03T06:32:29 | 239,393,997 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,381 | h | #include <algorithm>
#ifndef BINARY_SEARCH_TREE_H
#define BINARY_SEARCH_TREE_H
using namespace std;
// BinarySearchTree class
//
// CONSTRUCTION: zero parameter
//
// ******************PUBLIC OPERATIONS*********************
// void insert( x ) --> Insert x
// void remove( x ) --> Remove x
// bool contai... | [
"mccarliep@gmail.com"
] | mccarliep@gmail.com |
a01e909c3722e222dfd7e25ddc49b486d7c1c69c | 0befa75db784040d977d0db001eaf2499a67f4ef | /A.cpp | 79168982c28ae2f9721c9069263e0a9359db88f3 | [] | no_license | SlavaBiceps/Codeforces-Round-478-Div.-2- | c6d57d67a18306056fb79fd288506e2ef3b5294b | 3e4d006ef6847926f21c260d45f0f95bb5992d8e | refs/heads/master | 2020-03-25T08:02:35.119681 | 2018-08-05T11:17:46 | 2018-08-05T11:17:46 | 143,594,743 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | cpp | #include<bits/stdc++.h>
using namespace std;
int main() {
int n;
string s;
set<string>se;
cin >> n;
for (int i=0; i<n; i++) {
cin >> s;
sort(s.begin(), s.end());
s.erase(unique(s.begin(), s.end()), s.end());
se.insert(s);
}
cout << se.size();
return 0;
} | [
"slava_ivanov_cs_12321@mail.ru"
] | slava_ivanov_cs_12321@mail.ru |
fff2c19d0565f9e49fcb85fbab26dfd354f1e063 | 5d6d9b2f1192b214b23e745a96e69e6d80bae1d3 | /Grokking the Coding Interview/TwoPointers/Quadruple-Sum-to-Target.cpp | 7a276a5b84ee1c33594249c51d31987f31f23e0d | [] | no_license | sunyw99/Educative | 3b137f6e28ef3a8ae68b817871d1ab1077f832e0 | c4038b19154154e131f6af1b75ab8be35e8579b9 | refs/heads/main | 2023-08-01T04:25:05.721302 | 2021-09-23T17:39:10 | 2021-09-23T17:39:10 | 407,059,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,507 | cpp | using namespace std;
#include <algorithm>
#include <iostream>
#include <vector>
class QuadrupleSumToTarget {
public:
static vector<vector<int>> searchQuadruplets(vector<int>& arr, int target) {
vector<vector<int>> quadruplets;
// TODO: Write your code here
sort(arr.begin(), arr.end());
... | [
"sunyw99@163.com"
] | sunyw99@163.com |
7591c47218e798abfc2aa5d155071dbb72bdc97c | 05a2a4d28d2b64059fd23edad8a34009dc5b1888 | /common/surfacefunction.cpp | ec4f7b84beb18f89351c123a6e570612e09c6fdd | [] | no_license | zingibertram/igs-l4 | ec90d31cb05ab12e26872760ac207bb7c6f2635b | 3534776c149f4c3f18bc65bf62e638807d6c586f | refs/heads/master | 2021-01-21T12:58:00.421359 | 2016-05-13T19:34:49 | 2016-05-13T19:34:49 | 43,601,849 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 12,972 | cpp | #include "surfacefunction.h"
#include <math.h>
SurfaceBorder::SurfaceBorder()
{
minU = 0;
maxU = 360;
minV = 0;
maxV = 360;
isUCycle = true;
isVCycle = true;
}
SurfaceBorder::SurfaceBorder(int iu, int iv, int xu, int xv, bool uCycle, bool vCycle)
{
minU = iu;
maxU = x... | [
"zingibertram@gmail.com"
] | zingibertram@gmail.com |
268343727acb466bbff227e3c57261aded7775d5 | e4f0396e2962a874a135110864dd648861b2d0c5 | /백준/1644.cpp | 0f856ac53e002edd56fe988a11424d78567a2c2f | [] | no_license | ddamddi/PS | 548001fd1657b9ceaa2d96c34e035223f237bf92 | bfc004e61263f37fbd9325b6a56831be77ae7303 | refs/heads/master | 2021-05-22T16:19:00.761602 | 2021-05-05T16:25:25 | 2021-05-05T16:25:25 | 253,000,041 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 657 | cpp | #include <iostream>
#include <vector>
#define MAX 4000000
using namespace std;
bool isPrime[MAX+1];
int main(){
fill(isPrime+2, isPrime+MAX+1, true);
long long n, answer=0;
cin >> n;
for(long long i=2; i<=n; i++){
if(!isPrime[i])
continue;
for(long long j=i*i; j<=n; j+=i)
isPrime[j] = false;
}
vec... | [
"leonardkkh@gmail.com"
] | leonardkkh@gmail.com |
5431e4dfd61552f02618410694db4d712ad193fc | 45364deefe009a0df9e745a4dd4b680dcedea42b | /SDK/FSD_AFE_1p_Dash_functions.cpp | 1e007e65fc1ca6ed2998fc1a7c59711d499d42a3 | [] | no_license | RussellJerome/DeepRockGalacticSDK | 5ae9b59c7324f2a97035f28545f92773526ed99e | f13d9d8879a645c3de89ad7dc6756f4a7a94607e | refs/heads/master | 2022-11-26T17:55:08.185666 | 2020-07-26T21:39:30 | 2020-07-26T21:39:30 | 277,796,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 347 | cpp | // DeepRockGalactic SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "FSD_AFE_1p_Dash_parameters.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
}
#ifdef _MSC_VER... | [
"darkmanvoo@gmail.com"
] | darkmanvoo@gmail.com |
9ff6bb3e74bbb538d7f6111e5cf0d078de8b5a1b | 113e2de7af82554c478b82a544dc73f113c63384 | /OpencvTest/src/common.h | 1ae299f298b0d86157331fd72d8baadcf61b5573 | [] | no_license | luanjianbing/CentOSAndLinuxRecord | a4e477a3df73d64bdd534021c2f2ce98fdd13792 | 276b2194395d1a572792f7e749d116e396dd3118 | refs/heads/master | 2022-12-08T17:11:16.095337 | 2020-08-12T07:43:48 | 2020-08-12T07:43:48 | 265,774,014 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 242 | h | #pragma once
#ifndef COMMON_H
#define COMMON_H
#include <iostream>
#include <opencv2/core.hpp>
#include <opencv2/videoio.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/opencv.hpp>
#include <opencv2/imgcodecs.hpp>
#endif // COMMON_H
| [
"dmtsai@localhost.localdomain"
] | dmtsai@localhost.localdomain |
040a078d5f600e1dc1cd431a35d0cce4033d3bcc | ca7b3c38b59e5cc54e944df9da56c6814cee25fe | /components/skia/src/gpu/gl/builders/GrGLProgramBuilder.cpp | 41b84d806ab3a1b075e675acfd853f27eb2e3a2a | [
"MIT"
] | permissive | wxz879526/UIEngine | 1ddbb08671dd41ac8650d29d8c38040bb3b60e2c | 4d627f94d0e071673eb0ff6b056835781eaef1e4 | refs/heads/master | 2021-01-10T01:52:29.318829 | 2015-12-05T13:31:03 | 2015-12-05T13:31:03 | 47,408,732 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 16,656 | cpp | /*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "gl/GrGLProgram.h"
#include "gl/GrGLSLPrettyPrint.h"
#include "gl/GrGLUniformHandle.h"
#include "GrCoordTransform.h"
#include "GrDrawEffect.h"
#include "../GrGpuGL.h"... | [
"wxz879526@sina.com"
] | wxz879526@sina.com |
cbd5065b40e2813cc580dbe97321e40bc407b3f4 | 2cf838b54b556987cfc49f42935f8aa7563ea1f4 | /aws-cpp-sdk-license-manager/include/aws/license-manager/model/GetAccessTokenResult.h | fbaf5db5cbf13b0a6ec571e2dfba72fcd763e140 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | QPC-database/aws-sdk-cpp | d11e9f0ff6958c64e793c87a49f1e034813dac32 | 9f83105f7e07fe04380232981ab073c247d6fc85 | refs/heads/main | 2023-06-14T17:41:04.817304 | 2021-07-09T20:28:20 | 2021-07-09T20:28:20 | 384,714,703 | 1 | 0 | Apache-2.0 | 2021-07-10T14:16:41 | 2021-07-10T14:16:41 | null | UTF-8 | C++ | false | false | 1,964 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/license-manager/LicenseManager_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWeb... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
8dab8ed1a13eab030891d4943b3a8e39023e2b43 | f032281c425583ffbbcad507af0a104758d59933 | /OpenHome/Net/Bindings/C/Device/Providers/DvUpnpOrgRenderingControl2C.cpp | c680057a28a1cfbb3fdcaf71539254a49367cd88 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | Wodath/ohNet | 2fb2be1fe280d87537686b58f992a09b3d170f19 | 3527b24a17c81462372ac8b9f0f68d555f9d92dd | refs/heads/master | 2021-01-16T19:49:51.846116 | 2014-07-31T09:16:28 | 2014-07-31T09:16:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82,579 | cpp | #include "DvUpnpOrgRenderingControl2.h"
#include <OpenHome/Types.h>
#include <OpenHome/Buffer.h>
#include <OpenHome/Net/C/DviDeviceC.h>
#include <OpenHome/Net/Core/DvProvider.h>
#include <OpenHome/Net/C/OhNet.h>
#include <OpenHome/Net/Core/DvInvocationResponse.h>
#include <OpenHome/Net/Private/Service.h>
#include <Open... | [
"simon.chisholm@linn.co.uk"
] | simon.chisholm@linn.co.uk |
5f08231fcf3543f54deef25745caf294497ae9cb | bf972b2a4dec38efee978a99c70fc4d2f173c7a0 | /src/boost-multi-index.cpp | 93c8496c40c46a015cee932f95acfdfdba7cc0f2 | [] | no_license | pranaysahota/boost-multi-index-container-sample | 2d8b8ad751c715e51b4c025c68a24c4dbb089de9 | d30ec309e7a5411a3331516865683e698212bc17 | refs/heads/master | 2020-03-29T05:13:39.715155 | 2018-09-20T08:05:03 | 2018-09-20T08:05:03 | 149,573,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,159 | cpp | //============================================================================
// Name : boost-multi-index.cpp
// Author : pranay
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//========================================================================... | [
"pranay.sahota@dunyalabs.io"
] | pranay.sahota@dunyalabs.io |
f7397be3de2228911b17e62c69d60092193a3e15 | e3d10b1896e68a8d6afab78008f876de1d07f217 | /src/RGBPage.cpp | cac4c8a4fdbc6f6d36e4a37c4bbcdc2fc8088be0 | [] | no_license | x86driver/pxgui | f870ea15f83710b588c423d23576423a6f32b8f8 | ebdd6ca91f842f8ded9a50940b57dc69312b88c1 | refs/heads/master | 2022-06-17T06:39:51.281680 | 2011-12-16T08:05:29 | 2011-12-16T08:05:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,817 | cpp | #include <stdio.h>
#include "TGui.h"
#include "TText.h"
#include "TWindow.h"
#include "TTimer.h"
#include "TScreen.h"
#include "platform.h"
#include "RGBPage.h"
RGBPage::RGBPage(int page, SDL_Surface *background)
: Pages(page, background),
canvas(NULL)
{
Functor<TCanvas::CallbackType> draw_cmd(this, &RG... | [
"doremi@ubuntu"
] | doremi@ubuntu |
3a8501cc15bc60aac7f558fd6af144a8a7b74295 | 6d79f40d57d7f3023fc3c76c04160b9ed6b70f4e | /Source/TopDownTest/TopDownTest.cpp | 7f8368789b8e22d3116550df37a0df10bd0b4d2d | [] | no_license | jwdeharo/TopDownTest | 2cdb3069e98c8ad9fb0c253714961a2bbde4cb01 | f4d54cbb4bf2e625c98574996bd238b249628e36 | refs/heads/master | 2022-12-01T10:05:25.664215 | 2020-08-22T04:54:27 | 2020-08-22T04:54:27 | 288,508,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 236 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "TopDownTest.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, TopDownTest, "TopDownTest" );
DEFINE_LOG_CATEGORY(LogTopDownTest)
| [
"jwdeharo@gmail.com"
] | jwdeharo@gmail.com |
39b12fde2eca88afcad04febfde482558b7eedea | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-macie2/source/model/ScopeFilterKey.cpp | 254a377f279ce5fd05a06c8d5b480f70b3763f5b | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 3,434 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
b2200458190bd461d5498df64e3902f9eaee1f0b | 5e85de2450dff13f914848a50e6c2116f066d9a2 | /MP2/MP2.2/Agent.cpp | 738eac3d21004f33d9d4e7b9f8813bd5e8c60efe | [] | no_license | hkim150/ECE448-Artificial_Intelligence | 41420ae52a6fb00229d87af97f6ce004eef35815 | 19f40d882fb7819435fc9b0ff67abd5fb86dec53 | refs/heads/master | 2021-09-22T22:31:56.172589 | 2017-12-30T11:23:12 | 2017-12-30T11:23:12 | 115,784,550 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,166 | cpp | #include "Agent.hpp"
Agent::Agent(char color, int method, int heuristic) : color(color), method(method), heuristic(heuristic){
currNode = gametree.makeInitialNode();
gametree.getChildren(currNode, WHITE);
randSeed = (unsigned int)time(NULL)%100;
}
// given defensive heuristic 1
double Agent::defensiveHeur... | [
"noreply@github.com"
] | hkim150.noreply@github.com |
5c200eb4d4d54069da4d228fc69aa9c111436c8c | d6b4bdf418ae6ab89b721a79f198de812311c783 | /cfw/include/tencentcloud/cfw/v20190904/model/DescribeBlockIgnoreListRequest.h | 6f4a5035a7f60eaf2a203e016bec9da42c5e6549 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp-intl-en | d0781d461e84eb81775c2145bacae13084561c15 | d403a6b1cf3456322bbdfb462b63e77b1e71f3dc | refs/heads/master | 2023-08-21T12:29:54.125071 | 2023-08-21T01:12:39 | 2023-08-21T01:12:39 | 277,769,407 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,325 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
3331f961bdf7123d87c41fe417089c222106ac32 | f10c4172dd0b7245cc1d196c8fe8a8d21ec541b1 | /src/framework/graphics/geometrydebugrenderer.cpp | 253d1f0dc730ff0662b510dc5e2c63f941853359 | [] | no_license | gered/MyGameFramework | 52230b38b0f1d8fa42ee51d4757b3a62f7c50361 | 9b9404724e48ca9441ba301ba6548b93e794ae93 | refs/heads/master | 2016-09-05T09:47:58.024870 | 2013-04-03T16:30:24 | 2013-04-03T16:30:24 | 7,942,357 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,652 | cpp | #include "../debug.h"
#include "geometrydebugrenderer.h"
#include <math.h>
#include "graphicsdevice.h"
#include "debugshader.h"
#include "renderstate.h"
#include "vertexbuffer.h"
#include "viewcontext.h"
#include "../math/vector3.h"
#include "../math/boundingbox.h"
#include "../math/boundingsphere.h"
#include "../ma... | [
"gered@blarg.ca"
] | gered@blarg.ca |
c2cf0145ead26062851fc0378bd8667eb402daac | 190b99c673c5766aefc302cfbfdb4e012349b92d | /BattleTank/Source/BattleTank/Public/TankTrack.h | 2434d06a21491dedadb89a9cdd3362119fbc6a2f | [] | no_license | DancerCotillion/04_BattleTank | d07ffc0fb69fd55b55c1f5f5dd9400d652d21cbd | 9754495abdf640e5da972f466a5efe3e135e7635 | refs/heads/master | 2022-02-12T08:46:06.046739 | 2019-08-04T18:03:56 | 2019-08-04T18:03:56 | 194,522,392 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/StaticMeshComponent.h"
#include "TankTrack.generated.h"
/**
*
*/
UCLASS(meta = (BlueprintSpawnableComponent))
class BATTLETANK_API UTankTrack : public UStaticMeshComponent
{
G... | [
"tomhughes_86@hotmail.com"
] | tomhughes_86@hotmail.com |
b85186dea2aa5c0ae6e2e81c4f68e60bf66122fc | 5a7c15e8a3460cc451f69d70accc288b1d951bea | /02_supermario/supermario/WndDefine.h | 8562c9bd496399d61f51e39686a46df74fe27919 | [] | no_license | ghldnjsdms1/game | f24c4e8ca9791cb524e9fe2874f62a06678afcff | ce01513b401386a2c5b8ab15a73026011f5776cd | refs/heads/master | 2020-05-01T07:23:25.690911 | 2019-03-23T23:47:00 | 2019-03-23T23:47:00 | 177,351,467 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,333 | h | #pragma once
#include <windows.h>
#include <string>
#include <crtdbg.h> // 메모리 릭 체크용
using namespace std;
#pragma comment (lib, "Msimg32.lib")
// 현재 콘솔창을 사용할 것인지 지정합니다.
#define USECONSOLE true
#if USECONSOLE == true
#include <iostream>
#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console") // 콘솔창을 띄웁... | [
"sill3722@gmail.com"
] | sill3722@gmail.com |
d0f6ee6798b8ace39fed64b140a076441f20c3fb | 9320375dc23c3e332cc599d7d32e18669515ff0f | /Chapter10/EpsilonV/ex10_28.cpp | 709628b5a539d237b7657434891c37beab0beb69 | [] | no_license | kawaiidoo/CPP_Primer | 1bf279f92c30bef435de9cc7b30ae94e7fbd6f4f | aa8dfdb38d92136803dd96512a6c780977db8ec1 | refs/heads/master | 2020-04-25T20:59:58.305405 | 2019-04-15T12:18:30 | 2019-04-15T12:18:30 | 173,067,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 590 | cpp | #include <iostream>
#include <vector>
#include <list>
using namespace std;
void printList(const list<int> &v)
{
for (auto i : v)
cout << i << " ";
cout << endl;
}
int main()
{
vector<int> v1 = {1, 2, 3, 4, 5, 6, 7, 8, 9};
list<int> lst2, lst3, lst4;
cout << "using back_inserter:";
copy(v1.cbegin(), v1.cend(... | [
"hanfenging@gmail.com"
] | hanfenging@gmail.com |
2763bca76833e614262edbc58211ceeb92c12db5 | 192853729e95265b1475202ec6544f107cbe5e35 | /src/zimg/depth/quantize.cpp | 28b9979eb20def74c0f44ff862581a5b27971b34 | [
"WTFPL"
] | permissive | mypopydev/zimg | 9ea78ff70e9c56ebe4d02a025eca11361e0d898b | e17ee6cf72509c32c15067b32615849e69486367 | refs/heads/master | 2021-07-01T00:27:17.773654 | 2020-08-23T13:47:39 | 2020-08-23T13:47:57 | 171,602,941 | 0 | 0 | WTFPL | 2019-02-20T04:49:28 | 2019-02-20T04:49:25 | null | UTF-8 | C++ | false | false | 3,396 | cpp | #include "quantize.h"
namespace zimg {
namespace depth {
namespace {
template <class T, class U>
T bit_cast(const U &x) noexcept
{
static_assert(sizeof(T) == sizeof(U), "object sizes must match");
static_assert(std::is_pod<T>::value && std::is_pod<U>::value, "object types must be POD");
T ret;
std::copy_n(reint... | [
"noreply@example.com"
] | noreply@example.com |
0f83f05eb1c91f6ad4d1fd5bb6fed9f375eea39f | 6059ef7bc48ab49c938f075dc5210a19ec08538e | /src/plugins/lmp/plugins/fradj/eqconfiguratordialog.cpp | 0522f3bc48b956d77fabbd5258efbbd560caff14 | [
"BSL-1.0"
] | permissive | Laura-lc/leechcraft | 92b40aff06af9667aca9edd0489407ffc22db116 | 8cd066ad6a6ae5ee947919a97b2a4dc96ff00742 | refs/heads/master | 2021-01-13T19:34:09.767365 | 2020-01-11T15:25:31 | 2020-01-11T15:25:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,478 | cpp | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.