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
cb38df47959fb8c745fd459eec3da7b4ca25f10d
d0be9a869d4631c58d09ad538b0908554d204e1c
/utf8/lib/client/cegui/CEGUI/include/elements/CEGUITree.h
88fc1ad86a3f44cacd11aa6c44b2a2664b909edc
[]
no_license
World3D/pap
19ec5610393e429995f9e9b9eb8628fa597be80b
de797075062ba53037c1f68cd80ee6ab3ed55cbe
refs/heads/master
2021-05-27T08:53:38.964500
2014-07-24T08:10:40
2014-07-24T08:10:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,591
h
/*********************************************************************** filename: CEGUITree.h created: 5-13-07 author: Jonathan Welch (Based on Code by David Durant) *************************************************************************/ /**************************************************************************...
[ "viticm@126.com" ]
viticm@126.com
2e4384524a2a4e2141cb3b25c637f5c67c3caa9b
33526de9b19486100705efe849e78f6bfea25e3f
/BOJ/2609.cpp
4f7f8615b14aae2a160fdbcc868c98e7d1c77128
[]
no_license
whrlgus/PS
32f6771f03afdfdec61f12b790e527f4b2a5e8bc
596f91e7e40485b96a1199a4acc1ba9fb05d9ab2
refs/heads/master
2023-07-31T14:34:59.279677
2021-09-12T11:20:24
2021-09-12T11:20:24
277,535,565
0
0
null
null
null
null
UTF-8
C++
false
false
296
cpp
#include<bits/stdc++.h> #define f(i,l,r) for(int i=l;i<r;++i) using namespace std; int gcd(int a, int b){ return b?gcd(b,a%b):a; } int main(){ ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); int a,b;cin>>a>>b; int tmp=gcd(a,b); cout<<tmp<<'\n'; cout<<tmp*a/tmp*b/tmp; return 0; }
[ "whrlgus33@gmail.com" ]
whrlgus33@gmail.com
f35a8bff1eb4cf9cf012c76f45bcae1139900b05
82e6375dedb79df18d5ccacd048083dae2bba383
/src/main/tests/test-object.cpp
069cf77917b0cd3c733d18e255124594652472af
[]
no_license
ybouret/upsylon
0c97ac6451143323b17ed923276f3daa9a229e42
f640ae8eaf3dc3abd19b28976526fafc6a0338f4
refs/heads/master
2023-02-16T21:18:01.404133
2023-01-27T10:41:55
2023-01-27T10:41:55
138,697,127
0
0
null
null
null
null
UTF-8
C++
false
false
3,177
cpp
#include "y/object.hpp" #include "y/utest/run.hpp" #include "y/memory/zblock.hpp" #include "y/memory/allocator/global.hpp" #include "y/os/real-time-clock.hpp" #include <cstdlib> using namespace upsylon; namespace { struct block_t { void *addr; size_t size; }; } Y_UTEST(object0) { siz...
[ "yann.bouret@gmail.com" ]
yann.bouret@gmail.com
00d318632781a83825ec11a636a475ed4971aff7
48c93efbea5fd5abb2f668f7ee769bea6fe75be9
/43Set/set.h
6fd03a2097a652d69e9e0d2b1946edf1869712f9
[]
no_license
ssmero/CSCE240
f960f1a1a0b7bf5b2c7ee36a512a8a3e7ee435aa
5fbfde18131fa8cd86a9c8467984e44660806cef
refs/heads/master
2020-04-25T13:35:10.444038
2019-02-27T01:08:03
2019-02-27T01:08:03
172,814,202
0
0
null
null
null
null
UTF-8
C++
false
false
1,984
h
/**************************************************************** * Header for the 'Set' class * * Author/copyright: Duncan Buell * Used with permission and modified by: Jane Random Hacker * Date: 13 May 2016 **/ #ifndef SET_H #define SET_H #include <vector> #include <set> using namespace std; #include "../.....
[ "noreply@github.com" ]
noreply@github.com
26a2e987b61f5a4bb948fc4813d51d5b0a6912eb
0c207f8e5852398dbb91b96866242404e18076ae
/_cryptoys/prime3/basex.cc
2a6b5e3fa0d1c681f6c5bc4846413acb7aef4beb
[]
no_license
BGCX067/ezonas-hg-to-git
a0ac2d6391aee65fc0156f96a56b88629b2694ed
a3904ba6faf55952ac19a1e95592ade5b042afd4
refs/heads/master
2016-09-01T08:54:09.134157
2012-04-28T14:05:12
2012-04-28T14:05:12
48,752,679
0
0
null
null
null
null
UTF-8
C++
false
false
6,349
cc
#include "basex.h" basex :: basex() {} // those conversions are the trickiest inline string basex :: n2s30(intg ul) { // DADADADADA string str30 = ""; // ADDED int down = POWER30; // oddly it's the same as 27, check sizepower.py while (ul > int_pow (30, down)) --down; intg r = ul; while (down > -1) // loop { ...
[ "ezjonas@gmail.com" ]
ezjonas@gmail.com
8064e6c078c32b9fa379ef5171e3cab96c7c3abe
de73f2effcd2826ec9f35ebbeff581618e71b908
/C++ Projects/Daily Coding Problem/95.cpp
2f2c1a3e0282c2169f9ba3842b8081592b87ddf9
[]
no_license
AaronGuo213/Other-Code
177ffb20e1e352eff313c20611025ce193e31542
a28dcd49141f7b3dbd3288ddb709e16acde7c016
refs/heads/master
2023-04-14T19:59:02.907347
2021-05-01T15:57:02
2021-05-01T15:57:02
208,907,584
0
0
null
null
null
null
UTF-8
C++
false
false
1,563
cpp
#include <iostream> using namespace std; void swap(int perm[], int a, int b) { //swaps the values of two locations in an array int hold = perm[a]; perm[a] = perm[b]; perm[b] = hold; } void sort(int perm[], int begin, int end) { //sorts a part of an array from least to greatest if(begin != end) { ...
[ "aaronguo213@gmail.com" ]
aaronguo213@gmail.com
5941333d2a1934c66c34a279cc3e0441069bcf67
6dfd7e8308884c9119d2035315da85d025d965ed
/experements/Anti_air_gun_game/airGun.h
b72c534cf74e744a845c2379b0182d87ee6c3e77
[]
no_license
VladimirGl/spbu_homework
bda3e3bb9d997fee235014dcb2d9ab850b4fe035
39f27d19fef2cbe337c7c32e9977907a70b5fb13
refs/heads/master
2020-06-02T07:15:06.214633
2014-05-25T15:20:45
2014-05-25T15:20:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
396
h
#ifndef TURRET_H #define TURRET_H #include <QGraphicsItem> #include "airGunBase.h" #include "airGunTurret.h" class AirGun { public: AirGun(QGraphicsScene *scene); ~AirGun(); void rotateTurret(int step); void shoot(); protected: AirGunBase *base; AirGunTurret *turret; int currentRotation...
[ "glazachev.vladimir@gmail.com" ]
glazachev.vladimir@gmail.com
96943cd37420370e859df3ac410b20afa76058dd
c746b0a00bdcc10ed881933b33a17586427749cc
/ATK/Core/OutCircularPointerFilter.h
2851c4c113c57b2617f01f2a7f42517e7b145fb3
[ "BSD-3-Clause" ]
permissive
sbusso/AudioTK
b62647ec34f1c33b00831e1acd0cc9e267d9e949
82df7f5f0965a6738050e88e84ae5feae4ed08cb
refs/heads/master
2020-04-14T20:54:40.532133
2018-09-15T17:18:21
2018-09-15T17:18:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,700
h
/** * \file OutCircularPointerFilter.h */ #ifndef ATK_CORE_OUTCIRCULARPOINTERFILTER_H #define ATK_CORE_OUTCIRCULARPOINTERFILTER_H #include <array> #include <ATK/Core/TypedBaseFilter.h> namespace ATK { /// Filter allowing to output data in a circular array template<typename DataType_> class ATK_CORE_EXPORT O...
[ "matthieu.brucher@gmail.com" ]
matthieu.brucher@gmail.com
8038b195168c437a40fee7f2ade27e249a55d00e
4fe8448ea1fffcf92343102a916e84d47897f065
/XOOF/drawer.h
960a143f5e983560edacdad5ac7bfea0e2961bc3
[]
no_license
usnistgov/OOF1
1a691b7aac20ab691415b4b5832d031cf86ba50c
dfaf20efffaf6b8973da673ca7e4094282bcc801
refs/heads/master
2020-06-29T06:17:17.469441
2015-01-21T19:07:01
2015-01-21T19:07:01
29,553,217
3
2
null
null
null
null
UTF-8
C++
false
false
3,755
h
// -*- C++ -*- // $RCSfile: drawer.h,v $ // $Revision: 1.4 $ // $Author: langer $ // $Date: 2001-02-18 02:34:49 $ /* This software was produced by NIST, an agency of the U.S. government, * and by statute is not subject to copyright in the United States. * Recipients of this software assume all responsibilities asso...
[ "faical.congo@nist.gov" ]
faical.congo@nist.gov
934b1ded1cbcf3025818c08d71d044d417c44cbe
bbc0b5a306dedd1f323199454ed4409e2d5ab941
/Sem_4/Opp_lab/cpp/a1q10/.vscode/record/pg10.cpp.record/03-26-2019 04-20-43pm.1998.cpp
90bc6c031107d0bdbc4d6431e9b69a23f04af1a1
[]
no_license
SATABDA0207/College
15a28c0f0516e14ec61b0e9f899408517f0b6282
bf949f72e226388995f8decf52c6fbc3feb897e2
refs/heads/master
2023-02-20T23:06:09.859161
2021-01-29T21:51:23
2021-01-29T21:51:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,553
cpp
#include <iostream> #include <cstring> #include <fstream> #include<string.h> #include<stdlib.h> using namespace std; class Blance { protected: char acnt_num[21]; int blance; int month, year, day; int type; public: void get(void) { //acnt_num = new char[12]; cout << "Enter the Acount Number: "; cin >>...
[ "287mdsahil@gmail.com" ]
287mdsahil@gmail.com
f4016933d54b1e1f9fcde6114a2268f9234592f4
5a7d3db1f4dc544d47430dcecf9de5ae2990fe88
/.emacs.d/undohist/!home!sirogami!programming!compe!algorithm!factorial!sample1.cc
6f855d1d164d68359d1bbefc3b50d7e325ed0c51
[]
no_license
sirogamichandayo/emacs_sirogami
d990da25e5b83b23799070b4d1b5c540b12023b9
c646cfd1c4a69cef2762432ba4492e32c2c025c8
refs/heads/master
2023-01-24T12:38:56.308764
2020-12-07T10:42:35
2020-12-07T10:42:35
245,687,325
0
0
null
null
null
null
UTF-8
C++
false
false
8,325
cc
((digest . "40f5f19b91e17ac0ac117f8824b8832d") (undo-list nil (475 . 476) nil ("4" . -475) ((marker . 476) . -1) ((marker . 475) . -1) ((marker . 475) . -1) 476 (t 24232 8462 878032 884000) nil (475 . 476) nil ("8" . -475) ((marker . 476) . -1) 476 nil ("/" . -1) ((marker . 476) . -1) ((marker . 1) . -1) ((marker) . -...
[ "sirogamiemacs@gmail.com" ]
sirogamiemacs@gmail.com
8a74d044a48e67c56be40455eed57dbb2f63e881
5a6398e0b197dc76eb9d79e8c9a70940c826b00e
/src/include/izenelib/include/sf1common/ScdWriter.h
0de697eace5f02017d21f7844b51a75ca7385838
[ "Apache-2.0", "PostgreSQL" ]
permissive
RMoraffah/hippo-postgresql
38b07cd802e179c3fce00097f49c843b238c3e91
002702bab3a820bbc8cf99e6fcf3bb1eface96c1
refs/heads/master
2021-01-12T00:48:53.735686
2016-12-02T01:01:15
2016-12-02T01:13:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,307
h
#ifndef SF1COMMON_SCDWRITER_H_ #define SF1COMMON_SCDWRITER_H_ #include "ScdParser.h" #include "Document.h" #include <boost/function.hpp> #include <boost/variant.hpp> namespace izenelib { class DocumentOutputVisitor : public boost::static_visitor<void> { public: DocumentOutputVisitor():os_(NULL) {} DocumentOut...
[ "jiayu198910@gmail.com" ]
jiayu198910@gmail.com
731f7ea0008c4b77abfcf432630424673e9e6dfa
814fd0bea5bc063a4e34ebdd0a5597c9ff67532b
/chromecast/renderer/media/cma_media_renderer_factory.cc
2a3814939d0830128afa088d068576a4fc9039ed
[ "BSD-3-Clause" ]
permissive
rzr/chromium-crosswalk
1b22208ff556d69c009ad292bc17dca3fe15c493
d391344809adf7b4f39764ac0e15c378169b805f
refs/heads/master
2021-01-21T09:11:07.316526
2015-02-16T11:52:21
2015-02-16T11:52:21
38,887,985
0
0
NOASSERTION
2019-08-07T21:59:20
2015-07-10T15:35:50
C++
UTF-8
C++
false
false
1,307
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromecast/renderer/media/cma_media_renderer_factory.h" #include "base/command_line.h" #include "chromecast/media/cma/filters/cma_renderer.h" #...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
d8d7f223dad3d7b70133c3231b1c291b8ac86a0b
00c96f48bc1662999faec7b51cea4a86a71c0cfd
/cluster/qedis_proxy/ProxyConfig.cc
bd136f0dc95dfae97dae9fc3ae439bfc3e6adc3a
[ "MIT" ]
permissive
loveyacper/Qedis
3dd34a0247f60e3975ee1fbae8f865a1409480e4
a68b8261737b860da5e906563be151b91af1835a
refs/heads/master
2023-08-11T02:06:36.694605
2023-05-04T03:50:03
2023-05-04T03:50:03
23,990,558
192
52
MIT
2021-04-02T06:10:56
2014-09-13T09:25:22
C++
UTF-8
C++
false
false
962
cc
#include <vector> #include <iostream> #include "ProxyConfig.h" #include "ConfigParser.h" namespace qedis { static void EraseQuotes(std::string& str) { // convert "hello" to hello if (str.size() < 2) return; if (str[0] == '"' && str[str.size() - 1] == '"') { str.pop_back(); st...
[ "bertyoung666@gmail.com" ]
bertyoung666@gmail.com
628d818b7575a81e9873ed36275a50c8f0f1fbf0
009e98ac743a1fc66a765bfd8dd2240856299a47
/src/rpcblockchain.cpp
a72e1ce3f2e1c6a8aab356d3a3a067e983a76a23
[ "MIT" ]
permissive
FWCC/Source
0b9baee522917892369e2d655dcc5d562f5a4376
1c5b895fd75a2869e401900b09fa99b6a6101fdd
refs/heads/master
2021-01-02T22:32:27.073403
2014-06-12T16:47:43
2014-06-12T16:47:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,269
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "main.h" #include "bitcoinrpc.h" using namespace json_spirit; using namespace...
[ "dev@fifawccoin.org" ]
dev@fifawccoin.org
23b3bd7b68078ddc385226b98e68fdd688d88991
e0d99802bd51b5b452ced555e6a9efbfa0e656dd
/longest_increasing_subsequence/main.cpp
a9b2b211e38c78e95573476098c81dfd94c50ba0
[]
no_license
JohnnyJ5/Algorithms
263926bc190d2e008bdb76fd8b1ee4928aba06f4
378305142c7665b33c70db5f083580f6f6ac7bf6
refs/heads/master
2020-12-25T14:48:26.282240
2016-07-31T02:17:26
2016-07-31T02:17:26
62,096,245
0
0
null
null
null
null
UTF-8
C++
false
false
105
cpp
#include <vector> #include <iostream> #include <algorithm> int main() { return 0; }
[ "michaelcoffey5@gmail.com" ]
michaelcoffey5@gmail.com
47a2d04d1309124858cd44429aa663742eb2c4b2
03d3636f13b8ed7c83a9d2e4094464d24450c466
/mediapipe_api/gpu/egl_surface_holder.h
4fb1e613bb5ef28f97b2bed4789079422094d9b8
[ "MIT" ]
permissive
canaxx/Akihabara
6e7082524df1504f80a3cc2e645eb7582c0162ee
956662f742f9c0c557b90205caddc737836231c2
refs/heads/master
2023-09-01T22:18:34.002536
2021-11-02T00:20:37
2021-11-02T00:20:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,220
h
// Copyright (c) 2021 homuler // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef C_MEDIAPIPE_API_GPU_EGL_SURFACE_HOLDER_H_ #define C_MEDIAPIPE_API_GPU_EGL_SURFACE_HOLDER_H_ #include <memory> #include "mediapi...
[ "noreply@github.com" ]
noreply@github.com
ed6d10aec8c8a6d48666e40f94c6fcb1e59fbf58
0f1877a2327b6e21c9942837400182ef8ba588ae
/src/src/RightText.cpp
21929dc19388fee512c94fc62af6e4153b514618
[]
no_license
WesternGamer/RDR2-Duels
8a9104b9891c793d7b242aef820403597221d885
c582ded244de9f57814f3d14596c47331abcdd26
refs/heads/master
2023-05-09T07:42:53.121855
2021-05-14T15:31:47
2021-05-14T15:31:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,155
cpp
#include "Main.h" char rightText[200]; int rightTextDuration; void clearRightText() { for (int i = 0; i < 200; i++) { rightText[i] = 0; } } void setRightText(const char* text, int duration) { int i = 0; while (i < 200 && text[i]) { rightText[i] = text[i]; i++; } ...
[ "idoshtivi@gmail.com" ]
idoshtivi@gmail.com
9b1acce4a04c0c51b3dad616cb165c8ad35016ca
079723c57e46f1bef9335935803401fc66c41220
/src/portionadder.cpp
87c76fc4ae75a4378a73f83f99ce37643dec95d6
[]
no_license
codedraughtsman/OpenExercise-Nutrition
4b537d639de9bd95c4664a986969a50965eb4c2e
dc2b1a677d315bec32e4288a46c5606045c01b14
refs/heads/master
2021-08-20T04:44:01.390944
2020-04-11T23:38:45
2020-04-11T23:38:45
160,886,664
1
0
null
null
null
null
UTF-8
C++
false
false
2,586
cpp
#include "portionadder.h" #include "ui_portionadder.h" #include "storagemanager.h" #include <QDebug> #include <QInputDialog> #include <QSortFilterProxyModel> #include <QSqlQueryModel> PortionAdder::PortionAdder( QWidget *parent ) : QDialog( parent ), ui( new Ui::PortionAdder ) { ui->setupUi( this ); ui->dateTimeE...
[ "40680543+codedraughtsman@users.noreply.github.com" ]
40680543+codedraughtsman@users.noreply.github.com
baf1799756786896524929f03689567d2840d2c0
c9ba0c885affbef7b54aff9c813344c319e23845
/18.cpp
251c224d43f9d067d72ddf3682cf95788294406a
[]
no_license
ninini976/yf_leetcode_problems
af10efb2d1ac881edb0348db3518e02aec7a93f8
85415872711c7c4b646f71ba44b5ef9200c03f5e
refs/heads/master
2021-01-12T04:49:20.672851
2018-10-28T06:54:18
2018-10-28T06:54:18
77,801,458
0
0
null
null
null
null
UTF-8
C++
false
false
1,843
cpp
class Solution { public: vector<vector<int>> fourSum(vector<int>& nums, int target) { vector<vector<int>> result; if(nums.size() < 4){ return result; } sort(nums.begin(), nums.end()); int first, second, third, fourth; for(first = 0; first < nums.size()-3; ...
[ "noreply@github.com" ]
noreply@github.com
303534876d7131fba83ac3e4cace6baa95289535
d3cf6d15fd4d29b8f146c26cea14c9bbe30d9f66
/src/Addons/ofxFX/src/generative/ofxGrayScott.h
569b9d8aa6037c591b879b47d44c9bf39efe64e7
[ "MIT" ]
permissive
ImanolGo/MurmurRenderer
c942cd2c42628f685cfce42cf2f14023cff666e5
0225dc21f92801cf995b3b715f96721b8be4c0fe
refs/heads/master
2021-01-20T20:15:51.526209
2016-10-24T14:44:34
2016-10-24T14:44:34
63,713,578
0
0
null
null
null
null
UTF-8
C++
false
false
7,189
h
/* * ofxGrayScott.h * * Created by Patricio González Vivo on 10/1/11. * Copyright 2011 http://PatricioGonzalezVivo.com All rights reserved. * * Based on Reaction Diffusion by Gray-Scott Model * http://mrob.com/pub/comp/xmorphia/ and Gray Scott Frag shader from rdex-fluxus * https://code.google.com/p/rdex-...
[ "imanolgo@imanolgo.local" ]
imanolgo@imanolgo.local
4029c3e35e70de17192a0a04787e657939b67612
76452106ddd27d0102fa4394ddb27ad12ca06067
/Software/Realtime/src/Port.cpp
a9a2c814a16f29b0dddd5f1ba4e8fecf3ec6cd00
[ "MIT" ]
permissive
littleggghost/Nomad
097a96e74f53368b619948f2b6680e56c844c875
f30b1f3aa1f1866a6a52f8cd583fc7f769ac3df6
refs/heads/master
2020-07-03T08:10:41.333585
2019-08-12T01:58:51
2019-08-12T01:58:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,464
cpp
/* * Port.cpp * * Created on: July 25, 2019 * Author: Quincy Jones * * Copyright (c) <2019> <Quincy Jones - quincy@implementedrobotics.com/> * 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 ...
[ "quincy@implementedrobotics.com" ]
quincy@implementedrobotics.com
fcb32416130d65351e3021cd767a2aa7268fc61a
77a091c62781f6aefeebdfd6efd4bab9caa51465
/Done/Codeforces/409/A.cpp
983e7d8e722954f6a3fc095cb49a9112ec621d27
[]
no_license
breno-helf/Maratona
55ab11264f115592e1bcfd6056779a3cf27e44dc
c6970bc554621746cdb9ce53815b8276a4571bb3
refs/heads/master
2021-01-23T21:31:05.267974
2020-05-05T23:25:23
2020-05-05T23:25:23
57,412,343
1
2
null
2017-01-25T14:58:46
2016-04-29T20:54:08
C++
UTF-8
C++
false
false
858
cpp
//If you are trying to hack me I wish you can get it, Good Luck :D. #include <bits/stdc++.h> using namespace std; #define debug(args...) fprintf (stderr,args) #define pb push_back #define mp make_pair typedef long long ll; typedef pair<int,int> pii; typedef pair<ll,ll> pll; const int MAX = 112345; const int INF = 0x...
[ "breno.moura@hotmail.com" ]
breno.moura@hotmail.com
c5eee65f2d202ac7f04fceac630cc915ad4dccdb
e07e70fd50ee903463a9fac246c6c4a1281a6315
/source/BigQ.cc
e801155119f0b821ef730e1f6507d298095d74fe
[]
no_license
sharuu123/Database-System-Implemetation
385f7cce19534c71c7fc73b39eae9d6757338584
ab99a630f3a6ec205d16a2449f6ee159dcf38a9e
refs/heads/master
2021-01-22T10:13:44.985092
2015-04-14T01:58:16
2015-04-14T01:58:16
32,035,921
1
0
null
null
null
null
UTF-8
C++
false
false
14,604
cc
#include "BigQ.h" // OrderMaker G_sortorder; // ComparisonEngine G_comp; // static int G_runlen=0; // static int G_curSizeInBytes = 0; // static BigQ_input G_input; // Schema mySchema ("../source/catalog", "orders"); // Initial creation of temp files int BigQ::Create (char* s, merger *merge_file) { try{ mer...
[ "sharuu123@gmail.com" ]
sharuu123@gmail.com
e05d5033bbe6399798675ddbb982ea4bb552103a
8c01b286917ca24bee4d6ede0f1f336cbc445577
/Distributor/AssistantDll/Device/NDCrEnLib.cpp
e36a9051cf24d8fa51a0468cd26e283f62f37fe5
[]
no_license
bugHappy/ND91
8d501682beb37212aea7e3ba73114c048c4ff689
0e0c44927d7b1564fa99e64d6c3ddce319d523bc
refs/heads/master
2021-04-07T22:09:19.797378
2019-08-02T05:30:47
2019-08-02T05:30:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,113
cpp
#include "NDCrEnLib.h" HINSTANCE CNDCrEnLib::m_ndCrEnLib = NULL; Encrypt CNDCrEnLib::m_Encrypt = NULL; Decrypt CNDCrEnLib::m_Decrypt = NULL; CNDCrEnLib::CNDCrEnLib(void) { m_ndCrEnLib = NULL; } CNDCrEnLib::~CNDCrEnLib(void) { } bool CNDCrEnLib::MyLoadLibrary() { if (m_ndCrEnLib) return true; m_ndCrEnLib = ::L...
[ "czy@tongbu.com" ]
czy@tongbu.com
d4e9560960979894e4851d3d5b9280495f87e78c
4f2283750a3bb8706f1dd176cf9823c5f67f40c8
/chaos/common/bson/bson_builder_base.h
a3dc22672ff4c28cdf45e05a74e12efdec6cd68c
[ "Apache-2.0" ]
permissive
fast01/chaosframework
62d97cc05823d9ec71f494ac518f927cbf837476
28194bcca5f976fd5cf61448ca84ce545e94d822
refs/heads/master
2020-12-31T04:06:07.569547
2014-12-05T09:37:34
2014-12-05T09:37:34
29,051,305
2
0
null
2015-01-10T08:07:31
2015-01-10T08:07:31
null
UTF-8
C++
false
false
2,044
h
/* Copyright 2012 10gen Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
[ "Claudio.Bisegni@lnf.infn.it" ]
Claudio.Bisegni@lnf.infn.it
a65e78990dd7a9c3dbaf726dcd02ab8eb2fa7d0c
5a3af48f1993f7505167c91ce331ee8d410b6e28
/Engine/Components/PhysicsComponent.h
7b182f41672e3b75edd82e362ee1cd3824f1b356
[]
no_license
LuciusEverest/Gat150
46040597a8dbecbc1d5c7b115b0ba81306653600
bfff0d95d8e38dd91ba63180145298d0982d81e4
refs/heads/master
2022-12-16T19:25:24.621066
2020-09-01T22:56:06
2020-09-01T22:56:06
284,792,372
0
0
null
null
null
null
UTF-8
C++
false
false
549
h
#pragma once #include "Component.h" #include <Math\Vector2.h> namespace bleh { class PhysicsComponent : public Component { public: virtual void Create(void* data = nullptr) override; virtual void Destroy() override; virtual Object* Clone() const override { return new PhysicsComponent{ *this }; } virtual vo...
[ "61430189+LuciusEverest@users.noreply.github.com" ]
61430189+LuciusEverest@users.noreply.github.com
32b06f74fc2fc7070cdc2aa91995072f5f03102e
b8c72b879744e9eab3f447032a6265c5336fff6c
/CodeBlocks/Chapter07/mutex/mutex.cpp
075d97483352a64b7761e78f42f98a4fab91d67f
[]
no_license
mobilenjoy/learning_cpp_functional_programming_kor
3f722236af31b1eb2f79111d84f94c94573d6151
8b962a89ad1682179489ab725ba0a62500dff698
refs/heads/master
2020-04-29T06:57:47.965280
2019-01-20T07:18:52
2019-01-20T07:18:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
626
cpp
/* mutex.cpp */ #include <thread> #include <mutex> #include <iostream> using namespace std; auto main() -> int { cout << "[mutex.cpp]" << endl; mutex mtx; int counter = 0; thread threads[5]; for (int i = 0; i < 5; ++i) { threads[i] = thread([&counter, &mtx]() { for (int i = 0; i < 10000; ++i) { ...
[ "nnhope@hotmail.com" ]
nnhope@hotmail.com
edef2a5fda76314e94045a49510482151db454b0
3ac6b725d6d8c8017fce8d52c2ddb58137f935bf
/Server/server/server (3).cpp
757dd8c240c23cfce58978636871bc4ca395a2e1
[]
no_license
SaewookJeong/Net_test
2cf206546914057d81827ad02b5df422612f0303
d0ac9b8395b2e13f429d43e300fd8e6a8b3daaa5
refs/heads/master
2021-01-22T07:19:21.960234
2016-04-27T08:07:22
2016-04-27T08:07:22
53,841,125
0
0
null
null
null
null
UHC
C++
false
false
2,375
cpp
#include<stdio.h> #include<winsock2.h> #include<iostream> #include<process.h> //스레드를 위한 헤더파일 using namespace std; char echo[10]; DWORD WINAPI ProcessClient(LPVOID arg) { SOCKET clientsock = (SOCKET)arg; char revmessage[1024]; SOCKADDR_IN clientinfo; int clientsize; int strlen; client...
[ "tpdnrzz@jungbu.ac.kr" ]
tpdnrzz@jungbu.ac.kr
942dfae0dbca58a1813ef4d46cecbce66f0d2074
845257ad2a2d0d13df713802b114c3aa129aa011
/Miscellaneous/RookBishopKing-CF.cpp
d5481f3bf7de600712d208de2a9598cbfc683a39
[]
no_license
ayush8799/cp-templates
7995bd8bc710837833879ec90ce26e8d54692c81
464255b6ae58452b8451cf1f8dd9bfa85d5214ea
refs/heads/master
2023-06-10T15:47:02.404079
2021-07-03T11:34:38
2021-07-03T11:34:38
382,589,531
1
0
null
null
null
null
UTF-8
C++
false
false
1,157
cpp
#include <bits/stdc++.h> using namespace std; #define vi vector<int> #define vvi vector<vector<int>> #define vpii vector<pair<int, int>> #define pb push_back #define ff first #define ss second #define pii pair<int, int> #define int long long int #define el "\n" #define inf INT_MAX #define _inf INT_MIN #define whilet i...
[ "ayush.mishra8799@gmail.com" ]
ayush.mishra8799@gmail.com
8e9d6100bc487680cd72fa76f5d90c480cc13e8a
598cc9c041e3737b265d4bf37f6b29d75b92300e
/System.h
714f1033a01c8b7cef351e9f4edc64d40717911a
[]
no_license
karno/heavenly
bf2b5a676af57c5d591cc49a835bd324ac104ac2
42c0250d0f5f7402d0cd750390cae9a16fe3682e
refs/heads/master
2016-09-09T23:29:38.388507
2012-11-08T15:51:09
2012-11-08T15:51:09
6,598,814
2
0
null
null
null
null
UTF-8
C++
false
false
806
h
#ifndef __C_SYSTEM__ #define __C_SYSTEM__ #include <vector> #include <cstdio> using namespace std; class System { public: template <typename T> static vector<T> CloneVector(const vector<T>& vec) { vector<T> clone; for (typename vector<T>::const_iterator iter = vec.begin(); iter != vec.end();...
[ "karnoroid@gmail.com" ]
karnoroid@gmail.com
25fd984dc255a4d8f17308e4fba878df871fbe08
702305f05e89b78b828e2aeff2df15133a0114c7
/accessing_classes_and_objects/player_example.cpp
2c829bf99bc07728bf0bfcb4178d9937d35dc2ef
[]
no_license
AnkyXCoder/cppWorkspace
bf6776120d5bdc02584e58197076cab71cbda493
63aa7ffcc64899d1c972408db352610929b4351c
refs/heads/master
2023-08-08T18:18:08.062184
2023-08-08T16:01:03
2023-08-08T16:01:03
233,562,419
1
0
null
null
null
null
UTF-8
C++
false
false
1,683
cpp
/* Accessing Classes and Objects - access class - access methods If we have an object, we can access members using dot (.) operator If we have a pointer to an object, we can access members using * dereference the pointer and then using dot (.) operator * using arrow (->) operator So...
[ "ankit.5036@gmail.com" ]
ankit.5036@gmail.com
aa760181d16a3275341800b2956d5168148f7904
ee9a02176e1f1af12a937bb7d413c853734d5908
/rot13.cpp
c9dd8a876219778914221335a0131f459334bff7
[]
no_license
thomas-osgood/CPP-Misc
9075d8aaf80b2cc37863e756703103adec74705a
d8f7c292c16913b1a74003f04c23c69a0860eac2
refs/heads/master
2021-07-02T08:30:47.068234
2021-02-08T02:50:10
2021-02-08T02:50:10
220,572,528
1
0
null
null
null
null
UTF-8
C++
false
false
1,705
cpp
/* ROT13 is a simple letter substitution cipher that replaces a letter with the letter 13 letters after it in the alphabet. ROT13 is an example of the Caesar cipher. Create a function that takes a string and returns the string ciphered with Rot13. If there are numbers or special characters included in the string, they...
[ "noreply@github.com" ]
noreply@github.com
71f32378e061971e578bd710b2ff68aeac25a417
094a76395f4e55e13393b71998e2646a5ec2c5e8
/scriptTest/scriptTest_GLOBALS.cpp
e473583cb8660a6d6b8eaa29a8b2059a36d2db4d
[]
no_license
marcclintdion/_32bit_Stride_ADD_STRIGNS
76b98528b13ee04ec01970bf8dd6a4d0a75c9cd8
74e38341068e805f7e94349601cbabe93e02a748
refs/heads/master
2016-09-10T18:42:57.445065
2015-09-18T05:05:29
2015-09-18T05:05:29
42,700,219
0
0
null
null
null
null
UTF-8
C++
false
false
1,984
cpp
GLfloat scriptTest_POSITION[] = { 0.0, 0.0, 0.0, 1.0}; GLfloat scriptTest_ROTATE[] = { 0.0, 1.0, 0.0, 0.0}; GLfloat scriptTest_SCALE[] ...
[ "marcclintdion@Marcs-iMac.local" ]
marcclintdion@Marcs-iMac.local
1a240bc06464ef55dda05ecdcc74dd23afcc05ce
cb9535a1dfea27158430d25aab71f4b903968386
/code/demo_chaos/renderer_camera.cpp
ab73c0fea3efcf233a46ab31b7cd5287f2d66333
[]
no_license
uhacz/bitbox
0d87a54faa4bf175a2fdb591c4ea5f71935c67fb
63b4038a1b8cf05968c55ad11b25344fff44aba5
refs/heads/master
2021-01-23T09:40:25.289880
2017-09-09T18:15:06
2017-09-09T18:15:06
32,782,269
0
0
null
null
null
null
UTF-8
C++
false
false
1,208
cpp
#include "renderer_camera.h" #include <util/camera.h> namespace bx{ namespace gfx{ float Camera::aspect() const { return( fabsf( params.vAperture ) < 0.0001f ) ? params.hAperture : params.hAperture / params.vAperture; } float Camera::fov() const { return 2.f * atanf( ( 0.5f * params.hAperture ) / ( params.foc...
[ "uhacz33@gmail.com" ]
uhacz33@gmail.com
2bd523b8d70f3fdb75dd3a565601363a7f72a092
2e15aca44a9a226794bb52889718397e98db32bf
/FinalProject/CircularTower.cpp
9df318f7551605fc519475d4bc8940375078d922
[]
no_license
NeuraxWorm/P
da9c5573c105876f7f61d82a998293041e273fa4
aa2cbd902d2363e126fb1b134da1d77daa9e83f0
refs/heads/master
2021-01-01T11:35:11.342717
2017-07-18T08:24:29
2017-07-18T08:24:29
97,572,981
0
0
null
null
null
null
UTF-8
C++
false
false
941
cpp
#include "CircularTower.h" CircularTower::CircularTower() {} CircularTower::~CircularTower() {} void CircularTower::Render() { if (!mPlaced) { return; } // render turret const int tWidth = mTurretSprite.GetWidth(); const int tHeight = mTurretSprite.GetHeight(); SVector2 renderPos; render...
[ "tzrunm@gmail.com" ]
tzrunm@gmail.com
340c4879849033a33c1b587fae5b077497c73f50
1ad181e5c808ecc2f7cdf6ab35ab6acd36613d2f
/currency_to_word.cpp
d8703b7b9f4e936c16348948e3b2f4e4ed7d06a8
[]
no_license
shivamp20/CurrencyConversion
67d08682628e5789088fc4aa2723486a8d29f93f
abb598e0aefb25cb72a9ccb9ad43c9fb6bcc6c04
refs/heads/master
2022-11-16T11:24:51.859522
2020-07-12T08:13:26
2020-07-12T08:13:26
279,019,848
0
0
null
null
null
null
UTF-8
C++
false
false
2,813
cpp
/* My program to print a given Amount of Currency in words. The program handles till 9 digits numbers and can be easily extended to 20 digit number */ #include <iostream> #include<cmath> #include<string> #include<sstream> using namespace std; // Strings at index 0 is not used,For making Array Indexing Easy...
[ "shivampandey.pandey8@gmail.com" ]
shivampandey.pandey8@gmail.com
61b93e994ac875cf7afe1ddf37741ff8974c648a
0dddcf4c9b98c3c9aceb4e57102461502c298f58
/EdgeDetection/src/ArrayBuffer.cpp
86b17ab0253173bffe4c83be0839bb048ac93314
[]
no_license
mkarier/Thesis
c0d7b7d42e2be13d8caee2933430e4b9057f65b5
c98bf3120573b187a00a0f8c799b060c9d753d3d
refs/heads/master
2021-04-15T09:22:57.744677
2018-08-17T19:13:15
2018-08-17T19:13:15
126,725,716
0
0
null
null
null
null
UTF-8
C++
false
false
827
cpp
/* * ArrayBuffer.cpp * * Created on: Oct 24, 2017 * Author: marco */ #include "ArrayBuffer.h" void buffArray(Mat& src) { int rows = src.rows; int cols = src.cols; int type = src.type(); Mat out(rows+1, cols+1, type); for(int y = 0; y < rows; y++) { for(int x = 0; x < cols; x++) { out.at<Vec3...
[ "mkarier@eagles.ewu.edu" ]
mkarier@eagles.ewu.edu
c85d3f37dad68ee749b60dba8a306032ffc9ce24
939d8e569add7fc5e0fdc3e46a9a3c61d8d19537
/samples_2016/en/itac/icpf/include/h_container.h
85c17c3227d8648d8a83013d2edb325d0a78b41a
[]
no_license
jiawen11/OpenCL-OpenMP-Cuda-and-Rodinia
35fd7ab9b9d49075f7044a5f9a04ede044b681d9
e809d1fdee12545298ad4cebbf471781e183d1a0
refs/heads/master
2021-06-06T12:35:37.100111
2016-04-08T20:02:13
2016-04-08T20:02:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,179
h
/********************************************************************* * Copyright 2003-2014 Intel Corporation. * All Rights Reserved. * * The source code contained or described herein and all documents * related to the source code ("Material") are owned by Intel * Corporation or its suppliers or licensors. Titl...
[ "gentle.kevin1991@gmail.com" ]
gentle.kevin1991@gmail.com
38d1e50d75adf92f0e5f53b004b9c848f7991d89
bc84fd85c8b1ba4076023aa0e0e2f3c3b598cd1b
/include/items/bushes.hpp
53e1732a0e7edfd640c42eaef83ef6d42a9e06a6
[]
no_license
lduane2/ndzork
d44b549e0e2220c636eb9098c2ae098ec67bf5bc
767d5aee41d349ce611e3f6f9b18747a230fb911
refs/heads/master
2021-04-27T01:09:00.543477
2018-03-13T17:28:42
2018-03-13T17:28:42
122,667,993
0
1
null
2018-03-01T16:29:54
2018-02-23T20:13:24
C++
UTF-8
C++
false
false
478
hpp
#ifndef ITEM_BUSHES_HPP #define ITEM_BUSHES_HPP #include "item.hpp" #include "../command.hpp" class Bushes : public Item { public: Bushes(); std::string get_name(); std::string get_full_name(); std::string get_descr(); bool is_takeable(); bool can_contain_items(); bool handle(Command command); private: std::...
[ "conradbailey92@gmail.com" ]
conradbailey92@gmail.com
9b4cccb3f2ce96e15cbe09974ef52a87ae208284
6d2587c6c7edfb27b6dbe0257cd0a1400d11cca3
/modules/planning/tasks/smoothers/smoother.h
3d3105bf8e1849a16640466dd3e91967c6b50e90
[ "Apache-2.0" ]
permissive
lianglia-apollo/apollo
192956a21690f22382329a8112a5b3d7aa9e3dd7
64b84c48fba9963c9c4e119a8902d33b2a5e439b
refs/heads/master
2021-07-08T10:55:02.052648
2019-01-07T18:14:23
2019-01-07T18:31:13
96,257,983
6
2
Apache-2.0
2018-07-10T18:16:49
2017-07-04T22:55:38
C++
UTF-8
C++
false
false
1,462
h
/****************************************************************************** * Copyright 2018 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
[ "hujiangtao@baidu.com" ]
hujiangtao@baidu.com
51176a1128f34284e0aa42b03eaba9fd87d60e6c
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/net/config/netcfg/tcpipcfg/dlgdns.h
3319d00ceb3fd2db7ceac92f2dae9a15fc8353bd
[]
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
9,520
h
//----------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1997. // // File: T C P D N S . H // // Contents: CTcpDnsPage, CServerDialog and CSuffixDialog declaration // // Notes: The DNS page and related dialogs // /...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
a3f791fd28ef0375476754c4a75a93d79a91120f
96f9057a63c385043e31afe7fb33f46bf19ce45b
/datasets/gen_csr.cpp
8c641d8d9feb2a2573a131b827f7847393889697
[]
no_license
owensgroup/ATOS
48f186690f51d1a84da8611dbf32bb25290e16bf
e11b724416cafce313bf57e897c176cbe6db852c
refs/heads/main
2023-08-05T05:14:48.422336
2023-07-23T07:32:29
2023-07-23T07:38:25
501,874,892
25
1
null
null
null
null
UTF-8
C++
false
false
1,749
cpp
#include <iostream> #include <string> #include "csr.cuh" using namespace std; int main(int argc, char *argv[]) { char *input_file = NULL; bool start_from_0 = false; bool directed = true; bool ifvalid = false; if(argc == 1) { cout<< "./test -f <file> -s <file vertex ID start fro...
[ "yxxchen@ucdavis.edu" ]
yxxchen@ucdavis.edu
228dd093b4b3bb04dcd2cb874c4e6d66f65cc20b
6717142162a4f06640291cd9b5651af86043d103
/content/browser/indexed_db/leveldb/transactional_leveldb_transaction_unittest.cc
baac7c913680e942c4b60b31fcc03891eb4d84d3
[ "BSD-3-Clause" ]
permissive
Sharp-Rock/chromium
ad82f1be0ba36563dfab380071b8520c7c39d89a
239aaf3cc8a338de2c668e5b9170d37b0848a238
refs/heads/master
2023-02-25T08:29:01.592526
2019-09-11T12:31:58
2019-09-11T12:31:58
207,808,804
0
0
BSD-3-Clause
2019-09-11T12:37:41
2019-09-11T12:37:41
null
UTF-8
C++
false
false
28,815
cc
// 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. #include "content/browser/indexed_db/leveldb/transactional_leveldb_transaction.h" #include <stddef.h> #include <algorithm> #include <cstring> #include <...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
805174a3c225414647ec5878466493572c374b51
2facb7d47ef457a731a3cfb50d49dde5f0f331f0
/io/hdfs_block_reader_main.cpp
98c532d3979d30068864d77316b523c750dfdb2b
[ "Apache-2.0" ]
permissive
animeshtrivedi/tangram
03de16276483ec535e60a0460aa9b529bdc30d0e
67b06a0d2b23c3e263044b6e4d293e263dae7a94
refs/heads/master
2020-06-12T10:25:27.656292
2019-05-15T06:25:15
2019-05-15T06:25:15
194,270,850
1
0
null
2019-06-28T12:32:26
2019-06-28T12:32:26
null
UTF-8
C++
false
false
926
cpp
#include "io/hdfs_block_reader.hpp" #include "glog/logging.h" using namespace xyz; int main(int argc, char **argv) { google::InitGoogleLogging(argv[0]); const std::string namenode = "proj10"; const int port = 9000; const std::string url = "/datasets/classification/kdd12-5blocks"; std::vector<size_t> offs...
[ "huangyuzhen93@gmail.com" ]
huangyuzhen93@gmail.com
aef977cd332b2b9fd6f4910a1211d9fd8666d27a
73ee941896043f9b3e2ab40028d24ddd202f695f
/external/chromium_org/chrome/browser/infobars/infobar_container.cc
0ae38e0d90c20a0edfddbc2c4b75cda4ac65fd1a
[ "BSD-3-Clause" ]
permissive
CyFI-Lab-Public/RetroScope
d441ea28b33aceeb9888c330a54b033cd7d48b05
276b5b03d63f49235db74f2c501057abb9e79d89
refs/heads/master
2022-04-08T23:11:44.482107
2016-09-22T20:15:43
2016-09-22T20:15:43
58,890,600
5
3
null
null
null
null
UTF-8
C++
false
false
8,819
cc
// Copyright (c) 2012 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 "build/build_config.h" // TODO(pkasting): Port Mac to use this. #if defined(TOOLKIT_VIEWS) || defined(TOOLKIT_GTK) || defined(OS_ANDROID) #...
[ "ProjectRetroScope@gmail.com" ]
ProjectRetroScope@gmail.com
86eb8ebc01e2da4cc4403794cada60994b694cb0
050c8a810d34fe125aecae582f9adfd0625356c6
/ordine/ordine.cpp
3ba4cd283e3f9964d55888c21be9f728cce05e4a
[]
no_license
georgerapeanu/c-sources
adff7a268121ae8c314e846726267109ba1c62e6
af95d3ce726325dcd18b3d94fe99969006b8e138
refs/heads/master
2022-12-24T22:57:39.526205
2022-12-21T16:05:01
2022-12-21T16:05:01
144,864,608
11
0
null
null
null
null
UTF-8
C++
false
false
858
cpp
#include <fstream> #include <iostream> using namespace std; ifstream f("ordine.in"); ofstream g("ordine.out"); long afis[250001],i,j,n,v[250001]; int c; void ordine1(void) { afis[1]=1; } int main() { ordine1(); cout<<afis[1]; //f>>n; /* for(i=1;i<=n;i++) { f>>v[i]; } f>>c; if(...
[ "alexandrurapeanu@yahoo.com" ]
alexandrurapeanu@yahoo.com
da7481ed8c4f5ac6ecb89115b847dd4c81209a3c
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_1484496_0/C++/moonlight131/c.cpp
2f060ba8387ccf0685b7cde4a481ddff592d8867
[]
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
985
cpp
#include<iostream> #include<cstdio> #include<vector> #include<list> #include<string> #include<algorithm> #include<queue> #include<stack> #include<set> #include<map> #include<cmath> using namespace std; #define maxn 1100 #define maxm 1100000 #define eps 1e-10 #define inf 1000000000 int f[maxn],mat[maxn],n,l,r; bool f...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
126ccf5b4b2e46ef680bbf49df71b71a3a3fb00d
8247b94227a3e4169c2c8a2b572cf57dc24917a2
/src/ripple_app/transactors/Transactor.cpp
8c0ff01971ba1440b15e673c2a4dccbbd060b303
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
StanChe/stellar-mobile
4e641dd27fa594e38971f549c57b218403e8522f
43a99d4da4369ecfe5b2a907f740dfd99056058e
refs/heads/master
2020-05-18T13:26:51.005312
2014-12-06T10:09:23
2014-12-06T10:09:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,340
cpp
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
[ "stchervyakov@gmail.com" ]
stchervyakov@gmail.com
2327925cc517aff866c21c2821456a8ef63447c7
cb799009807c4c8970564f8f89542cd089c5141c
/FinalProject/src/Window.cpp
c43337ad2f8312e2b9b82792327cee97d680c3fd
[ "Apache-2.0" ]
permissive
DavidePistilli173/Computer-Vision
102723fb22548396a0a00456a994246692332a1f
4066a99f6f6fdc941829d3cd3015565ec0046a2f
refs/heads/master
2022-11-06T03:49:26.365086
2020-06-23T10:02:44
2020-06-23T10:02:44
263,870,698
0
0
null
null
null
null
UTF-8
C++
false
false
1,480
cpp
#include "Window.hpp" #include "Log.hpp" #include <opencv2/highgui.hpp> using namespace prj; Window::Window(std::string_view name) : name_{ name.data() } { cv::namedWindow(name.data(), cv::WINDOW_NORMAL | cv::WINDOW_KEEPRATIO | cv::WINDOW_GUI_EXPANDED); trckBarVals_.reserve(max_trckbar_num); // Reserve spa...
[ "davidepistilli173@gmail.com" ]
davidepistilli173@gmail.com
81dfe68ce04d51d924f10cb45ce2978e2ed4e9c8
0e79b11e100c78e1d0b7159cb6ae369a2942d6d0
/gsyslib/g_rect.h
19489b4b4de461abe2191fdcdb475408a3016b9b
[]
no_license
JlblC/dcmap
e3be11c4c9da9ac4f0be693fee3b4fb2cf8af6ec
e2cbfa43dfe04125d19b4bae34e9a552db307198
refs/heads/master
2021-07-04T01:47:45.249683
2014-06-08T17:46:32
2014-06-08T17:46:32
20,622,342
3
2
null
null
null
null
UTF-8
C++
false
false
9,435
h
#pragma once #ifndef G_RECT_H #define G_RECT_H #include "g_alg.h" #include "g_point.h" #include "g_binstream.h" #include "boost/operators.hpp" namespace gsys { template<class T> struct tRect : boost::equality_comparable<tRect<T>, boost::multiplicative2<tRect<T>, T, boost::multiplicative2<tRect<T>, tPoint<T>...
[ "jlblc@ya.ru" ]
jlblc@ya.ru
697d0997fb9004f9423e732119405860cd1e560c
3bad1ce8cd4aafd2870a3b570d297de22cff6bda
/ui/src/vclabel.h
6edf9643c2515e86ef44a882b2d3138057da16a8
[ "Apache-2.0" ]
permissive
hveld/qlcplus
64ee591e641a3bfa3358f942ad2875c814841f16
1dd61a5a3a2c93d7fe88cd2a90574c4849b64829
refs/heads/master
2021-01-16T17:52:15.266518
2015-06-17T19:10:50
2015-06-17T19:10:50
22,361,368
0
0
null
null
null
null
UTF-8
C++
false
false
2,570
h
/* Q Light Controller vclabel.h Copyright (c) Heikki Junnila, Stefan Krumm 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.txt Unles...
[ "massimocallegari@yahoo.it" ]
massimocallegari@yahoo.it
7ef53d4b417f97172e9772c796cc82982d5305fa
99731d04935cc4ebf31067b114e35fa401b9b788
/gtest_unit/cmd_system_para.cpp
0545e9e34ba12e29a0f8647d28751299eaaf63f4
[ "Apache-2.0" ]
permissive
Ansersion/libbps
4eeaf47e8cc2fa89ecf8804697cad072fc42ec3d
d0ed8d108ee4f5ed3946c61545ab81be614b610f
refs/heads/master
2021-07-04T02:52:02.449984
2020-08-12T07:01:43
2020-08-12T07:01:43
196,856,234
0
0
null
null
null
null
UTF-8
C++
false
false
4,571
cpp
// Copyright 2019-2020 Ansersion // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
[ "ansersion@gmail.com" ]
ansersion@gmail.com
1fe330c40ac1316fb4f66a83ab2c991f1fcd15fe
841322eddd57db0b12f6abd685dd399f28be0c68
/qt_creator_basic/15/15_2_mydir/mainwindow.h
d83b9485823e1eae51c08da708f188475fdbda8d
[]
no_license
cat1984x/Learning_Qt
c52e030850d254b4a5541968d86c56b5cdf504f7
4deaa4e86112c263f5421d2f91b0ba1ca14e482a
refs/heads/master
2022-01-08T10:24:08.201942
2018-05-02T07:19:03
2018-05-02T07:19:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
414
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QFileSystemWatcher> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); private slots: void showMessage(const QString &path); ...
[ "chenyushen1989@163.com" ]
chenyushen1989@163.com
d9e10e5434120bb813726f6bb1c3f1e7584f8210
04b1803adb6653ecb7cb827c4f4aa616afacf629
/third_party/meerkat/Component/mmSH/attatic/ut_TunServer.cpp
a1125325807a1ba4b4c57163149bcbab1cc06a8d
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-flora-1.1" ]
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
2,119
cpp
/* * Copyright 2018 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or agreed t...
[ "35090305+younghajung@users.noreply.github.com" ]
35090305+younghajung@users.noreply.github.com
65e5d96a5fb059a5d2d6bc0021e0444ec53811a0
98b6bca8bf58996f296521921b63efc98aa98f93
/Generate/utilities.hpp
7f52bdc0b7409dabb3a0855f7c276ee2e97e6b9f
[]
no_license
liddyjacob/Parks
e4f0beb271fd66ee85d2e8b5b3cd6b46f8768e52
39a1c5d1aae6a6f0424e6deeb94e2b9c6290998e
refs/heads/master
2020-04-08T09:45:56.086753
2018-12-19T21:22:38
2018-12-19T21:22:38
159,238,597
0
0
null
null
null
null
UTF-8
C++
false
false
142
hpp
#pragma once #include <vector> #include <utility> std::vector<std::pair<int, int> > within_radius(int r, std::pair<int, int> point, int max);
[ "liddyjacob@gmail.com" ]
liddyjacob@gmail.com
05c7f66e69e9d251d3bb8cc1a51bd73ba657c64d
11ee35b4dc8588c21ea9e75619fc9475e04c408d
/include/lexy/dsl/while.hpp
5e3bd213739fd38a110bb897fb1737e29f24f945
[ "BSL-1.0" ]
permissive
netcan/lexy
7b258384756234135e7960e0b5dec1b0fba70d59
775e3d6bf1169ce13b08598d774e707c253f0792
refs/heads/main
2023-01-28T14:55:09.416540
2020-12-06T14:20:10
2020-12-06T16:17:25
318,488,104
0
0
BSL-1.0
2020-12-04T10:55:56
2020-12-04T10:55:55
null
UTF-8
C++
false
false
4,951
hpp
// Copyright (C) 2020 Jonathan Müller <jonathanmueller.dev@gmail.com> // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. #ifndef LEXY_DSL_WHILE_HPP_INCLUDED #define LEXY_DSL_WHILE_HPP_INCLUDED #include <lexy/dsl/base.hpp> #include <lexy/dsl/branc...
[ "git@foonathan.net" ]
git@foonathan.net
a24937a61b359d465ec6c54a6e2b47109fb05425
95deccf3e3646e75af236d6d0cc406381738e0d2
/src/main/include/FRCLogger.h
cf478ba614869a7b8560ee983bf98aa1ffc4298b
[]
no_license
robowolves/2019_FRC_Code
673575b6ec9fb5608f05c12f1baab4fc8b270464
05d1f3abb68bee59b013422ac0f2970ef811f321
refs/heads/master
2020-05-02T07:20:59.894094
2019-03-26T15:51:46
2019-03-26T15:51:46
177,815,564
0
0
null
null
null
null
UTF-8
C++
false
false
765
h
#pragma once #include <iostream> #include <string> #include <fstream> #include <ctime> #include <chrono> #include <mutex> #include <frc/DriverStation.h> #include "Constants.h" using namespace RobotConstants::FRCLogger; class FRCLogger { public: FRCLogger(frc::DriverStation&); FRCLogger(frc::DriverStation&, std:...
[ "evan_calderon@yahoo.com" ]
evan_calderon@yahoo.com
2da5fbcace9df673a33a598878dde7e3a868dedb
78ff78a3591b6b2cbf6c6c31daf7ec6f2a8bc327
/src/Main.cpp
6dad90f61dc77f9c919763c088983999728c4c0c
[]
no_license
anitnerolf/206neutrinos_2019
9bd3ea1cce36486f416f5d061d12c4961b4f20fa
72222226fea5a2097b036e9bc2d9ded32d2f6f11
refs/heads/master
2022-11-15T00:14:17.711327
2020-07-14T19:38:12
2020-07-14T19:38:12
279,676,133
0
0
null
null
null
null
UTF-8
C++
false
false
1,205
cpp
/* ** EPITECH PROJECT, 2020 ** neutrinos ** File description: ** main */ #include "../include/Neutrinos.hpp" #include <iostream> #include <cstring> #include <string> int main(int ac, char **av) { if (ac == 2 && strcmp(av[1], "-h") == 0) { print_usage(); } else if (ac == 5) { return (get_argume...
[ "florentina.vojvoda@epitech.eu" ]
florentina.vojvoda@epitech.eu
4ae1c4d16ccf4fb9450ca11ad74216f86df777b4
130ba97dd1c5adffe9cdb4922baa3b01bc24b078
/stack.hpp
40d388cca5f1cfda01ec90fac0741b6c16a0e948
[]
no_license
Afaqa/stl_containers
e0a5906acd14cfe534b4d0db61c4773026e1ceb9
c70287349fdceca7e38e86fa5fc5aa302e27d7af
refs/heads/master
2023-06-24T21:05:23.926603
2021-07-07T18:48:36
2021-07-07T18:48:36
349,693,337
0
0
null
null
null
null
UTF-8
C++
false
false
3,030
hpp
#ifndef STACK_HPP #define STACK_HPP #include "list.hpp" namespace stl { template<class T, class Container = list <T> > class stack { public: typedef T value_type; typedef Container container_type; typedef typename container_...
[ "itressa@student.21-school.ru" ]
itressa@student.21-school.ru
85a57aec923f8eb598ce19514c385bc0cf9546e6
41b4adb10cc86338d85db6636900168f55e7ff18
/aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/Restrictions.h
98e62bfe060ed98a271acf70e6d0fffb207a81f1
[ "JSON", "MIT", "Apache-2.0" ]
permissive
totalkyos/AWS
1c9ac30206ef6cf8ca38d2c3d1496fa9c15e5e80
7cb444814e938f3df59530ea4ebe8e19b9418793
refs/heads/master
2021-01-20T20:42:09.978428
2016-07-16T00:03:49
2016-07-16T00:03:49
63,465,708
1
1
null
null
null
null
UTF-8
C++
false
false
1,970
h
/* * Copyright 2010-2016 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" file...
[ "henso@amazon.com" ]
henso@amazon.com
65f701b9859e4ad09824a0835c894c5ae9e0d7c9
e7a9a9321b6dca5821a8622d7400556500563bc9
/53_Maximum_Subarray.cc
311e994b33a9dfd36b26230a6c6d024a35bc4d9b
[]
no_license
cpppy/leetcode
0933f11e5de038dcb94d1aa8394a3fab230ea49b
4edb308097ba7f8cdc46e6856ca98757eee6fa0f
refs/heads/master
2020-05-22T03:59:18.464763
2016-09-21T12:33:54
2016-09-21T12:33:54
65,656,516
0
0
null
null
null
null
UTF-8
C++
false
false
300
cc
class Solution { public: int maxSubArray(vector<int>& nums) { if(nums.size()==0) return 0; int tmp=nums[0]; int res=tmp; for(int i=1;i<nums.size();++i){ tmp=max(nums[i],tmp+nums[i]); res=max(res,tmp); } return res; } };
[ "noreply@github.com" ]
noreply@github.com
a0f0c9cc9ffcd9fc5e84d23e3bdc102414b4d425
b127a615439cade1d0262f630371c6cbca8a5898
/src/see/mat.h
008d0817a33abd3c5c66ddc15b1c05567a4ef532
[]
no_license
ZhangWeiguo/see
9cb41ae76dfaf64d30ade66fa6703bd1071e6c59
2e0462ee8bdab64d2ec8286c791f20340649cf54
refs/heads/master
2022-11-08T03:17:23.584389
2020-06-27T16:27:23
2020-06-27T16:27:23
111,185,890
0
0
null
null
null
null
UTF-8
C++
false
false
11,806
h
#pragma once #include <initializer_list> #include <iomanip> #include <iostream> #include <map> #include <random> #include <set> #include <vector> #include "algorithm" #include "math.h" #include "omp.h" #include "stdio.h" #include "time.h" #include "utils.h" using namespace std; namespace see { typed...
[ "zhangweiguo717@163.com" ]
zhangweiguo717@163.com
204bb3493f0eeb005ef2c04593736fee706b5d40
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/gui/ext/boost/math/special_functions/asinh.hpp
0534f550d4006c8b254b8bef91bb9190b1e1e91a
[ "BSD-2-Clause", "BSL-1.0", "MIT", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
UTF-8
C++
false
false
4,014
hpp
// boost asinh.hpp header file // (C) Copyright Eric Ford & Hubert Holin 2001. // (C) Copyright John Maddock 2008. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for updates...
[ "hanchuan.peng@gmail.com" ]
hanchuan.peng@gmail.com
0ac2f642e9d0f9db90537e8da6532b63e57d90b3
1ae6521d5b7379b0f544776212d842597b53fa16
/leetcode/294_Flip_Game_II/fgii.cpp
623e76a81f128bc2567cd8745750a4cea49f12f3
[]
no_license
logantsai/On_the_way
5ee57be46469d826557b1dd68695a9e0a6807796
c2bd1265b395d96e8403a5995ad55a62f1bc1f62
refs/heads/master
2021-06-09T16:42:48.135902
2019-08-20T07:55:09
2019-08-20T07:55:09
133,130,276
0
0
null
null
null
null
UTF-8
C++
false
false
1,108
cpp
#include <iostream> #include <vector> using namespace std; /* You are playing the following Flip Game with your friend: Given a string that contains only these two characters: + and -, you and your friend take turns to flip twoconsecutive "++" into "--". The game ends when a person can no longer make a move and the...
[ "Mark.Tsai@quantatw.com" ]
Mark.Tsai@quantatw.com
efd9adef330170ed02d7a33bc875a7e79c0ba0e5
412cbb041e1e2f0b7a8c9571f71863ebf4574879
/src/rpcmining.cpp
c2c7642cb83469d770037df5662a565766947e3a
[ "MIT" ]
permissive
moriowanibe/coupecoin
e8bdbc773aa23bb28e19490623727663d0c49a8e
73f24caf3947e66dea02121c51d8cb7381eb4cb2
refs/heads/master
2020-03-11T01:54:17.306884
2018-02-10T16:54:47
2018-02-10T16:54:47
129,704,921
7
0
null
2018-04-16T07:46:56
2018-04-16T07:46:56
null
UTF-8
C++
false
false
24,148
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "main.h" #include "db.h" #include "txdb.h" #include "init.h" #include "miner.h...
[ "i@sir.co.uk" ]
i@sir.co.uk
324713909c110677ed611d0d5a0a118b46e68b9b
fe20c86c8bd588f99d369c31cc08bfc828e89c6d
/src/util.h
8b585c4ce23658496585107de7571dd83f82829c
[ "MIT" ]
permissive
kimseonghui/RoundCoin
22716a69d22f1fc6389aa9fde6f86d74159cb9f5
8ccb5cf7598982c34db1df00d4b0e7f62aae54de
refs/heads/master
2021-01-21T21:28:54.594263
2017-06-20T10:08:50
2017-06-20T10:08:50
94,851,791
0
0
null
null
null
null
UTF-8
C++
false
false
18,517
h
// Copyright (c) 2009-2015 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin developers // Copyright (c) 2015 The RoundCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UTIL_H #define BITC...
[ "ksh21tprld@naver.com" ]
ksh21tprld@naver.com
30604816be0a514bea25780adffd3e8fd7a28e6e
5d88627fb93523afab9501eb86c79b553188aec7
/C352/etc/abstract/square.h
585fef6dfd8e08d68703df1cdd479017cbacc3be
[]
no_license
nrichgels/ClassCode
33d0a0f960790db095f60a8e865ecc4848923e3a
2d008e9cedc33d9e24420bef14b73b28ff54cdbf
refs/heads/master
2020-05-20T11:28:47.877621
2015-06-23T16:04:48
2015-06-23T16:04:48
37,929,243
2
0
null
null
null
null
UTF-8
C++
false
false
159
h
#ifndef SQUARE_H #define SQUARE_H #include "rectangle.h" class Square : public Rectangle { public: Square(double=0.0, int = 0, int = 0); }; #endif
[ "richgelsna@mnstate.edu" ]
richgelsna@mnstate.edu
5e8d849b08bb8a9f3299367d9316c22e8c3f4e6b
c8c6901d75d2aad53ee2f6729f80f042029279aa
/terrain/variable_lod/voxel_mesh_block_vlt.cpp
f0bec6cf84fd080945625dc9f9457dc3c7050166
[ "MIT" ]
permissive
jomiq/godot_voxel
a88bfdcc4d2252e8506481c549a93d59f1fe7a4d
28fe3365e793434fd4084ab5b63a630b4417acc9
refs/heads/master
2022-06-09T11:05:05.090516
2022-05-18T22:31:37
2022-05-18T22:31:37
120,922,994
0
0
null
2018-02-09T15:37:49
2018-02-09T15:37:49
null
UTF-8
C++
false
false
8,240
cpp
#include "voxel_mesh_block_vlt.h" #include "../../constants/voxel_string_names.h" #include "../../util/profiling.h" #include "../free_mesh_task.h" namespace zylann::voxel { VoxelMeshBlockVLT::VoxelMeshBlockVLT(const Vector3i bpos, unsigned int size, unsigned int p_lod_index) : VoxelMeshBlock(bpos) { _position_in_v...
[ "marc.gilleron@gmail.com" ]
marc.gilleron@gmail.com
700ccc6850f1e15db692a3c9d5738dc5037a6160
9ff8e317e7293033e3983c5e6660adc4eff75762
/Gamecore/graphics/SGF_FireEffect.h
7504f8fd0624e47d9cc17ba1503968773fc617cf
[]
no_license
rasputtim/SGF
b26fd29487b93c8e67c73f866635830796970116
d8af92216bf4e86aeb452fda841c73932de09b65
refs/heads/master
2020-03-28T21:55:14.668643
2018-11-03T21:15:32
2018-11-03T21:15:32
147,579,544
0
0
null
null
null
null
UTF-8
C++
false
false
1,933
h
/* SGF - Super Game Fabric Super Game Fabric Copyright (C) 2010-2011 Rasputtim <raputtim@hotmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License,...
[ "rasputtim@hotmail.com" ]
rasputtim@hotmail.com
718e52b7f497bd89fd8a89bd13dd24f9bca3fd5e
6e6708d1614649094d7892f7a991cafaf1e8cb50
/Voronoi_Delaunay/Delaunay.cpp
a7b1308dc67f51107eda63b338ce0fda37b071bb
[]
no_license
ZhangHang1816/Voronoi_Delaunay
49cb5d73d0e01d54ef0d92b68b465be3d2735935
2364a70e2d946fa0cf3c4ccb700bc163aa896e4e
refs/heads/master
2022-01-26T07:07:06.167065
2019-05-01T09:46:33
2019-05-01T09:46:33
null
0
0
null
null
null
null
GB18030
C++
false
false
6,796
cpp
#include "Delaunay.h" namespace artstealer { Delaunay::Delaunay(Vec3 v1, Vec3 v2, Vec3 v3, Vec3 v4) { mPoints.resize(4); mPoints[0] = v1; mPoints[1] = v2; mPoints[2] = v3; mPoints[3] = v4; mEdges.resize(4); mEdges[0] = { 0, 1, -1}; // count -1为边界 mEdges[1] = { 1, 2, -1}; mEdges[2] = { 0, 3, -1}...
[ "artstealer@163.com" ]
artstealer@163.com
19de917c30a61270af12fd96b76d00881b4d62ca
dd239983ea7039366fe4629c3d7dfac0212f6d79
/demo/coastal_ratio.cpp
65cddb2abd8cf4eb3c15feccb4910b28ace0102c
[ "BSL-1.0" ]
permissive
turkanis/Waterfront
19b486398da42fa8fef3959109f3dff70b50aa28
6107e193b4425050e2e0207fc60d3cf952c60094
refs/heads/master
2020-04-10T03:11:11.568389
2013-06-03T04:47:14
2013-06-03T04:47:14
10,447,129
0
0
null
null
null
null
UTF-8
C++
false
false
748
cpp
/* * Distributed under the Boost Software License, Version 1.0.(See accompanying * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.) * * File: waterfront/demo/coastal_ratio.cpp * Date: Sun Feb 03 14:10:28 MST 2008 * Copyright: 2008 CodeRage, LLC * Author: Jonathan Turka...
[ "j@coderage.com" ]
j@coderage.com
cf40aca15d2bb00ddb4512cebb88427e0252a3a4
1af656c548d631368638f76d30a74bf93550b1d3
/chrome/browser/ui/autofill/local_card_migration_bubble_controller_impl.cc
f6b86e9124f10ef1b53827f7422e82e98b813d95
[ "BSD-3-Clause" ]
permissive
pineal/chromium
8d246c746141ef526a55a0b387ea48cd4e7d42e8
e6901925dd5b37d55accbac55564f639bf4f788a
refs/heads/master
2023-03-17T05:50:14.231220
2018-10-24T20:11:12
2018-10-24T20:11:12
154,564,128
1
0
NOASSERTION
2018-10-24T20:20:43
2018-10-24T20:20:43
null
UTF-8
C++
false
false
6,136
cc
// 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. #include "chrome/browser/ui/autofill/local_card_migration_bubble_controller_impl.h" #include <stddef.h> #include "chrome/browser/ui/autofill/local_card_...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
6e3fe24c81cf5d7448d5890231b82c839bffd085
44ab57520bb1a9b48045cb1ee9baee8816b44a5b
/TheLastOverlordTesting/Code/LeaderboardServerTesting/LeaderboardServerCoreTesting/TestingLib.cpp
6613bda685334629fc68d8c9dea21b95c2879dd6
[ "BSD-3-Clause" ]
permissive
WuyangPeng/Engine
d5d81fd4ec18795679ce99552ab9809f3b205409
738fde5660449e87ccd4f4878f7bf2a443ae9f1f
refs/heads/master
2023-08-17T17:01:41.765963
2023-08-16T07:27:05
2023-08-16T07:27:05
246,266,843
10
0
null
null
null
null
GB18030
C++
false
false
460
cpp
/// Copyright (c) 2010-2023 /// Threading Core Render Engine /// /// 作者:彭武阳,彭晔恩,彭晔泽 /// 联系作者:94458936@qq.com /// /// 标准:std:c++20 /// 最后的霸王测试版本:0.9.0.12 (2023/06/17 14:09) #include "ThreadingCoreRenderEngine/ThreadingCoreRenderEngineLib.h" #include "ThreadingCoreRenderEngineGame/ThreadingCoreRenderEngineGameLib.h" #i...
[ "94458936@qq.com" ]
94458936@qq.com
d9de2ef5efca6459b327d1774a9385541cd05410
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14552/function14552_schedule_29/function14552_schedule_29.cpp
cf952072c9e5b426596a0cb547327a187067abd9
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,686
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14552_schedule_29"); constant c0("c0", 128), c1("c1", 64), c2("c2", 128), c3("c3", 64); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
05e946194d556368c9f7b252f1dce78072de98ea
0210c351cddbd585438cbc8d355893dfc78968fb
/source/EAPCustomMemo.cpp
74a567cc0803dd6a81040760b2284c9c42b0125a
[]
no_license
pbem-games/Atlaclient
d4bbe15b1a54c02b7c481fc5ae013833027d04e3
afcc4d57824873c416d43ecf23dba38bb0933dfa
refs/heads/master
2022-02-28T02:45:50.163379
2013-11-24T10:12:38
2013-11-24T10:12:38
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
48,582
cpp
//--------------------------------------------------------------------------- #pragma hdrstop #include <vcl.h> #include "EAPCustomMemo.h" #pragma package(smart_init) //--------------------------------------------------------------------------- // ValidCtrCheck is used to assure that the components created do no...
[ "pradd.me@gmail.com" ]
pradd.me@gmail.com
d403c74469aa90b212717d3521382d0083744ee1
5076cd860b77eb813aadb81acd4d1bc23023121c
/WDcore/Win32/dummy_imu.cpp
95be1f54b02948a4255b5c2eff8ef6f4a889f9f8
[]
no_license
geirwanvik/WDrov
89ca48fc040139e7f5b2fe77fe83e1b9402aa760
9324f8fa98f3869e839ff429646d728e00d53158
refs/heads/master
2020-12-29T02:37:25.311451
2017-02-24T07:06:11
2017-02-24T07:06:11
54,888,595
0
0
null
null
null
null
UTF-8
C++
false
false
3,495
cpp
#include "imu.h" #include "imuhelperfunctions.h" #include "wiringPi.h" #include <unistd.h> #include <QDebug> #include <QWaitCondition> #include <QMutex> #include <qmath.h> Imu::Imu(QThread &thread, QMutex &_i2cMutex) : QObject(0) { (void)_i2cMutex; memset(&att,0,sizeof(att_t)); connect (&thread, SIGNAL...
[ "none" ]
none
2232d94fc438273094aa5e80f6611cada4b6a44c
93b24e6296dade8306b88395648377e1b2a7bc8c
/client/Client/CEGUI/CEGUI/include/falagard/CEGUIFalLayerSpecification.h
86d13ef95463a91c5f828facaaf0a8bac0a9209f
[]
no_license
dahahua/pap_wclinet
79c5ac068cd93cbacca5b3d0b92e6c9cba11a893
d0cde48be4d63df4c4072d4fde2e3ded28c5040f
refs/heads/master
2022-01-19T21:41:22.000190
2013-10-12T04:27:59
2013-10-12T04:27:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,847
h
/************************************************************************ filename: CEGUIFalLayerSpecification.h created: Mon Jun 13 2005 author: Paul D Turner <paul@cegui.org.uk> *************************************************************************/ /**************************************...
[ "viticm@126.com" ]
viticm@126.com
69414aa9eb446ec815e840ac634dcab8e548c66b
5231d22dadd06e81d17183b589def82eae45e77a
/fuzzers/asan-opencv-2/harness.cpp
d0e0de9675b71df820287bdbbdd1e1c5923ccf2f
[ "Apache-2.0" ]
permissive
ufwt/maxfuzz
7be7a0a6eeaf81e4c1f4e407720a929ad1d6fc9e
19b27664ea31030ebdaf7c4ea97d40e30a8b3482
refs/heads/master
2020-04-30T06:53:09.963021
2018-05-03T12:24:23
2018-05-03T20:40:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
419
cpp
#include <opencv2/opencv.hpp> #include <iterator> #include <string> #include <iostream> using namespace cv; using namespace std; int main(int argc, char** argv) { std::ifstream file(argv[1]); std::vector<char> data; file >> std::noskipws; std::copy(std::istream_iterator<char>(file), std::istream_iterator...
[ "everest.munro-zeisberger_external.targetcw@coinbase.com" ]
everest.munro-zeisberger_external.targetcw@coinbase.com
6e1cbbaa82ceb5a044747ae84ae31dd9be32423f
1161a8bd0ec4c18791dfee3ade806f0ad61425d4
/big_integer/myvector.cpp
dee92d9744c8ced4d401768f55f15e21e660fab0
[]
no_license
ghost26/big_integer
8f86a500f858ff0cec63b710dfc34cd19603af33
268aa5b0e38905604856f8277459954fce9efb43
refs/heads/master
2021-01-24T08:36:35.056980
2016-09-29T09:40:21
2016-09-29T09:40:21
69,553,235
0
0
null
null
null
null
UTF-8
C++
false
false
2,336
cpp
// // myvector.cpp // big_integer // // Created by Руслан Абдулхаликов on 18.06.15. // Copyright (c) 2015 Руслан Абдулхаликов. All rights reserved. // #include <stdio.h> #include <vector> #include <iostream> #include "myvector.h" void myvector::make_my_copy() { if (*count != 1) { --*count; ...
[ "russtav262@yandex.ru" ]
russtav262@yandex.ru
dd4517991e3044cd11d775d87ecf15903ceaa659
86f1b47aac824eb3f1f24d025c8a8d618c952d0d
/precode/done/graph/Floyed-Warshal.cpp
635074bfa20ec49081baa4d49a60fdc9806ccd2e
[]
no_license
anwar-arif/acm-code
2fe9b2f71c3cc65d2aa680475300acbeab551532
ad9c6f3f2a82bf231f848e9934faf9b5e591e923
refs/heads/master
2023-02-07T16:35:25.368871
2023-01-30T08:38:41
2023-01-30T08:38:41
127,539,902
0
1
null
null
null
null
UTF-8
C++
false
false
442
cpp
#include<bits/stdc++.h> using namespace std; const int N = (int) 2e5 + 10; const int inf = (int) 2e9; int main() { for (k = 1; k <= V; k++) { for (i = 1; i <= V; i++) { for (j = 1; j <= V; j++) { if (dist[i][j] > dist[i][k] + dist[k][j]) { dist[i][j] = dist[i][k...
[ "anwarhossain221095@gmail.com" ]
anwarhossain221095@gmail.com
ae98a33e44e4c16142e33cd118a7e3c0733c9f10
bc27ba32828e40e5cd807c8e0b27759e60a533d9
/led_fade/led_fade.ino
cff497e8c1d616f6e7228cc5474c6736a634cc7c
[]
no_license
dladowitz/arduino
f5dcc14e2f3110a8f02d4744fa7e6add2cab2989
f971bc2911ce28dd586b01b6877caf394b509550
refs/heads/master
2020-04-06T04:14:51.538382
2015-03-17T17:47:34
2015-03-17T17:47:34
28,849,812
0
0
null
null
null
null
UTF-8
C++
false
false
752
ino
const int LED = 9; // set pin for the LED const int BUTTON = 7; // set pin for pushbutton int brightness = 124; int val = 0; // val will be used to store the state of the input pin void setup() { pinMode(LED, OUTPUT); // set LED pin as an output. pinMode(BUTTON, INPUT); ...
[ "david@ladowitz.com" ]
david@ladowitz.com
9f7bfd7cbe2177a09674b074cb719093293b6d56
773169c73bfa09c49046997b6aa92df68fec2b4e
/08_Basic_Data_Structures/10_Heaps/01_Heap_Using_Arrays.cc
5494c8a124e9deee0942e63a83d00147f417ec42
[]
no_license
the-stranded-alien/Competitive_Programming_CPP
a9995869bf34cc55ce55fa31da7f7b3b9aadb65d
65dac7953fc1cfa8315f7fe40017abae7515d82f
refs/heads/master
2022-12-22T06:39:12.240658
2020-09-16T12:57:28
2020-09-16T12:57:28
270,649,612
0
0
null
null
null
null
UTF-8
C++
false
false
2,296
cc
#include<iostream> #include<vector> using namespace std; class Heap { private: vector<int> v; bool minHeap; bool compare(int a, int b) { if(minHeap) return (a < b); else return (a > b); } void heapify(int idx) { int left = 2 * idx; int right = (2 * idx) + 1; ...
[ "thestrandedalien.mysticdark@gmail.com" ]
thestrandedalien.mysticdark@gmail.com
ebac13d6bca35fd6102197896b39f7e71775bfe2
814fda3bc42d0b324b33c2cbb57cb4a327f71e96
/lib/year2015/src/Day12Puzzle.cpp
fe34fff2b04989125f57d90c2413347e7ed12abb
[ "MIT" ]
permissive
MarkRDavison/AdventOfCode
377591ce341e37ef2bffa563ccd596fdacc83b60
a415f3311ad29a5ed2703113769b04b9614e7d57
refs/heads/main
2022-12-21T10:04:37.032919
2022-12-18T05:55:29
2022-12-18T05:55:29
162,899,531
0
0
null
null
null
null
UTF-8
C++
false
false
1,885
cpp
#include <2015/Day12Puzzle.hpp> #include <zeno-engine/Utility/StringExtensions.hpp> #include <zeno-engine/Utility/Json.hpp> #include <unordered_set> #include <unordered_map> #include <stack> typedef std::pair<unsigned, unsigned> containerDepth; struct pair_hash { template <class T1, class T2> std::size_t operator()...
[ "markdavison0+github@gmail.com" ]
markdavison0+github@gmail.com
b79cbd8bc4a0181b726efbe4aa6c02c9ebbbe355
10b4db1d4f894897b5ee435780bddfdedd91caf7
/thrift/compiler/test/fixtures/stream/gen-cpp2/module_types.h
60db43a0a483a2af62810b22c50bab844a34b5b1
[ "Apache-2.0" ]
permissive
SammyEnigma/fbthrift
04f4aca77a64c65f3d4537338f7fbf3b8214e06a
31d7b90e30de5f90891e4a845f6704e4c13748df
refs/heads/master
2021-11-11T16:59:04.628193
2021-10-12T11:19:22
2021-10-12T11:20:27
211,245,426
1
0
Apache-2.0
2021-07-15T21:12:07
2019-09-27T05:50:42
C++
UTF-8
C++
false
false
3,031
h
/** * Autogenerated by Thrift for src/module.thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @nocommit */ #pragma once #include <thrift/lib/cpp2/gen/module_types_h.h> namespace apache { namespace thrift { namespace tag { } // namespace tag namespace detail { } // names...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
63280c7a76eabcf2f54ba2c05e7b01a5cbc36693
d6507daa66666878fb018b394cc0a959a0113ec3
/04/043.cc
ba580759db40eb36d8848dd223f324a813aff3c8
[]
no_license
dmnsn7/projecteuler
a5d0098cdafcdb68901ecc68c0ba9df77d039ac4
a737037b9521c940b6b6ed12488ee73e41229b70
refs/heads/master
2023-06-09T21:33:46.625979
2023-06-07T12:17:21
2023-06-07T12:17:21
215,997,596
0
0
null
null
null
null
UTF-8
C++
false
false
865
cc
// Copyright [2017] <dmnsn7@gmail.com> #include <bits/stdc++.h> using std::string; using std::vector; int fac(int n) { return n ? fac(n - 1) * n : 1; } const int N = 9; const int M = 3; const int K = fac(N + 1); const vector<int> prime = {2, 3, 5, 7, 11, 13, 17}; int main() { string s; for (int i = 0; i <= N; ...
[ "jie.liu@airbnb.com" ]
jie.liu@airbnb.com
093f043789852dedc04a7a8035f990720a2bd912
a02676c1e81ebce3cf42f716f53d60ff29b0c22e
/source/utils/thread.cpp
e57bae272af9cf9c9c8e25c3251c1e742a190f45
[ "MIT" ]
permissive
RocketRobz/SavvyManager
0797c54c9b4d7b0f7c420816fecd3499e73e018a
0c4c8d4b5c905b1e551767587805cebcddfb3b63
refs/heads/master
2023-08-08T23:08:53.413250
2023-08-03T21:10:10
2023-08-03T21:10:10
221,546,987
24
4
MIT
2020-05-27T09:06:54
2019-11-13T20:37:19
C++
UTF-8
C++
false
false
463
cpp
#include <3ds.h> #include <vector> #include "thread.h" static std::vector<Thread> threads; void createThread(ThreadFunc entrypoint) { s32 prio = 0; svcGetThreadPriority(&prio, CUR_THREAD_HANDLE); Thread thread = threadCreate((ThreadFunc)entrypoint, NULL, 4*1024, prio-1, -2, false); threads.push_back(thread); } v...
[ "bobesh8@gmail.com" ]
bobesh8@gmail.com
5108cfe2bf27cec4905931633b63e20d2b3927b7
d7e87a28c0b853cdff1f4db9f52412a6fe67cb28
/func.h
ea6d985ee510455989efea9e76811afd7d301a47
[]
no_license
mju-oss-13-b/team4-calender
2513f901cec18268b6cd4d343922ca009a98744d
310440832fd11fd48386455e93ac21709efc9a33
refs/heads/master
2016-09-08T01:07:06.915804
2013-12-12T10:11:35
2013-12-12T10:11:35
null
0
0
null
null
null
null
UHC
C++
false
false
13,344
h
#include <iostream> //For all the console stream input-output operations 콘솔 명령어 입출력 #include <fstream> //For all the file stream input-output operations 파일 입출력 #include <string> //For all the string related functions 문자열 #include <stdio.h> //For all the standard input/output functions 스탠다드 입출력을 위함...
[ "root@csb-virtual-machine.(none)" ]
root@csb-virtual-machine.(none)
28e8a7604bbf513d41a5a2485597729887aef513
66bded59e135d3f9e30c4cce3843e00e4d98515b
/src/noui.cpp
559a0101eb9a94482c69203fe861d94795de612d
[ "MIT" ]
permissive
MBMB-Project/MBMB
9b9e5076f91d5f1b69872b520360b8331f154184
281ae63469ed610e90159bbdc03978d13e7db6cb
refs/heads/master
2020-04-18T02:42:36.007392
2019-01-26T12:21:56
2019-01-26T12:21:56
165,615,434
0
0
null
null
null
null
UTF-8
C++
false
false
1,587
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The MBMB developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license...
[ "46668056+MBMB-Project@users.noreply.github.com" ]
46668056+MBMB-Project@users.noreply.github.com
5d62cb2f753285c0db992fbbc8604f07bbd746b0
cff923ece9e7b670f239f2660ae35c6032d59f6e
/autentification.cpp
24a0f3c3d7a19e862c44fe71d40e06b734d688b3
[]
no_license
ksv141/pgAdminLite
272f9b9286b3bdb5772356f13cbd6f7f61a844ab
ef080cca17186bba525fe87dfa28b8c880e3b190
refs/heads/main
2023-03-09T20:00:41.457836
2021-02-16T13:38:03
2021-02-16T13:38:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
32,375
cpp
#include "autentification.h" #include "clear.h" #include <QLabel> #include <QMenu> #include <QMenuBar> #include <QImage> #include <clear.h> #include <QStandardItem> clear *Clear; QMessageBox* newMessage; QString regstr ="^[ ]*[a-zA-Zа-яА-Я_-0-9]*"; //================================================ //============ Fu...
[ "78598356+anile-adnay@users.noreply.github.com" ]
78598356+anile-adnay@users.noreply.github.com
53a7c104092769af3593755f47f689e285dfa21c
c14b2b8a2ddb956a9dc877f2005852b51195c98b
/libs/famitracker/Source/InstrumentEditDlg.h
803932a934f9f71a7a0fe4e6ac36aaf81f6210ff
[]
no_license
zeroCoder1/nesicide
9d946f0961b4f1bc4ae18c4debdbcfc34e8bf293
7d0da9f0c31b581a29d23747b275127d41964542
refs/heads/master
2020-12-28T19:46:19.673017
2013-11-10T04:08:27
2013-11-10T04:08:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,206
h
/* ** FamiTracker - NES/Famicom sound tracker ** Copyright (C) 2005-2012 Jonathan Liss ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation; either version 2 of the License, or ** (at your opti...
[ "christopher_pow@hotmail.com" ]
christopher_pow@hotmail.com
25ec4a0a95400bf06b26b06d0f5064e61b11dba7
7b1e74f46c06bd044059ed710d651f9b5b3f4314
/Protocols/MaliciousRepMC.h
03c4ee1d07c095377f688df6772084ede9282413
[ "MIT", "BSD-2-Clause" ]
permissive
n1v0lg/MP-SPDZ
24543c69a6a9a408d2a50bea2608693597b13f77
5ef70589cbcd6a8116cc20ec9fd812b90df599eb
refs/heads/master
2020-04-05T04:18:30.574529
2019-07-11T04:59:18
2019-07-11T04:59:18
156,545,896
0
0
NOASSERTION
2018-11-07T12:51:32
2018-11-07T12:51:32
null
UTF-8
C++
false
false
1,790
h
/* * MaliciousRepMC.h * */ #ifndef PROTOCOLS_MALICIOUSREPMC_H_ #define PROTOCOLS_MALICIOUSREPMC_H_ #include "ReplicatedMC.h" template<class T> class MaliciousRepMC : public ReplicatedMC<T> { protected: typedef ReplicatedMC<T> super; public: virtual void POpen_Begin(vector<typename T::open_type>& values, ...
[ "mks.keller@gmail.com" ]
mks.keller@gmail.com
c799068ef4b1f958c83a0b266f4cfc5dd6e26bfd
04b95d4f9c4d2503d19685c548953c7ca6c7cdf0
/PlugIns/CgProgramManager/include/OgreCgPrerequisites.h
a86230b3b80a812d8768316b3292d2d2af8ee964
[ "MIT" ]
permissive
Kanma/Ogre
f3fa67cedab75f30ab6f03d77d12c727a553397f
21bf1fbbfd8ade12d8009c00940e136d78f21bea
refs/heads/master
2021-01-25T06:37:10.501303
2014-05-08T13:07:32
2014-05-08T13:07:32
526,053
0
0
null
null
null
null
UTF-8
C++
false
false
2,347
h
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2012 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person obta...
[ "philip.abbet@gmail.com" ]
philip.abbet@gmail.com
a30544ea667cbd2da26848a1495f341bef05d20a
a2183d0f4fb3a52000cad9201e89d9d0f0c400f7
/source/Classes/Client/Layers/UI/BattleUISmallMapPanel.cpp
4a9a69f193ede60160b8a5edac48318d81862357
[]
no_license
atom-chen/hellopet
985374576ab20f9cd3c16255ea1db918dd493696
a183a8234c3992ee6f3dff8ee711779a10c5c654
refs/heads/master
2020-06-17T07:53:16.523687
2015-07-18T14:02:35
2015-07-18T14:02:35
null
0
0
null
null
null
null
GB18030
C++
false
false
4,365
cpp
#include "BattleUISmallMapPanel.h" #include "GameManager/CommonLookUpUtils.h" #include "GameManager/BattleManger.h" #include "Sprite/SpriteDefiner.h" #include "BattleUILayer.h" #include "Layers/UI/UIManager.h" #include "GameManager/NotificationCenterDefiner.h" BattleUISmallMapPanel::BattleUISmallMapPanel(CCLayer* pare...
[ "zhibniu@gmail.com" ]
zhibniu@gmail.com
a7cd9a11c2ce3484d2f34d3d17a7a653365aa3e2
41c4c7421bf346e246e550334ee0cc19f8f17485
/DesignMode/Realty.h
5ca29c9d92a724db2114896a48154808bd3ff573
[]
no_license
xingyuan1hao/DesignPattern
31e89ede424269f64f256b130db9086266acf030
add44c2b82fe3d4e69c02b2592685aeff4173a7e
refs/heads/master
2020-04-05T03:59:58.567733
2018-12-05T10:50:35
2018-12-05T10:50:35
156,534,374
0
0
null
null
null
null
UTF-8
C++
false
false
151
h
#pragma once #include "Invest.h" class Realty:public Invest { public: Realty(void); ~Realty(void); virtual void Sell(); virtual void Buy(); };
[ "ahhlin@163.com" ]
ahhlin@163.com
0061a532b71429156e3bdf093253944a940022fb
a6cf383f0e54fb6f2af794c4ef5db9981c7322f9
/src/WebSocket.h
4d875086f0fffd26dfcf2c1d32053b9b32cd5e46
[ "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
lostrepo/uWebSockets
915917380dbded40ad093dad4b27da0c1312c896
ee8fd1079d775570c7ecef7bab645b51e0d554a0
refs/heads/master
2023-02-24T02:47:31.342563
2021-02-03T12:44:16
2021-02-03T12:44:16
288,437,596
0
0
Apache-2.0
2021-02-03T12:43:11
2020-08-18T11:32:14
C++
UTF-8
C++
false
false
10,655
h
/* * Authored by Alex Hultman, 2018-2020. * Intellectual property of third-party. * 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 * Un...
[ "alexhultman@gmail.com" ]
alexhultman@gmail.com
8e65fd6c10f0348f356037d77eac1c4dfa618fea
7f0fecfcdadd67036443a90034d34a0b0318a857
/sparta/sparta/report/db/SingleUpdateReport.hpp
3f8c7cc5c6a2aa26d1ad53767ccc2ed43a98d37f
[ "MIT" ]
permissive
timsnyder/map
e01b855288fc204d12e32198b2c8bd0f13c4cdf7
aa4b0d7a1260a8051228707fd047431e1e52e01e
refs/heads/master
2020-12-21T19:34:48.716857
2020-02-17T17:29:29
2020-02-17T17:29:29
236,536,756
0
0
MIT
2020-01-27T16:31:24
2020-01-27T16:31:23
null
UTF-8
C++
false
false
2,570
hpp
// <SingleUpdateReport> -*- C++ -*- #ifndef __SPARTA_STATISTICS_DATABASE_SINGLE_UPDATE_REPORT_H__ #define __SPARTA_STATISTICS_DATABASE_SINGLE_UPDATE_REPORT_H__ #include <cstdint> #include <memory> #include <vector> #include "simdb_fwd.hpp" #include "simdb/ObjectRef.hpp" #include "simdb/schema/DatabaseTypedefs.hpp" ...
[ "klingaard@gmail.com" ]
klingaard@gmail.com
1915a91098cb7fafd20f1b813d1c72870e4a9612
a06515f4697a3dbcbae4e3c05de2f8632f8d5f46
/corpus/taken_from_cppcheck_tests/stolen_10813.cpp
eb9fcfd7ed86bbce51765d43a24235b7add1e7a7
[]
no_license
pauldreik/fuzzcppcheck
12d9c11bcc182cc1f1bb4893e0925dc05fcaf711
794ba352af45971ff1f76d665b52adeb42dcab5f
refs/heads/master
2020-05-01T01:55:04.280076
2019-03-22T21:05:28
2019-03-22T21:05:28
177,206,313
0
0
null
null
null
null
UTF-8
C++
false
false
50
cpp
void f() { label: foo(); goto label; }
[ "github@pauldreik.se" ]
github@pauldreik.se
92af0f480ca2691cb9b9e888b1471dd2994c645e
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/106/745/CWE590_Free_Memory_Not_on_Heap__delete_array_struct_alloca_10.cpp
69dd1ba8a40622503b84678f784c03a9b00b6da4
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
3,965
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE590_Free_Memory_Not_on_Heap__delete_array_struct_alloca_10.cpp Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete_array.label.xml Template File: sources-sink-10.tmpl.cpp */ /* * @description * CWE: 590 Free Memory Not on Heap * BadSource: alloca Data buffer...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
5d3b92952c10bd4caef239bd79bb57029ab049be
b37d061c39b58a6c82a23c481de68334688b49a2
/Ashish/TopCoder/Div1A/LeaguePicks.cpp
6c20e08103780b600e984e9e703411e6f5bc9e37
[]
no_license
AshishKhatkar/ICPC-Practice
79bee31a264c34803d6bf314fa4e486a63e8a232
ee46bcad24697223d98c0796c6dfd04e6ae8c76a
refs/heads/master
2021-05-03T06:03:24.430598
2015-12-11T16:55:21
2015-12-11T16:55:21
43,705,527
0
0
null
null
null
null
UTF-8
C++
false
false
5,075
cpp
#include<bits/stdc++.h> using namespace std; #define ll long long int #define MOD 1000000007 using namespace std; class LeaguePicks { public: vector <int> returnPicks(int, int, int); }; vector <int> LeaguePicks::returnPicks(int position, int friends, int picks) { vector<int> res; int turn = 1; int pos = position;...
[ "akhatkar64@gmail.com" ]
akhatkar64@gmail.com