blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
2f19026b86f980a4bec0ac3bd42445aaeccbbd07
a2f5251c437055148e4ac6ec4bfa0b0ff4153f22
/src/Clock.h
43dff96a26ecbf314e0e08dbee14f81fe84c48e9
[ "MIT" ]
permissive
NObodyGX/gPTPSimulation
911c9d126461a5b90b2aa386301281ab6b6f0a88
88a05d5084c4d0f058444ecfb6444f8dfa1aac01
refs/heads/master
2020-05-07T16:47:56.669063
2019-04-11T02:37:19
2019-04-11T02:37:19
180,698,712
2
0
null
null
null
null
UTF-8
C++
false
false
556
h
// // @authors: Enkhtuvshin Janchivnyambuu // Henning Puttnies // Peter Danielis // University of Rostock, Germany // #ifndef __IEEE8021AS_CLOCK_H_ #define __IEEE8021AS_CLOCK_H_ #include <omnetpp.h> using namespace omnetpp; class Clock : public cSimpleModule { SimTime lastAdjusted...
[ "xun@git.com" ]
xun@git.com
3d3c3da253469e368768e58425248e5cf7bb9f2e
305772707d613d3a1db9c7af1f0e128428a4a9a5
/src/math/numerictypes.hxx
1e11c562c76c09b8efd25e4a4d437d7b514bb6c3
[]
no_license
0x414c/nm-lab-3-ode
5719cb7fe74ab9ddef357da27730d0a8cebe6adb
5e7eea458c5b66d78f502db4b6e9e8f08a4ab41d
refs/heads/master
2021-01-01T05:29:10.469895
2016-07-09T16:55:00
2019-05-08T19:50:02
59,578,324
1
0
null
null
null
null
UTF-8
C++
false
false
3,184
hxx
#ifndef NUMERICTYPES_HXX #define NUMERICTYPES_HXX #include "../globaldefinitions.hxx" #ifdef QUAD_PRECISION_ENABLED #include <boost/multiprecision/float128.hpp> #endif // QUAD_PRECISION_ENABLED namespace Math { #ifdef REAL_IS_EXTERNAL #ifdef REAL_IS_BOOST_FLOAT128 #define REAL_C(x) (x ## Q) using real_t = boost...
[ "0x414c@gmail.com" ]
0x414c@gmail.com
c17524dd5cfc914d6c3502eab8df609c2c8cdf9e
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/09_13145_39.cpp
fd0873aba9e64cfcdbfaf380836c0a804c001a2d
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,541
cpp
#include <cstdio> #include <algorithm> #include <vector> using namespace std; int N, K; int price[200][50], lst[200]; vector<int> from[200], to[200]; bool used[200], adj[200][200]; struct Edge { int to, capa, gain, rev_id; Edge(int _to, int _c, int _g, int _revId) { to = _to; capa = _c; gain = _g; ...
[ "nikola.mrzljak@fer.hr" ]
nikola.mrzljak@fer.hr
d41173afa02b820624db5707c589f0852ac323ea
f9c9dbb3860e9ad49c7806c3173bbb606136c57a
/026_string_to_number_failure/main.cpp
f40c3c67bd7d08ff315c04e643f7cc4e4437b18f
[]
no_license
suomesta/rust_samples
9be0f3f5fbf84de020865b2f3cc155c8b282ae36
f48e0113de027e0baf23ccb8e388b195861d2489
refs/heads/master
2021-04-30T05:39:37.229686
2019-03-31T13:52:56
2019-03-31T13:52:56
121,419,851
0
0
null
null
null
null
UTF-8
C++
false
false
237
cpp
#include <iostream> #include <string> int main(void) { std::string s = "abc"; try { int i = stoi(s); } catch (const std::invalid_argument& e) { std::cout << e.what() << std::endl; } return 0; }
[ "shawn316michaels@gmail.com" ]
shawn316michaels@gmail.com
3ccee6d61448642105cada47368f8c6eb889368c
e9c1cb3220dbab16bcbba95a4d270b460aa91cef
/Tests/Spec.Conform/SPC3.6.0.1.CC
f3e6a68ea1cebe333fcc1d60c9e263c1976ce023
[]
no_license
dma-homebrew/ORCA-C
be22395e6ba3df4fcf15175ad97124b9f6e45b21
617c46095dfe9a39e1bedbc3c513e7ef75ea55e5
refs/heads/master
2023-08-05T10:08:34.341710
2021-09-12T23:12:36
2021-09-12T23:12:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
442
cc
/* Special Conformance Test 3.6.0.1: Test explicit line numbering (#line) */ #pragma debug 9 /* enable range checking and trace back */ void Sub (void) { int a [4080]; /* ensure stack overflow into SANE's area */ } #line 9999 /* expect trace back to report err...
[ "stephenheumann@gmail.com" ]
stephenheumann@gmail.com
72e86c9ed024bb426fe51c649d30306bff75875c
bcb6f327f9a85b1205796962d8fd05e692cc4909
/BJ_10171.cpp
d11b5ea81f51e27b623e168987019586240deac5
[]
no_license
jang7y/BJ
0dcbbec2b63bb3d07f8a8a3d7aa10fd2271c141a
0401b853ff8280230c31ad4d83971886662af8b5
refs/heads/master
2021-01-01T19:54:31.445478
2017-07-29T08:19:21
2017-07-29T08:19:21
98,718,576
0
0
null
null
null
null
UTF-8
C++
false
false
147
cpp
#include <iostream> using namespace std; int main() { printf("\\ /\\\n"); printf(" ) ( ')\n"); printf("( / )\n"); printf(" \\(__)|"); }
[ "d252b@naver.com" ]
d252b@naver.com
fbd307eec65b7f15bb10ec5fdba97b55030e8337
0cfa647e964ccf92334c7d1eae1b2316c4a4e286
/PixelStrip.h
92c3c5ae04ede7366a45bceeffdad5434006b829
[]
no_license
Serferuz/PixelStrip
c66a6bbf4b8d2a3483fc03da50fdb7bed26e8922
6938d7d0aa3f1eec2156ac2cc3844876f27705a6
refs/heads/master
2023-02-02T18:52:33.999283
2020-12-21T00:36:53
2020-12-21T00:36:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,016
h
#ifndef PixelStrip_h #define PixelStrip_h #if ARDUINO >= 100 #include "Arduino.h" #else #include "WConstants.h" #include "WProgram.h" #include "pins_arduino.h" #endif //#include "Adafruit_GFX.h" //not needed at this time #include "Adafruit_NeoPixel.h" #include "RGB.h" #include "segmentSection.h" #include "segment.h"...
[ "albert.barber1@gmail.com" ]
albert.barber1@gmail.com
a8a9c31c016cafb78ebf55e8bc35a4345f95c0d5
661ec219b90460e8aa981bb67da1a13a97c71412
/src/listeners/RequestDel.h
fa30a86d4316d02b2d656fda2170552d7ee744a5
[ "BSD-3-Clause" ]
permissive
chengxuwei/RocksServer
dc88b69d96f1e22ac1311cfa542eeb564d287805
56da6470da354f0943f19559baec49f70152e3b4
refs/heads/master
2021-05-01T22:11:05.454468
2016-12-13T11:42:09
2016-12-13T11:42:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
984
h
/** * RequestDel.h * * Request listener for command "/del" * * @author valmat <ufabiz@gmail.com> * @github https://github.com/valmat/rocksserver */ namespace RocksServer { class RequestDel : public RequestBase<ProtocolInPost, ProtocolOut> { public: RequestDel(RocksDBWrapper &rdb) : db(...
[ "ufabiz@gmail.com" ]
ufabiz@gmail.com
8756e07105f22d597d70281f4ba59a1476006be2
dcca86d376f43f8e921dd8c88b136390a6186eca
/1117/main2.cpp
307956b199e30bbee22e2b83b2c0fc25298f9505
[]
no_license
wxy3265/NOIP
66768430d7523ff9f62ddcc8031488d85db57848
6bcf0857791248194671aa64b7416c7a3efdc063
refs/heads/master
2021-01-19T17:31:53.334821
2018-01-13T02:44:18
2018-01-13T02:44:18
100,245,342
0
0
null
null
null
null
UTF-8
C++
false
false
728
cpp
#include <iostream> using namespace std; void change(int *a, int *b) { int c; c = *a; *a = *b; *b = c; } int main() { int n; cin >> n; int a[n]; int i; for (i = 0; i < n; i++) { cin >> a[i]; } int min, minnum; int j; bool flag = false; for (i = 0; i <...
[ "546668033@qq.com" ]
546668033@qq.com
d9e42368b24b6c6fa1f97a45bb5f2319051657a2
7ab28f147ab9ec34ea3d916540e03140d5af4dc4
/src/MeshDump.cpp
37bc5f2fc67afdec3c9aa80d5f81254b3bec36cc
[ "BSD-2-Clause" ]
permissive
fubody/mclscene
6f7c5ce025444ec036fbb8c446489e072ac83b6b
3fe35460a67373ae13eacf750eb3eb5ee91bf152
refs/heads/master
2020-12-31T01:11:21.638276
2016-05-26T22:36:40
2016-05-26T22:36:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,229
cpp
// Copyright 2016 Matthew Overby. // // MCLSCENE Uses the BSD 2-Clause License (http://www.opensource.org/licenses/BSD-2-Clause) // 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...
[ "over0219@d.umn.edu" ]
over0219@d.umn.edu
12101e39c5442e8f640df041946bbbccd7e3dbd2
f501d690498272785564db8e4bf2420eeff23a0b
/thirdparty/rocksdb/include/rocksdb/transaction_log.h
7fc46ae26452e5d4244dfc75c5be1e58ff4f7ec8
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "Zlib", "MIT-0", "LicenseRef-scancode-openssl", "ISC", "LicenseRef-scancode-ssleay-windows", "OpenSSL", "JSON", "BSL-1.0", "curl", "LicenseRef-scancode-public-domain", "MIT", "BSD-2-Clause", "BSD-1-Clause", "LicenseRef-...
permissive
phrocker/nifi-minifi-cpp
04bad621c1f82c0ab3ef3fffb5085d64939ef290
97a05c1bdb6bfd40f5f33da01cf0893060350ef4
refs/heads/master
2020-12-30T23:23:01.041185
2019-08-27T07:50:15
2019-08-28T17:25:00
80,614,745
3
1
Apache-2.0
2019-06-14T11:46:17
2017-02-01T11:41:22
C++
UTF-8
C++
false
false
3,959
h
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). #ifndef STORAGE_ROCKSDB_INCLUDE_TRANSACTION_LOG_ITERATOR_H...
[ "jeremydyer@apache.org" ]
jeremydyer@apache.org
e8c7d94486f9673e5a75ec965527bf61f14fde49
6f7fc96d304464faab0779c53007ae82b5e7a8ee
/pasw00401.cpp
23b965c90a70deed5d44435b168d46922c1ddfa1
[]
no_license
CamillaFranceschini/ScacchiProject
40f5a697db57570f48d16d0826d9afd156b0ab0c
aea5c61fe39333e0ca161424df20723ad238d3cc
refs/heads/master
2021-05-22T15:09:15.966211
2020-04-04T11:11:05
2020-04-04T11:11:05
252,975,983
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
32,740
cpp
///LIBRERIE #include <iostream> #include <string> #include <fstream> using namespace std; ///DATI STRUTTURATI ///Definisco due nuovi tipi di dato per enumerazione che mi descrivono il dato Cella typedef enum {pawn,rook,bishop,knight,queen,king,noPiece} Pezzo; typedef enum {white,black,noColor} Colore; ///Nuovo dato ...
[ "camilla.franceschini97@gmail.com" ]
camilla.franceschini97@gmail.com
f97289f495f9028744892efe17550ed549883e0c
ea528af94291a41e743df3612e4831b00a282f31
/src/core/analogio.cpp
2ce70def56f2b04af346aab97661d7289a497479
[]
no_license
tokuhira/eXodusino
50dc981a06e52cddb525ecc73fa474e4ee4e3f5e
38e851da1e6e01f917997a3237185fc9ed1d5545
refs/heads/master
2021-02-24T03:33:34.302730
2018-06-14T01:18:59
2018-06-14T01:18:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,986
cpp
#include "analogio.h" #define PWM_MAX_PINS 4 static int pwm_pin_num[PWM_MAX_PINS]; // PWM出力に使うピン番号を格納する static int pwm_duty_value[PWM_MAX_PINS]; // それぞれのピンのデューティを格納する static int pwm_already_inuse = 0; // すでに登録しているピンの数 static int pwm_init_done = 0; //static int pwm_interrpt_loopnum[PWM_MAX_PINS]; // ユークリッ...
[ "lynxeyed@xj9.so-net.ne.jp" ]
lynxeyed@xj9.so-net.ne.jp
07143e32c1526b4207f40e3edf0439c7beda444f
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13966/function13966_schedule_29/function13966_schedule_29.cpp
abf6eb594edc6bda359a157d26ffeb126eb347ae
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,669
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function13966_schedule_29"); constant c0("c0", 512), c1("c1", 128), c2("c2", 512); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"), ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
b21d7e13c9ff55bb0f9251188d73be151ffe6f1c
e5258d625a3451e2731fe9a623ad418ff04e7453
/MarioMaker/MarioMaker/Src/Scene/Scene.cpp
b09dc87ec9263f897777c76171bbc2eac800f8f9
[]
no_license
Kasugai0083/MarioMaker
6d4d4d4cd8adb04a56e3a2a53b05efd26fa7c084
0b42f5bda430bec590b67262ad35be3e8c455553
refs/heads/master
2020-12-28T01:03:40.857539
2020-06-15T01:55:51
2020-06-15T01:55:51
238,129,827
1
0
null
2020-06-11T08:56:22
2020-02-04T05:22:58
C++
UTF-8
C++
false
false
1,324
cpp
#include "Scene.h" #include "../Engine/Graphics.h" #include "../Engine/Input.h" #include "TitleScene.h" #include "GameScene.h" #include "ClearScene.h" static SceneId g_CurrentSceneId = SceneId::TitleScene; // 動作中シーンID static SceneStep g_CurrentSceneStep = SceneStep::InitStep; // 動作中シーンのステップ SceneId GetCurrentScene...
[ "kasugai0083@gmail.com" ]
kasugai0083@gmail.com
2abcc74590b027c6a1a636e339875c7b8b484617
cd3de7d025f2ae7fd93c5efc0dae765a793e4df9
/queue_stacks.cpp
93b75edf3b8d44c74d6481ef502cf01c338b33ac
[]
no_license
ysonggit/Hehaitao
467a82a31d9fce3784ae886714e0eaa180295842
c2620ef6a4769205f01532c7464b80bbe1824705
refs/heads/master
2021-01-12T13:53:42.920180
2013-11-14T17:29:15
2013-11-14T17:29:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,783
cpp
#include <iostream> #include <stack> using namespace std; template <typename T> class CQueue{ public: CQueue(){} ~CQueue(){} void append(const T&); T remove_head(); void print(); private: stack<T> stack1; stack<T> stack2; }; template<typename T> void CQueue<T>::append(const T& node){ ...
[ "ysong.sc@gmail.com" ]
ysong.sc@gmail.com
27ea7514a4797674572e81f6c10ed8eff1013ce5
18d0db6ab74359bae11ed4cfda343c73ba186b37
/Introductory Problems/ChessBoardAndQueens.cc
a69d38ee250eff10e3220ecb18ada58efb00e1fc
[ "MIT" ]
permissive
dhruvie/CSES
79457b6e11f6f416c6f796c2247be95ee9ff7b0a
8dfa091191aa2d90f63b2bdef79b3a93b8096df9
refs/heads/master
2022-11-27T13:28:12.511458
2020-07-21T09:20:19
2020-07-21T09:20:19
279,549,891
0
0
MIT
2020-07-21T09:08:41
2020-07-14T10:07:16
C++
UTF-8
C++
false
false
528
cc
#include<bits/stdc++.h> using namespace std; #define int long long signed main() { int n=8,obstacle=4; vector<vector<char>> chess(n, vector<char>(8,'.')); // for(int i=0; i<n; ++i) // { // for(int j=0; j<n; ++j) // { // cin>>chess[i][j]; // if(chess[i][j]=='*') // obstacle++; // } // } int totalC=...
[ "dj55427@gmail.com" ]
dj55427@gmail.com
072dcb42d21495eef3f675f3a31037f203162452
5712a01bc06416cf32fb637e10b21b34b938961c
/Zerojudge/a892 A 蚯蚓國的謎題.cpp
f416581af17421c208d84630b805179c3e62e776
[]
no_license
WenShihKen/uva
654a9f5f3e56935625e061795f152609899b79e5
03a3d603941dd9b9ec13e76fb99d24da6749a81b
refs/heads/master
2021-01-10T14:34:29.580527
2020-06-25T15:34:23
2020-06-25T15:34:23
48,536,090
1
0
null
null
null
null
UTF-8
C++
false
false
535
cpp
#include<stdio.h> #include<math.h> int main() { int t; scanf("%d", &t); while (t--){ int i, a[6] = { 0 }, j, k, count = 0; long long int sum = 1; for (i = 0; i < 6; i++){ scanf("%d", &a[i]); sum *= a[i]; } long long int temp = sqrtl(sum); if (temp*temp != sum){ printf("0\n"); } else{ for ...
[ "00257142@ntou.edu.tw" ]
00257142@ntou.edu.tw
a919cbcf5bfa3e45da4b37d662cd4028c651efd9
e8b9b8a44705a4b8241d83cfcca89bd9fe0a396c
/Sources/CTRPluginFrameworkImpl/Graphics/Button.cpp
d013efe2e225085503452b76e368fd8dfb4f2cb1
[]
no_license
Zetta-D/CTRPluginFramework-Source-Code
f998bb8b05196cbcb92f3eafbe99163625731c58
64e5125324cbd1fc3474ff6264fd592a5a0e0232
refs/heads/master
2022-12-05T10:47:08.961846
2020-08-26T13:14:54
2020-08-26T13:14:54
287,932,861
7
2
null
2020-08-24T20:11:47
2020-08-16T11:45:24
C++
UTF-8
C++
false
false
13,075
cpp
#include "CTRPluginFrameworkImpl/Graphics/Button.hpp" /* private: u8 flag[2]; // 0x40 & 0x41 u16 flagDraw[3]; // 0x4 & 0x6 u32 _unknow; // 0x28 int _unknow2; // 0xB string text; // 0x10*/ namespace CTRPluginFramework { Button::Update(bool,Vector<int> const&)::halfSecond; // weak _UNKNOWN Bu...
[ "noreply@github.com" ]
noreply@github.com
f105d10b1dbdf5886e8d7b1f1a26b2c33391c329
33199a24352713944eb42958bf2e8952ce4901c3
/Source/rhythmTest/RythmPawn.h
3356bb7c1273845d4e92097d9279b0594ebe46d6
[]
no_license
RaykoEZ/UE416Test
dc03ca4c2f29904bce2d97149a9c6893654e4694
a4c1875882319a1f99552fce127ac33df26c7df3
refs/heads/master
2020-03-29T02:19:52.691906
2018-09-23T13:31:18
2018-09-23T13:31:18
149,430,831
0
0
null
null
null
null
UTF-8
C++
false
false
1,138
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Pawn.h" #include "Components/AudioComponent.h" #include "RythmPawn.generated.h" UCLASS() class RHYTHMTEST_API ARythmPawn : public APawn { GENERATED_BODY() public: // Sets d...
[ "onion55zh@gmail.com" ]
onion55zh@gmail.com
949ee1841bb335e6285831939dbaef9baebb6eb8
58fbf85bc2dda72606c01cd2cd191bc0bc9fa7c2
/Source/ArmyTools/Public/ArmyAxisRuler3D.h
63f682c47c9eeefa9beb5fb4f96cffb3669d150c
[]
no_license
myl2232/ArmyEngineSimulation
497d2affb2786af9aa0a0295cf98cc4377b87ca4
353f3ec93cb352d49ce95825bb2ffdcc678119cf
refs/heads/master
2020-11-26T07:03:36.383628
2019-12-20T09:48:18
2019-12-20T09:48:18
228,996,622
0
4
null
null
null
null
UTF-8
C++
false
false
4,789
h
#pragma once #include "CoreMinimal.h" #include "ArmyObject.h" DECLARE_DELEGATE_RetVal_OneParam(bool, FAxisRuler3DDelegate, FVector); class ARMYTOOLS_API "FArmyAxisRuler3D : public TSharedFromThis<"FArmyAxisRuler3D> { public: struct AxisInfo { bool Visible = true; UWorld* TheWorld = NULL; FVector TraceStart =...
[ "153101862@qq.com" ]
153101862@qq.com
2f93b9e311ddfa5acc5a612451166b69d30cb1eb
f3258c518cca3b6482ab1af4f92859ed5c77552f
/leetcode/june-20220-challenege/12-insrt-del-getrandom.cpp
e478a844b1f5d11b945adcba4cb366d136498f4f
[]
no_license
cheekyAM/Competitive_coding
57ec1a5990fc0495174bc10fa4945778b8a6e291
61585d7858e2c24973882fa3698fabfa6a72a412
refs/heads/master
2023-01-30T08:11:19.668832
2020-12-12T09:49:57
2020-12-12T09:49:57
272,531,414
0
0
null
null
null
null
UTF-8
C++
false
false
1,347
cpp
class RandomizedSet { unordered_set<int> s; public: /** Initialize your data structure here. */ RandomizedSet() { //ok } /** Inserts a value to the set. Returns true if the set did not already contain the specified element. */ bool insert(int val) { if(s.find(val)=...
[ "noreply@github.com" ]
noreply@github.com
7ad0d8b73a91a0ec810ae80319dd82f24c9ae21b
795b7bb096edfa7728d540422118bdbae92d180e
/第11次上机/哈夫曼树.cpp
47a3af077563ae0e3010539a11129c102ba4b8b8
[]
no_license
OverseerCouncil/Data-Structure
65490dc96bf16936e0328e9d666a14e23f02447d
445408e3805d6aa695bb589602c261e4934769fd
refs/heads/main
2021-06-24T22:17:46.449738
2021-03-09T03:48:12
2021-03-09T03:48:12
215,509,013
0
0
null
null
null
null
UTF-8
C++
false
false
1,512
cpp
#include<iostream> #include<vector> #include<algorithm> using namespace std; struct HuffmanNode { int value; HuffmanNode* lChild; HuffmanNode* rChild; HuffmanNode(int elem) :lChild(NULL), rChild(NULL), value(elem) {}; }; bool cmp(const HuffmanNode* n1, const HuffmanNode* n2) { return n1->value < n2->value; } ...
[ "49034247+OverseerCouncil@users.noreply.github.com" ]
49034247+OverseerCouncil@users.noreply.github.com
ba35f755d3818e784e265a7a6bfae3c1c99602c6
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/squid/old_hunk_1370.cpp
515f6a755d735389a848f9d83c3cc48abc7620d0
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
289
cpp
} } void Auth::Config::dump(StoreEntry *entry, const char *name, Auth::Config *scheme) { storeAppendPrintf(entry, "%s %s realm " SQUIDSBUFPH "\n", name, scheme->type(), SQUIDSBUFPRINT(realm)); storeAppendPrintf(entry, "%s %s children %d startup=%d idle=%d concurrency=%d\n",
[ "993273596@qq.com" ]
993273596@qq.com
0667ddc1c29677079343864dd45b3420ddd8b27b
c386648d921b9e7fcfa35a4ddfbaf5c518fb58ec
/deps/lcb/src/bucketconfig/bc_file.cc
55c8d78cafe6963f1cd09f9edd2d6c5b4a0621c8
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
frank-dspeed/couchnode
3c6cd00ea994aff5bcbae647a27211130496564e
a380baf54361c081f4f169374af6dcd59c5f5cb3
refs/heads/master
2021-05-09T13:18:06.511898
2020-03-01T19:02:47
2020-03-01T19:02:47
119,030,675
0
0
Apache-2.0
2020-04-06T19:51:35
2018-01-26T09:11:03
JavaScript
UTF-8
C++
false
false
7,836
cc
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2013 Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ht...
[ "brett19@gmail.com" ]
brett19@gmail.com
7fdf96e997f8ff8757cbb0a5ea4ffaef98d87caf
e6dea47d81f117e6590c58d916e02c387e3b3831
/Code-Up-Algorithms-c++/Code-Up-Algorithms-c++/1037.cpp
4fcf15c86ff340285208adae32d86eeb0d6f109e
[]
no_license
myj4513/Code-Up-Algorithms
7672a97a69c2d85baf74e5cc0921d448388b1681
5defd2e3b813ad9718daac8d0671c0ef52191f31
refs/heads/main
2023-03-31T04:00:21.363770
2021-03-31T00:55:16
2021-03-31T00:55:16
352,489,144
0
0
null
null
null
null
UTF-8
C++
false
false
94
cpp
#include <iostream> int main(void) { int a; scanf("%d", &a); printf("%c", a); return 0; }
[ "yejungod@gmail.com" ]
yejungod@gmail.com
b0e010756a08715f1b1dc4a4ce4159d21e16d92c
79fd6e4c0dd0f982c9791fa50b3b2d5a0aa67957
/Projects/data_structure/Chapter_6_lists_strings/TextEditor/Editor@8caf6cc9848a41c78cf2dfd52ac705b8.h
2c333fc0e10a04a7a001faadf1ef21d2751e928e
[]
no_license
wty1990000/TY_repository
164192efb7180bb9e02a60b31fd52cfcca68fb12
3628b9ac0a0626546599759d6e5b0f35f4e7f168
refs/heads/master
2020-05-25T11:34:05.846396
2014-07-07T06:20:06
2014-07-07T06:20:06
16,769,489
1
2
null
null
null
null
UTF-8
C++
false
false
552
h
#ifndef EDITOR_H_ #define EDITOR_H_ #include "DLList.h" #include "TString.h" class Editor:public DLList<TString>{ public: Editor(std::ifstream *file_in, std::ofstream *file_out); bool get_command(); void run_command(); private: std::ifstream *infile; std::ofstream *outfile; char user_command; Error_code next_...
[ "wty1990000@yeah.net" ]
wty1990000@yeah.net
c0d913404cd45bdf35de6c0e145ccee00d89ded9
a83321d88aecb6da6f72e5192de134b58c2dda2e
/DSA/Trees/symmetric.cpp
b2551abf6039cfcc4a8bb7ae9ca5fbfbb3f92b50
[ "MIT" ]
permissive
pragya-chauhan/dsa
8e3818c4b9e92900054c9b7646485a38db89393d
fe3f54df6802d2520142992b541602ce5ee24f26
refs/heads/master
2023-03-25T19:43:01.314340
2021-03-22T18:24:12
2021-03-22T18:24:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,376
cpp
#pragma GCC optimize("Ofast") #include <algorithm> #include <bitset> #include <deque> #include <iostream> #include <iterator> #include <string> #include <map> #include <queue> #include <set> #include <stack> #include <vector> #include <unordered_map> #include <unordered_set> using namespace std; void abhisheknaiidu()...
[ "geekyabhi12@gmail.com" ]
geekyabhi12@gmail.com
08509c8d0e21a8a43614a4135bf0384c0be5b54f
2fe1db06ec4785534803171e5c24ba2fb39e4e18
/C++/C++ Fundamentals Sept 2019/04. Exercise/JudgeAssignmentFirst/src/Roxettes_Description_2.cpp
2535acdec38872e4658cd6f12417b69f1bf10774
[ "MIT" ]
permissive
galin-kostadinov/Software-Engineering
f83d561fa314d4137d5f4f68c10de03b97f7c8d7
55189648d787b35f1e9cd24cc4449c6beda51c90
refs/heads/master
2021-07-14T19:15:02.999720
2020-08-30T12:42:48
2020-08-30T12:42:48
197,240,774
1
0
null
null
null
null
UTF-8
C++
false
false
875
cpp
#include<iostream> #include<vector> void readDigits(std::vector<char> &splittedNumber) { char currentChar; std::cin.sync_with_stdio(false); for (int i = 0; i < 5; ++i) { std::cin >> currentChar; splittedNumber[i] = currentChar; if (currentChar == '.') { break; ...
[ "gk_1988@abv.bg" ]
gk_1988@abv.bg
e3d52610eb3c978c61692bac08f5dcb4732c99dd
b3a86f9abffb5a6d581af1b40e08695c105e0681
/src/fabber/fwdmodel_dsc.h
b922fa0a2bfd5eef5bd752df352a0d21d2df1db7
[]
no_license
fithisux/FSL
60e3e0f90430db343b3170f25a6e8b77811e6bdf
7aa2932949129f5c61af912ea677d4dbda843895
refs/heads/fsl-5.0.9
2020-12-30T16:16:32.812486
2016-01-29T18:52:06
2016-01-29T18:52:06
90,979,243
9
1
null
2017-05-11T12:56:41
2017-05-11T12:56:41
null
UTF-8
C++
false
false
5,678
h
/* fwdmodel_asl_grase.h - Implements the GRASE model Michael Chappell, FMRIB Image Analysis Group Copyright (C) 2007 University of Oxford */ /* Part of FSL - FMRIB's Software Library http://www.fmrib.ox.ac.uk/fsl fsl@fmrib.ox.ac.uk Developed at FMRIB (Oxford Centre for Functional Magnetic...
[ "methodscorehelp@umich.edu" ]
methodscorehelp@umich.edu
b9b8a8eefe052b8787121a9f7dd973164bc6217d
eb998c8004cac08015f2a07b150091dc5544360b
/Classes/SwipeLayer2.cpp
687104cde6b29549cfb28a1ed1dee27fb389bf4b
[]
no_license
Tetz/cocos2dx_demo
f466660381f13d635507fbca4a3ebb1312de5262
01d30321396912f3021bef10c29bae4cc65eceb2
refs/heads/master
2020-05-31T02:29:29.477700
2014-03-19T08:29:14
2014-03-19T08:29:14
22,131,018
1
1
null
null
null
null
UTF-8
C++
false
false
2,475
cpp
#include "SwipeLayer2.h" #include "allScene.h" using namespace cocos2d; CCScene* SwipeLayer2::scene() { CCScene *scene = CCScene::create(); SwipeLayer2 *layer = SwipeLayer2::create(); scene->addChild(layer); return scene; } bool SwipeLayer2::init() { if ( !CCLayer::init() ) { return ...
[ "t_takemoto@aeria.jp" ]
t_takemoto@aeria.jp
5032bb61c5abe6a92cc9f7553b3bb3e23fa81d66
8468e64ff6ab6af9d50f6e06d8b30530e6731c5c
/Lab4/CPoint.h
860fbf2f2a18fab96d9a5d2db48fbc8fd9620c85
[]
no_license
MarkTheIronMan/oop
0f28ace824ce859ce72af0bcba787653b367c6f5
343f9976569b907a6d8ef1382b644ebc65ebe9d0
refs/heads/master
2022-12-06T12:58:41.713053
2020-08-20T16:53:07
2020-08-20T16:53:07
239,822,807
0
0
null
null
null
null
UTF-8
C++
false
false
142
h
#pragma once class CPoint { public: CPoint() = default; CPoint(double x, double y); ~CPoint() = default; double x = 0; double y = 0; };
[ "medvedevkn@gmail.com" ]
medvedevkn@gmail.com
5361b0a13e7a5975b131020b98da8256cf4a3792
7a272b5567b529b02ba3f3e74b8986fd4f787f61
/module/src/Home.cpp
aded1075b907f2d555e5a6fef06e42505a15fcb1
[]
no_license
wendouzi/DC
4f7e7c39e8608c71e3a473716f207334d85e3281
35596e001f24c2de77c0e4000feeb97f4a399790
refs/heads/master
2021-01-11T04:59:51.104977
2016-11-27T13:54:44
2016-11-27T13:54:44
71,857,234
0
0
null
null
null
null
UTF-8
C++
false
false
64
cpp
#include "Home.h" Home::Home(AppId id): m_Appid(id) { }
[ "735196447@qq.com" ]
735196447@qq.com
9ff71b4eb4e0f03652baf581e04c855021d606b7
c9e32374ecc46eac59437a068d424e6eb28ca849
/xju/snmp/SnmpV2cGetNextRequest.hh
c465948bf70d9f2a57a7dca65c381c1d36d372b1
[ "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,130
hh
// Copyright (c) 2015 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 no representations about the suitability of this // softw...
[ "urnest@onthenet.com.au" ]
urnest@onthenet.com.au
809c69c16f3c88764a326e6c39fea64fe52ae8bb
42521c1c5a4b0bf9cf1eebf648c3dd338e0e2a8d
/Tic-Tac-Toe/Source.cpp
59924bcf921e6cd7869a5e906ba7d5a42675135c
[]
no_license
eitrunix/Tic-Tac-Toe-Project
52e7820184f1fd4790de32e316d26ae9f7579137
088aced6a553b7d27b3afe6c99af42e11916c7f5
refs/heads/master
2020-07-23T00:08:37.737425
2019-10-02T14:02:38
2019-10-02T14:02:38
207,377,093
0
0
null
null
null
null
UTF-8
C++
false
false
612
cpp
#include "Game.h" #include <iostream> using namespace std; int main() { Game ticTacToe; // Make child of the Game class called ticTacToe ticTacToe.DisplayInstructions(); // Display Instructions for this new class char again; // Ask to play again do { ticTacToe.SetPlayers(); ticTacToe.Play(); std...
[ "52928831+eitrunix@users.noreply.github.com" ]
52928831+eitrunix@users.noreply.github.com
1d85994e9706a9fa8322e145488e3782f603be89
161d09444742362b5469520f57b9bc8f8e0c0743
/chat/клиент/ClientC.cpp
753a1486010848194d9849f40c9d65228a601a2a
[]
no_license
Catharsiz/kyrsovaya
36a31fa0c6dbe725b63bfa91833bdf2a0342c0bb
20c1d18522ad09c62607f942edf38ea8aede20a9
refs/heads/master
2020-04-12T16:08:51.552525
2018-12-20T16:52:40
2018-12-20T16:52:40
162,603,620
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
7,058
cpp
#include "stdafx.h" #pragma comment(lib, "ws2_32.lib") #pragma comment(lib, "qwer.lib") #include <winsock2.h> #include <fstream> #include <iostream> #include <string> #include <time.h> #include <tchar.h> #include <Strsafe.h> #include "qwer.h" using namespace std; #pragma warning(disable: 4996) boo...
[ "noreply@github.com" ]
noreply@github.com
194515ebe9abb8f09c049a4473d74fc1e63bf7fd
234f4e8bb5ed49526aed2b9f0c18de135056c310
/NeatEngine/InputManager.cpp
6f7dc10395ea42e3b17b207bc387ea58f1974fb3
[]
no_license
peersmg/NeatEngine
b2ded034a7c7d746917a2e0a2f95bdd5d2ebf04a
1b86d587cfdbc673a6b3df02c95c21b71443219f
refs/heads/master
2020-05-21T20:28:06.841540
2017-04-29T20:45:50
2017-04-29T20:45:50
64,606,851
1
0
null
null
null
null
UTF-8
C++
false
false
6,442
cpp
#include "stdafx.h" #include "InputManager.h" #include "Game.h" #include "OutputLog.h" InputManager::InputManager() { ClearKeyStates(); m_maxClickTime = 0.5f; } InputManager::~InputManager() { } void InputManager::Update() { } void InputManager::SampleKeyboard() { // Clear events //ClearKeyStates(); ...
[ "peersmg@gmail.com" ]
peersmg@gmail.com
65e6d4f1b8fd44a2cb2223ea0b80c325b08c7e7c
467dc9058e53aa9ad383ac9a96d8349f14381505
/oplu.hpp
89e85b5e5bda01bb8f3ce8931003a94ca789e3fb
[]
no_license
mayanxin89/oplu_caffe
767255c96c2585220ecd2ccf27afde2fa81f0612
b36f7354afe110aa0cbd612819311c3c53892854
refs/heads/master
2021-01-11T04:58:23.695984
2016-04-07T15:32:58
2016-04-07T15:32:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,021
hpp
#ifndef CAFFE_OPLU_LAYER_HPP_ #define CAFFE_OPLU_LAYER_HPP_ #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" #include "caffe/layers/neuron_layer.hpp" namespace caffe { template <typename Dtype> class OPLULayer : public NeuronLayer<Dtype> { public: explicit...
[ "a.chernodub@gmail.com" ]
a.chernodub@gmail.com
3a86f67e8c7f9dd53907fc5baac612d0ae641f19
383bc515c880130ef53a9af419731cff20e52b0b
/ListNestedMap/ListNestedMap/PostureListener.cpp
947cdceef8e5a6432abd68c4f675a67f1f04eeaa
[]
no_license
guanguanboy/LearningCPlusPlus
151e5ecbf3acbcad08ecad83a344b9652597b6c2
264db8437a5f426104e7b3741a2874fbeefd4a71
refs/heads/master
2020-04-26T08:28:10.041316
2019-05-28T02:04:36
2019-05-28T02:04:36
173,423,732
0
0
null
null
null
null
UTF-8
C++
false
false
691
cpp
// // Created by liguanlin on 2019/5/16. // #include <iostream> #include "PostureListener.h" using namespace std; PostureListener::PostureListener( DetectPostureHandler detectStartCallBack, DetectInProgressHandler detectInProgressCallBack, DetectPostureHandler detectCompleteCallBack, PostureCustomPar...
[ "liguanlin@orbbec.com" ]
liguanlin@orbbec.com
462859071d1d5e67791dbc3132ab509b565756b7
4f155e5d0924ba705a6d99ec56b8d0d5316d5fa2
/src/sirenenv/command.cpp
84899f2dd5402e9dd15c9f42fb83d64ccdcc9f78
[ "MIT" ]
permissive
kuyon/siren
1e11b7ca3ff6bfdbaa7f8405e4b3cc9f23a2e5ef
9cb07778d42cb55568d1524b58a12675dd29e9f2
refs/heads/master
2020-04-05T23:31:24.311821
2013-11-29T01:36:35
2013-11-29T01:36:35
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
16,110
cpp
/* THIS FILE IS PART OF *SIREN* SOURCE CODES. * WHEN YOU WANT THE LICENSE OF THIS FILE, YOU CAN GET IT * IN README OR LICENSE DOCMENTATION OF THIS PROJECT. * --------------------------------------------------------- * AUTHOR: dyama <dyama@member.fsf.org> */ // OCCViewer.h で定義されている static な AISContext, View...
[ "dyama@member.fsf.org" ]
dyama@member.fsf.org
42c6f9b9719c6d75db2156aef1773dc1eb60d55c
81f92a2899e0862bb9831c8cbca90e5905f81c3e
/src/qt/guiutil.h
bedd439bbfe1290b21431a41bdac32b6de459604
[ "MIT" ]
permissive
AsgardiaCoin/SolarCore
39339e0d1f4a2679210c920c9b5e9f25690e082c
2ac16cedb28bb4bd76ca25d7f79b8e189fb0a3fd
refs/heads/master
2020-04-01T21:46:10.239413
2018-10-26T19:41:21
2018-10-26T19:41:21
153,674,348
1
0
null
null
null
null
UTF-8
C++
false
false
8,230
h
// Copyright (c) 2011-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_GUIUTIL_H #define BITCOIN_QT_GUIUTIL_H #include "amount.h" #include <QEvent> #include <QHeaderView> #incl...
[ "skyler@ruffa-karting.fr" ]
skyler@ruffa-karting.fr
84d7e80125743d864739633332c4be9951011c9a
5aeed2fdf2f6d75bb74d4f2c1b58694fd6ff30ef
/practice/ODBC_JDBC/ODBC_JDBC/ODBC_2013104044_강준후/problem4.cpp
3196d38fab81ca9e984f306afdba7f21b52d7153
[]
no_license
stevejhkang/Database
20a6fb1d5662baa6da9e4848aa73fe51c1a33f84
7a30c660ad72fbf205a5ec4c4530ccd54813c926
refs/heads/master
2021-03-31T01:34:50.415241
2019-02-21T10:00:33
2019-02-21T10:00:33
124,713,859
0
0
null
null
null
null
UHC
C++
false
false
4,270
cpp
#include <Windows.h> #include <iostream> #include <sql.h> #include <sqlext.h> using namespace std; //ODBC conn SQLHENV hEnv; SQLHDBC hDbc; SQLHSTMT hStmt; //접속 정보 SQLCHAR *ODBC_Name = (SQLCHAR*)"TIBERO"; SQLCHAR *ODBC_ID = (SQLCHAR*)"HR"; SQLCHAR *ODBC_PW = (SQLCHAR*)"tibero"; bool DBConnect(); void DBDisConnect();...
[ "steve.jh.kang@gmail.com" ]
steve.jh.kang@gmail.com
efcbc1512e22cb35a55430c923b29ce0687e91db
58b180199717290435a5b555c8ac7beeea8680d0
/related_projects/source_codes/top-k-overview/include/PartialSR.h
1f26001e0a726614e34271338670fe4e60f51961
[ "MIT" ]
permissive
kiminh/SimRank-1
636e2a822950f65c3aae1338c25372f7d6a3d2fd
3a601b08f9a3c281e2b36b914e06aba3a3a36118
refs/heads/master
2022-12-16T22:28:19.561413
2020-08-29T15:06:40
2020-08-29T15:06:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,871
h
#ifndef _PARTIALSR_H_ #define _PARTIALSR_H_ #include "config.h" #include "simrankmethod.h" /* * implementing SIMRANK with partial sums optimization * Title: Accuracy Estimate and Optimization Techniques for SimRank Computation, VLDB'08 * */ class PartialSR : public SimRankMethod { public: Partial...
[ "yche@cse.ust.hk" ]
yche@cse.ust.hk
3039bafad88cead7d859e444a8cb621608dbe14a
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/107/093/CWE590_Free_Memory_Not_on_Heap__delete_char_placement_new_74a.cpp
f7f451e0c26625a0255cf3d3d59fccaa773a0ee1
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
2,722
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE590_Free_Memory_Not_on_Heap__delete_char_placement_new_74a.cpp Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete.pointer.label.xml Template File: sources-sink-74a.tmpl.cpp */ /* * @description * CWE: 590 Free Memory Not on Heap * BadSource: placement_new D...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
1f8f4df2dd1c8331f6ef7a5eef3f05b7ec97642d
b0f08154e3eebc7d8465efc57597e52d08d69c18
/src/monitor/monitor_vacuum_ovfp_threshold.cpp
37f6918c83a64a770323d79a394980328096e815
[ "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
CUBRID/cubrid
8f71a0010243b72e43ba887d229210650f4e901e
3b952af33230839a1b561a78ecd4b773374b66f8
refs/heads/develop
2023-08-18T19:16:30.987583
2023-08-18T08:18:05
2023-08-18T08:18:05
52,080,367
287
294
NOASSERTION
2023-09-14T21:29:09
2016-02-19T10:25:32
C
UTF-8
C++
false
false
14,492
cpp
/* * Copyright 2008 Search Solution Corporation * Copyright 2016 CUBRID Corporation * * 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-...
[ "noreply@github.com" ]
noreply@github.com
912f44796ce417c556daa1f9508dcfaec6a8f86f
f4061428bd416d5ddfa5e560b22dcd45364b43ba
/old/problem1.4/container.cpp
1bbee283e9f0c8e3d580c6975e4e780e777fa6d4
[]
no_license
andrey-komarov/komarov-andrey
e282412cf436674b8638fa1c94a92b98223180d4
1c7559f9f2c8a977a28d6438506b1badd5b403a2
refs/heads/master
2021-01-01T03:45:44.989138
2013-03-15T21:34:07
2013-03-15T21:34:07
56,240,769
0
0
null
null
null
null
UTF-8
C++
false
false
2,136
cpp
#ifndef containerCPP #define containerCPP #include "container.h" container::container(size_t size): size_(size) { if (size_ > 1) { digits_ = new digit_t[size_]; for (size_t i = 0; i < size_; i++) digits_[i] = 0; } else digit_ = 0; } container::container(const container& o...
[ "taukus@gmail.com" ]
taukus@gmail.com
84b70cefa5aef6653f4fa1f06f7932adaa6e58a2
97b63097972b1845164b69fe77834bda0a859e8c
/PlaneSweepParallel/include/AbstractAllKnnAlgorithm.h
367d72825a67d5af2dfaa52d86469fd03bc8c291
[]
no_license
thcristo/ParallelSpatialQuery
8e0787c8ae7bbaaf5548d0e8caff9290aac7d931
5128179757947381211a83adde4911a9628a0f3c
refs/heads/master
2021-09-26T11:57:53.957329
2018-10-29T22:16:41
2018-10-29T22:16:41
107,080,597
0
0
null
null
null
null
UTF-8
C++
false
false
7,654
h
/* This file contains the definition of an abstract AkNN algorithm class Concrete algorithms will derive from this class */ #ifndef ABSTRACTALLKNNALGORITHM_H #define ABSTRACTALLKNNALGORITHM_H #include <vector> #include <limits> #include <memory> #include <array> #include "AllKnnProblem.h" #include "AllKnnResu...
[ "theoc1970@hotmail.com" ]
theoc1970@hotmail.com
33a63aa856e259d356fec70885a957457caed892
646fb3425a071261b8ab99b22cea45f317452ac5
/lab4/devel/include/stdr_msgs/SpawnRobotActionResult.h
8dfab25d7cb03748b7f5e63a4ff0bbdc296eb76a
[]
no_license
XAVILLA/c106a-lab
b4d8ca1ede159c0884564c19f0f84c390e3c0df4
994ad5195ddbb0d5cfb16ac2ae995cd347cc1257
refs/heads/master
2022-12-28T02:13:50.625185
2020-10-12T07:52:27
2020-10-12T07:52:27
303,316,683
0
0
null
null
null
null
UTF-8
C++
false
false
14,879
h
// Generated by gencpp from file stdr_msgs/SpawnRobotActionResult.msg // DO NOT EDIT! #ifndef STDR_MSGS_MESSAGE_SPAWNROBOTACTIONRESULT_H #define STDR_MSGS_MESSAGE_SPAWNROBOTACTIONRESULT_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_...
[ "zzx0911@berkeley.edu" ]
zzx0911@berkeley.edu
9fe9a33f3602aad67055f30886cef41db4066e1c
48ee5cfc1fdcc2512ff9aac71b1fc7f1275b088a
/例程/生鱼片尺寸筛选.cpp
782f6d642fa7b2889f81f858d459098e60b431a9
[]
no_license
leisureea/cv-Project
5039d2b0e0548886b4f0ed55bbc88fa5c3eb183f
735416a2782711403615b94dab3bd42ae649ed8f
refs/heads/master
2022-08-13T09:25:07.824354
2020-05-22T01:18:40
2020-05-22T01:18:40
242,138,615
0
0
null
null
null
null
GB18030
C++
false
false
803
cpp
#include "ha2cp.h" int main() { ha2cp ha; mycv mc; Mat img,img1, region, region1, region2, region3, out, output; img = imread("D:/VS2019/[data/images/food/fish_sticks_raw_03.png", 0); if (img.empty()) { cout << "打开图片失败" << endl; return -1; } //筛选生鱼片 ha.threshold(img, img1, 50, 255); ha.fill_up(img1, i...
[ "45066301+leisureea@users.noreply.github.com" ]
45066301+leisureea@users.noreply.github.com
65dc74d20964daa62a2a9c24c689d8cb171d92c3
88591f49e961a2009abd77c182d95482849e0ee2
/lab10_tests.cpp
352cca7ddd7824d2a6dfc72cfd5ec4fea979cce9
[]
no_license
LauraDiosan-CS/lab8-11-polimorfism-AliceCalbeaza
d791439e3843ba5bd7a6f5d948be2d2ef669aa12
7231ac95a43fee8087f2c109557f3e5e7d71aeb0
refs/heads/master
2022-07-01T15:00:09.448776
2020-05-18T15:00:49
2020-05-18T15:00:49
255,335,237
0
0
null
null
null
null
UTF-8
C++
false
false
1,074
cpp
#include "lab10_tests.h" #include "file_repository.h" #include "csv_file_repository.h" #include "trains.h" #include <cassert> void Lab10Tests::runTests() { CsvFileRepository<Train,TrainFactory>* repo = new CsvFileRepository<Train,TrainFactory>("test_files/lab_10.csv"); Train* g1 = new FreightTrain("KBT8","Fleis...
[ "noreply@github.com" ]
noreply@github.com
24d27d92f867496a39053c2a324d293be002619d
074f45a91f8faf3a27daa4096d5cd0264ccb3574
/Estrutura de Dados/BinaryTree/BinaryTree/Source.cpp
3c5414500cac3da7f1f462fdaef6c8eb722b1345
[ "MIT" ]
permissive
boveloco/puc
198d2766bc988d45b68cc81bc8d44a2d172de89e
cbc3308fac104098b030dadebdd036fe288bbe0c
refs/heads/master
2021-01-24T09:08:36.076597
2017-11-22T15:34:07
2017-11-22T15:34:07
32,361,406
1
1
null
2017-11-22T15:34:07
2015-03-17T00:26:43
Java
UTF-8
C++
false
false
1,189
cpp
#include "BinaryTree.h" #include <iostream> char main(){ BinaryTree<char>* a; BinaryTree<char>* b; BinaryTree<char>* c; BinaryTree<char>* d; BinaryTree<char>* e; BinaryTree<char>* f; BinaryTree<char>* g; BinaryTree<char>* h; BinaryTree<char>* i; BinaryTree<char>* j; BinaryTree<char>* l; BinaryTree<char>* m...
[ "andre.bovendorp@LCET0330.cwbdis.pucpr.br" ]
andre.bovendorp@LCET0330.cwbdis.pucpr.br
38657ee1532d2df1c810b788c5dbbc85c9662380
a1697c069dabf53b6af5764bdf4d7f843b985dd2
/example/zzz_net_evt_0.3/client.cpp
9c5a899faa72f7be1980d415e4bc4de1a21c5304
[]
no_license
l2306/network_reactor
944a2bf0059b8732ebd8696c5c72e9c80de26d62
2561f7bf25b15724899bf2e6862dd826bf6fe98c
refs/heads/master
2022-10-03T02:57:11.692719
2020-05-30T15:53:57
2020-05-30T15:53:57
268,109,059
0
0
null
null
null
null
UTF-8
C++
false
false
813
cpp
#include <stdio.h> #include <string.h> #include "net_udp_client.h" //客户端业务 void busi(const char *data, uint32_t len, int msgid, net_connection *conn, void *user_data) { char *str = NULL; str = (char*)malloc(len+1); memset(str, 0, len+1); memcpy(str, data, len); printf(" recv server: id:[%d] len:[%...
[ "895553893@qq.com" ]
895553893@qq.com
1a1b80525c21f943ed3cda461675e1cca130acef
fbc8bbdf2fcafbbcf06ea87aac99aad103dfc773
/VTK/Rendering/Volume/Testing/Cxx/TestGPURayCastDepthPeelingTransVol.cxx
d1f241683fe4f9dbaaf5e05c9125773d5961f422
[ "BSD-3-Clause" ]
permissive
vildenst/In_Silico_Heart_Models
a6d3449479f2ae1226796ca8ae9c8315966c231e
dab84821e678f98cdd702620a3f0952699eace7c
refs/heads/master
2020-12-02T20:50:19.721226
2017-07-24T17:27:45
2017-07-24T17:27:45
96,219,496
4
0
null
null
null
null
UTF-8
C++
false
false
6,746
cxx
/*========================================================================= Program: Visualization Toolkit Module: TestGPURayCastDepthPeelingTransVol.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. ...
[ "vilde@Vildes-MBP" ]
vilde@Vildes-MBP
2003af87d6a780805405cdc8b7ef571994d6af4c
4aaafc16e282f86bdeaf730cddb579ff3c61787a
/src/test/util_tests.cpp
b03b5929ef9a5436ad62a383eaaf46ea03a4330a
[ "MIT" ]
permissive
flirtcoin/flirtcoin
ebe9cce304641c9c7d873a210cc2f205d3017379
1bbaa7cef10b9db404095127fe6def859541b266
refs/heads/master
2021-01-13T02:23:21.720408
2017-12-12T07:40:08
2017-12-12T07:40:08
27,047,477
0
0
null
null
null
null
UTF-8
C++
false
false
13,979
cpp
// Copyright (c) 2011-2014 The Flirtcoin Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "util.h" #include "clientversion.h" #include "core/transaction.h" #include "random.h" #include "sync.h" #incl...
[ "flirtcoin@gmail.com" ]
flirtcoin@gmail.com
d9f2c14abcbc1572dd7c7177c9efb8cb0ff97b98
a7e4b6087f9c2750862ca44971b43a0072c2ab6c
/HyEngine/Source/TriangleComponent.cpp
484d45dd1a89109a960c1808fcc9d169ae2ac481
[]
no_license
lyunDev/SR_Project
f3a57fef867e51b5a3d2f0265354b513a6e6b2b2
29c20af3028bb7675f79fe20d6c61d5864623be1
refs/heads/main
2023-02-26T10:14:36.987096
2021-02-04T08:50:29
2021-02-04T08:50:29
335,874,527
0
0
null
null
null
null
UTF-8
C++
false
false
1,137
cpp
#include "StandardEngineFramework.h" #include "TriangleComponent.h" #include "VertexTypes.h" TriangleComponent::TriangleComponent() { } TriangleComponent::~TriangleComponent() { } void TriangleComponent::Update() { } void TriangleComponent::Render() { DEVICE->SetStreamSource(0, triangleBuffer, 0, sizeof(Simple...
[ "lyun.dev@gmail.com" ]
lyun.dev@gmail.com
48e0d36f11e3d66ea666e29f6b8131821c8dc4ff
10ffe7606d2fa71d320a56da08c7d9b084b4a272
/Arduino files/BT_OpenDay/BT_OpenDay.ino
060c2a8f93a5aeb7932e56a14142d929166e00c5
[]
no_license
Fast0n/MajoranaOpenDay2016
7af81dc5e66170d470ffe5a822b42f165a93cf2a
3c670081dfd5634c069943da98fdd824ec423c36
refs/heads/master
2020-06-17T19:48:33.610616
2019-09-29T23:51:53
2019-09-29T23:51:53
196,031,740
0
0
null
null
null
null
UTF-8
C++
false
false
1,861
ino
/*Definisce i pin a cui sono collegati un led, una ventola e il reset automatico*/ #define ledPin 13 #define fanPin 8 #define resetPin 2 #include <LiquidCrystal_I2C.h> #include <Wire.h> LiquidCrystal_I2C lcd(0x27,16,2); void setup() { /*Definisce il tipo di pin*/ pinMode(ledPin, OUTPUT); pinMode(fanPin, OUTPUT...
[ "ThePlayerGame97@gmail.com" ]
ThePlayerGame97@gmail.com
85692308d024361975e517eb0da6580afadf7044
b5c17b494204ed215ecfdc65932b2c960fa9e121
/src/util/bip32.h
06b55e4577f4986d4a4f76579ba7c648ba67a4e1
[ "MIT" ]
permissive
syglee7/zenacoin-ver2
9c8943c84b8eefad4ce3fee6ac15a9878b87f1df
90079b95bdf0ea2b7fce644c56d2a9626526e5e4
refs/heads/master
2023-03-10T07:29:47.772820
2021-02-21T13:57:41
2021-02-21T13:57:41
340,617,557
0
0
null
null
null
null
UTF-8
C++
false
false
665
h
// Copyright (c) 2019-2020 The Zenacoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef ZENACOIN_UTIL_BIP32_H #define ZENACOIN_UTIL_BIP32_H #include <attributes.h> #include <string> #include <vector> /*...
[ "syglee7@gmail.com" ]
syglee7@gmail.com
0c24488a3eb5868d860513f6c6aa31cfeb4a05c2
5a9a59a32892c9c01d7de9e9d7b97126e64a1f7a
/src/Puissance4.cpp
44868eee28358e50f098eaa6aed395368e1138ea
[]
no_license
NesKaphe/cpp-board-games
07bd00f5dbe607daad43e9138498405933d274c9
9f97b33e41ae8da96e6f46afac3642e4f15bce6f
refs/heads/master
2020-04-14T14:07:30.998263
2015-01-27T00:26:48
2015-01-27T00:26:48
29,888,876
0
0
null
null
null
null
UTF-8
C++
false
false
9,236
cpp
#include "Puissance4.hpp" #include <string> Puissance4::Puissance4() : Jeu(2) { this->joueur1 = NULL; this->joueur2 = NULL; //On ne connait pas encore le type de joueur this->grilleDeJeu = NULL; this->scoreJoueur1 = 0; this->scoreJoueur2 = 0; this->tourJoueur = Puissance4::JOUEUR1; } Puissance...
[ "alain.dias02@gmail.com(" ]
alain.dias02@gmail.com(
3a206685cdcd3ffffb78a35b1ff5b33e7d3f7f15
fc422bdfd72b7dc922a8ce7f1ed176830ce78312
/Adafruit_ILI9341B/Adafruit_STMPE610.h
f6383ed2155af889c7f9edfccea6cf5927054850
[ "MIT" ]
permissive
FranzJr/Raspberry_Pi
e6a684ff26e99a5a0b4b114718864ec7538e97d7
515f138ecb2ca2c0e96b7343ccf14b87653faaad
refs/heads/master
2020-03-29T19:52:58.350942
2018-01-14T19:37:53
2018-01-14T19:37:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,238
h
/*************************************************** This is a library for the Adafruit STMPE610 Resistive touch screen controller breakout ----> http://www.adafruit.com/products/1571 Check out the links above for our tutorials and wiring diagrams These breakouts use SPI or I2C to communicate Adafruit i...
[ "kurte@rockisland.com" ]
kurte@rockisland.com
3e1625c1c9eb3a02c412214e6025e2c4c65be15e
1f539642d30cf4baed92b4f56b30b6fc6452c30e
/Persona.cpp
02f980d59baf3544c636b75372df9f401e1780dc
[]
no_license
Anny642/tarea
6d20f05320bb6d409210c00fea1dd17fbea59eed
0f1058776e776e1200d23d41a9bf904962ba0c9d
refs/heads/master
2023-03-08T17:01:45.863455
2021-02-18T05:39:41
2021-02-18T05:39:41
339,948,828
0
0
null
null
null
null
UTF-8
C++
false
false
642
cpp
//Persona = nombre, apellido, direccion, telefono, fecha de nacimiento, dpi, etc... //Cliente = nit, etc... #include <iostream> using namespace std; class Persona{ // atributos protected : string nombres,apellidos,direccion,puesto; int telefono,salario,codigoempleado; // costructor protected : Perso...
[ "sucelysantizo1999@gmail.com" ]
sucelysantizo1999@gmail.com
dede2c7575b91523aa286fb97114d3cd5043b9cf
c6fa53212eb03017f9e72fad36dbf705b27cc797
/RecoTracker/TkNavigation/plugins/SkippingLayerCosmicNavigationSchoolESProducer.cc
1fe4a960598c4af2894cd60d581e8775264b96c5
[]
no_license
gem-sw/cmssw
a31fc4ef2233b2157e1e7cbe9a0d9e6c2795b608
5893ef29c12b2718b3c1385e821170f91afb5446
refs/heads/CMSSW_6_2_X_SLHC
2022-04-29T04:43:51.786496
2015-12-16T16:09:31
2015-12-16T16:09:31
12,892,177
2
4
null
2018-11-22T13:40:31
2013-09-17T10:10:26
C++
UTF-8
C++
false
false
930
cc
#include "RecoTracker/TkNavigation/plugins/SkippingLayerCosmicNavigationSchoolESProducer.h" #include "RecoTracker/TkNavigation/interface/SkippingLayerCosmicNavigationSchool.h" NavigationSchoolESProducer::ReturnType SkippingLayerCosmicNavigationSchoolESProducer::produce(const NavigationSchoolRecord& iRecord){ using n...
[ "sha1-c20eea45fcd90cd8b9272a4189992d8eff37fabb@cern.ch" ]
sha1-c20eea45fcd90cd8b9272a4189992d8eff37fabb@cern.ch
2dbf3233d89684aa6b042591a8e77fa84529ae6d
81efbc594fb9c864e6359335536c7f80c9192208
/programmerform.h
7537597622b4699a41e9b6a1a86e4dbcf0f375ab
[]
no_license
snaedisk/Hopur34_skil3
91d0b8007207397e104edf72f9591f578b8d7ad8
a793cb1fa39ec3d7171f5ef3a0549f99e13c8e51
refs/heads/master
2021-01-10T03:33:16.206889
2015-12-16T00:46:14
2015-12-16T00:46:14
47,832,036
0
0
null
null
null
null
UTF-8
C++
false
false
751
h
#ifndef PROGRAMMERFORM_H #define PROGRAMMERFORM_H #include <QDialog> using namespace std; namespace Ui { class programmerForm; } class programmerForm : public QDialog { Q_OBJECT public: explicit programmerForm(QWidget *parent = 0); ~programmerForm(); void setName(string Name); string getName();...
[ "kristinsifv@hotmail.com" ]
kristinsifv@hotmail.com
4b37a9a82b5dfdd29724c2dce2f71bf063fc8fc7
bfb30eec5563cd267676c505fac621d2158a568f
/codeforces/592A.cpp
b5aed4fe6a5678c850e1e59f04c91702a1d87c50
[]
no_license
ismnitesh/Codes
fe98b40f6e434f29aafe971249b1c51232c3bb30
1232387848458ce48d8eaf280726ffd482bf52b7
refs/heads/master
2021-01-18T21:19:45.978804
2016-03-28T13:47:12
2016-03-28T13:47:12
30,146,054
0
1
null
null
null
null
UTF-8
C++
false
false
589
cpp
#include<bits/stdc++.h> using namespace std; int main() { char a[8][8]; for(int i=0;i<8;i++) { for(int j=0;j<8;j++) cin >> a[i][j]; } int a_min=10,b_min=10; for(int j=0;j<8;j++) { for(int i=7;i>=0;i--) { if(a[i][j]!='.') { if(a[i][j]=='W') break; else { b_min=min(b_min,8-i-1...
[ "nkagrawal14@gmail.com" ]
nkagrawal14@gmail.com
89fbc60a678cd46a39f066687871ddb215a3b2b6
088e000eb5f16e6d0d56c19833b37de4e67d1097
/inference-engine/thirdparty/clDNN/src/binary_convolution.cpp
3f4659b523f86f4d274c30dd3d2d3e774628c57b
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
projectceladon/dldt
614ba719a428cbb46d64ab8d1e845ac25e85a53e
ba6e22b1b5ee4cbefcc30e8d9493cddb0bb3dfdf
refs/heads/2019
2022-11-24T10:22:34.693033
2019-08-09T16:02:42
2019-08-09T16:02:42
204,383,002
1
1
Apache-2.0
2022-11-22T04:06:09
2019-08-26T02:48:52
C++
UTF-8
C++
false
false
5,654
cpp
/* // Copyright (c) 2019 Intel Corporation // // 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...
[ "44090433+openvino-pushbot@users.noreply.github.com" ]
44090433+openvino-pushbot@users.noreply.github.com
e9ed3d0e583fbad4a3ea81ec7dfab9818d0ecf28
415646a3b772a9cb9a8ed36f18823a450dc1e84d
/components/common/core/memory/pool/SPMemPoolPool.cc
f3514df59a1ed61e5ea8aa1fe315a0713dd92f81
[ "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
9,946
cc
/** Copyright (c) 2020 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
f6656136644708e79347f002e9a8a1a2cd147f2d
a077e80539ed43f6b2abdd491fb50e620f0e4e8b
/rename.cpp
1d5b86481a06d8d5c2dec99e3b6aab3d3dabb316
[]
no_license
pistachioL/Command-Interpreter
5c68e214331ee0dc82a8731f46b9c6f88a69dc11
b604bc2fd04ff862033a8fddbf131b04ea59e22e
refs/heads/master
2020-09-22T08:51:16.173252
2019-12-12T13:09:48
2019-12-12T13:09:48
225,127,975
1
0
null
null
null
null
UTF-8
C++
false
false
290
cpp
#include <iostream> using namespace std; void reName() { char filename[20],filename1[20]; cin >> filename >> filename1; if(rename(filename,filename1) == 0) { cout << "修改成功!" <<endl; } else { cout << "修改失败!" <<endl; } }
[ "785409363@qq.com" ]
785409363@qq.com
c25792af73404d7955f59f4ba8d9dd3cbd5a84b8
c48af7ef3b439aa239835c86563d171df0da0c13
/Vulkan/CRecreateSwapChain.h
81102ec8e1fb7acd5e2fc8377802c4af167086bf
[]
no_license
listening-ocean21/SoftWare_Management
8763c27840cc89bc317697195bc4abd320174967
2faa5dffe34e85c2e0dd3765112f1bc041e3c8be
refs/heads/master
2023-03-20T01:54:54.804457
2021-03-11T07:03:02
2021-03-11T07:03:02
346,575,486
1
0
null
null
null
null
GB18030
C++
false
false
54,914
h
#define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> #include <fstream> #include <iostream> #include <stdexcept> #include <vector> #include <cstring> #include <cstdlib> #include <optional> #include <set> #include <algorithm> namespace test3 { const int WIDTH = 800; const int HEIGHT = 600; const int MAX_FRAMES_IN_FLI...
[ "3223988055@qq.com" ]
3223988055@qq.com
d0978c0028cb92c4e7aa359059a84a779e8dd62a
45cb40f15a5332384e4cf053f26d4e9e56c465c4
/TimeLoop/TimeLoop/station.cpp
845945a60bfcf8c7dd7e1efb8dceb0fac5dcee8d
[]
no_license
nksazonov/labs_2_term
a9b1216e124b603861181d68be90a4af467cc465
f900d9535651ce413a75adf04b2bbd2a8bbfe34a
refs/heads/master
2022-10-16T09:12:21.950236
2020-06-15T09:03:44
2020-06-15T09:03:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
366
cpp
#include "station.h" #include "functs.h" Station::Station() { this->name = ""; this->timeNext = 0; } Station::Station(QString name, double timeNext) { this->name = name; this->timeNext = timeNext; } void Station::randomize() { name = QString::number(getRandomInt(0, 5000000)); timeNext = stati...
[ "actpohabt.ns@gmail.com" ]
actpohabt.ns@gmail.com
03b1414396d3cb0498b1cd06c31f98a2b1430cbf
56af83f71771555e5ac360fc2ceb06f6a4569358
/src/datasources/radardatasource.cpp
c1402b89cf2aa98f040f4832d4f3d2668835199e
[]
no_license
wadv1232/RLIDisplayES
fec0c4809beeee475d1e08f0bf777b8386824421
8ac438ede69c5dc9ee19fb7c005e4170b0dd67e5
refs/heads/master
2022-03-27T01:03:01.119078
2019-09-27T13:06:06
2019-09-27T13:06:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,729
cpp
#include "radardatasource.h" #include "../mainwindow.h" #include "../common/properties.h" #include <QApplication> #include <QThread> #include <fstream> #include <iostream> #include <algorithm> #include <stdint.h> #include <QDebug> void qSleep(int ms) { if (ms <= 0) return; struct timespec ts = { ms / 1000, (ms %...
[ "zappa672@gmail.com" ]
zappa672@gmail.com
a973252711b38f78c7aaefe66ca25424310314b4
c8ad40e39e66143ec690f9d8fd463dfb6b8a5a06
/Project_2/Project_2/Node.h
c9f62b150b8e00da45bfdeaca63030c5d29ece73
[]
no_license
cpsnyder/Algorithms
7ec2ca7bc081aa6653faa82cb9a03146796cab60
e773180547c93626b27af37cb0af493a0b967532
refs/heads/master
2021-07-08T08:30:56.550963
2017-10-05T01:45:21
2017-10-05T01:45:21
105,832,336
0
0
null
2017-10-05T01:45:22
2017-10-05T00:09:34
C++
UTF-8
C++
false
false
198
h
#pragma once #include <iostream> #include <vector> using namespace std; class Node { private: int num; vector<int> coin; // the number of each denomination used public: Node(); ~Node(); };
[ "bwicker@CedarvilleUniversity394.onmicrosoft.com" ]
bwicker@CedarvilleUniversity394.onmicrosoft.com
468a940ab81edcc393eaf86345577fac991c0dad
8390cc8990562b75c10f36890f9325edc970c55e
/王子超的codeforce/2019.11.13Educational Codeforces Round 76 (Rated for Div. 2)A .cpp
ddfad4d452c853c1d14a556549ab1bbf3e60dd85
[]
no_license
StandNotAlone/ACM
598c4361710167b8dd9a7f2876cbc63658b2b1e0
c0302788a0fb0d45aff199011ca50ef16524400b
refs/heads/master
2023-05-03T16:05:14.317580
2021-05-25T13:09:33
2021-05-25T13:09:33
262,744,367
7
0
null
null
null
null
UTF-8
C++
false
false
377
cpp
#include<iostream> #include<stdio.h> #include<algorithm> #include<math.h> #include<string.h> #define INF 2147483647 using namespace std; int main() { int t,n,x,a,b,dis; scanf("%d",&t); while(t--) { scanf("%d%d%d%d",&n,&x,&a,&b); dis=fabs(a-b)+x; if(dis>=n) printf("...
[ "wzcnew@icloud.com" ]
wzcnew@icloud.com
c2e071372b129ee3e74ccdf0bd3d6a7032757337
6e41458b8ec6ccf30d314a0cd0a3fdd94317925f
/Codigo/Versao1.4 NAO USAR/includes/object.hpp
de1c8e81183ed26942ed38d2c9ac7d4e6388cc92
[]
no_license
UnbDroid/Festo2016
108577b4468513f609e921841e5365be6fc09274
8f22bcf9b68803a91ac20dfb282910db55415b98
refs/heads/master
2021-01-23T14:04:08.587503
2017-09-04T19:48:26
2017-09-04T19:48:26
58,758,496
1
0
null
null
null
null
UTF-8
C++
false
false
710
hpp
#ifndef OBJECTS_HPP #define OBJECTS_HPP #include <string> #include <opencv2/highgui/highgui.hpp> #include <opencv2/opencv.hpp> using namespace std; using namespace cv; class Object { public: Object(); ~Object(void); Object(string name); int getXPos(); void setXPos(int x); int getYPos(); void setYPos(int y...
[ "leticiahelenasp@hotmail.com" ]
leticiahelenasp@hotmail.com
1eb40b6da179626fd3b9359e9003a5ef7fce8305
6c696c213290f96463b26f45dd5627116c214c72
/src/Sprint.cpp
5dd9458f8f22df4d729c1c181d31f9a9732df39b
[]
no_license
alexisbdj/cppTetris
54901ea919f813f83adf8d317b800f9bd185bb43
051f0a50ece1af69f59312d7a8718bc227fdb9eb
refs/heads/main
2022-12-31T13:00:53.668080
2020-10-16T19:05:48
2020-10-16T19:05:59
304,711,724
0
0
null
null
null
null
UTF-8
C++
false
false
2,365
cpp
/* ** EPITECH PROJECT, 2020 ** tetris (Workspace) ** File description: ** Sprint */ #include "Sprint.hpp" namespace Tetris { Sprint::Sprint(sf::Font &font) : linesLeft(40) { linesLabel.setFont(font); linesText.setFont(font); linesLabel.setFillColor(sf::Color::White); linesText.setFillColor(sf::Color:...
[ "balexis@localhost.localhost" ]
balexis@localhost.localhost
83f3505c1b0915e6e4debcf1693a79a0c386b992
5429845d7ebdd0d14ea1567063db3c6f591fdc84
/DLTest/MTL/usr/include/boost/numeric/mtl/matrix/compressed2D.hpp
bf7058051f9e2b9769d45196b090ac1ecef0c63e
[]
no_license
guolisen/DLStudy
10e74c6154c8d51651cea6eec06911bd6cead83f
b1844fca5a8dc568f6d91e90be1192b71c7a5d86
refs/heads/master
2021-01-01T06:05:08.386048
2014-05-04T13:55:35
2014-05-04T13:55:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
47,832
hpp
// Software License for MTL // // Copyright (c) 2007 The Trustees of Indiana University. // 2008 Dresden University of Technology and the Trustees of Indiana University. // 2010 SimuNova UG (haftungsbeschränkt), www.simunova.com. // All rights reserved. // Authors: Peter Gottschling and And...
[ "guolisen@gmail.com" ]
guolisen@gmail.com
18f6d0065463427e12686cf442e8d41fea24678f
fa57b9341d5ca26da9930eddbbd95ae2a5cf5b11
/server.cpp
156486243373cc9b8e7885a77b3bacc23e966b58
[]
no_license
Cirnoo/RemoteMonitorServer
862f920c740a7303cff0b8bb786414136c115bdb
e3b3fadc126061776b99795a0175257b753428f1
refs/heads/master
2020-09-11T22:06:03.962927
2019-11-17T06:10:19
2019-11-17T06:10:19
222,205,397
0
0
null
null
null
null
UTF-8
C++
false
false
1,058
cpp
#include "server.h" #include "logger.h" Server::Server() { } Server::~Server() { for(auto i:set) { try { i->close(); } catch (...) { Logger::Info("断开连接出错"); } } } void Server::Start() { server.listen(QHostAddress::Any,PROT); connect...
[ "42065449+Cirno0@users.noreply.github.com" ]
42065449+Cirno0@users.noreply.github.com
6e7356e2fc14971d763113284fbea6fc39cc55a1
d1f371af100e4b0cd35601a929204d3e01b24836
/yandex/problem3.cpp
e345eeb20c3cffaca9926e0fc79d2bd30e3ecd48
[ "MIT" ]
permissive
aitemr/algo
1eded23bb3dd43ea484c8580c1fd4a73a991aad5
d1442f039bcd069216144c93521b31ead05d1420
refs/heads/master
2021-05-14T02:57:02.673266
2020-04-05T22:44:21
2020-04-05T22:44:21
116,608,344
19
2
null
null
null
null
UTF-8
C++
false
false
1,785
cpp
#include <iostream> #include <vector> using namespace std; int n, a[2000000], cnt[3][3], b[2000000]; vector <int> v[3][3]; int main () { cin >> n; for(int i = 1; i <= n; ++i) { cin >> a[i]; cnt[a[i] % 2][i % 2]++; v[a[i] % 2][i % 2].push_back(a[i]); } int even = n / 2; in...
[ "aitemr16@gmail.com" ]
aitemr16@gmail.com
007552c2a73bf6fd6c9879aa010e216c86770e8d
36e332b5e6ad1f08069b801e93145146c7b25886
/codeforce/solved/edu15/A.cpp
9bcbd603beeb06fbe3307550cd9c079abcaf9402
[]
no_license
jyhsia5174/algo
f6f46aaca3b1073579ae173d768697601b9d53df
b89665fafb8a2864cf2097dc1b4c7d8d13718faf
refs/heads/master
2023-08-21T06:08:06.625902
2021-10-08T08:27:23
2021-10-08T08:27:23
239,936,830
1
0
null
null
null
null
UTF-8
C++
false
false
441
cpp
// 5m 2 #include<bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; vector<int> A(n); for(int i = 0; i < n; i++) cin >> A[i]; int maxLen = 1; int curLen = 1; for(int i = 1; i < n; i++){ if( A[i] > A[i-1] ){ curLen++; maxLen = max(curLe...
[ "hsiajuiyang5174@gmail.com" ]
hsiajuiyang5174@gmail.com
30ddbfe7a96002a13737cc5e21dda5b70b88daca
485faf4a91f9134a97e996c78beaf9d94195d965
/ComputeApplication/ChunkFactory.cpp
b147484b61d45ba5debc9c80edecea26d7f65f23
[ "Apache-2.0" ]
permissive
Markyparky56/Toroidal-Volumetric-World
b04f31e3c3b4c2301e641c177be432c74532456c
6fd07736af88a347268cfaa01f3119b1596f8faa
refs/heads/master
2020-04-01T19:04:46.435832
2019-05-06T18:42:55
2019-05-06T18:42:55
153,532,753
0
0
null
null
null
null
UTF-8
C++
false
false
1,229
cpp
#include "ChunkFactory.hpp" #include "syncout.hpp" uint32_t ChunkFactory::CreateChunkEntity(glm::vec3 pos, float dimX, float dimY, float dimZ) { assert(allocator != nullptr); registryMutex->lock(); auto entity = registry->create(); registry->assign<WorldPosition>(entity, pos); registry->assign<VolumeData>(en...
[ "mark@kiltandblade.com" ]
mark@kiltandblade.com
5303fc314111293709f8650b9aae19ee8f685bbc
ef8f107c556505ce6637c85263edb4ebb4d928f8
/src/cpp/Module/Radio/Radio_HACKRF/Radio_HACKRF.hpp
155fc7eb2fe275ef3fff469b0578434186799074
[ "MIT" ]
permissive
rtajan/eirballoon
a1ac4459128f921f7133a08cc0efaa1c2f4846b1
0eded8f86174a9e5ed38297fa26c7f5a53b5ea53
refs/heads/master
2023-05-09T08:23:25.657350
2021-06-01T08:04:24
2021-06-01T08:04:24
334,694,438
0
0
null
null
null
null
UTF-8
C++
false
false
3,347
hpp
#ifdef LINK_LIBHACKRF /*! * \file * \brief Pushes data to a file. * * \section LICENSE * This file is under MIT license (https://opensource.org/licenses/MIT). */ #ifndef Radio_HACKRF_HPP #define Radio_HACKRF_HPP #include <libhackrf/hackrf.h> #include "Module/Radio/Radio.hpp" #include "Ring_Buffer/Ring_Buffer.h...
[ "romain.tajan@bordeaux-inp.fr" ]
romain.tajan@bordeaux-inp.fr
b089e055fa9506928678db038a0ee4a2b1b693b0
eba35e870437141051997ebd32fb92e22133628d
/language/c++/data structure/Tree/AVL Tree/pre_order_traversal.h
3c6a5be7d705b8544891998c4fe2c331b80faa19
[]
no_license
Mansterteddy/Cracking-the-Coding-Interview
a5ab0e44849ae4ad7d502021587531052c074c4f
5acdbcd5d2d805778100b47480b0e6359d6a445b
refs/heads/master
2022-08-28T17:40:11.819477
2022-08-14T08:49:07
2022-08-14T08:49:07
65,187,332
1
0
null
null
null
null
UTF-8
C++
false
false
616
h
#ifndef PRE_ORDER_TRAVERSAL_H #define PRE_ORDER_TRAVERSAL_H #include "Binary_Tree.h" #include <ostream> template<typename Item_Type> void pre_order_traversal(const Binary_Tree<Item_Type>& the_tree, std::ostream& out, int level) { if (the_tree.is_null()) { for (int i = 0; i < level; i++) out << " ...
[ "zhangyuan@ict.ac.cn" ]
zhangyuan@ict.ac.cn
85b8eec86cf510092758b4b325b9830a66bdce96
059134e27e3041578485e26f76ee662f49fca2cf
/s3/c18.cpp
dffc8dfa8e098309ac0bca7877f0873168487797
[]
no_license
tezeb/matasano
51446e0284c69221c88695d6074dca04609ef0e5
e09d6e6e583094e4ab5e2eb98a1cc3a7a2c7dc1d
refs/heads/master
2021-01-11T21:30:58.535922
2017-01-12T23:22:26
2017-01-12T23:24:02
78,793,943
0
0
null
null
null
null
UTF-8
C++
false
false
427
cpp
#include <string> #include "utils.h" #include "aes128_ctr.h" using namespace std; int main() { string secret(b64dec("L77na/nrFsKvynd6HzOoG7GHTLXsTVu9qvY/2syLXzhPweyyMTJULu/6/kXX0KSvoOLSFQ==")); string key("YELLOW SUBMARINE"); aes128_ctr s(key); log("%s", hexNonPrint(s.decrypt(secret)).c_str()); s.init(); for(ch...
[ "tezeb+github@outoftheblue.pl" ]
tezeb+github@outoftheblue.pl
46e76ee008bb89df7cdfd8716b4aa36a9c1d3975
630a68871d4cdcc9dbc1f8ac8b44f579ff994ecf
/myodd/boost/libs/unordered/test/unordered/fwd_set_test.cpp
62067f52d9069125a173980a9572aaf0d307b15d
[ "MIT", "BSL-1.0" ]
permissive
FFMG/myoddweb.piger
b56b3529346d9a1ed23034098356ea420c04929d
6f5a183940661bd7457e6a497fd39509e186cbf5
refs/heads/master
2023-01-09T12:45:27.156140
2022-12-31T12:40:31
2022-12-31T12:40:31
52,210,495
19
2
MIT
2022-12-31T12:40:32
2016-02-21T14:31:50
C++
UTF-8
C++
false
false
2,436
cpp
// Copyright 2008-2009 Daniel James. // 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) #include "../helpers/prefix.hpp" #include <boost/unordered/unordered_set_fwd.hpp> #include "../helpers/postfix.hpp" struct true...
[ "github@myoddweb.com" ]
github@myoddweb.com
c17942e41fe20c4f6a9ccae0c71a79362ef15098
6809b41d5a01ccf11a57a87c84b208f63ecffc0e
/Practice/Miscellaneous/birds.cpp
44f363e9acb57cfe145466624e70b3c3a0ba8cec
[]
no_license
dalalsunil1986/InterviewPrep-CP
59d0a5605d4061eb0b7fda5d255b44c978d7e70a
bb920c22abbc0167a097b8540e612c3b937b9874
refs/heads/master
2023-03-09T21:33:28.692151
2021-02-21T03:37:05
2021-02-21T03:37:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
606
cpp
#include<iostream> using namespace std; int main() { int birds[5]={}; int n; cin>>n; while(n--) { int x; cin>>x; ++birds[x-1]; } int max=0,index; for(int i=0;i<5;i++) { if(max<birds[i]) { index=i; max=birds[i]; } } cout<<index+1<<endl; } ...
[ "abhishekmaira1999@gmail.com" ]
abhishekmaira1999@gmail.com
0f2b18b105e0ad4c5ba0c2aa9be0083b7e847744
aa4669a80c56029423c8587d9eac3f69c6d5a1fd
/testproj/bin/android/obj/src/flash/system/SecurityDomain.cpp
8e5866e913c817b8bc9539c1abdc7c796eede706
[]
no_license
shadowofsoul/testproj
aa9c04bfd72262f2aaaa5c1cf366ab2f5c5385ec
e31016cb0cedf7b966b166f99cfd41f36896ac1e
refs/heads/master
2021-01-01T18:54:42.559141
2014-02-08T00:09:25
2014-02-08T00:09:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,802
cpp
#include <hxcpp.h> #ifndef INCLUDED_flash_system_SecurityDomain #include <flash/system/SecurityDomain.h> #endif namespace flash{ namespace system{ Void SecurityDomain_obj::__construct() { HX_STACK_PUSH("SecurityDomain::new","flash/system/SecurityDomain.hx",10); { } ; return null(); } SecurityDomain...
[ "david@y-developments.com" ]
david@y-developments.com
7bc58f8bcc5a8cb10579c9d5a32ac8b032c34333
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-qt5/generated/client/OAIComDayCqPollingImporterImplPollingImporterImplInfo.cpp
8b90d8e5d3572e891c3076206d763a32f7712ba9
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
5,196
cpp
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openap...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
dd62be99e1d0152615644292427a481e8cf4cd7f
361944a83f78de5d967e14b670b1327e9bdc7ac8
/src/entt/entity/snapshot.hpp
e3ab10123e932c015c65cf8aac91108bdd2fa886
[ "MIT", "CC-BY-SA-4.0", "CC-BY-4.0" ]
permissive
WarfareCode/entt
915b5d5f345d8ebaaa3f9beb2cd6bfb1a1bb13d2
000b7d2651e2197014c9676ce9148fdc0e8482f4
refs/heads/master
2020-11-30T11:21:53.318403
2019-12-19T14:14:33
2019-12-19T14:14:33
230,386,913
1
0
MIT
2019-12-27T06:32:15
2019-12-27T06:32:14
null
UTF-8
C++
false
false
20,750
hpp
#ifndef ENTT_ENTITY_SNAPSHOT_HPP #define ENTT_ENTITY_SNAPSHOT_HPP #include <array> #include <cstddef> #include <utility> #include <iterator> #include <type_traits> #include <unordered_map> #include "../config/config.h" #include "entity.hpp" #include "fwd.hpp" namespace entt { /** * @brief Utility class to create...
[ "michele.caini@gmail.com" ]
michele.caini@gmail.com
1c3275ffb56137e7b93cd99f00f58769d84f17a6
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE36_Absolute_Path_Traversal/s03/CWE36_Absolute_Path_Traversal__wchar_t_console_ifstream_81a.cpp
ae41119de0113962e85b68b27d90545278f84dd0
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
3,513
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE36_Absolute_Path_Traversal__wchar_t_console_ifstream_81a.cpp Label Definition File: CWE36_Absolute_Path_Traversal.label.xml Template File: sources-sink-81a.tmpl.cpp */ /* * @description * CWE: 36 Absolute Path Traversal * BadSource: console Read input from the...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
3471f37712a6900e34599dd3fbc582cde29323b7
778b52feabea2b3f0e919a4381120497f09fdb3e
/zjuOJ.cpp
0484f93f176162f3afb49b44e9b445397c0107f1
[]
no_license
chenzifeng1/ALGORITHM
ff4055866a6525ba0dfe01a1f3b28171625416d9
7b4c20c27c601cf5e28f863ed7080028e4874c67
refs/heads/master
2020-04-22T15:33:42.434509
2019-03-29T01:14:46
2019-03-29T01:14:46
170,481,412
0
0
null
null
null
null
GB18030
C++
false
false
793
cpp
#include <cstdio> int PascalT(int k); /*题目:杨辉三角形 奇数为1,偶数为0 计算K行的杨辉三角中最底层的数值,即最底层有多少奇数 */ int main(){ int T; scanf("%d",&T); while(T--){ int k; scanf("%d",&k); printf("%d",PascalT(k)); } } int PascalT(int k){ if(k<=0) return 0; else if(1==k) retu...
[ "chenzifeng527@gmail.com" ]
chenzifeng527@gmail.com
a7e9ca53683379eccb9f3c3d7646551348d40b74
a8f050eaf5019ac7f6b5399563d276c637e32984
/src/qt/transactionrecord.cpp
1685461dc3b46cfa5d15f6579e651297b97e8615
[ "MIT" ]
permissive
CryptoDev-Project/Betty-Coin
f51076d351f6182a03e21d50578e36e0572c0ecb
7cb745da7f1c70165b7a84b3abe9124464e489b0
refs/heads/master
2020-05-29T17:24:54.357319
2019-05-14T11:30:14
2019-05-14T11:30:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,666
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The BETTY developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "transactionrecord.h" ...
[ "50576811+BETTYCOIN@users.noreply.github.com" ]
50576811+BETTYCOIN@users.noreply.github.com
26506190f9e1d0390c90d01e338b44912e2407ea
9d0c1da53da9e60d4a891d7edb7a02c31c8d26b9
/kmail/bodypartformatterfactory_p.h
616710c8c3d631032707300b679b9514236139a0
[]
no_license
serghei/kde3-kdepim
7e6d4a0188c35a2c9c17babd317bfe3c0f1377d2
a1980f1560de118f19f54a5eff5bae87a6aa4784
refs/heads/master
2021-01-17T10:03:14.624954
2018-11-04T21:31:00
2018-11-04T21:31:00
3,688,187
0
0
null
null
null
null
UTF-8
C++
false
false
2,305
h
/* -*- mode: C++; c-file-style: "gnu" -*- bodypartformatterfactory.h This file is part of KMail, the KDE mail client. Copyright (c) 2004 Marc Mutz <mutz@kde.org>, Ingo Kloecker <kloecker@kde.org> KMail is free software; you can redistribute it and/or modify it under the ter...
[ "serghei.amelian@gmail.com" ]
serghei.amelian@gmail.com
2b7988e171becd43430d7137b56e76e3faee333a
44e0614acf303ae9b4284b40b3bd1224b3824939
/APP/Business/FpgaImageFpga.cpp
32c99e1918942d8ca5531b62d81f3b0b87cb713e
[]
no_license
zdevt/CtrlBox
f76e8d2d84f68a54c632146365e95093e1c7eefe
737b748759a32cf268be5d88fc4d487f1f30122b
refs/heads/master
2023-03-28T21:02:49.145365
2021-03-31T23:32:22
2021-03-31T23:32:22
353,516,798
1
0
null
null
null
null
UTF-8
C++
false
false
805
cpp
/* * ===================================================================================== * * Filename: FpgaImageFpga.cpp * * Description: * * Version: 1.0 * Created: 2015年09月21日 14时36分05秒 * Last Modified: 2015年09月21日 14时36分05秒 * Revision: none * Compiler: gcc * *...
[ "zhangtao.hawk@qq.com" ]
zhangtao.hawk@qq.com
9d113820640200398183cd25078b334276b42138
ac7b69e543b9aa2d5214b7a981a84aebce10dc26
/src/VideoSnapshot.h
b6c60f50a5d74c744bbbae2d3421797c7beca701
[]
no_license
zeh/argos
95d54d1eb25023632fcfd9601fe5e9b2c48b008a
b8fec767a492e33414c7bd1a96cc6ca8da8f534a
refs/heads/master
2021-01-19T09:01:59.674547
2014-04-22T19:46:40
2014-04-22T19:46:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
646
h
#pragma once #include "Assets.h" #include "DisplayObject.h" #include "VideoObject.h" #include "cinder/gl/Fbo.h" #include "cinder/Camera.h" typedef boost::shared_ptr<class VideoSnapshot> VideoSnapshotRef; class VideoSnapshot : public DisplayObject { protected: VideoViewRef video; ci::gl::Fbo fbo; ...
[ "anthony.tripaldi@nyc03atripaldi.corp.local" ]
anthony.tripaldi@nyc03atripaldi.corp.local
cd488ef1469f611627fb7bd86c9d45e1e71fc5c5
4bc326be0aaefe720d444292b1640892814dd8fa
/src/widget_notworking.cpp
666d7d7f2f165c852d2caeb1af66f7cd12747232
[]
no_license
majorx234/cvQTcameraGL
eaad3bac5eca6cfe81b5521d00692018db7a74c4
f4b73a8cf245ae2ce8f6541d564181eb71e90dfe
refs/heads/master
2023-05-24T11:02:47.834675
2023-05-19T16:08:28
2023-05-19T16:08:28
96,037,312
0
1
null
null
null
null
UTF-8
C++
false
false
8,073
cpp
/* Copyright (C) 2013 Karl Phillip Buhr <karlphillip@gmail.com> * * This work is licensed under the Creative Commons Attribution-ShareAlike License. * To view a copy of this license, visit: * https://creativecommons.org/licenses/by-sa/2.5/legalcode * * Or to read the human-readable summary of the license: *...
[ "majorx234@googlemail.com" ]
majorx234@googlemail.com
31f966dbeab70caa5d42ef31cc4f7407029fa822
4d0f7a5c9e1e253e1c8ffdc6f5198d22c5a3b6cf
/Graphs/BFS.cpp
3e5a0393547b4cd97b4e6c0a3b4b54cb9ce8918e
[]
no_license
arnab17/Codebase
fd77ca49acb4b2cf7b637ea3c9169c1053e83fa2
3fa4be7d0e6dddbb2d7c03439c39d7671d7f5fa5
refs/heads/master
2021-04-28T17:51:43.818440
2018-05-31T13:32:18
2018-05-31T13:32:18
121,860,710
0
0
null
null
null
null
UTF-8
C++
false
false
658
cpp
#include<bits/stdc++.h> using namespace std; #define MAX 100009 bool visited[MAX]; vector<int>G[MAX]; void bfs(int start){ queue<int>Q; Q.push(start); while(!Q.empty()){ int vertex=Q.front(); Q.pop(); visited[vertex]=true; cout<<vertex<<endl; for(int i=0;i<G[vertex].size();++i){ if(!...
[ "noreply@github.com" ]
noreply@github.com
96a008c1796712ab7764b06bdd7572e8799a472b
0dfe25618c0a91cdc72dee0e908aff77e7932b48
/cloud_processing/cpp/h5group.cpp
fb9da822d6c39ce80a60f3c01c7841000ff7add2
[ "MIT" ]
permissive
li-yanhao/large-scale-pointcloud-matching
a64d4e614e3bda18f153541b8d7a4cafe6a17475
cfe140f2be1110ed75b6edd27538021e513a31c9
refs/heads/master
2023-05-11T23:40:56.194342
2021-05-19T07:51:30
2021-05-19T07:51:30
285,363,885
1
0
null
null
null
null
UTF-8
C++
false
false
6,629
cpp
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "yanhao.li@wayz.ai" ]
yanhao.li@wayz.ai
c2b055b29935e77b25920e3ad378b9d8241306e5
b2e49d93b0fdc4ffb6398aed4d85038f3235c125
/Engine/Render/R9RenderDX.h
743261cae1046a6133aa2c2adafd86222d9e45f9
[]
no_license
leprosarium/prolozzy
43111a391f3a5d89915a7a458ee906a2df443e24
0049a5b7f7c47fad451c11ff21eb0868da4c7404
refs/heads/master
2021-01-17T10:06:08.835533
2016-10-08T11:21:39
2016-10-08T11:21:39
7,211,108
0
0
null
null
null
null
UTF-8
C++
false
false
4,069
h
/////////////////////////////////////////////////////////////////////////////////////////////////// // R9RenderDX.h // Render platform DirectX implementation // Control: // R9_ENABLE_DLLDX /////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef __R9RENDERDX_H__ #defin...
[ "leprosarium@gmail.com" ]
leprosarium@gmail.com
cbd34762f9c1b1e6638b1fd65e6af9b10612bf3a
929f5243e45e76bed48ab9e86b768261286d0458
/src/utilstrencodings.h
cc690ddaf5740163b36e65e2b7f2604c2b8f277c
[ "MIT" ]
permissive
quishtv/QUISH
19ac12bb52edbc8f8db1783c61fd439d43f2465a
4a48136592a97e726234eda2ff2a48746c12d6eb
refs/heads/master
2022-05-07T02:36:24.577218
2020-02-19T11:22:54
2020-02-19T11:22:54
241,603,363
1
0
null
null
null
null
UTF-8
C++
false
false
5,434
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2017-2019 The PIVX developers // Copyright (c) 2020 The QUISH developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.ph...
[ "61221141+quishtv@users.noreply.github.com" ]
61221141+quishtv@users.noreply.github.com
c9c0b3d459881cad18ed646d8eae5b064452212d
bdfca7d4bd6e1baf2c43e593de66fcba80afadeb
/prog-verf/assignment1/sketch-1.7.5/sketch-frontend/test/sk/seq/miniTestb541.cpp
002871f3474cb01f25358dc4178675ab9842b800
[]
no_license
wanghanxiao123/Semester4
efa82fc435542809d6c1fbed46ed5fea1540787e
c37ecda8b471685b0b6350070b939d01122f5e7f
refs/heads/master
2023-03-22T06:47:16.823584
2021-03-15T10:46:53
2021-03-15T10:46:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
701
cpp
#include <cstdio> #include <assert.h> #include <iostream> using namespace std; #include "vops.h" #include "miniTestb541.h" namespace ANONYMOUS{ void main__Wrapper(int* x/* len = 10 */) { _main(x); } void main__WrapperNospec(int* x/* len = 10 */) {} void _main(int* x_0/* len = 10 */) { int* x= new int [10]; CopyAr...
[ "akshatgoyalak23@gmail.com" ]
akshatgoyalak23@gmail.com
119a3bc3dba18c3a5561a43c030f3420784be7a6
cde72953df2205c2322aac3debf058bb31d4f5b9
/win10.19042/SysWOW64/dmprocessxmlfiltered.dll.cpp
297dc6d189593c29f800cc86d3d498b8539e5fbd
[]
no_license
v4nyl/dll-exports
928355082725fbb6fcff47cd3ad83b7390c60c5a
4ec04e0c8f713f6e9a61059d5d87abc5c7db16cf
refs/heads/main
2023-03-30T13:49:47.617341
2021-04-10T20:01:34
2021-04-10T20:01:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
341
cpp
#print comment(linker, "/export:DMProcessConfigXML=\"C:\\Windows\\SysWOW64\\dmprocessxmlfiltered.dll\"") #print comment(linker, "/export:DMProcessConfigXMLFiltered=\"C:\\Windows\\SysWOW64\\dmprocessxmlfiltered.dll\"") #print comment(linker, "/export:MdmProcessConfigXmlWithAttributes=\"C:\\Windows\\SysWOW64\\dmprocess...
[ "magnus@stubman.eu" ]
magnus@stubman.eu
4c214bba2990d60168121a1c3f06baf5d412123a
0502ea7ea5848ed65cd8d7d47fd536a7891b05bf
/RtmpEncoder/RtmpEncoder.cpp
e56491756eeec74d7c938cc96c29971183e1aa6d
[]
no_license
chenhanyuan/RtmpEncoder
0583389fea342be8e49acef322ef91921c3adad7
d91f24516f59137ad5b0920b1f108b4011ab31c9
refs/heads/master
2021-01-23T00:39:34.566951
2017-06-01T02:42:15
2017-06-01T02:42:15
92,827,473
0
0
null
null
null
null
GB18030
C++
false
false
1,952
cpp
// RtmpEncoder.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdio.h> #include <stdlib.h> #include "CRtmpStream.h" #include "UsbCamera.h" #include "CEncoder.h" //#define SAVEH264FILE int _tmain(int argc, _TCHAR* argv[]) { unsigned char *rgbData = (unsigned char *)malloc(1280*720*3); unsigned int rgbSize = ...
[ "904982778@qq.com" ]
904982778@qq.com