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
1847cb8cb398126d77922be949fe6966bdd1b580
dc874724d4f9620697ad7ca712b49d27bafed920
/Beginner/EnormousInputTest.cpp
80dd07ece287fbabae61a80df6691f609482d911
[]
no_license
abhishekGoyal274/CodechefPracticeProgram-
c8ec97d4c3f718c7caf1629b673591d3cdbeb037
6c45ccce4d4fb490ae64aec19ce0112a20193fb2
refs/heads/main
2023-07-01T22:05:48.177770
2021-08-14T11:10:39
2021-08-14T11:10:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
356
cpp
#include<iostream> using namespace std; int main(){ int num1; int num2; cin>>num1>>num2; int arr[num1]; for (int i = 0; i < num1; i++) { cin>>arr[i]; } int count = 0; for (int i = 0; i < num1; i++) { if (arr[i] % num2 == 0) { count++; ...
[ "garg2002nipun@gmail.com" ]
garg2002nipun@gmail.com
f72d98bdefdbf6a3c6adca4511da2e1e548d1c43
c4ff0549531983342b89b4ccafab46632ecd4bc5
/Pac-Man/ghostAmbush.cpp
4d268e3bd64a0f6568294fc4d8e37ac04f8d2b7d
[]
no_license
tom1322s/OOPC
30187a4a851869ed014e41f3a86fdf181418c870
a1e38b6ab585c503c915ec7b0a2c2c36c30f45b1
refs/heads/master
2022-03-29T00:36:41.387526
2020-01-19T19:27:12
2020-01-19T19:27:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,331
cpp
// // Created by maciek on 18/01/2020. // #include "ghostAmbush.h" GhostAmbush::GhostAmbush() { homePos = QPoint(13,14); gridPos = QPoint(13,14); moveState = stay; color = Qt::blue; } QPoint GhostAmbush::ghostDestPoint(Avatar *avatar, Grid* grid) { QPoint destPoint = avatar->getGridPos(); Mo...
[ "mpodsedkowski@gmail.com" ]
mpodsedkowski@gmail.com
7d1a528e41dd63d0a7574ed9fea64048a8b7745a
0054ce846b4c2818c31b794b2d03f5bcc53c2e73
/BitStreamParser.cpp
3c380bf4e88ec483d9afb1d5143fd7bc6c6b6694
[]
no_license
yaofangmou/CodePool
8a4ccc971f4275d947ddba01fb0f3d7a46a30923
38a9cb3eec99630cb9fe4460f1e0396da60209a9
refs/heads/master
2023-08-24T21:15:09.270345
2021-11-05T07:13:21
2021-11-05T07:13:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,322
cpp
#include <stdint.h> #include <string.h> #include <assert.h> #include <algorithm> class BitStreamParser { public: BitStreamParser() { mBitPos = 0; mBufferLen = 0; mbitsMask[] = {0x0, 0x1, 0x3, 0x7, 0xF, 0x1F, 0x3F, 0x7F, 0xFF}; } //[TBD] //maybe need a endian parameter for...
[ "kueihua@realtek.com" ]
kueihua@realtek.com
e2c53ef15b82269060563bdcad969d8caf6c4e83
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/cc/layers/image_layer.h
6cd82755bfc4eaa46962d7393e181d0fd2c93399
[ "MIT", "BSD-3-Clause" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
1,819
h
// Copyright 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_LAYERS_IMAGE_LAYER_H_ #define CC_LAYERS_IMAGE_LAYER_H_ #include "cc/base/cc_export.h" #include "cc/layers/content_layer.h" #include "third_par...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
4c99736646bacb8c1c5cbe9dc427bc334afe223d
5f46f7b94395f6586889d6a1062d74745694fa27
/Project/Bin/CSurface.cpp
b88c27eec7c9e90965cf94de9f90570d8d0ee5ab
[]
no_license
phautamaki/Space-Invaders
360d7ce58a708e02b02325be127fcef2a70e5408
d6f06e604246d1b7d8e58f8326889e615372928f
refs/heads/master
2020-12-30T14:56:33.907381
2012-11-30T15:15:04
2012-11-30T15:15:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,950
cpp
//============================================================================== #include "CSurface.h" #include <string> #include "functions.h" //============================================================================== CSurface::CSurface() { } //==================================================================...
[ "niko.laasanen@tut.fi" ]
niko.laasanen@tut.fi
bdbcb26d7690077c9ee8f64d778e2c07f9d41276
688f39e9d3eae8c11556534ae3d7e5209a03cf92
/University_administration.cpp
be03f959babeaa307d2e1172e7e3ddbbcfcfd3a6
[]
no_license
ibrahimfilandra/Cpp-projects
6e46f17a81e897e1d3a589d0c190370a7cccf7d9
48b49cfe86181491fc210adc1ca0f44a2aae9770
refs/heads/main
2023-02-03T07:51:46.726782
2020-12-21T00:38:00
2020-12-21T00:41:04
323,115,061
0
0
null
null
null
null
UTF-8
C++
false
false
14,560
cpp
/* Program that is supposed to be used by university's administration for managing borrowing laptops to students. Implements OOP principles. */ #include <iostream> #include <string> #include <stdexcept> #include <map> class Student { int indexnumber; std::string academic_year, name_surname, address, telephone_...
[ "ibrahim.filandra@gmail.com" ]
ibrahim.filandra@gmail.com
87a29622f173e5b699ee386bb97804e0bef33997
d960c0c39cd4ab9f054887d4b73c25d6abc07b93
/Intro/src/screenTexture.cpp
c45636d4c08a25f1a0739f873210d7f292161fcf
[]
no_license
chicofranchico/cg-finalproject
b3ffa9de86fad37ce990bbed0a76ede35260e7c1
0527c0e3c0876e09895d72d930fb8219aef81ebe
refs/heads/master
2020-04-01T18:29:02.167742
2010-06-02T17:26:44
2010-06-02T17:26:44
32,141,088
0
0
null
null
null
null
UTF-8
C++
false
false
907
cpp
/** * screenTexture.cpp * * Author : Fatih Erol * Date : 28.03.2010 * * All rights reserved. */ // Class declaration include #include "screenTexture.hpp" GRAPHICSLAB_NAMESPACE_BEGIN ScreenTexture::ScreenTexture() : Texture( GL_TEXTURE_RECTANGLE_ARB ) { } void ScreenTexture::init() { } void Scree...
[ "chicofranchico@2b03051f-00de-373a-db7d-3385a0bcc09a" ]
chicofranchico@2b03051f-00de-373a-db7d-3385a0bcc09a
3c94504ff0dc27aad7376e8c27aa2cbcc1f1eba2
70cc31f023808c60d6cb6b864d026ba4bbd23ac9
/chapter9/9.44.cpp
ddc38a7ab303f82dd1eeb7132a573b387c0c3b3f
[]
no_license
hwl19951007/Cpp_Primer_Exercise
5b8b67b974a1b6c4329df4a0e76ed5521cbaec1f
d8b55f0c75e362fa5f9749e7a5a130ea5e8d46b5
refs/heads/master
2020-04-02T13:10:48.858983
2019-08-27T14:02:09
2019-08-27T14:02:09
154,470,738
2
0
null
null
null
null
GB18030
C++
false
false
349
cpp
void func(string &s, const string &oldVal, const string &newVal) { string::size_type pos = 0; auto len = oldVal.size(); while (pos + len - 1 != s.size()) { //如果插入值后,s.size()会变,因此不能把它保存在对象里 if (oldVal == s.substr(pos, len)) { s.replace(pos, len, newVal); pos += len; } else ++pos; } }
[ "hwl1995@foxmail.com" ]
hwl1995@foxmail.com
a37890dca96df8fb24e1e260a63975b8e272e458
78301bd9c18adacbe04c8bfbfaa564bb82c7a2fa
/ServerRoot/server2N/server/include/redis/CCustomRedisManager.cpp
17345c059801616423101fd456608caf3918f275
[]
no_license
warguss/ProjectRTS
8e6e97541ecd859d1cc070ba7df3845683add8cc
aafb027b74ba4e43ba33508d50d403487e3604a0
refs/heads/develop
2021-01-02T23:06:06.952820
2019-07-07T08:46:46
2019-07-07T08:46:46
99,469,456
0
0
null
2019-07-07T08:46:47
2017-08-06T06:48:10
C++
UTF-8
C++
false
false
2,004
cpp
#include "CCustomRedisManager.h" // Init을 한번만 하기위해 다음과 같이 사용 CCustomRedisManager g_redisManager; CCustomRedisManager::CCustomRedisManager() { LOG_DEBUG("CCustomRedisManager()"); _connect = NULL; } CCustomRedisManager::~CCustomRedisManager() { LOG_DEBUG("~CCustomRedisManager()"); } bool CCustomRedisManager::initi...
[ "kuc0104@naver.com" ]
kuc0104@naver.com
ab0e4fe75c66a0ff5c3e39045dcae8d74910ea7c
8e389f896a61cb2abab75616f0f2223aef6eeae7
/identicallists.cpp
a5189b5cb3b0f2becea8530b5e3339bb2aab11b9
[]
no_license
PrateekRanjanSingh/Algorithms
92304ebef9eb9835e7af1906adf9fb7cc3d5332b
0cf2a326da21207e0083fd73e407f412b3910c09
refs/heads/master
2020-04-09T03:02:23.247855
2019-07-31T07:05:26
2019-07-31T07:05:26
159,966,672
0
0
null
null
null
null
UTF-8
C++
false
false
462
cpp
/* Structure of the node of the linked list is as struct Node { int data; struct Node *next; }; */ // Complete this function // return true if two list are identical else return false bool areIdentical(struct Node *head1, struct Node *head2) { // Code here if(head1==NULL && head2==NULL) return tr...
[ "prateekranjansingh@gmail.com" ]
prateekranjansingh@gmail.com
1edc4ff8c6437977ef99690cbd28aafb4b9cd9d0
b43eddbb245e65f57cb4889fbf86a9bbf5d8b45d
/tarefa-com-ponteiro/calculadora-ponteiro.cpp
af553c6535d4d32921d4db66bde6db52769704c3
[]
no_license
pedroermarinho/practice-c-cpp
d77d81112337f69f91fb9dbd9baff09b06c455a9
fcb48ce77f9fc0d8cbf3145448eac4e575601d08
refs/heads/master
2023-05-10T05:39:58.053398
2021-06-04T02:18:27
2021-06-04T02:18:27
291,568,016
0
0
null
null
null
null
UTF-8
C++
false
false
2,604
cpp
/* Calculadora:soma, subtração, multiplicação, divisão e potencia Com ponteiro */ //Pedro Marinho #include <stdio.h> #include <stdlib.h> #include <locale.h> void menu(); void cadastrar(float *num1, float *num2, int op); void soma(float num1, float num2, float *result); void sub(float num1, float num2, float *result)...
[ "pedro.marinho238@gmail.com" ]
pedro.marinho238@gmail.com
d86153778dfd30f2e39c0ed56682aceedcc639a0
13bfcfd7492f3f4ee184aeafd0153a098e0e2fa5
/UVa/10622.cpp
94139df0e85e45b589ba3d92b509868783d6ebe6
[]
no_license
jqk6/CodeArchive
fc59eb3bdf60f6c7861b82d012d298f2854d7f8e
aca7db126e6e6f24d0bbe667ae9ea2c926ac4a5f
refs/heads/master
2023-05-05T09:09:54.032436
2021-05-20T07:10:02
2021-05-20T07:10:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
489
cpp
#include<iostream> #include<cmath> using namespace std; #define OW0 ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0); int f(int n){ for(int i = 2; i < 50000; i++){ if(pow( i, (int)(log10(fabs(n))/log10(fabs(i))+.01)) == n) return (int)(log10(fabs(n))/log10(fabs(i))+.01); if(pow(-i, (int)(log10(fabs(n))/log...
[ "froghackervirus@gmail.com" ]
froghackervirus@gmail.com
3c1bbc3359cc13abd9fc0f4add3da879be5fcd76
125aadd932577dea65634b86692769faca9ef97a
/source/lcppFoundation_unitTests/lcpp/main.cpp
26da1943e3f41ba3cb83772c3247b35a9704ca71
[]
no_license
Manuzor/LispCpp
f4a5904c0d528fee75c79d1703f71a58aed94a1e
d51d5a6b0356bb213d9994c8b782e00799fc025d
refs/heads/master
2021-01-25T09:59:27.752495
2014-10-28T22:51:11
2014-10-28T22:54:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
856
cpp
#include "stdafx.h" #include "cut/testing/unit-test-settings.h" #include <string.h> #include "cut/testing/unit-test-manager.h" bool g_pauseBeforeExit = true; void processArgument(const char* arg) { if(strcmp(arg, "-i") == 0 || strcmp(arg, "--interactive") == 0) { cut::settings().doDebugBreaks = true; ...
[ "mjmaier@gmx.de" ]
mjmaier@gmx.de
adb2f0faa056d5749251cbb9e758f62e81aa7bab
ad94ab3a83a6a78b6fed6c4100c7954f027ce88b
/clashofmonsters-android/Application/Classes/CCRemoveFromParentAction.cpp
5e9d83bc931076cfff8cfc1f5b02576fd5d27bb4
[]
no_license
rbhand/neemlabs
843d8021d58d5c6b93a10ab91208382236bd962f
20256da03059669c8aa7fd005e21905910aaf4a3
refs/heads/master
2021-01-10T04:59:49.921187
2016-03-09T03:16:06
2016-03-09T03:16:06
53,363,376
0
1
null
null
null
null
UTF-8
C++
false
false
1,019
cpp
// // CCRemoveFromParentAction.cpp // ClashOfMonsters // // Created by Vitaliy Ivanov on 7/2/12. // Copyright (c) 2012 Factorial Complexity. All rights reserved. // #include "CCRemoveFromParentAction.h" NS_CC_BEGIN CCRemoveFromParentAction* CCRemoveFromParentAction::create() { CCRemoveFromParentAction* pRet ...
[ "gooooer@gmail.com" ]
gooooer@gmail.com
6da1e1367a4844887d265a0810673e68b1666064
ce80d0da332985ea3aecd0381feae9ea65649a51
/Judges/Uva/11764 - Jumping Mario/jump.cpp
3955b95a512772acae502591020a0559c6e84228
[]
no_license
EstebanFS/Competitive-Programming
e3c1e35073b5a713ba553c2c0548433f7c41aa3c
b154c833098086f69177883c4f38bf58f428186f
refs/heads/master
2022-09-29T22:01:22.692452
2022-09-13T16:15:20
2022-09-13T16:15:20
10,339,018
0
0
null
null
null
null
UTF-8
C++
false
false
874
cpp
//Esteban Foronda Sierra using namespace std; #include <algorithm> #include <iostream> #include <iterator> #include <numeric> #include <sstream> #include <fstream> #include <cassert> #include <climits> #include <cstdlib> #include <cstring> #include <string> #include <cstdio> #include <vector> #include <c...
[ "estebanforondasierra@Estebans-MacBook-Air.local" ]
estebanforondasierra@Estebans-MacBook-Air.local
dcf272b9a0e05a8f758909a00b607e26c50f3cdc
2bf9bd27dc6bc355645170390b5f741f23955c38
/headers/vardeclaration.hpp
58f87ad7ce98114b5c661fc9eeedad5e26dac0e0
[]
no_license
kenshindeveloper/lorena
13a73a98f481f51974865dd35169fb46d6e0c173
86377d6a529a57bccb9ce7014530e607d0c41829
refs/heads/master
2020-03-18T20:35:33.904350
2018-06-23T00:24:44
2018-06-23T00:24:44
135,226,233
0
0
null
null
null
null
UTF-8
C++
false
false
687
hpp
#ifndef VAR_DECLARATION_HPP #define VAR_DECLARATION_HPP #include "statement.hpp" #include "identifier.hpp" #include "expression.hpp" namespace april { class VarDeclaration: public Statement { private: Identifier* ident; Identifier* type; Expression* expr; p...
[ "kenshin.developer@gmail.com" ]
kenshin.developer@gmail.com
fd6ac7d4875d92b827519c5ababe3f0c784ce880
0eee1318da353dbed4c7d16621cb95449796b6a8
/类对象作为类成员.cpp
17e41950368043f11703069820e4ffe5ac3cc0d5
[]
no_license
1193908554/CPP_Practice
4d34a302294db6f4100703d6c6a741691870fdfe
b205dccd718936e6b616edcbe84882b4a80c5b26
refs/heads/master
2023-04-08T04:49:50.035234
2021-04-15T11:32:46
2021-04-15T11:32:46
332,437,701
2
0
null
null
null
null
GB18030
C++
false
false
762
cpp
#include<iostream> #include<string> using namespace std; class Phone { public: Phone(string phone) { cout << "phone构造" << endl; m_PName = phone; } ~Phone() { cout << "phone析构" << endl; } string m_PName; }; //当其他类对象作为本类成员,构造时先构造类对象,然后再构造本身。 //析构时刚好相反。 class Person { public: Person(string name, string PN...
[ "1193908554@qq.com" ]
1193908554@qq.com
ffee5570acb1e03c2cf0201da7fa40ef8ec51533
b2600ed139d29e584c7466c70980afc1ebb2ec84
/SheduleParser/SheduleParser/webloader.cpp
4351f8bcf7c364a90d137b3adad380e07731ef8e
[]
no_license
ksandren/SheduleSrv
e2ba1d497ddf5044ef9a9db1dda67671a7501d72
65589e18fe0f38749c136d70bd5421274234b950
refs/heads/master
2021-01-22T05:34:09.359826
2017-05-28T07:36:21
2017-05-28T07:36:21
92,481,051
1
0
null
null
null
null
UTF-8
C++
false
false
1,506
cpp
#include "webloader.h" #include <QTextCodec> WebLoader::WebLoader(const char *encoding) { codec = QTextCodec::codecForName(encoding); timer = new QTimer(this); manager = new QNetworkAccessManager(this); connect(manager, SIGNAL(finished(QNetworkReply*)), this, SLOT(replyFinished(QNetworkRepl...
[ "ksandren2@gmail.com" ]
ksandren2@gmail.com
860e9c076b73b5949d0460398f033a443dc9f453
f64bd48d28621d94a5c506ffa48763b7ce664c9b
/kaoYan/huffman/huffman.cc
b717f5c5783b69c7d3a162e7b35506820a657f84
[]
no_license
tgni/alg
4c67959bb7d9cbe3e35c51e933084102a1351405
0a79c20a565e7f1302dc1495e42f3a771412d5d6
refs/heads/master
2023-08-31T00:37:45.658343
2023-08-21T09:36:04
2023-08-21T09:36:04
115,578,842
0
0
null
null
null
null
UTF-8
C++
false
false
500
cc
#include <queue> #include <cstdio> using namespace std; priority_queue<int, vector<int>, greater<int>> Q; int main(void) { int n; while (scanf("%d", &n) != EOF) { while (!Q.empty()) Q.pop(); for (int i = 0; i < n; ++i) { int x; scanf("%d", &x); Q.push(x); } int sum = 0; while (Q.size() > 1) ...
[ "tgni@aliyun.com" ]
tgni@aliyun.com
7a7367dc4320258330f05ecec75a3d780e1786bc
1a1cb04f4f832c44a41bc6f0f63c9397fd1bbcd4
/Source/ChanHHrk4.h
88495ce9a8c7c9e9869356fe90d160f100807e4e
[]
no_license
blackhatabhi/graphics.h
aa9866bebd76d0f076106630b9d9fdd76d10c016
6d76573a416a41dd83d853332610abf020461bf0
refs/heads/master
2023-07-02T23:56:22.954077
2021-07-25T13:02:20
2021-07-25T13:02:20
301,773,776
0
0
null
null
null
null
UTF-8
C++
false
false
2,716
h
/************************************************************************** ChanHHrk4.h JJS 9/06/95 derived from CONICAL, the Computational Neuroscience Class Library ChanHH implements a Hodgkin-Huxley form active ion channel. The channel conductance G is equal to M^Mexp * H^Hexp, where M and H ...
[ "abhinavpnp.kumar@gmail.com" ]
abhinavpnp.kumar@gmail.com
c2a8cb7c8e9242cf38f048749622212dd1bdf496
da97b31c0906110b65323deb108e3f193e04126d
/include/Calc/Ast/Expression.hpp
4035d751abaec9d4f047ff6c9ca35fa5446d61e0
[ "MIT" ]
permissive
JCube001/calc-recursive-descent
41d25513c22567806b1e38a10827fc6939fe832f
db8107d210add9bdf12239f4000ddb3b7f79c3df
refs/heads/master
2021-07-24T04:51:50.681974
2020-05-16T18:41:58
2020-05-16T18:41:58
172,412,675
3
0
null
null
null
null
UTF-8
C++
false
false
314
hpp
#ifndef CALC_AST_EXPRESSION_HPP #define CALC_AST_EXPRESSION_HPP #include <Calc/Ast/Visitor.hpp> namespace Calc { namespace Ast { struct Expression { virtual ~Expression() = default; virtual void accept(Visitor& visitor) = 0; }; } // namespace Ast } // namespace Calc #endif // CALC_AST_EXPRESSION_HPP
[ "jacobm117@gmail.com" ]
jacobm117@gmail.com
8f172eaa36bce365bdb2d64e34d437a43dd72569
704bad9ce1bf1703a20f15842c0c51228ed0dffe
/src/Updateable.cpp
d664b46fcf23b7ee11f0a0d0770cbb2226113aea
[ "MIT" ]
permissive
SundeepK/Clone
5846a20e10d3110a1bd84a86208509687c0000f2
7386f8d6f9ebb49babdcc08c3bd5dda701e89e9b
refs/heads/master
2021-01-01T17:42:58.760839
2015-01-31T18:04:12
2015-01-31T18:04:12
19,470,044
0
0
null
null
null
null
UTF-8
C++
false
false
85
cpp
#include "Updateable.h" Updateable::Updateable() { } Updateable::~Updateable() { }
[ "sundeepkahlon@hotmail.com" ]
sundeepkahlon@hotmail.com
c6b231bcdf7d2d9a271012837ae29a57ab0c6ee2
105ac3f78122b133b632c29ed0cf8648f315bf94
/src/liblogger/LogStdoutColor.h
2be1778472e205b366684e0579c50daaecefebf0
[ "MIT" ]
permissive
mistralol/liblogger
cb85c53bcb4753280b6f265e77ef6d9c2caf726c
b9b81bd707a9c83e6ec9a7f802a6fff138bed2ec
refs/heads/master
2020-12-18T13:49:10.833190
2020-02-04T15:41:02
2020-02-04T15:41:02
11,122,237
2
1
null
null
null
null
UTF-8
C++
false
false
264
h
namespace liblogger { class LogStdoutColor : public ILogger { public: LogStdoutColor() { }; virtual ~LogStdoutColor() { }; std::string GetName() const; std::string GetDesc() const; void Log(const LogType Type, const std::string &str); }; };
[ "james@stev.org" ]
james@stev.org
d3dcf1af89746e31d05bf1c243819c22c0510b1c
405c89f5cd2a95aa09a12e00d3745cc7a9d366bb
/hw05/tar.cpp
8d00e095967871acf04edd528ecb4310d953d653
[]
no_license
JohnKraft93/Systems-in-C
056ad47605fd777b5703900e17f9c69be065327a
e3c46ed46bd6282380aa0b9d76c3e79af44681d9
refs/heads/master
2021-01-14T02:06:33.471839
2020-04-28T22:54:34
2020-04-28T22:54:34
242,565,798
0
0
null
null
null
null
UTF-8
C++
false
false
3,294
cpp
#include <stdio.h> #include <sys/stat.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <sys/time.h> #include <utime.h> int main(int argc, char **argv) { if(argc < 3) { fprintf(stderr, "usage: ./mtar -a file.mtar file1 [file2]\n"); fprintf(stderr, "usage: ./mtar -x file.mtar\n"); exit(1); ...
[ "john.kraft@western.edu" ]
john.kraft@western.edu
116c0cfcedcf929b8e390caf813ebc98926141d0
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/net/tools/quic/quic_simple_server_stream_test.cc
eddc1a08b1caafdd934976a2664f9ed317b6664f
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
25,768
cc
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/tools/quic/quic_simple_server_stream.h" #include <utility> #include "base/strings/string_number_conversions.h" #include "base/strings/...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
fe9a90134f8f0f961c5f03cb1d552cc34ea2c774
ba9322f7db02d797f6984298d892f74768193dcf
/openanalytics/src/model/DescribeRegionListRequest.cc
3128cda18037b9937d6468655058a224414b9456
[ "Apache-2.0" ]
permissive
sdk-team/aliyun-openapi-cpp-sdk
e27f91996b3bad9226c86f74475b5a1a91806861
a27fc0000a2b061cd10df09cbe4fff9db4a7c707
refs/heads/master
2022-08-21T18:25:53.080066
2022-07-25T10:01:05
2022-07-25T10:01:05
183,356,893
3
0
null
2019-04-25T04:34:29
2019-04-25T04:34:28
null
UTF-8
C++
false
false
3,027
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "haowei.yao@alibaba-inc.com" ]
haowei.yao@alibaba-inc.com
6e4c1411f2a1132e93ccfb31850dd8c80bbcd6c5
5f8df1b1d087a51581f87e6fe22c6fa17220c533
/test_version/Qt_sbanalyzer_pc/qcustomplot.cpp
2aaea8c6f2315596059e7df768d7848900c798f3
[]
no_license
GruszekG/sbanalyzer
1addb59011bca370d0ac7ebdbe7d9d3cced0f043
646364fb993a6d988b939417041d356b890c6eae
refs/heads/master
2020-05-18T08:18:34.740087
2013-12-03T20:26:35
2013-12-03T20:26:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
517,806
cpp
/*************************************************************************** ** ** ** QCustomPlot, a simple to use, modern plotting widget for Qt ** ** Copyright (C) 2012 Emanuel Eichhammer ** ** ...
[ "grzechomir@interia.pl" ]
grzechomir@interia.pl
7032e1b1cb9316543f496db2defb1ae667fa7870
12b0edcc64a24721e677549084beff9bb7b4dc4c
/src/addrman.h
964234e896c01ecb3d3af01f83fbf0be2f3ea7fc
[ "MIT" ]
permissive
sh-hub/opalcoin
31e144650b92deb7155358c9ff4a6e2f2857ff37
dfb08bc139dc07086a2f5e16fbd9aa312334586d
refs/heads/master
2023-01-06T11:50:53.285320
2020-09-01T14:27:09
2020-09-01T14:27:09
292,020,815
0
0
MIT
2020-09-01T14:29:50
2020-09-01T14:29:50
null
UTF-8
C++
false
false
18,878
h
// Copyright (c) 2012 Pieter Wuille // Copyright (c) 2012-2014 The Bitcoin developers // Copyright (c) 2017-2019 The OPALCOIN developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_ADDRMAN_H #define BITCOIN_A...
[ "69686905+opalcoinnet@users.noreply.github.com" ]
69686905+opalcoinnet@users.noreply.github.com
78e60c5dc106788874ec05048d737086ea00d72b
189f52bf5454e724d5acc97a2fa000ea54d0e102
/ras/fluidisedBed/1.53/k.air
2aea3e50d3848fa641b212fb3bbac99e8c8c847a
[]
no_license
pyotr777/openfoam_samples
5399721dd2ef57545ffce68215d09c49ebfe749d
79c70ac5795decff086dd16637d2d063fde6ed0d
refs/heads/master
2021-01-12T16:52:18.126648
2016-11-05T08:30:29
2016-11-05T08:30:29
71,456,654
0
0
null
null
null
null
UTF-8
C++
false
false
53,902
air
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1606+ | ...
[ "peterbryz@yahoo.com" ]
peterbryz@yahoo.com
e5a3d8f2f7a868f4adc8ccafefefed340bfa52fb
7ba1a08aca63357e47abc428756781d30dc8de24
/week 4/pressureVessel/100/U
11db3fd73e05d44dd0989567749ba1db3b3c30e9
[]
no_license
MrSecrets/Computational-Fluid-Dynamics
208b1d3dcd9018a819cc886b4601c661b19203a3
15fc7bea495a61a885511618bd493df21facd448
refs/heads/main
2023-01-07T20:29:44.212648
2020-11-12T09:33:18
2020-11-12T09:33:18
310,844,803
1
0
null
null
null
null
UTF-8
C++
false
false
1,131,708
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "sreerajsj10@hotmail.com" ]
sreerajsj10@hotmail.com
baace6eae2b8c9756a3fc5761acdb03712f88809
19d578162e83e2c442bfc7d094ced039875031c0
/iOSBuild1.4/Classes/Native/com.unity.multiplayer-hlapi.Runtime1.cpp
c2f31b42e57fb6c6182367f12535235792f7529e
[]
no_license
usnistgov/VuforiaMobileApp
809e6f01e9e2dbcfb0a24616e63101dd5a730076
0b0ec552e16b12c42b0d59a93da5527985bc5880
refs/heads/master
2021-01-03T14:26:23.320618
2020-02-12T20:33:09
2020-02-12T20:33:09
240,105,953
0
0
null
null
null
null
UTF-8
C++
false
false
1,964,420
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template ...
[ "pscrvr@PSCR-VRs-MacBook-Pro.local" ]
pscrvr@PSCR-VRs-MacBook-Pro.local
953fad71a8718254cf06c8f2ea02470f784afc43
1a469959f56cadab86d0ee8dcb4f87af1af64410
/Codeblock/TestClass/include/train.hpp
c43138e157955e032a00e8cba51ea9d92fca3945
[]
no_license
denischmielewski/test
921cf027b2ade01f42c647239859f3f27d451409
9fbde28b7171b04bc9982749a51ecb1b91359d2a
refs/heads/master
2020-05-14T17:33:24.279737
2015-07-14T14:29:12
2015-07-14T14:29:12
32,296,819
0
0
null
null
null
null
UTF-8
C++
false
false
184
hpp
#ifndef TRAIN_HPP #define TRAIN_HPP class train { public: const int i{0}; train(); virtual ~train(); protected: private: }; #endif // TRAIN_HPP
[ "denis.chmielewski@gmail.com" ]
denis.chmielewski@gmail.com
2f8ce0047c02d88b296108b5b27879874d6a3d60
e6e8afc50e57dd58af6dff75f9f645593984db5f
/d02_variable.cpp
e59a1d7d431266c2e4d7d59ccd13ac74faec6eff
[]
no_license
thuyle2000/2109.M1
f7e10e3d9d1f0a79e26d2882729fa9f948737200
4492f99ef1848d84999ec79161da49c809d8ae96
refs/heads/main
2023-08-19T10:36:47.718539
2021-10-19T14:36:32
2021-10-19T14:36:32
410,176,096
1
0
null
null
null
null
UTF-8
C++
false
false
525
cpp
#include <stdio.h> int main() { printf("Hello, Welcome to C Language! \n"); // \n: ky hieu dieu khien xuong dong //khai bao bien bo nho ten [a], kieu so nguyen, va gan cho bien a = 100 int a = 100; //khai bao bien bo nho ten [b], kieu so thuc-6 so le, va gan b = 3.1415 float b = 3.1415; //khai bao bien bo nho...
[ "thuyle2000@gmail.com" ]
thuyle2000@gmail.com
98d2a4f9d41f692a6e035a1b309ad451fd2ebd74
501a144b41d45fd235cfd5c23c738600bc53cb55
/include/MyCal.hxx
175f83e18b5646182d6e9359925f15068a2829f1
[]
no_license
dtran65/mycal
7fc7d226a623e35cf7728263c4e386d9b0d53e00
8a84e3385a53146fb6c0aaebc2cc09f07f8591b1
refs/heads/master
2020-06-02T12:44:48.422736
2014-07-28T15:56:41
2014-07-28T15:56:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
287
hxx
#ifndef MYCAL_HXX #define MYCAL_HXX #include <iostream> using namespace std; class MyCal { public: void showAdding(); private: void showFirstNumber(); void showSecondNumber(); int firsNumber; double secondNumber; }; #endif // MYCAL_HXX
[ "dtran@parasoft.com" ]
dtran@parasoft.com
e95eac30e3a08a92e0bcc1ccb4448b0757235f50
5aa80aab7a75d76b0aa838bf8f74a276a12c876e
/src/bgp/test/svc_static_route_intergration_test2_2.cc
d3adbb40a33e004d1556859c533eb8617830862d
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
tungstenfabric/tf-controller
83b6d58afadb5697b540b5345711a5b2af90d201
f825fde287f4eb2089aba2225ca73eeab3888040
refs/heads/master
2023-08-28T02:56:27.329584
2023-08-20T12:15:38
2023-08-20T12:31:34
231,070,970
55
29
Apache-2.0
2023-07-23T01:38:17
2019-12-31T10:24:38
C++
UTF-8
C++
false
false
393
cc
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #define __SERVICE_CHAIN_STATIC_ROUTE_INTEGRATION_TEST_WRAPPER_TEST_SUITE__ #include "svc_static_route_intergration_test2.cc" int main(int argc, char **argv) { const char *largv[] = { __FILE__, "--enable-aggregate", }; ...
[ "andrey-mp@yandex.ru" ]
andrey-mp@yandex.ru
6ac84abd4b4602324f55cfaee69687b564eb2f86
0149a18329517d09305285f16ab41a251835269f
/Contest Volumes/Volume 112 (11200-11299)/UVa_11254_Consecutive_Integers.cpp
2587d2e7c99946cb04cf2341ee208ac17aeb3708
[]
no_license
keisuke-kanao/my-UVa-solutions
138d4bf70323a50defb3a659f11992490f280887
f5d31d4760406378fdd206dcafd0f984f4f80889
refs/heads/master
2021-05-14T13:35:56.317618
2019-04-16T10:13:45
2019-04-16T10:13:45
116,445,001
3
1
null
null
null
null
UTF-8
C++
false
false
1,397
cpp
/* UVa 11254 - Consecutive Integers To build using Visual Studio 2012: cl -EHsc -O2 UVa_11254_Consecutive_Integers.cpp */ /* Polite number (https://en.wikipedia.org/wiki/Polite_number) In number theory, a polite number is a positive integer that can be written as the sum of two or more consecutive positive inte...
[ "keisuke.kanao.154@gmail.com" ]
keisuke.kanao.154@gmail.com
aa118f7fdc509484706679ab44ef5b0d2aec1c33
9d79d26f7e81ed825cb36f322301e1f0cced0862
/Lesson9/build-Calculator-Desktop-Debug/moc_widget.cpp
5a4c68d87c933a219070e4a03e2db4099f83a510
[]
no_license
mamanain/QT_tutorial
e45341d70fd068eafef31b5d6c151685e198760a
60c00f2af0952bb10131b96046ff72f0b25c1b2e
refs/heads/master
2022-06-08T02:15:35.305321
2017-02-12T19:28:38
2017-02-12T19:28:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,859
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'widget.h' ** ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6) ** ** WARNING! All changes made in this file will be lost! **************************************************************...
[ "maximmanainen@gmail.com" ]
maximmanainen@gmail.com
f5cbde92c4c65051c4a1fc98850daf5b91cebb86
95af30732ebaa40f170ad127bd63a2cb15a08722
/Code/lecture-15-codes/strok_imp.cpp
73e1ca882184ec0667237b115fb84563853e166f
[]
no_license
tanyag330/CodingProblems
5df5dd0dd7383d68e7cfeefc8b6040b7cd8ef138
e7a248d4ff26988dc1eac13ab85d9a76493f7b45
refs/heads/master
2021-01-01T20:09:37.936947
2017-07-30T07:09:19
2017-07-30T07:09:19
98,781,391
0
0
null
null
null
null
UTF-8
C++
false
false
693
cpp
#include<iostream> using namespace std; char* mystrtok( char str[], char delim){ static char*input = NULL; if(str!=NULL) { input = str; } if(input==NULL){ return NULL; } int i=0; char *output = new char[strlen(input) + 1]; for(i=0;input[i]!='\0';i++){ if(input[i]==delim){ //Kuch kaam krna hai ...
[ "tanyag330@gmail.com" ]
tanyag330@gmail.com
82bb9b0fe3a70e3ff6eefb35227211aa0e108989
8a18743c793563d39790f17242e6027dfa22e3ec
/cpp/src/main/objectives/ObjectiveListRank.cpp
31e5a3e5425ba78c2bf4b2d6f751497a130f482b
[ "Apache-2.0" ]
permissive
fbobee/Alpenglow
f218cae67b409e5191a12fdec8c5b21490a2a4a8
5f956511017c1bee72390aaecd964c04d8ad4b45
refs/heads/master
2022-01-24T22:26:58.817574
2019-08-09T08:34:38
2019-08-09T08:34:38
104,466,570
0
0
Apache-2.0
2019-08-09T08:34:41
2017-09-22T11:22:19
C++
UTF-8
C++
false
false
1,082
cpp
#include "ObjectiveListRank.h" vector<double> ObjectiveListRank::get_gradient(vector<RecPred>* _predictions){ predictions = _predictions; clear(); compute_gradients(); return gradients; } void ObjectiveListRank::compute_gradients(){ int idx = 0; for (vector<RecPred>::iterator it = predictions->begin(); it...
[ "fbobee@info.ilab.sztaki.hu" ]
fbobee@info.ilab.sztaki.hu
2bb27811e7b87d21f0dfdc5a7ee5c9c6cbcaee41
68ec2c04d3e5574488be5e6da7150bd55384b1bc
/2_2.cpp
f98fe0e7c6b1aab78595ef941682c1e95dd5c6e7
[]
no_license
Rp-sushil/meAMC14203
cba707f374578ac21e0ef24d418ca58bba54cf19
6dfde6065d0829588790186c4e9230553a52228a
refs/heads/master
2020-11-25T03:40:25.677084
2020-02-06T06:42:51
2020-02-06T06:42:51
228,485,785
0
0
null
null
null
null
UTF-8
C++
false
false
1,431
cpp
#include<iostream> using namespace std; template <typename type> class queue{ public: queue(int); ~queue(); bool enqueue(type item); bool dequeue(type& item); void display(); private: type* data_value; int front, back, capacity; }; template <typename type> queue<type>::queue(int cap){ capacity = cap;...
[ "sushil.18je0861@am.iitism.ac.in" ]
sushil.18je0861@am.iitism.ac.in
896ada91ae833226a0d4dc86ab8c3d8c726ce359
b012b15ec5edf8a52ecf3d2f390adc99633dfb82
/releases/moos-ivp-13.5/ivp/src/uFunctionVis/FV_Model.cpp
c4e6c313d990c25c5eb6956fda3fe94c85081b9f
[]
no_license
crosslore/moos-ivp-aro
cbe697ba3a842961d08b0664f39511720102342b
cf2f1abe0e27ccedd0bbc66e718be950add71d9b
refs/heads/master
2022-12-06T08:14:18.641803
2020-08-18T06:39:14
2020-08-18T06:39:14
263,586,714
1
0
null
null
null
null
UTF-8
C++
false
false
4,957
cpp
/*****************************************************************/ /* NAME: Michael Benjamin, Henrik Schmidt, and John Leonard */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: FV_Model.cpp */ /* DATE: Sep 24th 2006 ...
[ "zouxueson@hotmail.com" ]
zouxueson@hotmail.com
c92bb8fdf617613c539b93109169497f8b951b2a
374748b4e16b09ce87fda60522cc1ef9e5f0b78d
/BAA-2019/BAA-2019/PolishNotation.cpp
387ec705eb56f8f287bbc70f25ea335627db546b
[]
no_license
Arcuman/BAA-2019-CW
322b7112fe53574927012e021c472cdbb0593ce5
2900b76a1c81b5f89fcf6fb7692d5cf4d5d71887
refs/heads/master
2020-09-27T12:48:55.178210
2019-12-31T09:05:10
2019-12-31T09:05:10
226,518,668
0
1
null
null
null
null
WINDOWS-1251
C++
false
false
6,987
cpp
#include "pch.h" using namespace std; namespace Polish { int getPriority(unsigned char e) { switch (e) { case LEX_LEFTHESIS: case LEX_RIGHTTHESIS: return 0; case LEX_COMMA: return 1; case LEX_PLUS: case LEX_MINUS: return 2; case LEX_STAR: case LEX_DIRSLASH: case LEX_PROCENT: return 3; default: return -...
[ "anton.arcuman.borisov@gmail.com" ]
anton.arcuman.borisov@gmail.com
d3e7b91a3a58fd46df9310ce6162cc906e65d0af
03424459a2c346d2ac9304c4365b3f16ad00f804
/kwm/vspace.h
6c0e6daa7b3fa8026cb17b109e07d09a1003b27e
[ "MIT" ]
permissive
gustafa/kwm
3444c631ebb396cc367411693561e02dd28add65
f93ec85793ffc348ed29d82cf26b363751d824ba
refs/heads/master
2020-07-04T21:01:46.846851
2016-11-18T15:59:45
2016-11-18T15:59:45
74,141,550
0
0
null
2016-11-18T15:25:48
2016-11-18T15:25:48
null
UTF-8
C++
false
false
384
h
#ifndef VSPACE_H #define VSPACE_H #include "display.h" #include "space.h" #include "cursor.h" #include <unordered_map> #include "types.h" void AddVspace(std::string VspaceID); void DeleteVspace(std::string VspaceID); void MoveVspaceToDisplay(ax_display *Display, std::string VspaceID); void MoveWindowToVspace(ax_displ...
[ "ghelgesson@linkedin.com" ]
ghelgesson@linkedin.com
14fed1f592b8a68eb0f3e5b94a55da11fda4c711
d05a862686a52bdfa8f10a66072742ab238a063f
/LCD.hpp
8b2fd72e477b3bfa66367c1f07635df1052a91f6
[]
no_license
HackerspaceKRK/refrigerator-regulator
249d84b1705503fb077bc6762f4ce2ee55751f23
243713c6f8492f540a8d6e6f3be925bef1f652b2
refs/heads/master
2021-08-28T01:20:07.778858
2017-12-11T02:13:30
2017-12-11T02:13:30
106,878,819
0
0
null
null
null
null
UTF-8
C++
false
false
41
hpp
void TaskPrintToLCD(void *pvParameters);
[ "jakub.kramarz@freshmail.pl" ]
jakub.kramarz@freshmail.pl
49d434e6dfc5846ca8ce353d4b38375d950af05a
0a22e60d5c84e5d202988fc5ef46660477296127
/FACEmatching/naImgWidget.cpp
bcf3756b76584a2f963bd91d2b17d81ee54cbe62
[]
no_license
niklasniklas/VideoForensics_test
13cddafcec36f29f5dba1f372617ac9d5f733768
329d6505d804f687c67a63d9ad0bff6f73ec3ca5
refs/heads/master
2021-01-24T14:55:56.543622
2016-12-13T20:58:26
2016-12-13T20:58:26
68,684,443
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
2,815
cpp
#include "naImgWidget.h" //#include <opencv2/objdetect/objdetect.hpp> //#include <opencv2/highgui/highgui.hpp> //#include <opencv2/imgproc/imgproc.hpp> #include <iostream> #include <stdio.h> naImgWidget::naImgWidget(QWidget *parent) : QWidget(parent) { ui.setupUi(this); // std::string face_cascade_name = "E:\\7.DE...
[ "niclas@appleby.se" ]
niclas@appleby.se
108f382f428c4e44332a2138a63cd0194a61fd09
12a5aefe568c3b9f2ba77aa5112b7232bbc13cdf
/编程习题/数据结构/8_27.cpp
88bbef60f27f9708cc452d8164aa22a055e3fd7d
[]
no_license
xuefengsi/atom-C-algorithm
2b29b81855efebc929d603f1000362cee8ce5740
fd7432f1edc170f3c6e1f4c28f3a76b07045a092
refs/heads/master
2021-05-15T14:28:05.566336
2017-10-17T03:42:56
2017-10-17T03:42:56
107,207,629
0
0
null
null
null
null
GB18030
C++
false
false
1,423
cpp
/*#include<iostream> using namespace std; int calcMonoSum(int A[], int n) { // write code here int i,j,sum=0; for(i=n-1;i>0;i--) { for(j=i-1;j>=0;j--) { if(A[j]<=A[i]) { sum += A[j]; }...
[ "32857959+xuefengsi@users.noreply.github.com" ]
32857959+xuefengsi@users.noreply.github.com
73631c6f25211403e10cec67fcc56a6d8ad49c94
e1e43f3e90aa96d758be7b7a8356413a61a2716f
/commsconfig/commsdatabaseshim/TE_commdb/inc/step_056_xx.h
dde954dce42ddfbce115cba1e43b4ced764295f6
[]
no_license
SymbianSource/oss.FCL.sf.os.commsfw
76b450b5f52119f6bf23ae8a5974c9a09018fdfa
bc8ac1a6d5273cbfa7852bbb8ce27d6ddc076984
refs/heads/master
2021-01-18T23:55:06.285537
2010-10-03T23:21:43
2010-10-03T23:21:43
72,773,202
0
1
null
null
null
null
UTF-8
C++
false
false
923
h
/* * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.h...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
8ead2d6fab66081162c14819645626667983a38f
7b46f4140b078c5cb7954b6735fff6a31e2e7751
/aten/src/ATen/miopen/Descriptors.h
f174144c291637376a1c9cbb8ac270df5f79ec48
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "Apache-2.0", "BSD-2-Clause" ]
permissive
jcjohnson/pytorch
f704a5a602f54f6074f6b49d1696f30e05dea429
ab253c2bf17747a396c12929eaee9d379bb116c4
refs/heads/master
2020-04-02T15:36:09.877841
2018-10-24T21:57:42
2018-10-24T22:02:40
101,438,891
8
2
NOASSERTION
2018-10-24T21:55:49
2017-08-25T20:13:19
Python
UTF-8
C++
false
false
4,206
h
#pragma once #include "Exceptions.h" #include "miopen-wrapper.h" #include <ATen/ATen.h> #include <ATen/TensorUtils.h> namespace at { namespace native { inline int dataSize(miopenDataType_t dataType) { switch (dataType) { case miopenHalf: return 2; case miopenFloat: return 4; default: return 8; } } ...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
1d88029cbb779470ac070868e65d785b8d8f6128
b91e7e8579e52cb69d89f21d64d0773d3177f8df
/compression/compresseur/median_cut.h
b02a809437cb120f0a5914531eda51340c7be422
[]
no_license
znoraka/master2
e9a75bcf3ec4df11a0d099af10e942edcbdb0a78
1cd089cfb107fdcf48e7b6d1e6460cfb1177bc36
refs/heads/master
2020-05-19T16:53:29.614773
2016-01-12T16:34:12
2016-01-12T16:34:12
42,444,298
1
0
null
null
null
null
UTF-8
C++
false
false
1,807
h
/* The authors of this work have released all rights to it and placed it in the public domain under the Creative Commons CC0 1.0 waiver (http://creativecommons.org/publicdomain/zero/1.0/). THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF...
[ "znoraka@gmail.com" ]
znoraka@gmail.com
5f8a49735a0e7346fd0136157427b8f2addc6744
466cf6ff5ef290e0a4d1182320f0527957941686
/stealth/stealth/unknownrequest.cc
72e1be0211e6c28ce63a1a8641b16738ac5dee7a
[]
no_license
fbb-git/stealth
363dc6ddd6487b7b0450c7a8afe047466305476e
fdf4f1e9a7174628684cca5b1f63ded739795630
refs/heads/master
2021-01-17T11:20:16.709134
2018-06-25T13:06:38
2018-06-25T13:06:38
41,321,697
13
1
null
null
null
null
UTF-8
C++
false
false
236
cc
#include "stealth.ih" string Stealth::unknownRequest() { ostringstream msg; string ret("unknown request"); msg << "received " << ret; m2 << msg.str() << endl; *d_report << msg.str() << endl; return ret; }
[ "f.b.brokken@rug.nl" ]
f.b.brokken@rug.nl
ef910966ed5b46cac574b55deb0773f3aedfb0cc
4d558405ea02ad8fafb62e6c29be602e6c8bfec9
/libcef/browser/printing/print_dialog_linux.h
dc10ecd969cc1b429f90bef46b201db20a0ff16f
[ "BSD-3-Clause" ]
permissive
alphawqt/cef
eceb021d19dbaacdfee21f0a39fe4bb8164a1b62
b220672c420ab93a53607d6b213f5e940e0594ed
refs/heads/master
2020-03-09T16:54:22.101760
2018-04-02T21:17:40
2018-04-02T21:17:40
128,897,009
1
0
null
2018-04-10T08:08:07
2018-04-10T08:08:07
null
UTF-8
C++
false
false
3,325
h
// Copyright (c) 2014 The Chromium Embedded Framework Authors. // Portions 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 LIBCEF_BROWSER_PRINTING_PRINT_DIALOG_LINUX_H_ #define LIBCEF_BROWSER_P...
[ "magreenblatt@gmail.com" ]
magreenblatt@gmail.com
f634b61e00715817467da06b3641845b2ebc468f
6aeccfb60568a360d2d143e0271f0def40747d73
/sandbox-branches/geometry/index/test/rtree/generated/rtree_p3f_rstar_dyn.cpp
a6776e1c5af513c959274cf8ccd0009f533f6427
[]
no_license
ttyang/sandbox
1066b324a13813cb1113beca75cdaf518e952276
e1d6fde18ced644bb63e231829b2fe0664e51fac
refs/heads/trunk
2021-01-19T17:17:47.452557
2013-06-07T14:19:55
2013-06-07T14:19:55
13,488,698
1
3
null
2023-03-20T11:52:19
2013-10-11T03:08:51
C++
UTF-8
C++
false
false
537
cpp
// Boost.Geometry Index // Unit Test // Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. // Use, modification and distribution is subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include <rtree/test_rtree.hpp> #i...
[ "adam.wulkiewicz@gmail.com" ]
adam.wulkiewicz@gmail.com
809e055b59f1bb727e30718036f2a9279268f15e
e841779fe53900ff0f9b82371d669bab965339c0
/Botan-1.8.11/doc/examples/make_prime.cpp
eaff1867f3dd0619d76d13c08fa2079f32055d24
[ "BSD-2-Clause-Views", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
kisscool-fr/php_botan
ecf4496f3816ff2b59f610a5149a3a428c0353d4
2c10cebf79862e554284140d1dfc72e5f025748f
refs/heads/master
2016-09-03T06:41:22.010247
2011-07-13T10:07:57
2011-07-13T10:07:57
2,041,215
0
1
null
null
null
null
UTF-8
C++
false
false
1,649
cpp
#include <botan/numthry.h> #include <botan/auto_rng.h> #include <botan/botan.h> using namespace Botan; #include <set> #include <iostream> #include <iterator> #include <map> int main() { Botan::LibraryInitializer init; AutoSeeded_RNG rng; std::set<BigInt> primes; std::map<int, int> bit_count; int...
[ "kisscool@.(none)" ]
kisscool@.(none)
026edcb435592865cd101414887513a0fd5d641a
b28305dab0be0e03765c62b97bcd7f49a4f8073d
/media/mojo/clients/mojo_cdm_factory.cc
4250576b07114feb05296f832b18b27bd4e22b9f
[ "BSD-3-Clause" ]
permissive
svarvel/browser-android-tabs
9e5e27e0a6e302a12fe784ca06123e5ce090ced5
bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f
refs/heads/base-72.0.3626.105
2020-04-24T12:16:31.442851
2019-08-02T19:15:36
2019-08-02T19:15:36
171,950,555
1
2
NOASSERTION
2019-08-02T19:15:37
2019-02-21T21:47:44
null
UTF-8
C++
false
false
2,718
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/mojo/clients/mojo_cdm_factory.h" #include "base/bind.h" #include "base/location.h" #include "base/single_thread_task_runner.h" #include "...
[ "artem@brave.com" ]
artem@brave.com
f6bfee2e968efc8d939e9278384469e73f13e824
97924e967ec6f4d0d9e9ba3dc9e9bf6275072546
/code_forces/code.cpp
51b10f93e0c24b53cd5ec78cb9d170bdf38fd63d
[]
no_license
rsunny/competitive_programming
6ac9a3a5e0cc04637e12ed1bf6e3a08599c5d88e
298ffd2e21f80d83bca48b0a7552dc5c64d0825d
refs/heads/master
2020-03-26T01:00:22.436463
2018-08-11T02:20:17
2018-08-11T02:20:17
144,348,085
0
0
null
null
null
null
UTF-8
C++
false
false
2,469
cpp
#include <map> #include <set> #include <list> #include <cmath> #include <ctime> #include <deque> #include <queue> #include <stack> #include <string> #include <bitset> #include <cstdio> #include <limits> #include <vector> #include <climits> #include <cstring> #include <cstdlib> #include <fstream> #include <numeric> #inc...
[ "prasanthsunny@PrasantunnysAir.lan" ]
prasanthsunny@PrasantunnysAir.lan
c1a8423f309b42340ec9fa6b5fe68f2f294ab5b1
addf488ba98b8d09b0c430779ebd2649d29a3fea
/kdepim/karm/desktoptracker.h
fee7a026fa677a358c28e4da207de0d4a5575f21
[]
no_license
iegor/kdesktop
3d014d51a1fafaec18be2826ca3aa17597af9c07
d5dccbe01eeb7c0e82ac5647cf2bc2d4c7beda0b
refs/heads/master
2020-05-16T08:17:14.972852
2013-02-19T21:47:05
2013-02-19T21:47:05
9,459,573
1
0
null
null
null
null
UTF-8
C++
false
false
1,283
h
#ifndef KARM_DESKTOP_TRACKER_H #define KARM_DESKTOP_TRACKER_H #include <vector> #include <kwinmodule.h> #include "desktoplist.h" class Task; class QTimer; typedef std::vector<Task *> TaskVector; const int maxDesktops = 20; /** A utility to associate tasks with desktops * As soon as a desktop is activated/left -...
[ "rmtdev@gmail.com" ]
rmtdev@gmail.com
ccd59656b03f679489f7f244d26c95c2976e5035
9c5a7750e380f9e882c8e2c0a379a7d2a933beae
/LDS/SelCurDesignFaceDlg.cpp
acf3f72192322af5b55f3dc21ffae0a8c93bb371
[]
no_license
presscad/LDS
973e8752affd1147982a7dd48350db5c318ed1f3
e443ded9cb2fe679734dc17af8638adcf50465d4
refs/heads/master
2021-02-15T20:30:26.467280
2020-02-28T06:13:53
2020-02-28T06:13:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,037
cpp
// SelCurDesignFaceDlg.cpp : implementation file // #include "stdafx.h" #include "LDS.h" #include "SelCurDesignFaceDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CSelCurDesignFaceD...
[ "wxc_sxy@163.com" ]
wxc_sxy@163.com
cb1aa2a765cc15566db1685861b7c27157c5b8ab
15f0514701a78e12750f68ba09d68095172493ee
/C++/930.cpp
c2d1536c39321b30db0a7539000901ab1b8978af
[ "MIT" ]
permissive
strengthen/LeetCode
5e38c8c9d3e8f27109b9124ae17ef8a4139a1518
3ffa6dcbeb787a6128641402081a4ff70093bb61
refs/heads/master
2022-12-04T21:35:17.872212
2022-11-30T06:23:24
2022-11-30T06:23:24
155,958,163
936
365
MIT
2021-11-15T04:02:45
2018-11-03T06:47:38
null
UTF-8
C++
false
false
1,630
cpp
__________________________________________________________________________________________________ sample 16 ms submission class Solution { public: int numSubarraysWithSum(vector<int>& A, int S) { ios_base::sync_with_stdio(false); cin.tie(NULL); vector <int> sum(A.size(),0); vector<i...
[ "strengthen@users.noreply.github.com" ]
strengthen@users.noreply.github.com
d7233673790ce3c979cdd0869ec27221064517fd
37bc555e3753cafd754b5d790f184d2ec8960935
/basichashing/perfectpair.cpp
67d2dc3c823bdbc72778520531ea5dc184c64ba2
[]
no_license
samfubuki/striver-cp-problems
0c59bac6e67290790186c62a6ab0e06f6f7cb3ad
420d338753518c3f9fc488a3f87ced6e7f94b06a
refs/heads/main
2023-07-15T19:33:47.246046
2021-08-29T18:40:59
2021-08-29T18:40:59
401,115,033
0
0
null
null
null
null
UTF-8
C++
false
false
604
cpp
#include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; while(t--) { int n; cin>>n; int ans = 0; int freq[1001] = {0}; int arr[n]; for(int i=0;i<n;i++) { cin>>arr[i]; freq[arr[i]]++; } for(int i=1;i<1001;i++) { for(int j=i;j<1001;j++) { int square,cube; ...
[ "pbhardwaj.preet@gmail.com" ]
pbhardwaj.preet@gmail.com
42a906876bde06aeeb051798c5be5857287a32c3
f62fb6eaafdfebe0453afe9a6a002181b396df3a
/CS312-Analysis_Of_Algorithms/hw/graph_proj/LabeledGraph.cxx
b41e51dcccfaeaa50c653b624b3a386c3f63105a
[]
no_license
ElvisRodriguez/Courses
5a74e56c47dd729eae8463b21c75d7f801ddb2da
93b5a1e4e2f821d6537fbd31c065ca12d0daab40
refs/heads/master
2021-08-19T11:20:32.105208
2021-06-16T17:23:55
2021-06-16T17:23:55
201,683,974
1
0
null
null
null
null
UTF-8
C++
false
false
6,541
cxx
#include <algorithm> #include <iostream> #include <fstream> #include <map> #include <queue> #include <set> #include <stack> #include <string> #include <unordered_map> #include <unordered_set> #include <vector> #include "LabeledGraph.h" using namespace std; LabeledGraph::LabeledGraph(string filename) { nedges = 0; ...
[ "elvisrodriguez1992@gmail.com" ]
elvisrodriguez1992@gmail.com
6db49c01b0e2f42be2b954b3ec4cb0db0bbd842c
38c10c01007624cd2056884f25e0d6ab85442194
/tools/gn/function_get_path_info_unittest.cc
5a8c4550a3b2c7d6a743bc03279578545cb408a9
[ "BSD-3-Clause", "GPL-2.0-only", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-unknown", "MIT" ]
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,178
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "testing/gtest/include/gtest/gtest.h" #include "tools/gn/functions.h" #include "tools/gn/test_with_scope.h" namespace { class GetPathInfoTest :...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
b9e66b51c1c9fbc1ea68c2156db4eddf4cb96abb
d2ccf1b3877985ca79945f521aca6639fa1f092a
/OGDFDrawer/Main.cpp
6f2f3e16b9f2d081517eb4247010f9b0f72e3123
[]
no_license
felicedeluca/OGDFTools
dce008a520a9d9acc1cca84282a2768e4e7659d8
07c2c1624f44aba1b5ab1ad4a2e2738a6962aef8
refs/heads/master
2021-01-19T05:36:27.980993
2019-04-24T02:18:56
2019-04-24T02:18:56
61,126,521
1
0
null
null
null
null
UTF-8
C++
false
false
3,965
cpp
#include <dos.h> #include <stdio.h> #include <conio.h> #include <sstream> //for std::istringstream #include <iostream> #include <fstream> #include <Drawer.h> #include <BundleGenerator.h> #include <Converter.h> char* getCmdOption(char ** begin, char ** end, const std::string & option) { char ** itr ...
[ "felicedeluca@me.com" ]
felicedeluca@me.com
5dfbcbd50f79e3e46a8cc7dfdf8d546d1e8d1998
527739ed800e3234136b3284838c81334b751b44
/include/RED4ext/Types/generated/game/AppearancesReadyTPPRepresentationEvent.hpp
a71d97ee013d87c82cebd0d75673219b168aea38
[ "MIT" ]
permissive
0xSombra/RED4ext.SDK
79ed912e5b628ef28efbf92d5bb257b195bfc821
218b411991ed0b7cb7acd5efdddd784f31c66f20
refs/heads/master
2023-07-02T11:03:45.732337
2021-04-15T16:38:19
2021-04-15T16:38:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
678
hpp
#pragma once // This file is generated from the Game's Reflection data #include <cstdint> #include <RED4ext/Common.hpp> #include <RED4ext/REDhash.hpp> #include <RED4ext/Types/generated/red/Event.hpp> namespace RED4ext { namespace game { struct AppearancesReadyTPPRepresentationEvent : red::Event { static constex...
[ "expired6978@gmail.com" ]
expired6978@gmail.com
d3c1f50a5d58174fa10495f44a9c928da761bc4b
d0fb46aecc3b69983e7f6244331a81dff42d9595
/alidns/src/model/DeleteDnsGtmAddressPoolRequest.cc
ffc696515406be2761aee556d5f77201b8657d54
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,816
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
70d9d8253fd22b2970d9a3c87e1d70ead2548a72
66880b4c06bf662d058b1184642e9f052779ea9e
/art/runtime/mirror/art_field.h
029bd5ae9244d5b3a35d8d7a5418aabc2ab300cc
[]
no_license
ParkHanbum/dex2ir
afa195163a048efa01c1cbd44c90ffd84565d053
a4cc0fe939146ca258c50a6b52b8fa09313f5eb4
refs/heads/master
2022-07-02T20:28:19.323269
2022-05-30T09:22:33
2022-05-30T09:22:33
247,693,944
51
16
null
null
null
null
UTF-8
C++
false
false
6,652
h
/* * Copyright (C) 2011 The Android Open Source Project * * 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 app...
[ "kese111@gmail.com" ]
kese111@gmail.com
e9d644f4114e119eca7e342cbd27a7e6cd799797
d93159d0784fc489a5066d3ee592e6c9563b228b
/FWCore/Framework/interface/LuminosityBlockForOutput.h
8e877fad089662607eaf45d208d4838dacd22595
[]
permissive
simonecid/cmssw
86396e31d41a003a179690f8c322e82e250e33b2
2559fdc9545b2c7e337f5113b231025106dd22ab
refs/heads/CAallInOne_81X
2021-08-15T23:25:02.901905
2016-09-13T08:10:20
2016-09-13T08:53:42
176,462,898
0
1
Apache-2.0
2019-03-19T08:30:28
2019-03-19T08:30:24
null
UTF-8
C++
false
false
2,132
h
#ifndef FWCore_Framework_LuminosityBlockForOutput_h #define FWCore_Framework_LuminosityBlockForOutput_h // -*- C++ -*- // // Package: Framework // Class : LuminosityBlockForOutput // /**\class LuminosityBlockForOutput LuminosityBlockForOutput.h FWCore/Framework/interface/LuminosityBlockForOutput.h Descriptio...
[ "wmtan@fnal.gov" ]
wmtan@fnal.gov
23e35ad97de621998a63fbde4dec527c54ef2ae0
5c2d14e98dda5accc5aaaf180b34f6e49f53099b
/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
741c5f6300d6c966ce32af3673cb7b6597884e79
[]
no_license
golems/rst
0294118296cb91a08c861d2054c8cd0d9caf5914
a6277c267b6c680cb7e64670386f10c88f4f8248
refs/heads/master
2021-01-25T07:11:47.425258
2013-05-02T21:53:46
2013-05-02T21:53:46
1,197,812
1
1
null
null
null
null
UTF-8
C++
false
false
15,427
h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // Eigen is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Soft...
[ "pushkar@cc" ]
pushkar@cc
7e238118d6dd36380b535042150c98f641841083
e7bb742efcb042bbd552e222eef57b910d62316a
/Programming Guide/Headers/Siv3D/KinectV2.hpp
f70d2bfd716d29d88dd10ebf96163ea21b0a5908
[ "MIT" ]
permissive
nguyenluminhhang/Siv3D-Reference
25d5a89dd79a23134d9e0b559c9e897e84d0f5d5
d58e92885241d11612007fb9187ce0289a7ee9cb
refs/heads/master
2021-06-10T17:56:24.672491
2016-08-12T13:40:45
2016-08-12T13:40:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,750
hpp
//----------------------------------------------- // // This file is part of the Siv3D Engine. // // Copyright (C) 2008-2016 Ryo Suzuki // // Licensed under the MIT License. // //----------------------------------------------- # pragma once # include <array> # include "Fwd.hpp" # include "Color.hpp" # include "HSV.hp...
[ "reputeless@gmail.com" ]
reputeless@gmail.com
079ad717fa9e896c0b7cece5c8c663ec4aadd721
f5378f7989b0fb482714cb4429d6c9c7a16c8b81
/src/qt/optionsmodel.cpp
b13464e0c0829efd7713d4891ff67536e3fa8091
[ "MIT" ]
permissive
pdrobek/polcoin-core
7871927b9769cdf4f6a4fc63ae22aa00d5652cc3
eb52bacd708bb235ad9d870170e30c0cd865aa05
refs/heads/1.18.0.14
2022-02-22T15:21:09.131000
2021-06-08T11:36:41
2021-06-08T11:36:41
59,473,450
3
1
MIT
2021-06-08T08:08:32
2016-05-23T10:24:08
HTML
UTF-8
C++
false
false
18,963
cpp
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/optionsmodel.h> #include <qt/bitcoinunits...
[ "pawel.drobek@gmail.com" ]
pawel.drobek@gmail.com
ff31934cb441e34a977db569e4ce5f0c9ebcaa95
11aa0e68e3fba98cee8a23a2fe0e562d87955b6a
/ST2_day2/7_템플릿부분전문화4.cpp
0a0b04f5e7ea01459c8b931cc8b4911b0f66d789
[]
no_license
hjh4638/C-11
b97a579a302f0c919bbe4b332b828afcf6d916ad
f7242f903561811b8b69a86637a8a183a66d848f
refs/heads/master
2021-01-13T01:22:52.586790
2015-09-03T06:22:12
2015-09-03T06:22:12
41,107,420
0
0
null
null
null
null
UHC
C++
false
false
804
cpp
template<typename T, typename U> struct Duo { T value1; U value2; enum{N=2}; }; //Recursive Duo를 사용하기 쉽도록 선형화 하는 코드 struct NullType{}; template<typename P1 =NullType, typename P2 = NullType, typename P3 = NullType, typename P4 = NullType, typename P5 = NullType> class xtuple : public Duo < P1, x...
[ "Juni@hamjunhyeogui-MacBook-Air.local" ]
Juni@hamjunhyeogui-MacBook-Air.local
b30e3ff154d9913e7331fa58ee1e7bc69bb2dd44
7c454bfa108218c186427dd65da8c8e984aff332
/program/test.cpp
3cf588cedcd249a3ec2828ad10eccae8e62044dc
[]
no_license
caiminf/caiminf-toys
4fc594cedd85f57692e2b205e652a0c588848df8
263f1bd52255821692ccd88193a32bad635e7b83
refs/heads/master
2021-04-12T01:58:30.460519
2019-06-19T15:55:41
2019-06-19T15:55:41
125,854,906
0
0
null
null
null
null
UTF-8
C++
false
false
71
cpp
#include "LockedList.h" int main() { LockedList<int> ll; return 0; }
[ "920722837@qq.com" ]
920722837@qq.com
597b1400aa057fda651becb0abb6fa2cb92ac762
3a44e2a66787a575ae9d338506235f7c1da4e06d
/d06/00_custom_item/main.cpp
13d37c1c1e962a45ffe2ecda864eed8ffd292c6a
[]
no_license
tpyssysa/TMC_course_examples
a48a557eec86e10fef1a84ed7d078e3959fffade
71372ecad9a7b3424f3bcf5dd6ff1e4a70238aac
refs/heads/master
2021-09-13T23:55:35.448962
2018-05-06T04:34:26
2018-05-06T04:34:26
122,472,439
0
0
null
null
null
null
UTF-8
C++
false
false
790
cpp
/*************************************************************************** * * * main.cpp for 00_custom_item * * Created on : Thu Mar 30 2017 09:23 * * ...
[ "tino.pyssysalo@qt.io" ]
tino.pyssysalo@qt.io
ebe734d10ef8d43d7d1e6779d9936c1e12fac458
36daa2ab03c6cde62418c981287e9b906cf3fb45
/ui_mainwindow.h
5dbc108966a5874ea0b54f65ef44985dc1e264d1
[]
no_license
Pashovich/spline
1bc86d4d2d6b07b3de179f0e2677b4940dd4c0d5
32a52a3c9ccd1cff627ac78cff6ae4f8e5434605
refs/heads/master
2020-04-29T07:31:46.669566
2019-04-25T13:18:20
2019-04-25T13:18:20
175,956,276
0
0
null
null
null
null
UTF-8
C++
false
false
3,032
h
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.5.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
[ "addons125@gmail.com" ]
addons125@gmail.com
a732d50627195a958afa5b9c5af9fc73e3187e9e
48e255bc927dc4a67ce7a4a7efa95b21414a7e9d
/cases/chemistryTests/constant/initialConditions
fe851d3aaa4621ebeef2b322780d7a4271ffd0e5
[]
no_license
TsukasaHori/dropletFoam
472427a78feb82617364ff6baec6e4d1ccb47431
3d8a85037c94ab2a56b7f8329d7395833f261928
refs/heads/master
2020-07-16T14:33:22.213795
2019-09-03T07:33:30
2019-09-03T07:33:30
205,806,155
0
0
null
2019-09-02T08:00:11
2019-09-02T08:00:11
null
UTF-8
C++
false
false
949
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.x | ...
[ "tyler.voskuilen@gmail.com" ]
tyler.voskuilen@gmail.com
79af59e95fe2bac95651ffaffc96aa48abe98ab8
e3e07b620107907ac5b2fc2fdc45384b0b1cf5cb
/src/3DM/evaluators/Psi1.cpp
e37a138ea5bdefa999cbd317db3cca61937359ed
[ "BSD-2-Clause" ]
permissive
dolanjp/Albany
b2bb6d5f4c8c4e6c4838c9a23f788e470eb4fc20
6c0eb82858146e0b659c506ccba1f0f1a9ee74e5
refs/heads/master
2020-04-01T07:29:58.239287
2018-12-19T05:30:31
2018-12-19T05:30:31
152,992,135
0
0
NOASSERTION
2018-10-14T16:00:57
2018-10-14T16:00:57
null
UTF-8
C++
false
false
474
cpp
//*****************************************************************// // Albany 3.0: Copyright 2016 Sandia Corporation // // This Software is released under the BSD license detailed // // in the file "license.txt" in the top-level Albany directory // //**************************************...
[ "dolanj@pachisi.scorec.rpi.edu" ]
dolanj@pachisi.scorec.rpi.edu
6c5d8bb7cf640ec9dc8f44f35d18a0f5e2391e64
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/Reconstruction/iPat/iPatTrackFollower/iPatTrackFollower/SiliconClusterMap.h
796886992fdf43005a2e9f6745e427ad39d5569a
[]
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
1,673
h
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ /////////////////////////////////////////////////////////////////// // ISiliconClusterMap.h, (c) ATLAS iPatRec // // map of SiliconClusterCollection's keyed by IdentifierHash // /////////////////////////////////////////////////////////////...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
12e7befb8370dfc40d268cde4b1ea5f1b40cc079
2f682a13af4a119b9e5d0c2890ea7c40dd167c13
/src/c++/src/epp/core/response/EppResponseDataCheck.cpp
fb7198c0cdbde2eb95beb568ec1092cbf7cc9d45
[ "MIT" ]
permissive
isabella232/registrar_epp04toolkit
596b42f442a7b9a2170648fcd266af2fd6b9cdda
2280cc5c271f5e233e9b567525151260ae9c3950
refs/heads/master
2022-02-23T14:46:30.525409
2015-08-17T07:28:59
2015-08-17T07:28:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,171
cpp
/******************************************************************************* * The MIT License (MIT) * * Copyright (c) 2015 Neustar Inc. * * 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 th...
[ "santosh.kalsangrah@impetus.co.in" ]
santosh.kalsangrah@impetus.co.in
c8ad58643c686860e62fd35e7ff3165d82bb44ab
bd55b20d5231b14682e6a52820eaa30b09d191af
/demo_projects/7-Seg8-DigitMAX7219/7-Seg8-DigitMAX7219.ino
40db9382a65dc991a32a1979e0dd8befbb01fba2
[]
no_license
StefekVUT/RoboCamp2016
45131617f52069b2391aafbef92dfe7fa1d43fff
57140cb18452b3cfa319fcca9ea5cc215ef5f70f
refs/heads/master
2021-01-01T18:39:44.785328
2016-08-13T08:34:09
2016-08-13T08:34:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,077
ino
/* * 7-Seg 8-Digit MAX7219 * RoboticsBrno 2016 * www.robotikabrno.cz * version 1.0 * 2016_07_06 * Copy and modify from: https://codebender.cc/sketch:190454#7-Seg%208-Digit%20MAX7219.ino * * Arduino Nano -> 7-Seg 8-Digit MAX7219: * 5V -> VCC * GND -> GND * D10 -> CS * D11 -> CLK * D12 -> DIN */ #inc...
[ "paral.jarek@gmail.com" ]
paral.jarek@gmail.com
fd90b72c01776a77c9e8d2645b0ede5286825a43
4f173bf5c7267ba37ea1afbf6f305b796dddc559
/divers/DIV_FIC.CPP
eebb506ec2961b519a5c07fb9840c6f8367999ed
[]
no_license
antoine83/sicomex
d50d50c96222567a63720db6831901b79782e3f8
260f3b835a0050a321f2bf5bbe130a932476f154
refs/heads/master
2020-12-24T20:24:45.306792
2017-03-26T16:25:16
2017-03-26T16:25:16
86,247,091
0
0
null
null
null
null
ISO-8859-1
C++
false
false
7,440
cpp
/* ************************************************************************** FICHIER : Div_fic.cpp AUTEUR : PhB DATE DE CREATION : 13/12/96 DERNIERE MODIFICATION : 14/02/97 VERSION : 1.0 ************************************************************************** */ #include "stdafx.h" #include <stdio.h> #includ...
[ "antoine.linux@sfr.fr" ]
antoine.linux@sfr.fr
32d489773d4e267f84f7493c116c8124b6ba0536
3af68b32aaa9b7522a1718b0fc50ef0cf4a704a9
/cpp/D/E/A/A/A/ADEAAA.h
de5638c7c59706f117574a4cd1c7ac3be6700893
[]
no_license
devsisters/2021-NDC-ICECREAM
7cd09fa2794cbab1ab4702362a37f6ab62638d9b
ac6548f443a75b86d9e9151ff9c1b17c792b2afd
refs/heads/master
2023-03-19T06:29:03.216461
2021-03-10T02:53:14
2021-03-10T02:53:14
341,872,233
0
0
null
null
null
null
UTF-8
C++
false
false
67
h
#ifndef ADEAAA_H namespace ADEAAA { std::string run(); } #endif
[ "nakhyun@devsisters.com" ]
nakhyun@devsisters.com
e3ab68217a8576af4b8be3a2d381606d3bb7526b
3c0da20114e7efaab1d06e1da06d07f7e550a5e1
/2027.cpp
16f8c2ae4fcc1c0cdfb88a0338a6433a14911d2d
[]
no_license
Accelerator950113/Solutions_For_HDU
5cf91fbfd185463edc573ba582f4482c6669c9eb
f8711f27f4e05aa089426b1c87236ba919eaca74
refs/heads/master
2021-09-09T00:45:03.462143
2018-03-13T01:56:05
2018-03-13T01:56:05
115,673,240
4
0
null
null
null
null
UTF-8
C++
false
false
689
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <cstdlib> #include <algorithm> #include <cmath> #include <vector> #include <string> #include <queue> #include <map> #include <set> using namespace std; int f[128]; string s; bool fst = true; int main() { getline(cin, s); while (getline(cin, s)) { ...
[ "13307130144@fudan.edu.cn" ]
13307130144@fudan.edu.cn
ac4d78d1568d9d0741b313e1f318c8089bf34244
ae456f43ba78640662fc88f6c3056e817a2c0f9f
/src/Project/GlyphInfos.cpp
0add9b33a57660af99fe9770af2aa92bd6337842
[ "Apache-2.0" ]
permissive
hanryliao/ImGuiFontStudio
d9b0b8cc5d963249813b2a51b88b09f675589c65
e5ecec044af922e14e773d1c46343b8f005612af
refs/heads/master
2023-02-09T11:27:10.381776
2021-01-04T08:17:39
2021-01-04T08:17:42
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
6,143
cpp
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com /* * Copyright 2020 Stephane Cuillerdier (aka Aiekick) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
[ "aiekick@funparadigm.com" ]
aiekick@funparadigm.com
689a8a06edfcfad85cc098910937656f9a1ee7b4
2c78de0b151238b1c0c26e6a4d1a36c7fa09268c
/garant6x/implementation/Garant/GblAdapterLib/impl/DynamicTree_i/REG_IN_MU_tree_factory.h
370e5d4a203c7d9c9debda4f977f4f2f2b1e11ca
[]
no_license
bravesoftdz/realwork
05a3b308cef59bed8a9efda4212849c391b4b267
19b446ce8ad2adf82ab8ce7988bc003221accad2
refs/heads/master
2021-06-07T23:57:22.429896
2016-11-01T18:30:21
2016-11-01T18:30:21
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,963
h
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Модуль: "w:/garant6x/implementation/Garant/GblAdapterLib/impl/DynamicTree_i/REG_IN_MU_tree_factory.h" // генератор заголовочных файлов для фабрик интерфейсов (.h) // Generated from UML model, r...
[ "instigator21@gmail.com" ]
instigator21@gmail.com
7d5a20d78a9b3d36125315c55584cf4446330c70
948d09a1823443c618958f4d9a2892fbba660b0e
/pill_dispenser_pilot_03_2020/src/Connection.cpp
551a7c9e3cb50b6897fb7d96222a27bc3ebe1813
[]
no_license
Rishub-Handa/MedLock_Pill_Dispenser
6336f997ddad2aa339ae9e7793847946cc85e986
81bb60792595a19445b454ac0847cb5b3075af77
refs/heads/main
2023-07-27T23:56:07.007448
2021-09-13T12:01:33
2021-09-13T12:01:33
405,953,188
0
0
null
null
null
null
UTF-8
C++
false
false
23,198
cpp
#include "Connection.h" #include "Particle.h" #include "softap_http.h" const char index_html[] = "<!DOCTYPE html><html><head><meta name='viewport' content='width=device-width, initial-scale=1'><title>Setup your device</title><link rel='stylesheet' type='text/css' href='style.css'></head><body><h1>Connect me to your Wi...
[ "rh4gh@virginia.edu" ]
rh4gh@virginia.edu
e2d4c9704095aa0ad035169fc171f03c406715c1
5c93333a71b27cfd5e5a017f29f74b25e3dd17fd
/UVa/348 - Optimal Array Multiplication Sequence.cpp
b1791c0ac4f43e0036a50ca72865eb9cd2b1c6a0
[]
no_license
sktheboss/ProblemSolving
7bcd7e8c2de1f4b1d251093c88754e2b1015684b
5aff87cc10036a0e6ff255ae47e68a5d71cb7e9d
refs/heads/master
2021-05-29T03:29:28.980054
2015-03-11T10:06:00
2015-03-11T10:06:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,469
cpp
#include <cstring> #include <sstream> #include <iostream> #include <cstdio> #include <algorithm> using namespace std; pair<int, int> mat[11]; int memo[11][11]; int DP(int s, int e) { if (s == e) return 0; if (s == e - 1) return mat[s].first * mat[s].second * mat[e].second; int &m = memo[s][e...
[ "fci.islam@gmail.com" ]
fci.islam@gmail.com
59435d80e14cbd05d5f4d95827ac92aec45e4023
b6bbf84f88a876809777c0a84ea1ec6ffbc9133b
/fixed report/src/a10/type.h
6346492eccca845fee66ed2c48952bb2177707b9
[]
no_license
franksnightmare/c-3week2
11fd22df1111b5d5f3b4030164bf0e5633b87448
d04cc4e1e3db727e7282c037c538ba64edf5f1c3
refs/heads/master
2021-01-23T07:51:18.358991
2017-02-08T14:48:20
2017-02-08T14:48:20
80,518,072
0
0
null
null
null
null
UTF-8
C++
false
false
1,001
h
#ifndef TYPE_H #define TYPE_H #include <iostream> using namespace std; // Starter for the needlehunt template <typename Needle, typename ...Stack> class Type { // Generic case: no Needle found template <size_t index, typename Other, typename ...Stacker> struct TypeIdx { public: enum {located = TypeIdx...
[ "chnstone13backup@gmail.com" ]
chnstone13backup@gmail.com
6cc33f6cffebb56685560f1915abfdf936b04216
68c5b300cc53b2132e5d6227d14d621dfd6f7832
/A4/RLS_TestSender/sender.cpp
f52cade56f06d717616e30796d4246280e75c572
[]
no_license
bcy2013/A4
a0473dd92885f36bca58262b23d48e8685e11053
fc993868d631629729e67f8c9bd96b414a6b0435
refs/heads/master
2020-03-17T03:23:22.883496
2018-05-13T12:20:08
2018-05-13T12:20:08
133,233,141
0
0
null
null
null
null
UTF-8
C++
false
false
3,302
cpp
#include "sender.h" #include<QDebug> sender::sender(QObject *parent) : QObject(parent) { udpSocket=new QUdpSocket(this); timer=new QTimer(this); connect(timer, SIGNAL(timeout()), this, SLOT(broadcastdataGram())); } void sender::sendInitConnectionCMD (){ QByteArray pCmdBuf(40,0); pCmdBuf[ 0 ] = 0x...
[ "bcy2013@outlook.com" ]
bcy2013@outlook.com
a08f0cf509714c3da5ff7a2415b36e57251c3aa3
5903a8c6d5758d020c440b15eecd2b3e7c917f8f
/src/ScarSegmenterConsole.cxx
dbab9ee4a3c0e4bdb5ed1c3a3711b486cc38bb44
[]
no_license
carma-center/LAScarSeg
cfe415f01b2bb2ab839c7ec971df60fc42432824
07514f941b67d47709fee9bb838d33a50f8aa797
refs/heads/master
2021-01-16T19:02:17.612118
2013-01-23T22:17:45
2013-01-23T22:17:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,919
cxx
/** * Given the blood pool of the left atrium, extract the la-wall */ #include <iostream> #include <string> #include "localChanVeseWallSegmenter3D.h" #include "utilities.hxx" //itk #include "itkImageFileReader.h" #include "itkImageFileWriter.h" int main(int argc, char** argv) { if (argc < 4) { std::...
[ "zhulj@zhulj.(none)" ]
zhulj@zhulj.(none)
392583bdeb31d6da154ed4a7cf835a2202d51ac3
123d991cbc921ada73a2f4c670256e1af6c0df09
/planning_through_pointclouds/include/planning_through_pointclouds/connected_components.h
5883c1b829d06b7915711a5e0c2ccec133074beb
[]
no_license
dbworth0/uav_planning
e388d3ae9e831f65b6d1a0a5bafbcb2de74cbbb2
7a6c681fcdcdda071491a729c64d5a76b9b3b753
refs/heads/master
2021-01-19T13:56:38.421099
2017-04-13T02:34:57
2017-04-13T02:34:57
88,115,642
4
1
null
null
null
null
UTF-8
C++
false
false
880
h
// // Find the connected-components in a 4 or 8-connected binary image. // // David Butterworth // #ifndef CONNECTED_COMPONENTS_H #define CONNECTED_COMPONENTS_H #include <opencv2/core/core.hpp> //#include <string> //#include <vtkSmartPointer.h> namespace cv { //int connectedComponents(const cv::Mat &I, cv::Mat &L...
[ "dbworth0@gmail.com" ]
dbworth0@gmail.com
1e9502a6d8099db805e34e159031f64de3ccae3f
0c7143e2c703fdae59db4251906d97cbb76c9980
/nextage_ik_plugin/src/right_arm_ik.cpp
30bda15ca1eceb89718f1751d88f644999d26bf1
[]
no_license
tork-a/rtmros_nextage
70060c6e29820955cca5b9bd0d2c6e1507b05b55
e605274c4dba2f4d3e4b49ccbef64f7f6a3786e9
refs/heads/indigo-devel
2022-12-13T01:53:53.021024
2022-04-14T07:33:53
2022-04-14T07:33:53
13,974,308
24
37
null
2022-04-14T07:33:54
2013-10-30T01:47:38
C++
UTF-8
C++
false
false
755,032
cpp
/// autogenerated analytical inverse kinematics code from ikfast program part of OpenRAVE /// \author Rosen Diankov /// /// 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....
[ "130s@lateeye.net" ]
130s@lateeye.net
f8882819812b947cecc26e2ee8dc5dfc10a5dad7
6d4398f454ed278c0d3f6e166fa0e1370ebaa0ad
/software/QGroundStation/libraries/qchart/chart.h
a4b3bedcfd94caab1127560d9ade90c9d82a33b6
[]
no_license
nongxiaoming/QGroundStation
4b27cb2165b91b0510210e65a781daf5fc919c64
0a491c9d910e465633c232ecd74a7c283def5301
refs/heads/master
2020-05-18T11:03:00.538465
2014-10-08T16:48:51
2014-10-08T16:48:51
19,404,192
1
1
null
null
null
null
ISO-8859-2
C++
false
false
7,998
h
/*************************************************************************** * Copyright (C) 2006-2008 by Tomasz Ziobrowski * * http://www.3electrons.com * * e-mail: t.ziobrowski@3electrons.com * * ...
[ "nongxiaoming@gmail.com" ]
nongxiaoming@gmail.com
461584ee2c1f9034c3e635ce4bb8e66c78888f0a
736c90ab4cd9891b8e7b4fa390f9570c7de08f48
/MeshUtils.cpp
bff32b941cdcde57d6de9ae50a8341cb7a0b2ed9
[]
no_license
crzwdjk/morphomesh
a15ceede2d9e9b2a2a7a95623923f0101ed3a010
ae132d78965df824f6ce38bc2e1b68eb883c5adb
refs/heads/master
2021-01-23T22:15:36.555821
2009-04-30T17:03:27
2009-04-30T17:03:27
32,125,562
2
1
null
null
null
null
UTF-8
C++
false
false
9,655
cpp
/**<!--------------------------------------------------------------------> @file MeshUtils.cpp @author Travis Fischer (fisch0920@gmail.com) @date Spring 2009 @brief Utility methods for the FiberMesh project that will make your life *much* easier -- note, you are in no way required to use a...
[ "crzwdjk@2da112dc-29ed-11de-a747-197756c87c9e" ]
crzwdjk@2da112dc-29ed-11de-a747-197756c87c9e
2336f09641c07473a4b71219809daf90eb16e33d
a5b0223594cc26f00a6ffc35cf417d7f367fcfa6
/ImageSegmentation/itkWeightedVotingFusionImageFilter.hxx
5d4ae89e7962a95301804aa03c1c117cec5149bf
[ "BSD-2-Clause" ]
permissive
benjamindeleener/ANTs
ff3dc80c3f83f5aeef92dc3d11fff51fb6426fb8
51b5dfb6a0c8f9b573049e576142caead0530a2d
refs/heads/master
2020-12-25T16:24:38.717340
2015-08-24T18:15:26
2015-08-24T18:15:26
40,975,909
0
0
null
2015-08-18T14:12:40
2015-08-18T14:12:40
null
UTF-8
C++
false
false
33,875
hxx
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
[ "ntustison@gmail.com" ]
ntustison@gmail.com
f236a7184b9a5de0a21367f964cf0e8343e9a72a
b4abfae90a37a8b223c908f81f20fa6c5cc5800d
/Codigos/10.GE/OpenCL/gaussianElim.cpp
b14bb75663ac7e6df59b3be30d58564034b0fa46
[]
no_license
JesusTaccaG/Computacion-Paralela-y-distribuida-Proyecto-Final
8a268b78c9d13e9898266df2cbb1f7f655836b65
7a94dbd183ecf6b45c03f15d22470fe1f64f961b
refs/heads/main
2023-02-05T12:14:21.830485
2020-12-11T03:38:18
2020-12-11T03:38:18
315,530,752
0
0
null
null
null
null
UTF-8
C++
false
false
17,294
cpp
#ifndef __GAUSSIAN_ELIMINATION__ #define __GAUSSIAN_ELIMINATION__ #include "gaussianElim.h" #include <math.h> #include "timing.h" #ifdef RD_WG_SIZE_0_0 #define BLOCK_SIZE_0 RD_WG_SIZE_0_0 #elif defined(RD_WG_SIZE_0) #define BLOCK_SIZE_0 RD_WG_SIZE_0 #elif defined(RD_WG_SIZE) #define BLOCK_SIZ...
[ "jtaccag@unsa.edu.pe" ]
jtaccag@unsa.edu.pe
2c171b39de499b397d982af05e938db1445e2cf1
978ad795d8d0eb14ce80daa7604edde9c70bd857
/期末项目/code/Classes/Global.cpp
e48ea5f583bc7a5c8704a6ddd025d87a13f7c503
[]
no_license
StellaSong12/Cocos2d-Project
1bcf52875e621851b8445b75f29a49c46869b884
bd0b76b0d55ce40114f136485d5e9415090fbce6
refs/heads/master
2021-06-25T03:38:09.150916
2017-09-05T06:49:14
2017-09-05T06:49:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
830
cpp
#include "Global.h" #include <regex> using std::regex; using std::match_results; using std::regex_match; using std::cmatch; string Global::gameSessionId = ""; string Global::userName = ""; int Global::heartNum = 3; string Global::score = ""; Global::Global() { } Global::~Global() { } string Global::toString(vecto...
[ "1056284551@qq.com" ]
1056284551@qq.com
a69c20ebd34ab6b9b3c28a671d871c3840741b5f
ac45a9b49a93be8b00035c0d6867ac45e0b9c917
/asg4/util.cpp
0fc94a41d487bac926fe131b4ca6f8a32cb5df9e
[]
no_license
syugraj21/cmps109
59b8a37d3b79b8513b6e2cdd9e3d0baadab0877f
9a3722ca94026b37c80bb52f91840148d700648b
refs/heads/master
2020-04-09T09:51:55.589457
2014-09-03T15:30:44
2014-09-03T15:30:44
23,626,076
0
2
null
null
null
null
UTF-8
C++
false
false
3,257
cpp
// $Id: util.cpp,v 1.2 2013-02-12 15:05:06-08 - - $ #include <cerrno> #include <cstdlib> #include <cstring> #include <ctime> #include <sstream> #include <stdexcept> #include <string> #include <typeinfo> using namespace std; #include "util.h" int sys_info::exit_status = EXIT_SUCCESS; string *sys_info::execname = NUL...
[ "darklabel13@gmail.com" ]
darklabel13@gmail.com
a39e9f7420e3a001766b273b23b55a2851d65f44
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/content/test/ppapi/ppapi_browsertest.cc
de67df11a48e722fda577811ab754b4c0dae21dd
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
6,070
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "build/build_config.h" #include "content/test/ppapi/ppapi_test.h" #include "ppapi/shared_impl/test_utils.h" // This file lists tests for Pepper ...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
32771b6350a784d3538694151f6cbf2c2eecbc0a
ea5d404e7f103dc4bd48260928348d810282ac51
/Old Code/anderson_darron.assignment-1.08/rlg327.cpp
20241fa643bcfc25627a3f6333f7b9ac96d0ebd2
[]
no_license
Darkonis/rlg327
8625cd314f427662bf655cdfd51dc2722e407533
e15d9f5da9ccbdb9fb64533c50b6a15bb81f3e9a
refs/heads/master
2020-03-30T05:14:33.310911
2018-12-19T23:03:35
2018-12-19T23:03:35
150,788,811
0
0
null
null
null
null
UTF-8
C++
false
false
9,583
cpp
#include <stdio.h> #include <string.h> #include <sys/time.h> #include <unistd.h> /* Very slow seed: 686846853 */ #include "dungeon.h" #include "pc.h" #include "npc.h" #include "move.h" #include "io.h" #include "item.h" const char *victory = "\n o\n" " ...
[ "=" ]
=
8cf334ebfe121c07a419b1c6160a93ee119dbc4e
819684f7fb6b98505b23a5f85c7ce955ebc47227
/Level1/Pointers/e.cpp
bf3c6a3bcd2800d6c17a80f4f2f0de9fa62af60c
[]
no_license
dhruvagg987/Problem_Solving
7c2c14c99faa18ab9289a224b28a8ae54b90ba5f
07d271e9e0569053acd5a850ef08407f6d85c97f
refs/heads/master
2023-04-14T20:54:15.334644
2021-04-13T18:14:17
2021-04-13T18:14:17
289,731,708
0
0
null
null
null
null
UTF-8
C++
false
false
279
cpp
#include<iostream> using namespace std; int main() { static char *s[]={"ice","green","cone","please"}; static char **ptr[]={s+3,s+2,s+1,s}; char ***p=ptr; cout<<(**++p)<<endl; cout<<*--*++p+2<<endl; cout<<*p[-2]+3; return 0; } /*Output: cone e ase */
[ "dhruv.1822it1051@kiet.edu" ]
dhruv.1822it1051@kiet.edu
1750f681e6fa9ef03a1e9032cd635ab615fee841
3b1f948b6c6da0b48c4bb6cd08258e9f2b7f323f
/ThermoRoutine/stdafx.cpp
f3b5fc1795d89e5325cce4e6d39dc997c56ffb8c
[]
no_license
projectthermoroutine/termoRegistrator
2d309ec29ee3627b6ed18c4aae1e792b47c632c2
84bc031f684363da9fc8550169e6e1abddc0b27c
refs/heads/master
2021-03-24T10:01:08.532315
2016-11-20T15:26:34
2016-11-20T15:26:34
30,510,210
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
383
cpp
// stdafx.cpp: исходный файл, содержащий только стандартные включаемые модули // ThermoRoutine.pch будет предкомпилированным заголовком // stdafx.obj будет содержать предварительно откомпилированные сведения о типе #include "stdafx.h"
[ "thermoroutine@gmail.com" ]
thermoroutine@gmail.com