blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2b4cae3b79dd910c5282902ced24c3c25e4dad07 | bddd8d142caf4cf843bd06ad0e3173fcdf9be452 | /OnSeason_Project_class/03_Dendrobium/Project_11.cpp | 3c8bed562470cce8d8959079224937e585101167 | [] | no_license | tinSn0703/SuzuProject | a567aa3d3f85b296e34bf27c4347d4feab7d29c0 | 68bd8b9dbd5b7e42acd91b0e82e90c72cbd355bc | refs/heads/master | 2020-03-20T07:48:48.446041 | 2018-06-14T01:42:57 | 2018-06-14T01:42:57 | 137,291,832 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,469 | cpp |
/*************************************************************************
プロジェクトのテンプレート。 実装。
*************************************************************************/
#include <MainCircit/MainCircit.h>
#include "Project_11.h"
/************************************************************************/
namespace ... | [
"condensa1952@gmail.com"
] | condensa1952@gmail.com |
c2670791f1f6ad47618722ff8aff704635395584 | c75ad52c59042bdf30064636d0aa9cb11161448f | /S3DR/lib/src/auxiliary/geometry_utils.cpp | 0047419297646d61426b67e6c80b6875c6d1f81d | [
"MIT"
] | permissive | tdenis8/S3DR | 56b6a195fe077330181db9b4d5cec2d8d239a19f | fb8f4c0c98b5571abb12a51e03229978115b099b | refs/heads/master | 2020-05-18T15:32:41.851950 | 2015-01-16T19:16:53 | 2015-01-24T11:56:00 | 18,430,166 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,179 | cpp | #include "geometry_utils.hpp"
#include "utility/math_utils.hpp"
void CalculateNormals(const std::vector<glm::vec3> & vertices,
const std::vector<glm::ivec3> & indices,
std::vector<glm::vec3> & normals)
{
for(const auto & it: indices){
int i1 = it.x;
in... | [
"tomislav.denis@gmail.com"
] | tomislav.denis@gmail.com |
2e8fca1ee13c4367d48c300b4201039cf7098afa | a326c29f71bb66b06e437120dacd2be3902df7e2 | /Сvector3.cpp | 99c458f060c1e00260e78165441f6877e8d077a5 | [] | no_license | Alekseenkov/Cstring_-vector3 | 8c35bd961338e6fa91dfd73baca0b79e6eaa3eef | c60681cf52e5c7c41a0dd072b103428f12d6653e | refs/heads/master | 2022-12-15T05:39:08.084215 | 2020-09-15T17:25:35 | 2020-09-15T17:25:35 | 295,800,682 | 0 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 319 | cpp | #include "—vector3.h"
—vector3::—vector3()
{
x = y = z = 0;
}
—vector3::—vector3(double x, double y, double z)
{
this->x = x;
this->y = y;
this->z = z;
}
—vector3::~—vector3()
{
}
void —vector3::_info()
{
std::cout << "x=" << x << " y=" << y << " z=" << z << std::endl;
}
| [
"noreply@github.com"
] | noreply@github.com |
bd6ab2c933366cea870ef53a4452d75aa85df4e7 | 242d143cfa172d6b51e7f4fe73d8eed2395d6d91 | /Coding-Ninjas-DP/best-time-to-buy-and-sell-stock-i.cpp | af26780b0fbce641fd6da06a9d77de3e5f85adf6 | [] | no_license | Ankit80165/Data-Structures-and-Algorithms | 7b11775809c928db875c468202747388477b4f93 | fcd1694ead0b091a5f08d01c0546bbc689fd989d | refs/heads/master | 2023-07-03T04:47:58.786090 | 2021-08-11T16:12:07 | 2021-08-11T16:12:07 | 370,378,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,451 | cpp | // best time to buy and sell stock when only one
// transaction is allowed
#include<bits/stdc++.h>
#include<cstring>
#include<climits>
using namespace std;
#define add(x) accumulate(x)
#define sz(x) (int)(x).size()
#define mp make_pair
#define pb push_back
#define ff first
#define ss second
#define lb lower_bound
#defi... | [
"ankit.majhirisen357@gmail.com"
] | ankit.majhirisen357@gmail.com |
e28820128bcd082425f44dbe6ea10684ef0ed453 | f113b7f7695bf2f5c09e5e8afb28cc99ee06c63a | /src/DOTk_ObjectiveFunction/DOTk_ZakharovObjective.cpp | 24af14bd35e3470ed2e98c1820f750fad725901f | [] | no_license | maguilo11/locus | 501a074a12e260e2b9f0940a6eb389ad36aefb89 | cbf926808493c621893cc11f124f813b9e0fcbde | refs/heads/master | 2021-09-24T21:35:27.503003 | 2018-10-15T02:58:38 | 2018-10-15T02:58:38 | 72,475,433 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,607 | cpp | /*
* DOTk_ZakharovObjective.cpp
*
* Created on: May 31, 2015
* Author: Miguel A. Aguilo Valentin
*/
#include <cmath>
#include "DOTk_ZakharovObjective.hpp"
namespace dotk
{
DOTk_ZakharovObjective::DOTk_ZakharovObjective(const dotk::Vector<Real> & input_) :
m_Data(input_.clone())
{
}
DOTk_Zakharov... | [
"aguilo.miguel@gmail.com"
] | aguilo.miguel@gmail.com |
a0cc9fd5381732ed6b4e2a0a4aa771fdbd877e0f | a6ef9674622f6e7c46ac31f4cfffbd568ff4f97e | /SteadyState_Rectangular_0_dt2t10000/processor14/10000/p | 6c81ba1a617dc5abb54706dd3d37c748c17ea817 | [] | no_license | jhargun/FluidIP | 4c3f6d9a87ed8ce24ed692a9bf939a9ca04222f6 | d6e0f20c1f5e1f86c160497be9d632e6d17abbf7 | refs/heads/master | 2022-08-26T02:34:26.327956 | 2020-05-26T22:33:29 | 2020-05-26T22:33:29 | 266,886,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 587,326 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"48771820+jhargun@users.noreply.github.com"
] | 48771820+jhargun@users.noreply.github.com | |
68a726e0a928eeb78f6726a096c23ee5db66ceee | 5886825c8c7de284d5cdedc8088a57129111ad80 | /transformation/LibAvWrapper/src/VideoWriter.cpp | 32a8427307be0104d51469d2c92dd7867841f2d2 | [
"MIT"
] | permissive | johnsonlrd/360Transformations | 4c714f3c7a826225e697b4ced39ad8b683724398 | 01b48cb0cb449ddaa9448637bd23ed6d33db0d85 | refs/heads/master | 2021-01-12T07:32:28.673299 | 2016-10-27T16:45:05 | 2016-10-27T16:45:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,241 | cpp | #include "VideoWriter.hpp"
#include <stdexcept>
using namespace IMT::LibAv;
VideoWriter::VideoWriter(const std::string& outputFileName): m_outputFileName(outputFileName), m_fmt_ctx(NULL),
m_codec_ctx(), m_vstream(), m_isInit(false), m_lastFramesQueue(), m_pts(0)
{}
VideoWriter::VideoWriter(VideoWriter&& vw): m_ou... | [
"xavier.corbillon@telecom-bretagne.eu"
] | xavier.corbillon@telecom-bretagne.eu |
d43b830aea2e9e3a45a43c482ef0507400566e2b | d7fa13682b6c08651ed15c682294a6e4fda99366 | /modules/ti.UI/clipboard.h | aed51962cf7b73c167319d6aa0b83475ee8859b5 | [
"Apache-2.0"
] | permissive | jonnymind/titanium_desktop | 4825fc733d52db37bfab95fa928e802ea8a5b364 | 3d53e08e288ac7ae06d16b11441753f6a50beed6 | refs/heads/master | 2020-12-24T09:16:41.961900 | 2009-10-20T17:45:46 | 2009-10-20T17:45:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,809 | h | /**
* Appcelerator Titanium - licensed under the Apache Public License 2
* see LICENSE in the root folder for details on the license.
* Copyright (c) 2009 Appcelerator, Inc. All Rights Reserved.
*/
#ifndef _CLIPBOARD_H_
#define _CLIPBOARD_H_
#include <kroll/kroll.h>
namespace ti
{
class Clipboard : public KAcce... | [
"mrobinson@appcelerator.com"
] | mrobinson@appcelerator.com |
e93397434767bf75bb8ac697a76516cdf1187701 | 3833deaa17f5d8ef2ec839100b29757f3a7e109a | /windows/runner/win32_window.cpp | 2f91cbb36051cfc6836e2fdb0ee73635e4be0ee0 | [
"Apache-2.0"
] | permissive | afrimedico/CUORE | adcdfbc3398c4efb068f3823487ba6b28cbbb8e7 | 887fd338e4766e6aeb60fcae96b1247247fe8d0d | refs/heads/master | 2023-05-12T01:13:29.954102 | 2023-05-09T14:29:42 | 2023-05-09T14:29:42 | 240,851,730 | 1 | 3 | Apache-2.0 | 2021-09-08T12:55:23 | 2020-02-16T07:44:12 | Dart | UTF-8 | C++ | false | false | 8,821 | cpp | #include "win32_window.h"
#include <dwmapi.h>
#include <flutter_windows.h>
#include "resource.h"
namespace {
/// Window attribute that enables dark mode window decorations.
///
/// Redefined in case the developer's machine has a Windows SDK older than
/// version 10.0.22000.0.
/// See: https://docs.mic... | [
"sherma3@gmail.com"
] | sherma3@gmail.com |
8200df6d2a5c27756cfaa3d7c6e96d0780a5f7cb | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chrome/browser/extensions/extension_prefs_unittest.cc | 02c665c7ee0e1a15ecfb868e5f56ed0383d3ca6c | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 41,474 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/extensions/extension_prefs_unittest.h"
#include <utility>
#include "base/files/scoped_temp_dir.h"
#include "base/path_servi... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
82e8016d74db9b58763f957a26f70232190bc993 | 6afd626d3c2088da5b9574f649ec5dad97bbd779 | /leetcode/112_Path_Sum/solution_good.cpp | 1177f92f6920580a02c35a3a7df0daac2f82f93d | [] | no_license | lxlenovostar/algorithm | 7acaea32d58df45002d6f87bb6d663a90df52e46 | 82c5f630157d03be8f36aea34b7d88d181f44673 | refs/heads/master | 2023-03-07T03:43:40.564903 | 2023-02-25T07:05:29 | 2023-02-25T07:05:29 | 60,962,183 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,645 | cpp | /*
* 112 Path Sum
*
* Given a binary tree and a sum, determine if the tree has
* a root-to-leaf path such that adding up all the values along
* the path equals the given sum.
* */
#include <iostream>
#include <assert.h>
/**
* Definition for a binary tree node.
*/
struct TreeNode {
int val;
TreeN... | [
"lxlenovostar@gmail.com"
] | lxlenovostar@gmail.com |
035b9199649939f40a2b7e36f11d438fef2169d5 | 75d8a8d4454cd5d172ce5db94a977b4c0efb6744 | /Programas/Programa_15/Programa_15.ino | ea3bcdfbe5d35432be781acc5abdf6542588f638 | [] | no_license | filipeaocastro/Minicurso-de-Arduino | 05b532122f1a8ae0b1c140c957a8a3175313ce3c | b0c35c34391b18c463366d7c437d6d3e5a379768 | refs/heads/master | 2020-03-29T06:49:24.961837 | 2020-03-14T11:43:03 | 2020-03-14T11:43:03 | 149,642,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,616 | ino | // MINICURSO DE ARDUINO
// DIA 4
// 15º PROGRAMA
#define pino_LED_1 8
#define pino_LED_2 9
#define pino_LED_3 10
#define pino_buzzer 3
int valorRecebido;
int info = 0;
bool ledLigado_1 = false, ledLigado_2 = false,ledLigado_3 = false;
void setup()
{
Serial.begin(9600); // opens serial port, sets data rate to 9600... | [
"filipeaocastro@gmail.com"
] | filipeaocastro@gmail.com |
06af49d927f38f421284ee5cd164ce9da4f5bc2b | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/new_hunk_4899.cpp | 174139b074a57ee77b5ec272a4064f19ad9d991c | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 289 | cpp | return NULL;
}
void
ConfigParser::ParseUShort(u_short *var)
{
fatal("not implemented 10");
}
void
dump_acl_access(StoreEntry * entry, const char *name, acl_access * head)
{
fatal("not implemented 11");
}
/*
* DO NOT MODIFY:
* arch-tag: 9bbc3b5f-8d7b-4fdc-af59-0b524a785307 | [
"993273596@qq.com"
] | 993273596@qq.com |
f82472718f7fe7f7b9b5d869123943b1ee937667 | 040355a1e4dc6650c98a37d99b23262b5de1e319 | /src/daemons/include/Common.h | 6f3afed9bea99c6da65329ca6523f7e97c7cc45c | [] | no_license | gavinxiao888/smartHomeCloud | 84f4128ac3db302b4013a3ce842c23e5a982b5d6 | 3e43d76c8a17baec07b6555cb68171e2338c68d9 | refs/heads/master | 2021-05-31T17:04:32.239537 | 2016-05-05T08:52:26 | 2016-05-05T08:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,238 | h | /********************************************************************************
Copyright (C), 2016-2017, Everyoo Co., Ltd.
File name: Common.h
Author: wangfei Version: 0.1.0 Date: 2016/02/26
Description: SIP daemon project common config header file
History:
1. Date:
Author:
... | [
"cuishiyang@everyoo.com"
] | cuishiyang@everyoo.com |
acde4a61416102559dce027dfb5a6dc21f1bba3c | ecd6b8513bb9f96e5d0c1213545950c3ccaa296c | /BIM/GraphicsBIM/OSG/inc/YZModelCore/IModelCoreInternal.h | 33f207c5f50f1309537cbb66d6602f56a9d2d2ae | [] | no_license | whztt07/FunctionalUtilities | 9ad7ed923e871a05a791a33370e9dfede3d70b2f | b4621cdda24067d01487d5a25d07110dba207154 | refs/heads/master | 2021-01-21T19:07:44.058746 | 2016-07-05T11:14:07 | 2016-07-05T11:14:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 815 | h | ////////////
// created by 孙庆号
////////////
#ifndef __YZMODEL_CORE_INTERNAL_H__
#define __YZMODEL_CORE_INTERNAL_H__
#include <memory>
#include "IModelCore.h"
#include "IBillboard.h"
#include "IBackgroundSetting.h"
#include "ICameraManipulators.h"
#include "IRenderingThreads.h"
#include "ICoordinate.h"
#include "... | [
"invoker1994@sina.com"
] | invoker1994@sina.com |
99d35eb0bf25b1ab988ef1687301d19350ded4c9 | dc7b6bfae827e6d395b9b66a928aedc4ea23df0a | /objectmon.cpp | 4d804f89c9e919766c74a78e9da74944eb8a16ae | [] | no_license | asmolen/simulator | 4e0dd118cd4d548ee75fce84a9e42f99016e2d81 | c6beb7cca146a0e08eee2267ec80b2c887fe6ecf | refs/heads/master | 2021-01-22T16:48:35.144101 | 2014-04-29T17:52:58 | 2014-04-29T17:52:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53 | cpp | #include "objectmon.hpp"
ObjectMon::ObjectMon()
{
}
| [
"artur.patryk.smolen@gmail.com"
] | artur.patryk.smolen@gmail.com |
6654858e3b170cdfec49ac13142a21fc198c294e | d2b698f7f86967e6e5d247b23ea0c4714cf6d3a1 | /arduino_receiver/arduino_receiver.ino | 96a0494c295c439b2a80bbeb97f05d71fa861b6a | [] | no_license | ritheshrithu/sewageProject | acbedbdde7e1b249e104e27619a2e45e47e7e102 | 923cfe3318f54449262d2aa76964e0c09fd17f73 | refs/heads/main | 2023-04-23T10:46:43.889741 | 2021-05-04T10:06:41 | 2021-05-04T10:06:41 | 364,210,726 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,555 | ino | #include <SPI.h>
#include <nRF24L01.h>
#include <RF24.h>
float distance1,distance2,distance3;
int value1,value2,value3;
int sp = 5;
RF24 radio(7,8);
const uint64_t pipes[4] = { 0xF0F0F0F0E1LL, 0xF0F0F0F0E2LL, 0xF0F0F0F0E3LL , 0xF0F0F0F0E4LL };
void setup(void)
{
Serial.begin(115200);
radio.begin();
radio.setPALeve... | [
"srithesh10@gmail.com"
] | srithesh10@gmail.com |
911d73755ece77d7dca75a7bddac41b259465f62 | d0424f69a2a59eb1ee7a1c25ac9a3e907ddca7ba | /Graphs and Trees/DFS/floodfill.cpp | 0cec7dcfbb453b8cc67a0d8de58c2cdfaa0bc099 | [] | no_license | akashtadwai/programming-practice | 528ef0603dc94df8d9e0f3bf4e06122ebc783b44 | c0802eca95e790b2b8f3a262f06729084a43477c | refs/heads/master | 2022-11-13T10:33:13.528882 | 2020-07-12T10:28:22 | 2020-07-12T10:28:22 | 268,848,772 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,084 | cpp | // https://leetcode.com/problems/flood-fill/
#include <bits/stdc++.h>
using namespace std;
class Solution {
public:
int m, n;
vector<pair<int, int>> directions{{0, -1}, {0, 1}, {1, 0}, {-1, 0}};
bool isvalid(int i, int j) { return (i >= 0 and i < m and j >= 0 and j < n); }
void dfs(vector<vector<int>> &image,... | [
"akashadarsh.tadwai@gmail.com"
] | akashadarsh.tadwai@gmail.com |
87b2916b56c76691d321544b72112a5ddaa5db06 | 5b4bd7e7ab7b7b0ca1e1a5eb192bc377cad6aced | /src/IncomesFile.cpp | ced736cbea2afa919599aab8cf33d55fc512f7e2 | [] | no_license | SFelon/BudzetDomowy | 6fcb9dae4e737dd01f55b40c27f993267f6823b1 | 2d7158fe2114c4061925bb5fb70537ce919b9847 | refs/heads/master | 2021-04-03T08:12:56.772722 | 2018-03-19T21:31:38 | 2018-03-19T21:31:38 | 124,776,204 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,194 | cpp | #include "IncomesFile.h"
using namespace std;
int IncomesFile::getCurrentYearMonth() {
time_t tt = chrono::system_clock::to_time_t (chrono::system_clock::now());
struct tm * ptm = localtime(&tt);
stringstream dateStream;
dateStream << put_time(ptm,"%Y%m");
return stoi(dateStream.str());
}
strin... | [
"sebastian.felon.programista@gmail.com"
] | sebastian.felon.programista@gmail.com |
0770cbb72c3f1bb6ba566bfce28d5f2266c9d901 | 88f61081699e89e56ce6d969d75687b2c8b5a565 | /utility.h | 510c601ebfaa60658e8bc024ff8a6ca130f49175 | [] | no_license | Slocan/Wordsler | 6351ad1e7fca2b64ddf4b34a1b03920dea5ee3dd | 6b1b4dcb305911b86d4df421b57d527ef9783525 | refs/heads/master | 2021-01-16T00:17:52.267421 | 2012-09-29T21:45:11 | 2012-09-29T21:45:11 | 1,569,568 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | h | #ifndef UTILITY_H
#define UTILITY_H
#if defined(Q_WS_MAEMO_5)
# include <QDBusConnection>
# include <QDBusMessage>
#endif
#include <QObject>
#include <QDebug>
#include "qmlapplicationviewer.h"
class Utility : public QObject
{
Q_OBJECT
public:
explicit Utility(QObject *parent = 0, QmlApplicationViewer *vi... | [
"yves@marcoz.org"
] | yves@marcoz.org |
53a71217f4f422323d16eafd922014ca568ea1d3 | c1976b1f0a5eeb0bd757cf6e65e2d50f54425bca | /src/SaveMine.cpp | 2c9ca1660a8b6def8d25cfe4a4eb76b525b6b4b1 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | SiriusTR/dle-experimental | 1796aab0a6302d99c64e989170764fa370a2b6f1 | 2ee17b4277b68eef57960d5cf9762dd986eaa0d9 | refs/heads/master | 2020-04-17T17:45:17.134289 | 2020-03-08T23:25:37 | 2020-03-08T23:25:37 | 67,313,420 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 21,489 | cpp | // Copyright (c) 1998 Bryan Aamot, Brainware
#include "mine.h"
#include "dle-xp.h"
#include "quaternion.h"
#include "rapidjson\document.h"
#include "rapidjson\filewritestream.h"
#include "rapidjson\pointer.h"
#include "rapidjson\prettywriter.h"
// ----------------------------------------------------------------------... | [
"daniel.keymer@gmail.com"
] | daniel.keymer@gmail.com |
d51c63906afb78312244858ab3b1c876a9af326a | 7aa2358f89064b0eb91709e18d379f0a0fab7ec0 | /2DGame/Scott Pilgrim/02-Bubble/Instructions.h | 5b1ce0bfd3b646e77d46018085f0add048977845 | [] | no_license | ReedySplash/VJ_FIB_2DGAME | 7201bd17be993d0a470061d670c46bef49b89cfc | 308210e224ed3672b890631eb36d827bcd0c2801 | refs/heads/master | 2020-03-31T00:06:39.975538 | 2018-11-01T16:54:32 | 2018-11-01T16:54:32 | 151,726,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 594 | h | #ifndef _INSTRUCTIONS_INCLUDE
#define _INSTRUCTIONS_INCLUDE
#include <glm/glm.hpp>
#include "ShaderProgram.h"
#include <vector>
#include <Windows.h>
#include <iostream>
#include <glm/gtc/matrix_transform.hpp>
#include "TexturedQuad.h"
#define SCREEN_WIDTH 640
#define SCREEN_HEIGHT 480
class Instructions
{
public:
... | [
"reedysplash@gmail.com"
] | reedysplash@gmail.com |
3b4407731be93c3c0563e7dde8a2325a403cd1e4 | 90f7de53d9a825c14e0e61d0ec03326ca245c51a | /Score.cpp | 03cde4a8f5e4c634308c124ca3e62c1336d7e5b7 | [] | no_license | starrykss/CPP_MatchThreePuzzleGameProject | 977524568f40757020ea628747fa7fcd62203b5c | b595488f8d99ce49f863d625888ecd29512f9a11 | refs/heads/main | 2023-02-26T18:14:09.538391 | 2021-02-02T02:56:11 | 2021-02-02T02:56:11 | 335,148,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | #include "Score.h"
#include "Consts.h"
void observe(Score* score, const int& value)
{
score->setText(("Score :" + std::to_string(value)).c_str());
}
Score::Score(QGraphicsScene* scene, Values* values)
{
scene->addItem(this);
setX(scene->sceneRect().width() / 2 - Consts::BOARD_ITEM_SIZE * Consts::BOARD_L... | [
"noreply@github.com"
] | noreply@github.com |
a0e55258b4fb991e854bc41ac0e98df70474fe68 | acff1e354047becf999e10154bac01dbf210cd4c | /Chapter-12-DynamicMem/ex12.23-newBlocks.cpp | a92e53542c1211317c8084060d0c35b989c99eca | [] | no_license | middleprince/CPP-Primer | e1f6440a6aa4c11d9f3b3b0b88579d2294d2ef53 | 345d99a4b3f41aab24598edc61a01b6f09f0ab61 | refs/heads/master | 2021-06-25T00:28:01.014655 | 2021-01-18T13:27:38 | 2021-01-18T13:27:38 | 189,856,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 601 | cpp | #include <iostream>
#include <string>
#include <memory>
using namespace std;
void catString(const string &s1, const string &s2, char *&des) {
string temp = s1 + s2;
int i = 0;
for (const auto &item : temp)
des[i++] = item;
}
int main() {
string str1{"hello"};
string str2{" you"};
... | [
"hellangel.ah@gmail.com"
] | hellangel.ah@gmail.com |
a6b768ee90a2160cc35cb8814c1eefd0cab49436 | e5d81a798f6aca2abec731bfad34e0595611b757 | /main.cpp | c33bb0f08e5fb3d7854a6c1f1de4b2a236b87547 | [] | no_license | ryoungblom/cs_162_week3_lab3 | 3ad8651f187249120f86c03be8c786143f986945 | 2a9505b892250f37b2d2bf2fc6c8939222ddabe3 | refs/heads/master | 2021-01-02T09:46:48.611393 | 2017-08-04T03:40:31 | 2017-08-04T03:40:31 | 99,300,025 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 846 | cpp |
/*********************************************************************
** Program name: main.cpp
** Author: reuben youngblom
** Date: 1/29/17
** Description: main cpp file for Lab 3
*********************************************************************/
#include "game.hpp"
using namespace std;
int main() {
... | [
"rjyoungblom@gmail.com"
] | rjyoungblom@gmail.com |
dd28cb33b3314d606c8390dd3df02f4e7a71b993 | 88e24fd8bff7c00745ea4bb13ca7d4a159fc15c9 | /OBJReading/main.cpp | ac91d19bfadd5afc54a31ee9cd11c5b202f1108c | [
"MIT"
] | permissive | arturnista/glfw_study | a44ae41d0badb113fecca07492b2a4a12dd2adc8 | fa24539c88149d388aebada68e6e10b862e19829 | refs/heads/master | 2021-08-22T09:38:43.891146 | 2017-11-29T20:33:31 | 2017-11-29T20:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,867 | cpp | // #pragma warning(disable:4996)
#include <GL/glew.h> // include GLEW and new version of GL on Windows
#include <GLFW/glfw3.h> // GLFW helper library
#include <stdio.h>
#include <iostream>
#include <string>
#include <fstream>
#include <sstream>
#include <vector>
#include <math.h>
#include <time.h> /* ti... | [
"arturnista@gmail.com"
] | arturnista@gmail.com |
64597fcceed7327da203faeb9c393c5935b1b0c8 | 8f93c4f7602d98619101b685891d01c756c54d15 | /FlameVU/src/easyar/armanager.cpp | 1ca3eb0f29c89624e0972e7f604de5a5b80412eb | [] | no_license | liang-cs/FlameVU | bd6691c3018affc8266e7e6ff14176fe778fe206 | b6245e785741f8ad57b77933db256a42825cf1cd | refs/heads/master | 2021-01-19T06:50:12.837638 | 2016-08-17T18:26:50 | 2016-08-17T18:26:50 | 65,559,529 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,016 | cpp | #include "armanager.h"
#include <algorithm>
#include <iostream>
class HelloCallBack : public EasyAR::TargetLoadCallBack
{
public:
virtual ~HelloCallBack() {};
virtual void operator() (const EasyAR::Target target, const bool status)
{
//LOGI("load target: %s (%d) %s\n", target.name(), target.id(), st... | [
"Liang Shen"
] | Liang Shen |
afae23b0af331c4c0a3e09ea0d4ae6e62dfb5b60 | cf9c3b6500b700488e16950f8a977f1a8c1e2496 | /InformationScripting/src/python_bindings/generated/OOModel__SuperExpression.cpp | 5b9dcc8a8a9bae3401b45e693fa898685bc93839 | [
"BSD-3-Clause"
] | permissive | dimitar-asenov/Envision | e45d2fcc8e536619299d4d9509daa23d2cd616a3 | 54b0a19dbef50163f2ee669e9584b854789f8213 | refs/heads/development | 2022-03-01T15:13:52.992999 | 2022-02-19T23:50:49 | 2022-02-19T23:50:49 | 2,650,576 | 88 | 17 | null | 2016-09-01T07:56:36 | 2011-10-26T12:03:58 | C++ | UTF-8 | C++ | false | false | 8,998 | cpp | /***********************************************************************************************************************
**
** Copyright (c) 2011, 2015 ETH Zurich
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
** following c... | [
"dimitar.asenov@inf.ethz.ch"
] | dimitar.asenov@inf.ethz.ch |
76abfd6d6b1a23b0e21444034821146cd7626600 | 8cf32b4cbca07bd39341e1d0a29428e420b492a6 | /libraries/fc/include/fc/variant_object.hpp | 3136ddd605ba8880a7d3471e99b7b8a0766cef96 | [
"MIT"
] | permissive | cubetrain/CubeTrain | e1cd516d5dbca77082258948d3c7fc70ebd50fdc | b930a3e88e941225c2c54219267f743c790e388f | refs/heads/master | 2020-04-11T23:00:50.245442 | 2018-12-17T16:07:16 | 2018-12-17T16:07:16 | 156,970,178 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,572 | hpp | #pragma once
#include <fc/variant.hpp>
#include <fc/shared_ptr.hpp>
#include <fc/unique_ptr.hpp>
namespace fc
{
class mutable_variant_object;
/**
* @ingroup Serializable
*
* @brief An order-perserving dictionary of variant's.
*
* Keys are kept in the order they are inse... | [
"1848@shanchain.com"
] | 1848@shanchain.com |
b2d6401000fb376b17074f057d1cbc5af548141b | 669789a63bd5c01df2e68efa7931e74eb52c1742 | /DDZ_AI/HandleTwoStepPlay.cpp | 745f7fb35a0fe2abc5ca610c66e5b3071c4b5c81 | [] | no_license | qq717337/ddzai | d47d4ab3c280a3832abbfd31cf26f8766b812c22 | 9e59e23a6e967ae3a91fb5d234d2bc782ea24eec | refs/heads/master | 2020-03-21T02:26:56.805637 | 2018-03-26T13:39:47 | 2018-03-26T13:39:47 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,056 | cpp | #include "stdafx.h"
#include "HandleTwoStepPlay.h"
#include "SplitStrategy.h"
#include "PlayStrategyBase.h"
HandleTwoStepPlay::~HandleTwoStepPlay()
{
}
bool HandleTwoStepPlay::Handle(PlayStrategyBase* playStrategy, SplitStrategy * splitStrategy, CardStyle & result)
{
auto& minSplit = splitStrategy->MinStepSplit();
... | [
"625673575@qq.com"
] | 625673575@qq.com |
72cb9d4beb1041f871e3bb7d91e9bc65b25bcdec | 1a9379ee4ca2c5c85ee0d9ba247edd0ea1ca06f0 | /Leetcode/Arrays/minimum-size-subarray-sum.cpp | 98dd7cedb442a37c20cc42e83dfe96e42da8f6ba | [] | no_license | prajwal714/DSA-Coding-Practice | 29c257c4ec2053743bec3dddcfdb46639b5b05cc | fc8ccaa3feedf62102736feb39eb2cc79b5c0a5b | refs/heads/master | 2023-09-05T01:28:19.940625 | 2021-10-01T09:53:07 | 2021-10-01T09:53:07 | 203,861,890 | 14 | 5 | null | 2021-10-01T09:53:08 | 2019-08-22T19:44:16 | C++ | UTF-8 | C++ | false | false | 677 | cpp | class Solution {
public:
int minSubArrayLen(int s, vector<int>& nums) {
if(nums.size()==0)
return 0;
int left=0,right=0;
int sum=nums[0];
int res=INT_MAX;
while(left<=right)
{
while(sum<s && right+1<nums.size())
{
... | [
"prajwal714singh@gmail.com"
] | prajwal714singh@gmail.com |
01d97e4abcc031ee7de05fc160cda19647b2e7fb | e6e85e9f5d868d8df8816d9708ce565e2dc4c0d5 | /EscapeRoom/Source/EscapeRoom/PositionReport.h | a97ccecba26ac6b118c1676b0961d0621fb92e38 | [] | no_license | douglasmonsky/EscapeRoom | febb44d739d41b0a78280390e838465d2afa0ee5 | e12f36d0ab860383c5bc2fcfbe2c31efe4c69c96 | refs/heads/master | 2021-07-06T15:29:47.236608 | 2017-09-30T06:30:25 | 2017-09-30T06:30:25 | 105,085,880 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 678 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "PositionReport.generated.h"
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
class ESCAPEROOM_API UPositionReport : public UActorCom... | [
"douglas.monsky@gmail.com"
] | douglas.monsky@gmail.com |
1076ef8dd37c790ecc859ce40c08221fa7cc6cca | 9e9c91041684a6deb83197e2fbe2b62112537134 | /Stack/duplicatesEncounter.cpp | 79937b7114e9565601182ce9d9153418258f3f7b | [] | no_license | kumarrohan2804/LeetCode | d763cfa46924c6c4b7f03b7869a68da742e06618 | 23f8432564ba608825fa538b911cd206753132ab | refs/heads/master | 2023-07-14T03:20:02.636146 | 2021-08-14T01:43:18 | 2021-08-14T01:43:18 | 386,469,648 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | cpp | #include<bits/stdc++.h>
using namespace std;
#define REP_F(i,a,b) for (int i = a; i < b; ++i)
#define REP_B(i,b,a) for (int i = b; i > a; --i)
#define b begin
#define e end
#define ITER(it,v) for(auto it=v.b(); it!=v.e(); it++)
#define PB push_back
#define el endl
#define ll long long int
#define vi vect... | [
"kumarrohan2804@gmail.com"
] | kumarrohan2804@gmail.com |
3f72833e1427e4bd370272a6aa4489be3eba18cf | a810e33d3682238f0a613ad230125b6569c86d2f | /Source/GDENG1_Courseware/OpenDoor.h | a3db9ba6c2a7b6f7a5fd2b99094976ee3964b0b4 | [] | no_license | NeilDG/GDENG1_Courseware | 13fe8ef181eb50f810f936325e3a1461f6a317bb | 7d58f89f0e190db8191152a6000c2c454ba605ce | refs/heads/master | 2023-01-09T16:19:36.288382 | 2022-11-29T02:23:21 | 2022-11-29T02:23:21 | 248,450,828 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,109 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "Engine/TriggerVolume.h"
#include "OpenDoor.generated.h"
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
class GDENG1_COURSEWARE_API ... | [
"fm.atropos@gmail.com"
] | fm.atropos@gmail.com |
cbb594f04223ef11ef0aa500eca37607278c2209 | 3f7028cc89a79582266a19acbde0d6b066a568de | /test/extensions/config/validators/minimum_clusters/config_test.cc | adc2c2ef7f967257351dfce87cddcfe2be150f57 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | envoyproxy/envoy | 882d3c7f316bf755889fb628bee514bb2f6f66f0 | 72f129d273fa32f49581db3abbaf4b62e3e3703c | refs/heads/main | 2023-08-31T09:20:01.278000 | 2023-08-31T08:58:36 | 2023-08-31T08:58:36 | 65,214,191 | 21,404 | 4,756 | Apache-2.0 | 2023-09-14T21:56:37 | 2016-08-08T15:07:24 | C++ | UTF-8 | C++ | false | false | 1,893 | cc | #include "envoy/extensions/config/validators/minimum_clusters/v3/minimum_clusters.pb.h"
#include "envoy/extensions/config/validators/minimum_clusters/v3/minimum_clusters.pb.validate.h"
#include "envoy/registry/registry.h"
#include "source/common/protobuf/message_validator_impl.h"
#include "source/extensions/config/val... | [
"noreply@github.com"
] | noreply@github.com |
a6cc958694e84294eef64f98b25fdc4dd37b34fe | 4651eefdc31af8a946c036be2204e01a683b47bb | /개념콕콕/6-7/6-7/소스.cpp | 891e81d5a50c33b6ec4ed9ebef5ed5a764686055 | [] | no_license | cmilk18/cstudy | 3bcb29c046331e6fe4abc8ec3b4ec43423b8de2f | 6f0bc79e167fa0bd9d2e964355281c4bd987a3e0 | refs/heads/master | 2020-04-09T12:05:05.730901 | 2018-12-04T10:08:36 | 2018-12-04T10:08:36 | 160,335,087 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 259 | cpp | /*20181013 °ÁØÈñ*/
#include<stdio.h>
void printcount(void);
int main(void)
{
int count = 0;
printf("main: count = %d\n", count);
printcount();
return 0;
}
void printcount(void)
{
int count = 100;
printf("printcount: count = %d\n", count);
} | [
"junhee1883@naver.com"
] | junhee1883@naver.com |
d07ce1b300150bb1469fa822fcb52ae9f3f239fe | 169e75df163bb311198562d286d37aad14677101 | /tensorflow/tensorflow/core/kernels/qr_op_double.cc | 51885eb3557f65fac3081af56f5495c6330d6ae6 | [
"Apache-2.0"
] | permissive | zylo117/tensorflow-gpu-macosx | e553d17b769c67dfda0440df8ac1314405e4a10a | 181bc2b37aa8a3eeb11a942d8f330b04abc804b3 | refs/heads/master | 2022-10-19T21:35:18.148271 | 2020-10-15T02:33:20 | 2020-10-15T02:33:20 | 134,240,831 | 116 | 26 | Apache-2.0 | 2022-10-04T23:36:22 | 2018-05-21T08:29:12 | C++ | UTF-8 | C++ | false | false | 902 | cc | /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"thomas.warfel@pnnl.gov"
] | thomas.warfel@pnnl.gov |
3c93a9c82d48f1028c03d2426c52c44396660a19 | e8f1348a5b26fbafc5d047a10d61891d6aa7c879 | /DiameterofBinaryTree.cpp | f2b3a806b70a14c890235d8844a3ef0600e86636 | [] | no_license | mk2sharma/solutions | c59abbad9d29ea497f177768850b50bcc7d69900 | a2e11248a15932850f0c41f1dfdcecd53bde5973 | refs/heads/master | 2021-01-18T21:13:52.774721 | 2017-09-25T05:19:32 | 2017-09-25T05:19:32 | 87,014,801 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,067 | cpp | /*
543. Diameter of Binary Tree
Given a binary tree, you need to compute the length of the diameter of the tree. The diameter of a binary tree is the length of the longest path between any two nodes in a tree. This path may or may not pass through the root.
Example:
Given a binary tree
1
/ \
... | [
"noreply@github.com"
] | noreply@github.com |
5197afd715bf20ba03d278a96e1f2eb904d1af44 | a4cc03a687fec33fb986990cf053c1a04804b6f1 | /allwinner/liballwinner_tina_demo/tinaplayerdemo/src/tinaplayerdemo.cpp | c08c8c4319241ed831fcc8408cdbcd2315543a3d | [] | no_license | lindenis-org/lindenis-v833-package | 93768d5ab5c6af90e67bca2b4ed22552ab5d8ae8 | 220e01731729a86a0aac2a9f65e20a0176af4588 | refs/heads/master | 2023-05-11T22:20:40.949440 | 2021-05-26T09:42:15 | 2021-05-27T08:24:18 | 371,616,812 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 26,440 | cpp | #include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <ctype.h>
#include <errno.h>
#include <sys/select.h>
#include <allwinner/tinaplayer.h>
//#include <power_manager_client.h>
using namespace aw;
#define SAVE_YUV_DATA 1
typedef unsigned long uaddrptr_t;
typede... | [
"given@lindeni.com"
] | given@lindeni.com |
6ef09a33328498d34840d139659e6d416a6586a0 | 878ca47b232081d27390e7bd9d02826b41bc070c | /Lab_3_6/Lab_3_6/Source.cpp | ed1fee27661d813fec0b41de12456fbb0defea15 | [] | no_license | laurashcherbak/cpp_oop | 6efd8b68156a79f4e27ba1d70b51946bfec2c887 | a693421f1cfb83fb2db93d4c1fb88ac38cd6f34d | refs/heads/master | 2023-04-25T03:16:19.012303 | 2021-05-19T07:38:43 | 2021-05-19T07:38:43 | 343,200,561 | 0 | 0 | null | 2021-04-19T17:56:04 | 2021-02-28T19:54:18 | C++ | UTF-8 | C++ | false | false | 1,133 | cpp | //////////////////////////////////////////////////////////////////////////////
// Source.cpp
#include <iostream>
//#include <Windows.h>
#include "D3.h"
using namespace std;
int main()
{
B1 o0(777);
cout << "B1 o0(777);" << endl;
cout << "sizeof(B1) = " << sizeof(B1) << endl;
cout << endl << "Class hierarchy B1:... | [
"laura.shcherbak@gmail.com"
] | laura.shcherbak@gmail.com |
5d253543063ec1131963fa8eab94bf711e87fadb | 6245194770c6d79a5177a33b839a007ecd4a1711 | /Linked List/add-two-nos-represented-by-ll.cpp | efb61428518c333990a029c76c98d4269c6f23d2 | [] | no_license | anvesha11/ds-algo | 306db8c257e585f12534eb8c8a994daa365d59f2 | 043fc7e053b58bf68d2b6ecec91db5d79e5607d3 | refs/heads/master | 2022-12-14T06:36:08.380953 | 2020-09-18T17:30:42 | 2020-09-18T17:30:42 | 269,028,244 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,423 | cpp | Node* reverse(Node *head)
// this function reverses the linked list
{
Node * prev = NULL;
Node * current = head;
Node * next;
while (current != NULL)
{
next = current->next; // storing next node
current->next = prev; // linking current node to previous
... | [
"noreply@github.com"
] | noreply@github.com |
147133132081f226a5c6604f8ec3ec4047380fe0 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chrome/browser/android/metrics/android_profile_session_durations_service_factory.cc | d0f24e48cb13407780cd5832f8933696f836dc77 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 3,064 | cc | // Copyright 2018 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 "chrome/browser/android/metrics/android_profile_session_durations_service_factory.h"
#include "chrome/browser/android/metrics/android_profile_se... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
81408c180d2c0140e3e9ca37a43b536c8f1028b8 | 0052d0ef4e66661787775aaf2b76c557c8bb772f | /src/bomberman/utils/RailSwitch.h | 1fa69d1ef23894b63e67921aee7e5171c214e008 | [] | no_license | alexis-puska/lr-multi-bomberman | cb484d2703b61398eea5a648c69abf476e369b7b | 9826d727d0509d830896404d819ad2fd7372db55 | refs/heads/master | 2020-05-22T01:43:13.742257 | 2017-12-27T14:35:35 | 2017-12-27T14:35:35 | 64,591,003 | 13 | 2 | null | 2017-02-11T10:02:16 | 2016-07-31T11:37:13 | C++ | UTF-8 | C++ | false | false | 294 | h | #ifndef __MYCLASS_RailSwitch
#define __MYCLASS_RailSwitch
class RailSwitch {
public:
RailSwitch(int prev, int next, int nextAlt);
~RailSwitch();
int getNextIndex();
int getPrevIndex();
int getNextIndexAlt();
private:
int nextIndex;
int prevIndex;
int nextIndexAlt;
};
#endif
| [
"a.puska@ile-noire.com"
] | a.puska@ile-noire.com |
e40c491a8eade672c1daeaba3f1eb96103244d8e | 2e206a28df145decd4b04caec68d87fcdc7417e5 | /Codechef-AFK.cpp | d7d0cf624f2ef0cec21cda82a34faab7e367a087 | [] | no_license | singh-shreya6/Codes | 6ea507ed53cb5c5e047b4245dd800c686143a6ad | 753fb66f7720bda18900e323a6d4b0ef2c66d806 | refs/heads/master | 2022-11-10T06:56:15.324654 | 2022-10-25T08:19:07 | 2022-10-25T08:19:07 | 127,615,851 | 3 | 8 | null | 2022-10-25T08:18:37 | 2018-04-01T09:35:30 | C++ | UTF-8 | C++ | false | false | 590 | cpp | ERROR: type should be string, got "https://www.codechef.com/problems/AFK\n\n#include<bits/stdc++.h>\nusing namespace std;\n#define faster ios_base::sync_with_stdio(false);cin.tie(NULL);\ntypedef long long int ll;\n\nint main()\n{\n faster\n ll t;\n cin>>t;\n while(t--)\n {\n ll a,b,c;\n cin>>a>>b>>c;\n ll ss,am,ans;\n ll mid=a+c;\n if(mid%2==0)\n {\n mid=mid/2;\n ans=abs(mid-b);\n }\n else\n {\n ss=(mid+1)/2;\n am=(mid-1)/2;\n ans=min(abs(ss-b),abs(am-b))+1;\n }\n cout<<ans<<endl;\n }\nreturn 0;\n}\n" | [
"noreply@github.com"
] | noreply@github.com |
e4e3b9cf3bebdd6815d3c3bd311e742ce3024d1f | 1d7d0f62b4ccd8f0917feefa93d39631bcc73e62 | /aurdiuno/aurdiuno.ino | dc5ccbe90fddbe12dce51f9292accaeb63274195 | [] | no_license | harisomu/Hari | b456b03b99e58e4d6ff5c10e441bcad16af69130 | 7dc84f8c56a7b810e4da9080bc0508a0919dac30 | refs/heads/master | 2020-05-14T09:09:22.895259 | 2019-05-26T07:53:06 | 2019-05-26T07:53:06 | 181,735,037 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 890 | ino | #include <SoftwareSerial.h>
SoftwareSerial nodemcu(2,3);
int sensor1 = A0;
int sensor2 = A1;
int sensor3 = A2;
int sdata1 = 0; // sensor1 data
int sdata2 = 0; // sensor2 data
int sdata3 = 0; // sensor3 data
String cdata; // complete data, consisting of sensors values
void setup()
{
Serial.begin(9600);
nodemcu.begi... | [
"harisomu26@gmail.com"
] | harisomu26@gmail.com |
e648602365795bf828ecd16eaad5f65d1cd50928 | 5567736e17e182daa7b5e9623ffe185b618433e6 | /include/ray.h | 357bbd78a5c68fd2466ecf4bcbeaf862ea500e4d | [] | no_license | Cjkkkk/ray_tracing | f2662bc72d6fb61a40dd272c54e599c36ee7dc25 | 82a7633792de451df24497e39c6d99a7faacc6c8 | refs/heads/master | 2020-04-08T20:25:07.027887 | 2020-01-08T14:52:25 | 2020-01-08T14:55:16 | 159,698,418 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 758 | h | //
// Created by DELL on 2018/11/30.
//
#ifndef RAY_TRACING_RAY_H
#define RAY_TRACING_RAY_H
#include "vec3.h"
#ifdef __CUDACC__
#define CUDA_CALLABLE_MEMBER __host__ __device__
#else
#define CUDA_CALLABLE_MEMBER
#endif
class ray
{
public:
CUDA_CALLABLE_MEMBER ray() {}
CUDA_CALLABLE_MEMBER ray(const vec3& a,... | [
"xuehui@microsoft.com"
] | xuehui@microsoft.com |
3918f0b4cfa833ceee1db735c1d6f98eb71136b2 | 6ec209c1f6f3ca8017a5373ba2e85da38dfda90c | /tree/109.cc | a90e51658e88c69f580e708c00edaa4e51393f0e | [
"Apache-2.0"
] | permissive | MingfeiPan/leetcode | a70192233f7112ce39cc7b09d782bdcc52d29d06 | 057d9f014cf207ab4e50e14e5a9e015724de1386 | refs/heads/master | 2022-05-09T01:40:39.599374 | 2022-04-10T15:03:07 | 2022-04-10T15:03:07 | 60,593,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,221 | cc | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode() : val(0), next(nullptr) {}
* ListNode(int x) : val(x), next(nullptr) {}
* ListNode(int x, ListNode *next) : val(x), next(next) {}
* };
*/
/**
* Definition for a binary tree node.
* struc... | [
"113104667@umail.ucc.ie"
] | 113104667@umail.ucc.ie |
93f161da8c983f9eb12292171ea779afe9ace237 | 88ae8695987ada722184307301e221e1ba3cc2fa | /net/third_party/quiche/src/quiche/quic/core/crypto/certificate_view_test.cc | d142ae45215d2369fbaafac22e0cf99486718ffb | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 9,166 | 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 "quiche/quic/core/crypto/certificate_view.h"
#include <limits>
#include <memory>
#include <sstream>
#include "absl/algorithm/container.h"
#incl... | [
"jengelh@inai.de"
] | jengelh@inai.de |
fbe8fe5ae164867e97d8a56736a82adc6158ecba | ddf2274de833cbaa3422a0b4e1a6c70e98f9188f | /tensorflow/lite/delegates/flex/buffer_map_test.cc | 7b4acbd69d0fed3f1ef80b9af2ee779dae762a92 | [
"Apache-2.0"
] | permissive | TanguyUrvoy/tensorflow | 98b4534a3ecc2ce0738fc864386c9594148f4755 | ad683f866b465fa753731be283515bb0a67ad078 | refs/heads/master | 2020-04-16T14:49:40.864312 | 2019-01-14T14:51:47 | 2019-01-14T14:57:33 | 165,680,898 | 1 | 0 | Apache-2.0 | 2019-01-14T15:02:37 | 2019-01-14T15:02:36 | null | UTF-8 | C++ | false | false | 9,642 | cc | /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
f9878da0025ab316fbe28a6de54a5cce062459f4 | 367fba5df552aef1ee9aa6add6bb512b781bc6d4 | /3rdParty/nodejs/8.0.0/source/deps/v8/src/compiler/node-properties.cc | 9243a08583beb10084c3fa0da0d9847fb60c8614 | [
"BSD-3-Clause",
"bzip2-1.0.6",
"SunPro",
"LicenseRef-scancode-free-unknown",
"MIT",
"ICU",
"NTP",
"ISC",
"LicenseRef-scancode-openssl",
"Artistic-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"NAIST-2003",
"Zlib",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRe... | permissive | hamoriakos/ApertusVR | 2d3e5736b26404198b222d24388bb3c1c162ee69 | 14303ab54963e52409ed376cdafae5c43004074b | refs/heads/master | 2021-09-16T00:13:48.980732 | 2017-06-28T18:23:14 | 2017-06-28T18:23:14 | 105,749,913 | 0 | 1 | MIT | 2018-06-13T13:54:38 | 2017-10-04T09:11:13 | C++ | UTF-8 | C++ | false | false | 14,404 | cc | // Copyright 2015 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/compiler/node-properties.h"
#include "src/compiler/common-operator.h"
#include "src/compiler/graph.h"
#include "src/compiler/js-operator.h... | [
"akos.hamori@sztaki.mta.hu"
] | akos.hamori@sztaki.mta.hu |
7e33679d1992cd6520bbbf370e15d66b14be9088 | c064c3714e6bf9c8ad8adcb6acc1633152818ce9 | /iree/hal/descriptor_set.h | d2aceb1363213fb7f3b170f662b205ea46a220ef | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | qqsun8819/iree | 9d214e88c3881cd16c78422c2556bc7bf9fddb9b | bd3c9b4b91886fecf5890238d7587a6188fedd0b | refs/heads/master | 2022-09-26T23:55:56.094268 | 2020-03-26T03:15:32 | 2020-03-26T03:30:35 | 250,192,137 | 1 | 0 | Apache-2.0 | 2020-03-26T07:41:45 | 2020-03-26T07:41:44 | null | UTF-8 | C++ | false | false | 2,017 | h | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
e5bfb35e840556f575ecc9e8508d690e5db66073 | 28d68af73c56375314efd07eaf6a1a9241a51ce3 | /aws-cpp-sdk-autoscaling/source/model/Tag.cpp | 2738b3b9ef9ea3e2ebd2cc3854e8b88a32e95c1a | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | zeliard/aws-sdk-cpp | 93b560791fa359be25b201e9a6513bc3cb415046 | 14119f1f5bc159ce00a1332f86e117362afd3cb6 | refs/heads/master | 2021-01-16T22:49:18.731977 | 2016-01-04T01:54:38 | 2016-01-04T01:54:38 | 41,892,393 | 0 | 1 | null | 2015-09-04T01:35:43 | 2015-09-04T01:35:43 | null | UTF-8 | C++ | false | false | 4,246 | cpp | /*
* Copyright 2010-2015 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" file... | [
"henso@amazon.com"
] | henso@amazon.com |
aed917814e537c100eebb7e1fa13b6cead4afc9e | 4248b80324ed095f8ad83f1691f3c768722f1518 | /EMApplicationInit.cpp | f060ba9da9ec9213f6cefe8b0a7c51f046126a6b | [] | no_license | INTERMAGNET/QDC | 01a5101dca8215d5fcb2c5da36f9c0e2ba3ab555 | 74d5facfcc3b720c6d967bd212948b563dac2589 | refs/heads/master | 2020-07-04T22:54:28.513933 | 2019-08-15T01:24:40 | 2019-08-15T01:24:40 | 202,449,497 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,708 | cpp | #include <iostream>
#include <string>
using namespace std;
#include <boost/program_options/errors.hpp>
#include "EMApplicationInit.hpp"
using namespace EM;
// Documentation
namespace {
// These options are referred to by value in operator()
const char HELP[] ="help"; const char Help='?';
... | [
"noreply@github.com"
] | noreply@github.com |
d17286d1017be9c9e17a14b90965de134773f1c2 | 5a5faa0ae0f2a628868e04c72ea70adaa414c76c | /auto.cpp | 3ae2c5c845f552cc391444a59b52b9d503a0effe | [] | no_license | zhang19960128/transform_dftmd_moldyin | 7902ad39d4ab065d511afb1ba7e3445b7ec6f609 | 3809085574078128a1781860790c34e440b64b7c | refs/heads/master | 2020-03-28T15:09:27.209204 | 2019-04-11T19:40:41 | 2019-04-11T19:40:41 | 148,561,813 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,337 | cpp | #include <list>
#include <vector>
#include <iostream>
#include <fstream>
#include <istream>
#include <complex.h>
#include <fftw3.h>
#include <string>
#include <math.h>
double innerprod(std::list<double*>& ve_list,int atomnum,size_t framei,size_t framej){
double sum=0.0;
std::list<double*>::iterator framei_iterator=ve... | [
"zjh199601283492@gmail.com"
] | zjh199601283492@gmail.com |
0cf1dc0a8fb959814fa0cf8d1abe88b0eb57e080 | 470fae08316b55246ab01675ac5013febfb13eee | /src/server/game/Handlers/AzeriteHandler.cpp | 01b10804fd215ecb6d6b18fb7b15f92e9f7b55cb | [] | no_license | adde13372/shadowcore | 8db6fb6ccc99821e6bd40237a0c284ce7cf543c2 | aa87944193ce02f6e99f7b35eceac5023abfca1b | refs/heads/main | 2023-04-01T07:38:39.359558 | 2021-04-03T07:54:17 | 2021-04-03T07:54:17 | 354,320,611 | 4 | 8 | null | 2021-04-03T15:02:49 | 2021-04-03T15:02:49 | null | UTF-8 | C++ | false | false | 10,681 | cpp | /*
* Copyright 2021 ShadowCore
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* This program is distributed in... | [
"81566364+NemoPRM@users.noreply.github.com"
] | 81566364+NemoPRM@users.noreply.github.com |
7c353d931f767cbd651f13104e9c1755ff0f38de | c5743b334b4df9e8f064589a18d6fa6190b88137 | /76.cpp | d65685a1717b022487731386ce9b3775a1d496e0 | [] | no_license | linouk23/leetcode | 485232c67c3327a8b11828e67f3a0aa40414a019 | 651a79e23f28cf3fd514e04f201fe42d25260ee0 | refs/heads/master | 2021-01-21T17:23:09.503891 | 2018-08-26T23:21:55 | 2018-08-26T23:21:55 | 85,233,374 | 17 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,571 | cpp | // 76. Minimum Window Substring - https://leetcode.com/problems/minimum-window-substring
#include "bits/stdc++.h"
using namespace std;
struct Result {
int start, finish, min_len;
};
// Trick.
class Solution {
public:
string minWindow(string s, string t) {
int n = (int)s.length();
int m = (in... | [
"linouk23@gmail.com"
] | linouk23@gmail.com |
2921de8595d6030f7eb94511fb1468ce0e8f87a4 | 4fc06eae8410e881bf341d40b190d83b5151a39f | /DeviceAdapters/LeicaDMSTC/LeicaDMSTCHub.h | 8964ac8c01ca6211312fbf2bdbb4c5fb6085a854 | [] | no_license | tuanzijane/micromanager | 5da0c75d6b64f31fd68ed4fa30007874acf5f7f8 | bc04171a4167ff20917ed3d18b93186941d6fd02 | refs/heads/master | 2020-04-03T23:11:17.752714 | 2013-01-30T01:36:30 | 2013-01-30T01:36:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,409 | h | ///////////////////////////////////////////////////////////////////////////////
// FILE: LeicaDMSTCHub.h
// PROJECT: Micro-Manager
// SUBSYSTEM: DeviceAdapters
//-----------------------------------------------------------------------------
// DESCRIPTION: LeicaDMSTC hub module. Required for op... | [
"nico@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd"
] | nico@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd |
673d30eb2f8fc3056f9914f2b6699d09e7fcefba | 7f1797cf834e459ae25de48acb8c96e5830f322a | /libyangrtc2/src/yangutil/YangLog.cpp | f2fdc7399424b5d72b3678f047582cfab2041836 | [
"MIT"
] | permissive | cardinals/yangwebrtc | 1e3ca22ed8d8ab5718420745e778a1b5a074ec3c | e73d77765a2a682a66c96b90b902698c40a4702e | refs/heads/main | 2023-08-30T00:30:25.271211 | 2021-11-14T08:14:57 | 2021-11-14T08:14:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,952 | cpp | #include "yangutil/sys/YangLog.h"
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include <time.h>
#include <yangutil/yang_unistd.h>
//#include <mutex>
#ifdef _WIN32
#include <io.h>
#ifdef _MSC_VER
#include <direct.h>
#endif
#else
#include <sys/time.h>
#endif
class... | [
"yangrtc@aliyun.com"
] | yangrtc@aliyun.com |
f99a724f41e3af79d15d7e72cd2fa308de493c68 | 5456502f97627278cbd6e16d002d50f1de3da7bb | /components/history/core/browser/visit_delegate.cc | 8b0842057eb061fff7a8f6080d3f0e6743e72085 | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/history/core/browser/visit_delegate.h"
namespace history {
VisitDelegate::VisitDelegate() {
}
VisitDelegate::~VisitDele... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
4e262648a02da90d9b7b5b7368040e73b29b585f | 759ebe87b5c35fea5a8cf15c48f23b8dd52032e9 | /yarn-winder/lib/menu/WinderMenu.h | f4aba5effab0965abd8ac845ebfcec9f19a97a8d | [
"MIT"
] | permissive | bakibillah/ARDUINO | f60b7576ee40a0d338a476825f8d3daf97b30c0f | adae598aecd994747f1e3fe75a22dee57cb4de54 | refs/heads/master | 2020-07-29T00:19:29.237116 | 2019-08-29T19:47:04 | 2019-09-02T18:57:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | h | #ifndef ARDUINO_PROJECTS_DISPLAYMENU_H
#define ARDUINO_PROJECTS_DISPLAYMENU_H
#include <Service.h>
#include <Display.h>
#include <Motor.h>
#include <Menu.h>
class WinderMenu : Service, public Navigation {
private:
Display *_display = nullptr;
Label *_status = nullptr;
protected:
void print(LOCALE locale,... | [
"aenniw@users.noreply.github.com"
] | aenniw@users.noreply.github.com |
0513936a582ae9bb786892e0a0bb2b3fa07b897f | 51928337483095b12f046eda9ea17ba0b1a81fc0 | /3rdparty/cppwinrt/10.0.15063.0/winrt/internal/Windows.Media.Core.Preview.0.h | 7c237ea3289ef56eea483d58f907e1b2fdbb804b | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | kingofthebongo2008/geometry_images | 8592aa99e53a16821725a2564313eeafb0462362 | 53109f9bc9ea19d0f119f0fe71762248d5038213 | refs/heads/master | 2021-01-19T03:02:56.996122 | 2017-07-06T13:25:47 | 2017-07-06T13:25:47 | 87,302,727 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | h | // C++ for the Windows Runtime v1.0.170331.7
// Copyright (c) 2017 Microsoft Corporation. All rights reserved.
#pragma once
WINRT_EXPORT namespace winrt {
namespace ABI::Windows::Media::Core::Preview {
struct ISoundLevelBrokerStatics;
}
namespace Windows::Media::Core::Preview {
struct ISoundLevelBrokerStatics;
... | [
"stefan.dyulgerov@gmail.com"
] | stefan.dyulgerov@gmail.com |
5bf05c63e63e4868138637ec74c281216b52d20a | 02ce8a5d3386aa639ef1c2c2fdd6da8d0de158f9 | /ACE-5.6.1/ACE_wrappers/examples/IPC_SAP/DEV_SAP/writer/writer.cpp | 2910b7d34bbb300b357506f65455c831c57cc777 | [] | no_license | azraelly/knetwork | 932e27a22b1ee621742acf57618083ecab23bca1 | 69e30ee08d0c8e66c1cfb00d7ae3ba6983ff935c | refs/heads/master | 2021-01-20T13:48:24.909756 | 2010-07-03T13:59:39 | 2010-07-03T13:59:39 | 39,634,314 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,110 | cpp | // $Id: writer.cpp 75297 2006-11-09 10:53:26Z olli $
#include "ace/DEV_Connector.h"
#include "ace/TTY_IO.h"
#include "ace/OS_NS_unistd.h"
ACE_RCSID(writer, writer, "$Id: writer.cpp 75297 2006-11-09 10:53:26Z olli $")
int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
if (argc < 2)
ACE_ERROR_RETURN ((LM_ERROR,
... | [
"yuwuxiong2010@gmail.com"
] | yuwuxiong2010@gmail.com |
0137da641b4e4edc11342ec030f5e15ed6baacfe | 447118b9f93501922c4e37b86657b5c4a533da36 | /src/cgw-error.h | 477cdb9204814858de9277b135fcfc48bd8496a3 | [] | no_license | dtrenin7/overseer | d8683dcc6b7e4f2ff34513cff7e5271112da48ba | 2ff604d5f136677ce7147729c735f42b1601e26c | refs/heads/master | 2021-05-04T13:52:15.112818 | 2018-02-05T16:26:35 | 2018-02-05T16:26:35 | 120,323,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,456 | h | /*
* cgw-error.h
*
* Created on: 23 june 2015
* Author: Dmitry Trenin (dtrenin7@gmail.com)
*/
#ifndef CGW_ERROR_H_
#define CGW_ERROR_H_
#include <string>
#include "cgw-types.h"
#define S(x) #x
#define S_(x) S(x)
#define S__LINE__ S_(__LINE__)
#define __FILELINE__ (" -> " __FILE__ " (" S__L... | [
"dtrenin7@gmail.com"
] | dtrenin7@gmail.com |
e9f98712cbeac53fa2c7dea9676676a58a58c766 | f069675d7953829ad409e969e4273e70dad24210 | /MFCApplication5/compute_year_day.cpp | dc179117135ca53ab12cc1d8588ae40e4c575c8e | [] | no_license | fanghong2004/CHESS-MFC | ac33e3006e60e48b0c3770d9f2a9f51ea272878e | 1f4098419f8719b760b42c537cd7c3c9205df0d4 | refs/heads/master | 2020-06-30T10:49:40.815109 | 2019-09-11T02:22:05 | 2019-09-11T02:22:05 | 200,806,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,403 | cpp | #include "stdafx.h"
#include <stdio.h>
#include <math.h>
#include "CHESS.h"
/*------------------------------------------------------------------*/
/* julday - computes elapsed days stince start of year */
/* */
/* PROGRAMMERS NOTES */
/* */
/*-----------------------------... | [
"fanghong-2004@126.com"
] | fanghong-2004@126.com |
f535aafb3fad3fa495e729de6f148ea0cfc59842 | cab3164950d7ac412265443b22b38ab72a06bc5b | /string_op.cpp | e6bdf57f63d49f08dd7d6f5026102f5cb1219960 | [] | no_license | q756179668/- | 2eb7c1b3f1c40117b9e83ed4a26e9f78d67d5338 | c698362c0615981e7a15704119ec210063a23bd4 | refs/heads/master | 2020-06-26T07:04:37.744783 | 2019-08-12T14:59:17 | 2019-08-12T14:59:17 | 199,566,415 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,522 | cpp | #include<iostream>
#include<string>
#include<map>
#include<vector>
#include<algorithm>
#include<sstream>
using namespace std;
//×Ö·û´®·Ö¸îº¯Êý
vector< string> split(string str, string pattern)
{
vector<string> ret;
if (pattern.empty()) return ret;
size_t start = 0, index = str.find_first_of(pattern... | [
"noreply@github.com"
] | noreply@github.com |
411d986c89e3f58179cc40feda5e774771bb1011 | 274a09963c75178926d86a0c48938113f73a0fdc | /include/TickView.h | d98243e5d15e25ba1b57a5a022a32da72698fed9 | [] | no_license | lordbritishix/mvcexercise | a4b79c0aa4d0f42070c207e35ed42fd1b5470911 | ca8de0e840f10ee53b684d037a193d8410b24db2 | refs/heads/master | 2021-01-10T08:17:00.503608 | 2015-11-23T22:28:03 | 2015-11-23T22:28:03 | 46,751,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | h | /*
* TickView.h
*
* Created on: Nov 23, 2015
*/
#ifndef TICKVIEW_H_
#define TICKVIEW_H_
#include <iostream>
#include "TimerView.h"
class Timer;
class TickView: public TimerView {
public:
TickView(Timer *timer) : TimerView(timer) {};
virtual void display(std::ostream& os) const;
virtual void update(Subject *s... | [
"jim.quitevis@globalrelay.net"
] | jim.quitevis@globalrelay.net |
7fdbc59ebd95a4758d2a32ed4a2ddafcb4e337f7 | d64b6a40d5db0d63b2a2eac46f67f3ffee3e1fde | /src/EscapePhone/DeviceMp3.cpp | 5914fd8b8e43fc2d08f3b2fc5801bf1edd7c6d09 | [] | no_license | indrekluuk/EscapePhone | 3310ef7ce7c7dd56f116b070760550d763ea2d2d | 90d3c337427a47ab7bd5befbf350aa9293a87e44 | refs/heads/master | 2021-05-01T16:09:30.818285 | 2020-06-08T17:26:44 | 2020-06-08T17:26:44 | 121,046,403 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 640 | cpp | //
// Created by indrek on 21.07.2017.
//
#include "DeviceMp3.h"
DeviceMp3::DeviceMp3(uint8_t pinRx, uint8_t pinTx) : softwareSerial(pinRx, pinTx) {
softwareSerial.begin(9600);
if (!player.begin(softwareSerial)) { //Use softwareSerial to communicate with mp3.
// mp3 int failed
}
player.volume(10); //... | [
"indrek.luuk@gmail.com"
] | indrek.luuk@gmail.com |
c151ae4cebd45c10d831d577599aecb8fafba4ea | abdd0dcf68914e1547ac23b14fd1d7847dc9ce83 | /fileSys/src/.history/node_20200430203242.cpp | d7016962d90a0da6b53890dab1a5492259218e48 | [] | no_license | SnowflyLXF/Distributed-Systems-UMN | d290e2fdd2f07309fc62dffbe377443be6c34f3f | bd834f8cb2100836a67143ccdaeb79495cb74e18 | refs/heads/master | 2023-08-01T09:29:56.350535 | 2021-09-26T04:05:17 | 2021-09-26T04:05:17 | 410,444,689 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,969 | cpp | #include <condition_variable>
#include "node.hpp"
using namespace std;
uint32_t checksum(std::ifstream& file)
{
uint32_t sum = 0;
uint32_t word = 0;
while (file.read(reinterpret_cast<char*>(&word), sizeof(word))) {
sum += word;
}
if (file.gcount()) {
word &= (~0U >> ((sizeof(uin... | [
"lixuefei9679@gmail.com"
] | lixuefei9679@gmail.com |
2a4c3963c50128a01acf4ca30cd61202a50b4fc2 | 8ddf0634c4e1909f714b485ec92de8db0520f175 | /Alexa_on_KNX/Alexa_on_KNX.ino | a081501e1774475b2c465847141a27ae582ee7a3 | [] | no_license | Adminius/Sandbox | c910a71376e816353e71e6bc4966636807daea79 | 3e38e376cc6c21b1a359a56e792a392ef916472f | refs/heads/master | 2020-12-30T15:07:57.875949 | 2017-05-12T15:21:43 | 2017-05-12T15:21:43 | 91,104,680 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,453 | ino | #include "KonnektingDevice.h"
#include <Arduino.h>
#include <ESP8266WiFi.h>
#include "fauxmoESP.h"
// include device related configuration code, created by "KONNEKTING CodeGenerator"
#include "kdevice_Alexa_on_KNX.h"
#define DEVICES 10
#define FIRST_PARAM 5
#define PARAM_AMOUNT 5
#define FIRST_COMBJ 0
#define COMBJ_... | [
"eugenius707@gmail.com"
] | eugenius707@gmail.com |
ca869b995d4e5b798a36914c1582b91850bc5417 | bea9253e2d2a0d585a421c8ee6b1a033550659c2 | /Level 5/3.5/Exercise 4/point.hpp | 656ce0522ea1a2c597b229075be105562624865c | [] | no_license | ngaikw/Cplusplus_Financial_Engineering | e82417fb78094ab69179e77457164423a74b7359 | fe4fdb45f052ea64c04f7dc7e6b793897adf2e77 | refs/heads/master | 2021-01-12T17:56:43.159153 | 2015-12-10T20:53:26 | 2015-12-10T20:53:26 | 71,305,638 | 4 | 4 | null | 2016-10-19T01:10:58 | 2016-10-19T01:10:58 | null | UTF-8 | C++ | false | false | 1,816 | hpp | /*header file for the Point class with private members for the x- and y-coordinates.
*/
#ifndef point_HPP
#define point_HPP
#include"shape.hpp"
#include<iostream>
#include<string>
using namespace std;
namespace Inna
{
namespace CAD
{
class point: public Shape
{
private:
double xCoord; //x ... | [
"ishteinbuk@gmail.com"
] | ishteinbuk@gmail.com |
7651ee43cc0cbbb2c8ef9043a347488f42a93475 | 9ac67ee209c34a2f943d2ff9cf7d88013382552f | /common/statusmonitor/statusmonitor.h | ae307a5db433a993f66da2f196538b622707d68e | [] | no_license | lzk/hornet | d7499dd245855e83d0474be2a33b9facb30565d7 | 7cdc0ee95042afbdb02627471134b5d627ce70c4 | refs/heads/master | 2020-09-09T09:07:52.619801 | 2019-11-05T02:31:23 | 2019-11-05T02:31:23 | 221,408,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,637 | h | #ifndef STATUSMONITOR_H
#define STATUSMONITOR_H
#include "status.h"
#include "jkinterface.h"
//#include <QList>
typedef
struct PrinterStatus_struct
{
int PrinterStatus;
// int trayPaperTrayStatus;
int TonelStatusLevelC;
int TonelStatusLevelM;
int TonelStatusLevelY;
int TonelStatusLevelK;
int... | [
"jacky@Jackys"
] | jacky@Jackys |
f933d567c12fe9d766359028c0901c15b42de235 | 29a94774623fefe9e79dcf2abdb51b9baa871281 | /Prison Break(1428A).cpp | fd084f343cb056cce20da97208f727f1b7689e71 | [] | no_license | Aaronphilip2003/CPP-STL-LEARNING | 7bcd150760ac46b1a1127841ed92eaff3b843eb7 | 6c4ee694c4b3b0418772ee86be7a5b190871c77d | refs/heads/main | 2023-06-14T04:43:12.789811 | 2021-07-13T17:03:41 | 2021-07-13T17:03:41 | 382,152,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 314 | cpp | #include<iostream>
using namespace std;
int main()
{
int buffer=0;
int test_cases=0;
cin>>test_cases;
int wall1=0,wall2=0;
while(test_cases!=0)
{
cin>>wall1>>wall2;
cout<<wall1*wall2<<endl;
test_cases--;
}
cin>>buffer;
return 0;
} | [
"noreply@github.com"
] | noreply@github.com |
38e8814e15ad8ae5241a85074c7c7533dec226fd | 101b8f5ec4936e2aa1cb06e6315df63bf0293e3a | /PTTKTT/BTVN/Chuong1/Bai10.cpp | 958c797c37ed24d5d18b44b8cf30d66d0a5f9e7b | [] | no_license | VincentTr4n/Cpp | 69075ef51e50499784c67b1f362eb1116e94a542 | d9874accc67ba2cc807ecb14caa6b4af1124aad0 | refs/heads/master | 2020-03-12T13:19:21.781223 | 2019-09-16T15:58:04 | 2019-09-16T15:58:04 | 130,639,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 179 | cpp | #include<iostream>
#include<limits>
using namespace std;
int main(){
int n;
long a[100005],min,max,t;
cin>>n;
for(int i=0;i<n;i++) cin>>a[i];
min=Min(a,n);
max=Max(a,n);
}
| [
"33866720+VincentTr4n@users.noreply.github.com"
] | 33866720+VincentTr4n@users.noreply.github.com |
0dfb14aa8f3ba6c523478f75e19493cd015bc06e | 647f2a81d22bbb498563eaac09d0498fe10d4f27 | /applications/DEMApplication/custom_elements/spheric_particle.h | 526d7600c243299d7fbc35fb3762654ea5429237 | [
"BSD-3-Clause"
] | permissive | pinebai/MyKratos7.0 | 8b87579cc0b61b8d0f5194f881d747ce4fe41e7e | e977752722e8ef1b606f25618c4bf8fd04c434cc | refs/heads/master | 2022-05-21T19:01:40.496529 | 2020-04-28T14:27:43 | 2020-04-28T14:27:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,629 | h | //
// Author: Miquel Santasusana msantasusana@cimne.upc.edu
//
#if !defined(KRATOS_SPHERIC_PARTICLE_H_INCLUDED )
#define KRATOS_SPHERIC_PARTICLE_H_INCLUDED
// System includes
#include <string>
#include <iostream>
// Project includes
#include "includes/define.h"
#include "discrete_element.h"
#include "../custom_util... | [
"andre.voltan19@gmail.com"
] | andre.voltan19@gmail.com |
2b50a91535cf71d5d6924e2c5e9d2dc4b305e080 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/InnerDetector/InDetRecTools/SiSpacePointsSeedTool_xk/SiSpacePointsSeedTool_xk/SiSpacePointsSeedMaker_Cosmic.h | 0981dc4a313dcd37894f9da5edcd65476a66ff15 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,719 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/////////////////////////////////////////////////////////////////////////////////
// Header file for class SiSpacePointsSeedMaker_Cosmic
/////////////////////////////////////////////////////////////////////////////////
// (c) ATLAS Detect... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
b5dd329f6b2ddbe1e85679e7471fa20265900134 | d3fb04c385bfe0021290cfaafc83015b23be937f | /Data Structures using c/second/main.cpp | cfe2ba295ba58a342828246d18df9eb65bb687bd | [] | no_license | kkomalk/Programming-Data-Structure-using-C | 97c838547e23f8ec5f1d0900b614284c74edab42 | f4b508180505c1bf2e2eac325f31b0d69a5e46c1 | refs/heads/main | 2023-08-28T22:25:24.653421 | 2021-10-31T12:20:44 | 2021-10-31T12:20:44 | 423,136,466 | 0 | 0 | null | 2021-10-31T12:04:29 | 2021-10-31T12:04:29 | null | UTF-8 | C++ | false | false | 237 | cpp | #include <iostream>
using namespace std;
int main()
{
cout << "Enter number" << endl;
int n;
int sum=0;
cin>>n;
while(n>0)
{ if(n%2==0)
sum=sum+n;
n--;
}
cout<<sum<<endl;
return 0;
}
| [
"call2hacter@gmail.com"
] | call2hacter@gmail.com |
61bb18c0207c6c487c6791b55cca74922a43081b | 2d0502baee59d2447076c941d499e5c9c8cf972f | /benchmark/ComplexOptSys/BenchmarkComplexOptSys.cpp | e65d9bbabdc455010cc56b3b676df8106cf75572 | [] | no_license | kuangzhanxpz/Tracer-Open-Master | 69c7da43684256d16e8e453d2a739c859c71d93e | 322c09d2bbe49a74f07b6d748e0dd2787afb8b4e | refs/heads/master | 2023-07-16T03:14:25.154544 | 2021-08-24T16:00:02 | 2021-08-24T16:00:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,820 | cpp | #include "BenchmarkComplexOptSys.h"
#include "..\..\LowLevelTracing\Math_LLT.h"
// surfaces
#include "..\..\LowLevelTracing\Surfaces\SphericalSurface_LLT.h"
#include "..\..\LowLevelTracing\Surfaces\PlanGeometry_LLT.h"
#include "..\..\LowLevelTracing\Surfaces\ApertureStop_LLT.h"
// interactions
#include "..\..\LowLeve... | [
"30525471+CCR01@users.noreply.github.com"
] | 30525471+CCR01@users.noreply.github.com |
bd953a779ae88e6665707cef064295fe66830bf9 | 81bed8a9185b9a23b32db7e43c1b653954955ecd | /TimerQueue.h | fd00fd5f30dfb336924aa523eec562ef142905b1 | [] | no_license | UltramanWu/SimpleWebServer | cb6e934fc6f516c0522b92db0efdd0ff4f4b7e55 | b1eda0a42503d868b8bd5e4e15135f8d55b842a9 | refs/heads/master | 2021-04-01T07:01:28.320665 | 2020-04-02T04:02:33 | 2020-04-02T04:02:33 | 248,166,353 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,267 | h | //
// Created by wu on 3/18/20.
//
#ifndef SIMPLEWEBSERVER_TIMERQUEUE_H
#define SIMPLEWEBSERVER_TIMERQUEUE_H
#include <memory>
#include <sys/time.h>
#include <queue>
class HttpData;
typedef std::shared_ptr<HttpData> SPHttpData;
class TimerNode{
public:
TimerNode(SPHttpData httpdata,int timeout);
~TimerNode... | [
"shida_wu@163.com"
] | shida_wu@163.com |
0871cad9ae7c146ca391e89bd6cfc41137425327 | 34b3623dbd185b9d8e6bc5af787ff656ebb8f837 | /finalProject/results/test/test_movingboundary/wedge05/17/phi | 24b5541ade75120d323de30147987b69b1180095 | [] | no_license | kenneth-meyer/COE347 | 6426252133cdb94582b49337d44bdc5759d96cda | a4f1e5f3322031690a180d0815cc8272b6f89726 | refs/heads/master | 2023-04-25T04:03:37.617189 | 2021-05-16T02:40:23 | 2021-05-16T02:40:23 | 339,565,109 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 98,153 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"kmeyer299@gmail.com"
] | kmeyer299@gmail.com | |
217810b995601401b06c1af96d3e53226893ae83 | 3f3095dbf94522e37fe897381d9c76ceb67c8e4f | /Current/ConsoleScreen_DeathStats.hpp | 624a1f4a7b59e428dae9b940158f4161512a162a | [] | no_license | DRG-Modding/Header-Dumps | 763c7195b9fb24a108d7d933193838d736f9f494 | 84932dc1491811e9872b1de4f92759616f9fa565 | refs/heads/main | 2023-06-25T11:11:10.298500 | 2023-06-20T13:52:18 | 2023-06-20T13:52:18 | 399,652,576 | 8 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 591 | hpp | #ifndef UE4SS_SDK_ConsoleScreen_DeathStats_HPP
#define UE4SS_SDK_ConsoleScreen_DeathStats_HPP
class UConsoleScreen_DeathStats_C : public UUserWidget
{
FPointerToUberGraphFrame UberGraphFrame;
class UConsoleScreen_Notification_C* ConsoleScreen_Notification;
class UCanvasPanel* Empty;
class UUI_DeathStat... | [
"bobby45900@gmail.com"
] | bobby45900@gmail.com |
b11b6710ac9b115e9f1d964bf4a9f64c489051f4 | 26524fec2231290c65a0bf126943101bb8b8300c | /OC_3DAcePilot_Finish/GameProgramming/CBillBoard.cpp | 9f3bd51797d737d57b7c6e55b859de4befe57828 | [] | no_license | programminggp/2DLV1 | d424a946fe9f92c15c20a76f5986f19a3bf628f5 | fbe8394189431897312e74caf32e500ea2c8cd13 | refs/heads/master | 2023-09-01T13:38:35.309123 | 2023-09-01T11:45:01 | 2023-09-01T11:45:01 | 176,943,495 | 2 | 1 | null | 2022-05-26T09:56:53 | 2019-03-21T12:49:43 | C | SHIFT_JIS | C++ | false | false | 1,653 | cpp | #include "CBillBoard.h"
#include "CCamera.h"
#define _USE_MATH_DEFINES
#include <math.h>
CBillBoard::CBillBoard()
: CCharacter(-1)
{
}
CBillBoard::CBillBoard(CVector pos, float w, float h)
: CCharacter(-1)
{
Set(pos, w, h);
}
void CBillBoard::Set(CVector pos, float w, float h) {
//位置
mPosition = pos;
//大きさの設定
m... | [
"shinobu-takahashi@anabuki.ac.jp"
] | shinobu-takahashi@anabuki.ac.jp |
2ce829edaf209cfcee2e4194e50e6f07c3ee94c0 | 68c4bab1f5d5228078d603066b6c6cea87fdbc7a | /lab/frozen/with-some-problems/sinfonia-cpp/src/cpp/includeExt/biblia/jogos/superbonus/estados/Configuracao.h | 74903cb94f9f2187dda7f6b6fae79b6bac867ff7 | [] | no_license | felipelalli/micaroni | afab919dab304e21ba916aa6310dca102b1a04a5 | 741b628754b7c7085d3e68009a621242c2a1534e | refs/heads/master | 2023-08-03T06:25:15.405861 | 2023-07-25T14:44:56 | 2023-07-25T14:44:56 | 537,536 | 2 | 1 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,964 | h | /*
* $RCSfile: Configuracao.h,v $
* $Date: 2005/01/20 21:28:59 $
* $Revision: 1.12 $
*
* Implementação da biblioteca Bíblia.
* Streamworks, outubro de 2002. ($Name: $ , $Author: felipelalli $)
*/
#if !defined(AFX_CONFIGURACAO_H__60E6A4FB_7749_4E8A_BA73_D8A4BBBDC992__INCLUDED_)
#define AFX_CONFIGURACA... | [
"micaroni@gmail.com"
] | micaroni@gmail.com |
21c671735aa5bb6685cfb26327324d19c838c3e5 | 29be7c52e05d32a4b02e6c0a1a6424abb2f60d57 | /fuse-qreader/Example/build/Android/Preview/app/src/main/include/Fuse.Scripting.Native-fa549b97.h | faecf2b4db8900bd0ba95914ab4b00f596dc2193 | [
"MIT"
] | permissive | redtree0/CITOS-APP | 3b8cbc86fd88f6adb5b480035788eac08290c7a6 | 624f69770d8573dffc174f1f9540c22f19c71f14 | refs/heads/master | 2020-03-29T05:42:49.041569 | 2018-09-25T14:24:55 | 2018-09-25T14:24:55 | 149,594,359 | 0 | 0 | null | 2018-09-20T10:47:57 | 2018-09-20T10:47:57 | null | UTF-8 | C++ | false | false | 3,325 | h | // This file was generated based on C:/Users/채재윤융합IT학부/AppData/Local/Fusetools/Packages/Fuse.Scripting/1.9.0/NativeEventEmitterModule.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Scripting.IModuleProvider.h>
#include <Fuse.Scripting.NativeModule.h>
#include <Uno.ID... | [
"moter74@naver.com"
] | moter74@naver.com |
2e05be9648f32b475548425a3c1211c7cee283e0 | 08c7efb9955b499d9ae1731332df9ffd3ebeab2a | /project.ino | 491443c93c7e1c39aa5a12845e8f8e140312d5b3 | [] | no_license | YuraBerez/automatic-watering | 8ccbec5a3d1e00bbf9aaad3f890787297f08ff1b | 3553836e20d51d6d1bcc448bc22fe849a31c59a1 | refs/heads/master | 2020-03-25T00:20:49.397955 | 2018-08-01T16:42:53 | 2018-08-01T16:42:53 | 143,181,294 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | ino | // contact for connecting the analog output of the sensor
int aPin=A0;
// pump connection
int outer = 13;
// variable for storing sensor values
int avalue = 0;
void setup()
{
// serial port initialization
Serial.begin(9600);
pinMode(outer,OUTPUT);
}
void loop()
{
// getting the value from the analog outp... | [
"1313adas1313@gmail.com"
] | 1313adas1313@gmail.com |
8c79d2d842605c11c4a8749712a1e62ade7360de | 1bf6613e21a5695582a8e6d9aaa643af4a1a5fa8 | /src/chrome/browser/ui/gtk/infobars/.svn/text-base/before_translate_infobar_gtk.h.svn-base | c121fdcbb21291aea02d755d9d9cc562918e9558 | [
"BSD-3-Clause"
] | permissive | pqrkchqps/MusicBrowser | ef5c9603105b4f4508a430d285334667ec3c1445 | 03216439d1cc3dae160f440417fcb557bb72f8e4 | refs/heads/master | 2020-05-20T05:12:14.141094 | 2013-05-31T02:21:07 | 2013-05-31T02:21:07 | 10,395,498 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,330 | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_GTK_INFOBARS_BEFORE_TRANSLATE_INFOBAR_GTK_H_
#define CHROME_BROWSER_UI_GTK_INFOBARS_BEFORE_TRANSLATE_INFOBAR_GTK_H_
#includ... | [
"creps002@umn.edu"
] | creps002@umn.edu | |
27c3ac8ecdec670180066cbcbb356526e1334f6b | 55903a9564931b4579e5c5030376f0989d15b00e | /P2pNet/ace/config-lite.h | e3f32a9ec7ccd03242871a95bbc3d34ff1c74093 | [] | no_license | zhenyouluo/liveshow_r2 | 04b391fd9ba4e809a88aa1e4eed1477ac4e9ef88 | 300441c14ed31cfa10ec0459bac5a67693f592ea | refs/heads/master | 2020-12-26T00:35:26.403288 | 2012-09-10T02:28:22 | 2012-09-10T02:28:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,233 | h | // -*- C++ -*-
//==========================================================================
/**
* @file config-lite.h
*
* $Id: config-lite.h 78957 2007-07-19 20:00:23Z mitza $
*
* @author (Originally in OS.h)Doug Schmidt <schmidt@cs.wustl.edu>
* @author Jesper S. M|ller<stophph@diku.dk>
* @auth... | [
"ankh2008@hotmail.com"
] | ankh2008@hotmail.com |
b0688f226014dc87d6886a3a6d17415296ff0688 | da1ba0378e1ed8ff8380afb9072efcd3bbead74e | /google/cloud/bigquery/analytics_hub_connection.h | f3e9cfeab66458d9624727a604599b436dc92e34 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Jseph/google-cloud-cpp | 76894af7ce744cd44304b48bea32d5116ded7497 | fd8e70650ebac0c10bac4b293972e79eef46b128 | refs/heads/master | 2022-10-18T13:07:01.710328 | 2022-10-01T18:16:16 | 2022-10-01T18:16:16 | 192,397,663 | 0 | 0 | null | 2019-06-17T18:22:36 | 2019-06-17T18:22:35 | null | UTF-8 | C++ | false | false | 6,392 | h | // Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | [
"noreply@github.com"
] | noreply@github.com |
5dc8ad96f4c362545715863d6ddcd8fbc6d7fb9c | fbb66f282c7896eb3d9100295c3e0512328bc539 | /Day8/补码反码原码工具/补码反码原码工具Dlg.h | 2701fac849e58e1c5d315d40c8c7b63db9ffa97c | [] | no_license | ya-dao/C_Code | 1e79c3a700c95c8571b320194440857baae2a449 | c9efd2c130ec87488566c2082ee37c466f23074c | refs/heads/master | 2022-07-07T15:13:20.737467 | 2020-02-22T04:12:12 | 2020-02-22T04:12:12 | 129,206,036 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 887 | h |
// 补码反码原码工具Dlg.h : 头文件
//
#pragma once
#include "afxwin.h"
// C补码反码原码工具Dlg 对话框
class C补码反码原码工具Dlg : public CDialogEx
{
// 构造
public:
C补码反码原码工具Dlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_MY_DIALOG };
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); //... | [
"cqnu_zhanghao@foxmail.com"
] | cqnu_zhanghao@foxmail.com |
9b21df5ea39427d40659c11059ea309e0bcd4bbc | fe2362eda423bb3574b651c21ebacbd6a1a9ac2a | /VTK-7.1.1/IO/XML/vtkXMLDataSetWriter.h | ee6aaafef96304507116931570d85ce39daac630 | [
"BSD-3-Clause"
] | permissive | likewatchk/python-pcl | 1c09c6b3e9de0acbe2f88ac36a858fe4b27cfaaf | 2a66797719f1b5af7d6a0d0893f697b3786db461 | refs/heads/master | 2023-01-04T06:17:19.652585 | 2020-10-15T21:26:58 | 2020-10-15T21:26:58 | 262,235,188 | 0 | 0 | NOASSERTION | 2020-05-08T05:29:02 | 2020-05-08T05:29:01 | null | UTF-8 | C++ | false | false | 2,673 | h | /*=========================================================================
Program: Visualization Toolkit
Module: vtkXMLDataSetWriter.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This softwar... | [
"likewatchk@gmail.com"
] | likewatchk@gmail.com |
2606b3147c10512241c553dd178eb19db536ba90 | 27d5670a7739a866c3ad97a71c0fc9334f6875f2 | /CPP/Targets/MapLib/Shared/include/ClipUtil.h | 277647a40d87785d6d447ce817148188772cfbe6 | [
"BSD-3-Clause"
] | permissive | ravustaja/Wayfinder-S60-Navigator | ef506c418b8c2e6498ece6dcae67e583fb8a4a95 | 14d1b729b2cea52f726874687e78f17492949585 | refs/heads/master | 2021-01-16T20:53:37.630909 | 2010-06-28T09:51:10 | 2010-06-28T09:51:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,041 | h | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
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... | [
"hlars@sema-ovpn-morpheus.itinerary.com"
] | hlars@sema-ovpn-morpheus.itinerary.com |
3635ecdb0e8975b7934f000f5936535963916179 | 912d38b91ffcdae2ddfa6ce2054f1f4002cf46a9 | /codeforce_650_div3_A.cpp | 1c32eea79b1f0c40377f9ad5f8ebb2a5f3d5ed23 | [] | no_license | anuragsinghjadon/data-structure | 4d6867e56f9184014ac921d94f2f1e5f49258f7a | 54e86933b3541deb0cd012e84d12dbd5a1f95f6f | refs/heads/master | 2021-04-07T14:48:29.495249 | 2021-02-12T16:44:14 | 2021-02-12T16:44:14 | 248,684,091 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 252 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
while(t--)
{
string a, b;
cin>>b;
a = b.substr(0,2);
for(int i=3;i<b.length();i+=2)
{
a+=b[i];
}
cout<<a<<endl;
}
return 0;
}
| [
"anurags.jadon10@gmail.com"
] | anurags.jadon10@gmail.com |
1b83fad12729a9f1fd5ac0cb0ec00cbf35ee4b8b | fc5a6b245753d3821e07c7bd41dc5032e9b5f747 | /Lab7/Cartesian.cpp | c418b9eae300dc51daf0ab384c99d410d441eb93 | [] | no_license | FAFIERROJR/CECS282 | 6d7aea800f1330dabc4989f82365aa44ccfe7061 | b2a4b9f44bd195ebce1d5226685d07ace2b6e3bc | refs/heads/master | 2021-03-22T04:36:45.444441 | 2016-12-08T19:46:55 | 2016-12-08T19:46:55 | 66,624,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 871 | cpp | //CECS 282
//Lab 7
//Francisco Fierro
#include <iostream>
#include <math.h>
#include "Polar.h"
#include "Cartesian.h"
using namespace std;
Cartesian::Cartesian(){
xCoor = 0;
yCoor = 0;
}
Cartesian::Cartesian(double x, double y): xCoor(x), yCoor(y){}
Cartesian::Cartesian(Polar p){
//convert polar to rect coor
xC... | [
"f.a.fierrojr@gmail.com"
] | f.a.fierrojr@gmail.com |
3234523ecb4c80473a77786a7a4ea75a4f2c36e6 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/rtorrent/gumtree/rtorrent_new_log_167.cpp | 44916e8641b5dabc84b8da8705609cfa485b744f | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 258 | cpp | print_buffer(first, last, " Rate: %5.1f / %5.1f KB Uploaded: %7.1f MB",
(double)d->download()->up_rate()->rate() / (1 << 10),
(double)d->download()->down_rate()->rate() / (1 << 10),
(double)d->download()->up_rate()->total() / (1 << 20)); | [
"993273596@qq.com"
] | 993273596@qq.com |
0cf416838768b3f382fae46f2882a423140f5c3c | 3cdfd2ecd8dcc40d85ab4a603023dc54a0c17d0b | /4.2 Unlabeled_ar/OpenGL_01/src/PatternDetector.hpp | 45ccf4c16e06e77584bf86b2ef485e5fa4e28b79 | [] | no_license | WavenZ/Image2019 | 4c26c6bcd928a9e06faaf67b4f490fa8c75a1767 | e77faad1293362a0774996bb3c98a4690da32513 | refs/heads/master | 2020-05-24T08:21:08.711409 | 2019-05-25T02:40:26 | 2019-05-25T02:40:26 | 187,180,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,464 | hpp | /*****************************************************************************
* Markerless AR desktop application.
******************************************************************************
* by Khvedchenia Ievgen, 5th Dec 2012
* http://computer-vision-talks.com
**********************************************... | [
"1435595081@qq.com"
] | 1435595081@qq.com |
374e412ed4693fac0298de34d9e2d4bafb5959c1 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/clang/lib/Sema/SemaInit.cpp | 407255077dcdaa627bc923e9ebb7b26b57e669a3 | [
"MIT",
"NCSA"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 275,966 | cpp | //===--- SemaInit.cpp - Semantic Analysis for Initializers ----------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
d097743694d511790645c65c5de642d669d51981 | 9e7501993d2ede32cdc7d00702953af0ee011391 | /src/MVC/View/MultiChoiceDialog.cpp | d1319e3249773353dc18fc49fae11e4d568c3900 | [
"MIT"
] | permissive | leandromacrini/Retro-End | be85634bd2fd9f90b72785a6edb3d10a47441fe5 | 8b420e7106f2518925dc57fc44cca268a1f1cf9b | refs/heads/master | 2021-03-12T23:33:00.388380 | 2014-03-21T09:03:36 | 2014-03-21T09:03:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,167 | cpp | #include "MultiChoiceDialog.h"
using namespace RetroEnd::Model;
using namespace RetroEnd::View;
using namespace RetroEnd::Controller;
MultiChoiceDialog::MultiChoiceDialog() : BaseView(), mValues(NULL)
{
float W = (float) RenderController::getInstance().getScreenWidth();
float H = (float) RenderController::getInsta... | [
"leandromacrini@gmail.com"
] | leandromacrini@gmail.com |
914bb2860b716242a5e3a02f2a2a785986de01cc | 6b978172df044df1417ebf758f19c47210153fef | /Lab 4/Hedgehog/Hedgehog/game.cpp | 8803ddaf9f7ee18be20ed964d00e99506923ee85 | [] | no_license | WhyHollow/LabsOOP | 53fd3485520385e630eba7e8b4a7214268cf5fc1 | fc0d02bb591c5fe6764a8f120240d38fc4f63ee4 | refs/heads/master | 2021-09-01T09:13:43.925524 | 2017-12-26T05:55:33 | 2017-12-26T05:55:33 | 115,389,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,390 | cpp | #include <GL/glut.h>
#include <iostream>
#include <ctime>
#include "game.h"
void unit(int, int);
int random(int, int);
bool seedflag = false;
bool food = false;
int rows = 0, columns = 0;
int direction = NULL;
int foodx[10], foody[10];
int posx = 1;
int posy = 1;
int count;
bool check[10];
GLuint texture[4];
void i... | [
"Hollow666Metal@gmail.com"
] | Hollow666Metal@gmail.com |
350bbbe60bac72a5c6415579bf6ce2d76c98df32 | 8bab00c188c5ea7836fa372c29f3fd04360a9ee2 | /CrossCppPrototype/CommonLibrary/CommonLibrary.Shared/Text.h | 14783bdf9a088ee57b613b44dfec393dbcd482a3 | [
"MIT"
] | permissive | bobbyz-dk/cross-cpp-prototype | 92f80250ae710a7fba9bc99a4ea4d3bf069198df | 2e6261e72a13934fae966a8843507f051264a8f2 | refs/heads/master | 2021-01-25T09:00:30.594225 | 2015-06-05T09:53:56 | 2015-06-05T09:53:56 | 35,742,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 214 | h | #pragma once
#include <string>
using namespace std;
class Text {
private:
int id;
string text;
public:
Text();
Text(string _text);
Text(int _id, string _text);
~Text();
int getId();
string getText();
};
| [
"bobby@bobbyz.dk"
] | bobby@bobbyz.dk |
fb76b18a8ad80ddbaf29563aa041a930f386953b | 4e221ff3fc81fb015f69588f50032f82af02753b | /MeshLib/MeshEditing/RasterDataToMesh.cpp | dfd66b9ef6478239708714c7f719977ee9b1d060 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | fwitte/ogs | 74e65e465cc2f69c1b154e505cc3b56ee47cc3fb | 0b367872fc58ecd4e1dbfe1dcebbc847da6639d7 | refs/heads/master | 2022-11-23T11:14:58.900119 | 2020-07-30T09:48:17 | 2020-07-30T09:48:17 | 283,438,669 | 0 | 0 | BSD-3-Clause | 2020-07-29T08:10:24 | 2020-07-29T08:10:23 | null | UTF-8 | C++ | false | false | 2,846 | cpp | /**
* \file
* \copyright
* Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "RasterDataToMesh.h"
#include "... | [
"thomas.fischer@ufz.de"
] | thomas.fischer@ufz.de |
e392670c1299e24cf32b6f16a34f9a096b50fffd | 35a2a3f5fa6573c32e411d399a60e6f67ae51556 | /src/operator/nn/lrn.cc | 68d32617e9d1746624f7206723ca52d063c0799c | [
"Apache-2.0",
"BSD-2-Clause-Views",
"Zlib",
"BSD-2-Clause",
"BSD-3-Clause",
"Intel"
] | permissive | TuSimple/mxnet | 21c1b8fedd1a626cb57189f33ee5c4b2b382fd79 | 4cb69b85b4db8e1492e378c6d1a0a0a07bd737fb | refs/heads/master | 2021-01-09T07:59:24.301512 | 2019-07-27T00:56:52 | 2019-07-27T00:56:52 | 53,660,918 | 33 | 47 | Apache-2.0 | 2019-07-27T01:09:17 | 2016-03-11T10:56:36 | Python | UTF-8 | C++ | false | false | 7,706 | cc | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"piiswrong@users.noreply.github.com"
] | piiswrong@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.