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
58cc94cc6cf3d72639343965e308a3679dfbae8f
85983068d42318310065e40f43f7d9c6ad8a1114
/Line Tracking Robot/LineTrackingRobot/LineTrackingRobot.ino
afd245ae99c3878ef2778d257ef00c019733262d
[]
no_license
WindyCityLab/equinoxLabs
5df9b6ac0a859967ebcf623a6dd0de54e8f9c597
6d51a084aabfef7b5ce3f5789321d7108711da67
refs/heads/master
2021-01-22T15:50:55.694642
2015-07-19T15:49:14
2015-07-19T15:49:14
38,978,111
0
0
null
null
null
null
UTF-8
C++
false
false
2,319
ino
#include <Wire.h> #include <Adafruit_MotorShield.h> #include "utility/Adafruit_PWMServoDriver.h" #include "TypesAndDeclarations.h" Adafruit_MotorShield AFMS = Adafruit_MotorShield(); // Initialize the Shield Adafruit_DCMotor *motorFL = AFMS.getMotor(1); Adafruit_DCMotor *motorFR = AFMS.getMotor(4); Adafruit_DCMotor *m...
[ "kevinmcquown@me.com" ]
kevinmcquown@me.com
3ba96dd105aa816b78d5d5f37bd4479f1106ab2d
375c093f555bddd1ce10e80530dba9119cc24306
/BOJ/20361.cpp
1ff903190b2cffd779ebfa73eebabbd48b0fa611
[]
no_license
Seojeonguk/Algorithm_practice
e8c2add155a1341087e4c528f5346c8711525f96
b29a1a7421edf2a9968229822dcbdc5a7926e2f5
refs/heads/master
2023-08-25T11:40:40.076347
2023-08-25T09:07:45
2023-08-25T09:07:45
154,248,766
0
0
null
null
null
null
UTF-8
C++
false
false
382
cpp
#ifdef _DEBUG #include "bits_stdc++.h" #else #include "bits/stdc++.h" #endif #pragma warning(disable:4996) using namespace std; int n, x, k,a,b; int main() { #ifdef _CONSOLE freopen("sample.txt", "r", stdin); #endif scanf("%d %d %d", &n, &x, &k); for (int i = 0; i < k; i++) { scanf("%d %d", &a, &b); if (a ==...
[ "uk7880@naver.com" ]
uk7880@naver.com
2866bf78789666c3a9e0154debcc386652e07eb3
f0a739dda86d11b615d4225662dcd89b65b3d01a
/MapEditor/Direct3D/TestModel/ModelPart.h
feb18dfff571ad7cf641bf72ddd2d9a8aa34ade7
[]
no_license
kbm0818/Portfolio
173d3de48902083cf575c3231448fb6dc0ab4bc3
dc4df24bb629379d55bfa15a84cd0fc6e8dc757f
refs/heads/master
2020-03-28T22:49:21.942143
2018-10-02T07:33:35
2018-10-02T07:33:35
149,260,142
0
0
null
null
null
null
UTF-8
C++
false
false
1,362
h
#pragma once #include "../Shaders/Shader.h" #include "BinaryInputOutputHandler.h" class Model; class ModelMaterial; class ModelBoneWeights; class ModelBuffer; class ModelPart : public Shader, public BinaryInputOutputHandler { public: ModelPart(Model* model); ModelPart(Model* model, ModelMaterial* material); ModelPa...
[ "kbm0818@naver.com" ]
kbm0818@naver.com
9dcd2658a2e7ed1e90eec791899226b4bbc592fa
71a0a5bffa4bfd8ed0b398c79f09c48705a2ae27
/smart_feeder/smart_feeder.ino
f791c1ca605105c83a140636c8a472393f076eaa
[]
no_license
ariyanki/esp8266
4eaad9b9b73e68c37805624044335305acd83ee3
e4b3fed4b79cec27f529327ad8bfe304d6554eb0
refs/heads/master
2023-02-13T07:39:06.047761
2021-01-03T10:07:32
2021-01-03T10:07:32
273,612,869
0
0
null
null
null
null
UTF-8
C++
false
false
18,849
ino
// Load Wi-Fi library #include <ESP8266WiFi.h> #include <Servo.h> #include <NTPClient.h> #include <WiFiUdp.h> #include <ESP8266WebServer.h> #include <ESP8266mDNS.h> #include <EEPROM.h> #include <ArduinoOTA.h> Servo servo; int servoFrom = 0; int servoTo = 0; // #### Network Configuration #### // Access Point network c...
[ "ariyanki.bahtiar@gmail.com" ]
ariyanki.bahtiar@gmail.com
1d960042dd25ff02d954baeb89b66b4040bd25e6
fc74816e1cfbef9f3a15f3955bfe608b2605c44b
/count.cpp
073b09c00ae768cf8805564d6d4b93b9073c7c8e
[]
no_license
marklance/work
5e90b5a7808228269e526516a152912bc7b1afdd
ff089d1644e5f99175b7828903b9047996935843
refs/heads/master
2021-04-28T09:17:27.555380
2018-06-03T15:52:41
2018-06-03T15:52:41
121,955,775
0
0
null
null
null
null
UTF-8
C++
false
false
673
cpp
#include <iostream> #include <fstream> #include <cstdlib> int main(int argc, char * argv[]) { using namespace std; if (argc == 1) { cerr << "Usage: " << argv[0] << " filename[s]\n"; exit(EXIT_FAILURE); } ifstream fin; long count; long total = 0; char ch; for (int file = 1; file < argc; file++) { fin.op...
[ "2927295165@qq.com" ]
2927295165@qq.com
804c2545f58436e1df2eaca999344c6c3eb7344e
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/collectd/gumtree/collectd_repos_function_308_collectd-5.6.3.cpp
59bef3734378a6afdb92c73c674bdf8dab83f14a
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
963
cpp
static void aggregate(gauge_t *sum_by_state) /* {{{ */ { for (size_t state = 0; state < COLLECTD_CPU_STATE_MAX; state++) sum_by_state[state] = NAN; for (size_t cpu_num = 0; cpu_num < global_cpu_num; cpu_num++) { cpu_state_t *this_cpu_states = get_cpu_state(cpu_num, 0); this_cpu_states[COLLECTD_CPU_STA...
[ "993273596@qq.com" ]
993273596@qq.com
e1fb7c5cddefd14837917de3d08c4963b0ac5ca8
c901b8389d196012f3cd1a3230ead6c2fc46a89b
/code/Substractive Synth/synth_with_tunings/synth_with_tunings.ino
d209cd700197a438de6fd5ac788f0430bc82d381
[]
no_license
Marquets/SMC-Master-Thesis
99ec41ec69bf3a40a168a8f334f65e10f0989ac3
675ace2cd14dfeb4151baf9b901f69a042bf03a1
refs/heads/master
2023-01-31T10:35:27.432119
2020-12-17T13:55:57
2020-12-17T13:55:57
296,834,085
0
0
null
null
null
null
UTF-8
C++
false
false
6,928
ino
// Waveform Example - Create 2 waveforms with adjustable // frequency and phase // // This example is meant to be used with 3 buttons (pin 0, // 1, 2) and 2 knobs (pins 16/A2, 17/A3), which are present // on the audio tutorial kit. // https://www.pjrc.com/store/audio_tutorial_kit.html // // Use an oscilloscope to vie...
[ "marcog07@ucm.es" ]
marcog07@ucm.es
879d107ab1cc6c6cb7b4f9a64cc2a4bb8007e470
e5c0b38c9cc0c0e6155c9d626e299c7b03affd1e
/trunk/Code/Engine/Graphics/StaticMeshes/StaticMesh.cpp
8e9bb78979af5033d8a1d660a0c4d21c5a8405d0
[]
no_license
BGCX261/zombigame-svn-to-git
4e5ec3ade52da3937e2b7d395424c40939657743
aa9fb16789f1721557085deae123771f5aefc4dd
refs/heads/master
2020-05-26T21:56:40.088036
2015-08-25T15:33:27
2015-08-25T15:33:27
41,597,035
0
0
null
null
null
null
UTF-8
C++
false
false
10,893
cpp
#include "StaticMesh.h" #include "RenderManager.h" #include "Texture/Texture.h" #include "Vertex/VertexType.h" #include "Vertex/IndexedVertex.h" #include "Core.h" #include <iostream> #include <fstream> #include <vector> #include <string> #include "Texture/TextureManager.h" #include "Shaders/EffectManager.h" ...
[ "you@example.com" ]
you@example.com
29fde03134c5cf12e5099bbe300a2db94d4c3a97
22c04c1d53f4bb526766c38619261da4b3f2494a
/Scoreboard_v1.0/Scoreboard_v1.0.ino
cf687621220d0b3b719fde744e19988a8540eaf1
[]
no_license
educoay/Scoreboard_rev.Arduino
3fd48440ac8289d759868b6de32088709956cd84
2dcee8fb37852a81b36cc318e49b6dbe11507c35
refs/heads/master
2020-12-20T11:21:12.230193
2019-12-27T23:10:05
2019-12-27T23:10:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,671
ino
/* Скетч к проекту "Бегущая строка" Страница проекта (схемы, описания): https://alexgyver.ru/GyverString/ Исходники на GitHub: https://github.com/AlexGyver/GyverString/ Нравится, как написан код? Поддержи автора! https://alexgyver.ru/support_alex/ Автор: AlexGyver, AlexGyver Technologies, 2019 https://AlexG...
[ "dyagilev@gmail.com" ]
dyagilev@gmail.com
87f28394715944e36b38429726920ac0944b32b0
8abbb97e460df68c4bed5ccaa04983bfceb9b29d
/practicas/mergeSort.cpp
594f438e25506c6f991c68a86783acc2e80bce26
[]
no_license
JReneHS/Comp-Programming
e89c64c0d240d95fbf36358097ab15166a3b977b
7af46dd8682ffc96245730669399194c9412c5ce
refs/heads/main
2023-09-02T09:09:06.672628
2021-11-23T21:18:35
2021-11-23T21:18:35
354,477,551
1
0
null
null
null
null
UTF-8
C++
false
false
1,918
cpp
#include <bits/stdc++.h> using namespace std; void merge(vector<int> &arr,int lef,int rig, int mid) { //Variables de uso muliple int i,j,k,n1,n2; //Pivotes para control de los bucles n1 = mid-lef+1; n2 = rig-mid; //Arrays auxiliares vector<int> auxL(n1); vector<int> auxR(n2); //Copia de los va...
[ "jhernandezs1509@alumno.ipn.mx" ]
jhernandezs1509@alumno.ipn.mx
d0f6d40fe1fff56d3fc975026372e3ee8ec17efa
bd2ba8f1364a12dc0ea10003a98c4ef24f34b9bc
/src/make_sift_descriptor_file.cpp
7acceea534469a970e7e8c34987ef2baf33381af
[]
no_license
kumpakri/registration-in-dynamic-environment
921f92c0b823abe74d791f65be95994180b963c7
155bf0b94674a22cb27234d9d451905d284ceb39
refs/heads/master
2020-08-29T10:00:34.059880
2019-10-28T09:31:47
2019-10-28T09:36:56
217,998,679
1
1
null
null
null
null
UTF-8
C++
false
false
1,249
cpp
/** * \file make_sift_descriptor_file.cpp * * \brief Creates SIFT descriptor file. * * \param 1 nFeatures * \param 2 nOctaveLayers * \param 3 contrastThreshold * \param 4 edgeThreshold * \param 5 sigma * \param 6 path to positions file * \param 7 path to image folder * \param 8 output path for used positio...
[ "kumpakri@gmail.com" ]
kumpakri@gmail.com
3c0d836107f7b77c3fad63d1dbb630fe9450afa3
03ff59ad83be606ce82349173765ca2e5ab3c914
/BFS_7562_나이트의이동.cpp
7d70ee3ed7241605f4feed9629e0273eba69523d
[]
no_license
koreantique/CodingStudy
d59ada31fc6af3e1b39583a99df1fc27be11c0c4
405c5bfb79bd7f656751c77794d4a703c2172470
refs/heads/master
2022-07-28T07:47:28.609203
2020-05-22T06:46:24
2020-05-22T06:46:24
259,563,116
0
0
null
null
null
null
UTF-8
C++
false
false
1,019
cpp
#include <iostream> #include <queue> #include <algorithm> #include <cstring> using namespace std; int d[301][301]; int c[301][301]; int dx[] = {-2,-1,1,2,-2,-1,1,2}; int dy[] = {-1,-2,-2,-1,1,2,2,1}; int n; int cnt = 0; void bfs(int x, int y, int cnt){ queue<pair<int,int>> q; q.push(make_pair(x,y)); whi...
[ "koreantique_@naver.com" ]
koreantique_@naver.com
995dafd25e152defc978ef66ea666665ccdaddeb
ed444c4a0ed1fe679da64b81ec6aa1ddf885a185
/Foundation/System/Thread/Thread.h
a35ae338c6c8567cb7a5a51a7d4e7f78208ab2b4
[]
no_license
swaphack/CodeLib
54e07db129d38be0fd55504ef917bbe522338aa6
fff8ed54afc334e1ff5e3dd34ec5cfcf6ce7bdc9
refs/heads/master
2022-05-16T20:31:45.123321
2022-05-12T03:38:45
2022-05-12T03:38:45
58,099,874
1
0
null
2016-05-11T09:46:07
2016-05-05T02:57:24
C++
GB18030
C++
false
false
998
h
#pragma once #include <functional> #include <thread> namespace sys { // 线程 class Thread { public: friend class ThreadPool; // 无效的线程id static const int32_t INVALID_THREAD_ID = -1; public: Thread(); ~Thread(); public: // 执行 template<class _Fn, class... _Args> void startWithParams(_Fn&& handler, _A...
[ "809406730@qq.com" ]
809406730@qq.com
7581acb310afb7c5277669879a62f11c9ff80d7e
0c9958ed35900fffb025aa6526527e7fc63a38b0
/glengine.cpp
42a04687744e75ef3e31884b029645c67815abe9
[]
no_license
on62/fltk_opengl
7dbea0bfe7a02cf1123a8a2dadf2905decbbca76
db0e97aa447f41b85c5dd46961232a67c5bf6c86
refs/heads/master
2021-05-27T23:18:32.537044
2014-08-16T14:06:22
2014-08-16T14:06:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,683
cpp
#include "glengine.h" void GLEngine::InitializeProgram(std::vector<shaderName> & shaderNames) { // std::string strVertexShader = getFile("v.perspective.shader"); // std::string strFragmentShader = getFile("fragment.shader"); std::vector<GLuint> shaderList; std::vector<shaderName>::iterator it; for( it = shaderN...
[ "j.gleesawn@gmail.com" ]
j.gleesawn@gmail.com
c848896d11028cfa4fa9bd48a142ca941566ac1f
69312fc3709f1e0007e9def5523cd0988081a7d2
/sources/Crossword/app/console.h
8f68300d3b42c10b9d10c2aa00cefae3680d3d6e
[]
no_license
Olieaw/--Crossword---Mini--Game--
792444dfc8a440d51745e999802a378a6f4ecd79
65cee2e85a12a4e556d216a643b09b6612a40239
refs/heads/master
2021-01-18T22:05:55.977251
2016-10-05T12:59:47
2016-10-05T12:59:47
52,116,312
2
3
null
2016-04-30T14:31:00
2016-02-19T21:04:41
C++
UTF-8
C++
false
false
375
h
#ifndef CONSOLE_H #define CONSOLE_H #include "vocalbulary.h" #include "field.h" #include <iostream> #include <string> #include <vector> #include <fstream> #include <cstring> class Console { public: Console(); void Menu(); void PrintWords(std::vector<std::string> str); void PrintField(std::vector<std...
[ "olieaw1998@yandex.ru" ]
olieaw1998@yandex.ru
aaabceaa5b153e75119855bb8377a8135d77a9b7
3cf1c3336e48023d06cd3fbaf6e1a157030f6f4b
/Eigen/src/SVD/BDCSVD.h
e8bfa26c0df8bef8fd5d769ec43f9466923897c9
[]
no_license
pochemuto/MaterialSolver
e55399d7ad2e03fc55214007565c4e7d0da4b694
aaeea0bf1ead818801111a6467fa9789d53c8dc9
refs/heads/master
2021-01-25T03:49:40.147690
2015-05-20T21:49:51
2015-05-20T21:49:51
33,502,329
0
0
null
null
null
null
UTF-8
C++
false
false
45,101
h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // We used the "A Divide-And-Conquer Algorithm for the Bidiagonal SVD" // research report written by Ming Gu and Stanley C.Eisenstat // The code variable names correspond to the names they used in their // report // // Copyrig...
[ "pochemuto@gmail.com" ]
pochemuto@gmail.com
e5b3e13f8616bb527621fd382fdb92cd59ef95b8
96ccf2b290d2a289d2f5173a71f58173d457bbf1
/code_analyser/llvm/tools/clang/include/clang/AST/ExprCXX.h
9361011ff4fef16f4af4efce6f77a8cc7cc5b586
[ "NCSA" ]
permissive
ProframFiles/cs410-octo-nemesis
b08244b741cb489392ee167afcf1673f41e493d1
b14e565f32ad401ece41c58d8d3e0bba8c351041
refs/heads/master
2016-09-15T19:55:30.173078
2013-11-22T10:49:50
2013-11-22T10:49:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
152,841
h
//===--- ExprCXX.h - Classes for representing expressions -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------------...
[ "aleksy.jones@gmail.com" ]
aleksy.jones@gmail.com
7e3f9dbcf4d1ba126e2f0643c5ecb70f5df38da8
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
6313cbfe2c1f4822de8ce4bb795b76426d3954a5
[ "BSD-3-Clause", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft", "MIT", "Apache-2.0" ]
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
2,983
cpp
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "platform/graphics/CompositorMutableState.h" #include "cc/layers/layer_impl.h" #include "cc/trees/layer_tree_impl.h" #include "platform/graphics...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
d5324d3af26b485a3ae139b372bad4c2536b6c8e
6ff80a1dc6d0895f701c33723397caff9d7005f5
/include/Instancia.h
51c2a18f57a677fc3e7457a8c468dd251a6cb53e
[]
no_license
arielsonalt/Construtivo-Guloso
03853558cb24347984c3de8099ff9e6effbe1b1b
aa6e154a1ec63cedf63326ed93061fc5e55dfa28
refs/heads/master
2020-03-13T02:03:29.374932
2018-04-24T21:39:46
2018-04-24T21:39:46
130,916,798
1
0
null
null
null
null
UTF-8
C++
false
false
481
h
#ifndef INSTANCIA_H #define INSTANCIA_H #include "../include/Distancias.h" #include "../include/Cliente.h" #include "../include/CT.h" #include <vector> class Instancia { public: Instancia(); void lerDistancias(); void lerCTs(); void lerClientes(); void imprimirDistancias(); void imprimirCTs()...
[ "32400603+arielsonalt@users.noreply.github.com" ]
32400603+arielsonalt@users.noreply.github.com
8b0df76c33486f7c17f8d577c79b0784d72f0d78
3433813671624fa5bb0a8a43ed9ae4f62c8ebb6f
/QuestionSet/VirtualJudge/ShortestPath/TiltheCowsComeHome.cpp
37e0c8b837ecf53cdd94f714fa3cf6a20dbad71e
[]
no_license
Devildyw/DSA
d4310c6c7ce9eab4ab7897419e5a91f115ee6b9e
969e62264fab5ecf15852895ce74973b13ce477d
refs/heads/main
2023-08-29T21:41:33.202543
2021-10-30T15:44:14
2021-10-30T15:44:14
423,408,758
1
0
null
2021-11-01T09:35:19
2021-11-01T09:35:19
null
UTF-8
C++
false
false
1,404
cpp
/* * @Author: FANG * @Date: 2021-08-22 23:25:42 * @LastEditTime: 2021-08-23 12:43:59 * @Description: https://vjudge.ppsucxtt.cn/problem/POJ-2387 * @FilePath: \DSA\QuestionSet\VirtualJudge\ShortestPath\TiltheCowsComeHome.cpp */ #include <iostream> #include <algorithm> #include <cstdio> #include <cstring> #include ...
[ "1639579565@qq.com" ]
1639579565@qq.com
1eb850fce25590db76e4893353d22f7cb14a8f96
92fb6d1d4d4928e556537ee719430e89faa65850
/Cpp-Exerceise/chap06-析构函数/06-2_deconstructor.cpp
9463d4621679ac0ed9c4ad2157512a7df4d9fdcf
[]
no_license
lekjons/Linux-Cpp-Development-Advanced-Learning
ebe825d3424e7d15bbff2e226de251db11ebf882
9ca47d6b1bb4719b919cae1f9d0e74a0f70e88f2
refs/heads/master
2023-02-19T05:59:55.584696
2021-01-04T11:43:54
2021-01-04T11:43:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
434
cpp
// // Created by Yang Shuangzhen on 2020/10/3. // #include <stdio.h> class Test { int mi; public: Test(int i) { mi = i; printf("Test(): %d\n", mi); } ~Test() { printf("~Test(): %d\n", mi); } }; int main() { Test t(1); // 构造 Test(1) Test* pt = new Test(2)...
[ "dreamre21@gmail.com" ]
dreamre21@gmail.com
97b1a6204c20277ed8d9d97d5db95f642ba0db33
c6beef27373e962d246e0ca59e60930f33068d9a
/lab2/01_studentgroup/academicgroup.hpp
58bcb5ed1216a59c0ba77563d0d5a87bb54efbee
[]
no_license
aganur-ahundov/oop-ki14
260cd3b343185d27a0aba61cedd6fc91b0e4fbef
78d8fb653d7f7891d97a2ea0afc32ba1b7364660
refs/heads/master
2021-01-18T00:41:21.681434
2016-01-14T12:04:09
2016-01-14T12:04:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
898
hpp
// (C) 2013-2015, Sergei Zaychenko, KNURE, Kharkiv, Ukraine #ifndef _ACADEMICGROUP_HPP_ #define _ACADEMICGROUP_HPP_ /*****************************************************************************/ class Student; /*****************************************************************************/ class AcademicGroup { ...
[ "zaychenko.sergei@gmail.com" ]
zaychenko.sergei@gmail.com
978df33c8b0891d61bcef8fc46222f6e0961ff12
66eb3d9cdd1a66843942a71386ccc46fb0045d32
/sort/quick_sort/quicksort.cpp
5050b60e16a2091ee0ba04531dbe36adbc795eb3
[]
no_license
KJTang/Algorithm
764309818f004a25ae94be3e2cef38241873f91f
29ae44edd462f59495338d965c92245787581f69
refs/heads/master
2021-01-10T18:46:51.610103
2017-06-30T05:42:02
2017-06-30T05:42:02
27,213,776
2
0
null
null
null
null
UTF-8
C++
false
false
1,079
cpp
#include <iostream> #include <cstdlib> using namespace std; const int LENGTH = 10; // int arr[LENGTH] = {3, 2, 7, 9, 8, 1, 0, 4, 6, 5}; int arr[LENGTH] = {9, 8, 7, 2, 5, 2, 3, 2, 1, 0}; void quickSort(int arr[], int front, int end); void test(int arr[]) { for (int i = 0; i != LENGTH; ++i) { cout<<arr[i]...
[ "kaijietang@outlook.com" ]
kaijietang@outlook.com
0ceda72c0a288268c794af2669933eeeb7f71b21
4b73addaed825276738d4c1e0ec7e96bb9b6c497
/src/mr-controller.cpp
4df5aef687992b6623c379b3dc8ebd7021f4c939
[]
no_license
OohmdoO/mobile-robot-controller
778eedc55f95c638b0c69cd5a2b49bb54663bb1b
512b73b305c74abfa1b8f44d9eb66969f6349833
refs/heads/master
2023-03-17T12:04:18.522689
2020-09-27T11:53:12
2020-09-27T11:53:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,706
cpp
#include "ros/ros.h" #include <tf/tf.h> #include "nav_msgs/Odometry.h" #include <geometry_msgs/Pose2D.h> #include <geometry_msgs/Twist.h> #include <sensor_msgs/LaserScan.h> #include <cmath> #include "hybridAutomata.h" double x_d=3.0, y_d=-2.0; //target goal location //initializing and declaring variables for robot...
[ "f20171569@hyderabad.bits-pilani.ac.in" ]
f20171569@hyderabad.bits-pilani.ac.in
8cf404733987f076fd539e23316480de1cfbc63c
9f156c1282493ddc322c9a352c54a06f6a72bf45
/sum.cpp
5c5b9d763d8910096db092a18d3fa89c88a6a35e
[]
no_license
notetook/sum_test
1cda6da888864f2daa218544145b332d965b48ab
5ac36aacd90b50080d59698b4982195f8f11aca0
refs/heads/master
2020-06-26T18:15:30.605743
2016-09-08T08:00:20
2016-09-08T08:00:20
67,676,804
0
0
null
null
null
null
UTF-8
C++
false
false
45
cpp
int sum ( int n ) { return n * (n+1) / 2; }
[ "notetake@korea.ac.kr" ]
notetake@korea.ac.kr
47541dec62e93a5baf4e857e2b1f4e669f40cd6b
f999711a794bd8f28b3365fa9333403df179fd90
/hust C语言学习/第七章/trim().cpp
83aa43b00fe182957e9a80f58f14cc03ddd1edf6
[]
no_license
Hanray-Zhong/Computer-Science
2423222addff275e5822a1390b43c44c1b24a252
dfea9d3ee465c36a405e50f53589bdacbd6d2ae2
refs/heads/master
2021-07-04T21:35:43.730153
2020-08-07T09:56:58
2020-08-07T09:56:58
145,799,254
0
1
null
null
null
null
UTF-8
C++
false
false
570
cpp
#include <stdio.h> int strlen(char []); int trim(char []); int main(void) { char s[30]; scanf("%s",s); printf("%d words: %s",trim(s),s); return 0; } /***********trim()********/ int trim(char s[]) { int i,num,j=0,k=0,l=strlen(s); while(s[j]==' '||s[j]=='\n'||s[j]=='\t'||s[j]=='\r') j++; i=l-1; while(s[i-k]==' '...
[ "646374316@qq.com" ]
646374316@qq.com
dce6e0fa6920856073d61d902d120135e2e6c566
276845ee0f0dfe0050a191dd94c55531cf71a839
/mc15-smaract/smaractApp/src/O.linux-x86_64/smaract_registerRecordDeviceDriver.cpp
06ad21fa10410a01f0d1e428280ac0a7d7de58b6
[]
no_license
NSLS-II-LIX/xf16idc-ioc1
fb2113d044e14e0bd4c96e9efea20668a1cbb51e
f04e6266fd4ad0ad7ad6caead7252f7e0d67e45d
refs/heads/master
2021-07-06T22:42:49.120813
2021-04-27T12:51:52
2021-04-27T12:51:52
91,277,754
0
0
null
null
null
null
UTF-8
C++
false
false
24,600
cpp
/* THIS IS A GENERATED FILE. DO NOT EDIT! */ /* Generated from ../O.Common/smaract.dbd */ #include <string.h> #include "epicsStdlib.h" #include "iocsh.h" #include "iocshRegisterCommon.h" #include "registryCommon.h" extern "C" { epicsShareExtern rset *pvar_rset_aaiRSET; epicsShareExtern int (*pvar_func_aaiRecordSize...
[ "lyang@bnl.gov" ]
lyang@bnl.gov
3052984719aa91f18615c7937861c07a526b5082
2cae54fe441ad0e84b8df6917153bbe3c81ae986
/conundrum/conundrum.cpp
13b67d8c57c560523a8b1f629fd64b8b6202748a
[ "MIT" ]
permissive
omarchehab98/open.kattis.com-problems
3cb08a475ca4fb156462904a221362b98c2813c9
0523e2e641151dad719ef05cc9811a8ef5c6a278
refs/heads/master
2020-03-31T04:23:06.415280
2019-10-29T00:50:08
2019-10-29T00:50:08
151,903,075
1
0
null
null
null
null
UTF-8
C++
false
false
260
cpp
#include <iostream> using namespace std; int main() { string cipherText; cin >> cipherText; int numberOfDays = 0; for (int i = 0; i < cipherText.size(); i++) { if (cipherText[i] != ("PER")[i % 3]) numberOfDays++; } cout << numberOfDays; }
[ "omarchehab98@gmail.com" ]
omarchehab98@gmail.com
c6736e136dc0c5cf9feb61c3e784acd048ecb732
77c7744d0b303165f0418eaef588939b561c98f2
/Module 2/Chapter03/chapter03/scenetoon.h
2509b531c5178c556ef2bac1ba496329aca75545
[ "MIT" ]
permissive
PacktPublishing/OpenGL-Build-High-Performance-Graphics
3e5f0dcae0b0c60b8c41d52aa32b20fe6aacc5dc
7e68e1f2cf1b0a02c82786c6fde93b34b42f2b86
refs/heads/master
2023-02-16T04:21:45.656668
2023-01-30T10:14:51
2023-01-30T10:14:51
88,623,563
81
26
null
null
null
null
UTF-8
C++
false
false
650
h
#ifndef SCENETOON_H #define SCENETOON_H #include "scene.h" #include "glslprogram.h" #include "vboplane.h" #include "vboteapot.h" #include "vbotorus.h" #include "cookbookogl.h" #include <glm/glm.hpp> using glm::mat4; class SceneToon : public Scene { private: GLSLProgram prog; int width, height; VBOPlane...
[ "jijom@packtpub.com" ]
jijom@packtpub.com
dee7efed53b60b78fbaef400ec19a88743d9f9e0
25adfb6b9406f64781535eed760272a104b3bb98
/src/hailstone/stdafx.cpp
b9bf850878fb3db7720a9a8b96c3172a2cf0b3a1
[]
no_license
shanfeng094/DSA
cf00d9981fbdbdf690061377a8cd615284102e27
3fcce6f128d7771602fa2f9809b06ee06329d006
refs/heads/master
2020-03-29T06:09:31.087389
2016-07-26T14:38:44
2016-07-26T14:38:44
null
0
0
null
null
null
null
GB18030
C++
false
false
262
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // hailstone.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h" // TODO: 在 STDAFX.H 中 // 引用任何所需的附加头文件,而不是在此文件中引用
[ "wanglinzhizhi@hotmail.com" ]
wanglinzhizhi@hotmail.com
7bda8d0e3c66f839bba4cecff1c2c49fb1de3403
7f18180685eb683cc46edd9ad73306a365e501cd
/Romulus/Source/Utility/SceneToSTL.cpp
62fabcfdeb255b401550f2f6567e24573434b853
[]
no_license
jfhamlin/perry
fab62ace7d80cb4d661c26b901263d4ad56b0ac2
2ff74d5c71c254b8857f1d7fac8499eee56ea5ab
refs/heads/master
2021-09-05T04:15:57.545952
2018-01-24T04:35:29
2018-01-24T04:35:29
118,711,533
0
0
null
null
null
null
UTF-8
C++
false
false
1,834
cpp
#include "Render/IScene.h" #include "Math/Matrix.h" #include "Math/Vector.h" #include "Utility/SceneToSTL.h" #include <map> namespace romulus { using namespace render; using namespace math; namespace { void GeometryChunkInstanceToSTL(const GeometryChunkInstance& gci, std::ostream& ou...
[ "james@goforward.com" ]
james@goforward.com
d43a966ba619d1c0c28b8df20dcad4412968fae2
cc6d2210ef75079ebb9d3569cb228d1709434a73
/Arduino/NTP/NTP.ino
e5eb58e1cce3f232db35193742e52e3cf6c0eb49
[]
no_license
kkulkarni32/Martiny
bf0257079a983b3aa01485d9612ab5961e82ea39
7d812af1a343437c5afc2ee0557c344993f843f8
refs/heads/master
2023-04-06T17:54:00.160361
2021-04-19T21:43:34
2021-04-19T21:43:34
302,507,912
0
0
null
null
null
null
UTF-8
C++
false
false
2,504
ino
#include <ESP8266WiFi.h> #include <NTPClient.h> #include <WiFiUdp.h> // Replace with your network credentials const char *ssid = "TP-Link_82DE"; const char *password = "67244737"; // Define NTP Client to get time WiFiUDP ntpUDP; NTPClient timeClient(ntpUDP, "pool.ntp.org"); //Week Days String weekDays[7]={"Sunda...
[ "kkulkar4@asu.edu" ]
kkulkar4@asu.edu
2981f5b7723db2c9dad0ecca3c4b790961fe5191
57789c0479da2d7a25478a1689ff892613ce4945
/Classes/WXPanel.h
5cebc8e0d8e434242d637ae9c00c956a3ab4ddbf
[]
no_license
niujianlong/Nodie
0c83c2e762e816b3b1e25284d6379b7347361b04
45e25c86292a5635312b1c55545d9358fd6be7dd
refs/heads/master
2020-04-16T22:20:56.707466
2015-11-12T04:29:45
2015-11-12T04:29:45
null
0
0
null
null
null
null
GB18030
C++
false
false
1,593
h
#pragma once #include "WXSimplePanel.h" //移动类型 typedef enum { tween_type_only_start,//只从开始到结束tween tween_type_only_end,//只从结束到开始tween tween_type_both,//从开始到结束,结束到开始都tween }TweenType; class WXSimpleButton; class WXPanel: public WXSimplePanel { public: WXPanel(void); ~WXPanel(void); virtual void initPanel();...
[ "543062527@qq.com" ]
543062527@qq.com
0b2a77f1b17bf891c59abad499a5b5103a0038e6
3da93763bbc39692ef6f468a91c42b335674af44
/src/producer.cc
dd13a5291213fcc8c122342514c9fca0645a30ec
[]
no_license
mbirostris/cpt
59f5fd0a45bf2c044b55156835dbb1c5c460ee84
5bae5d82647e271e686f892b0b762425563f1e50
refs/heads/master
2020-06-06T03:07:26.096708
2015-06-23T08:04:12
2015-06-23T08:04:12
27,839,425
0
0
null
null
null
null
UTF-8
C++
false
false
1,214
cc
#include "../interface/producer.h" #include "../interface/counter.h" chain producer::get(chain ch){ chain result = ch; for (std::vector<std::string >::size_type i = 0; i != ch.getSize(); i++){ // czytamy oryginalny plik z drzewem TFile *file = new TFile((ch.getFolder(i)+ch.getFilename(i)).c_str()); TTree...
[ "olszewski.mikael@gmail.com" ]
olszewski.mikael@gmail.com
c4d79421bd19d57235ed92c6b8e9bc081d823a1e
352abb7b0c7cada5248183549d24e1619bbe4dc5
/arbi5_runing/NameConverter.cpp
bedb2af24adbd6dda87c80d861054352e40313c9
[]
no_license
15831944/arbi6
048c181196305c483e94729356c3d48c57eddb62
86a8e673ef2b9e79c39fa1667e52ee2ffdc4f082
refs/heads/master
2023-03-19T11:56:24.148575
2015-07-13T08:06:11
2015-07-13T08:06:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,412
cpp
#include "NameConverter.h" NameConverter* NameConverter::m_pNC=NULL; NameConverter* NameConverter::getInstance() { if(m_pNC==NULL) { m_pNC = new NameConverter(); m_pNC->init(); } return m_pNC; } string& NameConverter::trim_string(string &s, const char *chars/*=NULL*/) { if (s.length() > 0) { if (chars ...
[ "sunhao@sanss.com" ]
sunhao@sanss.com
a23e7ace9ea99cdb56e58ab77b377c0406359e74
cc051fc770f7dce5b19750cf8eade652fe03f17c
/depthCameraPcl.h
137f8889b4168553d3bfd7e4c8fb39b8f2ade219
[]
no_license
underdoeg/godot-depth-camera-test
f0778f0b1444775924a28d51443b8768f5988547
f823b0fcbc4fe74c1e88196cd2288a07aaabcf8d
refs/heads/master
2021-01-19T20:12:15.411608
2017-03-11T22:33:16
2017-03-11T22:33:16
84,684,085
3
2
null
null
null
null
UTF-8
C++
false
false
332
h
#ifndef DEPTHCAMERAPCL_H #define DEPTHCAMERAPCL_H #include "depthCamera.h" class DepthCameraPcl: public DepthCamera{ OBJ_TYPE(DepthCameraPcl, DepthCamera) public: DepthCameraPcl(); bool startGrabbingImpl(); bool stopGrabbingImpl(); private: std::shared_ptr<pcl::io::OpenNI2Grabber> grabber; }; #endif // DEPTH...
[ "philip@undef.ch" ]
philip@undef.ch
9b054940c7234e0fb6f166d49f485391caebcd21
9e0d6d3cff2e03ab4487269f295dc872e07544e4
/src/main.h
dacb3d07593e205e788304167fcaeb117276d78d
[ "MIT" ]
permissive
gyun0526/ESRcoin
b39c6776f6b767e6f87d57b227b1233201219515
25a418f88f7554a00f60a9cbfcb875f07d2c75fc
refs/heads/master
2021-05-03T11:34:53.617508
2018-02-07T03:12:29
2018-02-07T03:12:29
120,550,930
1
4
null
null
null
null
UTF-8
C++
false
false
72,423
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_MAIN_H #define BITCOIN_MAIN_H #include "bignum.h" #include "sync.h...
[ "gyun0526@gmail.com" ]
gyun0526@gmail.com
55fe439f98391de265ef74844cdb4454ac346bf1
1b0818c047ac532e38f153497de6ebcebc596359
/src/build_tree.cpp
30d403dc89e380e2a1f1ee3ef4eca91172fab696
[]
no_license
peipei2015/3d_model
fbe5f7f0df736b09263b0816eebf4908ae18d4c1
0e4a04d6e647b395b7dc3939262d5c2609a59598
refs/heads/master
2021-01-20T20:36:40.304043
2016-06-24T11:31:33
2016-06-24T11:31:33
61,878,023
0
0
null
null
null
null
UTF-8
C++
false
false
4,807
cpp
#include <pcl/point_types.h> #include <pcl/point_cloud.h> #include <pcl/console/parse.h> #include <pcl/console/print.h> #include <pcl/io/pcd_io.h> #include <boost/filesystem.hpp> #include <flann/flann.h> #include <flann/io/hdf5.h> #include <fstream> typedef std::pair<std::string, std::vector<float> > vfh_model; /** \...
[ "1607458232@qq.com" ]
1607458232@qq.com
bdcb896691484a4220377546bbc51070c2c22a85
4c23be1a0ca76f68e7146f7d098e26c2bbfb2650
/ic8h18/0.0045/IC3H7COC3H6-I
a7b7e569448bbb037bcb48e3fdfa5118f9cf424a
[]
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
846
/*--------------------------------*- 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
db605cc7c5b71033d40eca34b9f241b0e0a0c3f6
38c10c01007624cd2056884f25e0d6ab85442194
/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc
0b9aafc547c3634fae05f95eb0a23642f37a44ab
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
13,764
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 "chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h" #include <string> #include <utility> #include "base/bind.h" #includ...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
5834e2a9503c0334f18f0a723119cbc5a6b7abf0
12efddb38fd5bd1c2b2b3bb1b672714b694d5602
/lualib/lualib_sharedmemory.cpp
d6fd98f2a39527474253ba79e1e322e44740cdc0
[]
no_license
chenxp-github/SmallToolsV2
884d61200f556379551477030aa06c64593ce9d4
1a8aa863d0bc3744d376284ace85c7503b871f45
refs/heads/master
2022-06-01T05:19:25.417439
2022-04-30T05:31:53
2022-04-30T05:31:53
210,530,450
1
0
null
null
null
null
UTF-8
C++
false
false
5,263
cpp
#include "lualib_sharedmemory.h" #include "mem_tool.h" #include "sys_log.h" #include "lualib_stream.h" LUA_IS_VALID_USER_DATA_FUNC(CSharedMemory,sharedmemory) LUA_GET_OBJ_FROM_USER_DATA_FUNC(CSharedMemory,sharedmemory) LUA_NEW_USER_DATA_FUNC(CSharedMemory,sharedmemory,SHAREDMEMORY) LUA_GC_FUNC(CSharedMemory,sh...
[ "xiangpeng_chen@126.com" ]
xiangpeng_chen@126.com
782c0973bbac9ce229c8cacca512e2321b4200c0
111d82bef126e3a6fb86c0dc59ded74705932213
/src/marker.cpp
682ad08fe2fcfa94f6f458d599e567f56ea5d011
[]
no_license
Mekanikles/pyzzlix-c
67919cdd0e1f1b11993aa7b26c76556b7f7a5269
8db46d88930a5987286f81ed7114b71dd948a520
refs/heads/master
2021-03-12T20:14:46.095897
2011-01-18T09:51:34
2011-01-18T09:51:34
1,109,821
0
0
null
null
null
null
UTF-8
C++
false
false
403
cpp
#include "marker.h" #include "animation.h" Marker::Marker() { this->setAnimation(new Animation("marker", 32, 32)); this->boardx = 0; this->boardy = 0; //this->movesound = Resources().getSound("markermove"); //self.turnsound = Resources().getSound("markerturn") //self.failsound...
[ "joel@crunchbang.(none)" ]
joel@crunchbang.(none)
034367cb1dc13be1e08fd1780d3092a5818127de
b9c8edc82ab483ba0f0f3e94ebad9409829da73f
/Vulkan_Win32/src/renderer/modelbuffer.h
77ef132265aa3aef063eefad7f22fea7faff04f6
[]
no_license
vectorlist/Vulkan_Application
27b4e2161bfc91827d3e3a94dffa3891d5406357
f24e6b344c8b76fff7c363f7241aeefc26588536
refs/heads/master
2021-01-12T03:18:06.729988
2017-01-12T01:04:55
2017-01-12T01:04:55
78,179,141
0
0
null
null
null
null
UTF-8
C++
false
false
2,370
h
#pragma once #include <renderer.h> class ModelBuffer : public Renderer { public: ModelBuffer(Window* window); virtual~ModelBuffer(); void buildProcedural() VK_OVERRIDE; void buildPipeline() VK_OVERRIDE; void buildFrameBuffers() VK_OVERRIDE; void buildCommandPool() VK_OVERRIDE; void buildCommandBuffers() VK_OV...
[ "xarchx80@gmail.com" ]
xarchx80@gmail.com
f370f3f568c68629f421999f4244fadc9b9f80db
cd2e994213caff60377b6fb6157651952a8241a5
/source_code/component/animator/motion_state/knight/knight_skill_motion_state.cpp
1be2daead9f4b30a42966d0b91d8010a69d456f9
[]
no_license
KodFreedom/KF_Framework
80af743da70e63c3f117d8b29aff4154d7b3af1b
ca7fadb04c12f0f39d1d40ede3729de79f844adc
refs/heads/master
2020-12-30T16:01:49.674244
2018-02-25T09:54:07
2018-02-25T09:54:07
91,193,033
6
0
null
2018-02-25T09:54:08
2017-05-13T17:56:31
C++
UTF-8
C++
false
false
945
cpp
//-------------------------------------------------------------------------------- // knight_skill_motion_state.cpp // this is a motion state class which is auto-created by KF_ModelAnalyzer //-------------------------------------------------------------------------------- #include "knight_skill_motion_state.h" #inclu...
[ "kodfreedom@gmail.com" ]
kodfreedom@gmail.com
60bf434358dff62c8ee13a6964c72d2a5da97abb
047f7a970e17ab992d0a534eeb52ee893b1313a2
/src/game/components/Player.hpp
c614e4d3990212f3855910b4e55554d54f182ac6
[]
no_license
hhsaez/judgementday
39607848af87f0e046c4b310e838545893fab214
704dabffdc053f708395a4f471f19ddbeb7319e4
refs/heads/master
2020-03-12T08:14:38.457364
2018-04-25T14:53:18
2018-04-25T14:53:18
130,523,259
0
0
null
null
null
null
UTF-8
C++
false
false
1,436
hpp
#ifndef JUDGEMENT_DAY_COMPONENTS_PLAYER_ #define JUDGEMENT_DAY_COMPONENTS_PLAYER_ #include "JudgementDayCommon.hpp" namespace judgementday { class Action; namespace messaging { struct SpawnPlayer { crimild::Node *board; }; } namespace components { ...
[ "hhsaez@gmail.com" ]
hhsaez@gmail.com
b483be9c08f48bb560285bde6d3819b4b5a065f9
c30962f9ae130128d0cc7b4946828d40643dd703
/src/base/MDDiscreteDistribution.cc
d58b10b6b0c6276fc257668e8a5710001ddf41a5
[ "Apache-2.0" ]
permissive
SoonyangZhang/hmdp
e3a5bfa4582c0c238cdd26517bfcd2f1ff1a101d
8a11c1563ad75ed4cdd29c52479c5aa98b678e07
refs/heads/master
2022-03-03T10:44:28.111223
2019-08-26T10:18:10
2019-08-26T10:18:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,370
cc
/** * Copyright 2014 Emmanuel Benazera beniz@droidnik.fr * * 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 applica...
[ "emmanuel.benazera@xplr.com" ]
emmanuel.benazera@xplr.com
d2a2085762d2bd36918036f8f6c8a9028b22b2ee
9d364070c646239b2efad7abbab58f4ad602ef7b
/platform/external/chromium_org/ppapi/proxy/ppp_messaging_proxy.h
ced608a08c96a6ecd69e01296bd6a962103b41c3
[ "BSD-3-Clause", "LicenseRef-scancode-khronos" ]
permissive
denix123/a32_ul
4ffe304b13c1266b6c7409d790979eb8e3b0379c
b2fd25640704f37d5248da9cc147ed267d4771c2
refs/heads/master
2021-01-17T20:21:17.196296
2016-08-16T04:30:53
2016-08-16T04:30:53
65,786,970
0
2
null
2020-03-06T22:00:52
2016-08-16T04:15:54
null
UTF-8
C++
false
false
1,113
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 PPAPI_PROXY_PPP_MESSAGING_PROXY_H_ #define PPAPI_PROXY_PPP_MESSAGING_PROXY_H_ #include "base/compiler_specific.h" #include "ppapi/c/pp_instan...
[ "allegrant@mail.ru" ]
allegrant@mail.ru
98a1a792acf95b145c2230ee01d1f85fa2816369
9030ce2789a58888904d0c50c21591632eddffd7
/SDK/ARKSurvivalEvolved_DinoColorSet_TekStrider_parameters.hpp
45b0688d16887c5ded82675b63cdec3e17aea557
[ "MIT" ]
permissive
2bite/ARK-SDK
8ce93f504b2e3bd4f8e7ced184980b13f127b7bf
ce1f4906ccf82ed38518558c0163c4f92f5f7b14
refs/heads/master
2022-09-19T06:28:20.076298
2022-09-03T17:21:00
2022-09-03T17:21:00
232,411,353
14
5
null
null
null
null
UTF-8
C++
false
false
740
hpp
#pragma once // ARKSurvivalEvolved (332.8) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_DinoColorSet_TekStrider_classes.hpp" namespace sdk { //--------------------------------------------------------------------------- //Parameters //----------------------------------------------...
[ "sergey.2bite@gmail.com" ]
sergey.2bite@gmail.com
7a2e0661f38ee59346bac14376f1c821c6efba57
409de9ad0fa66bb905908c3de39997690524336e
/trunk/src/virtual_network.cc
c3bc965abad65ba8e4fda579d33ed76e329afe81
[ "MIT" ]
permissive
saumitraaditya/Tincan
0dcba7708f32ddfc4ab061aef79680f834fd1153
51b7b554b8c32faa04b1704e28cbab1d7ce3d8bf
refs/heads/master
2019-07-17T03:43:04.071976
2017-11-27T03:25:30
2017-11-27T03:25:30
69,046,620
0
0
null
2016-09-23T17:30:42
2016-09-23T17:30:42
null
UTF-8
C++
false
false
21,166
cc
/* * ipop-project * Copyright 2016, University of Florida * * 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...
[ "kcratie@users.noreply.github.com" ]
kcratie@users.noreply.github.com
a946c079a3440b612b92e482817e846b4f0ac199
931544d66c832c092e0b0b0c6baabbecfe0d47d0
/solutions/hackerrank/array-left-rotation.cpp
7c87d26614d23ea86a62ffb37426ffbd3c7c7519
[ "MIT" ]
permissive
rahulsah123/CodeMonk
99f006e963d2618ad29987e690e275660877179c
700d500b56566b63252a51bac8fe30949403d243
refs/heads/master
2020-06-13T01:07:37.147814
2016-11-27T17:16:40
2016-11-27T17:16:40
75,470,634
1
0
null
2016-12-03T11:50:46
2016-12-03T11:50:46
null
UTF-8
C++
false
false
799
cpp
/** * @author yangyanzhan * @email yangyanzhan@gmail.com * @homepage http://www.yangyanzhan.com * @github_project https://github.com/yangyanzhan/CodeMonk * @online_judge hackerrank * @problem_id array-left-rotation * @problem_address https://www.hackerrank.com/challenges/array-left-rotation **/ #include <algor...
[ "yangyanzhan@gmail.com" ]
yangyanzhan@gmail.com
8043c4205c720f0b9955915f3a6664b445e6bc24
b4aee1d85320b398555b3782e872773044d4d685
/practice/11.1/randwalk.cpp
156aab4514fcfc05bd93b1236a896179e04c1394
[]
no_license
crazyqipython/Cpp-primer-plus
5a455ef0e16d461d963d659ff28a61eb27374269
0ebfe6feec17c5e920ff56b658464685cef26af1
refs/heads/master
2021-01-09T06:23:22.692388
2016-08-29T13:09:53
2016-08-29T13:09:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,737
cpp
#include <iostream> #include <fstream> #include <cstdlib> #include <ctime> #include "vect.h" int main() { using namespace std; using VECTOR::Vector; srand(time(0)); double direction; Vector step; Vector result(0.0, 0.0); unsigned long steps = 0; double target; double dstep; ofs...
[ "hblee12294@gmail.com" ]
hblee12294@gmail.com
158440f78aac2c4880d01eb933291266822cdba7
3285e052b9d7e492160c91116a698193a6337d28
/Graphic_base/formgraph.cpp
27b8a682f8f78ef79158fd1b608558c9da5e4738
[]
no_license
Schuka48/Ghost
483771b362fb4d11d7ed55bb8e45667526d77e8d
e9313ff359faba9e258d724839842f88231dc36d
refs/heads/main
2023-06-21T20:04:33.462765
2021-07-21T15:18:52
2021-07-21T15:18:52
381,788,581
0
0
null
null
null
null
UTF-8
C++
false
false
11,180
cpp
#include "formgraph.h" #include "ui_formgraph.h" #include <QJsonDocument> FormGraph::FormGraph(QWidget *parent) : QWidget(parent), ui(new Ui::FormGraph), _source(nullptr), connFlag(false) { ui->setupUi(this); dlgInput = new DlgInput(); connect(ui->btnCreateNode, &QPushButton::clicked, this, &For...
[ "artem.shchukin.2000@mail.ru" ]
artem.shchukin.2000@mail.ru
7bfb7731f842553cd1c512716a0cb1ea41896e38
e64de6e15e83104511203b19cddf533ab0b83858
/test/parser-util.h
0e10b83ba26b2c6a4b9e27afba687a176c20c9c0
[]
no_license
brn/yatsc
49b998ed4a55795fd28bd6a6a3964957e1740316
d3fe64ea4b979ef93c9239b46bc8f9672faabe98
refs/heads/master
2021-01-01T19:00:44.883959
2015-03-30T00:53:09
2015-03-30T00:53:09
20,675,007
4
0
null
null
null
null
UTF-8
C++
false
false
3,810
h
/* * The MIT License (MIT) * * Copyright (c) 2013 Taketoshi Aono(brn) * * 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 rig...
[ "dobaw20@gmail.com" ]
dobaw20@gmail.com
2dce4897b7da98d999fca1c1983f4a8c41c82376
de4a7f00df913bec160e91e2b255e41d0518eabe
/http_asio/connection.cpp
119da6267fa189f914d3673bb21ebadd3a542452
[]
no_license
octocat9lee/practical-network-programming
67fd7b923d3826461b7aa3c4f77ff3be67614781
66707ed0523254cebe62baad6fdf4856857125f7
refs/heads/master
2021-05-12T06:44:36.494923
2019-03-08T04:00:33
2019-03-08T04:00:33
117,224,864
0
0
null
null
null
null
UTF-8
C++
false
false
2,994
cpp
// // connection.cpp // ~~~~~~~~~~~~~~ // // Copyright (c) 2003-2010 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // 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 "connection.h" #include <vecto...
[ "295861542@qq.com" ]
295861542@qq.com
c4a725819c6e4da2f55dcf678a198a64f2ee3de1
de841c20a88755e0a90d32add9948bb1c2f86f1c
/SimpleGame/SimpleGame/Classes/GameOverScene.cpp
6cd09a2561d53bd7650205b00a7c5f7fc25b4f53
[]
no_license
childhood/Cocos2dxLib
bad07deceb2408757ee29a8165a154e32e0d6113
9aecf86921df191ec1a5695546d4d517f92063b9
refs/heads/master
2020-12-25T04:35:49.859848
2012-03-08T16:09:49
2012-03-08T16:09:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,165
cpp
// // GameOverScene.m // SimpleGame // // Created by kdanmobile09 on 12-3-8. // Copyright 2012年 __MyCompanyName__. All rights reserved. // #import "GameOverScene.h" #import"HelloWorldScene.h" CCScene* GameOverScene::scene() { CCScene *scene = CCScene::node(); GameOverScene *layer = GameOverScene::no...
[ "guanghui8827@126.com" ]
guanghui8827@126.com
93ef035a42a7ba146d4a0abfd7af4ed709b3c046
415b65fc161ca9dc99b99c409c039864471fe131
/Customer/customer.h
878346d9a3241ca321624621166184245d207e12
[]
no_license
Austin0077/Cpp
c87bf9e9821d729faea328eeec8215209e18ed0c
862753680a83d12d86b877e6de8baee74d3fc1c3
refs/heads/master
2021-09-03T23:06:14.455575
2018-01-12T18:20:29
2018-01-12T18:20:29
105,043,560
1
1
null
null
null
null
UTF-8
C++
false
false
288
h
# include<iostream> #include <string> using namespace std; class Customer { private: int Id; string Fname; string Sname; double Credit; public: void setid(int); void setFname(string); void setSname(string); void setCredit(double); void Display(); };
[ "austinqweyu@gmail.com" ]
austinqweyu@gmail.com
4e785bee270622fff1f27aa657fb53efd679a9e2
f47b84753c54723afa751f08060b1dab39b9bd0d
/src/goto-diff/change_impact.cpp
381cbd7e3be2fac8d99b338d7d70458a2a044ae8
[ "BSD-4-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
pkesseli-archive/cbmc-legacy
9d8fac56c56902cd3bc22216c37f220699348c0a
81f06d59850db7fc2603f06d54a8736d8c596194
refs/heads/master
2021-05-01T17:42:37.368349
2016-08-12T14:04:10
2016-08-12T14:04:10
52,523,903
0
0
null
null
null
null
UTF-8
C++
false
false
20,335
cpp
/*******************************************************************\ Module: Data and control-dependencies of syntactic diff Author: Michael Tautschnig Date: April 2016 \*******************************************************************/ #include <iostream> #include <goto-programs/goto_model.h> #include <analy...
[ "peter.schrammel@cs.ox.ac.uk" ]
peter.schrammel@cs.ox.ac.uk
79c771f8062a9908ca3fcb7cfb360e1f4d875931
ae86cda3dbbfe821694b0d59e0c9b8d83cc4aacc
/Practicas/PFinal/letras/src/diccionario.cpp
0801c428bd0d8f30109d64d4a334ad0512bdb786
[ "MIT" ]
permissive
josepadial/ED
1624376d0d8fbe4923d23c6c2e14fd8faa07fea6
c095e65843e695e05cbb4d0ae34652d223c45425
refs/heads/master
2020-08-11T03:57:35.319909
2020-04-05T18:39:40
2020-04-05T18:39:40
214,486,158
1
0
null
null
null
null
UTF-8
C++
false
false
1,950
cpp
/* Curso: 2018/2019 Asignatura: Estructura de datos Autores: Jose Antonio Padial Molina Elena Ortiz Moreno Practica: Final "Letras" */ #include "diccionario.h" istream& operator>>(istream &is, Diccionario &dic){ string aux; while(getline(is,aux)){ dic.datos.insert(aux); } return is; }...
[ "joseismael511@gmail.com" ]
joseismael511@gmail.com
8ff3a3dc29e81cceed58f4f04d1c2b1300c64cfa
af52fd80f18ca6b33e5abff650f23bd437087e10
/top4000/3163-pdftotext-2.1.6/pdftotext.cpp
9f9e3ad3b61c32259dcec1762ce9494e604f3f16
[ "MIT" ]
permissive
hpyproject/top4000-pypi-packages
8338ee316ab073bfba022c4c0d3f24256b01bfc6
0cd919943a007f95f4bf8510e667cfff5bd059fc
refs/heads/master
2023-05-11T22:26:04.188536
2021-06-03T09:56:00
2021-06-03T09:56:00
372,450,555
6
0
null
null
null
null
UTF-8
C++
false
false
9,379
cpp
#include <Python.h> #include <poppler/cpp/poppler-document.h> #include <poppler/cpp/poppler-global.h> #include <poppler/cpp/poppler-page.h> #include <algorithm> #include <climits> #include <string> #include <vector> static PyObject* PdftotextError; typedef struct { PyObject_HEAD int page_count; bool ra...
[ "anto.cuni@gmail.com" ]
anto.cuni@gmail.com
bf4f97fe8ddaf060f64d90d9d0acdf243fb15212
b800fcf6bc5b78a5f84c9da4c3bab74cb8693a3d
/pgm7/Wheat.cpp
a06326ab08129f75ebf0d3f319edae8dd2a947fb
[]
no_license
billymeli/CS311
15f3f42259cd5df0c2cf6cd1521c21456225569f
47f4d26963a85f42b31b45bac71bf56837ec5227
refs/heads/master
2021-05-09T16:11:37.693620
2018-05-02T01:17:39
2018-05-02T01:17:39
119,101,152
0
0
null
null
null
null
UTF-8
C++
false
false
1,317
cpp
// File Name: Wheat.cpp // Author: Billy Meli // Student ID: w882x457 // Assignment Number: 7 #include <iostream> #include <string> #include "Wheat.hpp" using namespace std; namespace { const double AVG_WEIGHT_PER_BUSHEL = 60.0; const double IDEAL_MOISTURE_LEVEL = 13.5; } // Default constructor (initializes all ...
[ "mstevebilly@yahoo.com" ]
mstevebilly@yahoo.com
3fef0e346a3753fe53285831951acd515e45c13e
cccfb7be281ca89f8682c144eac0d5d5559b2deb
/components/history_clusters/core/history_clusters_db_tasks_unittest.cc
a48de270a04385b4258af1dbf8dda33dc7b3d5c8
[ "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
2,579
cc
// 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. #include "components/history_clusters/core/history_clusters_db_tasks.h" #include "base/strings/stringprintf.h" #include "base/time/time.h" #include "test...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
32f56ed8ee3266d588edc9f946f355b01579dae0
a615c4057ddb49f14dca11a45947fdacfebb5c1c
/Graphics/XYQ/Sprite2.h
bf9376c518abae61c3bea2b69d4dfb0e8dd5a839
[]
no_license
oceancx/XYQEngine
6dae130cbb997f585fd9b2a5a8965c3d7fddc3cd
6f93e788d5df2d34774f51f6cae2ff52b3024094
refs/heads/master
2021-01-12T04:44:34.328169
2017-02-28T13:23:18
2017-02-28T13:23:18
77,779,051
1
0
null
null
null
null
GB18030
C++
false
false
491
h
#ifndef SPRITE2_H #define SPRITE2_H #include "../../defines.h" #include <vector> /* 一个动画序列组 */ class Sprite2 { public: Sprite2(); ~Sprite2(); int mGroupSize; //方向数 int mFrameSize; //帧数 int mWidth; //宽度 int mHeight; //高度 int mKeyX; //关键帧X int mKeyY; //关键帧Y struct Sequence { int key_x; int ke...
[ "oceancx@gmail.com" ]
oceancx@gmail.com
f19b63ace7a50acef5ec5e3fef9f5bc8cd7d51c6
ceeddddcf3e99e909c4af5ff2b9fad4a8ecaeb2a
/tags/release-1.5.2/source/Irrlicht/CQuake3ShaderSceneNode.h
7ffc7b6d024aa58da8238832c8f45aa19b8cd5fe
[ "LicenseRef-scancode-other-permissive", "Zlib", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jivibounty/irrlicht
d9d6993bd0aee00dce2397a887b7f547ade74fbb
c5c80cde40b6d14fe5661440638d36a16b41d7ab
refs/heads/master
2021-01-18T02:56:08.844268
2015-07-21T08:02:25
2015-07-21T08:02:25
39,405,895
0
0
null
2015-07-20T20:07:06
2015-07-20T20:07:06
null
UTF-8
C++
false
false
2,223
h
// Copyright (C) 2002-2009 Nikolaus Gebhardt / Thomas Alten // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __C_QUAKE3_SCENE_NODE_H_INCLUDED__ #define __C_QUAKE3_SCENE_NODE_H_INCLUDED__ #include "ISceneNode.h" #include "IQ3Sh...
[ "hybrid@dfc29bdd-3216-0410-991c-e03cc46cb475" ]
hybrid@dfc29bdd-3216-0410-991c-e03cc46cb475
f788cf77c7d4cd5cc276aaff0ddd69d3eb657494
e60bec80c00cd484a5acec538bb9b419bce734a5
/2023/tmb/scaa_mod_age_dir.cpp
23962d734240af8390e4cf27c0b11b030e41e813
[]
no_license
commfish/seak_sablefish
cd63c84c271765242abd3476880f80a9704576ee
8828847b3f352b9b9a260b58dbf68cccce39a5b1
refs/heads/master
2023-09-01T01:31:42.213887
2023-08-23T17:37:30
2023-08-23T17:37:30
104,012,945
8
6
null
2023-01-10T18:55:16
2017-09-19T01:57:03
R
UTF-8
C++
false
false
61,566
cpp
// Sex-structured statistical catch-at-age model for NSEI sablefish that // includes catch, fishery and survey CPUE, mark-recapture abundance estimates, // fishery and survey weight-at-age, survey data about maturity-at-age and // proportions-at-age, and fishery and survey age and length compositions. // Original Aut...
[ "philip.joy@alaska.gov" ]
philip.joy@alaska.gov
21b9f4df87a2d67d7e659724c2870a35d576e07e
72b0b2328a1749d25c0ebb5c51a7a202fb35b382
/leetcode/8.cpp
2ae12aff7a1ebf4c5233e345643af678c16ccbbd
[]
no_license
bluarry/prepare
5140b57612fab19b8b24573012bf796d2c0def31
c9c94fa7970b40b6f828d2f2e31267acaecbc07c
refs/heads/master
2021-05-22T01:10:29.998403
2020-05-05T04:25:22
2020-05-05T04:25:22
252,900,366
0
0
null
null
null
null
UTF-8
C++
false
false
1,672
cpp
#include <iostream> #include <vector> #include <string> #include <cstring> #include <algorithm> using namespace std; class Solution { public: bool isEffect(char c){ if(c=='-'||c=='+'||(c>='0'&& c<='9')) return true; return false; } bool isnum(char c){ if(c>='0'&& c...
[ "root@winpc_bluarry.localdomain" ]
root@winpc_bluarry.localdomain
4ad1472a84ba67cdd52887a530ed36762ab5874c
cfbe32d3c679487610e0a8e924c33ab6aa64f3d1
/topcoder/programs/PilingRectsDiv2.cpp
2de48e3d098db1405a65cbda63508e62f1aee8ac
[]
no_license
hophacker/algorithm_coding
6062fafd00e276baeb5ef92198c6c1dab66b6184
bfc9a124ed21eabf241590b90105427f0a2b6573
refs/heads/master
2020-06-04T00:41:25.378594
2014-07-07T00:50:35
2014-07-07T00:50:35
18,478,412
5
1
null
null
null
null
UTF-8
C++
false
false
5,450
cpp
#include <sstream> /* */ #define debuging #ifdef debuging #define FIN {freopen("new.in" , "r" , stdin) ;} #define FOUT {freopen("new.out" , "w" , stdout) ;} #define OUT(x) {cout<< #x << " : " << x <<endl ;} #define ERR(x) {cout<<"#error: "<< x ; while(1) ;} #endif // END CUT HERE #ifndef debuging #define FIN ; #de...
[ "jokerfeng2010@gmail.com" ]
jokerfeng2010@gmail.com
b76554fcebe4c4eb3e962a9663c32f7e3e59e548
6ae1105a9ee4ec00eaf4a7c8d29af03e218ae68c
/Home_Automation_Slave_2/Home_Automation_Slave_2.ino
8c0f042464e6b2b4ad5013666a16a362fca75070
[]
no_license
kaustubhcs/Home-Automation
e2c49b3f7f3a9a704739277837f910361db41c03
192a52ea3c1af677c8f76b3ebc5917d2a574ea38
refs/heads/master
2021-01-22T21:13:09.958546
2015-10-22T15:48:32
2015-10-22T15:48:32
41,579,976
2
0
null
null
null
null
UTF-8
C++
false
false
3,327
ino
#include <SoftwareSerial.h> #define relay_0 2 // T #define relay_1 3 // E #define relay_2 11 // C #define relay_3 6 // H #define relay_4 4 // N #define relay_5 45 // O #define relay_6 47 // V #define relay_7 52 // A #define relay_8 51 // N #define relay_9 53 // Z #define relay_10 49// A #define cfl relay_0 #defi...
[ "kaustubhcs07@gmail.com" ]
kaustubhcs07@gmail.com
9153725d9e48f9cfc269bc6c7d30a863262d7e14
496bfb693a5f9a25b3f368eaae3358fd06cd5429
/Framework/Framework/modules/FreeBird/include/AndGate.h
fef36d1925f6c08ec8c409353127d4db73510f13
[]
no_license
Aideng666/Project-Poultry-Game
a32cc911ab18673c33ec469a944cb666ea8cc78d
7e27c67939f789202d87ae720f2a6bc8b84c7593
refs/heads/Master
2023-04-04T06:49:32.352043
2021-04-09T16:41:11
2021-04-09T16:41:11
300,339,278
0
1
null
2021-01-17T20:05:11
2020-10-01T16:03:30
C++
UTF-8
C++
false
false
207
h
#pragma once #include "LogicGate.h" namespace freebird { class AndGate : public LogicGate { public: AndGate(Entity ent1, Entity ent2, Entity out); void Update(); private: }; }
[ "aiden.gimpel@ontariotechu.net" ]
aiden.gimpel@ontariotechu.net
0a60922bd0bcfdfec8d29c63173d454de64bdec3
be55b78c5ec4d90b5c9f91122a64ab486d615814
/qt/KDSqlDatabaseTransaction/KDSqlDatabaseTransaction.h
2292770f644a2a67599c083032c47a1f020e06df
[ "MIT", "LicenseRef-scancode-generic-cla" ]
permissive
elProxy/KDToolBox
4f2724b44622e5ca090115409fe81f9fd2afb448
bd538894347d8630458dccce054ac7f698cd1c16
refs/heads/master
2023-08-12T15:12:29.230802
2021-09-21T12:09:11
2021-09-21T12:46:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,418
h
/**************************************************************************** ** MIT License ** ** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** ** Permission is hereby...
[ "giuseppe.dangelo@kdab.com" ]
giuseppe.dangelo@kdab.com
80446ed73f8abe7b81030d8f01fc4727f1acaf80
4cc7c74b4bb7b818562bedffd026a86f9ec78f41
/chrome/browser/safe_browsing/test_safe_browsing_service.cc
f6949cf8f0707cb2e76c4a82f4e4a725e970294c
[ "BSD-3-Clause" ]
permissive
jennyb2911/chromium
1e03c9e5a63af1cf82832e0e99e0028e255872bd
62b48b4fdb3984762f4d2fd3690f02f167920f52
refs/heads/master
2023-01-10T01:08:34.961976
2018-09-28T03:36:36
2018-09-28T03:36:36
150,682,761
1
0
NOASSERTION
2018-09-28T03:49:28
2018-09-28T03:49:27
null
UTF-8
C++
false
false
5,906
cc
// Copyright (c) 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/safe_browsing/test_safe_browsing_service.h" #include "base/strings/string_util.h" #include "chrome/browser/safe_browsing/dow...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
76a22172829ff41aba3eecf2ca8b2b1440114363
07306d96ba61d744cb54293d75ed2e9a09228916
/External/NaturalMotion/morpheme/SDK/euphoriaCoreBehaviours/AutoGenerated/SteppingBalancePackaging.h
fea38e4d5a40da784411a68c012d658deb64293a
[]
no_license
D34Dspy/warz-client
e57783a7c8adab1654f347f389c1dace35b81158
5262ea65e0baaf3f37ffaede5f41c9b7eafee7c1
refs/heads/master
2023-03-17T00:56:46.602407
2015-12-20T16:43:00
2015-12-20T16:43:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,871
h
#pragma once /* * Copyright (c) 2013 NaturalMotion Ltd. All rights reserved. * * Not to be copied, adapted, modified, used, distributed, sold, * licensed or commercially exploited in any manner without the * written consent of NaturalMotion. * * All non public elements of this software are the confidential * i...
[ "hasan@openkod.com" ]
hasan@openkod.com
37db6cba98ee35dbd915bd98ad6b25de160e1c59
43fd0cc577bea4c611657b728e3c3036796d3aa6
/profilclassic.cpp
410bfe4163a8b68c2424e1963eb07cba20680ac8
[]
no_license
SnowKiss/TTVQTB
358be31da650dfdf64996168047f2e4ab75d9045
372540e0a48e7a75e805ecd9804894553da8eeff
refs/heads/master
2021-05-02T16:29:32.627933
2018-02-10T10:44:41
2018-02-10T10:44:41
120,677,474
0
0
null
null
null
null
UTF-8
C++
false
false
64
cpp
#include "profilclassic.h" ProfilClassic::ProfilClassic() { }
[ "john.schmitt9@gmail.com" ]
john.schmitt9@gmail.com
e45cb321bce6a88a4e167a27b69c5ae4d21cbb54
74a99fb7d20dc4e9312268c1e2936e97607cc62e
/Sea_Chain/helpers/astar.cpp
a2b1c58b83d7c4c11965d04a46ee51813f8d9676
[ "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0", "MIT" ]
permissive
Vvaridus/SeaChain
fa6c674e6decbd5fe7d7da5058b053f8849b8d04
5e48925161e6244245f3af21bd8a1cb7a7acfbd4
refs/heads/main
2023-04-25T04:13:57.507698
2021-05-03T21:11:48
2021-05-03T21:11:48
350,384,241
0
0
null
null
null
null
UTF-8
C++
false
false
3,389
cpp
#include "astar.h" #include <LevelSystem.h> #include <array> #include <queue> class Node { private: sf::Vector2i _pos; int _level; int _priority; public: Node() = default; Node(const sf::Vector2i& pos, int level, int priority) : _pos(pos), _level(level), _priority(priority) { } const sf::Vector2i& getPos() con...
[ "40429124@live.napier.ac.uk" ]
40429124@live.napier.ac.uk
8ab982013d723f7b09c0150999de9e288d170a3b
8c0e6d4343241603a1221e26cda4c30beed60a80
/Synth/SysExMessage.cpp
8439f63bf8693e6afd57d5977c0c1e8e699248ab
[]
no_license
Luiz-Monad/synth
f24ccb01da63e3e4ba2ed2db21eb3cf7d629290b
0baf844f5d4b53868ee4a9187ff6d443289f3213
refs/heads/master
2021-05-27T03:00:37.319603
2014-08-19T14:49:59
2014-08-19T14:49:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,219
cpp
//REGION(License) /* Copyright (c) 2005 Leslie Sanford * * 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,...
[ "luizfelipestang@gmail.com" ]
luizfelipestang@gmail.com
6114ee868a181c5ef7ac64ba4a57b32ccf501238
639aa908a9cfc8cd7b969e328e092d3e847187ee
/devel/include/ros_arduino_msgs/Digital.h
c306000313ae1f5870a670827a98b8913c471abc
[]
no_license
pengboyemo/Ros
4f34eea65d8154bd2eb248bf62712deb1b059864
a2ca990fff76414d83ca5c3a622f53493e2deb9b
refs/heads/master
2022-05-01T10:53:34.194307
2022-04-01T07:44:03
2022-04-01T07:44:03
228,379,978
0
0
null
2019-12-16T12:14:14
2019-12-16T12:14:13
null
UTF-8
C++
false
false
5,993
h
// Generated by gencpp from file ros_arduino_msgs/Digital.msg // DO NOT EDIT! #ifndef ROS_ARDUINO_MSGS_MESSAGE_DIGITAL_H #define ROS_ARDUINO_MSGS_MESSAGE_DIGITAL_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #inclu...
[ "18817776414@yeah.net" ]
18817776414@yeah.net
6e9eea5703e03c881e8a5f4fb67c1732c4a9fc77
8dbf8e350b809ac68435ad0e49ce17b98d20895f
/cpp_src/HelperFuncs.cpp
da5c8c7798441fde958cdb0faaca8254cdb14362
[]
no_license
oralmer/algo_proj
c621967886fb95801e264e55d008b29c8d6394e8
7b6925c7a498e8457abc2713b756191b7048f9cc
refs/heads/master
2020-04-06T07:38:47.436648
2019-08-10T19:15:49
2019-08-10T19:15:49
157,280,040
0
0
null
null
null
null
UTF-8
C++
false
false
211
cpp
#include "HelperFuncs.h" std::ostream &operator<<(std::ostream &s, std::vector<char> t) { for (const char i : t) { if (i == '\0') { break; } s << i; } return s; }
[ "almer1or@gmail.com" ]
almer1or@gmail.com
68481af64cbe538e311f0dae57711fc4c4c18a8d
af2b9daade951d0239c56468e31ac924aad2d7db
/StandardRound/r231div2-394/394-B-a.cpp
3a0f902666bf3c83d989b5b77d7dcbd5ca1872b4
[]
no_license
zentorwie/codeforces-solutions
75446e153a95cb48fe8ce1ad7a214a9b16017c68
6ed365fff441f4b53294d7f4deb89e09fa8ea52e
refs/heads/master
2020-05-18T07:10:42.245670
2014-08-01T12:51:11
2014-08-01T12:51:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
872
cpp
#include <stdio.h> #include <string> int main() { int p, x; char n[1000010] = {0}; int b = 0; int t = 0; // to store int next = 0; int ptr = 0; // place int ok = 0; scanf("%d%d", &p, &x); if (x == 1) { for (int i = 0; i < p; i++) { printf("1"); } printf("\n"); return 0; }...
[ "zentorwie@gmail.com" ]
zentorwie@gmail.com
c869ca02eac219044f6b47c6d82bc3f3a8f7aaf8
c7ad1dd84604e275ebfc5a7e354b23ceb598fca5
/include/algo/structure/cd_utils/cuDmAlignedOptimalScore.hpp
7583c980a69d05e87f5065eb9ba2eb8674f513bd
[]
no_license
svn2github/ncbi_tk
fc8cfcb75dfd79840e420162a8ae867826a3d922
c9580988f9e5f7c770316163adbec8b7a40f89ca
refs/heads/master
2023-09-03T12:30:52.531638
2017-05-15T14:17:27
2017-05-15T14:17:27
60,197,012
1
1
null
null
null
null
UTF-8
C++
false
false
3,462
hpp
#ifndef CU_DM_ALIGNED_OPTIMAL_SCORE__HPP #define CU_DM_ALIGNED_OPTIMAL_SCORE__HPP /* $Id$ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "Un...
[ "lanczyck@112efe8e-fc92-43c6-89b6-d25c299ce97b" ]
lanczyck@112efe8e-fc92-43c6-89b6-d25c299ce97b
6dbeb85c6cbb815057d90f4762f5565a3c34d33d
357607a0cf01d44ecf97feaf047f7a9bad9a0be5
/13.前端project/0.4/src/mappoint.cpp
d6fb1358264c7da9cde9b818178ba23330ce6031
[ "DOC", "GPL-3.0-or-later", "MIT" ]
permissive
sunnieeee/VSLAM
7699602cd2a8b3086660352fa9158d81c19badc7
a0f58b7990f0706ff569481aadac81bb227f3332
refs/heads/master
2020-03-28T21:23:07.158817
2018-11-20T14:58:03
2018-11-20T14:58:03
149,150,830
0
0
MIT
2018-09-17T15:56:51
2018-09-17T15:56:51
null
UTF-8
C++
false
false
1,783
cpp
/*================================================================================= * Copyleft! 2018 William Yu * Some rights reserved:CC(creativecommons.org)BY-NC-SA * Copyleft! 2018 William Yu * 版权部分所有,遵循CC(creativecommons.org)BY-NC-SA协议授权方式使用 * * Filename ...
[ "windmillyucong@163.com" ]
windmillyucong@163.com
4d4eae743c3bfe9be4774bcb3377e2f1309f818e
9eff4a0c6890bc8571bb1115d14159ce93c2f5a7
/include/kspp/utils/concurrent_queue.h
28deb3aae43e8c05a759e8e97ca567a0b0edb1b4
[ "BSL-1.0" ]
permissive
bitbouncer/kspp
d06865e46a1e3820e65d24edb951a48a996dffbf
8539f359e32bd3dd1360ac4616eab88e79aab607
refs/heads/master
2022-10-20T22:45:11.118381
2022-09-28T14:50:00
2022-09-28T14:50:00
73,604,579
136
27
BSL-1.0
2022-05-16T19:20:41
2016-11-13T08:42:34
C++
UTF-8
C++
false
false
1,521
h
#include <chrono> #include <thread> #include <mutex> #include <condition_variable> #include <queue> #pragma once template<typename T> class concurrent_queue { public: concurrent_queue() = default; concurrent_queue(const concurrent_queue &) = delete; concurrent_queue &operator=(const concurrent_queue &) = dele...
[ "svante.karlsson@csi.se" ]
svante.karlsson@csi.se
7a71739778bfe25d00a2b26a4ec3343e2c57914c
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/net/base/network_interfaces_unittest.cc
1469b49fbb537b05784fbe48f8853f5dd76b3a68
[ "BSD-3-Clause" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
2,737
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/base/network_interfaces.h" #include <ostream> #include <string> #include <unordered_set> #include "base/strings/utf_string_conversions...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
b7aa80cb3fcff2c107bc9fc650b642bfe9ae500f
a421d742de106725206384622dcf774913357d11
/include/inviwo/qt/widgets/inviwodockwidget.h
97ed938ecbc2792fef643533b55fa7844dc80177
[ "BSD-2-Clause" ]
permissive
sarbi127/inviwo
b91d0d57704a40faf720b4d9e2d29200f150a1cc
ae61d33d61128f584c08a704696bb4b3d0cc5eec
refs/heads/master
2021-01-17T05:35:59.982468
2015-09-18T10:42:55
2015-09-18T10:43:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,435
h
/********************************************************************************* * * Inviwo - Interactive Visualization Workshop * * Copyright (c) 2012-2015 Inviwo Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
[ "eriksunden85@gmail.com" ]
eriksunden85@gmail.com
8d379faa2793030d5a6cb551ee0acd9c73bfe0db
ac51dce98cb821df7334619d2fd25c26757d17d4
/eg2512554/Future_Value_Function/main.cpp
30b0bfb30b42e01dd3a5a73316ccf5a5cc9ee404
[]
no_license
Riverside-City-College-Computer-Science/CSC5_Winter_2014_40375
a85aa5ef80ca44a0968fdbae52a5cd0c0a3ed621
853b40e40086ab97ef3075df4287b34a536c6573
refs/heads/master
2021-01-01T06:27:43.574978
2014-02-13T04:21:23
2014-02-13T04:21:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,537
cpp
/* * File: main.cpp * Author: Edwin Gibbs * Created on January 21, 2014, 8:49 AM * Future Value Function */ //System Libraries #include <iostream> #include<cmath> using namespace std; //Global Constants //Functional pro float fv1(float, float, int); float fv2(float, float, int); float fv3(float, float, int)...
[ "eddygibbs007@yahoo.com" ]
eddygibbs007@yahoo.com
46b29b845775d2221650855a97a523ccc84c4a95
da6a4172a23472d1eb54722203452555745c4354
/lib/tinyxml2/xmltest.cpp
663f6aa5ea4b208808ec9e7cb9003d9c4e9ff9e4
[ "Zlib" ]
permissive
HenrikSte/esp32msi
ec380dc5cd1b245f10ab1594e3c8eb7d9615bf4c
a12295eb7e97f0dd4fb5a484f7654b0cfe2b0883
refs/heads/master
2021-11-08T03:04:25.374338
2019-11-13T08:22:47
2019-11-13T08:22:47
150,953,418
1
0
null
null
null
null
UTF-8
C++
false
false
76,693
cpp
#if defined( _MSC_VER ) #if !defined( _CRT_SECURE_NO_WARNINGS ) #define _CRT_SECURE_NO_WARNINGS // This test file is not intended to be secure. #endif #endif #include "tinyxml2.h" #include <cerrno> #include <cstdlib> #include <cstring> #include <ctime> #if defined( _MSC_VER ) || defined (WIN32) #include <crtdbg...
[ "42669863+HenrikSte@users.noreply.github.com" ]
42669863+HenrikSte@users.noreply.github.com
8b54daf45bd29928ca307311ff1ab1bcd6960e86
c39ae78fd4450b9972ef2b49ab9a94306656bb32
/Examples/src/WarpingDemo.cc
a0c9bc10517bb8ffed04e73c25baed08b1a4b0dc
[ "BSD-3-Clause" ]
permissive
mingliangfu/MTF
a206cf78008585e229a74dbeb03a591736ee37a5
d9f60de242b92d4a6db76563f3d940b8b34d4302
refs/heads/master
2021-01-25T09:20:27.111448
2017-06-03T02:33:39
2017-06-03T02:33:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,762
cc
//#include <mtf/SM/ESM.h> //#include<mtf/AM/NCC.h> //#include <mtf/SSM/Homography.h> #include <mtf/mtf.h> #include <mtf/Tools/pipeline.h> #include <mtf/Tools/cvUtils.h> #include <mtf/Utilities/miscUtils.h> // typedef mtf::RKLT<mtf::NCC, mtf::Homography> TrackerType; typedef mtf::CompositeSM<mtf::NCC, mtf::Hom...
[ "asingh1@ualberta.ca" ]
asingh1@ualberta.ca
ff8514b5868b691e4742448f660fb7b94adeee60
b8487f927d9fb3fa5529ad3686535714c687dd50
/lib/AST/SemanticValidator.h
ad193bbbcde5cbe101857272b313e782f3636419
[ "MIT" ]
permissive
hoangtuanhedspi/hermes
4a1399f05924f0592c36a9d4b3fd1f804f383c14
02dbf3c796da4d09ec096ae1d5808dcb1b6062bf
refs/heads/master
2020-07-12T21:21:53.781167
2019-08-27T22:58:17
2019-08-27T22:59:55
204,908,743
1
0
MIT
2019-08-28T17:44:49
2019-08-28T10:44:49
null
UTF-8
C++
false
false
8,841
h
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the LICENSE * file in the root directory of this source tree. */ #ifndef HERMES_AST_SEMANTICVALIDATOR_H #define HERMES_AST_SEMANTICVALIDATOR_H #include "hermes/AST/SemValidate.h" #include "Recurs...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
e210164bee6230dfd20869bcf763adc0c4befc37
f158527ea88ebc7b2b8221d3d3dac4fd687e8a86
/AVS/avs.cpp
3dae24d42514784db8c19aca9c73848eee3a0613
[]
no_license
zlvb/dshowsample
7b2487f41bcce19e960546b8334ba39bec082e52
7ad79396b782dd10f5bf5c18dfecd537076b86a1
refs/heads/master
2021-01-20T23:23:57.105398
2015-07-25T00:44:09
2015-07-25T00:44:09
32,433,973
1
2
null
null
null
null
UTF-8
C++
false
false
10,290
cpp
#pragma warning(disable: 4819) #include "avs.h" namespace AVS{ Manager::Manager() :m_Graph(NULL) ,m_MediaControl(NULL) ,m_Event(NULL) ,m_BasicVideo(NULL) ,m_BasicAudio(NULL) ,m_VideoWindow(NULL) ,m_Seeking(NULL) ,m_ObjectTableEntry(0) { } Manager::~Manager() { Close(); } BOOL Manager::Cre...
[ "zlvbvbzl@b1507354-4840-11de-ba0e-b5da6ac7b600" ]
zlvbvbzl@b1507354-4840-11de-ba0e-b5da6ac7b600
d7be4930565f94d62d0256f8a356d961075ad3f9
68b763fe498c4572e39155926a7fdd97e4b06389
/cpp/data_structure/self_implemented/hashtable/hashtable.cpp
365ae9dce50a1e815c74d46ec27031a2ea758a4b
[]
no_license
alfchung/coding_practice
64eff671fc6a4c73e4bf47916526791413dd1357
24c0e270b780145f42199ddf324085d3b55e3970
refs/heads/master
2021-01-18T17:28:00.550167
2013-01-19T03:28:49
2013-01-19T03:28:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,162
cpp
/* * keys are unique */ #include<stdlib.h> #include<stdint.h> #include<math.h> #include<iostream> #include<string> #include<map> #include<vector> #include<typeinfo> using namespace std; const int default_table_size = 277; const int error_exit_wrong_key_type = -1; const int put_status_insert_new = 0; const int...
[ "az@cs.brown.edu" ]
az@cs.brown.edu
fcc9c4f520dcc229424922457c47f4b903d32419
f95c500f5bd6e8d283e47a9a7ca383c6ed7566d7
/src/fingerprint_probe.h
842ba56e7db8478c06ef4ef81b9aea3965404f44
[]
no_license
smrt28/sonoff-s26-blynk-firmware
ebd201f37b73bd0b4c7ce5e8bea6f67b4dc3fb19
ef79bc1e92f79882c6c41fdf087cf7231c0130b8
refs/heads/master
2023-04-04T08:33:22.005740
2021-03-12T18:27:30
2021-03-12T18:27:30
347,151,941
0
0
null
null
null
null
UTF-8
C++
false
false
255
h
#ifndef fingerprint_probe_h #define fingerprint_probe_h namespace s28 { struct Fingerprint { uint8_t raw[20]; String to_string(); }; int probe(const String &host, int port, Fingerprint *fp); } // namespace s28 #endif /* fingerprint_probe_h */
[ "oholecek@purestorage.com" ]
oholecek@purestorage.com
17e5bf532d7ba25a66a3154607b3873063ec29b5
b13b51704390ee6af926a85ab8e7890b6aa8976e
/Flatten_Binary_Tree_to_Linked_List.cpp
98fd3dfe224067050e8d74020ce4f62e62954971
[]
no_license
kxingit/LeetCode
7308eb306fe899e3f68a7cf90b43a37da46416cc
a0ef8e5454bd29076b50ffedc5b1720dd7273a9d
refs/heads/master
2021-01-14T08:03:20.811221
2017-03-20T19:25:56
2017-03-20T19:25:56
35,183,062
0
1
null
null
null
null
UTF-8
C++
false
false
1,536
cpp
/** * Given a binary tree, flatten it to a linked list in-place. */ class Solution { public: void flatten(TreeNode* root) { if(root == NULL) return; if(root->left) flatten(root->left); if(root->right) flatten(root->right); TreeNode* p = root->left; if(p == NULL) return; while...
[ "kxin@me.com" ]
kxin@me.com
1a2455d8e4df4bbaf4f1af510257967471a5c424
1dbb60db92072801e3e7eaf6645ef776e2a26b29
/server/src/common/resource/r_formationindexdata.h
637902efac43243d2c1d58ea7bb92c905da1a163
[]
no_license
atom-chen/phone-code
5a05472fcf2852d1943ad869b37603a4901749d5
c0c0f112c9a2570cc0390703b1bff56d67508e89
refs/heads/master
2020-07-05T01:15:00.585018
2015-06-17T08:52:21
2015-06-17T08:52:21
202,480,234
0
1
null
2019-08-15T05:36:11
2019-08-15T05:36:09
null
UTF-8
C++
false
false
739
h
#ifndef IMMORTAL_COMMON_RESOURCE_R_FORMATIONINDEXDATA_H_ #define IMMORTAL_COMMON_RESOURCE_R_FORMATIONINDEXDATA_H_ #include "proto/common.h" #include "r_basedata.h" #include "resource.h" class CFormationIndexData : public CBaseData { public: struct SData { uint32 index;...
[ "757690733@qq.com" ]
757690733@qq.com
b1c6881c383bc3ffc601c10eb52d87c59256cb11
9c942fe75218d6018f8390c926f0b693e36ceaad
/cpp/0088_MergeSortedArray.cpp
8fee056ae04334afbe1808772090b3256e504f3f
[]
no_license
joy-yjl/leetcode_yjl
5878113ae6cb81d1f735fa812b13e7f7b31883f6
1def24ac4ef723ecfd1e4dc50ced677809bc942c
refs/heads/master
2022-07-31T04:42:45.845904
2022-07-20T03:35:20
2022-07-20T03:35:20
206,940,495
0
0
null
null
null
null
UTF-8
C++
false
false
421
cpp
class Solution { public: void merge(vector<int>& nums1, int m, vector<int>& nums2, int n) { int right=m+n-1; int r1=m-1; for(int i=n-1;i>=0;i--) { while(r1>=0 && nums1[r1]>nums2[i]) { nums1[right]=nums1[r1]; r1--; ...
[ "yangjiali94@126.com" ]
yangjiali94@126.com
01f31a4ede39bae7a6c50833f96b717af7ed29f9
ab431740965416a1f0de857cd54771a4558e6b64
/lunchTime.cpp
64a840ec1b750ceef781d35d780a4814e03b56c3
[]
no_license
dycha0430/Algorithm_Problem_Solving_Strategies
eb0c84b9560b5439d2cc8e3f9db6cdc302ffef04
a2a5e2cb1d1414ece4b8800a1aad63cc516c4e92
refs/heads/master
2023-03-10T08:52:37.520188
2021-02-24T15:45:08
2021-02-24T15:45:08
333,058,649
1
0
null
null
null
null
UTF-8
C++
false
false
1,229
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; int N; int M[10000]; vector<pair<int, int>> lunchTime; bool compare(pair<int, int> a, pair<int, int> b) { return a.first > b.first; } int minimized_lunch(); int main() { int T, E; cin >> T; for (int test_case = 0; test_case < T; ++te...
[ "2019056799@hanyang.ac.kr" ]
2019056799@hanyang.ac.kr
0ab3208da33345c8baf1bc53ef4984af3fe268ff
f9b81e12421955fbfcf5d7dd987f1b5dcfb236f6
/demos/设计模式之命令模式/CommandPattern/CommandPattern.h
88d5dd7de4762492f0506194024385981ff4af3d
[]
no_license
lichangke/DesignPattern
f3aec170f6f3f54a84060143fba8f3c51514ceb8
a47738505177aeea05a977a8ffb12fff070d80c9
refs/heads/main
2023-02-17T07:05:30.906338
2021-01-12T13:51:53
2021-01-12T13:51:53
324,113,049
9
6
null
null
null
null
UTF-8
C++
false
false
4,357
h
// // Created by leacock on 2021/1/5. // #ifndef COMMANDPATTERN_COMMANDPATTERN_H #define COMMANDPATTERN_COMMANDPATTERN_H #include <iostream> #include <vector> /// Command(抽象命令类): Command class Command { public: virtual ~Command() = default; // 声明抽象接口:执行命令 virtual void execute() = 0; protected: Comman...
[ "986740304@qq.com" ]
986740304@qq.com
4352e74546bf129f8ec6f376bfccbdfb927ec41c
09b172fda28355214e237da62d4635b61617b4d6
/heater-with-display/heater-with-display.ino
da57604ebbdc5c4bffd4b5bf93ad0fd439e27863
[ "Apache-2.0" ]
permissive
lgv2018/filament-joiner
1c787b9d0d930e1d1eed099158abc2b4d83ae525
abd1bd5fdf2063e904306e7a222540911ba23f4f
refs/heads/master
2021-03-26T02:37:16.087382
2020-03-16T00:40:27
2020-03-16T00:40:27
247,667,197
0
1
Apache-2.0
2020-03-16T09:58:01
2020-03-16T09:58:00
null
UTF-8
C++
false
false
4,256
ino
/* * heater-with-display.ino * * Copyright 2020 Victor Chew * * 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 b...
[ "victor.chew@gmail.com" ]
victor.chew@gmail.com
893737be26cdbf3faf2bd73d3336ccd5be2379da
64e4fabf9b43b6b02b14b9df7e1751732b30ad38
/src/chromium/mojo_TODO/public/cpp/bindings/lib/string_serialization.h
ef6d57fa183223dc2c4206d2053409d0fe4e7b9a
[ "BSD-3-Clause" ]
permissive
ivan-kits/skia-opengl-emscripten
8a5ee0eab0214c84df3cd7eef37c8ba54acb045e
79573e1ee794061bdcfd88cacdb75243eff5f6f0
refs/heads/master
2023-02-03T16:39:20.556706
2020-12-25T14:00:49
2020-12-25T14:00:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,722
h
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_STRING_SERIALIZATION_H_ #define MOJO_PUBLIC_CPP_BINDINGS_LIB_STRING_SERIALIZATION_H_ #include <stddef.h> #include <s...
[ "trofimov_d_a@magnit.ru" ]
trofimov_d_a@magnit.ru
52e68ec90aa33155477dad0e14bf94301112f9f5
24b2ad530cbeba558a799c005f34df0d3337300a
/pvVision_DL0120/process_face/UltraLightFastGenericGaceDetector1MB.cpp
58d6bd4ab82dff2324d44165fd3b1b46381dde82
[]
no_license
lishang06/code_test
e27bd3ab158214fb32b636b445d1bc9507d9a0ca
a4f431c6c436924a2fda2f9bf7d0e94f11e55277
refs/heads/main
2023-06-10T01:33:13.453353
2021-01-20T06:38:38
2021-01-20T06:38:38
331,214,565
0
0
null
null
null
null
UTF-8
C++
false
false
2,187
cpp
#include <algorithm> #include <map> #include "UltraLightFastGenericGaceDetector1MB.h" #include "faceLUT.h" #include <iostream> #include "unistd.h" #include "stdio.h" #include "stdlib.h" #include <sys/stat.h> UltraLightFastGenericGaceDetector1MB::UltraLightFastGenericGaceDetector1MB() { } UltraLightFastGenericGaceDet...
[ "1540002025@qq.com" ]
1540002025@qq.com
cd62640a737a9d87623885c8f8c510a9af7028e0
33fb56658c522ba250049b8f49e403daec843184
/src/log/tLog_Category_A.h
02bde87bfcffd698ad631d3f75c6d77cfa757ce5
[]
no_license
rleofield/previewbox
2551ee60a38fec29c2e6a366bf6b88a1d2345f1b
43f6439701568164c0b65f9e18a9a23f6633cd02
refs/heads/master
2021-05-16T02:29:00.998654
2019-09-18T21:39:50
2019-09-18T21:39:50
18,600,083
0
1
null
null
null
null
UTF-8
C++
false
false
2,094
h
/* -------------------------------------------------------------------------- Copyright 2012 by Richard Albrecht richard.albrecht@rleofield.de www.rleofield.de This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Softw...
[ "richard@rleofield.de" ]
richard@rleofield.de
e507e5310f74cc6495783be9f0cea79a6997afe4
bc62956b6b32eaeff1527dbc1e22127e6afe95e4
/assign6&7/src/main.cpp
e93dbba7b5971088acbbd8b9107209dda3463714
[]
no_license
Prakhar0409/Basic_Programming
93af5f4553fb0b0913d5ba9ab5c3074daa52204c
a1ff560c4c6f1298c98f1b2fab367c794b3ad1e1
refs/heads/master
2016-08-12T14:47:40.053715
2015-10-29T11:33:04
2015-10-29T11:33:04
45,177,283
0
0
null
null
null
null
UTF-8
C++
false
false
5,773
cpp
#include <iostream> // Allows input output operations #include <iomanip> #include<math.h> //user defined headers #include "matrix_functions.h" #include "map_functions.h" #include "print_functions.h" #include "compare_functions.h" using namespace std; #define N 200 #define ARRAY_SIZE (N*N) #define M ...
[ "prakhar0409@gmail.com" ]
prakhar0409@gmail.com
58e0b067f42e056858067a72f5e23bcf400912c9
89e001f757cd6257bf24c3daf362fb9d2d49a320
/include/futex_semaphore.hpp
67480f7c8cad015403f5b6da1ce4145a2535442c
[]
no_license
4ertovwig/dummy_futex
503e82ff67bf802314416919be3122f6ea8f0a4a
760083b3876081aa48c7b724930910939a8e556f
refs/heads/main
2023-08-31T20:59:59.698306
2021-09-22T23:50:11
2021-09-22T23:50:11
409,363,881
0
0
null
null
null
null
UTF-8
C++
false
false
1,712
hpp
#ifndef FUTEX_SEMAPHORE_HPP_ #define FUTEX_SEMAPHORE_HPP_ #include "futex_mutex.hpp" #include "futex_condition_variable.hpp" //! Simple and naive semaphore realization with own mutex and condition variable //! Semantics are similar to <semaphore.h> template< shared_policy policy > class futex_semaphore : boost::nonc...
[ "i.korotkov@iva-tech.ru" ]
i.korotkov@iva-tech.ru