blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
ffed4d844dc7a8e1a390b322e1d1a34e11e7a142
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_repos_function_730_curl-7.55.1.cpp
82937ca28e7f1a2f730dcd91adfffaaadbdd8098
[]
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
632
cpp
static ssize_t write_wincon(int fd, const void *buf, size_t count) { HANDLE handle = NULL; DWORD mode, wcount = 0; BOOL success; if(fd == fileno(stdout)) { handle = GetStdHandle(STD_OUTPUT_HANDLE); } else if(fd == fileno(stderr)) { handle = GetStdHandle(STD_ERROR_HANDLE); } else { return wr...
[ "993273596@qq.com" ]
993273596@qq.com
1b0ed6ca0ff765837dd05068459ffe9688d62f08
64d5af3c53eddbb20ebb7bb74ba6351e2a798054
/09 그래프 생성/그래프/main.cpp
093f67eb200404a9050804e4d44f2a53b080f484
[]
no_license
jkjan/DataStructure
40c6742d53b1dfa26f95ebad9b351cd649558900
871f3b77017e6cc8de0b0b9139c6acf5122ea91a
refs/heads/master
2021-07-20T09:17:28.874214
2020-08-14T06:00:46
2020-08-14T06:00:46
202,473,273
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,708
cpp
#include "lunatic.h" int main() { FILE * fp = fopen("input.txt", "rt"); if (fp == NULL) { printf("File not found\n"); return 0; } int num, vs; int i; int a, b; fscanf(fp, "%d %d", &num, &vs); graph* glist = (graph*)malloc(sizeof(graph)*(num)); for (i = 1; i <= num; i++) { (glist + i)->ver = i; (...
[ "jkjan@naver.com" ]
jkjan@naver.com
1866355281c102d4c99899d2172e17f43129be45
acc0041a2b576f7aef5ff563d55c2ada95209820
/Sources/kd-Tree/KDTree_Oper.cpp
7803ee0b31d24dd513af674c88ace4075ebd9c93
[]
no_license
pvemavarapu/FingerRange_ComfortArea
d9416bcfb3e47902400d0a562a1273fb0607ce15
2219044a8ecc64bd63f93df9823709baeeae6e6f
refs/heads/master
2021-09-22T19:54:07.404118
2018-09-14T17:53:26
2018-09-14T17:53:26
148,823,395
0
0
null
null
null
null
UTF-8
C++
false
false
1,321
cpp
#include "KDTree_Oper.h" static kdtree2::KDTree* tree; KDTree_Oper::KDTree_Oper(){ } KDTree_Oper::~KDTree_Oper(){ } void KDTree_Oper::setObjectXYZ(std::vector<gmtl::Point3f> object_XYZ){ _kdTree_Nodes_XYZ = object_XYZ; } void KDTree_Oper::BuildKDTree(){ array2dfloat data(boost::extents[_kdTree_Nodes_XYZ.size()][...
[ "pvemavarapu@gmail.com" ]
pvemavarapu@gmail.com
ae064b28ba9c356bdfffe07f666f91f45582a198
f9cdbb292f0aa7ec2865d0b816d4da46793ac43b
/core-test/core.cpp
d7a06789ac2d8ffa7575620212ef2b6b6ed8c3eb
[]
no_license
xlwh/study
85be41e4494fbbc1fd5e69c62483afec1ac399d8
413f82dd72a8cf10b7aaba754e2ab851802b8186
refs/heads/master
2021-01-18T20:11:51.032613
2018-06-14T03:16:13
2018-06-14T03:16:13
100,546,117
0
0
null
null
null
null
UTF-8
C++
false
false
90
cpp
#include <stdio.h> int main() { int b = 1; int *a; *a = b; return 0; }
[ "zhanghongbin01@baidu.com" ]
zhanghongbin01@baidu.com
2a3f33f96db74226d70fda3d9de95e01b61bd8be
66665287d34eaca114a183ff38fa6f677586c92e
/player/basewindow.h
1d71610379619d53713e29505b70aea1a98f4fd5
[]
no_license
gidzzz/openmediaplayer
db09bc6ec1cc04e8373cce12149ae885b5f19d47
4d51170f4a8a85ce4f1adbf308f167d8166f79bf
refs/heads/master
2020-05-02T03:40:04.680696
2016-11-13T17:43:49
2016-11-13T17:43:49
37,642,146
2
3
null
2016-11-14T17:54:01
2015-06-18T06:36:15
C++
UTF-8
C++
false
false
366
h
#ifndef BASEWINDOW_H #define BASEWINDOW_H #include <QMainWindow> #include <QShortcut> #include <QMenuBar> #include <QMenu> //#include "rotator.h" class BaseWindow : public QMainWindow { Q_OBJECT public: explicit BaseWindow(QWidget *parent = 0); private: //void closeChildren(); private slots: void...
[ "grg.gdl@gmail.com" ]
grg.gdl@gmail.com
94408436e8ab57254b1a6d78ef539ea11fdc346a
17a1a50c30bfe7340d75583804c11033aab13e2f
/Kernel/FileSystem/ProcFS.h
eff50cd22504e9c5d10a958388386909f6844f4b
[ "BSD-2-Clause" ]
permissive
ThaneAcheron/serenity
532e06bade1f4f156a257f156764d86674cfac51
b8e705da0eb4a21a890681ce4d7a48089ef4b655
refs/heads/master
2020-05-30T12:16:04.941607
2019-06-01T12:11:31
2019-06-01T12:11:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,043
h
#pragma once #include <AK/Types.h> #include <Kernel/FileSystem/FileSystem.h> #include <Kernel/FileSystem/Inode.h> #include <Kernel/Lock.h> class Process; class ProcFSInode; class ProcFS final : public FS { friend class ProcFSInode; public: [[gnu::pure]] static ProcFS& the(); virtual ~ProcFS() override...
[ "awesomekling@gmail.com" ]
awesomekling@gmail.com
774d157ec40d72df11f978c169428b077630df8f
ff0a1bc5822dc6de815ed2d76255897036441558
/utag/app/src/MiscHeaders.h
f92aab2f3f7c946c60125977d665ca3fae48784b
[ "MIT" ]
permissive
ronald112/utag
cde8881cc037e1c1ffa1aadb688e5e64c44eb4cd
277af8cec0a2f429a76f52e322d423e3c5af595a
refs/heads/master
2023-01-21T12:44:09.556785
2020-12-04T14:11:49
2020-12-04T14:11:49
295,969,378
2
1
MIT
2020-12-04T14:11:50
2020-09-16T08:20:37
C++
UTF-8
C++
false
false
653
h
#pragma once #include <vector> #include <iostream> #include <iomanip> #include <stdio.h> #include <regex> #include <string> #include <map> #include <sys/types.h> #include <sys/stat.h> #include <stdlib.h> // TAGLIB #include <tag.h> #include <fileref.h> #include <tpropertymap.h> #include <tlist.h> #include <tfile.h> ...
[ "ronald11211@gmail.com" ]
ronald11211@gmail.com
4237442f6f6f879b3c279ef6d29e900bcba39354
c2a06ac916e3693068a6c2546c65e9758c00236c
/Plugins/Wwise/ThirdParty/include/AK/SoundEngine/Common/IAkRTPCSubscriber.h
db99e36c51a9f9f619e1e619890d9d0e12d71d61
[]
no_license
GodwinA/RuneAge
3396002afc39c2dd1efc50cf9a740adfd27a9c93
88bc7a6ef87cbfb55e7fa0c045a0701607675323
refs/heads/master
2021-03-21T05:15:38.112936
2021-02-13T22:14:06
2021-02-13T22:14:06
247,266,101
1
0
null
2020-03-18T12:46:42
2020-03-14T11:46:00
C++
UTF-8
C++
false
false
2,439
h
/******************************************************************************* The content of this file includes portions of the AUDIOKINETIC Wwise Technology released in source code form as part of the SDK installer package. Commercial License Usage Licensees holding valid commercial licenses to the AUDIOKINETIC W...
[ "50031430+Numbox@users.noreply.github.com" ]
50031430+Numbox@users.noreply.github.com
a2ea19b4b0494e6fd0202befab37a5fdf772303a
a6b0a51f217b13c8262ee70cf2dc9e8083561f48
/RayTracer/Vector3.cpp
ade780d279e5af9bcf5bbbaff2e1ed68dafdf642
[ "MIT" ]
permissive
bane9/RayTracer
874176e5707096686d296cad1d24d0aba126b20e
7f4c872783413b4a034c75a06b8e5516b9f9d947
refs/heads/master
2022-04-19T02:05:45.924039
2020-04-19T15:25:21
2020-04-19T15:25:21
254,969,515
0
0
null
null
null
null
UTF-8
C++
false
false
2,496
cpp
#include "Vector3.h" #include <math.h> Vector3::Vector3(float x, float y, float z) noexcept : x(x), y(y), z(z) { } Vector3::Vector3(float n) noexcept : x(n), y(n), z(n) { } Vector3& Vector3::operator+=(const Vector3& rhs) noexcept { x += rhs.x; y += rhs.y; z += rhs.z; return *this; } Vector3& Vector3::operato...
[ "bbranislav99@gmail.com" ]
bbranislav99@gmail.com
d522bd38febbec1efccf34d74923a755a9146d93
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/third_party/WebKit/Source/core/dom/events/DOMWindowEventQueue.h
202cb5464d715ec6d311815d98256e0c033b87ac
[ "BSD-2-Clause", "LGPL-2.1-only", "LGPL-2.0-only", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
2,301
h
/* * Copyright (C) 2010 Google Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions ...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
96bbb22b076685c2f105414756a6ba742e1b66b7
64c7b1fa2debeffa693fb6d900e896ddcc34777e
/NCTUns-6.0/src/nctuns/module/wimax/mac_16j_NT/library.cc
22b833a4f1acf47565bec4ffff04959fab0d1eab
[ "LicenseRef-scancode-other-permissive" ]
permissive
knev/nctuns
6134250cac2c9430c63456b9f3000ab071538563
1da9012704c2cf88342c6229d1cf7ffea196d727
refs/heads/master
2021-01-18T15:02:36.747902
2015-04-24T04:51:27
2015-04-24T04:51:27
34,366,952
0
0
null
2015-04-22T03:42:16
2015-04-22T03:42:16
null
UTF-8
C++
false
false
6,146
cc
/* * Copyright (c) from 2000 to 2009 * * Network and System Laboratory * Department of Computer Science * College of Computer Science * National Chiao Tung University, Taiwan * All Rights Reserved. * * This source code file is part of the NCTUns 6.0 network simulator. * * Permission to use, copy, modify,...
[ "tekdogan@gmail.com@75bd5688-ff95-11de-b4af-25c34a55dae2" ]
tekdogan@gmail.com@75bd5688-ff95-11de-b4af-25c34a55dae2
7919923ecb096cde80296e2e2ec6a269ef8f4b1e
0a080dd71ae5a34ced094d747b017c37d8f4ad2a
/src/ClientLib/HttpDownloadManager.cpp
62fd3a8b22c0e77f78f3f8e2d75341b8a306b787
[ "MIT" ]
permissive
DigitalPulseSoftware/BurgWar
f2489490ef53dc8a04b219f04d120e0bc9f7b2cb
e56d50184adc03462e8b0018f68bf357f1a9e506
refs/heads/master
2023-07-19T18:31:12.657056
2022-11-23T11:16:05
2022-11-23T11:16:05
150,015,581
56
21
MIT
2022-07-02T17:08:55
2018-09-23T18:56:44
C++
UTF-8
C++
false
false
7,369
cpp
// Copyright (C) 2020 Jérôme Leclercq // This file is part of the "Burgwar" project // For conditions of distribution and use, see copyright notice in LICENSE #include <ClientLib/HttpDownloadManager.hpp> #include <CoreLib/LogSystem/Logger.hpp> #include <CoreLib/Utils.hpp> #include <Nazara/Core/File.hpp> #include <algo...
[ "lynix680@gmail.com" ]
lynix680@gmail.com
966a565a62a784c862d708998c888adf54913b59
786de89be635eb21295070a6a3452f3a7fe6712c
/CSPadPixCoords/tags/V00-01-00/src/PixCoordsTest.cpp
773609296140a963db2857617252cb3fff5951fe
[]
no_license
connectthefuture/psdmrepo
85267cfe8d54564f99e17035efe931077c8f7a37
f32870a987a7493e7bf0f0a5c1712a5a030ef199
refs/heads/master
2021-01-13T03:26:35.494026
2015-09-03T22:22:11
2015-09-03T22:22:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,891
cpp
//-------------------------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Class PixCoordsTest... // // Author List: // Mikhail S. Dubrovin // //------------------------------------------------------------------------ //----------------------- // T...
[ "salnikov@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7" ]
salnikov@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7
e184566aa1e419b9184b5fdf346c1841cf6c2c51
0184e96e37298e01d7270afa64035ef26888dc22
/src/imgProc/ltiStructureTensorCornerness.h
3988b0bba085d22109feca14ddd733abcf2f5fd7
[]
no_license
edwinV21/LTI-LIB2
8f938915cc9918f55618ac7e3213862dba2ecce1
458cb35eedc1c0d1758416b78c112ff226116ede
refs/heads/master
2021-01-16T21:07:49.394303
2017-12-04T23:51:27
2017-12-04T23:51:27
100,211,418
1
0
null
null
null
null
UTF-8
C++
false
false
12,082
h
/* * Copyright (C) 1998-2005 * Lehrstuhl fuer Technische Informatik, RWTH-Aachen, Germany * * This file is part of the LTI-Computer Vision Library (LTI-Lib) * * The LTI-Lib is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License (LGPL) * as published...
[ "edvl21@gmail.com" ]
edvl21@gmail.com
406a7b815d34ab36bc9a90d274964bd62f370caa
e4d1719d4aa563dd2a03a2dc2b2916b2cb6c7fec
/src/base58.h
2fd2a0af0233904e91d69a1328752f81b1eb2813
[ "MIT" ]
permissive
emoneypower/emoneypower-master
27a2cc1c6dbe5fa6282cfcbf55a482d53d20e1c1
3399bbce15837e18d54285ef3669bb0aaeac165a
refs/heads/master
2021-01-25T11:33:05.623216
2017-06-10T10:11:59
2017-06-10T10:11:59
93,931,378
0
1
null
null
null
null
UTF-8
C++
false
false
13,068
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // Why base-58 instead of standard base-64 encoding? // - Don't want 0OIl char...
[ "admin@coin.com" ]
admin@coin.com
ce567969e4f8ed28f6e8c6762710ff39ba97f78e
05abd67702d516433cbf9cbfae6a0c196b2f192c
/tests/000-hello.cpp
62500619c5778ebf2d92c44b3e0168c1710752a3
[ "MIT" ]
permissive
yanlinlin82/icpp
88bc72d2398a24053024a8e214365f4288332c60
4e3127a87201aef6bf96b97082a23d35ca4fe230
refs/heads/master
2020-12-19T23:07:18.853331
2020-02-09T16:08:40
2020-02-09T16:08:40
235,877,992
2
0
null
null
null
null
UTF-8
C++
false
false
12
cpp
../hello.cpp
[ "yanlinlin82@gmail.com" ]
yanlinlin82@gmail.com
33ed16b86ec35ef016c13e8193dda6bf0c713f43
f33120a2949840c63c87d56471f89d270b019d64
/Chap3/332.cpp
b368400326bb95681e36ea54b91f298178d9d520
[]
no_license
Maimer/cpp_primer
c5c239532a1edfe10bb594c183873e0dc1cc175d
d17c873f5b23afd28806a0b2b5828c6b4bbaa3ad
refs/heads/master
2016-08-04T08:27:27.761374
2014-09-07T17:44:56
2014-09-07T17:44:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
291
cpp
#include <iostream> #include <vector> using namespace std; int main() { vector<int> nums(10, 0); int it2 = 0; for(auto it = nums.begin(); it != nums.end(); ++it, ++it2) { *it = it2; } for(auto i : nums) { cout << i << " "; } cout << endl; return 0; }
[ "nesnl23@yahoo.com" ]
nesnl23@yahoo.com
ff5b8ec2ea7e544341db56e298e4fc62566361e9
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/SB+dmb.ldla+polp.c.cbmc.cpp
15cba5f5fd5259e5ea0de62ecc603c4bf52376f7
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
29,186
cpp
// Global variabls: // 0:vars:2 // 2:atom_0_X2_0:1 // 3:atom_1_X2_0:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 #define ADDRSIZE 4 #define LOCALADDRSIZE 2 #define NTHREAD 3 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #define max(a,b) (a>b...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
d9cecaf50c907a80eefa93746d2d9fec8ba8a1af
a62342d6359a88b0aee911e549a4973fa38de9ea
/0.6.0.3/External/SDK/UI_RewardSlot_Skill_classes.h
75651c8e9e70e88a42929c7fc9c3f2d71976c17c
[]
no_license
zanzo420/Medieval-Dynasty-SDK
d020ad634328ee8ee612ba4bd7e36b36dab740ce
d720e49ae1505e087790b2743506921afb28fc18
refs/heads/main
2023-06-20T03:00:17.986041
2021-07-15T04:51:34
2021-07-15T04:51:34
386,165,085
0
0
null
null
null
null
UTF-8
C++
false
false
2,287
h
#pragma once // Name: Medieval Dynasty, Version: 0.6.0.3 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //-----------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
e4a3dbeccbc54ef64bc439b5175a4298f0ce9281
109830694e7bf7fd9738ac0fec8a69e274965828
/ImageVision/MotionCtrl.cpp
9a006bb0a1a6d4d01503887ae8fc82889be96390
[]
no_license
trigrass2/SawBar_Check
3f67646fd9c88b2c6830146b8adef21491168660
c37dbc051bd39be9703cd2d602d523ef77bd4423
refs/heads/master
2020-06-07T15:24:26.619446
2017-01-30T09:59:52
2017-01-30T09:59:52
null
0
0
null
null
null
null
GB18030
C++
false
false
9,738
cpp
// MotionCtrl.cpp : 实现文件 // #include "stdafx.h" #include "ImageVision.h" #include "MotionCtrl.h" #include "afxdialogex.h" // CMotionCtrl 对话框 IMPLEMENT_DYNAMIC(CMotionCtrl, CDialogEx) CMotionCtrl::CMotionCtrl(CWnd* pParent /*=NULL*/) : CDialogEx(CMotionCtrl::IDD, pParent) { isHomeThread = false; isHomeThread1 = ...
[ "prayedsoul@qq.com" ]
prayedsoul@qq.com
6cc1aefba2e716e170a4cde22606c0dec7f6b1ed
7a85163a0d7fc5cfdec282d07609d4714f584677
/TCP base on QT/TcpClient/mainwindow.h
9952756df7923ec6a424d7e81a7696d58a6b8d73
[]
no_license
killuaZold/killuacode
b3b92037e250ade088058b5fdac35bead8466be5
4f549c036c9784b72c9b647840da8b7dc6d7e485
refs/heads/master
2021-09-02T04:28:59.429354
2017-12-30T09:39:45
2017-12-30T09:39:45
115,786,933
0
0
null
null
null
null
UTF-8
C++
false
false
2,389
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QDateTime> #include <QMouseEvent> #include <QTextCharFormat> #include<QFileDialog> #include<QMessageBox> #include"tcpclient.h" #include <QColorDialog> #define PADDING 4 enum Direction { UP, DOWN, LEFT, RIGHT, LEFTTOP, L...
[ "34957491+killuaZold@users.noreply.github.com" ]
34957491+killuaZold@users.noreply.github.com
e90173c1c04770705858be1a9975d73832d3d484
e675581a0e3c8c5c7d1d0d6adce2788cf2e061c8
/BUI/Core/BSmartPointer.h
e659f3e24a53d359dc3f9d4326fcd09d1e6e8c71
[]
no_license
czbreborn/BUI
8214c653eddfc613e0f4051a5a8433040aa44e9a
f168ef7f19e12428ff3b943e516bcf5ca8e1edd9
refs/heads/master
2021-01-15T15:25:36.585908
2016-08-10T08:45:54
2016-08-10T08:45:54
53,115,895
1
0
null
null
null
null
UTF-8
C++
false
false
1,447
h
#ifndef __BSMARTPOINTER_H__ #define __BSMARTPOINTER_H__ #pragma once namespace BUI{ class BUI_API BRefCount { public: BRefCount(); LONG GetRefCount() const; LONG AddRefCount(); LONG RemoveRefCount(); void ResetRefCount(); private: LONG m_shareRefCount; }; template<typename T> class BUI_API BShare...
[ "zhibiao.czb@alibaba-inc.com" ]
zhibiao.czb@alibaba-inc.com
d669236dde5df9be7e5318261e0bcec1b24e1d39
489bfd258b9a57a9314cf34f739105f1b4915d5c
/9月启/洛谷-P5015-标题统计.cpp
144f92863eeb4886eec5db3cb5168d699a73cb32
[]
no_license
CBYHD/xinao
3ba7f524ea4a4fde47c0521ca921b08bf38eeb70
8b0a8fdeee6807b6446b8d376bb79c3e54d9ac3b
refs/heads/master
2022-12-24T10:46:25.235252
2020-10-02T12:43:47
2020-10-02T12:43:47
281,280,448
0
0
null
null
null
null
UTF-8
C++
false
false
237
cpp
#include <bits/stdc++.h> using namespace std; int main() { string s; getline(cin, s); int len = s.size(); int ans = 0; for (int i = 0; i < len; i++) if (s[i] != ' ') ans++; printf("%d", ans); }
[ "68547154+CBYHD@users.noreply.github.com" ]
68547154+CBYHD@users.noreply.github.com
80d1b2cfae8a5264b78d4382cc6d8b927a0ce375
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/xgboost/xgboost-gumtree/dmlc_xgboost_old_new_new_log_595.cpp
5b33511f2be4e48c5867f5f33a485b98030b2ec9
[]
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
77
cpp
utils::Assert( buffer_offset >=0, "interact mode must cache training data" );
[ "993273596@qq.com" ]
993273596@qq.com
6861961fd427e090f888fd86e42828f1c3557d2f
bc93833a9a2606dd051738dd06d6d17c18cbdcae
/3rdparty/opencv/sources/samples/cpp/letter_recog.cpp
174e7f98399aa828cf01f9180d6cc2105d39d7b1
[ "MIT", "BSD-3-Clause" ]
permissive
Wizapply/OvrvisionPro
f0552626f22d6fe96824034310a4f08ab874b62e
41680a1f9cfd617a9d33f1df9d9a91e8ffd4dc4b
refs/heads/master
2021-11-11T02:37:23.840617
2021-05-06T03:00:48
2021-05-06T03:00:48
43,277,465
30
32
NOASSERTION
2019-12-25T14:07:27
2015-09-28T03:17:23
C
UTF-8
C++
false
false
18,297
cpp
#include "opencv2/core/core.hpp" #include "opencv2/ml/ml.hpp" #include <cstdio> #include <vector> #include <iostream> using namespace std; using namespace cv; using namespace cv::ml; static void help() { printf("\nThe sample demonstrates how to train Random Trees classifier\n" "(or Boosting classifier, or ML...
[ "info@wizapply.com" ]
info@wizapply.com
62fc7b256a5d3a6922d21be1dc345ea57ec1715c
9ea6a57db4e23796151620af6306c5834037a2a1
/Cpp/Benchmarks/virtual_VS_static_depper/Cpp_tests/manual_polymorphism/Weapons/Sword/sword.h
0e0716f60fb9aa7620530611a482d62cd3510858
[]
no_license
dhustkoder/code_backup
787943f9cbb081141e491f19d6d89a770a214bae
e6201423fba2cfedea09d144df048a94daa1750d
refs/heads/master
2020-04-06T09:52:43.528775
2016-11-29T11:37:33
2016-11-29T11:37:33
41,769,153
2
0
null
2015-09-05T04:33:17
2015-09-01T23:46:01
C++
UTF-8
C++
false
false
550
h
#ifndef SWORD_H #define SWORD_H #include "../weapon.h" struct Sword : Weapon { Sword(const char *name) : Weapon(name, Weapon::WeaponType::Sword) { } int attack() noexcept; ~Sword(); private: friend class Weapon; void cast_to_concrete_type() noexcept; }; inline int Sword::attack() noexcept { return 1; } ...
[ "rafaelmoura.dev@gmail.com" ]
rafaelmoura.dev@gmail.com
e65611a274ec0fc75b043681de3f741b7428935b
5d70c5a5f6016b16fa9d020f229f1dd870fbe0ab
/Jela/Lista.hpp
821c51596d998041ebbc093159a77592b92004f2
[]
no_license
KomnenA/Cpp-vezbe
ec9b60531d1c5d36c63e6a8f9acb605a610ea721
e4d185f9bc66123e3a56a0fb81f22e4170a8aed1
refs/heads/main
2023-08-17T05:44:20.941986
2021-09-27T21:45:02
2021-09-27T21:45:02
411,051,980
1
0
null
null
null
null
UTF-8
C++
false
false
1,595
hpp
#ifndef Lista_hpp #define Lista_hpp #include <iostream> using namespace std; class GNemaTek{ public: GNemaTek() { cout << "Greska: Ne postoji tekuci element!"; } }; template <typename T> class Lista{ struct Elem{ T podatak; int vrednost; Elem* sled; El...
[ "saramilanovic@gmail.com" ]
saramilanovic@gmail.com
d740261049184b8547ea8f5547b6c5dcc97e04bc
671d2904ecce977a7c5bc24b8d4c06bbd90af293
/src/plugins/azoth/plugins/chathistory/chathistory.h
6763f75eb5c8d8dfc3939b97b80bc094d3fd4eab
[ "BSL-1.0" ]
permissive
AlexWMF/leechcraft
200f59db453aae375089bf5a6a9c9e16d12fd6eb
1988df9f57eb6e37b966287caa7c1d6030f409ad
refs/heads/master
2021-01-21T17:50:43.910984
2014-08-14T06:28:38
2014-08-14T06:28:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,945
h
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organiz...
[ "0xd34df00d@gmail.com" ]
0xd34df00d@gmail.com
e0e38e87f0050b46aedd9b368d6ec4fdf395057c
389f453f622ba748143fea2fc4ec36e46cc36a11
/common/cylinder.h
3b6e2a35910ce494508755f38b8669e878b3a855
[]
no_license
afarias1/splines
05f9373f78e6cac6d30567d3c94daa40441dcbd9
e73d8861843d97ecbc2dbf86579a34bcd82e8db1
refs/heads/master
2021-01-25T03:49:57.942213
2013-04-24T14:07:13
2013-04-24T14:07:13
30,443,028
0
0
null
null
null
null
UTF-8
C++
false
false
1,393
h
#ifndef _CYLINDER_H #define _CYLINDER_H #include <QGLBuffer> #include <QGLShaderProgram> #include <cmath> typedef QVector2D vec2; typedef QVector3D vec3; typedef QVector4D vec4; namespace cs40{ class Cylinder { public: /* construct a Cylinder centered at origin with given radius * and height (along +y axis) ...
[ "adanner@cs.swarthmore.edu" ]
adanner@cs.swarthmore.edu
96ea87df37d50c58e257ee1293d3aebf9597ffaf
b3d9ad3b7c9bd2a4617e920fdeaedf2fe4bce789
/light/src/SceneObjects/trimesh.h
deaa5a23238ea8254faaaecceb082f331c5cb3cd
[]
no_license
dwetterau/gradphics
a5ac6e08348470759d1011ecbedf2af09418ef7e
ddd97a6d6f52a968ab26d61dc9f337941e0f875d
refs/heads/master
2021-03-24T12:16:22.965369
2013-12-11T23:13:19
2013-12-11T23:13:19
13,050,052
0
0
null
null
null
null
UTF-8
C++
false
false
4,011
h
#ifndef TRIMESH_H__ #define TRIMESH_H__ #include <list> #include <vector> #include "../scene/ray.h" #include "../scene/material.h" #include "../scene/scene.h" class TrimeshFace; class Trimesh : public MaterialSceneObject { friend class TrimeshFace; typedef std::vector<Vec3d> Normals; typ...
[ "david.wetterau@gmail.com" ]
david.wetterau@gmail.com
4e667108ebba54dc1ca72f16b480a3d681d35ea8
37945f2242a5a20c5a77f87f40390d8899c56273
/D3D12HelloWindow/D3D12HelloWindow/GraphicsBase.h
1365521127000757405db57cf195102e2d1f5f52
[]
no_license
Yadnesh-Kulkarni/DirectX12
4fd07ac790cb35fdbd863ac91e4cb72dcec3a7b0
758d01ce13f6f668381acb689c077a987494b627
refs/heads/main
2023-08-17T17:11:16.197397
2021-09-14T22:10:29
2021-09-14T22:10:29
406,532,397
0
0
null
null
null
null
UTF-8
C++
false
false
961
h
#pragma once #include "BaseWindowClass.h" #include "GraphicsBaseHelper.h" class GraphicsBase { public: GraphicsBase(UINT width, UINT height, std::wstring name); virtual ~GraphicsBase(); virtual void OnInit() = 0; virtual void OnUpdate() = 0; virtual void OnRender() = 0; virtual void OnDestroy() = 0; //Event...
[ "ykulkar2@uncc.edu" ]
ykulkar2@uncc.edu
61ed908c2dae71bd1a9a325afe4cc92390653709
fda4841612e5734e4c72ab6e7fd92ff2420f8a59
/a2oj/ladder15/19.cpp
cac6d60e05b802ac8cec1c1e55fb9a644c35826f
[]
no_license
Cybertron3/competitive
ef980be2a0c584f2cd785b202713a593ae26da44
9e6ef05865485c42b319182eaab325ca5150d5a1
refs/heads/master
2021-08-02T07:07:00.942252
2021-07-30T23:50:33
2021-07-30T23:50:33
181,389,615
1
0
null
null
null
null
UTF-8
C++
false
false
1,629
cpp
//PLUS ULTRA //one who sits atop all the clans : Lion's Sin Escanor // AC #include<bits/stdc++.h> using namespace std; #define SPEED ios::sync_with_stdio(false); cin.tie(0); cout.tie(0) #define pb push_back #define forn(i,st,n) for(int i = st; i < n ; i++) #define nfor(i,st,n) for(int i = st; i >= n ; i--...
[ "18ucs110@lnmiit.ac.in" ]
18ucs110@lnmiit.ac.in
78fe7854fa6d825375ee49a02ae040e417c1f6de
d71d6eefa6337e480111a5af12180f34df6f9270
/MTT/Middle/ui_widget.h
cd6145e709dc686788e81196e19a70456a572422
[]
no_license
renconan/qt
fc2b3f4a07630e34ed9acdfaf94e6db99791fcc9
c19154874ba9f48ee99e91c7999e9c8856cb3a80
refs/heads/master
2021-01-22T07:58:45.174666
2017-09-06T01:22:01
2017-09-06T02:51:52
102,321,688
0
0
null
null
null
null
UTF-8
C++
false
false
21,156
h
/******************************************************************************** ** Form generated from reading UI file 'widget.ui' ** ** Created by: Qt User Interface Compiler version 4.8.5 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************...
[ "275159401@qq.com" ]
275159401@qq.com
ff07cca00e168c8e1836dc27531ce9d525447639
24d1a44ec24afd8c1fa50d1ff55eb6cb6963a619
/spyweex/socket_utils.hpp
dce5880b8c18972236c16dd7698da18b6bc0fb01
[]
no_license
iuliuscaesar92/spyweex
b79abb9072e62cbc7cc9efdb72b525e17ab27a2e
3529fb7cb32d508d31d9ec298d8dc0d34cb3836b
refs/heads/master
2021-01-21T04:47:45.458064
2016-07-21T11:10:22
2016-07-21T11:10:22
52,451,541
0
0
null
null
null
null
UTF-8
C++
false
false
494
hpp
#ifndef SOCKET_UTILS_HPP #define SOCKET_UTILS_HPP #include <boost/asio/buffer.hpp> #include <boost/asio/ip/tcp.hpp> #include <boost/asio/write.hpp> namespace http { namespace server { namespace socket_utils { void inline write_delimiter(boost::asio::ip::tcp::socket& socket_) { const char end_of_wxhtp_...
[ "iuliuscaesar92@yahoo.com" ]
iuliuscaesar92@yahoo.com
a0bcc6d312d5e05e076baab136ed53cc4f6e099b
21544a41d068290df0588b3f957ab6c0ed2269d4
/src/Cppcode/struct_withfun.cpp
a86bdd6ffc9c22463b0ee9224fba051873e91456
[]
no_license
Phaico91/EigenesGit
134d60dad139f560179cc37cac3341c5cbf7e026
3b62e57a3976dce7ab45d1ec7879816548e34b6c
refs/heads/main
2023-06-13T04:53:25.539701
2021-07-03T11:53:22
2021-07-03T11:53:22
372,808,919
0
0
null
null
null
null
UTF-8
C++
false
false
89
cpp
struct Person { char *name; int age; void name_set(char *); void age_set(int); }
[ "Pascal_Zimmer@hotmail.de" ]
Pascal_Zimmer@hotmail.de
4a55488357789d164891c0056c9eb2187d1bb553
9fad21d3ae60b98f90c44261f2e6bb4123a3eac1
/Discrete Math/Liza/INFBEZ/DES/des2.cpp
3986dd76d9fba5877b9b1e5b6c06449e90cfa6fe
[]
no_license
gshovkoplyas/ITMO
1cee3a2d8e1b2de3e3e83014f3de0bac6896ec1a
6790dfdc98162bb5c8cacc97c87ef35459ab59a9
refs/heads/master
2023-07-27T05:13:06.235336
2021-09-08T14:21:28
2021-09-08T14:21:28
18,344,288
0
0
null
null
null
null
UTF-8
C++
false
false
16,349
cpp
#include <iostream> #include <cmath> #include <cstdio> #include <vector> #include <fstream> #include <string> #include <algorithm> using namespace std; ofstream fout("out.txt"); struct messageBlock { vector <bool> left; vector <bool> rigth; }; void printKey(vector <bool> key, string s) { fout << endl << s...
[ "grigory.96@gmail.com" ]
grigory.96@gmail.com
2f1ce3180d033ced9f521724612fc84488fb1b2a
376034a9eaa3937ba48d2e4ef612b51d77dfbf20
/18/S3-3.cpp
8810d1d51f1d6942ce2a8381c84aa2650457f4bf
[]
no_license
DenisLeonte/info-bac
97eda48fa62c9dee391ee729f1df0461e3e1dd0c
ba7421dd51a57f8b5d54fa137138a890bdb52f34
refs/heads/master
2023-07-29T19:05:15.452349
2021-03-12T09:02:20
2021-03-12T09:02:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
244
cpp
#include <iostream> using namespace std; int count(float a[], int n) { float s = 0; int k = 0; for (int i = 0; i < n; i++) s += a[i]; s /= n; for (int i = 0; i < n; i++) if (a[i] >= s) k++; return k; } int main() { return 0; }
[ "denis.leonte123@gmail.com" ]
denis.leonte123@gmail.com
c82bda2734af815eb5ce494b516d548a7541b5bc
0ee4d9fde645001a9a12b8a0b750ab73831be80c
/cf/hulk.cpp
ddbe1f95f3d4d4bbf26b495e25628ccbce47106a
[]
no_license
salmanhiro/repo-CP-salman
2a4a48bafc301a6b3f53e6328ea4e699bbfe7683
2d907a235969257adb3f565857fb43879aa0a048
refs/heads/master
2020-09-06T18:43:39.331824
2020-03-31T17:09:56
2020-03-31T17:09:56
220,512,564
1
0
null
null
null
null
UTF-8
C++
false
false
1,390
cpp
/* A. Hulk time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Dr. Bruce Banner hates his enemies (like others don't). As we all know, he can barely talk when he turns into the incredible Hulk. That's why he asked you to help him to express his feelings. Hul...
[ "salman.consulting@outlook.com" ]
salman.consulting@outlook.com
7cbf1f2edf14d67ef164c96602dfbe8aa2c230d7
56f5af749409d1ead0de98e470e83f2ae140eb64
/tests/unit/test_spinel_decoder.cpp
c6680bd310b4c31f659fcc91f9a05e6ed801f4e4
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
ygtysr/openthread
178101233019735864234f6a53538f87301721fe
afa7f34b265f262138f40a007e304c1c2d3f10f6
refs/heads/master
2021-01-25T14:45:40.552604
2018-03-02T17:16:36
2018-03-02T17:16:36
123,726,211
2
0
null
2018-03-03T19:53:32
2018-03-03T19:53:32
null
UTF-8
C++
false
false
33,148
cpp
/* * Copyright (c) 2017, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright * notice, this ...
[ "jonhui@nestlabs.com" ]
jonhui@nestlabs.com
77cfb9c08a7abbdc98a746f4716b7bd766884ef1
e74db130480df5075d5d942350a5783ee9b515ec
/test/unit/StrSpec.cpp
5d952537793b2e91a93d23bba18c7c9b2e3a5bec
[]
no_license
efeng100/ShellParser
198d2b6bd5debf7479145a46027618f669c7f350
c57c2da8fef8f7efd5fc63801b2ee7265591f98f
refs/heads/master
2022-04-24T20:01:56.200115
2020-04-28T03:38:13
2020-04-28T03:38:13
259,523,087
0
0
null
null
null
null
UTF-8
C++
false
false
1,936
cpp
#include "gtest/gtest.h" extern "C" { #include "stdint.h" #include "Str.h" } /** * The purpose of these tests is to prove correctness of the Str * abstraction barrier from the user's point-of-view. */ TEST(StrSpec, values_init_empty) { Str s = Str_value(10); ASSERT_EQ(0, Str_length(&s)); Str_drop(&s);...
[ "fenge123@gmail.com" ]
fenge123@gmail.com
6e70d36b29d4556759c0fd1cfed8fc6eb2987dde
c4f536b3c150b4aa70e7b54aac6d7acd21a95b97
/inc/dcs/math/optim/optimizer/nelder_mead_simplex.hpp
d93e5f51729347a1812c565a9460a5be485d3df3
[ "Apache-2.0" ]
permissive
sguazt/dcsxx-bs-gt
f7c6f943924e6b129680a13032d88e9c02d98707
e1ce87cb09a02f06ba204663436f6a4ea3bd79f3
refs/heads/master
2021-01-01T18:23:38.489475
2014-11-26T16:19:10
2014-11-26T16:19:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,979
hpp
/** * \file dcs/math/optim/optimizer/nelder_mead_simplex.hpp * * \brief Optimization based on the Nelder-Mead simplex method. * * References * -# J.A. Nelder and R. Mead, * "A simplex method for function minimization" * The Computer Journal 7(4):308-313, Oxford Journals, 1965 * . * * \author Marco Guaz...
[ "marco.guazzone@gmail.com" ]
marco.guazzone@gmail.com
cb2ebc5eb216a3f6c0f8d845a12263ccefe46be5
6a1a67cf461415b5bc4b3fd0e238f70c082db91a
/test10.cpp
ecbdbda2ee562799cb62373e3d82bd9e59d877c1
[]
no_license
HugoNip/threadTest
cd7072cdf5582ae878ec2e52fa7448921bb06391
125d95a4b98b3d6fad3e464942da0d9ec2ca0cb7
refs/heads/master
2022-11-11T03:05:19.966257
2020-06-30T16:36:08
2020-06-30T16:36:08
276,150,207
0
0
null
null
null
null
UTF-8
C++
false
false
873
cpp
// // Created by nipnie on 6/30/20. // #include <thread> #include <iostream> #include <chrono> #include <cstring> #include <pthread.h> #include <mutex> std::mutex iomutex; void f(int num) { std::this_thread::sleep_for(std::chrono::seconds(1)); sched_param sch; int policy; pthread_getschedparam(pthrea...
[ "noreply@github.com" ]
HugoNip.noreply@github.com
8b6fbc3f19f93e945e2167819d32ae5fff0a66ea
022f9783fc8c07df7ccc1599abddb4f8ded54d46
/fishery-nets/solution1/syn/systemc/net_holes_detectidhF.h
29818511a072065ac2f346b9376ad1c58f6e20d0
[]
no_license
teozax/Reconfigurable-Logic-Based-System-for-Image-Processing-of-Fishery-Nets
5e08816c69ad30f169ce3fd88b1802ff9ccd15e8
f806cd7d25f4c9102b2b023e553a7acf02da3256
refs/heads/main
2023-06-09T20:35:41.424720
2021-06-29T11:38:02
2021-06-29T11:38:02
373,593,128
0
1
null
null
null
null
UTF-8
C++
false
false
1,151
h
// ============================================================== // Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC v2019.1 (64-bit) // Copyright 1986-2019 Xilinx, Inc. All Rights Reserved. // ============================================================== #ifndef __net_holes_detectidhF__HH__ #define __ne...
[ "32217108+teozax@users.noreply.github.com" ]
32217108+teozax@users.noreply.github.com
3c934b006ff87d20af6e607a002d759686045bc9
4e932dd028c6660b822936dc49a53759ffb748d7
/d08/ex02/main.cpp
2712ee5cb7eae1af4888ea31a1e389c6b23f7a51
[]
no_license
YoungTran/cpp-crash-course
134075759e2e673e5f822f605a10d388b0ccd4bc
cfe52bc6161c911ed1b0fba49c916f4d0878a2af
refs/heads/master
2023-06-17T16:31:26.772811
2021-07-22T05:59:51
2021-07-22T05:59:51
168,427,962
0
0
null
null
null
null
UTF-8
C++
false
false
1,365
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: ...
[ "ytran@e1z2r4p13.42.us.org" ]
ytran@e1z2r4p13.42.us.org
633520e3a96b87e9d24f7321bc072a8602cc5002
23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f
/ATL开发指南/Chap11/ATL_OLEDB_Prov/CarusoeProvDS.h
0142f341f798e36a0e6b58f4a7419d0a16c2e009
[]
no_license
IgorYunusov/Mega-collection-cpp-1
c7c09e3c76395bcbf95a304db6462a315db921ba
42d07f16a379a8093b6ddc15675bf777eb10d480
refs/heads/master
2020-03-24T10:20:15.783034
2018-06-12T13:19:05
2018-06-12T13:19:05
142,653,486
3
1
null
2018-07-28T06:36:35
2018-07-28T06:36:35
null
UTF-8
C++
false
false
4,054
h
// CarusoeProvDS.h : Declaration of the CCarusoeProvSource #ifndef __CCarusoeProvSource_H_ #define __CCarusoeProvSource_H_ #include "resource.h" // main symbols #include "CarusoeProvRS.h" ///////////////////////////////////////////////////////////////////////////// // CDataSource class ATL_NO_VTABLE CCarusoeProvS...
[ "wyrover@gmail.com" ]
wyrover@gmail.com
19d634567b733cc35aa5318646d3b0fca1a6dc23
eac5ea009f3fa997ff873e880986d35b84891479
/CosminFlorica_ProcessManager/ProcessManager.h
00d869b1c9ff92989ff6b684efa46a9a818ed59f
[]
no_license
cosminflorica/process-manager
59f7f0c4c13dc5ce29086d5e8a1b1c1fc1b48867
f20dc8e22c64d8a491ec59c9675d4c39d88453ad
refs/heads/master
2020-09-27T00:46:41.377507
2019-12-06T17:51:49
2019-12-06T17:51:49
226,381,443
0
0
null
null
null
null
UTF-8
C++
false
false
596
h
#pragma once #include"Process.h" #include"ProcessList.h" #include"LoadProcess.h" #ifndef PROCESSMANAGER_H #define PROCESSMANAGER_H class ProcessManager : public ProcessList { int maxMemorySize; int NumberOfObjectsCreated; public: ProcessManager(); ProcessManager(int maxMemory, char* fileName); void set_offsets...
[ "florica.cosmin@yahoo.com" ]
florica.cosmin@yahoo.com
decf7378ceb64337a7faaf94afd19b224e6552a8
15e818aada2b18047fa895690bc1c2afda6d7273
/control/crosswind/crosswind_frame_test.cc
4e0028136b941502fb1dcedfce826ef7274baf35
[ "Apache-2.0" ]
permissive
ghomsy/makani
4ee34c4248fb0ac355f65aaed35718b1f5eabecf
818ae8b7119b200a28af6b3669a3045f30e0dc64
refs/heads/master
2023-01-11T18:46:21.939471
2020-11-10T00:23:31
2020-11-10T00:23:31
301,863,147
0
0
Apache-2.0
2020-11-10T00:23:32
2020-10-06T21:51:21
null
UTF-8
C++
false
false
3,881
cc
// Copyright 2020 Makani Technologies LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
[ "luislarco@google.com" ]
luislarco@google.com
d3a0998a14f736751f7b8444e60fc5213ac2a9cb
46827034b40ea24a6a3a4bd2acae89075cc7df7b
/examples/Module/COMX_NB-IoT/COMX_NB-IoT.ino
ded7a6a78ece173c0485c2979eb84f5abc7a32dd
[ "MIT" ]
permissive
lovyan03/M5Core2
e91ec9844115bb721dd85b56873cbc72b1a84fe4
027e8f3310b5eec9d6c85bde1d0b2b6dd4819716
refs/heads/master
2023-03-23T10:22:07.027016
2021-02-26T10:16:27
2021-02-26T10:16:27
292,970,721
2
3
MIT
2020-09-22T12:45:33
2020-09-05T00:14:44
C
UTF-8
C++
false
false
9,431
ino
#include <M5Core2.h> #include <stdint.h> #include <vector> #include "TFTTerminal.h" TFT_eSprite Disbuff = TFT_eSprite(&M5.Lcd); TFT_eSprite TerminalBuff = TFT_eSprite(&M5.Lcd); TFTTerminal terminal(&TerminalBuff); TaskHandle_t xhandle_lte_event = NULL; SemaphoreHandle_t command_list_samap; typedef enum { kQUERY_MO =...
[ "1905134716@qq.com" ]
1905134716@qq.com
b4d89cd581f634a10d5864ff46a68aa50fbcd8b5
66e9113800a7a97b6361a3e8ee888ed2d8f7dc9d
/SampleQRCodes/TestBuild/Il2CppOutputProject/Source/il2cppOutput/PhotonRealtime1.cpp
9ce4e2f2f0b2d22306952eb650148642fd48d9a5
[ "MIT" ]
permissive
Dooyoung-Kim/QRTracking
fd8a1a8c7c069e87c9e4dc70927db6de9e6a6090
ba519f0a10a0b897b2e324430c52d58efa9b31c0
refs/heads/main
2023-08-19T10:21:09.091279
2021-10-20T11:49:15
2021-10-20T11:49:15
412,719,461
1
2
MIT
2021-10-02T07:08:05
2021-10-02T07:08:05
null
UTF-8
C++
false
false
1,069,007
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> template <typename R, typename T1> struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj...
[ "dooyoung.kim@kaist.ac.kr" ]
dooyoung.kim@kaist.ac.kr
99d09b86689efae10612bdd3933c3d520571e245
5bc07dbbdcda1a772de18a36432086a4c09299a9
/TXCloudRoom/Court&CS/RTCVideoWidget.h
52d87d2bd8f9f8afeb2cb620da9c61e8881abef8
[]
no_license
shengang1978/webexe_exe_source
f37715405b0e822c779cd00496765f34285981bb
716e85310449db720558eea7e2d6dbf803824e56
refs/heads/master
2020-04-06T17:00:01.144573
2018-09-29T10:52:45
2018-09-29T10:52:45
157,642,349
0
1
null
2018-11-15T02:46:19
2018-11-15T02:46:18
null
UTF-8
C++
false
false
1,043
h
#pragma once #include <QWidget> #include "ui_VideoWidget.h" #include "commonType.h" #define WIN32_LEAN_AND_MEAN #include <Windows.h> #include "WinWidget.h" class RTCVideoWidget : public QWidget { Q_OBJECT public: RTCVideoWidget(QWidget *parent = Q_NULLPTR, bool local = false); ~RTCVideoWidget(); void on_menu_act...
[ "xuanyiyan@tencent.com" ]
xuanyiyan@tencent.com
27da64cb5087b7730fe2926e3e26b3e6698512b0
03f307910284b8930eff870e5f467dc53b563f93
/CrazyTanks/Game.h
88dbe822a40297ee9fb3a6c2626b5c43952df899
[]
no_license
FIvanO/CrazyTanks2
3f8bdd09ae1d7e67f899f647ca35202121f7a1fa
844c5e4ace6692cc9824164d4b330cbe9e0fde32
refs/heads/master
2021-04-09T16:20:15.030138
2018-03-22T00:10:43
2018-03-22T00:10:43
126,095,129
0
0
null
null
null
null
UTF-8
C++
false
false
289
h
#pragma once #include "Drawer.h" #include "Tank.h" #include "PlayerTank.h" #include "EnemyTank.h" #include "Bullet.h" #include "Wall.h" #include "BattleField.h" #include "Consts.h" class Game { public: void start(); private: void win(); void lose(); int lifes = 3; int kills = 0; };
[ "WasylF@gmail.com" ]
WasylF@gmail.com
073c6d2c7a0759ff67dfad93e856958e7a47f8d3
0570750c6d8e28d837f9e4f7dc825c968c874fb4
/build/Android/Preview1/app/src/main/include/Uno.UShort2.h
de0ee1405d59bf6f8c598042feb3e98b264be692
[]
no_license
theaustinthompson/maryjane
b3671d950aad58fd2ed490bda8aa1113aedf5a97
b4ddf76aa2a2caae77765435d0315cf9111d6626
refs/heads/master
2021-04-12T08:37:47.311922
2018-03-27T23:06:47
2018-03-27T23:06:47
126,034,050
0
0
null
null
null
null
UTF-8
C++
false
false
1,302
h
// This file was generated based on C:/Users/borde_000/AppData/Local/Fusetools/Packages/UnoCore/1.8.0/Source/Uno/UShort2.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Uno{struct UShort2;}} namespace g{ namespace Uno{ // public intrin...
[ "austin@believeinthompson.com" ]
austin@believeinthompson.com
32837d93d93a31940795f93996b440f33eb30f2e
536f7e4ce56eea98d8f3f0411588b617968247d8
/p802_15_4sscs.h
ffbbff6c583a90842f57c5e9060f5fa521526683
[]
no_license
Nikumani/synchronization
277da647b7259bf7809a460c3224891da3e2743b
0a4e8addbe86c69ea44120739e1af96f2b92f153
refs/heads/master
2020-05-15T23:17:32.191921
2019-05-02T10:31:32
2019-05-02T10:31:32
182,548,614
0
0
null
null
null
null
ISO-8859-1
C++
false
false
8,438
h
/********************************************/ /* NS2 Simulator for IEEE 802.15.4 */ /* (per P802.15.4/D18) */ /*------------------------------------------*/ /* by: Jianliang Zheng */ /* (zheng@ee.ccny.cuny.edu) */ /* Myung J. Lee ...
[ "noreply@github.com" ]
Nikumani.noreply@github.com
d431a5d752c486c3ff8278c711964772ddb53d5a
359aae86fb6cef89e70ee03d76d4aaf11db6b63d
/exchangeinfo.cpp
9a2d3d43ee026448358069ca9bab65d05cba7865
[]
no_license
Dbxwz/wkxt
fc58044a3e02644b033f0f8f94eeb3c0b7eb5a2e
43326450343b42c1339ff4852f0f49fb85903921
refs/heads/master
2020-03-19T07:38:06.013851
2018-06-06T02:42:36
2018-06-06T02:42:36
136,134,081
6
0
null
null
null
null
UTF-8
C++
false
false
3,490
cpp
#include "exchangeinfo.h" exchangeInfo::exchangeInfo() { } exchangeInfo::exchangeInfo(QByteArray ba) { QJsonDocument jsonDoc = QJsonDocument::fromBinaryData(ba); this->obj = jsonDoc.object(); } QByteArray exchangeInfo::toByte() { QJsonDocument jsonDoc(this->obj); return jsonDoc.toJson(); } void exch...
[ "lzw2428486617@gmail.com" ]
lzw2428486617@gmail.com
385739210738644c5c280c0f66394ce2362c0ec7
6498246d7955066892bbe31647e2c207f6106461
/mpanel/main.cpp
8505d517d2e72386e9af5371a0a7310b0b7ce5ff
[]
no_license
gjianw217/MoonIC2
a060c026b8d16f06ca6b6272c40c71723a373232
b607e583f7db8045c59f337921b5403048555c29
refs/heads/master
2020-03-09T06:06:54.808786
2018-04-08T10:45:30
2018-04-08T10:45:30
128,630,563
0
0
null
null
null
null
UTF-8
C++
false
false
1,449
cpp
#include <QCoreApplication> #include <QtDBus> #include "qpaneladaptor.h" #include "qpaneldbus.h" #include "qpanel.h" int main(int argc, char *argv[]) { int ret; QCoreApplication a(argc, argv); QPanel *panel=new QPanel(&a); Q_ASSERT(panel!=NULL); if(argc>=2) ret=panel->initializtion(argv[1])...
[ "gjianw217@163.com" ]
gjianw217@163.com
b7e31bb65c076292054017b836cf224a2ad716c5
a05352e2ca173249f39c7a41639e2379241ac7b3
/vpr/SRC/timing/PostClusterDelayCalculator.tpp
456cc518cdf796e267768ddb0a307e13959b79e3
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "MIT-Modern-Variant" ]
permissive
citylife4/vtr-verilog-to-routing
3ac41cf801b53df74913141326c6b7ed2655f060
3b31d7008e7d5b7851fb0f948890d94e768058c7
refs/heads/master
2020-12-30T16:41:23.916135
2017-05-11T15:14:35
2017-05-11T15:14:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,280
tpp
#include <cmath> #include "PostClusterDelayCalculator.h" #include "vpr_error.h" #include "vpr_utils.h" #include "globals.h" //Print detailed debug info about edge delay calculation /*#define POST_CLUSTER_DELAY_CALC_DEBUG*/ inline PostClusterDelayCalculator::PostClusterDelayCalculator(const AtomNetlist& netlist, ...
[ "k.murray@utoronto.ca" ]
k.murray@utoronto.ca
23485722f9d4b1e6b5f37b3ec274a8cc3f5e5d2e
b0d25a825a4ed07ed1291346dcad6ef0170a1537
/src/tools/CMMLRip/stdafx.cpp
e6d284573ddb2b7e3b3b6aa9bb66407dc628a27e
[ "BSD-3-Clause" ]
permissive
xiph/oggdsf
84b184b43f008fc01f8f90a91ba33c58673e0bca
941aea014887d9d75639ad54c209c72ade053a25
refs/heads/main
2023-08-27T09:47:26.237770
2013-03-15T00:31:50
2013-03-15T00:31:50
432,879,347
2
1
null
null
null
null
UTF-8
C++
false
false
294
cpp
// stdafx.cpp : source file that includes just the standard includes // CMMLRip.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "ogg@illiminable.com" ]
ogg@illiminable.com
798117cbe955ce8310cf754713bce9c8927124c1
d0d699bfef1459b0a1ef32d16b9bd4172efd9705
/Classes/LoadingScene.h
c5e1d96b1e41cceb1149e81f1143a3e734eb700b
[]
no_license
gengu6585/cocos2d-game
f2500eb7e60de141f6492a5ea645b243e1a4d1d0
0c1eba61f47aaa612b37099ced48b56aaaf45704
refs/heads/master
2023-02-25T05:30:45.028877
2021-02-03T09:31:24
2021-02-03T09:31:24
335,571,571
0
0
null
null
null
null
GB18030
C++
false
false
687
h
#pragma once //保证后面的代码只执行一次 #include "cocos2d.h" using namespace cocos2d; class LoadingScene: public cocos2d::CCLayer { public: // 创建场景 static cocos2d::CCScene* scene(); // 初始化 virtual bool init(); // 创建层 CREATE_FUNC(LoadingScene); //切换到Hello界面的按钮的回调函数 // void 函数名(CCObject* pSender); void seqChange...
[ "2352462017@qq.com" ]
2352462017@qq.com
432cf901d2acf68ea3e8b80dbe0cc7be143e1f61
f32b36ad31c573e8f2c1ff4dc53d4326b1ad367b
/cpp/module1/ex05/main.cpp
fce416f9ac89b5e0126198a44a7c372fea6863f7
[]
no_license
re-mouse/all-study-projects
dac15ade020d9489a5cc3ccffba94f4280163f97
ba95ab19ddd306da1188c8f9cc2bf2450cb3f440
refs/heads/master
2023-03-03T02:39:50.187237
2021-02-11T08:17:05
2021-02-11T08:17:05
337,967,515
1
1
null
null
null
null
UTF-8
C++
false
false
154
cpp
#include "Human.hpp" int main() { Human bob; std::cout << bob.identify() << std::endl; std::cout << bob.getBrain().identify() << std::endl; }
[ "fmouse@gmail.com" ]
fmouse@gmail.com
d7f498ad310a317485c163cbe46771560cc5f8b1
07e4af8668d015c982f4f9f190d071572143e68f
/Adstir/AdstirPlugin.cpp
14d72d12c04c23f3497d9f8f54f0c7f9641efacd
[]
no_license
united-adstir/AdStir-Integration-Guide-Cocos2dx
8a0f4c56f716c403907bb72f44adf532b1aae6cf
6975681af18e55367fac5822af5875a69ccf62c5
refs/heads/master
2021-01-11T14:16:29.918281
2019-08-14T09:19:58
2019-08-14T09:19:58
81,287,445
0
0
null
null
null
null
UTF-8
C++
false
false
7,938
cpp
// // AdstirPlugin.cpp // // Created by 森田 裕司 on 2019/07/25. // Copyright © 2019 United Inc. All rights reserved. // #include <stdio.h> #include "AdstirPlugin.h" #include <unordered_map> #include <jni.h> #include "platform/android/jni/JniHelper.h" #define VIDEO_ADS_CLASS_NAME "com/ad_stir/cocos2dx/AdstirVideoA...
[ "yuji-morita@united.jp" ]
yuji-morita@united.jp
863fbf78ccd492f44cf28f7fe627f8fdafd8846d
7eae31e3d80d8d6784725f991dfa8eea27b2f5be
/sources/Camera.cpp
9cc1a93206e71d9b718b175f24a1feb9e9005aae
[]
no_license
Fakizer/RayTracing
e40e0e847c7e51894e444321a0564a75931b94f6
9d6d74dffd91af4947c279dd7e60a01fd2b01d3b
refs/heads/master
2020-03-17T08:31:56.020112
2018-05-15T01:31:03
2018-05-15T01:31:03
133,441,852
0
0
null
null
null
null
UTF-8
C++
false
false
556
cpp
#include "Camera.hpp" Camera::Camera() {} Camera::Camera(Vect o, Vect la) : origin(o), look_at(la) { this->cw = origin.add(look_at.negative()).normalize(); this->cu = cw.negative().crossProduct(Vect(0, 0, 1)).normalize(); this->cv = cw.negative().crossProduct(cu); } void Camera::calcRay(double xam...
[ "valerii@Valeriis-Mac.local" ]
valerii@Valeriis-Mac.local
d412f0cf6385371d07d4d1c28b13372e88f33c6b
04b021cb3fd6274a80ed322775fd4bc14cf161ea
/datastructures/Trees/array to post order/main.cpp
069425df8558700441790005416053ca97437284
[]
no_license
ashishcas/programs
f402c82fdac1aefca2db123db2391c441acf333d
fbfd90fa06b36346033b63e33619af34b9e9caf1
refs/heads/master
2020-03-17T13:53:40.676577
2019-08-20T15:54:04
2019-08-20T15:54:04
133,649,020
0
0
null
null
null
null
UTF-8
C++
false
false
2,083
cpp
#include<bits/stdc++.h> using namespace std; /* A Binary Tree node */ struct TNode { int data; struct TNode* left; struct TNode* right; }; struct TNode* newNode(int data) { struct TNode* node = (struct TNode*) malloc(sizeof(struct TNode)); node->data = data; node->lef...
[ "chilukaashish@gmail.com" ]
chilukaashish@gmail.com
4b0315c8eb3e985b51102cc51e3b63b7f8ed8957
8b6e694b4993fe35ccec1c8975c9ed2896b25c3e
/Test/MyServer/MyServer/Convert.h
0940c88bf519cb27fdbcb747fe57cc580c1cb362
[]
no_license
azermikailov/Test
173b26757a23ab5c828fa4ead655d89680a1b562
abaa3b3e52c239f56f1ac847ee8666f8d915eb9a
refs/heads/master
2021-08-20T09:23:26.455075
2017-11-28T19:30:01
2017-11-28T19:30:01
97,452,973
0
0
null
null
null
null
UTF-8
C++
false
false
1,150
h
#pragma once #include"stdafx.h" #include <vector> #include <string> namespace Example { class Convert { enum { FullLength = -1 }; public: static std::vector<unsigned char> DataToVector(const int & iCode, const std::string &strText) { std::vector<unsigned char> vec(sizeof(iCode)+strText.l...
[ "noreply@github.com" ]
azermikailov.noreply@github.com
3db7d71ea76ce164c4ffac302a34d912634c77b6
aba6c403aa4b8fe1ba19d14669062172c413e29a
/Sem 2/Object Computing Lab/Extras/example.cpp
b12b2e93fb3231f3454816a2bd854723ba2d1520
[]
no_license
rsreenivas2001/LabMain
3aa38526a40eb0496ab27dbdbfefde966077a6a6
249adc5f3189169cf9ed696e0234b11f7d2c028d
refs/heads/master
2021-07-06T19:21:30.819464
2021-04-05T17:07:49
2021-04-05T17:07:49
232,073,123
1
2
null
null
null
null
UTF-8
C++
false
false
269
cpp
#include<iostream> using namespace std; class example { int x; int y; float z; public: example(){x=10;y=20;z=31.5;} }; int main() { example ex; int *a=(int*)&ex; cout<<*a; a=a+1; cout<<endl<<*a; a=a+2; cout<<endl<<*a; }
[ "rsreenivas2001@gmail.com" ]
rsreenivas2001@gmail.com
a620943b36cf2ebe5ed95b41271c5c991f181691
d2f7372122f0a3f2257f867aba7932bd4ab1a9ec
/src/miner.cpp
ccef6f20e4b1fb339885ae3e522a04cad0fd408e
[ "MIT" ]
permissive
ezaruba/CobraBytes
538d01d9c00329a6c2674c994c5fcb017a77b61f
6a070a6f93d23414031b1e2042438fb5d79d14bc
refs/heads/master
2020-04-14T20:34:06.995279
2018-09-08T08:49:36
2018-09-08T08:49:36
164,098,699
1
0
null
2019-01-04T11:22:16
2019-01-04T11:22:16
null
UTF-8
C++
false
false
19,986
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2013 The NovaCoin developers // Copyright (c) 2017 The CobraBytes developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-li...
[ "kristoff88@protonmail.com" ]
kristoff88@protonmail.com
89350ec73d41cddccb3e473512c39534b1abe056
f81d275e672825976c613c4cd4c5e24db07506d0
/AreaFiguras/Rombo/Rombo.cpp
f69e9cb272b2f385033dfc83e7ee9524fff0b08f
[]
no_license
ttomascard/Ejercicios-C-Plus-Plus
1a8a650b9d740cb54f9b911409b4d106e0b2c771
a17b14497052c7f997807033b574d9991a220613
refs/heads/main
2023-04-19T16:14:11.205956
2021-05-13T19:39:59
2021-05-13T19:39:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
494
cpp
#include <iostream> #include <math.h> using namespace std; int main() { float d, d2, resultado; cout<<"Calcule el area de un rombo"<<endl; cout<<endl<<"Ingrese la longitud de la Diagonal mayor"<<endl; cin>>d; cout<<"Ingrese la longitud de la Diagonal menor"<<endl; cin>>d2; system("cls"); resultado= d*d2/2;...
[ "tomascard3108@gmail.com" ]
tomascard3108@gmail.com
84c26f475aa098495a0be29e8e3dd056edde857e
ac227cc22d5f5364e5d029a2cef83816a6954590
/applications/physbam/physbam-lib/External_Libraries/Archives/boost/boost/wave/cpp_iteration_context.hpp
7c9152d0c2e6e7133ef5ead39607756b777bd6e6
[ "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
schinmayee/nimbus
597185bc8bac91a2480466cebc8b337f5d96bd2e
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
refs/heads/master
2020-03-11T11:42:39.262834
2018-04-18T01:28:23
2018-04-18T01:28:23
129,976,755
0
0
BSD-3-Clause
2018-04-17T23:33:23
2018-04-17T23:33:23
null
UTF-8
C++
false
false
7,515
hpp
/*============================================================================= Boost.Wave: A Standard compliant C++ preprocessor library Definition of the preprocessor context http://www.boost.org/ Copyright (c) 2001-2005 Hartmut Kaiser. Distributed under the Boost Software License, Version 1...
[ "quhang@stanford.edu" ]
quhang@stanford.edu
cfe42f2b4610e224eeb8a3e0248d02a5b66f91db
e2847929f485edb74dda23e63dff0b59e93998d2
/0334.increasing-triplet-subsequence/increasing-triplet-subsequence.cpp
8624e8541ae9ee6b7067dbb189b0975531ef43ee
[]
no_license
hbsun2113/LeetCodeCrawler
36b068641fa0b485ac51c2cd151498ce7c27599f
43507e04eb41160ecfd859de41fd42d798431d00
refs/heads/master
2020-05-23T21:11:32.158160
2019-10-18T07:20:39
2019-10-18T07:20:39
186,947,546
5
1
null
null
null
null
UTF-8
C++
false
false
573
cpp
class Solution { public: //如此简单实现的问题都没有想出来,最近有点浮躁啊! //https://leetcode.com/problems/increasing-triplet-subsequence/discuss/78993/Clean-and-short-with-comments-C++ bool increasingTriplet(vector<int>& nums) { int c1=INT_MAX,c2=INT_MAX; for(const auto &n:nums){ if(n<=c1){ ...
[ "sun710467272@outlook.com" ]
sun710467272@outlook.com
d1b089f79c2392247086b082d5d5d5cbf2958f35
a72d01c6c8dfdd687e9cc9b9bf4f4959e9d74f5d
/ARDEN/touchstone/include/touchstone/gl/resources/frameBufferResource.hpp
2b238228dea62999be8ce720508227c2261944fe
[]
no_license
erinmaus/autonomaus
8a3619f8380eae451dc40ba507b46661c5bc8247
9653f27f6ef0bbe14371a7077744a1fd8b97ae8d
refs/heads/master
2022-10-01T01:24:23.028210
2018-05-09T21:59:26
2020-06-10T21:08:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,568
hpp
// This file is a part of ARDEN. // // Look, but don't touch. // // Copyright 2017 [bk]door.maus #ifndef TOUCHSTONE_GL_RESOURCES_FRAME_BUFFER_RESOURCE_HPP #define TOUCHSTONE_GL_RESOURCES_FRAME_BUFFER_RESOURCE_HPP #include <unordered_map> #include <unordered_set> #include "touchstone/gl/types.hpp" #include "touchstone...
[ "squeak@erinmaus.com" ]
squeak@erinmaus.com
d857d045da0955ad229cd4cf6d0247594d61ced9
d8cab2607a466e235cc4ff802742e6a31552f5ed
/calendarwidget.cpp
8546f52f61d673a3b6bcc6ff6694ce356ec14719
[]
no_license
ivkamluk/kanbax_diploma
043c1768c3b99dfb94ff9dd6075b78f8d573647a
2974390db55a78a0a391cc1938c72494bb3bd55f
refs/heads/master
2020-06-23T03:12:47.616748
2019-07-23T19:09:02
2019-07-23T19:09:02
198,488,680
0
0
null
null
null
null
UTF-8
C++
false
false
402
cpp
#include "calendarwidget.h" /* this class show for user calendar where displaying his all tasks from all boards */ CalendarWidget::CalendarWidget(QWidget *parent) : QWidget(parent) { QVBoxLayout *vbox_main = new QVBoxLayout(this); QLabel *label_test = new QLabel(this); label_test->setText("Calen...
[ "noreply@github.com" ]
ivkamluk.noreply@github.com
8aa3a7dd16add7a5836010233a666efa29ed54d5
74f03dde193ef3fee81235a30fa483258466ce69
/longest_valid_parentheses .cpp
4b116859ae0ead716bc7c2ea6b8c39075869ca1f
[]
no_license
teddy-hoo/leetcode
d3cf20c474c59681396f6ab793bb6b9ef13e0585
196c790aa2c77b0d5cb7c157add741949aebd26c
refs/heads/master
2016-09-03T07:19:36.901033
2015-02-05T08:11:31
2015-02-05T08:11:31
17,579,300
0
0
null
null
null
null
UTF-8
C++
false
false
896
cpp
class Solution { private: void findValidParentheses(string s, vector<bool> &isValid){ vector<int> indices; int len = s.size(); for(int i = 0; i < len; i++){ if(indices.size() == 0 || !(s[i] == ')' && s[indices.back()] == '(')){ indices.push_back(i); } else{ isValid[indices.back()] = true; ...
[ "hulingchuan@hotmail.com" ]
hulingchuan@hotmail.com
3faf92e7c6925f38ebcdff0e50966b14411b151f
8d495adb0b14d91d9175d1f2b3aa8aff9979b70c
/prjGestionCC/Client.cpp
ec740c0e9e451d0595b08bdfc59123f1e087d802
[]
no_license
Francky-38/Projet_CPP
ad757e363b29adb8522d16a8989d866ff53de82f
ce9d2118ac1cf7f83bfd0f2732c00a845758e6bb
refs/heads/main
2023-04-12T13:23:12.987464
2021-05-11T17:33:39
2021-05-11T17:33:39
362,029,319
0
0
null
null
null
null
UTF-8
C++
false
false
1,016
cpp
#include "Client.h" Client::Client() { //ctor SetID(0); Setnom("NC"); SetadresseP(nullptr); Setmail("NC"); } Client::Client(unsigned int id, string n, Adresse* a, string m) { SetID(id); Setnom(n); SetadresseP(a); Setmail(m); } Client::~Client() { //dtor cout << endl << "Dest...
[ "franckvero38@gmail.com" ]
franckvero38@gmail.com
95b9d972382cc2eac0411975db7329f8afb05373
30a03b509ed189f6a0e0574883a255774965e93e
/flightlib/src/envs/quadrotor_env/quadrotor_env.cpp
8f80af3772bc7abe5b74ae65ed16b1c5569f7c7f
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
uzh-rpg/flightmare
efdf34f546348b870307e4c375b0bf82fbf256d2
d4218aedac18cbe9364a0a0df10ab992c4b65e4f
refs/heads/master
2023-08-13T17:25:46.427864
2023-05-15T08:41:51
2023-05-15T08:41:51
279,581,575
811
346
NOASSERTION
2023-04-18T04:30:00
2020-07-14T12:40:25
C++
UTF-8
C++
false
false
6,528
cpp
#include "flightlib/envs/quadrotor_env/quadrotor_env.hpp" namespace flightlib { QuadrotorEnv::QuadrotorEnv() : QuadrotorEnv(getenv("FLIGHTMARE_PATH") + std::string("/flightlib/configs/quadrotor_env.yaml")) {} QuadrotorEnv::QuadrotorEnv(const std::string &cfg_path) : EnvBase(), pos_coeff_(0.0...
[ "yun-long.song@outlook.com" ]
yun-long.song@outlook.com
46edb1c379cc0af7e379d29854cc7f05b9e0d18f
4d2bae21685dbe97e8eb5ba9c7e8e9d847bcfbdb
/Visual_Studio_2013/Projects/module_test/ClipboardTest/ClipboardTest.cpp
825bd62d775437b9f45857ba34a8ae739a08f390
[]
no_license
jamesxucq/Server_Workspace
b744a26ae739e2fa7e5b3053334f1ddae3af458d
fc1b58716132eb5ec398b939813ef52fb68d5cad
refs/heads/main
2023-05-26T20:57:41.730820
2021-06-17T05:42:58
2021-06-17T05:42:58
377,662,201
0
0
null
null
null
null
GB18030
C++
false
false
1,478
cpp
// ClipboardTest.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "ClipboardTest.h" #include "ClipboardTestDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CClipboardTestApp BEGIN_MESSAGE_MAP(CClipboardTestApp, CWinApp) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() // CClipboardTestApp 构造 CClipb...
[ "xujiecq@163.com" ]
xujiecq@163.com
17222dfc9b27b1d6b32d0ac0d415c6203a0391c8
f67c1c118ea826658121f67dd2fb3000485278e2
/js_antonio/fooCDtect/src/MainWnd.h
b8bdc2b70bcfd4c8d05141891d0440d171ae6f0e
[]
no_license
antonioriva/foobar2000-conf
0335cfae55efa82fe171f94ddd467c89225b7897
7327ff3521fe8aab013a7408c3e698475388f0d8
refs/heads/master
2020-05-21T15:00:07.473912
2018-05-20T06:43:00
2018-05-20T06:43:00
61,384,072
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
5,546
h
#pragma once #include <vector> #include <CommCtrl.h> #include <strsafe.h> #define _SIZE_X_ 575 #define _SIZE_Y_ 300 #define BK_EVEN RGB(255, 255, 255) #define BK_ODD RGB(220, 220, 220) #define LENSTDOUT 2000 struct LISTITEM { int idx; int tsort; int rez_type; // результат (1 - CDDA, 2 - MPEG, 3 - unkn...
[ "antonio.riva@gmail.com" ]
antonio.riva@gmail.com
abab3803177c973711bdbd3d62022c1bf67e1fdb
551f7aa91cfa02d357ff413e99627a072668713a
/Codeforces/106C.cpp
2a0e4c9ce788ed59d8e2062e5c9175a82c2b7cbf
[ "MIT" ]
permissive
anubhawbhalotia/Competitive-Programming
4ca865ca6f01a40d04e4d1f68b67964d86fd27f6
32d7003abf9af4999b3dfa78fe1df9022ebbf50b
refs/heads/master
2021-07-18T23:26:16.922797
2021-06-10T08:33:13
2021-06-10T08:33:13
108,657,229
0
1
null
null
null
null
UTF-8
C++
false
false
3,408
cpp
#include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> #include <functional> #include <bits/stdc++.h> using namespace __gnu_pbds; using namespace std; typedef long long ll; typedef vector<int> vi; typedef vector<long long> vl; typedef vector<vector<int>> vvi; typedef vector<vector<long long>> ...
[ "bhalotia.anubhaw4@gmail.com" ]
bhalotia.anubhaw4@gmail.com
5df30733d52c697e0aed3a69e47e67d2f4515c34
2a0eaa9bc3ee3b9233ec65df4a4487de13f80b38
/src/addrman.cpp
535cad091ba7a6f0a1cd37b6fcb3ad2c3b8d13e3
[ "MIT" ]
permissive
smacheng/coolcoin
826175915671686dc21fabd5453f22cbdb715efc
a06216b892d2b7a771a5d979b3507cbb8ec327b3
refs/heads/master
2021-05-02T16:29:13.536290
2014-01-13T06:38:44
2014-01-13T06:38:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,667
cpp
// Copyright (c) 2012 Pieter Wuille // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "addrman.h" using namespace std; int CAddrInfo::GetTriedBucket(const std::vector<unsigned char> &nKey) const { CDataStream ss...
[ "coolcoin@live.com" ]
coolcoin@live.com
d80ae06181640516dbaa0d571df2afcc428c9860
8512bed812cfee9b1b099f1b37094539ad026e05
/third_party/v8/src/compiler/fast-accessor-assembler.cc
1a97fd5337e6cc6aa9af729cb94a3bdb1f056b8e
[]
no_license
gregsimon/inline4
de8eed51e795e3418544672ee03692a6702c6c8e
65c29c873d27c1efdd8c7dd6748666d8b9ddeaae
refs/heads/master
2020-12-30T20:04:40.539897
2016-03-23T14:21:27
2016-03-23T14:21:27
37,556,702
0
0
null
null
null
null
UTF-8
C++
false
false
8,797
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/fast-accessor-assembler.h" #include "src/base/logging.h" #include "src/code-stubs.h" // For CallApiCallbackStub. #include "src/...
[ "gregsimon@gmail.com" ]
gregsimon@gmail.com
98c923390a7585f791b7c0fa625e690542b7f063
0d4045acc9f0efc2cf38e8b9dee4f178d5e77f06
/test/stress/set/iteration/set_iteration.h
7757b874e55c56ff67068a831644fe266343b129
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
Tsiannian/libcds
f69b32840ae87fe195915cb59421fdbffb856320
1223f3c790581a0f741cffdd46fa20ed1a3da498
refs/heads/master
2021-01-11T06:10:32.821647
2016-10-17T11:50:10
2016-10-17T11:50:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
25,001
h
/* This file is a part of libcds - Concurrent Data Structures library (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ Redistribution and use in source and binary forms, ...
[ "libcds.dev@gmail.com" ]
libcds.dev@gmail.com
d57daa7b55863d54a108f30cf6ddc99a8a092a41
24cd93a27b4b8bf66002747e04717b09a8a076a1
/Rush00/ACharacter.cpp
6eca47fb027839abf64ce315bb25de65f6224aa8
[]
no_license
ygarrot/PiscineCpp
d4a8895bb7817a49aa017e09a0941a9985d024b6
50b061bf65c08aca72ae17b9d469302317467633
refs/heads/master
2021-10-11T04:16:11.622207
2019-01-21T20:18:05
2019-01-21T20:18:05
166,874,429
0
0
null
null
null
null
UTF-8
C++
false
false
2,131
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ACharacter.cpp :+: :+: :+: ...
[ "garrot.yoan1@gmail.com" ]
garrot.yoan1@gmail.com
3e9ae3b45e84328d9bdca7c368e7095081098a87
4dff595d59df71df9eaf3ea1fda1a880abf297ec
/src/IClickable.h
8474b9419a86987d5580ef77ab861dde9004f933
[ "BSD-2-Clause" ]
permissive
dgi09/Tower-Defence
125254e30e4f5c1ed37dacbfb420fb650df29543
2edd53d50c9f913d00de26e7e2bdc5e8b950cc02
refs/heads/master
2021-03-12T19:18:59.871669
2015-09-17T10:55:17
2015-09-17T10:55:17
42,649,877
1
0
null
null
null
null
UTF-8
C++
false
false
200
h
#pragma once struct SDL_Rect; class IClickable { public: virtual void onClick() = 0; virtual void onOutOfFocus() = 0; virtual SDL_Rect getInteractionArea() = 0; bool pointInside(int x,int y); };
[ "thebest_m@abv.bg" ]
thebest_m@abv.bg
e18a54682fe49728b20446c6d6d7330a8d2a11f3
a9fe317fb61818cf455cb443af8f89886ec6da49
/gridMouseInteractor.hpp
471c6c318c9a819e81f7859307a56071f090e688
[]
no_license
bjarnirisaedla/Spacecraft
0163750f616fadcfcd23f900a335bc4b600a0cd0
7b2cb367104568254f6a9777a2eed331de8cde11
refs/heads/master
2020-08-12T23:39:39.484020
2019-10-13T17:52:57
2019-10-13T17:52:57
214,866,137
0
0
null
null
null
null
UTF-8
C++
false
false
7,504
hpp
// Define interaction style for dot mode class GridMouseInteractorStyle : public vtkInteractorStyleTrackballActor { public: static GridMouseInteractorStyle* New(); vtkTypeMacro(GridMouseInteractorStyle, vtkInteractorStyleTrackballActor); virtual void OnLeftButtonDown() { leftButtonIsDow...
[ "hbjarni@student.ethz.ch" ]
hbjarni@student.ethz.ch
73ac2c0e4f2737bf1fbec14134b9a3317ccc1dfa
3106397a9ede72b504719ee0088406dbcfff3e2f
/software/tractor/ros_lib/cob_object_detection_msgs/RectArray.h
cafd6239b4301d0644d17adca1fa1914f89a227b
[ "MIT" ]
permissive
rje1974/Proyecto-Pochito
a9f60f711bd2f5187ca6173ed0b34df67389158f
3bb7cfd159a3c24e5cef3523d51e3ee2c54be7d0
refs/heads/master
2021-06-29T03:17:08.377252
2020-11-21T20:27:38
2020-11-21T20:27:38
192,087,298
2
1
null
null
null
null
UTF-8
C++
false
false
2,384
h
#ifndef _ROS_cob_object_detection_msgs_RectArray_h #define _ROS_cob_object_detection_msgs_RectArray_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" #include "std_msgs/Header.h" #include "cob_object_detection_msgs/Rect.h" namespace cob_object_detection_msgs { class RectArray : pub...
[ "juaneduardoriva@gmail.com" ]
juaneduardoriva@gmail.com
7efcac716893ffd6fe4227c042a59b87ed4e2f01
34897bb3fc75fc074f00bc2df2f3abc2045df051
/Temp___Humidity/Temp___Humidity.ino
39849190484e8e1133ecd0db2ca18b9598f0f120
[]
no_license
absh17797/Arduino-Practice-Samples
512b0eb45c1b435583ca9b40f449b06af94b4c3b
273f44995ca3a9bcb205f1fb05ab6ff8431a1da5
refs/heads/master
2020-06-13T10:05:16.105391
2019-07-08T09:05:04
2019-07-08T09:05:04
194,621,113
0
0
null
null
null
null
UTF-8
C++
false
false
369
ino
#include <LiquidCrystal.h> #include <dht.h> LiquidCrystal lcd(12, 11, 5, 4, 3, 2); int Pin = A0; dht Ob; void setup() { lcd.begin(16,2); //16 by 2 character display } void loop() { Ob.read11(Pin); lcd.setCursor(0,0); lcd.print("Humidity: "); lcd.print(Ob.humidity); lcd.setCursor(0,1); lcd.p...
[ "noreply@github.com" ]
absh17797.noreply@github.com
5ec7f684112d8c2f22af9313fa7c6bd8e6c5fd5b
059557219ac0eaed09918f0998302132ac3ae50f
/Diodes/Tests/MarwinPi_DiodeTestSuite.cpp
c1c5a84b87c2fd517c0160eb46ad56b73a898ef0
[]
no_license
marcindus/marwinPi
dc23d28102ad680fdc1aa7f15877ca31fbdeb0d1
a7c9d081a2232b7ff9ec396e0b7323b3ce347d69
refs/heads/master
2020-08-08T00:36:28.875748
2018-10-05T19:58:43
2018-10-05T19:58:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
829
cpp
#include <gtest/gtest.h> #include "MarwinPi_Diode.hpp" #include "MarwinPi_GpioPortMock.hpp" namespace MarwinPi { class DiodeTestSuite : public ::testing::Test { public: DiodeTestSuite() : m_gpioPortMock(new GpioPortMock), m_portRawPtr(m_gpioPortMock.get()), m_sut(std::move(m_gpioPortMock))...
[ "marcin.windys@gmail.com" ]
marcin.windys@gmail.com
9aee8288a9fcc938334222af356d275a0d9a92c1
f158320b128cf20ff6d523b24d3ba41478a993c9
/Concrete_Efficiency_Improvements_to_Multiparty_Garbling_with_an_Honest_Majority/OTExtnsion/BMR_BGW_aux.h
3a291d235220cd06444a160343d980a91f9125aa
[]
no_license
LiorBreitman8234/BMR-Protocols
cca9f06f649cf89c6060741d2d05af9d3aa64633
527e43c4c9250396098573e1fd9023cbcc687ebd
refs/heads/master
2023-06-24T17:39:00.948472
2017-10-26T15:21:55
2017-10-26T15:21:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,851
h
/* * BMR_BGW_aux.h * * Author: Aner Ben-Efraim * * year: 2016 * */ #ifndef _BMR_BGW_AUX_H_ #define _BMR_BGW_AUX_H_ #pragma once #include <stdio.h> #include <iostream> #include "Config.h" #include "../util/TedKrovetzAesNiWrapperC.h" #include <wmmintrin.h> #include <emmintrin.h> #includ...
[ "anermosh@post.bgu.ac.il" ]
anermosh@post.bgu.ac.il
53c0d01815e2451d5aef9a9a057099cfb6cbe56a
4c0111d3323b1deadd03d8b0822cac3e44d997a5
/cpu.cpp
313d3e39493631ba37be0d40b34a1c6c14977f0b
[ "BSL-1.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yuhongfang/cryptopp
2ba904c3aaec34d32f0a92026810ad7abba734a7
c8900f39922aa3462de5ffeb6ebf8d14d87bea29
refs/heads/master
2021-01-14T14:32:46.272806
2016-04-22T04:06:50
2016-04-22T04:06:50
56,846,257
2
0
null
2016-04-22T10:04:59
2016-04-22T10:04:58
null
UTF-8
C++
false
false
6,291
cpp
// cpu.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "config.h" #ifndef EXCEPTION_EXECUTE_HANDLER # define EXCEPTION_EXECUTE_HANDLER 1 #endif #ifndef CRYPTOPP_IMPORTS #include "cpu.h" #include "misc.h" #include <algorithm> #ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBL...
[ "noloader@gmail.com" ]
noloader@gmail.com
7dec8e6484401d7d3462f1e6a3192c772f873b2f
5099bc23eba70d3b71aa68c6b3945c229f662d4f
/project-1.cpp
40164cae43c430be4051d0839762dea1f138e751
[]
no_license
jkabagem/Projects
6bfb90797c6fe4fcb5be863e5a34b6cff95a32ce
763e75bd9856583e5ac8b77cdb3a050b2fff1c3d
refs/heads/master
2021-01-12T04:15:19.501624
2016-12-28T20:18:58
2016-12-28T20:18:58
77,557,523
0
0
null
null
null
null
UTF-8
C++
false
false
94
cpp
#include iostream using namespace std; int main () { cout << "Hello world\n"; return 0; }
[ "julien kabagema" ]
julien kabagema
63c7e3835ef29fb083e0f240a20ff944b955d27f
3078ae0b843641976a4b624e9b98204c86037e76
/Machine_Learning/Project_3_MachineLearning/Project_3_MachineLearning/NominalAttribute.cpp
c85982ce87b3d20c711eefb2a4fb3ff196acf31e
[]
no_license
grwim/Portfolio
0888d63cfb432ae112ed878a1b8b766b91f7b989
862942118f6701e40fb1c4b3e659d565058a5729
refs/heads/master
2020-03-28T04:30:57.113423
2019-01-17T23:57:12
2019-01-17T23:57:12
147,719,480
0
0
null
null
null
null
UTF-8
C++
false
false
1,597
cpp
// // NominalAttribute.cpp // Project_3_MachineLearning // // Created by Konrad Rauscher on 3/16/16. // Copyright © 2016 Konrad Rauscher. All rights reserved. // #include "NominalAttribute.hpp" NominalAttribute::NominalAttribute() { } void NominalAttribute::addValue( string value ) throw ( logic_error ) //...
[ "konmanr@gmail.com" ]
konmanr@gmail.com
ed5830e8ed285efde854672d906f8623ca022643
f2d92728ef7aba31da26546c0c60061494c57338
/alarm/alarm.ino
a81018ae5d9225b0ca2156e23184eec1d3664ad3
[]
no_license
marclimmer/intellectual-computer
20e163d45e79fba2f8ed6fedcf4ebb22ffd401e2
28c0e0dc0225bd2b521e638f6ab549466601036a
refs/heads/master
2021-08-14T09:52:12.872106
2017-10-18T08:59:53
2017-10-18T08:59:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,520
ino
// Definition of the input pins int PinA1 = 15; int PinA2 = 16; int PinA3 = 17; int PinA4 = 18; int PinA5 = 19; int PinD13 = 13; // Set Control Pin // Definition of the variable storing the value int ValueA1 = 0; int ValueA2 = 0; int ValueA3 = 0; int ValueA4 = 0; int ValueA5 = 0; bool ValueD13 = false; // Define the...
[ "askia" ]
askia
ad0906eb6ecb8b8d11ffc5b29b7df27f4e4e3179
3365d254d5139a7763660c5324aa258a594d4566
/MacOS/OpenGL_04_Polygon/OpenGL_04_Polygon/main.cpp
4c5f2e642d589f6e20bb3882c355b336b7450611
[]
no_license
xexexe/hello_OpenGL
e64c8f3ae04f1f0b171ec20c424c78f30b3d66bb
a8c95c9c1b3e15a4ebad09b62bb4c94f71980679
refs/heads/master
2021-01-21T19:20:16.621195
2017-06-29T05:57:24
2017-06-29T05:57:24
92,136,432
0
0
null
null
null
null
UTF-8
C++
false
false
4,705
cpp
// // main.cpp // OpenGL_04_Polygon // // Created by Mark Ran on 2017/5/25. // Copyright © 2017年 markran. All rights reserved. // #include <iostream> #include <GLUT/GLUT.h> /** * 初始化操作 */ void init() { glClearColor(0.0f, 0.0f, 0.0f, 0.0f); //设置着色模式,GL_FLAT 采用恒定着色,使用图元中某个顶点的颜色来渲染整个图元。 glShadeModel(G...
[ "ranjun@wondershare.com" ]
ranjun@wondershare.com
ad6c3b67a0956e8512a88edfe71047f19183a72f
b762cf95c8829ba8df1d8d1a47873e626a24bb1f
/dart/collision/dart/DARTCollide.h
2e206d2d3622e92f4314957bc02650c225f87b3f
[ "BSD-2-Clause" ]
permissive
amelim/dart
f70045b8ecc719fb9df4d8f32fe9adaeea95fe36
6d3d4c433b62ae3073fefa9de85430591dcaaad9
refs/heads/master
2021-01-18T17:16:59.008302
2014-11-12T21:09:25
2014-11-12T21:09:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,570
h
/* * Copyright (c) 2013-2014, Georgia Tech Research Corporation * All rights reserved. * * Author(s): Jeongseok Lee <jslee02@gmail.com> * * Georgia Tech Graphics Lab and Humanoid Robotics Lab * * Directed by Prof. C. Karen Liu and Prof. Mike Stilman * <karenliu@cc.gatech.edu> <mstilman@cc.gatech.edu> * * Thi...
[ "jslee02@gmail.com" ]
jslee02@gmail.com
8c7d655ec0a37f7e5060f31a3dddfe4e6d48dcba
fa889d051a1b3c4d861fb06b10aa5b2e21f97123
/kbe/src/lib/pyscript/scriptstdouterr.inl
29f22e67d04c28aa625bf3a6e1c21daeae1f71af
[ "MIT", "LGPL-3.0-only" ]
permissive
BuddhistDeveloper/HeroLegendServer
bcaa837e3bbd6544ce0cf8920fd54a1a324d95c8
8bf77679595a2c49c6f381c961e6c52d31a88245
refs/heads/master
2022-12-08T00:32:45.623725
2018-01-15T02:01:44
2018-01-15T02:01:44
117,069,431
1
1
MIT
2022-11-19T15:58:30
2018-01-11T08:05:32
Python
UTF-8
C++
false
false
870
inl
/* This source file is part of KBEngine For the latest info, see http://www.kbengine.org/ Copyright (c) 2008-2017 KBEngine. KBEngine 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 3 of the...
[ "liushuaigeq@163.com" ]
liushuaigeq@163.com
0b86c3ff7a91e3ddd09254314eacd3c99639d8c5
4e37746643015da08a704df18aa912785f72fef7
/mecanum_jz/src/mecanum.cpp
0821651bcaf10f1abe64f6938dce7208a1fcf0dc
[]
no_license
ZJUTongYang/mecanum_jz
77176994887a0fdc93e14df518d7b6497e6c36ff
8c6a013715fc0a6a88864cb7619ba90a0bed3288
refs/heads/master
2020-04-09T05:02:27.292020
2018-12-05T14:10:48
2018-12-05T14:10:48
159,137,725
0
0
null
null
null
null
UTF-8
C++
false
false
2,352
cpp
#include "mecanum.h" #include <ros/ros.h> #include <geometry_msgs/Twist.h> mecanum::mecanum() { ros::NodeHandle n; wheel_sub_ = n.subscribe("/jzhw/robot_cmd", 1, &mecanum::robotCmdCallBack, this); key_sub_ = n.subscribe("/keyboard/keydown", 1, &mecanum::keyDownCallBack, this); wheel_pub_ = n.advertise<geometry_msg...
[ "327300724@qq.com" ]
327300724@qq.com
9daeff66857ef4bddd7d4db861a30ce2ccce744a
0b2a8aee57dc25123e25ca1a531f1288cad80ac2
/src/csv/csv_parser.cpp
31c3b1eb702c5590a2e82388ed3adc823c1508d0
[ "MIT" ]
permissive
ebadier/MarioSokoban
b482cd275076686ad294476fa8bb631ae622002a
5c62b758553bb24fe1ee5e62ef9cfef18354b255
refs/heads/master
2021-06-15T21:43:54.882876
2021-01-31T23:07:01
2021-01-31T23:07:01
18,041,872
2
0
null
null
null
null
UTF-8
C++
false
false
12,676
cpp
/* INCLUDING HEADER FILES */ #include <csv/csv_parser.h> /* BEGIN DEFINITION FOR PUBLIC METHODS */ bool csv_parser::init(FILE * input_file_pointer) { input_fp = input_file_pointer; if (input_fp == NULL) { fprintf(stderr, "Fatal error : unable to open input file from file pointer\n"); return false; } /* Re...
[ "emmanuel.badier@gmail.com" ]
emmanuel.badier@gmail.com
42a5096d5f94bf7c96a660b497a5e24f7e216f4d
f3cdb96a4d22885865bda860693867dadf43a89b
/server/GameServer.cpp
604af779f6d05b90b14fec2ed6d7efc8583660b5
[]
no_license
SzymonPajzert/siktacka
62a0a4d9f4c5ab42d80ed36b70c788f4ade36e04
75a284fb3523e99ce8fb9735dbbf4de58deb0847
refs/heads/master
2021-03-16T09:23:32.325266
2017-09-07T18:52:02
2017-09-07T18:52:02
100,859,086
0
0
null
null
null
null
UTF-8
C++
false
false
11,722
cpp
// // Created by svp on 07.08.17. // #include <vector> #include "GameServer.hpp" void GameServer::run() { logs(serv, 0) << "Server run" << std::endl; while(play_game()) {} logs(serv, 0) << "Game stopped" << std::endl; } bool GameServer::play_game() { logs(serv, 0) << "Play game called" << std::endl; ...
[ "szymonpajzert@gmail.com" ]
szymonpajzert@gmail.com
40a2e19c570b406da42075bf10b8107575cd3c5d
3e8a948e1d49911eb041c6be61fa02125293ce80
/competitive_programming/binary_search/maximize_minimum_value/poj3258/poj3258.cpp
7c0d0a9c1ca74c31e052dbf63d101ecdb4486d35
[]
no_license
MatsudaYoshio/study
66fea10ada4920763cab9d56ff38aad4eec8a6f3
604efb487ccced2d93ca1e93dc1b0a9559d0ba9b
refs/heads/master
2022-11-16T15:51:11.022117
2022-11-12T12:49:46
2022-11-12T12:49:46
101,472,509
0
0
null
null
null
null
UTF-8
C++
false
false
684
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; int L, N, M; vector<int> r; bool C(int d) { int prev, crt = 0, cnt; int m = M; while(crt <= N+1){ ++crt; prev = crt-1; cnt = 0; while(crt <= N+1 && r[crt]-r[prev] < d){ ++crt; ++cnt; } m -= ...
[ "dark.unicorn1213@gmail.com" ]
dark.unicorn1213@gmail.com
2a58172ad2cc91983f166e43eb0cc570eadd08b3
a19debde19b27a4a0ce1a218e8cf340db1a65f53
/Classes/GameScene.cpp
0f30943c04b38277c5df32a5365fcde6b264c0c4
[ "MIT" ]
permissive
canh7antt8a/Onet-Connection
12b496130dc8bd02252a8f2b14d471b11d3d2520
1b0c80eb7e262b8c068c80129c22617b96e1b08c
refs/heads/master
2020-04-11T10:42:41.531413
2018-03-17T03:24:16
2018-03-17T03:24:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
44,035
cpp
// PikachuConnect // // Created by NguyenHoang on 8/18/16. // // #include "GameScene.h" #include "ButtonCustom.h" #include "GameDefine.h" #include "HomeScene.h" #include "PikachuObject.h" #include "MyLine.h" #include "DrawLinePikachu.h" #include "PopupGame.h" #include "Admob.h" #include "AdmodAndroid.h" #include "Si...
[ "nguyenhoangit57@gmail.com" ]
nguyenhoangit57@gmail.com
870c37a3eb7a0b4ec4070ce8b26c6817b5951aa1
7b49d69735eee6602ce328cfcb719024446fe2bb
/oneDim/linearizedEquations2D/init/sigmah.stable
6471ffdf89e7ec7fb143375d48ec2b4b315ba19f
[]
no_license
statisdisc/partitionedShallowWater
7ced6febdae948b222e18039ad622b5d7f0813a4
52422a24a9e3cdbe7c0f8f28c2e8d3f3e1257ca7
refs/heads/master
2021-06-22T16:33:21.060529
2020-08-21T08:39:11
2020-08-21T08:39:11
101,410,034
0
0
null
null
null
null
UTF-8
C++
false
false
1,160
stable
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | ...
[ "bb902856@sws02hs.act.rdg.ac.uk" ]
bb902856@sws02hs.act.rdg.ac.uk
4ced70cb0cb791d0a6e77b047ee9ea387988b3db
19dadef7fd2c335628d79d90e677002204df2e2d
/include/socket.hpp
f8bfd429d19823fc2a5127e867701ea0fd4a1c3c
[]
no_license
dak98/SocketIO
f155234ecdbd5d63e0bf37ac2f36be9dbc4e5ed9
97afd465e7975859307b8219b7d99d472b9ce213
refs/heads/master
2020-06-19T13:14:09.922745
2019-10-01T19:53:48
2019-10-01T19:53:48
196,720,859
4
1
null
null
null
null
UTF-8
C++
false
false
1,367
hpp
#ifndef SOCKETIO_SOCKET_HPP_ #define SOCKETIO_SOCKET_HPP_ #include <string> #include "protocols.hpp" #include "socket_view.hpp" namespace socket_io { class socket { public: /* * @throws - std::runtime_error => an error occured while creating a socket */ explicit socket(ip_protocol const& ip_versio...
[ "jakub.czajka1998@gmail.com" ]
jakub.czajka1998@gmail.com