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
ffbf2f7ff3b69ba4e48b4a4e12c1f99ed01b4fb7
7aca35b28875d25c1e12378a6c6f2ffbb89f1f85
/pbrt/src/shapes/disk.h
a867962c4a3047f49c2e6a6da20ea9ee7bf945b4
[ "BSD-2-Clause", "GPL-2.0-only" ]
permissive
ranahanocka/surface-reconstruction-benchmark
1c777bc8971e9214801674b0a50933b1b3671ccc
9a88eaf76eea87d688131875f897c4ef40bd3b93
refs/heads/master
2020-08-01T10:31:12.782647
2019-09-27T18:45:14
2019-09-27T18:45:14
210,968,290
0
0
BSD-2-Clause
2019-09-26T00:54:09
2019-09-26T00:54:09
null
UTF-8
C++
false
false
1,735
h
/* pbrt source code Copyright(c) 1998-2010 Matt Pharr and Greg Humphreys. This file is part of pbrt. pbrt is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or ...
[ "ksansom@orthanc.me.washington.edu" ]
ksansom@orthanc.me.washington.edu
93aa8014e5cad041d9d5d4cbed685fab6c27c4cd
b05fbe53d5b972b04f7dbebc92085ced25c8b624
/C++/swap.cpp
c991f49da01f605729070d6ff86b93b37816c008
[]
no_license
tsr9804/computer-science-foundations
915824188d12baa6e749c3c755a2da1d02407c32
ffcc84c0d3dc6c67b46c4f314509c1fdedd69d80
refs/heads/main
2023-01-16T01:00:25.633318
2020-11-29T20:16:33
2020-11-29T20:16:33
311,491,733
0
0
null
null
null
null
UTF-8
C++
false
false
265
cpp
#include<iostream> using namespace std; void swap(int *xp, int *yp){ int temp = *xp; *xp = *yp; *yp = temp; } int main() { int lst[] = {1,2,3,4}; swap(&lst[0], &lst[1]); for (int n: lst){ cout << n << endl; } return 0; }
[ "tsr9804@nyu.edu" ]
tsr9804@nyu.edu
1089b6b24386d4e0c159b9e4a9323b93047bebc7
6b95158bedf856771632fc761812b137e1c784f8
/GUI/TestBed/App.cc
d1522d87877d59b4ee79ebfbaec9f889edd780fb
[ "MIT" ]
permissive
hhuangwx/sidecar
dabaa8b87ee7ab1160f60c73bc7ee70f52bcd74e
fe4fa1832410f815a566fbb1934c84e55d153992
refs/heads/master
2021-06-02T08:10:32.349881
2016-08-30T00:39:42
2016-08-30T00:39:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
665
cc
#include "QtCore/QSettings" #include "QtGui/QIcon" #include "QtGui/QMessageBox" #include "GUI/PresetsWindow.h" #include "GUI/Utils.h" #include "GUI/LogUtils.h" #include "App.h" #include "MainWindow.h" using namespace SideCar::GUI; using namespace SideCar::GUI::TestBed; Logger::Log& App::Log() { static Logger::L...
[ "bhowes@microsoft.com" ]
bhowes@microsoft.com
86faca6f61b4ba2e23e4027d95b0c3f0a4686595
6ceef7c951794e782fe044d0b8eb6997f9d8809b
/theNewBoston/if-statement.cpp
71318a9f711179bc81d3d87262cdcb00c3a00b79
[]
no_license
sandeepatel01/Learn_CODE
26798ed42b6203985299ddaa8ce36674451726e7
0b43d028bacee97f434b9391f96668212cb253c2
refs/heads/master
2023-03-19T08:13:19.516303
2021-01-15T18:10:30
2021-01-15T18:10:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
399
cpp
#include <iostream> using namespace std; int main() { int age; cout << "Whats's your age?" << endl; cin >> age; if(age>60) { if(age>100) { cout << "Why are you still alive?" } cout << " wow! you are old!" << endl; } else { ...
[ "rosekamallove@gmail.com" ]
rosekamallove@gmail.com
7c02666b66f6ae1d12d29a81e933dc6de7db1f57
def39f068050b234df9f6909d4277f96b740f11c
/E-olimp/2169. Перестановки .cpp
5d360f73f15905e4321fc429f7a398f9448fe7f9
[]
no_license
azecoder/Problem-Solving
41a9a4302c48c8de59412ab9175b253df99f1f28
a920b7bac59830c7b798127f6eed0e2ab31a5fa2
refs/heads/master
2023-02-10T09:47:48.322849
2021-01-05T14:14:09
2021-01-05T14:14:09
157,236,604
5
1
null
null
null
null
UTF-8
C++
false
false
317
cpp
#include <iostream> #include <algorithm> using namespace std; int main() { int a[] = {1,2,3,4,5,6,7,8,9}; int i,n,say=0; cin>>n; do { { for (i=0; i<n-1; i++) cout<<a[i]<<" "; cout<<a[n-1]<<endl; } } while(next_permutation(a,a+n)); return EXIT_SUCCESS; }
[ "tabriz.haji@gmail.com" ]
tabriz.haji@gmail.com
b03d49dfaae2756d6660af74c8453b9b3b47bb48
15a8fe055833e661fcff23edb32666511deb60cf
/src/sksl/transform/SkSLReplaceConstVarsWithLiterals.cpp
9bc51382d8bf597ac1813754aa1b0986d02219f3
[ "BSD-3-Clause" ]
permissive
colemancda/skia
3b94919e0314b8d2c1cfa4cd4b23f967f2a07ac9
d1fe350fa612b4abffdaeb566c954377396fd2a3
refs/heads/master
2022-12-26T13:41:48.890815
2022-12-20T20:53:37
2022-12-20T21:46:41
50,711,932
0
0
null
2016-01-30T06:13:34
2016-01-30T06:13:34
null
UTF-8
C++
false
false
3,886
cpp
/* * Copyright 2021 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "include/core/SkTypes.h" #include "include/private/SkSLModifiers.h" #include "include/private/SkSLProgramElement.h" #include "include/private/SkTHash.h" #include "src/...
[ "skcq-be@skia-corp.google.com.iam.gserviceaccount.com" ]
skcq-be@skia-corp.google.com.iam.gserviceaccount.com
1523e44eacd2c6701a3c06f397af6cbfc4e23e51
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/chrome/browser/chromeos/power/auto_screen_brightness/model_config_loader_impl.cc
69e08d4a5dcc30e37f5f55092c384b2cb1901253
[ "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
8,738
cc
// 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. #include "chrome/browser/chromeos/power/auto_screen_brightness/model_config_loader_impl.h" #include <string> #include <vector> #include "base/bind.h" #i...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
e9cba9de02eb5ca8c6c4e96ef6609f8e6797c2d2
05888c37075feb7a30d482b994478bcd5559239b
/MainObject.cpp
47b2d7db31099e0ed9cd007ac2067e7e18353688
[]
no_license
leanhduc123/CrossTheRoad
b39b90c744ec8b19dba0ec35cc726e00104d1595
d812afadfd08c7b7d4c0573a3914c9520fcc8993
refs/heads/master
2020-05-18T19:21:17.408643
2019-05-02T15:45:55
2019-05-02T15:45:55
184,606,671
0
0
null
null
null
null
UTF-8
C++
false
false
3,994
cpp
#include "stdafx.h" #include "MainObject.h" MainObject::MainObject() { x_val = 0; y_val = 0; x_pos = 0; y_pos = 0; x1 = 0; x2 = 0; y1 = 0; y2 = 0; status = -1; input_type.down_ = 0; input_type.left_ = 0; input_type.right_ = 0; input_type.up_ = 0; score = 0; } MainObject::~MainObject...
[ "noreply@github.com" ]
leanhduc123.noreply@github.com
432e245a429ed722d48124c5a40403a89c40d2bd
f10c4172dd0b7245cc1d196c8fe8a8d21ec541b1
/src/states/gamestate.cpp
c35ad1847b7f6a5f6b2fc384352f00b09fa32e25
[]
no_license
gered/MyGameFramework
52230b38b0f1d8fa42ee51d4757b3a62f7c50361
9b9404724e48ca9441ba301ba6548b93e794ae93
refs/heads/master
2016-09-05T09:47:58.024870
2013-04-03T16:30:24
2013-04-03T16:30:24
7,942,357
1
0
null
null
null
null
UTF-8
C++
false
false
2,700
cpp
#include "../framework/debug.h" #include "gamestate.h" #include "statemanager.h" #include "../gameapp.h" #include "../effects/effectmanager.h" #include "../events/eventlistenerex.h" #include "../processes/processmanager.h" GameState::GameState(GameApp *gameApp, StateManager *stateManager) : EventListenerEx(gameApp->...
[ "gered@blarg.ca" ]
gered@blarg.ca
c1b4dfa3ca16622c6c298ebda8425d271b8a7620
3274eafd27f91448ab6651bdede969ab31197bf0
/include/meliorate/meliorate.h
3ea31af4c3926c4a5974c62191c004d77df81679
[ "MPL-2.0" ]
permissive
diwalkerdev/Meliorate
9606264340a70dd0a14c316a89f39d079dec585f
278ecc692b5763071ce0b20c8832fa49617985d0
refs/heads/master
2022-11-17T23:45:18.285314
2020-07-16T22:24:50
2020-07-16T22:24:50
51,037,990
0
0
MIT
2020-07-16T22:15:44
2016-02-03T23:19:45
C++
UTF-8
C++
false
false
1,398
h
#ifndef MELIORATE_H #define MELIORATE_H #include <stdio.h> #include <iostream> #include <exception> extern int MELIORATE_NUM_TEST_FUNCTIONS; extern void (*meliorate_test_functions[])(); extern const char* meliorate_test_names[]; extern bool meliorate_stop_on_error; template <typename T> void meliorate_handle_exce...
[ "dwalker0044@gmail.com" ]
dwalker0044@gmail.com
d571b1a9772501ffceb3c50fd822400c3036e99c
415646a3b772a9cb9a8ed36f18823a450dc1e84d
/components/stellator/db/extensions/STFieldPoint.cc
48025146b8f9a6c630d34890accb5dea9228c3cd
[ "MIT", "BSD-3-Clause" ]
permissive
wangscript007/stappler
6dcaf8a31487847aa8c731211f2e571ac461185b
cbc5925fe3ba7177c57852e09ca48e3dae9bc832
refs/heads/master
2022-12-19T01:43:18.912124
2020-09-06T22:44:03
2020-09-07T00:57:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,451
cc
/** Copyright (c) 2019 Roman Katuntsev <sbkarr@stappler.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merg...
[ "sbkarr@stappler.org" ]
sbkarr@stappler.org
4350c08d720bd3d50b46d9f60df63f3a52bcd4c0
ddf699ede86a2936fc3ac151c2c6784f60fd1ef3
/fn_Sandbox/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_0.cpp
1492afa9b82c7909ff9ef65d4fa00c5be4e39d58
[]
no_license
0000101010b/fn_SandBox
f48d0a6b236289f7e88b7af8bf258b99a32911f8
431f3a1bd24b4ee21c6acd5a0cd9d574a9903824
refs/heads/master
2021-05-01T02:22:16.010791
2017-01-24T14:26:42
2017-01-24T14:26:42
79,918,625
0
0
null
null
null
null
UTF-8
C++
false
false
1,529,390
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> // System.String struct String_t; // System.Object[] struct ObjectU5BU5D_t3614634134; // Microsoft.Win32...
[ "mpc00101010@gmail.com" ]
mpc00101010@gmail.com
589d3a7657c4fd1a690dce9fb195b6522684b929
05b788927e60b85ee5f02383fa012666e5e2436b
/Practice/src/ROS_CPP/src/cpp_publisher.cpp
9feb7594e8c8dafb9b76916b2dd61460d3ea62e8
[]
no_license
TejasPhutane/ROS_Projects
ce2702d4671a3570d635fba450539890c23837a1
9c9b037143efb8094ae6c38cc5b4391a3c960d72
refs/heads/master
2023-07-12T09:25:23.705595
2021-08-17T15:05:26
2021-08-17T15:05:26
385,515,304
1
0
null
null
null
null
UTF-8
C++
false
false
589
cpp
#include <ros/ros.h> #include <std_msgs/String.h> int main(int argc,char **argv) { //Initialising the node ros::init(argc,argv,"Publisher_CPP"); // Initialising the node handle ros::NodeHandle nh; // Creating a publisher and advertising the service ros::Publisher pub = nh.advertise<std_msgs::Strin...
[ "tejasphutane@gmail.com" ]
tejasphutane@gmail.com
471c501e9a84927d18ead0716da7f5c396140e55
d05aa5a5e46b356094ac801d80a35fc33a767299
/src/commlib/soarlib/soar_zerg_frame.h
a0306df09f46f259303df9ff01b17cd5fc5057f4
[ "Apache-2.0" ]
permissive
RiversFlows/zcelib
d2c131ca734964369d277bcbd354e62afab83d1b
88e14ab436f1b40e8071e15ef6d9fae396efc3b4
refs/heads/master
2022-06-18T01:40:18.937878
2020-05-06T09:08:10
2020-05-06T09:08:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,883
h
#ifndef SOARING_LIB_SERVER_APP_FRAME_H_ #define SOARING_LIB_SERVER_APP_FRAME_H_ #include "soar_enum_define.h" #include "soar_services_info.h" #include "soar_frame_command.h" #include "soar_error_code.h" #pragma pack (1) /*! * @brief FRAME的选项字节的UNION结构 * */ struct _ZERG_FRAME_OPTION { public: //frame_opti...
[ "fullsail@163.com" ]
fullsail@163.com
df639d2d6597285b384c55ab7ae9af06637e4219
427419228ca489739e16c380d7bc68a6ef509e5a
/Vaccine_Production.cpp
9f76b12bb4f1cd83620e182c2edcad2cc00e8f2a
[]
no_license
wolverinezgit/cpsolutions
d5dca485190a27f4d27e9610cd6ea02d98a50072
e0e695036cbd4c51ec9bf57d585b40204c8566a1
refs/heads/main
2023-03-10T12:31:27.848231
2021-02-18T13:04:00
2021-02-18T13:04:00
332,387,127
2
0
null
null
null
null
UTF-8
C++
false
false
607
cpp
#pragma GCC optimize("Ofast") #pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,avx2,fma") #pragma GCC optimize("unroll-loops") #include <bits/stdc++.h> using namespace std; typedef long long ll; #define mp make_pair #define pb push_back #define fast_cin() ios_base::sync_with_stdio(false); cin.tie(NULL...
[ "iamharsh05@gmail.com" ]
iamharsh05@gmail.com
73275c601ad6177908a6d0101b23e371df1ca6d2
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/windows/advcore/ctf/mslbui/cutil.h
8b7671b331a1386f9762935b39eaeeed6a578507
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
603
h
// cutil.h // // #ifndef CUTIL_H #define CUTIL_H #include "private.h" // // base class for SR engine detection // class __declspec(novtable) CDetectSRUtil { public: virtual ~CDetectSRUtil() { if (m_langidRecognizers.Count() > 0) m_langidRecognizers.Clear(); } ...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
c826f43b62050bf45112260b7fea1288d9cabe38
ecab21462fc75df52132b11349d8e7a0dcd3218c
/gen/blink/bindings/core/v8/V8BeforeUnloadEvent.cpp
4136a8eba0afed54f3b78c9e691e18dc78e4dd5f
[ "Apache-2.0" ]
permissive
mensong/MiniBlink
4688506a0e9e8f0ed5e6d6daaf470255be2a68b8
7a11c52f141d54d5f8e1a9af31867cd120a2c3c4
refs/heads/master
2023-03-29T04:40:53.198842
2021-04-07T01:56:02
2021-04-07T01:56:02
161,746,209
2
1
null
null
null
null
UTF-8
C++
false
false
5,845
cpp
// 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. // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! #include "config.h" #include "V8BeforeUnloadEvent.h" #include "bindings/cor...
[ "mail0668@gmail.com" ]
mail0668@gmail.com
b0ae98fc7bacbed91dac0a55240ca87ce8dc1de7
9f3cbb11bc2c4fd98745e1bbe7e05c5172dcdcf1
/deploy/ios_demo/ocr_demo/pdocr/ocr_crnn_process.cpp
df932d5ed3b767b3f95a549a6209cee044bfa267
[ "Apache-2.0" ]
permissive
jm12138/License_plate_recognition
35283556d4c1bb0b8eef62159a0e68d153aedd76
8c2c9de8b209c6c65dbec0289ada21b8a69f091b
refs/heads/main
2023-04-23T10:01:47.291175
2021-05-13T14:57:18
2021-05-13T14:57:18
305,663,631
34
4
Apache-2.0
2021-03-09T02:43:39
2020-10-20T09:55:45
C++
UTF-8
C++
false
false
4,821
cpp
// Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required...
[ "2286040843@qq.com" ]
2286040843@qq.com
32cff64af746785539b84b9cf6ca9d07046bb0e9
3894c1c0a265dfa91e114ff4df12236454efdb2c
/LeetCode/iter2/C++/LongestIncreasingSubsequence.cpp
561ff6e6bbed379496ed7b111518c9629e19b83c
[]
no_license
jonathenzc/Algorithm
d770802337a8f4f36b94e42722d4d1954b45f408
f6b3d1a3f987dd3f38aa38c6de4b37caef0880bc
refs/heads/master
2020-04-04T00:16:38.780515
2020-03-12T16:10:43
2020-03-12T16:10:43
33,028,640
2
0
null
null
null
null
UTF-8
C++
false
false
961
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; int lengthOfLIS(vector<int>& nums) { int *dp = new int[nums.size()]; for (int i = 0; i < nums.size(); i++) dp[i] = 1; //dp[i]表示以i为节点的最长序列 int maxLength = 0; for (int i=0;i<nums.size();i++) { for (int j = 0; j < i; j++) { ...
[ "459309661@163.com" ]
459309661@163.com
fe0fdf1f051bc37b476d05ed431fe8e5558bc89b
539a2fe77f0a42843035359347044cddd9d2defa
/src/ui.h
e479c7dafce713e2f7bede911f8aeccbe900ae72
[ "BSD-2-Clause", "BSD-2-Clause-Views" ]
permissive
razluta/OpenLara
4381311147deaa5a79de5202bdedf4e35ee926b9
81c91d8b8f059881426a4569be5006686d6c4a70
refs/heads/master
2020-03-09T09:20:08.946706
2018-04-06T23:50:01
2018-04-06T23:50:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,234
h
#ifndef H_UI #define H_UI #include "core.h" #include "mesh.h" #include "controller.h" enum StringID { STR_NOT_IMPLEMENTED // common , STR_LOADING , STR_HELP_PRESS , STR_HELP_TEXT , STR_OFF , STR_ON , STR_SPLIT , STR_VR , STR_QUALITY_LOW , STR_QUALITY_MEDIUM , STR_QUALITY_...
[ "xproger@list.ru" ]
xproger@list.ru
fa1ef14683ab021a07273ce48f652fdeaf7ac03f
3eefa43e7dea4244fd61a021029375c937b7f6ea
/WebCamTest/ARTest/Classes/Native/Bulk_Assembly-CSharp_0.cpp
30d451b9210051a0b40cc9a280fad7fd3fc41d3e
[]
no_license
poikelp/UnityIdeas
603865e4e8b4ef31baa84f86688f51f7b27aae69
8f5a7e9c7e8d319d45f18b2da0393b6e1359752c
refs/heads/master
2021-01-11T21:03:09.728467
2017-08-10T15:44:34
2017-08-10T15:44:34
79,234,786
0
0
null
null
null
null
UTF-8
C++
false
false
890,428
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include "class-internals.h" #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Array38294689...
[ "takukelp@gmail.com" ]
takukelp@gmail.com
d4e5d3e93d3f9f94dc020693c06156f9c649c524
58622e83084c321cec93fc16890251a5fb45ddcc
/suixinbo/sample/suixinbo_Qt/Live.cpp
4782cea4e79580fa78f528e568a79a66bb7901cf
[]
no_license
shengshiweijun/iLiveSDK_PC_Suixinbo
5e2da67a24c39cb752d973a818a3c8ddda173a4d
737f418ac4e64d0537e29603ab350d38c8f7ae30
refs/heads/master
2021-05-05T16:59:43.365696
2017-09-12T07:01:33
2017-09-12T07:01:33
103,238,665
1
0
null
2017-09-12T07:41:16
2017-09-12T07:41:16
null
GB18030
C++
false
false
57,626
cpp
#include "stdafx.h" #include "Live.h" Live::Live( QWidget * parent /*= 0*/, Qt::WindowFlags f /*= 0*/ ) :QDialog(parent, f) { m_ui.setupUi(this); m_userType = E_RoomUserInvalid; m_pLocalCameraRender = new VideoRender(this); m_pScreenShareRender = new VideoRender(this); m_ui.layoutLocalVideo->addWidget(m_pLoca...
[ "493088733@qq.com" ]
493088733@qq.com
3f2af76b10f4cb4f087ae1b596ef326d81f13bf0
d9d118f4f1d626a750897babce33b3ce34f11575
/x451/Test/VersionManager/CVersionManagerAdaptorTest.cpp
a4f83627fecedbd2f26caf48b8efcfbea976c216
[]
no_license
HNarayana-youCanDoIt/Testproject
39af23d3ee4c2a413670c3dcd68dbd41424bbe91
226795327f50102989dfc8e12174823dddc2aa68
refs/heads/master
2023-03-26T05:57:57.044706
2021-03-31T11:14:53
2021-03-31T11:14:53
353,326,120
0
0
null
null
null
null
UTF-8
C++
false
false
16,365
cpp
#include "CVersionManagerAdaptorTest.h" #include "VersionManager/CVersionManagerAdaptor.h" #include "CVersionManagerParamTest.h" void CVersionManagerAdaptorTest::SetUp() { m_pVersionManagerAdaptor = CVersionManagerAdaptor::getInstance(); } void CVersionManagerAdaptorTest::TearDown() { // m_pVersionManagerAdapt...
[ "hemanthakumar.narayana@harman.com" ]
hemanthakumar.narayana@harman.com
4006c3eadd15d44bba12b9d43832390275d245b4
2d8eb825acc7ba2b191d1cf9e5a3d9c9cffabbcf
/SimpleWindow/main.cpp
ba4d81160c24ede532cba1b7359b5354fe57f1ee
[]
no_license
AGlagolev/WinAPI
c8b1b767022d62884e8fed33a937d6d7f00c816d
cb2251218352217b034277f671918fc031f144db
refs/heads/master
2021-05-23T08:17:43.355029
2020-05-17T11:19:18
2020-05-17T11:19:18
253,193,361
1
0
null
null
null
null
WINDOWS-1251
C++
false
false
14,743
cpp
#include <Windows.h> #include "resource.h" #include <string.h> #include <string> HWND hEdit1; HWND hEdit2; CHAR str1[80] = { 0 }; CHAR str2[80] = { 0 }; LPSTR lpszCurrentText = NULL; CHAR szPath[MAX_PATH] = {}; CONST CHAR szFilter[] = "Text files (*.txt)\0*.txt\0All files (*.*)\0*.*\0"; LRESULT CALLBACK WndProc(HW...
[ "Alex@DESKTOP-CEQG6CC" ]
Alex@DESKTOP-CEQG6CC
9e72109e98ed6a6c079dc926a57b98ecf9fc8526
6f8ae3f9c901a75e3887e3b32fe132b713c4dd19
/Leetcode/1396_design_underground_system.cpp
d49d3092494f4c4b8b7aefb8d6ccc96bb08d2c5d
[]
no_license
iansu81/Ian_play
297161c17de293cc0a1492cb5fa77c33d78fecfb
ed47631d093987be704029be4809321fe1d35baa
refs/heads/master
2023-03-18T11:12:20.940949
2023-03-15T06:13:04
2023-03-15T06:13:04
161,003,540
0
0
null
null
null
null
UTF-8
C++
false
false
1,905
cpp
#include <iostream> #include <vector> #include <string> #include <unordered_map> #include <utility> using namespace std; class UndergroundSystem { // 用兩個unordered_map 來記錄資料, // 第一個用來記錄已經check in, 還沒checkout的人, 什麼時候開始搭車 // 第二個用來記錄已經checkout的人, 所有的行程資料 // 在checkout的時候把人從第一個unordered_map移除,然後計算資料之後放進第二個...
[ "isu@smart-ag.com" ]
isu@smart-ag.com
8e722ef52fb30377985863f1328055c99d526318
85e7114ea63a080c1b9b0579e66c7a2d126cffec
/SDK/SoT_wsp_bush_cluster_01_i_classes.hpp
5ae5a9c1dbc7701c81c67d1ea25aec7791787fcb
[]
no_license
EO-Zanzo/SeaOfThieves-Hack
97094307d943c2b8e2af071ba777a000cf1369c2
d8e2a77b1553154e1d911a3e0c4e68ff1c02ee51
refs/heads/master
2020-04-02T14:18:24.844616
2018-10-24T15:02:43
2018-10-24T15:02:43
154,519,316
0
2
null
null
null
null
UTF-8
C++
false
false
2,022
hpp
#pragma once // Sea of Thieves (1.2.6) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_wsp_bush_cluster_01_i_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //----------------------------------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
03975911a074855bd816c04548bf100d69737296
20966b4094bac00758cd0b8f130b4d1f2297d06f
/humanoid4.cpp
8fe9fe33a19698e2768a264af9419c7557ae3823
[]
no_license
myahenochs/CSCI330
d0c81b3225b64bcaba5f1a30022e01a7d5de1f88
e5eb66e5ca4814c75b1b72bc5f0bc838ec5d3256
refs/heads/master
2023-01-14T10:40:12.303921
2020-11-25T00:19:27
2020-11-25T00:19:27
253,334,270
0
0
null
null
null
null
UTF-8
C++
false
false
5,280
cpp
#include "humanoid4.h" //Static Data ============================================================================= const int Humanoid::NUM_SK; const string Humanoid::INIT_SK[VocRules::END_VOCTYPE][Humanoid::NUM_SK] = { /*NNE*/ {"", "", ""}, /*BBN*/ {"CLIMB", "LISTEN", ...
[ "noreply@github.com" ]
myahenochs.noreply@github.com
9ae185502a68ad0c9d1bb9cb354426a75dd977c7
1ae7e3c269e0bd2df0bc725a33f307971816d40d
/app/src/main/cpp/boost/range/detail/collection_traits_detail.hpp
205900f949f5051fee6bf38323604ba2378f65e9
[]
no_license
HOTFIGHTER/XmLogger
347902372bf2afc88cf26d2342434c1ea556201f
433a0420c99a883bd65e99fd5f04ac353ac6d7b6
refs/heads/master
2021-02-18T08:46:12.122640
2020-03-05T14:16:39
2020-03-05T14:16:39
245,178,943
2
0
null
null
null
null
UTF-8
C++
false
false
10,659
hpp
// Boost string_algo library collection_traits.hpp header file -----------------------// // Copyright Pavol Droba 2002-2003. Use, modification and // distribution is subject to 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) ...
[ "linfeng.yu@ximalaya.com" ]
linfeng.yu@ximalaya.com
c0784972b52ad349bd27de72630674122de2e8d1
f933510c49a49bd8ebc821269f8fca178f1128b4
/partition.cpp
d957f1b911e811c80bdc5383f568ba72224c9043
[]
no_license
FedeMangiaterra/Taller-de-Programacion-I-tp2
f63aac6af695c5e45ed7bb719c2ac1e549ecc90c
6ce5bbf1798f708d542469cb18361771a30231f8
refs/heads/main
2023-08-21T13:47:52.382633
2021-10-22T04:16:59
2021-10-22T04:16:59
415,041,708
0
0
null
null
null
null
UTF-8
C++
false
false
1,770
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <arpa/inet.h> #include <vector> #include "command.h" #include "file.h" #include "partition.h" Partition::Partition(int rows, int columns, int starting_row, size_t size, std::vector<u_int16_t> data) : rows(rows), co...
[ "noreply@github.com" ]
FedeMangiaterra.noreply@github.com
7b3034c2742ff8757e3e997e3d91dbe487bbaf7e
922d5487bc18dd4d044d41d6b81cd14eb952c591
/install/include/gazebo_msgs/JointRequestRequest.h
b6ee671d7a1eb89d6530b2f199a649eb7b554be9
[]
no_license
hanbincho/ros_ws
21b747f115cee85a3b8a578028ac44e069721c31
d92feebd845a69bb8535e8c48592caf2b94d6497
refs/heads/master
2020-04-02T15:45:16.395227
2018-11-07T04:09:07
2018-11-07T04:09:07
149,820,985
0
0
null
null
null
null
UTF-8
C++
false
false
5,644
h
// Generated by gencpp from file gazebo_msgs/JointRequestRequest.msg // DO NOT EDIT! #ifndef GAZEBO_MSGS_MESSAGE_JOINTREQUESTREQUEST_H #define GAZEBO_MSGS_MESSAGE_JOINTREQUESTREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_mes...
[ "hxc431@case.edu" ]
hxc431@case.edu
89a8584c39a5d71bbe608ce3eb8c540d7dfb6f4b
481ac39fbfbb2fbb4196ef76225f801ef9a6bdca
/2016/day13/day13.cpp
537403048ceb988ed87505e7f41eb7106a3c8156
[]
no_license
sparky8342/adventofcode
8e0b571796ff96847dfc9c77f3f7facc446355d2
fb7d556b1be5186d3870222a1ae36a1e2abec27c
refs/heads/master
2023-02-09T18:43:51.535147
2023-01-27T10:23:52
2023-01-27T10:23:52
159,891,499
0
0
null
null
null
null
UTF-8
C++
false
false
1,704
cpp
#include <iostream> #include <string> #include <vector> #include <queue> #include <set> using namespace std; #define INPUT_NO 1358 #define TARGET_X 31 #define TARGET_Y 39 struct Space { int x; int y; int depth; string serial() { return to_string(x) + "_" + to_string(y); } }; struct Move { int dx; int dy; };...
[ "david.bell@gmail.com" ]
david.bell@gmail.com
d22bc16f12935e648a34756ef7840ce2d92a6155
3b99a2b8879fe7d7586ff8cabddeff0648f88edb
/arduino/nema17_armShoulder_slave/nema17_armShoulder_slave.ino
9b2c030eb53696c54c3c3739a883fe8ac7169983
[ "MIT" ]
permissive
AJMartel/Sylvie-2021
138e372667cb1e87b5d73d91c587038275e6e76e
d6a063517c72ed72a2b989fe11d73c181a6caf95
refs/heads/master
2022-11-24T10:05:28.498065
2020-08-09T10:11:30
2020-08-09T10:11:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,371
ino
// Slave code for Sylvie 2021 Neck X axis using Arduino Nano/Mini // This 2 pin code is configured for use with a Nema 23 Bipolar 1.8deg 1.16Nm (164.3oz.in) 1.5A 5.4V 57x57x56mm 4 Wires #include <AccelStepper.h> #include <Wire.h> //int i2cMessage = 0; int i2cAddress = 0x20; // Stepper motor config int microstepRes =...
[ "denisefrom2018@gmail.com" ]
denisefrom2018@gmail.com
57f541f6f06e5bb6cafb4236e1d44eb233c4f392
c9e32374ecc46eac59437a068d424e6eb28ca849
/xju/stdio.cc
a1e9d7f636c8681cb2181ecd952ad7393acf3907
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
urnest/urnest
261884b2ee71d64748c9e2afe7e78c9df61d91e7
6ec484080222f27a33070fa3b65593645f94a575
refs/heads/master
2023-07-13T06:16:41.566253
2023-07-06T11:04:34
2023-07-06T11:04:34
6,716,252
1
1
MIT
2023-06-11T03:06:14
2012-11-16T04:12:22
C++
UTF-8
C++
false
false
1,424
cc
// -*- mode: c++ ; c-file-style: "osse" ; -*- // // Copyright (c) 2003 // Trevor Taylor // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted without fee, // provided that the above copyright notice appear in all. // Trevor Taylor makes n...
[ "urnest@onthenet.com.au" ]
urnest@onthenet.com.au
966f48ab1651b464f985b452c38d998d66bef295
cebd786b7b893700d526bc9b5b001bc326043c9a
/BST/3_Min Element in BST.cpp
d9d8db9002736d9f3362df775ff33f6c6820c319
[]
no_license
Healer-kid/CODING
2b2ff52d05c2376cb03c4f1bf62a3b545568eff4
76a4b2835a9897bae41db557553b8b52c90e37a7
refs/heads/main
2023-07-23T01:24:32.316712
2021-08-27T08:07:03
2021-08-27T08:07:03
349,797,195
2
0
null
null
null
null
UTF-8
C++
false
false
895
cpp
Minimum element in BST Basic Accuracy: 62.66% Submissions: 52660 Points: 1 Given a Binary Search Tree. The task is to find the minimum element in this given BST. Example 1: Input: 5 / \ 4 6 / \ 3 7 / 1 Output: 1 Example 2: In...
[ "noreply@github.com" ]
Healer-kid.noreply@github.com
215d9e7937e523c0ddbb4bea3492ccf3e2ae74b6
e5edb7d63fb5700ca2228780bbb9cae7aec3f93a
/src/libalgo/source/exceptions/ErrorMathOverflow.h
8d42c73309657647ef53792fe72cf1ddc8f0461c
[]
no_license
moravianlibrary/libalgo
14e5660447de0a2f627541194625e762adf0a157
d32946f5a4bf5103225a3b8808e21ecae34bbef0
refs/heads/master
2020-12-11T05:56:08.283005
2015-07-01T20:53:13
2015-07-09T06:39:00
25,161,574
0
0
null
null
null
null
UTF-8
C++
false
false
1,734
h
// Description: Math overflow error class // Copyright (c) 2010 - 2013 // Tomas Bayer // Charles University in Prague, Faculty of Science // bayertom@natur.cuni.cz // 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 ...
[ "bayertom@natur.cuni.cz" ]
bayertom@natur.cuni.cz
4ff9a3d05546e37760d4d02d1874d190c59200de
b46e8ddbca0baf0cd32b2e6f630a1a64a2e6792f
/hphp/runtime/vm/unit-emitter.h
362ce80566d38bfe6fecd196316eb19101bc84c3
[ "BSD-3-Clause", "PHP-3.01", "Zend-2.0" ]
permissive
tgsergeant/hhvm
6b106ff9a122987e2d94d22df489bdbae2a5c1a0
f4b9fe963745012b55eab3e72710b637c277a06c
refs/heads/master
2020-12-28T20:31:29.816937
2014-07-23T05:13:34
2014-07-23T05:30:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,615
h
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) | +---------...
[ "githubbot@fb.com" ]
githubbot@fb.com
e57a0519838bb3596ad08b7e7a524505adf630b1
1f10a2325ab1c3be05eb3fb88a501e4b42d04390
/project/src/r_my_local_simulator_2.cc
e14315192a1dab3dd9ea3ef57b1abcfd9e2abf1f
[]
no_license
maoxx241/csci3081
86f5aa644994cfd2fd770b73d76002446fcb2cbd
2d2ce4a3144b0a7649ece1c642c357512a1cddc7
refs/heads/master
2022-11-07T21:33:25.250160
2020-06-30T09:56:51
2020-06-30T09:56:51
276,060,159
0
0
null
null
null
null
UTF-8
C++
false
false
6,741
cc
/** * @file r_my_local_simulator.cc * * @copyright 2019 3081 Staff, All rights reserved. */ #include "src/r_my_local_simulator_2.h" #include <vector> #include <list> #include "src/bus.h" #include "src/stop.h" #include "src/route.h" #include "src/rtest_my_passenger_generator.h" bool rMyLocalSimulator2::Start() { ...
[ "maoxx241@umn.edu" ]
maoxx241@umn.edu
ff0c94891af858eab2463735c5d939e9b4cedf5e
8a87f5b889a9ce7d81421515f06d9c9cbf6ce64a
/3rdParty/boost/1.78.0/libs/dynamic_bitset/example/example2.cpp
151aa3371cd6c504a0e1b7922893c62cc8382d50
[ "BSL-1.0", "Apache-2.0", "BSD-3-Clause", "ICU", "Zlib", "GPL-1.0-or-later", "OpenSSL", "ISC", "LicenseRef-scancode-gutenberg-2020", "MIT", "GPL-2.0-only", "CC0-1.0", "LicenseRef-scancode-autoconf-simple-exception", "LicenseRef-scancode-pcre", "Bison-exception-2.2", "LicenseRef-scancode...
permissive
arangodb/arangodb
0980625e76c56a2449d90dcb8d8f2c485e28a83b
43c40535cee37fc7349a21793dc33b1833735af5
refs/heads/devel
2023-08-31T09:34:47.451950
2023-08-31T07:25:02
2023-08-31T07:25:02
2,649,214
13,385
982
Apache-2.0
2023-09-14T17:02:16
2011-10-26T06:42:00
C++
UTF-8
C++
false
false
742
cpp
// (C) Copyright Jeremy Siek 2001. // 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) // // Sample output: // // bits(0) = 00 // bits(1) = 01 // bits(2) = 10 // bits(3) = 11 #include <iostream> #include <boos...
[ "frank@arangodb.com" ]
frank@arangodb.com
d2dcd9a0abaa704708cc783d2c96a6caba7fdccf
a5963d39380e759552f64e9a9ba20b9d4e28ecbc
/mapbox/geometry/wagyu/active_bound_list.hpp
d3a6ec235ad660c01377051ad2af48c29dfb5508
[ "BSL-1.0", "ISC", "BSD-2-Clause" ]
permissive
royhobbstn/tippecanoe
dc5ce09623ba0db9e4e8e467b6d7b864d8741f21
1f04886a36787db085845395677e226e64d6aa4d
refs/heads/master
2021-05-16T16:29:14.617093
2020-10-11T11:01:27
2020-10-11T11:01:27
119,935,094
1
0
BSD-2-Clause
2020-10-11T11:01:28
2018-02-02T05:12:50
C++
UTF-8
C++
false
false
14,719
hpp
#pragma once #ifdef DEBUG #include <iostream> #include <sstream> #endif #include <mapbox/geometry/wagyu/bound.hpp> #include <mapbox/geometry/wagyu/config.hpp> #include <mapbox/geometry/wagyu/edge.hpp> #include <mapbox/geometry/wagyu/local_minimum.hpp> #include <mapbox/geometry/wagyu/local_minimum_util.hpp> #include <...
[ "enf@pobox.com" ]
enf@pobox.com
589c7d0eb43f216e8699e7755e1662315b69d2d8
2c513d6abba3e9ee13e9bfc43cf9fef0c2f9f1bd
/142-B.cpp
af14d6c2c08c4df041d8ed05be5b33d3767b8c53
[]
no_license
Ujjwal-0/Competitive-Codes
564230052b1b186e088acc034639384d2c368572
1abc5519cc2638332619d05155ba18eb6da0c3de
refs/heads/main
2023-06-19T22:57:03.258534
2021-07-09T19:27:25
2021-07-09T19:27:25
384,531,633
0
0
null
null
null
null
UTF-8
C++
false
false
996
cpp
#include <bits/stdc++.h> #define fr(i,n) for(int i=0;i<n;i++) #define FIO ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0) #define llu long long unsigned using namespace std; int prime(long long int n) { if (n == 2) return 1; if (n % 2 == 0 || n == 1) return 0; for (int i = 3; i * i <= n; i += 2) { if (n %...
[ "kumarujjwal7349@gmail.com" ]
kumarujjwal7349@gmail.com
b8116a21614a8813f5349f8d701a02cf0e407035
1e01b697191a910a872e95ddfce27a91cebc57dd
/BNFNot.h
2184a19f0a68e19025bd07e2bad4779839f2ca97
[]
no_license
canercandan/codeworker
7c9871076af481e98be42bf487a9ec1256040d08
a68851958b1beef3d40114fd1ceb655f587c49ad
refs/heads/master
2020-05-31T22:53:56.492569
2011-01-29T19:12:59
2011-01-29T19:12:59
1,306,254
7
5
null
null
null
null
IBM852
C++
false
false
1,609
h
/* "CodeWorker": a scripting language for parsing and generating text. Copyright (C) 1996-1997, 1999-2003 CÚdric Lemaire 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 ...
[ "cedric.p.r.lemaire@28b3f5f3-d42e-7560-b87f-5f53cf622bc4" ]
cedric.p.r.lemaire@28b3f5f3-d42e-7560-b87f-5f53cf622bc4
0c8db55127b2c407656d4466290d4a861259773c
c85d4324cd9ef64326c3813000c38dd5702599f5
/impeller/renderer/backend/vulkan/allocator_vk.h
aa254d0d943157c938d764190a3ebf09adbc2835
[ "BSD-3-Clause" ]
permissive
rmacnak-google/engine
0299727354a037d66912740602ed07f36fa6c98a
eb7428a51ddd5b4eabcc1513e18b6ca0c37ff73b
refs/heads/master
2023-04-15T15:29:30.210178
2022-08-16T21:32:48
2022-08-16T21:32:48
412,171,467
2
0
BSD-3-Clause
2023-02-27T11:04:50
2021-09-30T18:04:56
C++
UTF-8
C++
false
false
1,445
h
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #pragma once #include "flutter/fml/macros.h" #include "impeller/renderer/allocator.h" #include "impeller/renderer/backend/vulkan/context_vk.h" #include "i...
[ "noreply@github.com" ]
rmacnak-google.noreply@github.com
555aec8d872e530b3e21f05281cc149bcb25aaf8
599d8b0ad1c2821886f8dc95fe5d7b8e83d0fdd8
/loggerFirmware/src/init.h
68f86a44123a21de3422d6bcd28daadf269de339
[]
no_license
JanusErasmus/pump-input-logger
0d734b2662bd0ec93ebfae1b66ad10919fe0efbf
272152f28483888be237aada99c2cf2d9e11ec4d
refs/heads/master
2021-01-17T08:42:21.802082
2016-05-16T04:16:55
2016-05-16T04:16:55
36,238,452
0
0
null
null
null
null
UTF-8
C++
false
false
651
h
#ifndef _INIT_H_ #define _INIT_H_ #include <cyg/kernel/kapi.h> #include "definitions.h" /* * This singleton class provides the initialisation * for the whole system, creates the global objects * and provides the main system thread. * @author Keystone Electronic Solutions */ class cInit { static cInit * __ins...
[ "janus@kses.net" ]
janus@kses.net
511e2272f5ef633bf0bff869e22465779414016d
0f30d43960d46961688497af9004c2f154d71877
/core/target/cpp/ts/include/thx/StaticResource.h
3a623dffa04ae912c71f55e39b029e94ec5aef38
[ "MIT" ]
permissive
mboussaa/haxe-testing
77d2c44596f92d3b509ad2e450f61d2e640eb9a3
930bd6e63c8cb91a4df323d01ae518d048c089ba
refs/heads/master
2021-01-17T10:20:07.126520
2016-06-02T10:00:49
2016-06-02T10:00:49
59,005,172
1
0
null
null
null
null
UTF-8
C++
false
true
381
h
// Generated by Haxe 3.3.0 #ifndef INCLUDED_thx_StaticResource #define INCLUDED_thx_StaticResource #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS1(thx,StaticResource) namespace thx{ class HXCPP_CLASS_ATTRIBUTES StaticResource_obj { public: typedef hx::Object super; HX_DO_INTERFACE_RTTI; }; } // ...
[ "mohamed.boussaa@inria.fr" ]
mohamed.boussaa@inria.fr
02c0dfa7a5dc92d84608056edbff2986a4ccef93
3e1ac5a6f5473c93fb9d4174ced2e721a7c1ff4c
/build/iOS/Preview/include/Fuse.Reactive.CapsObject.PropertySubscription.h
01886a91e5b95e461558ddc7d98c5fb6232a5b7c
[]
no_license
dream-plus/DreamPlus_popup
49d42d313e9cf1c9bd5ffa01a42d4b7c2cf0c929
76bb86b1f2e36a513effbc4bc055efae78331746
refs/heads/master
2020-04-28T20:47:24.361319
2019-05-13T12:04:14
2019-05-13T12:04:14
175,556,703
0
1
null
null
null
null
UTF-8
C++
false
false
2,272
h
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Reactive.Expressions/1.9.0/Device.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Reactive.IPropertySubscription.h> #include <Uno.IDisposable.h> #include <Uno.Object.h> #include <Uno.UX.IPropertyLi...
[ "cowodbs156@gmail.com" ]
cowodbs156@gmail.com
f9a1f2ad272f915f230f2f3bf60a731c70a49043
8e2405653d19c92685e0df5a574e984c27f2285e
/NG2RawSnippet/stdafx.cpp
2a33e9c8284c22b717471493badaedcbfa4bbddf
[]
no_license
susunlee/NG2RawSnippet
fa176213d80a557deb71bc65c944980c3dcf27f4
c9b82545997b5291e4422a01582b40623fff2852
refs/heads/master
2020-07-31T04:18:27.450226
2019-09-25T04:20:03
2019-09-25T04:20:03
210,482,493
0
0
null
null
null
null
UTF-8
C++
false
false
244
cpp
 // stdafx.cpp : 표준 포함 파일만 들어 있는 소스 파일입니다. // NG2RawSnippet.pch는 미리 컴파일된 헤더가 됩니다. // stdafx.obj에는 미리 컴파일된 형식 정보가 포함됩니다. #include "stdafx.h"
[ "sunnytwo@hanmail.net" ]
sunnytwo@hanmail.net
009ed7877d1e133ee2456020ef5ba4e1dc3a9ca7
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-managedblockchain/include/aws/managedblockchain/model/GetNetworkRequest.h
d2182c6c9f8c40d30b60379325c328ce2859643e
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
2,738
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h> #include <aws/managedblockchain/ManagedBlockchainRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
66e68148f518e2954180441f95d957d3342cc6a3
9955dff6a3c8ba56600ddca3c7b92fa346544959
/src/rpcswiftnode-budget.cpp
c6c991178cd2edf5fa8a0d372a7a39e0a53985dd
[ "MIT" ]
permissive
curiumofficial/swiftcash
3b345678a2a062af87c500c72a62e11b66245df5
a38d9ea9fc731f4122b74a2c4166635baee1e31e
refs/heads/master
2020-04-11T14:31:33.877952
2018-12-15T02:37:47
2018-12-15T02:37:47
161,858,365
0
1
MIT
2018-12-15T02:37:48
2018-12-15T01:27:17
C++
UTF-8
C++
false
false
46,078
cpp
// Copyright (c) 2014-2015 The Dash Developers // Copyright (c) 2015-2018 PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "activeswiftnode.h" #include "db.h" #include "init.h" #include "main.h" #incl...
[ "markus.ghambari@gmail.com" ]
markus.ghambari@gmail.com
5d84ae40b0f1a66cf5a31d0785e283cba8926be8
97157057f8edcca72977f9933c8e93b60fc88585
/plugins/GcompPlugin/include/GcompPlugin/GcompPlugin_plugin.h
140633696b42e440a56f6eb51857482be9a79a3c
[]
no_license
ADVRHumanoids/tutorial_iros2018
8f2f445fdc80c354ac643921b91141f7be60efd5
f2ba0ac2635e1c150ba95cdcc6018f57702eee89
refs/heads/master
2020-03-29T19:48:40.666734
2019-10-16T10:57:22
2019-10-16T10:57:22
150,281,946
11
3
null
null
null
null
UTF-8
C++
false
false
1,778
h
/* * Copyright (C) 2017 IIT-ADVR * Author: * email: * * This program 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 License, or * (at your option) any later version. * ...
[ "arturo.laurenzi@iit.it" ]
arturo.laurenzi@iit.it
0ea951accfc22b93880d0688d8485ea018135e17
96c08881a7a401390b9210a5bd68dccacb6443c8
/src/packet_t.h
f5fa8a5035e517f6172f999a10e737a5bcc3abed
[]
no_license
zebraspb/stctestcpp
a90c47ab8b0d1f86a4db3d273f0d15399e185136
83e995ada0a5bd7c31288dfb4365d77fb5807da4
refs/heads/master
2023-01-06T21:56:44.004341
2020-10-26T12:02:44
2020-10-26T12:02:44
305,719,754
0
0
null
null
null
null
UTF-8
C++
false
false
3,196
h
#pragma once #include <stdint.h> #include <string.h> #include <tuple> #include <vector> #include <functional> struct packet_head_st { uint32_t packet_num ; uint32_t elements_count ; packet_head_st( uint32_t packet_num ) : packet_num( packet_num ), elements_count( 0 ) {} } ; struct element_head_st { uint32_...
[ "karabeshkin@stc-spb.ru" ]
karabeshkin@stc-spb.ru
12f85d33559050034a97a8e3c6c5f1ea42751d12
682837840dca0206ac5d72e6be63ffbdab1a2d4a
/Product of Array Except Self.cpp
5f4d20879713110ad9527f8d99c84ecaf12f800d
[]
no_license
tusharjaiswal123/leetcode
fddcd8d6d822f233c7f8357cc6b4d4b2c492d683
b8dbdbe921739ff3b347e252e9daf90e1c09c8f9
refs/heads/master
2023-06-18T11:29:13.795447
2021-07-12T12:14:05
2021-07-12T12:14:05
265,611,324
0
0
null
null
null
null
UTF-8
C++
false
false
1,057
cpp
PROBLEM: Given an array nums of n integers where n > 1, return an array output such that output[i] is equal to the product of all the elements of nums except nums[i]. Example: Input: [1,2,3,4] Output: [24,12,8,6] Constraint: It's guaranteed that the product of the elements of any prefix or suffix of the array (in...
[ "noreply@github.com" ]
tusharjaiswal123.noreply@github.com
7f31c9961dba12a6e8b648b9c0da341e351c35dd
e4e94aa61625e146e45766d16b5c8e18efc9095c
/addons/ofxEasing.h
0653baf0dd7f943034afa9f0af5115a4c45177b7
[]
no_license
danbz/making-a-time-machine
55b6f91eb62a5ff3d4b80a19c9da900d9f9ab0cf
f45f7febe80aff80ee40063979c3d06d612aac9a
refs/heads/master
2021-01-19T16:19:35.930174
2017-10-18T16:58:53
2017-10-18T16:58:53
88,261,046
2
1
null
null
null
null
UTF-8
C++
false
false
8,189
h
#ifndef EASING_H_ #define EASING_H_ #include <cmath> #include <functional> namespace ofxeasing{ constexpr float pi = 3.14159265358979323846f; class back{ public: inline static float easeIn_s(float t,float b , float c, float d, float s) { float postFix = t/=d; return c*(postFix)*t*((s+1)*t - s) + b; } inline...
[ "dan@buzzo.com" ]
dan@buzzo.com
296a9f13903f8e51a4cfe12e23a81214be673df0
e5cfc4008c507182fedeb2889b0b5abdb769a74e
/newton-4.00/sdk/dCollision/ndShapeStaticMesh.cpp
dad87a93c5d154790a8c28893ebe29d281d9a2a3
[ "Zlib" ]
permissive
Hurleyworks/newton-dynamics
06e9d9ccdedaa41f86a748ff2354abfed46e6581
531c2623e47ec3f22adfd4f69ba4a8a11ea80275
refs/heads/master
2023-03-20T04:48:40.044613
2022-11-16T23:32:51
2022-11-16T23:32:51
158,986,769
0
0
NOASSERTION
2018-11-30T00:54:56
2018-11-25T01:06:56
C++
UTF-8
C++
false
false
7,889
cpp
/* Copyright (c) <2003-2022> <Julio Jerez, Newton Game Dynamics> * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpo...
[ "jerezjulio0@gmail.com" ]
jerezjulio0@gmail.com
6c114f684cebf988a56661da943e51318476435c
ae013c60f7f7efa4e80763c0b2b0b1ae56734b94
/ss2_2013/day06_BigOH/longest_sort_subsec_revmode.cpp
61df6329248addf8dc4949e49b0628994d4038ea
[]
no_license
pureexe/toisu
60952b096c6c54e99fc1bb36073eb6deb9126601
cfe916e864f2bb62ad50166eeea0bfe1dd65eada
refs/heads/master
2016-09-05T10:20:16.366973
2014-04-06T11:32:52
2014-04-06T11:32:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,139
cpp
#include<iostream> #include<sstream> #include<string> #include<vector> #include<algorithm> using namespace std; string inttostr(int a){ stringstream u; u<< a; return u.str(); } long long strtoint(string a){ istringstream u(a); long long b; u >> b; return b; } long long domax(vector<int> ...
[ "pure.gif@gmail.com" ]
pure.gif@gmail.com
0959124328d98ea172844bfc94d552c1ec5fdfed
afbde2b6d18fd2ecc7065c7fc50626e62849874e
/src/clientversion.h
529e63c33a726923350c467de003e45b63c4ac98
[ "MIT" ]
permissive
MotoAcidic/Apollon
c3d818ddbc329a813fba66b23b15d20f3d2716d3
372b29d00a059aaaf986a4811ebf1f6d29a55178
refs/heads/master
2022-12-14T12:37:05.977473
2020-07-24T13:59:58
2020-07-24T13:59:58
277,634,761
0
0
MIT
2020-07-06T19:49:22
2020-07-06T19:49:21
null
UTF-8
C++
false
false
2,031
h
// Copyright (c) 2009-2017 The Bitcoin Core developers // Copyright (c) 2017-2018 The PIVX 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 defined(H...
[ "travisfinch01@gmail.com" ]
travisfinch01@gmail.com
56acf0d8eefa8da97da166e7da4f7d969c8cf40f
d0fb46aecc3b69983e7f6244331a81dff42d9595
/gpdb/src/model/ModifyDBInstanceSSLResult.cc
51ef00bb427946c6a9fdf1049b4401b8f38d4fbe
[ "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,246
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...
[ "13862149+AxiosCros@users.noreply.github.com" ]
13862149+AxiosCros@users.noreply.github.com
b9171c8b0b08336a72938e0d5886d9ee1cf51e5f
4d77398fc24009f483f2b2abc028a135e09fc9eb
/Assignment4/Solid_exchange/2.6/gradTz
35f06fb6cc762c95eeffbbdf4bec049871feb6e3
[]
permissive
Naveen-Surya/CFD-Lab-1
12c635b72c611d83080ed6dd316b1b0016f2f86f
c38b0bfe43c7135f4a10e744ea1ac6cf6e9d4a1a
refs/heads/master
2020-04-05T16:43:39.651232
2018-08-23T12:10:06
2018-08-23T12:10:06
157,026,052
0
1
MIT
2018-11-10T22:11:51
2018-11-10T22:11:51
null
UTF-8
C++
false
false
1,736
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | ...
[ "sarthakgarg1993@gmail.com" ]
sarthakgarg1993@gmail.com
512230bb817d50fca01027da1d427ead98837c50
627d4d432c86ad98f669214d9966ae2db1600b31
/src/xmlpatterns/expr/qsourcelocationreflection_p.h
b17dd7d8943f7cb44fbdaad8bdfe4d4ecb254bb0
[]
no_license
fluxer/copperspice
6dbab905f71843b8a3f52c844b841cef17f71f3f
07e7d1315d212a4568589b0ab1bd6c29c06d70a1
refs/heads/cs-1.1
2021-01-17T21:21:54.176319
2015-08-26T15:25:29
2015-08-26T15:25:29
39,802,091
6
0
null
2015-07-27T23:04:01
2015-07-27T23:04:00
null
UTF-8
C++
false
false
2,107
h
/*********************************************************************** * * Copyright (c) 2012-2015 Barbara Geller * Copyright (c) 2012-2015 Ansel Sermersheim * Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). * Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved....
[ "ansel@copperspice.com" ]
ansel@copperspice.com
5c7bea3f340c531d56ccb69f040232aa5bb0ae99
e8d9619e262531453688550db22d0e78f1b51dab
/worldtime_protocol/time_convert.cpp
571adf3964173e413e69027c9af15ec8c97289d4
[]
no_license
sje397/sje-miranda-plugins
e9c562f402daef2cfbe333ce9a8a888cd81c9573
effb7ea736feeab1c68db34a86da8a2be2b78626
refs/heads/master
2016-09-05T16:42:34.162442
2011-05-22T14:48:15
2011-05-22T14:48:15
1,784,020
2
1
null
null
null
null
UTF-8
C++
false
false
7,691
cpp
#include "common.h" #include "time_convert.h" void ConvertToAbsolute (const SYSTEMTIME * pstLoc, const SYSTEMTIME * pstDst, SYSTEMTIME * pstDstAbs) { static int iDays [12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 } ; int iDay ; // ...
[ "scott.ellis@disos.com" ]
scott.ellis@disos.com
05ec6e44017dd0287407376e4beb0578adf80019
151b1ed23a4d972582cdd26b21c49d8689c804bb
/eventlib/event_death_sicY.h
c351b8d67a1d15b0fec8db6b48b06bcbea316436
[]
no_license
Chuzzle/masters_thesis
63cf48996c35e6752f82e4ef169d6bace16e83eb
f785d0d6a4ddc45490f73c343fc23d7c686c631a
refs/heads/master
2020-05-21T19:10:22.282789
2017-08-12T18:01:28
2017-08-12T18:01:28
61,619,714
0
0
null
null
null
null
UTF-8
C++
false
false
314
h
#include "event.h" #ifndef EVENT_DEATH_SICY_H #define EVENT_DEATH_SICY_H class Event_death_sicY : public Event{ public: explicit Event_death_sicY(Population& pop_init) : Event(pop_init) {}; virtual std::string description(); virtual double update_prob(double t); virtual void execute_event(); }; #endif
[ "hanna_autio@hotmail.com" ]
hanna_autio@hotmail.com
e8a377f42135d48a622ed02a1092e94ccde7f83c
5bdcbb09869738fad4c96e1fd59c014a3bc51bd4
/lib/TemperatureSensor/TemperatureSensor.cpp
1501e974f11965f17deacc6fb567cfa454735d96
[]
no_license
rhbroberg/-pool-chemistry
ffdea49bb30e526bb93f7a063ff16b90361cdaf6
b1819995ddd3197a26e53adfff2f3774aa7c83ce
refs/heads/master
2021-05-17T04:30:57.462671
2020-05-03T22:03:58
2020-05-03T22:03:58
250,625,169
0
0
null
null
null
null
UTF-8
C++
false
false
1,614
cpp
#include <OneWire.h> #include <DallasTemperature.h> #include "Arduino.h" // Data wire is connected to GPIOXX #define ONE_WIRE_BUS 16 // Setup a oneWire instance to communicate with a OneWire device OneWire oneWire(ONE_WIRE_BUS); // Pass our oneWire reference to Dallas Temperature sensor DallasTemperature sensors(&one...
[ "rhbroberg@yahoo.com" ]
rhbroberg@yahoo.com
92094a7aaf42ddc803afc7252df1ce7060c8a0bc
88906ea4ca1d0f8220c9c58f7ec526c4e85098f5
/src/Utility.cpp
2502a36be5a005a39d7d7e0060836e04d474b785
[]
no_license
maxortner01/SGAL
fab134e88ed9528d9c9751d580c41adb17e2bc58
e06502ba71fa303a172bf8f241ac507278cb6623
refs/heads/master
2021-04-14T20:29:10.174990
2020-08-30T17:54:12
2020-08-30T17:54:12
249,263,869
1
0
null
null
null
null
UTF-8
C++
false
false
164
cpp
#include "./Utility/Timer.cpp" #include "./Utility/Keyboard.cpp" #include "./Utility/Mouse.cpp" #include "./Utility/Color.cpp" #include "./Utility/Serializer.cpp"
[ "maxortner01@gmail.com" ]
maxortner01@gmail.com
83599a2fd498c3927955dacb6a78491100b043a8
52ae54922e083863b0e1265e97d1d60e5bf22120
/include/aprilui/ObjectSelectionContainer.h
837ddfc2b875cd56808d7f4d4713b4b3d6306e4c
[ "BSD-3-Clause" ]
permissive
borisblizzard/aprilui
e3d3014ca7e571e3241ed77a8f41bd56489ee727
88520e16ee24a15572c6e1f1b36eead2036997f2
refs/heads/master
2023-08-19T08:30:41.393829
2023-08-17T12:52:09
2023-08-17T12:52:09
219,540,570
0
0
null
2019-11-04T16:01:08
2019-11-04T16:01:08
null
UTF-8
C++
false
false
2,508
h
/// @file /// @version 6.0 /// /// @section LICENSE /// /// This program is free software; you can redistribute it and/or modify it under /// the terms of the BSD license: http://opensource.org/licenses/BSD-3-Clause /// /// @section DESCRIPTION /// /// Defines a base class for all objects that contain selectable ch...
[ "boris.blizzard@gmail.com" ]
boris.blizzard@gmail.com
4080aa37239495d304d2f9a18e7d047dc974627c
1d080db2401f248d1491b08a7a3c6290b7331729
/winelib/bridge.dll/test.h
4afb3d584c45e24e1cf2c0dcfa379b826fab2927
[ "MIT" ]
permissive
sirnuke/steambridge-testing
1beeff55eb4dace8403c5555188107523ea683e1
bb8f9e26efbac2c7ead3d4171f4126527baad398
refs/heads/master
2021-03-12T20:07:32.632346
2014-02-25T01:22:17
2014-02-25T01:22:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
620
h
// Simple C++ Class for testing #ifndef ___TEST_H___ #define ___TEST_H___ #include <stdint.h> extern "C" { void *get_real_object(); } class Test { public: Test(); virtual int function_one(int param_one, bool param_two, const char *param_three); virtual bool function_two(double param_one, void *para...
[ "bryan@degrendel.com" ]
bryan@degrendel.com
a4c6474f335f435f7365d2db8a1e9665afd39d09
5bfa2fba7ac8e1b33fc9a6ab7f7d3ef490e89c37
/workspace/Radagast/Dash.cpp
28170799b63682681c247954a8f1b7be09c08a38
[]
no_license
SuchForbiddenColors/Code2015
6b6054fabf3dd44c60439cfd4b5399f8c824531c
a0f8c01a2bf7a3f236bfc8a90328036365b1096b
refs/heads/master
2021-01-17T11:55:12.982111
2015-11-06T13:38:35
2015-11-06T13:38:35
28,934,420
0
0
null
null
null
null
UTF-8
C++
false
false
7,808
cpp
#include "Dash.h" #include <string> using namespace std; Dash::Dash(Wheelz *wheels, Pneumatics *air, BuiltInAccelerometer *excel, Joystick *XStick, Elevator *rise) { whe = wheels; pne = air; ace = excel; one = XStick; ele = rise; x_HasBeenPressed = false; y_HasBeenPressed = false; a_HasBeenP...
[ "stueck4507@gmail.com" ]
stueck4507@gmail.com
4216a93748304e3b00ddf1fba46d11a952909473
8dd428eee55e44bc9d0932bf59f71ae51c99f7ae
/ddraw/IDirect3DDeviceX.h
f402d06f2f0ba1696cf1f37321fa3267ad8f6618
[ "Zlib" ]
permissive
protocultor/DirectX-Wrappers
638c522f333245dab450053cb594da3860f674ff
adf36b6a0a9290f4fe02b044d235dba5487da694
refs/heads/master
2021-01-01T10:19:59.754620
2020-02-09T03:59:43
2020-02-09T03:59:43
239,235,903
0
0
NOASSERTION
2020-02-09T02:37:51
2020-02-09T02:37:50
null
UTF-8
C++
false
false
6,097
h
#pragma once class m_IDirect3DDeviceX { private: IDirect3DDevice7 *ProxyInterface; m_IDirect3DDevice7 *WrapperInterface; DWORD DirectXVersion; DWORD ProxyDirectXVersion; IID WrapperID; public: m_IDirect3DDeviceX(IDirect3DDevice7 *aOriginal, DWORD Version, m_IDirect3DDevice7 *Interface) : ProxyInterface(aOrigina...
[ "elisha@novicemail.com" ]
elisha@novicemail.com
e25b3989d4446eee4e6ecf33cec53078cb8430c8
d779119a6bf971ee0474432e7171ac657d5181b8
/Utils/uDataModule.h
f0cd43f847d907727381b15a6d1e57e9cea3dab6
[ "MIT" ]
permissive
jpwerka/SistemaSFG
357d7d39849b384204fe398db6f60da09e3769f7
76ce689a455280d3b637aec0a0b759a64032f037
refs/heads/master
2021-01-22T01:33:20.148668
2014-10-20T09:55:14
2014-10-20T09:55:14
25,437,941
1
1
null
null
null
null
UTF-8
C++
false
false
1,867
h
//--------------------------------------------------------------------------- #ifndef uDataModuleH #define uDataModuleH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <DB.hpp> #include <Ap...
[ "jpwerka@gmail.com" ]
jpwerka@gmail.com
8cc28c06ead96b535d93caace37cfb326e191dae
ea2cc666f3bc292435bb9a2dbe2326cf9a85f123
/Phoenix3D/Tools/Nirvana/PropGrid/PX2EMFloatProperty.cpp
2e6acce3676334c92b41ef876204937d990312a9
[]
no_license
libla/Phoenix3D
c030b9b3933623dd58826f18754aaddf557575c0
788a04f922f38a12dc7886fe686a000785443f95
refs/heads/master
2020-12-06T19:12:36.116291
2015-07-27T16:14:57
2015-07-27T16:14:57
39,821,992
1
1
null
2015-07-28T08:24:41
2015-07-28T08:24:40
null
WINDOWS-1252
C++
false
false
3,543
cpp
/* * * ÎļþÃû³Æ £º PX2EMFloatProperty.cpp * */ #include "PX2EMFloatProperty.hpp" #include "PX2PropertyPage.hpp" #include "wxPropertyExtend.hpp" using namespace PX2Editor; using namespace PX2; EMFloatProperty::EMFloatProperty (PropertyPage *parent, const std::string &name, const std::string &tag, InterpCurvePointFlo...
[ "realmany@163.com" ]
realmany@163.com
cb499595f7123d1592de1f2d4eeca4c64373c42e
3ab68d8654fa769b7a864292fe8a2ea0239208c5
/Number Theory/nCr/1090 - Trailing Zeroes (II)/main.cpp
3a00de5a76c008b29125033a12778f0f72ca53d2
[]
no_license
amp1590/Light-OJ
ba7e71e0904bd3b75782aeca5759c29e657b5c99
66398fa23a236b7e80317b9c6c3b9c610da1c952
refs/heads/master
2021-07-10T04:44:23.019626
2017-10-10T10:45:50
2017-10-10T10:45:50
82,906,533
0
0
null
null
null
null
UTF-8
C++
false
false
3,956
cpp
#include <bits/stdc++.h> #define pf printf #define sf(a) scanf("%d",&a) #define sfl(a) scanf("%lld",&a) #define sff(a,b) scanf("%d %d",&a,&b) #define sffl(a,b) scanf("%lld %lld",&a,&b) #define sfff(a,b,c) scanf("%d %d %d",&a,&b,&c) #define sfffl(...
[ "arunima1590@gmail.com" ]
arunima1590@gmail.com
c98dcec1dd4c4c31d0f0750078016914f0bc6bbf
6203af9a338c21b4b6d3000384b1362fc169ab92
/src/numerics.cpp
5cbd1d6a593919393f493e00428c4dc67f6e8cd4
[]
no_license
jeszekely/MolecularAlignment
5c579517fda9b3c83826aa1013a0108f3f747021
344ea1107fddfcaaefc3701aeecf7e685d4db7cb
refs/heads/master
2016-09-06T19:20:56.727668
2014-02-12T18:01:52
2014-02-12T18:01:52
16,773,123
0
1
null
null
null
null
UTF-8
C++
false
false
1,512
cpp
#include <iostream> #include <fstream> #include <cstdlib> #include <cmath> #include <complex> #include <new> #include <fftw3.h> #include <gsl/gsl_sf_coupling.h> #include "array_structs.h" #include "numerics.h" double hermite(int n, double x) { if (n == 0) { return 1; } else if (n == 1) { return 2*x; } els...
[ "jeszekely@gmail.com" ]
jeszekely@gmail.com
a5df7232d530d224285b3076e9520ff5dbf6b565
a5b6fb6e6253350c7a6c0714cfa1ef82eabc3632
/pdf/PDF.cpp
24846aa89da7a44ed56561916f69f56d7a358e64
[ "BSD-3-Clause" ]
permissive
mkanai/ChunkChromosome
f74881bb2b75209d292c05261ab6d41181a7368f
ef050b63ced91eef9c0eac00c578ce413afff8f1
refs/heads/master
2020-05-29T17:33:04.519673
2015-06-17T16:17:20
2015-06-17T16:17:20
37,606,440
0
0
null
null
null
null
UTF-8
C++
false
false
7,630
cpp
////////////////////////////////////////////////////////////////////// // pdf/PDF.cpp // (c) 2000-2011 Goncalo Abecasis // // This file is distributed as part of the Goncalo source code package // and may not be redistributed in any form, without prior written // permission from the author. Permission is gran...
[ "mkanai.brc@tmd.ac.jp" ]
mkanai.brc@tmd.ac.jp
6bfc323a5dc0f8f8ac3560780d777023d3d9d68a
12dd7c753dbef7c05bc2a6c1843785eb2c9c802d
/CQUPT/自定义/03 二维数组的地址问题/03 二维数组的地址问题/demo.cpp
d1bf2ca5222550bdc9c1f3f1706f7e389e3fc382
[]
no_license
Echo002/the-Best-of-C
3b82fa4589a076d6deafa8b9ed8ef971cca6aee6
3008bf847b841994b618cab15edb812fd04ac6ad
refs/heads/master
2021-05-04T12:05:28.454758
2018-03-18T15:57:48
2018-03-18T15:57:48
120,286,303
0
0
null
null
null
null
UTF-8
C++
false
false
393
cpp
#include <stdio.h> int main() { int a[3][4] = {1,3,5,7,9,11,13,15,17,19,21,23}; printf("%d,%d\n",a,*a); printf("%d,%d\n",a[0],*(a+0)); printf("%d,%d\n",&a[0],&a[0][0]); printf("%d,%d\n",a[1],a+1); printf("%d,%d\n",&a[1][0],*(a+1)+3); printf("%d,%d\n",a[2],*(a+2)); printf("%d,%d\n",&a[2],a+2); printf("%d,%d\n"...
[ "xugaohero@163.com" ]
xugaohero@163.com
50292dd0295b2bf85d26a84ed26b0d0109d7dba9
b272baa97f92c5960f18f0118072bb27471c5aa4
/InvisibilityFilter.h
39baf262d52d869ce87cadf5be09dce60d1e84be
[]
no_license
liclac/BrawlTool
9eee6342522258d3a146d868eb1daf0971f51efb
8f232c1c72581432d4a72ba99cc2f423bde7097b
refs/heads/master
2021-05-27T09:57:21.406148
2013-01-01T15:15:39
2013-01-01T15:15:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
340
h
#ifndef INVISIBILITYFILTER_H #define INVISIBILITYFILTER_H #include <QtCore> #include <QtGui> class InvisibilityFilter : public QObject { Q_OBJECT public: explicit InvisibilityFilter(QObject *parent = 0); bool eventFilter(QObject *, QEvent *); void setWidgetVisible(QWidget *widget, bool visible); }; #endif // I...
[ "uppfinnarn@gmail.com" ]
uppfinnarn@gmail.com
bf59a15b8dccdca45e70c6f85f1a2710e6c5ccc5
cc6036e3bab6d310d8b30c423c7453748f8da9a7
/src/server.cpp
c96e55bf0cafc35c061b73139baffa12c6bd70bb
[ "MIT" ]
permissive
mhalitk/RemoteBot
828ef26065e98596df2228125e70b0515f72cafa
77195f7d7be13883be9a7a897f2a8a2f9ebe5815
refs/heads/master
2021-06-13T20:36:03.911434
2017-03-16T07:36:13
2017-03-16T07:36:13
73,954,933
0
0
null
null
null
null
UTF-8
C++
false
false
2,455
cpp
#include <iostream> #include <future> #include <signal.h> #include <string.h> #include <vector> #include "BotHandler.h" #include "BotService.h" #include "config.h" #include "ClientHandler.h" #include "Net/TCPConnection.h" #include "Net/TCPServer.h" using namespace std; using namespace hlt; vector<ClientHandler::Ptr>...
[ "halit.karakis@smartface.io" ]
halit.karakis@smartface.io
04bcdfaa2ebb7d9a9c4e12572ec8755ff64322bd
eb24b9c91937085561695d8454ce2dcddd1eb3a0
/106/bintree.cpp
63f2db0f1dfad49d45e59899c3ac284c8a6815b5
[]
no_license
wilson100hong/LeetCodeOJ
c85a9c11bc8b01ac8dff4da118d75b7a804a40d8
bd133f39e487daa4daa0f8e48641c613e15b144c
refs/heads/master
2021-07-13T04:56:29.913810
2020-08-23T17:30:30
2020-08-23T17:30:58
16,264,579
2
0
null
null
null
null
UTF-8
C++
false
false
880
cpp
class Solution { public: unordered_map<int, int> location; // inorder index vector<int> ino; vector<int> posto; TreeNode* helper(int istart, int pstart, int len) { if (len <= 0) return nullptr; int val = posto[pstart + len - 1]; TreeNode* node = new TreeNode(val); ...
[ "wilson100hong@gmail.com" ]
wilson100hong@gmail.com
c5a9daa40aa4d0ecb12548592d5b0d56b8780835
8fdbead85d30c0cdc52a342443f7204313ab46f2
/modules/ti.Growl/osx/growl_osx.h
e8a972359f7086f4d7e07fd7a70f8952dea5af5b
[ "Apache-2.0" ]
permissive
peggielich/titanium
9c49d71e8f0a333ecf2db27d7fa9b34209e53144
f85cfe257571674d05440bc85481a26006cb0af9
refs/heads/master
2021-01-18T08:50:15.634971
2009-03-14T17:51:57
2009-03-14T17:51:57
150,921
1
0
null
null
null
null
UTF-8
C++
false
false
790
h
/** * Appcelerator Titanium - licensed under the Apache Public License 2 * see LICENSE in the root folder for details on the license. * Copyright (c) 2008 Appcelerator, Inc. All Rights Reserved. */ #ifndef GROWL_OSX_H_ #define GROWL_OSX_H_ #include <kroll/kroll.h> #include <string> #include "../growl_binding.h" #...
[ "marshall.law@gmail.com" ]
marshall.law@gmail.com
d58565d148c50b0a3105c00c20ce5b029024247c
9c01de31627a43f33481b1a4c0d920051ac15063
/Classes/Screens/Popscreen.cpp
c45a911fb58f0a1873ee8524a1d8d2b033162040
[]
no_license
tooflya/popcorn-mania
957f3f1d54aad6fbc686d4bb7243a053e95651ea
d0c2073b7844d807abee6835a266ce0f1bc4da73
refs/heads/master
2016-09-06T18:47:28.627415
2013-06-27T15:45:28
2013-06-27T15:45:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,453
cpp
#ifndef CONST_POPSCREEN #define CONST_POPSCREEN #include "Popscreen.h" // =========================================================== // Inner Classes // =========================================================== // =========================================================== // Constants // ========================...
[ "igor.mats@yandex.ru" ]
igor.mats@yandex.ru
9608bacda536f5cc1db94bb7f59a54cd1a505694
924b7dff3442f8feabefba5bd85902b978dfac44
/Practical4/Project2/AClass.cpp
1138e04caf4e88a8342910c699dd2dd9eeae3b46
[]
no_license
rowan-adair/CSC2040-Practicals
1515fc45b478aeba3af70b34ba41bc740a57a32b
7a8e9b40f32cf303a608f9b419869220c64ac8d7
refs/heads/master
2022-07-01T07:49:32.839947
2020-05-10T20:28:48
2020-05-10T20:28:48
219,329,111
0
0
null
null
null
null
UTF-8
C++
false
false
780
cpp
#include "AClass.h" #include <iostream> using namespace std; // Constructor AClass::AClass(int len, double val):length(len){ if (len < 0) { cout << "Invalid data length = " << len << endl; data = NULL; } else { data = new double[length]; for (int i = 0; i < length; i++) data[i] = val; } } AClass::AClas...
[ "radair2842@gmail.com" ]
radair2842@gmail.com
0ee4ff4c6147f0b0a82429014d07b8184e26e8c8
6daa18bfebc32edf41b9eb9950808604952d6ff9
/modules/common/cmdline_parser.h
ae84a2601416a11a917d95e7e9623d6380734c1e
[]
no_license
jungle-cat/Cires
d4ebc9300924a838f386992b248bde943d3199b5
0a3e9abe667ae3bba15e5bd8ac3991d926123a98
refs/heads/master
2021-01-19T09:03:21.000690
2015-03-19T05:22:11
2015-03-19T05:22:11
17,288,202
4
4
null
null
null
null
UTF-8
C++
false
false
2,060
h
/* * cmdline_parser.h * * Created on: 2014年4月21日 * Author: Feng */ #ifndef __CMDLINE_PARSER_H__ #define __CMDLINE_PARSER_H__ #include "type.h" namespace cires { class CommandLineParser { public: //! the default constructor CommandLineParser(int argc, const char* const argv[], ...
[ "ustcrevolutionary@gmail.com" ]
ustcrevolutionary@gmail.com
4ba1b4dd5c7f0fbabec74f9ea74c1ef3570cd5b8
14ca908451c5fa15a41a968922811ee5a91b8b64
/C++/Строки/Замена в строке.cpp
8692d7c2562e58221109e4045e62908144a4a8c3
[]
no_license
anzhedro/labs
bb4295432d3be1f4a86fc687250990683d6d3784
6a914601547c3e05d6996247dd5657e9e1336f62
refs/heads/master
2021-01-19T22:08:08.103301
2017-04-19T14:44:15
2017-04-19T14:44:15
88,755,018
0
0
null
null
null
null
UTF-8
C++
false
false
682
cpp
#include <stdio.h> #include <string.h> #include <stdlib.h> char* zamena(char *s, char *s1, char *s2) { int pr; char *t = s, *p, *r, *res; pr = strlen(s2) - strlen(s1); if (pr > 0) { pr = pr * (strlen(s) / strlen(s1)) + strlen(s) + 1; res = new char[pr]; } else res = new char[strlen(s) + 1]; r = res; ...
[ "androsikei95@gmail.com" ]
androsikei95@gmail.com
29b02563d5e6d838385ee5e5a6bc70581c134d22
b42d7edce2d3f0fdd16e0d7628b30080e17453ae
/Homeworks/Solved/Arrays/segregate1and0.cpp
c70a0d725df530527a3f9f10662aec4674659967
[]
no_license
rahdirs11/Geekster
e3e09a7adfccb69496604a7424f870d4d09977af
4a5124969f58013cf43f2875103c6aeb5e3f03e5
refs/heads/master
2023-04-17T18:43:42.040959
2021-04-30T07:58:01
2021-04-30T07:58:01
345,723,441
0
0
null
null
null
null
UTF-8
C++
false
false
405
cpp
#include <iostream> #include <algorithm> using namespace std; int main() { int n{}; cin >> n; int* arr = new int[n]; for (int i = 0; i < n; ++i) { cin >> arr[i]; } int r{n}, l{n - 1}; while (l >= 0) { if (arr[l] == 1) { --r; swap(arr[l], arr[r]); } --l; } for (int i = 0; i < n; ++i) { cout...
[ "sriduneymar11@gmail.com" ]
sriduneymar11@gmail.com
c7b750b4c62fa39a8f33a42ad4b332157676f369
edcac1ae350dfcceda745b4c5b5927aa4d85614f
/ex6/main.cpp
61d34d357b06799f45e082dd93f8013d383c4e0d
[]
no_license
adieli313/CPP-Ex6
82c4ec90bafe62eab0a602cb0360a20e367fa451
cdb83473c50b785f7ff061ce73e0b0e1bc9ade66
refs/heads/master
2020-03-17T14:04:58.582758
2018-05-16T11:46:10
2018-05-16T11:46:10
133,657,324
0
0
null
null
null
null
UTF-8
C++
false
false
1,354
cpp
#include "Board.h" #include <iostream> using namespace std; int main() { Board board1{4}; // Initializes a 4x4 board cout << board1 << endl; /* Shows an empty board: .... .... .... .... */ board1[{1,1}]='X'; board1[{1,2}]='O'; cout << board1 << endl; /* Shows the following board: .... ....
[ "noreply@github.com" ]
adieli313.noreply@github.com
827df24a1bf10dac01e13fc318f5d3b8bfb7da5a
d965a3224bc76f979242ea65fb4bd50a12d95126
/spplib/fs/directory_iterator.hpp
fcf84458c3d13098eb529680e7899a46ade9657f
[]
no_license
sharkpp/spplib
9a4b59a9e737c22a7e3c8f34601ac5665d4747bb
3d795c6613a312e25cdf17b7a4f3019a532424e8
refs/heads/master
2021-01-10T19:01:42.411472
2012-09-12T22:04:43
2012-09-12T22:04:43
2,318,098
2
0
null
null
null
null
SHIFT_JIS
C++
false
false
8,712
hpp
/** * @file spplib/fs/directory_iterator.hpp * @brief ディレクトリ列挙クラス 定義・実装 * * Written by sharkpp<webmaster@sharkpp.net> in 2010. */ #include <windows.h> #if defined(_MSC_VER) && 1000 < _MSC_VER #pragma once #endif // defined(_MSC_VER) && 1000 < _MSC_VER #ifndef SPPLIB_462440FA_E6FA_4860_9F32_3CA0192...
[ "webmaster@sharkpp.net" ]
webmaster@sharkpp.net
063087e9c0aa02b10d3993737a1706638b3f32c4
63b16d0a905bbf9a200347a0e7d8ff13fb834505
/net/tcp_socket.cpp
98f13b8b3438f63952a51af159014dc9137b6c6e
[]
no_license
tobyhinloopen/CPP-web-test
ec1203f38263ba2404ed39d29b4fb8e5af20d611
9a728ad7102c96b37ba6dd1a8fdc834d09804cf9
refs/heads/master
2016-09-05T12:53:48.849738
2015-05-05T12:54:45
2015-05-05T12:54:45
34,902,438
0
0
null
null
null
null
UTF-8
C++
false
false
493
cpp
#import "tcp_socket.h" #import <iostream> #import <sys/socket.h> net::tcp_socket::tcp_socket(int socket_id, struct sockaddr_in socket_address): socket_id(socket_id), socket_address(socket_address), socket_stream_buffer(socket_id), cin(&socket_stream_buffer), cout(&socket_stream_buffer) { } net::tcp_socket::~tcp_socke...
[ "toby@zisoo.nl" ]
toby@zisoo.nl
5cec7a2d167e840825d64fb9ae1fbc6dfc9fc63e
6e1cd521d8d096fc2556fd9414448940d53cc4cf
/Source/cTileMapNode.h
cc5606d3b6cebd792c2c5621bde14054f21bd5a2
[]
no_license
Dembele/IrrSu
efc0fac2dab90db4596457466ac5f2e805f3efd2
22787a02dd62aa58e82cdf3b988ef5d5f337e772
refs/heads/master
2021-05-08T08:50:50.131842
2018-01-21T12:54:12
2018-01-21T12:54:12
106,414,281
0
0
null
null
null
null
UTF-8
C++
false
false
849
h
/* 8/11/08 cTileMapNode.h Dan Bush */ #ifndef TILE_MAP_NODE_H #define TILE_MAP_NODE_H #include <vector> #include "../TileManager.h" #include <irrlicht.h> using namespace irr; using namespace std; struct sTile { unsigned char tileset; unsigned char id; sTile(unsigned char t, unsigned char i) { tileset = t; id =...
[ "Bloodfall@DESKTOP-N4TB8NI" ]
Bloodfall@DESKTOP-N4TB8NI
bd82bfcfdbf7635796adb55739c17d54d0535f10
6b5d6690678f05a71837b85016db3da52359a2f6
/src/mojo/shell/background/tests/test_catalog_store.h
30872a1171cae0be02bdc6dca1e4a4a098524bf7
[ "BSD-3-Clause", "MIT" ]
permissive
bopopescu/MQUIC
eda5477bacc68f30656488e3cef243af6f7460e6
703e944ec981366cfd2528943b1def2c72b7e49d
refs/heads/master
2022-11-22T07:41:11.374401
2016-04-08T22:27:32
2016-04-08T22:27:32
282,352,335
0
0
MIT
2020-07-25T02:05:49
2020-07-25T02:05:49
null
UTF-8
C++
false
false
1,365
h
// Copyright 2016 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 MOJO_SHELL_BACKGROUND_TESTS_TEST_CATALOG_STORE_H_ #define MOJO_SHELL_BACKGROUND_TESTS_TEST_CATALOG_STORE_H_ #include <string> #include "base/mem...
[ "junhuac@hotmail.com" ]
junhuac@hotmail.com
3b63440c121ba417635ec2eef24b9eed58556bbf
179c0ea4275387bb530d224f50c806cd60ca3f32
/src/server/game/Server/Protocol/Opcodes.h
ce4182fa647688bafaac612830cfaa2211339c93
[]
no_license
freadblangks/Hellhunter15595
40a707ca61d7163d21051a29ca0db7bcb9c9845d
e39720d0eaa49a730a77c6e339dfb6ead735ca3f
refs/heads/master
2021-06-09T11:24:57.485838
2016-12-17T07:43:35
2016-12-17T07:43:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
91,235
h
/* Hellhunter */ #ifndef _OPCODES_H #define _OPCODES_H #include "Common.h" /// List of Opcodes enum Opcodes { NUM_OPCODE_HANDLERS = (0x7FFF+1), UNKNOWN_OPCODE = (0xFFFF+1), NULL_OPCODE = 0, COMPRESS...
[ "game.techbang01@gmail.com" ]
game.techbang01@gmail.com
4cfaaa43054f7462f69636289a4bd55ec0579e4b
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/tests/UNIXProviders.Tests/UNIX_FilterEntryInSystemFixture.cpp
f024729cfa020ac91c4338524542101165959573
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
2,851
cpp
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
64977fbeb5bd74dbdf1a83aff6ac341b16e9e091
dd6ffac87c25069939dddccd0e5d0d41c23f832f
/Project1/Source/Managers/LocalizationManager.h
ddb83928fb153f45081150a3ee4ee754eacfad08
[]
no_license
vidhisoni/3D-Game-Project
901e8fb3ecbeeffe0188b72f865e38ad55f8c6fe
f53c8c9eb95662455a4e1ce9105d2393664af1a6
refs/heads/master
2022-10-26T06:16:51.875969
2020-06-16T04:39:53
2020-06-16T04:39:53
272,602,412
0
0
null
null
null
null
UTF-8
C++
false
false
2,128
h
#pragma once /*! * Localization Manager gets text * in game codes map to windows codes */ class LocalizationManager { public: /*! * Either create a new instance if one does not exist * or return the current instance * \return the instance current initialized */ GEAR_API static LocalizationManager* GetInsta...
[ "vidhi.soni@digipen.edu" ]
vidhi.soni@digipen.edu
d092b35c5f1ad80d534dc05557d14a5263039a7d
0f2b08b31fab269c77d4b14240b8746a3ba17d5e
/onnxruntime/test/onnx/testcase_driver.cc
87f8a265757ff9e14f499eeb35a57d403ca43cc4
[ "MIT" ]
permissive
microsoft/onnxruntime
f75aa499496f4d0a07ab68ffa589d06f83b7db1d
5e747071be882efd6b54d7a7421042e68dcd6aff
refs/heads/main
2023-09-04T03:14:50.888927
2023-09-02T07:16:28
2023-09-02T07:16:28
156,939,672
9,912
2,451
MIT
2023-09-14T21:22:46
2018-11-10T02:22:53
C++
UTF-8
C++
false
false
3,715
cc
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #include "TestCaseResult.h" #include "testcase_driver.h" #include "testcase_request.h" #include "testenv.h" #include <core/common/logging/logging.h> namespace onnxruntime { namespace test { TestCaseDriver::TestCaseDriver...
[ "noreply@github.com" ]
microsoft.noreply@github.com
f1a991d469facc1d0bc0f3f4d77a4a2656626e92
db7282bee98f0284e3366b9dd5e8d752d7339297
/devel/include/youibot_msgs/VersionInfo.h
1baaf510039d840024366259fc4062eef5685829
[]
no_license
PapadeStonne/hector_mapping_rslidar_32
a04e747ef3e67374abe0a7e7f7886aec7f9fe081
0210192fdeb8808f21c36b0b112ba30187e3960c
refs/heads/master
2022-10-25T13:30:22.879547
2020-06-15T08:52:16
2020-06-15T08:52:16
272,385,525
0
0
null
null
null
null
UTF-8
C++
false
false
7,506
h
// Generated by gencpp from file youibot_msgs/VersionInfo.msg // DO NOT EDIT! #ifndef YOUIBOT_MSGS_MESSAGE_VERSIONINFO_H #define YOUIBOT_MSGS_MESSAGE_VERSIONINFO_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #inclu...
[ "mrzjq@sina.cn" ]
mrzjq@sina.cn
e44e8ae7a14ac6ad4317aaedab19aafe1351582f
cdaf82ade36a8454378d9167df1e88c0db8ff83c
/03. Ekspresi dan Masukan atau Keluaran/F. Transpos Matriks/f_transpos_matriks.cpp
6107a93070527916f0e3e578b0519b6605791365
[]
no_license
putuwaw/tlx-toki-answer
ad746673ad1b2e26719e309b81b24d7dfcf3bad4
a2415bc41dacd174438f029fdd9f47ba0d20581c
refs/heads/main
2023-09-01T09:10:48.215730
2023-08-22T15:36:46
2023-08-22T15:36:46
473,916,849
5
0
null
2023-04-27T17:00:32
2022-03-25T07:52:45
Java
UTF-8
C++
false
false
299
cpp
#include <iostream> using namespace std; int main(){ int a, b, c, d, e, f, g, h, i; cin >> a >> b >> c >> d >> e >> f >> g >> h >> i; cout << a << " " << d << " " << g << endl; cout << b << " " << e << " " << h << endl; cout << c << " " << f << " " << i << endl; return 0; }
[ "noreply@github.com" ]
putuwaw.noreply@github.com
eeeb61764ce36a35d63823e688108812fb89e445
ac7169b8f8e545ac3f511774639f6c456083eac5
/mastery19.cpp
8572efa16493f2b45363c3d5e9da6659e420badc
[]
no_license
AsaPuls/WSQ
ecd4aee1902eae185a7723a13b0c8995b3a2fbca
d9a734ea10f7f47835deba649fe815cc6e0c8d1b
refs/heads/master
2021-03-12T19:59:13.731159
2015-05-04T23:20:56
2015-05-04T23:20:56
30,938,290
0
0
null
null
null
null
UTF-8
C++
false
false
414
cpp
#include <iostream> using namespace std; int main () { int num1,num2; cout << "give me 2 numbers: " << endl; cin >> num1; cin >> num2; if (num1 > num2) cout << "The 1st number is bigger than the 2nd number" << endl; else if (num1 < num2) cout << "The 1st number is smaller than the 2nd number" << en...
[ "asa.puls@gmail.com" ]
asa.puls@gmail.com
1017a33b2b30b289822ae872e863d768998aef99
8be023f90d9a18f4917af4bba8fb31230df3df2a
/SigLog_MibLib/host/hr_other.cpp
78dc3b3d0d8c309dd7fbdc3bc7f97c7300f4fc8c
[]
no_license
duniansampa/SigLog
d6dba1c0e851e1c8d3aef3af4bb85b4d038ab9c9
3dae0e42a36ebc5dca46fb044d3b1d40152ec786
refs/heads/master
2021-01-10T12:25:17.511236
2016-03-12T18:38:19
2016-03-12T18:38:19
44,571,851
0
0
null
null
null
null
UTF-8
C++
false
false
1,171
cpp
/* * Host Resources MIB - other device implementation - hr_other.c * */ #include <siglog/net-snmp-config.h> #include "host_res.h" #include "hr_other.h" #if HAVE_UNISTD_H #include <unistd.h> #endif void Init_HR_CoProc(void); int Get_Next_HR_CoProc(void); const char *describe_coproc(in...
[ "duniansampa@outlook.com" ]
duniansampa@outlook.com
e2a86f0ab8e222d6d40b29109f239b286fe07e4e
324c5e6fa87055d893b639aa6400e7cea9269791
/StepsToMakeAnagram.cpp
b409d8978e88e4388b8541d19ad96ef547d2a7a7
[]
no_license
Saivaishnavichirumamilla/Arrays
fe8349a2e8b8a2c02dcd1964f1962364b85c371d
d0256bfa735d81d4aa3e367880b28d437ff55d6c
refs/heads/main
2023-04-14T09:19:33.590281
2021-05-07T16:20:13
2021-05-07T16:20:13
360,543,176
1
0
null
null
null
null
UTF-8
C++
false
false
787
cpp
/*An Anagram of a string is a string that contains the same characters with a different (or the same) ordering.   Input: s = "bab", t = "aba" Output: 1 Explanation: Replace the first 'a' in t with b, t = "bba" which is anagram of s. LOGIC: use map to store the frequency of characters in a string t. CODE: */...
[ "noreply@github.com" ]
Saivaishnavichirumamilla.noreply@github.com
a82aca4ce36554453914c1cf9cf1f5807d01125c
d48a833da418be56e9878379705332881e2abd02
/practise_contest/vjudge.net/Virtual_Judge_South_America_Regional_2012/D_Different_Digits/D_Different_Digits.cpp
ee086a29fe7b3116428778f51026f1563fb124bc
[]
no_license
convict-git/sport_coding
21a5fc9e0348e44eafaefe822cb749dfa4f7e53b
ae288a9930fac74ceb63dc8cc7250c854e364056
refs/heads/master
2021-07-05T21:35:14.348029
2021-01-01T17:53:34
2021-01-01T17:53:34
215,317,175
7
1
null
null
null
null
UTF-8
C++
false
false
2,794
cpp
#include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> using namespace std; using namespace __gnu_pbds; #pragma GCC optimize ("Ofast") #pragma GCC optimize ("unroll-loops") #pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,tune=native") ...
[ "official.mr.convict@gmail.com" ]
official.mr.convict@gmail.com
49de038dbd7cd1cac7e37e3409329fcf11147bc0
15b92476808245ff311ae1285b56dc68a4c31396
/ofApp.cpp
c7e6c36e030a2f89c98e9217e7b9b3be8e0fb068
[]
no_license
junkiyoshi/Insta20190908
9165ffe5e22166725521fd44e7f6bae3c2b0a76c
bda00c8f029a0a22742f6f3dcac5364812a9db4d
refs/heads/master
2020-07-22T05:43:11.243983
2019-09-08T09:38:17
2019-09-08T09:38:17
207,090,769
0
0
null
null
null
null
UTF-8
C++
false
false
2,397
cpp
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup() { ofSetFrameRate(60); ofSetWindowTitle("openFrameworks"); ofBackground(239); ofSetLineWidth(3); } //-------------------------------------------------------------- void ofApp::update() { } ...
[ "noreply@github.com" ]
junkiyoshi.noreply@github.com
9cd1dff2b1ba0f7779be309db2fff326bc98c6dd
bc80875b24285c92bbd3f1cc52a261c02908c583
/RayTracingWeekend/Camera.cpp
2e43ccbe374d6f0dc63da41f9e8d41181f143328
[]
no_license
catemack/RayTracingWeekend
9ed796f84677b4291e21356512f0ced8d4756a53
cdb77b9baeadd351958d76fbd73634896485fcc1
refs/heads/master
2020-09-22T17:57:40.440872
2019-12-06T02:38:59
2019-12-06T02:38:59
225,292,771
0
0
null
null
null
null
UTF-8
C++
false
false
863
cpp
#include "Camera.h" Camera::Camera(Vec3 lookFrom, Vec3 lookAt, Vec3 up, float vfov, float aspect, float aperture, float focusDist) { lensRadius = aperture / 2; float theta = vfov * PI / 180; float halfHeight = tan(theta / 2); float halfWidth = aspect * halfHeight; origin = lookFrom; w = unitVector(...
[ "cate.c.mackenzie@gmail.com" ]
cate.c.mackenzie@gmail.com
671bc0d99d7f87badc433d4f632460b416aba20c
02f6aaf8a127ece7fbd81dff94d695c4667c9e4a
/main.cpp
580d5e6bc3bdf9fbf4e4945f21b1b0017dbf8c10
[]
no_license
CodecoolBP20171/cpp-waste-recycling-AndrasKovacs84
5eb96220a7c6a04185611588f90db7767af576ac
121e496d8b6a25682b979e5904b4c100386f030d
refs/heads/master
2021-07-17T22:05:52.250678
2017-10-24T17:54:33
2017-10-24T17:54:33
107,556,021
0
0
null
null
null
null
UTF-8
C++
false
false
135
cpp
#include <gtest/gtest.h> int main(int argc, char* argv[]) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }
[ "ka841001@gmail.com" ]
ka841001@gmail.com
4d7fdba55387dae0867913b24a0843b2b938b6f8
627d4d432c86ad98f669214d9966ae2db1600b31
/unprocessed/tools/designer/src/lib/shared/qdesigner_qsettings.cpp
990097bf261f6d30e3c281072df92b9937b52cd2
[]
no_license
fluxer/copperspice
6dbab905f71843b8a3f52c844b841cef17f71f3f
07e7d1315d212a4568589b0ab1bd6c29c06d70a1
refs/heads/cs-1.1
2021-01-17T21:21:54.176319
2015-08-26T15:25:29
2015-08-26T15:25:29
39,802,091
6
0
null
2015-07-27T23:04:01
2015-07-27T23:04:00
null
UTF-8
C++
false
false
2,152
cpp
/*********************************************************************** * * Copyright (c) 2012-2015 Barbara Geller * Copyright (c) 2012-2015 Ansel Sermersheim * Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). * Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved....
[ "ansel@copperspice.com" ]
ansel@copperspice.com