blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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() { }
[ "尤怡方" ]
尤怡方
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
ea179c89937753402bba98e1aebde4078deb2c55
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/cm-compiler/2019/4/gen8_vme.h
7b0cb62e9169af3a627308ff40e62f1d34724a82
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
155,862
h
/* * Copyright (c) 2019, Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, ...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@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
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
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
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
85f1cb4b50eac0c2a1d8c5dabe92f6653ffc136b
3c6deda46fa37a42feebde0fb50dd0d6123b82b1
/0152/src/mame/includes/pgm.h
90e5748d3f1afc6f8405b5f4eb1b75321ef50fa5
[]
no_license
AreaScout/mame-libretro
9fdb724edb58070162c1bd4e8b351a8f2da250ea
dd16543e4f77a2e42f5662a445f03079e2324221
refs/heads/master
2020-12-24T21:01:44.571706
2014-11-26T06:36:49
2014-11-26T06:36:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,752
h
#include "machine/v3021.h" #include "cpu/z80/z80.h" #include "cpu/m68000/m68000.h" #include "cpu/arm7/arm7.h" #include "sound/ics2115.h" #include "cpu/arm7/arm7core.h" #include "machine/nvram.h" #include "machine/pgmcrypt.h" #include "machine/igs025.h" #include "machine/igs022.h" #include "machine/igs028....
[ "rtype@foo.com" ]
rtype@foo.com
5bee9a1c469e1eea83f2ca5cc2c6ee31aacae667
b84aa8a1745f3346f22b9a0ae1c977a244dfb3cd
/SDK/RC_WBP_SettingsDropdown_classes.hpp
0743db201c0510f843b587e5351acd3e3612b5a5
[]
no_license
frankie-11/Rogue-SDK-11.8
615a9e51f280a504bb60a4cbddb8dfc4de6239d8
20becc4b2fff71cfec160fb7f2ee3a9203031d09
refs/heads/master
2023-01-10T06:00:59.427605
2020-11-08T16:13:01
2020-11-08T16:13:01
311,102,184
1
0
null
null
null
null
UTF-8
C++
false
false
1,280
hpp
#pragma once // RogueCompany (4.24) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // WidgetBlueprintGeneratedClass WBP_SettingsD...
[ "60810131+frankie-11@users.noreply.github.com" ]
60810131+frankie-11@users.noreply.github.com
49a96e8526d34134f41d4e653e467ec5724a6a21
be34d599008cc0b3b81177fdb9f9e2dcbd7f56ba
/src/mcu/components/platform/Platform.cpp
e981d397e00f173082a63b215a0f7aff9adb97e4
[ "Apache-2.0" ]
permissive
wouterdevinck/lamp
d5c94f98bd8b39fdf5395ae1bc129f0fe1f0e931
5020ba56f68738133934c4014166813790d04df9
refs/heads/master
2023-03-07T03:05:55.753756
2020-08-11T10:15:29
2020-08-11T10:15:29
134,090,004
2
0
Apache-2.0
2023-02-25T04:39:21
2018-05-19T18:58:27
C++
UTF-8
C++
false
false
1,493
cpp
#include "Platform.h" #include "MemMon.h" #include "constants.h" using namespace lamp; Platform::Platform() { MemMon memmon(MEMMON_PERIOD); _spi1 = new Spi(SPI1_ESP_HOST, SPI1_DMA_CH, SPI1_MOSI_PIN, SPI1_MISO_PIN, SPI1_CLK_PIN, SPI1_CS_PIN); _spi2 = new SpiFlash(SPI2_ESP_HOST, SPI2_DMA_CH, SPI2_MOSI_PIN, SPI2_M...
[ "wouter.devinck@gmail.com" ]
wouter.devinck@gmail.com
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
982dd9a2b635ef3eb61d41c0f36b93365c75db2b
9c6b8082931c4e630503788d0641210298a507bc
/F800W/main.cpp
ce1e05d78300fc7761140315f25b2558da8acb9c
[]
no_license
hucheng-yyds/device_app_qt_v2
5b2e803bc0e0fd0ed6e8a62b10d3e573d45c9c42
2f805a2c9a7c32d8444704bbdef1fe9307375452
refs/heads/master
2023-07-08T06:52:34.634044
2020-12-23T10:08:33
2020-12-23T10:08:33
390,967,629
0
0
null
null
null
null
UTF-8
C++
false
false
1,398
cpp
#include <QGuiApplication> #include <QTranslator> #include <QQmlApplicationEngine> #include <QQmlContext> #include "prostorage.h" int main(int argc, char *argv[]) { IF_VIO_VPSS_VO_MIPI_TX(switchCtl->m_camera, switchCtl->m_screen, switchCtl->m_angle); while (!IF_CheckYUVDataReady(0)) { QThread::msleep(1...
[ "zgf@officelinking.com" ]
zgf@officelinking.com
9862978843588397286bd656aa76aa761ea392ba
0d1c82ab85d11f7476e6c539baaa50143ebd3084
/SII-2020/SII-2020/FST.cpp
6af0ade63d8bdea531b65f94627eeb99091c8950
[]
no_license
Selevn/SII-2020
4f7a047a83afee4463d84a8220d661306b3d562b
e7a5df5d3131117ce0d8a05fba16e6a383205165
refs/heads/master
2023-02-07T21:08:43.665487
2020-12-14T18:17:45
2020-12-14T18:17:45
314,994,906
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
41,003
cpp
#include "FST.h" #include "Error.h" #include <cstdlib> #include <iomanip> #include <vector> #include "LT.h" #include "IT.h" #include <stack> struct libfuncs { std::string name; IT::IDDATATYPE params[255]; int parcount = 0; IT::IDDATATYPE retval; }; FST::RELATION::RELATION(char c, short ns) { symbol = c; nnode =...
[ "53996471+Selevn@users.noreply.github.com" ]
53996471+Selevn@users.noreply.github.com
a5438c232377e460ef837c0e27725552c855efef
a81c07a5663d967c432a61d0b4a09de5187be87b
/third_party/blink/renderer/core/layout/ng/ng_length_utils.h
a652cb602b1e78f16810a22edb9d18e12b90e22a
[ "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", "BSD-3-Clause" ]
permissive
junxuezheng/chromium
c401dec07f19878501801c9e9205a703e8643031
381ce9d478b684e0df5d149f59350e3bc634dad3
refs/heads/master
2023-02-28T17:07:31.342118
2019-09-03T01:42:42
2019-09-03T01:42:42
205,967,014
2
0
BSD-3-Clause
2019-09-03T01:48:23
2019-09-03T01:48:23
null
UTF-8
C++
false
false
21,527
h
// 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. #ifndef NGLengthUtils_h #define NGLengthUtils_h #include "base/optional.h" #include "third_party/blink/renderer/core/core_export.h" #include "third_party...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
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
52824be25c717eb676070d3bdc2d3ae07dcbeb06
225e82d7a70bfeb544d758c4a01321701ff06a61
/root/root_v4.04.02g/tree/inc/TLeafD.h
ec15312d2330d41b6fbfb80ef312300b68e4650f
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
govoni/learn
9760494d592ba09a98e08939818415857d015371
cb02b6621af73efdbf1e64e5fc39ecd9e72516af
refs/heads/master
2021-01-19T18:51:14.476573
2019-07-22T09:05:26
2019-07-22T09:05:26
101,170,943
0
0
null
null
null
null
UTF-8
C++
false
false
2,557
h
// @(#)root/tree:$Name: v4-04-02g $:$Id: TLeafD.h,v 1.7 2004/10/18 12:32:12 brun Exp $ // Author: Rene Brun 12/01/96 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. ...
[ "pietro.govoni@gmail.com" ]
pietro.govoni@gmail.com
1a99f06eb847e42f1e3ba4a361bb0579dacc6795
326828efd246514a09c2891ca9770fab765ebe57
/include/uwsim_netsim_scripts/HILNetSimTracing.h
b82b33d78d3987b186da248edbf3ac303556baf7
[]
no_license
dcentelles/uwsim_netsim_scripts
c6e264a4b15ce10ee83da164b48683f7fccdb96b
9a9cd955ceab700ac92717f6737e6afcb50205f5
refs/heads/master
2020-03-08T05:57:31.062718
2020-02-15T21:20:13
2020-02-15T21:20:13
127,960,102
0
0
null
null
null
null
UTF-8
C++
false
false
2,562
h
#include <nav_msgs/Odometry.h> #include <ros/publisher.h> #include <ros/subscriber.h> #include <underwater_sensor_msgs/LedLight.h> #include <uwsim/NetSim.h> namespace uwsim_netstim { using namespace uwsim; class HILNetSimTracing : public NetSimTracing { public: HILNetSimTracing(); void PacketTransmitting(std::s...
[ "centelld@uji.es" ]
centelld@uji.es
65b7d4217ba59819cee93ea558b5d18308a3368f
38c10c01007624cd2056884f25e0d6ab85442194
/media/filters/decrypting_video_decoder.h
80b3b814bf5a4f904897c635879ecf5030dcbccf
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
4,138
h
// 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. #ifndef MEDIA_FILTERS_DECRYPTING_VIDEO_DECODER_H_ #define MEDIA_FILTERS_DECRYPTING_VIDEO_DECODER_H_ #include "base/callback.h" #include "base/memory/...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
27ccec47b63697c69ed2066c7de9cbf3f91ad744
3ede3a538fa06a2082520016e84499281f3d167a
/Source/MyLevelProject/MyLevelProjectProjectile.cpp
2c821316c56a788ab779ecaa84af628c0c2beda8
[]
no_license
finoriko/MyLevelProject
ab4cb6d717cc61a6673b21e5165d019087f356ad
2190278a2906ceadda065d4b08e2fa375e3b6f41
refs/heads/master
2020-04-13T13:25:37.821881
2018-12-26T14:02:50
2018-12-26T14:02:50
163,230,130
0
0
null
null
null
null
UTF-8
C++
false
false
1,804
cpp
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "MyLevelProjectProjectile.h" #include "GameFramework/ProjectileMovementComponent.h" #include "Components/SphereComponent.h" AMyLevelProjectProjectile::AMyLevelProjectProjectile() { // Use a sphere as a simple collision representation CollisionCo...
[ "finoriko@Hotmail.com" ]
finoriko@Hotmail.com
901145852e31212055c4df74088b6b7c267e9c25
d8baa1ead20a5338cae542281838c83a64863919
/arrays/mergeSorted.cpp
ab59fcd68b8316d92a8b4bd1478d35f7c0a1a06e
[]
no_license
ktekchan/Summer
c2732f85ce3328dca8d4fd686398044a82f6c792
b51997d3d82251dce461640ae3bf6263ab1237c1
refs/heads/master
2020-05-21T10:14:23.649257
2017-03-01T17:51:01
2017-03-01T17:51:01
42,786,975
0
0
null
null
null
null
UTF-8
C++
false
false
1,195
cpp
/* * Khushboo Tekchandani * Merge an array of size m+n containing m elements with an array of size n * Both of these are sorted arrays * Idea: Move all elements of m+n to the end * Merge */ #include <iostream> using namespace std; void moveToEnd(int arr[], int size){ int i, j; j = size-1; for(...
[ "ktekchan@buffalo.edu" ]
ktekchan@buffalo.edu
1e696ebb317e5a78fa18bc38d23ccb2d0bcb83da
5d841efa1c0e0186a726228ac15abeba05a5920f
/plotTurnOn.h
c4b7fb9bb56d6ca63ba27e40dabd9aeb40bf13b8
[]
no_license
vince502/HLTGPU
52225ed5b1a5a8577b2912d22fece850654241ff
8a7c2d0efa805b9c0288fc1f130e97973bf0cf18
refs/heads/main
2023-04-02T03:54:26.226833
2020-12-05T17:27:18
2020-12-05T17:27:18
308,573,995
0
0
null
null
null
null
UTF-8
C++
false
false
24,696
h
#ifndef plotTurnOn_h #define plotTurnOn_h #include <TROOT.h> #include <TSystem.h> #include <TFile.h> #include <TH1.h> #include <TEfficiency.h> #include <TTreeReader.h> #include <TTreeReaderValue.h> #include <TTreeReaderArray.h> #include <TLorentzVector.h> #include <TGraphAsymmErrors.h> #include <TCanvas.h> #include <T...
[ "soohwan.lee@cern.ch" ]
soohwan.lee@cern.ch
a86ae42b4e8de2f398ef102456196a76ea31c556
9bf93209b0a9b0bdbf30b9a318b6da5115cc3e69
/src/Lista.cpp
bd7b6c7e19a42c8df18099df4604aec3459afbe0
[]
no_license
LeandroArista/Test
d9317b98a626723fc91dcb78aa868abaec43faf4
b16752d7cea7e175bbb7d188d6637f9f072208a4
refs/heads/master
2020-04-08T01:15:23.514581
2018-11-24T01:47:16
2018-11-24T01:47:16
158,887,218
0
0
null
2018-11-24T00:40:09
2018-11-23T23:46:05
C++
UTF-8
C++
false
false
4,478
cpp
#include "Lista.h" #include <cassert> template <typename t> Lista<t>::Lista(){ lista=NULL; punterofinal=NULL; cursor=NULL; cantidadelementos=0; } template<typename t> Lista<t>::~Lista(){ vaciar(); delete lista; } template<typename t> void Lista<t>::vaciar(){ if (!vacia()){ nodo*cu...
[ "leandroalbertoarista@gmail.com" ]
leandroalbertoarista@gmail.com
9f8356ce18c2ab0c440ff52084c63b679e76d8da
fffe012158fb8ad26bfb8ea04bebaac9fbf58b48
/BuildingDetectorDemo/stdafx.cpp
dd9b71a3e29328690e31212fc246f1affce517d1
[]
no_license
Huang-Jin/BuildingDetecor
4ef2e5c7ec90451ae5de1d89a5f6ebd852f15129
0d86277b11411127cd1c2aca6e0b8bdaa87ea758
refs/heads/master
2021-05-10T20:48:33.528598
2018-01-23T06:36:21
2018-01-23T06:36:21
118,206,053
1
0
null
null
null
null
GB18030
C++
false
false
273
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // BuildingDetectorDemo.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h" // TODO: 在 STDAFX.H 中 // 引用任何所需的附加头文件,而不是在此文件中引用
[ "1309740625@qq.com" ]
1309740625@qq.com
c08e2f84e0e697b05613ae876a917fce896bb7fb
0a6a43b691996499230276055523eb895da6ffec
/.history/spectrum/spectrum_20190117002614.hpp
03648b98c056dbcd7f27ea8b9329d1c6bd67f133
[]
no_license
SoundRabbit/voice-changer
362890a6e0ef1dda37c1666b946879fc12125370
e5a5d64426fc072504477ae30c96e8e293a07a52
refs/heads/master
2020-03-27T09:49:50.340212
2019-01-16T17:55:04
2019-01-16T17:55:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
174
hpp
#pragma once template<int length> class Spectrum { private: class Intensity { public: operator double(); double operator= (double); }; public: };
[ "neu1neu9neu9neu9neu@gmail.com" ]
neu1neu9neu9neu9neu@gmail.com
207934a2f90ec5ab24a69b87703aa00eeb3b1a58
75bb52c11587ea6c286e5fcd311369850e74dfde
/3-01_a/main.cpp
ae01b1481c8b1c3b163e6364c1183bea4550d11d
[]
no_license
tado/BeyondInteraction_2nd_examples
6d763f889a7014fbf63113b263c0aac58dacf878
b59a333e45ebd7fa2ebd7aa991530dcca426a931
refs/heads/master
2021-01-10T18:55:41.437469
2020-03-11T01:55:22
2020-03-11T01:55:22
7,948,883
26
17
null
2016-03-08T21:53:10
2013-02-01T00:36:41
C++
UTF-8
C++
false
false
699
cpp
#include <iostream> using namespace std; class Dog { // Dogクラスの定義 public: string name; //犬の名前 (状態) void bark(); //犬が吠える (動作) }; //Dogクラスの定義終了 (最後に";"が入るのに注意) void Dog::bark() { //Dogのメソッド bark() の定義 //プログラムのデータ出力に、名前と鳴き声を表示 cout << name << "「ワンワン!」" << endl; } int main (int argc, char * const argv[])...
[ "tadokoro@gmail.com" ]
tadokoro@gmail.com
af9861f2ad6bbb3335650efcc59fcdae4847995b
77b54e9b87ee83d3d413009d4d484835d2860179
/src/solvers/solver.hpp
1fcaf04c19910432cb58ba892434c871a0368d55
[]
no_license
zhangchi0605/oppt
fe70a600ad8e8b35074bf1ca76d364dacff11677
461912d0b8a39b2261819cedbdef6ff29864962c
refs/heads/master
2020-04-05T09:06:19.523150
2018-09-29T14:13:14
2018-09-29T14:13:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,734
hpp
/** * Copyright 2017 * * This file is part of On-line POMDP Planning Toolkit (OPPT). * OPPT is free software: you can redistribute it and/or modify it under the terms of the * GNU General Public License published by the Free Software Foundation, * either version 2 of the License, or (at your option) any later ...
[ "hoergems@gmail.com" ]
hoergems@gmail.com
a9c71fde2bdc62169a843775145f15587ee488af
8e4a3464a9cfb59466f7ce80b276e7ba87044bc7
/ConsoleFive4/FiveArr.h
b0dea14f20305faf63034a8409b20f0bc4a7b345
[]
no_license
lilingshui/code-refrence
875daf6b69c6a1d0bb908e78cc718ccc967cf8e6
5bf07d09f12133a1fa10d8d3fb086f143f9f7c1e
refs/heads/master
2023-08-16T16:38:43.215233
2023-07-23T09:54:00
2023-07-23T09:54:00
26,759,907
0
1
null
null
null
null
WINDOWS-1252
C++
false
false
295
h
#pragma once #include "FivePos.h" #include "FiveCore.h" //Æå×ÓÐÅÏ¢Àà class CFiveArr { protected: char m_cArr[SIZE][SIZE]; friend class CFiveCore; public: void InitArr(); void PrintArr(); void SetArr(CFivePos& pos, char cPlayer); char GetArr(CFivePos& pos); };
[ "shuiming.peng@ning-hou.com" ]
shuiming.peng@ning-hou.com
10556db8f4104c03cbeb3f86ffa47a4edb976527
f60fbce76f3464fcba29fbd8cf1181b273de1825
/tests/test_ability_remap.cc
7edd69088e71aafaef4fc578106868cf615b2203
[ "MIT" ]
permissive
EvenSharper/s2client-api
0f81230649898e12462d109c13c91bc0b49a9d88
d5419714346500d5659bcaffc6e78f26a8e1241a
refs/heads/master
2021-01-16T00:28:44.507665
2017-08-10T17:59:52
2017-08-10T17:59:52
99,964,204
1
0
null
2017-08-10T20:57:57
2017-08-10T20:57:57
null
UTF-8
C++
false
false
6,458
cc
#include "test_framework.h" #include "test_movement_combat.h" #include "sc2api/sc2_api.h" #include "sc2utils/sc2_manage_process.h" #include <iostream> #include <string> #include <random> #include "feature_layers_shared.h" namespace sc2 { // // TestRemapStart // class TestRemap : public TestSequence { public: Poi...
[ "abrunasso@blizzard.com" ]
abrunasso@blizzard.com
d3baef387cdb51563d731ce4bf8a8b3e31ea6cf0
eb50a330cb3d2402d17bee9a5f91f2b372c1e1c1
/Codeforces/1398D_ColoredRectangle.cpp
e7343e936efb5b872a400f2ccf20c1abc111a86b
[]
no_license
MaxSally/Competitive_Programming
2190552a8c8a97d13f33d5fdbeb94c5d92fa9038
8c57924224ec0d1bbc5f17078505ef8864f4caa3
refs/heads/master
2023-04-27T22:28:19.276998
2023-04-12T22:47:10
2023-04-12T22:47:10
270,885,835
0
0
null
null
null
null
UTF-8
C++
false
false
2,926
cpp
/* * Author : MaxSally */ /******** All Required Header Files ********/ #include<bits/stdc++.h> using namespace std; /******* All Required define Pre-Processors and typedef Constants *******/ #define SCD(t) scanf("%d",&t) #define SCLD(t) scanf("%ld",&t) #define SCLLD(t) scanf("%lld",&t) #define SCC(t) scanf("%c",&t)...
[ "qnguyen16@huskers.unl.edu" ]
qnguyen16@huskers.unl.edu
d054b4d5a85eea00c22c97ec0522f42901156b0d
c5abcc4ea4d670cbf2322725caa54892ed041d5b
/solving problem/Technique/DFS/Islands in the Data Stream.cpp
6253dda0b77455d68a8887901429137efb649d21
[]
no_license
sngvahmed/Problem
c2682f1b24ca61d090030a5e9fae55346c525b6e
b7dc0a8b94a054ce2e7f4e881c176277c5afda31
refs/heads/master
2020-04-06T04:01:36.419414
2015-03-10T20:29:22
2015-03-10T20:29:22
25,265,073
0
0
null
null
null
null
UTF-8
C++
false
false
1,953
cpp
#include <cstring> #include <string.h> #include <map> #include <deque> #include <queue> #include <stack> #include <sstream> #include <bitset> #include <iostream> #include <iomanip> #include <cstdio> #include <fstream> #include <cmath> #include <cstdlib> #include <ctime> #include <algorithm> #include <vector> #include <...
[ "ahmednasser1993@gmail.com" ]
ahmednasser1993@gmail.com