blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
4ccea86036dd235f91c3c02531a8cef753637972
4aeec3f6db28fe3ab4337777a19a50151bf58394
/rd_framework_cpp/src/main/base/ext/RdExtBase.cpp
c54310595ef30a9673f22b469c41a5fbb0832f03
[]
no_license
operasfantom/rd_cpp
11053df1e8e309db70d72d1167048747caaf2cba
ce38dd043727784901748814c1d40ff65b2e1752
refs/heads/master
2021-07-18T07:47:46.421402
2018-11-14T16:16:34
2018-11-14T16:16:34
140,456,027
2
0
null
null
null
null
UTF-8
C++
false
false
3,182
cpp
// // Created by jetbrains on 24.07.2018. // #include "Lifetime.h" #include "RdPropertyBase.h" #include "RdExtBase.h" #include "Protocol.h" const IProtocol *const RdExtBase::get_protocol() const { return extProtocol ? extProtocol.get() : RdReactiveBase::get_protocol(); } void RdExtBase::init(Lifetime lifetime) ...
[ "operasfantom@gmail.com" ]
operasfantom@gmail.com
0fcb76d4b76e147be51dd24556e601c8df73a921
f24fddf2415ed31237068039f9db992832ff0bf7
/lib/DHParam/src/DHParam.h
d51fffbe1cf4010517a12400213e88266f2a49d5
[]
no_license
boernworst/6dof_robot_arm-self
bf93a124efd602ac0aa33baad8499f7eb41a70c9
4e82329e2ea779e7c9cd4b2c9e6e8d745854bfa1
refs/heads/master
2022-11-21T20:50:44.163926
2020-07-15T00:03:49
2020-07-15T00:03:49
279,721,949
0
0
null
null
null
null
UTF-8
C++
false
false
615
h
/*   DHParam.h - Library for implementing Denavit-Hartenberg Parameters.   Created by Nathan Rukavina, July 17, 2017.   Released into the public domain. */ #ifndef DHParam_h #define DHParam_h #include "Arduino.h" class DHParam { public: DHParam(float theta_, float a_, float d_, float alpha_); void getTransforma...
[ "basjfellinger@gmail.com" ]
basjfellinger@gmail.com
61021ed6e3f00e2ab524d28a7e9cf1363c2c673e
e969be9b8a0067e6e7a9e84974d79b4aa68f1dec
/code/aoce/media/MediaHelper.hpp
c2bdb459d06811b83670d92b263ed51b4f8da52e
[ "MIT" ]
permissive
sandman555/aoce
479850e2c04505289bab32a2c4ca02d3cdc7dc40
c1895d7ecc784354744886fb6db4174f211d81d1
refs/heads/master
2023-08-15T19:06:57.094702
2021-10-13T15:14:47
2021-10-13T15:14:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
186
hpp
#pragma once #include "../Aoce.hpp" namespace aoce { ACOE_EXPORT MediaSourceType getMediaType(const std::string& str); ACOE_EXPORT std::string getAvformat(const std::string& uri); }
[ "mfjt55@163.com" ]
mfjt55@163.com
c768240383e45bc9d0f47970677b707cf145b666
a90020def1ea505bfb3a2fc152f853997cf5ca4a
/RangeQueries/dynamic_min.cpp
ce095e2a276fefe7c74d4ef90f5671894cb29059
[]
no_license
AYUSHNSUT/CSES
43f9d5d9fb9d027294cac6fb03ee66420462e710
e7cebbb65f8ee6214ca58fa80ec9ea2c9a3bac40
refs/heads/master
2023-05-27T19:08:15.622538
2021-06-07T11:31:16
2021-06-07T11:31:16
296,012,570
0
0
null
null
null
null
UTF-8
C++
false
false
3,877
cpp
#include<bits/stdc++.h> using namespace std; #define DEBUG(x) cerr << '>' << #x << ':' << x << endl; #define REP(i,n) for(int i=0;i<(n);i++) #define FOR(i,a,b) for(int i=(a);i<=(b);i++) #define FORD(i,a,b) for(int i=(a);i>=(b);i--) #define all(c) c.begin(),c.end() #define M 1000000007 typedef long long ll; typedef unsi...
[ "ayushm1906@gmail.com" ]
ayushm1906@gmail.com
66fbcbf45532b22a929c055ba30db2fa70768ea9
9c451121eaa5e0131110ad0b969d75d9e6630adb
/Luogu/P2078 朋友.cpp
4289709871c8953d83508727ad773914feb44b6d
[]
no_license
tokitsu-kaze/ACM-Solved-Problems
69e16c562a1c72f2a0d044edd79c0ab949cc76e3
77af0182401904f8d2f8570578e13d004576ba9e
refs/heads/master
2023-09-01T11:25:12.946806
2023-08-25T03:26:50
2023-08-25T03:26:50
138,472,754
5
1
null
null
null
null
UTF-8
C++
false
false
758
cpp
#include <bits/stdc++.h> using namespace std; const int MAX=1e4+10; struct Disjoint_Set_Union { int pre[MAX],sz[MAX]; void init(int n) { int i; for(i=1;i<=n;i++) { pre[i]=i; sz[i]=1; } } int find(int x) { if(pre[x]!=x) pre[x]=find(pre[x]); return pre[x]; } bool merge(int a,int b) { int ra,r...
[ "861794979@qq.com" ]
861794979@qq.com
98422d4c86fc485da33d34a7fbb61977824ff427
d3d1429da6d94ec4b3c003db06607bc9daa35804
/vendor/github.com/cockroachdb/c-rocksdb/internal/table/full_filter_block_test.cc
51ce1aaa9970249ae835b5cb3d9bea69e81df421
[ "ISC", "BSD-3-Clause" ]
permissive
zipper-project/zipper
f61a12b60445dfadf5fd73d289ff636ce958ae23
c9d2d861e1b920ed145425e63d019d6870bbe808
refs/heads/master
2021-05-09T14:48:04.286860
2018-05-25T05:52:46
2018-05-25T05:52:46
119,074,801
97
75
ISC
2018-03-01T10:18:22
2018-01-26T16:23:40
Go
UTF-8
C++
false
false
5,736
cc
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. #include "table/ful...
[ "2539373634@qq.com" ]
2539373634@qq.com
66ae398629e125081e92336d200710d12dc33613
a0e695b8b8d46dc9615e7314fcc8458a21f2a6ac
/examples/Queue/Queue.ino
35c0f6688c3d597325761b51135526658067216a
[ "MIT" ]
permissive
Floessie/frt
769bf0753120214b69b7828550118f04bd5cf56f
a4278d9bd119834924a3c64edefccbf93266d53b
refs/heads/master
2021-05-11T19:57:14.657162
2020-12-07T17:19:06
2020-12-07T17:19:06
117,427,334
22
9
MIT
2018-02-04T16:29:16
2018-01-14T12:17:24
C++
UTF-8
C++
false
false
3,056
ino
#include <frt.h> namespace { // This is the data shared between producer and consumer task struct Data { int value; unsigned long timestamp; }; // This is our queue, which can store 10 elements of Data frt::Queue<Data, 10> queue; // This is the mutex to protect our output from getting mixed up frt::Mutex...
[ "floessie.mail@gmail.com" ]
floessie.mail@gmail.com
9c50ac98e7017f7ac0bc37473c505fbd5428448b
43a54d76227b48d851a11cc30bbe4212f59e1154
/cwp/include/tencentcloud/cwp/v20180228/model/DescribeReverseShellEventsRequest.h
f59f48d117fea24737d69dff064c94a32a067d56
[ "Apache-2.0" ]
permissive
make1122/tencentcloud-sdk-cpp
175ce4d143c90d7ea06f2034dabdb348697a6c1c
2af6954b2ee6c9c9f61489472b800c8ce00fb949
refs/heads/master
2023-06-04T03:18:47.169750
2021-06-18T03:00:01
2021-06-18T03:00:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,692
h
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
[ "tencentcloudapi@tenent.com" ]
tencentcloudapi@tenent.com
885c09bc76da6340b35dfa0685075ef0a934de0e
e95eabe61b5b197a57779e7ad4e6acfbad9b7e39
/onethread/PageStorage.cpp
8c5bad61cab36d02a25058d99ce5c0146212e2c4
[]
no_license
MillQK/OS-proxy
3ebbfe31490286c29d9e7f14a8bf31435d6040be
6829d317f4aad96a7bad2e44ea18e8fb87995d17
refs/heads/master
2021-01-20T14:43:32.523031
2017-02-22T07:26:57
2017-02-22T07:26:57
82,773,017
0
0
null
null
null
null
UTF-8
C++
false
false
707
cpp
// // Created by Nikita on 13.12.15. // #include <stdlib.h> #include "PageStorage.h" PageStorage::PageStorage(){ full = false; } void PageStorage::addItem(char * buf, int size) { pagePieces.push_back(std::make_pair(buf, size)); } unsigned long PageStorage::size() { return pagePieces.size(); } std...
[ "noreply@github.com" ]
MillQK.noreply@github.com
cd87fa7c5a10b5259a6f5b992040276243f0e0e0
bc8848baeada90d427fb4130099abf11e38fa12c
/SSORT
70c111f2dcf7cb195ebc068c0580f45781c17d3a
[]
no_license
atharva-sarage/Codechef-Competitive-Programming
5e2699928bfca7190bca225ee69a731f058c3619
39e880ad877422f66272d1eb59dab77e9b423f1b
refs/heads/master
2020-06-09T21:57:38.731845
2019-07-17T06:14:35
2019-07-17T06:14:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,060
#include<bits/stdc++.h> #define mx 1005 using namespace std; int n,sum,min1,final,size; int visited[mx]; int par[mx]; int a[mx],b[mx],c[mx]; vector <int> vec; void dfs(int u,int parent) { visited[u]=true; par[u]=parent; if(visited[b[u]]) { int v=b[u]; sum=v; min1=v; while(u!=v) { size++; sum+=u; ...
[ "atharva.sarage@gmail.com" ]
atharva.sarage@gmail.com
9aa174e6ba12c2f7e959c6820bdd66ead7fb6e65
c67e2f5a8c34025762ebcc1d2c9a1c6201efc4a2
/displace.cpp
8eae8a73d4d00ebcbc0a8b63ae81976a60a4f28c
[]
no_license
cmwilli5/Project_Gunner
0fa0e8dec4abba0947fc1c4f7d89ae17e6762f04
ce3b3ea3b2b04298cf0205e7b8270efd53b8362f
refs/heads/master
2020-04-13T21:55:33.395442
2017-03-23T02:03:37
2017-03-23T02:03:37
50,155,647
0
0
null
null
null
null
UTF-8
C++
false
false
568
cpp
#include "displace.h" #include <iostream> #include <locale> const std::string Position::name{"position"}; template<> Position buildFromLua<Position>(sol::object& obj) { Position p; sol::table tbl = obj; p.pastPosX = p.posX = tbl["x"].get_or(0.0f); p.pastPosY = p.posY = tbl["y"].get_or(0.0f); retur...
[ "corithianmw96@gmail.com" ]
corithianmw96@gmail.com
f4e4e6866ad32c77fcd24698c34aa8c8adcd6d08
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/heap/heap_concepts.hpp
dfd5fca24f6bda5779f159da7e967cdc05f5f6e6
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:d4d5547c28eec7025bf6170456268dc8da9585c1ae8006e3832c2885747b710c size 2592
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
2e6a6df95ab669b9d9de0222e79656fe48838c8b
a5c2bcbd0298b743ef86b046a37e1c303dc7ade8
/C++/Inheritance/00_Inheritance_Introduction.cpp
b75b20bcefeb2a75560d4ef6d09f34ebdff4a393
[]
no_license
lvoneduval/hackerrank
911c140d9e25ef39b7cfb5c3e8afb1e6634bdd33
be0ae48282d71fbac876962c9b0a636621615aa2
refs/heads/master
2021-09-14T09:37:52.676172
2018-05-11T12:11:59
2018-05-11T12:11:59
111,906,441
0
0
null
null
null
null
UTF-8
C++
false
false
608
cpp
#include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> using namespace std; class Triangle{ public: void triangle(){ cout<<"I am a triangle\n"; } }; class Isosceles : public Triangle{ public: void description() { cout << ...
[ "lionel.duval@etu.umontpellier.fr" ]
lionel.duval@etu.umontpellier.fr
dde757ce8731636e04b8071998f5a398e6887e6e
3839a4abf93aba83d8e09a173480a3e4dd1f8246
/Morse.cpp
808639f172f640aaed330ed2a6fa073bc9f2b547
[]
no_license
MNWHN/homework
833ec372db3bec9978947d88edb7ad436669de67
b0a51bb52ad2232983dae0fc0bee2319e9145a81
refs/heads/master
2020-06-14T17:16:13.976181
2019-07-06T03:10:35
2019-07-06T03:10:35
195,069,622
1
0
null
null
null
null
UTF-8
C++
false
false
496
cpp
#include "Arduino.h" #include "Morse.h" Morse::Morse(int pin) { pinMode(pin,OUTPUT); _pin=pin; _delaytime=250; } void Morse::dot() { digitalWrite(_pin,HIGH); delay(_delaytime); digitalWrite(_pin,LOW); delay(_delaytime); } void Morse::dash() { digitalWrite(_pin,HIGH); delay(_delaytime*4); digitalWrite(_pin,...
[ "noreply@github.com" ]
MNWHN.noreply@github.com
f055619d38239c61275956bb79e17faa1dd6723a
5f17573507d160aa087b02d0f00d97be7a603f6c
/308B.cpp
3a0a353116310f25e2f366d4f7fb331b433c31bd
[]
no_license
nishnik/Competitive-Programming
33590ea882e449947befc36594fd20c720c05049
cab12301ca7343b6e5f4464fcfbb84b437379da8
refs/heads/master
2021-01-10T05:43:44.252506
2016-02-23T14:14:03
2016-02-23T14:14:03
52,363,354
0
0
null
null
null
null
UTF-8
C++
false
false
1,464
cpp
#include <bits/stdc++.h> //usage getline(cin,str_name); #define rep(i, n) for(__typeof(n) i = 0; i < (n); i++) #define rrep(i, n) for(__typeof(n) i = (n) - 1; i >= 0; --i) #define rep1(i, n) for(__typeof(n) i = 1; i <= (n); i++) #define FOR(i, a, b) for(__typeof(b) i = (a); i <= (b); i++) #define forstl(i, s) for (...
[ "nishantiam@gmail.com" ]
nishantiam@gmail.com
585b6d7592c1cc4b1d7a36ab145d9cc3280f39f4
4e528dddd0e5d2131fbe673428046e22930348e2
/Engine/Source/Math/ColorHSV.cpp
93c60d7ac1a36be2f4e75ee62c0caafa710473d0
[]
no_license
ConductorRU/Chronopolis
1da11fd782339dd783ecb443ddd0fddf05b7bba5
6ec21a8463a54200bbe937c48fabf01317455261
refs/heads/master
2020-06-24T21:51:48.595659
2018-05-28T11:02:17
2018-05-28T11:02:17
74,618,149
0
0
null
null
null
null
UTF-8
C++
false
false
658
cpp
#include "stdafx.h" #include "ColorRGB.h" #include "ColorHSV.h" namespace DEN { ColorHSV::ColorHSV(const ColorRGB &col) { float r = float(col.r) / 255.0f; float g = float(col.g) / 255.0f; float b = float(col.b) / 255.0f; float cMax = max(max(r, g), b); float cMin = min(min(r, g), b); float del = cMax - cM...
[ "draaks@yandex.ru" ]
draaks@yandex.ru
4e1aa8ccfea39a755a7fbb96f9f6a59ec8edbc3e
b3cf6ac1b9946a0399887bb8875b0c1bf943f9d6
/AudioEvent.cpp
92638ef2a395150c3ebed519f0c52b78dfc96534
[ "MIT" ]
permissive
rogerbusquets97/3D-Engine
19e30b137287eedf1e48ac4dadde63532d4a048d
0995a916664da9950b6d6a6edc34acf64c839057
refs/heads/master
2021-09-05T01:28:37.442597
2017-12-17T12:22:54
2018-01-23T11:14:42
103,663,586
0
1
null
2017-11-12T21:20:44
2017-09-15T14:00:51
C
UTF-8
C++
false
false
897
cpp
#include "AudioEvent.h" #include "ModuleImGui.h" #include "AudioSource.h" AudioEvent::AudioEvent() { } AudioEvent::~AudioEvent() { } void AudioEvent::UnLoad() { } void AudioEvent::Load(JSON_File * file, SoundBank * p, int id) { bool succes = file->MoveToInsideArray("IncludedEvents", id); if (succes) { LOG_OUT("...
[ "duranbusquetsroger@gmail.com" ]
duranbusquetsroger@gmail.com
910e8dd8ebca3b32a06c7ccc82355b0e3b611595
7d047b3755c8f1e81b1473c2d89c6741cdc55835
/Search & Sort/Merge_Sort.cpp
978f4e2bdea10eb14a1714e1940f9b689546371c
[ "MIT" ]
permissive
yashika66011/Daily-DSA-Coding
f44b4076ed9ce1ce6ee99dcd655ee40cb19bb366
af8dddb0e062abe8576b390e5d338aaf3e598c29
refs/heads/main
2023-07-13T02:51:45.657529
2021-08-18T16:23:27
2021-08-18T16:23:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,337
cpp
#include<iostream> #include<algorithm> using namespace std; int * mergeTwoArrays(int as[], int bs[]) { int *a = as; int *b = bs; int n = sizeof(a)/sizeof(a[0]); int m = sizeof(a)/sizeof(a[0]); int *c = new int(n+m); int k = 0; for(int i=0, j=0; i<n && j<m;) { if(a[i] < b[j]) ...
[ "sethidaksh02@gmail.com" ]
sethidaksh02@gmail.com
1ae15738a4b05f9b0f772df3c61a8b8fc02c31b6
5159d50078fa2945d027050a5bcd016228bb89b8
/algo2.cpp
7c640f4731fab0dd609281e8bd6eac02712af579
[]
no_license
maniteja123/ComputerGraphics
2dacf7668e27139ddc35751b2e5de7231f1271a3
52b42cf9fa58ffc48dae1cc61830bf312583043b
refs/heads/master
2020-12-25T22:20:31.646255
2016-01-01T20:20:57
2016-01-01T20:20:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,924
cpp
#include <stdio.h> #include <GL/gl.h> #include <GL/glut.h> #include "generate_tree.h" #include "circle.h" #include "line.h" const double density = 1.0; const int maxheight = 4; const int XJUMP = 20; const int YJUMP = 50; const int R = 5; const int YMAX = 700; const int WMIN = 0; const int WMAX = 700; int x = 1; pair ...
[ "manitejanmt@gmail.com" ]
manitejanmt@gmail.com
824d7ebfc7b629205e64a97797e4900034fc4d74
057c525d6fbff928fc0cb0cd6b2930e9494b5d4b
/training-data/cpp/76-SoXtComponent.c++
579cbc3f629de452b1ec75a072e26b2580b9cbaf
[]
no_license
uk-gov-mirror/ukwa.text-id
0931742d1f2df3091ac52eee6160c177ea98180d
5f3dcc6436bc46dedb375b37e3fd51c1c0d9b45b
refs/heads/master
2022-02-26T15:32:15.901527
2019-11-19T16:36:06
2019-11-19T16:36:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,656
/*N *N * Aa (A) 0 Aa Aa, Aa. Aa Aa Aa. N *N * Aa a a a a; a a a a a/aN * a a a a a a a A Aa Aa AaN * Aa a a a a Aa Aa Aa; aN * a 0.0 a a Aa, a (a a a) a a a.N *N * Aa a a a a a a a a a a a,N * a A A A; a a a a a aN * A a A A A A A. Aa a AN * Aa Aa Aa Aa a a a.N *N * Aa, a a a a a a a a a aN *...
[ "Andrew.Jackson@bl.uk" ]
Andrew.Jackson@bl.uk
6e0c112d5566b23328959a66e5c239a7a9251395
39f1e2608183b7d50dbbba336e908fdbc0a2287d
/HANGOVER_SPOJ/main.cpp
b5b63540a0e90fa6073232f254f2d61956c94b55
[]
no_license
Hritiksingh/SPOJ_Solutions
657b51871d408538bbdd9c62216bd5ea830b845c
d32597842167360f4515439cc31cbfc95f2abfdf
refs/heads/master
2022-11-04T20:53:35.398029
2020-06-22T06:45:48
2020-06-22T06:45:48
262,012,971
0
0
null
null
null
null
UTF-8
C++
false
false
559
cpp
#include <bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr);cout.tie(nullptr); float n; while(true){ float sum=0,i=2; cin>>n; //----If input is 0.00 it will end taking input.------// if(n==0.00)break; while(sum<=n){ /...
[ "hritiksingh812@gmail.com" ]
hritiksingh812@gmail.com
9d118adcb599aab686ea66f93834d5432de670ea
72742d4ee57fb66cfe3f10290ccb596dcde1e59e
/camp2014/day2/c.cpp
6b6f47753e7c2b16f52969e2fb41f5e08f5969b9
[]
no_license
mertsaner/Algorithms
cd5cf84548ea10aafb13b4a3df07c67c1a007aef
f7aecb7e8aadff1e9cf49cc279530bc956d54260
refs/heads/master
2023-03-18T03:18:26.122361
2016-02-14T22:48:31
2016-02-14T22:48:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
918
cpp
#include <iostream> #include <cmath> using namespace std; unsigned long long a[20]; unsigned long long d(unsigned long long a) { unsigned long long res=0; while(a>0) a/=10, res++; return res; } unsigned long long middle(unsigned long long b) { unsigned long long res=b; unsigned long long c=d(b)-1; res%=(unsig...
[ "kadircetinkaya.06.tr@gmail.com" ]
kadircetinkaya.06.tr@gmail.com
c47ee5cea456f116b9f63ecbf9830e19c75634f1
ba6dac289a3f95eb8a3b6f4fd018a52d894660a6
/2020-06-25/2020-06-26/2206/2206.cpp
b1dee593122f3015b6a6e02f19a219ff26fe2bf6
[]
no_license
dl57934/Algorithms
7f7b1c06521863c71f0631d78f1b826597101597
f7a2a3c9e67b59c6a6516cbf87b9cba222f494e3
refs/heads/master
2021-06-12T11:10:53.966903
2021-03-16T20:10:17
2021-03-16T20:10:17
162,096,787
1
0
null
null
null
null
UTF-8
C++
false
false
1,733
cpp
#include <cstdio> #include <queue> using namespace std; void input(); void bfs(); void resultPrint(); int N, M; int map[1002][1002]; queue < pair<pair<int, int>, int> > qu; int dis[1002][1002][3]; int check[1002][1002][3]; int xpos[4] = {0, 0, -1, 1}; int ypos[4] = {1, -1, 0, 0}; int main(){ input(); bfs(); resu...
[ "dl57934@naver.com" ]
dl57934@naver.com
f64daf7451ccc9f52d21f8057603ef3f5cab4f75
ed2411e3ca762ba7a1c68ed0b2011cfa533aa5a0
/code/engine.vc2008/xrManagedUILib/xrManagedUILib/ISpectreUILib.cpp
bee9b834cb7c4e8fcc18eabc9bf3cc5baeb79c83
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause", "Apache-2.0" ]
permissive
andreyholkin/xray-oxygen
59be08e8a7f35577418a459cedc0ef799695e257
663ed0795f84e1b8cec0d6404ded27aad71b067c
refs/heads/master
2020-04-02T12:47:17.244026
2018-10-18T15:42:16
2018-10-18T15:42:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
46
cpp
#include "stdafx.h" #include "ISpectreUILib.h"
[ "vihtarb@gmail.com" ]
vihtarb@gmail.com
b85d02e568236da8a508aced8fd952f075e8dd1a
a3723c8cf87c2b07a0f2726dff10b5a89d1db121
/Zadanie_5/TransmisionOfPackage.h
5fcb53bc6f68b064612b3baecaf11a50a1a97eb2
[]
no_license
ATSP5/Symulacja-Cyfrowa
04d2d3ef610b0dc2b8c2641261d7ca9dbda94ad3
4351cb1d0590b9409cf1e8c31048c54972487524
refs/heads/main
2023-01-22T20:15:04.873965
2020-12-06T12:03:21
2020-12-06T12:03:21
305,356,209
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
883
h
#ifndef TRANSMISIONOFPACKAGE_H #define TRANSMISIONOFPACKAGE_H #include "TelecommunicationSystem.h" #include "EndOfPackageTransmision.h" #include "EndOfChannelQuestioning.h" #include "ApLogger.h" class TransmisionOfPackage { private: bool event_locked_; int source_;// Numer stacji bazowej dla której to zdarzenie wyst...
[ "adamprukala@wp.pl" ]
adamprukala@wp.pl
2a1d062c4c401e6fabbeb7195150f0f20b262006
16c87360f00b4ea12c024875f4aa3a1be685603d
/ModeRunControl/DlgModeRunCtrl.h
8bd31df89485b0d0bf5323c745a80164a3ac863a
[]
no_license
radiohide/temp
28ffe85e507b189c48c0c399f708f66f0558a4f2
7740a9965524a5a7a88e59291cc1f06382f01c58
refs/heads/master
2021-06-05T17:35:24.721125
2021-04-20T09:04:48
2021-04-20T09:04:48
86,920,856
0
0
null
null
null
null
UTF-8
C++
false
false
1,911
h
#if !defined(AFX_DLGMODERUNCTRL_H__3958F334_C95E_41A7_AB0C_845B6BC2B743__INCLUDED_) #define AFX_DLGMODERUNCTRL_H__3958F334_C95E_41A7_AB0C_845B6BC2B743__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DlgModeRunCtrl.h : header file // ///////////////////////////////////////////////////...
[ "chenxi1@gdtianren.com" ]
chenxi1@gdtianren.com
57a88ae232ea60577401bed5bf9e3989e32a2e15
07e33a6c7e044d8873246cb17b2dd9b262322093
/drill5/15.cpp
c8b533f5fcffa8a9ee3345010e745b6ee63e7c66
[]
no_license
NRaccoon/Bev.Prog.
3971f6ce90ddf603f6b13ac553f5fad0d2c4c9b1
137d4fa076b24735f2bbd2f8a806fb3353e2086f
refs/heads/master
2020-03-29T09:22:02.515417
2018-12-13T21:22:27
2018-12-13T21:22:27
149,754,456
0
0
null
null
null
null
UTF-8
C++
false
false
123
cpp
#include "std_lib_facilities.h" int main() { string s = "Success!\n"; for (int i = 0; i < s.size(); ++i) cout << s [i]; }
[ "noreply@github.com" ]
NRaccoon.noreply@github.com
7800ffd1fee9486932c5f66bcf1a5d1991fc0dc9
e557ce74c9fe34aa2b68441254b7def699067501
/src/libtsduck/base/network/tsTCPServer.h
3b49f9c3f0b27f3c0e3ad3f39757a0a8413dfb1f
[ "BSD-2-Clause" ]
permissive
cedinu/tsduck-mod
53d9b4061d0eab9864d40b1d47b34f5908f99d8a
6c97507b63e7882a146eee3613d4184b7e535101
refs/heads/master
2023-05-10T12:56:33.185589
2023-05-02T09:00:57
2023-05-02T09:00:57
236,732,523
0
0
BSD-2-Clause
2021-09-23T08:36:08
2020-01-28T12:41:10
C++
UTF-8
C++
false
false
5,006
h
//---------------------------------------------------------------------------- // // TSDuck - The MPEG Transport Stream Toolkit // Copyright (c) 2005-2023, Thierry Lelegard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the f...
[ "thierry@lelegard.fr" ]
thierry@lelegard.fr
efaf92ad81ec56dd8da80052a21a78114ec48446
25d540ecc1962b8a818732007668d37fd3156959
/OpenSauce/Halo2/Halo2_Xbox/Objects/Objects.Scripting.inl
36cbd4cfc69e7a698ffde490035d0dc13e053378
[]
no_license
PlayerGamer3547/OpenSauce
01bf5bf3d0e7b97c77130afe47d95c0e31e8ab87
d4a80fca53fd864e48e03b7f0fae6ad1bed88f78
refs/heads/master
2022-12-11T03:30:10.250464
2020-08-02T10:36:36
2020-08-02T10:36:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,396
inl
/* Yelo: Open Sauce SDK Halo 1 (CE) Edition See license\OpenSauce\Halo1_CE for specific license information */ #include "Game/Camera.hpp" #include "Game/GameStateRuntimeData.hpp" #include "Objects/Objects.hpp" #include "Objects/Objects.WeaponSettings.hpp" #include <YeloLib/cseries/value_conversion.hp...
[ "voidsshadow@hotmail.com" ]
voidsshadow@hotmail.com
78c12902a28ad83e4d243f4b040ffe4e871e5d47
7cbfe0520262ed4cdb8e309d51fb13edf2895d04
/SRM656/CorruptedMessage.cpp
79d78b94237b39f89849ba3366133ab755cc440e
[]
no_license
ry0u/SRM
917383d8e2096388b7de7b53edd6e362d00a2126
02a08e74e67f8f929cffcde4075c4d41b580d7c4
refs/heads/master
2020-12-25T17:25:46.661867
2017-02-20T09:26:55
2017-02-20T09:26:55
29,791,579
0
0
null
null
null
null
UTF-8
C++
false
false
1,041
cpp
// BEGIN CUT HERE // END CUT HERE #line 5 "CorruptedMessage.cpp" #include <iostream> #include <string> #include <vector> #include <algorithm> #include <map> #include <sstream> #define REP(i,k,n) for(int i=k;i<n;i++) #define rep(i,n) for(int i=0;i<n;i++) using namespace std; class CorruptedMessage { public: string...
[ "ry0u_yd@yahoo.co.jp" ]
ry0u_yd@yahoo.co.jp
66576d2bc351366ec99bf0014bbe39e747403f23
56f6eb0a7d89285154cb0fdf1289ea894b5c8592
/src/tasks/task.hpp
a097006647c1f2d5fed88f16ae0032fb8ec19450
[ "MIT" ]
permissive
ATetiukhin/QMathematics
2f6e5914b880907328dbb283f7d95242fb4173d4
7db9084184c9a517a69358713a04de61b0bb40ef
refs/heads/master
2021-01-15T11:11:57.060208
2015-01-20T06:09:06
2015-01-20T06:09:06
28,423,972
2
1
null
null
null
null
UTF-8
C++
false
false
456
hpp
/** * @file task.hpp * @Author ATetiukhin * @date January, 2015 * @brief General class @ref Task for different tasks. */ #ifndef TASK_HPP_INCLUDE #define TASK_HPP_INCLUDE #include <QWidget> #include "type_task.hpp" class Task : public QObject { Q_OBJECT public: virtual ~Task() {} QWidget * ...
[ "artemtetiukhin@yandex.ru" ]
artemtetiukhin@yandex.ru
3afc0731f911195c0df2a8b7c6c44c5368b598ed
dcb7dae56932f62292fd0d607e32dc2f238d5551
/339-B/main.cpp
96bbebf67678478703e0bc7d077d85779f784d1f
[]
no_license
alielrafeiFCIH/Problem_Solving
b5f330d115d3ca1c34613eb2639226c271f0052b
15863cd43012831867fa2035fc92733a059dcfbf
refs/heads/master
2020-06-27T03:33:15.668655
2019-09-03T09:49:26
2019-09-03T09:49:26
199,831,566
0
0
null
null
null
null
UTF-8
C++
false
false
566
cpp
#include <bits/stdc++.h> using namespace std; int main() { int n; int m,a; vector<int>v; long long int sum=0; scanf("%d%d",&n,&m); for(int i = 1;i<=m;i++){ cin>>a; v.push_back(a); } int start = 1; int s = v.size(); for(int i =0 ;i<s;i++){ ...
[ "alielrafei.fcih@gmail.com" ]
alielrafei.fcih@gmail.com
36ed35eae3c26e36c57746576276357544f14212
99571aa2e9a2b1542ca2d236edef81dd54aa797c
/hpc2017/src/Game.cpp
ff1f7f947a762c7ec45d678c996a0c91ec10a2b7
[]
no_license
kmyk/hallab-progcon-2017
67e2856dc0a589d59bb5626c6d12e7cbb0a08c1d
074d023bb699225b8d5a36b3a8916f3903ba8809
refs/heads/master
2021-07-10T21:33:59.074206
2017-10-15T22:46:30
2017-10-15T22:46:30
106,384,496
0
0
null
null
null
null
UTF-8
C++
false
false
2,501
cpp
//------------------------------------------------------------------------------ /// @file /// @author ハル研究所プログラミングコンテスト実行委員会 /// /// @copyright Copyright (c) 2017 HAL Laboratory, Inc. /// @attention このファイルの利用は、同梱のREADMEにある /// 利用条件に従ってください。 //-----------------------------------------------------------...
[ "kimiyuki95@gmail.com" ]
kimiyuki95@gmail.com
cbfd87221d228f36a2cca49a91e06e8b55769791
44ea78720cf1fbbbb57a204d462f08ef8ccb7c42
/ABC/ABC087/B/main.cpp
33dde054485bd96ae7c59a0765a4b3d447ad00aa
[]
no_license
kironbot/AtCoder
854a85d55e2d3c0c8ef76589ad905af20d9c567d
4c05bf806413f5c601baa7432b9d85b102ba34b7
refs/heads/master
2021-06-29T16:14:47.667960
2020-09-27T06:17:02
2020-09-27T06:17:02
138,470,049
0
0
null
null
null
null
UTF-8
C++
false
false
375
cpp
#include <iostream> using namespace std; int main() { int A, B, C, X; cin >> A >> B >> C >> X; int res = 0; for (int a=0; a <= A; ++a){ for (int b=0; b <= B; ++b){ for (int c=0; c <= C; ++c){ int total = 500*a + 100*b + 50*c; if (total == X) ++res; ...
[ "sgr.araki@gmail.com" ]
sgr.araki@gmail.com
496962d72745862d609a595e37ffadd7856da31a
a998da51959779d30ed25089f25ef5d8606a2f26
/include/FlxState.h
dbcf795c1c10b652d6173ec22e82f188f3c6c194
[]
no_license
ratalaika/FlixelCpp
a9f3ed1cb42f19786bdc75e97b68322442572a5a
8843a3f1c88d96873ec887243dfbad9ea6601b01
refs/heads/master
2021-01-23T20:55:37.108817
2012-10-21T10:14:08
2012-10-21T10:14:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
878
h
/* This file is a part of "Flixel C++ port" project Copyrights (c) by Michał Korman 2012 */ #ifndef _FLX_STATE_H_ #define _FLX_STATE_H_ #include "backend/cpp.h" #include "FlxGroup.h" /** * Basic scene managment class */ class FlxState : public FlxGroup { public: /** * Default destrurctor */ ~FlxSt...
[ "dynax126@gmail.com" ]
dynax126@gmail.com
93471e570f963ac8d082e21425538eaee739519f
db1636ffd781a60bc6eb8676eb73d3fa29a6a834
/Workshop_16_09_26/distance.cpp
cad905197ca0bb30b5bdc18636c6042950eb5b4e
[]
no_license
atishay197/machine-learning
6841928822621061df697781aabf33d825ce6007
400dff6cf1b5dd4075aeecd01432dfc9a3af0abe
refs/heads/master
2021-01-17T19:00:38.091677
2016-09-27T07:33:46
2016-09-27T07:33:46
62,532,298
0
0
null
null
null
null
UTF-8
C++
false
false
3,345
cpp
#include <bits/stdc++.h> float distanceMat[10][10] = {9999}; struct cordinate { float x; float y; // float z; cordinate(float x,float y) { this->x = x; this->y = y; // this->x = z; } cordinate() { this->x = 999999; this->y = 999999; } }; struct cluster { float x[10]; float y[10]; int i; cluste...
[ "atishay197@gmail.com" ]
atishay197@gmail.com
6459025ad65a3d035ce78d6239440d44ebc10333
a22f21123e0371039018fb4b46657b3059b372bc
/gdal/gcore/mdreader/reader_geo_eye.h
9cb5dfebf200411f4bae75202dcc14f41f076fd1
[ "MIT", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-info-zip-2005-02", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer", "SunPro" ]
permissive
klokantech/gdal
ddd4ace538691ae2ea4ce1a9eb114b96537f0b13
d8c41274833752b48ca39311816f82c2a16a3971
refs/heads/trunk
2023-09-05T11:27:15.048327
2015-08-08T13:47:17
2015-08-08T13:47:17
33,614,415
1
1
null
2015-04-08T15:10:19
2015-04-08T15:10:19
null
UTF-8
C++
false
false
2,532
h
/****************************************************************************** * $Id$ * * Project: GDAL Core * Purpose: Read metadata from GeoEye imagery. * Author: Alexander Lisovenko * Author: Dmitry Baryshnikov, polimax@mail.ru * ************************************************************************...
[ "polimax at mail.ru" ]
polimax at mail.ru
bff0a1a53148c02ab3206d8abf72706c7595ad42
ac5efd0ab39d906e3386d7a2f118eb5aa640b01e
/leetcode/Combinations.cpp
8abe364a9676e9745f69934016588c5f6bc785f4
[]
no_license
erickingcs/Interview-Qs
acd0637fa326ffe21cf00f199d1dc4267f98526b
9f11120252aa4206b99615c7bcf77ca71bf21929
refs/heads/master
2021-01-21T00:22:13.181039
2013-05-06T12:27:27
2013-05-06T12:27:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
675
cpp
class Solution { public: void generate(vector<vector<int> > &ans, vector<int> &tuple, int now, int n, int k) { if (k == 0) { ans.push_back(tuple); return; } for (int i = now; i <= n; i++) { tuple.push_back(i); gener...
[ "watermelonlh@gmail.com" ]
watermelonlh@gmail.com
db5bc358da46ce8bb7e362c43356f49cfdb4e2f6
53e7f3022a2cf3730fb41da48ccf6f8a7ef40818
/test/cplus/iterator.cpp
0ff7a9cfcdcf98bd18595b11d4f29e321b0b77eb
[]
no_license
jeonjonghyeok/c-practice
f38d40303eb9902c505fb1e146a492d902a60397
97c5d9f0997ffb950584ecf24f83b8a50c428508
refs/heads/master
2023-03-07T21:59:49.175614
2021-02-18T16:46:37
2021-02-18T16:46:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
408
cpp
#include <iostream> #include <vector> using namespace std; int main(){ vector<int> v; v.push_back(10); v.push_back(20); v.push_back(30); v.push_back(40); v.push_back(50); vector<int>::iterator iter=v.begin(); cout << iter[3] << endl; iter += 2; cout << *iter << endl; cout << endl; for(iter...
[ "tongher1685@gmail.com" ]
tongher1685@gmail.com
58535051a68ee2cc06b99a12a97dd0528b1747cf
9e21b7819881da8f916dbd0f3299253424a105a5
/include/third_party/WebKit/Source/core/inspector/InspectorAuditsAgent.h
b4eb7b7a0ab3b03f97306e3492973c9a16948ec3
[ "Apache-2.0" ]
permissive
yuske/spitfire
10cc76bedd72871d5cff1a441b20ed54fb03a926
e2e6c70d18473cb29b593e393681a28d03a5f1b3
refs/heads/master
2021-09-07T10:57:40.679242
2018-02-21T22:21:52
2018-02-21T22:21:52
104,356,972
0
0
null
2017-09-21T14:14:01
2017-09-21T14:14:01
null
UTF-8
C++
false
false
1,308
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 InspectorAuditsAgent_h #define InspectorAuditsAgent_h #include "core/CoreExport.h" #include "core/inspector/InspectorBaseAgent.h" #include "core/...
[ "yuske.dev@gmail.com" ]
yuske.dev@gmail.com
69d4aeb80cf03b862c6d679f08a62332e7e41fca
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/inetsrv/iis/config/src/inc/catalogcollectionwriter.h
dd8f3a48e296f040aa92af41a63239153abd551f
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
839
h
#ifndef _CATALOGCOLLECTIONWRITER_H_ #define _CATALOGCOLLECTIONWRITER_H_ class CCatalogCollectionWriter { public: CCatalogCollectionWriter(); ~CCatalogCollectionWriter(); void Initialize(tTABLEMETARow* i_pCollection, CWriter* i_pcWriter); HRESULT GetPropertyWriter(tCOLUMNMETAR...
[ "112426112@qq.com" ]
112426112@qq.com
e96590c16490c4795c55ec2d0a50dbe29dcfa07f
6d1a022d7b639e9eaa8d1595a7897a70bc4b1d54
/eyesee-mpp/awcdr/apps/cdr/source/minigui-cpp/data/fast_delegate_bind.h
f2ffe78b1118c36f26914b0f4632d730df5df2be
[]
no_license
icprog/lindenis-v536-softwinner
c2673b155ab911e82c9c477be3a921c4d098c77d
2fdf6f7aef8b5e1e24a54650fe589e5b6208b24b
refs/heads/master
2020-12-26T06:16:25.103604
2020-01-20T05:32:18
2020-01-21T05:35:58
237,413,679
1
0
null
2020-01-31T11:08:11
2020-01-31T11:08:10
null
UTF-8
C++
false
false
9,498
h
/***************************************************************************** Copyright (C), 2015, AllwinnerTech. Co., Ltd. File name: fast_delegate_bind.h Author: yangy@allwinnertech.com Version: v1.0 Date: 2015-11-24 Description: History: **********************************************************************...
[ "given@lindeni.com" ]
given@lindeni.com
a662ffc476a5902bfa223fce62d52022907983a1
057f2783821562579dea238c1073d0ba0839b402
/OCR/OCR/.localhistory/OCR/1477516997$ocr.cpp
c916318efdabfe9aaadbe53e1e069cf8901d0a57
[]
no_license
KrzysztofKozubek/Projects
6cafb2585796c907e8a818da4b51c97197ccbd11
66ef23fbc8a6e6cf3b6ef837b390d7f2113a9847
refs/heads/master
2023-02-07T12:24:49.155221
2022-10-08T18:39:58
2022-10-08T18:39:58
163,520,516
0
0
null
2023-02-04T17:46:12
2018-12-29T15:18:18
null
WINDOWS-1250
C++
false
false
9,049
cpp
#include "ocr.h" // TODO: 1. wyrownanie katu 2. erozja i dylatacja (moze filtr) pozbycie sie szumu // zmiana organizacji // OCR::OCR(QWidget *parent) : QMainWindow(parent) { /* Kontrast & Jasność & Obrót */ ui.setupUi(this); this->image = imread("lena.jpg", 1); showImage = image.clone(); connect(ui.HSContr...
[ "krzysztof.kozubek135@gmail.com" ]
krzysztof.kozubek135@gmail.com
c83ac03d4259722f85dc6ab35c70693e22474965
cfeac52f970e8901871bd02d9acb7de66b9fb6b4
/generated/src/aws-cpp-sdk-lex/include/aws/lex/LexRuntimeServiceEndpointRules.h
5e473b02439ac0229a865d4b901c7dfe5fb3077f
[ "Apache-2.0", "MIT", "JSON" ]
permissive
aws/aws-sdk-cpp
aff116ddf9ca2b41e45c47dba1c2b7754935c585
9a7606a6c98e13c759032c2e920c7c64a6a35264
refs/heads/main
2023-08-25T11:16:55.982089
2023-08-24T18:14:53
2023-08-24T18:14:53
35,440,404
1,681
1,133
Apache-2.0
2023-09-12T15:59:33
2015-05-11T17:57:32
null
UTF-8
C++
false
false
470
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <cstddef> #include <aws/lex/LexRuntimeService_EXPORTS.h> namespace Aws { namespace LexRuntimeService { class LexRuntimeServiceEndpointRules { public: static const size_t Rul...
[ "sdavtaker@users.noreply.github.com" ]
sdavtaker@users.noreply.github.com
547bc50ff3115f2fa0b70ef5404221c6c4f1b733
ce6229f5915f9e6de1238861b4a940d61e56960b
/Sonder/Temp/il2cppOutput/il2cppOutput/mscorlib_System_IO_FileLoadException3198361301.h
fe76a03ba1f71a9316c2bb7f15a68f1d1e6f408d
[ "Apache-2.0" ]
permissive
HackingForGood/GoogleyEyes
d9e36e3dffb4edbd0736ab49a764736a91ecebcf
a92b962ab220686794350560a47e88191e165c05
refs/heads/master
2021-04-15T10:03:59.093464
2017-06-25T17:32:52
2017-06-25T17:32:52
94,575,021
7
0
null
null
null
null
UTF-8
C++
false
false
2,031
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_IO_IOException2458421087.h" // System.String struct String_t; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid...
[ "anishdhesikan@gmail.com" ]
anishdhesikan@gmail.com
cf72e6b580802c8a94bd2a17a19208d95abf270b
9e5df111aec78973c26b525622cbcce0fd8eca0c
/UVA/11300-11399/11324.cpp
fb6284b82c115c3d153e1a566bf076c52a1d17ce
[]
no_license
zmix/ACM-Program
c9482d8895447788f051b89e9cd3d0c1b3bd1072
aad8c5ed5c1d733270870b06419ec9045b4b4686
refs/heads/master
2020-07-21T17:33:21.286268
2019-05-31T01:40:52
2019-05-31T01:40:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
875
cpp
#include <stdio.h> #include <string.h> #include <algorithm> #include <vector> using namespace std; #define N 1100 int n, m; int vis[N]; vector<int> G[N]; int dfs(int u) { vis[u] = 1; int ans = 1; for (int i = 0; i < G[u].size(); ++i) { if (!vis[G[u][i] ]) ans += dfs(G[u][i]); } return an...
[ "qazxswh111@163.com" ]
qazxswh111@163.com
944a75f03ed0b4fa13c97af09c8c2f94a63cc8a5
7974c1a8bbfe289af80965e507ed9c3a6121c534
/protocolo/src/Affin.cpp
57cb08977a60eac061dd6e56c5549ecd6858bd91
[]
no_license
alexa1999/todododo
b07018bb17ec27014f57a2c7eaec460103d883a9
c2ed02581bed8f51ae267b6abc39a0f7aae4472a
refs/heads/master
2021-01-25T09:09:22.975546
2018-10-23T14:58:06
2018-10-23T14:58:06
93,788,275
0
0
null
null
null
null
UTF-8
C++
false
false
3,191
cpp
#include <iostream> #include <string> #include "Affin.h" #include <vector> #include <stdlib.h> using namespace std; Affin::Affin() { tam_alf=alfabeto.size(); Generar(); //ctor } int Affin::mcd(int a,int b) { int r; while(r!=0) { r=a%b; a=b; b=r; } return a; } void Affi...
[ "noreply@github.com" ]
alexa1999.noreply@github.com
c60310f1f56b4f699a1e038fe881ab17ffb6be30
3fbe8d05207316fcdb59d9bface41b0a154660b0
/qip_2nd_semester/hw1/HW_histoStretch.cpp
69221017fc0003362e93a20bc5397a663b1ceca7
[]
no_license
dongliang3571/Senior_design_csc599866
7a6091ca9c63a0cc17212829cae10cfd19683ae5
d31a7ccae44e86c2ff6b4dce57cbe2637c585097
refs/heads/master
2020-12-24T08:46:13.871449
2017-01-04T22:53:34
2017-01-04T22:53:34
51,631,712
1
1
null
2017-01-04T22:53:35
2016-02-13T04:16:26
C++
UTF-8
C++
false
false
809
cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // HW_histoStretch: // // Apply histogram stretching to I1. Output is in I2. // Stretch intensity values between t1 and t2 to fill the range [0,255]. // // Written by: Dong Liang, 2016 // void HW_histoStretch(ImagePtr I1, int t1, int t2, ImagePtr...
[ "dongliang3571@gmail.com" ]
dongliang3571@gmail.com
b052b0ea7e4f406c49b1a1614c635e20e57e4a5f
7ec0f688286844ad2902365e438c0a181cc07e6c
/test/EventFireTests.cpp
7b7c8201062199029f256ce24ef38d726d168abe
[ "MIT" ]
permissive
gbmhunter/HearYeHearYe
c14b15b9e77fce9b408c533d310c46a16603617c
797b38d69b2f40979f27f589c9e7bfb57e96961f
refs/heads/master
2021-06-19T23:28:37.176807
2017-07-06T16:51:49
2017-07-06T16:51:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
795
cpp
#include "gtest/gtest.h" #include "HearYeHearYe/Event.hpp" using namespace mn::HearYeHearYe; namespace { class EventFireTests : public ::testing::Test { protected: EventFireTests() { } virtual ~EventFireTests() { } }; TEST_F(EventFireTests, VoidEvent) { Ev...
[ "ghunter@urthecast.com" ]
ghunter@urthecast.com
404a70c217ea98259ffc9921ebc216ea7f70d8d5
8ed946d292a2b0dcd3d1f9989464cdb861300fa2
/Hollow Rhombus 2.cpp
d8b3b419aee5083cfceec54206e60625463c7947
[]
no_license
ABasitIrfan/Intensive-Programming-Cpp-Basics
c8869be3cb9d7a5e995da01070fb1825c9122f53
c5b05fbecbdc6c96f40ef097d0d6e868efe8bb57
refs/heads/main
2023-02-12T04:06:45.763197
2021-01-10T10:07:09
2021-01-10T10:07:09
328,127,145
1
0
null
null
null
null
UTF-8
C++
false
false
216
cpp
#include<stdio.h> #include<conio.h> main() { int a,b,c; for(a=1;a<=5;a++) { for(b=1;b<a;b++) { printf(" "); } for(c=1;c<=5;c++) { printf("*"); } printf("\n"); } }
[ "noreply@github.com" ]
ABasitIrfan.noreply@github.com
457354a4b1d062de960c3609332691873d2ee081
62a79652961a4a7e8dab19b5dadb7f6715a17d9d
/src/rotatingheatsource/expliciteuler/adapters/PerformExplicitEulerTimeStepAndPlot2VTKPlotVertexValue_1.cpp
ca7d9034e9d399ea6bf140ab1ceec83d94c2729a
[]
no_license
www5sccs/hpvc
624af022f817c028f64ff4c8c74370b18868499a
127dd71562c7d0aecda3bda0c1e8ea035151cde1
refs/heads/master
2021-03-12T22:48:37.594884
2013-04-26T16:28:15
2013-04-26T16:28:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
22,957
cpp
#include "rotatingheatsource/expliciteuler/adapters/PerformExplicitEulerTimeStepAndPlot2VTKPlotVertexValue_1.h" #include <sstream> #include "peano/utils/Loop.h" #ifdef Parallel #include "tarch/parallel/Node.h" #endif int rotatingheatsource::expliciteuler::adapters::PerformExplicitEulerTimeStepAndPlot2VTKPlotVertex...
[ "wittmanr@in.tum.de" ]
wittmanr@in.tum.de
5d044cad707478a950abfbb0b13adb73ad6e4da8
df07a7af2464bd7ba6c0099d60f06ec65e1d9d80
/abc098/c_v2.cpp
35ecf3a763eb22a587b98164008b68010eea32e7
[]
no_license
a-lilas/atcoder
8d99ab7f8be3cd05a12823749efb68aa8a9692ba
4abc043cd6b16e7816949a72d16f524e1d91e69c
refs/heads/master
2021-06-25T20:35:55.192092
2019-04-29T09:27:40
2019-04-29T09:27:40
134,447,043
0
0
null
null
null
null
UTF-8
C++
false
false
809
cpp
#include <iostream> #include <cmath> #include <vector> #include <queue> #include <string> #include <map> #include <ios> #include <iomanip> #include <limits> #include <algorithm> #include <sstream> #include <bitset> #define REP(i, n) for(int i=0; i<n; i++) #define FOR(i, s, n) for(int i=s; i<n; i++) using namespace std...
[ "a-simada@ics.es.osaka-u.ac.jp" ]
a-simada@ics.es.osaka-u.ac.jp
a7c96c1117b072c75aca0d2249f298362c16b6a6
88d8e885fbd686d4ef35d444b80701cff6f43740
/AtCoderBeginnerContest/042/b.cpp
b24ee52f3caadb09172adc5d4c0c5539bda6c82a
[]
no_license
morishitamakoto0330/AtCoder
f18cf0804322775cbb5ee3ac958a8b5f129161c1
2c389f2809ec16cff4128dbbd985e3de94ad7309
refs/heads/master
2020-07-19T19:26:01.497595
2019-10-21T06:13:39
2019-10-21T06:13:39
206,501,162
0
0
null
null
null
null
UTF-8
C++
false
false
661
cpp
#include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; int main(void) { int N, L, i; string str_tmp, ans; vector<string> S; // get input -------------------------------- cin >> N >> L; for(i = 0; i < N; i++) { cin >> str_tmp; ...
[ "morishita0330@gmail.com" ]
morishita0330@gmail.com
5e5ee04deb25f12663a29e0383e0ff7dcf72b0f0
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/h2/3.8/H2O2
bd6a3d71997f6e0b8fe948c4e504db5625797c22
[]
no_license
labsandy/OpenFOAM_workspace
a74b473903ddbd34b31dc93917e3719bc051e379
6e0193ad9dabd613acf40d6b3ec4c0536c90aed4
refs/heads/master
2022-02-25T02:36:04.164324
2019-08-23T02:27:16
2019-08-23T02:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
834
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "jfeatherstone123@gmail.com" ]
jfeatherstone123@gmail.com
8cfe3b659c083bb8bcbca8f2e6379f0e12674c9b
df2db9b10b66cf4c2f527f5aa9a38ba4d6af6622
/Galactic Polar Wars/src/TitleBackground.h
7b2bcbfe206bb5a9d6f7a929a7acc2daebbfda65
[]
no_license
vashj1995/Galactic-Polar-Wars-Final
f98147216e6cf4a5ae00b56908fc4936eec63a48
ebe0998e6cbba4e49473208d502c24e6bb82b272
refs/heads/main
2023-04-15T07:35:22.770821
2021-04-22T22:02:58
2021-04-22T22:02:58
359,535,746
0
0
null
null
null
null
UTF-8
C++
false
false
547
h
#pragma once #ifndef _TITLE_BACKGROUND_ #define _TITLE_BACKGROUND_ #include "DisplayObject.h" #include "TextureManager.h" class TitleBackground : public DisplayObject { private: public: // constructor(s) TitleBackground(); // destructor ~TitleBackground(); // life-cycle methods inherited from DisplayObject vo...
[ "vashj1995@yahoo.com" ]
vashj1995@yahoo.com
1fcd9662db2fb34537ad22e4f2f161e8ddba1b57
338bd4e9ffdb9ab7c260b4f23b20f51d91d4793b
/BattleBoard/vieMainWindow.h
16794465143e102d57a6727d709b46aa30841340
[]
no_license
Greykoil/BattleBoard
e17357b6566eeee8e2acbda1732b161f188d7d40
3796765ae1c2bf78a5b9a15de77138139c40e2ce
refs/heads/master
2021-05-07T15:27:39.189970
2018-03-08T13:15:01
2018-03-08T13:15:01
109,824,659
0
0
null
null
null
null
UTF-8
C++
false
false
1,617
h
//============================================================================= //D The apps main window // // Contains a tab list of the windows where things actually happen // //----------------------------------------------------------------------------- #pragma once // includes from project // QT ui include #includ...
[ "alex.i.j.spencer@gmail.com" ]
alex.i.j.spencer@gmail.com
616a06a2a625330c797b57369d6f32c5c7c97764
c5287793dd57fe738ec7aa776a5bc3fba515ea14
/block1/Bar.h
58dac93c834ffb3a6c78354071da7d5b1d322ace
[]
no_license
makoty/myBlock
063a8ac6849243ca1c1fb1cd64859d4ebf2634eb
c144e6bda58589d5c4c4755329dc9b926e99d453
refs/heads/master
2021-01-20T22:26:12.231932
2016-07-26T12:44:53
2016-07-26T12:44:53
62,219,816
0
0
null
null
null
null
UTF-8
C++
false
false
293
h
#ifndef _BAR_H_ #define _BAR_H_ #include "Const.h" #include "BaseObject.h" class Bar : public BaseObject { public: static Bar& getInstance() { static Bar instance; return instance; } void addPos(short x, short y); private: Bar(); ~Bar(); }; #endif // _BAR_H_
[ "v-nishizaka@a-tm.co.jp" ]
v-nishizaka@a-tm.co.jp
efc4f9cd4bcfa847d9e1e37bef8bb0f52c6fbd84
aec08f03a4c200a8bf42cbfa2b9c04c46f5a3699
/src/programs/gsa/TornadoPlot.cpp
05df35d87447a10434bb1ddd1aca8c1cf957e98e
[ "LicenseRef-scancode-warranty-disclaimer", "CC0-1.0", "LicenseRef-scancode-public-domain" ]
permissive
dwelter/pestpp
0d1b51df904a14d50492dfe240b7272034f3a042
921d04b83f161787bfc2137baadfa665a6b1b48c
refs/heads/master
2021-01-24T09:34:48.682006
2018-08-04T20:11:35
2018-08-04T20:11:35
4,577,568
29
29
null
2019-03-28T01:00:26
2012-06-06T20:22:15
C++
UTF-8
C++
false
false
7,255
cpp
#include <vector> #include <cassert> #include <numeric> #include <math.h> #include <errno.h> #include <fstream> #include <iostream> #include <map> #include <vector> #include <algorithm> #include <regex> #include "TornadoPlot.h" #include "Transformable.h" #include "RunManagerAbstract.h" #include "ParamTransformSeq.h" #i...
[ "dwelter1@bellsouth.net" ]
dwelter1@bellsouth.net
0136c1606fd769b0120cbf10444d3ac13217ddad
c603e00f13957e726f2e94a53a19b268ea0f60d7
/code/Uncertainty/FPG/FPG/source/planner/BrazilAlg.h
47643a0541cd264accbcb4031b38adc11f752c9b
[]
no_license
xuanjianwu/plantool
97015351670732297b5fbe742395c228b7e5ddba
4fe56c6ff8897690cc2a3f185901dfe3faeb819a
refs/heads/master
2021-01-21T20:39:03.688983
2017-05-30T00:57:44
2017-05-30T00:57:44
91,229,802
2
0
null
2017-05-14T08:24:03
2017-05-14T08:24:03
null
UTF-8
C++
false
false
1,345
h
/* * $Id: BrazilState.cpp 107 2006-07-27 03:31:12Z owen $ * * This file is part of the Brazil Planner. Copyright NICTA 2006. * * This file is commercial in confidence. You should no be looking at * it unless you are an employee of NICTA, a student who has signed * their IP to NICTA, or you have signed an NDA c...
[ "787499313@qq.com" ]
787499313@qq.com
97da6cb80324cfa36bd37cf177e908733eca2d4d
785df77400157c058a934069298568e47950e40b
/applications/shapeFit/section/tnbShapeFitSection.cxx
6f167b38d41cc355c21c2d85fb7fb7ad1024d7b3
[]
no_license
amir5200fx/Tonb
cb108de09bf59c5c7e139435e0be008a888d99d5
ed679923dc4b2e69b12ffe621fc5a6c8e3652465
refs/heads/master
2023-08-31T08:59:00.366903
2023-08-31T07:42:24
2023-08-31T07:42:24
230,028,961
9
3
null
2023-07-20T16:53:31
2019-12-25T02:29:32
C++
UTF-8
C++
false
false
12,113
cxx
#include <PtdShapeFit_Section.hxx> #include <PtdShapeFit2d_ScatterMap.hxx> #include <PtdShapeFit_Par.hxx> #include <Global_File.hxx> #include <TnbError.hxx> #include <OSstream.hxx> #include <Galgo.hpp> #include <Standard_Real.hxx> namespace tnbLib { static std::shared_ptr<PtdShapeFit_Section> mySection; static st...
[ "aasoleimani86@gmail.com" ]
aasoleimani86@gmail.com
26487956f42c35e13773c56dc735b6eb94367b33
9eb2245869dcc3abd3a28c6064396542869dab60
/benchspec/CPU/523.xalancbmk_r/build/build_base_mytest-64.0001/XalanEntity.cpp
1a4c93bd929fc9aaa711319447b2624de934aa08
[]
no_license
lapnd/CPU2017
882b18d50bd88e0a87500484a9d6678143e58582
42dac4b76117b1ba4a08e41b54ad9cfd3db50317
refs/heads/master
2023-03-23T23:34:58.350363
2021-03-24T10:01:03
2021-03-24T10:01:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
cpp
version https://git-lfs.github.com/spec/v1 oid sha256:d8376ec06acf29a7aa809690c903c0b69f7861e162a499573aa4084a48c459e8 size 1103
[ "abelardojarab@gmail.com" ]
abelardojarab@gmail.com
82bc08b9aac5592f66f892f8c533507c6dad1dbe
02b4e557cc3514b94be16928035ed2725cc798b9
/rococo-dst/deptran/batch_start_args_helper.cc
ab593f3c5facf7d2d08cf1acb60312511ce5842f
[ "Apache-2.0" ]
permissive
yanghaomai/dst
b0286d04bd76b7c30d2d065a5f84033c5ca69000
897b929a692642cbf295c105d9d6e64090abb673
refs/heads/main
2023-04-06T19:59:11.487927
2021-04-12T13:19:10
2021-04-12T13:19:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,940
cc
#include "all.h" namespace rococo { //BatchStartArgsHelper::BatchStartArgsHelper(std::vector<Value> *arg) : arg_(arg) { //} // BatchStartArgsHelper::BatchStartArgsHelper() { arg_type_ = ARG_NONE; } int BatchStartArgsHelper::init_input(std::vector<Value> const *input, uint32_t num_piece) { if (arg_type_ != AR...
[ "wxdwfc@gmail.com" ]
wxdwfc@gmail.com
b11519934991f4dcc6b0cf5525ad85b25a82bad6
c094d381422c2788d67a3402cff047b464bf207b
/Algorithms in C/Algorithms in C/p072链表插入排序.cpp
4c577dba2c03c2fc1388b5f41e01785044693524
[]
no_license
liuxuanhai/C-code
cba822c099fd4541f31001f73ccda0f75c6d9734
8bfeab60ee2f8133593e6aabfeefaf048357a897
refs/heads/master
2020-04-18T04:26:33.246444
2016-09-05T08:32:33
2016-09-05T08:32:33
67,192,848
1
0
null
null
null
null
GB18030
C++
false
false
2,461
cpp
#include <stdio.h> #include <time.h> #include <stdlib.h> typedef struct node *link; typedef int item; struct node { item Item; link next; }; // 倒置链表 link reverse(link); // 返回尾node的指针 int main(void) { struct node headin, headout; // headin, 输入链表哑节点, 包含未排序数据, headout, 输出链表哑节点, 包含排序数据; int i; int N; // 要排序的数据项个数...
[ "heabking@gmail.com" ]
heabking@gmail.com
eba4d0edea9cf7d52b29e97e8a9d6ef769a97f7d
a504b543d48a2518c770920cc5f8efce7c91ede8
/angrybird/Box2D/birdred.cpp
75029fe9aa4cddfec0ccda1f877dbb56b8a4c4e5
[]
no_license
YifangYu/pd2-Angrybird
f3ab29db365771232b11f015f7f457ee7eb47fc0
e7d444bf0ab80ea22e26c6c5d19a7a47529cdc40
refs/heads/master
2020-05-29T15:06:36.978232
2016-06-19T15:47:16
2016-06-19T15:47:16
61,477,967
0
0
null
null
null
null
UTF-8
C++
false
false
46
cpp
#include "birdred.h" BirdRed::BirdRed() { }
[ "尤怡方" ]
尤怡方
e81f643c0e0f410a6193baf497097800c7f65540
0a9fbcf64062f0118d2e6b8b5d6e6a66a9a0299d
/PSYCHON.cpp
fb7a9db19ed2dd90d5c7c5e5e5799a81e94505aa
[]
no_license
mayank2903/SPOJSolutions
1991a7dddae4d7f8d0ba2caeab8cfb20fbee1415
c3a1e723c228e83d34ed8794f57c4f9a6ad16e7d
refs/heads/master
2016-09-09T21:54:24.181944
2015-02-01T00:45:18
2015-02-01T00:45:18
30,131,657
1
2
null
null
null
null
UTF-8
C++
false
false
1,711
cpp
#include <iostream> #include <cmath> using namespace std; #define ll unsigned long long #define MAX 10000000 #define LMT 3200 unsigned flag[MAX/64]; unsigned prime[664581], total; #define chkC(n) (flag[n>>6]&(1<<((n>>1)&31))) #define setC(n) (flag[n>>6]|=(1<<((n>>1)&31))) void sieve() { unsigned i, j, k; ...
[ "pc.mayank@gmail.com" ]
pc.mayank@gmail.com
6e207908e2b9353a73a0b9e78a053e3e554962c6
3fbfd657c903442e0c08ace629f560e07a22c2eb
/GTreeLevel.cpp
4b721db6883468b65644bab9609dc098402a6999
[]
no_license
izhbannikov/FPSYNT
03461750f52fe5791d979604521060ba6fffad81
0d6df898be3b0e8ba8cc28421feb75895628deb5
refs/heads/master
2016-09-10T00:39:12.232105
2013-03-06T21:42:29
2013-03-06T21:42:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
238
cpp
/* * File: GTreeLevel.cpp * Author: ilya * * Created on 3 Ноябрь 2011 г., 19:34 */ #include "GTreeLevel.h" GTreeLevel::GTreeLevel() { } GTreeLevel::GTreeLevel(const GTreeLevel& orig) { } GTreeLevel::~GTreeLevel() { }
[ "i.zhbannikov@gmail.com" ]
i.zhbannikov@gmail.com
4ca0f7c65ed4eb4cd1f9651e983c6536c7ac0524
fd10d9751c5ef6cbcad14c0bf2ba3a92bc08de78
/analyzer/DanglingDelegateCommon.cpp
dadffd5486e0d25af6d69e3f8902611f6ef3b920
[ "BSD-3-Clause", "NCSA" ]
permissive
harite/facebook-clang-plugins
963a33cbd984d5519154fdc4c674415f72a7cee8
3faedd34d17438ff177270acd7ca7c6d84e8d3f6
refs/heads/master
2021-01-18T03:48:28.901789
2015-09-09T12:38:51
2015-09-09T13:55:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,950
cpp
/** * Copyright (c) 2014, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #include <clang...
[ "mathieubaudet@fb.com" ]
mathieubaudet@fb.com
dfc10408119d862074952612e53e7bc5c330b30c
fa65e06f2674281d1327640bdb4248e32433a0c3
/2ºAno/1ºSemestre/POO/pratica/aula_19_10_2020/aula_19_10_2020/aula1.cpp
203a8a45e108cdd8cffa9aba14981e1d1b2ac3da
[]
no_license
Coutinho020/Apontamentos-ISEC
18598165e5e68ec09df8ed973067f33a486af89e
0a9d54282a52ce195214cd8fef4513247e0ea4af
refs/heads/master
2023-08-24T00:58:09.928213
2021-10-24T15:33:37
2021-10-24T15:33:37
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,316
cpp
#include <iostream> #include <string> #include <sstream> using namespace std; #define N 15 struct Tabela { int mat[N]; }; void preenches(Tabela &t, int n) { for (int i = 0; i < N; i++) { t.mat[i] = n; } } void mostras(Tabela t) { for (int i = 0; i < N; i++) { cout << t.mat[i] << endl; } } int elementoAt(...
[ "brunoalexandre3@hotmail.com" ]
brunoalexandre3@hotmail.com
2f75cf3cb6fa27440a0ae3394f14cccd7170f08f
b72698e6ff8c36a35e34dd5c80f3499e59ca5169
/libs/system/include/mrpt/system/WorkerThreadsPool.h
fd890a404fd973e97806445e8358644205b62864
[ "BSD-3-Clause" ]
permissive
jolting/mrpt
1d76a8811bbf09866bc9620fe720383f3badd257
2cfcd3a97aebd49290df5405976b15f8923c35cb
refs/heads/develop
2023-04-10T01:39:58.757569
2021-02-06T17:57:26
2021-02-06T17:57:26
54,604,509
1
2
BSD-3-Clause
2023-04-04T01:28:54
2016-03-24T01:15:39
C++
UTF-8
C++
false
false
3,038
h
/* +------------------------------------------------------------------------+ | Mobile Robot Programming Toolkit (MRPT) | | https://www.mrpt.org/ | | | | Cop...
[ "joseluisblancoc@gmail.com" ]
joseluisblancoc@gmail.com
b74821cfe112d700fc61d445fbdf83832be25dd3
5b1dd5d3cc755696c75a423da841daf2aa39afb5
/aliyun-api-ess/2014-08-28/src/ali_ess_describe_scheduled_tasks.cc
50c9a8b4da75caccc4b1878ff21e2806f42da5b7
[ "Apache-2.0" ]
permissive
aliyun-beta/aliyun-openapi-cpp-sdk
1c61ffd2f0f85fb149ba9941c77e193f5db4d364
5e708130870a27e0c749777118f9e26ace96e7d9
refs/heads/master
2016-08-12T06:21:57.634675
2015-12-15T08:14:59
2015-12-15T08:14:59
47,530,214
5
4
null
null
null
null
UTF-8
C++
false
false
12,745
cc
#include <stdio.h> #include "ali_api_core.h" #include "ali_string_utils.h" #include "ali_ess.h" #include "json/value.h" #include "json/reader.h" using namespace aliyun; namespace { void Json2Type(const Json::Value& value, std::string* item); void Json2Type(const Json::Value& value, EssDescribeScheduledTasksSc...
[ "zcy421593@126.com" ]
zcy421593@126.com
afdec558f8c70197c44073506ad1d0a92af1d1bb
f8f50d7e520b374dfa75c7ef0cfd62735e06bb27
/C++/EngineDevBox/EngineDevBox/main.cpp
138b3c8ce23075bb09f42ca9d78ca36d964e7983
[]
no_license
samratnagarjuna/CodeSamples
cba310b94bbd3dbeac3fe1d4a280a7d8b702acd0
8955cd85ce95416799b6d87727a548abaf452854
refs/heads/master
2021-05-01T22:43:28.574082
2017-01-21T19:07:04
2017-01-21T19:07:04
77,611,958
0
0
null
null
null
null
UTF-8
C++
false
false
2,279
cpp
#include <Windows.h> #define _USE_MATH_DEFINES #include <cmath> #include <iostream> #include "NEngine.h" #include "Message\NMessageManager.h" #include "Math\NMatrix4.h" #include "Math\NVector4.h" #include "Utility\NHashedString.h" #include "Utility\NConsolePrint.h" #include "Game\Game.h" #if defined _D...
[ "samratnagarjuna@gmail.com" ]
samratnagarjuna@gmail.com
69eca6d929e429912ea850e544f7074da81b1acb
730a591e0bbef0d9abb7adbf45e0968b5f6bd7f0
/cpputils/Utils/Common/CommonUtils.cpp
78dda52f89a7f821904715ab540df1a4330c522c
[]
no_license
KAndQ/cocos2dx-utils
5c574287a9c46037838d348b0ce8b8b565c1bed8
497de1e41a660a6b4308061b14740b31534611d4
refs/heads/master
2021-01-01T18:54:49.746170
2015-06-04T11:56:22
2015-06-04T11:56:22
35,252,503
2
0
null
null
null
null
UTF-8
C++
false
false
10,654
cpp
// // CommonUtils.cpp // AndroidaBooM // // Created by Zhenyu Yao on 13-4-12. // // #include <stdio.h> #include <sstream> #include <math.h> #include <ctype.h> #include "CommonUtils.h" using namespace std; float PTM_RATIO = 32; /////////////////////////////////////////////////////////////////////////////////////...
[ "qingkaka@gmail.com" ]
qingkaka@gmail.com
b8a8063ae3f990f3313c8f2dad7036dfaf8af386
7ea05d5bb9dfd4ca467d32c2af8062452c3feaa4
/Project4/Sensor.cpp
757cfcdfde561804857fa838cc9c2ff41aac6350
[]
no_license
Renat97/CS202
b5e46effa571fc2ae9fe72bdf29f5b2760134bbb
12c9bfe3aaeaa7ab64d00dceabb7a20860dca366
refs/heads/master
2022-12-20T10:14:08.235202
2020-10-03T05:05:16
2020-10-03T05:05:16
296,836,372
0
0
null
null
null
null
UTF-8
C++
false
false
1,805
cpp
// // Sensor.cpp // Project4 // // Created by Renat Norderhaug on 9/23/17. // Copyright © 2017 Renat Norderhaug. All rights reserved. // #include "Sensor.h" #include <iostream> #include <cstring> #include <cstdio> using namespace std; int Sensor::gps_cnt = 0; int Sensor::camera_cnt = 0; int Sensor::lidar_cnt = ...
[ "renat97@gmail.com" ]
renat97@gmail.com
78f35111dd3b413e2bbeb307f0bae21ebd7ede26
9a9e7d9eafad23d3690f7f8104daf35f08c03aab
/HelloGit/HelloGit.cpp
924bf65874c8d084f822e3d00aa038ffd3b8f113
[]
no_license
0I00II000I00I0I0/TestGit
80718460048baa565259d34f9193b5625c9d746f
df235eff4f0e2a2731f209c6a7a8f2ab07f012ee
refs/heads/master
2023-05-31T10:46:04.867955
2021-06-30T15:40:06
2021-06-30T15:40:06
381,754,818
0
0
null
null
null
null
UTF-8
C++
false
false
101
cpp
#include <iostream> int main() { std::cout << "Hello Git!\n"; system("pause"); return 0; }
[ "1357669331@qq.com" ]
1357669331@qq.com
6152d2b042b2ab3c1da404b804986fc20fd96d37
38630abe38b4b4d1c629df4f4de7e6b5f097d3c5
/Classes/AppDelegate.cpp
abb6194906e0bdf2cb961b30632f8ca3255b2baa
[]
no_license
xiaolizi521/pogoda
2e8c4d3e5904aa6f4ff3e972fe4ce1fce3a82bb5
2c7d2d08da50464915915a39236917db02c50748
refs/heads/master
2021-01-17T21:39:23.520819
2013-04-26T12:20:29
2013-04-26T12:20:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,979
cpp
#include "cocos2d.h" #include "CCEGLView.h" #include "AppDelegate.h" #include "HelloWorldScene.h" #include "SimpleAudioEngine.h" #include "SceneManager.h" #include "UserData.h" using namespace CocosDenshion; USING_NS_CC; AppDelegate::AppDelegate() { } AppDelegate::~AppDelegate() { SimpleAudioEngine::end(); } b...
[ "wyklion@qq.com" ]
wyklion@qq.com
3f60cd7782b1a1dc3c0adc87672c3823c1163564
ef1173942b5783df6bda77dbfaa04966960782d0
/src/dialogs/RemoteDialog.h
c82961f7cb8a8c724c32f9144d44a891ce172536
[ "MIT" ]
permissive
dgalli1/gitahead
4e1d97226df9852a69af5117b25387c66c8c62cf
7304964210a5c216e17f2f86db2250a8dabc4333
refs/heads/master
2020-06-23T16:45:43.372139
2019-11-07T11:35:26
2019-11-07T11:35:26
198,684,774
0
0
MIT
2019-07-24T17:54:42
2019-07-24T17:54:41
null
UTF-8
C++
false
false
862
h
// // Copyright (c) 2016, Scientific Toolworks, Inc. // // This software is licensed under the MIT License. The LICENSE.md file // describes the conditions under which this software may be distributed. // // Author: Jason Haslam // #ifndef REMOTEDIALOG_H #define REMOTEDIALOG_H #include <QDialog> #include "gi...
[ "jason@scitools.com" ]
jason@scitools.com
7a6b3625fb83fbcdd67f28db1178ba27a59021cd
8727d1a506114c2bbab2f74db9bdaf68b5a6c83e
/test6.cpp
2f3b7e0c87c48ffa427a00770544399ab4580a89
[]
no_license
BaiXious/Accelerated-cpp
5c5525eb9678ad98475208f82ea63b1606e31a86
26ad13fe83aa36c8d3ca1caf89b04e90f441d7d7
refs/heads/master
2022-01-13T08:11:14.337940
2018-08-28T04:06:10
2018-08-28T04:06:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
360
cpp
#include <iostream> #include <string> #include <vector> class A; void doanother(A* a) ; class dosth { public : void haha() { doanother(p); } private : A* p; }; class A { friend class dosth; private : std::vector<std::string> data; }; void doanother(A* a) { std::cout << a->data.size() << std::endl; ...
[ "1051378379@qq.com" ]
1051378379@qq.com
ca497fb44fe3735a7e4e2f6c4b16231c06f3e536
8d227ac6d2a8b70e545845824caa561a34c35483
/P08/full_credit/tool.h
2841a07a3849db532a9f9d4c3fb297ccbd32c8cb
[]
no_license
zakyqalawi/cse1325
91585e7202773a33fa1d015b2b8f43e5484d2a1c
eedfa02fe0e9cce384b73ba6a92e027a7acf0e98
refs/heads/master
2023-01-24T17:56:21.288902
2020-12-08T06:32:53
2020-12-08T06:32:53
292,068,396
0
0
null
null
null
null
UTF-8
C++
false
false
176
h
#ifndef __TOOL_H #define __TOOL_H #include "product.h" class Tool : public Product { public: Tool(std::string name, double price, std::string description); }; #endif
[ "zaky.qalawi@mavs.uta.edu" ]
zaky.qalawi@mavs.uta.edu
c54ebe53971e408f526576a1bfe102d150a21a05
948f2d98cde85de3f5463fbd8fbdfd58d44b3a0e
/Stack/Valid Parentheses.cpp
58faac3dd6b6128d63d039b640a5add6baa692f0
[]
no_license
AlmoonYsl/Algorithm
1391a72bc59b09a874a4acb485e0de81d7223f8d
f9e1305e738751afc93d0212071484ac474d9d89
refs/heads/master
2022-12-25T10:19:16.670388
2020-09-30T00:12:42
2020-09-30T00:12:42
247,688,359
1
0
null
null
null
null
UTF-8
C++
false
false
637
cpp
/** * leetcode no.20 * */ bool isValid(string s) { int len = s.length(); if (len % 2 != 0) return false; stack<char> stack; for (int i = 0; i < len; ++i) { switch (s[i]){ case '(': stack.push(')'); break; case '{': ...
[ "784748497@qq.com" ]
784748497@qq.com
4a5a5e80dd1736321548c9d91bd47a9543a5aebd
d9066a9b731c1b46f2d21bd91ad2238e83d9c786
/ServiceDayDlg.cpp
e4313e67796b60fac3df54eab28fe6a6f950879f
[]
no_license
agonnet/PlanMaker
5b9617d4a46d772b1a5396eb08c3d0e70a4f3abe
bdaea05a9d088e46de096015fa4a5f9b0625094c
refs/heads/master
2021-04-15T18:08:23.758100
2018-03-25T15:27:19
2018-03-25T15:27:19
126,708,644
0
0
null
null
null
null
UTF-8
C++
false
false
9,808
cpp
// ServiceDayDlg.cpp : implementation file // #include "stdafx.h" #include "PlanMaker.h" #include "ServiceDayDlg.h" #include "PlanMakerDoc.h" #include "PlanMakerView.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif /////////////////////////////////////...
[ "noreply@github.com" ]
agonnet.noreply@github.com
108439f7fa1e281bc390d1af1a1d06c1d3cfaaa8
72d9009d19e92b721d5cc0e8f8045e1145921130
/iBATCGH/src/prXImixture.cpp
7d04ed9d86ad3d4cd8ee5d317fd47db0a270cf0d
[]
no_license
akhikolla/TestedPackages-NoIssues
be46c49c0836b3f0cf60e247087089868adf7a62
eb8d498cc132def615c090941bc172e17fdce267
refs/heads/master
2023-03-01T09:10:17.227119
2021-01-25T19:44:44
2021-01-25T19:44:44
332,027,727
1
0
null
null
null
null
UTF-8
C++
false
false
1,175
cpp
// [[Rcpp::depends(iBATCGH]] #include <prMixture.h> // [[Rcpp::interfaces(cpp)]] double pr2(int choice,int m,int chg,double add,double* mGam,double* mOm1,double* mOm2,double* mGamNew,double* mOm1New,double* mOm2New,int* mR, int mg){ arma::icolvec R(mR,mg,false); arma::colvec gamma(mGam,m,false); arma::colvec omega1(mO...
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
7bb0dc5645963cf0bb61414db3593dfda0716dfe
854a3640d1811db7ba5713cc08d0a85940bd9987
/Tutorial/STL/Set1.cpp
a16d4e15883a333a91e3587ff507e58e4f01f7ea
[]
no_license
Anupam-USP/CP
0c2f0f7aba7086f2abc2f260d9c1bb156a83e491
fb501111592f60c59bf47775b160d2fa26327f1b
refs/heads/main
2023-07-14T16:41:11.885280
2021-08-21T03:56:46
2021-08-21T03:56:46
366,267,553
0
0
null
null
null
null
UTF-8
C++
false
false
539
cpp
#include <bits/stdc++.h> using namespace std; ll main() { #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); #endif ll arr[] = {10, 20, 30, 30, 40, 50}; ll n = sizeof(arr) / sizeof(ll); set<ll> s; for (ll i = 0; i < n; i++) s.insert...
[ "ianupam1509@gmail.com" ]
ianupam1509@gmail.com
ee7451640373244525b5ef7eeff2e54c58115d12
0af5f0cf42c45876acc531b1fb51544166ec43ae
/tests/sources/core/test_interpolation_utils.cpp
0daae8974b34cb69357efad0def846e6ce02cc85
[ "MIT" ]
permissive
nfrechette/acl
8cda80428ab81260d59611f2bf6848b2847897b5
427b948f87d43f666ac9983073790621c3848ae3
refs/heads/develop
2023-08-31T09:14:10.347985
2023-08-26T02:18:40
2023-08-26T11:16:11
91,615,309
1,172
89
MIT
2023-09-09T13:39:44
2017-05-17T20:02:25
C++
UTF-8
C++
false
false
21,689
cpp
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2018 Nicholas Frechette & Animation Compression Library contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documen...
[ "zeno490@gmail.com" ]
zeno490@gmail.com
3dc68864596b71dda8c442bdac177670ecc593c4
48d5dbf4475448f5df6955f418d7c42468d2a165
/SDK/SoT_BP_hair_col_brown_03_Desc_parameters.hpp
4191a0a2b810f5184f05df1d424dd64e8433e048
[]
no_license
Outshynd/SoT-SDK-1
80140ba84fe9f2cdfd9a402b868099df4e8b8619
8c827fd86a5a51f3d4b8ee34d1608aef5ac4bcc4
refs/heads/master
2022-11-21T04:35:29.362290
2020-07-10T14:50:55
2020-07-10T14:50:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
380
hpp
#pragma once // Sea of Thieves (1.4.16) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_BP_hair_col_brown_03_Desc_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //--------------------------------------------------------------...
[ "53855178+Shat-sky@users.noreply.github.com" ]
53855178+Shat-sky@users.noreply.github.com
afac4dcbaf61694d1c00e8aea61c10d557252a5f
eb69a246a9dbd9d12512db28513e54e56ed5461f
/src/eeprom_emu.h
d1a9079a52261f408870a2f4361bdb6d9901bd57
[ "MIT" ]
permissive
erwzqsdsdsf/dispenser
9c0de83ac6248c4b81df86c6eee5c1ef7201b83b
e0283af232a65a840dedb15feaaccf1294a3a7cb
refs/heads/master
2023-02-26T00:26:58.783689
2021-01-21T23:51:58
2021-01-21T23:51:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,678
h
#ifndef __EEPROM_EMU__ #define __EEPROM_EMU__ #include <stdint.h> /* Driver class FlashDriver { public: enum { BankSize = XXXX }; static void erase(uint8_t bank) {}; static uint32_t read(uint8_t bank, uint16_t addr); // If 32bit write requires multiple operations, those MUST follow from // leas...
[ "vitaly@rcdesign.ru" ]
vitaly@rcdesign.ru
68f6d61195a7babf5d64e8a165b6e1cec5ade918
a2c03109b555a0bc988e08d22203836eb9e2fde3
/11.12.2017.Praktikum10/Problem1.cpp
22a47d66fd647269d56c88cac039fab2963e1b82
[]
no_license
fmi-lab/sdp-2017-kn-group3-n-4
7b79b1a8690feda90818f3769710d9347c74b4fe
49e998707efa9847721d6c5ff9a3417412049120
refs/heads/master
2021-05-16T05:09:42.515778
2018-01-15T17:41:48
2018-01-15T17:41:48
106,302,430
5
2
null
2017-12-20T11:26:20
2017-10-09T15:37:00
C++
UTF-8
C++
false
false
1,425
cpp
#include "../templates/tree.cpp" #include <iostream> using namespace std; struct OpNode { char operation; int value; OpNode() { this->operation = 0; this->value = 0; } OpNode(char operation) { this->operation = operation; this->value = 0; } OpNode(int value) { this->operation = 0...
[ "noreply@github.com" ]
fmi-lab.noreply@github.com
2dccb6ce2484c676f9e117a75dd28d887d43ebad
8b4525741a33753a982788fdee97dc3d6c9d2789
/src/net.h
d4bf5c31e6b2675f7ebbf3b2665c7c4082dc1d96
[ "MIT" ]
permissive
ygtars/revu
b6fb59628cd9bf67aac86786b4cfee865feb3e4b
b824a844b8b8f508a00b05e09915b44ece32a844
refs/heads/master
2020-04-22T18:25:48.229140
2019-02-15T17:58:01
2019-02-15T17:58:01
170,576,715
0
0
null
null
null
null
UTF-8
C++
false
false
21,093
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_NET_H #define BITCO...
[ "arslanyigit357@gmail.com" ]
arslanyigit357@gmail.com
ef8c3bcb0722068fc2eb384eb45b5827cbd3a6e2
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibData/MdtCalibData/MdtSlewCorFuncHardcoded.h
c97f039df854215943acd3baa8020c2f3fb39411
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
797
h
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #ifndef MUONCALIB_MdtSlewCorFuncHardcoded_H #define MUONCALIB_MdtSlewCorFuncHardcoded_H #include "MdtCalibData/IMdtSlewCorFunc.h" #include "map" namespace MuonCalib { /** implementation of a slewing correction function */ class MdtSl...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
bddf6454464696764ba67e4ee039e54a55cb26cb
2399db04cc7e656106cc65fa5121d47e02413a0a
/Stack.cpp
c3d999fbd3e4430dee2cf9df5b711a69cca601d7
[]
no_license
ChoiSunPil/dataStructure
b0fd5bd88c1ecf8812831aa57ad0a2b7ee06b931
9a16782390c99aad7562ac36ffc9dbeecc38f36d
refs/heads/master
2020-04-20T17:18:47.871072
2019-02-07T11:08:44
2019-02-07T11:08:44
168,985,332
0
0
null
null
null
null
UTF-8
C++
false
false
856
cpp
// // Created by 최선필 on 03/02/2019. // #include "Stack.h" using namespace std; template <typename T> int Stack<T>::getSize() { return top+1; } template <typename T> bool Stack<T>::isEmpty() { if(top == -1) return true; else return false; } template <typename T> T Stack<T>::pop() { if(!isEmpty()) retu...
[ "roung4119@gmail.com" ]
roung4119@gmail.com
662b1f422f8c45987a133372f672e295c509c9a7
af8f0279f0a89b91bbe17fe6f13c4f5c72a45a13
/UVa/uva1588.cpp
93629c5caebb2be2e2df6a6b9fcedaa9bb438edd
[]
no_license
duguyue100/acm-training
3669a5e80093c9fa4040dfa9ba433330acf9fe8d
c0911c6a12d578c0da7458a68db586926bc594c0
refs/heads/master
2022-09-18T17:40:24.837083
2022-08-20T13:20:08
2022-08-20T13:20:08
11,473,607
62
43
null
2020-09-30T19:28:19
2013-07-17T10:41:42
C++
UTF-8
C++
false
false
1,540
cpp
// UVa 1588 Kickdown #include<bits/stdc++.h> using namespace std; int main() { // freopen("input.in", "r", stdin); // freopen("output.out", "w", stdout); string line1, line2; while (cin >> line1 >> line2) { if (line1.size() < line2.size()) { swap(line1, line2); ...
[ "duguyue100@gmail.com" ]
duguyue100@gmail.com
a955ed7762bb7bcf1e8a2e1e253468b64aeccb8d
39586ec324eb4f52bb98c92fa385096c70cc97f5
/RNet/Socket.h
99f9d68594beb75321a4c87678e93467092723e2
[]
no_license
rvdweerd/RNet
5da7945931e1d38b24a2f3d01a41b95e414f9582
fff9942f237e1dedd75f0e0abbf98d1c939426a6
refs/heads/master
2020-09-25T08:10:37.697166
2019-12-07T14:16:24
2019-12-07T14:16:24
225,958,809
0
0
null
null
null
null
UTF-8
C++
false
false
523
h
#pragma once #include "SocketHandle.h" #include "RResult.h" #include "IPVersion.h" #include "SocketOptions.h" #include "IPEndPoint.h" namespace RNet { class Socket { public: Socket( IPVersion ipversion = IPVersion::IPv4, SocketHandle handle = INVALID_SOCKET); RResult Create(); RResult Close(); SocketHan...
[ "rogerscode@gmail.com" ]
rogerscode@gmail.com
8614ee9feff99902c965061d6f458799fd4656fe
988d2a132be3d3f36a985d848f6d4cc54748d5e7
/experimental/Pomdog.Experimental/Utility/UserPreferences.cpp
8bc0e49b96564c4e1d006d792dfb84b8ea7c30fc
[ "MIT" ]
permissive
ValtoForks/pomdog
24336f3342c51a25a0260144bdc72f6bf0bb4a35
73798ae5f4a4c3b9b1e1e96239187c4b842c93b2
refs/heads/master
2021-05-03T15:47:12.979889
2019-01-04T15:42:05
2019-01-04T15:42:05
120,486,114
0
0
NOASSERTION
2019-01-04T15:42:06
2018-02-06T16:15:53
C++
UTF-8
C++
false
false
6,384
cpp
// Copyright (c) 2013-2018 mogemimi. Distributed under the MIT license. #include "UserPreferences.hpp" #include "Pomdog/Content/Utility/BinaryFileStream.hpp" #include "Pomdog/Content/Utility/BinaryReader.hpp" #include "Pomdog/Utility/Assert.hpp" #include "Pomdog/Utility/Exception.hpp" #include "Pomdog/Utility/FileSyst...
[ "mogemimi@enginetrouble.net" ]
mogemimi@enginetrouble.net
b8378fad4c7804af04710d83efe0461dbee3bcf3
b367fe5f0c2c50846b002b59472c50453e1629bc
/xbox_leak_may_2020/xbox trunk/xbox/private/vc7addon/vs/src/vc/ide/pkgs/projbld/stdconversion/dirmgr.cpp
8d2e38484ec236c68f57eb09532bdba8cc5a7040
[]
no_license
sgzwiz/xbox_leak_may_2020
11b441502a659c8da8a1aa199f89f6236dd59325
fd00b4b3b2abb1ea6ef9ac64b755419741a3af00
refs/heads/master
2022-12-23T16:14:54.706755
2020-09-27T18:24:48
2020-09-27T18:24:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,034
cpp
// DIRMGR.CPP // ---------- // Implementation of CDirMgr and CToolset class. // // History // ======= // 28-Aug-93 mattg Created // 10-Jan-94 colint Added CToolset class // //////////////////////////////////////////////////////////// // Include files #include "stdafx.h" #pragma hdrstop #include "dirm...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
e796cb7efc760d95844dd307fb94e9bf9a268d75
42ab733e143d02091d13424fb4df16379d5bba0d
/third_party/spirv-tools/source/fuzz/transformation.cpp
70a302b752aaaacf59e830d79565fbbbcba8551e
[ "Apache-2.0", "CC0-1.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
google/filament
11cd37ac68790fcf8b33416b7d8d8870e48181f0
0aa0efe1599798d887fa6e33c412c09e81bea1bf
refs/heads/main
2023-08-29T17:58:22.496956
2023-08-28T17:27:38
2023-08-28T17:27:38
143,455,116
16,631
1,961
Apache-2.0
2023-09-14T16:23:39
2018-08-03T17:26:00
C++
UTF-8
C++
false
false
23,427
cpp
// Copyright (c) 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
[ "noreply@github.com" ]
google.noreply@github.com
5684490ce5484319bcc83ba2530e42e8df5d9e4c
513d32ec47f5c47a24e8b8fecd32e2c710617852
/png-write/png-write.cc
4cbad849cf859fee19cd64185da0beefc5cddb09
[]
no_license
stephen-opet/CPlusPlus-samples
6af4ddbd6438d59fbba4774a18006ba7c3e558b8
8d8d8ced7ee8d348f76c83df01f3525446324fc8
refs/heads/master
2022-08-10T18:01:17.479548
2020-05-24T05:49:16
2020-05-24T05:49:16
266,464,629
0
0
null
null
null
null
UTF-8
C++
false
false
7,228
cc
/* A Demonstration of Writing a PNG via NANOSVG library https://github.com/memononen/nanosvg/tree/master/example Written by Stephen Opet III, https://github.com/stephen-opet Published May 24, 2020 [in SARS-COV-2 quarentine :) ] This program demonstrates the following: Dynamic memory allocation via new/delete ...
[ "slsh123456@gmail.com" ]
slsh123456@gmail.com
e82904aba1edc72a0597f4655d528bc09440da5d
0d32e5d45461a1edffd4c90cf63b915e9832eb6c
/assignment-7 Select Command/Attribute.cpp
1e8605c9d222dc8e8847eac82a87e9266ad46d47
[ "Apache-2.0" ]
permissive
Arda-Bati/Relational-Database
262c3ddf4b70a97cde6631872a7eb757ae5da65b
e3b121b5d8587552cc7177228ba5a5bea5c2cf68
refs/heads/main
2023-02-26T15:00:22.988177
2021-01-28T22:14:21
2021-01-28T22:14:21
310,962,752
3
0
null
null
null
null
UTF-8
C++
false
false
4,218
cpp
// // Attribute.cpp // Datatabase4 // // Created by rick gessner on 4/12/19. // Copyright © 2019 rick gessner. All rights reserved. // #include "Attribute.hpp" #include "Storage.hpp" #include "MemoryStream.hpp" #include "Helpers.hpp" namespace ECE141 { Attribute::Attribute(std::string aName,...
[ "cankatbati@gmail.com" ]
cankatbati@gmail.com
b67f2d7cd85549439352b9f74792304e14d7c4b0
edf33c4335e8324250f590e1860a5030c2bb869e
/Tele_rec_TT.ino
a594d4a6ae2509bc59873a31ad8ce30b73f6be95
[]
no_license
Kulicheg/Tele_rec
786b3ce20388b1fb01a387321030a31c0e56d5e9
61e82c8a7eef66f7284a33dcb0b4b00f003689e4
refs/heads/master
2020-04-17T00:31:12.616387
2019-01-23T13:55:33
2019-01-23T13:55:33
166,052,580
0
0
null
null
null
null
UTF-8
C++
false
false
1,922
ino
// AA - 170 // AB - 171 // BA - 186 // BB - 187 #include <EEPROM.h> #include <AT24C256.h> #include <Wire.h> int Cycles = 400; int PackSize = 22; int NumRec = 12; byte JournalSize = 29; byte currentByte; byte header [4] = {170, 171, 186, 187}; byte command; int C_drive_c = EEPROM.length(); int C_drive_d = 32768; AT...
[ "noreply@github.com" ]
Kulicheg.noreply@github.com
f08684476e3018d0ec5127442321cf4623e640d6
ebbe390ffdd7653730017fdb73dd5b4f6c15fd1e
/Tonya_earthquakescreens.ino
1e6de4cae2b1cec91545e79af6635aef244e87f9
[]
no_license
benthejack-vuw/Tonya-earthquakescreens
1b2719e4dba86d4f094fb4b62f8ef9240ec8d289
920ea70282e251c0b30c2cc7b55c29cdaf365541
refs/heads/master
2021-01-13T03:01:50.636689
2016-12-22T00:17:25
2016-12-22T00:17:25
77,018,217
0
0
null
null
null
null
UTF-8
C++
false
false
2,225
ino
//DONT CHANGE THESE, RATHER USE THE NAMES IN SETUP TO SET IT TO THE CORRECT ZONE //THE RASPBERRY PI USES THESE ADDRESSES SO IT'S IMPORTANT THAT THEY ARE LEFT AS IS #define ALASKA 1 #define CENTRAL_AMERICA 2 #define SOUTH_AMERICA 3 #define NEW_ZEALAND 4 #define JAPAN 5 //PINS USED FOR OLED SCRE...
[ "benthejack@gmail.com" ]
benthejack@gmail.com
527c4b8a3c882129936096c242e8500ee1ece0de
baf968b497038ae6e640fb2b71f32ae2e7befe4b
/celsiustofahrenheitconverter.hpp
eeeafe87e46aafe74062c8d35da392813cd07c8c
[]
no_license
elmeyer/software-engineering-ws15
3d86a94e1b68fbcea00183de9b6507ea89f11834
3e7d7f8a6a7c26548639b1b7e82e4758f35bcb87
refs/heads/master
2021-01-22T00:10:14.706519
2016-01-27T14:21:09
2016-01-27T14:21:09
44,805,521
0
0
null
2015-10-23T10:12:50
2015-10-23T10:12:49
C
UTF-8
C++
false
false
399
hpp
#ifndef CELSIUSTOFAHRENHEITCONVERTER_H #define CELSIUSTOFAHRENHEITCONVERTER_H #include "temperatureconverter.hpp" class celsiusToFahrenheitConverter: public temperatureConverter { public: celsiusToFahrenheitConverter(); celsiusToFahrenheitConverter(std::shared_ptr<UnitConverter> c); double con...
[ "lars.meyer@uni-weimar.de" ]
lars.meyer@uni-weimar.de
e35f3c89b0187d62ff14bc6bca00a194bff59133
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/third_party/WebKit/Source/core/html/custom/CustomElement.cpp
4b2a7e56b202431012d473eff0f3c81716e3e9c5
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
10,215
cpp
// 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 "core/html/custom/CustomElement.h" #include "core/dom/Document.h" #include "core/dom/QualifiedName.h" #include "core/frame/LocalDOMWindow.h" #in...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com