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
8f44ca22c4f15cecfa7ca9af7931ee8685718ba5
d1d31c9bb9bb1347d0c31ff39ce781236cd1c89a
/test/ComponentTypeInformationTest.cpp
5b929f036d0d16a1610d870d08181b32319b924a
[]
no_license
defacto2k15/pwAsteroids
bf8cb516f788565c11601095348581d74f87897b
546678ce169a5a1855f2c5c2752f5e00c0c77d0f
refs/heads/master
2021-01-21T14:04:28.377090
2016-05-25T12:58:52
2016-05-25T12:58:52
44,272,235
1
0
null
null
null
null
UTF-8
C++
false
false
745
cpp
// // Created by defacto on 26.10.15. // #include <lib/gmock-1.7.0/gtest/include/gtest/gtest.h> #include <Model/components/Component.h> class C1 : public Component{}; class C2 : public Component{}; class C3 : public C2{}; TEST(ComponentTypeInformationTest, WorksForTwoComponentsOfTheSameTypeWhenSecondIsCastedToBase...
[ "defacto2k15@gmail.com" ]
defacto2k15@gmail.com
936c6b1f0f486a1ee84416fc0d8852225ea51cad
1097ed333a4000634e68a590ee6ffc6129ae61e3
/Offer/CPP/旋转数组的最小数字.cpp
ee33cc555c7f33c09616b0d831e08e40937f496d
[ "MIT" ]
permissive
AutuanLiu/Code-Storm2019
1bbe890c7ca0d033c32348173bfebba612623a90
8efc7c5475fd888f7d86c3b08a3c1c9e55c1ac30
refs/heads/master
2020-04-23T07:03:08.975232
2019-10-24T08:56:26
2019-10-24T08:56:26
170,995,032
1
0
null
null
null
null
UTF-8
C++
false
false
2,299
cpp
// 旋转数组的最小数字.cpp // 二分法解题 class Solution { public: int minNumberInRotateArray(vector<int> rotateArray) { if (rotateArray.size() <= 0) return -1; // error int ptr1 = 0; int ptr2 = rotateArray.size() - 1; int mid = ptr1; // 一旦第一个元素小于最后一个元素,说明数组本身是有序的,所以初始化为 ptr1 ...
[ "autuanliu@163.com" ]
autuanliu@163.com
7837ee3dad481b3f279d17fa1497053a19968ef5
07fbf3ab32180d94afb1eadd1a8f8ddd657e8656
/NWNXLib/API/Linux/API/CExoArrayListTemplatedCFileInfo.hpp
69f8472d3d01916bd71abe4ba9b74906d63bd0b8
[ "MIT" ]
permissive
ELadner/nwnx-unified
3b322e8722eab70c9c72a45e71013b89dbbf1e89
09f8e8a0c1474e8b16d4746f9cb57ca870a17ce5
refs/heads/master
2021-09-04T08:52:06.521478
2018-01-17T13:04:29
2018-01-17T13:04:29
117,771,934
0
0
null
2018-01-17T02:29:14
2018-01-17T02:29:14
null
UTF-8
C++
false
false
931
hpp
#pragma once #include <cstdint> #include "CFileInfo.hpp" namespace NWNXLib { namespace API { struct CExoArrayListTemplatedCFileInfo { CFileInfo* element; int32_t num; int32_t array_size; // The below are auto generated stubs. CExoArrayListTemplatedCFileInfo() = default; C...
[ "liarethnwn@gmail.com" ]
liarethnwn@gmail.com
cc0b80bbfaf9d74f44dfe7bcd86ae46a8320ea63
102eae403665433dc48f48196a7e9210ca344678
/MultiThreads/Generated Files/winrt/Windows.Devices.I2c.h
76c119e200ab095dd01dd690ce0ec172f3c02273
[]
no_license
AIchemists/multiThreads
5fd583c46314296cc745d3afa23dbe1994dff9f6
df57a18dff84cd51eda31184a9ba1c811d30e2c0
refs/heads/master
2022-12-18T16:09:57.390044
2020-09-22T01:57:58
2020-09-22T01:57:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,568
h
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200917.4 #ifndef WINRT_Windows_Devices_I2c_H #define WINRT_Windows_Devices_I2c_H #include "winrt/base.h" static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.200917.4"), "Mismatched C++/WinRT headers."); #define CPPWINRT_VERSION "2.0.2009...
[ "jicheng@yahoo.com" ]
jicheng@yahoo.com
c8af3c3dc9c493a90ba672bab02585a0dd79e042
564a1c1bd548a080a07ca16a96ff2e0521de46c0
/tests/src/pressed_keys_manager/src/pressed_keys_manager_test.cpp
cd119a65cdd6eff698306bf851fc99f9ff82ecb3
[ "Unlicense" ]
permissive
lianyu125/Karabiner-Elements
645aa142aeab2927180ff4101df9d4c83e0ba944
e65ccbe26b4bc847d61888ff6aa33bcc78ac8e89
refs/heads/master
2023-01-19T06:36:54.849723
2020-11-26T23:49:16
2020-11-26T23:49:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,922
cpp
#include <catch2/catch.hpp> #include "pressed_keys_manager.hpp" TEST_CASE("pressed_keys_manager") { // empty { krbn::pressed_keys_manager manager; REQUIRE(manager.empty()); } // key_code { krbn::pressed_keys_manager manager; manager.insert(krbn::momentary_switch_event(pqrs::hid::usage_p...
[ "tekezo@pqrs.org" ]
tekezo@pqrs.org
322564a6bc4f1db4100e2299b1f95e471a8ccf41
6fe04bf9ced0dade346a4665f791ac64ee8dcb9e
/dbnamelist.h
7e99875d5dc7195042ba7af7ea5987225d789130
[]
no_license
zizle/dbAssistant
29514276c037540080476518944080e4b3fd6527
4ca579d10f1a82c342c3f3c7ba04b438312b0e3f
refs/heads/master
2021-05-23T16:24:35.391962
2020-04-14T15:03:27
2020-04-14T15:03:27
253,380,126
0
0
null
2020-04-14T15:03:28
2020-04-06T02:52:11
null
UTF-8
C++
false
false
327
h
#ifndef DBNAMELIST_H #define DBNAMELIST_H #include <QListWidget> class DBNameList : public QListWidget { Q_OBJECT public: explicit DBNameList(QWidget *parent = nullptr); bool m_IsConnected = false; signals: void nameListActionSignal(QString action, QString dbName); public slots: }; #endif // DBNAME...
[ "zizle_lin@163.com" ]
zizle_lin@163.com
e335cda7e142ddf3a27c1373562afb9606cb75ca
d78b48d71abc96fbd45b51103ecf3e5c36486402
/practicaFinalRedone/TouchGFX/generated/gui_generated/include/gui_generated/common/FrontendApplicationBase.hpp
cf63ad0e2dcd92688856a6ebcea9282f4a004ec4
[]
no_license
Adrian-Rod-Mol/sistemasEmpotrados
c445c80d9490382149cde22dd80ded00faed5b53
9c3475e6a8e99a1186c87020318f9f43fd3adce5
refs/heads/master
2023-05-13T06:36:16.926220
2021-06-09T17:01:28
2021-06-09T17:01:28
374,237,389
0
0
null
null
null
null
UTF-8
C++
false
false
1,184
hpp
/*********************************************************************************/ /********** THIS FILE IS GENERATED BY TOUCHGFX DESIGNER, DO NOT MODIFY ***********/ /*********************************************************************************/ #ifndef FRONTENDAPPLICATIONBASE_HPP #define FRONTENDAPPLICATIONB...
[ "adrian.rod.mol@gmail.com" ]
adrian.rod.mol@gmail.com
9ee48f6304aaf1e28305bae593445a2126289807
aa925e9df0eada356de766d656ad7ba95d818b7b
/algorithm/tree/KthSmallestInBST.cpp
53d7745f17d4402aa52503a71163645b4505892d
[]
no_license
starboy520/starboy
38bf51be81b5cc526a77e1ea16b1dab0b3e9f058
ce386c0f5f4f8625e7030305f32194b75ca5ab1b
refs/heads/master
2021-01-17T12:10:57.480551
2014-08-06T07:09:49
2014-08-06T07:09:49
554,437
1
0
null
null
null
null
UTF-8
C++
false
false
885
cpp
struct TreeNode { TreeNode* left; TreeNode* right; int val; }; TreeNode* findKthSmallest(TreeNode* root, int& val, int k) { TreeNode* tmp = NULL; if (root->left && val < k) { tmp = findKthSmallest(root->left, val, k) } val++; if (val == k) return tmp; if (root...
[ "starboy.qi@gmail.com" ]
starboy.qi@gmail.com
adf1e8d9dc4bf42d38dee8fb8cf1e37ec0f3332b
8c48a060ec96f5d4857d4e08c08f5a44d4163e6e
/tester/OverallTest/cpp/main.cpp
5b09ad811e82a2c8f4ce0019a418838fe4ce21a6
[]
no_license
ccf19881030/JQHttpServer
cd6e50eb74a361241d87e0dc33857ca580a51268
49508b53dea2c65808b2e82cef549441d268484c
refs/heads/master
2022-12-08T09:37:10.363944
2020-09-05T03:53:14
2020-09-05T03:53:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
272
cpp
// Qt lib import #include <QCoreApplication> #include <QtTest> // Project lib import #include "OverallTest.h" int main(int argc, char *argv[]) { QCoreApplication app( argc, argv ); OverallTest benchMark; return QTest::qExec( &benchMark, argc, argv ); }
[ "188080501@qq.com" ]
188080501@qq.com
faf80e17980949abd2b6d7cd85c2439262df41f6
3f96f4c7d8c32b662a4b913f5596c2c33953ab65
/RealTimeClock.h
2992a9bc69242cee8e24e062299519aa02a9c22c
[]
no_license
hannahellis4242/clock
397dad52941e6d51747c47cab737a8a7e55447f2
d8f450f246c7178812b7282ca308a8f48a261d18
refs/heads/master
2022-08-29T09:19:00.157778
2020-05-28T16:04:52
2020-05-28T16:04:52
255,748,417
0
0
null
null
null
null
UTF-8
C++
false
false
763
h
#ifndef REALTIMECLOCK_H #define REALTIMECLOCK_H #include "Array.h" class RealTimeClock { private: volatile uint8_t * out_port_ ; const volatile uint8_t * in_port_ ; uint8_t ce_mask_high_ ; uint8_t ce_mask_low_ ; public: RealTimeClock(volatile uint8_t * out_port , const volatile uint8_t * in_port , const ui...
[ "hannah.ellis@pulsic.com" ]
hannah.ellis@pulsic.com
cfe6ea69b76a06517c71b274721dafb4b8459b43
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/run-scripts/tmp_1/ISA2+dmb.sy+po+ctrl.c.cbmc_out.cpp
1b8de5e51e7f2305d9a294d4e8bd3b587c0671d9
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C++
false
false
43,657
cpp
// 0:vars:3 // 8:thr2:1 // 3:atom_1_X0_1:1 // 4:atom_2_X0_1:1 // 5:atom_2_X2_0:1 // 6:thr0:1 // 7:thr1:1 #define ADDRSIZE 9 #define NPROC 4 #define NCONTEXT 1 #define ASSUME(stmt) __CPROVER_assume(stmt) #define ASSERT(stmt) __CPROVER_assert(stmt, "error") #define max(a,b) (a>b?a:b) char __get_rng(); char get_rng( ch...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
7c856708503aec1bfe10c12834901d773b249882
10b4ba9e8707576a5b0210da43e6261c7e2f072e
/pat/成绩排名.cpp
9714b5ae1ac315c0d3b7857aa4cdd173e8c8e73e
[]
no_license
liyingfei142118/Document2018
2ec1116cbe61ddfb63144cf06281f0c1b3b1823e
662c5a6a50f5c7b6251027601c6f0a13307dca58
refs/heads/master
2020-07-03T10:31:23.981102
2019-08-12T08:08:34
2019-08-12T08:08:34
201,878,629
1
0
null
null
null
null
GB18030
C++
false
false
1,375
cpp
/*读入n名学生的姓名、学号、成绩,分别输出成绩最高和成绩最低学生的姓名和学号。 输入格式:每个测试输入包含1个测试用例,格式为 第1行:正整数n 第2行:第1个学生的姓名 学号 成绩 第3行:第2个学生的姓名 学号 成绩 ... ... ... 第n+1行:第n个学生的姓名 学号 成绩 其中姓名和学号均为不超过10个字符的字符串,成绩为0到100之间的一个整数, 这里保证在一组测试用例中没有两个学生的成绩是相同的。 输出格式:对每个测试用例输出2行,第1行是成绩最高学生的姓名和学号, 第2行是成绩最低学生的姓名和学号,字符串间有1空格。 输入样例: 3 Joe Math990112 8...
[ "liyingfei103@jobmail.vip" ]
liyingfei103@jobmail.vip
90e3241c86b5ce4a32b1ada77a53bdf247fd2f06
22d5d10c1f67efe97b8854760b7934d8e16d269b
/LeetCodeCPP/47. PermutationsII/main.cpp
7a88a97f926481b3ad11969dd754c48358f0cdd4
[ "Apache-2.0" ]
permissive
18600130137/leetcode
42241ece7fce1536255d427a87897015b26fd16d
fd2dc72c0b85da50269732f0fcf91326c4787d3a
refs/heads/master
2020-04-24T01:48:03.049019
2019-10-17T06:02:57
2019-10-17T06:02:57
171,612,908
1
0
null
null
null
null
UTF-8
C++
false
false
1,591
cpp
// // main.cpp // 47. PermutationsII // // Created by admin on 2019/3/18. // Copyright © 2019年 liu. All rights reserved. // #include <iostream> #include <vector> using namespace std; class Solution { private: // void helper(vector<vector<int>> &ret,vector<int> &nums,int start){ // if(start>=nums.siz...
[ "guodongliu6@crediteses.cn" ]
guodongliu6@crediteses.cn
0dd0f914eea606945a4af6c214d24c7b137c2754
7de2a17a61f83d3aea9d0078d2210d7dfd7960a3
/src/ImProcGLTexture_ClrChk.h
a27c206ec597f80f46a3c66839beb9968224c504
[]
no_license
hhcoder/GlCameraRendering
688ceeed70289a7f8b8bfd1163a2da00cb434883
26ad341cfe075a532e629841e73054e03f31c8d7
refs/heads/master
2020-09-24T10:48:32.021361
2019-12-04T00:18:38
2019-12-04T00:18:38
225,741,857
0
0
null
null
null
null
UTF-8
C++
false
false
1,487
h
#ifndef _IMPROCGLTEXTURE_CLRCHK_H_ #define _IMPROCGLTEXTURE_CLRCHK_H_ #include "ImProcGLTexture.h" #include "ImProcUtilColorChecker.h" namespace ImProc { class GLTexture_ColorChecker : public GLTexture { public: GLTexture_ColorChecker(GLuint iw, GLuint ih) : nFrameWidth(iw), nFrameHeight(ih),...
[ "hhwu.coder@outlook.com" ]
hhwu.coder@outlook.com
7272179785d922b36366316ff38297b3d9f3e6a6
6d41a2bdaad0bf0399466417a2270fc73147c153
/programs in April/0421/校门外的树/校门外的树/校门外的树.cpp
8c9eb1bb3686600229ac0f3fa5d0f17e66d04d98
[]
no_license
yuheng95/CPP_Project
b0c7aaf4af24ac158e0ab931f274ccb957e0850d
5d5630bc21bc6d65e7b0e8dfbf6cf6e17ccfcecf
refs/heads/master
2021-07-05T19:41:08.813794
2017-09-30T18:23:24
2017-09-30T18:23:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
411
cpp
#include <iostream>; using namespace std; int main() { int L, M = 0; int a[10001]; int sum = 0; cin >> L >> M; for (int i = 0; i <= L; i++) { a[i] = 1; } for (int p = 1; p <= M; p++) { int start = 0; int end = 0; cin >> start >> end; for (int j = start; j <= end; j++) { a[j] = 0; } } for (int i ...
[ "aqwmx11@pku.edu.cn" ]
aqwmx11@pku.edu.cn
6042e76ba3b1e9c11658256d013f9897f6a2b028
d850e50d2cb97b85c524802201efb624889fe132
/a095.cpp
af825e6fbf2642d8f257c077ff6fce1cdb1ac8fa
[]
no_license
rosynirvana/ZeroJudge
347e8bd5b18adb20d8c39efa700056696c720f6c
c48e7daf99da3f8c5928d20b51510c4ddbdea161
refs/heads/master
2021-01-21T22:29:10.608134
2013-09-04T12:38:12
2013-09-04T12:38:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
176
cpp
#include <iostream> int main() { int N, M; while(std::cin >> N){ std::cin >> M; if(M != N) std::cout << M+1 << "\n"; else std::cout << M << "\n"; } return 0; }
[ "kongchuijin@gmail.com" ]
kongchuijin@gmail.com
293b37023bbcdf27b6ae924ee5e55fc45b00fc1f
5ede0e0fd1668416fc74fc5a3c997547b7708abc
/src/map_patterns.cpp
d93d1e1499a4c6bc0c71e3f9ead2eefb4c0c565b
[]
no_license
ethanfine/ia
d1f8671177cacb4bc351d5257e65c8cc05e6732d
134ff030939fc3286545d7f58cc20cbfbc5547fa
refs/heads/develop
2020-04-06T05:09:13.466507
2015-12-08T19:19:16
2015-12-08T19:19:16
47,472,684
0
0
null
2015-12-05T21:05:43
2015-12-05T21:05:42
null
UTF-8
C++
false
false
3,486
cpp
#include "map_patterns.hpp" #include "init.hpp" #include <vector> #include "map.hpp" #include "feature_rigid.hpp" #include "game_time.hpp" namespace map_patterns { void cells_in_room(const Room& room, std::vector<P>& adj_to_walls, std::vector<P>& away_from_walls) { TRACE_FUNC_BEGIN_VERBOSE; ...
[ "m.tornq@gmail.com" ]
m.tornq@gmail.com
ec09b5e90c55664f190a29f17fa93e67396b7b1d
3850eac3882e8753be5f8d2d33bbc45f261141ab
/linked_list/linked_list_matrix.cpp
b41f5709f6e51cce36f12c00033a26695274f5d9
[]
no_license
ankitkumarsamota121/geeksforgeeks_practice
0f2ab48bc76dceadc465ad8bf588a70db053f83c
27cbca1d44e2e6105ae8729ab9f4ea1b4a97d13c
refs/heads/master
2023-02-07T14:58:37.107833
2021-01-03T11:55:47
2021-01-03T11:55:47
255,017,249
0
0
null
null
null
null
UTF-8
C++
false
false
2,257
cpp
// { Driver Code Starts #include <bits/stdc++.h> #define MAX 20 using namespace std; struct Node { int data; Node *right, *down; Node(int x) { data = x; right = NULL; down = NULL; } }; void display(Node *head) { Node *Rp; Node *Dp = head; while (Dp) { ...
[ "ankitkumarsamota121@gmail.com" ]
ankitkumarsamota121@gmail.com
01106bff80159e1d5a09fd11d3b2fe330c760509
da8fc6a09a690cf111a1d88e9f5a2d749b81af27
/StoneSword/src/StoneSword/Events/ApplicationEvent.h
98d5beeb504d263ef56d2ba8f9a57eb42c4a689c
[ "Apache-2.0" ]
permissive
qqqcode/StoneSword
0864b5b0016538805581e37e553edc21192ca1f8
0d6217b934508196327d3bd001b42f20d8ea9c7f
refs/heads/master
2023-03-01T18:04:05.241472
2021-02-01T16:53:26
2021-02-01T16:53:26
325,945,127
0
0
null
null
null
null
UTF-8
C++
false
false
1,340
h
#pragma once #include "Event.h" namespace StoneSword { class STONESWORD_API WindowResizeEvent : public Event { public: WindowResizeEvent(unsigned int width, unsigned int height) : m_Width(width), m_Height(height) {} unsigned int GetWidth() const { return m_Width; } unsigned int GetHeight() const { retu...
[ "1278323354@qq.com" ]
1278323354@qq.com
e08c9eb25af2e62a661b50b1bc8e79264e1d765e
10ef710dda5acd5206be8ca0f0d6bf7f1c8075b7
/Segundo cuatrimestre/8A - Duplicar una lista y mas/listaDuplica.h
d060b7de9eba30ef7cb3063fe10baaf2a2aa9a1e
[]
no_license
imartin28/EDA
0aee47a11c148a7e7a2742e3498c317229f45d49
f989f0e96ced60dfb3514b60e33767519481ab3b
refs/heads/master
2020-08-02T06:41:38.426057
2019-09-27T08:01:59
2019-09-27T08:01:59
211,266,446
0
0
null
null
null
null
UTF-8
C++
false
false
1,680
h
// // lista_duplica.h // EDA_2 // // Created by Irene Martin berlanga on 15/02/2019. // Copyright © 2019 Irene Martin berlanga. All rights reserved. // #ifndef lista_duplica_h #define lista_duplica_h #include <iostream> #include <iomanip> #include <fstream> #include "queue_eda.h" template <class T> class listaDup...
[ "imart02@ucm.es" ]
imart02@ucm.es
6c7ebc66296005eab8c9d6352eb790f8ee5ad069
4434644992afc0ced6a255d1701464fb82e19f91
/w_autogyro/lcd_manager.cpp
f833726a09f1d01216717004803ee45950ba7691
[]
no_license
albaniac/Sergey_gyro_mega128_mpu6050_lcd
307d1cd205d71e5d7a8f95f91e4e67e52ced19e4
5284bc287306d2ec693ab4744d7b43ca79a824bb
refs/heads/master
2020-04-10T11:26:34.632573
2017-12-29T13:47:40
2017-12-29T13:47:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,897
cpp
#include "lcd_manager.h" #include <stdio.h> #include <string.h> //======================================================================================= LCDManager::LCDManager(){ }; //======================================================================================= void LCDManager::SetXY (double x, double y){ ...
[ "blobby@radico.ru" ]
blobby@radico.ru
795674d1fbc85a65e3222945bf988ba5f7a7e09b
66330f7a1ff0b8447b4245474ab4de48727fd1c5
/libs/multiprecision/plots/cpp_bin_float_tgamma_errors.cpp
5e3dd11051ab81908028e9c1a12059142a4a9191
[ "MIT" ]
permissive
everscalecodes/knapsack-snark
fd3cc6155125ae6ff0fc56aa979f84ba6a8c49c7
633515a13906407338a81b9874d964869ddec624
refs/heads/main
2023-07-18T06:05:22.319230
2021-08-31T16:10:16
2021-08-31T16:10:16
447,180,824
0
1
MIT
2022-01-12T10:53:21
2022-01-12T10:53:20
null
UTF-8
C++
false
false
2,044
cpp
// (C) Copyright Nick Thompson 2020. // (C) Copyright John Maddock 2020. // Use, modification and distribution are 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 <iostream> #include <boost/math/tools/ulps_p...
[ "curryrasul@gmail.com" ]
curryrasul@gmail.com
f3304244e588c20c1a41348dec3ea815903f8c47
b4925f354c0236406d07cdab4e47667f12f58067
/distribuidos/VisualizadordeInterfaces/SocketDatagrama.cpp
75fe0e82a65cba0b237977171ec5968562791e57
[ "MIT" ]
permissive
MauricioCerv10/schoolhistory
93be0e0adc57a79e5feea4665cac92d925edd9d8
7e5ef296909cc1e6daa54846e595b299e4be4e6e
refs/heads/master
2023-07-01T16:14:25.918824
2021-07-30T03:12:15
2021-07-30T03:12:15
390,902,375
0
0
null
null
null
null
UTF-8
C++
false
false
1,526
cpp
#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <strings.h> #include <stdio.h> #include <stdlib.h> #include <arpa/inet.h> #include <unistd.h> #include <string.h> #include "SocketDatagrama.h" #include "PaqueteDatagrama.h" using namespace std; SocketDatagrama::SocketDa...
[ "mauriciocervantesdelgadillo10@gmail.com" ]
mauriciocervantesdelgadillo10@gmail.com
d28903d2fd712f64bec3d7a33765e3799a3513bf
d324dafd7b383d1fccac2e6f954d2c35264d84d8
/multigpu_graphics_attila/src/trace/ACD/Implementation/ACDTexture3DImp.h
f21ec86142a602dfd6e55409b70c45e13349d39c
[ "BSD-3-Clause", "BSD-2-Clause-Views", "MIT" ]
permissive
flair2005/Scalable-Multi-GPU-Rendering
847efbaddd7c091c7bea20ebec1f22fcd5d80022
1fe0fa74cee5891424db73654551335a7fd5380c
refs/heads/main
2023-02-06T07:57:02.429875
2020-12-29T01:06:10
2020-12-29T01:06:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,426
h
/************************************************************************** * * Copyright (c) 2002 - 2011 by Computer Architecture Department, * Universitat Politecnica de Catalunya. * All rights reserved. * * The contents of this file may not be disclosed to third parties, * copied or duplicated in any form, in...
[ "renxiaowei66@gmail.com" ]
renxiaowei66@gmail.com
394a805fa897aa08cd8375de5bebd9aad769eb0b
3c1f699c1da70d1b5f3075d74887129acbedb949
/include/BigUint.hpp
b6145521de07624d7fb4af8df074ddbe572f01e2
[ "MIT" ]
permissive
peterzuger/BigInt
8acebad47bbbb19a608663398563cf4ce273f17e
2c106cbb24db5728f34d6e7748f423e9d4301b65
refs/heads/master
2021-05-18T01:56:55.779994
2020-07-19T08:42:15
2020-07-19T08:42:15
251,055,820
0
0
null
null
null
null
UTF-8
C++
false
false
6,727
hpp
/** * @file BigInt/include/BigUint.hpp * @author Peter Züger * @date 29.03.2020 * @brief Library for representing big integers * * The MIT License (MIT) * * Copyright (c) 2020 Philippe Peter * Copyright (c) 2020 Peter Züger * * Permission is hereby granted, free of charge, to any person * obtaining a c...
[ "zueger.peter@icloud.com" ]
zueger.peter@icloud.com
025ddbee6d4849149e13c1bbb8d7c6eed8b97873
b0bdd09dbbaa05bcfb1c02263325188c4ba9c588
/src/SLR1.cpp
924b708c221a2aed4dfa51852c9bc8587d140a23
[]
no_license
Nightbot1448/SLR1
b26068ed3a49b13b8282dbb91cb8ebd605417686
20fa5523d192a19cdb45aef16620b6b41f34a5ce
refs/heads/master
2021-07-19T06:11:31.784183
2021-01-23T12:40:30
2021-01-23T12:40:30
235,463,065
0
0
null
null
null
null
UTF-8
C++
false
false
2,113
cpp
#include "SLR_parser.h" #include "SLR_base.h" #include <iostream> #include <fstream> #ifdef __linux__ #include <getopt.h> #endif int main(int argc, char **argv) { bool print_parsing_table = false; bool print_tree = false; std::string input_string("-n+(n*n--n/n)+n"); std::string input_file; const char* short_o...
[ "night1337bot@gmail.com" ]
night1337bot@gmail.com
7c0ba1339830b09e5890de8a9ea60307d9c1aa35
02c506346de40061bc7bf3cc4873bbb19581606c
/client/examonline/scorepaper.h
c379bac39a81426d92e1d91351048eeb197a741a
[]
no_license
787028221/exam
f95327f56e5018257eb16fbe2ad3d869115c2bcc
7203a851a8bab4fe595b093215fe91a8eed42696
refs/heads/master
2019-01-20T07:14:55.384154
2016-05-21T13:34:36
2016-05-21T13:34:58
57,008,066
0
0
null
null
null
null
UTF-8
C++
false
false
359
h
#ifndef SCOREPAPER_H #define SCOREPAPER_H #include <QDialog> #include<QtNetwork> #include<QtNetwork/QTcpSocket> namespace Ui { class scorepaper; } class scorepaper : public QDialog { Q_OBJECT public: explicit scorepaper(QWidget *parent = 0); ~scorepaper(); private: Ui::scorepaper *ui; void ...
[ "787028221@qq.com" ]
787028221@qq.com
0dd7e9f882b8a7bf3ebb6cbadae295070e560d55
80bee850d1197772d61e05d8febc014e9980d7c0
/Addons/MostWanted/MostWanted_Client/Notifications.hpp
f3de98f67f3b232f5bdff8face5cd591b28655f8
[ "MIT" ]
permissive
x-cessive/Exile
0443bb201bda31201fadc9c0ac80823fb2d7a25d
c5d1f679879a183549e1c87d078d462cbba32c25
refs/heads/master
2021-11-29T08:40:00.286597
2021-11-14T17:36:51
2021-11-14T17:36:51
82,304,207
10
8
null
2017-04-11T14:44:21
2017-02-17T14:20:22
SQF
UTF-8
C++
false
false
1,248
hpp
class MostWanted { displayName = "MostWanted"; class NewBounty { displayName = "New Bounty"; description = "%3INMATES!%4%1A perspective client has set a bounty on a fellow inmate.%1The client is offering <t color='#ff0000'>%11</t> poptabs for their head.%1Your local Office Trader has the details and the contrac...
[ "mrsage@xcsv.tv" ]
mrsage@xcsv.tv
d16c73c25ed72c5d8b723bcfe281629015944900
1754c9ca732121677ac6a9637db31419d32dbcf1
/dependencies/libsbml-vs2017-release-32/include/sbml/validator/OverdeterminedValidator.h
8a965fee5242fbffa7e5ebbaa8e6ecb848cf7d14
[ "BSD-2-Clause" ]
permissive
sys-bio/Libstructural
1701e239e3f4f64674b86e9e1053e9c61fe868a7
fb698bcaeaef95f0d07c010f80c84d2cb6e93793
refs/heads/master
2021-09-14T17:54:17.538528
2018-05-16T21:12:24
2018-05-16T21:12:24
114,693,721
3
1
null
2017-12-18T22:25:11
2017-12-18T22:25:10
null
UTF-8
C++
false
false
2,257
h
/** * @cond doxygenLibsbmlInternal * * @file OverdeterminedValidator.h * @brief Performs consistency checks on an SBML model * @author Sarah Keating * * <!-------------------------------------------------------------------------- * This file is part of libSBML. Please visit http://sbml.org for m...
[ "yosefmaru@gmail.com" ]
yosefmaru@gmail.com
5951a6b0505e92a3c624a2e0b1d23de2ffa9f810
e13b9e222a53ff2bd46716c2874944f6a4441ae8
/tcpclientthread.cpp
b3d9c38540b142d9edd438aba9ca84f8f794645c
[]
no_license
lc641777437/collector_manager
ae6f654c6a8b37fede54b6ad47d9a0e98bf4c0f4
6077bb3f7a014d28717583efa4bd5657af9ecf2f
refs/heads/master
2020-04-15T22:44:06.344773
2018-11-18T10:44:54
2018-11-18T10:44:54
68,067,082
0
0
null
null
null
null
UTF-8
C++
false
false
15,629
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include "tcpclientthread.h" extern QVector<double> times; extern QVector<double> value[16]; // value是一个vector的数组,即二维数组 extern int samplerate; /***************** 初始化 ********************************/ TcpClientThread::TcpClientThread(QString message, QObject *paren...
[ "641777437@qq.com" ]
641777437@qq.com
5b3a5a427fb5c5934e5651f65e84a22cc9474932
20b49a6ef1fa417d67abef2d29a598c9e41c478e
/CSES/Graph Algorithms/highScore.cpp
23f369dd0f7541a0647b7dcefc154b5f83a3e3d1
[]
no_license
switchpiggy/Competitive_Programming
956dac4a71fdf65de2959dd142a2032e2f0710e1
beaaae4ece70889b0af1494d68c630a6e053558a
refs/heads/master
2023-04-15T19:13:12.348433
2021-04-04T06:12:29
2021-04-04T06:12:29
290,905,106
1
3
null
2020-10-05T20:16:53
2020-08-27T23:38:48
C++
UTF-8
C++
false
false
1,782
cpp
#include <bits/stdc++.h> using namespace std; typedef long long int ll; typedef long double ld; #define benq queue #define pbenq priority_queue #define all(x) x.begin(), x.end() #define sz(x) (ll)x.size() #define m1(x) memset(x, 1, sizeof(x)) #define m0(x) memset(x, 0, sizeof(x)) #define mn(x) memset(x, -0x3f, sizeof(...
[ "switchpiggy@users.noreply.github.com" ]
switchpiggy@users.noreply.github.com
282a40574da52846ce82302f4033862a5e950873
8f726a302a527a43a656c6c8a791fe59a73b029d
/Chapter_1/1.5_One_Away/Levenshtein_distance.cpp
ea7a0e3935f07322a73615bb15ddb56cd688e207
[]
no_license
aaraki/CtCI
f9d22117e6bc495695839ddd193744e5ef1b18c7
6f904251f2e7def3f24e05034ce24341bfc9351f
refs/heads/master
2022-04-18T15:31:33.421149
2020-03-09T02:38:23
2020-03-09T02:38:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,050
cpp
#include <iostream> #include <vector> #include <list> #include <stack> #include <queue> #include <map> #include <set> #include <unordered_map> #include <unordered_set> #include <string> #include <algorithm> using namespace std; bool oneEditAway(string s, string t) { int n = (int)s.size(); int m = (int)t.size()...
[ "tatsuhiro.no.jones@gmail.com" ]
tatsuhiro.no.jones@gmail.com
4b0998ab7bbe1b25038d28cae141b8b6ee204a93
c27e82cde645bb5bb33c0c2c5f418dc3ba7a491c
/src/shell/command_parser/structures/OutAppend.cpp
214edb500e8161b5327fb67600f4d7773d5f1de0
[]
no_license
pik694/UXP1A_shell
8729cb28507dc5f9a0029226b44b10b0519b821d
f6efd8d1cd3ebc8f0e85505da429c4c63566d9ff
refs/heads/master
2020-03-13T13:58:17.432490
2018-06-14T17:22:14
2018-06-14T17:22:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
181
cpp
// // Created by Daniel Bigos on 13.06.18. // #include "OutAppend.h" using namespace shell::parser::structures; OutAppend::OutAppend( const std::string &path ) : Out( path ) { }
[ "daniel.bigos96@gmail.com" ]
daniel.bigos96@gmail.com
4453a277bdf96bebd35d6c10b85c6df1a42f075a
d52399169d3ce1ca274583241ed471fcac857ec9
/OS/labs/lab12/os12COM/lab12/lab12/CFactory.h
9bf083a713ffb6b9e29b57045799236337a2a0cb
[]
no_license
sshkodunishka/thirdCourse2Sem
bc7d7af3b8376aa0265a926041d1765c9173cd78
0eb3bb66af0e7ccc24c82a616167f08803ea3c2e
refs/heads/main
2023-05-06T18:36:05.330071
2021-06-03T05:06:08
2021-06-03T05:06:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
461
h
#pragma once #include <objbase.h> class CFactory : public IClassFactory { public : virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppv); virtual ULONG STDMETHODCALLTYPE AddRef(void); virtual ULONG STDMETHODCALLTYPE Release(void); virtual HRESULT STDMETHODCALLTYPE CreateInstance(IUnknown* pU...
[ "anton.borisov.17@mail.ru" ]
anton.borisov.17@mail.ru
a878d481ae5d8be7753c0657d55a4a200e43ef93
2b60f6b0c50b5637206c3051be1b9a2d70979406
/src/version.cpp
9dcd85625ccabdfcd39f7ab4563f751c27524b97
[ "MIT" ]
permissive
dogecrap/dogecrap
97976d180b6d73af3176fa43e2aef78ea5b2058a
307721834e9dc525b060414851252927143e5ccb
refs/heads/master
2021-03-12T22:41:19.332301
2014-01-22T21:48:27
2014-01-22T21:48:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,672
cpp
// Copyright (c) 2012 The Bitcoin developers // Copyright (c) 2012 Litecoin Developers // Distributed under the MIT/X11 software license, see the acrapmpanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <string> #include "version.h" // Name of client reported in the 'version' mess...
[ "you@example.com" ]
you@example.com
a0ae71ec28c9e9436e81fb0fadabda6d923ddd27
17353cfd2c984f2b57ab09dce5b793f34b051f19
/unsorted_include_todo/Title/Section.h
c34ffd80181d3d4f3e76fde755292d151f5c7e80
[]
no_license
mxygon/pikmin2
573df84b127b27f1c5db6be22680b63fd34565d5
fa16b706d562d3f276406d8a87e01ad541515737
refs/heads/main
2023-09-02T06:56:56.216154
2021-11-12T09:34:26
2021-11-12T09:34:26
427,367,127
1
0
null
2021-11-12T13:19:54
2021-11-12T13:19:53
null
UTF-8
C++
false
false
2,110
h
#ifndef _TITLE_SECTION_H #define _TITLE_SECTION_H namespace Game { struct BaseHIOSection { virtual void _00() = 0; // _00 virtual void _04() = 0; // _04 virtual void _08() = 0; // _08 virtual void _0C() = 0; // _0C virtual void _10() = 0; // _10 virtual...
[ "84647527+intns@users.noreply.github.com" ]
84647527+intns@users.noreply.github.com
fad642e3a822a58e175e378996f2695c176435d9
fa2069464c2ab9866fe6d5dd656dc48670037ba0
/include/pixiu/request_utils.hpp
6f005184c6de35bfdf1a3f71605bf6d4895311dc
[ "MIT" ]
permissive
blockspacer/pixiu
2b4f881094f3876dd9a30d8acf431d5020f5a041
a75f06a363df0bdec37ff270b67ee877bfaed03a
refs/heads/master
2022-03-11T08:54:56.031718
2019-08-22T19:20:34
2019-08-22T19:20:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
495
hpp
#pragma once #include "client/request_param.hpp" namespace pixiu { using request_param = client_bits::request_param; constexpr struct MakeRequest { auto operator()( const boost::beast::http::verb method, const std::string& host, boost::string_view target, int version, nlohmann::json param ) c...
[ "CHChang810716@gmail.com" ]
CHChang810716@gmail.com
9b4dc0f311dfe13070d74a507f6b6da8d0d854b8
883ab39434c0a31cb0f04b8fe7f5e7761f1939ca
/main.cpp
30814549176d8e791c19bad9cddd6f0fc072659f
[]
no_license
jiubing/QtDemo
7b88130df00190971ee4c570caa37e4c43cdbbf7
58433760aabfa3689b1b0b28a9c74a847f9aaa23
refs/heads/master
2022-12-04T11:00:33.676335
2020-08-29T01:28:23
2020-08-29T01:28:23
291,176,460
0
0
null
null
null
null
UTF-8
C++
false
false
185
cpp
#include "mainwindow.h" #include <QApplication> //hhhhhhhhhhhhhhhhhhhhhhh int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); }
[ "1761960198@qq.co" ]
1761960198@qq.co
b2261580a5edb6c594a0609140c72747e0ef074d
fc38a55144a0ad33bd94301e2d06abd65bd2da3c
/thirdparty/cgal/CGAL-4.13/include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h
ef37f9d9336bc1fb96224b6e811a8fe50238c63a
[ "LGPL-2.0-or-later", "LGPL-3.0-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-commercial-license", "MIT", "LicenseRef-scancode-free-unknown", "LGPL-3.0-only", "GPL-3.0-only", "LGPL-2.1-or-later", "LicenseRef-scancode-proprietary-license", "Licens...
permissive
bobpepin/dust3d
20fc2fa4380865bc6376724f0843100accd4b08d
6dcc6b1675cb49ef3fac4a58845f9c9025aa4c9f
refs/heads/master
2022-11-30T06:00:10.020207
2020-08-09T09:54:29
2020-08-09T09:54:29
286,051,200
0
0
MIT
2020-08-08T13:45:15
2020-08-08T13:45:14
null
UTF-8
C++
false
false
17,395
h
// Copyright (c) 2015 Tel-Aviv University (Israel). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // You can redistribute it and/or modify it under the terms of the GNU // General Public License as published by the Free Software Foundation, // either version 3 of the License, or (at your opti...
[ "huxingyi@msn.com" ]
huxingyi@msn.com
95b16fcf7aba9cffc7917967cffa481ee9bb11be
ed2d635479472dd330176a8624b3189017b0cdc2
/test/SplitterTest.cpp
516353fd646aac96209addd888a923bcc9f3d7b5
[]
no_license
Firobe/Packer
ac16da43e3e86f9401bdabb0f91f986a022d0220
bd6b3cc824028c63e01c51831ebbb4b006a4b351
refs/heads/master
2021-01-21T16:27:47.159457
2017-04-13T22:20:44
2017-04-13T22:20:44
91,887,259
2
0
null
null
null
null
UTF-8
C++
false
false
410
cpp
#include <iostream> #include "Outer.hpp" #include "Splitter.hpp" using namespace std; int main() { int width = 2000, height = 2000, nbSplit = 50; Splitter splitter(width, height); for (int i = 0 ; i < nbSplit ; i++) splitter.split(Point(rand() % width, rand() % height), Point(rand() % width, ran...
[ "vrobles@enseirb-matmeca.fr" ]
vrobles@enseirb-matmeca.fr
8234c7d2a02d2fc33ee3e2b4e27d27e82dff12f3
dcea0b93c838a008367eee386b5eb10531e6d2a7
/src/instructions/src/TESTinstruction.cpp
fb44d4f944cf2f951bdd20a2798dd94ba5a2865e
[]
no_license
lazav94/TwoPassAssembler
084a7ccaa6a4f71737f1db9845e4456faf6d5763
7c3c1de07b8f42af56f1f2e7dc331960cbd7b4d6
refs/heads/master
2021-01-22T06:02:00.675495
2017-02-12T13:59:25
2017-02-12T13:59:25
81,729,123
0
0
null
null
null
null
UTF-8
C++
false
false
1,912
cpp
/* * TESTinstruction.cpp * * Created on: Aug 11, 2016 * Author: laza */ #include "TESTinstruction.h" TEST_instruction::TEST_instruction(int src, int dst) { this->src = src; this->dst = dst; } TEST_instruction::TEST_instruction(string instruction, string name, string condition, bool psw_change, Elf32_...
[ "lazav94@gmail.com" ]
lazav94@gmail.com
c2fc37b3078a98d420aa542049f848fdacf5db5f
040edc2bdbefe7c0d640a18d23f25a8761d62f40
/25/src/densitysimcomp.cpp
aa9f386413385d855a37c4021098bf4a31155edc
[ "BSD-2-Clause" ]
permissive
johnrsibert/tagest
9d3be8352f6bb5603fbd0eb6140589bb852ff40b
0194b1fbafe062396cc32a0f5a4bbe824341e725
refs/heads/master
2021-01-24T00:18:24.231639
2018-01-16T19:10:25
2018-01-16T19:10:25
30,438,830
3
3
null
2016-12-08T17:59:28
2015-02-07T00:05:30
C++
UTF-8
C++
false
false
5,052
cpp
//$Id: halfcomp.cpp 2754 2011-01-02 20:57:07Z jsibert $ #include <fvar.hpp> //#include "trace.h" void assignSeapodym(dmatrix& density, const dmatrix& seapodym) { int i1 = density.rowmin(); int i2 = density.rowmax(); for(int i = i1; i <= i2; i++) { int j1 = density(i).indexmin(); int j2 = density...
[ "thomasp@spc.int" ]
thomasp@spc.int
cdc55fe3b78c98ec20d72136661b2c13507d970b
a46add2ebf128c4dbe8346a59a874f2ce6c833a6
/source/Logger/Level.hpp
c207ff52090b2c040eeecf435ea128be02e27454
[ "MIT" ]
permissive
kurocha/logger
3a0f4c20d8de0e53f97f9d41b0c53c22184d54cd
e34a8b976fc983b904c091a7d75671192d015179
refs/heads/master
2020-12-03T07:52:44.159969
2019-09-14T05:18:57
2019-09-14T05:18:57
95,637,102
0
0
null
null
null
null
UTF-8
C++
false
false
1,308
hpp
// // Level.hpp // File file is part of the "Logger" project and released under the MIT License. // // Created by Samuel Williams on 28/6/2017. // Copyright, 2017, by Samuel Williams. All rights reserved. // #pragma once #include <type_traits> namespace Logger { enum class Level : unsigned { ERROR = 1, WARN...
[ "samuel.williams@oriontransfer.co.nz" ]
samuel.williams@oriontransfer.co.nz
4c10f87ba91b73d99b5d4b1c23f14de89de77614
5a54b68c4936c8e2c4af67bb280517c1932e991e
/uavobjectwidget/uavobjectbrowserfactory.cpp
572dc3abfa123cc2ee5c094715c48a0265cda6eb
[]
no_license
519984307/testpilot
538a0384dca703f7c5906f4525854c31a343eecc
798d39afd9d39724049980d619aa4505fc67fab6
refs/heads/master
2023-03-17T03:29:35.283448
2018-02-10T12:30:48
2018-02-10T12:30:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,277
cpp
/** ****************************************************************************** * * @file uavobjectbrowserfactory.cpp * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @addtogroup GCSPlugins GCS Plugins * @{ * @addtogroup UAVObjectBrowserPlugin UAVObject Browser Plu...
[ "teching.ko@gmail.com" ]
teching.ko@gmail.com
4090a260992308622b1cc2ff12cf77a61c46e34c
c7f14ba53098a55e94780678c0ba815cf7954930
/Project 3 - boulder blast/BoulderBlast/BoulderBlast/backup during exit i really needa nap/Actor.cpp
867f24aca5b30f5d316e9fd26c44c90215bd3081
[]
no_license
TheodoreNguyen/CS32
0a07f29bba944a76e3f8b6b1e1d530ccdd900dc0
9b95a20f8572e439f8d4d97c1d06acdc1c8ffb63
refs/heads/master
2021-01-12T12:35:47.460095
2015-11-06T04:55:03
2015-11-06T04:55:03
31,944,858
0
0
null
null
null
null
UTF-8
C++
false
false
1,527
cpp
#include "Actor.h" #include "StudentWorld.h" // Students: Add code to this file (if you wish), Actor.h, StudentWorld.h, and StudentWorld.cpp void Exit::leveldone() { } void Exit::doSomething() { if (isVisible()) { if (getWorld()->getPlayer->getX() == getX() && getWorld()->getPlayer()->getY() == getY()) { ...
[ "theodore.h.nguyen@outlook.com" ]
theodore.h.nguyen@outlook.com
f7fd718ba06470dca586f0b4f654b2669774b6fd
277a8953fb34dcade615d30b65d5571800fffbe8
/src/main.cpp
28b5915804f40e62f2f3f4107dbbcd66eec63c4b
[]
no_license
julien-besancon/OOP_arcade_2019
528ccd7bed416fdd8bfbab0903c3fca4ebe5e72b
ce2677eb68bf6c2199e0cad135f28df05e219f1d
refs/heads/master
2021-05-26T11:11:26.235031
2020-04-08T18:30:11
2020-04-08T18:30:11
254,108,123
0
0
null
null
null
null
UTF-8
C++
false
false
818
cpp
/* ** EPITECH PROJECT, 2020 ** OOP_arcade_2019 [WSL: Ubuntu] ** File description: ** main */ #include <dlfcn.h> #include <stdio.h> #include "Core.hpp" void launch_game(Core &core) { input c = core.game->game_loop(core); if (c == restart) launch_game(core); if (c == next_game) { core.next_ga...
[ "yanis.auer@epitech.eu" ]
yanis.auer@epitech.eu
e6fa14bdac9bcd3c0d39dcdebd772db4032f7619
ab86dd1ea843aaf24040bee448f28c9c3ecba33b
/src/dao.cpp
518fc4bd5762cec2da190c437292489b20128929
[ "Apache-2.0" ]
permissive
subbyte/sdld
14253ea51f92c60a9047ed345c5a70f586b9ad4e
39707290fc148ddc935979cbbfdd8639035b9f95
refs/heads/master
2021-01-22T09:54:12.053742
2013-11-07T17:48:35
2013-11-07T17:48:35
14,211,007
2
0
null
null
null
null
UTF-8
C++
false
false
1,668
cpp
#include <fstream> #include <cstdio> #include <dirent.h> #include <unistd.h> #include <sys/stat.h> #include "dao.h" using namespace std; DAO::DAO(char *dirname, uint32_t shingle_len) { m_shingle_len = shingle_len; m_dirname = dirname; read_filelist(); } DAO::~DAO() { for(auto it = m_filenames.begin...
[ "subbyte@gmail.com" ]
subbyte@gmail.com
c26c0d55e48228f06762b775339116ab9416d3d1
44f04b8f2b6c0dba51f1e998985d3a9e8540715f
/UESTC/1058/E.cpp
7c2f5cc3302aa1bf9f2566cb30256e55bc3ad123
[]
no_license
GuessEver/ACMICPCSolutions
2dd318a45939711eff1dd208cffc05a029b38130
909927778efd77ca9ec8e18aed3ff22c167d2a33
refs/heads/master
2020-05-18T20:52:32.359955
2015-11-04T08:31:43
2015-11-04T08:31:43
29,720,059
5
3
null
null
null
null
UTF-8
C++
false
false
2,249
cpp
#include <cstdio> #include <cctype> #include <cstring> #include <algorithm> const int N = 100000 + 10; int W, H, n, m; struct Edge{ int x1, x2, y, sign; bool operator < (const Edge &b) const { if(y == b.y) return x1 < b.x1; return y < b.y; } }edge1[N * 2], edge2[N * 2]; int num1, num2; int val[N * 4], len[N *...
[ "jiangzh777@163.com" ]
jiangzh777@163.com
12d4cdef2347b1c4ff86778d9047352e24115f01
510da926846b27824b55cb1bcca05907f247eb5f
/ListNodeSerializationCpp/main.cpp
361d66f11b8920bf8cd65f023b31ffe813897919
[]
no_license
VasilchukVV/ListNodeCpp
207c25652c5289cbca0dafa097e485b8b3618a50
3e417231fd58e0c98171b6d66dfeee0452d22ca7
refs/heads/master
2022-11-18T18:19:51.987109
2020-07-20T03:44:12
2020-07-20T03:44:12
281,005,484
0
0
null
null
null
null
UTF-8
C++
false
false
1,540
cpp
#include "stdafx.h" #include <sstream> using namespace list_node_sample; ostream& serialize(ostream& stream, const node_info& node_info); istream& deserialize(istream& stream, node_info& node_info); //------------------------------------------------------------------------------------------------------------- int ma...
[ "VasilchukVV@gmail.com" ]
VasilchukVV@gmail.com
bb7eb530f62f5575622455f40d9cdb85a8b46607
b549c903ec613321b16f01818a4a861f22afc41c
/src/QDownloaderPrivate.h
28e4b168dec61a27d19f2b0b504ed666cfa8d6f1
[]
no_license
jeandet/QDownloader
206ba381ee584f6c5910923fe1a0ee71b9da5deb
3725b25223247a60d61e56e572a2cabe6437f533
refs/heads/master
2021-01-23T23:02:37.441686
2017-09-09T13:00:58
2017-09-09T13:00:58
102,950,821
0
0
null
null
null
null
UTF-8
C++
false
false
1,613
h
/*------------------------------------------------------------------------------ -- This file is a part of the QDownloader library -- Copyright (C) 2017, Plasma Physics Laboratory - CNRS -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public Licens...
[ "alexis.jeandet@member.fsf.org" ]
alexis.jeandet@member.fsf.org
541abdb22dfaabbe5de0031df96be623728d4750
a550ff2a385e7a7498c02ac831116e4ff38f2a1c
/c++ sol/USACO/2018-2019/January/Platinum/redistricting.cpp
e021f2f2c7e70bc46358131ab95a41203b47527f
[]
no_license
TausifIqbal/CPcode
28854eca64813bf01369ec553558a8cf87111537
23292111132752f4639037ebada288f338101e32
refs/heads/master
2023-04-07T19:38:52.373971
2021-04-13T23:11:36
2021-04-13T23:11:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
902
cpp
#include <iostream> #include <cstdio> #include <algorithm> #include <set> using namespace std; #define endl '\n' int main(){ freopen("redistricting.in", "r", stdin); freopen("redistricting.out", "w", stdout); ios::sync_with_stdio(false); cin.tie(NULL); int n, k; cin >> n >> k; int dif[n + 1], dp[n + 1]; ...
[ "super_j@att.net" ]
super_j@att.net
aa600d0ac987f72998e58ebf2aec43749946f30f
5330918e825f8d373d3907962ba28215182389c3
/CMGTools/H2TauTau/interface/DiObjectUpdateFactory.h
86fe248404e18b758d7592c671ceaf7c6fca93de
[]
no_license
perrozzi/cmg-cmssw
31103a7179222c7aa94f65e83d090a5cf2748e27
1f4cfd936da3a6ca78f25959a41620925c4907ca
refs/heads/CMG_PAT_V5_18_from-CMSSW_5_3_22
2021-01-16T23:15:58.556441
2017-05-11T22:43:15
2017-05-11T22:43:15
13,272,641
1
0
null
2017-05-11T22:43:16
2013-10-02T14:05:21
C++
UTF-8
C++
false
false
7,190
h
#ifndef DIOBJECTUPDATEFACTORY_H_ #define DIOBJECTUPDATEFACTORY_H_ #include "CMGTools/H2TauTau/interface/DiTauObjectFactory.h" #include "TLorentzVector.h" #include "DataFormats/Math/interface/deltaR.h" namespace cmg{ // T is for example a di-object<U, S> template< typename T> class DiObjectUpdateFactory : publi...
[ "colin.bernet@cern.ch" ]
colin.bernet@cern.ch
20c06a975fad8ae967c7a546d2cf25409fb0666d
f81664ad23806f837b154cd9c193b4b0a4cbecb9
/vs2003_cd01/Program Files/Microsoft Visual Studio .NET 2003/Vc7/VCWizards/ClassWiz/MFC/Simple/Templates/1033/oproppg.cpp
8b77dde9b7884f85167bcf5583be1c89fdbbd182
[]
no_license
HowlTheHusky/vs2003
7b3c5a412e76025f203b7a2bf93daed546834e68
2f9e0d77ddb69453626459221128d941c31a2330
refs/heads/master
2021-06-28T13:57:57.230418
2017-09-18T13:39:52
2017-09-18T13:39:52
103,944,102
0
4
null
null
null
null
UTF-8
C++
false
false
1,545
cpp
// [!output IMPL_FILE] : implementation file // #include "stdafx.h" #include "[!output PROJECT_NAME].h" #include "[!output HEADER_FILE]" [!if !MERGE_FILE] #ifdef _DEBUG #define new DEBUG_NEW #endif [!endif] // [!output CLASS_NAME] dialog IMPLEMENT_DYNCREATE([!output CLASS_NAME], COlePropertyPage) // Message map...
[ "32062494+HowlTheHusky@users.noreply.github.com" ]
32062494+HowlTheHusky@users.noreply.github.com
e2c1aab4b03299431f4a066d5b19bfc8f0f52178
78a5c4c4a6881c76816769e3bae4f971c27bed82
/Room.h
c0fe805b4a81edb6cd32feaf6d607dc3fddab919
[]
no_license
StiveMan1/PSS_University_Access_System
56ce0ec6076499aaffce538b034a438c95db19dd
d4dd509e0f198b813b8e55034cc6d26d4dc7b9e4
refs/heads/main
2023-03-19T23:18:33.076015
2021-03-17T13:04:07
2021-03-17T13:04:07
348,708,901
2
0
null
2021-03-17T13:02:47
2021-03-17T12:53:38
C++
UTF-8
C++
false
false
1,981
h
// // Created by 04024 on 05.03.2021. // #ifndef PSS_AS_ROOM_H #define PSS_AS_ROOM_H #include "Users/Person.h" class Room { private: char* name; unsigned int standardAccess = 1; int specialAccessedUsers_len = 0,specialAccessedUsers_count=1; unsigned int* specialAccessedUsers = new unsigned int[1]; ...
[ "39464416+StiveMan1@users.noreply.github.com" ]
39464416+StiveMan1@users.noreply.github.com
c847a4374dec5232ecf6e422f6a3fa374d3fcdcd
0fceffd86e5eebcca6c9de8c6e15ffa355b34cc2
/HavokOpenGL/HavokOpenGL/HvkOGLObj.cpp
2ee09c3c098248f989b645cea90bc7cacbfbbfdb
[]
no_license
lxq2537664558/BallDropper
b40d9a3f731d7b0ddc18ebd6fd016f365072c738
424f871540b2282c62b4f00ad2506a8fd40cf9cc
refs/heads/master
2021-01-22T20:00:20.860109
2014-05-02T17:22:04
2014-05-02T17:22:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,083
cpp
#include "HvkOGLObj.h" HvkOGLObj::HvkOGLObj(HavokObj* havokObj){ hObj = havokObj; angle = 0; r = g = b = 0.5f; } HvkOGLObj::HvkOGLObj(HavokObj* havokObj, char* img){ hObj = havokObj; angle = 0; r = g = b = 0.5f; LoadTextures *lt = new LoadTextures(img); //for texture texture = lt->getTexture(); delete lt; ...
[ "rseymour8@gmail.com" ]
rseymour8@gmail.com
af2945c2abba4ecc1c062fffaf2a65e8f64b94d7
85b9ce4fb88972d9b86dce594ae4fb3acfcd0a4b
/build/Android/Release/Global Pot/app/src/main/jni/_root.RecipePage.Template3.Template4.cpp
0060301041397bfad94b84abd4a2d533efce5ba3
[]
no_license
bgirr/Global-Pot_App
16431a99e26f1c60dc16223fb388d9fd525cb5fa
c96c5a8fb95acde66fc286bcd9a5cdf160ba8b1b
refs/heads/master
2021-01-09T06:29:18.255583
2017-02-21T23:27:47
2017-02-21T23:27:47
80,985,681
0
0
null
2017-02-21T23:27:48
2017-02-05T10:29:14
C++
UTF-8
C++
false
false
10,435
cpp
// This file was generated based on 'F:\Global Pot_App\.uno\ux11\RecipePage.g.uno'. // WARNING: Changes might be lost if you edit this file directly. #include <_root.GlobalPot_FuseControlsImage_Url_Property.h> #include <_root.GlobalPot_FuseControlsTextControl_Value_Property.h> #include <_root.GlobalPot_UnoUXStringConc...
[ "girr.benjamin@gmail.com" ]
girr.benjamin@gmail.com
d5244461c524a17b9fb42cb7a4295fb6bd4be99b
63f7f32a914a2096a9a82b50dc29dd21a877b84d
/GeneratedFiles/soapBasicHttpBinding_USCOREIRouteServiceObject.h
3fe56bf4d96b75b073f046f4eb81ced6193f9263
[]
no_license
dabiaoluo/VirtualEarthBitmapDownload
069da5ad2ce3e45dde62364691e4529a8eaf5ad0
f886f07431ae66d469c888aa1f54ecf2bb950f7b
refs/heads/master
2021-01-14T12:58:05.021911
2014-11-04T03:42:55
2014-11-04T03:42:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,637
h
/* soapBasicHttpBinding_USCOREIRouteServiceObject.h Generated by gSOAP 2.7.13 from VirtualEarth.h Copyright(C) 2000-2009, Robert van Engelen, Genivia Inc. All Rights Reserved. This part of the software is released under one of the following licenses: GPL, the gSOAP public license, or Genivia's license for c...
[ "wanglauping@gmail.com" ]
wanglauping@gmail.com
b2126d4f68cf9679ace3cd57fca87fb0d5f398e3
6c71067a78989f1d287368a5537609fd3f4200f3
/qgis/include/ui/ui_qgsidentifyresultsbase.h
8bd4dff2a1b0a401e6a7db53b9ce175b654d0372
[]
no_license
3DGISKing/MarineAlarmSystem
c12569d4f300dd8cc783fea4b66de69d8ea17139
0151edbe0fbb422d95a8675f3bbbfc1d215dfb27
refs/heads/master
2021-06-15T20:53:23.547139
2017-03-30T20:16:28
2017-03-30T20:16:28
86,743,988
1
2
null
null
null
null
UTF-8
C++
false
false
16,556
h
/******************************************************************************** ** Form generated from reading UI file 'qgsidentifyresultsbase.ui' ** ** Created: Sat Jan 17 20:06:26 2015 ** by: Qt User Interface Compiler version 4.8.0 ** ** WARNING! All changes made in this file will be lost when recompili...
[ "wugis3@yahoo.com" ]
wugis3@yahoo.com
aae72d3002da609f42c2d9e6c64dc6b5d837b43f
0f753714aab2b0e90469f17af834e94e2faa9c0f
/src/progs/recon_PBC_real.cpp
36475dcbac8e5a8731c17cb3da6d90fd877d9111
[]
no_license
npadmana/baorecon
b90ee4f2fb3738beb9e8ea1d5e654f6f4a0dc8eb
1147c4b9f3a46c3b84a6c2f25960d70402e57390
refs/heads/master
2016-09-08T01:22:03.082693
2014-11-28T02:40:44
2014-11-28T02:40:44
2,431,362
0
1
null
null
null
null
UTF-8
C++
false
false
7,385
cpp
#include <iostream> #include <cmath> #include <sstream> #include <iomanip> #include "Recon.h" static char help[] = "recon_PBC_real -configfn <configuration file>\n"; using namespace std; int main(int argc, char *args[]) { PetscErrorCode ierr; ierr=PetscInitialize(&argc,&args,(char *) 0, help); CHKERRQ(...
[ "nikhil.padmanabhan@yale.edu" ]
nikhil.padmanabhan@yale.edu
d1d08d73b8efe9e21c5a868f8d28bcc8798472ca
da99e80d9c88b7783e2a5154ef6b9217fbf611e9
/MyAstroids/MoveComponent.cpp
9990e0a72b2f5059bbfcf6238afac9d69f7abc47
[]
no_license
markvanbuyten/MyAstroids
983d14fc81818b40caf401a10eff506911467687
4d98cb2b9e051c8e2d2f1403057e7152c646468f
refs/heads/master
2020-04-23T17:19:24.295896
2019-02-21T20:04:34
2019-02-21T20:04:34
171,327,780
0
0
null
null
null
null
UTF-8
C++
false
false
797
cpp
#include "MoveComponent.h" #include "Actor.h" MoveComponent::MoveComponent(Actor * owner, int updateOrder) :Component(owner, updateOrder) ,mAngularSpeed(0.0f) ,mForwardSpeed(0.0f) { } void MoveComponent::Update(float deltaTime) { if (!Math::NearZero(mAngularSpeed)) { float rotation = mOwner->GetRotation(); r...
[ "markvanbuyten@gmail.com" ]
markvanbuyten@gmail.com
f6fdd6f2df29a676f54867054083733d44e3a38c
fda4e3f7ecbb8f7b2e3c92682776c20b013f4e97
/libssoa/src/registry/registryservicerequest.cpp
4c1fbdb5409e5151c98d006afd1cdac9d7d4f046
[]
no_license
antoniomacri/sisop-soa
7f1ae01c6a56013fb38d76fc641ee2c9465e0995
bbe7932ce838ce8cab2bee7c3fc8df4d67b75aac
refs/heads/master
2021-01-11T01:23:02.021624
2016-10-12T21:02:41
2016-10-12T21:02:41
70,739,532
0
1
null
null
null
null
UTF-8
C++
false
false
791
cpp
/* * registryservicerequest.cpp */ #include <ssoa/registry/registryservicerequest.h> #include <sstream> #include <yaml-cpp/yaml.h> using std::string; namespace ssoa { RegistryMessage * RegistryServiceRequest::fromYaml(const YAML::Node& node) { if (node["type"].to<string>() != messageType()) ...
[ "ing.antonio.macri@gmail.com" ]
ing.antonio.macri@gmail.com
7305c4bfd048c32cc8babae08b531c81df6dcb8d
d61b37777151cae274b071f6af1a89356273cb61
/CDAC/DS/DoubleEndedQueue.cpp
db9362f14b5ebd191f0a6db0682958fe00ddc591
[]
no_license
Arun-A-Patil/CDAC
bb63cb308d5ba02011a9aa13ca962bbba8ee2e8a
fd1775ba4dc22931a3ca6fe9243182fb47fdf794
refs/heads/master
2023-02-25T09:17:29.000689
2021-02-02T17:42:59
2021-02-02T17:42:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,885
cpp
#include<iostream> #include<stdlib.h> using namespace std; class Queue{ private: int size; int *arr; int front; int rear; public: Queue(){ size=0; front=-1; rear=-1; } Queue(int size){ this->size=size; ...
[ "nipun_madaan@yahoo.com" ]
nipun_madaan@yahoo.com
3a149f7f2613ce0141859772dfff7da06f089291
b8eb1b1e8db64dd69bab51a038131c6ef2cb7b1e
/src/Pawn.h
bf92ed9d4c08e59c5e44c6a8ad9a696f15465627
[]
no_license
Gasia44/Advanced-Object-Oriented-Programming
f12252b1e5ab7f1b6b693c7cc6e090ee5e8e5f00
2fbd1464412ac3f94b427a9b54e56692dcbb14d0
refs/heads/master
2021-09-08T13:15:49.928299
2021-09-02T06:21:23
2021-09-02T06:21:23
225,483,804
0
0
null
null
null
null
UTF-8
C++
false
false
270
h
// // Created by gasia on 12/13/19. // #ifndef CHESS_PROJECT_PAWN_H #define CHESS_PROJECT_PAWN_H #pragma once #include "Figure.h" class Pawn: public Figure { public: Pawn(bool); ~Pawn(); bool canMove(Square*, Square*); }; #endif //CHESS_PROJECT_PAWN_H
[ "gasiaatashian@gmail.com" ]
gasiaatashian@gmail.com
80ec58caf299bd175668323a90f64d35c139bb96
6680910326e975c20fbe36e1aa31d35539d97c75
/progbase2/build-SR_2_Lukianets_Mykhailo-Desktop_Qt_5_8_0_GCC_64bit-Debug/moc_createdata.cpp
190814ade599af583bcf072ddfb6823bd4b53f28
[]
no_license
TGIfr/courses
9c927ac23921ec9a6f6503e0e7831f47c28060e3
99c4bc9b77a41f731d61bf7d5fa2616c610e737d
refs/heads/master
2020-03-14T08:45:50.322966
2018-05-01T11:35:12
2018-05-01T11:35:12
131,532,044
0
0
null
null
null
null
UTF-8
C++
false
false
2,699
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'createdata.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) ** ** WARNING! All changes made in this file will be lost! **********************************************************...
[ "mihail.lukjanec@gmail.com" ]
mihail.lukjanec@gmail.com
c6303206455e0c0390cbb348f183b71b81582e38
2e676e3b1cebfbb9d20f9b935ceacd507c57d36a
/Octave/octave-4.2.1/include/octave-4.2.1/octave/lo-array-gripes.h
a934fa28d420492cf46ff03251c790bed103aeae
[ "MIT", "Zlib", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
vohrahul/ML-ang-coursera
239469e763b290aa178b7aa8a86eda08e4e7f4be
4c24fd2ecfb9f3de7df15e3a9f75627f782f9915
refs/heads/master
2022-12-28T03:45:54.810173
2020-10-16T12:33:25
2020-10-16T12:33:25
304,620,441
1
0
null
null
null
null
UTF-8
C++
false
false
3,752
h
/* Copyright (C) 2000-2017 John W. Eaton This file is part of Octave. Octave is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Octave is di...
[ "rvohra91@gmail.com" ]
rvohra91@gmail.com
44a558aac6fd6019698897640c03d082068f6695
11ffb89cf392367646a88844982d0dc06453eb7c
/Homework06/Dragon.h
3dfdf5399012e7a91655a56afb8a87beb0640eda
[]
no_license
prog1261-2020/homework-atoledanoh
0114bad2f773fab9191d678e3c1a9feba7e18453
f600099876e01daede6f39a3bac3a9d68acb4f3c
refs/heads/master
2020-12-09T22:09:01.933624
2020-03-22T23:52:55
2020-03-22T23:52:55
233,429,881
0
0
null
null
null
null
UTF-8
C++
false
false
192
h
#pragma once #include "Animal.h" class Dragon : public Animal { public: Dragon(std::string n); int pet(); void speak() const override; void move() override; private: int petted = 0; };
[ "55004603+atoledanoh@users.noreply.github.com" ]
55004603+atoledanoh@users.noreply.github.com
3f245f098ab21aba54b1f6f2150ba888fdddb01e
24f26275ffcd9324998d7570ea9fda82578eeb9e
/extensions/browser/content_verifier/content_hash_unittest.cc
1d560cbe4a012e5c5b3bf2fb4911bfbf6a359e92
[ "BSD-3-Clause" ]
permissive
Vizionnation/chromenohistory
70a51193c8538d7b995000a1b2a654e70603040f
146feeb85985a6835f4b8826ad67be9195455402
refs/heads/master
2022-12-15T07:02:54.461083
2019-10-25T15:07:06
2019-10-25T15:07:06
217,557,501
2
1
BSD-3-Clause
2022-11-19T06:53:07
2019-10-25T14:58:54
null
UTF-8
C++
false
false
8,889
cc
// Copyright 2019 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 "extensions/browser/content_verifier/content_hash.h" #include "base/base64url.h" #include "base/files/file_util.h" #include "base/files/scoped_t...
[ "rjkroege@chromium.org" ]
rjkroege@chromium.org
2518b1d9f829e02d4a6f05dadbb1ffce590166fa
6d6865725ceec1287dc18a75ed843e6190d58e66
/String/stringtest.cpp
2462c6a414ff49ab35e483b1bb5078aaf39af8f9
[]
no_license
patrickclark9/Esercizi
0edbdd5e7916f56bd83f2d810e487fd4f07e93e4
44b4f2dbd145a788c1d359098d22db6a8085e0ab
refs/heads/master
2023-03-15T08:44:35.732366
2021-03-16T09:24:44
2021-03-16T09:24:44
346,989,454
1
0
null
null
null
null
UTF-8
C++
false
false
522
cpp
#include <string> #include <iostream> #include "string.hpp" int main() { eostring n; std::string s1 = "ciao"; std::string s2 = "buonasera"; std::string s3 = "latte"; std::string s4 = "caffett"; std::string s5 = "carlot"; std::string s6 = "pari"; char c; n.insertString(s1); n.in...
[ "patrickclark@outlook.it" ]
patrickclark@outlook.it
63b26bbaee1633aa57fc358047709d4daf3f37b1
d25f34c7c2feedc72bcc6c7af2b624e1c1605eee
/modules/common/vehicle_state/vehicle_state_provider.h
59c1a10d414d23b567fa9e9f1160927733661acb
[ "Apache-2.0" ]
permissive
wangzhongchuan1973/2020-w1
aefecada26376f49cc88b652378920647ae3af78
f9fb019d6b5ebbba4b4e9cf5e98544fa9bc3c7a6
refs/heads/master
2022-12-11T14:06:04.564465
2020-03-08T07:11:25
2020-03-08T07:11:25
245,765,118
0
0
Apache-2.0
2022-12-07T02:18:33
2020-03-08T06:37:00
C++
UTF-8
C++
false
false
5,447
h
/****************************************************************************** * Copyright 2017 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
[ "wzc1973@163.com" ]
wzc1973@163.com
cb0e7e99d3af9f27c262008c880d91b5bbdcbac8
0ed3ff478ea539c975438027f91737b2f0995736
/garli/tags/0.952b2/src/utility.h
1d7bc2c16fcbc54318e7c2c4c30b9994c51d19f9
[]
no_license
zwickl/garli
a275d6fad15c0d3e5d12fe6821efbfff1e1c7520
65fb3e7e967109d1c0a3a9b3fa5eeb0df89285ff
refs/heads/master
2022-09-24T16:39:32.643748
2022-09-15T23:11:54
2022-09-15T23:11:54
39,407,170
4
3
null
null
null
null
UTF-8
C++
false
false
5,705
h
#ifndef GAML_UTIL_HPP #define GAML_UTIL_HPP // code from MTH for allocating flattened matrices #include "memchk.h" #include <stdlib.h> #include <cassert> #define DBL_ALIGN 32 template<typename T> T ***New3DArray(unsigned f , unsigned s , unsigned t); template<typename T> T **New2DArray(unsigned f , unsigned s); temp...
[ "zwickl@f68b6e6a-deb8-11de-9f73-7335da764322" ]
zwickl@f68b6e6a-deb8-11de-9f73-7335da764322
643f7ae71c761d9173ed5494783e46541626109a
801f7ed77fb05b1a19df738ad7903c3e3b302692
/refactoringOptimisation/differentiatedCAD/occt-min-topo-src/src/TDataStd/TDataStd_TreeNode.hxx
f9459a4fa828f4abfdf116479a5225844642d901
[]
no_license
salvAuri/optimisationRefactoring
9507bdb837cabe10099d9481bb10a7e65331aa9d
e39e19da548cb5b9c0885753fe2e3a306632d2ba
refs/heads/master
2021-01-20T03:47:54.825311
2017-04-27T11:31:24
2017-04-27T11:31:24
89,588,404
0
1
null
null
null
null
UTF-8
C++
false
false
9,500
hxx
// Created on: 1999-06-10 // Created by: Vladislav ROMASHKO // Copyright (c) 1999 Matra Datavision // Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU ...
[ "salvatore.auriemma@opencascade.com" ]
salvatore.auriemma@opencascade.com
45cfd7784c06345055942f91af91aa16cea6e46b
f40b6f8755c776d617fd1abe2aa8d8f9f748fde6
/src/GameBoard/Card.cpp
69330efe944b00df108314f1b121f3401c116052
[]
no_license
Harian-Elyoth/Smoke
4c8668a011c0b34e2f0c0951dd27f3b90994581b
4a67ef39eace21b92a25287d32e636fbd68bcb7e
refs/heads/master
2020-09-11T15:51:45.982786
2019-12-13T13:13:49
2019-12-13T13:13:49
222,116,545
0
0
null
2019-11-20T15:54:17
2019-11-16T15:10:04
C++
UTF-8
C++
false
false
961
cpp
#include "Card.h" Card::Card () { initAttributes(); } Card::Card (int c, std::string n, int id, std::string tr, std::string ty): cost(c), name(n), owner(id), tribe(tr), type(ty){} Card::~Card () { } std::ostream& operator<<(std::ostream& os, const Card& c){ os << c.cost << " | " << c.name << std::endl; ...
[ "axel@arctique.fr" ]
axel@arctique.fr
d56a62d3c018b034023c6d986d2aebf0ce791abd
30e1dc84fe8c54d26ef4a1aff000a83af6f612be
/src/external/boost/boost_1_68_0/tools/bcp/copy_path.cpp
c65c1b3b5e72ed56916436a23ac4020c84b3099b
[ "BSL-1.0", "LicenseRef-scancode-other-permissive", "Zlib", "Spencer-86", "LicenseRef-scancode-mit-old-style", "Jam", "GPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-bison-exception-2.0", "LicenseRef-scancode-stlport-4.5", "LicenseRef-scancode-public-domain", ...
permissive
Sitispeaks/turicreate
0bda7c21ee97f5ae7dc09502f6a72abcb729536d
d42280b16cb466a608e7e723d8edfbe5977253b6
refs/heads/main
2023-05-19T17:55:21.938724
2021-06-14T17:53:17
2021-06-14T17:53:17
385,034,849
1
0
BSD-3-Clause
2021-07-11T19:23:21
2021-07-11T19:23:20
null
UTF-8
C++
false
false
7,871
cpp
/* * * Copyright (c) 2003 Dr John Maddock * 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) * * This file implements the following: * void bcp_implementation::copy_path(const ...
[ "znation@apple.com" ]
znation@apple.com
a38a4a156ff1a5f78bfd385dd1174b05c6205593
a4a018a69e15e2edd43d1c4331b611c46f7a9277
/CodeChef/FCTRL.cpp
9657dce29ac9565a8daf5a5f1229e02ad7cb84ee
[]
no_license
sanchitkum/algorithmic-solutions
207765580d02869cd59ec577db8662a6752a40e2
b1eebee2ca3a012caf5f3cb6aa5cd799113218e8
refs/heads/master
2016-09-05T17:17:55.031903
2016-03-01T02:10:18
2016-03-01T02:10:18
40,711,722
11
1
null
null
null
null
UTF-8
C++
false
false
231
cpp
#include<stdio.h> int main() { int n,i,cnt; long unsigned no,div; scanf("%d",&n); for(i=1;i<=n;i++) { cnt=0; scanf("%lu",&no); for(div=5;div<=no;div*=5) cnt=cnt+(int)(no/div); printf("%lu\n",cnt); } return 0; }
[ "sanchitkum@gmail.com" ]
sanchitkum@gmail.com
5643a447e254d4fecdd84417c2204a63d79677c1
33cb74df7b3fa922a18453a01cf1040e9b0f40bb
/include/stxmodel/GstmtInvokeSub.h
0d6ff19441867a425a8d43d3251393451cafda38
[]
no_license
OPRoS/TaskEngine
8f9f7a65ac38127a796f0f258aa7f95644937d5f
cfc703a23f31865220a9f66e82188fc05d14d9a9
refs/heads/master
2021-01-21T23:33:51.611221
2013-08-27T05:39:16
2013-08-27T05:39:16
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,163
h
/************************************************************************************************* ** Project: OPRoS ** Package: OPRoS Task Executor ** Date: 2010.10.30 ** Author: Rockwon Kim (rwkim@etri.re.kr) ** Copyright: Copyright (C) 2010 ETRI ** License: OPRoS Source Codes License (www.o...
[ "yudonguk@naver.com" ]
yudonguk@naver.com
2f75e2add20d9b66f0fe3b600aef1c82580cbde6
c91e272cfd99013ef9d56acfa95f5aed39d5c943
/codes-20180817T022617Z-001/ARM_codes/LEDS/led2/led2.cp
2927ab07c5d6713a2130907580671b4a7f7c74a6
[]
no_license
KhaledAbdelgalil/ITI-internship
334a4d26e686f107abaaf7a002bfaf3a757f445a
8393d2584948647914fa958d483e59f1ef41cdba
refs/heads/master
2021-10-23T00:55:19.068152
2019-03-14T01:22:05
2019-03-14T01:22:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
566
cp
#line 1 "C:/Users/pc2/Desktop/embded/microCforArm/led2/led2.c" void main() { GPIO_Digital_Output(&GPIOA_ODR,_GPIO_PINMASK_ALL); GPIO_Digital_Output(&GPIOB_ODR,_GPIO_PINMASK_ALL); GPIO_Digital_Output(&GPIOC_ODR,_GPIO_PINMASK_ALL); GPIO_Digital_Output(&GPIOD_ODR,_GPIO_PINMASK_ALL); GPIO_Digital_Output(&GPIOE_ODR,_GPIO_PI...
[ "khaled.abdelgalil96@gmail.com" ]
khaled.abdelgalil96@gmail.com
6960861ae1ecef55a4b0ec18b60e4fbe1f49d3b2
46f53e9a564192eed2f40dc927af6448f8608d13
/content/renderer/pepper/plugin_power_saver_helper_browsertest.cc
7444d1cc45c7c10fa0f6276dede62472832c8a63
[ "BSD-3-Clause" ]
permissive
sgraham/nope
deb2d106a090d71ae882ac1e32e7c371f42eaca9
f974e0c234388a330aab71a3e5bbf33c4dcfc33c
refs/heads/master
2022-12-21T01:44:15.776329
2015-03-23T17:25:47
2015-03-23T17:25:47
32,344,868
2
2
null
null
null
null
UTF-8
C++
false
false
6,280
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 "base/run_loop.h" #include "content/common/frame_messages.h" #include "content/common/view_message_enums.h" #include "content/public/common/conte...
[ "scottmg@chromium.org" ]
scottmg@chromium.org
726757763bf4ef065e82a8d8b9536cebd788e2f7
84b2888af824cdfaf14d1f03ce592d924889d90f
/myFramework/material.cpp
880c36366d43202eaa150ed0498635f8bbe9d0b8
[]
no_license
GermanScientist/Framework
26d8a5a3b2f2647765ab9c67f46bf5587faa7743
48f925bc4f4058b93bfac989e80921b5ab367c5c
refs/heads/master
2023-08-16T23:42:58.946416
2023-08-09T14:56:41
2023-08-09T14:56:41
313,586,894
0
1
null
2021-03-16T19:31:07
2020-11-17T10:41:12
C++
UTF-8
C++
false
false
338
cpp
#include <myFramework/material.h> //Constructor Material::Material() { texture = -1; //Load shaders shader = new Shader(); // Load the texture using the texture loader textureloader = new Textureloader(); } //Destructor Material::~Material() { //Deletes texture loader delete textureloader; //Deletes shader...
[ "jack_hulspas@hotmail.com" ]
jack_hulspas@hotmail.com
e5e440387ee130a7e555c23d79630738ea39db0b
e99c20155e9b08c7e7598a3f85ccaedbd127f632
/ sjtu-project-pipe/thirdparties/VTK.Net/src/Imaging/vtkImageMathematics.h
993201e88baa9b5961bdc4fe154e46220835c162
[ "BSD-3-Clause" ]
permissive
unidevop/sjtu-project-pipe
38f00462d501d9b1134ce736bdfbfe4f9d075e4a
5a09f098db834d5276a2921d861ef549961decbe
refs/heads/master
2020-05-16T21:32:47.772410
2012-03-19T01:24:14
2012-03-19T01:24:14
38,281,086
1
1
null
null
null
null
UTF-8
C++
false
false
5,030
h
/*========================================================================= Program: Visualization Toolkit Module: $RCSfile: vtkImageMathematics.h,v $ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for detail...
[ "useminmin@gmail.com" ]
useminmin@gmail.com
81c75580fd54a9c32e73c5a36f51a38f3e0860a5
25b218c6fa6f3b0d232140b429106ae8d27e1cfd
/hw_impl_2/ad_grid_update.hpp
b9961e48cca657ab7ed3d2ee48ff7cdf11bed0c0
[]
no_license
djmmoss/SAD
108bf9816bbe83cf083fe6ad297a24ce5cd086e8
3c0b974e5bff788091389d40ac07934be23a8188
refs/heads/master
2021-05-16T04:20:27.478159
2016-01-15T02:53:38
2016-01-15T02:53:38
25,385,078
0
0
null
null
null
null
UTF-8
C++
false
false
139
hpp
#ifndef AD_GRID_UPDATE_H_ #define AD_GRID_UPDATE_H_ void ad_grid_update(stream<axiIndex> &inData, stream<axiRawValues> &outData); #endif
[ "djm.moss@gmail.com" ]
djm.moss@gmail.com
57c5e0bb12cb93b29c0179bf2ab7b940d346a03c
7f461f4a8be5e42a20b150ac170b040e6a068e1f
/library/sequence/lcslen-string.cpp
74cc8a7302f4f5998aa1dbb0c54e0bef73fc089e
[]
no_license
idaten459/competitive-programming
abf46a811bef848173899fac2d66cd253f523832
c46813bc8f77d600cd585f5fefb5a48cc60ce95f
refs/heads/master
2023-05-04T11:34:03.732318
2021-05-29T10:28:49
2021-05-29T10:28:49
185,630,869
0
0
null
null
null
null
UTF-8
C++
false
false
623
cpp
/* LCS(最長共通部分列)のlcs長 vectorを引数にとる stringではlcs-stringを参照 計算量はO(st) */ template<typename T> int lcslen(string& s,string& t){ ll ls = s.size(); ll lt = t.size(); vector<vector<int>> lcs(ls+1,vector<int>(lt+1,0)); REP(i,ls+1){ REP(j,lt+1){ if(i==0||j==0){ lcs[i][j]=0; ...
[ "shukai2013@gmail.com" ]
shukai2013@gmail.com
42ff1a6a87e991900bb6cda519acee229450dc84
fe47c9f5c6e79fdf8994a9262520d33e29e0f9b2
/buttons/buttons.ino
c277a5eddfff943a0356e16e941d4da22b87fd6f
[]
no_license
pedrorv/arduino-courses
7ae65b76bcdd3cf0e90004e3682870743a44b91f
81374e3cb9721a57113d71d3eff6cc064d257dec
refs/heads/master
2020-05-21T02:37:22.990353
2017-07-13T20:26:20
2017-07-13T20:26:20
84,561,609
0
0
null
null
null
null
UTF-8
C++
false
false
277
ino
const int ledPin = 13; const int inputPin = 2; void setup() { // put your setup code here, to run once: pinMode(ledPin, OUTPUT); pinMode(inputPin, INPUT); } void loop() { // put your main code here, to run repeatedly: digitalWrite(ledPin, digitalRead(inputPin)); }
[ "pedroreisv@gmail.com" ]
pedroreisv@gmail.com
1a8ac8fbc73fedae45580ea982ba0df272ed944a
9ec8f808b70b30e6dea8c2a98b4a269b7a4021a6
/meshshaderclass.h
1f7a41a10db728d7401e176d06a4313e150969b3
[]
no_license
adomalewski/DirectXGame
5daaeb78ca308aff8a7ce24dc7bd5cc253d779ab
6d706c7450eba9a69bba670a33d9da414cded83c
refs/heads/master
2021-01-13T12:35:37.839306
2017-01-22T20:11:24
2017-01-22T20:11:24
72,575,223
0
0
null
null
null
null
UTF-8
C++
false
false
1,740
h
#ifndef MESHSHADERCLASS_H #define MESHSHADERCLASS_H #include <d3d11.h> #include <d3dx10math.h> #include <d3dx11async.h> #include <fstream> using namespace std; class MeshShaderClass { private: struct MatrixBufferType { D3DXMATRIX world; D3DXMATRIX view; D3DXMATRIX projection; }; struct MeshBufferType { ...
[ "adomalewski@adomalewski-wro.pgs-soft.com" ]
adomalewski@adomalewski-wro.pgs-soft.com
363764ed50a60230a0cacc2743500f112a9e29bf
0a3940d6f8c083900db072876f3afd769bbfdb71
/2019 July 28/soldiers.cpp
cb5cc76fe924850866eafcc62181000837b34eb6
[]
no_license
HelioStrike/Arjuna-Code
174a104d4c8687535ae06ca28d71188eeb95784e
1679ba15990116e6abba80979f228b0860ce8dc4
refs/heads/master
2020-04-21T23:38:11.147929
2019-09-08T05:05:36
2019-09-08T05:05:36
169,952,501
0
0
null
null
null
null
UTF-8
C++
false
false
1,269
cpp
#include <bits/stdc++.h> #define FOR(i,a,b) for(int i = (a); i < (b); i++) using namespace std; string s,t,p,q; int x,dp[10010]; int stoin(string k) { int ret=0; FOR(i,0,k.length()) ret*=10,ret+=k[i]-'0'; return ret; } string to_str(int k) { string ret=""; while(k) ret=(char)('0'+(k%10))+ret,k/=1...
[ "rageofepicfury@gmail.com" ]
rageofepicfury@gmail.com
d522adb8e3921863ee872208cc1177dbded78987
f83ef53177180ebfeb5a3e230aa29794f52ce1fc
/ACE/ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_interface_fwd/interface_fwd_ch.h
f40ecff308d8ba96415093612384b44e20ba6cfd
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-sun-iiop" ]
permissive
msrLi/portingSources
fe7528b3fd08eed4a1b41383c88ee5c09c2294ef
57d561730ab27804a3172b33807f2bffbc9e52ae
refs/heads/master
2021-07-08T01:22:29.604203
2019-07-10T13:07:06
2019-07-10T13:07:06
196,183,165
2
1
Apache-2.0
2020-10-13T14:30:53
2019-07-10T10:16:46
null
UTF-8
C++
false
false
951
h
/* -*- c++ -*- */ //============================================================================= /** * @file interface_fwd_ch.h * * Concrete visitor for the Interface Forward node. * This one provides code generation for interface forward node. * * @author Aniruddha Gokhale */ //=========================...
[ "lihuibin705@163.com" ]
lihuibin705@163.com
3904dfbe0f23a0af81734bd1b6576b83ab71f46e
5700dac204805d113492a1147ac07fde952a4952
/T3000/DialogT3.cpp
5af365fd0cef76048119e500162c79fa31c355fe
[ "MIT" ]
permissive
Doanlmit/T3000_Building_Automation_System
2e1cfe7154cb4fea8e7311765e3dbe29f1a2c264
f7824c1772a04624f1de29e6e92cf20e5597aa36
refs/heads/master
2021-01-20T16:22:12.710466
2017-05-09T08:56:21
2017-05-09T08:56:21
90,835,334
1
0
null
2017-05-10T07:43:06
2017-05-10T07:43:06
null
GB18030
C++
false
false
8,091
cpp
// DialogT3.cpp : implementation file // #include "stdafx.h" #include "T3000.h" #include "DialogT3.h" // CDialogT3 IMPLEMENT_DYNCREATE(CDialogT3, CFormView) CDialogT3::CDialogT3() : CFormView(CDialogT3::IDD) , m_address(0) , m_firmware(0) , m_serial(0) , m_hardware(0) , m_model(_T("")) , m_picVersion(0) { ...
[ "register@temcocontrols.com" ]
register@temcocontrols.com
a90b5158640e4114f5a4609c34cb44363f503cf0
3a164e9ef0d99d006fd5ff6d67d4a11e3e7b2856
/race_to_expiry_chtc/eh-sim/libtorch/include/ATen/core/TensorMethods.h
6b25d5ad90e74c92ad7cae90f12ae7fd57151f13
[ "MIT" ]
permissive
abhijiths94/r2e_results
bb320ac388a0bbd1eeae23218b97024991c9bc69
96def5313b7f46122e6c814c91971521fd6d858f
refs/heads/master
2021-05-17T22:43:10.798201
2020-03-29T19:39:47
2020-03-29T19:39:47
250,985,394
0
0
null
null
null
null
UTF-8
C++
false
false
280,198
h
#pragma once #include <c10/core/Scalar.h> #include <c10/core/MemoryFormat.h> #include <c10/core/QScheme.h> #include <c10/macros/Macros.h> #include <c10/core/TensorOptions.h> #include <c10/util/intrusive_ptr.h> #include <ATen/core/DeprecatedTypeProperties.h> #include <ATen/core/dispatch/Dispatcher.h> #include <ATen/cor...
[ "somashekhar@submit2.chtc.wisc.edu" ]
somashekhar@submit2.chtc.wisc.edu
3ec0931a3983e352576a86997932857a7faa6624
b21d7b3a901f751aa9f500dc5b310fc273f869f3
/Nexus/Source/Nexus/Graphics/GLMessage.cpp
b7d0f2ecfff7c25209158c93e8b84bcd634fc550
[]
no_license
jkstpierre/Nexus
0fc8d5af7c622e6ee7e7a526ad917bfbe290245f
9fc38141ebfb2a284fb9168d4acda2115539454d
refs/heads/master
2021-05-18T06:05:35.225543
2020-04-23T21:50:04
2020-04-23T21:50:04
251,149,197
0
0
null
null
null
null
UTF-8
C++
false
false
1,197
cpp
/// File: Source\Nexus\Graphics\GLMessage.cpp. /// /// Summary: Implements the gl message class. #include <cstring> #include <Nexus\Graphics\GLMessage.hpp> namespace Nexus::Graphics { GLMessage::GLMessage(const GLMessageSource& source, const GLMessageType& type, const GLMessageSeverity& severity, ...
[ "jkstpierre@wpi.edu" ]
jkstpierre@wpi.edu
c418f39f1f85bc15613ae1d74bb3cad62469daed
72852e07bb30adbee608275d6048b2121a5b9d82
/algorithms/problem_1320/other2.cpp
32fa01f5ddb28379091e56f9e90b9bdc47caf69e
[]
no_license
drlongle/leetcode
e172ae29ea63911ccc3afb815f6dbff041609939
8e61ddf06fb3a4fb4a4e3d8466f3367ee1f27e13
refs/heads/master
2023-01-08T16:26:12.370098
2023-01-03T09:08:24
2023-01-03T09:08:24
81,335,609
0
0
null
null
null
null
UTF-8
C++
false
false
1,361
cpp
/* In our dynamic programming, dp[a] means that, if our left finger ends at character a, the maximum we can save is dp[a]. Now our right finger tapped all letters, and left finger did nothing. We iterate through the whole string one by one and select some letter to tap with the left finger. By doing this, we want to f...
[ "drlongle@gmail.com" ]
drlongle@gmail.com
aeed529d373d38b1067ac18d73ec77e35a7f575b
326ba98eabaa3a05ceb5e314dd1cc8de301fa19a
/ffscript/StaticContext.h
860d9f91fed9ee0021adf635df4cade970142aad
[ "MIT" ]
permissive
heruix/ffscript
4823e9afd3ce8eba104ec65d6e0ff2fbba74d8d5
1ee86fdaae8e188e4c99ab4cb0c878be919d7d47
refs/heads/master
2020-08-01T12:23:26.006286
2019-09-24T10:15:27
2019-09-24T10:15:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,164
h
/****************************************************************** * File: StaticContext.h * Description: declare StaticContext class. A type of context, but * the memory of its is global shared memory and can be * accessed any where, any time in the program. * Author: Vincent Pha...
[ "minhpta@outlook.com" ]
minhpta@outlook.com
ed5e039effcb86da8179069736626b794ce028c5
a9b03f4730534da6e25e8a52ea0cd870db7c28b4
/modules/perception/lib/test/lib_registerer_test.cc
717da1f30cff1152f2b4d2bd28dfec849b2e77ac
[ "Apache-2.0" ]
permissive
zhuangli1987/apollo
6bcf2ddebb23377e701ec9bf2b56c1ea4632bab9
2210bef1ef5aadfeccb48949c07b31de4e581b25
refs/heads/master
2020-03-28T00:31:50.529228
2018-09-25T01:29:51
2018-09-25T01:31:39
147,425,981
0
0
null
2018-09-04T22:11:18
2018-09-04T22:11:18
null
UTF-8
C++
false
false
2,491
cc
/****************************************************************************** * Copyright 2018 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
[ "ycool@users.noreply.github.com" ]
ycool@users.noreply.github.com
5bc23f7119e94f001780f044911d776db2633250
a5a99f646e371b45974a6fb6ccc06b0a674818f2
/RecoMTD/DetLayers/src/MTDDiskSectorBuilderFromDet.cc
da8bc0caadb5fbf31fc1d8f3922017c7ae73107f
[ "Apache-2.0" ]
permissive
cms-sw/cmssw
4ecd2c1105d59c66d385551230542c6615b9ab58
19c178740257eb48367778593da55dcad08b7a4f
refs/heads/master
2023-08-23T21:57:42.491143
2023-08-22T20:22:40
2023-08-22T20:22:40
10,969,551
1,006
3,696
Apache-2.0
2023-09-14T19:14:28
2013-06-26T14:09:07
C++
UTF-8
C++
false
false
3,824
cc
//#define EDM_ML_DEBUG #include "MTDDiskSectorBuilderFromDet.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "DataFormats/GeometryVector/interface/VectorUtil.h" #include "DataFormats/GeometrySurface/interface/BoundingBox.h" #include <iomanip> using namespace std; namespace { pair<DiskSecto...
[ "fabio.cossutti@ts.infn.it" ]
fabio.cossutti@ts.infn.it
e41caa7f92cb18e9c4c002f838bc8ebf6e24e10d
3edc478db837a27dbf8df7eded45df909dfe3cf9
/CodeForces/455a.cpp
93ea09ddcf467464c856ca79758f508c8c1caeca
[]
no_license
ronistone/Maratonas
b60ebeb9e7e9298399652df88faa83389bd94542
8bd0bedd476645081a09b19152a007ca1497fe20
refs/heads/master
2021-01-12T10:06:04.016208
2018-10-19T02:40:54
2018-10-19T02:40:54
76,360,276
1
0
null
null
null
null
UTF-8
C++
false
false
514
cpp
#include <bits/stdc++.h> using namespace std; typedef long long int ll; int n; ll dp[100010]; ll A[100010]; ll solve(int current){ if(current < 0) return 0; if(dp[current]!=-1) return dp[current]; return dp[current] = max(solve(current-1),solve(current-2)+A[current]); } main(){ ios_base::sync_with_stdio(0); ci...
[ "ronistonejunior@gmail.com" ]
ronistonejunior@gmail.com
dc7c28353660e12f28d792e09d754839a3a6f30b
62e1b92bdca09eb6e61bf5463ec4952c76b46f35
/src/rpcmining.cpp
5c3b0b9ef178f1f623d5dac51479eb62d7754b30
[ "MIT" ]
permissive
zealdeal/zeal
9406e63b73cb0460581bd07c168bfca8d83ea23a
9e2049dc506d97d9d184826c8364206b0360f960
refs/heads/master
2020-04-02T15:17:25.854093
2018-10-29T22:44:27
2018-10-29T22:44:27
154,561,705
0
0
null
null
null
null
UTF-8
C++
false
false
25,341
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpcserver.h" #include "chainparams.h" #include "main.h" #include "db.h" #incl...
[ "root@Razvoj-Rasa.localdomain" ]
root@Razvoj-Rasa.localdomain
b4de7ff718a6b765d7eaad0c35c99b6e8ca2200f
a6b46ceba9753a519a5db131df26ca41b5f31ac3
/No3/No3/main.cpp
ca6f9d855d511e74f23ebc3e25cd18f544f653ab
[]
no_license
YugoTakagi/yukicoder
697d1414a6b2a26aebedabcdfa6846720e1e0232
a8563806b4d22747d0caf8f34220f70b6a748e70
refs/heads/master
2020-06-08T06:27:44.214856
2019-06-22T01:29:03
2019-06-22T01:29:03
193,177,419
0
0
null
null
null
null
UTF-8
C++
false
false
1,256
cpp
// // main.cpp // No3 // // Created by 高城友豪 on 2019/06/21. // Copyright © 2019 高城友豪. All rights reserved. // #include <iostream> #include <bitset> #include <queue> int main(int argc, const char * argv[]) { // insert code here... int N; std::cin >> N ; std::queue<int> q; std::vector<int> direct...
[ "a217048@ns.kogakuin.ac.jp" ]
a217048@ns.kogakuin.ac.jp
58970eff345c450ea0f0fca5bbec7fb5a1fb68f6
2591ae43a809173d223b78207c7638d80d839962
/GFG/searching/1_linear.cpp
9eec098dd26b44436e3b2e4bcebd7068e3e745a7
[]
no_license
DeveshDutt2710/Competitive_Programming
82fc97efcae65b23738d7f4e4ecc880e43bf975c
78a6251e74c8b261c94ebf79408e7c36f9331838
refs/heads/master
2023-07-30T16:05:54.659186
2021-09-22T17:44:08
2021-09-22T17:44:08
300,497,546
0
0
null
null
null
null
UTF-8
C++
false
false
1,404
cpp
#include <iostream> #include <bits/stdc++.h> using namespace std; int search(int arr[], int n, int x) { int i; for(i=0;i<n;i++) { if(arr[i]==x) { return i; } } return -1; } int searchOptimised(vector<int> arr, int search_Element) { int left = 0; int len...
[ "dd123.ues2017@gmail.com" ]
dd123.ues2017@gmail.com
da18895ca675ce4517c85436f3ca7a98e20de1d2
c181f915220d2f182e237cebddceffc20052930c
/Classes/MapSprite/MapSprite10.h
a306b51e55da4d027519315a1cd570c01ae6222f
[]
no_license
sharezer/HC
cf46003b19f497c259198002fe319aca0101728c
bb03a5c8458eed03c82942a9ec7a1d2dfc4a3dc8
refs/heads/master
2021-01-21T01:49:32.989854
2019-10-23T08:07:29
2019-10-23T08:07:29
15,626,010
0
0
null
null
null
null
UTF-8
C++
false
false
146
h
#pragma once #include "MapSprite.h" class CMapSprite10 : public CMapSprite { public: void firstAction(); public: virtual bool initSprite(); };
[ "liangshaoze@sina.cn" ]
liangshaoze@sina.cn
5fb7eecdea4c86ecaf93e503fd22ffacb30f94c5
c301c81f7560125e130a9eb67f5231b3d08a9d67
/lc/lc/2021_target/companies/amazon/lc_347_top_k_frequent_elements.cpp
8038df016945bf7d029bb55ad5925f83014fff73
[]
no_license
vikashkumarjha/missionpeace
f55f593b52754c9681e6c32d46337e5e4b2d5f8b
7d5db52486c55b48fe761e0616d550439584f199
refs/heads/master
2021-07-11T07:34:08.789819
2021-07-06T04:25:18
2021-07-06T04:25:18
241,745,271
0
0
null
null
null
null
UTF-8
C++
false
false
1,823
cpp
/* Given a non-empty array of integers, return the k most frequent elements. Example 1: Input: nums = [1,1,1,2,2,3], k = 2 Output: [1,2] Example 2: Input: nums = [1], k = 1 Output: [1] */ #include "header.hpp" class Solution { public: vector<int> topKFrequent(vector<int>& nums, int k) { std::unordered_ma...
[ "vjha2100@gmail.com" ]
vjha2100@gmail.com
fb3489c6263909cf91ccb78abc9a8e927d6a1ca5
eec2eb8d09c05ae3ef92ff1ff7c43d8e0ee67784
/rfc/threads/KThread.h
f4167f898b63e0e1fa583328672a0c43e6ef5d30
[ "MIT" ]
permissive
camark/RFC-Framework
6dc9c6668f2d01c6648f99c1b86913c2b257ad51
e82b51be20750f47ab73bb2176bd0344d3f32b57
refs/heads/master
2020-03-24T16:48:20.644669
2018-07-19T03:05:26
2018-07-19T03:05:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,308
h
/* RFC - KThread.h Copyright (C) 2013-2018 CrownSoft This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including...
[ "ruchira66@gmail.com" ]
ruchira66@gmail.com
8d1e847d5ce2fa845d6a3c65d5ebe4f93e0d7c78
814fd0bea5bc063a4e34ebdd0a5597c9ff67532b
/components/password_manager/core/browser/password_manager_url_collection_experiment.h
3ba8f4171e55264f8f3f75a722a133a0e39a6ef1
[ "BSD-3-Clause" ]
permissive
rzr/chromium-crosswalk
1b22208ff556d69c009ad292bc17dca3fe15c493
d391344809adf7b4f39764ac0e15c378169b805f
refs/heads/master
2021-01-21T09:11:07.316526
2015-02-16T11:52:21
2015-02-16T11:52:21
38,887,985
0
0
NOASSERTION
2019-08-07T21:59:20
2015-07-10T15:35:50
C++
UTF-8
C++
false
false
2,293
h
// 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. #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_URL_COLLECTION_EXPERIMENT_H_ #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_M...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org