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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
05e261fbd2b6b25a81d819a4fee4ee6777c5abc5 | 9a5257de7e51a879042fb63e16d3fba652e0aff7 | /third_party/boost/boost/mpl/bind_fwd.hpp | 1fa8915081c67fa64db9e64bd014122cf2be2869 | [
"Apache-2.0",
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | openthread/wpantund | 146c0eb45ab56e85b15b4bbd9830192ad1d4fa9a | e2fd726982d626817b1db56c4361c1c5cb7d6201 | refs/heads/master | 2023-01-12T02:17:39.422466 | 2023-01-05T17:07:18 | 2023-01-05T20:46:41 | 60,717,054 | 176 | 130 | Apache-2.0 | 2023-01-05T20:46:42 | 2016-06-08T17:32:11 | C++ | UTF-8 | C++ | false | false | 2,491 | hpp |
#if !defined(BOOST_PP_IS_ITERATING)
///// header body
#ifndef BOOST_MPL_BIND_FWD_HPP_INCLUDED
#define BOOST_MPL_BIND_FWD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/... | [
"noreply@github.com"
] | openthread.noreply@github.com |
56359a3dcc028c633df0b7479ea6cbe8d30eaea4 | 332e0c3c2189c73c51a9422ab4f9e07ed7d5134e | /483.cpp | 789d954427a1a24835f77a675ef0294fc80c194f | [] | no_license | ksaveljev/UVa-online-judge | 352a05c9d12440337c2a0ba5a5f1c8aa1dc72357 | 006961a966004f744f5780a6a81108c0b79c3c18 | refs/heads/master | 2023-05-24T23:08:48.502908 | 2023-05-16T10:37:37 | 2023-05-16T10:37:37 | 1,566,701 | 112 | 80 | null | 2017-01-10T14:55:46 | 2011-04-04T11:43:53 | C++ | UTF-8 | C++ | false | false | 387 | cpp | #include <iostream>
#include <string>
#include <sstream>
using namespace std;
int main (void) {
string input;
while (getline(cin, input)) {
stringstream ss;
ss << input;
int c = 0;
while (ss >> input) {
if (c > 0) cout << " ";
for (int i = input.size() - 1; i >= 0; i--... | [
"konstantin.saveljev@gmail.com"
] | konstantin.saveljev@gmail.com |
1162cec9e0240006bd20ae63454fb5fef89c1965 | 0327ee82307542b781cf213e9b826aaf1e440e1c | /core/commands/delete.cpp | e1f08aac9348938f9df2fae0ee296970ffb858a7 | [] | no_license | hsaturn/Vrp | 37cdb7d9fbc64b7a5e49572301da1c790c7255ae | d4cd1a0eec31d04c669df8cd4688ae2474d9927a | refs/heads/master | 2023-06-22T21:18:12.510715 | 2023-06-15T00:44:50 | 2023-06-15T00:44:50 | 77,689,083 | 1 | 1 | null | 2019-08-17T08:08:06 | 2016-12-30T13:53:48 | C++ | UTF-8 | C++ | false | false | 728 | cpp | /*
* File: svr_delete_cmd.cpp
* Author: francois
*
*/
#include "delete.hpp"
#include <ObjectBuilder.hpp>
using namespace std;
namespace core
{
static delete_cmd delete_cmd_instance;
delete_cmd::delete_cmd()
{
registerSyntax("delete", "object1 [object2 [...]]", "Delete objects");
}
bool delete_... | [
"hsaturn@gmail.com"
] | hsaturn@gmail.com |
e8f0ab3962c56542951907885c1016dcd9d2b8cc | 7f13b3020b8e0d73dd200b5c73c88e176d96ac03 | /src/compiler/fs.h | f07278b79b8c2e31353def7f972a9211d1f41b4c | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | Imarok/verona | 6bbf6fd6c6ddb41260734d91185c4832ce53f83d | d54cd5c6239e3ba6436250ffa701414ad72c9a83 | refs/heads/master | 2020-12-13T20:39:21.486893 | 2020-01-17T10:33:29 | 2020-01-17T10:33:29 | 234,525,912 | 0 | 0 | MIT | 2020-01-17T10:27:16 | 2020-01-17T10:27:15 | null | UTF-8 | C++ | false | false | 842 | h | #pragma once
#ifdef CXX_FILESYSTEM
# include <filesystem>
namespace fs = std::filesystem;
#elif defined(CXX_FILESYSTEM_EXPERIMENTAL)
# include <experimental/filesystem>
namespace fs = std::experimental::filesystem;
#else
# include <string>
# ifdef _WIN32
# error("Supported windows should provide filesystem libr... | [
"mattpark@microsoft.com"
] | mattpark@microsoft.com |
2877bdbbc215fb1ab3c64c48a4b100197147dc2c | d9595be1ce97b478b5d7b8556fc01c6893c13aa6 | /test/base/business/validate_test.cc | 38f3591e41b359c4ec40863585c24fa89c8f5fe2 | [] | no_license | ty969975553/base | 822e1e4f37e77aab1c9b8cf2a5a1c3da07fa0fa5 | a97357a105bfed67f78cb31358432870351d8898 | refs/heads/master | 2021-05-26T01:35:11.617722 | 2021-04-19T09:15:02 | 2021-04-19T09:15:02 | 254,001,730 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 955 | cc | #include "base/business/validate.h"
#include <iostream>
#include <string>
#include "base/test/unittest.h"
#include "ui/console/console.h"
namespace Test
{
TEST_FILE
{
TEST_CATEGORY(L"validate_Test")
{
TEST_CASE(L"validate phone")
{
bool b = base::Validat... | [
"969975553@qq.com"
] | 969975553@qq.com |
0edf6d3a798f9adb96682d7490d86eed5adeaa53 | 0b00e78b166b4770b41349c5c451f5916a1503d7 | /level8/exercise3/shape.hpp | 3a5fb6c0f1bfe810d1e8266c80c0af80b4b2dac4 | [] | no_license | lfamarantine/BaruchCPP | 749770c318537f06ec261891e6a77eefd12789e8 | 2af350a9b5d9541515ecf7cb0c2688a988b07a7a | refs/heads/master | 2022-04-12T05:22:43.872158 | 2020-03-12T14:20:19 | 2020-03-12T14:20:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 798 | hpp | // Base class of Point, Line
// Author: Jianqiu Wang
#include "stdlib.h"
#include <string>
#include <iostream>
#include <sstream>
#ifndef SHAPE_HPP
#define SHAPE_HPP
namespace DeanWang
{
namespace CAD
{
class Shape
{
private:
int id;
public:
// constructors and deconstructor
Shape(); // default
Sh... | [
"jw2329@cornell.edu"
] | jw2329@cornell.edu |
93b1d47af0072a55e0e3ed29982c2fd6f84d068a | b9f9ab41c94fb1c449a316984c7ac3c4a9e0b658 | /src/transformation_node.h | 7df9c516a714bae1b561f5123971445470b27096 | [] | no_license | euschn/eengine | ee2d62c7368943a320013d91afb178fc06a33c8d | 198dd8c1ccb857d588e4910aeccafd6c3aabbee2 | refs/heads/master | 2016-09-05T14:19:16.332377 | 2012-05-13T22:19:45 | 2012-05-13T22:19:45 | 4,317,871 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345 | h | #pragma once
#include "scenenode.h"
class transformation_node : public scene_node {
private:
public:
//members
//functions
transformation_node() { transformation_matrix = glm::mat4(1.0f); _shader_type = SH_NONE; }
transformation_node(glm::mat4& matrix);
virtual ~transformation_node() {}
virtual void render()... | [
"jiresch@logic.at"
] | jiresch@logic.at |
af76bcde5b9d414fddd84edbc35e4404c26ef95e | 2529b7f9efdca0577f20d06427348298edd64ef7 | /pick_up_weapon/Character_Venom.cpp | effdead3225043e83149572722a447420b6d52a7 | [] | no_license | yutateno/PickUpWeapon | a585c0bf3bf6ec533f5ecba7ec4cb6486d7143ce | b8af482c5413fd091b4e527434d7e3464a00cd47 | refs/heads/master | 2020-04-02T01:49:26.062660 | 2019-01-02T12:57:26 | 2019-01-02T12:57:26 | 153,876,868 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 4,244 | cpp | #include "Character_Venom.h"
Character_Venom::Character_Venom()
{
}
Character_Venom::Character_Venom(int x, int y, int hp, int nP, int direction)
{
switch (nP)
{
case 1:
LoadDivGraph("media\\player\\1P\\venom\\前\\移動.png", 8, 8, 1, 64, 64, gr_forward);
LoadDivGraph("media\\player\\1P\\venom\\右\\移動.png", 8, 8, ... | [
"kingwasheart@yahoo.co.jp"
] | kingwasheart@yahoo.co.jp |
3b716a4d467d55ee35796460d35bc9c35eef5b76 | 13db52d17f0e7636b74333f321d180dd68f927aa | /FRILibrary_ros/include/TypeIRMLVector.h | 535fdf19c2df7973db958630f2a95da3b098f987 | [] | no_license | nbfigueroa/kuka_interface_packages | 178bb9cd00389299b8afeebaae0f6efb0220447b | 35b1d603b4676fc9f9802f9645f05b50949c5614 | refs/heads/devel | 2021-01-15T15:38:53.278085 | 2018-09-06T12:46:14 | 2018-09-06T12:46:14 | 44,712,392 | 4 | 6 | null | 2018-04-20T17:04:48 | 2015-10-22T00:33:20 | C++ | UTF-8 | C++ | false | false | 17,157 | h | // ---------------------- Doxygen info ----------------------
//! \file TypeIRMLVector.h
//!
//! \brief
//! Header file for the dynamic vector class used for the Reflexxes Motion
//! Library (Type I)
//!
//! \details
//! This file implements a minimalist version of a dynamic vector class
//! to be used for th... | [
"nbfig"
] | nbfig |
112432cc1c6a4ba6554bcb157270aba5d9c2ae57 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE78_OS_Command_Injection/s01/CWE78_OS_Command_Injection__char_connect_socket_w32_spawnv_33.cpp | e9fb0ba4e93caf7cdbca50ea123dd04e5f546346 | [] | 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 | 5,937 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_connect_socket_w32_spawnv_33.cpp
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-33.tmpl.cpp
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: connect_socket Read data... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
617a224791deb932f8c5ef2284a5d046ed1664d1 | 20b942d287b75350ef779164aeaaf8e8f2e37203 | /heat_equation_solver_1p.cpp | 514224be38cccd3b17e6fa7c11677a189f0ff353 | [] | no_license | jinjiel1994/CIS431-LabAssignment4 | 7c112988ea57a1f5c76dcaecf3599746da3a8bb2 | 9fae7131c752642dc1313976b5555f086bd8b546 | refs/heads/master | 2021-01-25T10:16:52.061651 | 2018-03-04T06:48:25 | 2018-03-04T06:48:25 | 123,346,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,785 | cpp |
// g++ -std=c++11 -o heat_equation_solver_1p heat_equation_solver_1p.cpp
// ./heat_equation_solver_1p
#include <iostream>
#include <algorithm>
using namespace std;
typedef std::chrono::high_resolution_clock Clock;
int heat_equation_cal(int n, int niters){
// Initiate variable
double c = 0.1;
double ds = 1.0 / (... | [
"jinjiel1994@gmail.com"
] | jinjiel1994@gmail.com |
d5783f657306b0e72f2add24f1735fc50ae1b9f3 | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /contest/1542594977.cpp | 6e0faed72239b6b61c329da3bb4cddfea893d085 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 998 | cpp | #include<bits/stdc++.h>
#define ff first
#define ss second
#define pb push_back
#define mp make_pair
#define all(a) a.begin(),a.end()
#define sqr(a) ((a)*(a))
#define y1 y1231231
#define endl '\n'
#define ll long long
#define int ll
using namespace std;
const int N=300001;
const int inf=... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
fbef8cf83cb40ac52aaa7db0cbffb0dc56f5ddbd | 519ccfe2cf75d16b9ee6231f8a13f63a3ce91d62 | /src/fonts/stb_font_consolas_bold_14_latin_ext.inl | 0cf183584815884547e5dc8f0cff6ff95306099f | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | stetre/moonfonts | 9dd6fd126524ead9105216e93b22a9b73de82dc2 | 5c8010c02ea62edcf42902e09478b0cd14af56ea | refs/heads/master | 2022-02-07T20:47:37.150667 | 2022-02-06T12:29:27 | 2022-02-06T12:29:27 | 96,556,816 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 49,971 | inl | // Font generated by stb_font_inl_generator.c (4/1 bpp)
//
// Following instructions show how to use the only included font, whatever it is, in
// a generic way so you can replace it with any other font by changing the include.
// To use multiple fonts, replace STB_SOMEFONT_* below with STB_FONT_consolas_bold_14_la... | [
"s_trettel@yahoo.com"
] | s_trettel@yahoo.com |
e30a011574f1d31c82d9845e9882aa7df16eb40a | 4109f66ee217173bbcfd2228ae8996e8ef7ed3bb | /matrixModelView1204/src/main.cpp | d8b7f9c71166b99822a62854803217ed8d92c89d | [] | no_license | fangliang11/WindowsProject1 | 1b196a66e8f625faf489041cbc1670e329de9b75 | d28622401f435fa41bed78d5748c963a124dc44a | refs/heads/master | 2020-04-11T10:16:33.494111 | 2019-01-14T03:25:22 | 2019-01-14T03:25:22 | 161,709,159 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 7,448 | cpp | ///////////////////////////////////////////////////////////////////////////////
// main.cpp
// ========
// main driver
//
// AUTHOR: Song Ho Ahn (song.ahn@gmail.com)
// CREATED: 2008-09-15
// UPDATED: 2018-03-01
///////////////////////////////////////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN... | [
"fangliang1313@gmail.com"
] | fangliang1313@gmail.com |
df9117316b1c1cd020d48b4faf6d3cd078e1af65 | 43ae0d65a9acbfbfe8c36e158e1a590f6db02ad5 | /jni/WiEngine_binding/afcanim/com_wiyun_engine_afcanim_AuroraSprite.cpp | 2e8779711b1d0ff4a4f36ad34a9aaedfbd819acb | [
"MIT"
] | permissive | identy/WiEngine | bfd0f5b95f0be72274e1dfb341d732d4a571993c | 2fb4276f558a5b1660d940b982c591cb7c73aec8 | refs/heads/master | 2020-12-25T01:27:01.452216 | 2013-04-22T03:22:24 | 2013-04-22T03:22:24 | 9,659,254 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,659 | cpp | #include "com_wiyun_engine_afcanim_AuroraSprite.h"
#include "wyAuroraSprite.h"
extern jfieldID g_fid_BaseObject_mPointer;
JNIEXPORT void JNICALL Java_com_wiyun_engine_afcanim_AuroraSprite_nativeInit__II_3Lcom_wiyun_engine_opengl_Texture2D_2
(JNIEnv * env, jobject thiz, jint bsResId, jint animIndex, jobjectArr... | [
"stubma@gmail.com"
] | stubma@gmail.com |
a403680dcdd0c618b44b99c10cb97eac75d6e2cf | 92130a3527ffc8e8e1e4b5a2f31ad2c85562570b | /pure.system.generator/template.sys/tools/gen.conf/app/adress.ndx.cpp | 4d488fb6b4c8ba01d08dc1dd5ab958705bf0d19a | [] | no_license | amcadmus/chemical.potential | 7fb40a4998972570de89fbf865d7057c75d754b7 | 72909311199fd567b7edd2f80ce58b7391541ba9 | refs/heads/master | 2020-05-18T03:45:56.586700 | 2015-06-15T09:42:15 | 2015-06-15T09:42:15 | 7,736,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,929 | cpp | #include <algorithm>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <list>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <queue>
#include <vector>
#include <cmath>
#include <time.h>
#include "GroFileManager.h"
#include <boost/program_options.hpp>
#i... | [
"amcadmus@gmail.com"
] | amcadmus@gmail.com |
ecd498e1c45e022eb7b3bac617c55a4a28f604ac | a1e21fd1e242283a05c8eb1f3751121b80a7a0fe | /imgui-SFML.cpp | ed33ace541ed657ef6adc4852d95b5291743f3b3 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-public-domain"
] | permissive | Narthe/imgui | 9b89d1a0bd6d96668077dc002c5a7f03ae25068e | 5062f017f5ffb6749d2ed8f7e125ccbf23c9d0d0 | refs/heads/master | 2021-01-23T11:04:46.807761 | 2017-06-02T03:49:33 | 2017-06-02T03:49:33 | 93,124,381 | 0 | 0 | null | 2017-06-02T03:44:11 | 2017-06-02T03:44:11 | null | UTF-8 | C++ | false | false | 15,397 | cpp | #include "imgui-SFML.h"
#include <imgui/imgui.h>
#include <SFML/OpenGL.hpp>
#include <SFML/Graphics/Color.hpp>
#include <SFML/Graphics/RenderTarget.hpp>
#include <SFML/Graphics/RenderWindow.hpp>
#include <SFML/Graphics/Sprite.hpp>
#include <SFML/Graphics/Texture.hpp>
#include <SFML/Window/Event.hpp>
#include <SFML/Win... | [
"sismikkk@hotmail.fr"
] | sismikkk@hotmail.fr |
6a304540963347bb2dda17bab807c1d2c6770c40 | d6b4bdf418ae6ab89b721a79f198de812311c783 | /ocr/include/tencentcloud/ocr/v20181119/model/TaxiTicket.h | 33746a14bce59d6e45d3ffb02d4a4a9a39dbdc81 | [
"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 | 17,662 | 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 |
ea0dc284cf1feba6a88a7b55e6da8039479ae78b | e981ff1dd542bc5c1e246d45c14fb8296adc5cc6 | /src/filter/depth_post_process.cc | 626e45a84ea8df004fcb04cd489d79b9ef8d535c | [
"LicenseRef-scancode-other-permissive"
] | permissive | timlenertz/mf_view_syn | 8cb8970b2cb57744c110b9475da4764313649a63 | 6055a060f18f010e4a3dd0b1ed316f98a87cce3e | refs/heads/master | 2020-04-15T13:38:28.717748 | 2016-10-25T17:49:03 | 2016-10-25T17:49:03 | 59,766,107 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,283 | cc | /*
Author : Tim Lenertz
Date : May 2016
Copyright (c) 2016, Université libre de Bruxelles
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files to deal in the Software without restriction, including the rights to use, copy, modify, merge,
publ... | [
"timlenertz@gmail.com"
] | timlenertz@gmail.com |
9bf3fcbcf915e3c64028572ab24ef590eabaee97 | 2b027e4b2043a17471282b008f205dd2ac221281 | /src/BB10/x86/o/.moc/moc_mainscreen.cpp | 097f9be2f09075215f132f9936725ec6e7505807 | [] | no_license | hmiguellima/babyfeed | cd93bcfd7e62b5429089b42b2804fad4588b73c1 | 162ecf24c742dedd5e856638db3bcb1ba187063e | refs/heads/master | 2020-04-07T16:25:37.174103 | 2019-02-17T16:33:16 | 2019-02-17T16:33:16 | 158,528,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,201 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'mainscreen.h'
**
** Created: Fri 1. Mar 00:13:26 2013
** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4)
**
** WARNING! All changes made in this file will be lost!
************************... | [
"hugo.lima@sky.uk"
] | hugo.lima@sky.uk |
10cb7c18e357d1a67efa0e1d8e441095efb1643d | f0cadc6e99528a8f74c3a9ada97bbcdcd125e355 | /src/server/gameserver/EffectGrandMasterSlayer.cpp | d5b73f9254205a775a3ea0084b4c759be9eb52cb | [] | no_license | najosky/opendarkeden_server | 0878f5a870224024b01c739822f00b072b1e08b9 | 3cb931caa151ff43d26dfb8fc727d268ae6e1409 | refs/heads/master | 2021-06-18T23:22:28.775384 | 2017-06-16T17:31:48 | 2017-06-16T17:31:48 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 3,177 | cpp | //////////////////////////////////////////////////////////////////////////////
// Filename : EffectGrandMasterSlayer.cpp
// Written by : 쉭
// Description :
//////////////////////////////////////////////////////////////////////////////
#include "EffectGrandMasterSlayer.h"
#include "Creature.h"
#include "Player.h"
... | [
"paulomatew@gmail.com"
] | paulomatew@gmail.com |
76a96f94ac1a0a2865a493c84aa3590751b2b4f0 | 15f26f183030882aaefa40b3c3efeb02d242d1b2 | /Homework01/Encryption/encryption.cpp | f667abde301dbe5e21371a888ad82a378df83c7d | [
"MIT"
] | permissive | xmelkov/pb173-test | ec7cee1ee5148f6d8326a5836c6395ca0e8de926 | 065b43cb05a1435c86eb5f582659eb03693a4302 | refs/heads/master | 2020-04-06T04:08:03.615418 | 2017-02-26T21:09:37 | 2017-02-26T21:09:37 | 83,002,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,621 | cpp | #include "encryption.h"
// Required for std::cerr
#include <iostream>
// Required for file input
#include <fstream>
// Required for exception handling in case of bad key generation
#include <stdexcept>
// Required for generating AES key
#include "..\libExcerpt\mbedtls\entropy.h"
// Required for AES encryption
#inc... | [
"445366@mail.muni.cz"
] | 445366@mail.muni.cz |
b84d61052859a00df8cd55ff55a5e88e3d912415 | a286aaf18e040f69db6aa7a9641e67913162ae76 | /CountDownMarquee/Marquee.cpp | ab834fcb2a4b56dea8d6daf52289dd9695f247ed | [
"MIT"
] | permissive | FelixHauser/CountDownMarquee | 01534283550eb0dfb7d1e239309f525eaacb153e | ef38b1655268695dbf5d4b3e5fb0c216722d1a39 | refs/heads/master | 2020-12-14T10:57:27.367885 | 2020-01-20T21:05:36 | 2020-01-20T21:05:36 | 234,719,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,807 | cpp | #include "Marquee.h"
TextMaker countdown;
RtcSetup rtClock; //why the f*** do I need this here?
#define PIXEL_PORT PORTD // Port of the pin the pixels are connected to
#define PIXEL_DDR DDRD // Port of the pin the pixels are connected to
static const uint8_t onBits=0b11111110;
#define T1H 814 // ... | [
"6338374+FelixHauser@users.noreply.github.com"
] | 6338374+FelixHauser@users.noreply.github.com |
930f68c470b878ba7b65212bc8036ab8aa013bdb | 7ba932c863cc32feca91cfce783d354ef8959728 | /prefix.cpp | 86fc9092708bdce141bac78280b084415652828e | [] | no_license | HariniRamasamy7/pro | 0f1e1d3b33ed80c01b4be7e859915f02c8cb0adb | 7ee1d9be5d403aac10eadffddc1c85db7c77d33f | refs/heads/master | 2021-04-03T05:41:14.865119 | 2018-03-12T12:26:18 | 2018-03-12T12:26:18 | 124,884,247 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | cpp | #include <iostream>
#include<string.h>
using namespace std;
int main()
{
int a1,a2,max=0,i,n;
char a[100],b[100];
cout<<"enter no of strings";
cin>>n;
cout<<"Enter the first string:"<<endl;
cin>>a;
cout<<"Enter the second string: "<<endl;
cin>>b;
a1=strlen(a);
a2=strlen(b);
if(a1>a2)
{
max=a1;
}
else
{
max=a2;
}
fo... | [
"noreply@github.com"
] | HariniRamasamy7.noreply@github.com |
6d99d27b0adf4e70154be0e22871a4273c6ff730 | 997449072baa8e50a143ae1152fd4fa83c8e1068 | /build/px4/msg/tmp/sources/offboard_control_mode.cpp | ebcfebf093a6472ffa81fce25d41fcb64c834503 | [] | no_license | idrissahil/catkin_ws | c547a6f7be812cc0bb1a93042026f746d34e7e70 | b5d8b60c882b60bb19b8d4529257ca513b8256e3 | refs/heads/master | 2022-01-24T12:51:28.038620 | 2019-06-02T16:05:45 | 2019-06-02T16:05:45 | 175,048,655 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,296 | cpp | /****************************************************************************
*
* Copyright (C) 2013-2016 PX4 Development Team. 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. Red... | [
"idrissahil3@gmail.com"
] | idrissahil3@gmail.com |
37ee4a7d856edb98cb9b0b914027c03ee7d947ba | 2c973d6e61b8bcd74333721b02ab5db25f005193 | /ゲーム1/ゲーム1/BackGround.cpp | ab74dea69982af35fd255a953c8f658b31096c73 | [] | no_license | nao2006/Gameing | 8d383c715a4ff4026a372cc0c47c32a6269ce1f8 | 2339af419c7ea6abfad8783f62be21d39b0b94d6 | refs/heads/master | 2020-03-27T00:56:40.303666 | 2018-10-16T10:02:57 | 2018-10-16T10:02:57 | 145,668,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 484 | cpp | #include "DxLib.h"
#include "BackGround.h"
#include<memory>
int BackImage1;
int BackImage2;
BackGround::BackGround(Camera* camera)
{
BackImage1 = LoadGraph("image/karihaikei.jpg");
BackImage2 = LoadGraph("image/karihaikei.jpg");
pos = 0;
this->cam = camera;
}
BackGround::~BackGround()
{
}
void BackGround::Draw... | [
"40855877+nao2006@users.noreply.github.com"
] | 40855877+nao2006@users.noreply.github.com |
84866373e4775c707c0d1d6009dd5b8bdcb59be7 | 0461f64f11562bd58bc805ad10b3a7e00dc267cc | /parser/prefixop.h | d4fc818e8749f2cecbf84b41ee91d0df2d0ed4e8 | [] | no_license | VestniK/meta | 961e1ff48e07943ad0425a709be555c020a61d95 | e1c259edb206572048374a07c1b1dc5347dca1e4 | refs/heads/master | 2020-04-04T07:25:19.076141 | 2017-02-19T17:01:36 | 2017-02-19T17:01:36 | 32,366,741 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,446 | h | /*
* Meta language compiler
* Copyright (C) 2014 Sergey Vidyuk <sir.vestnik@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... | [
"sir.vestnik@gmail.com"
] | sir.vestnik@gmail.com |
4859c8f4896220b0fc2ad8545ab5d6fabc7a1a9b | 66baf684dea4b539d03e63072a5d777796badfcd | /d212/main.cpp | e848c08a94c632e863f769a050f51863b515f391 | [] | no_license | wei1769/zerojudge | 1eeb994e4a271c4bcc72ea9a0538d9602a03bee5 | a67f56e694a075a1cff709b4af31e64a8d40f48e | refs/heads/master | 2022-12-13T16:44:16.121579 | 2020-09-16T15:02:42 | 2020-09-16T15:02:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | cpp | #include <bits/stdc++.h>
using namespace std ;
int main (){
long long int n;
long long int N[101]= {};
N[0] = 1 ;
N[1] = 1 ;
N[2] = 2 ;
for(int k = 3;k < 101;k++ ){
N[k] = N[k-1]+N[k-2] ;
}
while(cin >> n) {
cout <<N[n]<<endl ;
}
}
| [
"williamlin910403@gmail.com"
] | williamlin910403@gmail.com |
c6e580cdfb5e1ec5cb96363d874d9cabe3e973ca | 7526f05ad5b59f0c053dff628ab1ae766893112d | /project3/findHighScore.cpp | a7d2a9ce754660520c25d8c363a82776fb4db07e | [] | no_license | MiamiOH-CSE609-Fall2014/Ma | d1c3c7661de86e5bdd2869176ec318ec52792c60 | 22b0f76ff1b4ebdca5081123489f714b93bc332b | refs/heads/master | 2021-01-10T19:50:49.755655 | 2014-12-05T06:07:50 | 2014-12-05T06:07:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | cpp | #include <iostream>
#include <tuple>
#include <vector>
#include <string>
#include "scoreSequence.h"
#include "findHighScore.h"
using namespace std;
tuple<int,int, string> findHighScore(string haystack,vector<string> needle,vector< vector<int>> scoring_m){
tuple<int, int, string> highscore;
pair<int,int> score;... | [
"maz2@muohio.edu"
] | maz2@muohio.edu |
4db7d42a5321af5b4ba7f97e2ee86440178b34c8 | 251cd6a6a1aed5ebf4764b3995a7cdb99f84cf0a | /test_file.cpp | 3c8684a607eb5a5063ae5e832833a296cfc35191 | [] | no_license | aagahoz/Matrix_Class | 3480ef64e1de4653a5d13458c45c90b1f7f67d78 | fdf2a3fc406cdf55f7a840064c0669df68d30a6b | refs/heads/main | 2023-06-02T22:46:29.587457 | 2021-06-24T19:17:27 | 2021-06-24T19:17:27 | 380,028,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,359 | cpp | #include <iostream>
#include "MyArray.h"
int main()
{
Matrix m2(3,4);
cout << " > Only Matrix with row and column" << endl;
cout << m2 << endl;
float array[] = {1.3,2.4,3.2,4.4,5.2,6.6,7.8,8.9,9.5,10.5,11.3,12.3,13.6,14.8,15.3};
Matrix m3(3,5, array);
cout << " > Default Matrix" << endl;
m3.pr... | [
"noreply@github.com"
] | aagahoz.noreply@github.com |
6cce0d613faf534184cac0a722aec695cfaa349a | 502d75c49f82bbedf0d6d1ad8d7017002f1179d9 | /CoreSystem/lib/cmake-3.16.3/Source/cmsys/CommandLineArguments.hxx | 315a88a306a3648f4d58262208cd93a9d25ee4b6 | [
"MIT",
"BSD-3-Clause"
] | permissive | josuehfa/DAASystem | 43ac292dce9a22d1ee3c0508ba7924917fec4c2c | a1fe61ffc19f0781eeeddcd589137eefde078a45 | refs/heads/master | 2021-01-04T13:21:08.798145 | 2020-07-03T00:47:58 | 2020-07-03T00:47:58 | 240,567,678 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 10,037 | hxx | /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing#kwsys for details. */
#ifndef cmsys_CommandLineArguments_hxx
#define cmsys_CommandLineArguments_hxx
#include <cmsys/Configure.h>
#include <cmsys/Configure.hxx>
#include <string>
#include... | [
"root@ip-172-31-35-15.ec2.internal"
] | root@ip-172-31-35-15.ec2.internal |
5b091a138296872ee9f763dd4a220072d0324628 | 1424882d1687b8ceff5ee68aaa4002beea0b5f65 | /src/Splash/Splash.h | 492a8cf4bd9a8c57f9cbe7bb76dd3234d489b12b | [] | no_license | nuclearwhales/push-the-box | 07eb6d438e71dead2bf91a77c624a1bf618d5cfb | 248540eec4b052dc210716647994e364d3672c33 | refs/heads/master | 2020-12-25T12:08:14.385370 | 2017-09-24T21:19:54 | 2017-09-24T21:19:54 | 6,887,605 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 891 | h | #ifndef PushTheBox_Splash_Splash_h
#define PushTheBox_Splash_Splash_h
/** @file
* @brief Class PushTheBox::Splash::Splash
*/
#include <Magnum/Platform/Screen.h>
#include <Magnum/Platform/Sdl2Application.h>
#include <Magnum/SceneGraph/Drawable.h>
#include <Magnum/SceneGraph/Scene.h>
#include <Magnum/SceneGraph/Trans... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
d893876097b17750ea7f8e9c340cbcaf06cd2bd9 | 41005f893183d2afd707a4eea1f76168b7f7208a | /deepakAndPrime2.cpp | 9e657778f41e74f4cb723294b897aaca1ea0e068 | [] | no_license | ParvBudh28/cbcp | aecc05f9255eeb8a2ac0cb8f82fbbb57607ce0c2 | 13d8b33af9d794b63a53e14f262a5e2f8daa581c | refs/heads/master | 2021-05-24T12:48:49.873415 | 2020-04-06T17:38:24 | 2020-04-06T17:38:24 | 253,570,042 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,384 | cpp | #include<bits/stdc++.h>
#define w(t) int t;cin>>t;while(t--)
#define int long long int
using namespace std;
bitset<1000005> prime;
int maxSize = 1000000;
void fastIO() {
ios_base::sync_with_stdio(false);
cin.tie(NULL); cout.tie(NULL);
#ifndef ONLINE_JUDGE
freopen("input.txt", "r", stdin);
freopen("output.txt", "... | [
"noreply@github.com"
] | ParvBudh28.noreply@github.com |
56460af84cf7e83f97bccb50d894cf25e3312e80 | 64aee729a91f646550909d5d532937c1bbbb35ad | /NativeApp/src/UWP/Common/StepTimer.h | c8addbc20db6d7f3f701e420c572450fe8448bec | [
"JSON",
"Libpng",
"Zlib",
"LicenseRef-scancode-free-unknown",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | DiligentGraphics/DiligentTools | 641e7e4d2630438e07c39065b928b193d50465b1 | 7bcd2b1a6366ee21fc29b803d22846c6b34e4cc4 | refs/heads/master | 2023-09-03T06:22:01.010412 | 2023-09-01T21:25:45 | 2023-09-01T21:27:20 | 44,292,726 | 95 | 88 | Apache-2.0 | 2023-09-12T23:37:43 | 2015-10-15T03:56:53 | C++ | UTF-8 | C++ | false | false | 6,651 | h | #pragma once
#include <wrl.h>
namespace DX
{
// Helper class for animation and simulation timing.
class StepTimer
{
public:
StepTimer() :
m_elapsedTicks(0),
m_totalTicks(0),
m_leftOverTicks(0),
m_frameCount(0),
m_framesPerSecond(0),... | [
"egor.yusov@gmail.com"
] | egor.yusov@gmail.com |
8cf7b299e738726b598cb753d91732ec7e134d64 | 18a3f93e4b94f4f24ff17280c2820497e019b3db | /geant4/G4HEAntiNeutronInelastic.hh | 2c9b6b2f55a9ba9c946ec5239d6cd3caf9267c54 | [] | no_license | jjzhang166/BOSS_ExternalLibs | 0e381d8420cea17e549d5cae5b04a216fc8a01d7 | 9b3b30f7874ed00a582aa9526c23ca89678bf796 | refs/heads/master | 2023-03-15T22:24:21.249109 | 2020-11-22T15:11:45 | 2020-11-22T15:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,572 | hh | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | [
"r.e.deboer@students.uu.nl"
] | r.e.deboer@students.uu.nl |
7da64de77067e20d753c6fec8f0a42777339b67e | a69588c31a438e1cdcafed02ed999d5740747c34 | /appWiFiScan.cpp | 9db7004726b67e8505973ab8ba74463a9ef86b2b | [] | no_license | FedericoBusero/T-watch-2020 | f18c962851bb5c6f2aa44130636c1862731f89e4 | 02a169d17916f1231ea127da50dbae7368abfecf | refs/heads/master | 2023-02-09T19:18:46.500808 | 2021-01-07T20:13:24 | 2021-01-07T20:13:24 | 326,458,789 | 1 | 0 | null | 2021-01-07T20:13:25 | 2021-01-03T17:08:31 | C | UTF-8 | C++ | false | false | 5,574 | cpp | // scan for wifi signals
#include "config.h"
#include "DudleyWatch.h"
#include <string.h>
// #include "esp_wifi.h"
#include <WiFi.h>
#include <Wire.h>
#include <Ethernet.h>
#include "my_WiFi.h"
#define DBGWIFISCAN 0
#define verbose true
#define PAGE1 1
#define PAGE2 2
extern int wifi_scan(boolean);
#define SCANDELA... | [
"noreply@github.com"
] | FedericoBusero.noreply@github.com |
6d8a5214ef694ad801b82c82bcaa5eb70feb611e | d215ec7816200beb150e8e5590d11188efffbd24 | /examples/CBuilder/Compound/Conway/fMain.h | cc6ef398f3f67115f15d49dde11d0fb028a144ad | [
"MIT"
] | permissive | Embarcadero/BoldForDelphi | 73d44498361a7628c911c2dd43f3333f632049e6 | 7ed023288af627140fe2907bb6309eab170bd454 | refs/heads/master | 2023-08-31T00:05:57.363773 | 2022-04-28T10:37:26 | 2022-04-28T10:37:26 | 297,292,443 | 139 | 54 | MIT | 2022-08-14T14:19:28 | 2020-09-21T09:32:27 | Pascal | UTF-8 | C++ | false | false | 2,006 | h | //---------------------------------------------------------------------------
#ifndef fMainH
#define fMainH
#include "ConwayClasses.hpp"
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "Bo... | [
"marco.cantu@embarcadero.com"
] | marco.cantu@embarcadero.com |
d2f801be5777039d888e467ffe266c8f2e181ae6 | 18ea49c4508127f49d2f3be2cb9d141ed1f1e395 | /day06/solution.cpp | 70e751a5ae248bb0d925da6a566abc0c8141d856 | [] | no_license | dkarolew/Advent-Of-Code-2018 | e4cde717817f89a4dfc6732ba8be35d93f0edfea | c3324b2936d5e2b98e5b896881bf6c08507c7e73 | refs/heads/master | 2021-06-26T14:00:54.277234 | 2021-02-28T20:54:28 | 2021-02-28T20:54:28 | 205,911,765 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,258 | cpp | #include <iostream>
#include <vector>
#include <fstream>
#include <algorithm>
#include <set>
#include <map>
std::vector<std::pair<int, int>> getCoordinates(std::string fileName) {
std::ifstream file(fileName);
std::string line;
std::string delimiter = ", ";
std::size_t pos;
int x,y;
... | [
"noreply@github.com"
] | dkarolew.noreply@github.com |
89cc769f74a87ccbb0b4d6ff2977b16d38856544 | d49553002c4e981a818adc060464f3aa01cf43e8 | /branch/multithreading/dbgprint.h | 58a29fbbff679ce26d902c2376f2f1a02975455e | [] | no_license | QuincyWork/Python-extension-for-WinDbg | 1e483c1d03d3cb52bdd87ef40d66edfa9d63a937 | 81d8d991f839a6d9639cda17c349335e81d4ad45 | refs/heads/master | 2021-05-15T09:45:36.627637 | 2017-10-24T09:54:51 | 2017-10-24T09:54:51 | 108,106,581 | 2 | 1 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 277 | h | // вывод информации в отладчик
#pragma once
#include <string>
class DbgPrint {
public:
static void dprint( const boost::python::object& obj, bool dml = false );
static void dprintln( const boost::python::object& obj, bool dml = false );
};
| [
"hu.quincy@outlook.com"
] | hu.quincy@outlook.com |
b1e73e4670f1584ddf99432065c7ba30c72fcb5e | 178e3ef05c72766ac4dc102806791845686d4d2a | /server/src/common/msg/_system_.cpp | b096cf0c457d6ded397ece76002498f14da094f4 | [] | no_license | kfc0824/xt | d94d22ad7f0e06ae7ad5bae61c80391eb6fa7d18 | 003e67bba4f185ded6b31cca0cd4ec67f8da014f | refs/heads/master | 2020-04-05T13:30:51.798457 | 2017-08-02T09:37:03 | 2017-08-02T09:37:03 | 94,851,491 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,697 | cpp | // This file is auto generated.
#include "system.h"
//SService
void SService::Encode(CCoder &coder) const
{
coder << sid;
coder << ip;
coder << port;
}
void SService::Decode(CCoder &coder)
{
coder >> sid;
coder >> ip;
coder >> port;
}
//QSysRegistService
void QSysRegistService::EncodeBody(CCoder &coder) const
{... | [
"2578198711@qq.com"
] | 2578198711@qq.com |
13f43cf9a9f3ea397a5827664f4212b31a2fa8a1 | b1844812cbc4bcbb96f5f5d94c19975b910a0672 | /rotaryencoder.cpp | 806d8611b19cbffb97defcf93f225f3fa53dd9f5 | [] | no_license | Ar-es/raspivoice | 9858e0d18164c577e87118c17f7252ec42e04b37 | 80d61c6122a42120610c4f5f18925e94bdc77fe3 | refs/heads/master | 2021-01-18T23:40:33.929025 | 2015-05-12T21:19:57 | 2015-05-12T21:19:57 | 34,282,300 | 2 | 3 | null | 2016-03-31T21:29:13 | 2015-04-20T19:43:27 | C++ | UTF-8 | C++ | false | false | 2,169 | cpp | /*
Updated version including press switch functionality
based on:
rotaryencoder by astine
http://theatticlight.net/posts/Reading-a-Rotary-Encoder-from-a-Raspberry-Pi/
https://github.com/astine/rotaryencoder
*/
#include <wiringPi.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "rotaryencoder.h"
... | [
"ar_es@gmx.net"
] | ar_es@gmx.net |
644a1769f307491398fd772f5a178a5013f029de | 7d16841e88ec70083562169eff6346ecca799820 | /opensource/FX11/Binary/EffectBinaryFormat.h | b357f471a90a364c71d9d105652d1c0d4c3b2599 | [
"MIT"
] | permissive | ldd1987/SSPlayer | 953712556a29f5e736a4025b3c860d296925dbbd | 05ed32df89ecb547cec412ed8f4859e046fc881b | refs/heads/master | 2021-06-16T10:37:11.763442 | 2021-04-01T10:38:20 | 2021-04-01T10:38:20 | 183,565,603 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 24,276 | h | //--------------------------------------------------------------------------------------
// File: EffectBinaryFormat.h
//
// Direct3D11 Effects Binary Format
// This is the binary file interface shared between the Effects
// compiler and runtime.
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRA... | [
"lidengdeng@live.cn"
] | lidengdeng@live.cn |
87584b3eb848890289c0560e024dc05e788a4d2b | 133d0f38b3da2c51bf52bcdfa11d62978b94d031 | /testAutocad/vendor/objectArx/inc/geray3d.h | 46f9cf6509ff4ec7c17fa93ae3b9c8080dc171ec | [] | no_license | Aligon42/ImportIFC | 850404f1e1addf848e976b0351d9e217a72f868a | 594001fc0942d356eb0d0472c959195151510493 | refs/heads/master | 2023-08-15T08:00:14.056542 | 2021-07-05T13:49:28 | 2021-07-05T13:49:28 | 361,410,709 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,364 | h | //////////////////////////////////////////////////////////////////////////////
//
// Copyright 2020 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk license
// agreement provided at the time of installation or download, or which
// otherwise accompanies this ... | [
"antoine.cacheux@procal.fr"
] | antoine.cacheux@procal.fr |
f6470d506a0c4e0b67287e683b9ea5d9ae62b47c | 6817ea7e9e59fc702de5291c6691153de9f3acc2 | /newcode/等式方程的可满足性(并查集).cpp | 588677180c0053e80f579c74c46ed18511ce5836 | [] | no_license | coolnut12138/OJ | 7b3cec2340a0913105f4f85efb72ba538618fddc | e4144c7b4246d7e0921bd8e214e7fb93452457aa | refs/heads/master | 2020-05-05T10:45:47.959641 | 2019-09-21T15:25:04 | 2019-09-21T15:25:04 | 179,959,652 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,392 | cpp | 给定一个由表示变量之间关系的字符串方程组成的数组,每个字符串方程 equations[i] 的长度为 4,
并采用两种不同的形式之一:"a==b" 或 "a!=b"。在这里,a 和 b 是小写字母(不一定不同),表示单字母变量名。
只有当可以将整数分配给变量名,以便满足所有给定的方程时才返回 true,否则返回 false。
示例 1:
输入:["a==b","b!=a"]
输出:false
解释:如果我们指定,a = 1 且 b = 1,
那么可以满足第一个方程,但无法满足第二个方程。没有办法分配变量同时满足这两个方程。
示例 2:
输出:["b==a","a==b"]
输入:true
解释:我们可以指定 a = 1 且 ... | [
"1426345106@qq.com"
] | 1426345106@qq.com |
9e2d48938adccc047137354c305a04863bef389e | 16e9f9219754f89f8011b6f6d76c775568938fdd | /IO/ConsoleOutBuffer.cpp | e9aa081372d77bcf9bec565fb121e3553353784c | [] | no_license | aleksandaratanasov/SysProgLab | ff48e3c450f934bc1f086bc1cc3506cfb13215a0 | f40c4023ce948cf313fedc658e15be0778b143d7 | refs/heads/master | 2021-01-18T08:07:40.035574 | 2014-10-09T14:43:41 | 2014-10-09T14:43:41 | 22,908,955 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 306 | cpp | #include "ConsoleOutBuffer.h"
#include <iostream>
using std::cout;
using std::endl;
using std::cerr;
ConsoleOutBuffer::ConsoleOutBuffer() {
}
ConsoleOutBuffer::~ConsoleOutBuffer() {
}
void ConsoleOutBuffer::flush() {
cout << endl;
}
void ConsoleOutBuffer::outBufferWrite(char* out) {
cout << out;
}
| [
"redbaronqueen@gmail.com"
] | redbaronqueen@gmail.com |
2f6222a9ab804296704d50587391c78a5b1a8572 | 2c48cc8f55038d3a730c0ebfd605fbc0e648532b | /DeviceMFTTest-4/wil/tests/WatcherTests.cpp | 52ab6db99754d366f4eb1708f952ce3c9a4f8f4c | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | masarun/test | 52d6dc159befdb21d38c70c8f8e7abd16f7ed5a8 | 4f72928a4cc2404a3c2a39dd9e9d5781857f2226 | refs/heads/master | 2021-06-18T19:12:10.501800 | 2021-01-02T06:00:03 | 2021-01-02T06:00:03 | 147,045,962 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,780 | cpp |
#include <wil/filesystem.h>
#include <wil/registry.h>
#include <wil/resource.h>
#include <memory> // For shared_event_watcher
#include <wil/resource.h>
#include "common.h"
TEST_CASE("EventWatcherTests::Construction", "[resource][event_watcher]")
{
SECTION("Create unique_event_watcher_nothrow without event")
... | [
"mnishiyama@lenovo.com"
] | mnishiyama@lenovo.com |
8e1ce8ccadd789f6fc4cb1f8636110b1efbd315f | 80b37b413ac6ce074cbb591b9f94e471d5bde834 | /maxHistogramRect.cpp | 76afc2401bb2e966d15124ea9ab5b714e336b420 | [] | no_license | shibukazu/CppLibrary | d818b9725052fdd65f02d82332e5427ba79f578c | 820a78484319e29170a0d282ef8a3cb82fc839ad | refs/heads/master | 2023-02-06T15:19:22.418835 | 2021-01-03T14:17:37 | 2021-01-03T14:17:37 | 315,406,058 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,818 | cpp | #include <bits/stdc++.h>
using namespace std;
//ヒストグラム内の最大長方形の面積を返す
struct Rect
{
int rightIdx;
int leftIdx;
int height;
};
int maxHistogramRect(vector<int> &histogram)
{
int maxArea = 0;
int histogramSize = histogram.size();
stack<Rect> weightStack;
for (int i = 0; i < histogramSize; i++)
{
Rect ne... | [
"shibukazu@hotmail.co.jp"
] | shibukazu@hotmail.co.jp |
eddd0c3dcdcaa1ef830c8e559758dcc212331a30 | 6b6e4281ba67a31443e6c6ee20e0e1bd22de3630 | /UVa-Solutions-master/657.cpp | 80a7b15b4f219d9056b49bbbb2633fce3a72e24b | [] | no_license | Codes-iiita/UVa | fa5b8316afba9152cda983e0a7482ccf214928d9 | 9165bd0ba4912f33e1607762212e9004b2bc2b35 | refs/heads/master | 2023-08-15T10:13:33.678072 | 2021-09-23T09:51:48 | 2021-09-23T09:51:48 | 409,516,220 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,095 | cpp | //Steven Kester Yuwono - UVa 657
#include <iostream>
#include <vector>
#include <algorithm>
#define MAX 55
using namespace std;
char field[MAX][MAX];
int width, height;
int countPoint;
vector<int> answer;
// dfs on X
void dfsx(int w, int h){
field[w][h] = '*';
if(w+1 < width){
if (field[w+1][h]=='X'){
dfsx(w... | [
"Codes.iiita@gmail.com"
] | Codes.iiita@gmail.com |
55baccc18a4c97252600c16b652c73b2beff8e67 | 0efc284d9329aaeb51d150118d0e1248609aa155 | /Packages/datmo/src/cluster.cpp | 549d8affd3d367a5995346fa40fe3a3c9f4c0a4f | [
"BSD-2-Clause"
] | permissive | wouterdl/ROSbot | a0612b93e5e74b03f8286c3fe240fe30247bbf73 | 9b6d9179e022837ab96530e7dee6c0d5fc35d186 | refs/heads/master | 2020-05-16T18:47:55.493876 | 2019-07-05T08:49:37 | 2019-07-05T08:49:37 | 183,240,491 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,128 | cpp | /**
* Implementation of Cluster class.
*
* @author: Kostas Konstantinidis
* @date: 14.03.2019
*/
#include "cluster.h"
Cluster::Cluster(unsigned long int id, const pointList& new_points, const double& dt ){
this->id = id;
this->r = rand() / double(RAND_MAX);
this->g = rand() / double(RAND_MAX);
this->b = ra... | [
"noreply@github.com"
] | wouterdl.noreply@github.com |
449a503b5077d1e4e27318956e116e7c550c85bb | e93981168a8ef0a5bdbe3fd9434c55cccc9dd2f2 | /include/CREngine/Math.h | 54a937a40117c47a734ab0c7392d2822a1924c3a | [] | no_license | varonroy/spirograph_3d_surfaces | 7317dc3cb97b16d1f0909bff4d7cf5abf3350ff4 | 0baa4e137e4273339d26f2e44be0507af45ab90a | refs/heads/master | 2022-11-08T15:38:13.889318 | 2020-05-04T18:51:03 | 2020-05-04T18:51:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,552 | h | #ifndef CRENGINE_PUBLIC_HEADER_MATH_H
#define CRENGINE_PUBLIC_HEADER_MATH_H
#include <cmath>
#include <string>
namespace CREngine {
namespace Math {
//definitions
class Vector2D;
class Vector3D;
class Matrix2D;
class Matrix3D;
class Vector2D {
public:
//vars
float v[2];
//constructors
... | [
"varonroy@gmail.com"
] | varonroy@gmail.com |
d1206a1ac9321c80eb849f50eafbf17e7afb9436 | 4e8548ed98d96146297393e623cb38fbcc77371b | /oamapps/erydbSupport/erydbSupport.cpp | eb2bcb16a40ea5b632b77d95b986246475898423 | [] | no_license | hans511002/erydb_rep | 9d5a0be919e5d026e921c7fbe000dc70dc7d7ab6 | a2c391b3c36745cb690ce33a22d8794371493ef2 | refs/heads/master | 2021-01-15T12:02:01.093382 | 2018-08-09T10:57:26 | 2018-08-09T10:57:26 | 99,639,427 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,650 | cpp | /* Copyright (C) 2013 Erydb Corp. */
/******************************************************************************************
* $Id: erydbSupport.cpp 64 2006-10-12 22:21:51Z dhill $
*
*
*
******************************************************************************************/
/**
* @file
*/
#include <itera... | [
"hans511002@sohu.com"
] | hans511002@sohu.com |
3f521cb602a37a8163e50e0f5566463467809772 | 8d6c298d5b37ac55c777a3215e8668fdfef3fd4a | /include/nscapi/nscapi_protobuf_types.cpp | b60dbf687a8a5a55b316152919f1cd8120d09526 | [] | no_license | kain64/nscp | 326d2c7223b7bec3c88ec5f8b66bb14d92b6ae7a | 58b6d2bcf910b57c84b8271c4392f937898e970b | refs/heads/master | 2021-01-14T10:52:28.874449 | 2016-08-28T15:22:18 | 2016-08-28T15:22:18 | 66,774,814 | 0 | 0 | null | 2016-08-28T15:10:23 | 2016-08-28T15:10:23 | null | UTF-8 | C++ | false | false | 3,056 | cpp | /**************************************************************************
* Copyright (C) 2004-2007 by Michael Medin <michael@medin.name> *
* *
* This code is part of NSClient++ - http://trac.nakednuns.org/nscp *
* ... | [
"michael@medin.name"
] | michael@medin.name |
870491f4c5bd8ba48f67108a563a20eefc5d4840 | 6f0b249aeec54eb1ff70ff366e337dcea71af00f | /aws-cpp-sdk-kms/source/model/ConnectionErrorCodeType.cpp | 891245decfd38874625fca34cb5428a1de7af79f | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | phrocker/aws-sdk-cpp | 04d6e894d59445d514414b6067ae4a6b0586b09c | 352852a088161573f320ae9c6b58b27696fcf057 | refs/heads/master | 2020-05-16T08:32:11.091036 | 2019-04-23T02:19:19 | 2019-04-23T02:19:19 | 182,906,953 | 0 | 0 | Apache-2.0 | 2019-04-23T02:18:20 | 2019-04-23T02:18:19 | null | UTF-8 | C++ | false | false | 3,692 | 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 |
d390fff33f3d0ee02a8c308ab438834b0cfe0ef9 | 0aca29d220d058b3787caf7c70fe7309b533bd2f | /pan_tilt_control/src/pan_tilt_as_calib.h | eb178fde144b4d3e8fa2052a355b99894031b28b | [
"MIT"
] | permissive | roadnarrows-robotics/pan_tilt | 0cedb6da6cf3112bbcb8d9ae3461a2240bf42696 | 550caafb5e55aeaa3ca94e081e7ae51ec7e426e5 | refs/heads/master | 2020-05-21T22:58:49.209687 | 2018-08-26T16:43:41 | 2018-08-26T16:43:41 | 15,144,737 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,071 | h | ////////////////////////////////////////////////////////////////////////////////
//
// Package: RoadNarrows Robotics ROS Pan-Tilt Robot Package
//
// Link: https://github.com/roadnarrows-robotics/pan_tilt
//
// ROS Node: pan_tilt_control
//
// File: pan_tilt_as_calib.h
//
/*! \file
*
* $LastChangedDate: ... | [
"robin.knight@roadnarrows.com"
] | robin.knight@roadnarrows.com |
ac5a5c2caa0967238d945626b1f1488f1959978f | 672ba9aba77ead521356284c8fc47165bcd8adf1 | /trunk/include/api/AStream.hpp | 26de214f7320404f01f2784ae86dc078da1ffa82 | [] | no_license | BGCX261/zia-tamer-svn-to-git | fdca85aeb6c2290c6b89dc574aa202192c521d04 | 852ed903f0adefcdd0869ec2d954cc8a25bb5c5a | refs/heads/master | 2021-01-10T21:53:38.993041 | 2015-08-25T15:27:48 | 2015-08-25T15:27:48 | 41,600,336 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,412 | hpp | #ifndef _ZIA_API_ISTREAM_H_
#define _ZIA_API_ISTREAM_H_
#include <string>
#include "defines.hpp"
#include "Callback.hpp"
_BOF_ZIA_API_
/*!
* \brief Stream interface class.
*
* Base of your Zia, this class will permit you to manage all
* asynchronous datas in your Zia.
* With this sytem, you will be capable to ... | [
"you@example.com"
] | you@example.com |
0df7fc4aa5d51c5f24c432dfacb670900d75f5ab | 29078d8e0867547072f7340a8f96c7f2a02761f5 | /MIS/1-MIS/PDS/PDS-proj/types.h | b00d287b43ae72a9280fff8c640ef7714aa54521 | [] | no_license | Lysenae/VUT-FIT | 988453b1cc83280ec8725ca6f1ba234bfb4e517c | 61429fa7de5f42884e030afab55817592c6f11be | refs/heads/master | 2021-09-25T09:27:17.349825 | 2018-10-20T13:57:21 | 2018-10-20T13:57:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 839 | h | // Projekt: PDS - L2 MitM
// Autor: Daniel Klimaj; xklima22@stud.fit.vutbr.cz
#ifndef TYPES_H
#define TYPES_H
#include <string>
#include <vector>
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <cerrno>
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef unsign... | [
"dklimaj@gmail.com"
] | dklimaj@gmail.com |
b79940c969ec8a8c3965128ba820b50ae9f45f1e | c00c6ee29f017f793e31c8483a4ed4485732eeb9 | /Assignment5_NormalMappedModel/Application.h | 95e7930d0663a1e1a3fb533403627d61ac8f978f | [] | no_license | wongjwm/ComputerGraphics | 5fd01d59a4d2e7f5e235207a7165f7009185f66d | 955f331a87113b7b0f6c54b26b39295b989f683c | refs/heads/master | 2020-12-06T11:01:50.487008 | 2020-04-16T00:28:34 | 2020-04-16T00:28:34 | 232,446,161 | 0 | 0 | null | 2020-01-08T00:49:58 | 2020-01-08T00:49:57 | null | UTF-8 | C++ | false | false | 380 | h | /**
* The primary application code.
*/
#include <QtGui>
#include <QtCore>
#include <QtWidgets>
using namespace std;
class Application : public QMainWindow
{
Q_OBJECT
public:
Application(QWidget* parent=0);
void setFile(string objectFile);
virtual ~Application();
signals:
public slot... | [
"judy.wm.wong@gmail.com"
] | judy.wm.wong@gmail.com |
3179fb854ccb8136b18e54a2dffaf0ec364b6df3 | bd226417f1cc508a6fdadf8c996552184e89b34e | /competitive_coding/contests/GoodBye2019/A.cpp | 2d478c52e4dac1830ba77829afbed048777213a0 | [
"MIT"
] | permissive | rupav/cp | 5876a42f5d86df482426b523fdeddcd84843c373 | 0b4c20ef3504472c1b0a9bbf586bb2daae9631c5 | refs/heads/main | 2023-02-24T23:21:31.930979 | 2021-01-30T06:08:15 | 2021-01-30T06:08:15 | 334,339,922 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,550 | cpp | #include<bits/stdc++.h>
using namespace std;
#define fr(i,n) for(int i=0; i<n; i++)
#define rep(i, st, en) for(int i=st; i<=en; i++)
#define repn(i, st, en) for(int i=st; i>=en; i--)
#define sq(a) (a*a)
typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
ll mod = 1e9+7;
ll gcdll(ll a, ll b){
... | [
"ruavwinchester@gmail.com"
] | ruavwinchester@gmail.com |
64e4f7bae4b099a4589155fa4e2a0f40fbb2f5e4 | dd098f8a93f787e38676283679bb39a290ba28b4 | /samples/client/petstore/cpp-ue4/Public/OpenAPIBaseModel.h | 4c885c815a93a1812b2b5232fa65d4ec37c46432 | [
"Apache-2.0"
] | permissive | InfoSec812/openapi-generator | 727c0235d3bad9b85ac12068808f844287af6003 | e0c72702c3d5dae2a627a2926f0cddeedca61e32 | refs/heads/master | 2022-10-22T00:31:33.318867 | 2022-08-20T14:10:31 | 2022-08-20T14:10:31 | 152,479,633 | 1 | 0 | Apache-2.0 | 2023-09-04T23:34:09 | 2018-10-10T19:38:43 | Java | UTF-8 | C++ | false | false | 3,104 | h | /**
* OpenAPI Petstore
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator
* https://github.com/OpenAPITools/openapi-generator
* Do not... | [
"noreply@github.com"
] | InfoSec812.noreply@github.com |
8a34439286fe79a42dfbf616f81dbf3c37f55061 | 9a33566bdd5fd8a1a7f40b27f69ad8d1118f8f18 | /epoch/lucca_qt/include/lucca_qt/make_qt_action_tool.hpp | c22d0a99f9a577297d1b0c12d49c8e613ec827b9 | [
"MIT"
] | permissive | nwalablessing/vize | d0968f6208d608d9b158f0b21b0d063a12a45c81 | 042c16f96d8790303563be6787200558e1ec00b2 | refs/heads/master | 2023-05-31T15:39:02.877681 | 2019-12-22T14:09:02 | 2019-12-22T14:09:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,775 | hpp | #ifndef LUCCA_QT_MAKE_QT_ACTION_TOOL_HPP
#define LUCCA_QT_MAKE_QT_ACTION_TOOL_HPP
#include "lucca_qt/config.hpp"
#include "lucca_qt/qt_action_tool.hpp"
#include <lucca/tool/tool_descriptor.hpp>
#include <QToolButton>
namespace lucca_qt {
/**
* Helper function to create a lucca_qt::QtActionTool instance.
*
* @r... | [
"sms.cpp@gmail.com"
] | sms.cpp@gmail.com |
0b797889c899abeab1d6d30708f17c4d046e74df | 7e010cb404d567c68dd01d1b15089ef48d20f48f | /指针-2 从小到大字符串.cpp | 8127efc59c9862b9ab68d8b55fa73d55679645c0 | [] | no_license | xuefff/C-task | b6da3a6d48b988d1eba19b86ebf3f6144774390a | 7065aad5241e09c2be698e4c422dbf4dfd28329b | refs/heads/master | 2020-03-19T16:36:20.030005 | 2018-06-29T17:05:37 | 2018-06-29T17:05:37 | 136,721,390 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 673 | cpp | #include <stdio.h>
int sort(char* a,char* b,char* c)
{
int num[3];
int i,j;
char * p;
for(i=0;a[i]!='\0';i++)
{
j=0;
j++;
num[0]=j;
}
for(i=0;b[i]!='\0';i++)
{
j=0;
j++;
num[1]=j;
}
for(i=0;c[i]!='\0';i++)
{
j=0;
j++;
num[2]=j;
}
if(*p>*p+1)
*p=*a;
*a=*b;
*b=*p... | [
"2646180677@qq.com"
] | 2646180677@qq.com |
56ecfa5050b4104efeecfefb334ce43e32ac111a | ca8e13c0b8d420fd85bcb87b2c6601ff7d1c122a | /src/Archive.hpp | 48f7f1d1bb2584d5da2162a1566a50c6b5dc4ec9 | [
"MIT"
] | permissive | glotzerlab/libgetar | a61f4ca0a24bae0252a724501d29c174b21e2e5a | 3a46585a40746a3522fca89f2b2d34b4213a9b96 | refs/heads/master | 2022-07-26T19:52:13.492531 | 2022-06-27T19:56:20 | 2022-06-27T19:56:20 | 169,864,299 | 2 | 0 | MIT | 2021-06-01T22:16:06 | 2019-02-09T12:22:34 | C | UTF-8 | C++ | false | false | 1,938 | hpp | // Archive.hpp
// by Matthew Spellings <mspells@umich.edu>
#include <memory>
#include <vector>
#include <string>
#include <utility>
#include "SharedArray.hpp"
#ifndef __ARCHIVE_HPP_
#define __ARCHIVE_HPP_
#ifdef GTAR_NAMESPACE_PARENT
namespace GTAR_NAMESPACE_PARENT{
#endif
namespace gtar{
// Modes in which we... | [
"mspells@umich.edu"
] | mspells@umich.edu |
91982faafb12fb9525b757f6194e4f5a3de74a22 | 05dee134ef4e552fecd0d39dea5d6cdc3a82965c | /HDU/HDU-2018.cpp | 569b345798894bf08f51313935cfc19b1e09d50e | [] | no_license | yliu-cs/ACM | 35239420f36baf336e17a5c45d2c7a5ae9317413 | f67ca3e6de900afabe38201e19c74d0e1c6a40a3 | refs/heads/master | 2022-03-20T10:10:25.787434 | 2019-12-05T16:30:29 | 2019-12-05T16:30:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 381 | cpp | #include <iostream>
using namespace std;
// 类斐波那契数列
int main() {
ios::sync_with_stdio(0);
long long num[55] = {1,1,2,3};
for (int i = 4;i < 55;++i) {
num[i] = num[i - 1] + num[i - 3];
}
int n;
while (cin >> n) {
if (n == 0) {
break;
}
cou... | [
"978539910@qq.com"
] | 978539910@qq.com |
1405a387cdec0dc01667bd133ddeb542d30d5e4f | 5538f52b78f533deccdd15e1cc5508082e29b31e | /include/tvr/Common/ApplyPathNodeVisitor.h | b201848b853f740c3e1e3db99069f8c3f767eb2c | [] | no_license | liaoclarke/tvr_runtime | 049f800406873c8621f3deda4533e36ec0328109 | d406d547922e33b105c60a06ace9b91f656198db | refs/heads/master | 2021-01-01T05:43:42.814023 | 2016-05-29T03:46:23 | 2016-05-29T03:46:23 | 58,048,316 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,116 | h | /** @file
@brief Header
@date 2015
@author
Sensics, Inc.
<http://sensics.com/osvr>
*/
// Copyright 2015 Sensics, 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 a... | [
"clarkliao@tencent.com"
] | clarkliao@tencent.com |
c502a424ce25f630f29a1b988142c635eb783925 | 681c697d7b8d757c5f83b71e052636b75d498c03 | /ProjectionNode.h | 07c5256057c12393688673fdb249f2dbf538fcd6 | [] | no_license | OpenGL-Scene-Graph/Mocha-focused-on-geographical-map-displays | 28d346e5f3effd1b3e92bf33ca8436ff5b6b2df7 | 15860ead100c9d175da7c400d0881d0d4ab7fdc5 | refs/heads/master | 2020-09-23T10:02:42.163493 | 2013-01-24T04:46:19 | 2013-01-24T04:46:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,037 | h | #ifndef PROJECTION_NODE_H_DEFINED
#define PROJECTION_NODE_H_DEFINED
#include <SceneNode.h>
namespace Mocha
{
class CProjectionNode: public CSceneNode
{
friend class CEventVisitor;
friend class CRenderVisitor;
friend class CUpdateVisitor;
friend class CSceneManager;
public:
... | [
"mas644@gmail.com"
] | mas644@gmail.com |
bb69ac0c30e89b464ecf50439bcd2b248ffe8a6d | 5fc1a7d8e5d4ebc20c96a7ffe6b9635a3d755d91 | /src/ocs.cxx | 2d565a40ac14a7e6b2a8d1936d23f3833730d7a1 | [] | no_license | ntyaan/clustering | db20a4983df370794d32d4d8e683e5f90fce9186 | c95e76d4dcc5bdaf5efaf19fc5bc77490db2b9d1 | refs/heads/master | 2021-07-14T21:27:36.465152 | 2018-12-20T07:31:40 | 2018-12-20T07:31:40 | 143,392,497 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,825 | cxx | #include"ocs.h"
OCS::OCS(int dimension,
int data_number,
int centers_number,
int number_of_missing_values):
HCM(dimension, data_number, centers_number),
CorrectData(data_number, dimension),
IncompleteIndex(data_number, dimension),
NumberOfMissingValues(number_of_missing_values){
}
double OCS::incomplete... | [
"af13039@shibaura-it.ac.jp"
] | af13039@shibaura-it.ac.jp |
e953cfe2efda1b5aac503e0982fe73270c85370e | 2d690e86d9a6af506116b33fe84b29fb0e162bbd | /WildCraft/WildCraft/cGamePlayScene.h | 07c4437eb1e6ced8d4bed351ae9f9a26c9ebbb37 | [] | no_license | ekzmdpems/HuntCraft | ac4bb839ee9432b3daef6a3017104137f33b94cc | 518e193017c13d181eea372f49d8e560b862fdb9 | refs/heads/master | 2020-06-16T04:03:17.407101 | 2016-12-08T18:37:23 | 2016-12-08T18:37:23 | 75,246,942 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 334 | h | #pragma once
class cGamePlayScene : public iSceneNode
{
private:
public:
const HRESULT Init(DWORD dwFlag) override;
void Update() override;
void Render() override;
void Release() override; // 전환되면 없애줘야 할것
void WndProc(HWND, UINT, WPARAM, LPARAM) override;
cGamePlayScene();
virtual ~cGamePlayScene();
};
| [
"zambe666@gmail.com"
] | zambe666@gmail.com |
b282975561c58603d2a746cd6e8183139a777ad2 | cfc6e5246c7b5dc56b52fb1b710974326e98a53e | /Source/GameNode.h | 51bd7885d02ac37eba575e9815575cd9bd4fa549 | [] | no_license | pimms/Ogre-Bullet-wrapper | 19f9c794c85c5fdece6ddf19bc5f244ff38d2b8a | 8b11b3aaaf6823e155ddc48b3ced76df15920d43 | refs/heads/master | 2020-06-03T04:20:09.698696 | 2013-03-28T14:23:03 | 2013-03-28T14:23:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,539 | h | #pragma once
#include "PimEngine.h"
class HeightfieldData;
class GameNode :
public Ogre::FrameListener,
public Ogre::RenderQueueListener,
public OIS::MouseListener,
public OIS::KeyListener
{
public:
GameNode(bool isGameScene=false);
~GameNode(void);
static btCollisionShape*... | [
"joakim.stien@gmail.com"
] | joakim.stien@gmail.com |
7c03e89c3f80fcd192f3d7935c045bd447b19911 | 170ab6daedec4a8f107203b6eb5cd8bed1f4ed81 | /OJ-hihocoder/1393-二分图多重匹配问题.cpp | f640db5eaff56c3ca94bb4264956fec2b7872c6c | [] | no_license | sfailsthy/ACM-ICPC | 4a15930c06c5ba35ca54a5ecb0acd7de63ebe7f7 | 7e32bfc49010c55d24b68c074c800a2d492abbfd | refs/heads/master | 2021-01-11T06:07:58.598819 | 2017-01-18T13:04:23 | 2017-01-18T13:04:23 | 71,685,224 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,708 | cpp | //created by sfailsthy 2016/12/21 1:48
#include <iostream>
#include <cstdio>
#include <vector>
#include <algorithm>
#include <cstring>
#include <queue>
using namespace std;
const int maxn =100+10;
#define INF 0x3f3f3f3f
struct edge{
int to,cap,rev;
};
vector<edge> G[2*maxn];
int level[2*maxn];
int iter[2*maxn];
... | [
"noreply@github.com"
] | sfailsthy.noreply@github.com |
78192025792318230b7f69bf3a4b3ec56927e86e | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/v8/src/builtins/builtins-constructor.h | 68629a7bd34895b8ac55de8faa0b13be3b94f774 | [
"BSD-3-Clause",
"Apache-2.0",
"SunPro",
"bzip2-1.0.6"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 2,900 | h | // Copyright 2016 the V8 project 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 "src/code-stub-assembler.h"
namespace v8 {
namespace internal {
typedef compiler::Node Node;
typedef compiler::CodeAssemblerState CodeAssembl... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
0f78f35b2fc26fd4e9b35d5bc0e950de99e57e28 | 45f78ef0c270d16952d8db884278faa6691de399 | /codebase/apps/Radx/src/RadxModelQc/FiltAzGradient.hh | c7fba7fdcf94bd09438334462504518264e7a35e | [
"BSD-3-Clause"
] | permissive | bgin/lrose-core | 6da3e856c099cbb2fc273795653da39bee472869 | 2bff382ccaa9e927a922b2d545dd418a3ba791fc | refs/heads/master | 2021-06-09T05:33:52.806917 | 2016-11-17T13:13:38 | 2016-11-17T13:13:38 | 75,398,778 | 1 | 0 | null | 2016-12-02T13:39:13 | 2016-12-02T13:39:13 | null | UTF-8 | C++ | false | false | 3,645 | hh | // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
// ** Copyright UCAR (c) 1990 - 2016
// ** University Corporation for Atmospheric Research (UCAR)
// ** National Center for Atmospheric Research (NCAR)
// ** Bo... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
0e66b4bbc1f6abb48f643c090e1d87ab93e9a250 | 20b49a6ef1fa417d67abef2d29a598c9e41c478e | /CodeForces/1000 - 1200/bearAdnRaspberry.cpp | b1de87d3531e7b8a275ab1f912541efadedb8ca1 | [] | no_license | switchpiggy/Competitive_Programming | 956dac4a71fdf65de2959dd142a2032e2f0710e1 | beaaae4ece70889b0af1494d68c630a6e053558a | refs/heads/master | 2023-04-15T19:13:12.348433 | 2021-04-04T06:12:29 | 2021-04-04T06:12:29 | 290,905,106 | 1 | 3 | null | 2020-10-05T20:16:53 | 2020-08-27T23:38:48 | C++ | UTF-8 | C++ | false | false | 387 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
ll n, c, a[107];
int main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
cin >> n >> c;
for(ll i = 0; i < n; ++i) cin >> a[i];
ll ans = c;
for(ll i = 0; i < n - 1; ++i) {
if(a[i] - a[i + 1] >= c) ans = max(ans, a[... | [
"switchpiggy@users.noreply.github.com"
] | switchpiggy@users.noreply.github.com |
90235c639a5f8631c22c50d1c5fa757227286954 | c703a08d76783d68dc7f8b16ba445c26aee74cef | /CodeForces/educational_code_forces_145/c.cpp | 156f872894abe663e81884124b107283fe0c0d23 | [] | no_license | romilpunetha/Online-Judges | 7ab14efde8180a4cc0d22a263159b2c5486122d7 | f1eb05795e4eecad5910c534226f61d920f53a4d | refs/heads/master | 2023-08-18T01:16:15.299862 | 2023-08-09T13:48:25 | 2023-08-09T13:48:25 | 67,865,026 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,834 | cpp | #include <bits/stdc++.h>
#define endl '\n'
#define inf INT_MAX
#define pb push_back
#define der(c, x) ((c).find(x) != (c).end())
#define base 999983
#define baseinv 943912055
#define ff first
#define ss second
#define V vector
#define L list
#define P pair
#define MP map
#define ST set
#define UM unordered_map
#define ... | [
"romil.punetha@dstreet.finance"
] | romil.punetha@dstreet.finance |
c1dd90d27a51553cfe1d50c70beae897126fbb34 | 57fad3d12da786787299465c5e260a160aaf7520 | /FEBioMech/FEElasticMaterial2O.cpp | 6fe5e8414e155696679faa94fd409f3d4e93458c | [
"MIT"
] | permissive | jpeloquin/FEBio | b15861a6c0ea4f8ecd6cfaf62be1bd45c01ccce5 | c6912992a5092f98bbd1733ddcdad1bc086f87f6 | refs/heads/master | 2023-04-26T23:44:49.597644 | 2021-03-07T04:06:38 | 2021-05-28T17:19:12 | 275,020,566 | 0 | 0 | MIT | 2020-06-25T21:41:16 | 2020-06-25T21:41:15 | null | UTF-8 | C++ | false | false | 3,703 | cpp | /*This file is part of the FEBio source code and is licensed under the MIT license
listed below.
See Copyright-FEBio.txt for details.
Copyright (c) 2020 University of Utah, The Trustees of Columbia University in
the City of New York, and others.
Permission is hereby granted, free of charge, to any person obtaining ... | [
"michaelrossherron@gmail.com"
] | michaelrossherron@gmail.com |
3f9ece1906f0a2d5df337225b885b04505561b38 | 77ed2e7f49ff3faa09a0d324ac87a0796a624ad8 | /程序设计与算法「3」/020🏅️全面的myString(myString实现,各种重载杂合)/020全面的myString/main.cpp | d6e03fdf4248f8d05918992406321b7f1383336f | [] | no_license | Haut-Stone/study_Cpp | c02217f5b94d1945b59c27fdbaf7127f0cb0697c | 744cb54a786fd1db0ea0eefa0b8d93f7c81ad019 | refs/heads/master | 2021-01-12T01:40:17.522389 | 2018-01-18T10:47:25 | 2018-01-18T10:47:25 | 78,415,832 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,476 | cpp | //
// main.cpp
// 020全面的myString
//
// Created by Jack Lee on 15/11/2017.
// Copyright © 2017 SJH. All rights reserved.
//
#include <cstdlib>
#include <iostream>
using namespace std;
//int strlen(const char * s)
//{ int i = 0;
// for(; s[i]; ++i);
// return i;
//}
//void strcpy(char * d,const char * s)
//{
// int... | [
"haut.1604.stone@gmail.com"
] | haut.1604.stone@gmail.com |
a161414131cde4861b8090698c0aacc2092b2d69 | 33c46881d14818e9ddca1d7d2b583438dee2c742 | /文件传送/server/eims_server_terminal/eims_server_terminal/frame/debug/log_oper.h | 3c7cac14ae90b6891e7626f516bcb931a993a854 | [] | no_license | lzx2017lzx/projectsrc | 21001cf461de23bb93cad5809026ece60c193bda | 1c9a216dc432497633309ddbd7910af2273b4875 | refs/heads/master | 2020-03-15T19:23:48.582402 | 2018-05-06T07:48:40 | 2018-05-06T07:48:40 | 132,307,635 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 595 | h | #ifndef LOG_OPER_H_INCLUDED
#define LOG_OPER_H_INCLUDED
#include "../common/common.h"
using namespace eims::common;
using namespace eims::debug;
namespace eims
{
namespace debug
{
class log_oper
{
public:
///构造
log_oper();
///析构
~log_oper();
///写日志。参数一为日志内容,参数二为日志等级
void WriteLog(char... | [
"you@example.com"
] | you@example.com |
44914092a417266f8cb6a59b4f4d157ddf66ad6c | 857610f09a53c1bef4a14ca83aa9d536a5b70371 | /CSES/Sorting and Searching/ReadingBooks.cpp | c6d9203676c6f434e379e00ac303406bb67ed520 | [] | no_license | NicoHillbrand/Competitive-Programming | 6f3e6826af062de04c3d4cfc0d8bbdf2f382d056 | 220991d761dec06a68e21070d5a18cfa82988c7c | refs/heads/main | 2023-03-18T14:43:54.741164 | 2021-03-08T16:03:52 | 2021-03-08T16:03:52 | 336,817,414 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 767 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef pair<int,int> ii;
typedef vector<ii> vii;
typedef vector<vi> vvi;
typedef vector<string> vs;
#define INF INT_MAX;
int n;
int a[200005];
void solve(){
cin >> n;
ll sum =0;
for (int i = 0; i < ... | [
"noreply@github.com"
] | NicoHillbrand.noreply@github.com |
f10d2770ec2c625c21e6e3a36c073be3f97787f9 | 8e591f50ac1c8ac76389efa4895c5ddb3e655881 | /src/clientversion.cpp | ca4a22271704bc2c3b22b132ba50d30f86bf257f | [
"MIT"
] | permissive | minblock/torchcoin | 445f64543f3cd9ba80fc2ca5d98c4c70bb919415 | 9e21fe871b6b69e8092d3ed3aa11c666f35f9f64 | refs/heads/master | 2021-05-21T04:47:35.203595 | 2020-04-21T13:15:06 | 2020-04-21T13:15:06 | 252,549,589 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,833 | cpp | // Copyright (c) 2012-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 <clientversion.h>
#include <tinyformat.h>
/**
* Name of client reported in the 'version' message. Report the sam... | [
"POSTMASTER@provgn.com"
] | POSTMASTER@provgn.com |
c7067abf483588d4899c450794ae437ae0005e83 | e5429b1cc0043e5a1e7564ead2f3e55934b584e2 | /RasterizeInkStrokeTest/Generated Files/App.g.hpp | ac8ce093e0ea01703f193d4c23601242e90940f4 | [] | no_license | ecologylab/Direct2DImagingTests | 0f7284a12f5d7cf94242d4ba99f2e84df182f200 | cdb517f1e5a8977136de5c44839e062ffc2807dc | refs/heads/master | 2020-03-27T05:48:10.950453 | 2013-02-01T01:10:46 | 2013-02-01T01:10:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,325 | hpp |
//------------------------------------------------------------------------------
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//------------------------------------------------------------------------------
... | [
"andrew@ecologylab.net"
] | andrew@ecologylab.net |
6bff9f613e11d647dc1ec04dc1a5f62e235bb758 | e8829e35dfea2474746fc8a556d29d8c40982da0 | /rush00/PlayerBullets.hpp | 27395d3c56208950e1451882817e69f6138f19bf | [] | no_license | beardings/cpp_pool | 8048ab81a423cb0b26a46f56a1fd384935ad5c92 | 5fbd7ffca7e23c32b92917c1257d5ff47fcb5c4a | refs/heads/master | 2020-03-08T05:30:37.334523 | 2018-06-27T18:50:49 | 2018-06-27T18:50:49 | 127,949,573 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | hpp | #ifndef PLAYERBULLETS_HPP
# define PLAYERBULLETS_HPP
# include "BulletsLine.hpp"
class PlayerBullets
{
private:
BulletsLine *_lines[50];
public:
PlayerBullets();
PlayerBullets(const PlayerBullets & obj);
~PlayerBullets();
PlayerBullets & operator=(const PlayerBullets & obj);
void addBullets(int y, int x);
v... | [
"beardings@gmail.com"
] | beardings@gmail.com |
0917364c9944ca2b5b99ca9a0b84770173291bf0 | e610b203ca595a474cfb4ea991c29e5efb30d69c | /Sample Code/Lecture 6 Code/Constrained_BFGS/Constrained_BFGS.cpp | 3ca2fcee8ffb9ef16e11dd761c950c6d6502bf6c | [] | no_license | hhy845914111/Derivatives-Pricer | 05d2d7ed9d61baf37437f8bcac66b32d610971f2 | f774b1d598d75468e791c67c927de17bd45225e8 | refs/heads/master | 2020-08-05T03:10:28.196901 | 2019-10-02T15:58:38 | 2019-10-02T15:58:38 | 212,370,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,044 | cpp | int ConstrainedBFGS(int n, int maxit, int &niterations, double &f, double *x, double *g,
double **Hessian, double **HessInv, double bl[], double bu[])
{
//
// int n = number of parameters to estimate
// int maxit = maximum number of iterations
// *f = double pointer for function value to be minimized
// *x = dou... | [
"hoorex@oultook.com"
] | hoorex@oultook.com |
cabe1c446fad47546813135841dc4a3eb21a18a2 | b7839feaa3c6c8faa5b1f37f748bd3445139f083 | /C++/WorkthroughC++ByExample/LibraryManagementSystem/src/book_library.cpp | f0ee0f108d9277cf21aba2a8c39f193710129de7 | [] | no_license | Aendera/Programming-Workthroughs | 7e4e077c30fb1dd16a447ffd73fa036dd37fb9aa | 6422fe3eeda59309adf7f46487d6e9b59f290554 | refs/heads/master | 2023-01-01T17:45:40.009714 | 2020-10-26T14:51:50 | 2020-10-26T14:51:50 | 271,764,922 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 945 | cpp |
#include "book_library.h"
#include <algorithm>
book_library::book_library(const std::vector<book>& books)
:books_(books)
{
}
book book_library::find_book_by_title(const std::string& title)
{
//Return exact match [1]
//iterate and return book for item.title==title
for (auto item : books_) {
if (item.title == t... | [
"chaosobscura@gmail.com"
] | chaosobscura@gmail.com |
f33b490e1ab91a24db178b8fce48a4a810ceb0aa | d17bbadd0713b7c0166386d28f7ad21eb32e609c | /EffectiveModernCpp/Item33.cpp | a82cb38a5069708b363a81e84140711b48a92926 | [] | no_license | amaruk/MyCppIncubator | 914e494bef9a1eb5240d6106c702376b086b5b88 | 9d7017e38c87fb841dd6d8a35dc903a621b681b1 | refs/heads/master | 2021-01-19T05:30:06.083248 | 2019-05-21T05:30:02 | 2019-05-21T05:30:02 | 87,430,733 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 262 | cpp | #include "stdafx.h"
#include "Item33.h"
#include <memory>
#include <functional>
using std::make_unique;
using std::bind;
void Item33::ItemEntry()
{
// C++14的generic lambda支持使用auto参数的lambda
// TODO 阅读之前的章节重新理解此item
}
| [
"amaruk@163.com"
] | amaruk@163.com |
eb97144627ebabe9f39da90d2c4bb169fd609d16 | ca6110e736cb98a74cc5bf4ed21b5230462c464a | /common/include/FilePtr.h | a4eb5677f5c899f865579783ab35cc0cf23cb851 | [] | no_license | heimdallr/home_compa_dev | c9148cbf902d08cff1a428bfd65888124d7a114d | e79c217f6819944d3fc39a1d15ec8db29d881c4f | refs/heads/master | 2023-07-06T02:25:49.145436 | 2023-06-29T17:24:54 | 2023-06-29T17:24:54 | 6,077,550 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 765 | h | #ifndef FilePtrH
#define FilePtrH
//---------------------------------------------------------------------------
#include <SysUtils.hpp>
#include <stdio>
#pragma hdrstop
//---------------------------------------------------------------------------
class TFilePtr {
FILE *_f;
public:
__fastcall ~TFilePtr() {... | [
"heimdallr@ngs.ru"
] | heimdallr@ngs.ru |
fb1af6b01906f561773a5dbabbdd2873a5194a0b | 9fd0b6465570129c86f4892e54da27d0e9842f9b | /src/runtime/libc++/test/strings/basic.string/string.modifiers/string_op_plus_equal/initializer_list.pass.cpp | cc3a4880063259e5d9e2e980dfc85d62d1d623b9 | [
"BSL-1.0"
] | permissive | metta-systems/metta | cdbdcda872c5b13ae4047a7ceec6c34fc6184cbf | 170dd91b5653626fb3b9bfab01547612efe531c5 | refs/heads/develop | 2022-04-06T07:25:16.069905 | 2020-02-17T08:22:10 | 2020-02-17T08:22:10 | 6,562,050 | 39 | 11 | BSL-1.0 | 2019-02-22T08:53:20 | 2012-11-06T12:54:03 | C++ | UTF-8 | C++ | false | false | 683 | cpp | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | [
"berkus@exquance.com"
] | berkus@exquance.com |
8d912576dbadfb0132ad0340ebe9f96227fc98e7 | f8642646b1a5035ddc4694131270b60290689b17 | /client.h | 96fac5f09b9da8c9e2c0dc0988f136f85e2745c8 | [] | no_license | zsyzgu/ci2cv-proj | 29efe4397a9f6464ea08abb7790a48951739b46f | f4b63af66f2a88268a0f43068b91914d46128502 | refs/heads/master | 2020-05-20T21:09:27.637285 | 2017-06-02T08:44:16 | 2017-06-02T08:44:16 | 84,524,612 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | h | #ifndef CLIENT_H
#define CLIENT_H
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/opencv.hpp>
class Client {
private:
int port;
std::string addr;
int server_socket;
public:
Client();
~Client();
bool start();
void sendByteArray(char id, int len, char* data);
void sendIntArray(char id, std::vec... | [
"zsyzgu@163.com"
] | zsyzgu@163.com |
98c5f705c018e44bf9a230ef9d2c3f8bbb4fc145 | 87b571ea22085376a56c4cd899f6dd869c82dd02 | /Source/BerkeLyum/BossAnim.h | f465d92fbfabb120a776407c9fe01224773e8ebe | [] | no_license | LordWake/Unreal-2019-AndroidMobileFPS | f51ab5a2f94a0fb8e56f4646bca9a96f4c1a66b6 | 95b513b71e0d688e32df41c5dccff4f0f6950d60 | refs/heads/main | 2023-02-07T08:57:59.965686 | 2020-12-28T03:27:11 | 2020-12-28T03:27:11 | 301,807,000 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 688 | h | #pragma once
#include "Engine.h"
#include "Animation/AnimInstance.h"
#include "BossAnim.generated.h"
UCLASS()
class BERKELYUM_API UBossAnim : public UAnimInstance
{
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite)
bool fireAnimation;
UPROPERTY(BlueprintReadWrite)
bool fireTrigger;
UPROPERTY(Blue... | [
"44070054+LordWake@users.noreply.github.com"
] | 44070054+LordWake@users.noreply.github.com |
825d2ca7c248e12728f26990158aad4cd1009932 | 627d4d432c86ad98f669214d9966ae2db1600b31 | /src/xmlpatterns/type/qanytype.cpp | 475748e22081703c0a4f03ecd4651bae45c1d7c4 | [] | no_license | fluxer/copperspice | 6dbab905f71843b8a3f52c844b841cef17f71f3f | 07e7d1315d212a4568589b0ab1bd6c29c06d70a1 | refs/heads/cs-1.1 | 2021-01-17T21:21:54.176319 | 2015-08-26T15:25:29 | 2015-08-26T15:25:29 | 39,802,091 | 6 | 0 | null | 2015-07-27T23:04:01 | 2015-07-27T23:04:00 | null | UTF-8 | C++ | false | false | 2,159 | cpp | /***********************************************************************
*
* Copyright (c) 2012-2015 Barbara Geller
* Copyright (c) 2012-2015 Ansel Sermersheim
* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies).
* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.... | [
"ansel@copperspice.com"
] | ansel@copperspice.com |
8a13264bbcbb3b960744fee979196b79d2c6db3c | 3209df75963925dc6cc7941b63119fb7f1c4e97f | /Headers/FGFactoryMaterialInstanceManager.h | 6000dfb8e989aab50efe6c22e8ec9f356ec87ef8 | [] | no_license | SatisGraphtory/SourceData | a06aff42b0da2156c0519e7c69093f3e1e7a83f5 | 7948e28a16ed600c4a9fae7873ef5ebbbbea6796 | refs/heads/master | 2023-08-18T09:27:14.186240 | 2021-04-20T18:38:54 | 2021-04-20T18:38:54 | 309,817,950 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,002 | h | // Copyright Coffee Stain Studios. All Rights Reserved.
#pragma once
#include "FactoryGame.h"
#include "FGFactoryMaterialInstanceManager.generated.h"
/**
* Utility class to hold a DynamicMaterialInstance for each possible color for every different colorable material instance on constructed buildables
* Th... | [
"aafu@ucdavis.edu"
] | aafu@ucdavis.edu |
a003ff025c93f8ce10c21353d803afc2571e8936 | e54112d5ce37817e3c208149e5e0f03eeb9dcfba | /chapter1/ex1-19.cpp | bace458912c7fe7dad0fc94d8e30a9b227976a5a | [
"MIT"
] | permissive | spencerzhang91/primersol | 1abf0f95526a95ab9b9c99250fea8c40946be3d0 | ce2dbef385bca2f1477324bbe2a24874fc2a1279 | refs/heads/master | 2022-02-08T19:31:03.075886 | 2019-06-21T02:02:45 | 2019-06-21T02:02:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 369 | cpp | #include <iostream>
int main() {
int start, end;
std::cout << "Please enter two numbers: " << std::endl;
std::cin >> start >> end;
if (start > end) {
int temp = end;
end = start;
start = temp;
}
while (start <= end) {
std::cout << start << " ";
++start;
... | [
"spencerpomme@live.com"
] | spencerpomme@live.com |
bad9b41af01d77008bf895495f593c98392019b1 | b2d70bc01464859761817522e6e4ef157b6bfda6 | /Study/450/Array/003.cpp | e3f4417a9193589322ee8cce94f0307c68e886d5 | [] | no_license | ben-jnr/competitive-coding | a1b65b72db73a7b9322281ca9e788937ac71eb31 | 4e3bcd90b593749aa29228c54a211bf0da75501a | refs/heads/main | 2023-08-26T07:43:10.018640 | 2021-10-27T13:50:08 | 2021-10-27T13:50:08 | 273,961,346 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 533 | cpp | //Find the "Kth" max and min element of an array
#include<bits/stdc++.h>
using namespace std;
int main() {
int n,i,temp,k;
vector<int> v;
cout<<"enter size: ";
cin>>n;
cout<<"enter array elements: ";
for(i=0;i<n;i++) {
cin>>temp;
v.push_back(temp);
}
cout<<"enter k: ";
cin>>k;
sort(v.begin(),v.end());
... | [
"bichubenkuruvilla@gmail.com"
] | bichubenkuruvilla@gmail.com |
7a054fe452a3ec36fb9170a658f5c8a5afa0fcc2 | ef1c230c4abdcafd207c540a6f5af0703f3c0ddd | /firmware/blinky_ota/firmware/components/cereal/include/cereal/external/rapidjson/ostreamwrapper.h | 4c8e0c9c2ed68f34afc9331c0a316069adbe0a63 | [
"MIT",
"CC-BY-SA-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | popura/blinky | f29f7081424cdae198d4d910a76ee7865043dbb4 | d9a81c0c0b8789ce9f0d234d1c768dd24f88d257 | refs/heads/master | 2021-05-25T22:42:07.272775 | 2020-12-21T02:00:59 | 2020-12-21T02:00:59 | 253,947,678 | 0 | 0 | MIT | 2020-04-08T00:49:53 | 2020-04-08T00:49:52 | null | UTF-8 | C++ | false | false | 2,289 | h | // Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obt... | [
"ykinoshita@tmu.ac.jp"
] | ykinoshita@tmu.ac.jp |
42460197d28171ce9d85a1d49407a707302d1ced | e27d9e460c374473e692f58013ca692934347ef1 | /drafts/quickSpectrogram_2/libraries/liblsl/external/lslboost/mpl/set/aux_/at_impl.hpp | 2d109f78a19f6887c63a2da28b7bdfe980cb24d9 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thoughtworksarts/Dual_Brains | 84a0edf69d95299021daf4af9311aed5724a2e84 | a7a6586b91a280950693b427d8269bd68bf8a7ab | refs/heads/master | 2021-09-18T15:50:51.397078 | 2018-07-16T23:20:18 | 2018-07-16T23:20:18 | 119,759,649 | 3 | 0 | null | 2018-07-16T23:14:34 | 2018-02-01T00:09:16 | HTML | UTF-8 | C++ | false | false | 1,099 | hpp |
#ifndef BOOST_MPL_SET_AUX_AT_IMPL_HPP_INCLUDED
#define BOOST_MPL_SET_AUX_AT_IMPL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.lslboost.org/LICENSE_1_0.txt)
//
// See ... | [
"gabriel.ibagon@gmail.com"
] | gabriel.ibagon@gmail.com |
da5f8ef1ff571f6cffa8e016f55c9e47c1c17987 | 1ee90596d52554cb4ef51883c79093897f5279a0 | /Sisteme/[C++]Offine Shop - Ken/Source Files/Server/game/src/main.cpp | 9b9434e0e12ba67dbc6eeaf5f382e00463debfb0 | [] | no_license | Reizonr1/metin2-adv | bf7ecb26352b13641cd69b982a48a6b20061979a | 5c2c096015ef3971a2f1121b54e33358d973c694 | refs/heads/master | 2022-04-05T20:50:38.176241 | 2020-03-03T18:20:58 | 2020-03-03T18:20:58 | 233,462,795 | 1 | 1 | null | null | null | null | UHC | C++ | false | false | 25,187 | cpp | #include "stdafx.h"
#include "constants.h"
#include "config.h"
#include "offlineshop_config.h"
#include "event.h"
#include "minilzo.h"
#include "packet.h"
#include "desc_manager.h"
#include "item_manager.h"
#include "char.h"
#include "char_manager.h"
#include "mob_manager.h"
#include "motion.h"
#include "sectree_manage... | [
"59807064+Reizonr1@users.noreply.github.com"
] | 59807064+Reizonr1@users.noreply.github.com |
ba2e13dbbee3d5d88f3fa2521210751d2949412e | a0e523b3ec7817f2599a253a6d3107914da48fd2 | /Klient/kontroler.hpp | d907cd58b9842c1dcee85d49d505986fa453e0ee | [] | no_license | WiktorSzczepanski/SecureComm | eef1cb96a71a9442f31a6a6f578fc442f676f88b | 541372ac669245d66934ae3f348fdd8bd9aeb521 | refs/heads/master | 2020-05-20T16:02:26.268548 | 2015-06-08T00:14:33 | 2015-06-08T00:14:33 | 34,261,432 | 1 | 0 | null | 2015-06-08T19:43:52 | 2015-04-20T13:15:21 | C++ | UTF-8 | C++ | false | false | 4,993 | hpp | #ifndef kontroler_hpp
#define kontroler_hpp
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include <iostream>
#include <sstream>
#include <list>
#include "model.hpp"
#include "widok.hpp"
#include <map>
using namespace std;
class SecureCommAction
{
public:
SecureCommAction(){};
... | [
"karolina.drabarz@gmail.com"
] | karolina.drabarz@gmail.com |
e774a1a19c816b97515726d56cab4d2f2039a072 | 294b42d23c6ee3d3abc532f1559b25dea43e7e60 | /src/malloc_interface.cc | eca34599be6a735a5a1d4d3c117cbaaafd0e9692 | [] | no_license | kyowill/tcmalloc-0.1 | 64cf6e6c7eb57733d17a84f3fa211f07231a9672 | 86b3eeb5355d281ea6db1abff3ea476d7b91d476 | refs/heads/master | 2020-03-25T16:47:38.699111 | 2018-08-08T01:59:21 | 2018-08-08T01:59:21 | 143,947,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,608 | cc | // Copyright (c) 2005, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of condi... | [
"291453783@qq.com"
] | 291453783@qq.com |
2ffe63cb1b45bd4815486c3da5f1ede3f212b12c | bfb9caeb27d216883724710f64a9d5f85248e1a2 | /NFLibrary/NFVariant/stdafx.cpp | 6c82e8bba14a88c5289b5b29d0a48c0fe13b181c | [] | no_license | bback99/NFGame | 2c0340aa4315ed80aedb85379c32a30d79a1cfcf | e94fb6412271f4f95c200ea4ecab774f506b3877 | refs/heads/master | 2020-07-02T09:52:24.393478 | 2016-11-21T01:02:36 | 2016-11-21T01:02:36 | 74,312,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | cpp | // stdafx.cpp : source file that includes just the standard includes
// NFVariant.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"bback99@naver.com"
] | bback99@naver.com |
3316a2347b481361a45bcbb3ae2076e0ebca7488 | 36b9decf14d266d6babaf1c44085c2ba869c03ce | /Remnant-main/Remnant/SDK/MoviePlayer_structs.h | f482662cfd34d175d675f24817d50e75a93f9ab8 | [] | no_license | RoryGlenn/RemnantLootSwitcher | 6e309a7b2b7bac88a166b552b640c830b863eb2d | 85c4cb6839b7c0f60cf8143c571d64ca12439a63 | refs/heads/master | 2022-12-29T08:47:15.713546 | 2020-10-23T22:01:45 | 2020-10-23T22:01:45 | 305,910,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 592 | h | #pragma once
// Name: Remnant, Version: 6
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
/*!!HELPER_DEF!!*/
/*!!DEFINE!!*/
namespace UFT
{
//---------------------------------------------------------------------------
// Enums
//---------------------------------------------------------------------------
// Enum... | [
"romglenn@ucsc.edu"
] | romglenn@ucsc.edu |
701cf4192f67c9cb1631185f3d17acaac50754be | a98faac031f116715d7780a8671069eeaae40cac | /OutputUID/MFRC522.h | a5851cc207901bb6c38c0753f9903d83aa2ff3e3 | [] | no_license | errorcodexero/rfid | ccd2421ff528e9f2afadcf5e6c7804c6fab993f7 | e6ae31167e7f14244bef9ea992e66ccc5e5dddfb | refs/heads/master | 2020-05-21T19:43:14.504513 | 2017-04-18T04:13:26 | 2017-04-18T04:13:26 | 37,697,670 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,442 | h | /**
* MFRC522.h - Library to use ARDUINO RFID MODULE KIT 13.56 MHZ WITH TAGS SPI W AND R BY COOQROBOT.
* Based on code Dr.Leong ( WWW.B2CQSHOP.COM )
* Created by Miguel Balboa (circuitito.com), Jan, 2012.
* Rewritten by Søren Thing Andersen (access.thing.dk), fall of 2013 (Translation to English, refactored, comm... | [
"earthvexingtimelord@gmail.com"
] | earthvexingtimelord@gmail.com |
cb82a654d9f2742bf3ac545924818b26040fc46d | 5a1067745090059661c36bf5cbbcd08d861f0ed8 | /Cpp_Practice/6.cpp | a7d1353cd90d5f9430efaa5bd35de03a02294686 | [] | no_license | chanduk5/CPP_Practice_VSCode | 54c2ec27a5ece8b6bcdcec8ce3029328ecf38284 | 204a5192115f9d33c9df0884236e388d1935984e | refs/heads/master | 2020-12-19T14:19:17.945698 | 2020-02-04T15:37:22 | 2020-02-04T15:37:22 | 235,759,463 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,047 | cpp | #include <iostream>
#include "Cpp_Practice.h"
class DateClass // members are private by default
{
int m_month; // private by default, can only be accessed by other members
int m_day; // private by default, can only be accessed by other members
int m_year; // private by default, can only be accessed by other member... | [
"kurapatichandu535@gmail.com"
] | kurapatichandu535@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.