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
e50d9cfad9edb01379fd99896c4ffe3c308c3357
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/chrome/browser/extensions/process_manager_browsertest.cc
4027593333f320b8a3dd916c17fc1d5fd848e795
[ "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
53,111
cc
// Copyright 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 <stddef.h> #include <memory> #include <utility> #include "base/callback.h" #include "base/macros.h" #include "base/path_service.h" #include "ba...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
900a9cb40c67529ad6db9a98a38689f2a92d6a18
c54a0897be1c62def168009ed931acc2ab178872
/ouzel/audio/openal/OALAudioDevice.hpp
2c73475439327a2751c7ff3f272078da14e84a34
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
yeeway/ouzel
af73005af643a1b8b19ee90775d26bf062c38dff
ad469531ad5c5d424e140aae31a1084098f36b56
refs/heads/master
2020-09-03T15:46:14.215978
2019-11-03T22:56:52
2019-11-03T22:56:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,157
hpp
// Copyright 2015-2019 Elviss Strazdins. All rights reserved. #ifndef OUZEL_AUDIO_AUDIODEVICEAL_HPP #define OUZEL_AUDIO_AUDIODEVICEAL_HPP #include "core/Setup.h" #if OUZEL_COMPILE_OPENAL #include <atomic> #include <thread> #if defined(__APPLE__) # include <OpenAl/al.h> # include <OpenAl/alc.h> #else # include <...
[ "elviss@elviss.lv" ]
elviss@elviss.lv
b7fc7bea72bfb0f94f28ccb853e7ddd8a7345818
c60fe551e358a9c7b3340c9bc8551817f5c6732e
/src/calculate.hpp
8a0ebe91d8480df15addbc6eaa50f546f5aac1ce
[]
no_license
callumacrae/cpp-calculator
45b9cd3e70d3a3d01cc518e75e41a26d477d4b29
8b80db9895e31906b9e9ba43b7f84bd1cb2854dc
refs/heads/main
2023-06-04T06:10:34.752871
2021-06-29T18:06:01
2021-06-29T18:06:01
377,284,658
0
0
null
null
null
null
UTF-8
C++
false
false
154
hpp
// // calculate.hpp // calculator // // Created by Callum Macrae on 15/06/2021. // #pragma once float calculate(const std::string_view &mathString);
[ "callum@macr.ae" ]
callum@macr.ae
d81591d29dce1bc6281bcb4828e3df2c238eaa31
3ded37602d6d303e61bff401b2682f5c2b52928c
/toy/0503/Classes/Model/MiniGameManager.h
4e20e6c102df74b97976b50ff848db9697b3cbbc
[]
no_license
CristinaBaby/Demo_CC
8ce532dcf016f21b442d8b05173a7d20c03d337e
6f6a7ff132e93271b8952b8da6884c3634f5cb59
refs/heads/master
2021-05-02T14:58:52.900119
2018-02-09T11:48:02
2018-02-09T11:48:02
120,727,659
0
0
null
null
null
null
UTF-8
C++
false
false
4,500
h
// // MiniGameManager.h // BedtimeStory // // Created by maxiang on 8/31/15. // // #ifndef __BedtimeStory__MiniGameManager__ #define __BedtimeStory__MiniGameManager__ #include "cocos2d.h" #include "AppConfigs.h" class BaseGameData { public: BaseGameData() : index(-1), resPath(""), logo("") {};...
[ "wuguiling@smalltreemedia.com" ]
wuguiling@smalltreemedia.com
2d53f683632423017ea7687ed56bdb094113e327
906429cb55aa76ef0b44f03ac84a1265fb311d54
/Lab2_ACM_2020/2.AvgExcludeMinAndMax/ConsoleApplication2/ConsoleApplication2.cpp
b7cdd3e1d52892243e90500995cf43861dd203a6
[]
no_license
Ranazh/Shakieva_ACM_Labs
02bf314337506b6b8d95ffe97780b2e4e798ab50
2bb23b500f7ef415738044790ae0bac79695198f
refs/heads/main
2022-12-31T13:21:08.663315
2020-10-19T21:18:48
2020-10-19T21:18:48
305,397,163
0
0
null
null
null
null
UTF-8
C++
false
false
1,015
cpp
#include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; class Solution1 { public: double average(vector<int>& salary) { int size = salary.size(); int mx = salary[0]; int mn = salary[0]; double sum = salary[0]; for (int i = 1; i < size; i++) { sum += salary[i];...
[ "62495507+Ranazh@users.noreply.github.com" ]
62495507+Ranazh@users.noreply.github.com
63dad212574f3af5756aa197847489d271350ca0
ce6fc44470dcb5fca78cdd3349a7be70d75f2e3a
/AtCoder/Beginner 134/E.cpp
92279d0207e0a3f476b32c278259073843f69a42
[]
no_license
cormackikkert/competitive-programming
f3fa287fcb74248ba218ecd763f8f6df31d57424
3a1200b8ff9b6941c422371961a127d7be8f2e00
refs/heads/master
2022-12-17T02:02:40.892608
2020-09-20T11:47:15
2020-09-20T11:47:15
266,775,265
0
0
null
null
null
null
UTF-8
C++
false
false
1,473
cpp
#include <bits/stdc++.h> using namespace std; #define FOR(i,a,b) for (int i = (a); i < (b); ++i) #define F0R(i,a) FOR(i,0,a) #define ROF(i,a,b) for (int i = (b)-1; i >= (a); --i) #define R0F(i,a) ROF(i,0,a) using ll = long long; ll INF = LLONG_MAX; using vc = vector<char>; using vi = vector<int>; using pii = pair...
[ "u6427001@anu.edu.au" ]
u6427001@anu.edu.au
70f2bb9e9c151ef3f2bae749ee42a374000bd92b
981925c2d9a19f66e2c57f599439576be7ed98fb
/myCirclellist/myCirclellist/源.cpp
1f0cd685e3a2f25afbe72ecaa60e0ba9c5cac733
[]
no_license
ssexuejinwei/create-datastructure-by-myself
eafd529bca892e1c1713e4a8ca7701cb6536ca7b
d635c2585f8b39b630ac247e7a8a6fc2a9dc3ea9
refs/heads/master
2020-03-23T04:26:49.240019
2018-07-16T04:56:40
2018-07-16T04:56:40
141,083,959
0
0
null
null
null
null
UTF-8
C++
false
false
580
cpp
#include"CirList.h" #include<iostream> int main() { using namespace std; Cirlist<int> list; int x; int n, s, m, k; cin >> n >> s >> m >> k; LinkNode<int>* p; for (int i = 0; i < n; i++) list.Insert(i + 1, i + 1); p = list.locate(s); while (n > k) { for (int i = 1; i < m; i++) { if (p == list.getRear()) ...
[ "839315380@qq.com" ]
839315380@qq.com
fb5de8f03fa785d8ffb7c80a659bcb80a5c86210
b526330604e6cc42b4604dee855ba3291f2df454
/CodeLib/Brute Force/POJ 1077 Eight.cpp
e6e7d15d221528f688d54b33da640277fe769650
[]
no_license
KamikazeChan/Contest
039166160140b1eb424cbcc2e2765e6f04d3cafc
dcacfee07e7c7c201205b73dc1d92281e6824c63
refs/heads/master
2021-01-24T23:11:44.978319
2014-12-15T10:38:15
2014-12-15T10:38:32
null
0
0
null
null
null
null
GB18030
C++
false
false
3,550
cpp
/* ** POJ 1077 Eight ** Created by Rayn @@ 2014/05/22 */ #include <iostream> #include <cstdio> #include <cstring> #include <bitset> #include <algorithm> using namespace std; const int MAX = 400000; int nGoalStatus; bitset<387420498> Flag; char szRes[MAX], szMove[MAX]; char Dir[] = "udrl"; int Pre[MAX], Queue[MAX]; int...
[ "rayn1027@outlook.com" ]
rayn1027@outlook.com
d1e448d44043d2b807c7a0e94bb239e93fad851f
a5db05a373f489d05a7f2b8e06d2805ee711de17
/android/hardware/aw/marlin/Include/Bento4/Core/Ap4Movie.h
99e7232a41818ffda71779be992c1abff19b6b14
[]
no_license
BPI-SINOVOIP/BPI-H3-New-Android
7c0cdd50a23e62a204d4818954357868b4925945
5cbaa7ad4f73f615dcc4fbed07b52ae240743504
refs/heads/master
2023-02-25T15:43:36.633336
2018-07-18T10:56:14
2018-07-18T10:56:14
69,656,896
1
1
null
null
null
null
UTF-8
C++
false
false
2,849
h
/***************************************************************** | | AP4 - Movie | | Copyright 2002-2008 Axiomatic Systems, LLC | | | This file is part of Bento4/AP4 (MP4 Atom Processing Library). | | Unless you have obtained Bento4 under a difference license, | this version of Bento4 is Ben...
[ "justin@justin-ThinkPad-T420.(none)" ]
justin@justin-ThinkPad-T420.(none)
1eb35009b4afee6258adf665a23a54d9b3ab2332
92b6aaade5a3f323d7f8e7d02fb9fec09f4c2f50
/CP-Codes/cf_476b.cpp
d94b1bef0d24b081f28f9d0001ae983fba89de1e
[]
no_license
suraj1611/Competitive_Programming
846dee00396e2f2b6d13e2ea8aaed444a34062af
82bd88081ac067ad4170553afedc6c479bb53753
refs/heads/master
2020-04-22T17:27:18.116585
2019-12-16T19:42:29
2019-12-16T19:42:29
170,541,477
1
0
null
null
null
null
UTF-8
C++
false
false
1,522
cpp
/* Code by : Suraj (@suraj1611) */ #include<bits/stdc++.h> #include <string> using namespace std; #define ll long long #define rep(i,n) for(int i=0; i<n; i++) #define rep1(i,n) for(int i=1;i<=n;i++) #define mx INT_MAX #define mn INT_MIN #define md 1000000007 #define pb push_back #define mp make_pair #define maxsize ...
[ "surajsk1611@gmail.com" ]
surajsk1611@gmail.com
92a073d897ff44193293ec8a1e41764417254267
a9ef859bd36defcc2bcc88ee2d3925e678e670f8
/codeforces/1294/B.cpp
1eb89c8876d5cbb127131da9695fd6cbb8420a6d
[]
no_license
thun-cp/Problem-Solving
6655c5452849c1a576cb54cc5b8c135148d2a8e1
663c5bdb5b51695ded2a3c8c6b0f334f7c97e8f3
refs/heads/master
2023-02-22T01:30:10.604479
2021-01-04T19:38:40
2021-01-04T19:38:40
323,599,063
0
0
null
null
null
null
UTF-8
C++
false
false
2,808
cpp
// #pragma comment(linker, "/stack:200000000") // #pragma GCC optimize("Ofast") // #pragma GCC target("avx,avx2,fma") // #pragma GCC optimization("unroll-loops") #include "bits/stdc++.h" #define pb push_back #define mp make_pair #define mt make_tuple #define endl '\n' #define F first #define S second #defi...
[ "tmodpe@gmail.com" ]
tmodpe@gmail.com
c05247070a7d6efdb85211d709a7bdaa7b5322ed
4b055f9c18ad613f10c0e281873b800f3ff515ff
/Minigin/Renderer.cpp
bbf67f609ae66d97ae9e10e8016be455e0dd1735
[]
no_license
minoarno/MidestinyEngine
982508e7ac0197fc49649c1bec362ad5ba113469
68e88f2f3dc537cf4add9fe474004681a90e8a84
refs/heads/main
2023-07-16T06:31:24.398267
2021-08-23T04:40:14
2021-08-23T04:40:14
337,725,203
0
0
null
null
null
null
UTF-8
C++
false
false
2,959
cpp
#include "MiniginPCH.h" #include "Renderer.h" #include <SDL.h> #include "SceneManager.h" #include "Texture2D.h" bool dae::Renderer::m_ShowDemo = true; void dae::Renderer::Init(SDL_Window * window) { m_Window = window; m_Renderer = SDL_CreateRenderer(window, GetOpenGLDriverIndex(), SDL_RENDERER_ACCELERATED | SDL_REN...
[ "minoarno@users.noreply.github.com" ]
minoarno@users.noreply.github.com
dcf579f490db38b49bd90c24f58bfa07bf5dc9f5
7e79799ffb2b32666ed6bce1c3223f4d4e39c7db
/03_C_plusplus/096_Remove_Element/01_Remove_Element.cpp
89c136e94e49d8941290bdebf8610f18a58e9274
[]
no_license
daegukdo/TIL
c24fef4b0c694dd5db0a48cc041960b9cb8ede34
f3ad8d802e0bf55896d97d5d70fd08a1f7736a79
refs/heads/master
2022-05-10T12:26:53.270934
2022-05-05T13:30:24
2022-05-05T13:30:24
200,057,564
0
3
null
null
null
null
UHC
C++
false
false
2,259
cpp
/* @ LeetCode Remove Element Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do not allocate extra space for another array, you must do this by modifying the input array in-place with O(1) extra memory. The order of elements can be changed. It doesn't ma...
[ "eornrsayclub@gmail.com" ]
eornrsayclub@gmail.com
7635f0b820925c78502746b914a9d79081d1655a
26ee37a92336ac6268b6d23f965d1b54d5594a7b
/src/consistency/traditional_ssp_consistency.cc
18a5488af0b656f9fa57bcb03b6484a53d75e523
[]
no_license
CaryLorrk/woops
9494082f9a90926a63299462075e83e49d9688b9
66d10b9f93f275f2d2e4aaa71acfa09a3cefa862
refs/heads/master
2020-05-23T18:30:05.316492
2018-09-18T04:08:45
2018-09-18T04:08:45
95,071,315
0
1
null
2017-10-13T05:09:41
2017-06-22T03:36:56
C++
UTF-8
C++
false
false
1,609
cc
#include "traditional_ssp_consistency.h" #include "lib.h" namespace woops { TraditionalSSPConsistency::TraditionalSSPConsistency(Iteration staleness): SSPConsistency(staleness) {} void TraditionalSSPConsistency::BeforeClock(Iteration iteration) { auto&& tables = Lib::Client().GetTables(); for (auto&& kv: t...
[ "carylorrk@gmail.com" ]
carylorrk@gmail.com
268cb90fe62680f45851e8bc3359d815e22dd90e
00692ba81551905b594279fc37ee8e3ca3a4f8eb
/List.cpp
235115b0fad04a08e1ac76a2c1ed46d9d45554fe
[]
no_license
zhan81776075/Cplusplus-Primer
a52bd0ea62bedf248cc9b72e5915e01930b97460
9b4103138c94728a4f9ec541a05ae6835fcf5a41
refs/heads/master
2020-05-17T09:16:13.259039
2019-06-15T14:16:30
2019-06-15T14:16:30
183,628,642
0
0
null
null
null
null
UTF-8
C++
false
false
1,692
cpp
#include<iostream> #include<list> #include <utility> // std::move std::swap #include <vector> // std::vector #include <string> // std::string int main() { /*list::assign std::list<int> first; std::list<int> second; //void assign (size_type n, const value_type& val); first.assign(7, 100); //vo...
[ "416810161@qq.com" ]
416810161@qq.com
fe1e4d7b7dbc225bb7231a7cc2942dba348f76f2
5be91d95c7c0e3ecd2f6da2cd1f73018f444e0d1
/ProjetoPOO/Virus.cpp
ff6720161016b4d1a2e02323012ef59f9adb77bc
[ "MIT" ]
permissive
DiogoTojal7/ProjetoPOO-
8d336ad5ef642efb87376cf15f1e4ab2a4822564
5990806a191cbf6f02c7a6b9119ba8c7bd38226b
refs/heads/main
2023-01-20T19:13:35.422856
2020-11-20T18:32:13
2020-11-20T18:32:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
111
cpp
#include "Virus.h" #include "Pessoa.h" Virus::Virus(string c1) { //ctor } Virus::~Virus() { //dtor }
[ "63270037+DiogoTojal@users.noreply.github.com" ]
63270037+DiogoTojal@users.noreply.github.com
8a29594b18a3bfd282cf2f54d6f903ed3dfc9d31
6d3a70abecb8d5f706673ba7068bcd2b941fc84d
/Libraries/Dicom/dcm_value_ul.cpp
092320c3804318edf9f29b470ceecdd69521ba0d
[]
no_license
MarcoTestDVTk/TestDVTk
352ab93c0d1ed154985fbad83ed6982029da66d1
c9202041090d6f68f5cdfd23db904592440fb365
refs/heads/master
2021-01-09T20:30:38.405636
2016-06-15T08:52:41
2016-06-15T08:52:41
61,128,764
0
1
null
null
null
null
WINDOWS-1252
C++
false
false
2,399
cpp
// ------------------------------------------------------ // DVTk - The Healthcare Validation Toolkit (www.dvtk.org) // Copyright © 2009 DVTk // ------------------------------------------------------ // This file is part of DVTk. // // DVTk is free software; you can redistribute it and/or modify it under the term...
[ "marco.kemper@dvtk.org" ]
marco.kemper@dvtk.org
bc949847e11d14bab314ca201cacacfc9d95eaee
696e35ccdf167c3f6b1a7f5458406d3bb81987c9
/media/gpu/command_buffer_helper.h
13744e53e8f60d4e35fd712b720d5639bcef30d6
[ "BSD-3-Clause" ]
permissive
mgh3326/iridium-browser
064e91a5e37f4e8501ea971483bd1c76297261c3
e7de6a434d2659f02e94917be364a904a442d2d0
refs/heads/master
2023-03-30T16:18:27.391772
2019-04-24T02:14:32
2019-04-24T02:14:32
183,128,065
0
0
BSD-3-Clause
2019-11-30T06:06:02
2019-04-24T02:04:51
null
UTF-8
C++
false
false
5,104
h
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_GPU_COMMAND_BUFFER_HELPER_H_ #define MEDIA_GPU_COMMAND_BUFFER_HELPER_H_ #include "base/callback_forward.h" #include "base/macros.h" #includ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
d848543165c911d67f18f6fc3dd2334212dc102b
ca0f494b45522eab05d0342f25b1f0907ce1d720
/sources/services/sysmgr/srv/src/NetRpc.cpp
b7e345feb207fa06a82510d93df6159d639466a5
[]
no_license
hackboxguy/brbox
9f79f21097685464c9c9a429603e586e034f8cae
ba3850807067b7f623ead5f65dad9c0bf0b3ec2d
refs/heads/master
2023-07-21T15:38:07.666015
2023-07-10T11:51:00
2023-07-10T11:51:00
32,072,062
26
9
null
null
null
null
UTF-8
C++
false
false
13,846
cpp
#include "NetRpc.h" #include "ADSysInfo.hpp" //#include "SysmgrJsonDef.h" /* ------------------------------------------------------------------------- */ NetRpc:: NetRpc(std::string rpcName,int myIndex,bool emu,bool log,SYSMGR_CMN_DATA_CACHE *pData):ADJsonRpcMgrConsumer(rpcName,myIndex,emu,log) { pDataCache=pData; } /...
[ "albert.david@gmail.com" ]
albert.david@gmail.com
7a5b27cc8aeefb3b49e1f3dfee406d6eacd3be5d
b4826dd67114c5282b769fc9d658c9c55617a96d
/DataStructuresLearningSoftware/DataStructuresLearningSoftware/LinkedList1.h
8e8862c2bea61d946a490efe5f799bfe565ad7be
[]
no_license
Kethavath9199/Data-Structures-Software-Learning
c7d5ed7efaab9baf0ee014311c7727ccbbea0208
990512de73234a9f7c348bdca4b38f529ff72a3f
refs/heads/master
2022-11-26T21:11:32.731210
2020-08-06T15:17:04
2020-08-06T15:17:04
285,603,091
1
0
null
null
null
null
UTF-8
C++
false
false
24,123
h
#pragma once #include "LinkedList_Introduction.h" #include "LinkedList_Insertion.h" #include "LinkedList_Deletion.h" #include "LinkedList_Traversal.h" #include "Quiz.h" #include "DiscussionForum.h" namespace DataStructuresLearningSoftware { using namespace System; using namespace System::ComponentModel; using nam...
[ "kethavathnaveen@192.168.1.5" ]
kethavathnaveen@192.168.1.5
32a996f23bb99a5d1b454fb92cfa81929c3b20cb
2b089f87cb277c5f40eb0b89ca593fd6cd96b725
/Graph/bridge_2.cpp
c776d6da84a129d60314860261a5b3e0443f7efe
[]
no_license
ryuat/algorithm
f78d0ab8758bb40a24be4508cf8054d75336ad7c
2b8dc909a96cb6cbacc46b421ccde92ae40eeacc
refs/heads/master
2021-07-02T18:46:31.083472
2019-02-22T05:43:55
2019-02-22T05:43:55
134,426,459
1
0
null
null
null
null
UTF-8
C++
false
false
3,686
cpp
/* 다리 만들기 2번째 방법 */ #include <iostream> #include <utility> #include <queue> int a[100][100]; // (1:육지 2:바다) int g[100][100]; // 그룹 int d[100][100]; // 거리 int dx[] = {0, 0, -1, 1}; int dy[] = {-1, 1, 0, 0}; using namespace std; int main(){ int n; scanf("%d", &n); for(int i=0;i<n;i++){ for(in...
[ "jungohryu@gmail.com" ]
jungohryu@gmail.com
ee7c17de38bfae05742667e6de587c9006096b3f
a82facec4d7111825c59c67a859825074823e6f7
/IGC/VectorCompiler/lib/Utils/GenX/Printf.cpp
4a9981337f5708584d19238c73ebf9cea20f1f24
[ "MIT" ]
permissive
mfkiwl/intel-graphics-compiler-dp4a
f6f85313f1f62ffc86786fc7d3239d5366a015d1
9d3ddd2a85278b225930dac964427a0395c39c58
refs/heads/master
2023-04-02T17:24:52.035704
2021-05-21T02:17:42
2021-05-21T04:03:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,791
cpp
/*========================== begin_copyright_notice ============================ Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT ============================= end_copyright_notice ===========================*/ #include "vc/Utils/GenX/Printf.h" #include <llvm/GenXIntrinsics/GenXIntrinsics.h> #inc...
[ "sys_igcbot@intel.com" ]
sys_igcbot@intel.com
f3824b4bac7b5187c5b567a08ac775f2bc9b0271
286a310a00923d5e2cec35d9630aedb34dafcdb9
/swagger/sdrangel/code/qt5/client/SWGBladeRF2InputReport.cpp
5f3e7d89eb985f9fc54af21f59ed1bf7f715a35b
[]
no_license
agrawalharshit/sdrangel
a98b6565db7484324786898d59ca9c6f1bb6f19b
13eae0d8fe6119397177871b8c66ab073255a9d7
refs/heads/master
2020-04-14T22:10:24.515807
2019-01-01T17:57:41
2019-01-01T17:57:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,153
cpp
/** * SDRangel * This is the web REST/JSON API of SDRangel SDR software. SDRangel is an Open Source Qt5/OpenGL 3.0+ (4.3+ in Windows) GUI and server Software Defined Radio and signal analyzer in software. It supports Airspy, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube --- Limitations an...
[ "f4exb06@gmail.com" ]
f4exb06@gmail.com
b4771a67b824c59573db7b52440bca76c5b0b212
6ced41da926682548df646099662e79d7a6022c5
/aws-cpp-sdk-drs/source/model/DeleteJobResult.cpp
60c099c98cc79b83f6be170ce28bb65fce0eb780
[ "Apache-2.0", "MIT", "JSON" ]
permissive
irods/aws-sdk-cpp
139104843de529f615defa4f6b8e20bc95a6be05
2c7fb1a048c96713a28b730e1f48096bd231e932
refs/heads/main
2023-07-25T12:12:04.363757
2022-08-26T15:33:31
2022-08-26T15:33:31
141,315,346
0
1
Apache-2.0
2022-08-26T17:45:09
2018-07-17T16:24:06
C++
UTF-8
C++
false
false
787
cpp
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/drs/model/DeleteJobResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
3a7ef778fda72ff154a433928e69d9ef8cd0402e
3ff1fe3888e34cd3576d91319bf0f08ca955940f
/iss/src/v20230517/model/ListRecordBackupPlanDevicesResponse.cpp
6d46a2f38f705174039b0c0c7a1be1bb2606e58b
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp
9f5df8220eaaf72f7eaee07b2ede94f89313651f
42a76b812b81d1b52ec6a217fafc8faa135e06ca
refs/heads/master
2023-08-30T03:22:45.269556
2023-08-30T00:45:39
2023-08-30T00:45:39
188,991,963
55
37
Apache-2.0
2023-08-17T03:13:20
2019-05-28T08:56:08
C++
UTF-8
C++
false
false
4,149
cpp
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
74fab5f8cb799a4218a67b6a2de342d93740dd2a
dd80a584130ef1a0333429ba76c1cee0eb40df73
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/__debug
0d631bf043861e545592bab8ec955585b5071ef1
[ "MIT", "NCSA" ]
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
5,259
// -*- C++ -*- //===--------------------------- __debug ----------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===-------------------------...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
8273697452a4cd52b5d38eb345d7ba3879e280b6
45014139581f1211a43b6415a6ee32d442c29fc0
/src/content/renderer/render_thread_impl.h
e13f73a1ef631d9e482e2e878bd5c79c8b7f0790
[ "BSD-3-Clause" ]
permissive
webosose/chromium91
a31b847e64391c3de98ca5b6dac3ac247d393e78
b28e2ae83ee2e4907a36a49a4c0f054aa386dbfa
refs/heads/master
2022-12-12T09:32:30.580155
2022-09-01T09:02:15
2022-09-18T23:58:11
460,692,960
1
5
null
2022-10-05T07:19:39
2022-02-18T03:16:04
null
UTF-8
C++
false
false
24,434
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ #define CONTENT_RENDERER_RENDER_THREAD_IMPL_H_ #include <stddef.h> #include <stdint.h> #include <map>...
[ "youngsoo.choi@lge.com" ]
youngsoo.choi@lge.com
250e5032beba9460f90c3cc33ec46827b7f3e3de
154c3822e32c3fc707e775531d3973834345d270
/114_ejercicio.cpp
b59e0627b9701b1b01e40ef04761e007357a84d1
[]
no_license
MEng-Alejandro-Nieto/Learning-cpp
f2da6a4f46eb1f86d472d8a1469bd885eb99287c
3d17d451cb534afdf9ea79e2fcb8e5495dc8a6d7
refs/heads/master
2020-07-30T13:08:22.122242
2019-12-05T23:20:48
2019-12-05T23:20:48
210,244,804
0
0
null
null
null
null
UTF-8
C++
false
false
867
cpp
/* Comprobar si un numero es par o impar, y senalar la posicion de memoria donde se esta guardando el numero con punteros. */ #include <iostream> using std::cin; using std::cout; using std::endl; /////////////////////////////////////////////////////////////////// int n{0},*dir_n=&n; //////////////////////////////////...
[ "alejandrolive932@hotmail.com" ]
alejandrolive932@hotmail.com
0af9d676ad79790b86e906672ea473f80ec9a7af
2e26bbbbe3801eccf026fdb44fa16497c51de5fd
/bank.h
c450f1df3f77f324144666771185a46671a03a86
[]
no_license
Mordequess/a6
aad3b3e28c81d56f723eda692573260193b13aeb
0bc869505fb9b30584d817f584063b9f446ce65e
refs/heads/master
2021-01-10T15:49:35.695324
2015-12-07T02:09:30
2015-12-07T02:09:30
47,424,905
0
1
null
null
null
null
UTF-8
C++
false
false
446
h
#ifndef BANK_H #define BANK_H #include <vector> _Monitor Bank { uCondition insufficientFunds; // waiting on deposits unsigned int waiters; // number of people waiting std::vector<unsigned int> studentAccounts; // the student accounts public: Bank( unsigned int numStudents ); ...
[ "t.babaran@gmail.com" ]
t.babaran@gmail.com
694c62cad032361e5bc6d8f3ca915112cc8794a4
1fdbb7e551cf8b52b43359cf406bedd969b5f59f
/source/driversdk/driverupdate/MainTask.cpp
e16935b052868f2c5aa2acc8bc62981af02f2147
[]
no_license
trigrass2/eview-server
1292958416ebe772ff4ce0b1f1639c65ca13ce92
a5e452016a730af79a1d402a3d918403eb6073aa
refs/heads/master
2023-06-17T09:38:25.004889
2021-07-15T09:45:56
2021-07-15T09:45:56
null
0
0
null
null
null
null
GB18030
C++
false
false
3,135
cpp
/************************************************************** * Filename: RecvThread.cpp * Copyright: Shanghai Peak InfoTech Co., Ltd. * * Description: 接收消息线程. * * @author: liuqifeng * @version 04/13/2009 liuqifeng Initial Version ************************************************************...
[ "746257224@qq.com" ]
746257224@qq.com
07f865db53e262c036668795ee294b1f38f15157
03d01d133062e1ee483b685b834a76a7bfff6cd4
/src/ofApp.h
904a6251f333097b4be8af32d8536c2cea5a0679
[]
no_license
AgnesChavez/XTrees_2020
0a99c22836d29dabd466919756e522f4d4413543
3722b643aabf9e2d62f5967e4edab0c868565e4c
refs/heads/master
2023-05-15T08:05:52.785686
2021-06-02T19:10:03
2021-06-02T19:10:03
296,460,159
0
0
null
null
null
null
UTF-8
C++
false
false
3,445
h
#pragma once #include "ofMain.h" //#include "ofxControlPanel.h" #include "TreesManager.h" #include "InteractiveAudio.h" //#include "ofxApp.h" #include "XTreeButton.h" #include "AlphaRect.h" #include "TwitterLayer.h" #include "LeavesLayer.h" #include "LinesLayer.h" #include "TwitterStream.h" class ofApp : //public of...
[ "macdonald.roy@gmail.com" ]
macdonald.roy@gmail.com
5fe58ea5c94898f78cec3ab075f98b3946bd3d09
7a2425190626dd2e75dd6cbca9fe47727afbad42
/cxxrt-source/testsuite/cxxrt.conformance/loc-22-1-1-1-2.exp
6e7811bbb191abfa7c380b7b675f544801d11e31
[]
no_license
dietmarkuehl/kuhllib
fadd4073c9b09992479e92112ef34c367cb90fad
482ddc2b910870398a9a2bcaa0a77a145e081f78
refs/heads/main
2023-08-31T22:13:02.079530
2023-08-21T22:14:14
2023-08-21T22:14:14
3,148,966
71
7
null
2023-08-21T22:14:15
2012-01-10T21:49:09
C++
UTF-8
C++
false
false
2,304
exp
#!/usr/local/bin/expect # -*-C++-*- loc-22-1-1-1-2.exp -- C++ is actually a lie but it helps # -------------------------------------------------------------------------- # Copyright (c) 2002 Dietmar Kuehl # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated ...
[ "dietmar.kuehl@me.com" ]
dietmar.kuehl@me.com
d33bfa4018a480130c2d6f65c12a4c968874e7ee
9c875e2e2a425a62ee0ffb148e701342c142a029
/src/Saurobyte/AudioStream.hpp
8a10bfebf72696ed124bf8a1847071851aa433ce
[ "MIT" ]
permissive
Symphonym/Saurobyte
4b80e587517d8108a7ac4d60f17ec7518a693c48
c4bc5afd4ac4353ed6cd9a201454fd14aa3aced2
refs/heads/master
2016-08-05T13:26:18.701701
2014-07-13T00:46:06
2014-07-13T00:46:06
17,995,418
19
2
null
null
null
null
UTF-8
C++
false
false
1,919
hpp
/* The MIT License (MIT) Copyright (c) 2014 by Jakob Larsson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, m...
[ "symphonymdev@gmail.com" ]
symphonymdev@gmail.com
3142093627ae4033a8b5ff12d61960a38bac28ed
26dbe4913ffb77fad2eafb6ba466233e956ef68e
/debugformat/debugformat-example.cpp
faa0b58f92568a4925f7f58555a1557a89a5c209
[]
no_license
retdec-build/retdec-build-system-tests
c1fd970b2237c5e3369d35cde46f4c234c4f0dd9
dc5882c340d7640e207e63e43723e3304257506b
refs/heads/master
2023-01-20T18:07:58.232114
2020-07-21T09:55:37
2020-07-21T09:55:37
467,175,156
0
1
null
null
null
null
UTF-8
C++
false
false
157
cpp
#include <iostream> #include <retdec/debugformat/debugformat.h> int main(int argc, char* argv[]) { retdec::debugformat::DebugFormat debug; return 0; }
[ "peter.matula@avast.com" ]
peter.matula@avast.com
453d8030070ac2115102ea4e30bdd990c79f9063
1e5c93564f82e6b069504a38c7048c1e9e1e47a6
/2017.1/algorithms-review/t235.cpp
0e82403c82d77c8a9e29c1b4f5158cb1b47da69b
[ "MIT" ]
permissive
Forec/learn
d3a28209b73f4ffa9026dd232b4914f2e19f7b8d
38ef91d1310f82713e7a04c45c7e99e3929df813
refs/heads/master
2021-01-17T02:33:31.201367
2017-10-18T15:44:17
2017-10-18T15:44:17
39,928,290
4
2
null
null
null
null
UTF-8
C++
false
false
2,496
cpp
#include <iostream> #include <unordered_map> #include <vector> #include <unordered_set> using namespace std; struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; class Solution1 { private: unordered_set<TreeNode*> vis; ...
[ "forec@bupt.edu.cn" ]
forec@bupt.edu.cn
9e48c2d5e1dd5377ade75545a1450f5d49a47873
0e1693c18bb5897e2242549b2512d34555a0a266
/Libraries/Prim.cpp
e189788adc2ea9ff796b9f20d05d0fb773bca2b1
[]
no_license
AngelFA04/algoritmos
b3c9cef7b37fb500f05cc463677a99564cefe847
bbc16d8e492872d6d3cd2f6f0586d3ee9e5590d3
refs/heads/master
2022-12-02T02:27:06.874755
2020-08-19T15:49:21
2020-08-19T15:49:21
287,777,577
0
0
null
null
null
null
UTF-8
C++
false
false
1,567
cpp
#include <iostream> #include <limits.h> #include "Prim.h" using namespace std; Prim::Prim(int numeroNodos, int **matrizAdj){ this->numeroNodos = numeroNodos; this->matrizAdj = matrizAdj; arbol = new int[numeroNodos]; visitados = new bool[numeroNodos]; } void Prim::inicializarValores(...
[ "cyberangel1000@gmail.com" ]
cyberangel1000@gmail.com
dd5a3f7f5f30d778882add63e5e6f5456d399c77
681dd06d092fb9af9639fdc2d9be897ffc260645
/Source/JCVoronoiPlugin/Private/JCVValueGenerator.cpp
83ee3f966e32942e4d7e89a0594724aa79286207
[ "MIT" ]
permissive
mengdada/JCVoronoiPlugin
5934675540a9307cbfc3f6613e231e9a00dd4839
25b309759160d52f44604f013e4551c6e597fa19
refs/heads/master
2020-05-15T23:07:18.883778
2019-04-03T22:15:20
2019-04-03T22:15:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,001
cpp
//////////////////////////////////////////////////////////////////////////////// // // MIT License // // Copyright (c) 2018-2019 Nuraga Wiswakarma // // 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 t...
[ "kubis.padangpasir@gmail.com" ]
kubis.padangpasir@gmail.com
c36c9d7e02d6cc3785e5dcb5c7146f18d9599bdc
7e72fd8bd7faf8a311439b43fa7574c16daafc92
/src/Graph.hpp
2d80f6089dbb5b2d6438d5cc32a446d7fa171d5f
[]
no_license
stryitg/csp_lab1
20d8973c1fa422efecefc76a4f39627a756eeb6f
7d75ee5146a60e3026fd07c870d45540564ff907
refs/heads/master
2023-02-07T07:52:34.326155
2020-12-19T17:24:41
2020-12-19T17:24:41
305,174,489
0
0
null
null
null
null
UTF-8
C++
false
false
90
hpp
#pragma once #include <vector> using AdjacmentMatrix = std::vector<std::vector<double>>;
[ "stryitg@gmail.com" ]
stryitg@gmail.com
26f3cabdbf00c6736e2e8b401a5599c6e2390cfb
cefd6c17774b5c94240d57adccef57d9bba4a2e9
/WebKit/Source/WebCore/platform/graphics/ca/win/CACFLayerTreeHost.cpp
5e5411a49d6620f22bfb1f32486953b769aa88c9
[ "BSL-1.0", "BSD-2-Clause", "LGPL-2.0-only", "LGPL-2.1-only" ]
permissive
adzhou/oragle
9c054c25b24ff0a65cb9639bafd02aac2bcdce8b
5442d418b87d0da161429ffa5cb83777e9b38e4d
refs/heads/master
2022-11-01T05:04:59.368831
2014-03-12T15:50:08
2014-03-12T15:50:08
17,238,063
0
1
BSL-1.0
2022-10-18T04:23:53
2014-02-27T05:39:44
C++
UTF-8
C++
false
false
10,237
cpp
/* * Copyright (C) 2009, 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
[ "adzhou@hp.com" ]
adzhou@hp.com
013e5d9fcf18c0d83a43c6e0b9c0e65ed2e0ea1f
9e6844d984c81fcd002c81452b5648585b90abaa
/tests/test.cpp
a5560119ab97c0066169990afc3d87d4bf7e9579
[]
no_license
siriusbetta/cpp_connector
5cc0edd8388dc74af9b48e4f7086ca1d54f9521d
ea13cfd9993b2d087ed443472af5c5355db760a1
refs/heads/master
2021-07-03T18:04:44.967981
2017-09-26T14:33:33
2017-09-26T14:33:33
104,113,909
0
0
null
null
null
null
UTF-8
C++
false
false
375
cpp
#define CATCH_CONFIG_MAIN #include <../include/Catch/include/catch.hpp> unsigned int Factorial( unsigned int number) { return number <= 1 ? number : Factorial(number - 1) * number; } TEST_CASE( "Factorial are computed", "[factorial]") { REQUIRE( Factorial(1) == 1 ); REQUIRE( Factorial(2) == 2 ); REQUIRE( Factor...
[ "conan85@inbox.ru" ]
conan85@inbox.ru
513eede9c8b5ce0e2cb0c3edec392634932be424
4a6e20a36f5b6b7fa34fdb2c465969e3425d67c0
/VulkanProject/Utilities.h
c0f12445ccfee201ee77de1edc8dc2f3880e0224
[]
no_license
axsaucedo/VulkanWrapper
0aec4b4839357bb3667f8dddb05f3c9a19cdddd1
42a244db8fef3fdf99ea7a5b80a5420881194bff
refs/heads/master
2022-11-23T18:43:14.420896
2020-07-28T08:16:34
2020-07-28T08:16:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,747
h
#pragma once #include <fstream> #define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> #include <glm/glm.hpp> const int MAX_FRAME_DRAWS = 2; const int MAX_OBJECTS = 20; const std::vector<const char*> deviceExtensions = { VK_KHR_SWAPCHAIN_EXTENSION_NAME }; struct Vertex { glm::vec3 pos; // Verte...
[ "axsauze@gmail.com" ]
axsauze@gmail.com
4139dcc5944bb511e85e4d5887d1305b0588320f
51318bac6c32d5d298e277bad94511bcf3de42cf
/message.cpp
48be0a2767d3b162eb4227e69fc0d8ffd1607fd3
[]
no_license
xxmicloxx/GSPlayerQT
8d66a5ac6ce6a597aa6347faf4b3692d60bd8030
83e5f6ed0ef7f1d66e5503a6e9b94602d842996e
refs/heads/master
2021-01-17T05:30:07.205693
2014-01-01T21:05:35
2014-01-01T21:05:35
4,930,092
1
0
null
null
null
null
UTF-8
C++
false
false
1,204
cpp
#include "message.h" #include "ui_message.h" #include <QTimer> Message::Message(QWidget *parent) : QWidget(parent), ui(new Ui::Message) { ui->setupUi(this); opacity = new QGraphicsOpacityEffect(this); opacity->setOpacity(0.0); this->setGraphicsEffect(opacity); blendIn = new QPropertyAnimati...
[ "xxmicloxx@googlemail.com" ]
xxmicloxx@googlemail.com
372cda4d3001bc77956d7874d8c9b11ca960ecc4
82886772b5b5a201979112790fe38b93755f810b
/src/Grid.cpp
918f1c06a83e19e9e4a3a18e9dd540ced8b1baa5
[]
no_license
wnguatem/Simple3DViewer
49fbcd8d2d1f749a06ea1db6c926b2863e9d72c1
87b2ff8fa357bc11272c50c9f9ccdeceb157b996
refs/heads/master
2021-01-18T22:33:33.447227
2016-02-04T16:54:38
2016-02-04T16:54:38
32,938,923
5
1
null
2016-06-01T17:50:14
2015-03-26T16:27:54
C++
UTF-8
C++
false
false
4,351
cpp
#include "Grid.h" #include "Game.h" #include "GameException.h" #include "Camera.h" #include "ColorHelper.h" #include "VectorHelper.h" #include "Utility.h" #include "VertexDeclarations.h" using namespace glm; namespace Library { //RTTI_DEFINITIONS(Grid) const GLuint Grid::DefaultSize = 50; const GLuint Grid::Defau...
[ "william.nguatem@googlemail.com" ]
william.nguatem@googlemail.com
c0ba5e02dbe26de3c9ba7dd4817d85064b84f00f
06bf3efc9b3b8f5968509e279ec0dd5285f19537
/test/utilities/testUtils.hpp
b57f2f54778971f5f4e5686033f37afcd5cdfece
[ "BSD-3-Clause" ]
permissive
jiridanek/Strongtalk
0a87c0eb5281702df6d8c3a927403dc2a7402f72
ee19957341abe4b2113378394806b18ed329bc07
refs/heads/master
2021-05-30T14:09:38.537071
2016-01-10T10:34:47
2016-01-10T10:34:47
42,392,327
2
1
null
null
null
null
UTF-8
C++
false
false
157
hpp
#define as_large_integer(value) \ byteArrayPrimitives::largeIntegerFromSmallInteger(as_smiOop(value), klassOop(Universe::find_global("LargeInteger")))
[ "steve@vimes.worldonline.co.uk" ]
steve@vimes.worldonline.co.uk
6e1dd40574260400141e45f94645e47eb64b3d86
d1f3fd80b11190ac54f0dbcb5366c05e855d2d61
/ameba_tools_macosx/tools/macosx/src/postbuild_img2_arduino_macosx.cpp
8a5a7dd8fa2f2e6725e583dbd2b081e5545f78c1
[]
no_license
DistyDevice/Arduino
14c5f1dfd03d096ad29f6f221776d00eca845c18
cf5a864ee9011da6c294bebbf38167b2ded6dc50
refs/heads/master
2022-04-06T06:38:53.801243
2020-03-03T03:42:24
2020-03-03T03:42:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,092
cpp
/* Compile command: g++ -o postbuild_img2_arduino_macosx tools/macosx/src/postbuild_img2_arduino_macosx.cpp */ #include <iostream> #include <sstream> #include <cstring> #include <cstdlib> #include <fstream> #include <unistd.h> #include <vector> using namespace std; int main(int argc, char *arg...
[ "william_lai@realtek.com" ]
william_lai@realtek.com
bb8402d568064b70e1536b152e54c902578f2699
d7c94f4a713aaf0fbb3dbb9b56c9f6945e0479c1
/URI Online Judge/uri2309.cpp
e78d5b4d834b7ec294a5f7027494c2e143a8f265
[]
no_license
fonte-nele/Competitive-Programming
2dabb4aab6ce2e6dc552885464fefdd485f9218c
faf0c6077ae0115f121968f7b70f4d68f9ce922b
refs/heads/master
2021-06-28T09:24:07.708562
2020-12-27T14:45:15
2020-12-27T14:45:15
193,268,717
3
0
null
null
null
null
UTF-8
C++
false
false
870
cpp
#include <cstdio> int getValue(int n) { switch (n) { case 4: return 0; case 5: return 1; case 6: return 2; case 7: return 3; case 12: return 4; case 11: return 5; case 13: return 6; case 1: return 7; case 2: return 8; case 3: ret...
[ "felipephontinelly@hotmail.com" ]
felipephontinelly@hotmail.com
bc1fd59320df8de2825bb16f58c4b2428e93270d
5e6637b14fa372049196b4fdbea0bd03ef6180cb
/oj题目/其他人/李春阳/P1058(S9789).cpp
22593aa107f91cdb768df60558a128a8085ee91f
[]
no_license
dangfugui/note-C
de1d9ad34b7ad5e804f41093a6fade408ac56ef5
0cfce2b3f06749312ef22e965bf29f6ed1783f0a
refs/heads/master
2020-06-23T13:41:00.370822
2016-09-10T14:24:26
2016-09-10T14:24:26
67,228,867
0
0
null
null
null
null
UTF-8
C++
false
false
606
cpp
#include"iostream" using namespace std; #include"cstring" int main () { int a,b; cin>>a>>b; string x[10002]; string y[1002]; for(int i=0;i<a;i++) { cin>>x[i]; } for(int j=0;j<b;j++) { cin>>y[j]; } for(int k=0;k<b;k++) { int q=0;...
[ "dangfugui@163.com" ]
dangfugui@163.com
4e3f4b20ee8c0cda628457b83582e40577e02ee7
2962f164cecb440ecd905ab9f3cc569c03a01ad5
/RtspPlayer/assemblies/sunell/include/MultiTripWireAbility.h
107116e9f0e55f2c5bdb42e2db36d19be682d7f6
[]
no_license
paxan222/hello-world
5ef9bd04a5c4337c1403a04973e2c0c11665bb26
c55c60e0f72a04e1e2560dc19c2a6bbd7e8b430f
refs/heads/master
2020-12-11T21:09:30.200433
2017-05-04T08:39:53
2017-05-04T08:39:53
55,044,669
0
1
null
null
null
null
GB18030
C++
false
false
28,790
h
#ifndef _MULTITRIPWIREABILITY_H_ #define _MULTITRIPWIREABILITY_H_ #include "SNPlatOS.h" #include "DomainConst.h" #include <string> /**********************************************************************/ //此处用于控制文件编译字节对齐,拷贝时两行注释间内容需一起拷贝, //结束处的“#ifdef PRAGMA_PACK”部分也要一起拷贝,否则pragma pack入栈出栈不匹配 #if(PRAGMA_PACK_DEFINE !...
[ "paxan222@yandex.ru" ]
paxan222@yandex.ru
5c5cd8e873b497912a17077f1049a73930ace82a
898c4e7e2c2e4024f7376da729fec0c9aa694e02
/C_Algorithm/chapter01/Q18.cpp
25d52a990dbf25cb8ddb6510d2ee876c6fd319b8
[]
no_license
blue-monkey0/C
f847088563947ff305ce01736d85a385b8f1903f
8b859b26c0d5f7d68cc01eec18d17579fa4521a9
refs/heads/main
2023-02-23T16:27:01.242229
2021-01-29T00:29:16
2021-01-29T00:29:16
null
0
0
null
null
null
null
UHC
C++
false
false
402
cpp
#include <stdio.h> void nrpira(int n) { int i, j; for (i = 1; i <= n; i++) { for (j = 1; j <= i - 1; j++) putchar(' '); for (j = 1; j <= (n - i) * 2 + 1; j++) printf("%d", i % 10); putchar('\n'); } } int main(void) { int n; puts("n단의 숫자 피라미드를 출력하겠습니다."); do { printf("몇 단? : "); scanf_s("%d", &n);...
[ "geon0599@cu.ac.kr" ]
geon0599@cu.ac.kr
20357a8d46bbc68fc3857cc400c07cb69f883b62
fbc4da93b078c320b064f413ee3721a3f24277af
/OfficeVol2/OptionDlgModule.cpp
72d42a5839251625842b4bb60ddea540ce5a9b5c
[]
no_license
wyrover/LazyVol
f97f696d12f7f2053a18a81c130afc9f8eee303c
925df4b1eb1a2405d570a0b59ec58aeb3c1d3c60
refs/heads/master
2021-01-20T08:00:16.257356
2013-04-24T06:59:35
2013-04-24T06:59:35
null
0
0
null
null
null
null
GB18030
C++
false
false
14,927
cpp
#include "MainHead.h" #include "OfficeVolModule.h" #include "OptionDlgModule.h" OptionDlgModule::OptionDlgModule(HWND parent_hwnd):mParentHwnd(parent_hwnd) { } OptionDlgModule::~OptionDlgModule(void) { } LPCTSTR OptionDlgModule::GetWindowClassName() const { return _T("ScanMainForm"); }; void OptionDlgMod...
[ "guolisen@163.com" ]
guolisen@163.com
8023c3c92b9261ac91719046e7ff43d1c456bd8c
ea401c3e792a50364fe11f7cea0f35f99e8f4bde
/hackathon/hanchuan/sscope/FlyCapture2/src/FlyCapture2GUI/Format7DrawingArea.cpp
96b0a471f48323af694a71c83e972ababdde511d
[ "MIT" ]
permissive
Vaa3D/vaa3d_tools
edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9
e6974d5223ae70474efaa85e1253f5df1814fae8
refs/heads/master
2023-08-03T06:12:01.013752
2023-08-02T07:26:01
2023-08-02T07:26:01
50,527,925
107
86
MIT
2023-05-22T23:43:48
2016-01-27T18:19:17
C++
WINDOWS-1252
C++
false
false
18,920
cpp
//============================================================================= // Copyright © 2008 Point Grey Research, Inc. All Rights Reserved. // // This software is the confidential and proprietary information of Point // Grey Research, Inc. ("Confidential Information"). You shall not // disclose such Confid...
[ "hanchuan.peng@gmail.com" ]
hanchuan.peng@gmail.com
a8a67ec51302ad45b4f4eb4106a419e95b7cb259
220529721e151c6cc088ebecf4d3c19fd4716df3
/AtCoder/abc157/C.cpp
7f0a5afc11a610f215b9c0373fcd6b498f835b68
[ "MIT" ]
permissive
jahid-coder/competitive-programming
baa2311796e3ffad3ded4789e43f4f37b95673ef
e7878de2445019c916404238180959dc9308ed4a
refs/heads/master
2023-08-26T10:13:57.816451
2021-10-18T04:26:32
2021-10-18T04:26:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,307
cpp
/**************************************************** * Template for coding contests * * Author : Sanjeev Sharma * * Email : thedevelopersanjeev@gmail.com * *****************************************************/ #pragma GCC optimize ("O3") #pragma GCC opt...
[ "thedevelopersanjeev@gmail.com" ]
thedevelopersanjeev@gmail.com
61b9d2a7d8ec3cc44a705922c59a4a5e05adfe49
050b2e7566af61eba7983e2a38a32c34c48b07bb
/balancer/service/center/src/handle/server/SyncServiceRsp.cc
ee65a35499c3935512e916a4dba2418003760d5a
[]
no_license
coolulu/balancer
2e4084f57ad57c9613e5bc96f3d550d84360d9be
2d214dcefb149ba60622b035e280b2ee7a2958bb
refs/heads/master
2021-06-26T20:43:30.713616
2019-02-13T13:49:20
2019-02-13T13:49:20
132,157,585
1
0
null
2018-07-22T02:40:28
2018-05-04T15:28:11
C++
UTF-8
C++
false
false
1,214
cc
#include "SyncServiceRsp.h" #include "log/Log.h" SyncServiceRsp::SyncServiceRsp(Proc& proc, const muduo::net::TcpConnectionPtr& conn, PacketPtr& packet_ptr, muduo::Timestamp time) : _proc(proc), _conn(conn), _packet_ptr(packet_ptr), _time(time) { } SyncServiceRsp::~SyncService...
[ "757533566@qq.com" ]
757533566@qq.com
cb1eb0501767f445c5a99cafa187d820ac86107c
9be246df43e02fba30ee2595c8cec14ac2b355d1
/public/inetgraph.h
50a5fd4c00f793ee08e615c4e9724d9d2e46509d
[]
no_license
Clepoy3/LeakNet
6bf4c5d5535b3824a350f32352f457d8be87d609
8866efcb9b0bf9290b80f7263e2ce2074302640a
refs/heads/master
2020-05-30T04:53:22.193725
2019-04-12T16:06:26
2019-04-12T16:06:26
189,544,338
18
5
null
2019-05-31T06:59:39
2019-05-31T06:59:39
null
UTF-8
C++
false
false
1,602
h
//======== (C) Copyright 1999, 2000 Valve, L.L.C. All rights reserved. ======== // // The copyright to the contents herein is the property of Valve, L.L.C. // The contents may be used and/or copied only with the written permission of // Valve, L.L.C., or in accordance with the terms and conditions stipulated in //...
[ "uavxp29@gmail.com" ]
uavxp29@gmail.com
6f75536e6246c3b93555f011b8d775dc85e1a6ca
4fc1e78d401305cb8bf91e58566e29d526a58cfe
/Josephus/JosephusUsingLinkedList.cpp
1f119929251190dfeaaa8d69d162777101ab9344
[]
no_license
peterloos/Cpp_Josephus
ab2224a8cdca11d2796119e7e2e82e764498a25a
e8f7769ae380d995d05fa136bb32ce0c21c62179
refs/heads/master
2021-01-20T19:42:29.669315
2016-06-14T19:44:30
2016-06-14T19:44:30
61,150,987
0
0
null
null
null
null
UTF-8
C++
false
false
2,519
cpp
#include <iostream> using namespace std; #include "Soldier.h" #include "Josephus.h" namespace SolutionUsingLinkedList { // c'tor(s), d'tor Josephus::Josephus() : m_count(41), m_alive(41), m_lastEliminated(0) { m_passby = Josephus::DefaultPassBy; CreateLinkedList(); } Joseph...
[ "peter.loos@gmx.de" ]
peter.loos@gmx.de
7652f2ba92279e36fdf58beeedadbfc28dee8181
b77326e5dd7afd7ca08019958c924aee6bcba550
/iBeacon/iBeacon.ino
00c23bf876b72c7bebfb50fef22f0d468d862d4a
[]
no_license
tmatz/bean-experiments
950bfe218510214f609140e78cc8640316899993
5171b2294ff643d2ed2038b1c49ae348793d8db7
refs/heads/master
2021-01-17T15:46:56.502055
2016-10-10T08:09:40
2016-10-10T08:09:40
69,889,562
0
0
null
null
null
null
UTF-8
C++
false
false
212
ino
void setup() { Bean.enableConfigSave(false); Bean.setAdvertisingInterval(1000); Bean.setBeaconParameters(0xDEAD, 0xBEEF, 0xCAFE); Bean.setBeaconEnable(true); } void loop() { Bean.sleep(0xFFFFFFFF); }
[ "t.matsuda.1000@gmail.com" ]
t.matsuda.1000@gmail.com
898dcd49d9c180ed6870b8798b7d8230765e71e9
42e6482f57a8d3506987621607b5e9d2719c903e
/bo2k/scr/commandloop.cpp
059fd317b2eaa3f6a8e3293e9bd28fdce003df58
[]
no_license
baiyfcu/BO2K
216ce061bea7cd2f5ad01e2eed3fb703adc5a3b4
c9df1bf1def0005640ccd879d1a7c720ac237bf2
refs/heads/master
2020-03-21T19:29:52.886208
2018-03-01T16:48:53
2018-03-01T16:48:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,965
cpp
/* Back Orifice 2000 - Remote Administration Suite Copyright (C) 1999, Cult Of The Dead Cow This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or ...
[ "jeremyngalloway@gmail.com" ]
jeremyngalloway@gmail.com
9c10235056bb6e516ead4ea4784b251664b39ca4
19ad5c2df2a3950cc5dbe837df2e7be2e1d21081
/Warehouse.cpp
fac34f11842a7fcd77247e70fe8e97e8d87f5a34
[]
no_license
frederik1904/kattis
8cd593367b6e4f74c0c3530d643f9c75d6757863
a6846c5d7176e904b2e43d7f515c18f5abe7786c
refs/heads/master
2021-07-15T04:09:44.442471
2021-07-03T18:08:04
2021-07-03T18:08:04
195,087,312
0
0
null
null
null
null
UTF-8
C++
false
false
1,635
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; struct nameValue { int amount = 0; string name; } ; bool compareName(const nameValue &a, const nameValue &b) { if (a.amount == b.amount) { int minLen = a.name.length() < b.name.length() ? ...
[ "Frederik1904@gmail.com" ]
Frederik1904@gmail.com
ce78da355c11b0593d68e2259e3862ddc5809de6
5b70406792ce4203c6895a13948e282fb909d1d9
/SaveTheGoozesSolution/SaveTheGoozesLib/SaveTheGoozesLib.cpp
64d0eeb4a47dc13efc629e90fa997db624da6425
[]
no_license
Rivaus/Save-The-Goozes-Game
918f673c863f0495bab732cea0d3b76409a70de6
faaf4098fb728f46daa3b80fd0fbc120ef64eead
refs/heads/master
2020-05-30T12:14:31.010619
2019-07-02T21:54:27
2019-07-02T21:54:27
189,728,024
1
0
null
null
null
null
UTF-8
C++
false
false
836
cpp
// SaveTheGoozesLib.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include "pch.h" #include <iostream> int main() { std::cout << "Hello World!\n"; } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu // Debug program: F5 or Debug > Start Debugging menu ...
[ "quentin.tran25@orange.fr" ]
quentin.tran25@orange.fr
dc3c3dbaaa7ce3efd8d3e50bca316d84ccbd7a33
3047545349bf224a182b2c33bf1f110aef1ce9b6
/Transims60/GridData/Write_Summary.cpp
9eed25f328727f3dde90b319e5bf9567f94864f1
[]
no_license
qingswu/Transim
585afe71d9666557cff53f6683cf54348294954c
f182d1639a4db612dd7b43a379a3fa344c2de9ea
refs/heads/master
2021-01-10T21:04:50.576267
2015-04-08T19:07:28
2015-04-08T19:07:28
35,232,171
1
1
null
null
null
null
UTF-8
C++
false
false
1,573
cpp
//********************************************************* // Write_Summary.cpp - Write the New Summary File //********************************************************* #include "GridData.hpp" //--------------------------------------------------------- // Write_Summary //-------------------------------------...
[ "davidroden@7728d46c-9721-0410-b1ea-f014b4b56054" ]
davidroden@7728d46c-9721-0410-b1ea-f014b4b56054
dc877522d25d314a1da9c17db8cffa56a5988df4
77ee3feb0f82773760bffd9c287910c5865d5a80
/src/GM/TexCUBE.cpp
b94bbfc9e85ad5b2fee558ae22eb8dd07b5f894f
[]
no_license
cecilietlandersen/OpenGL
2fa8caf7dbfeb868c6098e4e88979da7b5ad8002
0223782c7241a36af3c9ee0ed6a05ef39b9a5a4d
refs/heads/master
2021-01-15T22:02:27.021912
2012-10-31T12:52:02
2012-10-31T12:52:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,911
cpp
#include "TexCUBE.h" using namespace GM; TexCUBE::TexCUBE(const TexCUBEParams &tex_params) : faces_set(6) { #ifdef GL_TEXTURE_CUBE_MAP_SEAMLESS glEnable(GL_TEXTURE_CUBE_MAP_SEAMLESS); #endif glGenTextures(1, &handle); bind(); for(unsigned int i = 0; i < tex_params.params.size(); i++) { glTexImage2D(GL_TEXTURE...
[ "ann_ht3@hotmail.com" ]
ann_ht3@hotmail.com
3b4e8279d5c5b7ae1ff1af1c32edca63a35d3869
c6062b3748f6f4aa8c088a181109cebfa4d99bf3
/Bots/BotAIController.h
b58a1394e7b71589f27d5f0687aec5ee353b9440
[]
no_license
qipa/UE4-RPG-Demo
c543c16e0813c29c0d7cb8151dbb88abdd4941ed
b0cc148bea228ffcc8c7d368e721a4e1a5239498
refs/heads/master
2021-05-29T21:08:37.036409
2015-11-08T08:41:44
2015-11-08T08:41:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
427
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "AIController.h" #include "BotAIController.generated.h" class UBehaviorTreeComponent; class UBlackboardComponent; UCLASS() class RPGDEMO_API ABotAIController : public AAIController { GENERATED_BODY() public: b...
[ "infamousjeezy@gmail.com" ]
infamousjeezy@gmail.com
855909cedafd1b6249f8324f15b5ab4856ed4df8
27d32027fc88567ae7fce89cef561747acbe25ad
/hackerrank/Algorithms/Implementation/Angry Professor.cpp
663e2c418cf77f2a62a2c2ad6fd898baedfdd700
[]
no_license
jayantsurana/competitiveCoding
ff12aa9ef1cc59701609a400856c9b4f5ee416c6
e4d5ba5132f9f5a4dad4a2f87a831b845ed364de
refs/heads/master
2021-07-20T16:31:18.661792
2020-04-25T12:38:25
2020-04-25T12:38:25
144,750,103
0
0
null
2019-02-19T12:18:19
2018-08-14T17:11:07
C++
UTF-8
C++
false
false
1,920
cpp
#include <bits/stdc++.h> using namespace std; vector<string> split_string(string); // Complete the angryProfessor function below. string angryProfessor(int k, vector<int> a) { int earlyontime=0; string s; for(int i=0; i<a.size(); i++){ if(a[i]<=0) earlyontime++; } if(k<=...
[ "jayantplb@gmail.com" ]
jayantplb@gmail.com
3283b34a9cffd4258704a7e96dc41ae88fec5108
c444b63016a742bccc9515f5fc2d38f9a3c3c760
/Reco.h
31dd0e09ccda36ebf93c407e7b4f24f52fbd983e
[]
no_license
vbashkirov/DataFormat-v44
d38a4eeaa10924fc04b5285141813f3b0bbca8de
b583107f04b63aee64273fbee2c60fd0f5877184
refs/heads/master
2021-01-22T12:57:01.595679
2015-02-24T21:23:26
2015-02-24T21:23:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,413
h
// Andriy Zatserklyaniy, April 17, 2014: production release #ifndef Reco_h #define Reco_h #include "DataFormat.h" #include "Track.h" #include "Sensor.h" #include "Geometry.h" #include <iostream> #include <vector> #include <map> #include <list> using std::cout; using std::endl; ClassImp(Hit2D); ClassImp(SensorH...
[ "zatserkl@gmail.com" ]
zatserkl@gmail.com
86ced8b916a05bfbe0a2505c10335a536190ea4b
2ba7eac6d92fd7a9ddfe29a66cf099b30a86b9c4
/Project2/P2-1/gtest.cpp
c776e6539dbc1be7fe764ed52fa696a3baed1eb6
[]
no_license
LiaoJJ/COP6726-Database-System-Implementation
746b82c7c8b3a3f9d8d530fab8fac05dbc1a7698
36770a6ab09cf924a98fb9ed393ddb0c5aaa82f2
refs/heads/main
2023-04-20T23:19:34.491291
2021-04-25T18:55:40
2021-04-25T18:55:40
332,445,285
6
7
null
null
null
null
UTF-8
C++
false
false
4,403
cpp
#include "gtest/gtest.h" #include <iostream> #include "Record.h" #include "DBFile.h" #include "DBFile.cc" #include "BigQ.h" #include "BigQ.cc" #include <stdlib.h> using namespace std; class BigQTest : public ::testing::Test { protected: BigQTest() { // You can do set-up work for each test here. } ...
[ "519312579@qq.com" ]
519312579@qq.com
0f49bdd721aa93feaf4cd2f6ebaf1ce787a1518a
e25b7bb3fd43f763f4e5dcb09cdda35b9a3f30a0
/net/third_party/quic/test_tools/crypto_test_utils_test.cc
ede4a833f74c10c53b6ef0f83a99a0062d8cf383
[ "BSD-3-Clause" ]
permissive
trustcrypto/chromium
281ff06e944b1ff7da7a5005e41173ccc78eb2cd
6e3be4ab657ddd91505753ab67801efcf8541367
refs/heads/master
2023-03-08T03:58:49.920358
2018-12-26T20:55:44
2018-12-26T20:55:44
163,217,833
1
0
NOASSERTION
2018-12-26T21:07:41
2018-12-26T21:07:40
null
UTF-8
C++
false
false
7,065
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/third_party/quic/test_tools/crypto_test_utils.h" #include "net/test/gtest_util.h" #include "net/third_party/quic/core/proto/crypto_serv...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
84d9589d708a257955fab86f2cd369d54fa8ce4f
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/c8/4c9d4860e87ead/main.cpp
f321f1de55152b95fdbf5c1b212e75d9f769aaa0
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
517
cpp
#include <iostream> #include <vector> #include <map> using namespace std; typedef vector<int> PrefList; typedef map<int, PrefList> PrefMap; typedef multimap<int, int> Matching; map<int, int> CHcapacity ={{1,1},{2,1},{3,1}}; PrefMap PrefCHLists = {{1,{5,4,6}},{2,{4,6,5}},{3,{4,5,6}}}; PrefMap PrefONLists = {{4,{2,1,3}...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
043a3853907dc3f6acecf6f7952a034ca8eaff94
efd9e3980a2e8a131c1f1ab64a2f856b9d1bee6a
/libraries/ros_lib/diagnostic_msgs/KeyValue.h
3c9e64edb91ec9c770dddbbb01ecf4bba842385d
[]
no_license
limhyon/arduimu
b520688a7132c147eb403473566a42dac719db50
b6725463c98a77d3f912de3464921dd5483f8673
refs/heads/master
2021-01-19T06:06:33.769806
2012-07-24T06:40:21
2012-07-24T06:40:21
5,151,087
4
2
null
null
null
null
UTF-8
C++
false
false
1,736
h
#ifndef _ROS_diagnostic_msgs_KeyValue_h #define _ROS_diagnostic_msgs_KeyValue_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" namespace diagnostic_msgs { class KeyValue : public ros::Msg { public: char * key; char * value; virtual int serialize(unsigned cha...
[ "limhyon@gmail.com" ]
limhyon@gmail.com
4e4c1614bd9650cdf9cff4d6a92716dffb2fb73b
01c029e89f2cec46f093e2766c3856339be022f2
/TSLS_Edit_Distance.cpp
52c5fce7144a010a01dfb0e2cf4f831f308b6e28
[]
no_license
XiaoXiaoLui/LeetCode
f16c6213aa88b0454fb919cdf460fec74bb8ba60
f0c3c2f654571655075a21e0b02465a02caf7cb3
refs/heads/master
2021-01-11T02:08:42.353447
2016-10-26T09:28:49
2016-10-26T09:28:49
70,828,096
0
0
null
null
null
null
UTF-8
C++
false
false
1,364
cpp
/****************************************************************************************** Edit Distance ******************************************************************************************/ #include <iostream> #include <cstdio> #include <vector> #include <set> #include <map> #include <algorithm> #i...
[ "980821718@qq.com" ]
980821718@qq.com
8b620a29dcb24dbb05d38ad71a6517f2eb01d1ed
2851759f8e9b36197858e9ae5307ea6239da5e2e
/system/ulib/fbl/include/fbl/unique_fd.h
d9e5b771e1ad96121de7e9468d57fe79181b6a28
[ "BSD-3-Clause", "MIT" ]
permissive
Allegra42/zircon
a1a809f005c04d4cf2af672c47a2f13161848ca0
50d20f11275ecdd47faa393e3ff6465cee07a670
refs/heads/master
2020-04-05T08:02:40.558430
2018-12-29T00:28:46
2018-12-29T23:42:27
156,698,935
1
1
NOASSERTION
2018-11-08T11:48:25
2018-11-08T11:48:24
null
UTF-8
C++
false
false
1,936
h
// Copyright 2017 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #pragma once #include <stdlib.h> #include <unistd.h> #include <fbl/macros.h> #include <fbl/type_support.h> namespace fbl { // A scoped file descriptor ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
9c125f406393c4a12f5ca023356aaee03d52f126
56b65fbf1880a8323ab7dc15c9694d5975d2cd2c
/src/crypto/sha256.h
d5c89a6da03ec1759045af8679e45059f00a6d7d
[ "MIT" ]
permissive
btclambo/BitcoinLambo
3e4043e9486ea42401f7d38fc5d5ebbbb38b005e
fc823516765338f06bce5ad8c7e3a5d6fe90f22b
refs/heads/master
2020-03-06T18:31:07.897658
2018-03-27T15:34:49
2018-03-27T15:34:49
127,008,721
0
0
null
null
null
null
UTF-8
C++
false
false
836
h
// Copyright (c) 2014-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOINLAMBO_CRYPTO_SHA256_H #define BITCOINLAMBO_CRYPTO_SHA256_H #include <stdint.h> #include <stdlib.h> #include <...
[ "alfa.alvaro.rodriguez@gmail.com" ]
alfa.alvaro.rodriguez@gmail.com
2c2c448a1761a7c240a35e6418b63c42d0432e29
556f83e394cd722ec5cc852e69adb12d2a0c78d1
/code/TimePredef.hpp
a937e3b194a031c85bb48b95452398a2cd876d61
[ "MIT" ]
permissive
BiEchi/Programming-Assignment-1
aee2b506483fe34c242ff3468af7a48d88705edc
1d340ee27d7177062215e60dc4666ee72cb91dd2
refs/heads/main
2023-04-26T02:14:54.398342
2021-05-27T10:58:33
2021-05-27T10:58:33
368,122,637
1
0
MIT
2021-05-17T09:07:25
2021-05-17T09:07:24
null
UTF-8
C++
false
false
266
hpp
// // TimePredef.hpp // code // // Created by Jack's Macbook Pro on 2021/3/25. // #ifndef TimePredef_hpp #define TimePredef_hpp #include <iostream> #include <cstring> #include <ctime> using namespace std; extern time_t startTime; #endif /* TimePredef_hpp */
[ "Haob.19@intl.zju.edu.cn" ]
Haob.19@intl.zju.edu.cn
fb9500ab979c18b3d332614585aa4fafaa74ed60
ea99679b342d457b22832672e61eecb18512b25d
/src/core_write.cpp
8579ee84c9ffc42bc5b2eadd18107897fdac16bf
[ "MIT" ]
permissive
eletaNetwork/eletaNetwork
ab5cb586c8ce13380eba1eaa58327e3ecb9ec755
c589089d189215d83a34534c82878d39b7cdda96
refs/heads/master
2020-03-08T19:27:51.153812
2018-04-13T06:01:43
2018-04-13T06:01:43
128,353,833
0
0
null
null
null
null
UTF-8
C++
false
false
7,565
cpp
// Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "core_io.h" #include "base58.h" #include "primitives/transaction.h" #include "script/script.h" #include "script/sta...
[ "38124337+eletaNetwork@users.noreply.github.com" ]
38124337+eletaNetwork@users.noreply.github.com
501844de141de05c90c316318bcc0518f613db88
4122acc5bd9ee517fdfd1307bf8a04cc7c95599c
/mindspore/lite/src/ops/populate/common_populate.cc
8255473969877758af39d56eb1260e012a3b3039
[ "Apache-2.0", "MIT", "Libpng", "LicenseRef-scancode-proprietary-license", "LGPL-2.1-only", "AGPL-3.0-only", "MPL-2.0-no-copyleft-exception", "IJG", "Zlib", "MPL-1.1", "BSD-3-Clause", "BSD-3-Clause-Open-MPI", "MPL-1.0", "GPL-2.0-only", "MPL-2.0", "BSL-1.0", "LicenseRef-scancode-unknow...
permissive
limberc/mindspore
655bb4fc582a85711e70c31e12f611cf1a0f422e
e294acdffc9246cb6d77ea18ea00d08244d30c59
refs/heads/master
2023-02-18T20:10:22.588348
2021-01-23T15:33:01
2021-01-23T15:33:01
322,821,027
0
0
Apache-2.0
2021-01-18T14:07:45
2020-12-19T10:27:43
null
UTF-8
C++
false
false
1,248
cc
/** * Copyright 2019-2020 Huawei Technologies Co., Ltd * * 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 applicabl...
[ "yeyunpeng2020@huawei.com" ]
yeyunpeng2020@huawei.com
73bf4e0f6fbdf976be867badea6ddbefe469dacc
f69cec4bcba5618871d0eb21c94f62070e6208f1
/Exams/2021.2.09/C.cpp
526a6a18ab153d275821994e858a87b70d50a986
[]
no_license
accoder666/temp
10204075f7081b7e25bd858df3b9f7d258779d7b
b38dcb9a45282503541c5fdb79d2f066ce2736c1
refs/heads/main
2023-07-02T17:14:37.053741
2021-08-11T03:31:44
2021-08-11T03:31:44
394,850,718
0
0
null
null
null
null
UTF-8
C++
false
false
1,808
cpp
#include <cctype> #include <cstdio> #include <cstring> using namespace std; const int maxn = 1000010, sigma_size = 26; struct node { int len, link; int nxt[sigma_size]; }; node t[maxn << 1]; int cnt, last; int siz[maxn << 1]; struct edge { int to, nxt; }; edge G[maxn << 1]; int head[maxn << 1], Gcnt; long ...
[ "2201685475@qq.com" ]
2201685475@qq.com
923877562aab22dd4dee8024f595fac6143df562
834abb946ce963e5922f1b683ac027fa4c6d9fe2
/Project2/JeffGrockowskiProject2.cpp
fab5df755ebf54a7bc1f244e5b30e66e669c13f1
[]
no_license
JeffGrock/BMI_calculator
1cb1f082bf41d7650258b4d7dd614e4ac17f8d4e
6e0b3a67d5c8c60d7fad2472611003732ce8fb35
refs/heads/main
2023-03-12T05:00:00.642667
2021-02-25T18:11:06
2021-02-25T18:11:06
342,336,090
0
0
null
null
null
null
UTF-8
C++
false
false
2,087
cpp
// Author: Jeff Grockowski // Date: 06/10/2019 // CSCI 121 project 2 // Program allows user to calculate BMI, and the amount chocolate they can eat. #include <iostream> #include <string> using namespace std; int main() { int const chocolateBarCal(230); int weight, height, age; double BMR, cBarsPerBMI; string gende...
[ "jeff.grockowski@protonmail.com" ]
jeff.grockowski@protonmail.com
d20ba589794b48efbaef3d6c5034d2548ae2dee6
aead066f3cfa3491e1c3d4b6b4189a7e08868ff6
/src/socket/Connection.h
f92c747469761752a08cca5c9daccba19bb1a132
[]
no_license
thushear/AsyncWebServer
e0547954189d1911fd0f37c7a9bdd9a5ed507ebf
05f02f73fb45a85a83659515b8e78b602beef103
refs/heads/master
2021-01-18T23:52:48.480570
2015-06-02T08:51:42
2015-06-02T08:51:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,658
h
// // Created by plter on 5/21/15. // #pragma once #include <boost/asio/ip/tcp.hpp> #include "ConnectionManager.h" #include "Buffer.h" namespace aws { class ConnectionManager; class OnSocketListener; class Connection :public std::enable_shared_from_this<aws::Connection>{ friend class ServerSocket;...
[ "xtiqin@163.com" ]
xtiqin@163.com
1d5d9ed7db6942bd48206e99fe56c4dc4ad4c19d
e5f57aae37a480cf40180d0a5664aaab5a0c0341
/vaca/Component.cpp
a5ec932ebb891f3811b06b8dfed1d899b11ca0bc
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
TheLightWay/vaca
6ddabf0cd12a46583b03cddc99d2b13da87a4e41
95728e6a5c41d9fe2c731f7767b7334b623f41ed
refs/heads/master
2023-06-10T09:47:28.085286
2023-04-12T02:52:15
2023-04-12T02:52:15
149,952,301
0
0
MIT
2018-09-23T05:56:48
2018-09-23T05:56:48
null
UTF-8
C++
false
false
1,609
cpp
// Vaca - Visual Application Components Abstraction // Copyright (c) 2005-2010 David Capello // // This file is distributed under the terms of the MIT license, // please read LICENSE.txt for more information. #include "vaca/Component.h" #include "vaca/SharedPtr.h" #include "vaca/Property.h" #include "vaca/Deb...
[ "davidcapello@gmail.com" ]
davidcapello@gmail.com
b0371dbaf93a6e2ff33dcb6900bc8b6073b20fed
8447d06d0d5da3db2b3aae926ec66409b38fb140
/3rdPartLib/g2o/g2o/examples/slam2d/main_window.cpp
0ad4e0d898354b1ea8b789f6efba1ee3a10d1379
[ "GPL-3.0-or-later", "LGPL-3.0-or-later", "BSD-3-Clause", "GPL-1.0-or-later", "BSD-2-Clause" ]
permissive
HKPolyU-UAV/FLVIS
60d0fecac6e10eb19a131d589a5c0ddf89198157
4ad31bbe5191ae2763c70a641c31337b1e06c9e2
refs/heads/master
2023-07-21T11:11:05.885918
2023-07-12T14:26:32
2023-07-12T14:26:32
197,144,164
145
37
BSD-2-Clause
2021-06-07T08:45:04
2019-07-16T07:33:55
C++
UTF-8
C++
false
false
3,766
cpp
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // // This file is part of g2o. // // g2o 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 ...
[ "chensy1991@gmail.com" ]
chensy1991@gmail.com
8562389987847c12a04e6b03c90970f9e416eded
cfa83be88b6725d9c88d780e08b6392a346f2e15
/cs4290/lab2/memory.h
d1d3f0371b21e842b8d23fe36cdd3dcab1048860
[]
no_license
eugene-voronkov/architecture_projects
63a04babd711ecc4c5ce7eb7d79604282b162f3c
bb3d5c97ca93affdb471c4ac03509792ff3004c0
refs/heads/master
2021-01-21T08:09:06.740624
2016-01-05T17:06:34
2016-01-05T17:06:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,609
h
#ifndef MEMORY_H #define MEMORY_H #include<list> #include<queue> #include "knob.h" #include "all_knobs.h" typedef enum Mem_Req_State_enum { MEM_INV, MEM_NEW, MEM_DRAM_IN, MEM_DRAM_SCH, MEM_DRAM_DONE, MEM_DRAM_OUT, MEM_MAX_REQ_STATE, } Mem_Req_State; typedef enum Mem_Req_Type_enum { MRT_IFETCH, ...
[ "eugene.voronkov@gmail.com" ]
eugene.voronkov@gmail.com
da17ec3176d8e7c8124f6fcf644569f7dda673f1
a42195c736f18bec131f719288994d849d49593a
/packed_sphere.cpp
80e44f1d12d56014524ed03e4a17b280c9925370
[ "MIT" ]
permissive
rishus/fat-spaces-in-sphere-arrangement
20966c3bd01435d2b2a83853553ba91863d3d5bf
6ef5b6dc22fdcb724226bcb23a5c1649b39a6bdb
refs/heads/master
2021-08-18T19:58:25.737951
2017-11-23T18:36:32
2017-11-23T18:36:32
111,831,860
0
0
null
null
null
null
UTF-8
C++
false
false
374
cpp
#include <iostream> #include <math.h> using namespace std; int main() { int side = 4; for(int i = 0; i < side; ++i) { for(int j = 0; j < side; ++j) { for(int k = 0; k < side; ++k) { double x = 2 * i + j%2 + k%2; double y = sqrt(3.0) * (j + ((1.0/3.0) * (k%2))); double z = (2 * sqrt(6))/3.0 * ...
[ "rishus@vt.edu" ]
rishus@vt.edu
5b0beb00db96cfd62ad6b017f92a9c5a0ee268d5
2de8f5ba729a846f8ad5630272dd5b1f3b7b6e44
/src/Core/Gpackets/SS/GCSkillToTileOK3.h
9a747d26de9e96edf4d3f383d9b0bb936842e1c3
[]
no_license
najosky/darkeden-v2-serverfiles
dc0f90381404953e3716bf71320a619eb10c3825
6e0015f5b8b658697228128543ea145a1fc4c559
refs/heads/master
2021-10-09T13:01:42.843224
2018-12-24T15:01:52
2018-12-24T15:01:52
null
0
0
null
null
null
null
UHC
C++
false
false
4,894
h
////////////////////////////////////////////////////////////////////// // // Filename : GCSkillToTileOK3.h // Written By : elca@ewestsoft.com // Description : 기술 사용자는 볼수 있고, 당한자는 볼 수 없는 패킷 // ////////////////////////////////////////////////////////////////////// #ifndef __GC_SKILL_TO_TILE_OK_3_H__ #define __GC_...
[ "paulomatew@gmail.com" ]
paulomatew@gmail.com
bfb7ae2786f011cc2fd99384f16177aee94ff618
6ce4add532471bb49d199ea632ed4af377735e38
/blif_solve_lib/log.h
fa5bf5edd6cca5ca7459ce83e78115a458214950
[ "MIT" ]
permissive
appu226/FactorGraph
398688f188876eba27a67f327f97e8f0002f856d
b7cf6025339247b0d89740540a813097ca32774e
refs/heads/master
2023-08-17T15:07:21.512438
2023-06-18T17:22:11
2023-06-18T17:22:11
164,322,621
0
1
MIT
2023-02-12T21:49:24
2019-01-06T15:59:51
C++
UTF-8
C++
false
false
2,199
h
/* Copyright 2019 Parakram Majumdar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, ...
[ "appu226@yahoo.co.in" ]
appu226@yahoo.co.in
d5fa083e493cb7915d62f1634c4714ae1d76e8a8
48070285a8c93a24b4e568c3a45eade50838e6d2
/Example/Lua/BindAbstract.cpp
9975360a71a909180dd2603519c656878b8a9059
[ "MIT" ]
permissive
ternence-li/LightInkLLM
8a3c54d4664e0cf64a454c7f8bd22fb4c434adff
b4387398b4ce45be0bc2d79ea38d93b81609f7c8
refs/heads/master
2021-09-21T23:23:09.357179
2018-09-02T17:27:49
2018-09-02T17:27:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,043
cpp
/* Copyright ChenDong(Wilbur), email <baisaichen@live.com>. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the...
[ "baisaichen@live.com" ]
baisaichen@live.com
f41d41885bab9a639e39fb8071eb7590fdef1d43
4d96f3f730ec960a13cccb231ee024b7ac0693bd
/printout.cpp
abf652b5dc9febe025e74901b1eb9a1fc075860d
[ "MIT" ]
permissive
daikai999/stairspeedtest-reborn
c21c7b2f44d40ed11697b8a65a7305e4c227542b
06fb03ddd68800a77515e8209de0f1f4bff76cac
refs/heads/master
2020-08-28T14:52:30.561834
2019-09-29T15:09:21
2019-09-29T15:09:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,479
cpp
#include <iostream> #include <fstream> #include "printout.h" #include "version.h" //define print-out messages struct LOOKUP_ITEM { int index; string info; }; LOOKUP_ITEM SPEEDTEST_MESSAGES[] = { {SPEEDTEST_MESSAGE_EOF, "\nSpeed Test done. Press any key to exit..."}, {SPEEDTEST_MESSAGE_...
[ "49061470+tindy2013@users.noreply.github.com" ]
49061470+tindy2013@users.noreply.github.com
cb3a5e079c958bd59ae282cd6932723fa1a3975e
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/shell/ext/timewarp/util.cpp
979e0bc3df4d8aa6f3a602d7b2a4ddb2afec932c
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
9,065
cpp
#include "precomp.hxx" #pragma hdrstop #include <winnlsp.h> // NORM_STOP_ON_NULL #include "resource.h" #include "timewarp.h" #include "util.h" DWORD FormatString(LPWSTR *ppszResult, HINSTANCE hInstance, LPCWSTR pszFormat, ...) { DWORD dwResult; va_list args; LPWSTR pszFormatAlloc = NUL...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
f1fad2bbbe0c6384744e3e4d8b6a39763f25265e
8352ca72d4f1e8e8ebbbb7d6b07a4e0963be7f41
/DataServer/DataServer_TIP/TA_BASE/transactive/app/dataserver/CFDServer/src/SyncMarketDataForCFD.h
9693e02c5a07a2cd8b5f126f5e638848b1dda5f0
[]
no_license
radtek/slin_code
114f61695fc1a23a018da727452c3c42f64ebe39
a0073e52d600839f7836c2b7673b45b4266259e2
refs/heads/master
2020-06-04T15:03:56.618177
2015-04-27T10:27:47
2015-04-27T10:27:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,429
h
#ifndef __CLASS_SYNC_MARKET_DATA_FOR_CFD_H__ #define __CLASS_SYNC_MARKET_DATA_FOR_CFD_H__ #include "CFDServerCommonData.h" #include "BarCalculator.h" #include "CFDRequest.h" NS_BEGIN(TA_Base_App) class CCFDServerUtilityFun; class CCFDInstrumentBarInfo; class CSyncMarketDataForCFD { public: enum...
[ "shenglonglinapple@gmail.com" ]
shenglonglinapple@gmail.com
0f2cca11331527142c6a81af499eab6dc7be0635
776426915cb19273095dc9d8ad583d6847add5d4
/robot.cpp
aed800642b344117c1036f7ff20b3031aef98f1b
[]
no_license
imharsh94/ALGO-DS
28832c9f843ee5a22463557c3493976399ad33cc
b9c131a2248c86da10f8df23606fdaef509c2d10
refs/heads/master
2020-08-11T21:22:37.082594
2019-10-12T10:37:32
2019-10-12T10:37:32
214,629,394
0
0
null
null
null
null
UTF-8
C++
false
false
734
cpp
// codeforces educational round 53 #include<bits/stdc++.h> using namespace std; char s[200008]; int sx[200008],sy[200008]; int main() { int n,i,j,x,y,k; cin>>n; scanf("%s",s+1); cin>>x>>y; if(abs(x)+abs(y) > n ||(n+x+y)&1) { cout<<-1<<'\n'; return 0; } for(int i=1; i<=...
[ "vardhan.harsh94@gmail.com" ]
vardhan.harsh94@gmail.com
cc5d35422b45c75f8146e02297f99e09fdcbddeb
82646fb7fe40db6dcdf238548128f7b633de94c0
/workspace/P65/src/32.cpp
9583afe2df05015dcd324b3057ed4780060bbe17
[]
no_license
jtahstu/iCode
a7873618fe98e502c1e0e2fd0769d71b3adac756
42d0899945dbc1bab98092d21a1d946137a1795e
refs/heads/master
2021-01-10T22:55:47.677615
2016-10-23T12:42:38
2016-10-23T12:42:38
70,316,051
1
0
null
null
null
null
GB18030
C++
false
false
582
cpp
/* * 32.cpp * Created on: 2015年4月4日 * Author: jtahstu */ //32列出真分数序列 //按递增顺序依次列出所有分母为40,分子小于40的最简分数。 // //*运行结果 //The fraction serials with demominator 40 is: //1/40 3/40 7/40 9/40 11/40 13/40 17/40 19/40 //21/40 23/40 27/40 29/40 31/40 33/40 37/40 39/40 #include<iostream> #include<cstdio> using nam...
[ "root@jtahstu.com" ]
root@jtahstu.com
b12965d715e6284202ba24cf0b677891f1f54dfc
12154201c2c4dc8968b690fa8237ebfe1932f60a
/SWEA/1232.cpp
2338641229460152f36e0dd2c7ef0b68a8baaa42
[]
no_license
heon24500/PS
9cc028de3d9b1a26543b5bd498cfd5134d3d6de4
df901f6fc71f8c9d659b4c5397d44de9a2031a9d
refs/heads/master
2023-02-20T17:06:30.065944
2021-01-25T12:43:48
2021-01-25T12:43:48
268,433,390
2
0
null
null
null
null
UHC
C++
false
false
1,359
cpp
/* 1232. [S/W 문제해결 기본] 9일차 - 사칙연산 */ #include <iostream> #include <string> #include <stack> using namespace std; const int N = 1001; int tree[N][2]; string ops[N]; stack<int> s; void init() { for (int i = 0; i < N; i++) { tree[i][0] = 0; tree[i][1] = 0; ops[i] = ""; } while (!s.empty()) { s.pop(); } } b...
[ "heon24500@naver.com" ]
heon24500@naver.com
19685e5b5a22d7397dc9a822a611b3ff326ebeaa
fa85329dbe03772df56547375154c5437ff2b076
/Zero_L/alfa/Mapa.h
fcb75d70277662fc2f59fdca83186436e309b06b
[ "Apache-2.0" ]
permissive
Ninefrm/Unsingned
9597f3c3cf1c422adbbcbf36a41d0b97aa71aa9a
cf051f6aa6c9d93f8582539b2d36c64a41447a58
refs/heads/master
2021-08-24T05:07:38.657326
2017-12-08T05:12:47
2017-12-08T05:12:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,119
h
#ifndef _MAPA_H_ #define _MAPA_H_ #include <vector> #include <random> #include <curses.h> #include <ctime> #include "Obj.h" #include "Wall.h" #include "Character.h" #include "Enemy.h" #include "Sword.h" class Mapa{ public: Mapa(); Mapa(Character* , std::vector<Wall>, int, int); bool wal...
[ "luiszavala@live.com.mx" ]
luiszavala@live.com.mx
69c3bf5e4501e9b659ef06bc25505e9af4c9a44f
da726bce6d0f9ab1e63b9c04a2cb33976a0735a3
/lib/Transform/Mixed/DINodeRetriever.cpp
3cb1bfa7b68a68d6d30bd1e8b3b8fff30200fea7
[ "Apache-2.0", "NCSA" ]
permissive
dvm-system/tsar
c4017018a624100d50749004dc60e1f6b23fa99f
8ee33ff80702766d832e56aa37e82931aacd2ba3
refs/heads/master
2023-05-24T23:41:39.583393
2023-04-22T12:23:40
2023-04-22T12:24:17
212,194,441
19
20
Apache-2.0
2023-05-22T09:11:28
2019-10-01T20:35:07
C++
UTF-8
C++
false
false
7,908
cpp
//===- DIGlobalRetriever.cpp - Global Debug Info Retriever ------*- C++ -*-===// // // Traits Static Analyzer (SAPFOR) // // Copyright 2018 DVM System Group // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
[ "kaniandr@gmail.com" ]
kaniandr@gmail.com
2013508685c406f26f59797369c25eab0f2a0d9f
cae8f9912d24273fa747f4f791989f1f6f12f247
/sketch_apr02a.ino
fe5d5df7452a0f7ae5a8a29c13e258d9eb96c716
[]
no_license
vasudevgrover/Working-with-GSM-module-Arduino-
ae873f57e68d5b132fb093e64068f77b0f28b6e5
de6d2fbd860a8b16818449abe5d4b56ddd334f81
refs/heads/master
2020-12-24T20:42:52.744017
2016-04-12T16:32:15
2016-04-12T16:32:15
56,079,703
0
0
null
null
null
null
UTF-8
C++
false
false
999
ino
#include <SoftwareSerial.h> SoftwareSerial mySerial(9, 10); void setup() { mySerial.begin(9600); //baud rate of GSM Module Serial.begin(9600); //baud rate of Serial Monitor (Arduino) delay(100); } void loop() { if (Serial.available()>0) switch(Serial.read()) { case 's': SendMessage();...
[ "vasudev.grover@gmail.com" ]
vasudev.grover@gmail.com
d41cee16d53ba621cc3ee717d9856782a1494c4a
dc9c6f34e15ae60cdecd503117334f5db2276ecd
/065_LC_76_minimumWindowSubstring.cpp
1dc93d6013584627bd685f0e98f479aa08130792
[]
no_license
z2z23n0/Algorithm
43c669958972b73dab95adf8314bbf219690c4d2
6582688bd387b2bb04eb39bafa58e0180f665bb4
refs/heads/master
2022-06-09T22:43:25.914800
2020-05-07T16:27:03
2020-05-08T16:27:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,360
cpp
// // Created by Zeno on 2020/5/2. // class Solution { public: string minWindow(string s, string t) { int start = 0; // record the beginning of the minium substring int minLen = INT_MAX; int left = 0, right = 0; int match = 0; // record the match number between window and needs ...
[ "zhangyuzechn@foxmail.com" ]
zhangyuzechn@foxmail.com
39b97ce9f5501590918e6b55e5e29616e6b88809
bbe7671fd0218f4f53082aa29eaf8d4137d1b505
/cpp/hello/main.cpp
bbce233c482568dafe9aa3a06261570c71b8c916
[]
no_license
b4rb4tron/projecten
da8650a694860b1e259fafd423eb249f7b2625cf
59f6a94a3b253ec1e9ac63d8ce31cbf493be887f
refs/heads/master
2021-07-06T07:22:11.864197
2018-10-25T09:51:43
2018-10-25T09:51:43
133,808,041
0
0
null
null
null
null
UTF-8
C++
false
false
144
cpp
#include <iostream> #include "test.h" using namespace std; int main() { cout << "Hello world!" << endl; test newtest; return 0; }
[ "roger@snoeivanhout.nl" ]
roger@snoeivanhout.nl
ec09caed19965ed57a38708dc834a6201362759b
492976adfdf031252c85de91a185bfd625738a0c
/src/Game/AI/Action/actionFreeMove.h
bdc2e801fa992746fe8831104b400403dea4acd7
[]
no_license
zeldaret/botw
50ccb72c6d3969c0b067168f6f9124665a7f7590
fd527f92164b8efdb746cffcf23c4f033fbffa76
refs/heads/master
2023-07-21T13:12:24.107437
2023-07-01T20:29:40
2023-07-01T20:29:40
288,736,599
1,350
117
null
2023-09-03T14:45:38
2020-08-19T13:16:30
C++
UTF-8
C++
false
false
1,059
h
#pragma once #include "KingSystem/ActorSystem/actAiAction.h" namespace uking::action { class FreeMove : public ksys::act::ai::Action { SEAD_RTTI_OVERRIDE(FreeMove, ksys::act::ai::Action) public: explicit FreeMove(const InitArg& arg); ~FreeMove() override; bool init_(sead::Heap* heap) override; v...
[ "leo@leolam.fr" ]
leo@leolam.fr
9bd70c24d67b90e653467a6f72d5a3a7b0c226e6
651570891f9a418440f2611f3773e2498c6ce3be
/TRAC-IK package/baxter_sim_kinematics/src/arm_kinematics.cpp
6d13e7a0e60bbde7799b9220da56f008ef8b9d98
[]
no_license
MartinFk/ReMa
aa22bb32f0d5e47b7e812a01ae407ad5444ec6ea
2233e53994952ac36bbab766834f817c26d3bdf6
refs/heads/master
2021-05-06T05:59:18.865847
2018-01-06T18:45:05
2018-01-06T18:45:05
115,284,971
0
1
null
null
null
null
UTF-8
C++
false
false
18,653
cpp
/********************************************************************* # Copyright (c) 2013-2015, Rethink Robotics # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # 1. Redistributions of ...
[ "martinfeick@yahoo.de" ]
martinfeick@yahoo.de
58514e92995664918b86be20b589c90f7830c54f
cc7b87b6315b53d7682fd1d05481b929363014be
/C++/Volume C/P10042.cpp
964c6ece8fcd3684c2937d98e40627c7a3089872
[]
no_license
ptargino/uvaOnlineJudge
b6d02a3c8cc084547247686da82ea0977c55f4af
b8922626122b013d8e668c6521504fce85958a7b
refs/heads/master
2020-05-19T16:19:34.010520
2012-06-30T21:21:06
2012-06-30T21:21:06
2,787,653
0
0
null
null
null
null
UTF-8
C++
false
false
1,127
cpp
#include <math.h> #include <iostream> using namespace std; bool isPrime(long int n) { int root = (int) sqrt(n); for (int i = 3; i < root; i += 2) if (!(n % i)) return false; return true; } int sumDigits(long n) { int sum = 0; while (n) { sum += n % 10; n /= 10; } return sum; } ...
[ "ptargino@gmail.com" ]
ptargino@gmail.com
615641b86279bfc4c7533476181cb73ecfbd385a
f0b4ce0ba6972301435f182a6d4c02987ee17ab3
/whacAMole.cc
8ccc5d4730d71a60529367313bba7ad8cf98479c
[]
no_license
gs0622/leetcode
b64bf1ac8d52ea473cac98b057a5edd1c8ff3591
ef9388f875c375f6f3cd290b04e457b416d860dc
refs/heads/master
2021-06-02T00:54:32.332803
2020-05-19T01:13:51
2020-05-19T01:13:51
20,798,407
0
0
null
null
null
null
UTF-8
C++
false
false
1,489
cc
#include <bits/stdc++.h> using namespace std; class Solution { public: // O(n) sliding window int whatAMoleTwoMallets(vector<int>& A, int w) { int n=A.size(); vector<int> sum(n,0); for (int i=0; i<n; ++i) sum[i]=(i==0)? A[i]: A[i]+sum[i-1]; function<int(int,int)> getSum=[&](int i, int j) { retur...
[ "gs0622@gmail.com" ]
gs0622@gmail.com
49622d2936de25439968c35b7af165f44568c76d
cccfb7be281ca89f8682c144eac0d5d5559b2deb
/ash/components/phonehub/fake_camera_roll_download_manager.h
4d531c34b167ddd565953dec22279be5f1610752
[ "BSD-3-Clause" ]
permissive
SREERAGI18/chromium
172b23d07568a4e3873983bf49b37adc92453dd0
fd8a8914ca0183f0add65ae55f04e287543c7d4a
refs/heads/master
2023-08-27T17:45:48.928019
2021-11-11T22:24:28
2021-11-11T22:24:28
428,659,250
1
0
BSD-3-Clause
2021-11-16T13:08:14
2021-11-16T13:08:14
null
UTF-8
C++
false
false
1,901
h
// Copyright 2021 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 ASH_COMPONENTS_PHONEHUB_FAKE_CAMERA_ROLL_DOWNLOAD_MANAGER_H_ #define ASH_COMPONENTS_PHONEHUB_FAKE_CAMERA_ROLL_DOWNLOAD_MANAGER_H_ #include <vecto...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com