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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
670aa681f3b16ad670d5acb4b91b78b3a2d4ce11 | ad78d2168925ec23d290d0186a5249ad4c6ea037 | /src/ENDFtk/section/1/451/src/makeDescription.hpp | f043d3bc6ca10a7f8babad8b5483ef540dd99547 | [
"BSD-2-Clause"
] | permissive | jkulesza/ENDFtk | f363a115f059df02195b9f248f81854935c8dbf4 | b6618b396f51e802b7ee19ba529533c27e6ac302 | refs/heads/master | 2023-03-11T01:36:52.086387 | 2020-10-29T17:36:01 | 2020-10-29T17:36:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | hpp | static
std::vector< TextRecord >
makeDescription( const std::string& description ) {
return ranges::view::split( description, '\n' )
| ranges::view::transform( [] ( const auto& line )
{ return TextRecord( line ); } );
}
| [
"whaeck@gmail.com"
] | whaeck@gmail.com |
71783e964b56fd9e6db119782faa9a2b23fc0a49 | bd367074bb6a012db58aefc8e765ecfcfb5c4fcf | /PICKY_PI/Cratere.h | f2788ada93fe34f6a43950560c459700ae2e3191 | [] | no_license | VegLeMeccano/EUROBOT-2017 | 3bf61c0111676748266756a71be3ecb6ad1e56e4 | 8dd4dc6fae69e41052932bc54071db710c8e0d7b | refs/heads/master | 2020-02-26T15:37:36.385801 | 2017-05-10T15:01:38 | 2017-05-10T15:01:38 | 69,698,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 285 | h | #ifndef CRATERE_H
#define CRATERE_H
class Cratere
{
public:
Cratere(int nb_sphere_);
void vidange();
bool is_empty();
int get_nb_sphere();
protected:
private:
int nb_sphere;
bool transfert_marked;
};
#endif // CRATERE_H
| [
"loic.maxel@gmail.com"
] | loic.maxel@gmail.com |
4b9240ab79a6a9972c836fcb99e342104f61bc99 | 90f344dfaa930636ea3cac3068b1fda88fd50295 | /primer_plus/002_convert/002_convert/Main.cpp | a035909717cba17eec3db39a51f60af2071a04ec | [] | no_license | vladmyr/learning_cpp | 7753f8b5eab063c3d754663c1b887bedcee40a4c | 46d8a033d617d11a02da9fd327372976798ae4d1 | refs/heads/master | 2021-01-10T01:33:23.144498 | 2016-01-08T22:57:13 | 2016-01-08T22:57:13 | 49,299,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | cpp | #include <iostream>
int stoneToLb(int); //function prototype
int main() {
using namespace std;
int stone;
cout << "Enter the weight in stone: ";
cin >> stone;
cin.get();
int pounds = stoneToLb(stone);
cout << stone << " stone = " << pounds << " pounds." << endl;
cin.get();
return 0;
}
... | [
"khytsky.vladimir@gmail.com"
] | khytsky.vladimir@gmail.com |
ee65ff8b7cc44ad959487af2bd23f5fcd3392df4 | 72f92d054a0f900554288ec034e91648c67451c8 | /wikidata2vec/utils/tokenizer/jieba_tokenizer.cpp | af9fa9c851d2b3668d89a8d8917f1fb0d659ac4f | [
"Apache-2.0"
] | permissive | j40903272/wikidata2vec | c3c9d1fba929370d48b22bf58141ac72b47de616 | 228479f6f24ca8f8df6bcbd7c927d33b577206ce | refs/heads/master | 2022-11-11T09:46:46.359748 | 2020-06-29T17:49:56 | 2020-06-29T17:49:56 | 269,102,606 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 162,942 | cpp | /* Generated by Cython 0.29.19 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03030000)
#error Cython... | [
"b04902103@ntu.edu.tw"
] | b04902103@ntu.edu.tw |
215d4347382548ab310a6b8fa241763edc71eb32 | 90d4cc41fff688a1c051a6c51d9d1ce07dd151bc | /main/PISupervisor/common/src/PICommunicator.cpp | 33f9b784736b447180666a068a0613d76362a5ff | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sim1st/endpointdlp | 20389363ddffaec203c8a033d6aed87f868b611b | f5203f23e93b00c8242c45fa85c26d9b7419e50c | refs/heads/master | 2023-01-05T02:08:38.525279 | 2020-08-10T07:01:00 | 2020-08-10T07:01:00 | 285,734,269 | 0 | 0 | Apache-2.0 | 2020-08-07T04:09:55 | 2020-08-07T04:09:54 | null | UTF-8 | C++ | false | false | 8,619 | cpp | #ifndef _PICOMMUNICATOR_CPP
#define _PICOMMUNICATOR_CPP
#include"PICommunicator.h"
////////////////////////////////////////////////////////////////////////////////
//CPICommSupport
CPICommSupport::CPICommSupport(void) {
clear();
}
CPICommSupport::~CPICommSupport(void) {
}
void CPICommSupport::clear(v... | [
"sjinlee@somansa.com"
] | sjinlee@somansa.com |
3dbd69a2814badaf8634112a01d78ead3bf90dfa | fe91ffa11707887e4cdddde8f386a8c8e724aa58 | /third_party/blink/renderer/core/animation_frame/worker_animation_frame_provider.h | d06b7d02dd3d5ed005db8724150189265b24456e | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | akshaymarch7/chromium | 78baac2b45526031846ccbaeca96c639d1d60ace | d273c844a313b1e527dec0d59ce70c95fd2bd458 | refs/heads/master | 2023-02-26T23:48:03.686055 | 2020-04-15T01:20:07 | 2020-04-15T01:20:07 | 255,778,651 | 2 | 1 | BSD-3-Clause | 2020-04-15T02:04:56 | 2020-04-15T02:04:55 | null | UTF-8 | C++ | false | false | 2,526 | h | // 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.
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_FRAME_WORKER_ANIMATION_FRAME_PROVIDER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_FRAME_WORKER_... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b8a94f9616e933852723d488dc62861735f2bfad | 0e846c2b93a09aa83064d8ad1a574f03184984af | /chapter10_Sorting_and_Searching/sortedMatrixSearch.cpp | 085af54fbe6929a157a555ece7b2dd71bb0fac4f | [] | no_license | ihsuy/CTCI | dcb49a2db03a70f9b3ba6fa7d54a1078c576db2d | b791e7325da3d3d9e8c1dabc33fee2068c5af850 | refs/heads/master | 2021-07-05T06:50:04.894758 | 2020-09-01T04:48:49 | 2020-09-01T04:48:49 | 174,632,606 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,408 | cpp | #include <math.h>
#include <algorithm>
#include <bitset>
#include <chrono>
#include <iostream>
#include <list>
#include <map>
#include <queue>
#include <random>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <vector>
t... | [
"jooehisaishi@gmail.com"
] | jooehisaishi@gmail.com |
e2abdceac1dbab70dd9f8ed9e7f72f8d7b18eb08 | 73f60774d2f915dad00a21eabd9cfd149794fcc8 | /GameEngine/GameEngine/src/graphics/ShaderUniform.h | 3e5b1a220d9bbab454e195fc7ae7f2c0b355f5a4 | [
"Apache-2.0"
] | permissive | SamCooksley/GameEngine | 58e015f6e21755193439c0d4afb75276320e9786 | 3c32eba545428c8aa3227abcb815d8d799ab92d9 | refs/heads/master | 2021-04-12T11:06:53.832122 | 2018-08-30T19:22:38 | 2018-08-30T19:22:38 | 126,532,900 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 567 | h | #ifndef _ENGINE_GRAPHICS_SHADERUNIFORM_H_
#define _ENGINE_GRAPHICS_SHADERUNIFORM_H_
#include "TypeData.h"
#include "Texture2D.h"
#include "TextureCube.h"
namespace engine {
namespace graphics {
struct ShaderAttribute
{
String name;
Type type;
GLint location;
};
struct ShaderUniform
{
St... | [
"samqweqwe3@hotmail.co.uk"
] | samqweqwe3@hotmail.co.uk |
7f848e16b3413adf246d8d334d051b8f23e7184f | 4e99270cb1792b540cd0cc7c3042470e2a86f80d | /sources/include/protocol_session/detail/Seller.hpp | a5364f14e6f7230c069916d8008ea1fde642020b | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | abigbug/protocol_session-cpp | ebdd1b3c8950d54a7acf8e61d50d9d2aa7a4acd4 | abb68575bc40d319b15e40725798a57e991525fb | refs/heads/master | 2020-03-27T04:39:58.663662 | 2018-04-09T02:03:56 | 2018-04-09T02:03:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,142 | hpp | /**
* Copyright (C) JoyStream - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Bedeho Mender <bedeho.mender@gmail.com>, February 17 2016
*/
#ifndef JOYSTREAM_PROTOCOLSESSION_SELLER_HPP
#define JOYSTREAM_PROTOCOLSESSION_SEL... | [
"mokhtar.naamani@gmail.com"
] | mokhtar.naamani@gmail.com |
40c30aa67da5b2b9a77b197dcb155004741a5c50 | d51f530078404a24f1844b53b037bbfed238a784 | /cpp/example_code/dynamodb/dynamodb_samples.h | c019e8d3e466b8781bfe319047f7a4514e725c70 | [
"CC-BY-NC-SA-4.0",
"Apache-2.0",
"MIT"
] | permissive | awsdocs/aws-doc-sdk-examples | fff85d1b4119fe3331174396a5723c7f054203eb | dec41fb589043ac9d8667aac36fb88a53c3abe50 | refs/heads/main | 2023-09-03T19:50:57.809260 | 2023-09-01T16:23:01 | 2023-09-01T16:23:01 | 66,023,605 | 8,240 | 6,037 | Apache-2.0 | 2023-09-14T16:52:02 | 2016-08-18T19:06:57 | Java | UTF-8 | C++ | false | false | 13,649 | h | /*
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
#ifndef DYNAMODB_EXAMPLES_DYNAMODB_SAMPLES_H
#define DYNAMODB_EXAMPLES_DYNAMODB_SAMPLES_H
#include <aws/core/client/ClientConfiguration.h>
#include <aws/dynamodb/model/AttributeValue.h>
namespace AwsDoc... | [
"noreply@github.com"
] | noreply@github.com |
1ececdc81fb0ee00b3cd78906134c6528f5dc70c | bd14ce57871d7a0bb6a32d7329694e2586e16668 | /Source/WebKit/blackberry/Api/BackingStore_p.h | 49992e34dc542a020edfa1c9a8ad69b254faf7dc | [
"BSD-2-Clause"
] | permissive | chriszhu/webkit | 7f6221e3bf14eb2975e4fa91f189ef5524166092 | eeb67b7dda0c55292cef18ead8a2af5d7fd89e63 | refs/heads/master | 2021-01-15T22:46:37.210810 | 2012-03-03T12:34:40 | 2012-03-03T12:34:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,963 | h | /*
* Copyright (C) 2009, 2010, 2011 Research In Motion Limited. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your... | [
"commit-queue@webkit.org"
] | commit-queue@webkit.org |
6cd918a96cfbf1000a8db32996569936336ebb08 | 3805f3e3b62bce5a804fd5e9438525713dfcd8ec | /比赛.cpp | ad03425ee5face3725e3abdfe580e71e4f30b11b | [] | no_license | lcl0512/lcl_Cpp | 812e991d082a443e515d361f4b326489416100da | 48f30c426e7b6d3af90e38e0d0e4d88bfc745b31 | refs/heads/master | 2020-07-17T09:35:47.780556 | 2019-12-27T13:38:59 | 2019-12-27T13:38:59 | 205,995,425 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,247 | cpp | #include <iostream>
#include <cstring>
#include <cstdlib>
#include <cstdio>
using namespace std;
const int MAX = 110;
class CHugeInt {
// 在此处补充你的代码
private:
char maxNum[210];
int len;
public:
CHugeInt(char * s){
strcpy(maxNum,s);
int i=0,j=strlen(s)-1;
while(i<j)
{
... | [
"2030315248@qq.com"
] | 2030315248@qq.com |
907d39cd69b119238634572761d437371bfc8446 | 430230531191849e288a2ceb911d9fd913c46af7 | /livox_ros_driver/common/rapidjson/encodedstream.h | 656d85ac1f9056e327bf0d391716430a04e6aebe | [
"BSD-3-Clause",
"Zlib",
"BSD-4-Clause-UC",
"LicenseRef-scancode-rsa-md4",
"BSD-4-Clause",
"LicenseRef-scancode-other-permissive",
"MIT",
"Beerware",
"RSA-MD",
"ISC",
"BSL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-rsa-1990"
] | permissive | protoCAD/livox_ros_driver | bf8be9fe825f889a28fc5176b66a3f9fedd12805 | 1c514ed0059328820b82447421e026f621dc03a3 | refs/heads/master | 2022-12-10T11:18:01.905597 | 2020-09-20T09:54:21 | 2020-09-20T09:54:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,079 | 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.... | [
"runeg96@hotmail.com"
] | runeg96@hotmail.com |
e2cfff9e7cb5d0442d4dc532a3983cf845dd4955 | a7b78ab632b77d1ed6b7e1fa46c33eda7a523961 | /samples/factorization_machine/train_fm.cc | 72be517523b2e433f5606a182696666d9a22f4e4 | [
"BSD-2-Clause"
] | permissive | frovedis/frovedis | 80b830da4f3374891f3646a2298d71a3f42a1b2d | 875ae298dfa84ee9815f53db5bf7a8b76a379a6f | refs/heads/master | 2023-05-12T20:06:44.165117 | 2023-04-29T08:30:36 | 2023-04-29T08:30:36 | 138,103,263 | 68 | 13 | BSD-2-Clause | 2018-12-20T10:46:53 | 2018-06-21T01:17:51 | C++ | UTF-8 | C++ | false | false | 3,973 | cc | #include <sstream>
#include <boost/program_options.hpp>
#include <frovedis/ml/fm/fm.hpp>
#include <frovedis/matrix/crs_matrix.hpp>
using namespace boost;
using namespace frovedis;
using namespace std;
int main(int argc, char* argv[]) {
use_frovedis use(argc, argv);
// debug option
set_loglevel(TRACE);
usi... | [
"t-araki@dc.jp.nec.com"
] | t-araki@dc.jp.nec.com |
87bda1c89e0de8f9d30c9db40486746808216bf6 | 8c30a57405f79028d5ed4503072d28badeb73e48 | /courses/courses/done/17041/uva227.cpp | 13ab2ba23b15abd02776b42bd2e2aa93fa5e68a8 | [] | no_license | wzh1994/Exercises | a266209e5600797a0a352718437a296c45ff9651 | dfaebdec8fa57661ee718ac828af9cfb50ac2c17 | refs/heads/master | 2020-12-30T23:46:55.909370 | 2017-05-26T15:43:40 | 2017-05-26T15:43:40 | 86,593,131 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,900 | cpp | #include <iostream>
#include <cstring>
using namespace std;
int puzzle(){
int i = 0;
int end = 0;
while (++i){
char a[6][6];
int pos_x=0, pos_y=0;
memset(a, 0, sizeof(a));
for (int x = 1; x < 6; x++){
int skip = 0;
for (int y = 1; y < 6; y++){
a[x][y]=cin.get();
if (a[x][y] == 'Z') {
end =... | [
"scse1082@126.com"
] | scse1082@126.com |
c894ed600f30c41c53246cd595f818991fe87664 | 400f2bd233ba997af651c8fa1d6ce08ef557c97a | /core/SCommandEventFactory.cpp | 5828530d13abcca86ea7869674d8a115b31bd59e | [] | no_license | huhuhu1092/test-server | 08878dbef203479cd0879d59caec1fed70f5ad70 | 57e7d09daca19fdf0298df38ee0c7ad6a7b8f317 | refs/heads/master | 2021-01-01T15:45:14.516984 | 2014-09-06T06:25:35 | 2014-09-06T06:25:35 | 406,540 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 154 | cpp | #include "SCommandEventFactory.h"
#include "SType.h"
SCommandEvent* SCommandEventFactory::create(int commandId, unsigned char* data)
{
return NULL;
}
| [
"wei.lu95@gmail.com"
] | wei.lu95@gmail.com |
ac10114df2bfc51453d516b706e90766f5e7fd27 | 6c49f38248b1f08bcb65995a64cc53052192392d | /src/EPlane.cpp | 18478017a038eea8ce8696ee47169c7494946692 | [] | no_license | Bravewtz/WTZ_LQL_Plane_Game | 1f7a8097dfbfa37bd10f70aabd532f8c7b34b464 | 798ac1a67b57060d72f0defd271282024620c0ed | refs/heads/master | 2020-07-27T09:45:07.172328 | 2019-09-17T12:39:06 | 2019-09-17T12:39:06 | 209,049,417 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,385 | cpp | #pragma once
#include "stdafx.h"
#include "GameObject.h"
#include "EPlane.h"
#include "resource.h"
#include "EPlane1.h"
CImageList CEPlane::m_ImagesUp;
CImageList CEPlane::m_ImagesDown;
CEPlane::CEPlane(int x, int y, int z,int h,int W,int H):CPlane(x,y,h,W,H),attack(z){}
CEPlane::~CEPlane(){}
//CEPlane::CEPla... | [
"1658794070@qq.com"
] | 1658794070@qq.com |
5d2e2366a8358406c36ff07a4f861dc0721e75d7 | aa8d0b28b5440b9bebebf9f1aa4588663a84cb58 | /Energo/rep/bill/fDemLimit.h | bdb4baecb10cb77a8c44cea255e12b5e773d0466 | [] | no_license | ssivtsov1/energo | a27713e3276bd2dd31bf329097466c60007be0a8 | bdd7ba17fee9840ebf7ee344488d07f99c05fa85 | refs/heads/master | 2020-03-11T12:52:18.781588 | 2018-04-18T05:49:24 | 2018-04-18T05:49:24 | 130,009,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,478 | h | //---------------------------------------------------------------------------
#ifndef fDemLimitH
#define fDemLimitH
#include "Main.h"
#include "ParamsForm.h"
class TfDemandLimit : public TWTDoc
{
public:
TWTDBGrid* DBGrDoc;
TWTQuery* qDocList;
TWTDBGrid* DBGrDocLines;
TWTQuery* qDocLines;
TDate... | [
"globalserg@ukr.net"
] | globalserg@ukr.net |
702d4d9cb8a77e666c12a572462a69dac9bc5421 | c9f2ca0490cb6fa3eb2ce0e5f1e5a15870eea2f5 | /Common/MFC/UtilControls/ControlResizer.h | 9573c2f8f1ed7319858359dd1ebe2dab31b9dab2 | [] | no_license | afrozm/projects | 936dbf1e99e27a8ba5399ad5d6c66f450dd032c7 | 82ba1194d6db3a7662956987586375ec657a3a59 | refs/heads/master | 2021-04-18T20:12:45.481202 | 2021-01-06T09:58:23 | 2021-01-06T09:58:23 | 39,421,550 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,423 | h | #pragma once
#define RSZF_RIGHT_FIXED 1
#define RSZF_BOTTOM_FIXED 2
#define RSZF_SIZEX_FIXED 4
#define RSZF_SIZEY_FIXED 8
#define RSZF_SIZE_FIXED (RSZF_SIZEY_FIXED|RSZF_SIZEX_FIXED)
#define RSZF_LEFT_FIXED 16
#define RSZF_TOP_FIXED 32
#define RSZF_RESIZE_OPPOSITE 64
#define RSZF_RESIZE_UPDATE 128 // Re pait the client... | [
"afroz_muzammil@yahoo.com"
] | afroz_muzammil@yahoo.com |
a3f83cc6a3dc95477cd930567c340da86c94eaca | 83a42c32bbf5464f2928876c40983bc082e6dba5 | /W4/Practice5-4/Practice5-4/Practice5-4Doc.h | b84cc2692e17289bc81da74e6c8c93e9f53f04e3 | [] | no_license | miny2627/MFC | f721dfd0517be93c6e6a3bac44636f15e65e10e6 | 62e9a0cf9b85cb58b0e78bd267c9d675d9023816 | refs/heads/master | 2022-12-15T07:54:45.720837 | 2020-09-15T09:22:12 | 2020-09-15T09:22:12 | 295,334,218 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 967 | h |
// Practice5-4Doc.h : CPractice54Doc 클래스의 인터페이스
//
#pragma once
class CPractice54Doc : public CDocument
{
protected: // serialization에서만 만들어집니다.
CPractice54Doc();
DECLARE_DYNCREATE(CPractice54Doc)
// 특성입니다.
public:
// 작업입니다.
public:
// 재정의입니다.
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CAr... | [
"miny2627@naver.com"
] | miny2627@naver.com |
073ffc338eea7d06073fbf8dfb3f48aafca4cd66 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/e2/99a89be7a85ac3/main.cpp | d87b9da7800851e7a46355138befe95890138e79 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 138 | cpp | #include "/Archive2/0d/a5c6abf40c82f9/main.cpp"
int main()
{
for (Session *ss : iter_map_sessions())
{
frob(ss);
}
}
| [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
f75d8eebd145d771d676ba16cb7574312c385d01 | e7ecf0b18ba577446145ade664dc5b9c3d1ea269 | /control1/widget.h | 7c9c70125f6bd8b331466d27e3e79e7925a080d1 | [] | no_license | shyheng/QT | edfa821aa118a370cf35d44c3d4bc4a7c664e2a1 | 1e78d90d49668ca816697f86676179873443f58c | refs/heads/main | 2023-02-17T01:15:48.919448 | 2021-01-16T13:53:56 | 2021-01-16T13:53:56 | 324,552,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269 | h | #ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include <QLabel>
class Widget : public QWidget
{
Q_OBJECT
public:
Widget(QWidget *parent = nullptr);
~Widget();
QLabel *label;
QLabel *label_pic;
QLabel *label_move;
};
#endif // WIDGET_H
| [
"shy2210278285@aliyun.com"
] | shy2210278285@aliyun.com |
b77610a6e8bde52f5ddf0b472c070dff930f0f08 | 407dd259ebb5f7472ba851eb3cacc4add4a49b1b | /Engine/ZenCore/Export/Graphic/Binding/zcExpGfxRenderPass.h | 1a65f6d4a33767c2a7503e07a2257e1efbd8d318 | [
"MIT"
] | permissive | isoundy000/ZenEngine | 892c319a6e1a1b6245907d397a934571329b3054 | b27a6f8a62b131df2f7337b0438a903c5505298a | refs/heads/master | 2020-04-27T19:52:22.980823 | 2018-11-10T04:14:20 | 2018-11-10T04:14:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,919 | h | #pragma once
namespace zcExp
{
struct ExportInfoGfxRenderpass : public ExportInfoBase
{
zString mzStageName;
zResID mRasterStateID;
zUInt muPassPriority;
const zArrayBase<zenRes::zGfxRenderPass::ConfigColorRT>* mpaConfigRTColor;
const zenRes::zGfxRenderPass::ConfigD... | [
"ZenEngine3D@gmail.com"
] | ZenEngine3D@gmail.com |
e050e0bf1782af06cf621c963e19e26770d1841e | 968dbbfccad302afb1bd3503c9a9f3a6f3fbec70 | /src/thread.cpp | 4a9e6c46d955500129211ef6c0c329abf2f3c940 | [] | no_license | BojanG99/OS1-Project | 157c2c5fe01173d4f01ed13e868a2b55b1d4ccf8 | 38e0946c6c41b4b073bd71cbfcdf2db9a6863134 | refs/heads/main | 2023-03-04T00:41:58.895206 | 2021-02-18T00:54:33 | 2021-02-18T00:54:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,100 | cpp | /*
* thread.cpp
*
* Created on: Jul 30, 2020
* Author: OS1
*/
#include"thread.h"
#include"PCB.h"
#include<iostream.h>
#include"SCHEDULE.H"
#include"List.h"
extern int onDemand;
int Thread::globalsignal[16]={1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};
Thread::Thread(StackSize sS,Time timeSlice){
prvi=0;
... | [
"noreply@github.com"
] | noreply@github.com |
9ab06097c5eacde21cb2cff933601220ed49ed0c | 92e22ff9edefdf4a909b5ec68d3074ffdff19261 | /LaGuardia-LoBianco_CH2_problem_37.cpp | f80bc776475e69059b50a1dc65b853dff128c11c | [] | no_license | cafeTechne/C-PracticeProblems | 9714535a4c5361a6517accd8a7387185f197b6b4 | 6f6021f8c281e99cabb2231f357305785a1244e7 | refs/heads/master | 2021-04-12T11:50:22.719605 | 2018-04-12T22:29:02 | 2018-04-12T22:29:02 | 126,253,746 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 970 | cpp | // LaGuardia-LoBianco_CH2_problem_37.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
using namespace std;
const double OXYGEN = 15.9994;
const double CARBON = 12.011;
const double NITROGEN = 14.00674;
const double SULFUR = 32.066;
const double HYDROGREN = 1.0079... | [
"cafetechne@gmail.com"
] | cafetechne@gmail.com |
a94fa5a5de026f502a8ec0b2a2927e3b833c8b11 | 81c5811ced0fde5d7404325ee5ca2890d96d95da | /Eballet_Reset.h | 3e6ef735363acad3cbbdb34ecb394ced4420dbb5 | [] | no_license | Kuroharei398/Real-to-Fantasy | 84a1a6ad77c4d579abcaadb9f7c3f21b716dcebc | 4d5241c98fe8bf27d10a6ce5f41d46a31dad12af | refs/heads/main | 2023-06-14T00:54:24.181852 | 2021-07-15T05:22:30 | 2021-07-15T05:22:30 | 385,816,421 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | h | #pragma once
#ifndef DEF_EBALLETRESET_H
#define DEF_EBALLETRESET_H
#define Eb_Max 60
class EballetReset
{
public:
int Edimg;
int ex0[Eb_Max], ex1[Eb_Max], ex2[Eb_Max];
int ey0[Eb_Max], ey1[Eb_Max], ey2[Eb_Max];
int Ebx[Eb_Max];
int Ebradius[Eb_Max];
bool Ebflag[Eb_Max];
bool Ebflag1[Eb_Max];
boo... | [
"noreply@github.com"
] | noreply@github.com |
d9390f8b3ba34c9d4640815bb8d792136197466b | 35bfc68a6acce4d6947aefa49a82a935dfaf1c49 | /数据结构/图/最短路径/Dijkstra.cpp | 93684cfea835fab1cef0ec6a73c6ede9980b3724 | [] | no_license | PeterSansan/job_prepare | dd2e364bf0be8d94a63efb36e9e5c5bedd35d219 | baed6453a9fe026bdae343525297511aed5f9e01 | refs/heads/master | 2021-06-14T00:55:34.650870 | 2017-04-13T16:04:49 | 2017-04-13T16:04:49 | 83,214,895 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,033 | cpp | /*顺序表示例代码*/
#include<iostream>
#include <fstream>
#include<time.h>
#include<stdlib.h>
#include<math.h>
#include <stack>
#include <queue>
#include <vector>
#include <string>
#include <random>
#include <algorithm>
#include <cmath>
using namespace std;
/*总结Dijkstra基本思想:
1、把顶点分为已知最短路径和未知最短路径的集合P与Q
2、每次找到离源点最近的... | [
"1657225860@qq.com"
] | 1657225860@qq.com |
90027e77fe462e7ca75c04d57b44076a3ba3bbd1 | 01e7d572720e4219379158b6d5d397401cb819e9 | /telescope.ino | 7bef4d14cd35fd0ecd7faad8c5199c1f60bd62e4 | [] | no_license | sebsebseb1982/telescope | 4bebdea91d71bc9af3d63fe3df97687439d37607 | b8be6d55a73a1e035f9b42cb95a3b6bc02fd3ffd | refs/heads/master | 2023-08-21T22:48:03.169420 | 2021-09-17T07:48:35 | 2021-09-17T07:48:35 | 398,406,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,871 | ino | #include <SPI.h>
#include <Wire.h>
#include <SoftwareSerial.h>
#include <TinyGPSPlus.h>
#include <AccelStepper.h>
#include <MultiStepper.h>
#include "BigNumber.h"
// #include "MemoryFree.h"
#include "celestial-calculation.h"
#include "object.h"
#include "object-tracker.h"
#include "nunchuk.h"
#include "stepper.h"
#in... | [
"seb@seb.fr"
] | seb@seb.fr |
1ed4083a9b3dfae482e5f9ab507d93e93cb4fc6c | c56012edcb3550317ace8943b01f4b5f46476d16 | /include/allowed_mentions.h | 5ce295dcf3d0b7e4418066643af2872b06964d88 | [
"MIT"
] | permissive | cerww/cpp_discord_api | 8d27dc94f03014a44db975f491d20759547bc8bf | 3989b9e3fdcceb6823fb5df935ef38e3f7cb350e | refs/heads/master | 2021-06-12T11:49:40.180426 | 2021-05-28T10:40:12 | 2021-05-28T10:40:12 | 128,608,135 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,412 | h | #pragma once
#include "snowflake.h"
#include "guild_role.h"
#include "User.h"
#include "modifies_message_json.h"
#include "../common/range-like-stuffs.h"
constexpr int allows_everyone_flag = 1;
constexpr int allows_all_users_flag = 1 << 1;
constexpr int allows_all_roles_flag = 1 << 2;
constexpr int allows_roles_fla... | [
"calebtran1@hotmail.com"
] | calebtran1@hotmail.com |
8691fe9a5886325dfd0c196d3af75ce8a21868f3 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5686275109552128_1/C++/Alextrovert/B.cpp | c5b9391a9668ec72ea4313a57cebe82ccc249359 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 3,955 | cpp | #ifdef ONLINE_JUDGE
#define DEBUG 0
#define NDEBUG
#else
#define DEBUG 1
#endif
#include <algorithm>
#include <bitset>
#include <cassert>
#include <cctype>
#include <cfloat>
#include <climits>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <deque>
#include <fst... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
1864c7936626eb752f79eb41160507c19aaa863b | b71a961209aec8199418218eb4b40d0c55cd9f84 | /BitWise/singlenum3repeat.cpp | c224c0e7afb03e489856efac27d85791bbc9bbb8 | [] | no_license | prady91/CPP-Practice | b4ffc994043c79cdee4e85a8e9fee5b00f0ee575 | e80366395fe50c9aa08bafcf057bb0cd6257b0c0 | refs/heads/master | 2020-12-25T21:44:22.172930 | 2016-09-29T04:48:25 | 2016-09-29T04:48:25 | 68,346,480 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
//All the numbers are reapated 3 times except for 1 number which is unique, find it
int singleNumber(vector<int>& nums) {
int sum,i,l;
l = nums.size();
int ones=0,twos=0,common=0;
//ones keep track of the num... | [
"pradyumnareddy09@gmail.com"
] | pradyumnareddy09@gmail.com |
6441c0994479f0ee1236dbcf263c1e270e9f656e | eb6f8317c6c361e05df91ae16fd66ecf3a3a8b01 | /leetcode/p9/p9/main.cpp | 37c046c5fe6e109ea758ae07520877d9080a7854 | [] | no_license | Joey-Liu/online-judge-old-version | b00a12ec2da0053c461e914433ccb6760f7e8c50 | c452ecee203c20e2856faa8ef876ad855e6c8957 | refs/heads/master | 2020-03-16T00:53:56.668165 | 2018-10-28T02:54:28 | 2018-10-28T02:54:28 | 132,428,000 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | cpp | #include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <string.h>
class Solution {
public:
bool isPalindrome(int x)
{
if (x < 0)
return false;
long long res = 0;
int tmpx = x;
while (x != 0)
{
int tail = x % 10;
res = res * 10 + tail;
x /= 10;
if (res > IN... | [
"joey_liucoder@163.com"
] | joey_liucoder@163.com |
d58bffb90d92b98150d169f8c9ab50bc3ff00ba8 | ede5e60f433432d52f2e076c231a5c2ccec21773 | /Project1/Project1/Source.cpp | 3a2bcca8a016a19d0043689cb17d353b3198c086 | [] | no_license | sebastianbocul/Space-Arcade-Game | c84822062e370c961a27aa5e129c2669bb446b0e | 50e3ecc14463cb498e22461569914c59d1d7ad82 | refs/heads/master | 2021-06-10T04:49:50.996561 | 2017-01-28T11:28:14 | 2017-01-28T11:28:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,730 | cpp | #include <allegro5\allegro.h>
#include <allegro5/allegro_image.h>
#include <allegro5\allegro_primitives.h>
#include <allegro5/allegro_font.h>
#include <allegro5/allegro_ttf.h>
#include "objects.h"
#include <allegro5\allegro_audio.h>
#include <allegro5\allegro_acodec.h>
//GLOBALNE
int WIDTH = 1200;
int HEIGHT = 600;
in... | [
"seba23495@gmail.com"
] | seba23495@gmail.com |
1d6e01d6b00c357fd013406ce071b744b6aa9abc | 52767515c87f99525fdbe74a4b86e6b322bf38c0 | /OperatingSystem_Shell.cpp | bac7116e6f4634ebf9d23d54ddf549af92589502 | [] | no_license | 6guojun/C_Datastructures_Algorithms | 3e73628c625b6f83ac94fe94823a00a8bb0fa952 | d123c8437ab806f9eb4eaac5a728c3ae33b3b881 | refs/heads/master | 2021-02-15T10:05:30.571195 | 2018-12-15T06:40:03 | 2018-12-15T06:40:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,446 | cpp | #include<iostream>
#include<dirent.h>
#include<stdlib.h>
#include<string>
using namespace std;
void listCommand(){
cout << "List of Command: " << endl;
cout << "1. dir" << endl;
cout << "2. createProcess" << endl;
cout << "3. readBat" << endl;
}
int dir(){
DIR *dir;
struct dirent *ent;
cout<<"List of file name... | [
"damminhtienchl@gmail.com"
] | damminhtienchl@gmail.com |
bb0cfcae1f0cb2727ba00a7f6fc485a1cffbbb27 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/compiler-rt/lib/msan/lit_tests/keep-going-dso.cc | 6d006756a110f6cba551ab9f32826e6aad1fa4ea | [
"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 | 1,341 | cc | // RUN: %clangxx_msan -m64 -O0 %s -o %t && not %t >%t.out 2>&1
// FileCheck --check-prefix=CHECK-KEEP-GOING %s <%t.out
// RUN: %clangxx_msan -m64 -O0 %s -o %t && MSAN_OPTIONS=keep_going=0 not %t >%t.out 2>&1
// FileCheck %s <%t.out
// RUN: %clangxx_msan -m64 -O0 %s -o %t && MSAN_OPTIONS=keep_going=1 not %t >%t.out 2>&1... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
cc7b906f7bf9af4c97252280cf4623cb087acb2f | d303f2ef67f354d0d4a7579aad798bc735d91f53 | /ConsoleApplication1/Material.h | a5f352d5de428cb552eb8c7e13c3382dd04538a5 | [] | no_license | clatterrr/RayTracingPractice | f9e55d30452d5d69279775e0d9925c5759edb65a | 225078d957e6f3246368ae29b82056cdc8555750 | refs/heads/master | 2022-11-26T17:18:00.729143 | 2020-08-05T13:06:13 | 2020-08-05T13:06:13 | 285,287,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,298 | h | #ifndef MATERIAL_H
#define MATERIAL_H
#include "Rtweekend.h"
#include "Hittable.h"
#include "Texture.h"
struct hit_record;
class material {
public:
virtual color emitted(double u, double v, const point3& p) const {
return color(0, 0, 0);
}
virtual bool scatter(
const Ray& r... | [
"noreply@github.com"
] | noreply@github.com |
f9a011839d2570050ad2c1ac25de60c6b9bb50eb | d162e580d3a58ba0a56dcd27481fe96ca204372b | /experiments/LSM_303_driver/Adafruit_LSM303_U.cpp | c66d22fc12bfca17f8446e6d553f2e658c827fc0 | [] | no_license | zachbellay/ODAF | ed347b64f43f0aca97815f3645ff2a44d2b08dce | 08bb857530132724b8ecbb8801ac7696c124f6ad | refs/heads/master | 2021-06-10T02:24:46.559929 | 2021-03-31T07:08:35 | 2021-03-31T07:08:35 | 131,802,004 | 0 | 0 | null | 2020-09-20T22:53:46 | 2018-05-02T05:23:40 | C++ | UTF-8 | C++ | false | false | 20,463 | cpp | /***************************************************************************
This is a library for the LSM303 Accelerometer and magnentometer/compass
Designed specifically to work with the Adafruit LSM303DLHC Breakout
These displays use I2C to communicate, 2 pins are required to interface.
Adafruit invests t... | [
"zbellay@Zachs-MacBook-Air.local"
] | zbellay@Zachs-MacBook-Air.local |
dbaaee3803d78e96aa33b634ad062d347a8a5360 | 72f2992a3659ff746ba5ce65362acbe85a918df9 | /apps-src/apps/external/chromium/net/base/network_delegate_impl.h | c86514025cb54cff9153ba69a26d5d1797ff60d9 | [
"BSD-2-Clause"
] | permissive | chongtianfeiyu/Rose | 4742f06ee9ecd55f9717ac6378084ccf8bb02a15 | 412175b57265ba2cda1e33dd2047a5a989246747 | refs/heads/main | 2023-05-23T14:03:08.095087 | 2021-06-19T13:23:58 | 2021-06-19T14:00:25 | 391,238,554 | 0 | 1 | BSD-2-Clause | 2021-07-31T02:39:25 | 2021-07-31T02:39:24 | null | UTF-8 | C++ | false | false | 3,177 | h | // Copyright 2014 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 NET_BASE_NETWORK_DELEGATE_IMPL_H_
#define NET_BASE_NETWORK_DELEGATE_IMPL_H_
#include <stdint.h>
#include <set>
#include "base/optional.h"
#incl... | [
"service@leagor.com"
] | service@leagor.com |
ab1a709c05d9fdb6b998f2cee5afe2ae95653f33 | 6c800b3c0a39defa5f5605f60688dc82ac164416 | /Candle.cpp | e692e9c87e937877327bedd37eff797221eb86c7 | [] | no_license | ralstonba/COC_CandleShrine | d352b3fc677f11900f75b20380b89202ddedd0ae | 23020207cb3d1153eaed829e20679b5e69cfa330 | refs/heads/master | 2020-05-27T11:30:24.494639 | 2019-05-25T23:08:47 | 2019-05-25T23:08:47 | 188,601,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 477 | cpp | /*
* Candle object source
* Brendan Ralston, 5/25/19
*/
#include "Arduino.h"
#include "Candle.h"
Candle::Candle(byte pin){
pinMode(pin, OUTPUT);
_pin = pin;
_state = true;
}
Candle::Candle(){}
void Candle::on(){
_state = false;
digitalWrite(_pin, _state);
}
void Candle::off(){
_state = true;... | [
"ralston.brendan@me.com"
] | ralston.brendan@me.com |
ace179bdff002024e579b3aaf7298601d1cab52d | e402d6ed8df8651cb3f441860d09c874faddb6e9 | /src/Vector2d.h | 8c588d4baefa1c566af00ac56a53a627582b4a48 | [] | no_license | ErikWallstrom/Client_Test | 87bdc8e9fd9e985870b8118ef2b7405b3304e41a | 0de01a608f850f6171ca5e6a9e3d6d806587bc6d | refs/heads/master | 2016-08-12T23:39:52.957087 | 2016-02-07T21:56:26 | 2016-02-07T21:56:26 | 50,063,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 633 | h | #ifndef VECTOR2D_H
#define VECTOR2D_H
class Vector2d
{
private:
double x;
double y;
public:
Vector2d(double x, double y);
~Vector2d();
void print();
Vector2d operator+(Vector2d vec);
void operator+=(Vector2d vec);
Vector2d operator-(Vector2d vec);
void operator-=(Vector2d vec);
Vector2d o... | [
"erik.wallstrom@live.com"
] | erik.wallstrom@live.com |
edb6ce416eea337bea4d0e207e716c3adad04552 | bc2e69ff89262b5abc534322857014adb51391d4 | /PROJECT.ino | 3deb41acdfa26b8f5607ab45a02251897248803c | [] | no_license | hazynatulasrori/Project-Arduino | 25875cf0bf5c7a7b3b119898348927027b4e43c8 | ac9d1f205cd776b8a090f3d959f2cee90b64c988 | refs/heads/master | 2022-12-05T16:07:18.108048 | 2020-08-24T13:04:07 | 2020-08-24T13:04:07 | 286,357,883 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 716 | ino |
#include <SoftwareSerial.h>
#include <DFPlayer_Mini_Mp3.h>
void setup() {
SoftwareSerial mySerial(12, 13);
Serial.begin (9600);
mySerial.begin (9600);
mp3_set_serial (mySerial);
delay(10);
pinMode(2,INPUT);
pinMode(3,INPUT);
pinMode(4,INPUT);
pinMode(5,INPUT);
pinMode(6,INPUT);
pinMode(7,INPUT);
pin... | [
"noreply@github.com"
] | noreply@github.com |
32dcf216ae7ef36a84cafdb8462ba024c7fb4798 | 4e3fa94daadcf38d8516df1e9716dfaea79ac30b | /ExcelSheetColumnTitle.cpp | cdf9e4687ea7aaf5c34e2f89a7ea899ea1c37a00 | [] | no_license | witwolf/leetcode | 8aa20ce5ebb474907a510e24e7839bc6a0cf9cdf | d4088c7bce050cec2b5cb69fe4a3bf3b957b9866 | refs/heads/master | 2021-01-02T09:08:37.569214 | 2017-09-25T01:47:46 | 2017-09-25T01:47:46 | 25,668,534 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | cpp | //
// ExcelSheetColumnTitle.cpp
// leetcode
//
// Created by witwolf on 4/30/15.
// Copyright (c) 2015 witwolf. All rights reserved.
//
#include <string>
#include <iostream>
#include <algorithm>
using namespace std;
class Solution {
public:
string convertToTitle(int n) {
string s;
while(n){
... | [
"yingxiang.hong@horizon-robotics.com"
] | yingxiang.hong@horizon-robotics.com |
0553c3d6a904224573764330f17d08b2659b50aa | 4d12369aff139e70a96d679de6c20a3f9000450f | /lib/fitsdk/fit_segment_lap_mesg_listener.hpp | 6f215a1c838c2692d78cc3fd3b869e3da3d6234c | [] | no_license | whz20024117/Cycling_Fit_Analyzer | dca655669992b1b4f79add649d9690a342172cae | 7bc597574ef9c0f85be01312da09bafbd03c5f67 | refs/heads/master | 2023-01-05T12:41:24.996491 | 2020-10-29T19:23:19 | 2020-10-29T19:23:19 | 306,160,096 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,293 | hpp | ////////////////////////////////////////////////////////////////////////////////
// The following FIT Protocol software provided may be used with FIT protocol
// devices only and remains the copyrighted property of Garmin Canada Inc.
// The software is being provided on an "as-is" basis and as an accommodation,
// and ... | [
"whz20024117@gmail.com"
] | whz20024117@gmail.com |
99b3dd89fcf17ab3ac48c13a0168f3680f1da82b | 31030f9c260a2befb67b85350f0a6adde5163f14 | /src/clientversion.h | 0d86d4e64d0472f852b5ed7c34f479d7ddac9660 | [
"MIT"
] | permissive | shahripal/e-BlockCoin-Silver | 05322d716be0eb63b2d7a814abb20d7e2cd3c7c9 | 0f0522fce9c9fb2b8432bdbe13c7cf71263dce4b | refs/heads/master | 2020-04-11T02:23:45.562050 | 2018-11-05T09:29:07 | 2018-11-05T09:29:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,049 | h | // Copyright (c) 2009-2017 The Bitcoin Core developers
// Copyright (c) 2017-2018 The eBlockCoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CLIENTVERSION_H
#define BITCOIN_CLIENTVERSION_H
#if def... | [
"44762973+eblockcoin7@users.noreply.github.com"
] | 44762973+eblockcoin7@users.noreply.github.com |
95fd691d50ec24dabff3082ef35d8ef0270ca281 | 0e952027484dbec9c00fb15a5aa111925ddb19c4 | /controlWithJacobian/Stepper_Initial.ino | 6b1d183df0dd4ba5564629a1667b91e469186378 | [] | no_license | mahmoudelmohtady/new_mohtady | f3dd0da0248bdc86f3dd86e3efc9c853cf910c1b | 242659014a04b1d9032db6a43f1962a9bed70311 | refs/heads/master | 2021-01-22T06:27:48.631321 | 2017-02-12T23:06:17 | 2017-02-12T23:06:17 | 81,762,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 645 | ino | void Stepper_Initial() {
/*
//---------------------------------------------------------------------------------------
//*********************************Set absolute travel distance**************************
stepperA.moveTo(((L1 / 11.25) * DS) / (2 * pi))); // Set required absolut... | [
"mahmoud"
] | mahmoud |
fd30b74adfd3302ad0a645bdc7deec4a20a41127 | 6ea6691636a1a5072f12efe0aad9d778d32f126c | /OGLplus_build/implement/oglplus/shapes/torus.ipp | fcbf9405550f5d81b18032f0aa51a4055b54178c | [
"BSL-1.0"
] | permissive | pm990320/OpenGLLearning | 6c63234da5f00193bf3799ee4b97b16bd14cdc6b | d4f83a047dbfe816631d59ea1115176514d9fad6 | refs/heads/master | 2021-01-10T06:21:34.592102 | 2014-07-04T10:42:52 | 2014-07-04T10:42:52 | 54,271,323 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,721 | ipp | /**
* @file oglplus/shapes/torus.ipp
* @brief Implementation of shapes::Torus
*
* @author Matus Chochlik
*
* Copyright 2010-2013 Matus Chochlik. Distributed under the Boost
* Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
names... | [
"patmenlove@gmail.com"
] | patmenlove@gmail.com |
9b6ee777c7fd8ea8e261c31c967b562405adb247 | 102be9b531fc0cad28bb1f938f1858292c0397f4 | /src/wcs/esp32/FB_TCP_Client.h | d58122e2c5be601d7b109c72a017cb36c283ec52 | [
"MIT",
"LicenseRef-scancode-other-permissive"
] | permissive | sanchirganzorig/Firebase-ESP-Client | 76b98a580d9bdfb7383a5eefdbc2037ab63863dc | 3076fc6abb70986645ebb9a0c83eac60d3319986 | refs/heads/main | 2023-09-04T15:01:59.062093 | 2021-11-23T14:55:50 | 2021-11-23T14:55:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,232 | h | /**
* Firebase TCP Client v1.1.15
*
* Created November 20, 2001
*
* The MIT License (MIT)
* Copyright (c) 2021 K. Suwatchai (Mobizt)
*
*
* Copyright (c) 2015 Markus Sattler. All rights reserved.
* This file is part of the HTTPClient for Arduino.
* Port to ESP32 by Evandro Luis Copercini (2017),
* chang... | [
"k_suwatchai@hotmail.com"
] | k_suwatchai@hotmail.com |
dbe50ea233844d6909427022f4a6291c13459390 | 7f90f00214221b7f3f4893202fb9996475a12453 | /src/chainparamsbase.h | 50cfc241ba927213acbee2bd8097e26ff2628932 | [
"MIT"
] | permissive | ezehy/adzcoin | 04f394e053a0e21fd4587f8f544539e33d58273a | a6a1e6cd144142350f7df30bdecc86c7157ef9a0 | refs/heads/master | 2020-03-28T14:34:10.892435 | 2018-10-11T12:08:45 | 2018-10-11T12:08:45 | 148,500,077 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,766 | h | // Copyright (c) 2014-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CHAINPARAMSBASE_H
#define BITCOIN_CHAINPARAMSBASE_H
#include <string>
#include <vector>
/**
* CBaseChainPa... | [
"noreply@github.com"
] | noreply@github.com |
79226c31da22687d610774ebf2864669d8211792 | 86d4e5dd50cd5eac55819f89dd29ba346724868e | /QGSS2/LINE.cpp | 45650551ddb96d527bf42032cf6ae69101f902dc | [] | no_license | ppkhang285/C-Codes | e074b1a184c975499d013e47eaceb371ee5dfa80 | 341a4e83a16a791f5fe2e4cc46c2a27107b59cfd | refs/heads/master | 2023-01-12T13:44:45.694680 | 2020-11-14T08:12:43 | 2020-11-14T08:12:43 | 294,895,942 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 647 | cpp | #include <bits/stdc++.h>
#define task "LINE"
#define REP(i,a,b) for(int i = a; i<=b;++i)
using namespace std;
typedef pair<int, int> ii;
typedef pair<int, ii> iii;
map<iii, int> m;
int n;
int main(){
freopen(task".inp","r",stdin);
freopen(task".out","w",stdout);
cin>>n;
int res = 0;
REP(i,1,n){
... | [
"ppkhang285@gmail.com"
] | ppkhang285@gmail.com |
4a500689c02b585eb9f4f6195155fcfe5f19fee4 | 43b02ae78c60d27927a93347ba6e53aa06ffe30d | /test/com/facebook/buck/android/testdata/android_project/native/xdsodce/top.cpp | 4bb6b687a216ad91827e94dc0f7daec3c40e74a7 | [
"Apache-2.0"
] | permissive | bocon13/buck | 75e7b6bb2cba9976d2f836e22a6980ae12966ff1 | bb08f203569a2527a78b6471d016479d52783f3e | refs/heads/master | 2021-01-18T08:33:02.435393 | 2017-12-20T22:23:17 | 2017-12-20T22:30:51 | 55,684,269 | 0 | 1 | Apache-2.0 | 2017-12-20T22:30:52 | 2016-04-07T10:05:28 | Java | UTF-8 | C++ | false | false | 157 | cpp | #include "top.h"
#include "mid.h"
#include "bot.h"
int unused(int) {
return 1;
}
int JNI_OnLoad(int a, int b) {
return midFromTop(a) + botFromTop(b);
} | [
"facebook-github-bot-1-bot@fb.com"
] | facebook-github-bot-1-bot@fb.com |
e5f1047c77db4f367e66180d3e4f424e5a5fe205 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /ccc/include/alibabacloud/ccc/model/GetHistoricalCampaignReportRequest.h | 169c13e7f28b5a2a3f56af3ae2d7633756929cd9 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 1,557 | h | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
7b06e9bcd2e6f4bf419847c31633ba3cf43dd8aa | b533cc85d6de35b0e6a9664dce6b31e6945531a1 | /Anaface/AnafaceUI.cpp | d892eab4a15b4fd86976d3f76c06c4e87470b62d | [] | no_license | TrecApps/AnaGame | efa90d4af51aea14fd0ecd834341193cb1c36cbc | 23b349a2f4afa64d6410e47a3c5e56c99c136d57 | refs/heads/master | 2022-08-11T17:30:07.756655 | 2021-07-03T15:55:56 | 2021-07-03T15:55:56 | 142,814,475 | 0 | 2 | null | 2021-06-23T03:10:11 | 2018-07-30T02:25:01 | C++ | UTF-8 | C++ | false | false | 24,724 | cpp |
#include "AnafaceUI.h"
/**
* Method: AnafaceUI::GetType
* Purpose: Returns a String Representation of the object type
* Parameters: void
* Returns: TString - representation of the object type
*/
TString AnafaceUI::GetType()
{
return TString(L"AnafaceUI;") + TControl::GetType();
}
/*
* Method: AnaFaceUI::Anafa... | [
"jljacko@outlook.com"
] | jljacko@outlook.com |
e475bbfbf202d5c5ecf5e5cb1baff149918715d8 | 0057005bb64e68fe58c5ca0e40e7112bd23badef | /Sim_path_tracking/src/main_lane.cpp | 81c4d95530a8fcfa79b53d495d3e466d57e09f18 | [] | no_license | jiohLee/selfcar_2020_ws | e4b3c68d16c978499dc2ec55800384ddb94d0663 | 0cb2044edb20d65b72f7560a2c6d22d51b95640d | refs/heads/master | 2023-03-06T16:02:19.431646 | 2021-02-23T04:45:27 | 2021-02-23T04:45:27 | 341,431,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,834 | cpp | #include "Sim_path_tracking_only_lane.cpp"
#include <ros/ros.h>
#include <sensor_msgs/PointCloud.h>
#include <nav_msgs/Odometry.h>
#include <nav_msgs/Path.h>
#include <tf/transform_broadcaster.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <sstream>
#include <stdlib.h>
#include <stdio.h>
using n... | [
"jiosiro@gmail.com"
] | jiosiro@gmail.com |
4750b2a93535c73f39ec57e02c7e6f4b28b42f7a | dda0ba3c3a78cb4f8aae81de498a4cf511bce2eb | /WannaTry/EZCrypt/EZHybrid.h | 61e33f08c64d2c713161b04b3c9c57dbc100f4ae | [] | no_license | symanli/MP21930_Example | d26e4f70239ad440f67c77e22e43f832282bbe12 | 947e52117b76c9544fa6ca09a5e16d8bba46b06d | refs/heads/master | 2023-03-15T11:46:05.322067 | 2020-02-14T13:25:26 | 2020-02-14T13:25:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 621 | h | #pragma once
#include "EZRSA.h"
#include "EZAES.h"
#define EZH_SRCBUFFERSIZE 0x10000
#define EZH_IOBUFFERSIZE 0x100000
#define EZH_SUFFIX_CIPHER _T(".WNCRY")
#define EZH_SUFFIX_TEMP _T(".WNCRYT")
#define EZH_MAGIC "WANACRY!"
#define EZH_ENCRYPT 4
class EZHybrid
{
PEZRSA m_pEncRSA;
PEZRSA m_pDecRSA;
PUCHAR m_InB... | [
"49492695+jtlai0921@users.noreply.github.com"
] | 49492695+jtlai0921@users.noreply.github.com |
427bf154b46ad1f04a600eafa4e04db5adf0e2a5 | 00ba6a9f14906a73fe1921c17c39f541492783a8 | /yblib/include/ybSD_Semi.hh | 70119c5f93fd0915a6a628c5af60d2daaee0c93a | [] | no_license | yiyuqianyuan/geant4 | f2fa81ce7f332962c24abe31ab07fef2e6b7e9ae | d10d3d1d02ca760826fb0f1c4d26958c58416764 | refs/heads/master | 2021-01-21T06:39:36.369234 | 2017-02-27T06:45:41 | 2017-02-27T06:45:41 | 83,268,081 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,436 | hh | #ifndef ybSD_Semi_H
#define ybSD_Semi_H 1
//===================C++==================//
#include <stdio.h>
#include <cmath>
//=================GEANT4=================//
#include "globals.hh"
#include "G4EventManager.hh"
#include "G4VSensitiveDetector.hh"
#include "G4HCofThisEvent.hh"
#include "G4SystemOfUnits.hh"
#inclu... | [
"yb@hep.pku.edu.cn"
] | yb@hep.pku.edu.cn |
8c93bfa2b338fc0b4a04453c799ee106beb456c1 | 613a0d6d32522f8b5118fb7cfcd8a541bdc32db0 | /BinaryToDecimal/arrayStackType.h | 46a76a8a422b73c92a7315bc4270708a88bcaec5 | [] | no_license | UpToEleven1102/BinaryToDecimal | 1f51745cc1037f0bc344b9c6c3906e3d1e8b45c1 | 8f44024d483b1745cb3340cab124f06f745b891c | refs/heads/master | 2021-07-14T14:11:00.676183 | 2017-10-18T14:59:18 | 2017-10-18T14:59:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,220 | h | #pragma once
#ifndef H_StackType
#define H_StackType
#include <iostream>
#include <cassert>
using namespace std;
const int MAX_STACK_SIZE = 10;
template <class Type>
class arrayStackType : public StackADT<Type> {
public:
//constructor
arrayStackType();
arrayStackType(const arrayStackType<Type>& otherStack);
~ar... | [
"quyhuyen.vu@hotmail.com"
] | quyhuyen.vu@hotmail.com |
f275479380ee01222f6497825fd19f142133953b | 6247adecabef0b770697716900ebb0b2b4468a98 | /src/jnc_ct/jnc_ct_TypeMgr/jnc_ct_ArrayType.cpp | 649f425fcc5f09e20cf1efc939db11dec3222c58 | [
"MIT"
] | permissive | Watch-Later/jancy | d6dbdcb2d8c8abeed95b25df8e9a7048fc27ea53 | df693ef8072aeb4280d771a7d146041978ffce1f | refs/heads/master | 2023-08-16T04:00:49.345491 | 2021-10-19T02:24:39 | 2021-10-19T06:40:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,586 | cpp | //..............................................................................
//
// This file is part of the Jancy toolkit.
//
// Jancy is distributed under the MIT license.
// For details see accompanying license.txt file,
// the public copy of which is also available at:
// http://tibbo.com/downloads/archive/... | [
"vovkos@gmail.com"
] | vovkos@gmail.com |
f34828d1d358fc042975632ab33905ece6b3f000 | e7f77b94ffcd3b5476f04ba012bcc68f0cd29191 | /Result.h | 191dd2523e1cc936af3107c2c2c5dfbad11e5c00 | [] | no_license | RathanakSreang/APongGame | a475dcd54419a9a2f69316b612e8b965d992007a | 7295c45edcd48745a99cc3b399109be9c738c464 | refs/heads/master | 2021-01-23T05:04:13.455768 | 2017-03-27T00:01:37 | 2017-03-27T00:01:37 | 86,273,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,511 | h | #ifndef RESULT_H
#define RESULT_H
#include"Money.h"
class Result
{
private:
int Num1[15];
bool all;
bool take,Ret,win;
int sce;
int ReX,ReY;
int first;
int RexFin,ReyFin;
bool skipdo;
//int over;
public:
void SetSce(int c){s... | [
"sreangrathanak@yahoo.com"
] | sreangrathanak@yahoo.com |
3eb8ccf87075f3e564c8b4aa26fe8559ea9fb92d | cfa955080fae0b3b8674ae339fbec99a9cd0fc6d | /week-4/day-3/MyApp/MyApp_Lib/Apple.h | d327a47b13c6f736da37f931b342bd6672acc9f3 | [] | no_license | green-fox-academy/Csano97 | bfd77f3adb85a584537a54ad0242bee658c7b381 | 09abc43750c4029b1492a9727f186fb51863f815 | refs/heads/master | 2020-06-09T23:31:01.583756 | 2019-09-19T12:29:56 | 2019-09-19T12:29:56 | 193,527,586 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 201 | h | #ifndef APPLES_APPLE_H
#define APPLES_APPLE_H
#include <string>
#include <vector>
class Apples
{
public:
std::string getApple();
int sum(std::vector<int> apples);
};
#endif //APPLES_APPLE_H
| [
"csano.kornel@gmail.com"
] | csano.kornel@gmail.com |
fa0c216f5b77980ba0d28dab4e77e564a60c32fe | f0568a303cb42ab03a52aca5d3962e449dd3790f | /Week06/task1.cpp | 83ce12d851192857040a26411d9f2bb6d3d4e4b4 | [] | no_license | kiretooo/Up-2016-2017 | 4b7596ef418445e855bd42a04097101afccf96ba | 7c9f868945b56c7726a35f41604a8a2ea779729d | refs/heads/master | 2021-01-12T15:27:03.188170 | 2017-03-19T20:47:07 | 2017-03-19T20:47:07 | 71,786,849 | 0 | 0 | null | 2016-10-25T17:50:50 | 2016-10-24T12:32:14 | null | UTF-8 | C++ | false | false | 534 | cpp | // task1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
int n;
char a, b;
cout << "n = ";
cin >> n;
cout << "a = ";
cin >> a;
cout << "b = ";
cin >> b;
int counterA, counterB;
cout << "\nResult: " << endl;
for (int i =... | [
"kirilmironov@abv.bg"
] | kirilmironov@abv.bg |
0dcab7871ee38f5f0fcd54d0acd87aeee93b2819 | 78386ccc57f2f7408a468b830f22133232f22b19 | /sources/world/physics/physics_static_rigid_body_component.h | 81bca9c3166fbe77c3ba544210ce166ef8bc47ef | [
"MIT"
] | permissive | suVrik/hooker.galore | 298a438398fa2aa96536390dbf94ac6c4e8a4c4a | 616e2692d7afab24b70bfb6aa14ad780eb7c451d | refs/heads/master | 2021-06-11T19:09:57.369637 | 2021-06-05T13:46:13 | 2021-06-05T13:46:13 | 190,454,769 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 209 | h | #pragma once
namespace hg {
/** `PhysicsStaticRigidBodyComponent` marks entity as static rigid body. */
class PhysicsStaticRigidBodyComponent final {
private:
bool m_dummy = false;
};
} // namespace hg
| [
"suvri4@gmail.com"
] | suvri4@gmail.com |
8070a83c458c66c19412aeca6366ef91574fd23f | b12a2a973090ca6a034ebbf5aed8e574caecaaed | /src/Text.cpp | 586d288fab1c0adf53fbca7a5df9d8e08b1bef4b | [
"MIT"
] | permissive | fluffels/crispy-carnival | a5d2a73b1da490ec97e30cf22fc63def24cf2fe1 | 13f4200e3558f6aeaa6d234863c2816eaf7e6c2d | refs/heads/master | 2022-12-15T23:04:51.300298 | 2020-09-14T16:02:56 | 2020-09-14T16:02:56 | 266,358,460 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,090 | cpp | #pragma warning(disable: 4267)
#include "Mesh.h"
#include "Text.h"
#include "stb_easy_font.h"
const float SIZE_X = 0;
const float SIZE_Y = 0;
const uint32_t VERTICES_PER_QUAD = 4;
static VulkanPipeline pipeline;
static Mesh mesh;
void createIndexBuffer(
Vulkan& vk,
Mesh& mesh
) {
uint32_t data[6];
... | [
"jcwkroeze@pm.me"
] | jcwkroeze@pm.me |
5c539c916977c5cc887795d489e45bb521f1e03e | bce031e32e68970ff72debd120900221bdd734f8 | /chap6-dfs1/c6-p2-aKnightJourney.cpp | 1bf2fb301ff93796cd151fda1f89363c4b21c194 | [] | no_license | chrisdenado/suanfa-jichu | a999b1b6eb471cde998e6a907aa8f6bbec0b0c03 | 51b0d862fdf7a55c151d7c1e83c621a68615f5cc | refs/heads/master | 2020-04-07T08:24:38.952600 | 2018-12-27T09:53:40 | 2018-12-27T09:53:40 | 158,212,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,676 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
//POJ2488: A Knight's Journey
struct chass
{
int x, y;
chass() {}
chass(int xx, int yy):x(xx), y(yy) {}
};
bool dfs(int cur_id, int x, int y, int p, int q, vector<chass> &path, vector<vector<int>> &visited)
{
if(cur_id == p*q)... | [
"18792658993@163.com"
] | 18792658993@163.com |
74e9a5972e7beb2e47a9351a245702914bf30364 | 54a324e0d956fcbabf12f5aea6c5b051592a310c | /Ved/Ved.cpp | 8d56acf8ed7c7ab178e3e5e17d36646f432b4c49 | [] | no_license | gmestanley/Ved | 3e5090e4c81fdca982fd71d912e62f35e1b21095 | d085ff3284cba4a6ed7af9bdf2ace7ac794cdb17 | refs/heads/master | 2023-02-19T09:33:30.793799 | 2021-01-06T23:09:26 | 2021-01-06T23:09:26 | 327,448,366 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,809 | cpp | // Ved.cpp : Defines the entry point for the application.
//
#include "framework.h"
#include "Ved.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
WCHAR szTitle[MAX_LOADSTRING]; // The title bar text
WCHAR szWindowClass[MAX_LOADST... | [
"agsproductionsnew@outlook.com"
] | agsproductionsnew@outlook.com |
c3774ac59e254244bb3ec6cb6a90f2ad62d3895c | 36e5c06883c0288dc48e3978ca9deaf6d6a9bffc | /src/cmdline/Error.cpp | 6696f7bf7be8fd3148478186dcb695d13ee970dc | [
"MIT"
] | permissive | cwbaker/forge | 46271bc05311ce64b09e2c6e2311f51a124761c2 | 18b7ec97769354b28189d390474bd22473537f49 | refs/heads/main | 2022-11-19T17:13:46.367043 | 2022-11-11T07:23:23 | 2022-11-11T07:23:23 | 3,674,381 | 14 | 2 | MIT | 2022-09-07T04:20:33 | 2012-03-09T20:16:16 | C++ | UTF-8 | C++ | false | false | 302 | cpp | //
// Error.cpp
// Copyright (c) Charles Baker. All rights reserved.
//
#include "Error.hpp"
using namespace sweet::cmdline;
/**
// Constructor.
//
// @param error
// The number that uniquely identifies this Error.
*/
Error::Error( int error )
: sweet::error::Error( error )
{
}
| [
"charles.baker@sweetsoftware.co.nz"
] | charles.baker@sweetsoftware.co.nz |
f65cac9f94189e05d22def7579c11cf06f126bab | d002ed401cba924074e021d22347b84334a02b0f | /export/windows/obj/src/openfl/errors/RangeError.cpp | 5db377e4c8505248c258a7e6028d6a951b9995d6 | [] | no_license | IADenner/LD47 | 63f6beda87424ba7e0e129848ee190c1eb1da54d | 340856f1d77983da0e7f331b467609c45587f5d1 | refs/heads/master | 2022-12-29T13:01:46.789276 | 2020-10-05T22:04:42 | 2020-10-05T22:04:42 | 301,550,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 3,063 | cpp | // Generated by Haxe 4.1.2
#include <hxcpp.h>
#ifndef INCLUDED_openfl_errors_Error
#include <openfl/errors/Error.h>
#endif
#ifndef INCLUDED_openfl_errors_RangeError
#include <openfl/errors/RangeError.h>
#endif
HX_DEFINE_STACK_FRAME(_hx_pos_bc09bde916c21592_11_new,"openfl.errors.RangeError","new",0xae8f9562,"openfl.er... | [
"theiadstudios@gmail.com"
] | theiadstudios@gmail.com |
aa6658a8c55d049aa5669bfc15672b884b3b8699 | 53127ee1473d4cb2d2f8c77bb0394e9ff71e3c5a | /Classes/Scene/GameMain/PlayStage1.cpp | 376a5d495ef85d495e84b5123bad28ede30fe979 | [] | no_license | nanathia/ElementalMaster_luna | 984450de966955f2859b8013ddb00b2e74c784d5 | 0fdbe2b805533848df6c1f75368af0174e260dbf | refs/heads/master | 2016-08-04T15:43:53.129880 | 2014-08-27T05:07:01 | 2014-08-27T05:07:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 985 | cpp | #include "PlayStage1.h"
#include "PlayStage1State.h"
#include "GameMain.h"
#include "TextureManager.h"
namespace stage1{
PlayStage1::PlayStage1(GameMain* user):
PlayStateChild(user),
m_state(0),
m_bgSprite(0){
m_state = new State(this);
cocos2d::Size winSize = cocos2d::Director::ge... | [
"tpmk95217@gmail.com"
] | tpmk95217@gmail.com |
f981100fd33e871a81220914f786790c326c3b8f | 827405b8f9a56632db9f78ea6709efb137738b9d | /CodingWebsites/LeetCode/CPP/Volume5/438.cpp | 3c40e36e7276ef1a71409a1b544632b344a96d11 | [] | no_license | MingzhenY/code-warehouse | 2ae037a671f952201cf9ca13992e58718d11a704 | d87f0baa6529f76e41a448b8056e1f7ca0ab3fe7 | refs/heads/master | 2020-03-17T14:59:30.425939 | 2019-02-10T17:12:36 | 2019-02-10T17:12:36 | 133,694,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,599 | cpp | #include <cstdlib>
#include <cstdio>
#include <iostream>
#include <queue>
#include <algorithm>
#include <vector>
#include <cstring>
#include <list>
#include <cmath>
#include <map>
#include <set>
#include <stack>
using namespace std;
class Solution {
int NS,NP;
int KP,KPP;
map<char,int> CountS;
map<char... | [
"mingzhenyan@yahoo.com"
] | mingzhenyan@yahoo.com |
83aabaea46db19f9424b121262e92fb774ce778d | e3e1892aa9824dccb9b09cc7861d5a4d2f4da0be | /P1a/List.h | f5366ba1322b513237cf7b90671a5a885d91f22d | [] | no_license | exp111/ADHS | 29880aff9712fed955fdc0dadeb64bd64f415479 | 54e704cebd384babdabd679ba9f02507d48fc1f1 | refs/heads/master | 2020-03-09T11:58:59.152624 | 2018-07-18T18:08:30 | 2018-07-18T18:08:30 | 128,774,393 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,975 | h | #ifndef _LIST_H
#define _LIST_H
#include "Node.h"
#include <string>
#include <iostream>
class List
{
/*
Die Klasse List dient zur Verwaltung von Knoten (Node). Mit Hilfe der Klasse List
kann ein Stapel oder Warteschlange realisiert werden.
*/
private:
struct form { std::string start = "<< "; std::string zwischen ... | [
"theexp111@gmail.com"
] | theexp111@gmail.com |
1493d2f582facf9f70062aedea7cb500acd4d575 | e8661c02f83efeba2023c7aad9cdc48131d54f24 | /At Stumholmen/libraries/SdFat-master/examples/dataLogger/dataLogger.ino | bf61faa82e2452a5c832a95c52a289f883a34b57 | [] | no_license | simonpoulding/ERIKS_brain | 00b7c446516deb24a1bd59122ece3805e3d31d7e | e885a4cc130ba3997c95bc1e3432dd8029b35176 | refs/heads/master | 2020-12-30T15:54:33.579193 | 2017-05-13T15:18:43 | 2017-05-13T15:18:43 | 91,182,896 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,935 | ino | /*
* Simple data logger.
*/
#include <SPI.h>
#include <SdFat.h>
// SD chip select pin.
const uint8_t chipSelect = 5;
// Interval between data records in milliseconds.
// The interval must be greater than the maximum SD write latency plus the
// time to acquire and write data to the SD to avoid overrun errors.
// ... | [
"simon.poulding@gmail.com"
] | simon.poulding@gmail.com |
1badf9323b6c4028cc2097a393fcbb262e64241c | 248c3b2ff56dce06feb554f1e851e6c785918dba | /include/syntax/Token.h | ff3d70bea57bf9584f2c20befe31d363bddd51ba | [] | no_license | CASC-Lang/CAScript-Native | d6a44e334c29c767277cae83e05daa64dcce8285 | 299c759521e2d58bac0c0c421f7a95df19435b6b | refs/heads/main | 2023-07-18T08:25:39.759110 | 2021-08-22T05:10:01 | 2021-08-22T05:10:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 996 | h | //
// Created by ChAoS-UnItY on 8/10/2021.
//
#ifndef COLLAGE_CPP_TOKEN_H
#define COLLAGE_CPP_TOKEN_H
#include <utility>
#include <iterator>
#include <iostream>
#include <magic_enum.hpp>
#include "TokenType.h"
#include "SyntaxNode.h"
namespace cascript::syntax {
struct Token : public SyntaxNode {
Token... | [
"43753315+KyleLin921021@users.noreply.github.com"
] | 43753315+KyleLin921021@users.noreply.github.com |
6beee2ab41243c4e3556d0b70f673cb7f234c5cc | 8b7fdf5100ebd616eb5ac9f2b14d1c8d6c4c0d8e | /frameworks/core/components/test/unittest/flex/render_magic_layout_test.cpp | 0fe98116eb639a9ce33ec73f0d6068d5708d6e17 | [
"Apache-2.0"
] | permissive | openharmony-sig-ci/ace_ace_engine | 13f2728bce323b67ac94a34d2e9c0a941227c402 | 05ebe2d6d2674777f5dc64fd735088dcf1a42cd9 | refs/heads/master | 2023-07-25T02:26:10.854405 | 2021-09-10T01:48:59 | 2021-09-10T01:48:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,902 | cpp | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"mamingshuai1@huawei.com"
] | mamingshuai1@huawei.com |
b3396c32290fbad69442b1969398b7a1f890e99c | 713f1df3ae1c1823127d3005996a69331baa0aa9 | /UnrealPyEmbed/Source/UnrealPyEmbed_Python/Public/IUnrealPyEmbed_PythonModule.h | 8259186dba4c15bfe97f58b40311f474640d370d | [
"MIT"
] | permissive | nzavagli/UnrealPy | 4fca710fb3a149bfe49f0d23e47ea2de6d4f49e7 | 5cc10fb49c2809ed76b34474e2a00c411e4617d1 | refs/heads/master | 2021-01-17T22:29:30.708990 | 2015-12-01T07:24:25 | 2015-12-01T07:24:25 | 47,168,375 | 0 | 0 | null | 2015-12-01T05:44:51 | 2015-12-01T05:44:51 | null | UTF-8 | C++ | false | false | 390 | h |
#pragma once
#include "ModuleManager.h"
class IUnrealPyEmbed_PythonModule : public IModuleInterface
{
public:
static inline IUnrealPyEmbed_PythonModule& Get()
{
return FModuleManager::LoadModuleChecked< IUnrealPyEmbed_PythonModule >( "UnrealPyEmbed_Python" );
}
static inline bool IsAvailable()
{
return F... | [
"tobias@mollstam.com"
] | tobias@mollstam.com |
b1ed78cea98353dfe49d14c821ee59cfc12d7ccc | 4dc3536eedd35ce7fdfe5c60a37bb75b53a219d4 | /lib/ntldd.cpp | ccd541da30c7756b102d14fb5603927d0caf9d15 | [] | no_license | rtzbyte/c-utils | 352e5503148684d7613f1c50ea4571bb2be232ca | 7eb40f88dd51dd798e2742e5556a9dfb3f7a5fa4 | refs/heads/master | 2022-12-03T20:43:13.739653 | 2020-08-24T23:30:18 | 2020-08-24T23:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | cpp | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
//---------------------------------------------------------------------------
WINAPI
WinMain(HINSTANCE, HINSTANCE, LPSTR, int) {
try {
Application->Initialize();
Application->Title = "ntldd";
Ap... | [
"roman.l.senn@gmail.com"
] | roman.l.senn@gmail.com |
18a5ed02587f6c98b11dd10f5ca4c4510375d1d3 | 3438e8c139a5833836a91140af412311aebf9e86 | /components/autofill/core/browser/autofill_manager_unittest.cc | 76d8e853b03fa5c0d503e64c92e5c92c15e9802d | [
"BSD-3-Clause"
] | permissive | Exstream-OpenSource/Chromium | 345b4336b2fbc1d5609ac5a67dbf361812b84f54 | 718ca933938a85c6d5548c5fad97ea7ca1128751 | refs/heads/master | 2022-12-21T20:07:40.786370 | 2016-10-18T04:53:43 | 2016-10-18T04:53:43 | 71,210,435 | 0 | 2 | BSD-3-Clause | 2022-12-18T12:14:22 | 2016-10-18T04:58:13 | null | UTF-8 | C++ | false | false | 212,223 | cc | // Copyright 2013 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/autofill/core/browser/autofill_manager.h"
#include <stddef.h>
#include <algorithm>
#include <memory>
#include <vector>
#include "b... | [
"support@opentext.com"
] | support@opentext.com |
a7c843aad9a46f17332583b5011e1e6cac950e07 | d842ad4b772bc9856f065ee38568aa1a6cd87890 | /CPP_thread.cpp | 042f81f0b3d82bf533d612f1943c66bae686eb0f | [] | no_license | skc7/Data-Structures | eaa2c59f04e1607623276f787d65778b4aab8a61 | 03e117526bbfb2908f25ba5a0a987647c8c07642 | refs/heads/master | 2021-05-01T21:53:05.079592 | 2019-08-02T09:38:53 | 2019-08-02T09:38:53 | 120,981,049 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 180 | cpp | #include <iostream>
#include <thread>
using namespace std;
void tfun(int value){
cout << "\nInside thread\n";
}
int main(){
thread t1(tfun, 1);
t1.join();
return 0;
}
| [
"skc7893@hotmail.com"
] | skc7893@hotmail.com |
b0491c781e553f36c8ce0c29065aa01c98692cd6 | 043160352216a7fc21be4c8a44507e00f523bf80 | /src/libzerocoin/CoinSpend.h | accf6888b5b277632df8bd372bd01f1ae44111a4 | [
"MIT"
] | permissive | odinyblockchain/odinycoin | 5ef2a1bca374230882c91e8c6717bbb8faf889ad | 183751aac9357455913f1d8a415b1dcb04225ee0 | refs/heads/master | 2022-12-18T14:14:02.535216 | 2020-09-20T22:05:14 | 2020-09-20T22:05:14 | 295,208,711 | 0 | 2 | MIT | 2020-09-18T10:33:17 | 2020-09-13T18:06:52 | C++ | UTF-8 | C++ | false | false | 6,465 | h | /**
* @file CoinSpend.h
*
* @brief CoinSpend class for the Zerocoin library.
*
* @author Ian Miers, Christina Garman and Matthew Green
* @date June 2013
*
* @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green
* @license This project is released under the MIT license... | [
"71228635+odinyblockchain@users.noreply.github.com"
] | 71228635+odinyblockchain@users.noreply.github.com |
6812194e87143597d30173609b6793e67bcf2293 | 45a4b38f5805957879ba8c8750750741556989a2 | /02_12_01_找和为特定值的两个数/02_12_01_找和为特定值的两个数.cpp | b49232f3bb8a473468c0a67e40aebf708f09fd2a | [] | no_license | keke2014/BeautyOfCoding | b96b1e47e4e1065df89594dc529879674b24bbe7 | 7ba680ca4d632c3130c02d9d8eef6e555668ce98 | refs/heads/master | 2022-12-14T04:29:31.404673 | 2020-08-30T12:27:42 | 2020-08-30T12:27:42 | 291,465,531 | 0 | 0 | null | 2020-08-30T12:24:26 | 2020-08-30T12:24:25 | null | GB18030 | C++ | false | false | 1,033 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <climits>
#include <cassert>
#include <>
//解法1:暴力遍历 O(N^2)
//解法2:先排序,然后对于每一个数arr[i],进行二分查找sum-arr[i]在数组中吗
std::vector<int> GetTwoNumOfSum2(std::vector<int> & arr, int aim)
{
std::sort(arr.begin(), arr.end());
for (size_t i = 0; ... | [
"954222619@qq.com"
] | 954222619@qq.com |
135aa13a247b8c40f07293d650e4aa92477602d5 | e8c371da76a332c735eb27023eedd968481274d8 | /process/old/ProcessLD.h | e9cf4b0f9cc379164f932e1a0a3169a62a2fbb47 | [] | no_license | RitchieLab/PLATO | 74001472ab53fc0f3e5bea3fe77f6d6772471c55 | 5f718945498f7e926ce95919a3bbeb82e0e54700 | refs/heads/master | 2021-06-15T01:28:08.849694 | 2018-07-20T21:25:28 | 2018-07-20T21:25:28 | 90,042,326 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 324 | h | #ifndef PROCESSLD_H
#define PROCESSLD_H
#include "Process.h"
class ProcessLD : public ProcessImpl<ProcessLD>{
private:
static const std::string stepname;
public:
ProcessLD(){name="LD calculations";}
virtual ~ProcessLD(){}
protected:
virtual void PrintSummary();
virtual void process(Methods::DataSet*);
};
#en... | [
"jrw32@dce.psu.edu@9e62ecf6-770d-0410-a9d7-e62a33e3d092"
] | jrw32@dce.psu.edu@9e62ecf6-770d-0410-a9d7-e62a33e3d092 |
9ede2fe8869ba73c1ed590080d6320597ecb0092 | 00597c0e7206577be331ec062a9b97573daa0fc2 | /io.cxx | 2e0f3086acfaa5d2d7006ed2673f21d154f0a04d | [] | no_license | whigg/asicp | c5d7698537f2235c60c9a705adb8ff0c50b21e01 | 2a40cadbb1c1859f4107da115633b969bb20ab87 | refs/heads/master | 2020-12-15T14:01:17.941095 | 2019-07-30T05:31:38 | 2019-07-30T05:38:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 231 | cxx | #include "io.h"
#include <iostream>
#include <fstream>
void read_ply_points(char *filename)
{
std::ofstream fp;
fp.open(filename, std::ios::in);
if(fp.is_open()) {
}
}
void write_points(char *filename, char *data)
{
}
| [
"cstew2@uwo.ca"
] | cstew2@uwo.ca |
7be04fef51f8e345f21ad6655189884297d2fa2d | 3ffccabeefafed0b7df9ccf6f3575dc4e952cbec | /513.find-bottom-left-tree-value.cpp | 51dc2ab7806bf994706e6771519d759a65a34841 | [] | no_license | tickscn/leetcode | 8f02dcf1d0a41d69735debd24e3f73a8bd362411 | 242c4e75a5598f1eed574393f0e344677c4ec24a | refs/heads/master | 2021-07-12T18:45:24.988368 | 2020-07-24T09:58:26 | 2020-07-24T09:58:26 | 184,757,828 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 596 | cpp | /*
* @lc app=leetcode id=513 lang=cpp
*
* [513] Find Bottom Left Tree Value
*/
// @lc code=start
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution
{
publi... | [
"xiehuiwu1996@gmail.com"
] | xiehuiwu1996@gmail.com |
cc816f745457521e399e19e380f2b20550a1254a | 0b6d41311fd4800fdefa9c60e4b4f0287d06605e | /gradestest/grades.cpp | a805f9b66f151c77b2bf51f4cc0b2c31abdc9c78 | [] | no_license | zackcd/C-C-Code | a1eaff3fb534f30b6045cd1907bb160f103c17e0 | 8edf04a2e541a11ad7c2762927aabeef77115c64 | refs/heads/master | 2020-12-21T22:00:24.761091 | 2020-01-29T18:03:37 | 2020-01-29T18:03:37 | 236,576,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,595 | cpp | // Name: Zack Downing
// USC NetID: zdowning
// CSCI 455 PA5
// Spring 2018
/*
* grades.cpp
* A program to test the Table class.
* How to run it:
* grades [hashSize]
*
* the optional argument hashSize is the size of hash table to use.
* if it's not given, the program uses default size (Table::HASH_SIZE)
... | [
"noreply@github.com"
] | noreply@github.com |
c9bfc96c40c47a6b8c33fcbb523be199010431ec | 350bef364f4852ae428e6e7e6b0e2ed1b31e1bfd | /codes_book_onlinegameserver/NetLib/VBuffer.cpp | 796f0d58d194635394121f57cb541a1cc76ab5a8 | [
"MIT"
] | permissive | true-bear/cpp_server_study_projects_Pub | 224e9b1c11dcb2345ae080835abd369d2ada564e | 070802570442e6ad91b7dc17f6d3685330de9eed | refs/heads/master | 2020-05-03T12:40:29.924827 | 2019-03-30T09:38:01 | 2019-03-30T09:38:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,787 | cpp | #include "Precompile.h"
#include "VBuffer.h"
#include "CommonDef.h"
IMPLEMENT_SINGLETON( VBuffer );
VBuffer::VBuffer( int nMaxBufSize )
{
m_pszVBuffer = new char[ nMaxBufSize ];
m_nMaxBufSize = nMaxBufSize;
Init();
}
VBuffer::~VBuffer(void)
{
if( NULL != m_pszVBuffer )
delete [] m_pszVBuffer;
... | [
"jacking75@gmail.com"
] | jacking75@gmail.com |
30ff155d420e2c7d4a4d8b985af75f95d32f6aaa | c424c6bece141f0b4dc1eae6dcb6bdd167c89a29 | /src/ctrl/CFlush.cpp | 3b8bb578e80de4e1dc47027c81f703af50e954b4 | [] | no_license | ta-martins/Intideas | c904598bc93a27aecca4fb74e1f40e9d48314e1b | 1ffdf63589622df5dbef1b084d8a10ac14086c85 | refs/heads/master | 2020-05-07T11:32:51.709714 | 2019-04-09T23:56:58 | 2019-04-09T23:56:58 | 180,466,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,728 | cpp | #include "CFlush.h"
const unsigned int CFlush::THREAD_CONCURRENCY = std::thread::hardware_concurrency();
std::mutex CFlush::gm;
HANDLE CFlush::hConsole_c;
int CFlush::rows = 0;
int CFlush::columns = 0;
CONSOLE_SCREEN_BUFFER_INFO CFlush::csbi;
std::vector<std::string> CFlush::str_split(const std::string &str, char c... | [
"prime@DESKTOP-VEQ67I6"
] | prime@DESKTOP-VEQ67I6 |
5ad212847d109ec354beae5a7f27d540f71a1131 | fb538fc02eab8b18beb8784de5041f197947588e | /chrome/browser/memory/memory_pressure_monitor_utils.h | 4a5d8bb9421112831f34f483f185a3a00e41cd08 | [
"BSD-3-Clause"
] | permissive | HAN767/chromium-1 | 5229fcbcdfda7744d7487a30af3a6e0331569ef3 | a324a8ecb713980e5ac75af28f5680fd1ff635a8 | refs/heads/master | 2022-09-09T04:31:52.560824 | 2019-03-12T15:36:30 | 2019-03-12T15:36:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,364 | h | // Copyright 2019 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_MEMORY_MEMORY_PRESSURE_MONITOR_UTILS_H_
#define CHROME_BROWSER_MEMORY_MEMORY_PRESSURE_MONITOR_UTILS_H_
#include <deque>
#include <... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b106cbe09a6bd6aeebc99a3f94fe30a39022342a | af396dd6e9d8087ad5f6b411730aae234f448b23 | /base/event/eventtimeout.h | 8fc5bb39f02377951a163047c148dc2d2cc13340 | [] | no_license | ijaychen/jengine | bc90763b6d81472150eb5baa135e60c971f3aa26 | 11ad34c0494b6d23ab067b7edc48af85a93b8d68 | refs/heads/master | 2021-01-10T09:41:52.418984 | 2015-10-26T03:58:48 | 2015-10-26T03:58:48 | 44,941,600 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 834 | h | #ifndef BASE_EVENT_EVENTTIMEOUT_H
#define BASE_EVENT_EVENTTIMEOUT_H
#include "../object.h"
namespace base
{
namespace event
{
class Dispatcher;
// 定时器事件
class EventTimeout : public Object
{
public:
// 构造函数
// delay 延时(ms)
EventTimeou... | [
"jason@localhost.localdomain"
] | jason@localhost.localdomain |
af10e110fd240799b466923c838caaf3df64c210 | 5b41e312db8aeb5532ba59498c93e2ec1dccd4ff | /Tools/Simulator/Simulator/CProgressBarViewForm.cpp | 12d5581d96837a7362f4912e239c74c6650b6cfb | [] | no_license | frankilfrancis/KPO_HMI_vs17 | 10d96c6cb4aebffb83254e6ca38fe6d1033eba79 | de49aa55eccd8a7abc165f6057088a28426a1ceb | refs/heads/master | 2020-04-15T16:40:14.366351 | 2019-11-14T15:33:25 | 2019-11-14T15:33:25 | 164,845,188 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,459 | cpp | #include "StdAfx.h"
#include "CProgressBarViewForm.h"
#include "CLogWriterWrapper.h"
using namespace simulator;
void CProgressBarViewForm::setAfterInfoView()
{
labPreCendDesc->Visible = false;
labPerCentView->Visible = false;
//Cancel Button ausblenden
butCancel->Visible = false;
label1->Text=" ";
/* panCanc... | [
"52784069+FrankilPacha@users.noreply.github.com"
] | 52784069+FrankilPacha@users.noreply.github.com |
8aad1aa8d78479029c67e1031e4c10a10d82c6be | 0d3ae5ec1a69995fd21b45cd971874f86c08cf5e | /src/governance-validators.h | f6582aabe6bad30e02ffaf8f876b01d8355b34fc | [
"MIT"
] | permissive | jamesdwilson/emrals | 685ee06794cfeebfc5e568c51ab0e61e0790685d | 06c18f8291c3502d9950d582d4e05b865143ec1d | refs/heads/master | 2020-04-19T15:37:57.272118 | 2018-10-15T00:44:20 | 2018-10-15T00:44:20 | 168,279,961 | 0 | 1 | MIT | 2019-01-30T04:36:00 | 2019-01-30T04:36:00 | null | UTF-8 | C++ | false | false | 1,330 | h | // Copyright (c) 2014-2017 The Emrals Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef GOVERNANCE_VALIDATORS_H
#define GOVERNANCE_VALIDATORS_H
#include <string>
#include <univalue.h>
class CProposal... | [
"TaylorFrazier@gmail.com"
] | TaylorFrazier@gmail.com |
57d22ae82f061e09793321a02a961f0a9114268d | 2a440aea43b5b880fd433f58098ac3bbc66fcfec | /cloudesl/src/model/DeleteItemBySkuIdResult.cc | 0e2b631d0092c6e3fe05b47a60e54e1de91a99d7 | [
"Apache-2.0"
] | permissive | longkai1028/aliyun-openapi-cpp-sdk | 30d6553e508c6a38d190557487972553a6ae64d5 | 97286a49ca7ae8754984f6b8abce1a8e6f48117c | refs/heads/master | 2023-04-04T00:13:25.713899 | 2021-04-13T02:28:45 | 2021-04-13T02:28:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,711 | cc | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
d78354cfa17e92af06574bec9fca6f0104912cf5 | 9d3950b80a90487398ee59208ac5164b85610517 | /Cpp/Path_Sum.cpp | 7cdb27849099a2fd293ede362f4c35ed186747a2 | [] | no_license | chenleo/Leetcode | 075b3ff03dfeff702e93b86e9f9a31380ad88cb6 | da631abbbdb96355e553084137260bb158f8eb27 | refs/heads/master | 2016-09-06T14:46:28.155544 | 2013-12-31T23:18:58 | 2013-12-31T23:18:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 689 | cpp | /**
* Definition for binary tree
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
bool hasPathSum(TreeNode *root, int sum) {
// Start typing your C/C++ solution below
//... | [
"maverickcc@gmail.com"
] | maverickcc@gmail.com |
4909bdefd692f355baf458fd25528b45c5fd7e2f | 19df97f8a0276993166654c7fa9bf567c50c01ba | /FairyLandClient/Classes/core/YYConfig.h | 53e66d42b6d22a65c1474a516e5dc846f52a017f | [] | no_license | fchsg/cocos2dx_fairy_land | df56add8a9233e83392c1d47193bdd3babdd0d15 | f7022c2d07e1b4bf890fa9a31b589c551df893e9 | refs/heads/master | 2020-07-15T23:04:48.345987 | 2019-09-01T23:09:10 | 2019-09-01T23:09:10 | 205,665,788 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,908 | h | #ifndef __FAIRLAND__CONFIG__
#define __FAIRLAND__CONFIG__
#include "cocos2d.h"
#define LIST_SERVER_MAX 4
#define RECENT_SERVER_MAX 4
/**
渠道名称 渠道号
UC 500001
360 500002
当乐 500003
口袋巴士 500004
手游天下 500005
一起手游 500006
3533 500007
摩游游 500008
OPPO 500009
渠道1 500010
渠道2 500011
渠道3 500012
*/
struct Logi... | [
"940299880@qq.com"
] | 940299880@qq.com |
fa310c30833b1e8f4aad6db6a0038b91a6885b2d | b8dc02dabf916093d5963414775a160930adc7a1 | /src/c++/sqrbr.cc | efd3cd572dad8d67e45a145d989f82f555552658 | [] | no_license | dgvncsz0f/spoj | 9a62d2553da39919f0a47e2c3d964b53f8b9e54b | b02eb8ab6d6bca128d7259855230a9eb52436e7b | refs/heads/master | 2021-01-18T16:36:43.819367 | 2011-09-28T15:25:17 | 2011-09-28T15:25:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,433 | cc | #vapyhqr <fgqvag.u>
#vapyhqr <fgevat>
#vapyhqr <yvfg>
#vapyhqr <frg>
#vapyhqr <znc>
#vapyhqr <vbfgernz>
pynff orkcerffvba
{
choyvp:
rahz oenpxrg_g
{
EVTUG = 0,
YRSG = 1
};
orkcerffvba(pbafg hvag8_g &a):
_a(a*2),
_f(0),
_obthf(0)
{
}
ibvq chfu(pbafg oenpxrg_... | [
"dsouza@bitforest.org"
] | dsouza@bitforest.org |
d4020c7a599f4028cfb01c7405b3f2cc9cf3caf9 | 82b575d0d830367cc9edff1a3d1d2e517d5e6e9e | /Bitmasking_4.cpp | 483a24f03e75ab8bb799b885b02521800feaa2d1 | [] | no_license | NishantDhanda/CP | 58d9b5cf287bf54681f869d67e22558423927bc6 | 180f34f6153ed1ec1c0d4f1568f4fe0154c05d89 | refs/heads/master | 2020-07-10T03:19:47.402709 | 2019-09-06T14:13:41 | 2019-09-06T14:13:41 | 204,154,421 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | cpp | // Swapping by xor
#include<iostream>
using namespace std;
int main()
{
int a,b,n,i,j,k;
cout<<"Enter a and b\n";
cin>>a>>b;
cout<<"a is "<<a<<" and b is "<<b<<endl;
a=a^b;
b=a^b;
a=a^b;
cout<<"After swapping a is "<<a<<" and b is "<<b<<endl;
}
| [
"noreply@github.com"
] | noreply@github.com |
5953b91aabe18015b6ce1b1723fa072abe4a45c7 | 00f023ec19b7bfcf89fc12431d3edb159b2b8f2e | /array/array_rotation/7.Find_Max_Sum_In_Array_Through_Rotation.cpp | fa834b33721d77656f2f2177238f2040817124af | [] | no_license | garima-b8/coding_interview_questions | eac4a59c19132991a294f027274665790cd73a43 | ed1e7d7c3bb594f03cbff89e924c8ac5547d0654 | refs/heads/master | 2021-05-21T04:46:57.383631 | 2020-05-19T13:22:26 | 2020-05-19T13:22:26 | 252,549,550 | 0 | 0 | null | 2020-05-19T13:22:27 | 2020-04-02T19:38:09 | C++ | UTF-8 | C++ | false | false | 1,483 | cpp | /*
* Find maximum value of Sum( i*arr[i]) with only rotations on given array allowed
* Given an array, only rotation operation is allowed on array. We can rotate the array as many times as we want. Return the maximum possbile of * * summati* on of i*arr[i].
* Examples :
*
*Input: arr[] = {1, 20, 2, 10}
*Output: 72
*We ... | [
"garima_b08@yahoo.com"
] | garima_b08@yahoo.com |
d59804388e156ea8cc9e9a5f4f97f646f1f7c198 | 25680ce9e45bcbb2b7a7909fd656905cd723c6d8 | /EX2/TCP/信息收发/B16012117_TCP_S/B16012117_TCP_S.cpp | 64a6f4c24f58e66b2b38f97c48659b3713db1d58 | [] | no_license | ikirito98612/NJUPT-software-design-course | 96cf16dc33601b42e8d00dc99ea9ef02f361ba33 | 9610a70623ad8a85727109336ea11d761c7c05f2 | refs/heads/main | 2023-03-26T10:56:59.842371 | 2021-03-06T21:24:40 | 2021-03-06T21:24:40 | 345,197,492 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,283 | cpp | // B16012117_TCP_S.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "B16012117_TCP_S.h"
#include "B16012117_TCP_SDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////////////////////////////////////////////... | [
"noreply@github.com"
] | noreply@github.com |
7b49d8027bbb47085b54e9bcb15ac69f0ea8717d | ac87a0e387e795ccb862eb2f76107a9f66fd319f | /PersonalPractice/Best Time to Buy and Sell Stock.cpp | 06b6cb4afff844b7e6cb364dde4788ea8c4d4dd7 | [] | no_license | prasanjit15/DailyCode | ac9541aa82276cc92224c356356143d5e0b287c2 | cf19c808d6c343b6a47386debc90ba47e8c2abef | refs/heads/master | 2023-05-14T00:06:21.092812 | 2021-06-02T06:44:36 | 2021-06-02T06:44:36 | 284,071,833 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | cpp | //Best Time to Buy and Sell Stock
class Solution {
public:
int maxProfit(vector<int>& prices) {
int buy = INT_MAX;
int profit = 0;
for(int i = 0; i<prices.size();i++){
if(prices[i]<buy)
buy = prices[i];
else if(prices[i] - buy > ... | [
"noreply@github.com"
] | noreply@github.com |
a2620bb16a6a29e87c05f38ce987ab3c3abd0532 | 3801cfabaa94d1c98b3ce945f18bccb68300b32e | /samples/2_Cookbook/10_inline_asm/inline_asm.cpp | c47486e91a1f2e907cc684b79fc3674a02709a39 | [
"MIT"
] | permissive | wenkaidu/HIP | 76174055f71d07a5b57223eb62f1804a56e62dc9 | 70f01fad7319417ac48dd77dcdaada7123733a26 | refs/heads/master | 2020-05-23T19:14:08.840890 | 2019-05-15T17:18:51 | 2019-05-15T17:18:51 | 186,906,730 | 0 | 0 | NOASSERTION | 2019-05-15T21:43:06 | 2019-05-15T21:43:06 | null | UTF-8 | C++ | false | false | 4,947 | cpp | /*
Copyright (c) 2015-2016 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, co... | [
"maneesh.gupta@amd.com"
] | maneesh.gupta@amd.com |
15c63de915e291b5a84fc3012f29e7e4c95f7051 | f06090a81a8606023c06bd80eb05e3ac953f2773 | /Flamingo/Flamingo.ino | 4e94d708071f25510f4539d4086d87dc84b363a2 | [] | no_license | BBQBradley/KernModule_IXD1 | fd9fb67b569c81c2a0c935bdd4cfa60ba3eb6f2f | 4ccda5dfda46923bbc825420d02035959b649eeb | refs/heads/master | 2020-05-22T14:37:04.553016 | 2019-06-26T15:30:28 | 2019-06-26T15:30:28 | 186,391,604 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,152 | ino | #include <Wtv020sd16p.h>
///////////////////////////////// AUDIO //////////////////////////////////////////
int resetPin = 2;
int clockPin = 3;
int dataPin = 4;
int busyPin = 5;
Wtv020sd16p wtv020sd16p(resetPin,clockPin,dataPin,busyPin);
//////////////////////////////// HARTSLAG //////////////////////////////... | [
"35529740+BradleyLangguth@users.noreply.github.com"
] | 35529740+BradleyLangguth@users.noreply.github.com |
9eb8f814420378b2d326ae114db4ff38c820863f | e0c9fdd0c4dd0b043152fe871898c19bb7359b09 | /tisCameraDriver/Common/VCDButtonButton.cpp | ca3d3d318cc21fca32682af3ac89e5c8308d1b7b | [] | no_license | jsayres82/Robot_CV | 88377be1ebf56ae6b81645f5c13663b8554b8faa | 2aece6cf8c9cc41f038d8c39aab2dea936c586ca | refs/heads/master | 2020-04-12T04:33:46.923782 | 2019-01-08T19:26:15 | 2019-01-08T19:26:15 | 162,299,198 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,379 | cpp | // VCDButtonButton.cpp : implementation file
//
#include "stdafx.h"
#include "VCDButtonButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CVCDButtonButton
CVCDButtonButton::CVCDBut... | [
"sayres.justin@gmail.com"
] | sayres.justin@gmail.com |
be45a85e5d9cf08f67feeadf2c61e24ccfab1701 | 887f3a72757ff8f691c1481618944b727d4d9ff5 | /third_party/gecko_1.9.2/osx/gecko_sdk/include/nsIRDFContainerUtils.h | 7f810f4b68345be8db4dd0b0a723555b87d658fc | [] | no_license | zied-ellouze/gears | 329f754f7f9e9baa3afbbd652e7893a82b5013d1 | d3da1ed772ed5ae9b82f46f9ecafeb67070d6899 | refs/heads/master | 2020-04-05T08:27:05.806590 | 2015-09-03T13:07:39 | 2015-09-03T13:07:39 | 41,813,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,267 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/mozilla-1.9.2-macosx-xulrunner/build/rdf/base/idl/nsIRDFContainerUtils.idl
*/
#ifndef __gen_nsIRDFContainerUtils_h__
#define __gen_nsIRDFContainerUtils_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
#ifndef __gen_nsIRDFContainer_h__
#... | [
"gears.daemon@fe895e04-df30-0410-9975-d76d301b4276"
] | gears.daemon@fe895e04-df30-0410-9975-d76d301b4276 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.