blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
df1799864fb9041db742f23859f4d6ded6a5a407
346c0cc2f8244605b7276803cdcddb939fc6b63a
/extlibs/boost-1.65.1/include/boost/geometry/algorithms/area.hpp
18aea240361f403f98edf1e1bec4a606e2d4b578
[ "MIT" ]
permissive
aiwc/test_world
4beb6a20e19fa1e31a0070a4686def6a2084744d
37312a93a5a9d4ba19b0fa1ec1db03a80efca111
refs/heads/master
2021-06-15T18:22:34.630709
2019-08-06T08:03:10
2019-08-06T08:03:10
108,369,014
13
17
MIT
2019-08-08T09:44:07
2017-10-26T06:09:39
C++
UTF-8
C++
false
false
9,747
hpp
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. // This file was modified by Oracle on 2017. // Modifications copyright (c) 2017 ...
[ "kukyakya@gmail.com" ]
kukyakya@gmail.com
055176180fc0e86627154a0d3bee2132a9ddc9b1
383e8448adbb6aff2111b2661d79a6915861bb76
/NTPJ/client.cpp
6130317aebb89bc94b19cf6384474223cd06914d
[ "MIT" ]
permissive
jlucete/NTPJ
6f79ac5306a558fc817b04480624ea19db41c2bb
7ba7398812d78fe07bce589ced53274c0f806a8e
refs/heads/master
2021-01-18T03:41:55.491491
2017-03-25T16:22:09
2017-03-25T16:22:09
85,797,038
0
0
null
null
null
null
UTF-8
C++
false
false
3,790
cpp
/* client.c -- a stream socket client demo */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <netdb.h> #include <sys/types.h> #include <netinet/in.h> #include <sys/socket.h> #include <time.h> #include <arpa/inet.h> #define MAXDATASIZE 10 // max number o...
[ "jlucete@kaist.ac.kr" ]
jlucete@kaist.ac.kr
561a3664eea6cb7052bc04caf41a3ff5cab48c71
494629c5aef0b284ae75aa0ce57a0b0255a33290
/src/plugins/CorePlugin/core.cpp
d8d42f70e5cb11dfdaf9b5d8dcbcdb2e52dc54df
[]
no_license
cctvbtx/qtalker
9b81648d6252851f0a924685aa9d251597346f20
3aceb5d03fc40be069511959b359c2308ef0f656
refs/heads/master
2021-06-01T06:56:50.278167
2011-01-16T03:02:31
2011-01-16T03:02:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
928
cpp
#include "core.h" #include "uniqueidmanager.h" #include "ActionManager/actionmanager.h" #include "widgetfactory.h" using namespace CorePlugin; Core *Core::m_instance = 0; Core::Core(QObject *parent) : QObject(parent) { } Core* Core::instance() { return m_instance; } bool Core::init(const QStringList...
[ "reyoung@126.com@a30f7099-0f1c-977c-82b7-a2b34129996d" ]
reyoung@126.com@a30f7099-0f1c-977c-82b7-a2b34129996d
a723160668c711098f5d87abc60110f40fc24648
cd8d8d4c78280c9d0158167856f60bef61f285d1
/dbms/src/Common/TraceCollector.cpp
293e4c38e97e71c4b42d220f321f656e891ad260
[ "Apache-2.0" ]
permissive
DaisyFlower/ClickHouse
df81b5c88c823bec7ca5d615d2468e20c101aa20
bb16ffaadc6e4ed7778c2cef3272370d5a1e0d73
refs/heads/master
2020-06-24T00:47:48.989994
2019-07-29T06:35:08
2019-07-29T06:35:08
198,796,129
0
0
null
2019-07-25T09:02:12
2019-07-25T09:02:11
null
UTF-8
C++
false
false
2,566
cpp
#include "TraceCollector.h" #include <Core/Field.h> #include <Poco/Logger.h> #include <common/Pipe.h> #include <common/StackTrace.h> #include <common/logger_useful.h> #include <IO/ReadHelpers.h> #include <IO/ReadBufferFromFileDescriptor.h> #include <IO/WriteHelpers.h> #include <IO/WriteBufferFromFileDescriptor.h> #inc...
[ "nikita.lapkov@gmail.com" ]
nikita.lapkov@gmail.com
7686d61a00b0a4c62700d0c8fcab425fd3fa0b3b
1be61f7f571d3b299e7120f526919b2f53b25906
/clc/os/Clock.cpp
85ac788317036c37b2a98346194981f5572c1514
[ "MIT" ]
permissive
ikarus9999/OcherBook
781e56e89691ff08ecd7fefa0d834dd0e52830e0
cec17ebc3a2d0b2ad3dde3ebad1b4ae802960647
refs/heads/master
2021-01-25T00:28:50.532929
2012-08-28T19:07:38
2012-08-28T19:07:38
4,875,864
1
0
null
2012-08-28T19:07:40
2012-07-03T18:35:54
C++
UTF-8
C++
false
false
3,204
cpp
#if defined(__BEOS__) || defined(__HAIKU__) #include <kernel/OS.h> #else #if defined(__MACH__) #include <mach/mach_time.h> #else #define __USE_POSIX199309 #include <time.h> #endif #include <sys/time.h> #endif #include "clc/os/Clock.h" #include "clc/support/Debug.h" #include "clc/support/Intrinsics.h" #ifndef SINGLE_TH...
[ "clc@alum.mit.edu" ]
clc@alum.mit.edu
11b1041da4c83f1a5c3a3a14c22fa74c578c96b8
43dcff80ec62fcf07e87aed646a79a5d626107d9
/WorkerThread.h
80102d4fb185eb1712cff2505e82dfe61b83ee38
[ "Apache-2.0" ]
permissive
krnlyng/vendor-sony-oss-fingerprint
19fbdec4e3b1f753fa7b82961f4a9bd183647abc
43483646abcf8a0d4db5d1a8131611d0d0a16fcb
refs/heads/master
2020-07-12T01:05:08.976676
2019-07-15T06:23:41
2019-07-15T06:23:41
204,680,641
0
0
null
2019-08-27T13:38:07
2019-08-27T10:38:06
null
UTF-8
C++
false
false
909
h
#pragma once #include <sys/eventfd.h> #include <thread> enum class AsyncState : eventfd_t { Idle = 0, Cancel, Authenticate, Enroll, Stop, }; enum class WakeupReason { Timeout, Event, Finger, // Hardware }; struct WorkHandler { virtual void AuthenticateAsync() = 0; virtual vo...
[ "marijns95@gmail.com" ]
marijns95@gmail.com
7f25ea8faab6b071ef9dab6b56416a823e2ffd7b
adbc979313cbc1f0d42c79ac4206d42a8adb3234
/Source Code/李沿橙 2017-10-1/competition/source/张能/stack.cpp
ad85c38b421dec2dd5e2324a8c9b6ae8e4327308
[]
no_license
UnnamedOrange/Contests
a7982c21e575d1342d28c57681a3c98f8afda6c0
d593d56921d2cde0c473b3abedb419bef4cf3ba4
refs/heads/master
2018-10-22T02:26:51.952067
2018-07-21T09:32:29
2018-07-21T09:32:29
112,301,400
1
0
null
null
null
null
UTF-8
C++
false
false
416
cpp
#include<iostream> #include<cstdio> #include<cmath> #include<cstring> using namespace std; int a[1001][1001]; int main() { freopen("stack.in","r",stdin); freopen("stack.out","w",stdout); long long n,m; cin>>n; a[1][1]=1; for(int i=2;i<=n;i++) { m=0; for(int j=i;j>=2;j--) { m+=(a[i-1][j-1])%700000; a[i][j]...
[ "lycheng1215@sina.com" ]
lycheng1215@sina.com
060dff5e58c113c470181f815ca80b6a5a379192
d267b64fe24ee2d48a863a4f18bf3c0a3772d45a
/src/common/Honey/Chrono/TimePoint.h
60b45a710dd372aa5ba69a648242f4bc5db6344d
[ "CC0-1.0", "ISC", "BSL-1.0" ]
permissive
jogster/Honeycomb
12611408db93f4846f310bcf28bafbe6e5002479
9b7066529444cdd85d3e3467b02b72eea651853d
refs/heads/master
2021-05-29T16:40:42.999155
2015-11-03T07:47:25
2015-11-03T07:47:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,377
h
// Honeycomb, Copyright (C) 2015 NewGamePlus Inc. Distributed under the Boost Software License v1.0. #pragma once #include "Honey/Chrono/Duration.h" namespace honey { /// TimePoint represented by a duration since a clock's epoch time template<class Clock_, class Dur = typename Clock_::Duration> class Time...
[ "carterd@gmail.com" ]
carterd@gmail.com
5098be3b2f276479c3c5dfcf9ae1ddda34861a49
9ee60e14baf2d1facb77546acb4168acaab55f9e
/Comparator.h
2e9f48e1d4408afcc4b98669b0f648a19b577649
[]
no_license
aesmeral/Project4_Airports
a80923f6e9a89cf724d9038814dcf75a5e1d626d
abbbc8f55c58f944679dd230a2f8a0a5a7003dd9
refs/heads/master
2020-04-01T22:04:45.793046
2018-10-18T21:49:18
2018-10-18T21:49:18
153,690,467
1
0
null
null
null
null
UTF-8
C++
false
false
171
h
#pragma once #include "DataTypes.h" class LeftRight { public: bool operator()(const FlightElement& p, const FlightElement &q) { return p.cost > q.cost; } };
[ "aresmeralda95@gmail.com" ]
aresmeralda95@gmail.com
d1734b508b892bdd327ce35647d6dfd3a0e7252f
3ea0034ea13229225e06b8ddd0706559ae3b1b37
/source/projects/App_Steering/FormationsSteeringBehaviour.cpp
d0eecc8a3d2c950268b1b14b16622b0a126c66de
[]
no_license
IanDuforet/FlockFormations-DuforetIan
03e3ea6c95e02169ec0b71d1fca8242b6c785e8c
3c3f73b5f7124d395202894fac09ce1250a02ffe
refs/heads/master
2023-02-19T05:24:03.194525
2021-01-14T14:48:47
2021-01-14T14:48:47
329,424,777
0
0
null
null
null
null
UTF-8
C++
false
false
428
cpp
#include "stdafx.h" #include "FormationsSteeringBehaviour.h" #include "SteeringAgent.h" //************************* //VELOCITY MATCH (FLOCKING) FormationAlignment::FormationAlignment(SteeringAgent* leader) : m_pLeader(leader) { } SteeringOutput FormationAlignment::CalculateSteering(float deltaT, SteeringAgent* pAgent)...
[ "ian.duforet@gmail.com" ]
ian.duforet@gmail.com
0210d38b80d8ac87f325e8938440666979b3d9df
727c574f0b5d84ae485b852ccf318063cc51772e
/ZOJ/ACM answer/ZJU Online Judge/Before2004.4.1/ZJU_1672.CPP
86eecaf0e3c429d848c2d0021939ee5fa0571fa8
[]
no_license
cowtony/ACM
36cf2202e3878a3dac1f15265ba8f902f9f67ac8
307707b2b2a37c58bc2632ef872dfccdee3264ce
refs/heads/master
2023-09-01T01:21:28.777542
2023-08-04T03:10:23
2023-08-04T03:10:23
245,681,952
7
3
null
null
null
null
UTF-8
C++
false
false
1,812
cpp
#include <stdio.h> #include <string.h> int Len , keylen; char buf[1000001]; char* pointor; char key[60] , dust[10]; bool Iskey[256]; int app[256]; inline int Calcmin(){ int ret = Len + 1; for(int i=0; i<keylen; i++) if(app[key[i]] < ret) ret = app[key[i]]; return ret; } void solve(){ memset(app , 0 , sizeof(a...
[ "cowtony@163.com" ]
cowtony@163.com
9f871fff19308499647f6f8a09f3a3969022a2f7
6c4e9605f728133bc4453be1ba453c84c789c190
/MemoryCommando/Exceptions/VirtualQueryException.h
bd706fcf0f33839fe59fef42258ecdb951522107
[]
no_license
KulaGGin/MemoryCommandoCPP
c266bb901e2f859a501bbb5a09e53487ddf66d6e
c3c4d3bc451f8694314f23a316fa35f35fbdb5d1
refs/heads/master
2023-07-27T16:06:01.385638
2021-08-26T14:08:29
2021-08-26T14:08:29
274,852,093
0
0
null
null
null
null
UTF-8
C++
false
false
297
h
#pragma once #include "WinAPIException.h" namespace MemoryCommando::Exceptions { class VirtualQueryException : public WinAPIException { public: VirtualQueryException(const std::string& errorMessage, DWORD lastError, uintptr_t address); const uintptr_t Address; }; }
[ "sergeant.coolagin@gmail.com" ]
sergeant.coolagin@gmail.com
c3b2202dd7a125d6acaaeab61301ce922a4613a6
8884ea5469cdaa3d0b675d0526eeb6bf71ebd77e
/MovieRentalShopManagSystem/Rental.h
678a5ca44f2ddfd41db843b366a6df1198e35db5
[]
no_license
tianheng1500358686/MovieRentalShopManagSystem
e2c39f55adb00a2cef1f2b7e267937e4078f8400
7015a607e1b870513d5cc6ab198dba555672011e
refs/heads/master
2022-07-03T21:21:26.606727
2020-05-18T15:07:50
2020-05-18T15:07:50
261,655,282
0
0
null
null
null
null
GB18030
C++
false
false
495
h
/* 租赁类 作者:田老师 微信公众号 『跟田老师学C++』 知识星球『C++/Qt』地址: https://t.zsxq.com/QVVfUVr 注:请尊重原作者劳动成果,仅供学习使用,请勿盗用,违者必究! */ #pragma once #include "Movie.h" class Rental { public: Rental(Movie movie, int daysRented); ~Rental(); Movie getMovie() const; int getDaysRented() const; double getCharge(); int getFrequentRenterPo...
[ "tianheng@flyyou.me" ]
tianheng@flyyou.me
aa4c71357973743fa06122e72787662c2cb91260
770ad086223173dda59ae4388b19a434ac5a4abc
/src/beginner_tutorials/src/vel_ctrl.cpp
b71ccb0bda0e034581fe03ab4cdf9fe492d7e307
[]
no_license
mavro10600/catkin_ws
5ba462885e282ccd1ebc63b54b27fbdc21456721
2799b0e5f9c773d8a46fdccf86fede6593394b98
refs/heads/master
2020-03-25T15:59:03.136895
2018-10-25T01:17:05
2018-10-25T01:17:05
143,909,742
0
0
null
2018-12-03T17:29:59
2018-08-07T18:04:52
C++
UTF-8
C++
false
false
8,352
cpp
#include "ros/ros.h" #include "std_msgs/String.h" #include "std_msgs/Int64.h" #include "std_msgs/Int16.h" #include "std_msgs/Float32.h" #include <math.h> #include <ros/console.h> #include <string> #include <iostream> class PID_control { public: PID_control(); std::string node_name; void spin(); private: ...
[ "maurofimec@gmail.com" ]
maurofimec@gmail.com
43292d493264decf9e63f8a47ee3cee0edeb74f2
e952bf3211fd8e0c65d2733cc0b6384ea3223383
/cbits/coin/ClpDynamicExampleMatrix.cpp
047d29e1bb9204cab2f025e135efafac72489756
[ "MIT" ]
permissive
amosr/limp-cbc
fc63d8c8d80ec4df9bd9869296d928b03d059c26
3d6b9c580c529c0a7151aa7c758305bdf626f0af
refs/heads/master
2021-01-18T20:20:10.387625
2020-02-01T22:02:33
2020-02-01T22:02:33
23,314,469
8
4
MIT
2020-02-01T21:43:26
2014-08-25T13:24:05
C++
UTF-8
C++
false
false
29,511
cpp
/* $Id: ClpDynamicExampleMatrix.cpp 1941 2013-04-10 16:52:27Z stefan $ */ // Copyright (C) 2004, International Business Machines // Corporation and others. All Rights Reserved. // This code is licensed under the terms of the Eclipse Public License (EPL). #include <cstdio> #include "CoinPragma.hpp" #include "CoinInde...
[ "jacob@stanley.io" ]
jacob@stanley.io
65b6fdd1a5539e55884f3170fb75c386ed48f98e
addb5da19001e5e98ed7ba6a2cf88e522bce55e3
/ml_metadata/metadata_store/metadata_store_factory_test.cc
37b784cde1217c7c08d427067f048a650d561afb
[ "Apache-2.0" ]
permissive
htahir1/ml-metadata
f9ad5b38daa8f1b185c1b9b8d5230c444b85004b
9d76a4ba515a21f68273a3734b1d06572aea9802
refs/heads/master
2020-08-07T08:08:08.708335
2019-10-07T12:24:40
2019-10-07T12:24:40
213,360,832
0
0
Apache-2.0
2019-10-07T11:02:55
2019-10-07T11:02:54
null
UTF-8
C++
false
false
2,652
cc
/* Copyright 2019 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dis...
[ "martinz@google.com" ]
martinz@google.com
75311047a80d8cf3569c217b6a10fdc7c3e0a581
9f63b75a1ac13e181ca99d558580e3527a45c0c6
/16.GRAPHS/13.MST_Prims_Algo_adj_matrix.cpp
3271618775312f510cd51dd0c4e5b85287c3b915
[]
no_license
smritipradhan/Datastructure
3934cfb27406d84b6840955645026e7b7595f8ea
74ecf07496fc571f9d676efe95dcdb796dc069e3
refs/heads/master
2023-07-11T11:58:33.515265
2021-08-11T14:26:11
2021-08-11T14:26:11
322,194,016
1
0
null
2021-08-11T14:26:12
2020-12-17T05:46:07
C++
UTF-8
C++
false
false
752
cpp
#include<bits/stdc++.h> using namespace std; #define V 5 int prims(int graph[][V]) { nt key[V]; int res=0; fill(key,key+V,INT_MAX); bool mSet[V]; key[0]=0; for (int count = 0; count < V ; count++) { int u = -1; for(int i=0;i<V;i++) { if(!mSet[i]&&(u==-1||key[i]<key[u])) u=i; ...
[ "smritipradhan545@gmail.com" ]
smritipradhan545@gmail.com
a09978c6569eeb063220f3d064c473e8af97373e
1afdc55f589ebed4b16b6f8de099ca8d7f4ccd67
/Documents/Projets_Qt/TrocnRoll/message.cpp
61ecb44e83efd079a2e16e4fc603a3d8d1bcf262
[]
no_license
Kevin1er/DocNum
9943d3fb4ff143f566719c8dbeedf1ade4fade12
3eb8d4685952c7e213c802326b067c75f51482a8
refs/heads/master
2020-04-08T13:11:58.636849
2018-11-27T18:16:13
2018-11-27T18:16:13
159,380,034
0
1
null
null
null
null
UTF-8
C++
false
false
1,513
cpp
#include "message.h" Message::Message(QString _titre) { titre = _titre; } QString Message::getTitre() { return titre; } std::vector<Message> Message::getMessagesHist() { std::vector<Message> result; QFile* xmlFile = new QFile("Ressources//historique.xml"); if (xmlFile->open(QIODevice::ReadOnly ...
[ "vocanson.kevin1@gmail.com" ]
vocanson.kevin1@gmail.com
5f191f7e0d679e0ed65c07f332406dc50aecf507
0dda8cef707f38f5058c3503666cbe3bf6ce8c57
/CODEFORCES/1133A_Middle_of_the_Contest.cpp
89c4aa28b9c78b51f415b0ad054c4995c6cb0c8c
[]
no_license
Yuessiah/Destiny_Record
4b1ea05be13fa8e78b55bc95f8ee9a1b682108f2
69beb5486d2048e43fb5943c96c093f77e7133af
refs/heads/master
2022-10-09T07:05:04.820318
2022-10-07T01:50:58
2022-10-07T01:50:58
44,083,491
0
1
null
2017-05-04T12:50:35
2015-10-12T04:08:17
C++
UTF-8
C++
false
false
251
cpp
#include<bits/stdc++.h> using namespace std; int h1, h2, m1, m2; int main() { scanf("%d:%d", &h1, &m1); scanf("%d:%d", &h2, &m2); m1 += h1 * 60; m2 += h2 * 60; int m3 = (m1 + m2)/2; printf("%02d:%02d\n", m3/60, m3%60); return 0; }
[ "yuessiah@gmail.com" ]
yuessiah@gmail.com
49a12ee7f346a016058a694b5d9bebe61c4d4fc7
7e3e54020adfb3279e2439fd907d0e11185ad140
/mani_admin_plugin/mani_globals.cpp
b01f9e41ff734ae6bff88b8724c0a3dadd9aaf35
[]
no_license
lgeffect/mani-admin-plugin
90be20e62984e50d21c8aa5606858a2184a2efc6
2967f6382cba6338f002df3dcdc4c4bbc5b4370f
refs/heads/master
2021-01-10T08:43:20.586987
2014-02-25T19:51:35
2014-02-25T19:51:35
36,317,865
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
3,679
cpp
// // Mani Admin Plugin // // Copyright © 2009-2014 Giles Millward (Mani). All rights reserved. // // This file is part of ManiAdminPlugin. // // Mani Admin Plugin is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Softwar...
[ "malak.map@gmail.com" ]
malak.map@gmail.com
f704140bfa02e0367313f76d18bb03480700ecb7
3e77ac872f43d340b2c64d1199db770a77b7a7d1
/Laboratorio 06/CW-02.cpp
4e12cfe6b66bb61df7c8cccb91f2987a503eb579
[]
no_license
wpineda21/PED0319-WRMH-00019618
0e5029c6c3b0050960e2d82099f3fa7ad1c99940
4497e81fb5ab232f1cb361ca4d4c22a8805e91da
refs/heads/master
2021-01-02T01:34:59.922986
2020-02-06T23:36:54
2020-02-06T23:36:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,387
cpp
#include <iostream> #include <string> #include <cctype> using namespace std; struct node{ string product; float price; node* next; }; void printMenu(void); string convertString(string product); node* addElement(node* list, string product, float price); int main(void){ node* list = NUL...
[ "walterrafael26@gmail.com" ]
walterrafael26@gmail.com
a19854c0ea4b51ee1c9b0a6a0d16faa68dcbb563
b762ab5bd63a18b749fff95cf1b8929c068fc6d4
/2.CodeForces/89.A - Required Remainder.cpp
d08ea4779b6e1b86a999b08342d1e2113cfd585c
[]
no_license
mrmh-code/My_problem_solution_different_OJ
8f30e363d37d4177ed6052252544edc5e32bf559
dc0bb3213101eb84c00601993adfbf6d3b258758
refs/heads/main
2023-06-29T14:09:04.010969
2021-07-25T04:31:06
2021-07-25T04:31:06
383,503,875
1
0
null
null
null
null
UTF-8
C++
false
false
221
cpp
#include <bits/stdc++.h> using namespace std; int main() { int t; cin>>t; while (t--) { int x,y,n; cin>>x>>y>>n; if(n-n%x+y<=n){ cout<<n-n%x+y<<endl; }else{ cout<<n-n%x-(x-y)<<endl; } } }
[ "59336344+M-Mehedi-Hasan@users.noreply.github.com" ]
59336344+M-Mehedi-Hasan@users.noreply.github.com
afe6636c2b7f80fe8cb0b1ee77f80662cd2bc205
6822f44f949188c17ac05424fe73cf61f8e3f970
/CPP/UniqueNumber-3[CB].cpp
d286da029c8f6243166a0a9fd14c3686b24a7f1a
[]
no_license
NarutoVPS/CompetitiveProgramming
2dcaac5dca97dce4c9831762ba6ea16cdd3febbe
a5a191bceab737709508aeb9686a29308430c092
refs/heads/master
2023-02-21T04:47:00.660424
2021-01-26T10:01:21
2021-01-26T10:01:21
250,534,034
1
1
null
2020-05-11T10:27:16
2020-03-27T12:54:26
C++
UTF-8
C++
false
false
1,052
cpp
/* We are given an array containg n numbers. All the numbers are present thrice except for one number which is only present once. Find the unique number. Only use - bitwise operators, and no extra space. Input Format First line contains the number n. Second line contains n space separated number. ...
[ "singhvedprakash075@gmail.com" ]
singhvedprakash075@gmail.com
7c5d82d7b968aa9b9f4dab5d85b02e2cf61a180c
e51706e9cc39d3b313fe43942bcd2939c054b05c
/src/TCMET.cc
e768f9c1ac3df160ff65019ecbe2bf467dfbdc6d
[]
no_license
naodell/FCNH
84e79effcfea5c54796d5d5e8789d04c6a724926
4a38ce7737da31790a1b78b73f7acd5dffd70447
refs/heads/master
2020-04-10T13:26:21.190938
2015-08-12T00:37:02
2015-08-12T00:37:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,518
cc
/* * File: TCMET.cc * Author: Nate O. * * Created on December 6 2010 8:04 PM */ #include "../interface/TCMET.h" #include "../interface/TCMETLinkDef.h" #include <iostream> TCMET::TCMET() {} TCMET::~TCMET() {} // "get" methods ------------------------------------ float TCMET::SumEt() const { return _sumE...
[ "Nathaniel.Jay.Odell@cern.ch" ]
Nathaniel.Jay.Odell@cern.ch
c7487c95db4acb0e0042e752f47c87a38d98f645
0e6bff1418e816b173e689334101285169ee3c1e
/api-ai-arduino/apiai/src/query/cJSONUtils.h
f65e2689dd96f4379ae38a78ed6d435505e4d8c6
[ "MIT" ]
permissive
ezefranca/api-ai-arduino-client
2d4cd23739fd058db17fcab21053adc5fcd1ab5e
8d233ddaa9c6a469a985b8e9e7dd9c2d771fa618
refs/heads/master
2021-01-20T15:30:24.084763
2017-05-09T19:09:37
2017-05-09T19:09:37
90,775,450
3
0
null
null
null
null
UTF-8
C++
false
false
402
h
#ifndef CJSONUTILS_H #define CJSONUTILS_H #include <string> class cJSON; cJSON *jsonObject(cJSON *object, const char *key); cJSON *jsonArray(cJSON *object, const char *key); int jsonInt(cJSON *object, const char *key); double jsonDouble(cJSON *object, const char *key); bool jsonBool(cJSON *object, const char *key);...
[ "ezequiel.santos@btgpactual.com" ]
ezequiel.santos@btgpactual.com
dff25cd23b84517f464a4efdc94da49ecdb747bd
3dc39b438c21933c8ae670de9002d4c1ee55e0c7
/과제-일반코드/MFC_Exp10/MFC_Exp01/MFC_Exp01Doc.cpp
7711a668a9503b95aa4de6bd5b7ebc5ab875f746
[]
no_license
tyrue/4th_Intelligent-Image-Processing
7d2bb22f68f39210c444ffd276e85b20d4955b6d
50a165f9756284950d9442f1a252a5529da9a677
refs/heads/master
2020-03-28T11:47:14.189533
2019-02-08T09:09:35
2019-02-08T09:09:35
148,246,769
1
0
null
null
null
null
UTF-8
C++
false
false
57,178
cpp
// MFC_Exp01Doc.cpp : CMFC_Exp01Doc 클래스의 구현 // #include "stdafx.h" #include "time.h" #include "Matrix.h" // SHARED_HANDLERS는 미리 보기, 축소판 그림 및 검색 필터 처리기를 구현하는 ATL 프로젝트에서 정의할 수 있으며 // 해당 프로젝트와 문서 코드를 공유하도록 해 줍니다. #ifndef SHARED_HANDLERS #include "MFC_Exp01.h" #endif #include "MFC_Exp01Doc.h" #include <propkey.h> #ifd...
[ "kdh9426@naver.com" ]
kdh9426@naver.com
ffa0fb68b29e7bcd2e16ce6ee986b0785dd2e19a
6bbd9d08dd5ddac907153b73628e1420bb8ef7fe
/Boss/Mod/ChannelCandidateMatchmaker.cpp
56039856122ce9ec3a2bfcf196f0572147442b73
[ "MIT" ]
permissive
lavarok/clboss
53ef0879cc5c085f6b4d5f16b302b173192c10cf
c29f323613b01d3d3a68cf3ff568df110515c912
refs/heads/master
2023-09-02T17:44:10.947703
2021-11-17T04:53:44
2021-11-17T04:53:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,904
cpp
#include"Boss/Mod/ChannelCandidateMatchmaker.hpp" #include"Boss/Mod/Rpc.hpp" #include"Boss/Msg/Init.hpp" #include"Boss/Msg/PatronizeChannelCandidate.hpp" #include"Boss/Msg/PreinvestigateChannelCandidates.hpp" #include"Boss/Msg/ProposeChannelCandidates.hpp" #include"Boss/concurrent.hpp" #include"Boss/log.hpp" #include"E...
[ "zmnscpxj@protonmail.com" ]
zmnscpxj@protonmail.com
c1837bf2a4150a0c887d5db645a6030d17306b8a
9467e2502183e843a67736800199e31674b1d8f6
/HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libmono/vm/MetadataCache.cpp
3b27ae81e7074c39571b5c132c6e04e789803147
[ "Apache-2.0" ]
permissive
yimengfan/BDFramework.Core
3a046fcd755a84ba55d648dd3ad52c37a1cc1a04
81380fce8e84367f912777717665b53f074ab617
refs/heads/master
2023-09-04T10:08:47.644992
2023-07-05T16:22:11
2023-07-05T16:22:11
85,928,537
2,421
497
Apache-2.0
2023-03-21T06:56:21
2017-03-23T09:03:48
C#
UTF-8
C++
false
false
6,435
cpp
#include "il2cpp-config.h" #include "MetadataCache.h" #include "MetadataLoader.h" #include "mono-runtime/il2cpp-mapping.h" #include "utils/Il2CppHashMap.h" #include "utils/HashUtils.h" #include "utils/StringUtils.h" using namespace mono::vm; typedef Il2CppHashMap<uint64_t, const MonoMethodInfoMetadata*, il2cpp::utils...
[ "y755737878@gmail.com" ]
y755737878@gmail.com
8e3563ada847556b1890922e3a4586339bb45b6f
401c2b35a8cb389e74c6c89eabf07a30fb9d089a
/图论/最短路/stl配对堆优化dijkstra.cpp
5bec05dae561fde23aa13d319ee46e7dcdb37606
[]
no_license
Bakser/My_Algorithm_Templates
e07c8c893b03eb2cbefd9b87e08f98f152f1e7c9
6eac6249c077759f4e7a562e3542a160918ea586
refs/heads/master
2021-01-09T20:22:29.586637
2016-08-10T15:38:47
2016-08-10T15:38:47
65,394,869
3
1
null
null
null
null
UTF-8
C++
false
false
1,679
cpp
//bzoj3040 #include<cstdio> #include<iostream> #include<cstring> #include<algorithm> #include<ext/pb_ds/priority_queue.hpp> using namespace std; using namespace __gnu_pbds; #define N 1000010 #define M 10000010 #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b)) #define mp make_pair typedef long l...
[ "wangxz098@gmail.com" ]
wangxz098@gmail.com
3a1d815475b4477ee9f189f5c9d6b7eb26ee0fcd
59138b1b34e2a9356ad7154a9705007349209e9a
/platform/JS/V8/v8/src/interpreter/bytecode-array-iterator.cc
0248dfda465967d5cd60a6bea567170ffefa1721
[ "Apache-2.0", "BSD-3-Clause", "bzip2-1.0.6", "SunPro" ]
permissive
gboyraz/macchina.io
6b879fca2329e7060122adfc691b4870d4dc06ac
de79c4d2eace01e24d685ac7f7c2e8aadf6b2668
refs/heads/master
2020-06-29T13:18:05.975243
2019-08-04T22:43:08
2019-08-04T22:43:08
200,547,738
2
0
Apache-2.0
2019-08-04T22:29:19
2019-08-04T22:29:19
null
UTF-8
C++
false
false
726
cc
// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/interpreter/bytecode-array-iterator.h" #include "src/objects-inl.h" namespace v8 { namespace internal { namespace interpreter { Bytecode...
[ "guenter.obiltschnig@appinf.com" ]
guenter.obiltschnig@appinf.com
c9dfe1dd2337f166dfbc8e448c9001c08c600b3e
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_5/LB+dmb.syap+dataap.c.cbmc_out.cpp
22702ac1deafc6868a4a553faf595e9b21f4c021
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
29,888
cpp
// Global variabls: // 3:atom_1_X0_1:1 // 0:vars:2 // 2:atom_0_X0_1:1 // Local global variabls: // 0:thr0:1 // 1:thr1:1 #define ADDRSIZE 4 #define LOCALADDRSIZE 2 #define NTHREAD 3 #define NCONTEXT 5 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #define max(a,b) (a>b...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
980bd7e5ed401b0cf90a15d3fc55dd267f0246d9
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/libyuv/source/row_msa.cc
52a246cdb2c6a0779e6789dd46f01bbde29077ff
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
3,373
cc
/* * Copyright 2016 The LibYuv Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing p...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
96d3008c7e2060958adf576219c58c744f12e683
f514164f260057c4b2bc4f05bf32529c5f52ed0d
/sprint05/t05/app/src/Werewolf.h
72527d04cd4576b3afcf844314a386c749fd0afb
[]
no_license
MansTomb/Ucode-marathon-c-
c7f83cd206562dca5b52f128e66afdaa8d382385
2988b0e81c9ff7bcf35022a97ca15522a66de383
refs/heads/master
2022-12-09T07:58:27.806715
2020-08-30T16:27:16
2020-08-30T16:27:16
291,507,492
0
0
null
null
null
null
UTF-8
C++
false
false
142
h
#pragma once #include "Human.h" #include "Wolf.h" class Werewolf : public Human, public Wolf { public: ~Werewolf(); Werewolf(); };
[ "abalabin@student.ucode.world" ]
abalabin@student.ucode.world
bebc05a95ebdaf1148a8c88a6411dfbf974e428e
215ff51987c07802fb11a1223d6d39bbb8b58bec
/External/FreeSASA/RDFreeSASA.cpp
c51559c78cbf06a3b51fa9fd5033bfe56ea336b2
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Boranadas/rdkit
7fae92faf87ba06ca471668f554e0fb3e9037870
0cc0122cd03f9516e0c854d9a68209e7c20d91d5
refs/heads/dev/GSOC2018_Generalized_Fingerprints_Final
2021-04-15T18:07:45.730230
2018-10-04T11:14:51
2018-10-04T11:14:51
126,359,828
0
0
NOASSERTION
2018-09-30T09:58:54
2018-03-22T15:55:43
C++
UTF-8
C++
false
false
6,894
cpp
// Copyright (c) 2016, Novartis Institutes for BioMedical Research 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 co...
[ "greg.landrum@gmail.com" ]
greg.landrum@gmail.com
8af9526bca35a00d95e4dcfad166b4f357e2e544
97197e138e720b4d8e51dec35aa3a0839c8bf119
/source/DungeonGenerator/DungeonGenerator/include/GUI.h
78e604a1574e1621d3363e09bc7db420084abcc5
[]
no_license
CakeQ/FinalYearProject
a53488bd0f48ea570d3d4ef035906134840f5527
ceefbea7ec6a5b187ae027cba0dbfcc33c7324cc
refs/heads/master
2021-09-19T07:31:46.030543
2018-07-25T05:17:59
2018-07-25T05:17:59
107,251,392
0
0
null
null
null
null
UTF-8
C++
false
false
128
h
#pragma once #include <imgui\imgui.h> #include <imgui\imgui_impl_glfw_gl3.h> #include <imgui\imgui_internal.h> class GUI { };
[ "d.kqgqn@gmail.com" ]
d.kqgqn@gmail.com
288c7a5eaa319eb342e0a4abceaf6c0d948d6d78
78c7b91a4c354b978a93adda129e3ff359c02d86
/Shooterman/Server/Systems/NetworkSystem/NetworkSystem.h
81d2fffe908629b93ffea516204661b824c362d5
[]
no_license
embreste/Shooterman
bfbae427e6149ee646fe5d914fa22fbef387b344
a93639faf38b836ec3657005eb77b2cc617c1695
refs/heads/master
2020-04-21T17:39:04.308078
2019-01-28T06:04:20
2019-01-28T06:04:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
815
h
#pragma once #include <thread> #include <mutex> #include <SFML/Network.hpp> #include "../../../Common/MessageHandler/MessageHandler.h" #include "../../../Common/MessageHandler/Interface.h" #include "../../../Common/Constants.h" #include "../../../Common/MessageId.h" #include "../../../Common/Trace.h" #include "../.....
[ "tobias.konradsson@tieto.com" ]
tobias.konradsson@tieto.com
638bda84612f24645cb4b0bb34323eaa8fca2562
22cd307acb99be61becf83bf194be545e78d70d5
/cs282/OthelloOOP/OthelloMove.cpp
fcfecdec139f1ed5e3ccd8a6c2badb38384e9b4d
[]
no_license
long237/cecs282
e29009ace1813cbcdd48ce65beb2ecce262ab475
d806f21d680f8e6e3c1b7b91f1dfc801a277f789
refs/heads/master
2022-11-07T17:59:14.507859
2020-06-14T03:32:38
2020-06-14T03:32:38
236,393,609
0
0
null
null
null
null
UTF-8
C++
false
false
390
cpp
#include "OthelloMove.h" #include <iostream> #include <string> #include <sstream> using namespace std; bool OthelloMove::operator==(const OthelloMove& rhs) { return mPosition == rhs.mPosition; } OthelloMove::operator std::string() const { //print the position of the move using the BoardPosition string() if (IsPas...
[ "ln24630@gmail.com" ]
ln24630@gmail.com
b38a7d865ca5f5f64193f35bdf378502252893da
10383a98e5e86bde76d6001ff51d68d428a3c2c2
/cpp/opengl/3d_test1/test0_point.h
aa43fff71460aa008ba0cc0d5e48b1455ec316ec
[]
no_license
inksmallfrog/backup
2e61d5d21be7aae16d86d73a34bcdb64d82048ef
114af6ac12b79412672edd9721e9232efc946368
refs/heads/master
2021-01-10T09:45:54.964123
2016-04-16T02:23:10
2016-04-16T02:23:10
47,020,708
0
0
null
null
null
null
UTF-8
C++
false
false
329
h
#ifndef TRIANGLEWINDOW_H #define TRIANGLEWINDOW_H #include "openglwindow.h" #include <QOpenGLShaderProgram> class Test0_Point : public OpenGLWindow { public: Test0_Point(); ~Test0_Point(); void initialize() Q_DECL_OVERRIDE; void render() Q_DECL_OVERRIDE; private: uint VBO; }; #endif // TRIANGLE...
[ "inksmallfrog@gamil.com" ]
inksmallfrog@gamil.com
b83a83a47d930b4455809bf3c195703d753e32d4
961e28568ade070c3058904bba26e04b583a4158
/judge.h
ee68ed5b8dd30be792f40288fd8927ef42d1d7fb
[]
no_license
zhengyaohui/CLI_Project
f4969ed3b415d54c2d55d6495751e5f409c0d728
093e82c9b2a00a746e259585f397a4059ac1e7c7
refs/heads/master
2020-12-31T02:32:15.724654
2015-11-16T17:54:50
2015-11-16T17:54:50
null
0
0
null
null
null
null
GB18030
C++
false
false
11,398
h
#pragma once #include<io.h> #include <vector> #include <string> vector<string> files; void getFiles(string path, vector<string>& files) { //文件句柄 long hFile = 0; //文件信息 struct _finddata_t fileinfo; string p; if ((hFile = _findfirst(p.assign(path).append("\\*").c_str(), &fileinfo)) != -1) { do { //如果是目录...
[ "itiankai@qq.com" ]
itiankai@qq.com
08ffdd8726b504249a1f3d74f89a9fa201456d3b
ecc574079122277e1b75052808b3e01955b050d8
/LeetCode/My-LeetCode-Program/Valid Parentheses/Valid Parentheses/源.cpp
160db633dd271f202f3e5c0ba9384d2622f943a5
[]
no_license
southernriver/My-LeetCode-Program
695b4a8e903449090aaf34ab2d7f71a7aee80331
c461ff836e92513acf89720a3576bfc2e5f462f5
refs/heads/master
2021-01-09T20:23:14.774687
2016-08-09T09:55:23
2016-08-09T09:55:23
65,281,254
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
776
cpp
#include<iostream> #include<string> #include<algorithm> #include<stack> #include<queue> using namespace std; class Solution { public: bool isValid(const string &s) { string left = "([{"; string right = ")]}"; stack<char> stk; for (auto c : s) { if (left.find...
[ "southernriver@163.com" ]
southernriver@163.com
64b16e4f726b4cb317d4066d012a67fc77d7bc68
cac32aeb87322d98b0d11dfe01dfe040676e5bbd
/rar5/top_rar5.hpp
0f04942ecd8280ae4fb7bb28415346d74bbb7f26
[]
no_license
yandaweixx/32_byte_sha512_HLS
0ac4efa364a83c41107507261d88c9a8859eba4b
7aa88ce687068f47cbeb158a609dbfa6843f97c6
refs/heads/master
2020-04-12T13:20:08.236741
2019-01-04T07:04:30
2019-01-04T07:04:30
162,519,579
0
0
null
null
null
null
UTF-8
C++
false
false
6,028
hpp
/** * \file sha256.h * * \brief SHA-224 and SHA-256 cryptographic hash function * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the L...
[ "yandaweixx@163.com" ]
yandaweixx@163.com
045de60886b8b263cb3fe4e4706bd06d7a3db819
ab270b50335ae1e65ae487dbc513669917d2988f
/test/encodings/unicode_group_Cf.x--encoding-policy(substitute).re
d1e6c42eb43e66e30829c259f4a87b4d9e6f2610
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
ryandesign/re2c
a2bab466e901d5214f16fd357d103d73873fadfd
e2f29c1691759aabac3398e363c7d455bd0fef6e
refs/heads/master
2022-11-15T06:56:20.443998
2020-07-04T09:34:16
2020-07-04T09:39:45
277,114,415
1
0
NOASSERTION
2020-07-04T13:24:19
2020-07-04T13:24:19
null
UTF-8
C++
false
false
1,832
re
#include <stdio.h> #include "utf16.h" #define YYCTYPE unsigned short bool scan(const YYCTYPE * start, const YYCTYPE * const limit) { __attribute__((unused)) const YYCTYPE * YYMARKER; // silence compiler warnings when YYMARKER is not used # define YYCURSOR start Cf: /*!re2c re2c:yyfill:enable = 0; Cf = [\xad-\xad\...
[ "skvadrik@gmail.com" ]
skvadrik@gmail.com
f02920ac21881c9017016ef0361806241bc6ac86
542f972a635c80e183fad0be8f957fec8ab8dd26
/src/ios/include/cryptopp/lmn_pwdbased.h
1f0d58a80425305a0fdb3d015037fbaa827f9360
[]
no_license
LikeMindNetworks/cordova-plugin-lmn-crypto
69c94df67c3d1d7e53bbaacc9d3c4c6f68c1c143
8e21bf19472ffca120f17571492021a897f38e74
refs/heads/master
2021-01-17T04:39:38.505061
2016-05-20T06:29:00
2016-05-20T06:29:00
52,319,343
0
0
null
null
null
null
UTF-8
C++
false
false
6,499
h
// pwdbased.h - written and placed in the public domain by Wei Dai #ifndef CRYPTOPP_PWDBASED_H #define CRYPTOPP_PWDBASED_H #include "lmn_cryptlib.h" #include "lmn_hmac.h" #include "lmn_hrtimer.h" #include "lmn_integer.h" NAMESPACE_BEGIN(CryptoPP) //! abstract base class for password based key derivation function cl...
[ "sen.cenan@gmail.com" ]
sen.cenan@gmail.com
072120d665b40d0566ba22d396a41c2cd3a6d554
ab01353ebee17c2fff634cda139e46ff2ec3b67f
/.svn/pristine/07/072120d665b40d0566ba22d396a41c2cd3a6d554.svn-base
658cd1e0bf8f8aeacc0215860830d41b614456ee
[]
no_license
masterSplinter01/cpp
45970790fcd0902b19f601fef181d189f23a92dc
a67a32a26a8a18bf85b7c078a51673f71ddc6212
refs/heads/master
2021-01-24T00:44:25.191280
2018-02-24T21:14:43
2018-02-24T21:14:43
122,779,920
0
0
null
null
null
null
UTF-8
C++
false
false
474
#include "my_ostream.h" my_ostream_con cout; // console output my_ostream_file cerr("errors.txt"); // file output //my_ostream_db dbout(...); // db output int main() { std::vector<my_ostream*> stream_ptrs = {&cout, &cerr}; for (auto stream_ptr : stream_ptrs) (*strea...
[ "dan@debian.treacy" ]
dan@debian.treacy
c979fe86b7c200d9686e054faffa91df563b10be
34ec47abbff08f1b44af46e6d414242c4c079054
/remove_vector_On.cpp
c1e7138d0fb8f483bf157eed522e88f0dc39729c
[]
no_license
gccross/snippets
9b6692f9c31d1c06eb254800b3b07ed42af20625
6664702f442b97483aed9a029c5b70bbd5fa294a
refs/heads/master
2021-01-11T12:36:04.760083
2020-10-04T18:06:00
2020-10-04T18:06:00
76,301,599
0
0
null
null
null
null
UTF-8
C++
false
false
1,722
cpp
#include <algorithm> #include <iostream> #include <iterator> #include <random> #include <vector> #include <utility> using namespace std; int main (int argc, char const * argv[]) { cout << "Hello World " __FILE__ << endl; { random_device rd; mt19937 mt(rd()); uniform_int_distribution<> gen(0,17); vector<int...
[ "gcross@licmax.com" ]
gcross@licmax.com
0dee4bccb810b136062c2574cf46615a0c0e15d5
0aeb6553bb0047105d6fccc5052110f1765f7d71
/Examples/Stereo/stereo_euroc.cc
a7477040fa64693bc9bae5cdbd21e6d6ce0a2af2
[]
no_license
zhaoxuhui/ORB-Code-Notes
d19e5b2da21cf6b291d9d43eae05485a58867798
795f15327a978a41ef9b94c1cae658af8e256dd3
refs/heads/master
2020-11-25T16:04:20.967706
2020-05-12T16:22:58
2020-05-12T16:22:58
228,748,260
8
2
null
null
null
null
UTF-8
C++
false
false
7,262
cc
/** * This file is part of ORB-SLAM2. * * Copyright (C) 2014-2016 Raúl Mur-Artal <raulmur at unizar dot es> (University of Zaragoza) * For more information see <https://github.com/raulmur/ORB_SLAM2> * * ORB-SLAM2 is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public Lice...
[ "zhaoxuhui1993@qq.com" ]
zhaoxuhui1993@qq.com
4adb7005f1719581d530c512901e5add60f41de3
b886fba67c5dd1898ac9d251d55e698315a4c7b4
/Wemos_MQTT_IR_Cloner/Wemos_MQTT_IR_Cloner.ino
f7eacd9272d978bb8de5398176166795225858fe
[]
no_license
AbdElhalim12/MQTT_IR_Cloner
9ebf4094bd53dfba4901d37a7f84565cf699ece3
0a7ae9cc7f027a698b64542167778e8b750485d6
refs/heads/master
2022-10-20T16:03:47.951749
2020-07-06T09:05:37
2020-07-06T09:05:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,107
ino
#include <Arduino.h> #include <IRremoteESP8266.h> #include <IRsend.h> #include <IRrecv.h> #include <IRutils.h> IRrecv irrecv(14); decode_results results; IRsend irsend(4); #include <ESP8266WiFi.h> #include <WiFiClient.h> #include <ESP8266WebServer.h> #include <PubSubClient.h> #include <DNSServer.h> #include "FS.h" #in...
[ "gervasialain@hotmail.be" ]
gervasialain@hotmail.be
5c514a8817b21569cae45c339be9fd80bce370c0
8ac1b220c3d534b8a1b5f10449c535cfefac9160
/testing/testing_cgelqf_gpu.cpp
c68c6e88be48bebcfda81cc0cb55b9a921dcc4c7
[]
no_license
soulsheng/magma
aa83eea749c5108c607f4710f2905a8a1deb235e
465fd5817498319db4cbce52cded86fd49b65274
refs/heads/master
2020-12-01T13:05:11.511847
2013-09-04T00:18:03
2013-09-04T00:18:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,585
cpp
/* -- MAGMA (version 1.4.0) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver August 2013 @generated c Wed Aug 14 12:18:05 2013 */ // includes, system #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include <c...
[ "maxhutch@gmail.com" ]
maxhutch@gmail.com
3d5cb22061a80e12d9237f3a3be35ebdbebf5677
00c31396a5788791a6fc87cedffcd3e46af70463
/src/objects/descriptor-array.h
c78c37b77edd1fb966b14c50dc24099b946044ec
[ "BSD-3-Clause", "SunPro", "bzip2-1.0.6" ]
permissive
dacappo/v8
88710ecf2ec38996910d9d0ed03dfa95d3884d6e
82cf1cf2e458e212d724599b7a18451515a9132c
refs/heads/master
2020-04-09T20:32:44.819808
2018-12-05T16:34:57
2018-12-05T19:48:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,384
h
// Copyright 2017 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_OBJECTS_DESCRIPTOR_ARRAY_H_ #define V8_OBJECTS_DESCRIPTOR_ARRAY_H_ #include "src/objects.h" #include "src/objects/fixed-array.h" // Has to ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
9bc8665000e3acad68ae00061a403be31798d22f
b0b2fef9fd6f18d5baa67d2f87a7295b75cb64f0
/CamTest1/finder.h
3b81f0945594223f635140f62063756007e1c357
[]
no_license
LeonidMurashov/QT_Projects
c352cdc9a725bd2f81e87e8af38e03d23418029f
2cc5a3816dd5fb245f3a7b04d01060f97fc017c8
refs/heads/master
2020-07-04T09:11:08.544897
2017-06-13T14:03:51
2017-06-13T14:03:51
73,862,220
0
0
null
null
null
null
UTF-8
C++
false
false
333
h
#ifndef FINDER_H #define FINDER_H #include <QMainWindow> namespace Ui { class Finder; } class Finder : public QMainWindow { Q_OBJECT public: explicit Finder(QWidget *parent = 0); ~Finder(); private: Ui::Finder *ui; public slots: void capturedslot(QString adr); }; #endif ...
[ "=" ]
=
a6f22811ce6154e8db7fe59aac0e68e95136d4c3
c31fe707725cae00cbd7fe691fb9e42a7b24a52c
/C++ & SFML/3.Simple_Mario/Codigo/Pila.h
7d63d05f59daea22c28306b4762e48e27e32d4ed
[]
no_license
nlattessi/unl-vg
be90dbef3ea2e8583a7dbb4fe14bde427c5c6f3b
96cbbd3604655fb36bcd44fac4213355c2acc249
refs/heads/master
2016-09-06T16:21:24.285941
2015-04-28T19:57:35
2015-04-28T19:57:35
34,751,988
0
0
null
null
null
null
UTF-8
C++
false
false
234
h
#ifndef PILA_H #define PILA_H #include <iostream> #include "Nodo.h" class Pila { public: Pila(); ~Pila(); void push( Shell shell ); Shell pop(); Shell* top(); Nodo* getCabeza(); private: Nodo* cabeza; }; #endif
[ "n_lattessi@hotmail.com" ]
n_lattessi@hotmail.com
e10f7ae8725fdb35ee1e946fc8beb897c28f4cde
d1ba97126e9e8de1a8a46323d72f18101db293c3
/src/qt/bitcoingui.cpp
4266e9cf14f55723becd1ca4de53eb8313f901f3
[ "MIT" ]
permissive
bisoulynn/CONTCOIN
11c7b3135281f1ead3c70f8a63b51d55935b52f6
cdd329d0f648a6a0f4b16dd3096f7921dc1b547f
refs/heads/master
2021-05-12T20:05:11.814412
2018-01-29T14:50:07
2018-01-29T14:50:07
117,113,199
1
1
null
null
null
null
UTF-8
C++
false
false
29,873
cpp
/* * Qt4 bitcoin GUI. * * W.J. van der Laan 2011-2012 * The Bitcoin Developers 2011-2012 */ #include <QApplication> #include "bitcoingui.h" #include "transactiontablemodel.h" #include "optionsdialog.h" #include "aboutdialog.h" #include "clientmodel.h" #include "walletmodel.h" #include "walletframe.h" #include "...
[ "bisousoft.lynn@gmail.com" ]
bisousoft.lynn@gmail.com
6d34ecfa0f336295d23524cb6b143327eccc13fb
1c0d051184c73bdbb60f3dbd73bf029aa5204737
/Glitter/Sources/Model/Material.h
4ecac3169ef9e8db1618821c0a7e452df40353d4
[ "MIT" ]
permissive
ikmplx/Glitter
027f1789a5cd72a7bb8a5ea37f96d969e466d40d
e1cad056ab4bc51e23d12c518aefeecc751ae7b8
refs/heads/master
2020-03-29T13:27:40.497596
2019-06-02T18:47:58
2019-06-02T18:47:58
131,746,894
0
0
null
2018-05-01T18:14:05
2018-05-01T18:14:05
null
UTF-8
C++
false
false
1,050
h
// ¯\_(ツ)_/¯ #pragma once #include "Forward.h" namespace MyGL { class Material { public: Material(); virtual ~Material(); virtual void Bind(const glm::mat4& modelTransform) = 0; }; using MaterialPtr = std::shared_ptr<Material>; class StandardMaterial : public Material { public: StandardMaterial();...
[ "ivashov@playrix.com" ]
ivashov@playrix.com
8d9042280abbefff0d0e79dfa89453495df29304
e6458df3bc7c2cb1b5dca3a11affcb8ca3a6dd2c
/Visitor/ConcreteVisitor1.h
babb263cdb8f406487a9c5e3ee3514504bfd8349
[]
no_license
cheng668/Pattern-Visitor
aa8fdcf34afc2049a7f56b51be2f607ce3397be5
fca9e594599c80278c65de6266b26428d118e427
refs/heads/master
2021-01-13T03:07:24.450622
2016-12-27T13:44:48
2016-12-27T13:44:48
77,442,056
0
0
null
null
null
null
UTF-8
C++
false
false
270
h
#pragma once #include "Visitor.h" class ConcreteVisitor1 : public Visitor { public: ConcreteVisitor1(); virtual ~ConcreteVisitor1(); virtual void VisitConcreteElementA(ConcreteElementA*) override; virtual void VisitConcreteElementB(ConcreteElementB*) override; };
[ "414866271@qq.com" ]
414866271@qq.com
607dbc76fa106740ddf3ce61a0896ff25948da66
45a592b3ab0183d786c216c3bcdbbe1d10b2ce6a
/CS/Pracs/Prac2/HillCipher.cpp
068aa2d864c2fdd37dcfd9d38294dbec5855feed
[]
no_license
sau22rane/TY-43-Sem_6
3f3277edba88c710110c53ca3cf4717448f02709
f2f3da73dfb61bf007362cd16de19818dad7a74a
refs/heads/master
2023-06-01T17:15:15.276839
2021-05-31T10:33:39
2021-05-31T10:33:39
341,425,269
0
0
null
null
null
null
UTF-8
C++
false
false
5,777
cpp
#include<iostream> using namespace std; int gcd(int a, int b, int* x, int* y); class Hill_Cipher{ public: int **key, **inverse; int dim_c; int dim = 3, **data, **enc, **dec; Hill_Cipher(); int modMultiInverse(int num, int mod); int modAddInverse(int num, int mod); ...
[ "scrane22301@gmail.com" ]
scrane22301@gmail.com
9a9a6d1d8a0dcc06faf3b0ac403e11db6d17f60e
bcb83c51888c3688856735131b3f4ff8ee8d028f
/solutions/PrimeorNot.cpp
35cebfbd8716982ebb15bcf43b2117f1594db812
[]
no_license
ashrwin/Spoj-Solutions
93dff6544172948bbd9ee5847d51752b9a960c5a
441c059c9836fb6a61b347154c1118da28fbd6a0
refs/heads/master
2021-05-30T10:22:11.424318
2016-02-13T11:09:06
2016-02-13T11:09:06
51,641,387
0
4
null
null
null
null
UTF-8
C++
false
false
1,023
cpp
/**/ #include<iostream> #include<vector> #include<algorithm> #include<math.h> #include<stdlib.h> #include<string> using namespace std; typedef unsigned long long ull; ull modMultiply( ull a , ull b ,ull c) { ull ret = 0; a %= c; while ( b ) { if ( b & 1 ) ret = ( ret + a ) % c; a = ( a <<1 ) % c; b >>= 1...
[ "AshwinR@siriuscom.com" ]
AshwinR@siriuscom.com
510988223607cd52456c6835d5a757568bea49db
4506c583dec6a80c48aa9be4bf93c44948ae9fd0
/ChessLord/ChessLord/GeneratedFiles/Debug/moc_adapter.cpp
99b2c2d1990d226f166b3c4c0036b4c27797148d
[]
no_license
ZhouHanyu18/LordOfChess
cfed5c45d808820f95a684721792420e4ee16ef8
66a51828316426dd3dabad42cc6042af3070f876
refs/heads/master
2020-04-17T18:36:22.778639
2019-03-25T02:58:50
2019-03-25T02:58:50
166,828,255
2
0
null
null
null
null
UTF-8
C++
false
false
6,626
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'adapter.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1) ** ** WARNING! All changes made in this file will be lost! *******************************************************...
[ "345436330@qq.com" ]
345436330@qq.com
ca2e4681beabe318f63f1097bc5431746e7a117f
b6556b15222b3877036a7d869fc562effd890f45
/satellite_code/mpi_parallel/pixel_wise_convolutional_neural_network.cpp
63d72f1746f295e13f55e23db053646c669c5f7d
[ "MIT" ]
permissive
bikramML/pixel_cnn
a663ed28f4c71a5a51eb722b80ae2c0b8f6c0f76
238c81833737601ef5304e41d18ab705aabf378e
refs/heads/master
2021-01-01T06:22:32.025278
2017-07-17T14:11:10
2017-07-17T14:11:10
97,417,195
0
1
null
null
null
null
UTF-8
C++
false
false
11,202
cpp
class opt_convolutional_network{ private: double weight[NO_NEURAN][WEIGHT_COLUMN*WEIGHT_ROW+1]; bool pool; double dw[NO_NEURAN][WEIGHT_COLUMN*WEIGHT_ROW+1]; public: double ***output,gradent_sum=0.0; int ****position; //double ***dw; //int ****position; int x_output,y_output; double weight_int() { //cout<<WEIGHT_...
[ "bikraminnet@gmail.com" ]
bikraminnet@gmail.com
eb0507d576bf60def3e636f834797163441ed123
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5634947029139456_0/C++/SmileIJP/A.cpp
9bad932204c658fbf9e3b624fc9bae0798005052
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,268
cpp
#include <iostream> #include <cstdio> #include <vector> #include <algorithm> #include <utility> #define ALL(v) v.begin(), v.end() using namespace std; template< typename T > T next() { T tmp; cin >> tmp; return tmp; } void solve() { int n = next< int >(); int l = next< int >(); vector< string > a[2]; for...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
34f3fc214b9f30fcf3aa61676d840cf6b256af87
65025edce8120ec0c601bd5e6485553697c5c132
/Engine/app/scriptfeature/script_general_manager.cc
e08702246ac051f2e89c8ae06965755d055c692f
[ "MIT" ]
permissive
stonejiang/genesis-3d
babfc99cfc9085527dff35c7c8662d931fbb1780
df5741e7003ba8e21d21557d42f637cfe0f6133c
refs/heads/master
2020-12-25T18:22:32.752912
2013-12-13T07:45:17
2013-12-13T07:45:17
15,157,071
4
4
null
null
null
null
UTF-8
C++
false
false
8,848
cc
/**************************************************************************** Copyright (c) 2011-2013,WebJet Business Division,CYOU http://www.genesis-3d.com.cn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal i...
[ "jiangtao@tao-studio.net" ]
jiangtao@tao-studio.net
cb834963b12d7c237519753e88d5352988b1892b
fc27be87e2396d58c8d6d38ef09af66e662fc85a
/.history/include/threadpool_20200925235628.h
790cc855f4027f8f2df684130a4becf427b44b32
[]
no_license
shanjingongzi/ThreadPool
e5b01264fd580a57c2a38d4af1b53ff27e92673a
eb89415c7bfc32dcc3474b7ddc70796654ffdaed
refs/heads/master
2023-01-10T08:09:08.008239
2020-11-14T10:30:58
2020-11-14T10:30:58
295,106,469
0
0
null
null
null
null
UTF-8
C++
false
false
445
h
#include<iostream> #include<queue> #include<thread> #include<functional> #include<future> class ThreadPool { public: ThreadPool(); ThreadPool(size_t size); void AddTask(std::function<void()>); template<typename T> std::future<T>AddTaskWithRt(std::function<void()>); void AddThread(int num=1); ...
[ "841655282.com" ]
841655282.com
acde7dd7fdecca1a5c58b9072b702f63382b647a
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE762_Mismatched_Memory_Management_Routines/s05/CWE762_Mismatched_Memory_Management_Routines__new_array_free_struct_08.cpp
59646417be135a824a2f8f479da06f3c6854c917
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C++
false
false
5,205
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE762_Mismatched_Memory_Management_Routines__new_array_free_struct_08.cpp Label Definition File: CWE762_Mismatched_Memory_Management_Routines__new_array_free.label.xml Template File: sources-sinks-08.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory Manag...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
2b901af870808a12e31ae15b8afc55d5ae264263
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/shell/osshell/accesory/wordpad/filedlg.cpp
1effd61dfad31664af68442fde258c99a652ff8d
[]
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
7,151
cpp
// filedlg.cpp : header file // // Copyright (C) 1992-1999 Microsoft Corporation // All rights reserved. // // This file is to support an extended file save dialog with a // "Use this format by default" checkbox #include "stdafx.h" #include "wordpad.h" #include "filedlg.h" #include "ddxm.h" #include "helpi...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
0c7b664ab233d0e1b63b85ba167397df69cb7c9e
43b3a6f24bfc9bd6de14ef543695c1bc7ec26c35
/addons/opt_vehicles/Hellcat_MFD.hpp
1c74ca00824c9d0ea04980679cfd0f02d2d87551
[]
no_license
GNCLORD-MDB/OPT-Client-Mod
6ecc41e26407898899648fb28810106f7af4d9da
b59c63cc75206e04e7bcf6c97f0035c5fca8f6da
refs/heads/master
2023-05-12T10:31:00.932857
2020-05-07T16:44:54
2020-05-07T16:44:54
190,628,660
3
0
null
2020-05-07T16:44:55
2019-06-06T18:15:10
C++
UTF-8
C++
false
false
10,049
hpp
class MFD { class AirplaneHUD { topLeft = "HUD_top_left"; topRight = "HUD_top_right"; bottomLeft = "HUD_bottom_left"; borderLeft = 0; borderRight = 0; borderTop = 0; borderBottom = 0; color[] = {1,1,1,1}; helmetMountedDisplay = 1; helmetPosition[] = {-0.025,0.025,0.1}; ...
[ "6715079+WGPSenshi@users.noreply.github.com" ]
6715079+WGPSenshi@users.noreply.github.com
281c846c31a5b712281c71c9ec53246756faddbe
4c9f3536caf8534176967a80b3a78efce037dbf7
/Code-Chef/contests/JAN19B/FANCY.cpp
953df920dd2cf1743243fc4efd3ff9531519f94f
[ "MIT" ]
permissive
kishorevarma369/Competitive-Programming
537238e07bfd920bde123b1eb935816289f4b73a
f2fd01b0168cb2908f2cc1794ba2c8a461b06838
refs/heads/master
2020-03-21T05:47:19.879584
2019-10-02T05:29:33
2019-10-02T05:29:33
138,180,174
1
0
null
null
null
null
UTF-8
C++
false
false
612
cpp
#include<bits/stdc++.h> using namespace std; bool fun(string &str) { int s=str.size(); if(s<3) return false; for(int i=2;i<s;i++) { if(str[i-2]=='n'&&str[i-1]=='o'&&str[i]=='t') { if(i-3>=0&&str[i-3]!=' ') continue; if(i+1<s&&str[i+1]!=' ') continue; ...
[ "in.kishorevarma@gmail.com" ]
in.kishorevarma@gmail.com
bb154733617202b234e862682a4ca9f4849e0f1c
3763be5d574accf6434500b173e9f7a352f02eeb
/build-sudoku-Desktop_Qt_5_15_0_MinGW_64_bit-Release/release/qmlcache_loader.cpp
356ae3363189c9c36603780d05793a3603559294
[]
no_license
the-adam-walker/HCI-Sudoku-Project
e01582c1652eed7e5e27211a4da09690eab91ebb
7bd40652d46f89614c16a0a6afc5ea892179fa9e
refs/heads/main
2023-01-13T05:48:59.835649
2020-11-18T03:53:17
2020-11-18T03:53:17
311,510,191
0
0
null
2020-11-17T21:08:26
2020-11-10T01:23:53
C++
UTF-8
C++
false
false
1,861
cpp
#include <QtQml/qqmlprivate.h> #include <QtCore/qdir.h> #include <QtCore/qurl.h> namespace QmlCacheGeneratedCode { namespace _0x5f__sudoku_js { extern const unsigned char qmlData[]; const QQmlPrivate::CachedQmlUnit unit = { reinterpret_cast<const QV4::CompiledData::Unit*>(&qmlData), nullptr, nullptr ...
[ "44410790+the-adam-walker@users.noreply.github.com" ]
44410790+the-adam-walker@users.noreply.github.com
7dea0fbf0a45f50d7d5b58cd30730789a8cbee54
ea16fe4354b818cdacefe6fd354a46e2477fbb1e
/Metafuck/Interpreter/BrainfuckTester.cpp
5d2516eaff8486c7b0a8a9044a7fd2bd61da2a79
[ "MIT" ]
permissive
leMaik/Metafuck
975f21e46f675bcc2b18ae37131ed9e1c360b66a
de01fbd56ade7beef97396c009c0a9f964bc98d7
refs/heads/master
2021-01-13T14:00:20.350080
2014-09-12T11:25:36
2014-09-12T11:25:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,165
cpp
#include "BrainfuckTester.h" namespace BrainfuckCompiler { const std::map <ErrorMessageID, std::string> errors = { {EID_UNKNOWN_ERROR, "UNKNOWN ERROR"}, {EID_INVALID_LOOPS, "at least one jump instruction has a missing counterpart"}, {EID_BAILING_OUT, "earlier errors prevent further testings"} }; //############...
[ "tim06TR@gmail.com" ]
tim06TR@gmail.com
c3c61b1feb49626d5a02d58f744e3e23840e68e7
a993b98793857e93de978a6ef55103a37b414bbf
/chrome/browser/background_sync/background_sync_controller_impl_unittest.cc
7e32abe2d3ae388d99e3d230b2611bb74c6c2e54
[ "BSD-3-Clause" ]
permissive
goby/chromium
339e6894f9fb38cc324baacec8d6f38fe016ec80
07aaa7750898bf9bdbff8163959d96a0bc1fe038
refs/heads/master
2023-01-10T18:22:31.622284
2017-01-09T11:22:55
2017-01-09T11:22:55
47,946,272
1
0
null
2017-01-09T11:22:56
2015-12-14T01:57:57
null
UTF-8
C++
false
false
6,116
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/background_sync/background_sync_controller_impl.h" #include <stdint.h> #include "base/macros.h" #include "chrome/common/feature...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
6622e0ba7e17a649af60317b855a1d57857d9516
9cc258dc592392795713bb3169f7c3854ae1e79a
/src/Client/SpaceshipController.inl
36f47b4f681dfd3c39ac784dfb79ea9246bc06b2
[ "MIT" ]
permissive
Praetonus/Erewhon-Game
190e0485a21859ba98d9f6d087985205de5bc82c
0327efc5ea80e1084ffb78191818607e9678dcb3
refs/heads/master
2021-01-24T02:47:50.727162
2018-02-25T18:08:40
2018-02-25T18:08:40
122,862,722
1
0
MIT
2018-02-25T18:17:11
2018-02-25T18:17:10
null
UTF-8
C++
false
false
230
inl
// Copyright (C) 2017 Jérôme Leclercq // This file is part of the "Erewhon Shared" project // For conditions of distribution and use, see copyright notice in LICENSE #include <Client/SpaceshipController.hpp> namespace ewn { }
[ "lynix680@gmail.com" ]
lynix680@gmail.com
7662cfbe23637c1536f25f1b16a0882c9262edd7
5cbcfdf5459d213b353d23a0aab1438e5b023acd
/Classes/HelloWorldScene.cpp
9979ff42dc516a61417003cd2525209c238e6566
[]
no_license
Nikaoto/seedbury
e77ee96f336991448229c37852b79fdabbfd9b61
5fe662079fe23328589471b8c4445dc7bb60d691
refs/heads/master
2021-06-18T08:17:02.373000
2018-10-05T16:36:28
2018-10-05T16:36:28
142,158,532
1
0
null
null
null
null
UTF-8
C++
false
false
4,209
cpp
/**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. http://www.cocos2d-x.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...
[ "nikaoto@gmail.com" ]
nikaoto@gmail.com
07be7fd3f705351d63993a731941e4210215211b
d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3
/chromium/cc/paint/paint_image_generator.h
d0ce1c75c02da8eacd31f1a9866e13bbaf1aa056
[ "BSD-3-Clause" ]
permissive
Csineneo/Vivaldi
4eaad20fc0ff306ca60b400cd5fad930a9082087
d92465f71fb8e4345e27bd889532339204b26f1e
refs/heads/master
2022-11-23T17:11:50.714160
2019-05-25T11:45:11
2019-05-25T11:45:11
144,489,531
5
4
BSD-3-Clause
2022-11-04T05:55:33
2018-08-12T18:04:37
null
UTF-8
C++
false
false
3,935
h
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_PAINT_PAINT_IMAGE_GENERATOR_H_ #define CC_PAINT_PAINT_IMAGE_GENERATOR_H_ #include <vector> #include "base/macros.h" #include "cc/paint/frame_...
[ "csineneo@gmail.com" ]
csineneo@gmail.com
0177d2fb06f216532817dfff333d50eb69d7703b
04bcdccf8386ddf39db1d638f0b0083e78ae99be
/Classes/Network_Common/Encoder_XOR.h
c98167617a4a44219bdca07fcfd76afc4ff3666b
[]
no_license
hackerlank/son
3d71f9019fefea4898cf20601995231de000cccf
bf9175241d4f10ba4461c798f2752d1a0634bb3d
refs/heads/master
2020-03-12T21:30:59.635554
2016-06-28T09:39:49
2016-06-28T09:39:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
573
h
#ifndef ENCODER_XOR_H #define ENCODER_XOR_H #include "Encoder.h" namespace Encode_Decode { class EncoderXOR_T : public Encoder_T { public: EncoderXOR_T(VOID) {}; ~EncoderXOR_T(VOID) {}; VOID Reset(VOID) {}; virtual BOOL Encode(Encoder_T::Parameters_T& rParams) const; virtual BOOL Decode(Encoder_T::...
[ "58469983@qq.com" ]
58469983@qq.com
a65b7f7fbe5580256f2f8a0fb86cc28c50077cac
488f41de2b5fce4081c87feb547ef853ea69a5f6
/materials/2019-2020/11b/2019-11-28-inheritance-2/better/water_vehicle.hh
21a850e0a7ed2b8943ff48ef891ecde7828d2719
[]
no_license
elsys/oop
5c17e8f2c72aba775f4d895499782b6cad5816d1
a5be4adb767cdde7d9f904024880382509f53498
refs/heads/master
2023-06-14T06:21:30.570095
2023-06-05T19:04:14
2023-06-05T19:04:14
211,560,844
11
32
null
2023-02-22T09:24:13
2019-09-28T20:57:51
PostScript
UTF-8
C++
false
false
160
hh
#ifndef WATER_VEHICLE_HH #define WATER_VEHICLE_HH class WaterVehicle { public: float waterDisplacement; WaterVehicle(float waterDisplacement); }; #endif
[ "mario.ben@mail.bg" ]
mario.ben@mail.bg
40e09b7b282cfa191f0ff3e5604c3e27ccf55953
5d4403efa3fdb9f71726bdd59bd37c5fcba109a9
/src/opcontrol.cpp
fb7c53aa9a254ef298780a661761356bd0cf77db
[]
no_license
nrdave/vrc-2020-2021-code
ed1d923f3f33bef1dc8df705ef27d0b8811d240d
c23667da889ae5decd766b46369343bdfdb37fd7
refs/heads/master
2023-07-30T23:43:49.901025
2021-03-23T20:06:43
2021-03-23T20:06:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
778
cpp
#include "main.h" /** * Runs the operator control code. This function will be started in its own task * with the default priority and stack size whenever the robot is enabled via * the Field Management System or the VEX Competition Switch in the operator * control mode. * * If no competition control is connected...
[ "nikhilrdave2003@gmail.com" ]
nikhilrdave2003@gmail.com
77eaaf415b456b91093ad18abde70e852c7f432c
d0448333c6b9df7d8da49ded311910bc58d42f95
/source/backend/ChannelsHandler.cpp
b84728263d3b492ec34320e5e8d09b0c711c8f99
[ "MIT" ]
permissive
skydiveuas/fm-client-sdk-cpp
88d635c6451efe09b49d36c2b3fe06d8390a8e69
2ce252b7692b4eb0f09758dac18ece74468f7531
refs/heads/master
2020-04-15T06:50:58.753610
2019-05-12T20:36:46
2019-05-12T20:36:46
164,475,815
0
0
null
null
null
null
UTF-8
C++
false
false
4,494
cpp
#include "backend/ChannelsHandler.hpp" #include "backend/ClientBackend.hpp" #include "traffic/socket/TcpSocket.hpp" #include "traffic/socket/TlsTcpSocket.hpp" #include "traffic/socket/UdpSocket.hpp" using boost::log::trivial::severity_level; using namespace fm; using namespace fm::backend; using namespace fm::traff...
[ "nawbar23@gmail.com" ]
nawbar23@gmail.com
eba58282bfda14d24016f3ba82f3880e9492793a
30b7ffd17845db982883a91ce8d04551281658c4
/Codeforces/Educational/Educational 84/B-01.cpp
d0952aa024060bbe790480199eaa34dd8097e7eb
[]
no_license
shas9/codehub
95418765b602b52edb0d48a473ad7e7a798f76e5
bda856bf6ca0f3a1d59980895cfab82f690c75a2
refs/heads/master
2023-06-21T01:09:34.275708
2021-07-26T14:54:03
2021-07-26T14:54:03
389,404,954
0
0
null
null
null
null
UTF-8
C++
false
false
2,327
cpp
#include <bits/stdc++.h>` #define slld(longvalue) scanf("%lld", &longvalue) #define plld(longvalue) printf("%lld\n", longvalue) #define slf(longvalue) scanf("%lf", &longvalue) #define plf(longvalue) printf("%lf\n", longvalue) #define sc(letter) scanf("%c", &letter) #define pc(letter) printf("%c", letter) #...
[ "shahwathasnaine@gmail.com" ]
shahwathasnaine@gmail.com
73602779fe9aa91751a05a9d94f18747f9486de1
66ef85fcec461c6fc7df8008ce6a0ee772051f0b
/src/animation/animation.cpp
5b4de65de1609b8375d1bdb8f9627c55e02f3308
[ "MIT" ]
permissive
BttrDrgn/Fall-ENG-Down
5051d38b7f44b02c3e37272233854d0061a88c31
68c98a98a2948287092d98707b947a7d5cd8a1fb
refs/heads/main
2023-02-24T02:25:16.018604
2021-01-23T18:21:46
2021-01-23T18:21:46
332,152,030
0
0
null
null
null
null
UTF-8
C++
false
false
28,383
cpp
#include <cmath> #include <DxLib.h> #include <animation/animation.h> #include <mathematics/mathematics.h> const double PI = 3.1415926535897931; const double PI2 = 6.2831853071795862; const double ROOT2 = 1.4142135623730951; void CAnimation::CalcWater(int cnt){ for(int i=0;i<CAnimation::WATER_MAX;i++){ if(CAnimatio...
[ "49764143+BttrDrgn@users.noreply.github.com" ]
49764143+BttrDrgn@users.noreply.github.com
0239f70ca8428b951a96dc81e8e88bbb3c8f17fa
16d92b0363a57f3d80ac844286ea254811ef715d
/src/bezier.cpp
400d605ab1f4b27c851393010cef8f8179da7c76
[]
no_license
vivek2612/Graphics-a22-lightingInRoom
585f7dbed3d1e3befc4d8dda0309963392028d77
c779e499f3b48ca5173c20c0846ad84c6bfdceb9
refs/heads/master
2021-01-22T21:13:45.172219
2013-10-25T17:01:35
2013-10-25T17:01:35
13,697,899
1
0
null
null
null
null
UTF-8
C++
false
false
1,416
cpp
#include "bezier.h" Bezier::Bezier(vector<Point> v){ controlPoints = v; } Bezier::Bezier(){ Point p(0,0,0); controlPoints = vector<Point>(0,p); } // finds the corresponding point on the curve using de-castlo algorithm Point Bezier::findCurvePoint(float t){ return findCurvePointHelper(t, controlPoints, controlPoi...
[ "vivek@vivek-Aspire-V5-571G.(none)" ]
vivek@vivek-Aspire-V5-571G.(none)
b92a209bbe1279672d1dbf637a57858435c36612
8e257518e3cf44e0c8e02a96f3abc6f222ebfb5d
/QT_Theon/c_radar_thread.cpp
c2b4ad143e920514a0435f3e9fef72da1a7352de
[]
no_license
kimphg/LT_theon
0f1185badaa89c8a92b8867b819db3f02e2c66ee
3ebc05e03712c3ef87d16536e43d7bbff5b24631
refs/heads/master
2020-04-10T16:29:19.029346
2018-12-26T03:51:27
2018-12-26T03:51:27
161,146,924
0
0
null
null
null
null
UTF-8
C++
false
false
25,207
cpp
#include "c_radar_thread.h" #define MAX_IREC 500 //#include <QGeoCoordinate> //#include <QNmeaPositionInfoSource> DataBuff dataB[MAX_IREC]; //uchar udpFrameBuffer[MAX_IREC][OUTPUT_FRAME_SIZE]; short iRec=0,iRead=0; //bool *pIsDrawn; bool *pIsPlaying; //CConfig mGlobbalConfig; //QNmeaPositionInfoSource *geoLoc...
[ "pkp013@gmail.com" ]
pkp013@gmail.com
a8fa5247a623d884bd9c3515003c2b4ef7eed433
d337219c2a5b89823550f9ac75c8c668cf40451c
/pattern10.cpp
75a44d2eecbaa46fe36ee13eb5f29d6afbc789ea
[]
no_license
Amitesh32002/C-Patterns
653ff9b7ed2ee19f211969b52f4a649bcfc575ce
c22c42c4f6e4145292d116fb731e3e2e0b0c1798
refs/heads/main
2023-05-14T18:13:06.590452
2021-06-12T06:50:18
2021-06-12T06:50:18
376,222,659
0
0
null
null
null
null
UTF-8
C++
false
false
325
cpp
#include <iostream> using namespace std; // 1 2 3 4 5 // 1 2 3 4 // 1 2 3 // 1 2 // 1 int main() { int n; cout<<"Enter the value of n :"; cin >> n; for (int i = 0; i < n; i++) { for (int j = 0; j < n - i; j++) { cout << (j + 1) << " "; } cout << endl; ...
[ "amiteshkeshari2002@gmail.com" ]
amiteshkeshari2002@gmail.com
c205d0e8da7baebe29bc6247bc11a24951c4f984
ff2eb1e29feebf73ecd1dc3560ab5abaf3047f2a
/kernel/include/lz_optional.hpp
32e49389f142ac12a70aaaf9d8445477eabd4d6e
[]
no_license
Hardware-ML/smartssd
9f3ccbe0a57fa091a1516fe88fa3e2d45e887dc5
ed7f7499fbaf732a7ffb6f49a271540f68430b5d
refs/heads/master
2023-03-17T22:01:14.282612
2020-11-24T19:39:35
2020-11-24T19:39:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,441
hpp
/* * (c) Copyright 2019 Xilinx, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "xuluna@ibm.com" ]
xuluna@ibm.com
20c4d1553f0893f5f687d4a6aa3d2f48a77386e4
f6d0e87e7bf26336d7648fdb4873734e390213d8
/day1/3_dynamicmem3.cpp
4bc65609183f9ddbaa4157e230dd6ac7cfb5a207
[]
no_license
juner417/data_structure
9909395fcfb19b68655a83e698d922a1ebf48d56
40d94c88c6fe7fcc8ecc2d34348630bf6d427f8c
refs/heads/master
2020-12-23T20:03:09.165564
2017-07-24T02:45:52
2017-07-24T02:45:52
59,251,391
0
0
null
null
null
null
UTF-8
C++
false
false
454
cpp
#include <stdio.h> #include <stdlib.h> // 다른 함수에서 동적 메모리 할당한 주소를 꺼네오는 코드 // 메모리를 할당하고 0으로 리셋해주는 함수 void AllocZeroMemory( int **p, int n ) { *p = (int*)malloc(sizeof(int)* n); for ( int i = 0; i<n; i++) { (*p)[i] = 0; } } int main() { int cnt = 10; // 정수 담는 변수 int *p = 0; // 주소를 담는 변수 Al...
[ "junerson@juner-macbook.korea.ncsoft.corp" ]
junerson@juner-macbook.korea.ncsoft.corp
8b8e57d1a9c11a23c67664e8b14f285e3652b5ae
3e91cc6dfcb4da7b9b50085a8521546bf6448cee
/p1/Scene.h
ba98a9f51fcfd0afc029aa8ad2346e0338ba98f7
[ "Apache-2.0" ]
permissive
medina325/Computer-Graphics-Homework---RayTracer-Renderer-with-BVH
6350726b04ed28de23708695eb9f36820de5af73
62d95109c7358a1f9c004138a9007d91cba47987
refs/heads/master
2022-12-23T05:39:11.911074
2020-09-30T20:17:57
2020-09-30T20:17:57
300,048,441
0
0
null
null
null
null
UTF-8
C++
false
false
3,606
h
//[]---------------------------------------------------------------[] //| | //| Copyright (C) 2018 Orthrus Group. | //| | //| This software is provided 'as-is', w...
[ "medina_cdz@hotmail.com" ]
medina_cdz@hotmail.com
208e37c5a13da169c4c6518e3a905b2a1893569c
c7f8a39132ce5418b578e64187144a834fd71ad0
/ADDREV.cpp
5f0122297a5d0c71a08b8e97bd64d65b30a65a56
[]
no_license
esun0087/spoj
97a6ba3fbef9851d5c1f54e1da1125d8019f7741
f73ec10a2cda76889d0609df7f093a24178ae37c
refs/heads/master
2021-01-21T04:25:44.836016
2016-08-07T02:35:02
2016-08-07T02:35:02
60,468,733
0
0
null
null
null
null
UTF-8
C++
false
false
1,992
cpp
#include <cstdio> #include <cstring> using namespace std; char num1[222], num2[222], res[222]; void cutzero_in(int len1, int len2); void cutzero_out(int k); void reverse_in(int len1, int len2); void rev_add(); int main() { int t, len1, len2; scanf("%d",&t); for(;t;t--) { scanf("%s%s",num1,num2); len1...
[ "esun0087@163.com" ]
esun0087@163.com
1c9d744a5276f7be7c877746637d8fde76860094
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-medialive/include/aws/medialive/model/InputMaximumBitrate.h
c3105aa58068cc7c71efe63d59fdac2efdb26216
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
1,173
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "henso@amazon.com" ]
henso@amazon.com
73e90ce46c547b7dda31b41ae0ccaf6bab3fd58b
6249ee47c32a45eaa5b39ca8f0b46638d3cf26ba
/src/Buffer/BufferSharedDefinitions.cpp
9ab2680ad1a7909f98f6102f9001f9138c56995b
[]
no_license
lubosz/Flewnit
1f52f4d805452353eb9b05e68e249ee0e3dfb983
8b3cfd14d579f6be8472844a8cf0295b1ea23771
refs/heads/master
2021-01-17T07:31:12.844479
2011-05-05T22:38:14
2011-05-05T22:38:14
1,466,428
0
0
null
null
null
null
UTF-8
C++
false
false
21,104
cpp
/* * BufferSharedDefinitions.cpp * * Created on: Jan 8, 2011 * Author: tychi */ #include "BufferSharedDefinitions.h" #include "Buffer/BufferHelperUtils.h" #include "Util/Log/Log.h" namespace Flewnit { BufferInfo::BufferInfo(String name, ContextTypeFlags usageContexts, BufferSemantics bufferSemantic...
[ "markusschlueter@uni-koblenz.de" ]
markusschlueter@uni-koblenz.de
7e272703843b0835e8a20982576e38e1ac3a87a2
11e97f87deb25babb4a32c80941e7ff4e476c92a
/REC/HRD_220A/Vision/PkgMatch.cpp
87e3515bfd8f16e482a46cebb16aef0f3f3dc086
[]
no_license
xhyangxianjun/Builder6-program
b9d03d98658db5a5a8cf1586210a373bc391dc48
a12d811d7a5fa3dba6d3e8c05989a41cb89783de
refs/heads/master
2022-04-03T00:25:47.274355
2019-09-19T08:26:56
2019-09-19T08:26:56
null
0
0
null
null
null
null
UHC
C++
false
false
22,850
cpp
//--------------------------------------------------------------------------- #pragma hdrstop #include "PkgMatch.h" #include "BaseMaths.h" #include "UserINI.h" #include "aAutoThreshold.h" #include "GlobalMan.h" //--------------------------------------------------------------------------- #pragma package(smart_init) ...
[ "sheepdw@gmail.com" ]
sheepdw@gmail.com
4bcc0a122b7761563cf651f601bd573bcbc001f9
04b1803adb6653ecb7cb827c4f4aa616afacf629
/components/offline_pages/core/offline_page_model.cc
3014ac4aeed97772cfa0e895edf8f2c970da726c
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
884
cc
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/offline_pages/core/offline_page_model.h" #include "url/gurl.h" namespace offline_pages { const int64_t OfflinePageModel::kInvalidO...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
4e9d6e957211685f28e724b1eff50cb3ffb4cbb5
b1e85ed31417de37217dfaa038fe717e8bec54d0
/apps/testapps/TwitterOSCSender/src/testApp.cpp
b0e0be3396dfd6f881c778d3cecc5dd8af10b6e8
[ "MIT" ]
permissive
HellicarAndLewis/Hub
9316c4a3ee1756967b72b8093ec5a51a9d0f395b
e890f841f16988c642cf6390fa31c3c5ae82773d
refs/heads/master
2021-01-21T12:03:26.304573
2013-12-12T13:29:50
2013-12-12T13:29:50
3,096,272
2
3
null
null
null
null
UTF-8
C++
false
false
1,765
cpp
#include "testApp.h" //-------------------------------------------------------------- void testApp::setup(){ ofSetFrameRate(60); ofSetVerticalSync(true); ofBackground(33); osc.setup("locahost", 4444); } //-------------------------------------------------------------- void testApp::update(){ } //--------------...
[ "diederick@apollomedia.nl" ]
diederick@apollomedia.nl
ec96bf5db4f0be9e4bfc15b4ff8e8640fa1cbc98
33e7d754865b766f4ef6498cda5f87244830a343
/drawpixel/line.cpp
0dce10c258d8b7085b7dfea1965fed60209302a7
[]
no_license
wuhaozhe/graphics-homework1
c08622ec781cce4a383b53fe0b2e142a086b597f
b86da2bde38af740d79bf45a7eb966bfde1fae0d
refs/heads/master
2021-01-17T21:51:39.685656
2017-03-16T10:34:21
2017-03-16T10:34:21
84,181,911
2
0
null
null
null
null
UTF-8
C++
false
false
654
cpp
#include "line.h" #include <cmath> #include <iostream> using namespace std; line::line() { A = 0; B = 0; C = 0; } line::line(int start_x, int start_y, int end_x, int end_y) { set_line(start_x, start_y, end_x, end_y); } double line::PointLineDistance_Sqr(double x, double y) { double upper = pow(A * x + B * y + C, ...
[ "506903514@qq.com" ]
506903514@qq.com
2565e003d1f1ff41ac45f26c992dd45035cb93b2
9ab5c0342bad57371b781bad9258298a9680eb1b
/glnext/debug.cpp
8342b70efab1788a3550b5b6d2f005a354296a0d
[ "MIT" ]
permissive
glnext/glnext
4ef656bd73a57f3c93780b7911bd2debaa874c04
6f510ae0b4dcb0556f859c703b788964611ef47a
refs/heads/main
2023-03-26T08:25:41.238117
2021-03-25T06:21:57
2021-03-25T06:21:57
328,319,518
14
0
null
null
null
null
UTF-8
C++
false
false
1,594
cpp
#include "glnext.hpp" typedef VkDebugUtilsMessageTypeFlagsEXT LogType; typedef VkDebugUtilsMessengerCallbackDataEXT LogData; typedef VkDebugUtilsMessageSeverityFlagBitsEXT LogSeverity; VkBool32 debug_callback(LogSeverity severity, LogType types, const LogData * data, void * list) { PyObject * message = PyUnicode_...
[ "cprogrammer1994@gmail.com" ]
cprogrammer1994@gmail.com
b341fc98339fc41c619d60b6eb9d4ac9b9caa0a3
9e14d7d8340d6d18bfaaa79692e71108f34d5c54
/src/denoising_main.cpp
8ddd76c92274a482ff9ae1ee8c6457180d08f232
[ "MIT", "BSL-1.0", "LicenseRef-scancode-public-domain", "CC-BY-3.0", "Unlicense" ]
permissive
mcwchitos/rt-template
b517b9eeaa1d0da0ff2e4f3d5ce55be82481c301
a374ea2c22234ccb48821a5eb88dc2915be24dd5
refs/heads/master
2022-07-11T16:02:34.881771
2020-05-02T13:39:00
2020-05-02T13:39:00
260,694,059
0
0
MIT
2020-05-02T13:35:31
2020-05-02T13:35:31
null
UTF-8
C++
false
false
493
cpp
#include "denoising.h" #include "denoising_main.h" int main(int argc, char* argv[]) { Denoising* render = new Denoising(1920, 1080); int result = render->LoadGeometry("models/CornellBox-Mirror.obj"); if (result) { return result; } render->SetCamera(float3{ -0.5f, 0.99f, 1.5f }, float3{ 0, 0.99f, -1 }, float3{ ...
[ "djbelyak@gmail.com" ]
djbelyak@gmail.com
357d7977cabb9ee5503dfa0ca94924fe6755b624
1d9df1156e49f768ed2633641075f4c307d24ad2
/components/autofill/core/browser/personal_data_manager.cc
2195856dcabfaacd34173751fff11e9a6d9899e8
[ "BSD-3-Clause" ]
permissive
GSIL-Monitor/platform.framework.web.chromium-efl
8056d94301c67a8524f6106482087fd683c889ce
e156100b0c5cfc84c19de612dbdb0987cddf8867
refs/heads/master
2022-10-26T00:23:44.061873
2018-10-30T03:41:51
2018-10-30T03:41:51
161,171,104
0
1
BSD-3-Clause
2022-10-20T23:50:20
2018-12-10T12:24:06
C++
UTF-8
C++
false
false
101,808
cc
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/autofill/core/browser/personal_data_manager.h" #include <stddef.h> #include <algorithm> #include <list> #include <map> #include <st...
[ "RetZero@desktop" ]
RetZero@desktop
842037a62d042d5e60b4d47275bf5baef0bd78d1
242f68fc1418a907ec5df6a665997ba301986000
/src/feature.hpp
2a02a5b013bf3b1652454642cf814384a571713a
[]
no_license
cherip/OM
b43c38e0ea888d56e46fc72db84b26777dd3070d
509c04c4c678b87e6b6c41554aae123abe9af248
refs/heads/master
2021-01-01T17:00:00.199767
2012-08-27T04:28:45
2012-08-27T04:28:45
5,566,571
1
1
null
null
null
null
UTF-8
C++
false
false
4,036
hpp
#ifndef _FEATURE_H_ #define _FEATURE_H_ #include <stdio.h> #include <vector> struct BitCode { unsigned int *bits; int len; int bitsLen; BitCode(int _len) { len = _len; bitsLen = (len + 31) / 32; bits = new unsigned int[bitsLen]; for (int i = 0; i < bitsLen; i++) ...
[ "cherip@dev64.(none)" ]
cherip@dev64.(none)
80f3b202d7d3aade4560cfcd36f582d67131b077
32168585d552d6ffe796b7716acb60f23fac6206
/io/io_hdf5.h
dc6ea8e5a0d7b343119a5b09ebb0c922f5a271f1
[]
no_license
etano/scaffold
058ea51a18aac6bcbe51f15fff65066946b3c8b5
386521f8890dd50bfe20bb56211a25cce9124c4c
refs/heads/master
2021-01-23T22:43:19.129633
2017-01-03T18:10:06
2017-01-03T18:10:06
16,009,918
0
0
null
null
null
null
UTF-8
C++
false
false
8,153
h
#ifndef SCAFFOLD_IO_IO_HDF5_H_ #define SCAFFOLD_IO_IO_HDF5_H_ #include "H5Cpp.h" #include "hdf5_datatype.h" namespace scaffold { namespace io { class IO { public: std::string file_name; void Load(std::string &tmp_file_name) { file_name = tmp_file_name; } void Create() { // Create file H5::H5...
[ "ethan.w.brown@gmail.com" ]
ethan.w.brown@gmail.com
52dbbf64bd2c94ab4676fbf5fe3dd4fe458739d5
fd8fe4d3e402577146303b99071f5dc707cfe425
/Enum_Greedy/src/FP_Data.cc
3f504ab9275c742fb741a0094d7cfe15e92bf076
[]
no_license
GabVenturato/permutation-flowshop-scheduling
a7e7d72b4034d57919bf28bb255b2959c2b1899f
7f25efe370eb42af35e045a4bba98c669326f62f
refs/heads/master
2020-04-17T04:53:53.746368
2019-03-04T18:17:17
2019-03-04T18:17:17
166,251,795
0
0
null
null
null
null
UTF-8
C++
false
false
6,472
cc
#include "FP_Data.hh" #include <fstream> FP_Input::FP_Input(string file_name) { const unsigned MAX_DIM = 100; char ch, buffer[MAX_DIM]; ifstream is(file_name); if(!is) { cerr << "Cannot open input file " << file_name << endl; exit(1); } is >> buffer >> ch >> jobs >> ch; ...
[ "spidernet@protonmail.com" ]
spidernet@protonmail.com
e1dcd3bec01591e9aaffaeb3c16457ac9024776d
4dcb5cc30037d49a3d5c7aeb2f0c9b5d0d1139d1
/pol-core/bscript/executor.h
5ece2b0f3394babdfbf44985fdb831d0a1448cc4
[]
no_license
zerodownedArchives/polserver-zulu
40437258802631c4af070e478f418b737153a27c
67922367ed7968c1d88274c352f140cef99890c6
refs/heads/master
2022-10-22T14:42:37.691311
2015-02-14T18:06:32
2015-02-14T18:06:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,192
h
/* History ======= 2009/09/05 Turley: Added struct .? and .- as shortcut for .exists() and .erase() Notes ======= */ #ifndef __EXECUTOR_H #define __EXECUTOR_H #ifndef __SYMCONT_H #include "symcont.h" #endif #ifndef __EXECTYPE_H #include "exectype.h" #endif #ifndef __TOKEN_H #include "token.h...
[ "andenixa@3e289551-bb09-2807-085c-34e70474614d" ]
andenixa@3e289551-bb09-2807-085c-34e70474614d
5777fb15e389c7140fce692446a18483c3c78deb
c45a8d9456505bd0c83168ce6a365668bc294a6e
/object_feature_generator/src/object_feature_generator/object_feature_generator.cpp
cd137e4bb23870a83d34633c227b2f6926302295
[]
no_license
nbfigueroa/kinect-process-scene
f549bccb80819b746b2ab408d31381bcc69ec000
a959237aa6c97c9cba5aabb64a96d801c8e37356
refs/heads/master
2020-04-06T07:02:50.255584
2016-09-04T18:24:18
2016-09-04T18:24:18
60,985,800
2
0
null
null
null
null
UTF-8
C++
false
false
5,986
cpp
#include "object_feature_generator.h" typedef pcl::PointCloud<pcl::PointXYZRGBNormal> PointCloud_pcl; ObjectFeatureGenerator::ObjectFeatureGenerator (const std::string cloudTopic, const std::string featTopic, const bool runVisualizer) : cloud_topic(cloudTopic), runViz(runVisualizer), feat_topic(featTopic) { i...
[ "nbfigueroa@gmail.com" ]
nbfigueroa@gmail.com
cd60bbc3e36e066a9577f3a8c6b61e093ea7fb9d
fc0fe2f6e941aee23459ed10fbb2ebe0688fdad7
/stdafx.cpp
66da6dc850b009a090852068c880f42afe523c72
[]
no_license
Arucious/opencv-facial-recognition-practice
3b1b8d68be39b7b8bc03a089289cedbc92c13077
c2cd15966924cc4151e336da3be5c91cfc3f93eb
refs/heads/master
2020-03-19T08:45:54.205159
2018-06-05T20:48:03
2018-06-05T20:48:03
136,233,079
0
0
null
null
null
null
UTF-8
C++
false
false
289
cpp
// stdafx.cpp : source file that includes just the standard includes // HW04_Part2.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
[ "arucious@gmail.com" ]
arucious@gmail.com
b041c8b90b3cc4b150d77fb7db3a0df21fd40243
28ba96cdb59e69e27ad08896dff56ee44d8f4e0b
/俄罗斯方块.cpp
833b45facf910c1c57b5e8609d67c1f901e412af
[]
no_license
wingerted/Russian-Federation
425a6df8acddea2614e92bffff768ab774fa1439
4f49e6ccb862ef3cfb576c053f64e0fcc9db1905
refs/heads/master
2021-01-22T11:47:22.076572
2014-06-28T15:01:53
2014-06-28T15:01:53
null
0
0
null
null
null
null
GB18030
C++
false
false
8,836
cpp
// 俄罗斯方块.cpp : 定义应用程序的入口点。 #include "stdafx.h" #include "俄罗斯方块.h" #define MAX_LOADSTRING 100 // 全局变量: HINSTANCE hInst; // 当前实例 TCHAR szTitle[MAX_LOADSTRING]; // 标题栏文本 TCHAR szWindowClass[MAX_LOADSTRING]; // 主窗口类名 Background *background = NULL; BaseShape *shape = NULL; BaseShape *next_...
[ "wingerted@gmail.com" ]
wingerted@gmail.com