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
0bb43129d94f03d67d8e7d4eb150896631171397
11e65430e08a401b27977c263f1523b9c0e9c7f8
/main.cpp
3a46bed3abf61d59c8e0689aaf5cc39c028ea064
[]
no_license
Ga-vin/CanRegConfigurationTool
c5089e2e8a6880db28ad056e1bd53b8d16039027
b783bd2243d8f3ca498e850d1815a1055cef977d
refs/heads/master
2021-01-20T19:52:43.779993
2016-08-01T16:09:45
2016-08-01T16:09:45
64,231,138
1
0
null
null
null
null
UTF-8
C++
false
false
316
cpp
#include <QApplication> #include <QTextCodec> #include "canregdlg.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); QTextCodec::setCodecForTr(QTextCodec::codecForName("utf-8")); /* Todo here */ CanRegDlg *p_window = new CanRegDlg; p_window->show(); return app.exec(); }
[ "gavin_8724@163.com" ]
gavin_8724@163.com
17b25422643da83450aae79c7035761ed73156f5
edcfa044f904b2e79a3924972e805694d3e143db
/Mosquitto_esp8266_NodeRED_AWS_With_BLENO_Uploading_Only_11_Aug_/Mosquitto_esp8266_NodeRED_AWS_With_BLENO_Uploading_Only_11_Aug_.ino
6148a2bafcb2b1b0f57b9c40b40c91ddee6a544b
[]
no_license
xidameng/Arduino-Projects
6eb18ed15f5775c812068ab102760518d59447dd
18bb8178b09d6b6ac22843d7f2ee41339e517768
refs/heads/master
2020-04-07T01:28:46.522381
2018-11-17T02:50:03
2018-11-17T02:50:03
157,942,687
1
1
null
2018-11-17T02:50:04
2018-11-17T02:18:14
C++
UTF-8
C++
false
false
4,444
ino
/***** All the resources for this project: http://randomnerdtutorials.com/ THIS IS THE FIRST WORKING PROJECT CREATED BY XI MENG for real-time uploading sensor data to the cloud *****/ #include <ESP8266WiFi.h> #include <PubSubClient.h> #include <Wire.h> // Change the credentials below, so your ESP8266 conn...
[ "xidameng@gmail.com" ]
xidameng@gmail.com
f48f5c9ee810e4089bc73e8b093a45911d0f4dd8
aee5b4d5e176a6d5054d6f1db7df94d4ebfde2ee
/policy_table.cpp
df32d59489d32d7f5d20c095cf4c603cea202324
[ "Apache-2.0" ]
permissive
rfrandse/ibm-logging
2b06e02dda92e9b3b3364cded8d2ad35ebe7d870
9351665a5d9560e42b2fa42c3f95cd18f9455018
refs/heads/master
2020-04-15T13:14:43.544670
2018-10-23T15:49:47
2018-10-23T15:49:47
164,708,462
0
0
null
null
null
null
UTF-8
C++
false
false
3,166
cpp
/** * Copyright © 2018 IBM Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
[ "spinler@us.ibm.com" ]
spinler@us.ibm.com
209a1f864899f7f483051523ea3352a8fd2c54c5
04b1803adb6653ecb7cb827c4f4aa616afacf629
/third_party/blink/renderer/core/layout/layout_table_section.cc
c39aa598db96a2821326c8f434cccb1ef1baf321
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LGPL-2.0-only", "BSD-2-Clause", "LGPL-2.1-only", "LicenseRef-scancode-warranty-disclaimer", "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
C++
false
false
81,591
cc
/* * Copyright (C) 1997 Martin Jones (mjones@kde.org) * (C) 1997 Torben Weis (weis@kde.org) * (C) 1998 Waldo Bastian (bastian@kde.org) * (C) 1999 Lars Knoll (knoll@kde.org) * (C) 1999 Antti Koivisto (koivisto@kde.org) * Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
12296921e0243ca482f427befca74058e566267f
512ff8baf337a02d04186950eaaf3f05493f19cc
/贪心/455/main.cpp
749d961d10c095e0a72f214e09405b0b591bc2a4
[]
no_license
coderzhongkaikai/exercise
69cfe5d11c84b21e4702c6f6ed4fa03ba2ce751f
e354698cb9cae39d0f356b3775084341507888d7
refs/heads/master
2021-07-08T13:40:29.573399
2021-04-30T11:16:31
2021-04-30T11:16:31
239,304,726
0
0
null
null
null
null
UTF-8
C++
false
false
642
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; class Solution{ public:int findContentChild(vector<int>&g,vector<int>&s){ sort(g.begin(),g.end(),greater<int>()); sort(s.begin(),s.end(),greater<int>()); int si=0,gi=0;//分别代表 饼干和小孩 int res=0; while (...
[ "2457169144@qq.com" ]
2457169144@qq.com
94ea07d6eb83f52fa0da7b355b30c423c5da05d0
1cc44526fe719ddb807241e873b536c22fa0d1bf
/Src/Representations/Infrastructure/CameraSettingsV6.h
5edee4aca46cde7663350874182362733c515637
[ "BSD-2-Clause" ]
permissive
Handsome-Computer-Organization/nao
55e188276a7ba82631bc6283d18db89f2b688c75
d7bbac09355e5f8f719acb4b65b39bc7975878ca
refs/heads/main
2023-04-26T12:24:59.944423
2021-05-14T12:53:10
2021-05-14T12:53:10
367,357,552
0
0
null
null
null
null
UTF-8
C++
false
false
4,936
h
/** * @file CameraSettingsV6.h * Declaration of a struct representing the settings of the PDA camera. * @author <a href="mailto:Thomas.Roefer@dfki.de">Thomas Röfer</a> */ #pragma once #include "Representations/Infrastructure/CameraInfo.h" #include "Tools/Streams/AutoStreamable.h" #include "Tools/Enum.h" #include ...
[ "handsomeyingyan@github.com" ]
handsomeyingyan@github.com
e1889b22ed801baff046deeeec9f6ee14c26200b
c7979f4f6435fe8d0d07fff7a430da55e3592aed
/aising/test.cpp
3f181c684756bfc5df72fe6503946084fbd3a44c
[]
no_license
banboooo044/AtCoder
cee87d40bb98abafde19017f4f4e2f984544b9f8
7541d521cf0da848ecb5eb10ffea7d75a44cbbb6
refs/heads/master
2020-04-14T11:35:24.977457
2019-09-17T03:20:27
2019-09-17T03:20:27
163,818,272
0
0
null
null
null
null
UTF-8
C++
false
false
2,536
cpp
#include <iostream> #include <cstdio> #include <cstdlib> #include <cstring> #include <algorithm> #include <string> #include <sstream> #include <complex> #include <vector> #include <list> #include <queue> #include <deque> #include <stack> #include <map> #include <set> #define REP(i,n) for (long long i=0;i<(n);i++) #defi...
[ "touhoucrisis7@gmail.com" ]
touhoucrisis7@gmail.com
372b13037b81ffa40af4aeb20b7aac9db4667659
647d3cf8c301cc4351c5f6b7a3adeb0c294ce849
/Others/less/old/2021-4-10/P1082.cpp
5140c27bad5f3939b5147ddc1ebbd001218794c2
[]
no_license
schtonn/Code
d6157e7d8ee8256159246c4765122e188ecbc48d
ba4e4e4511d37ec8398f4015fddf938f6b9d8852
refs/heads/master
2022-08-10T14:37:32.655034
2022-07-25T14:36:03
2022-07-25T14:36:03
243,902,585
0
0
null
2020-03-15T09:50:27
2020-02-29T04:13:41
null
UTF-8
C++
false
false
279
cpp
#include "bits/stdc++.h" using namespace std; void exgcd(int a,int b,int &x,int &y){ if(!b){ x=1,y=0; return; } exgcd(b,a%b,y,x); y=y-a/b*x; } int main(){ int a,b,x,y; cin>>a>>b; exgcd(a,b,x,y); cout<<(x+b)%b<<endl; return 0; }
[ "schtonn@163.com" ]
schtonn@163.com
e7782ac5d9e499f80c1e579f236c304f787bd527
2a91fa3eb624d07bf763e3390acc4d22610acb3b
/include/Core/QuantumCircuit/QReset.h
e9354445172ed863db0509df323c90192e53a8f5
[ "Apache-2.0" ]
permissive
YeweiYuan/QPanda-2
3ee1ae32695dcd14a55de3257ddbc9daad28b4d4
7087f1a002e8248bc46e6c16968fae5071243efd
refs/heads/master
2023-05-02T04:00:49.875822
2021-05-27T03:04:34
2021-05-27T03:04:34
309,905,736
1
0
Apache-2.0
2021-05-27T03:04:35
2020-11-04T06:07:55
null
UTF-8
C++
false
false
3,830
h
/* Copyright (c) 2017-2020 Origin Quantum Computing. All Right Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable la...
[ "wj@originqc.cn" ]
wj@originqc.cn
aec83cdc0d4e1fc709528350d827045f61c600c0
1190c42cf0e03d8625b3eed9b469bbc5dcbecc4d
/sockets/sockets.h
0ef1fd1f370d2c9a3bd95b10464126c844f94759
[]
no_license
ujpv/protei
0fea4498c3e92978cb78295e5d1d90bdab6998ff
36d1438f304a33126e862c9a41b07d92f1668737
refs/heads/master
2016-09-14T14:45:39.142944
2016-05-04T18:18:16
2016-05-04T18:18:16
57,385,906
0
0
null
null
null
null
UTF-8
C++
false
false
1,978
h
#ifndef SOCKETS_H #define SOCKETS_H #include <inttypes.h> class abstract_socket { public: explicit abstract_socket(int fd); abstract_socket(abstract_socket const &other); int get_fd() const; char *get_er_message() const; bool connect(char const * ip, uint16_t port); bool disconect(); bool i...
[ "ujpv@mail.ru" ]
ujpv@mail.ru
76aa4685ccbf16eec2434cc5df11c69c8b5d76b1
8fdea23d0eb541bb076f77f9ba02ebf5446de1a0
/src/CloudBackground.h
7b8f98a6e79e0328474cba74f769a80a34df97d1
[]
no_license
brannondorsey/LEDWallInteractive
928790a7bf1c54f986df6048c6a42aeff74a95f2
c8d582061c3811b738ddfe11a06c1d7363ada96e
refs/heads/master
2021-01-10T14:21:03.476893
2016-02-08T18:30:32
2016-02-08T18:30:32
50,591,829
1
0
null
null
null
null
UTF-8
C++
false
false
2,490
h
#pragma once #include "ofMain.h" class CloudBackground { public: float frequency; ofColor cloudColor; ofEasyCam camera; ofShader shader; ofImage noiseImage; ofFbo fbo; int width; int height; int minFrequency; int maxFrequency; void setup(int width_, int...
[ "brannon@brannondorsey.com" ]
brannon@brannondorsey.com
d754a3c9e2b5fbd14fc963886a66633fc9e4342d
db21d60c742cd1f6b5bbfb9dcf8e6f17eafb3ffd
/TiledReader/Includes/Event/Delegate/Exception/UnboundDelegateException.h
32c5afe889987e4aba1ccb4366912c2979842e6e
[]
no_license
YvesHenri/TiledPlusPlus
d32a3a8ffcee4097da690590eac0b4a6d46fc219
79e1f4f9d75920821f1e3976386811326b094da3
refs/heads/master
2021-01-12T00:15:24.693477
2017-02-21T17:36:37
2017-02-21T17:36:37
78,694,413
1
0
null
2017-02-21T17:36:38
2017-01-12T01:00:04
C++
UTF-8
C++
false
false
591
h
#ifndef TPP_EVENT_DELEGATE_EXCEPTION_UNBOUNDDELEGATEEXCEPTION_H #define TPP_EVENT_DELEGATE_EXCEPTION_UNBOUNDDELEGATEEXCEPTION_H #include <exception> #include "Macros\API.h" // non dll - interface class 'std::exception' used as base for dll - interface class 'evt::UnboundDelegateException' #pragma warning(disable: 42...
[ "yveshenricalaci@hotmail.com" ]
yveshenricalaci@hotmail.com
05e5d8954a8a1f0ad78bf503e12f7db8709b0969
5a88700bfdaa47e6ed95a3a0b559527c5b31a43a
/framework/simple_scene/src/mm/services/simple_scene.hpp
3a5cbe0c55b2e7ca24ed4621761b12e25d64b259
[ "MIT" ]
permissive
ford442/MushMachine
84cdc07fa1ce63605c9cc87b0586667388e657eb
dc37ad54ec02aa4c1c30cca99d965cd705b3fa2f
refs/heads/master
2023-08-23T03:17:39.362561
2021-10-22T18:49:49
2021-10-22T18:49:49
425,437,241
0
0
NOASSERTION
2021-11-07T07:43:52
2021-11-07T07:12:02
null
UTF-8
C++
false
false
1,238
hpp
#pragma once #include <mm/services/scene_service_interface.hpp> #include <chrono> namespace MM::Services { // provides an implementation for SceneServiceInterface class SimpleSceneService : public SceneServiceInterface { private: std::unique_ptr<Scene> _scene; std::unique_ptr<Scene> _next_scene; // enqueu...
[ "green@g-s.xyz" ]
green@g-s.xyz
7d1c2c751a4f8d9c524f8f827d914cca5c1ce3d7
648a0e5429d20c89f22e1d8ae8ee8891f9e09323
/Joy PS2/PS2/PS2.ino
83512e070fd4d9201d531be284208a1dcaf045c2
[]
no_license
napsudtay/aduino
109f211373ae1afb2385b6e260bebbf506bacc6b
924e812486aab34a1de17844700a874c70b485e9
refs/heads/master
2021-06-16T08:36:48.034828
2017-05-02T16:15:50
2017-05-02T16:15:50
38,966,525
0
0
null
null
null
null
UTF-8
C++
false
false
7,070
ino
/* arduino ติดต่อ JOY PS2 , arduino with JOY PS2 ตัวอย่างนี้ ง่ายกว่าที่คุณคิด มาดูหัวต่อ PS2 กันก่อนนะครับ สามารถนำไปประยุกต์ไปควบคุมหุ่นยนต์หรืองานด้านอื่นๆ ได้ครับ จากภาพนะครับมีสายทั้งหมด 8 เส้นนะครับแต่ใช้จริงๆ 6 เล้นนะครับ เส้นที่ใช้นะครับ ขา 1 ขา data ขา2 command ขา 4 ขา GND ขา 5 VCC 3.3 V ห้ามจ่...
[ "sudtayonnuam@sudtays-MacBook-Pro.local" ]
sudtayonnuam@sudtays-MacBook-Pro.local
7362847df11136a317f15fc3a863b53e594a3a87
9310213affdbb681a8141336351bfe52b19a41fe
/linkedlist.hpp
4caba2da84565529554e8b6db0bd4c62d4efda60
[]
no_license
dh7qc/CS1510-HW03
3fa8a83f7ac4ca812d3877773c4134bb165d5114
3aac70d85889fd56f798933a787c91f0e1ef3999
refs/heads/master
2021-01-19T18:32:15.997395
2017-04-15T17:27:20
2017-04-15T17:27:20
88,362,880
0
0
null
null
null
null
UTF-8
C++
false
false
4,023
hpp
//Dennis Hahn CS1510 Section B Assignment 3 //LinkedList #include <iostream> #include <string> using namespace std; template <typename T> void LinkedList<T>::insert_front(const T& x) { LinkedList<T> *tmp = new LinkedList<T>; tmp-> m_data = this-> m_data; tmp-> m_next = this-> m_next; this-> m_data = x; this->...
[ "dh7qc@mst.edu" ]
dh7qc@mst.edu
c5515f6f8e69aae95c5b5b0d32aa31d4bfd12306
66814bdad378a1d65136dc72ec2c9c6bb33e3c4b
/HTTP_Downloader/login_manager_utilities.cpp
66e6055d0623756765693c64d6699d5c96b17a68
[]
no_license
Surfndez/httpdownloader
8b9fd26725f186d79ac175283049847ba04d2e28
9006fbdc2935398083a9140d37d1300030386578
refs/heads/master
2020-09-21T09:14:32.120527
2019-11-19T05:10:01
2019-11-19T05:10:01
224,751,759
1
0
null
2019-11-29T01:00:48
2019-11-29T01:00:47
null
UTF-8
C++
false
false
18,598
cpp
/* HTTP Downloader can download files through HTTP(S) and FTP(S) connections. Copyright (C) 2015-2019 Eric Kutcher 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 3 of the L...
[ "defeatthefreak@gmail.com" ]
defeatthefreak@gmail.com
4da58027033786eab962e356aecda5ffbbc14d23
065e58016a4506e4a5b429a2b77a6f432930a362
/include/core/Memory.hpp
6cda09142c9c01df794ffe25ffade635a9d142d9
[]
no_license
UnsafePointer/shinobu
380ba84b1dfe122da3f6042da2261bcec5f07abe
5088e95c3dcd7b0f3e9b226dc768811a6b2ddc4f
refs/heads/master
2023-01-07T06:31:50.271267
2020-09-23T14:00:40
2020-09-23T14:00:40
265,358,408
3
0
null
2020-09-23T14:00:41
2020-05-19T20:28:27
C++
UTF-8
C++
false
false
16,065
hpp
#pragma once #include <cstdint> #include <memory> #include <filesystem> #include <optional> #include <vector> #include <common/Logger.hpp> #include <chrono> namespace Core { namespace Device { namespace SerialDataTransfer { class Controller; }; namespace PictureProcessingUnit { ...
[ "renzo@crisostomo.me" ]
renzo@crisostomo.me
d72b27c52a70a3422cd88fa47f9e715e595b1d3c
ffe66d2c0494554c8c917dded6f8cdcf79c651a2
/MLModels/NeuralNetwork/NNUnitTest.cpp
e35b4dabe0b93b557f73ee931553081e15670818
[]
no_license
Zhukowych/Rinit
3f9f149ba3e45545887e777d623255cc7d1052a9
d9466ae628d31d01a034268727e07602e6e2aba5
refs/heads/main
2023-01-22T23:08:58.707963
2020-11-29T12:13:04
2020-11-29T12:13:04
286,224,024
0
0
null
null
null
null
UTF-8
C++
false
false
615
cpp
#include "NeuralNetwork.hpp" #include "../../Containers/Vector.hpp" Vector<int> CreateNNStructure(){ Vector<int> result(3); result[0] = 5; result[1] = 3; result[2] = 2; return result; } Vector<float> CreateTrainData(){ Vector<float> result(2); result[0] = 1; result[1] = 1; return result; } Vector<float> Cre...
[ "mzmzhuk@gmail.com" ]
mzmzhuk@gmail.com
fd931fc5abdd90548a4b1c8da4cf25ec8019b5ae
86b8d7ae67b320f016f8f16ae1a879262050f76c
/Image Morphing/graph.h
edb0d59e039475685fcb44ca44d3b19b04a7c1fe
[]
no_license
tobygameac/Image-Morphing
acb77a8cf0267969b66fd5b5d599e919e4197c17
96036405344ff2feb79100f581a30120793b9850
refs/heads/master
2021-01-17T09:34:10.296236
2016-10-03T07:35:08
2016-10-03T07:35:08
53,070,607
1
0
null
null
null
null
UTF-8
C++
false
false
1,046
h
#pragma once #include <utility> #include <vector> class Edge { public: Edge() { } Edge(const std::pair<size_t, size_t> &edge_indices_pair) : edge_indices_pair_(edge_indices_pair) { } Edge(const std::pair<size_t, size_t> &edge_indices_pair, double weight) : edge_indices_pair_(edge_indices_pair), weight_(...
[ "tobyreallygameac@gmail.com" ]
tobyreallygameac@gmail.com
64ac0041f7df73a4e30916a7bcf1ea01fcb1559a
491b89427312aa0c026db196235144bfb598cec4
/Kade-Engine-stable/exportBONEFRIEND/release/windows/obj/src/Alphabet.cpp
d35f8ddf21ccf139fd7ef6a227be5c222865bfda
[ "Apache-2.0" ]
permissive
TrashMonkeyy/VS-Bonefriend-FNF-Source
667fded8fa68401a9efa4063fd535c7ae1ab025d
a3f96ad52cc0dcf16c64106bfc8feb7c568046c0
refs/heads/master
2023-06-28T04:38:39.561357
2021-08-02T00:49:44
2021-08-02T00:49:44
391,771,302
0
0
null
null
null
null
UTF-8
C++
false
false
25,404
cpp
#include <hxcpp.h> #ifndef INCLUDED_AlphaCharacter #include <AlphaCharacter.h> #endif #ifndef INCLUDED_Alphabet #include <Alphabet.h> #endif #ifndef INCLUDED_Paths #include <Paths.h> #endif #ifndef INCLUDED_flixel_FlxBasic #include <flixel/FlxBasic.h> #endif #ifndef INCLUDED_flixel_FlxG #include <flixel/FlxG.h> #endif...
[ "mrcolin35@hotmail.com" ]
mrcolin35@hotmail.com
972e2620002178be4264af959efe3e895e2595ec
f42d648e4d284402ad465efa682c0e36197c4ec1
/winrt/impl/Windows.Foundation.Metadata.0.h
0d48afe5aa7ee7348790c756eb78c7b2e1dc4b55
[]
no_license
kennykerr/modules
61bb39ae34cefcfec457d815b74db766cb6ea686
0faf4cd2fa757739c4a45e296bd24b8e652db490
refs/heads/master
2022-12-24T13:38:01.577626
2020-10-06T17:02:07
2020-10-06T17:02:07
301,795,870
2
0
null
null
null
null
UTF-8
C++
false
false
7,034
h
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.3.4.5 #ifndef WINRT_Windows_Foundation_Metadata_0_H #define WINRT_Windows_Foundation_Metadata_0_H WINRT_EXPORT namespace winrt::Windows::Foundation::Metadata { enum class AttributeTargets : uint32_t { All = 0xffffffff, De...
[ "kenny.kerr@microsoft.com" ]
kenny.kerr@microsoft.com
67bf6f3bc9b2045e2690291ebc45b3e709431368
7dd6a8554de99377b3bb3eec8958eceb76a84c3c
/Lab08/Chong_2826945_Lab08/MinMax_Heap.h
272dc37e255d48a5c2834a93636d9844e4c6050c
[]
no_license
PenguinBoyTC/DataStructure_C
7f0ce17e9d1657699b8373e48e48f8ec24a3c8a4
3e6cdf9e377a7b1d7ad1d756449e1127de911d4a
refs/heads/master
2020-04-30T06:41:42.481021
2019-03-20T05:19:38
2019-03-20T05:19:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,154
h
#ifndef MINMAX_HEAP_H #define MINMAX_HEAP_H #include "HeapInterface.h" #include <string> #include <math.h> //#include <algorithm> template <typename T> class MinMax_Heap: public HeapInterface<T> { public: MinMax_Heap(int initialSize);//constructor MinMax_Heap(const MinMax_Heap<T>& heap); // The copy constructor MinM...
[ "31427334+PenguinBoyTC@users.noreply.github.com" ]
31427334+PenguinBoyTC@users.noreply.github.com
a9785ecb44604e5bd806fdff0cc2b265300c6313
1f032ac06a2fc792859a57099e04d2b9bc43f387
/c6/e7/01/c0/1514a5d42345b6a9bd5ebad0ef490f60d2c8fac8dd9d9ddf2cd0bbd8979460af21b6c59fa60a83248b61142b65e17627993870318a63c0f33b8b8ce5/sw.cpp
b36b5626c16038aba0325eb93f26ab4826a35b30
[]
no_license
SoftwareNetwork/specifications
9d6d97c136d2b03af45669bad2bcb00fda9d2e26
ba960f416e4728a43aa3e41af16a7bdd82006ec3
refs/heads/master
2023-08-16T13:17:25.996674
2023-08-15T10:45:47
2023-08-15T10:45:47
145,738,888
0
0
null
null
null
null
UTF-8
C++
false
false
972
cpp
void build(Solution &s) { auto &t = s.addTarget<LibraryTarget>("amazon.awslabs.crt_cpp", "0.17.11"); t += Git("https://github.com/awslabs/aws-crt-cpp", "v{v}"); t -= "include/.*"_rr, "source/.*"_rr; t += "source/.*"_rr; if (t.getCompilerType() == CompilerType::MSVC) t.Compi...
[ "cppanbot@gmail.com" ]
cppanbot@gmail.com
98e1c272fbae16c503b1ad51c1fd966c523b69bd
4a16b421147ba8f1a0e280acec629cf362fafa94
/include/Sapph/Vector3.h
8ccd0d887651cf3d29e88b9a78264cf7c5182904
[]
no_license
tnaselow/Test_Game
0173a4d895fb77e2d1921ff6eb6f6573cb9a11ca
90fae3adf699eeb4f6f63693ab06a7aa0396e997
refs/heads/master
2021-01-01T05:13:02.153039
2016-05-25T23:13:38
2016-05-25T23:13:38
58,480,060
0
0
null
null
null
null
UTF-8
C++
false
false
882
h
#pragma once #include <iostream> class Vector3 { public: Vector3(float x = 0, float y = 0, float z = 0); Vector3(const Vector3 &vec); ~Vector3(); void Set(float x, float y, float z); float Dot(const Vector3 &vec) const; float Magnitude() const; Vector3 Cross(const Vector3 &vec) const; Vector3 &Scale...
[ "t.naselow@digipen.edu" ]
t.naselow@digipen.edu
4f7a670b56b733c59f6ceba3ed2b9605015eea89
19842f800160fdb4f0266e1d13c3e868542d75cb
/include/ext/audio/CClassBuilder.h
9768659413a142f5d9600308cd1def6520b78b6c
[]
no_license
benjaminhampe/DarkGDK
3e32b404d9aafb014a08c39324153bc1888771b8
32823a6b350caef3c114daf60d954b73994e3517
refs/heads/master
2020-06-02T04:05:29.866871
2014-02-28T21:33:30
2014-02-28T21:33:30
17,301,390
1
2
null
null
null
null
UTF-8
C++
false
false
9,067
h
// Copyright (C) 2002-2013 Benjamin Hampe // This file is part of the "irrlicht-engine" // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __IRR_EXT_C_CLASS_BUILDER_MANAGER_H__ #define __IRR_EXT_C_CLASS_BUILDER_MANAGER_H__ //#include <sys/stat.h> //#include <sys/io.h> //#include <sy...
[ "benjaminhampe@gmx.de" ]
benjaminhampe@gmx.de
34af1184c256702bb19f5286a78b7f445827d663
4ef7465003940b693c46a9606b8bda6684f8f54b
/src/animator.cpp
74a57bf94f568ce5203d42231465d72af0d6ba8d
[]
no_license
EvilJagaGenius/NetmapSFML
22d2484fd5b8d3a76a3a5673f68083cacdd984f7
2bd760b563a54d8275259484268e4925a73fb6d1
refs/heads/master
2021-11-22T16:36:44.669861
2019-11-22T18:50:54
2019-11-22T18:50:54
183,544,102
1
1
null
2020-06-26T23:24:01
2019-04-26T02:41:05
C++
UTF-8
C++
false
false
910
cpp
#include "animator.h" Animator::Animator() { //ctor } Animator::~Animator() { //dtor } void Animator::addAnimation(string id, Animation anim) { this->animations.insert({{id, anim}}); } void Animator::playAnimation(string id, bool loop) { this->loop = loop; this->progress = 0; this->currentAn...
[ "EvilJagaGenius@users.noreply.github.com" ]
EvilJagaGenius@users.noreply.github.com
35b7193cca08c84556ea92478ef8fbf5f4e0931a
67ea3f01e6cd4b9d3551d5f31184130efe61b471
/Tests/testFunctions.cpp
a50d14c9e5caf82be40d97d959658239dfa7ca2c
[ "MIT" ]
permissive
ASR-Engineering-Consulting/V3DLib
a4d33c9436aed34eeef412935753252b86c820fc
393cc112866b64019830f66984663d1731ecb68e
refs/heads/main
2023-05-07T21:57:54.957983
2021-05-31T06:58:28
2021-05-31T06:58:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,149
cpp
#include "doctest.h" #include "Kernel.h" #include "Source/Functions.h" using namespace V3DLib; namespace { IntExpr hello_int_function() { return functions::create_function_snippet([] { Int Q = 42; functions::Return(Q); }); } void hello_int_kernel(Int::Ptr result) { *result = hello_int_function(); } ...
[ "wrijnders@gmail.com" ]
wrijnders@gmail.com
2b5013f585040c3342a37bef5f06deecb19e914d
844fc17b4b94fcc455e56b1e8fa87da8be537d23
/src/spectral/basis/spectral_function/spectral_weight_function.hpp
55a37de7660662c46637af11fa7ac2958fcc7c1b
[]
no_license
simonpintarelli/2dBoltzmann
be6426564ffd74cd084787fbe1c6590b27a53dcc
bc6b7bbeffa242ce80937947444383b416ba3fc9
refs/heads/master
2021-04-12T10:21:50.167296
2018-12-16T16:16:43
2018-12-16T16:16:43
126,182,914
0
0
null
null
null
null
UTF-8
C++
false
false
848
hpp
#pragma once #include "spectral_coord_traits.hpp" namespace boltzmann { // -------------------------------------------------------------------------------- template <typename F, bool T> struct weighted {}; // -------------------------------------------------------------------------------- template <typename F> stru...
[ "simon.pintarelli@gmail.com" ]
simon.pintarelli@gmail.com
5532b2566f18270be636e4b94cf42339e917c3d2
19194c2f2c07ab3537f994acfbf6b34ea9b55ae7
/android-30/java/lang/reflect/ReflectPermission.hpp
63dd381a4cb61ca239afa638fbbc8d9af652129d
[ "GPL-3.0-only" ]
permissive
YJBeetle/QtAndroidAPI
e372609e9db0f96602da31b8417c9f5972315cae
ace3f0ea2678967393b5eb8e4edba7fa2ca6a50c
refs/heads/Qt6
2023-08-05T03:14:11.842336
2023-07-24T08:35:31
2023-07-24T08:35:31
249,539,770
19
4
Apache-2.0
2022-03-14T12:15:32
2020-03-23T20:42:54
C++
UTF-8
C++
false
false
839
hpp
#pragma once #include "../../../JString.hpp" #include "./ReflectPermission.def.hpp" namespace java::lang::reflect { // Fields // Constructors inline ReflectPermission::ReflectPermission(JString arg0) : java::security::BasicPermission( "java.lang.reflect.ReflectPermission", "(Ljava/lang/String;)V", arg...
[ "yjbeetle@gmail.com" ]
yjbeetle@gmail.com
fee8c16be466b69a6e030dca7df0e0320274d32e
58fbf4229a79250b01946c35f375d7da17fbdac4
/fsw/unit_test/vm_testrunner.cpp
ec33cd8895c5460be44c4b3d8f3d3d74259ad2cc
[ "BSD-3-Clause" ]
permissive
WindhoverLabs/vm
32add255779636b62adcac38499f1b96e080401c
f7a39de2a043ff26fc6873a379b2570538184463
refs/heads/master
2023-02-18T17:04:10.869676
2023-02-02T05:21:17
2023-02-02T05:21:17
202,190,043
1
0
BSD-3-Clause
2021-01-29T19:58:00
2019-08-13T17:09:40
C++
UTF-8
C++
false
false
1,974
cpp
/**************************************************************************** * * Copyright (c) 2017 Windhover Labs, L.L.C. 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...
[ "mbenson@windhoverlabs.com" ]
mbenson@windhoverlabs.com
8d98579719b305545057e4fd152f7eb242b33878
84c630facb71846df893e80f49a12ebbe81c26e7
/STm32F429_Firmware/src/lap_timer.h
31f8a82c5c7a2c984a919bcd7f3801ad6c04c8bc
[]
no_license
PhilippSchmaelzle/speedoino
6da484a76f4d74c80fb459545c258f98582b72f5
31440cc40cc87308ac21ad0d5b22f2f906a41bbe
refs/heads/master
2022-06-10T09:57:58.311209
2020-05-02T19:21:42
2020-05-02T19:21:42
260,756,509
0
0
null
null
null
null
UTF-8
C++
false
false
1,464
h
/* * Lap_Timer.h * * Created on: 14.07.2013 * Author: kolja */ #ifndef LAP_TIMER_H_ #define LAP_TIMER_H_ class LapTime{ public: LapTime(); ~LapTime(); void race_loop(); void waiting_on_speed_up(); void prepare_race_loop(); void gps_capture_loop(); void initial_draw_gps_capture_screen(); unsigned cha...
[ "philipp-schmaelzle@web.de" ]
philipp-schmaelzle@web.de
769b6c84ac4f6ddca5aaebaebe8900f0f4cc91da
acbed65c0fae90e223ad18188417009dbc949567
/Lk_test/lk_demo.cpp
2fdd65171db4331276d4bb06755c45f7c04d2dd8
[]
no_license
laokingshineUAV/openCV_1.0
11630d33c434e36bd45c80050f655cff7a4e33e2
b8d56ff0593fe93583f0f1cf4c3d9f4f8ef5c42f
refs/heads/master
2020-03-16T14:02:01.925042
2018-05-10T13:33:54
2018-05-10T13:33:54
132,705,626
0
0
null
null
null
null
UTF-8
C++
false
false
3,267
cpp
#include "opencv2/video/tracking.hpp" #include "opencv2/imgproc.hpp" #include "opencv2/videoio.hpp" #include "opencv2/highgui.hpp" #include <iostream> #include <ctype.h> using namespace cv; using namespace std; static void help() { // print a welcome message, and the OpenCV version cout << "\nThis is a demo of Luk...
[ "laokingshine@sjtu.edu.cn" ]
laokingshine@sjtu.edu.cn
8c4e3f91620f61dd0bbb98784dca1f1a19d29377
19907e496cfaf4d59030ff06a90dc7b14db939fc
/POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/components/scheduler/child/scheduler_tqm_delegate_impl.h
a41ac676f582cfe1800840f4c185045f56d34068
[ "BSD-2-Clause" ]
permissive
ATMatrix/demo
c10734441f21e24b89054842871a31fec19158e4
e71a3421c75ccdeac14eafba38f31cf92d0b2354
refs/heads/master
2020-12-02T20:53:29.214857
2017-08-28T05:49:35
2017-08-28T05:49:35
96,223,899
8
4
null
2017-08-28T05:49:36
2017-07-04T13:59:26
JavaScript
UTF-8
C++
false
false
2,054
h
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_ #define COMPONENTS_SCHEDULER_CHILD_SCHEDULER_TQM_DELEGATE_IMPL_H_ #include "base/macros...
[ "steven.jun.liu@qq.com" ]
steven.jun.liu@qq.com
a7f192af87d4eca359dbe40b806e2656e261eede
b0f76ab27b217a77e36c3b4c6b3f2adeae7c7a28
/QPAnalyzer/main.cpp
4e16a91ddd03e62cbdc810e6bd3d452d393dffa6
[]
no_license
iamgeniuswei/QProtocolAnalyzer
ec3cd8a283102c38ffd50fe27b74dae527b999ef
5deae48aff83e28d9a389978accd8bda660b8315
refs/heads/master
2021-01-18T19:53:21.268694
2016-09-29T02:57:11
2016-09-29T02:57:11
69,648,032
0
0
null
null
null
null
UTF-8
C++
false
false
225
cpp
#include <QCoreApplication> #include <QDebug> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); qDebug() << "-------------------QProtocolAnalyzer Build 0.01-----------------"; return a.exec(); }
[ "iamgeniuswei@sina.com" ]
iamgeniuswei@sina.com
a0ddd8b4f7bc78f83e32c8725595691bfe671c7b
26701cd4cdc0df75de09d2ffa6c9d2c6ec72c433
/loo/tests/graphic/header/graphicapp.h
1cf483cdc1574947d5ae4ac007fcc25a322778fb
[]
no_license
ifeuille/looengine
6ec30fc459684e5abf25e9e3739ab882ec12b7a5
f0bbbe6e2b518dcbb9d75937084cab29d2f12347
refs/heads/master
2022-04-11T01:01:28.429955
2020-03-29T01:34:20
2020-03-29T01:34:20
226,991,555
1
0
null
null
null
null
UTF-8
C++
false
false
2,164
h
#include "config.h" #include "core/application/application.h" #include "vkfg/vulkan/framework/vulkandeviceext.h" #include "vkfg/vkfg.h" #include "global/algorithms/stringutils.h" namespace loo { namespace vkfg { class VPipelineCompiler; } } class GraphicApp :public loo::core::Application { // types private: usi...
[ "770829892@qq.com" ]
770829892@qq.com
0ee13876796f7192c1adcb49c43b6c4bec355952
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/new_hunk_4111.cpp
123a70dc5c610e618af1c8eb7a97b8c3c056f3ef
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
184
cpp
DIFF_OPT_SET(&revs->diffopt, NO_INDEX); revs->max_count = -2; diff_setup_done(&revs->diffopt); setup_diff_pager(&revs->diffopt); DIFF_OPT_SET(&revs->diffopt, EXIT_WITH_STATUS);
[ "993273596@qq.com" ]
993273596@qq.com
05af1df6a7c7876d6afd1eeb0be85f289af0e178
e879a7a6431bea8758c64e43c64695e1ec0cfcaa
/LeM/144.cpp
92ea4cf6c107f32b345272e1717470f48b37c6f6
[]
no_license
Fatnerdfy/Training
304cebe0997d0eb1de12257c68c157d6c2c9d42e
838b6f9526e167c6d54341507bb366bf6c1ba947
refs/heads/master
2021-07-03T15:17:12.303424
2019-01-28T05:53:32
2019-01-28T05:53:32
133,915,439
0
1
null
null
null
null
UTF-8
C++
false
false
1,055
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: void preorder(TreeNode *p, vector<int>& result) { if(p == nullptr) return; res...
[ "quanfy98@gmail.com" ]
quanfy98@gmail.com
7c69256b7d821a738713977592a1852a4abf617d
9dbeabc73c230cb4d7421f9b01430afffa7a2893
/test.cpp
5ca489b136402361d4f2e3e0831ac94bf2ccb21c
[]
no_license
arnavmenon/CPCprep
3ad4cae9ff3a704135763585ed72cfc2266da740
dd95216774ea33fd5d327d37513b7ddd96471155
refs/heads/master
2023-07-13T13:12:08.076955
2021-08-21T21:13:15
2021-08-21T21:13:15
352,124,288
0
0
null
null
null
null
UTF-8
C++
false
false
1,377
cpp
#include<bits/stdc++.h> using namespace std; vector<long long> solve (int N, int Q, vector<int> A, vector<vector<int> > query) { vector<long long> ans; vector<long long> prefix(N,0); prefix[0]=A[0]; for(int i=1;i<N;i++){ prefix[i]= prefix[i-1] + A[i]; } int qno=0; vector<int> cur; whi...
[ "63289642+arnavmenon@users.noreply.github.com" ]
63289642+arnavmenon@users.noreply.github.com
240c04c7d550394e5dc99d5a0035b5b6b4d859ff
e557ce74c9fe34aa2b68441254b7def699067501
/src/libtsduck/dtv/descriptors/tsPartialTransportStreamDescriptor.h
b04a01fc70e1fbb028ca6068088eb1edba5f15fb
[ "BSD-2-Clause" ]
permissive
cedinu/tsduck-mod
53d9b4061d0eab9864d40b1d47b34f5908f99d8a
6c97507b63e7882a146eee3613d4184b7e535101
refs/heads/master
2023-05-10T12:56:33.185589
2023-05-02T09:00:57
2023-05-02T09:00:57
236,732,523
0
0
BSD-2-Clause
2021-09-23T08:36:08
2020-01-28T12:41:10
C++
UTF-8
C++
false
false
3,425
h
//---------------------------------------------------------------------------- // // TSDuck - The MPEG Transport Stream Toolkit // Copyright (c) 2005-2023, Thierry Lelegard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the f...
[ "thierry@lelegard.fr" ]
thierry@lelegard.fr
be77f63a34082c869b26e098057e403470e60438
9a7e537e2f6ad47302256b7e2ff006b9b7d75d06
/DirectSoundforUnity/CWindow.cpp
220a4423f18e976bdaf2777bb12b3c0dfa39f187
[]
no_license
Taku3939/DirectSoundforUnity
a28cf65488ef35c86f32197366b04a743d1043aa
7eb63c3b2a74b9f86e728a3e05bf1c0766f4b405
refs/heads/master
2021-05-19T19:21:06.114729
2020-04-01T05:42:02
2020-04-01T05:42:02
252,080,786
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
8,668
cpp
#pragma once #pragma warning( disable : 4996 ) #include "CWindow.h" /////////////////////////////////////////////////////////////////////////////////// // スタティック変数 /////////////////////////////////////////////////////////////////////////////////// HINSTANCE CWindow::hInstance = NULL; HWND CWindow::hWnd = NULL; BO...
[ "53074461+Taku3939@users.noreply.github.com" ]
53074461+Taku3939@users.noreply.github.com
0c06a6c9e3a4a89db9e7c566268cab241fb05fc7
2bf7a08d3cac39411c52d89514fda014e9228466
/1week_intro/intro/day3/calculation.h
ea7ed7b93e021f7d855d0c1adaae1a9f2d88c21f
[]
no_license
meshidenn/cpp_practice
d5d831c8f29ac7194c48f8b99534c683b2fb31d6
2559c272a92fde5c77468974f72619e162cdc9de
refs/heads/master
2021-09-05T21:04:14.657755
2018-01-31T01:44:35
2018-01-31T01:44:35
114,694,038
0
0
null
null
null
null
UTF-8
C++
false
false
327
h
#ifndef _CALCULATION_H_ #define _CALCULATION_H_ #include <iostream> #include <string> using namespace std; class Calculation{ private: int c_num1; int c_num2; public: void setNumber1(int n); void setNumber2(int n); int getNumber1(); int getNumber2(); int add(); int sub(); }; #endif // Calculation_...
[ "hiroki-iida@mbp-2016-h-iida.local" ]
hiroki-iida@mbp-2016-h-iida.local
843ef0404c6a0041993a3b85e810b5220dcc784b
0889271b6334a92d5062f1bcee2bb1c468be02ff
/threads/system.cc
3b88ca67c9426eb83659c1bfff0421cf12b2e8bb
[ "MIT-Modern-Variant" ]
permissive
MikeXuPku/OSpractice
2b5ae8985ce808c119db7d08cd42323a602e4329
439b265d8ca5517cde4cf1e74d0ed22436de483d
refs/heads/master
2020-04-22T19:25:14.815671
2015-06-02T13:21:49
2015-06-02T13:21:49
34,568,858
0
0
null
null
null
null
UTF-8
C++
false
false
5,830
cc
// system.cc // Nachos initialization and cleanup routines. // // Copyright (c) 1992-1993 The Regents of the University of California. // All rights reserved. See copyright.h for copyright notice and limitation // of liability and disclaimer of warranty provisions. #include "copyright.h" #include "system.h" // Thi...
[ "mikepkucs@gmail.com" ]
mikepkucs@gmail.com
d0c397aa99aa53c2180702f58f1d168061a85dc0
cc3444543e771b14a4d71fa4e887c0d3ebf4eb87
/Common/D3DEnum.cpp
37deea64d0e642989bad87217c3d7601fcb29dff
[ "Unlicense" ]
permissive
zetsumi/ATools
12102721ae17c4f11bb4c990645bc5a349812087
4e831b2b05de2c28f27a4fccde6d7e48126fb5c5
refs/heads/master
2023-07-17T11:35:11.208292
2021-05-24T19:57:50
2021-05-24T19:57:50
272,903,560
3
4
Unlicense
2020-06-25T20:00:11
2020-06-17T07:10:43
C++
UTF-8
C++
false
false
16,332
cpp
/////////// // This file is a part of the ATools project // Some parts of code are the property of Microsoft, Qt or Aeonsoft // The rest is released without license and without any warranty /////////// #include <stdafx.h> #include "D3DEnum.h" using namespace D3D; bool DeviceCombo::SupportsMultiSampleType(D3DMULTISAM...
[ "loicsaos@gmail.com" ]
loicsaos@gmail.com
9cf7bd8d613d24f027e6f7943c67162503616f84
2dcad0f53d080ea354a8dbe7a7a7c441af80b460
/Icelos/include/icelos_engine.hpp
73affad6ab97d38ab4819009cf113a4712facae5
[]
no_license
dxcloud/project-c
77d2d7b8519499b675e470a5f0151084d4da03aa
b2883aecda5d6518a3d471529b631259de1ff9cb
refs/heads/master
2021-01-23T08:15:19.296423
2014-07-04T15:35:28
2014-07-04T15:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,471
hpp
//////////////////////////////////////////////////////////////////////////////// /// @file icelos_engine.hpp /// @brief Provides Engine class. /// @date 2014-05-14 /// @version 0.1 (alpha) /// @author Chengwu Huang <chengwhuang@gmail.com> ////////////////////////////////////////////////////////////////////////...
[ "chengwhuang@gmail.com" ]
chengwhuang@gmail.com
1adc10cc2da6eebdf2ff526410ec7428ff213cdb
84ff9d3de0cb8041e5f7e0e4826704ac89a6b1f5
/include/trm/complex.h
a48cf7e848c1223d35fdd62131544e629cbbbab8
[]
no_license
trmrsh/cpp-subs
927c1f969a1021a9446b06b6882df0faf450bbb3
af93d2c33b5ee797535c790844586c12a9a41f2a
refs/heads/master
2021-05-02T07:57:16.293461
2019-01-11T22:49:01
2019-01-11T22:49:01
11,352,292
0
0
null
null
null
null
UTF-8
C++
false
false
1,016
h
#include "trm/subs.h" namespace Subs { /** Class representing complex numbers */ class Complex { public: //! Default constructor. No initialisation Complex() : real_(), imag_() {} //! Sets complex number from a pure real number Complex(double real) : real_(real), imag_(0.) {} //! General c...
[ "t.r.marsh@warwick.ac.uk" ]
t.r.marsh@warwick.ac.uk
d7dac169ab8a578f0145525d1321c1944dc590a6
08a3abfcb7395b67b745807e264e03630c3356fe
/BattleTanks/Source/BattleTanks/Private/Projectile.cpp
e49d03bfe7c57d26d9f426293477e49ce4b77b0d
[]
no_license
ronman234/Battle_Tanks
5735f3b6bf0b3a92b525fadba345b9be9fda48cd
adaf0ffcc2ca14c4967f33b37b6b4641158e75ca
refs/heads/master
2020-03-22T13:46:42.802825
2018-08-16T21:55:33
2018-08-16T21:55:33
140,131,203
0
0
null
null
null
null
UTF-8
C++
false
false
2,390
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Projectile.h" // Sets default values AProjectile::AProjectile() { // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. PrimaryActorTick.bCanEverTick = false; Coll...
[ "rgoennier@gmail.com" ]
rgoennier@gmail.com
b0bfa1bc8afc5fcef2c7163a718c179d39897060
0cf886b9cc9b6af538cfbb08e0dc495ea342762c
/game/src/XDButton.cpp
8ad4c59260bde326eb95d64fd5d992e840fe3866
[]
no_license
xedixermawan/proximity-game-clone2-dx
3bfd584e552188b773148276e5386f1cd9597ecb
a4149241e381b4fc4b22e183634da4575cacaba9
refs/heads/master
2021-01-18T18:35:01.321364
2014-05-13T07:17:40
2014-05-13T07:17:40
32,908,322
0
0
null
null
null
null
UTF-8
C++
false
false
2,669
cpp
/* * (c) 2013-2014 XediXermawan < edi.ermawan@gmail.com > */ #include "pch.h" #include "XDButton.h" #include "XDGameState.h" extern XDSystem* debugSystemPtr; #include "XDChecker.h" #include "XDFuncUtils.h" namespace gui { Button::Button(const std::shared_ptr< XDSprite >& sharedptrSpr) :ElementBase(shar...
[ "edi.ermawan@gmail.com@46f14409-37b9-1770-7b49-ba1cd2439d2f" ]
edi.ermawan@gmail.com@46f14409-37b9-1770-7b49-ba1cd2439d2f
b5db5cf9a62bd5e67c8acc5e482f93628ee467be
b013562927e347376bfd43b57be229fda60cb607
/ax_core/src/math/axMatrix4x4.cpp
a2bee9891f73ca4e5df8ba0fbd28c5c37d6fbac0
[]
no_license
Jasonchan35/libax
82102e2b2fa577f333815f99709ebbb9250ec9f5
931f18f8baf46b1e7087ea93a5f0c2ee667a540c
refs/heads/master
2021-05-04T10:02:13.008748
2018-06-23T16:48:21
2018-06-23T16:48:21
46,000,639
1
0
null
null
null
null
UTF-8
C++
false
false
13,065
cpp
/* * axMatrix4x4f.cpp * * Created by jason on 04/Apr/2006. * Copyright 2006 __MyCompanyName__. All rights reserved. * */ #include <ax/core/math/axMatrix4x4.h> #include <ax/core/math/axEulerRotation3.h> #include <ax/core/math/axQuaternion.h> template<> const axMatrix4x4f axMatrix4x4f::kIdentity( 1,0,0,0, ...
[ "jasonchan35@gmail.com" ]
jasonchan35@gmail.com
0899515982a09931aa014b4eeff1671aecc7b404
bd7486a56e71b520d0016f170aafa9633d44f05b
/multiwinia/contrib/systemiv/lib/netlib/net_lib_linux.h
c2598eb8065f292480aa80621f56a5742812b9ad
[]
no_license
bsella/Darwinia-and-Multiwinia-Source-Code
3bf1d7117f1be48a7038e2ab9f7d385bf82852d1
22f2069b9228a02c7e2953ace1ea63c2ef534e41
refs/heads/master
2022-05-31T18:35:59.264774
2022-04-24T22:40:30
2022-04-24T22:40:30
290,299,680
0
0
null
2020-08-25T19:02:29
2020-08-25T19:02:29
null
UTF-8
C++
false
false
1,745
h
#ifndef INCLUDED_NET_LIB_LINUX_H #define INCLUDED_NET_LIB_LINUX_H #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <fcntl.h> #include <unistd.h> #include <string.h> #include <netdb.h> #include <errno.h> #include <pthread.h> #include <semaphore.h> cl...
[ "root@9244cb4f-d52e-49a9-a756-7d4e53ad8306" ]
root@9244cb4f-d52e-49a9-a756-7d4e53ad8306
96294d49f53e43db48454fd5e6b86517364038cb
0406299c340374e0ff01a774c4be153bc875412f
/Course_1/week1/helloworld.cpp
4bda9e65fd2d0db24a36f75c5e1a5b7d4eeb2a2a
[]
no_license
devlipe/Ccourse
f8e9f821e5297a550a58a636477c9c6ca6b5e5e4
22238a0e991679c182661d0fb4d7717892fb1c14
refs/heads/master
2023-06-04T17:06:51.941139
2021-06-19T14:49:27
2021-06-19T14:49:27
297,957,411
0
0
null
null
null
null
UTF-8
C++
false
false
146
cpp
// hello world for compiler test #include<iostream> using namespace std; int main() { cout << "Hello World!\n" ; return 0; }
[ "felipe.p.ferreira@ufv.br" ]
felipe.p.ferreira@ufv.br
196e3933397fd732151b04b7175599de73396401
8d7fb608f0768825b6f74e9b2b3f2fd67a58ad88
/baekjoon/17143.cpp
cc8d4570c1551bf62dce9e6bf7a263da964f0007
[]
no_license
changjunpyo/algorithmPS
12b0dd13ab9c2512bcf66d3cab0f29c5c10532ce
6f44b582d2f17a9803cd0b2dbccfe97a55da6213
refs/heads/master
2021-06-30T20:28:01.263743
2021-05-20T14:50:08
2021-05-20T14:50:08
239,674,217
2
1
null
null
null
null
UTF-8
C++
false
false
2,551
cpp
#include <cstdio> #include <vector> using namespace std; const int dr[4] = {-1,1,0,0}; const int dc[4] = {0,0,1,-1}; int map[101][101]; class Shark{ public: Shark(int _r, int _c, int _d, int _s, int _z){ r=_r; c=_c; d=_d; s=_s; z=_z; die = false; } int r; int c; int d; int s; int z; ...
[ "junpyojang@junpyos-MacBook-Pro.local" ]
junpyojang@junpyos-MacBook-Pro.local
4c20a8de2cb5f55abe373016009f7ca00e18cee3
2780081bb046866b1449519cbe4dd78fbbf0719e
/XUL.framework/Versions/2.0/include/nsIAuthInformation.h
4f4dde3886e6d373c1fdf77c0f7ab390be734645
[]
no_license
edisonlee55/gluezilla-mac
d8b6535d2b36fc900eff837009372f033484a63f
45d559edad7b5191430e139629d2aee918aa6654
refs/heads/master
2022-09-23T19:57:18.853517
2020-06-03T03:57:37
2020-06-03T03:57:37
267,499,676
1
0
null
null
null
null
UTF-8
C++
false
false
10,145
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/rel-2.0-xr-osx64-bld/build/netwerk/base/public/nsIAuthInformation.idl */ #ifndef __gen_nsIAuthInformation_h__ #define __gen_nsIAuthInformation_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif /* For IDL files that don't want to include ...
[ "edisonlee@edisonlee55.com" ]
edisonlee@edisonlee55.com
c50b7df063c4bc1b97e7b7974868610eabd22c2f
dc47a95abe1e689ed63dd5b2e75862af30115ee0
/Color.h
360ce736f012678248b957342b607ce247d91fda
[]
no_license
dcheesman/RGBeatDown
6d0663e5c3a78a8bbf12e2c7619f75b31e19655c
3708c1d45e7613915dac8fa09d582bd9c0ae5618
refs/heads/master
2021-01-20T08:46:08.988601
2015-08-27T22:58:49
2015-08-27T22:58:49
37,363,143
0
0
null
null
null
null
UTF-8
C++
false
false
238
h
#ifndef Color_h #define Color_h #include "Arduino.h" class Color { private: int score; public: int red; int green; int blue; void init(); void randomize(); int calculateColorScore(Color* c2); }; #endif
[ "dcheesman@gmail.com" ]
dcheesman@gmail.com
407ca302c9522fe78868e24ea4ce9e5cc988514d
f080a40fe93b20d9de93c75f2cb5b53b841a4668
/CodeForces/Nirvarna.cpp
041bfc184de84f7245899afb5ac6f3f0a2f5cd07
[]
no_license
samueljrz/Competitive-Programing
a88e2a52b4640b7094dc979d1c3fd204e8de7f59
5de2655725e9beccfc5320b89334fd2d1b8adf19
refs/heads/master
2021-07-17T06:51:35.346238
2020-09-21T00:22:14
2020-09-21T00:22:14
214,507,466
1
0
null
null
null
null
UTF-8
C++
false
false
885
cpp
#include <bits/stdc++.h> using namespace std; int n, ans=1, tst, anstst=1, j=0; vector<int> v; vector<int> vtst; bool ver = false; int main () { cin >> n; tst = n; while(tst) { if(tst < 10 and tst > 0) { vtst.push_back(tst%10); j++; break; } //if(tst%10 != 9) { tst = tst - (tst%10) - 1; //}el...
[ "samuelevangelista.ti@gmail.com" ]
samuelevangelista.ti@gmail.com
8d468c6dc394af2e30bb77e8833e51863ce1c846
51e9012435503b693a7811301c6af4332033a1a3
/TAPCON/TAPCON.cpp
508da3d5a9d7417e6b46052b0fefdfa2bcd7a47c
[]
no_license
phutruonnttn/CPP_Code_Giai_Thuat
e7e3312ae70cee9ade33994de0cc3a1f17fbf0f1
8081d346aa0348d1a6bef546036e5a498e7b2ee5
refs/heads/master
2020-07-02T04:29:51.910768
2019-08-09T07:16:37
2019-08-09T07:16:37
201,412,551
0
0
null
null
null
null
UTF-8
C++
false
false
1,095
cpp
#include <bits/stdc++.h> #define nmax 70 using namespace std; long long n,a[nmax]; long long mu(long m) { return 1ll<<m; } long long timstt(long long k) { long long res=k,ct=0; for (long long i=1; i<=k; i++) { //if (i<k) res--; for (long j=a[i-n]+1; j<=a[i]-1; j++) ...
[ "truongnguyen@MacBook-Pro-cua-TruongNP.local" ]
truongnguyen@MacBook-Pro-cua-TruongNP.local
a351faf1177cbfc909b25acb8ee868953e705799
ee1423adcd4bfeb2703464996171d103542bad09
/dali-adaptor/adaptors/tizen/internal/common/ecore-x/ecore-x-render-surface-factory.cpp
ed0e17f84d015aaa922c05029838562d33c9003b
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-flora-1.1" ]
permissive
sak0909/Dali
26ac61a521ab1de26a7156c51afd3cc839cb705a
0b383fc316b8b57afcf9a9e8bac6e24a4ba36e49
refs/heads/master
2020-12-30T12:10:51.930311
2017-05-16T21:56:24
2017-05-16T21:57:14
91,505,804
0
1
null
null
null
null
UTF-8
C++
false
false
1,670
cpp
// // Copyright (c) 2014 Samsung Electronics Co., Ltd. // // Licensed under the Flora License, Version 1.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://floralicense.org/license/ // // Unless required by applicable law or a...
[ "sak0909@outlook.com" ]
sak0909@outlook.com
bd652d943de923267d64511a226d54a297d5ff65
85a5c11d85dbfffefede19f651fa167ca7155f68
/TST.h
00814e035492f9e2c64b78f72825d027e30d43e4
[]
no_license
skiteskopes/cs130a_project1
7747b45ae4470b0f08b9e940c8313e49924c8001
a398cf78b85c585005c2c87f08be656f6dddb84b
refs/heads/master
2022-12-26T23:44:56.380772
2020-10-11T08:01:39
2020-10-11T08:01:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
131
h
#ifndef TST_H #define TST_H class TST{ public: TST(); ~TST(); private: TST_node * head; }; #endif
[ "bill_zhang@csilvm-01.cs.ucsb.edu" ]
bill_zhang@csilvm-01.cs.ucsb.edu
6456491da997d4bda865d6a3d597e2414e0be504
9d9e8fc7bbac19aaaebf66a625518f071b0ce7f8
/ITP2/ITP2_1_D.cpp
dac5540188b296278f3d1a01f9b6e561cc788964
[]
no_license
jiji4000/Aizu_online_judge
3963dbd8e9c09e557f0baaeb0216ec9b7451ed78
a0223ae5ad19b9d78929442e6f859da3ed1bffda
refs/heads/master
2021-05-01T03:22:33.385922
2020-06-10T07:50:32
2020-06-10T07:50:32
121,191,869
0
0
null
null
null
null
UTF-8
C++
false
false
1,012
cpp
// // ITP2_1_D.cpp // AizuOnlineJudge // // Created by jiji on 2019/11/08. // Copyright © 2019 jiji4000. All rights reserved. // #include <iostream> #include <vector> using namespace std; #define MAX 10000 int main() { ios_base::sync_with_stdio(false); cin.tie(0); int n,q,command,t,x; vector<int>...
[ "jiji4000alpha@gmail.com" ]
jiji4000alpha@gmail.com
17549c3e617c5df87d18460ae6d01c42c8d73322
b30283aafc876a95f6beb75ded48d0373662b814
/devel/include/raspimouse_ros/LightSensorValues.h
6b778f8dc0cea6856fbddb190b02dfee36f39f73
[ "MIT" ]
permissive
norihisayamada/raspimouse_ros
e0cd8312158e7df4786a7e55542c87faeeaeb399
bcfb69834750bb6c8219e752a52ad0d80b6a125c
refs/heads/master
2020-03-07T13:25:38.461056
2018-11-18T08:38:59
2018-11-18T08:38:59
127,500,226
1
0
null
2018-03-31T04:56:23
2018-03-31T04:56:23
null
UTF-8
C++
false
false
6,136
h
// Generated by gencpp from file raspimouse_ros/LightSensorValues.msg // DO NOT EDIT! #ifndef RASPIMOUSE_ROS_MESSAGE_LIGHTSENSORVALUES_H #define RASPIMOUSE_ROS_MESSAGE_LIGHTSENSORVALUES_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_...
[ "sus444norihisa@gmail.com" ]
sus444norihisa@gmail.com
ca4f9c2cc2b0e91ec4dc584298cb19f5c0828c7a
b1b77bb1ed47586f96d8f2554a65bcbd0c7162cc
/SPOTIFY/JniHelpers/src/main/cpp/ByteArray.h
fb38d0b6e696628bac5fa4ab04b2257dbee59a12
[ "Apache-2.0" ]
permissive
DanHefrman/stuff
b3624d7089909972ee806211666374a261c02d08
b98a5c80cfe7041d8908dcfd4230cf065c17f3f6
refs/heads/master
2023-07-10T09:47:04.780112
2021-08-13T09:55:17
2021-08-13T09:55:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,077
h
/* * Copyright (c) 2014 Spotify AB * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, ...
[ "bryan.guner@gmail.com" ]
bryan.guner@gmail.com
b1b52a6adf50a93b5fc83f7bda6efd2291a63883
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/ic8h18/0.0095/BC8H17
29a8198084fb0616efcfc05488fd10643901a850
[]
no_license
labsandy/OpenFOAM_workspace
a74b473903ddbd34b31dc93917e3719bc051e379
6e0193ad9dabd613acf40d6b3ec4c0536c90aed4
refs/heads/master
2022-02-25T02:36:04.164324
2019-08-23T02:27:16
2019-08-23T02:27:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
839
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "jfeatherstone123@gmail.com" ]
jfeatherstone123@gmail.com
ccd9a910b3a6dadb8f2f9117fc82ef2a4e3d554e
93b611a35328b9204a8edff4675cb11a8c529684
/Export/macos/obj/src/openfl/media/SoundLoaderContext.cpp
f0f96c2ba67b35d9e16b19e236adb01b851dcca1
[]
no_license
dmoa/firstHaxeGame
b5db96619cb8dc3d7ce38d6ba4adf29c4b6dca3c
fbed7991277168a57b22d220c5ccc15f01e467a0
refs/heads/master
2020-06-29T11:36:20.971915
2019-08-04T17:39:57
2019-08-04T17:39:57
200,523,232
0
0
null
null
null
null
UTF-8
C++
false
true
4,625
cpp
// Generated by Haxe 3.4.4 #include <hxcpp.h> #ifndef INCLUDED_openfl_media_SoundLoaderContext #include <openfl/media/SoundLoaderContext.h> #endif HX_DEFINE_STACK_FRAME(_hx_pos_baeaab40d0a56ac0_148_new,"openfl.media.SoundLoaderContext","new",0xafd95147,"openfl.media.SoundLoaderContext.new","openfl/media/SoundLoaderCo...
[ "44374106+dmoa@users.noreply.github.com" ]
44374106+dmoa@users.noreply.github.com
09b2fde0d4aa806ddc225e78e838863d6d60f73e
675dde2b1ece857cc5bc0e3cca9f1346bdc6c7ea
/iotexplorer/src/v20190423/model/DeleteProjectRequest.cpp
4289f0d5e434b529d91449172691d343e69856b2
[ "Apache-2.0" ]
permissive
jackrambor/tencentcloud-sdk-cpp
7ec86b31df6a9d37c3966b136a14691c2088bf55
71ce9e62893f8d3110c20e051897f55137ea4699
refs/heads/master
2020-06-25T18:44:19.397792
2019-07-29T03:34:29
2019-07-29T03:34:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,883
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 ...
[ "jimmyzhuang@tencent.com" ]
jimmyzhuang@tencent.com
d96d428db311b71702ed8a6f980a47cb80058841
20b8ca079df2d5c97231624a8659b30d1a00c6db
/test/frame/test_macros.h
91464b1d97c837e97771c5bee7c00516cbd97c1a
[ "MIT" ]
permissive
tangzhenquan/atframe_utils
6a9eddf3ff4ff65958627442d93178ca29d7c2a6
94a41a89cbc65a62102a8ac0f98b4b340b2bb8ef
refs/heads/master
2020-12-03T16:04:51.184493
2020-03-12T13:23:19
2020-03-12T13:23:19
231,382,899
0
0
MIT
2020-01-02T13:00:08
2020-01-02T13:00:07
null
UTF-8
C++
false
false
5,397
h
/* * test_macros.h * * Created on: 2014年3月11日 * Author: owent * * Released under the MIT license */ #ifndef TEST_MACROS_H_ #define TEST_MACROS_H_ #pragma once #include <iostream> #include <sstream> #include <cstdio> #ifdef _MSC_VER #include <Windows.h> #endif #ifdef UTILS_TEST_M...
[ "owt5008137@live.com" ]
owt5008137@live.com
da96e0379babc133a3a87f06393307de27640b42
3ea8595a1e9f619d38d2a94377d99c5a018858b1
/src/ui/kia_steering_ui_main_window.h
908cf133f411f6d5327ab0f884614d33d781ba89
[]
no_license
imaginary-friend94/pilotguru
8d8a6a6eacd2f6157b35ca6d7704f818228c9ccb
67a95ef708557805a52fa143b5a58ae44e33767b
refs/heads/master
2021-05-14T01:32:40.294224
2018-01-17T20:48:04
2018-01-17T20:48:04
102,977,187
0
0
null
2017-09-09T18:41:27
2017-09-09T18:41:27
null
UTF-8
C++
false
false
5,370
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QThread> #include <chrono> #include <memory> #include <glog/logging.h> #include <car/arduino_comm.hpp> #include <car/can.hpp> #include <car/kia_can.hpp> #include <car/kia_steering_angle_holder.hpp> #include <io/timestamped_json_logger.hpp> ...
[ "chechetka@gmail.com" ]
chechetka@gmail.com
e7793600380ad748b6fc1a10c2036a8f1c9b8f98
c0871c898c3ea04da723f8601685f882146690b9
/Include/Clock.hpp
3b223a888a456eca0f931eec6ec82d9feec9e7f2
[]
no_license
frouioui/NanoTekSpice
07d1c055e75e2b891f7c260176e21726d16b8345
c717ea9f3d6ef1b9132cfbf50a3a3eae6cf1941d
refs/heads/master
2020-04-18T02:00:22.753519
2019-02-18T18:02:12
2019-02-18T18:02:12
167,142,957
2
4
null
null
null
null
UTF-8
C++
false
false
815
hpp
/* ** EPITECH PROJECT, 2019 ** OOP_NanoTekSpice ** File description: ** Clock class */ #ifndef CLOCK_HPP_ #define CLOCK_HPP_ #include "Component.hpp" #include <iostream> #include <map> class Clock : public Component::MyComponent { public: Clock(); ~Clock(); nts::Tristate compute(std:...
[ "cecile.cadoul@epitech.eu" ]
cecile.cadoul@epitech.eu
e73cebd30a74212f405e641c2f9b303592853f32
d81fde186297f570ccd4f9ea5df3277a0172ab17
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_List_1_gen3711602254.h
20ed3b0e09299d81fa99ff5fba08a4cad1e6eb44
[]
no_license
dsalamancad/ARPlaceMaker
832c7d87b5786f14c922c4716d03075edf2ec3ba
9c5674007b35fd50a06abb858d5f1275be231eb6
refs/heads/master
2021-01-17T20:27:51.944773
2016-05-06T04:38:43
2016-05-06T04:38:43
58,178,989
0
0
null
2016-05-06T03:41:18
2016-05-06T03:41:17
null
UTF-8
C++
false
false
2,592
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // DragGesture[] struct DragGestureU5BU5D_t1463800248; #include "mscorlib_System_Object837106420.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "...
[ "contacto@danielsalamanca.com" ]
contacto@danielsalamanca.com
55ab23daf86a0ac018937eaec15243f84a745e82
fb82c37173782c58866be5f1bb2ea83ea7b2cba9
/src/ntk/v3NtkInput.cpp
42f7f33aa361606c3c81635ed397c7340c018c5b
[]
no_license
ckmarkoh/101_2_SOCV_pa3
7d6a446bbdd54e2a256965a16530132191117255
68558259ea9dc10b5e56f61adb942486f92fa1ed
refs/heads/master
2016-09-02T03:27:59.541944
2013-05-27T13:18:03
2013-05-27T13:18:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,033
cpp
/**************************************************************************** FileName [ v3NtkInput.cpp ] PackageName [ v3/src/ntk ] Synopsis [ Base Input Handler for V3 Ntk. ] Author [ Cheng-Yin Wu ] Copyright [ Copyright(c) 2012 LaDs(III), GIEE, NTU, Taiwan ] ******************************...
[ "mark23456@hotmail.com" ]
mark23456@hotmail.com
5af1ebcceff23de82701bf3064f6129fce489e10
a81a4e3dc8669a501a50e777c86cb7a00405e258
/ShieldEkgEmgDemo/ShieldEkgEmgDemo.ino
ef3e9026cd947537c85381ce37874ce513e558ce
[]
no_license
cghenne/ECathG
a0feef95a67090b41779045941263805514f0600
e34d3b2f00e80d2c6a2d7e9b9f02979988197e52
refs/heads/master
2021-01-10T13:34:31.752632
2016-01-28T17:30:27
2016-01-28T17:30:27
49,272,108
1
0
null
null
null
null
UTF-8
C++
false
false
6,965
ino
/**********************************************************/ /* Demo program for: */ /* Board: SHIELD-EKG/EMG + Olimexino328 */ /* Manufacture: OLIMEX */ /* COPYRIGHT (C) 2012 */ /* Designed by...
[ "cathleenghenne@miaou.local" ]
cathleenghenne@miaou.local
96274d95aa79293a8b7d00118fe92df9cc944e93
0ff4fae40a270d51875310bba44d7fa1ddc97012
/src/Cpu.cpp
13223f73c54a7517f55464b3b61b6df178199e8d
[]
no_license
zhengcharlie8/ARM_Architecture-Assembler-Simulator
3541c941a42e4fdb58b25cb657fbe17a525f7537
6d23f115d5360de68f948239bf48dfb5263bdf55
refs/heads/master
2023-01-14T10:39:08.837799
2020-11-16T20:39:54
2020-11-16T20:39:54
262,464,304
1
0
null
null
null
null
UTF-8
C++
false
false
36,289
cpp
#include "Cpu.h" #include "Util.h" // // #include <unistd.h> #include <cstdio> #include <cassert> #include <iostream> CPU::CPU(const vector<uint32_t>& program) { Reg defaultReg; defaultReg.setType(Reg::Type::WIDTH32); defaultReg.setData(0); for (int i = 0; i < 32; i++) { reg[i] = defaultReg; ...
[ "44006237+zhengcharlie8@users.noreply.github.com" ]
44006237+zhengcharlie8@users.noreply.github.com
ff5d9bf13e68fafd325c4374011a6cfdd8f3c3d5
a1ce1c416e8cd75b51fc0a05e8483dfbc8eab79e
/Engine/source/gui/game/guiProgressCtrl.cpp
df7801bd130d6949d909f621aa6f1077a2e54404
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
wwhitehead/OmniEngine.Net
238da56998ac5473c3d3b9f0da705c7c08c0ee17
b52de3ca5e15a18a6320ced6cbabc41d6fa6be86
refs/heads/master
2020-12-26T04:16:46.475080
2015-06-18T00:16:45
2015-06-18T00:16:45
34,730,441
0
0
null
2015-04-28T12:57:08
2015-04-28T12:57:08
null
UTF-8
C++
false
false
5,620
cpp
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
[ "vgee@winterleafentertainment.com" ]
vgee@winterleafentertainment.com
aa1c7fa7e4ff6c92aeceab610a53937803b9067a
efd80b360eda85aad3d887bfd009a4d3caf45cd5
/TicTacToe/main.cpp
dd00c1068b51648376c8936a6044993b622ed1de
[]
no_license
mand027/TicTacToe
8067ab9ce79587876111518876ca817238f2952b
f4e41135534a3b6ec8424c4b75e726004fddbb09
refs/heads/master
2020-07-23T18:04:12.859003
2019-09-10T20:52:11
2019-09-10T20:52:11
207,660,483
0
0
null
null
null
null
UTF-8
C++
false
false
391
cpp
// // main.cpp // TicTacToe // // Created by Armando Hernandez on 10/09/19. // Copyright © 2019 Armando Hernandez. All rights reserved. // #include <iostream> #include <stdio.h> #include "cLinkedList.hpp" int main(int argc, const char * argv[]) { Node* n0 = new Node("_________\0"); LinkedList* LL = new L...
[ "mando27tuzo@gmail.com" ]
mando27tuzo@gmail.com
9d541122afc6b4a1c6d092c5032fbe6018841129
a8a6bd3afede307e3294c5e3432add531da2ab19
/libcef/browser/net/chrome_scheme_handler.cc
19481bb6ec67ccee9f5cbec0ee46927a4767e62f
[ "BSD-3-Clause" ]
permissive
huningxin/cef
fcf411eb8703cbcd0ba7e653579b63529090dc09
c8c3ef4792d9c628655303c2c3ea95bf7114b0df
refs/heads/master
2020-05-24T00:43:03.574017
2017-02-18T02:42:15
2017-02-18T02:42:15
84,806,698
1
1
null
null
null
null
UTF-8
C++
false
false
24,002
cc
// Copyright (c) 2012 The Chromium Embedded Framework Authors. // Portions copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "libcef/browser/net/chrome_scheme_handler.h" #include <algorithm> #i...
[ "magreenblatt@gmail.com" ]
magreenblatt@gmail.com
340c081fa88ef2c394500402ce620825862076de
1f84fd078570475d2510339bab2439b5193af03d
/source/vxEngineLib/include/vxEngineLib/Graphics/Font.h
d5788cc95214ba5ebaad54e08102180fdc3db851
[ "MIT" ]
permissive
DennisWandschura/vxEngine
df138077cdb9f40461c83e99a8851de593b098f2
1396a65f7328aaed50dd34634c65cac561271b9e
refs/heads/master
2021-01-16T00:17:47.703611
2015-10-11T10:44:53
2015-10-11T10:44:53
32,484,686
1
0
null
null
null
null
UTF-8
C++
false
false
1,572
h
#pragma once /* The MIT License (MIT) Copyright (c) 2015 Dennis Wandschura 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, cop...
[ "dennis.wandschura@gmx.de" ]
dennis.wandschura@gmx.de
e727679837e5215e8db0cb5772164aee3eb0939a
56c22711cfe618ebb43b3d5ee2a6e01311177a89
/Uncategorized/oly19practice68.cpp
f98d00a76dabc613584e371fca22834a890c092b
[ "MIT" ]
permissive
crackersamdjam/DMOJ-Solutions
f6f5709eb6648a01570b4c8992d26a664fd019c6
97992566595e2c7bf41b5da9217d8ef61bdd1d71
refs/heads/master
2023-07-09T07:14:12.105762
2021-08-09T03:05:01
2021-08-09T03:05:01
394,041,849
0
0
null
null
null
null
UTF-8
C++
false
false
2,258
cpp
#include <bits/stdc++.h> #define gc getchar_unlocked() #define pc(x) putchar_unlocked(x) template<typename T> void scan(T &x){x = 0;bool _=0;T c=gc;_=c==45;c=_?gc:c;while(c<48||c>57)c=gc;for(;c<48||c>57;c=gc);for(;c>47&&c<58;c=gc)x=(x<<3)+(x<<1)+(c&15);x=_?-x:x;} template<typename T> void printn(T n){bool _=0;_=n<0...
[ "45298690+crackersamdjam@users.noreply.github.com" ]
45298690+crackersamdjam@users.noreply.github.com
496cc5999024c1a7ee509a13d7109bd7b930eeed
88bb5d5d01507cdab698087f03b669ec2f336663
/base/logic/json_serializer.h
8ca18673d422730fdf5661035a3154134559b52f
[]
no_license
flaght/mylib
419d246e2d8e9b8acbc9a607d236cb2c2c32eb2c
389d61e76ee8a9ca4eaad86421bed86a6bc8a97f
refs/heads/master
2021-06-18T17:21:00.207043
2019-07-14T06:16:21
2019-07-14T06:16:21
51,120,734
0
3
null
2017-08-21T08:41:12
2016-02-05T02:21:52
C++
UTF-8
C++
false
false
2,566
h
/* * json_serializer.h * * Created on: 2015年1月3日 * Author: kerry */ #ifndef JSON_SERIALIZER_H_ #define JSON_SERIALIZER_H_ #include "string_escape.h" #include "value_serializer.h" namespace base_logic{ //json class JsonValueSerializer:public ValueSerializer{ public: JsonValueSerializer(bool pretty_print = ...
[ "kerry@miglab.com" ]
kerry@miglab.com
23fcb037b94a8ee69bf6eadedd14bb3edecd1a14
13ede0a5f720ebcb523ffc2ad3847501b7ea7904
/source/backend/interp/driver.cpp
ce13d09c1a447de01ac45fae2f03ca8167a06912
[ "Apache-2.0" ]
permissive
lineCode/flax
3a3c6e5485e1d582b732e29cd5d64082ec7a01d1
f436968988c30eb842b8cfcabd60eab2a8127b7c
refs/heads/master
2020-08-22T18:08:24.306861
2019-10-12T09:46:02
2019-10-12T09:46:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,999
cpp
// driver.cpp // Copyright (c) 2019, zhiayang // Licensed under the Apache License Version 2.0. #include <chrono> #include "defs.h" #include "backend.h" #include "frontend.h" #include "platform.h" #include "ir/interp.h" #include "ir/module.h" #include "backends/interp.h" namespace backend { template <typename T>...
[ "zhiayang@gmail.com" ]
zhiayang@gmail.com
815e0c46b71b08785e82863b11bea54aa1b142d1
4e0fad4fb8098de7693657f9c276f225f7e2bb68
/stira/wavelet/wavelet/WaveletTapGenerator.h
565381ec53d2fb534c376be162117dbce8e59acc
[ "MIT" ]
permissive
JackZhouSz/stira
6a9b3a0b393c5c10e67fb83719e59d9c8ee891f0
60b419f3e478397a8ab43ce9315a259567d94a26
refs/heads/master
2023-03-20T12:24:32.860327
2017-01-12T16:21:55
2017-01-12T16:21:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,656
h
/*********************************************************************************** * Copyright (C) 2009 by Filip Rooms * * * * Terms and conditions for using this software in any form are...
[ "filip.rooms@gmail.com" ]
filip.rooms@gmail.com
8a75e12f79c8eff5ba46c712c65140f09fe6128a
5eee48644401fb50f421572c0c1cd69cca9c3339
/C++/ckmp.cpp
9748c8468aa90ddcb1f89b3e230cc715c5670799
[]
no_license
chensongpoixs/calgorithms
33b68655396ec88468d9b41ac4f51e84d421f3fb
84ab0b6c599642bbf7eb01f98a14ec917efe00bd
refs/heads/master
2021-07-12T05:21:01.315955
2020-07-12T13:51:21
2020-07-12T13:51:21
172,195,063
0
0
null
null
null
null
UTF-8
C++
false
false
1,342
cpp
#include<stdlib.h> #include<vector> using namespace std; inline void NEXT(const string&T, vector<int>&next){//按模式串生成vector,next(T.size()) next[0] = -1; for (int i = 1; i<T.size(); i++){ int j = next[i - 1]; while (j >= 0 && T[i - 1] != T[j]) j = next[j];//递推计算 if (j >= 0 && T[i - 1] == ...
[ "15850774503@163.com" ]
15850774503@163.com
2d3b10fa8fd911c22f539e92f398e6baf1bb7fe0
a94e36172db7f23a65cd5c0742c19bc9f819cda2
/exer3_16.cpp
0f933bac5833c329b9816adfc293740255ba7a1c
[]
no_license
jithinrj/CppPrimer4thEdition
29e33a8aa15f1d212abc06aae7768f19609401ea
d1886feee3d5ed211a05b146064bc1b32e0b5d87
refs/heads/master
2021-05-02T17:52:01.650507
2016-10-29T18:03:35
2016-10-29T18:03:35
63,693,939
0
1
null
null
null
null
UTF-8
C++
false
false
481
cpp
//exercise 3.16 #include <vector> #include <string> #include <iostream> //debug using std::vector; using std::string; using std::cin; using std::cout; using std::endl; int main() { vector<int> ivec1(10,42); vector<int> ivec2(10); for(vector<int>::size_type index=0; index < 10; index++) ...
[ "jjayakum@tektronix.com" ]
jjayakum@tektronix.com
63d637493163faa734443d1010b3e697b5f5256e
7f857b5c11b069f899b08cb6a960c45bf299d6b4
/编译原理/MiniCCompiler/CompilerGenSourceCode/demo/test.cpp
443eca9a06801c78e243aab7d77d4018b86ef0c4
[ "Apache-2.0" ]
permissive
Jamesbing-wu/ly_schoolhelper
ee47477a090ae5b66d258f47a7277785a1400caf
0605ceabfb545520c2a84371298d5710947a44ec
refs/heads/master
2022-11-30T19:38:01.592586
2020-05-07T12:58:23
2020-05-07T12:58:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
511
cpp
static int p; int funct(int k) { int b; b = k + k; return b; } int minus(int k, int m) { int n; n = k - m; return n; } void main() { int a; int b; int c; c = minus(c,c); a = funct(c); b = c + funct(a) - 1; a = a - 2 + b; b = a + b; if (a < b || a != c) { a = b; a = a + b; } a = a + b; if (a ...
[ "213173625@seu.edu.cn" ]
213173625@seu.edu.cn
6b573f2010a65cf7356700d3b0e1b363c1bd9368
b26dfa6bd7f47c1673e76f083f332445dfb7520d
/Source/Core/GPU/CubeMapFBO.h
5072c86108674ff5cc86315a5fad06f93539cd99
[]
no_license
adix64/Mini3DRenderer
57aba64a0a2151e0d0e705b625eca7f8e62ae140
997ca30950739286291f4235d670de7ff5859419
refs/heads/master
2022-11-20T02:34:33.141728
2020-07-21T18:51:40
2020-07-21T18:51:40
277,940,056
1
0
null
null
null
null
UTF-8
C++
false
false
426
h
#pragma once #include <include/gl.h> // GLM #ifndef CUBE_MAP_FBO_H #define CUBE_MAP_FBO_H class CubeMapFBO { public: CubeMapFBO(); ~CubeMapFBO(); bool Init(unsigned int WindowWidth, unsigned int WindowHeight); void BindForWriting(GLenum face, int i); void BindForReading(GLenum TextureUnit, int uniform_l...
[ "adix64@gmail.com" ]
adix64@gmail.com
1ecdf809420aef5042b35d17dfae497a4eb98a90
c62ca5b1ac7085a83d739e878ab06fa2658d6887
/Converter/language.cpp
f2c82b24197bf3446e36b5327aaee44b7b88bb74
[]
no_license
pepr/trDoxygenToDoxypress
6a73623ba702aaa1fc4cb67b106ab422d66c7023
6d0218c5b0f2782e1d515263544090d20c21d868
refs/heads/master
2021-01-01T05:27:27.005529
2016-04-22T12:24:58
2016-04-22T12:24:58
56,595,567
0
0
null
null
null
null
UTF-8
C++
false
false
5,144
cpp
// stub for the converter #define FALSE false #define TRUE true #include "language.h" #include "translator.h" #include "translator_en.h" #include "translator_adapter.h" #include "translator_de.h" #include "translator_cz.h" #include "translator_nl.h" #include "translator_am.h" #include "translator_s...
[ "prikryl@atlas.cz" ]
prikryl@atlas.cz
7d5e66a3cf946aca18ac1e708b70ec5b569ec525
22ebcde0f235b60c1c5cff32461f477ac4f72ecf
/QtSrc/xmlpatterns/expr/qletclause.cpp
3b798dfc62a13a4b0a304dbdcae58705865d0338
[]
no_license
kystyn/ui
13dc1e7c0e01761b0658be101528bea440be70d9
083a011a735f6dc65c271bc92e397c75155ca61f
refs/heads/master
2020-07-29T03:45:08.929517
2020-06-17T23:42:05
2020-06-17T23:42:05
209,656,041
0
0
null
null
null
null
UTF-8
C++
false
false
5,068
cpp
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. ** ** $QT_BEGIN_L...
[ "konstantindamaskinskiy@gmail.com" ]
konstantindamaskinskiy@gmail.com
3443a8f630b141905113a7d37323ca11bc22e032
7578ce7974f1bfa67023b5dd4564d4445a4224f8
/NotifyService.h
c5e5d55f7eb712e734a5a110943e0552b4bae382
[]
no_license
kalamkar/ECG-Firmware
0d2b0ff6d60a23070034653e1d07e406482641a6
43a1d7d18915cb8873e39589a24c315bf2d309b5
refs/heads/master
2021-06-20T19:05:45.986148
2016-05-17T21:39:21
2016-05-17T21:39:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,290
h
// Copyright 2015 Dovetail Care Inc. All rights reserved. #ifndef __NOTIFY_SERVICE_H__ #define __NOTIFY_SERVICE_H__ static const uint16_t MAX_DATA_LEN = 20; class NotifyService { public: NotifyService(BLEDevice &_ble, const uint8_t serviceUuid[], const uint8_t charUuid[]) : ble(_ble), ...
[ "kalamkar@localhost" ]
kalamkar@localhost
0e46ec6d8780a37ebb14c85590ef61770ca5a171
918153915f41cd60e5f7d70432a379666ecbff2d
/controller/GeminiController.cpp
d55af9738ba4c156153730a527f4cbc652e74a30
[]
no_license
fweiss/arduino-rr
af09659b0c6a9e320f52ae12072242dc3ae5a6ed
fda6d44ee16f97cc2173d11ddc76fcb7ab1eafbf
refs/heads/master
2021-10-16T07:16:33.997865
2019-02-08T22:18:29
2019-02-08T22:18:29
140,665,377
0
0
null
null
null
null
UTF-8
C++
false
false
4,136
cpp
/* * TaurusController.cpp * * Created on: Apr 20, 2010 * Author: frankw */ #include "GeminiController.h" #include "WProgram.h" GeminiController::GeminiController() : outWaypoint("out", 1), inWaypoint("in", 2), yardWaypoint("yard", 3), uncouplerWaypoint("uncouple", 4) { setState(START); //inWaypoint.setTh...
[ "feweiss@gmail.com" ]
feweiss@gmail.com
4df8be04cf1412e9360089003fd7d7fa862e3c94
adc8c8798aea0e06e93b621b55f000fb7a6a4345
/art/cmdline/token_range.h
c22d6c8959f268f5138d1f30790610a7e70fe0a5
[ "Apache-2.0", "NCSA" ]
permissive
maiyao1988/my_aosp81
34bbfe1e2632a8924c25f39e59804f162390b37c
d32ab834fd9b9036b56c2715481f85bbaad38081
refs/heads/master
2022-06-16T11:13:49.694990
2020-05-14T13:42:45
2020-05-14T13:42:45
264,388,353
10
1
null
null
null
null
UTF-8
C++
false
false
14,182
h
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "yao.mai@dingxiang-inc.com" ]
yao.mai@dingxiang-inc.com
bc6d3350d248ae1bac8df2f22a00d7c635af0562
b8390be3bbb2abc529dfbd867163f99500f73143
/side_projects/sasawatlcm/include/messaging/Decoder.hpp
a70adc4cd20213d5f312c86c3023ef0132c33da6
[]
no_license
MAAV-Software/embedded
82f1818f72d271d7b9d8beaa02671150a16945aa
41f1096aec573c5fbf9a78d7667acbc8cc24f55d
refs/heads/master
2022-05-03T17:05:40.239317
2022-04-03T18:59:55
2022-04-03T18:59:55
210,971,584
0
0
null
null
null
null
UTF-8
C++
false
false
2,190
hpp
#ifndef DECODER_HPP_ #define DECODER_HPP_ #include <stdint.h> // states for data_frame_push_byte typedef enum frame_state {READY, LEN_1, LEN_2, LEN_1_ESCP, LEN_2_ESCP, READ, READ_ESCP, CHECKSUM, CHECKSUM_ESCP, DONE, START_ERR, CHECKSUM_ERR, DATA_ERR} frameState; class Decoder { public: // MODIFIE...
[ "sajanptl@umich.edu" ]
sajanptl@umich.edu
968aed9d9d736e2591314d2929e18e3fc1aa2103
b2d46af9c6152323ce240374afc998c1574db71f
/cursovideojuegos/theflostiproject/3rdParty/boost/libs/iterator/test/filter_iterator_test.cpp
8f84f1a221111a02e20fd0d8a083aaa3a71ae2cc
[]
no_license
bugbit/cipsaoscar
601b4da0f0a647e71717ed35ee5c2f2d63c8a0f4
52aa8b4b67d48f59e46cb43527480f8b3552e96d
refs/heads/master
2021-01-10T21:31:18.653163
2011-09-28T16:39:12
2011-09-28T16:39:12
33,032,640
0
0
null
null
null
null
UTF-8
C++
false
false
8,203
cpp
// Copyright David Abrahams 2003, Jeremy Siek 2004. // Distributed under 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 <boost/iterator/filter_iterator.hpp> #include <boost/iterator/reverse_iterator.hpp> #include...
[ "ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a" ]
ohernandezba@71d53fa2-cca5-e1f2-4b5e-677cbd06613a
fde274bf59c368d14f526d1cd23eaaeb44b96a80
6654dd6bacf024e608fe172f8713218b16d81555
/day04/ex01/RadScorpion.hpp
241ce7059d52858d97d392e874766d679178aba7
[]
no_license
NEKuipers/CPP-Piscine
f31cd5f8cff671a2adeffe53e1f2ddc3b1386e6d
066ae43ff36cb68d120fc79a02ce197782283bbf
refs/heads/master
2022-12-10T06:17:44.957040
2020-09-17T10:09:14
2020-09-17T10:09:14
281,984,146
0
0
null
null
null
null
UTF-8
C++
false
false
1,205
hpp
/* ************************************************************************** */ /* */ /* :::::::: */ /* RadScorpion.hpp :+: :+: ...
[ "nkuipers@f1r6s2.codam.nl" ]
nkuipers@f1r6s2.codam.nl
33ec7a5d384a9b37e5f4a8fd52c295d38b625966
16f0a72568d7fdf67afa48bed6d5e25f2594fe9d
/lib/kernel/port/stm32f103/src/kernel/port/impl/interruptMasking.cpp
462564f7dccb7464500e97fb274ede59c6cecc40
[ "MIT" ]
permissive
daantimmer/dtos
fe1ae05d6d5e4fe10f6e85d2fb4ff60c2ec8ef5b
20b1e8463983394296690131ad0fb77a32e05574
refs/heads/master
2021-09-26T02:50:35.367922
2021-09-21T23:12:57
2021-09-21T23:12:57
180,655,241
1
0
null
null
null
null
UTF-8
C++
false
false
1,637
cpp
#include "kernel/port/interruptMasking.hpp" #include "kernel/basepri.hpp" #include "stm32f1xx.h" #if defined(CLANG_TIDY) namespace { constexpr std::uint32_t __get_BASEPRI() { return 0; } constexpr void __set_BASEPRI(std::uint32_t /*unused*/) {} } #endif auto kernel::por...
[ "daan.timmer@gmail.com" ]
daan.timmer@gmail.com
092e7076b114967c7b36515bc7ca0a102709f2ec
de386a157b3eee186362fbbf2272244329751279
/String/suffixArray_DC3.cpp
3d3fe49e4513ca068a27d77d0add89b22af8836e
[ "MIT" ]
permissive
Bocity/ACMTemplate
90a5dccea20c380a39ac9f41a8960f64a6968058
ece72ab4719862038970f688a1642baa3a27a00f
refs/heads/master
2020-04-11T20:52:24.952428
2018-09-26T14:09:42
2018-09-26T14:09:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,768
cpp
#include <algorithm> #include <cstdio> #include <cstring> #include <iomanip> #include <iostream> #include <map> #include <vector> #define ccnb 0 #define F(x) ((x) / 3 + ((x) % 3 == 1 ? 0 : tb)) #define G(x) ((x) < tb ? (x)*3 + 1 : ((x)-tb) * 3 + 2) using namespace std; const int N = 2e5 + 10; const int inf = 0x3f3f3f3...
[ "961337146@qq.com" ]
961337146@qq.com
5698faffd2e94ccc735e83fa255a4f0b7ff444da
1bd9e3cda029e15d43a2e537663495ff27e317e2
/buoyantPimpleFoam_timevaryingBC/heatfluxtimevary/61/alphat
60d6c002b7af7cb3cb03f8961ee5efde8cb4c053
[]
no_license
tsam1307/OpenFoam_heatTrf
810b81164d3b67001bfce5ab9311d9b3d45b5c9d
799753d24862607a3383aa582a6d9e23840c3b15
refs/heads/main
2023-08-10T23:27:40.420639
2021-09-18T12:46:01
2021-09-18T12:46:01
382,377,763
1
0
null
null
null
null
UTF-8
C++
false
false
990,306
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | ...
[ "tsinghsamant@gmail.com" ]
tsinghsamant@gmail.com
ae80c63e6aed8a544c7a005bcad0e037c33b0d32
55571363a6156fe8cbbc575d74bbcf71906ec198
/timer.h
a1390d5fdf808f17f5a9013c24c1137233e1a3ea
[]
no_license
peryaudo/trax
ca4b5d94ae95ced98a6de80533b9c95f438a2bf2
9c6deb81b1e371b7ce53e9dbe85e64777c974b4c
refs/heads/master
2021-01-19T11:18:03.455396
2016-09-06T06:24:11
2016-09-06T06:24:11
60,652,993
1
0
null
null
null
null
UTF-8
C++
false
false
3,465
h
// Copyright (C) 2016 Tetsui Ohkubo. #ifndef TIMER_H_ #define TIMER_H_ #include <unistd.h> #if defined __MACH__ #include <mach/mach_time.h> #elif defined _POSIX_MONOTONIC_CLOCK #include <time.h> #else #error no way to get accurate time. #endif #include <cstdint> #include <mutex> // NOLINT #include <thread> // NO...
[ "peryaudo@gmail.com" ]
peryaudo@gmail.com
c1cead8a85e9b5c9887828001075a6046576da70
c45ed46065d8b78dac0dd7df1c95b944f34d1033
/TC-SRM-588-div1-250/Remilia.cpp
05d67a87c36d48c5778ebe4929500ae3b75e787c
[]
no_license
yzq986/cntt2016-hw1
ed65a6b7ad3dfe86a4ff01df05b8fc4b7329685e
12e799467888a0b3c99ae117cce84e8842d92337
refs/heads/master
2021-01-17T11:27:32.270012
2017-01-26T03:23:22
2017-01-26T03:23:22
84,036,200
0
0
null
2017-03-06T06:04:12
2017-03-06T06:04:12
null
UTF-8
C++
false
false
989
cpp
#include <bits/stdc++.h> #define rep(x,a,b) for (int x=a;x<=(int)b;x++) #define drp(x,a,b) for (int x=a;x>=(int)b;x--) #define cross(x,a) for (int x=hd[a];~x;x=nx[x]) #define ll long long #define inf (1<<29) #define PII pair<int,int> #define PDD pair<double,double> #define mk(a,b) make_pair(a,b) #define fs first #defi...
[ "Ric·shooter" ]
Ric·shooter
a4a387dbbcac29e2c5a60aac4ca993268dca21c1
1979ea87cbe6c7520abfbaa04fa93202f776210f
/shChapter8/exm20_1.cpp
98fc1cd2ef55ae9b6deb3991a3692cc0c07b7b56
[]
no_license
qkrwjdan/PracticeCpp
92284abd9929618a80660d1bab6befcfe1e0f97d
0f0e63a0368745f6c7ae9e3d6a1b6873facc38c5
refs/heads/master
2021-05-25T17:22:48.178495
2020-06-29T15:38:00
2020-06-29T15:38:00
253,841,154
0
0
null
null
null
null
UTF-8
C++
false
false
797
cpp
#include <iostream> #include <string.h> using namespace std; int main() { char name[20] = "name"; char age[20] = "23"; char university[20] = "inhaUniv"; char cpy_name[20] = ""; char cpy_age[20] = ""; char cpy_university[20] = ""; int name_len = strlen(name); int age_len = strlen(age)...
[ "madogisa12@naver.com" ]
madogisa12@naver.com
92683f002b5caadefc1b29d203a26c050c752c60
3d232018a25f15042164aa7726b73f71e3165252
/indra/llmessage/lltransfersourcefile.cpp
a372f665afed59886cfa18887c2f81276ba86241
[]
no_license
OS-Development/VW.Meerkat
ee8dae5b077a709a618ed6550f157797fe577dcf
00645a93b672dd3ce5e02bd620a90b8e275aba01
refs/heads/master
2021-01-19T18:08:40.932912
2015-04-04T23:20:08
2015-04-04T23:20:08
33,423,332
1
0
null
null
null
null
UTF-8
C++
false
false
4,714
cpp
/** * @file lltransfersourcefile.cpp * @brief Transfer system for sending a file. * * $LicenseInfo:firstyear=2006&license=viewergpl$ * * Copyright (c) 2006-2008, Linden Research, Inc. * * Second Life Viewer Source Code * The source code in this file ("Source Code") is provided by Linden Lab * to you under ...
[ "?@?.?" ]
?@?.?
5f9d3eb91d67c1dc2a0e5d483ea6695830d7d370
553298299eed97e2c22835bb7c3912f5006c3c28
/Common/Obj8/Parameter/Word.cpp
ecd675248070c4e65fdd6829665a1a1d18211eb0
[]
no_license
SchaichAlonso/StaticsMapping
853d8f8bd6df0f02b755830902ba36199278d7f9
9b33139f853a45e3c1a3535d445e89ba6772f9e5
refs/heads/master
2022-11-03T03:09:14.964266
2022-10-19T17:02:10
2022-10-19T17:02:10
110,700,210
1
1
null
null
null
null
UTF-8
C++
false
false
1,025
cpp
#include <Obj8/Parser/SyntaxError.hpp> #include <Obj8/Comment.hpp> #include "Word.hpp" Obj8::Parameter::Word::Word () : Parser::Word () { } Obj8::Parameter::Word::Word (Parser::WordPrivate *dptr) : Parser::Word (dptr) { } Obj8::Parameter::Word::Word (const Word &other) : Parser::Word (other) { } Obj...
[ "alonso.schaich@sodgeit.de" ]
alonso.schaich@sodgeit.de
5804979caec1f50b4968900a98494c9efeaa9c64
35bd87c9c6cacda05252f93b4e30400aa59a0e2f
/export/release/windows/obj/include/Caching.h
32bf4ba58c4448c42d61a71d90c1310bbf324654
[ "Apache-2.0" ]
permissive
RE4L-CODE/vsZero-KE
53599f2099a17a9553adb25a7c8771db0a6bc6d4
44c126687ecd3caf7cc3af892164be8d520ae97a
refs/heads/main
2023-09-01T09:58:39.012592
2021-11-18T10:24:21
2021-11-18T10:24:21
429,388,364
0
0
null
null
null
null
UTF-8
C++
false
true
3,044
h
// Generated by Haxe 4.1.5 #ifndef INCLUDED_Caching #define INCLUDED_Caching #ifndef HXCPP_H #include <hxcpp.h> #endif #ifndef INCLUDED_MusicBeatState #include <MusicBeatState.h> #endif HX_DECLARE_CLASS0(Caching) HX_DECLARE_CLASS0(MusicBeatState) HX_DECLARE_CLASS1(flixel,FlxBasic) HX_DECLARE_CLASS1(flixel,FlxObject) ...
[ "61307317+RE4L-CODE@users.noreply.github.com" ]
61307317+RE4L-CODE@users.noreply.github.com
ffa21157379b5746f52c7b6092f23c0cfa99a0e4
1e1ec37fb42456e08a92f78416fcc73151cf6a80
/samples/Frame/src/View.cpp
d5761e147dd5226bd3bb2d3ed64443d345809c6d
[]
no_license
wyrover/win32-framework
8819adfa798880f77de12261c57eeef63b980529
6ac4471314ee4dfdfb8abd97139e46c58a93d978
refs/heads/master
2021-01-10T01:17:31.304961
2015-06-05T03:17:55
2015-06-05T03:17:55
36,909,166
1
0
null
null
null
null
UTF-8
C++
false
false
1,734
cpp
////////////////////////////////////////////// // View.cpp // Definitions for the CView class #include "stdafx.h" #include "view.h" CView::CView() { } void CView::OnDraw(CDC* pDC) { CRect rc = GetClientRect(); // Centre some text in our view window pDC->DrawText(_T("View Window"), -1, rc, DT_CENTER | D...
[ "wyrover@gmail.com" ]
wyrover@gmail.com