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
ca9adf3ba8e223afdac93e9a12897d30c7e78c4f
b8df2e8544d095e70beed9e87460635007bcd6ed
/MultiTrackVideoPlayer/Backend/StateHistory.cpp
e0cf6d33564bb94d75cf1bbc706e38fd4cfc25e1
[]
no_license
koala24/MultiTrackVideoPlayer
656ee7160548cb15a0ec27e02ec0a0e9866ad31a
4b62ba149e1878a9aafa3232e6ff9e7ee302abb9
refs/heads/master
2020-06-05T12:14:24.897164
2015-02-16T06:44:49
2015-02-16T06:44:49
30,856,946
0
0
null
null
null
null
UTF-8
C++
false
false
764
cpp
#include "StateHistory.h" StateHistory::StateHistory() : _historyList(), _mutex() { } void StateHistory::add( const StateEnum::StateValue &value ) { _mutex.lock(); _historyList.prepend( value ); if ( _historyList.size() > 5 ) _historyList.removeLast(); _mutex.unlock(); } StateEnum::StateValu...
[ "adziu24@outlook.de" ]
adziu24@outlook.de
2e2c115737a990f8f1b9382be0873e9630e3f481
a0392240c172248b9648b8a62938d900ed8b66d4
/include/factory.hpp
131aae3aca0d14955aef2ea5fd34d4ba39c27473
[]
no_license
AdiAlgrabli/NAS-Project
b3b571931614fd3c6ab69f6678883c7f9f624509
5e42d3cf77abf9160b7b7de646cbd2d7dfc2321d
refs/heads/master
2022-05-29T08:40:50.034518
2020-05-01T12:14:37
2020-05-01T12:14:37
260,450,907
0
0
null
null
null
null
UTF-8
C++
false
false
134
hpp
#ifndef RD70_INCLUDE_FACTORY #define RD70_INCLUDE_FACTORY #include "../framework/factory/factory.hpp" #endif // RD70_INCLUDE_FACTORY
[ "adialgrabli@gmail.com" ]
adialgrabli@gmail.com
90694096735b00ecaebf2a37203a834624496b40
3dd312fc24543066e317d3e35c5eac1a46ce00f6
/include/samurai/io/net/dns/resolver-fork.h
2aee224bf3dc2e368ff7f66441ffccad449c2321
[]
no_license
janvidar/samurai
b6dfcd577280d15dabda20f27cec577b9f730351
15af0285100258e5ed8eeb72afa2f72612588708
refs/heads/master
2016-09-05T20:04:56.557742
2011-09-15T08:35:12
2011-09-15T08:36:46
147,481
3
1
null
null
null
null
UTF-8
C++
false
false
690
h
/* * Copyright (C) 2001-2007 Jan Vidar Krey, janvidar@extatic.org * See the file "COPYING" for licensing details. */ #ifndef HAVE_QUICKDC_DNSRESOLVER_FORKED_H #define HAVE_QUICKDC_DNSRESOLVER_FORKED_H #include <samurai/io/net/dns/resolver.h> #ifdef SAMURAI_POSIX namespace Samurai { namespace IO { namespace Net {...
[ "janvidar@extatic.org" ]
janvidar@extatic.org
79840d41b445dd3079d23b0bf287644a54b080a5
48d84159338d428fca8ba486aab0c6ef4c9a7df7
/sources/aruco-3.0.11/utils_calibration/dirreader.h
7d4067fd85bbcb59d139ff8a7b3b5dd1f283f870
[ "BSD-2-Clause" ]
permissive
timotheos/ArUco
290dbbc6cfa2233b15af417a3963acbed2109f79
b44eb10905ebc68e6fa7b3c43c93a3eac1cd7569
refs/heads/master
2021-01-06T07:59:45.560655
2019-06-23T09:52:15
2019-06-23T09:52:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
27,933
h
#ifndef _DIR_READER_H #define _DIR_READER_H #include <vector> #include <string> #ifdef WIN32 /* * Dirent interface for Microsoft Visual Studio * * Copyright (C) 2006-2012 Toni Ronkko * This file is part of dirent. Dirent may be freely distributed * under the MIT license. For all details and documentation, see...
[ "1808511884@qq.com" ]
1808511884@qq.com
9c0f9d20ffd85cb428f36eb6bdc36c2c3ccf3875
00ae45df298f0fde0840ecbc8f4b633d5d1f380d
/linestyle.h
2379ef9a80dc0d5f82f851db8d1be177afb91ad8
[]
no_license
sh894/Bresenham_Draw_Line_Algorithm
9dcde8845acbb399a3b6df286279441ae7bfc3c8
5b24cdebe39d723db24fbcf28d47271369cdfbab
refs/heads/master
2020-05-20T09:29:34.604204
2015-02-09T02:53:37
2015-02-09T02:53:37
30,430,212
1
1
null
null
null
null
UTF-8
C++
false
false
403
h
#ifndef LINESTYLE_H #define LINESTYLE_H #include <QLineEdit> #include <QDialog> class LineStyle : public QDialog { Q_OBJECT public: LineStyle(QWidget *parent = 0); ~LineStyle(); signals: /* A signal to indicate when the values are updated */ void stylevaluesUpdated(int x); private: Q...
[ "sh894@mail.missouri.edu" ]
sh894@mail.missouri.edu
2ba8747c26f13c9c33896d0b139249ac93b5cf9e
728e57a80995d7be98d46295b780d0b433c9e62a
/src/rewriter/symbol_rewriter_test.cc
d730441e42780ad506163844608055297c0a9949
[ "Apache-2.0", "MIT", "BSD-3-Clause", "GPL-1.0-or-later" ]
permissive
SNQ-2001/Mozc-for-iOS
7936bfd9ff024faacfd2d96af3ec15a2000378a1
45b0856ed8a22d5fa6b4471548389cbde4abcf10
refs/heads/master
2023-03-17T22:19:15.843107
2014-10-04T05:48:29
2014-10-04T05:48:42
574,371,060
0
0
Apache-2.0
2022-12-05T06:48:07
2022-12-05T06:48:06
null
UTF-8
C++
false
false
10,549
cc
// Copyright 2010-2014, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of condit...
[ "kishikawakatsumi@mac.com" ]
kishikawakatsumi@mac.com
cce7edf451a3433fc1a378a7f536a22b8a192a30
df35c3b9370c03b69d554f268ac503122f51fa4d
/uva/11902-Dominator.cpp
508c645b8bdc59a0bb97422d0839b656606472ad
[]
no_license
avijit1258/CompetitiveProgramming
04715b7e55d2ecfcf43b5856f714c6e7f908b2ec
b79a5dabddb016a12a74a7990ae262333f64821b
refs/heads/master
2021-06-26T16:06:40.684698
2017-12-26T08:30:45
2017-12-26T08:30:45
97,233,852
0
3
null
2020-10-01T16:36:55
2017-07-14T12:56:31
C++
UTF-8
C++
false
false
3,179
cpp
#include <bits/stdc++.h> using namespace std; typedef pair<int, int> ii; typedef vector<ii> vii; typedef vector<int> vi; int V; vector<vii> AdjList; bitset<105> initVisited, curVisited; bool first; void graph_input() { int choice; cin >> V; AdjList.assign(V, vii()); for (int i = 0; i < V; i++) { ...
[ "avijitbhatt1258@gmail.com" ]
avijitbhatt1258@gmail.com
389734510d9f84ff0b6b9256f329b68acb61c583
7385ebf2885605dd5e2af634328d8f46355701cd
/applications/Backtracking/NQueens/src/main.cpp
4542930677583a799d4d15ab1d9fd38fbd554cad
[]
no_license
purplebrain/cplusplus
2479df4cbb425813f776347b7f68e207ef6f28dd
b79459c763b9267fcd237a4ef03d18e3ab3dfc48
refs/heads/master
2021-07-21T01:34:22.130186
2020-04-29T05:24:20
2020-04-29T05:24:20
135,749,971
0
0
null
null
null
null
UTF-8
C++
false
false
2,898
cpp
#include <iostream> #include <cmath> #include <vector> using namespace std; unsigned int gN; unsigned int **gArrBoard; typedef struct POINT { public: int X; int Y; POINT (int X, int Y) { this->X = X; this->Y = Y; } } POINT; void printPartialVector (vector<POINT>& vecPartial) { cou...
[ "reach4msd@gmail.com" ]
reach4msd@gmail.com
4941282447739fa3ad7dfe320f469740608776a6
6484dc45cfadb1048a3a02cf8790794032404bdc
/cpp/ThingThroughput/src/ThroughputWriter.cpp
f86ce47f316df46c0caba4e2acf6e786442cf922
[]
no_license
aswinvk28/edge_sdk_examples
fd8cb70463eebeed5d11894eae2f27f93ef7480d
354c0b526d3dbaf49281d26668f6d6e55d1b3154
refs/heads/main
2023-03-12T13:18:27.162609
2021-02-28T17:38:22
2021-02-28T17:38:22
343,169,460
0
0
null
null
null
null
UTF-8
C++
false
false
11,955
cpp
/* ADLINK Edge SDK * * This software and documentation are Copyright 2018 to 2020 ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compli...
[ "aswinkvj@gmail.com" ]
aswinkvj@gmail.com
43b97ac5f6f4518ffb5eb22c2a6c3fb5812c446f
cf8ddfc720bf6451c4ef4fa01684327431db1919
/SDK/ARKSurvivalEvolved_PrimalItemSkin_CorruptedHelmet_classes.hpp
47a2eba3670cb1d3340abfb9c603addeb4b82b1e
[ "MIT" ]
permissive
git-Charlie/ARK-SDK
75337684b11e7b9f668da1f15e8054052a3b600f
c38ca9925309516b2093ad8c3a70ed9489e1d573
refs/heads/master
2023-06-20T06:30:33.550123
2021-07-11T13:41:45
2021-07-11T13:41:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
863
hpp
#pragma once // ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_PrimalItemSkin_CorruptedHelmet_structs.hpp" namespace sdk { //--------------------------------------------------------------------------- //Classes //------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
690d6df71a673ba71481f08f68d18ae06201fb97
5cd0b6d481170656e7046abafa891ed30058b8b6
/UnitTest_RayTracer/vector_tests.cc
31d7f810a090a6dc14d7b471c69986213f841743
[]
no_license
JabberSnatch/pbr_pathtracer
c815c65e45e4c707478a3475356017155fc9ad36
0d82f40cb2e00e6767df270e266010840a7aee75
refs/heads/master
2021-01-19T02:47:04.157734
2018-03-02T18:35:36
2018-03-02T18:35:36
87,292,622
1
0
null
null
null
null
UTF-8
C++
false
false
4,395
cc
#include "gtest/gtest.h" #include "maths/vector.h" #include "global_definitions.h" template <typename T> class FloatVectorTest : public ::testing::Test { protected: FloatVectorTest() : scalar{ 3._d } { for (uint32_t i = 0; i < test_vector.size; ++i) { test_vector[i] = maths::Decimal(i + 1); vector[i] =...
[ "samuel.bourasseau@gmail.com" ]
samuel.bourasseau@gmail.com
5da5dd64b2a258ff677aae1b5ab61256d41cf9fe
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/windows/advcore/gdiplus/engine/imaging/api/basicops.cpp
0d1c34901f048863d10efeeb049927f1df6b1f6a
[]
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
40,111
cpp
/**************************************************************************\ * * Copyright (c) 1999 Microsoft Corporation * * Module Name: * * basicops.cpp * * Abstract: * * Implementation of IBasicImageOps interface * * Revision History: * * 05/10/1999 davidx * Created it. * \***********...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
40824d2f98ee4a26c64c1890288a2a59aecdd2df
aaa60b19f500fc49dbaac1ec87e9c535a66b4ff5
/0-OJ/longest_continuous_ones.cc
8708fe8f43cfe06bbf24e926787d036e2f1cb885
[]
no_license
younger-1/leetcode-younger
c24e4a2a77c2f226c064c4eaf61e7f47d7e98d74
a6dc92bbb90c5a095ac405476aeae6690e204b6b
refs/heads/master
2023-07-25T02:31:42.430740
2021-09-09T08:06:05
2021-09-09T08:06:05
334,441,040
2
0
null
null
null
null
UTF-8
C++
false
false
1,090
cc
#include <stdio.h> #include <vector> using namespace std; int longest_continuous_ones(vector<int>& nums) { int n = nums.size(); vector<int> zeros; for (int i = 0; i < n; i++) { if (nums[i] == 0) { zeros.push_back(i); } } if (zeros.size() == n) { return 0; }...
[ "45989017+younger-1@users.noreply.github.com" ]
45989017+younger-1@users.noreply.github.com
07123c951b3b562c97362de83d8a8fdf60bbe9b9
e0b4fc8aaf60ff3c4187646ab132027b603da0be
/Rockethon_2014/Rockethon_2014_A/main.cpp
f39370a2abdae0a7264b7c099c4f87f48a218d96
[]
no_license
tupieurods/SportProgramming
c886a2b3759d43d1ec52e949c7027c9c43bf6ef1
9f2362e14b51f249141166c1867d081f125e7358
refs/heads/master
2021-01-23T22:53:20.521768
2014-10-29T16:27:13
2014-10-29T16:27:13
15,796,982
0
0
null
null
null
null
UTF-8
C++
false
false
785
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <algorithm> char str[109]; int len; void ReadData() { scanf("%s%*c", str); len = strlen(str); } int answer; void Solve() { answer = 0; int cnt = 0; char current = str[0]; for(int i = 0; i < len; i++) { if(str[i] == current) { ...
[ "tupieurods@gmail.com" ]
tupieurods@gmail.com
afef6a1f086b01a9e75debfae0fbb1944d6e4f71
fdfe4c22d3520aa1a74a175d5df4d871ed29a2f6
/threading/threadpool.hpp
0aef9b084dce94ceee5c4267cc60cfccdedf216d
[ "MIT" ]
permissive
firngrod/firnlibs
e60f6556e4eec80a1e83122af8b2cab60c56966f
a8fbdd22ec3b0a9497b809e8b86092e0affea995
refs/heads/master
2020-07-13T12:52:04.079564
2019-06-15T20:45:46
2019-06-15T20:45:46
67,539,812
0
0
null
null
null
null
UTF-8
C++
false
false
1,916
hpp
#pragma once #include "queue.hpp" #include "guardedvar.hpp" #include <thread> #include <map> #include <condition_variable> #include <functional> namespace FirnLibs { namespace Threading { class Threadpool { public: // Initialize the threadpool with a number of slave threads. // count of -1 ...
[ "firngrod@hotmail.com" ]
firngrod@hotmail.com
0e28875aa9c333ac621253ea07b6e625cde8c25c
c9e0227c3958db89747488328bd2b255e54f008f
/solutions/1029. Two City Scheduling/1029.cpp
ded4b380b2e184325463af4e4d3742f44fd5352e
[]
no_license
XkhldY/LeetCode
2deba28b7491c36b4f224c3132fb89feea318832
94e23db2668615d9fe09e129a96c22ae4e83b9c8
refs/heads/main
2023-04-03T08:17:30.743071
2021-04-14T23:34:03
2021-04-14T23:34:03
358,136,537
1
0
null
2021-04-15T05:20:21
2021-04-15T05:20:21
null
UTF-8
C++
false
false
593
cpp
class Solution { public: int twoCitySchedCost(vector<vector<int>>& costs) { const int n = costs.size() / 2; int ans = 0; // assume send 2n people to city b at first, but actually we have to send n // people to city a as well, so we sort by "how much will be refunded" if we // send a person to c...
[ "walkccray@gmail.com" ]
walkccray@gmail.com
7129055551e36731c3bc2e17d7427cc57151299b
e42035875cfa415e7bfcfd36975f992ab78122d7
/Point of Sale/Untitled2.cpp
7af760ac740e5d92afe1bf802e7cba0cee41de3f
[]
no_license
mackrugeri/C-
553795c85fa7ae0ec920b7fb4f73ece14e1e99b8
882a981dfe92fbcbe9243f823fc2706854471a93
refs/heads/main
2023-05-29T23:56:29.480549
2021-06-04T16:28:40
2021-06-04T16:28:40
373,884,825
0
0
null
null
null
null
UTF-8
C++
false
false
439
cpp
#include <iostream> #include <cstdlib> using namespace std; struct coord_struct { double x; double y; }; typedef struct coord_struct coord; int main() { char *s; coord *c = (coord *)malloc(sizeof(coord)); printf("Enter x: "); fgets(s, 79, stdin); c->x = atof(s); printf("Enter y: "); fgets(s,...
[ "noreply@github.com" ]
noreply@github.com
95f6100376212c2834cb548db05f9823cfb84384
bdff77da36bd24b4a9c3233d20419b62146ae15c
/lab6/task.cpp
b2e869b9dc8a67627f4e012e8d3da9d555267e4e
[]
no_license
bewithforce/OperatingSystems
7764f003ef78e1c7019fef3c6cb0fb51e03922a6
e4028e0ebbba745f4ee9a8b839c2e813af766b53
refs/heads/master
2022-08-24T03:08:17.779396
2020-05-19T07:14:08
2020-05-19T07:14:08
246,387,766
0
0
null
null
null
null
UTF-8
C++
false
false
473
cpp
#include <dirent.h> #include <iostream> #include <set> using namespace std; int main() { DIR *d; struct dirent *dir; set<string> files; d = opendir("../"); if (d) { while ((dir = readdir(d)) != nullptr) { if(dir->d_type != DT_LNK && dir->d_type != DT_DIR){ files...
[ "somniummisellus@gmail.com" ]
somniummisellus@gmail.com
63c708e95a1bd49e59b5b747cc10de731593de34
9b5b69a2fcb9db79ca8a4d96c8dc445fb32814cd
/src/selfie_stm32_bridge/src/main.cpp
a11af75c56e118118feed710d3087a984a127ec4
[]
no_license
KNR-Selfie/selfie_carolocup2019
a86e88c0499707f936b1830bcc956bb472d22cd9
d293ec8259e0af8eb640cbb633c9afc7cad69bc8
refs/heads/master
2020-04-01T21:02:55.647017
2019-02-13T20:38:36
2019-02-13T20:38:36
153,634,827
2
1
null
2019-02-05T15:10:51
2018-10-18T14:11:19
C++
UTF-8
C++
false
false
5,247
cpp
#include "ros/ros.h" #include "sensor_msgs/Imu.h" #include "std_msgs/Float32.h" #include "std_msgs/UInt8.h" #include "std_msgs/Bool.h" #include "ackermann_msgs/AckermannDriveStamped.h" #include "usb.hpp" #include <sstream> USB_STM Usb; void ackermanCallback(const ackermann_msgs::AckermannDriveStamped::ConstPtr& msg);...
[ "gotlib.adam+dev@gmail.com" ]
gotlib.adam+dev@gmail.com
bd6a42416057b3fc75ec6215b11a2cc09c18cb8e
8676f6da8a8ccc67502b7e46ef5946e73a2f464e
/whiteBelt/week1/greatest_common_divisor.cpp
7e22a740e084adf8347842aed590c21fddf74e0a
[]
no_license
sakekoke/cpp_projects
8f37f338a748c6d7db0e22a41164917c9eae8186
23b52e710364e5f1e381cb0cf97de130d25e5954
refs/heads/main
2023-02-05T16:22:30.538798
2021-01-01T04:43:03
2021-01-01T04:43:03
321,422,522
0
0
null
null
null
null
UTF-8
C++
false
false
293
cpp
#include <iostream> int main() { int index, a, b, max, ans; std::cin >> a >> b; while (a > 0 && b > 0) { if (a > b) { a %= b; } else { b %= a; } } std::cout << a + b << std::endl; return 0; }
[ "sakekoke42@gmail.com" ]
sakekoke42@gmail.com
8fb36a671e2e2a52bbc97f9ac2e2488a07933e67
882d3591752a93792bd8c734dd91b1e5439c5ffe
/android/QNLiveShow/liveshowApp/src/main/jni/crashhandler/com_qpidnetwork_livemodule_utils_CrashHandlerJni.cpp
6f76559fadbe43c25a22fbbeedd4e7d6c954fafc
[]
no_license
KingsleyYau/LiveClient
f4d4d2ae23cbad565668b1c4d9cd849ea5ca2231
cdd2694ddb4f1933bef40c5da3cc7d1de8249ae2
refs/heads/master
2022-10-15T13:01:57.566157
2022-09-22T07:37:05
2022-09-22T07:37:05
93,734,517
27
14
null
null
null
null
UTF-8
C++
false
false
717
cpp
#include "com_qpidnetwork_livemodule_utils_CrashHandlerJni.h" #include <crashhandler/CrashHandler.h> #include <common/command.h> /* * Class: com_qpidnetwork_utils_CrashHandlerJni * Method: SetCrashLogDirectory * Signature: (Ljava/lang/String;)V */ JNIEXPORT void JNICALL Java_com_qpidnetwork_livem...
[ "Kingsleyyau@gmail.com" ]
Kingsleyyau@gmail.com
b12a62432bfc64336e2e4f4c0de7e100027d5851
8af5a214f3ee7df4a048f3ba0ed37ba8acbb1d8e
/smeint.cpp
db9b5001a9f57070255bb8258841ea7042ad7ef3
[]
no_license
gaze/smeint
9c705d9002f6d51d99886aab0fdfb19ee922ac5b
c5a3942916f59d4d677ff9313a577b8b98935683
refs/heads/master
2021-01-21T11:08:32.148725
2017-05-19T14:25:29
2017-05-19T14:25:29
91,727,141
0
0
null
null
null
null
UTF-8
C++
false
false
5,226
cpp
#include <iostream> #include <tuple> #include <vector> #include <Eigen/Core> #include <memory> #include <pybind11/pybind11.h> #include <pybind11/eigen.h> #include <complex> #include <cmath> #include <assert.h> #include <random> namespace py = pybind11; #if 0 typedef std::complex<double> dtype; typedef Eigen::SparseMa...
[ "gaze@bea.ms" ]
gaze@bea.ms
f0ca2ca0af2c510adc3a136f81ec4726784c5d89
3054ded5d75ec90aac29ca5d601e726cf835f76c
/Training/ITMOx Course/Semana 2/C.c++
95fab444bf41cd44634e6eb5a4b8bfcf9b02c300
[]
no_license
Yefri97/Competitive-Programming
ef8c5806881bee797deeb2ef12416eee83c03add
2b267ded55d94c819e720281805fb75696bed311
refs/heads/master
2022-11-09T20:19:00.983516
2022-04-29T21:29:45
2022-04-29T21:29:45
60,136,956
10
0
null
null
null
null
UTF-8
C++
false
false
950
/* * ITMOx Course - 1st Week Problems * Problem: Prepare Yourself to Competitions! * Level: Easy */ #include <bits/stdc++.h> #define endl '\n' using namespace std; const int kInf = 1e6; int main() { ios::sync_with_stdio(false); // Fast input - output ifstream fin("input.txt"); // File Input ofstrea...
[ "yefri.gaitan97@gmail.com" ]
yefri.gaitan97@gmail.com
219157ebd25030650daef9e0f0a2cce7ae5ffa2c
00053952c44756c3f0a7abd0d9c48c09a019f676
/base/file.cpp
70d0a59a78d3cc2560638a7bb73bd3804772f42b
[]
no_license
xlmshack/kvnsfer
e946704d703d689b2abdb51696333d5e33884fae
dbaafe9180587f56073bffa36645bb9b7e35c24d
refs/heads/master
2020-03-23T23:29:20.759764
2018-08-29T15:50:21
2018-08-29T15:50:21
142,237,315
0
0
null
null
null
null
UTF-8
C++
false
false
1,273
cpp
#include "file.h" #include <assert.h> #include "apr.h" #include "apr_general.h" #include "apr_errno.h" namespace base { File::File() :file_(nullptr) { apr_status_t status = APR_SUCCESS; status = apr_pool_create(&pool_, NULL); assert(status == APR_SUCCESS); } File::File(const char* fname, apr...
[ "xlmshack@gmail.com" ]
xlmshack@gmail.com
dfe6509f94126dec09ed21c73885374275e4a952
cb8042aeb1f7829017513bf64911076b7bc9e954
/Codeup_BasicLevel-100/Q06_/main.cpp
f3055f359da21a70d4e9f7bc33a753558a859f8e
[]
no_license
Heongilee/CodeUp_Challenge
a81249925d4b95707f51f2415659051a7eb12303
719d7a2e24ce60b6214145c400e9b82e6ec437d8
refs/heads/master
2021-01-02T17:23:41.039957
2020-02-19T06:32:15
2020-02-19T06:32:15
239,714,427
0
0
null
null
null
null
UTF-8
C++
false
false
104
cpp
#include <iostream> using namespace std; int main() { cout << "\"!@#$%^&*()\"" << endl; return 0; }
[ "gjsrl1@gmail.com" ]
gjsrl1@gmail.com
0f62af5fa58ab47766fc728452bd9fb4ff78aed0
dcfdad4ce2289af76fc1ca2a9f593a13a79b390d
/CS154_Labs_2ndSem/Lab9/trythis2.cpp
b395f1b17b3ad7846740571a2f046ddd028073d0
[]
no_license
arponbasu/CS154_Labs_2ndSem
ee2b4b02ea13028d59236cf51a64ca89505a9fd0
f48b016776a57435f050fe6babac1fc90ac3d85e
refs/heads/main
2023-07-05T01:20:14.895773
2021-09-01T16:32:58
2021-09-01T16:32:58
392,825,511
0
0
null
null
null
null
UTF-8
C++
false
false
248
cpp
#include <iostream> using namespace std; void f(int x, int y, int z) { cout << x << " " << y << " " << z << endl; } int main () { int i=10; f(i, i++, ++i); cout << i << endl;//New line added by me f(++i, i++, ++i); cout << i << endl; }
[ "noreply@github.com" ]
noreply@github.com
c257166823dd854660ae387560be420e054436f6
83523fbc65ae3df4ccac9fee7e035cb07922a3e0
/RZExternal/src/FitSDKRelease_20/fit_mesg_capabilities_mesg_listener.hpp
912525422247426912f6dd867d0eb3e5421c43e4
[ "MIT" ]
permissive
swifter-motion/iossimfinder
0aedb01ae0e5bd64b4122f4b8b389bbca54a4aa3
810434d87e44c242ae1386b9da15b45de5426383
refs/heads/master
2020-05-31T15:23:33.288075
2018-06-24T16:13:54
2018-06-24T16:13:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,388
hpp
//////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and as an accommodat...
[ "briceguard-git@yahoo.com" ]
briceguard-git@yahoo.com
6707ca0bcc933fbbbb69e59ed40280223bb5b351
5cad8d9664c8316cce7bc57128ca4b378a93998a
/CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/javax/naming/InsufficientResourcesException.h
d3fc6603c03e029870f59c3b4e95042a442f1b70
[ "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only", "GPL-3.0-only", "curl", "Zlib", "LicenseRef-scancode-warranty-disclaimer", "OpenSSL", "GPL-1.0-or-later", "MIT", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "BSD-3-...
permissive
huaweicloud/huaweicloud-sdk-c-obs
0c60d61e16de5c0d8d3c0abc9446b5269e7462d4
fcd0bf67f209cc96cf73197e9c0df143b1d097c4
refs/heads/master
2023-09-05T11:42:28.709499
2023-08-05T08:52:56
2023-08-05T08:52:56
163,231,391
41
21
Apache-2.0
2023-06-28T07:18:06
2018-12-27T01:15:05
C
UTF-8
C++
false
false
741
h
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_naming_InsufficientResourcesException__ #define __javax_naming_InsufficientResourcesException__ #pragma interface #include <javax/naming/NamingException.h> extern "Java" { namespace javax { namespace naming { class In...
[ "xiangshijian1@huawei.com" ]
xiangshijian1@huawei.com
d8683d6572111d112b800f9b7c26163dc90a179f
4f5b2819d01c5494b7ec50a35985088e811d452a
/moc_fenetreajout.cpp
96e1331f44c13733db6070a2a0c1669c13193d4c
[]
no_license
Renaudeau82/Code-maker
c0d11f63c70092c082240e858160989d7c9e38e1
f29439ed605ef29c2384011024cd5caf02c81e5c
refs/heads/master
2020-09-21T21:17:51.065190
2016-09-14T15:04:28
2016-09-14T15:04:28
66,939,759
0
0
null
null
null
null
UTF-8
C++
false
false
4,358
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'fenetreajout.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.1) ** ** WARNING! All changes made in this file will be lost! ********************************************************...
[ "noreply@github.com" ]
noreply@github.com
a8d3fa5b20e1398bc61841ed07cba275a88f71b7
a56302f627d99a8fc78d6ed125e691caa13c1249
/FIT2097_AAA2/Source/FIT2097_AAA2/HealthPickup.cpp
ff8aa3a9e65855d43c0132260e134eeb4ea3e49b
[]
no_license
xuhaojun0522/FIT2097_AAA2
9a936561ed33fefbd82c8c29a87827dee3d37b8d
5191ea8f499865b20b2b945da653e8737b976585
refs/heads/master
2020-04-01T20:07:02.459772
2018-10-20T08:57:31
2018-10-20T08:57:31
153,589,136
0
0
null
null
null
null
UTF-8
C++
false
false
744
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "HealthPickup.h" #include "FIT2097_AAA2Character.h" // Sets default values AHealthPickup::AHealthPickup() { bReplicates = true; // Set this actor to call Tick() every frame. You can turn this off to improve performance if you...
[ "hxu137@student.monash.edu" ]
hxu137@student.monash.edu
6ebf481b877042257988caf4055667260426b1a1
7e288ad3bcaca2e00e04113ebd251331b5ea300c
/starviewer/src/core/frameofreferencesynccriterion.h
8be7ceb06a673f73d9af98261083d1786e85b156
[]
no_license
idvr/starviewer
b7fb2eb38e8cce6f6cd9b4b10371a071565ae4fc
94bf98803e4face8f81ff68447cf52a686571ad7
refs/heads/master
2020-12-02T17:46:13.018426
2014-12-02T11:29:38
2014-12-02T11:31:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
465
h
#ifndef UDG_FRAMEOFREFERENCESYNCCRITERION_H #define UDG_FRAMEOFREFERENCESYNCCRITERION_H #include "synccriterion.h" namespace udg { class QViewer; /** Implements the SyncCriterion for Frame Of References. */ class FrameOfReferenceSyncCriterion : public SyncCriterion { public: FrameOfReferenceSyncCriterion()...
[ "rogerbramon@gmail.com" ]
rogerbramon@gmail.com
1a0471250669897bee44b7058426f05bd4be7c81
c08a26d662bd1df1b2beaa36a36d0e9fecc1ebac
/classicui_plat/extended_notifiers_api/inc/AknSmallIndicator.h
4d2e4a05ff052d1b66675c41134a833db13e834e
[]
no_license
SymbianSource/oss.FCL.sf.mw.classicui
9c2e2c31023256126bb2e502e49225d5c58017fe
dcea899751dfa099dcca7a5508cf32eab64afa7a
refs/heads/master
2021-01-11T02:38:59.198728
2010-10-08T14:24:02
2010-10-08T14:24:02
70,943,916
1
0
null
null
null
null
UTF-8
C++
false
false
1,823
h
/* * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
f5427c3919be3c04352d0e97bd89aa7e687352d1
1cbaa88247a3555986965f8f1d2f522a9995fe4f
/1.2/ArmnnDriverImpl.hpp
eeb491b65b255456c795082e581c56468363865c
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
MitchellTesla/android-nn-driver
1e33bd5c96b68a2c3cef7af7460d9e7bbe0b1faa
0fdc70c630296666820da031e19278ecc7e3ddda
refs/heads/main
2023-04-19T12:19:07.941529
2021-05-02T15:11:43
2021-05-02T15:11:43
363,674,471
2
0
null
null
null
null
UTF-8
C++
false
false
1,333
hpp
// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <HalInterfaces.h> #include "../DriverOptions.hpp" #include <armnn/ArmNN.hpp> #ifdef ARMNN_ANDROID_R using namespace android::nn::hal; #endif #ifdef ARMNN_ANDROID_S using namespace android::hardware; #endi...
[ "noreply@github.com" ]
noreply@github.com
fa1d30c22371a9e6c78549cc77313a5d79e62dc3
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/ThirdParty/CEF3/cef_binary_3.3071.1611.g4a19305_macosx64/libcef_dll/cpptoc/render_handler_cpptoc.h
3c62d30f5191b7c866e493349328355fb7a81907
[ "BSD-3-Clause", "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
1,222
h
// Copyright (c) 2017 The Chromium Embedded Framework 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 was generated by the CEF translato...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
df95285e2afe7819db2c924b99002b10290d7a2f
68da9bbda7418d0f8ddb205dc8581040ce997baa
/UnionFind.hpp
8d7ccfeb0810a7d60301a8166821d4bf4a9a4454
[]
no_license
larissayiyi/six-degrees-of-kevin-bacon
c1840e9e02b28627596ca7e1eb9141f4855f25f8
6b20aee1daab9ef07aa68c3ba886aaa35b668b10
refs/heads/master
2020-04-17T03:22:48.616300
2019-01-17T07:33:43
2019-01-17T07:33:43
166,180,151
0
0
null
null
null
null
UTF-8
C++
false
false
7,776
hpp
/*** * Name: Aaron Liu, Larissa Johnson * Date: Nov 28 2016 * Filename: UnionFind.hpp * Description: Contains methods for a disjoint set data structure, which * primarily functions as an up-tree. * Assigment Number: 4 * Sources of help: ***/ #ifndef UNIONFI...
[ "noreply@github.com" ]
noreply@github.com
b14153f73561d7920ddec9948897dca56f936b9b
2ce94aa05d8740a57f1dc4557e4da16ddaaabf7f
/src/main.cpp
c60648bd1fd9304a49c3d4b2d0c13659615483e3
[]
no_license
renneSampaio/basicPixelEditor
98b740f965b9ecfca623c3682083dbdfe9f1524f
d58d985d70591ed568cde2cbf2a23f68a30aae82
refs/heads/master
2020-03-27T09:24:51.176928
2018-08-27T18:39:55
2018-08-27T18:39:55
146,339,095
0
0
null
null
null
null
UTF-8
C++
false
false
3,925
cpp
#include <iostream> #include <GL/glew.h> #include <GL/freeglut.h> #include "Bitmap.hpp" #include "Tool.hpp" #include "PenTool.hpp" #include "LineTool.hpp" #include "RectTool.hpp" #include "CircleTool.hpp" #include "PolyTool.hpp" #include "FillTool.hpp" Bitmap image(32,32); Tool* currentTool; const int PIXEL_SIZE = 1...
[ "rennesampaio97@gmail.com" ]
rennesampaio97@gmail.com
b91743d34cf7e0b2393633eedb69131915d2cd35
b09f567815d297a169126d5235cfb1d8945e1faa
/TorneoArgentino/Dfelicidad.cc
69a76368da0e74b2058c264d58717aaeb99fe726
[]
no_license
alsuga/Maratones
c913c858e317047a3c4b2944627c814fc2084bd2
7271bda427a6ebddf0599d4f6b333d0ab81ecb71
refs/heads/master
2021-01-17T15:31:11.039085
2016-09-05T20:39:00
2016-09-05T20:39:00
8,393,509
0
0
null
null
null
null
UTF-8
C++
false
false
990
cc
#include <bits/stdc++.h> using namespace std; bool visit[1001]; typedef map<int, set<int> > gf; gf grafo; int dfs(int i, int R, int E) { visit[i] = true; stack<int> st; st.push(i); int tmp; int nodos = 0, aristas = 0; while(!st.empty()) { nodos++; tmp = st.top(); st.pop(); aristas += grafo[t...
[ "alejandro@sirius.utp.edu.co" ]
alejandro@sirius.utp.edu.co
07bb8ab8f48852371516454eb5a4152edab8a711
60c1ece8ba473b0a4060f94a4d61404ea1d63e3b
/devel51f/electromagnetic/src/G4EmLivermoreLEPTSPhysics.cc
6d4864fc2a081b0ecf54ab45c62dcfeb5a42fdf2
[]
no_license
antoniomzrl/gitrepo3
80b2e868393e8e7872ce1276dbcdc6522edac82b
9a181a4330ce5d287c0dae7e5a305c8ea22dd747
refs/heads/master
2021-06-17T06:05:49.261667
2021-04-04T12:29:35
2021-04-04T12:29:35
82,538,975
0
0
null
null
null
null
UTF-8
C++
false
false
16,627
cc
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
[ "antonio.mzrl@gmail.com" ]
antonio.mzrl@gmail.com
b66f56a0561096a5d0d8c428e8b0ee39538cef5b
f8a2e00c2bae4cc8d7f95a7e4f7ce1f4048c7dec
/Source/Parsers/Company/CompanyLinksParser.h
5481bc03219a968fe3f43e76dbc7129a14b3ef72
[ "MIT" ]
permissive
AzuxDario/Marsy
756f81b98d26f6335c04203fbd9084c6ece2547a
d7fb746250566377cd18a9651d6b74c2bef6c342
refs/heads/master
2022-12-12T17:22:10.343672
2020-09-16T12:57:28
2020-09-16T12:57:28
274,488,096
3
0
null
null
null
null
UTF-8
C++
false
false
554
h
#ifndef MARSY_COMPANY_COMPANYLINKSPARSER_H #define MARSY_COMPANY_COMPANYLINKSPARSER_H #include <string> #include <vector> #include <optional> #include "../../Libraries/JSON/json.hpp" #include "../Parser.h" #include "../../Models/Company/CompanyLinksModel.h" #include "../../Const/Company/CompanyLinksConst.h" using j...
[ "pawel_mibor95@tlen.pl" ]
pawel_mibor95@tlen.pl
f3480ce0c70abfd2330cc5ad4819a95a28f1c458
0ab4ae4862ace02f164b513238fab79f00267824
/src/lexer.cpp
70851d8da71e23dde6b27f5a794c6fc6ace18b1f
[ "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
patrykstefanski/am-lang
f41f7829585389907f8bcd028ea33de95c0a9f82
15297a851665e6403d25618fb1d00ec48e51141e
refs/heads/master
2021-01-20T18:07:49.641159
2016-06-29T16:47:41
2016-06-29T16:47:41
61,527,821
1
0
null
null
null
null
UTF-8
C++
false
false
4,961
cpp
#include "lexer.hpp" #include <cctype> #include <cstdio> #include <cstdlib> #include <experimental/string_view> #include "cxx_extensions.hpp" Lexer::Lexer(const char* source) : next_symbol_id_(NUM_TOKENS + 1), current_line_number_(1), current_(source + 1), last_(*source) { // Insert keywords. symbo...
[ "patryk.stefanski@protonmail.com" ]
patryk.stefanski@protonmail.com
3568291845cf2352aa140455dcb9bf175c3b64c8
66d3de1de3aaaf779df26619ba3488846f7125a8
/C++/객체 궁금한거.cpp
5fb1f4c83e41a2443f835fcbe7fdde966a8c3f1b
[]
no_license
donghL-dev/C-and-Cpp
79e97dd0abf5c023d3969ef840cae0a912d58305
bea069126eea318bb528f9f9704f729b1397387b
refs/heads/master
2020-03-09T22:19:51.864767
2018-06-16T20:17:45
2018-06-16T20:17:45
null
0
0
null
null
null
null
UHC
C++
false
false
1,564
cpp
#include<stdlib.h> #include<stdio.h> #define SWAP(x, y, t) ((t)=(x), (x)=(y), (y)=(t)) void bubble_sort(int list[], int n) { int i, j, temp; // 변수를 선언 해주고 for(i=n-1; i>0; i--) { // i는 n-1부터 0까지 작아지고 for(j=0; j<i; j++) // j는 0부터 n-1 까지 증가된다. if(list[j]>list[j+1]) // 여기서 list[j]가 list[j+1]보다 크다면 교체해준다. ...
[ "odh621@naver.com" ]
odh621@naver.com
1cbb3f69eab0d7e1884e3b37edf0b28f2d464870
0dca3325c194509a48d0c4056909175d6c29f7bc
/outboundbot/include/alibabacloud/outboundbot/model/ListGlobalQuestionsRequest.h
6fdb013a8eb63c3454e57d04af5ca12124e4e7ee
[ "Apache-2.0" ]
permissive
dingshiyu/aliyun-openapi-cpp-sdk
3eebd9149c2e6a2b835aba9d746ef9e6bef9ad62
4edd799a79f9b94330d5705bb0789105b6d0bb44
refs/heads/master
2023-07-31T10:11:20.446221
2021-09-26T10:08:42
2021-09-26T10:08:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,695
h
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
cc15ffd8320c4f39ea32a56de788bc0ba3c237f8
562bae23042790d1c1dc8ffc4843155465ec14da
/codes/enumtypes.cpp
6fea9659c8db0b25ef2d92c6f8bf4428f0172cd7
[]
no_license
JRonca/curso_cpp_basico
024b9aaa70d455bedea450078f8181da32a5d917
2cb8ee77941213a594bbd4eb5bae2a29c982ee75
refs/heads/main
2023-07-02T12:56:19.990797
2021-07-31T12:54:55
2021-07-31T12:54:55
391,350,002
0
0
null
null
null
null
UTF-8
C++
false
false
395
cpp
#include <iostream> enum Cores { red, green=50, blue }; enum Saidas { sucesso, erro_ao_abrir, erro_de_leitura, erro_de_permissao }; int main( int argc, char **argv ){ Cores cores; Saidas s; std::cout << "O valor da cor red e: " << red << "\n"; std::cout << "O valor da cor green e: " << green << "\n"; st...
[ "jrfr21112000@gmail.com" ]
jrfr21112000@gmail.com
8356bb4de86cd69486ff351a1ed9a659c3b288f8
bc73e04f6efd80f124c65b8c910eddd83105c522
/Software/Final_UI/Final_UI.ino
733ae27ab692c9950cfbdc7f1bb824641e787d2f
[]
no_license
jgsantiagojr/Awesome-Controller
185befa33eeddd43dd84fa9e356fbffcde75ac01
431a20e39a3dd3a830dcdd324a0e2a7d98ba3672
refs/heads/main
2023-02-06T07:49:15.604856
2020-12-18T02:46:38
2020-12-18T02:46:38
322,411,887
0
0
null
null
null
null
UTF-8
C++
false
false
20,938
ino
//Libaries needed for LCD Touchscreen #include <TeensyUserInterface.h> #include <font_Arial.h> #include <font_ArialBold.h> //Libraries needed for Qwiic Relay Board #include <SparkFun_Qwiic_Relay.h> #include <Wire.h> //I2C Address for Qwiic Relay Board #define RELAY_ADDR 0x6D int MOS1 = 3; int MOS2 =...
[ "noreply@github.com" ]
noreply@github.com
1562ef1e17c2ae67330882752e01c6d245d409bf
d2f0a9a335c38134e1d669227f6e4c05e9f0c06a
/SD semester projects mostly/Labyrinth/String.cpp
45e14174b3fe2273ac18a2a8315391c9d63f60d0
[]
no_license
Anton94/OOP-Cplusplus
37e9cb9ab9a383b893f36a56fe69862c61a16607
7fe21e8cf103bcbb43591f17b5cb095f3ffb6f8f
refs/heads/master
2021-01-10T21:45:50.652354
2017-02-01T15:06:04
2017-02-01T15:06:04
25,372,476
0
1
null
null
null
null
UTF-8
C++
false
false
4,286
cpp
#include <iostream> #include "String.h" #include "Utility.h" /* If there is no enough memory throws exeption... A little fucked up , initial string is empty one always. Unless its given a start capacity size. */ std::ostream& operator<<(std::ostream& out, const String& string) { if (string.string != NULL) out << ...
[ "antonvdudov@gmail.com" ]
antonvdudov@gmail.com
d3dcfd8c50e209c3bbb0c643e05b685206897c02
b850bbc30df235514ad0fef631cd0487c335c8b5
/62圆圈中最后剩下的数字/源.cpp
181af6ddb3dbfcf30f9e785de925a8d746b1c124
[]
no_license
jackie-han/Coding-Interview
e87850c9b0b4ceb0bc61cdd08dd50a9da88b4fef
37d5f9efc139bf464f5fa2777e4f453559730470
refs/heads/master
2020-06-12T11:43:05.169633
2019-06-28T14:43:24
2019-06-28T14:43:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
589
cpp
#include<list> using namespace std; int LastRemaining(unsigned int n, unsigned int m) { if (n < 1 || m < 1) return -1; unsigned int i = 0; list<int> numbers; for (i = 0; i < n; i++) numbers.push_back(i); list<int>::iterator current = numbers.begin(); while (numbers.size() > 1) { for (int i = 1; i < m; ...
[ "249853856@qq.com" ]
249853856@qq.com
5df73f780844dd705e6164ee3d50e7fc76ec6ab2
6f90344a98963551a5c059c4ef9e660acbb63b0e
/classes/Base.hpp
8df8f8d0cb283aed4fcd195de99504b701fdb9cd
[ "MIT" ]
permissive
return0jz/framework2d
f5b07be5324c3e6fac22a76aedf00068a93b6ce2
606b40224316450fff7b567f8d81ce72e2be0714
refs/heads/master
2023-07-07T23:07:57.168198
2021-08-02T07:36:08
2021-08-02T07:36:08
385,952,714
2
1
null
null
null
null
UTF-8
C++
false
false
102
hpp
#pragma once namespace jzj { // For generics struct Base { Base() {} virtual ~Base() {} }; }
[ "jasperjzhou@gmail.com" ]
jasperjzhou@gmail.com
b9b546eb66057df236ae00de30c021a21ac51894
aef14403ea0c30afb6612d4698273c860297cb7e
/src/utils/json/format.cpp
9c8f7438123f3fccb2a0160a03bcefc12e048195
[ "BSD-2-Clause" ]
permissive
RAttab/reflect
ba3b939ac6d323e7f31531f0dff6d791abf3a64d
9a4f0cd1f63f2afa314297d4f07ef5837bdb9f8d
refs/heads/master
2023-04-06T04:04:14.935469
2023-03-26T18:39:10
2023-03-26T18:39:10
17,706,186
47
13
null
null
null
null
UTF-8
C++
false
false
3,815
cpp
/* format.cpp -*- C++ -*- Rémi Attab (remi.attab@gmail.com), 14 Apr 2015 FreeBSD-style copyright and disclaimer apply */ namespace reflect { namespace json { /******************************************************************************/ /* FORMATTER ...
[ "remi.attab@gmail.com" ]
remi.attab@gmail.com
d1f8de974ca79b1971ff479c62e71713426c8c2f
f556301fd9bdba0e463bb6f08bd83db0fd258a8d
/extensions/basic/statistics/weighted_moving_average.h
11d0f7e8c160b8ba7bdb35318a51e3a6853fa06c
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
blockspacer/chromium_base_conan
ce7c0825b6a62c2c1272ccab5e31f15d316aa9ac
726d2a446eb926f694e04ab166c0bbfdb40850f2
refs/heads/master
2022-09-14T17:13:27.992790
2022-08-24T11:04:58
2022-08-24T11:04:58
225,695,691
18
2
null
null
null
null
UTF-8
C++
false
false
1,778
h
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #pragma once #include <stdint.h> #include <deque> #include "base/macros.h" #include "basic/statistics/weighted_mean.h" namespace basic { // Calculate...
[ "user@email.ru" ]
user@email.ru
b17531c8efb41b4e33d966daa065d1b407f547c3
362fb7256f18e22c9852e055709a3df71021cb63
/testcrack/testcrack.h
2757e8ae2396f769382db8e9370459189d0c9ffa
[]
no_license
l1007482035/vs2008TestPrj
29d5735db7b92c714953d7f3ecc5d39714b73b12
41392ed176a83149f3cc7144389df2e952785faa
refs/heads/master
2021-07-05T07:58:14.010559
2021-05-04T05:40:25
2021-05-04T05:40:25
234,276,322
0
0
null
null
null
null
GB18030
C++
false
false
476
h
// testcrack.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "resource.h" // 主符号 // CtestcrackApp: // 有关此类的实现,请参阅 testcrack.cpp // class CtestcrackApp : public CWinAppEx { public: CtestcrackApp(); // 重写 public: virtual BOOL InitInstanc...
[ "1007482035@qq.com" ]
1007482035@qq.com
ed040bb1516426a90948778c8e6da45b06a9c700
58d959b2402841c811df1823eadc2a5e43c9c64d
/Original_Source Code/RL Software/MLTestProject/_svn/text-base/MLMaze.cpp.svn-base
3f6cadf4b8424c67396cffeda767494886775bee
[]
no_license
mskim1997/OriginalProject
8308ad55b807ebdab4c94bbb01ef639c8bd6bc9c
d3aad773d776e28bc2d3b7adabec1e49abdccff1
refs/heads/master
2021-01-18T14:18:48.919514
2015-07-14T21:57:05
2015-07-14T21:57:05
39,101,646
0
0
null
null
null
null
UTF-8
C++
false
false
17,395
///////////////////////////////////////////////////////// //Maze.cpp //Defines the Maze class. // //Manuel Madera //10/10/09 ///////////////////////////////////////////////////////// #include "MLMaze.h" #include "Framework\Packages.h" #include "Framework\PackagerFactory.h" #include <sstream> #include "Framework\EventD...
[ "rk97688@hotmail.com" ]
rk97688@hotmail.com
a86ba4c6aa73be0c4436a14a7beb817920089738
41eff3e9ed1b5743c18a977feeba9639f5e73736
/Projects/Project2_HangmanV2/main.cpp
2b0efd6d94d9caf963f12a51015b203f8f20a637
[]
no_license
Kcarrillo/CarrilloKevin_48102
ecb8db6828359d2229e090226e2502f2de5b50fd
628cadc0bb36c228fba47fb6d30918c6cb917de2
refs/heads/master
2020-07-14T00:22:58.275393
2016-12-13T20:28:18
2016-12-13T20:28:18
68,247,215
4
0
null
null
null
null
UTF-8
C++
false
false
9,453
cpp
/* File: main Author: Kevin Carrillo Created on October 17th, 8:30 AM Purpose: Menu with Functions */ //System Libraries #include <iostream> //Input/Output objects #include <string> //Strings #include <iomanip> //Formating #include <fstream> //File I/O using namespace std; //Name-spa...
[ "kcarrillo12@student.rcc.edu" ]
kcarrillo12@student.rcc.edu
b82b10227ba50c6a8a9b4c589616d2a760f925da
c254c37b30fba0c41b3157dd5581e03035df43c1
/C++ Solutions/Caribbean Online Judge/Ad-Hoc/1312 - R2.cpp
2b9dec79fe2dac02ba643e7fd034f263853adbe4
[]
no_license
AntonioSanchez115/Competitive-Programming
12c8031bbb0c82d99b4615d414f5eb727ac5a113
49dac0119337a45fe8cbeae50d7d8563140a3119
refs/heads/master
2022-02-14T10:51:19.125143
2022-01-26T07:59:34
2022-01-26T07:59:34
186,081,160
1
0
null
null
null
null
UTF-8
C++
false
false
147
cpp
#include<stdio.h> int main() { int R1;//11 int S;//15 scanf("%d%d",&R1,&S); int R2=(S*2)-R1; printf("%d", R2); return 0; }
[ "sanchezantonio.115@gmail.com" ]
sanchezantonio.115@gmail.com
d25d330e69cbde5d4093bb0e17534f4311200c4d
40f64ca70e69d19d6cd4d485efc75c72b89fe336
/第七章 排序/heapsort.cpp
101388d7f25ec2ea7bb19891068cd71be7909e96
[]
no_license
MingHuan-L/Data-Strucntures
0c8b7d9185f0395aaa5eac72842be9cbd54b3485
9e560c255d474ca0a396e73622a06117d1eb2367
refs/heads/master
2023-06-18T20:29:41.958846
2021-07-13T09:22:42
2021-07-13T09:22:42
241,047,261
0
0
null
null
null
null
UTF-8
C++
false
false
2,189
cpp
#include <iostream> #include <time.h> #include <stdio.h> int radomnum(int A[]) { A[0] = 0; int range = 100; const int maxsize = 100; srand((int)time(0)); for (int i = 1; i <=maxsize; i++) { A[i] = rand() % range; } return 0; } void display(int A[], int n) { for (int i = 0; i ...
[ "394431799@qq.com" ]
394431799@qq.com
cfde5bdb80a969c0d870a975bfd721d225abb2c2
634120df190b6262fccf699ac02538360fd9012d
/Develop/Server/GameServerOck/main/GDBTaskItemDecstackAmt.h
74a0a55268db7b952786fc129fc2aefa254cd6e9
[]
no_license
ktj007/Raiderz_Public
c906830cca5c644be384e68da205ee8abeb31369
a71421614ef5711740d154c961cbb3ba2a03f266
refs/heads/master
2021-06-08T03:37:10.065320
2016-11-28T07:50:57
2016-11-28T07:50:57
74,959,309
6
4
null
2016-11-28T09:53:49
2016-11-28T09:53:49
null
UTF-8
C++
false
false
611
h
#ifndef _GDBTASK_ITEM_DEC_STACK_AMT_H #define _GDBTASK_ITEM_DEC_STACK_AMT_H #include "GDBTaskItemStackAmt.h" #include "GDBTaskItemData.h" #include "MMemPool.h" class GDBTaskItemDecStackAmt : public GDBTaskItemStackAmt, public MMemPool<GDBTaskItemDecStackAmt> { public : GDBTaskItemDecStackAmt(const MUID& uidPlayer...
[ "espause0703@gmail.com" ]
espause0703@gmail.com
8ec7ffb4a300e96417f5d8b15c39241994833559
c23b42b301b365f6c074dd71fdb6cd63a7944a54
/contest/Daejeon/2015/f2.cpp
4f4d19f8bbe2a702899ed564c789bee6b0e44679
[]
no_license
NTUwanderer/PECaveros
6c3b8a44b43f6b72a182f83ff0eb908c2e944841
8d068ea05ee96f54ee92dffa7426d3619b21c0bd
refs/heads/master
2020-03-27T22:15:49.847016
2019-01-04T14:20:25
2019-01-04T14:20:25
147,217,616
1
0
null
2018-09-03T14:40:49
2018-09-03T14:40:49
null
UTF-8
C++
false
false
5,110
cpp
#include <bits/stdc++.h> using namespace std; #define N 101010 #define MXN 101010 #define PB push_back #define FZ(X) memset(X,0,sizeof X) struct Scc{ int n, nScc, vst[MXN], bln[MXN]; vector<int> E[MXN], rE[MXN], vec; void init(int _n){ n = _n; for (int i=0; i<=n; i++){ E[i].clear(); rE[i].clea...
[ "c.c.hsu01@gmail.com" ]
c.c.hsu01@gmail.com
99f9f306feae2cb37a528bccc38fa1a56ad50a36
738293cecc7af7719c1465bdd3f9f6a37aeeb41c
/Week6/rob_2.cpp
b8c3a4619c0643aef73b1e1906009e4609cfa84c
[]
no_license
liwenhao8123/algorithm020
58d0dfd757633a81bf12aee343b2255a74472105
58954912eb40be3b9df7b090c0d02804cd8f11aa
refs/heads/main
2023-03-08T11:56:30.286275
2021-01-31T15:17:36
2021-01-31T15:17:36
314,124,354
0
0
null
2020-11-19T03:19:44
2020-11-19T03:19:43
null
UTF-8
C++
false
false
1,664
cpp
/* 你是一个专业的小偷,计划偷窃沿街的房屋。每间房内都藏有一定的现金,影响你偷窃的唯一制约因素就是相邻的房屋装有相互连通的防盗系统,如果两间相邻的房屋在同一晚上被小偷闯入,系统会自动报警。 给定一个代表每个房屋存放金额的非负整数数组,计算你 不触动警报装置的情况下 ,一夜之内能够偷窃到的最高金额。 示例 1: 输入:[1,2,3,1] 输出:4 解释:偷窃 1 号房屋 (金额 = 1) ,然后偷窃 3 号房屋 (金额 = 3)。   偷窃到的最高金额 = 1 + 3 = 4 。 示例 2: 输入:[2,7,9,3,1] 输出:12 解释:偷窃 1 号房屋 (金额 = 2), 偷窃 3 号房屋 (金额 = 9),接着偷窃 5...
[ "lwh8123@foxmail.com" ]
lwh8123@foxmail.com
e5ff92eead0c9a4a894eeef2cd82dda04f54b4f6
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/windows/feime/kor/ime2k/imm32/fmode.h
c8c9def972518a7c359eaf8a353e1563ce0c8561
[]
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
742
h
// // FMODE.H // #if !defined (__FMODE_H__INCLUDED_) #define __FMODE_H__INCLUDED_ #include "cicbtn.h" #include "toolbar.h" class FMode : public CCicButton { public: FMode(CToolBar *ptb); ~FMode() {} STDMETHODIMP GetIcon(HICON *phIcon); HRESULT OnLButtonUp(const POINT pt, const RECT*...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
47022e1603f41bed66286c670249c70b5078a5c9
ca7b94c3fc51f8db66ab41b32ee0b7a9ebd9c1ab
/wallet/universal_lib/include/CommonLib/String/Convert.h
9a20059c3c5f9ad6f8a19cbd5239e132363036ca
[]
no_license
blockspacer/TronWallet
9235b933b67de92cd06ca917382de8c69f53ce5a
ffc60e550d1aff5f0f6f1153e0fcde212d37bdc6
refs/heads/master
2021-09-15T15:17:47.632925
2018-06-05T14:28:16
2018-06-05T14:28:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,585
h
// Author: chenjianjun #pragma once #include <util.h> #include "../../Universal.h" struct CodePage { CodePage() : dwCodePage(CP_UTF8) {} CodePage(DWORD c, int) : dwCodePage(c) {} ~CodePage() {} bool operator == (const CodePage &cp) const { return dwCodePage == cp.dwCodePage; } bool operato...
[ "abce@live.cn" ]
abce@live.cn
e76e7e8559fe55a5cde700102bb5e47196063952
5142fa57a2561d2c53ee4159a6dc742f918875e2
/자료구조/SearchGraph.h
8d48086e7c17c81046ee08c045f7a7ab399b4b67
[]
no_license
skarltjr/prac-cpp
b408ee0bdcb51c780a5eed10e7dd00bcae0a291b
6b327516bfadfb5b289dec09775ce67663840a81
refs/heads/master
2022-11-17T18:20:17.939932
2020-07-13T09:18:57
2020-07-13T09:18:57
279,254,178
0
0
null
null
null
null
UHC
C++
false
false
11,018
h
#pragma once #include<iostream> #include<string> #include<fstream> #include<sstream> #include"CircularQueue.h" #define MAX_VTXS 256 class Node//각 노드마다 연결리스트가 있으니 연결리스트 클래스를 만들어준다 { protected: int id; Node* link; public: Node(int i, Node* l = nullptr) :id(i), link(l) {} ~Node() { if (link != nullptr) { de...
[ "62214428+skarltjr@users.noreply.github.com" ]
62214428+skarltjr@users.noreply.github.com
a3962bb7f37c950ae8009d526b3a258cb2ce86db
b3518cceb94927fa3a5d15cd9a2e887defe0cdb7
/src/applications/appl_utility.h
c8705edf659b7ee751af73b56be47290c717d37b
[]
no_license
koichiHik/blog_bundle_adjust
b3921fd5b546c0ccc161d02407b0270d9826c79d
8c05aabfba141ee82f14681bb26e6594cae63e03
refs/heads/main
2023-05-12T08:59:56.700168
2021-05-21T10:50:20
2021-05-21T10:50:20
363,568,665
1
0
null
null
null
null
UTF-8
C++
false
false
11,151
h
// STL #include <vector> // Boost #include <boost/filesystem.hpp> // Eigen #include <Eigen/Dense> #include <Eigen/Geometry> // Google #include <gflags/gflags.h> #include <glog/logging.h> // Original #include <common_def.h> #include <error_metric.h> #include <file_utility.h> #include <optimizations.h> namespace o...
[ "rkoichi2001@gmail.com" ]
rkoichi2001@gmail.com
ab3cca22aafd1921d6013638d6cdc45038bdb333
648faac19a60118ff1021be69ed4ce08d95356cf
/EVA1/bead3/JPSMA3/amobadataaccess.cpp
bb55f4d2b0b4e4c2fbfc8c52723ef18db899895a
[]
no_license
BenJoey/felev4
29324954dd2691be1b27b96a86741edd791a65db
389240edf4a81f532f9a2a09ef68c658e3cb4d42
refs/heads/master
2020-03-08T19:35:35.623191
2018-06-23T10:28:29
2018-06-23T10:28:29
128,358,030
0
0
null
null
null
null
UTF-8
C++
false
false
1,411
cpp
#include "amobadataaccess.h" #include <QDateTime> #include <QFileInfo> #include <QFile> #include <QTextStream> QVector<QString> amobadataaccess::saveGameList() const { QVector<QString> result(5); for (int i = 0; i < 5; i++) { if (QFile::exists("game" + QString::number(i) + ".sav")) { ...
[ "32818693+BenJoey@users.noreply.github.com" ]
32818693+BenJoey@users.noreply.github.com
e34ecf47a340300c05a47c3048d016e1d7be65f2
2114c5e7a2d3ce4e2cb30bbec65a2e7e11134140
/lib/csgo/offsets.h
b6dec6b07f49055c4fa0951870ecb611912adac7
[]
no_license
kurisufriend/clarketech
3172a9cebe937d930bf6ab09ed67ee33d232d27c
efe73710c29f7760107dc5912819ea21f48e114a
refs/heads/master
2023-06-30T09:41:52.261668
2021-08-09T02:14:31
2021-08-09T02:14:31
394,119,474
0
0
null
null
null
null
UTF-8
C++
false
false
8,226
h
#pragma once #pragma once #include <cstddef> // 2021-06-02 00:51:49.386962600 UTC namespace hazedumper { namespace netvars { constexpr ::std::ptrdiff_t cs_gamerules_data = 0x0; constexpr ::std::ptrdiff_t m_ArmorValue = 0xB37C; constexpr ::std::ptrdiff_t m_Collision = 0x320; constexpr ::std::ptrdiff_t m_Colli...
[ "buffer@sidekek.ml" ]
buffer@sidekek.ml
a4a1837feb45fc3a9ebbb2c6b61da7cc5924830c
38c833575af2f7731379fe145ba9ca82c4232e73
/Volume1(PCK)/aoj0141_SpiralPattern.cpp
f7c8d50e40b0b52e5bbd8ea0afb7fdc12df1c8d0
[]
no_license
xuelei7/AOJ
b962fad9e814274b4c24ae1e891b37cae5c143f2
81f565ab8b3967a5db838e09f70154bb7a8af507
refs/heads/main
2023-08-26T08:39:46.392711
2021-11-10T14:27:04
2021-11-10T14:27:04
426,647,139
0
0
null
null
null
null
UTF-8
C++
false
false
2,409
cpp
// ぐるぐる模様 // 「ぐるぐる模様」を表示するプログラムを作成することにしました。「ぐるぐる模様」は以下のようなものとします。 // 1 辺の長さが n の場合、n 行 n 列の文字列として表示する。 // 左下隅を基点とし,時計回りに回転する渦状の模様とする。 // 線のある部分は #(半角シャープ)、空白部分は " "(半角空白)で表現する。 // 線と線の間は空白を置く。 // 整数 n を入力とし,1 辺の長さが n の「ぐるぐる模様」を出力するプログラムを作成してください。 // Input // 入力は以下の形式で与えられます。 // d // n1 // n2 // : //...
[ "yuxuelei52@hotmail.com" ]
yuxuelei52@hotmail.com
06421f04ac835acc061e6d4171b9cf43bc40e9e6
5840c895988f9dd3edcbc3942fdc86f4ce6a4856
/examples/LedController/Method.h
4b450ec4c80d3bb239d1150facf946f5ac6c991b
[ "LicenseRef-scancode-other-permissive" ]
permissive
mateoconfeugo/Functor
85cbe656dd4447800af3ee0bbd0dc4d83c7f0730
361029135af78a646465b4ebfdc029455cfc7ea0
refs/heads/master
2021-07-06T07:10:53.721347
2017-10-02T19:46:34
2017-10-02T19:46:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
444
h
// ---------------------------------------------------------------------------- // Method.h // // // Authors: // Peter Polidoro polidorop@janelia.hhmi.org // ---------------------------------------------------------------------------- #ifndef _METHOD_H_ #define _METHOD_H_ #include <Functor.h> class Method { public: ...
[ "peterpolidoro@gmail.com" ]
peterpolidoro@gmail.com
d1bd3359bb1ce9fd0618affe1d92d419f39f4344
2281cb9754250b212752fb7014eee2aeea250299
/Codes/Main/NAANU_V7A/NAANU_V7A_current_A_IIT/algorithm.ino
f6e56ac5cad78366835081b913e0a7b5aed829b2
[]
no_license
riderman10000/Micromouse
f051dc50b6cbb18905adede152618608d95e1b28
28cc2ed23521edf4d634f35c5982894b52f017e9
refs/heads/master
2022-06-28T01:32:57.132879
2020-05-12T15:07:55
2020-05-12T15:07:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,978
ino
#pragma once #include "Node.h" Node node[16][16]; int X = 0, Y = 0; Node testNode; void printNode() { Serial.println(testNode.nodeDetails()); } void printPotential() { for (int i = 0; i < 16; i++) { for (int j = 0; j < 16; j++) { Serial.print("Nodes : "); Serial.print(" X "); Serial.print(i); Serial...
[ "rabin47nepal@gmail.com" ]
rabin47nepal@gmail.com
b76a2af1725fbf1b03353cce16ec549bd562b92e
d3893a2ee04e4752cecbc873b369a8fa7113b70d
/third_party/skia_m63/src/sksl/SkSLHCodeGenerator.cpp
a4a5c9a6ace22f7f547aa492aa52c08a2b8cf4c8
[ "MIT", "BSD-3-Clause" ]
permissive
kniefliu/WindowsSamples
e849137467acdfe5351e8fdd31945c37203be3c5
c841268ef4a0f1c6f89b8e95bf68058ea2548394
refs/heads/master
2021-01-09T10:25:49.744308
2020-08-12T12:37:05
2020-08-12T12:37:05
242,264,984
0
0
null
null
null
null
UTF-8
C++
false
false
12,319
cpp
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkSLHCodeGenerator.h" #include "SkSLUtil.h" #include "ir/SkSLFunctionDeclaration.h" #include "ir/SkSLFunctionDefinition.h" #include "ir/SkSLSection.h" #include "ir/...
[ "liuxiufeng@qiyi.com" ]
liuxiufeng@qiyi.com
33deecf7ef73d6e70b8845f2236dda47749bd71a
6a67e360dc122b6c2f6e454d2e297ec3e6414f20
/car/car.ino
677ba60933ee2c57f6b052c1dcd6de2637711b05
[]
no_license
strangecamelcaselogin/arduino-nrf-rc
9e76e9221bc89350b2e364e3aa9c6a884176335f
7af8e383f40f4aa1507a84decffe62cbc6066f0e
refs/heads/master
2020-03-15T16:27:29.762017
2019-04-06T18:41:42
2019-04-06T18:41:42
132,234,973
0
0
null
null
null
null
UTF-8
C++
false
false
6,259
ino
#include "nRF24L01.h" #include "RF24.h" #include <ServoTimer2.h> #define BAUDRATE 115200 // Radio Commands #define CMD_NONE 1 #define CMD_ACTIVE 2 // Engine mode control params #define FREE 0 #define FORWARD 1 #define BACKWARD 2 #define BRAKE 3 // NRF24 pins #define NRF_CE 3 #define NRF_CS 10 // NRF24 settings #...
[ "strangecamelcaselogin@gmail.com" ]
strangecamelcaselogin@gmail.com
94e5a40e7b8b8660bde02065084c4e9a0d83918f
c3d9f339e725af8c98ac4d891273a3d5581ba0ee
/acelaso.ino/SI1143_pulse_PSO2/SI1143_pulse_PSO2.ino
15d611724a7a0bfb6e6d7b2d3a307334c22b660b
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
mdmckni2/Acelaso_project
6a8e987a0c90178893a17d2380d993fc3ef3b174
ba0d654badf8597e093865dd08d893f12d08cc4a
refs/heads/master
2020-05-07T22:53:12.967713
2015-08-02T19:29:16
2015-08-02T19:29:16
33,674,625
1
1
null
null
null
null
UTF-8
C++
false
false
12,462
ino
/* SI114_pulse_PSO2.ino * A version of SI114_Pulse_Demo.ino with PSO2 sensing added * demo code for the Modern Device SI1143-based pulse sensor * http://moderndevice.com/product/pulse-heartbeat-sensor-pulse-sensor-1x/ * Paul Badger 2013 with plenty of coding help from Jean-Claude Wippler * Hardware setup - please ...
[ "jrhowel2@ncsu.edu" ]
jrhowel2@ncsu.edu
083a3ce256e58815738a99ab49e88b2d409220f6
6467bb08e02e7bb47a59ad7d512926d70da3c5f5
/trunk/themis/common/BasePrefsView.cpp
bdc66d1053080b6b3cb2b1e6114ebe53fb3d7801
[]
no_license
svn2github/Themis
1ed26434317a30c61e751eb9800ea96077b6c73c
20be549491930fe86246ff748c55139201ead7a8
refs/heads/master
2020-12-25T15:28:53.785606
2018-03-12T21:55:53
2018-03-12T21:55:53
61,454,928
0
0
null
null
null
null
UTF-8
C++
false
false
2,034
cpp
/* Copyright (c) 2010 Mark Hellegers. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,...
[ "mark_hellegers@ecaf47ba-bb13-0410-a3b6-899b003a5108" ]
mark_hellegers@ecaf47ba-bb13-0410-a3b6-899b003a5108
63da2698596bb44886c055c75bf198ff2d14d907
e71d40ad4e76272fca4494c6bcc818050d221090
/Blink/Source/modules/webdatabase/SQLResultSet.cpp
ec517a25aa380d50f5967d3019990d2bc8969393
[]
no_license
yuanyan/know-your-chrome
e038e49c160bdf46b28241427e99bf2816fac022
18cace725261122f6903c98bfdcbfa0b370138c3
refs/heads/master
2022-12-29T18:31:42.046729
2013-12-18T11:45:13
2013-12-18T11:45:13
9,907,874
7
7
null
2022-12-18T00:00:55
2013-05-07T08:55:26
C++
UTF-8
C++
false
false
2,568
cpp
/* * Copyright (C) 2007 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
[ "yuanyan.cao@gmail.com" ]
yuanyan.cao@gmail.com
ef746297af9bd0ebc501faedd26388f65b179c1c
4eeea285cfbc6b60f573804182000a0fc819fee3
/include/webcachesim/caches/gd_variants.h
625afbc71b2c7276f55d88c69cd6dbd748bcf01a
[ "BSD-2-Clause" ]
permissive
sunnyszy/lrb
13385277247bc8cc9af3308045a5dd976d05ef5f
9e8b4423383c01c4528deb447f152f0437a37c3a
refs/heads/master
2023-01-23T13:22:54.610943
2023-01-20T15:11:42
2023-01-20T15:11:42
242,271,426
74
28
BSD-2-Clause
2021-09-21T14:51:08
2020-02-22T03:12:53
C++
UTF-8
C++
false
false
6,895
h
#ifndef GD_VARIANTS_H #define GD_VARIANTS_H #include <unordered_map> #include "utils.h" #include <map> #include <queue> #include "cache.h" typedef std::multimap<long double, uint64_t> ValueMapType; typedef ValueMapType::iterator ValueMapIteratorType; typedef std::unordered_map<uint64_t, ValueMapIteratorType> GdCacheM...
[ "sunnyszy@gmail.com" ]
sunnyszy@gmail.com
87aaec32ca4bf76266c401f82443d86fe388de0a
1073f60829eb29bb4ba4f8436046936eb7344212
/MPI-2-C++/contrib/test_suite/bsend.cc
7918012eb07f0082a6224444413cbe992217a9cd
[ "LicenseRef-scancode-notre-dame", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference" ]
permissive
matthiasdiener/mpich
c6f369b5e1cd45ab51e8ee2d7b7319f049e6897f
8c5903e77ee847b4f22cde6f9313ad5f46e68d64
refs/heads/master
2021-05-12T04:32:41.235171
2018-01-11T23:22:17
2018-01-11T23:22:17
117,158,857
0
0
null
null
null
null
UTF-8
C++
false
false
4,692
cc
// Copyright 1997-2000, University of Notre Dame. // Authors: Jeremy G. Siek, Jeffery M. Squyres, Michael P. McNally, and // Andrew Lumsdaine // // This file is part of the Notre Dame C++ bindings for MPI. // // You should have received a copy of the License Agreement for the Notre // Dame C++ bindings for M...
[ "mdiener@illinois.edu" ]
mdiener@illinois.edu
04a488699f699237f0005e34d5a56e6217c79308
5827e701daa0220b58c53cb4eeafbb67d07b3ff8
/Final Project/Game Engine/Controller.cpp
790218a4f6d32f26a422830fc53133db05babcea
[]
no_license
zextrix/SpaceShip-Shooter
8c236667309b0b86e5dfdcaaf354d83ba105eb7e
ff7477a6b65ce791022a907ad14e91703dba654b
refs/heads/master
2020-04-19T09:35:50.674914
2019-01-29T08:48:17
2019-01-29T08:48:17
168,115,716
0
0
null
null
null
null
UTF-8
C++
false
false
4,847
cpp
/*------------------------------------------------------------------ Copyright (C) 2018 DigiPen Institute of Technology. Reproduction or disclosure of this file or its contents without the prior written consent of DigiPen Institute of Technology is prohibited. File Name: Controller Purpose: To implement a controll...
[ "pratyush.gawai@digipen.edu" ]
pratyush.gawai@digipen.edu
8c8d5cea7d4bb62e72e6f9956af1e78b7a929627
2cdedf3648e7e6d03010c6ba4ce3625d1b25aec4
/NDS/mapping/game_play/GameMapProcessor.cpp
029104c8ad1cd62a06b27c534fa353612d841beb
[]
no_license
rara1818/games
7361377396d35b2e9a21b149c0d18abba1614185
a228a78cdbe20e08dc13f3a155e250b75151caa8
refs/heads/master
2021-01-18T01:17:17.368236
2015-04-05T00:18:13
2015-04-05T00:18:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,380
cpp
/* * GameMapProcessor.cpp * * Created on: 07/09/2013 * Author: vitor */ #include "GameMapProcessor.h" #include <assert.h> #include <string.h> #include <assert.h> /* References */ #include "nds/arm9/video.h" #include "nds/arm9/console.h" #include "nds/arm9/input.h" #include "nds/arm9/background.h" /* Game...
[ "vitor.rozsa@hotmail.com" ]
vitor.rozsa@hotmail.com
832f951db95c208e65bcd866b41455d829f127e0
930a3dcf5fe78c782e30ed9cbeea2c29a814f886
/X8servo.cpp
95004dcf46fa314c04cff3c9b6dfe67794375402
[]
no_license
rasheeddo/mbed-X8servo
66bf3a80235b8edd29e041e1c66c619c2a3c1e26
74f3cc2d43f290e0dbab0e7f2b197411a6e3f8aa
refs/heads/master
2020-10-01T17:55:02.883690
2019-12-30T04:51:27
2019-12-30T04:51:27
227,592,209
0
0
null
null
null
null
UTF-8
C++
false
false
11,532
cpp
#include "mbed.h" #include "X8servo.hpp" #include "rtos.h" CAN can1(PB_8,PB_9); // RD then TD (PD_0,PD_1) Serial pc(USBTX, USBRX,115200); X8servo::X8servo(){ can1.frequency(1000000); } void X8servo::Int16ToByteData(unsigned int Data, unsigned char StoreByte[2]){ StoreByte[0] = (Data & 0xFF00) >> 8; StoreByt...
[ "rasheedo.kit@gmail.com" ]
rasheedo.kit@gmail.com
a1dee8a2d1b07340e6a4f2e475dd6afae16bcb4d
3bcc62d2db138b6087072e0978b5e8ca71a0d13f
/PiratesEngine/src/Platform/OpenGl/OpenGLContext.cpp
d04185e89e6dd9b0c9e442d2f6e2d69cefd76945
[ "MIT" ]
permissive
michaelzaki-12/PiratesEngine
4ec7bd6ecec2d0e473f82c52c6fd0d68cc7566f0
69e875eb2d21350c499245316351552bc217cbcb
refs/heads/main
2023-06-16T05:07:47.907954
2021-07-12T23:38:10
2021-07-12T23:38:10
385,247,824
0
0
null
null
null
null
UTF-8
C++
false
false
719
cpp
#include "PEPCH.h" #include "OpenGLContext.h" #include <GLFW/glfw3.h> #include "glad/glad.h" namespace Pirates { OpenGLContext::OpenGLContext(GLFWwindow* windowhandle) : m_WindowHandle(windowhandle) { PR_CORE_ASSERT(m_WindowHandle, "WindowHandle is not assert"); } void OpenGLContext::Init() { PR_PROFILE_FUNCT...
[ "miki44512@gmail.com" ]
miki44512@gmail.com
6a3167e96fabd88d7f40b6f9164a0def79c9efe2
f54f058d973efd641cd65b84715b27eec2a6cba7
/DemoDirectX/FrameWork/GameObjects/Enemies/Guard_1st/Guard1Data.h
6e385adb38afb45accdb322d3a441841bbf77b49
[]
no_license
nganle97/Aladdin
bd9cb355e23b2fb9add8442bd5758b9a5912fa73
1c64eb701525dd751820c586acd0e6eaeb8f7278
refs/heads/master
2020-09-05T17:05:50.553274
2019-11-07T06:16:11
2019-11-07T06:16:11
220,164,396
0
0
null
null
null
null
UTF-8
C++
false
false
178
h
#pragma once //pre define class Guard1State; class Guard1; class Guard1Data { public: Guard1Data(); ~Guard1Data(); Guard1 *guard1; Guard1State *state; protected: };
[ "lephutrongngan@gmail.com" ]
lephutrongngan@gmail.com
94134a0747fd0b485b845e251c9a3a8878c11907
1570b52233e06aa7a3efc5a0260ab7ad69889157
/DaedalicTestAutomationPlugin/Source/DaedalicTestAutomationPlugin/Public/DaeDelayFramesAction.h
8a1ca5ee6789864f48c9745fa66cedcaa948e9ca
[ "MIT" ]
permissive
risooonho/ue4-test-automation
b17881d43e10be9412c3837c330b8465c7638e38
854689824cbb002facbc143e82d2b7124255c11e
refs/heads/master
2022-11-06T21:00:38.157682
2020-05-19T11:35:27
2020-05-19T11:35:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
584
h
#pragma once #include <CoreMinimal.h> #include <LatentActions.h> /** Triggers the output link after the specified number of frames. */ class DAEDALICTESTAUTOMATIONPLUGIN_API FDaeDelayFramesAction : public FPendingLatentAction { public: int32 FramesRemaining; FName ExecutionFunction; int32 OutputLink; ...
[ "dev@npruehs.de" ]
dev@npruehs.de
02f3e7dc91cf34a227dc2eff7fe7790716896787
e83017bd962c2264718b7878458c2b1b5e6c0a06
/NMSELauncher/main.cpp
75a2e1f03e136490ed9d5a23633f068361c14c32
[]
no_license
Raided/NMSExtender
d170282a7a707bd70df2711b7694426220a25f01
303b92cc5422eba6e0779240a18c7acf3ea866fb
refs/heads/master
2020-12-11T04:19:58.674336
2016-08-20T11:36:27
2016-08-20T11:36:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,108
cpp
#include "NMSE_Libs\Hooking.h" #include "NMSE_Libs\Steam.h" #include "NMSE_Libs\VersionControl.h" // Have to give large credit to the F4SE/SKSE/OBSE etc.. crew. This first pre-alpha is VERY LARGELY based off their SE's. #define DEBUG 0 //275850 -- game id int main(int argc, char* argv) { const char* dllName = "NMSE C...
[ "graetgandalf@aol.com" ]
graetgandalf@aol.com
515c54eb358cd20bc8337665396c4e763ed98845
d814c03e642ef1f081285f0d2e94f1e213dfc7c2
/partners_api/partners_api_tests/viator_tests.cpp
ffd1fb53931402c1c346bfaa7aa8e9a752720223
[ "Apache-2.0" ]
permissive
hatimmakki/omim
b39ad2737d9c8f32f0ed4c8ee9ce2193ca51ae7c
60bcecc07be59bf1920c1164a15a3f4da51c0a42
refs/heads/master
2021-01-21T23:09:17.950900
2017-06-22T16:39:03
2017-06-22T16:45:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,353
cpp
#include "testing/testing.hpp" #include "partners_api/viator_api.hpp" #include <algorithm> #include <random> #include <sstream> #include <vector> #include "3party/jansson/myjansson.hpp" namespace { UNIT_TEST(Viator_GetTopProducts) { string result; viator::RawApi::GetTopProducts("684", "USD", 5, result); TEST...
[ "milcars@mapswithme.com" ]
milcars@mapswithme.com
b92aeef92e27c1d154a328759931558352965149
f732cf220b6976aafb8bde460174bfa41f68267b
/Base/base_version.cpp
dc5cdb69be313f23bba8a6bd28a81356efec7d65
[]
no_license
WorkerBeesTeam/Helpz
5195ddd780053efcca28d348c0e01604628a5a7b
4f916bb8836d5c4472e5c4f389d80048ddd9b5e0
refs/heads/master
2021-10-15T13:26:40.350238
2020-08-17T17:38:36
2020-08-17T17:38:36
147,148,813
0
0
null
2019-11-21T05:27:34
2018-09-03T03:51:13
C++
UTF-8
C++
false
false
307
cpp
#include "base_version.h" #define STR(x) #x namespace Helpz { namespace Base { quint8 ver_major() { return VER_MJ; } quint8 ver_minor() { return VER_MN; } int ver_build() { return VER_B; } QString ver_str() { return STR(VER_MJ) "." STR(VER_MN) "." STR(VER_B); } } // namespace Base } // namespace Helpz
[ "kirill@zimnikov.ru" ]
kirill@zimnikov.ru
47d00529fa21831ffd2963541fc77da8acc04054
37b9c5651016dd0afd7009542dfd21f7f7abd5ef
/loan.cc
2afaec1c3729d9d7210230a7429641921b96f205
[]
no_license
tbchhetri/cppProjects
9b824a83a455f16c5caaef0bf2dbc65a5d295f89
f2b534c39dfd4666b8ddba21057dd9123e822b57
refs/heads/master
2023-04-03T12:03:32.437333
2021-04-13T01:05:59
2021-04-13T01:05:59
357,378,035
0
0
null
null
null
null
UTF-8
C++
false
false
773
cc
#include <iostream> #include <cmath> #include <iomanip> // Used for sigfig using namespace std; int main () { // step 0: variables int n; //number of payments double r, //interest rate apr, //annual interest rate pv, //principal rate pmt; //payment per period // step 1: inpput values for pv, r and...
[ "saagarchhetri02@gmail.com" ]
saagarchhetri02@gmail.com
cb3b80c0a62b0466645c97a9ed2527cc43943436
58a0ba5ee99ec7a0bba36748ba96a557eb798023
/Olympiad Solutions/URI/2461.cpp
5fb46133303b4905b7701f365df18179240fd8bf
[ "MIT" ]
permissive
adityanjr/code-DS-ALGO
5bdd503fb5f70d459c8e9b8e58690f9da159dd53
1c104c33d2f56fe671d586b702528a559925f875
refs/heads/master
2022-10-22T21:22:09.640237
2022-10-18T15:38:46
2022-10-18T15:38:46
217,567,198
40
54
MIT
2022-10-18T15:38:47
2019-10-25T15:50:28
C++
UTF-8
C++
false
false
748
cpp
// Ivan Carvalho // Solution to https://www.urionlinejudge.com.br/judge/problems/view/2461 #include <cstdio> #include <set> using namespace std; int main(){ set<int> conjuntoa,conjuntob; set<int>::iterator it; int a,b; scanf("%d %d",&a,&b); for(int i=0;i<a;i++){ int davez; scanf("%d",&davez); conjuntoa.inser...
[ "samant04aditya@gmail.com" ]
samant04aditya@gmail.com
2f37329f723a673b135a1eb2f690b96166c5ad18
35df86a47ae92bf748c7fc1d6bb6ee21de8d11e9
/hw5/hw5q5.h
641ae222e723d568cf2c662138de52c429a51361
[]
no_license
dhdan97/csc-21200
920319a0dc0e166273b7445caf359a10cd7dfd92
d2de266f7012bfa2b57f0429662a3167cb251dbf
refs/heads/master
2020-04-19T13:42:19.958139
2019-08-20T18:57:37
2019-08-20T18:57:37
168,224,110
0
1
null
null
null
null
UTF-8
C++
false
false
1,115
h
#ifndef __HEAP_H__ #define __HEAP_H__ // Previous two lines are the start of the marco guard // CSc 21200 - Spring 2019 // Homework 5 header file // Try not to change this file #include <iostream> #include <cstdlib> #include <cassert> #include <climits> #include <cmath> using namespace std; template <class Item> c...
[ "dhdan97@gmail.com" ]
dhdan97@gmail.com
d56621133fe5e34bc24db4b5a810c5e675ca3fa6
087c5da0807c2757cb1e677ce73d6d51c22dd96d
/Tools/graphchi-cpp-master/src/engine/graphchi_engine.hpp
682e35a1cb943996b09a08530d023c0101601af5
[ "Apache-2.0" ]
permissive
prateekmehta/SocialLDA
606449c083a3b4a3dbadad106179a092e61bc8e2
c8c0c00479992078d07826f6efd432f2930e5fd1
refs/heads/master
2020-05-19T15:37:26.003793
2014-04-17T21:47:30
2014-04-17T21:47:30
18,464,333
1
1
null
null
null
null
UTF-8
C++
false
false
48,809
hpp
/** * @file * @author Aapo Kyrola <akyrola@cs.cmu.edu> * @version 1.0 * * @section LICENSE * * Copyright [2012] [Aapo Kyrola, Guy Blelloch, Carlos Guestrin / Carnegie Mellon University] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with ...
[ "er.prateekmehta@gmail.com" ]
er.prateekmehta@gmail.com
a954b72129c0ccbb6a32eb3e5c85f0b91f0a9100
4c7a4655875b8f73f6c0ee7f0f9c88b21e5b107e
/nall/string/markup/node.hpp
77822373dcaab28f4f799e381ed1b6d914f4757e
[ "ISC" ]
permissive
juvenal/gcmtools
9f2b30521c732e1eb483bdfe6674c2a75e9f0af8
15f54f5e2ebc042c43258ddcc8435dd83cd80d70
refs/heads/master
2020-06-04T23:33:18.563013
2014-07-29T22:41:10
2014-07-29T22:41:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,117
hpp
#ifdef NALL_STRING_INTERNAL_HPP //note: specific markups inherit from Markup::Node //vector<Node> will slice any data; so derived nodes must not contain data nor virtual functions //vector<Node*> would incur a large performance penalty and greatly increased complexity namespace nall { namespace Markup { struct Node ...
[ "johnwchadwick@gmail.com" ]
johnwchadwick@gmail.com
5482e1eb50f9168587475b580cd013d289b550fd
1ec2a65236d658327324975c74df59c16f6da157
/doc/code/2-4.cpp
892a6ee13056cabc79eece0df5cb0f90b343edbd
[]
no_license
realcomputation/DOUBLESTAR
c9eefb21f3a258f0dfd08abed0cecc87c848f459
db566aa8a3458c787695563949b361a7dc9ddc38
refs/heads/master
2022-09-13T15:23:17.900119
2020-06-01T06:26:24
2020-06-01T06:26:24
216,155,259
0
0
null
null
null
null
UTF-8
C++
false
false
3,125
cpp
#include "iRRAM.h" #include <vector> #include <string> #include <qd/qd_real.h> #include <chrono> using namespace iRRAM; using std::string; using std::vector; using std::to_string; using std::chrono::nanoseconds; using std::chrono::duration_cast; using std::chrono::high_resolution_clock; void compute(){ fpu_fix_s...
[ "40803236+molehair@users.noreply.github.com" ]
40803236+molehair@users.noreply.github.com
f9d555d6bf366ef8d9a1b318fed71dc2b41e760f
656dd58a6662eeedc467e84911d4ccbe102e3c18
/Sub.cpp
7e8b00da9e1244cf3fdaa8ebdc332714dde6dfa2
[]
no_license
vamprier/Factory
26ca16d339a123ee5af5546a14cdadbe61083378
2d26823797d468b7b0e7911e430c0821922ba1e8
refs/heads/master
2021-01-10T02:09:15.071140
2016-04-11T01:24:56
2016-04-11T01:24:56
55,932,216
0
0
null
null
null
null
UTF-8
C++
false
false
139
cpp
#include "Sub.h" Sub::Sub(float a,float b):Operation(a,b) { } Sub::~Sub(void) { } float Sub::GetResult() { return numberA-numberB; }
[ "zj855810@163.com" ]
zj855810@163.com
5afcd62a08ae05970e1052c6218948d49af2f9d7
05d51e21772b25acda1a9025e358f98706e476f4
/AtCoder/AtCoder035-AGC-D.cpp
34449663ba3651c15dcfa1f9d2ae6661ef04494b
[]
no_license
taow-com-prog/problemsolving
f26cc32d957b22543ef72cbe7865d2ca52cfdfee
cfcfd6c8fc57c47d143596c773db54d974eb4487
refs/heads/master
2020-06-18T13:01:50.839446
2020-01-21T20:16:04
2020-01-21T20:16:04
196,310,715
0
0
null
null
null
null
UTF-8
C++
false
false
2,411
cpp
#pragma GCC optimize("Ofast") #pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,tune=native") #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; const int inf_int = 1e9 + 100; const ll inf_ll = 1e18; typedef pair<int, int> pii; typedef pair<ll, ll> pll;...
[ "xildar98@mail.ru" ]
xildar98@mail.ru
39bbbdbca13621923ad90876150b0b5950fa5077
672f7f03865183660b4f433f7799b4c488768772
/FantasyFightingGame/Source.cpp
137eb80985c149a0fe52d52e0610b92154f9d605
[]
no_license
Austin-Chandler/FantasyFightingGame
8917e89daeccd7df4ac516e82a5c4da07b83438b
2d42d846c7635fe50b8e233d0450cd48fbfe94df
refs/heads/master
2022-04-17T11:43:04.524922
2020-04-20T03:27:58
2020-04-20T03:27:58
254,797,915
0
0
null
null
null
null
UTF-8
C++
false
false
193
cpp
// Austin Chandler // This is my own work // Fantasy Fighting Game #include <iostream> #include "Game.h" using namespace std; int main() { Game SannhetsLegacy; SannhetsLegacy.playGame(); }
[ "agcmint@gmail.com" ]
agcmint@gmail.com
b3fce1f9ee4a0d254160b13f4704ffae29d21e7b
2e5c7683142042f86e0380a3cac0ef5adcb61d3d
/source/ev3way2/unit/sequence/ISequence.cpp
a2d749078b04d9d542c450c9990f6eaf291739eb
[]
no_license
kuromido/ET_RoboCon_2017
15d975d54ce60fdbff0a62fbc18b2190200df727
cd154bec4b448d4242a29aade1e6a659d5c61428
refs/heads/master
2019-08-05T01:36:21.784159
2017-09-19T13:29:28
2017-09-19T13:29:28
83,324,557
0
0
null
2017-02-27T15:18:47
2017-02-27T15:18:47
null
UTF-8
C++
false
false
125
cpp
#include "ISequence.h" namespace unit { ISequence::ISequence() { } ISequence::~ISequence() { } } // namespace unit
[ "kuromido@users.noreply.github.com" ]
kuromido@users.noreply.github.com
a92df1831fd40331ea7c6d864209154cac8d0ec5
c1c7429a531ad8869eeba07d0e7b9e6a2af56d61
/LineTracking.h
626963df2f0874a8952962bd31c189a81d6dfc0d
[]
no_license
orcilano/LineSLAM-1
e4d593fbb7d74640aa43a811ed56eebd9fa6e95f
4a5d429b14039f1c34cef5d0ce23b3503e0fedec
refs/heads/master
2021-12-12T13:22:17.663456
2016-10-09T01:41:54
2016-10-09T01:41:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,314
h
#ifndef _LINETRACKING_H_ #define _LINETRACKING_H_ #include <opencv2/opencv.hpp> #include <opencv2/line_descriptor.hpp> #include "opencv2/core/utility.hpp" #include <opencv2/imgproc.hpp> #include <opencv2/features2d.hpp> #include <opencv2/highgui.hpp> #include <thread> #include <iostream> #include "Timer.h" #include "D...
[ "weixinyutongzhi@gmail.com" ]
weixinyutongzhi@gmail.com
364533ad9765225a982fa7375be62c10cac2afe7
1ae40287c5705f341886bbb5cc9e9e9cfba073f7
/Osmium/SDK/FN_BGA_SuperShielder_Shield_classes.hpp
dd20658c66fec8cc500fe864bd89d2884e8c0b25
[]
no_license
NeoniteDev/Osmium
183094adee1e8fdb0d6cbf86be8f98c3e18ce7c0
aec854e60beca3c6804f18f21b6a0a0549e8fbf6
refs/heads/master
2023-07-05T16:40:30.662392
2023-06-28T23:17:42
2023-06-28T23:17:42
340,056,499
14
8
null
null
null
null
UTF-8
C++
false
false
3,143
hpp
#pragma once // Fortnite (4.5-CL-4159770) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass BGA_SuperShie...
[ "kareemolim@gmail.com" ]
kareemolim@gmail.com
14aff254154af7d82e136fa36486b2da353fc2f7
48a9d509e6cdec0c946f0cf0fcdceb7ef06a5121
/CloudCompare/libs/qCC_glWindow/ccGuiParameters.h
e90f7b6cf4760877d6e6acf834a57b835a2eb4d9
[]
no_license
ilcamf/CloudCompare-Qt
3bc0495019e4d2e4f091a24bb99c55ee70e16ebd
932df7b8daaa5e0db1ef658ecdc7dd2a26750da3
refs/heads/master
2020-03-26T11:09:17.914508
2018-08-08T17:59:26
2018-08-08T17:59:26
144,830,534
1
0
null
2018-08-15T09:01:49
2018-08-15T09:01:48
null
UTF-8
C++
false
false
4,651
h
//########################################################################## //# # //# CLOUDCOMPARE # //# # //# This pr...
[ "huihut@outlook.com" ]
huihut@outlook.com
4a261d3d5a37c043dc71f968dd2e70945aa7893a
6fc8ce3b7435694acfac95ef26cd457869fc3cbb
/codeeval/moderate/suggest-groups.cpp
64ad3798c04cffcb4e62852bc0fd141359860446
[]
no_license
ivan-filonov/online-challenges
4089d6774a603ffcca530f5be3beb77007e5b15f
3153830fc83730483edfde1bfb894e6dcd1f2fbf
refs/heads/master
2023-05-11T22:36:54.393386
2023-04-27T15:42:01
2023-04-30T18:32:15
30,825,887
0
0
null
null
null
null
UTF-8
C++
false
false
5,238
cpp
/* * Common base C++ source for codeeval solutions. * */ #include <algorithm> #include <fstream> #include <iomanip> #include <iostream> #include <iterator> #include <map> #include <memory> #include <set> #include <sstream> #include <string> #include <vector> void test(); void process_file(char*); int main(int argc, ...
[ "ivan.filonov@gmail.com" ]
ivan.filonov@gmail.com
0fa6b94f1765ba64ff551ed53d64b70a2557319c
6e47e4637a3f7245714f241fd74883f79af3afb8
/Secro/Secro/source/secro/framework/player/PlayerAttributes.h
a1d6058ab36e9d9ab15e8d596e3355ecd73084da
[]
no_license
LagMeester4000/secro
c359d5113236e4967288b5582a76b603f16506d5
0896ce8e86af66207a5724fe1af7e09c9538910c
refs/heads/master
2020-04-19T07:36:43.849720
2020-01-24T11:45:18
2020-01-24T11:45:18
168,052,698
2
0
null
null
null
null
UTF-8
C++
false
false
1,929
h
#pragma once #include <cereal/cereal.hpp> #include <secro/framework/math/Curve.h> namespace secro { enum class PlaterAttributesVersion { First, }; struct PlayerAttributes { //air float fallSpeed; float airAcceleration; float airDeceleration; float airMaxSpeed; float fastfallSpeed; //airdodge ...
[ "lagmeester4000@gmail.com" ]
lagmeester4000@gmail.com
f6240428860a57250016d7ae9780643de19c8c36
47db2b092319ef72c3ae888ec6d60a00b1eb91a0
/Src/ZipConverter.cpp
0b41453848c779603760715bfe915ac395e6ef3b
[ "MIT" ]
permissive
Remag/ReversedLibrary
2b42c4acc216f2f062b8d16726d4f785dcba7d8b
b206f3d1e6feea6aca1f49edf4ee2266005c61d0
refs/heads/master
2023-03-11T15:53:07.085315
2023-02-27T01:13:52
2023-02-27T01:13:52
183,803,565
0
0
null
null
null
null
UTF-8
C++
false
false
3,282
cpp
#include <ZipConverter.h> #ifndef RELIB_NO_ZLIB #include <zlib\zlib.h> #include <ArrayBuffer.h> #include <Array.h> #include <Errors.h> #include <StaticAllocators.h> namespace Relib { ////////////////////////////////////////////////////////////////////////// const int minWriteChunk = 64 * 1024; con...
[ "remag91@gmail.com" ]
remag91@gmail.com
7b7b760daed9743cc415de0b56bddf6b9cf46e49
3f3840bf7d0dd4b768b35fccbb30954ac37a8208
/3_Implementation/src/List.cpp
7606628be0ae5f96f4ae80bd2782923139bc756c
[]
no_license
git170060024/MiniProject_OOPS
a6f854e5a1e74c0ce301c81708c5bb74adb80339
d6e97e4c073099ac3829d9e6a0855e1a83322d05
refs/heads/main
2023-07-20T11:49:35.658951
2021-09-04T10:32:05
2021-09-04T10:32:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,790
cpp
#include "shoppingcart.h" #include<iostream> using std::cout; using std::endl; //default constructor dynamically allocates a 4 element Item array //that can be resized. It is filled with default Items bool operator==(Item &a, Item &b) { if(a.getName() == b.getName()) return true; else return false...
[ "mohammedferoz17@gmail.com" ]
mohammedferoz17@gmail.com
5fb608ecd4775613b6334fa8043020d0d5f99b8c
27ebd7f3cf3bd1d483f8a1d27c3575c720f642e5
/Think_in_C++/code/C21/Compose2.cpp
5aa8e3b4fbaf826b712955101b7706a4b327f10b
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
walte/resourcerepo
a6ad55e907c72811b7aec82be7bfd5c58edecf5c
b8450232a098077965e76eb7134eca894b0a38c6
refs/heads/master
2016-09-06T05:35:18.599888
2013-11-22T06:43:35
2013-11-22T06:43:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
900
cpp
//: C21:Compose2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Using the SGI STL compose2() function #include "copy_if.h" #include <algorithm> #include <vector> #include <iostream> #include <function...
[ "walther.zhao@gmail.com" ]
walther.zhao@gmail.com