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
47285eee89484834718ee0c7435cba50fc581f3a
8e36d5725d3d4ea9be8011523bade77b16485de1
/stack.cpp
e6795932ca8591e2121e4fa449ec2b486b91ff6c
[]
no_license
SanjayDevTech/learn-dsa
1e6812e98e76c51e16edd73f39e78a6e91ba084a
5deec6e8744d656372a5aca3683471f9bc49406e
refs/heads/main
2023-06-03T17:44:09.824911
2021-06-30T12:51:51
2021-06-30T12:51:51
381,700,459
0
0
null
null
null
null
UTF-8
C++
false
false
1,273
cpp
#include<iostream> template<typename T> struct Node { Node<T>* prev; T data; Node<T>* next; }; template<typename T> class Stack { Node<T> *top = NULL, *head = NULL; Node<T>* createNode(T data) { Node<T>* newNode = (Node<T>*)malloc(sizeof(Node<T>)); newNode->data = data; newNode->next = NULL; newNode->prev ...
[ "sureshsanjay805@gmail.com" ]
sureshsanjay805@gmail.com
62be74f698eadd0ea3b20778ea0b337e48dde643
413a1d85f164ab38ef876452ac3c363f9df058c4
/wiki_app/venv/lib/python3.5/site-packages/lucene-8.1.1-py3.5-linux-x86_64.egg/lucene/include/org/apache/lucene/analysis/miscellaneous/FixBrokenOffsetsFilter.h
163ea264beffed70a002370122016eaa700c423b
[]
no_license
prateek68/Wikipedia-Online-Content-Comparison
18d53e3456e2d7aa6eb67629c2ea1c79b7d8be4d
77d54b99881558b3195190740ba1be7f8328392b
refs/heads/master
2020-12-26T11:58:18.903011
2020-02-02T09:55:37
2020-02-02T09:55:37
237,495,848
1
2
null
null
null
null
UTF-8
C++
false
false
2,385
h
#ifndef org_apache_lucene_analysis_miscellaneous_FixBrokenOffsetsFilter_H #define org_apache_lucene_analysis_miscellaneous_FixBrokenOffsetsFilter_H #include "org/apache/lucene/analysis/TokenFilter.h" namespace java { namespace io { class IOException; } namespace lang { class Class; } } namespace org {...
[ "prateek16068@iiitd.ac.in" ]
prateek16068@iiitd.ac.in
661f2a0cc33a194e3de4727bdff9891707c4306d
8759b25e50833e7a2a62c2d8846597bed51a0803
/tests/fuzz/signature.cpp
30fff4494ba35bbc8851450320ce055e5b53d2e9
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
iMrPoopybutthole/flurbo
761d1621a989a34bb34dfb064cb54a21a328e04c
04f7bfbc65c2d09987b251614200320abb7d043a
refs/heads/master
2021-01-25T14:38:56.201047
2018-03-21T01:16:16
2018-03-21T01:16:16
123,719,301
3
5
null
null
null
null
UTF-8
C++
false
false
3,340
cpp
// Copyright (c) 2017-2018, The Flurbo Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this list o...
[ "poopybuttholeofficial@gmail.com" ]
poopybuttholeofficial@gmail.com
2978188b66b9621ed8a39e3ffdc9038b918c1a7d
0d425c77ac8f242297e423e0045e16e6f8c0d942
/media/gpu/chromeos/video_decoder_pipeline.cc
e0674f4bc6d4798ceb705a98b7058b72d8bd52fc
[ "BSD-3-Clause" ]
permissive
hobocsdn/chromium
bac63e5d654be25d9d6eccdd13ed84497492c2fb
125c7a90e96cefccfaa44dc0504e53c6663e155d
refs/heads/master
2022-11-07T08:42:47.970253
2020-06-19T09:07:00
2020-06-19T09:07:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,063
cc
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/gpu/chromeos/video_decoder_pipeline.h" #include <memory> #include "base/bind.h" #include "base/memory/ptr_util.h" #include "base/optiona...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
a32e9969c738c0d0359941bce25bfb1a5938877a
ef07daf212ba1706bc16ff6eee670ebedb97855e
/src/TableLoader.h
bfeb916d5a866d7ecfdbc07af50c8a91ed74cfe4
[]
no_license
chian/AutoRecon
a3f21e79aa7c39f472babb47698a8cdcb41e5b9e
ac3fb4d15d3c26ebbf8eabd40736935f77853ef1
refs/heads/master
2021-01-02T08:10:17.787189
2012-03-07T05:22:02
2012-03-07T05:22:02
3,646,059
0
1
null
null
null
null
UTF-8
C++
false
false
297
h
#ifndef TABLELOADER_H #define TABLELOADER_H #include <cstdio> #include <vector> #include "DataStructures.h" PROBLEM readReactionTable(const char* filename); void readLikelihoodTable(PROBLEM &ProblemSpace, const char* filename); int rxnByName(const RXNSPACE &rxnspace, const char* name); #endif
[ "chuh.chia@gmail.com" ]
chuh.chia@gmail.com
6203d4b05358f1f9e0a07b61028e6328193141e8
bc8bda4927cc030a8ad0118a6101788b6851570e
/Cpp_Hw/Homework 3 - Teris Game/Object.cpp
006ef2da16644cd8ec40a35ca0e93b2023726047
[]
no_license
penut85420/CppWork
6fd841ced58086532471d12324d37246d0e094d8
482a331b41f04896fa87974d9e82e91257a05fe0
refs/heads/master
2021-09-24T15:21:41.646071
2018-10-10T19:51:42
2018-10-10T19:51:42
54,598,993
1
0
null
null
null
null
UTF-8
C++
false
false
2,792
cpp
//#include "main.h" Object::Object(const char face, Point position, Point shape[], const int num, bool isRotatable) : mFace(face), mPosition(position), mNumShape(num), mShape(shape), isRotatable(isRotatable) { } Object::Object(const Object &rhs) { mFace = rhs.mFace; mPosition = rhs.mPosition; mNumShape = rhs.mNu...
[ "penut85420@gmail.com" ]
penut85420@gmail.com
b24e1b698814b7c26760de5c1b062da54da8a392
bbeaadef08cccb872c9a1bb32ebac7335d196318
/Fontes/Rede/TTramo.cpp
48be578dfad8682e78df437b06b10ea22a71faeb
[]
no_license
danilodesouzapereira/plataformasinap_exportaopendss
d0e529b493f280aefe91b37e893359a373557ef8
c624e9e078dce4b9bcc8e5b03dd4d9ea71c29b3f
refs/heads/master
2023-03-20T20:37:21.948550
2021-03-12T17:53:12
2021-03-12T17:53:12
347,150,304
0
0
null
null
null
null
ISO-8859-1
C++
false
false
9,699
cpp
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include <algorithm> #include "TTramo.h" #include "VTMatZ.h" #include "VTResFlowLig.h" #include "VTTrecho.h" #include "..\Arranjo\VTArranjo.h" #include "..\Constante\Fases.h" #include "..\..\DLL_Inc\Funcao.h" ...
[ "danilopereira@usp.br" ]
danilopereira@usp.br
8c610830edffe6ebc85b0a5a76036e48a3f46c68
4ed6886a816c528f46bf3e1ae06729aed2404a81
/service/madmin/class/playlistbase.cpp
a466f61db60a631fcc3bbe2a223b85e70af250db
[]
no_license
kapilpipaliya/todo_drogon_server
0931cc5f9e2a6777c3dc306c0803ad3a2e0f0d28
86e46371785e25a085518232d95f86b880c526c0
refs/heads/caf
2020-09-04T04:05:56.364929
2019-11-05T03:09:43
2019-11-05T03:09:43
219,647,048
3
1
null
2019-11-05T03:14:45
2019-11-05T03:10:39
C++
UTF-8
C++
false
false
961
cpp
#include "playlistbase.h" #include <utility> music::service::PlayListBase::PlayListBase( std::shared_ptr<websocket::music::MAdminContext> context_) : context(std::move(context_)) { setupTable(); } nlohmann::json music::service::PlayListBase::handleEvent(nlohmann::json event, ...
[ "kapil.pipaliya@yahoo.com" ]
kapil.pipaliya@yahoo.com
4bf94e06c2ffc4b0015fec49b468d7bdee697129
cb05df7f89e957de7c7e48f53499c5aa7c225b9a
/Simulation/src/test/input/EventInputTest.cpp
0054c6f00c9ba39bc6702b0c1b4c5cdd73807251
[ "Apache-2.0" ]
permissive
fg-netzwerksicherheit/EvolutionaryNetworkOptimizer
fce16f8e66e977c67377d388d139e702695ccc02
fdca004ba33a0d891f7d82f32999ec7d07a041f9
refs/heads/master
2021-01-01T18:20:45.005595
2017-07-26T09:34:44
2017-07-26T09:34:44
98,313,624
0
0
null
null
null
null
UTF-8
C++
false
false
10,745
cpp
/* * EventInputTest.cpp * * Created on: May 8, 2017 * Author: Kiet Vo */ #define BOOST_TEST_DYN_LINK #include "boost/test/unit_test.hpp" #include "../TestSuiteSwitches.h" #ifdef EventInputTestSuite_ENABLE #define EventInputTestSuite_SWITCH *boost::unit_test::enabled() #else #define EventInputTestSuite_SWIT...
[ "mueller-bady@fb2.fra-uas.de" ]
mueller-bady@fb2.fra-uas.de
65fbc1db915ffee20ebc0526b12213827cc61c22
27b331b44638bb912ddf14dd98f6c4319b1e26c8
/10_cars_counting/main.cpp
4069b1efb383ae40e61af7ec4b40f022f7d8979c
[]
no_license
PhilippeSimier/apprendre_openCV
2a73686390b2c84f238b691dcc9955601fdffa2e
cdfe08b1952cb0bee1e147b0a2df20cd1025bf30
refs/heads/master
2021-01-16T18:48:18.499615
2020-11-01T18:06:09
2020-11-01T18:06:09
100,118,122
1
0
null
null
null
null
UTF-8
C++
false
false
13,952
cpp
/******************************************************************************** g++ $(pkg-config --libs --cflags opencv) -std=c++0x -o main main.cpp Blob.cpp ********************************************************************************/ // main.cpp #include<opencv2/core/core.hpp> #include<opencv2/highgui/highg...
[ "philaure@wanadoo.fr" ]
philaure@wanadoo.fr
a0f196608467c5efefd80a9bdbe80106777cb5f9
d7adb690ab3aa9ff67d4969663b8f5c473a4acf5
/Source/EditorCore/Scene/BsGizmoManager.h
5d2e581b679c7b09438cb87a8da550af9a29e546
[]
no_license
xiaohunqupo/BansheeEngine
93a9ab06ab17962f0e9de0d6e2e95a5210d25bdb
60ee32d87accb55d255642f5b4fd6a4318dd4e48
refs/heads/master
2020-06-11T00:51:26.802592
2019-06-25T11:50:58
2019-06-25T11:50:58
193,806,878
2
0
null
2019-06-26T01:21:36
2019-06-26T01:21:36
null
UTF-8
C++
false
false
19,721
h
//********************************** Banshee Engine (www.banshee3d.com) **************************************************// //**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************// #pragma once #include "BsEditorPrerequisites.h" #include "Utility/BsM...
[ "bearishsun@gmail.com" ]
bearishsun@gmail.com
fccec5433b52325adced41b26025593afa91cf3d
cdcc47b671c1b3b6a213e4572b6d77a6fb111ead
/gen/common.h
c2407496e7bba9a9449ebce1144e2cd1791b76e1
[ "MIT" ]
permissive
yxtj/Daiger
8b15ba523243d27aedab8560e55bd0c7c65ac255
d98edea4618223f6a8f89482c88be783dfaf9983
refs/heads/master
2021-08-29T05:06:00.404268
2018-03-17T10:07:51
2018-03-17T10:07:51
94,643,636
0
0
null
null
null
null
UTF-8
C++
false
false
1,239
h
#pragma once #include <utility> #include <string> #include <fstream> #include <vector> #include <unordered_map> struct Link{ int node; float weight; }; inline bool operator==(const Link &a,const Link &b){ return a.node == b.node; } inline bool operator<(const Link &a,const Link &b){ return a.weight < b.weight; } ...
[ "yanxiangtianji@gmail.com" ]
yanxiangtianji@gmail.com
5e40363acd9b392b5968731a371911ce6918e66b
dcc1f8818a0b5cd6d7dc5a0648f75261d2f68b99
/src/net.cpp
34c1feb4bd047e280417a628f25e978ae0653d8b
[ "MIT" ]
permissive
superskynet/superskynet
3c320dd092bf9abdb315ce59c8250f951a9d9128
cc834a46a00998b79666d36fa2151e95fd8e3855
refs/heads/master
2021-01-21T02:10:53.620670
2017-09-22T08:00:01
2017-09-22T08:00:01
101,882,412
3
1
null
null
null
null
UTF-8
C++
false
false
56,418
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "chainparams.h" #include "db.h" #include "net.h" #include "main.h" #inclu...
[ "yelongbao@126.com" ]
yelongbao@126.com
9040b05614fa96d1dca92069935cc68b9a51222f
47085355c36a75fbfda1562ca79c14079adab973
/main.cpp
c8178121ea66f9ca6ee17485f5ef2381e7e3fa90
[]
no_license
FiliusBonacci/program1
3cab9d9986b009a73a47592f6480eba63b8cc8a3
be6a3d7cd3ac9d7acf050cf4f77683f1f6d78c43
refs/heads/master
2016-08-12T23:19:56.142902
2016-03-18T18:57:42
2016-03-18T18:57:42
54,209,029
0
0
null
null
null
null
UTF-8
C++
false
false
2,595
cpp
#include <iostream> #include <ctime> #include <cstdlib> #include "Adres.h" #include "Data.h" #include "Osoba.h" #include "Praca.h" using namespace std; int main() { //-------------------------------------- time_t t = time(0); // get time now struct tm * now = localtime( & t ); /*cout << (now->tm_...
[ "FiliusBonacci@interia.pl" ]
FiliusBonacci@interia.pl
cbb4f48b4f79afc0d2b66e9f5ccd582051de6c6a
c0dd9bc07689609abcd8e4fc292d489213c9e54d
/src/GameManager.cpp
cfd2a22b9bbe34ddeb4da693466ccaff51f5db57
[]
no_license
hLudde/RPGPlusPlus
363a5aca8b49fa090086022ee336b2cfc9209e86
7b5efd65f794e714b62ebc06da715274db807a9c
refs/heads/master
2020-04-16T19:26:50.208200
2019-01-15T18:18:16
2019-01-15T18:18:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,041
cpp
// // Created by hansl on 15/01/2019. // #include <iostream> #include "GameManager.h" GameManager::GameManager() { std::cout << "How many players do you wish?" << std::endl; std::cin >> players; std::cin.clear(); std::cin.ignore(std::numeric_limits<std::streamsize>::max(), '\n'); init(); prin...
[ "hansludvig@hotmail.no" ]
hansludvig@hotmail.no
3dd3663592c51fc3ab92b574ba412342eb8a64a3
06567efe9fba2568cf6453c7afff2278ebd8f764
/src/tool-kernify.cpp
0076a8aa87421f6d416453d85085f721c0d4d089
[]
permissive
craigsapp/humlib
c2cf553cab58dd17a049d72f028197f4cddc5b12
9e633fb0ef8eeb4e713386afb57ecccdedc5cdbc
refs/heads/master
2023-08-31T18:23:20.791857
2023-08-23T13:41:35
2023-08-23T13:41:35
40,472,572
28
9
BSD-2-Clause
2023-07-10T14:03:30
2015-08-10T08:50:40
C++
UTF-8
C++
false
false
6,991
cpp
// // Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu> // Creation Date: Tue Mar 21 14:41:24 PDT 2023 // Last Modified: Tue Mar 21 14:41:30 PDT 2023 // Filename: tool-kernify.cpp // URL: https://github.com/craigsapp/humlib/blob/master/src/tool-kernify.cpp // Syntax: C++11; humlib // vim...
[ "craigsapp@gmail.com" ]
craigsapp@gmail.com
ef434cfa3645fd77943cd4eca06b02ac37000704
559b4538b212cc5d063710cc888a45f7a1b0f589
/gpsserial.cc
fc063b6b9623e799b04ab7ca3682581411812986
[]
no_license
Koliko1/Kismet-Wireless
65ebc3f0c9216f10789f3e05d06d54c76ed68ec6
c25532d19472c3451a700f6ca1b66582121e0922
refs/heads/master
2020-04-09T17:24:18.854379
2016-09-12T13:21:24
2016-09-12T13:31:25
68,010,574
1
1
null
null
null
null
UTF-8
C++
false
false
10,604
cc
/* This file is part of Kismet Kismet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Kismet is distributed in the ...
[ "agagah.fabrice@gmail.com" ]
agagah.fabrice@gmail.com
d86c32644bfbf954da528e275a0142b9c89a1626
1e006c14837be0e7b6ed9a0f5870907638dfd402
/usr/local/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/include/synosmartblock.hpp
b4728c16b7a4b1a5eacd69831b0b950cfc4eac29
[]
no_license
slowfranklin/synology-ds
b9cd512d86ffc4d61949e6d72012b8cff8d58813
5a6dc5e1cfde5be3104f412e5a368bc8d615dfa6
refs/heads/master
2021-10-24T01:38:38.120574
2019-03-20T13:01:12
2019-03-20T13:01:12
176,933,470
1
1
null
null
null
null
UTF-8
C++
false
false
7,509
hpp
/* Copyright (c) 2000-2016 Synology Inc. All rights reserved. */ #pragma once #ifndef __cplusplus #error "This header file is c++ only" #endif #include <string> #include <vector> #include <boost/config.hpp> #include <synosmartblock.h> namespace SYNO { class SmartBlock { BOOST_DELETED_FUNCTION(SmartBlock(const Sm...
[ "slow@samba.org" ]
slow@samba.org
20f2679b3138d65c521f1dbdcf72324d9e797947
dc4b164e14034ea26c27259f7aa9c96584fc1d1e
/rttim-master/Client/global.cpp
0c5618a36186f27bc6947ad3fcb1221cd61ac1fa
[]
no_license
hlyces/teamtalk_TT
c3f4b2b92a3758ffa3d132c5a2605a3c3b15e7a6
e31d80694170045836a78131737148c51d344c4f
refs/heads/master
2021-01-20T23:09:03.304309
2015-12-28T07:03:22
2015-12-28T07:03:22
43,662,835
0
1
null
null
null
null
UTF-8
C++
false
false
4,066
cpp
#include "stdafx.h" #include <stdio.h> #include <string.h> #include "global.h" CPackIn::CPackIn(void) { m_nReadPos = 0; m_pBuf = NULL; } CPackIn::~CPackIn(void) { } const CPackIn& CPackIn::operator>>(int& nData) { nData = *(int*)(m_pBuf + m_nReadPos); m_nReadPos = m_nReadPos + sizeof(int); return *this; } con...
[ "heyihua@dffx.com" ]
heyihua@dffx.com
c686e3fb6d0682106d963a701e15705e10abab82
f8a385d87cb26b2262ec04e19f90fdc8a48c143a
/Algorithm/Baekjoon/Samsung_test/16236. 아기 상어.cpp
7dd87791900256bad25a8f0461e1444ddec698be
[]
no_license
LightHuii/Algorithm
ea32b3ea582f918caf155d550f229227047d9c36
ada193ea5e54776961239d95893716ac53dfd48a
refs/heads/master
2020-05-20T11:45:56.344382
2019-10-07T03:58:17
2019-10-07T03:58:17
185,556,834
1
1
null
null
null
null
UHC
C++
false
false
3,530
cpp
#include<iostream> #include<algorithm> #include<memory.h> #include<vector> #include<queue> using namespace std; #define MAX 20 int map[MAX][MAX]; bool visited[MAX][MAX]; int N, M; int weight = 2; int shark_time = 0; int shark_cnt = 0; int Y, X; //상어의 좌표 int dy[] = { -1,0,0,1 }; //북, 서, 동, 남 int dx[] = { 0,-1,1,0 }; ...
[ "woonghee16@gmail.com" ]
woonghee16@gmail.com
690c533b017ef7a69b4603b21e96727845bc7a65
04b1803adb6653ecb7cb827c4f4aa616afacf629
/components/exo/layer_tree_frame_sink_holder.h
c1d9ebdbc4d0b789f491915e4b5a32732d04dae9
[ "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
3,504
h
// 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. #ifndef COMPONENTS_EXO_LAYER_TREE_FRAME_SINK_HOLDER_H_ #define COMPONENTS_EXO_LAYER_TREE_FRAME_SINK_HOLDER_H_ #include <memory> #include "base/container...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
f63a261c58dd473161db7297d8772fbf87c64fb8
83ac9af4ce52cd3b18279d5bafe11a2754cb0f2d
/kvcg_stuff/include/RequestWrapper.hh
abbdf008de1fa364514b6ef8af1f175008f6d314
[]
no_license
CSE-498-011-SP21/common
c0aac54b815bb99329c8cd605030045dd2f187cd
e569b37ccb08b04ff934982a17a2ddb524f7d397
refs/heads/main
2023-04-21T22:07:01.817509
2021-04-20T12:29:12
2021-04-20T12:29:12
340,138,737
0
0
null
null
null
null
UTF-8
C++
false
false
3,880
hh
// // Created by depaulsmiller on 3/16/21. // #include "SerDes.hh" #include "data_t.hh" #include <iostream> #ifndef COMMON_REQUESTWRAPPER_HH #define COMMON_REQUESTWRAPPER_HH template<typename K, typename V> struct RequestWrapper { K key; K endRange; V value; unsigned requestInteger; }; template<> in...
[ "dsm220@lehigh.edu" ]
dsm220@lehigh.edu
0455b2ea2358bba5d9f2fe26edb9586c19832171
bf87f6d397edb9d013a7509a4e049e35fc77b5d5
/Source/ActionRPG/Public/Items/RPGItem.h
031fbfb8d5fb9daffeef365b7d9fe64703022be5
[]
no_license
unununununununun/ActionRPG
81b1b6391ed3a9e6cc58e063fdc83a0a997a9608
87dbde3ed988205a08cc3398013913e15644f79d
refs/heads/master
2022-01-08T12:56:28.656489
2019-06-24T22:21:01
2019-06-24T22:21:01
193,251,538
1
0
null
null
null
null
UTF-8
C++
false
false
2,154
h
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #pragma once #include "ActionRPG.h" #include "Engine/DataAsset.h" #include "Styling/SlateBrush.h" #include "RPGAssetManager.h" #include "RPGItem.generated.h" class URPGGameplayAbility; /** Base class for all items, do not blueprint directly */ UCLASS(Abst...
[ "exebytche@gmail.com" ]
exebytche@gmail.com
7a53c91587a07364541b95c915be995d84cb0af2
89ff3430b9a6e3e14d6cc68ddc1073cbb7680d81
/src/Interpreters/InterpreterShowAccessEntitiesQuery.h
5e20bdfa231e7ce2399f659d5bc111baf0cb10fb
[ "Apache-2.0" ]
permissive
Cookerjin/ClickHouse
bfb50755d73a35b04e7ce13598cd6bfd6ba0c497
13b225799ec4a136dcfd08b1d5209be3cc7dba55
refs/heads/master
2022-10-24T17:18:23.073108
2020-06-09T22:48:58
2020-06-09T22:48:58
271,154,466
1
0
Apache-2.0
2020-06-10T02:12:19
2020-06-10T02:12:19
null
UTF-8
C++
false
false
568
h
#pragma once #include <Interpreters/IInterpreter.h> #include <Parsers/IAST_fwd.h> namespace DB { class Context; class InterpreterShowAccessEntitiesQuery : public IInterpreter { public: InterpreterShowAccessEntitiesQuery(const ASTPtr & query_ptr_, Context & context_); BlockIO execute() override; bool i...
[ "vitbar@yandex-team.ru" ]
vitbar@yandex-team.ru
e5a6750835a514f841d65b525026d89cb8ac2194
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/02/d1f262a75b1d25/main.cpp
1ecda91de55249c661d3dc664ad7d6bf061ee8f2
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
1,671
cpp
#include <iostream> #include <map> #include <stdexcept> typedef double float64_t; namespace neuralnetwork { class IConnection { float64_t _value = 0.0; public: IConnection( float64_t v ) : _value(v) {} const float64_t & get() const {...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
be46dbd96c05a291761715c1a44ac1e60fec61b0
aa1715249d62f07bbe9ad96a7dc60398298b2993
/List10/BufferOverflow/test.cpp
a0af4ca859362e429269f89721fce05d9ecc6fe2
[]
no_license
BlackEtude/Computer-security
e934dbc7705ba20246f96e2f837f03d75155a930
8921a05d6c08e8a3660a2248fec917968b447c21
refs/heads/master
2021-03-22T04:02:10.152178
2018-10-27T07:18:37
2018-10-27T07:18:37
107,356,695
0
0
null
null
null
null
UTF-8
C++
false
false
600
cpp
// // Created by pandemic on 06.01.18. // #include <stdio.h> #include <string.h> #include <cstdlib> #include <fstream> #include <iostream> int main(int argc, char* argv[]) { char buff[15]; int pass = 0; printf("\n Enter the password : \n"); gets(buff); if(strcmp(buff, argv[1])) { std::cou...
[ "229726@student.pwr.edu.pl" ]
229726@student.pwr.edu.pl
13dd82d4fc2904241a6663a05df1b1192fae2007
5b1dd5d3cc755696c75a423da841daf2aa39afb5
/aliyun-api-drds/2015-04-13/src/ali_drds_describe_drds_db.cc
97fd223b1c4da60ba8daab8f7f9e019987802846
[ "Apache-2.0" ]
permissive
aliyun-beta/aliyun-openapi-cpp-sdk
1c61ffd2f0f85fb149ba9941c77e193f5db4d364
5e708130870a27e0c749777118f9e26ace96e7d9
refs/heads/master
2016-08-12T06:21:57.634675
2015-12-15T08:14:59
2015-12-15T08:14:59
47,530,214
5
4
null
null
null
null
UTF-8
C++
false
false
3,686
cc
#include <stdio.h> #include "ali_api_core.h" #include "ali_string_utils.h" #include "ali_drds.h" #include "json/value.h" #include "json/reader.h" using namespace aliyun; namespace { void Json2Type(const Json::Value& value, std::string* item); void Json2Type(const Json::Value& value, DrdsDescribeDrdsDBDataType...
[ "zcy421593@126.com" ]
zcy421593@126.com
7801f385ac7d3c1be0c2c5b101e397e96b7a3d17
ee1423adcd4bfeb2703464996171d103542bad09
/dali-toolkit/dali-toolkit/internal/builder/builder-declarations.h
b0e28a2d6c1d48782b0ded9be408af169983e38e
[ "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,662
h
#ifndef __DALI_TOOLKIT_BUILDER_DECLARATIONS_H__ #define __DALI_TOOLKIT_BUILDER_DECLARATIONS_H__ // // 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 L...
[ "sak0909@outlook.com" ]
sak0909@outlook.com
4871fb0971745c4ee5c35d7df386612f51181907
2984c522eb7d60d4693f18ccbe05c601536df8b2
/CharacterRaid/Base_3D/BossDeathEffect.h
e53908384a1a125abdd62d8fcb8e04386c97e975
[]
no_license
denialboy1/CharacterRaid
9aee568ffc44e2a5be21d8451118a13e4c894cd4
69a37b01f404c42294791844f87938c54235e515
refs/heads/master
2021-05-21T20:49:31.630005
2020-04-03T17:40:05
2020-04-03T17:40:05
252,794,992
0
0
null
null
null
null
UTF-8
C++
false
false
300
h
#pragma once #include "Billboard.h" class BossDeathEffect : public Billboard { public: BossDeathEffect(); ~BossDeathEffect(); void Initialize(D3DXVECTOR3 _pos, D3DXVECTOR3 _size); void Destroy(); void Update(D3DXVECTOR3 pos); void Render(); void Start(D3DXVECTOR3 _pos); void Reset(); };
[ "denialboy@naver.com" ]
denialboy@naver.com
8ef3e0d5fbb4f6d7dacbe19d341d67bd1f0e2db9
1fa0ad6f31b2fc678f6bf740872c8ae714912d71
/stl_source_code/stl_algobase.h
8373c10694ea8a65ef10dc1d827b26a2b604b9a5
[]
no_license
MingYueRuYa/cprimeprimecode
424989bae3e619f263e6f6cb790c65895eca20f8
1d328a1d89f7fb889d17ef1951988cbe405c8cb6
refs/heads/master
2023-07-19T19:38:39.048050
2023-07-13T11:29:10
2023-07-13T11:29:51
40,421,455
6
3
null
null
null
null
UTF-8
C++
false
false
14,101
h
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this permiss...
[ "635672377@qq.com" ]
635672377@qq.com
936203635330b9c65e802b72b92acedfb2b50a1c
eb2f8b3271e8ef9c9b092fcaeff3ff8307f7af86
/Grade 10-12/2018 autumn/NOIP/NOIP2018提高组Day1程序包/GD-Senior/answers/GD-0145/road/road.cpp
899c41ce7bd43a828ca65ee8941c00cc4327d036
[]
no_license
Orion545/OI-Record
0071ecde8f766c6db1f67b9c2adf07d98fd4634f
fa7d3a36c4a184fde889123d0a66d896232ef14c
refs/heads/master
2022-01-13T19:39:22.590840
2019-05-26T07:50:17
2019-05-26T07:50:17
188,645,194
4
2
null
null
null
null
UTF-8
C++
false
false
966
cpp
#include<iostream> #include<cstdio> #include<algorithm> #include<cmath> #include<vector> #include<cstdlib> #include<cstring> using namespace std; int n,a[100005]; long long ans=0; int main() { freopen("road.in","r",stdin); freopen("road.out","w",stdout); scanf("%d",&n); int min1=10001; for(int i=1;i<=n;i++) { s...
[ "orion545@qq.com" ]
orion545@qq.com
947913e33badbb4c533ef35bcad14076bc76fe4f
d911d765266b1cc50d4c4a9b62f86290a3de07ea
/src/Sound.h
cd6109014184c85d0e76246a8299d613b106e250
[ "MIT" ]
permissive
monalikathane/Morse-Code-Converter-Qt5
51348a15bc8f39aba24c01318e8a624299a03be1
b73371444989eb2918b7dc9c6566689b58df9d0b
refs/heads/master
2022-11-06T13:16:40.775728
2020-06-18T11:55:52
2020-06-18T11:55:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,414
h
#ifndef SOUND_H #define SOUND_H #include <QObject> #include <QPlainTextEdit> #include <QMediaPlayer> #include <QSoundEffect> class Sound final : public QMediaPlayer { Q_OBJECT public: explicit Sound(QPlainTextEdit *textEdit, QPlainTextEdit *userText, bool *toText, QObject *parent = null...
[ "szymon1999-13@o2.pl" ]
szymon1999-13@o2.pl
68152bcfcc48522c8d9e13a2b3c3bc13084c8840
1025bc2aa5aaa40970ad1a51d8d0b1202a1ea11e
/PatTools/interface/HZZ4LAngles.h
303b30f30a159bbe609171cf40530adfe51cebf0
[]
no_license
uwcms/FinalStateAnalysis
f2be318546728621676a4b90ed2678b2560c94e6
bcb164a8e27d459a9ac438780f6c8730d3e856bf
refs/heads/miniAOD_9_4_0
2022-11-09T01:28:52.199025
2019-03-15T19:25:10
2019-03-15T19:25:10
5,201,989
5
32
null
2020-11-19T17:02:32
2012-07-27T07:51:18
Python
UTF-8
C++
false
false
25,040
h
#ifndef HZZ4LANGLES_H #define HZZ4LANGLES_H //system includes #include <memory> #include <string> #include <map> #include <fstream> #include <vector> #include <cstdlib> #include <algorithm> #include <stdlib.h> #include <cmath> #include <iomanip> #include "TROOT.h" #include "TH1.h" #include "TH2.h" #include "TTree....
[ "Silvia.Taroni@cern.ch" ]
Silvia.Taroni@cern.ch
62604b748997faf04ff4352482927bb4df7683ba
a46400e00852a50d520994e2784834ca1662ca41
/CPPNinjaMonkey/src/lib/net/PeerServerConnectionListener.h
29e67f0f7d71a135d7e60fcbe659bb9752060f2b
[]
no_license
j0rg3n/shadow-ninja-monkey
ccddd252da672d13c9a251c687d83be98c4c59c8
aac16245be849e109f5e584bf97a4e6443860aba
refs/heads/master
2021-01-10T10:28:39.371674
2011-02-06T21:12:56
2011-02-06T21:12:56
45,484,036
0
0
null
null
null
null
UTF-8
C++
false
false
706
h
#pragma once #ifndef PEERSERVERCONNECTIONLISTENER_H_INCLUDED #define PEERSERVERCONNECTIONLISTENER_H_INCLUDED #include "boost/cstdint.hpp" #include "boost/function.hpp" #include "Socket.h" // ----------------------------------------------------------------------------- class PeerServerConnectionListen...
[ "j0rg3n@gmail.com" ]
j0rg3n@gmail.com
856f4ac064b2a7cd23a8dbed6331ea7f3fd564b1
86dd5a9776218998e223b08c0e31ad1ac959339a
/src/264/include/H264AVCCommonLib/SequenceParameterSet.h
e87c312cbeff065cdd77bd0a0c875dddd8763093
[]
no_license
sup4r/HD_Player_3D
76b2cd0504cfea91403d24590e299a9422460894
d7908b7d48143007f59304111161a9174315203d
refs/heads/master
2021-12-09T11:48:29.216357
2016-05-14T21:51:13
2016-05-14T21:51:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
26,951
h
/* ******************************************************************************** NOTE - One of the two copyright statements below may be chosen that applies for the software. ******************************************************************************** This software module was originally develop...
[ "gaohaoning@163.com" ]
gaohaoning@163.com
3f3d38a1a7c6d755aa456f7dfd93e5bb4568755b
a3df0aaa9d421e8dc429089547d619fa50487ab3
/src/version.cpp
297eba740b6da1c769f866148a6a29b6efa6b7fa
[ "MIT" ]
permissive
taoblockchain/tao-core
403871ecaf50950f81f91c26a25f012fd9cc1be5
0bf6de9d801edd6bd05b358f34460c137ebcb5e3
refs/heads/master
2021-07-12T11:33:15.200527
2020-07-22T07:49:26
2020-07-22T07:49:26
60,737,290
23
21
MIT
2020-01-16T20:09:00
2016-06-08T23:21:49
C++
UTF-8
C++
false
false
2,564
cpp
// Copyright (c) 2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <string> #include "version.h" // Name of client reported in the 'version' message. Report the same name // for both bitco...
[ "bryce@altsystem.io" ]
bryce@altsystem.io
67ffa6734043c68cbc7dcfd076e0e83c0363daa4
6e0001e2b71851a7d9af75cead49c8a43177f598
/beginner_files/for_break_continue/main.cpp
8016a9b1e971d68bf3a34f795614c3895abd3a0f
[]
no_license
inakbk/Fys-3150
9ec41ee29956a88871b242349d410f37931ef746
802eb2af5e3bac9d6edbb8ce032cdd6cfa0ecd19
refs/heads/master
2020-06-05T17:33:07.559385
2015-10-21T16:32:12
2015-10-21T16:32:12
41,484,180
0
0
null
null
null
null
UTF-8
C++
false
false
874
cpp
#include <iostream> using namespace std; int main() { for(;;) // an infinite loop, could use while(true) { cout << "Enter two integers: " << endl; int Num1 = 0, Num2 = 0; cin >> Num1; cin >> Num2; cout << "Do you wish to correct the numbers? (y/n): "; char Chan...
[ "ikkullma@student.matnat.uio.no" ]
ikkullma@student.matnat.uio.no
174a4a6796ee1e875c3a8539e3aa24259f7d99f4
ef9e15db20a82b4d5e22caae4d7a5065a65cff27
/CPP_166(흐름상태(streamStates)와 입력유효성(inputValidation) 검증)/CPP_166/main.cpp
b10673607dfa622f09a54f98d1a7cf4683dd792f
[]
no_license
jinseongbe/cpp_study
62a0b688a8f6b27f02449686a3a05dd053632f2f
37be65a75eb33516a4b4434a05975ed61fce7194
refs/heads/master
2023-04-10T17:32:03.788508
2021-04-18T14:35:07
2021-04-18T14:35:07
354,449,067
0
0
null
null
null
null
UTF-8
C++
false
false
2,498
cpp
#include <iostream> #include <cctype> #include <string> #include <bitset> using namespace std; void printCharacterClassification(const int & i) { cout << boolalpha; cout << "isalnum " << bool(std::isalnum(i)) << endl; // integer값으로 return 해줌 cout << "isblack " << bool(std::isblank(i)) << endl; // 맨 ...
[ "jinseongbe@google.com" ]
jinseongbe@google.com
d1f44e680b4f7a6146d1df65e0a7035c9bbf9ca8
ee2e0076b5272653e786875d719b2a57f2e0869b
/Controller/Controller.ino
38d0cc4580c909d5203b6e8faab9d208508fadfd
[ "MIT" ]
permissive
EEJeffMan/Runt_Rover
6a874d7db7d6ecfb1bba5ecb52008ea99be68c7c
77f9585b242718747ce06948c460faa18439400b
refs/heads/master
2021-01-20T06:28:20.063309
2019-03-03T14:10:43
2019-03-03T14:10:43
89,882,350
0
0
null
null
null
null
UTF-8
C++
false
false
5,770
ino
/* * Title: Controller * * Author: EEJeffMan * * Description: Receiving control command from joystick, encoding it into a byte and sending it to Xbee via UART (software serial) * * Hardware: * Controller: Arduino pro 328 3.3V * Sparkfun xbee shield * Prallax analog joystick soldered...
[ "EE.JeffMan@gmail.com" ]
EE.JeffMan@gmail.com
4f1641071d0df1e4cae71614ceab68ca40d2a9ef
01dfdaf733487dc882f1102927b938af7308c0d5
/Classes/demo_10.16/GameManager.h
aed743d381c5268781372162f027128c096a6165
[]
no_license
tieunun/Grow
7909f75686eb0b711223b341b7cd0f8d486b4819
a13ee42eabf3717f1b3f33b1b9ad5d19536c9e5f
refs/heads/master
2021-01-15T20:58:05.349953
2014-11-01T14:59:11
2014-11-01T14:59:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,192
h
#ifndef __PlantOri__GameManager__ #define __PlantOri__GameManager__ #include "MapGrid.h" #include "ScenePageView.h" #include "GameLogo.h" #include "ContorlPoint.h" #include "AchievementUi.h" #include "LayerBorder.h" #include "Box2D/Box2D.h" #include "PhysicsHandler.h" class SceneGame; class LayerPlant_1; class LightN...
[ "pinle2006@163.com" ]
pinle2006@163.com
f626e9234950388b0e081326727c9260177c7c56
213e7bbad434428a538b943b6bd510f98db380b7
/lib/promise.h
4d9f7334a639e172f207c68b60afdaf21ec05c4a
[]
no_license
wiktortomczak/sumo
9ae8ad6f8f83eb3d8160470c535b55a47b23a52b
b18eec1bf25665c76e5fc2d5b3ea40c4a29828c6
refs/heads/master
2023-06-24T08:18:50.886930
2023-06-12T16:37:34
2023-06-12T16:37:34
247,981,198
0
0
null
null
null
null
UTF-8
C++
false
false
5,386
h
#pragma once #include <functional> #include <memory> #include <utility> #include "lib/promise-impl.h" #include "lib/template_metaprogramming.h" // Result of a (future) computation. A value (to be) produced by some code. // Abstracts away the difference between a result already computed and a result // to be comput...
[ "wiktor.tomczak@gmail.com" ]
wiktor.tomczak@gmail.com
ce7f669c313108c036c0b1a170bb5d6df0da7fed
0d88c9b58f02e130a235c705828e184bd682b951
/LibInjector/exports.h
5b3c9ceead3885dbde8a70c2ef0134b047e807a4
[ "MIT" ]
permissive
HOOK007/Injector
3667bcb0c4ac1cb6aca190e0fe72e546bff9c710
d5f49e5fb106963508946d3f99cd8ca29c706105
refs/heads/master
2023-01-19T23:18:11.452932
2020-11-30T18:05:54
2020-11-30T18:05:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,049
h
#pragma once #include <Windows.h> #include <string> #include <list> #define LIB_EXPORT extern "C" __declspec(dllexport) #define _STATUS_OKAY_ 1 #define _CANNOT_GET_HANDLE_TO_PROCESS_ 11 #define _CANNOT_QUERY_SYSTEM_HANDLES_ 12 #define _CANNOT_QUERY_SYSTEM_OBJECT_TYPES_ 13 typedef const void(_stdcall* const...
[ "nahashonmwongera@hotmail.com" ]
nahashonmwongera@hotmail.com
5aa1d1671227abceb55d8d736669e61ede5f80e7
6680f8d317de48876d4176d443bfd580ec7a5aef
/Header/Adapters/IVolumeDataAccess.h
62db0559cad2b341967d01c7217cab13df046b51
[]
no_license
AlirezaMojtabavi/misInteractiveSegmentation
1b51b0babb0c6f9601330fafc5c15ca560d6af31
4630a8c614f6421042636a2adc47ed6b5d960a2b
refs/heads/master
2020-12-10T11:09:19.345393
2020-03-04T11:34:26
2020-03-04T11:34:26
233,574,482
3
0
null
null
null
null
UTF-8
C++
false
false
275
h
#pragma once #include "VolumeData.h" namespace parcast { class IVolumeDataAccess { public: virtual ~IVolumeDataAccess() = default; virtual void Insert(const VolumeData& data) = 0; virtual std::vector<VolumeData> GetBySolutionUid(const std::string& uid) = 0; }; }
[ "alireza_mojtabavi@yahoo.com" ]
alireza_mojtabavi@yahoo.com
8430e783ba2b0b15f8c2e1e8d0c814682bf5dff2
94ff8fe2d07526a12ef2f64a7284c5b90c995d3f
/swagger/sdrangel/code/qt5/client/SWGFCDProPlusSettings.h
d3ed6060c3e97a8d1ca5ed290b412669e16fde29
[]
no_license
DD5HT/sdrangel
55cea976dce126f821ad47e39733def206dffeaa
a5411cf52e058acbb2890097a73b1f03c2336081
refs/heads/master
2020-03-29T14:43:37.770450
2018-09-23T22:33:37
2018-09-23T22:33:37
150,030,580
1
0
null
null
null
null
UTF-8
C++
false
false
4,225
h
/** * SDRangel * This is the web REST/JSON API of SDRangel SDR software. SDRangel is an Open Source Qt5/OpenGL 3.0+ (4.3+ in Windows) GUI and server Software Defined Radio and signal analyzer in software. It supports Airspy, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube --- Limitations an...
[ "f4exb06@gmail.com" ]
f4exb06@gmail.com
db9bbc213c9b0ee08e0069bbee8beb96847422a0
462f55b9dca6654eeca783bfeb437bfc7ac5ed8c
/RFID_test/RFID_test.ino
b6b57ce2618a369231ba569750596f158cc7a4cf
[]
no_license
abzman/RFID-entry-system
e967be0024a1ddaf438288663a0210fb732eaf11
792164b4bd7955db2bdfffb1b9855eda746c59be
refs/heads/master
2020-12-24T13:29:10.670786
2014-06-15T09:14:58
2014-06-15T09:14:58
9,206,748
0
1
null
null
null
null
UTF-8
C++
false
false
4,319
ino
//RFID test code for i3Detroit RFID entry system //only reader 2 is implemented //outputs to serial port //outputs to a web server at 192.168.1.177 #include <WIEGAND26.h> // Wiegand 26 reader format libary #include <SPI.h> #include <Ethernet.h> // Enter a MAC address and IP address for your controller below. // T...
[ "abzman2000@gmail.com" ]
abzman2000@gmail.com
16cc5bb7a48cc7cf3ee0c09154220eebe2c2d8dc
13e9d4399905468bf645a149701248fe53c75652
/Data_Structure/Tree/recur/687. Longest Univalue Path (Easy)/main.cpp
90ffd49e3ceaae82216302f8d6314b95a62213b1
[]
no_license
Seottle/Leetcode
a823af7bbea573eff1471f84285cf96d29e72a3d
b7d74ea0bf3d02fd3cd9e36684b11b45c37a2561
refs/heads/master
2023-03-31T20:55:41.754016
2021-04-13T07:51:48
2021-04-13T07:51:48
307,404,903
0
0
null
null
null
null
UTF-8
C++
false
false
698
cpp
class Solution { private: int ans = 0; public: int recur(TreeNode* root) { if(root == nullptr) return 0; int Left = recur(root -> left); int Right = recur(root -> right); int arrowLeft = 0, arrowRight = 0; if(root -> left != nullptr && root -> val == root -> left -> val) ...
[ "874688169@qq.com" ]
874688169@qq.com
3b1e1c52093140c1a54b039ab7dc0a4084360cdc
36183993b144b873d4d53e7b0f0dfebedcb77730
/GameDevelopment/Game Programming Gems 5/Section5-Graphics/5.03-Widgets_Brownlow/world.h
a4900e610c940973dccbd5ffda6c44fea26acb3d
[]
no_license
alecnunn/bookresources
b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0
4562f6430af5afffde790c42d0f3a33176d8003b
refs/heads/master
2020-04-12T22:28:54.275703
2018-12-22T09:00:31
2018-12-22T09:00:31
162,790,540
20
14
null
null
null
null
UTF-8
C++
false
false
943
h
#ifndef _WORLD_H #define _WORLD_H class CWorld { public: CWorld(); ~CWorld(); bool Create( CD3DHelper *pD3D ); void Destroy(); void Draw(); void GetBoundingBox( D3DXVECTOR3 extents[2] ); float GetHeight( const float *pPos ); float GetColorChannel( const float *pPos, u32 uChannel ); protected: bool ...
[ "alec.nunn@gmail.com" ]
alec.nunn@gmail.com
2a1ac0df9e34b2cca3d5edaffb083184aa1bf667
3e3fe4344120006c3fd3664865eba160ae66a013
/GameEngine/TimerManager.cpp
bbfdf13cbba865a0900174f2fa7a095801a53493
[]
no_license
Kumazuma/3D_Project
f627f20c5c89d3e8f2adbb10d1ab8cb6a655f1ac
4e38afd3de5a8a6cfb589adf5e73bb7d5772af33
refs/heads/master
2023-03-16T14:06:46.254172
2021-03-02T09:46:24
2021-03-02T09:46:24
314,772,394
0
0
null
null
null
null
UTF-8
C++
false
false
3,946
cpp
#include "pch.h" #include "./include/game/TimerManager.hpp" #include "typedef.hpp" #include <Windows.h> std::shared_ptr<Kumazuma::Game::TimerManager> Kumazuma::Game::TimerManager::s_pInstance = nullptr; std::shared_ptr<Kumazuma::Game::TimerManager> Kumazuma::Game::TimerManager::Instance() { return s_pInstance; } ...
[ "qweads12@gmail.com" ]
qweads12@gmail.com
6ec02ea453d9479a73a5435e9788e1f02dbbda72
c553653055484396b58b934bb1f6487a834ab3cf
/Code/QPConstructor.h
cda1726c2939b5e56edfabddaaf24c051761a422
[]
no_license
prasaadem/Tiny-SQL-Interpreter
2cb60cbf901cc41a41cabe9f41c4c4878dd23f60
24be257205f83d542475adf67d605dbb57b2c658
refs/heads/master
2021-01-09T05:59:56.397887
2017-02-04T01:50:51
2017-02-04T01:50:51
80,884,950
2
0
null
null
null
null
UTF-8
C++
false
false
962
h
#ifndef _QPCONSTRUCTOR_H #define _QPCONSTRUCTOR_H #include <algorithm> #include "Block.h" #include "Config.h" #include "Disk.h" #include "Field.h" #include "MainMemory.h" #include "Relation.h" #include "Schema.h" #include "SchemaManager.h" #include "Tuple.h" #include "RelationSender.h" #include "Process.h" #include ...
[ "prasaadem@gmail.com" ]
prasaadem@gmail.com
ef0ac09d9fe6ee030c667d355763d758c66ae1c3
eaddaf38eb3389318072992bdbd2488ead6b9c90
/ArduinoCode/i2c_MMA8451_Test2/i2c_MMA8451_Test2.ino
8cf95ea5d5f942351ed9eec5d21650fc555fa15f
[]
no_license
JasmineGranot/ArduinoWorkshopFireBase
3a49bf07d7b7078826818ccbe8913cde42f84982
8de132ba637c659355738462d15c974ae0ce6f2b
refs/heads/master
2022-12-17T22:48:08.953727
2020-09-09T10:46:29
2020-09-09T10:46:29
282,170,872
1
3
null
2020-09-09T10:46:30
2020-07-24T08:53:16
Java
UTF-8
C++
false
false
2,299
ino
#include <Wire.h> #include "i2c.h" #include "i2c_MMA8451.h" MMA8451 mma8451; unsigned long currentTime = 0, timeAtFall = 0; float currentAcc = 0; int fallCount = 0; float maxFallValue = 0; const float upperThreshold = 6.00; const float lowerThreshold = 3.00; const int delayTime = 50; void setup() { Serial.begin(...
[ "veredh12@hotmail.com" ]
veredh12@hotmail.com
efda31baf2266db213bff771866c6ed05a83b309
fa9b15b92728f8ff38bb87f6a037e2013c4c6bf1
/utest_VerbalExpression.cpp
7ca12a8aaee5fceac3129cd1f5b477b2cfb3fc3c
[]
no_license
davidcorne/cpp-sandbox
1704754acb78e9435f8d26396638cb78ae7e986f
bd62a2f5fd7c5c038141a3c9ee92310ef185c642
refs/heads/master
2020-07-16T04:03:06.512572
2019-09-02T14:55:20
2019-09-02T14:55:20
205,714,653
0
0
null
2020-07-07T16:22:33
2019-09-01T18:12:45
C++
UTF-8
C++
false
false
4,486
cpp
//============================================================================= // // #include "Capabilities.h" #ifdef CAPABILITY_REGEX #include "VerbalExpression.h" #include <UnitCpp.h> //============================================================================= TEST(VerbalExpression, starts_with) { // Test...
[ "davidcorne@gmail.com" ]
davidcorne@gmail.com
3ecb3315e2a1c95c094c769b4d4428a303698b96
7c64360b6e32f8576344048db7b9938ea722dedd
/examples/UseXercesC/UseXercesC.cc
4f71443e00ecc25627a2216c2c8a57332cb19859
[ "Apache-2.0" ]
permissive
recepkandemir/opticks
4be08a9243c3e0abe82eca77be70178e6384e555
523387f7593676bab58de22d22049e650de3f5c3
refs/heads/master
2023-01-24T16:55:04.131498
2020-12-04T20:25:09
2020-12-04T20:25:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,567
cc
/* * Copyright (c) 2019 Opticks Team. All Rights Reserved. * * This file is part of Opticks * (see https://bitbucket.org/simoncblyth/opticks). * * 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 ...
[ "simoncblyth@gmail.com" ]
simoncblyth@gmail.com
0e2d4c829852d972824090ffebb78817b0d48a73
b646c468e936e8fd2f3392f4b9733e820750f66a
/Class/DiceStats/main.cpp
2af24743436d2c46c7a62aa58a582fa9219e52c0
[]
no_license
VillaJuan/VillalpandoJuan_40107
d815a1793976cefbe592e82e84c3a13c20e762bd
83184742027dd4fd5a6f47722e27775fa4a4670f
refs/heads/master
2021-01-12T03:00:19.349507
2017-01-20T11:51:38
2017-01-20T11:51:38
78,140,978
0
0
null
null
null
null
UTF-8
C++
false
false
2,289
cpp
/* File: main.cpp Author: Juan Villalpando Created on January 12, 2017, 11:05 PM Purpose: Statistics for Throwing 2 Dice */ //System Libraries #include <iostream>//Input Output Library #include <cstdlib> //Random numbers #include <ctime> //Time to set the seed using namespace std; //User Libraries //G...
[ "Juan Villalpando" ]
Juan Villalpando
65ba37707523972e922ef72933887241ba317e84
7f6d87326783fb2b8b74dd58aac7e7967f99a969
/iree/hal/vmla/vmla_executable.h
d74b11a06b7344305e62a0f3a3110923a8740552
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
rise-lang/iree
917c384936d942c0755f89c285baf913c914a9d3
46ad3fe392d38ce3df6eff7826cc1ab331a40b72
refs/heads/master
2023-02-16T08:41:27.066817
2020-08-15T16:49:05
2020-08-15T16:49:05
271,805,662
0
0
null
2020-06-12T13:32:17
2020-06-12T13:32:16
null
UTF-8
C++
false
false
2,622
h
// Copyright 2019 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
1c3dfb0af491d4aa81b5775dbaa947e915f35bfd
5e063a82a003c2ac8344c115796f2fba3241ccf4
/01.String/b2941.cpp
84c1bde87e9707cc369e683faf22ac9a80fd876f
[]
no_license
rheehot/Algorithm_cpp
776ad7020089d2d16aaa03225d073d8820497252
f353e07afa39540328e007f3daa1bb607c882cc4
refs/heads/main
2023-07-15T08:01:52.551532
2021-08-01T11:53:19
2021-08-01T11:53:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
853
cpp
#include <iostream> #include <string> using namespace std; int main() { string str; int cnt = 0; cin >> str; // scanf("%s", str); for(int i=0; i<str.length(); i++) { if(str[i] == 'c' && (str[i+1] == '=' || str[i+1] == '-')) { // c 뒤에 = 또는 - 문자가 오면 하나의 문자로 봐야하기 때문에 i를 증가시켜 i++; } else i...
[ "ykha9911@gmail.com" ]
ykha9911@gmail.com
1e50505fc1ee1440736105e61dd85181c630dca3
76ca3d9b02e0e7322dc0667b4a61cdc52300cb15
/main/client_main.cpp
29e54af90b293516a9f26315130d9dc859b92311
[]
no_license
chenchc/Fib2584_AI
6a03917ae774e01720a49d6f8a077e9bd04efae4
fc668e30882c29de992fce55ade341d5ab093505
refs/heads/master
2021-01-10T13:39:58.066417
2016-01-20T16:42:45
2016-01-20T16:42:45
43,686,697
2
0
null
null
null
null
UTF-8
C++
false
false
4,633
cpp
#include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h> #include <iostream> #include <cstdlib> #include <cstdio> #include <cstring> #include <string> #include <sstream> #include "../Fib2584/Typedefs.h" #include "../Fib2584/Stati...
[ "bryan830401@gmail.com" ]
bryan830401@gmail.com
47d2d277a375d476afdf7be2182a08dab10ee498
33b567f6828bbb06c22a6fdf903448bbe3b78a4f
/opencascade/IGESAppli_ElementResults.hxx
6539f1832bf6c6613f6ab42eeb672ed83a7982ac
[ "Apache-2.0" ]
permissive
CadQuery/OCP
fbee9663df7ae2c948af66a650808079575112b5
b5cb181491c9900a40de86368006c73f169c0340
refs/heads/master
2023-07-10T18:35:44.225848
2023-06-12T18:09:07
2023-06-12T18:09:07
228,692,262
64
28
Apache-2.0
2023-09-11T12:40:09
2019-12-17T20:02:11
C++
UTF-8
C++
false
false
7,170
hxx
// Created on: 1993-01-11 // Created by: CKY / Contract Toubro-Larsen ( Anand NATRAJAN ) // Copyright (c) 1993-1999 Matra Datavision // Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify...
[ "adam.jan.urbanczyk@gmail.com" ]
adam.jan.urbanczyk@gmail.com
ee2935b9a7296d50c1aad7f1c95fdf4c92527050
f010a1ece938bb80ce8613fb9ad7ce52a1909cd9
/opencv-2.4.11/modules/ocl/src/hog.cpp
5c67d2b26a2282e63f554b0d0ce1d8399dcd3b8c
[ "BSD-3-Clause" ]
permissive
rajkataria/ReliableResectioning
cc326a8265cc303684f4c1833e598eca95477193
5aa5499353318d7ca1ca88c0467c51981aebc0e5
refs/heads/raj.reliable-resectioning
2023-03-25T21:28:14.864968
2020-12-06T06:55:35
2020-12-06T06:55:35
222,261,304
34
8
null
2021-03-26T00:37:35
2019-11-17T14:32:27
C++
UTF-8
C++
false
false
119,722
cpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "rk2@illinois.edu" ]
rk2@illinois.edu
2f8c590da3247609d3bfd6b9a91b1366356d7bf4
4a81d8397891ffa8c955a63399f16d789bd52068
/GTCMT_iOSsharedLib/SharedLibrary/Juce Library/modules/juce_gui_basics/native/juce_win32_Windowing.cpp
9b3682049b42d640d1c03939637ef90c97a402cb
[]
no_license
Imonymous/PebbleApp
28cf6e7cfce424f2ac98e83209ed37b8c3809a80
3fbcad1d66fd8a47d7f7cd2538a47a955bc803f4
refs/heads/master
2016-09-06T13:49:23.561779
2014-08-24T07:25:59
2014-08-24T07:25:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
117,846
cpp
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2013 - Raw Material Software Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL...
[ "iman.mukherjee@gmail.com" ]
iman.mukherjee@gmail.com
29cc3cc4e45950842874389a0e537ef1fa5681dc
1d0097e25c983c764be6871c4e9d19acd83c9a6d
/llvm-3.2.src/include/llvm/ADT/DenseMap.h
ac4bdbd126c50037e9b6676537367b37bfa0b775
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
smowton/llpe
16a695782bebbeadfd1abed770d0928e464edb39
8905aeda642c5d7e5cd3fb757c3e9897b62d0028
refs/heads/master
2022-03-11T23:08:18.465994
2020-09-16T07:49:12
2020-09-16T07:49:12
1,102,256
50
10
NOASSERTION
2020-09-16T07:49:13
2010-11-22T12:52:25
C++
UTF-8
C++
false
false
31,992
h
//===- llvm/ADT/DenseMap.h - Dense probed hash table ------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "cs448@cam.ac.uk" ]
cs448@cam.ac.uk
25803c087e5e3580a7690903e2c55b4d16b958d1
4e22d261d7dcf5fe2731d77ba3cfb47c5568977c
/Source/Editor/DataSelect.cpp
89ceff2efbb56faa769d2ef8093bd611a7d3a07f
[]
no_license
SeraphinaMJ/Reformed
2d7424d6d38d1cfaf8d385fade474a27c02103a5
8563d35ab2b80ca403b3b57ad80db1173504cf55
refs/heads/master
2023-04-06T00:40:34.223840
2021-05-06T11:25:51
2021-05-06T11:25:51
364,884,928
0
0
null
null
null
null
UTF-8
C++
false
false
8,854
cpp
/*!*************************************************************************************** \file DataSelect.cpp \author Ryan Booth \date 9/18/2018 \copyright All content � 2018-2019 DigiPen (USA) Corporation, all rights reserved. \par Project: Boomerang \brief This is Cole's beautifully designe...
[ "minjiserak@gmail.com" ]
minjiserak@gmail.com
8dbdf16ca331b3ca78df400bf7aeb3093f653491
e8c149de9b261a2ab5d497d7c8324531e5764ffc
/LoRa/app/TaskHumidity.cpp
3cd4826dd6a97f72ee4fabf1aa7a52a7e9207ab6
[]
no_license
mitea1/LoRa_Sensorknoten
ef7735ec04dcfa1bd48256a8d24a08493dfa8cd4
5ac9020f2b04ff46ec5f461da2f1fe41fa55cefd
refs/heads/master
2020-04-06T07:02:21.905613
2016-07-06T18:51:08
2016-07-06T18:51:08
59,511,898
1
0
null
2016-06-30T19:51:37
2016-05-23T19:22:04
HTML
UTF-8
C++
false
false
2,174
cpp
/* * TaskHumidity.cpp * * Created on: May 30, 2016 * Author: Adrian */ #include "TaskHumidity.h" TaskHumidity::TaskHumidity(BME280* bme280,Mutex* mutexI2C, Queue<BME280HumidityMessage,HUMIDITY_QUEUE_LENGHT>* queue){ this->bme280 = bme280; setMutex(mutexI2C); setQueue(queue); } TaskHumidi...
[ "adrian.mitevski@students.bfh.ch" ]
adrian.mitevski@students.bfh.ch
af391fa25e93914db5bca2bc23a1730d108e6130
2d82f47698c7a3ffe915d478370f2988aad4a549
/common/log.cpp
4ebd3773155fbe46ee2ae8bf0759b6c37a92710e
[]
no_license
tyabus/zhlt
006987b6d82858f0d632749f2c10899a628bb052
413c961f06dc42943a5571b13b6a83f42818969e
refs/heads/master
2023-05-25T18:17:29.738002
2023-05-15T16:06:40
2023-05-15T16:06:40
157,075,528
4
0
null
null
null
null
UTF-8
C++
false
false
15,857
cpp
#ifdef ZHLT_NETVIS #ifdef SYSTEM_WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> #endif #endif #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #ifdef SYSTEM_POSIX #include <unistd.h> #endif #ifdef ZHLT_NETVIS #include "../netvis/c2cpp.h" #endif #include "cmdlib.h" #include "messages.h" #include "h...
[ "tyabustest@gmail.com" ]
tyabustest@gmail.com
476c673901a6e7dd3a5ef6df4ce64dc542118825
c50a92029877fa3ef3f5c18e8d88506b7eee1c7f
/SPOJ/ACODE - Alphacode.cpp
b66c8076ce5fe7a64e523ad1057a5d2b0bbd1dd6
[ "Unlicense" ]
permissive
phoemur/competitive-programming
4025995b7904ed431e03316ecf5270e976fa9275
8963e450352aac660287551c28c113e2bf1ba38c
refs/heads/master
2023-08-09T23:43:03.237312
2023-08-06T22:45:50
2023-08-06T22:45:50
145,256,889
8
4
null
null
null
null
UTF-8
C++
false
false
4,817
cpp
/*ACODE - Alphacode #dynamic-programming Alice and Bob need to send secret messages to each other and are discussing ways to encode their messages: Alice: “Let’s just use a very simple code: We’ll assign ‘A’ the code word 1, ‘B’ will be 2, and so on down to ‘Z’ being assigned 26.” Bob: “That’s a stupid code,...
[ "phoemur@gmail.com" ]
phoemur@gmail.com
961d20f5a32fcf79408a0e70e8577dba278a44c4
b967295eb531575eb39ef0b2f0d83c4297808fd8
/src/operators/QuantizeLinear.cpp
e42e4751cb2f502d781fb77a6987d375e7aa29c3
[ "Apache-2.0" ]
permissive
ai-techsystems/dnnc-operators
de9dc196db343003b6f3506dc0e502d59df2689f
55e682c0318091c4ee87a8e67134a31042c393e1
refs/heads/master
2020-07-02T16:08:37.965213
2019-08-29T14:38:52
2019-08-29T14:38:52
201,582,638
5
7
Apache-2.0
2019-09-06T18:31:19
2019-08-10T05:06:16
C++
UTF-8
C++
false
false
1,189
cpp
// Copyright 2018 The AITS DNNC Authors.All Rights Reserved. // // 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 ...
[ "gunjan@localhost.localdomain" ]
gunjan@localhost.localdomain
3f92876378f3265ae3d7c610841d8e957ecb4581
02847e4a028fa921751a2372e21ee55e79dcec39
/core/src/og_schema_object.cpp
f9d2a2258d87282a292bff0d8cf82e0a0eccba1a
[ "BSL-1.0" ]
permissive
KouOuchi/ObjectGenoise
369c6b831980372fc0638cee114868f944b5d71a
aac02e7677d9db201e291ae284684cfc849d06d8
refs/heads/master
2023-06-25T17:51:49.192757
2023-06-10T13:55:31
2023-06-10T13:55:31
33,002,868
2
0
null
null
null
null
UTF-8
C++
false
false
6,915
cpp
#include "og/og_schema_object.h" #include "og/og_schema_parameter.h" #include "og/og_converter.h" #include "og/core/schema_object.h" #include "og/core/schema.h" namespace og { og_schema_object::og_schema_object(og::core::schema_object_ptr _o) : schema_object_ptr_(_o) { } og_schema_object::og_schema...
[ "kou.ouchi@division-engineering.com" ]
kou.ouchi@division-engineering.com
42c21236901ea0502ab7ddeea9ae4a7f0c9877e0
cf9146c1a3dd4d0ae6b5f490de33a65dac418c15
/sprint00/t06/meadSong.h
dd14aefac50d2d9cc30fd8096df6955200b803f2
[]
no_license
dmushynska/marathon_c_plus_plus
5fe63e71dffcf783ddbfeaecfb1d42f62c7c27e0
69782b3dc8cede716fe0e4528df0f77e3e00facb
refs/heads/master
2022-12-15T04:54:11.176178
2020-09-17T10:04:45
2020-09-17T10:04:45
290,715,426
0
0
null
null
null
null
UTF-8
C++
false
false
276
h
#pragma once #include <iostream> #include <string> #define MANY " bottles " #define ONE " bottle " #define NOMORE "No more" #define NO_MORE "no more" #define TAKEIT "Take it " #define TAKEONE "Take one " #define GOTO "Go to the store and buy some more, " void meadSong(void);
[ "dmushynska@e1r9p3.unit.ua" ]
dmushynska@e1r9p3.unit.ua
1b97433f9efce8c97c0501a227b4aed26ce2913e
b3e5580d68f561bf37f2f0d9c668d817f24cdcd9
/source-sdk/classes/entities.hpp
159bd6adfab05e4e55516e27a0e44b3c32fded01
[]
no_license
mmx5/aristois-legit
7ba9faabe225ce0fc3376efce589150f6931ddc0
7e90867e64e68d628d72a29655a27dad190fb6db
refs/heads/master
2023-03-16T20:02:38.340359
2019-04-30T13:50:06
2019-04-30T13:50:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,217
hpp
#pragma once #include "../../dependencies/math/math.hpp" #include <array> #include "collideable.hpp" #include "client_class.hpp" #include "../../dependencies/utilities/netvar_manager.hpp" enum move_type { movetype_none = 0, movetype_isometric, movetype_walk, movetype_step, movetype_fly, movetype_flygravity, mov...
[ "damiankorczak38@gmail.com" ]
damiankorczak38@gmail.com
25e64920739793742d94ce50baf1acb33d45f9b9
3d9354038d8a0b4a0f682b08c196c702127d3b78
/jianzhi/jianzhi62.cpp
7bcb261e8572d95dbcf45f93072f97ba7aa006e2
[]
no_license
NovelinUp/Leetcode
0ed0a342ef352b21cfa5089608355d04b1fb7f42
36781d294475ec035a03b1c7b82c52d0c2cb52b1
refs/heads/master
2023-06-11T10:59:47.496354
2021-07-08T15:25:22
2021-07-08T15:25:22
378,770,943
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
#include "thehead.h" class Solution { public: int lastRemaining(int n, int m) { int x = 0; for (int i = 2; i <= n; i++) { x = (x + m) % i; } return x; } };
[ "novelin@qq.com" ]
novelin@qq.com
362d6a0c7f849c5a813adf3c4ea65978a2bfc624
9250ad92768d6f3ce0117182c21f81d0a99859fe
/source/native-plugins/zynaddsubfx/Params/FilterParams.cpp
ac72e13a6ee6f7fdde1ce138e4ad258183da2b95
[]
no_license
draekko/Carla
8612d752fae24ebf3cf208e4db9c6900f1d102e8
ac5efae0f73da2345477482605fb799f916c35ab
refs/heads/master
2021-01-11T11:19:05.345882
2016-10-02T13:08:35
2016-10-02T13:08:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,140
cpp
/* ZynAddSubFX - a software synthesizer FilterParams.cpp - Parameters for filter Copyright (C) 2002-2005 Nasca Octavian Paul Author: Nasca Octavian Paul 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 Soft...
[ "falktx@gmail.com" ]
falktx@gmail.com
295d68fb1bd2211e1cda7d815f7ca6f9cfba460b
35613a63c2dcf790adc2dcd025a9021a95f9762d
/factory/console/render.h
f986de00c40a48d5046f9f6dc1ccc7f476ea24e4
[]
no_license
fromasmtodisasm/xrRenderPC_VK
37bda9ff60c98a4de82999af0f2775d508dd094d
07ef9bbc0a0ab21605423189b4e2952ae8d9c400
refs/heads/master
2022-03-24T11:42:53.270351
2019-12-21T08:06:03
2019-12-21T08:06:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
362
h
#ifndef FACTORY_CONSOLE_RENDER_H_ #define FACTORY_CONSOLE_RENDER_H_ #include "Include/xrRender/ConsoleRender.h" class fConsoleRender : public IConsoleRender { public: fConsoleRender() = default; ~fConsoleRender() = default; void Copy(IConsoleRender& obj) override; void OnRender(bool inGame) override...
[ "vtrubiloff@gmail.com" ]
vtrubiloff@gmail.com
7de69a7de012e166e6685f62933b44a7e47da65d
61922a3e721398c808e8c2ac2b628cf00a636222
/llvm-3.7.1/llvm/projects/libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp
ecb95d72a21ef9992fc3e1ae2d0d5f8ce3838835
[ "MIT", "NCSA" ]
permissive
oslab-swrc/unisan
e67d1e5792b682e46bfed9f0bf7fa85beab52764
fbeaf3163f2c5093f54aecafeff3c8c5d296d57d
refs/heads/master
2021-12-03T23:34:53.463073
2021-11-05T04:55:34
2021-11-05T04:55:34
424,831,354
0
0
NOASSERTION
2021-11-05T04:52:08
2021-11-05T04:52:07
null
UTF-8
C++
false
false
7,817
cpp
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
[ "kjlu@gatech.edu" ]
kjlu@gatech.edu
29734efd4e4adab62ceb75262f6ed8420646ad36
fbe4406415b7cb0bf5ddfc15f8a1ff2e0c5b5657
/Homework/Assignment3/Gaddis_8thEd_Chap4_Prob19_Spectrum/main.cpp
0cbe4dba4fa3e5d1766e548c2d70b167a729e79e
[]
no_license
luisantonio98/GutierrezLuis_48102
2179904b5adb111e1819e0b1dcc4197a69c7acf4
49cf70beb28da43e8274c6bd8243a5619247a6e7
refs/heads/master
2020-04-14T02:42:25.875067
2016-12-08T20:29:07
2016-12-08T20:29:07
68,135,537
3
0
null
null
null
null
UTF-8
C++
false
false
1,097
cpp
/* * File: main.cpp * Author: Luis Gutierrez * Created on September 29, 2016, 12:00 PM * Purpose: To determine the Band of Radiation */ //System Libraries Here #include <iostream> using namespace std; //User Libraries Here //Global Constants Only, No Global Variables //Like PI, e, Gravity, or conversions /...
[ "antonio.lgg55@gmail.com" ]
antonio.lgg55@gmail.com
a0e1670c6e9b1c5528635d004d0508c815c828b1
016be6f22c7f599fd2eced2ded0f2812668a6051
/hw_04_audio_data_process/src/Cell.cpp
4d2a12ce77bc76febe0cf7de04c6da1adb7b6760
[]
no_license
JerryWaaaaaaaa/jerry_advancedcc_2019
d5aee28af4517535614381729b4dd08a22bf4a4a
6a1250bed4867319631a7187e634a1c2beedd03b
refs/heads/master
2022-02-23T02:31:25.618168
2019-10-07T01:42:06
2019-10-07T01:42:06
168,372,410
0
0
null
null
null
null
UTF-8
C++
false
false
1,480
cpp
// // Cell.cpp // project_challenge_4 // // Created by Casey Pan on 3/31/19. // #include "Cell.hpp" //-------------------------------------------------------------- Cell::Cell(){ } //-------------------------------------------------------------- Cell::Cell(ofVec2f _pos, ofColor _color, string _type){ col...
[ "zw1141@nyu.edu" ]
zw1141@nyu.edu
dadeae6df3e9dbc2856fef086ed5a373ee95eee9
3a7981a687bce4c6cf965f0eeac9208905715ff0
/Chapter 12/RoboCatRTS/RoboCatRTS/Src/Engine.cpp
6342fcd551f46e93dbcbabbbf84a03a7c2ca9677
[]
no_license
zongtonggui/MultiplayerBook
2ce77fa86d18f6888a9cadc9d1c10b6667db60c2
1544b7eccbecd3d0fd5dbde517b25f1e6dacdcfb
refs/heads/master
2020-08-16T01:57:16.605524
2020-06-06T07:53:56
2020-06-06T07:53:56
215,439,925
2
0
null
2019-10-16T02:33:40
2019-10-16T02:33:39
null
UTF-8
C++
false
false
2,534
cpp
#include "RoboCatPCH.h" #include <time.h> #include <SDL.h> std::unique_ptr< Engine > Engine::sInstance = nullptr; Engine::Engine() : mShouldKeepRunning( true ) { } bool Engine::StaticInit() { RandGen::StaticInit(); GameObjectRegistry::StaticInit(); World::StaticInit(); ScoreBoardManager::StaticInit(); //...
[ "vbunny@alum.mit.edu" ]
vbunny@alum.mit.edu
7c104ab754e8233e4fa3373ffc6919148376ca8a
45c59e5f456f11f1714b2ddf976b62dfebecfa7d
/Case9/0/fluid/k
aeebec7c211ed41d3cb873eb2ce499587dd99f80
[]
no_license
JoelWright24/Masters-Thesis-in-OpenFOAM
9224f71cdb38e96a378996996c5c86235db9ee13
b6c420b5054494a26a7d65a34835b27be9e0da4a
refs/heads/main
2023-02-20T17:18:13.067439
2021-01-22T19:30:36
2021-01-22T19:30:36
332,039,823
0
0
null
null
null
null
UTF-8
C++
false
false
11,844
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "67100764+JoelWright24@users.noreply.github.com" ]
67100764+JoelWright24@users.noreply.github.com
565fb41604266f3d29fc32b47060e58ab2b24d1f
1dbd8acfcd14da4f26568118c8bb5cf2e627216f
/client/chighlighter.h
ed85678775267d8cd1ba5606b3d089c4f07391fd
[]
no_license
darkjavi/corepad
15f98100787fdccaaa9f6d0745f8d0a1878fbbab
98a46a820719d68819e0c51e496c270b33c5f1f7
refs/heads/master
2016-09-06T17:54:04.530406
2014-03-12T13:22:22
2014-03-12T13:22:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
437
h
#ifndef CHIGHLIGHTER_H #define CHIGHLIGHTER_H #include <QSyntaxHighlighter> struct stHighlightingRule { QRegExp m_pattern; QTextCharFormat m_format; }; class cHighlighter : public QSyntaxHighlighter { Q_OBJECT protected: QVector<stHighlightingRule> m_highlightingRules; public: explicit cHighlighter(QText...
[ "darkjavi@tesla.(none)" ]
darkjavi@tesla.(none)
45ba7a044debff78ed9fb30e1dc9afedb6a28820
e9fd4dc83c27a8093258c7709bad8077f0deeafa
/samples/examples/ExmplColorMap.cpp
4f2bfb03986be13e5d57328753f2adcb806c3d87
[ "MIT" ]
permissive
ThoMut/v4r
0622d34c010f4ecdb8012bb0bb5bb872cc8c32a9
9d976b6a6bd729e6a915c2bdd073a188e8544bdd
refs/heads/master
2021-01-13T05:33:39.426460
2017-07-12T10:09:29
2017-07-12T10:09:29
88,284,886
2
1
null
2017-07-05T16:16:35
2017-04-14T16:39:31
C++
UTF-8
C++
false
false
4,896
cpp
/** * Copyright (C) 2012 * Ekaterina Potapova * Automation and Control Institute * Vienna University of Technology * Gusshausstraße 25-29 * 1040 Vienna, Austria * potapova(at)acin.tuwien.ac.at * * This program is free software: you can redistribute it and/or modify * it under the terms ...
[ "t.muttenthaler@gmail.com" ]
t.muttenthaler@gmail.com
aad2f35f00d74fd8fd5c662ae4e7062cd786e82a
0ba003b2643d6306890062b0103e4b821ade0607
/src/CPacketField.hh
36f6dc7b4e057ceb448ca842518f713bd39d03d4
[]
no_license
xinmeng/socperf
81fc0150dc7fc90e94e3246b0d55a403c186495d
e0f8e847aa69624c24d735e90abe921ae45a2be7
refs/heads/master
2021-01-19T06:06:45.553691
2010-08-06T08:05:08
2010-08-06T08:05:08
32,431,441
0
0
null
null
null
null
UTF-8
C++
false
false
1,396
hh
#ifndef __CPACKETFIELD_HH__ #define __CPACKETFIELD_HH__ #include <string> using std::string; #include "CFacet.hh" template <class T> class CPacketField { public: virtual T& operator() (CPacket *packet) =0; }; class CPacketName : public CPacketField <string> { public: inline string& operator() (CPacket *packet)...
[ "zinces@d6a9b665-ef6e-0393-5bc3-50c5751dc53a" ]
zinces@d6a9b665-ef6e-0393-5bc3-50c5751dc53a
85a0c6a3bd939d04e7ece525b6c4c5f672ad418a
c13cd1901223e22cc0711c85c20abd15770c0812
/src/appleseed/renderer/kernel/aov/aovaccumulator.h
0ec82c93960a07e7db4a948530befe660f06fb04
[ "MIT" ]
permissive
istemi-bahceci/appleseed
c0e7e42e77a8e403157c793865a56902ccacd547
2db1041acb04bad4742cf7826ce019f0e623fe35
refs/heads/master
2021-01-18T15:57:00.618077
2017-03-28T12:52:54
2017-03-28T12:52:54
86,699,496
1
0
null
2017-03-30T12:22:41
2017-03-30T12:22:41
null
UTF-8
C++
false
false
5,068
h
// // This source file is part of appleseed. // Visit http://appleseedhq.net/ for additional information and resources. // // This software is released under the MIT license. // // Copyright (c) 2017 Esteban Tovagliari, The appleseedhq Organization // // Permission is hereby granted, free of charge, to any person obta...
[ "ramenhdr@gmail.com" ]
ramenhdr@gmail.com
739c5f98c7b3f41d46bde0dea63d51a9afd1fd54
f51dd4b0b811cb8cd9a7ffa884a379df8f6afd0c
/math/Mat4.h
8be0359e00c1656545722f6e4cefad13a37841eb
[]
no_license
SWGameEngine/SWGameEngine
abbbce348a4872dbb3513f02742676a3647d81ed
31385db2ae25e3220fc12713ae3a5290b91980ac
refs/heads/master
2021-01-12T16:00:54.495496
2016-10-28T02:26:13
2016-10-28T02:26:13
71,915,969
0
0
null
null
null
null
UTF-8
C++
false
false
33,148
h
/** Copyright 2013 BlackBerry Inc. Copyright (c) 2014-2015 Chukong Technologies 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...
[ "jianhua.chen@cocos2d-x.org" ]
jianhua.chen@cocos2d-x.org
cd9c1fd563b813821fdae6482406e0ed6ee4acbf
0636e69f7cc3a94c49d6d481c0120d168d832ebf
/Solutions/LiveArchive/2009/North_America_Rocky_Mountain/4566/4566.cpp
184ec98bd477dac9ecd214d79132c4c3492c5249
[]
no_license
TurtleShip/ProgrammingContests
33e0e261341e8f78c3d8d3bd66bbad0f511acc61
2ebd93f9b3d50c10a10c8731d17193e69382ca9b
refs/heads/master
2021-01-13T02:07:37.539205
2016-11-30T18:50:46
2016-11-30T18:50:46
18,936,833
1
1
null
null
null
null
UTF-8
C++
false
false
2,332
cpp
#include <iostream> #include <sstream> #include <string> #include <vector> #include <stack> using namespace std; typedef long long ll; typedef struct F{ int up; int bot; } F; int gcd(int a, int b) { if(b == 0) return a; return gcd(b, a%b); } int lcm(int a, int b) { return b * a / gcd(a,b); } F serial(const ve...
[ "sk765@cornell.edu" ]
sk765@cornell.edu
cc9b0a0c840c9e2bc43c973bcced7ce8b422ad66
dc0067c69f3e641ea76a8af1307227b6bcbb04e9
/src/llvm-4.0.0.src/include/llvm/CodeGen/DepGraph.h
49871b1297e7f07da25dee2c154dfbc04f7dde36
[ "NCSA", "BSD-3-Clause-Clear" ]
permissive
wwkenwong/piecewise
91af2e12809bb8c3ab3326ca3e4f938f95492709
2cecb3f67fd2e1cd5b67102d49f9e16cf9a2e52f
refs/heads/master
2023-02-18T21:42:16.394263
2019-12-21T04:45:16
2019-12-21T04:45:16
331,813,650
0
0
null
null
null
null
UTF-8
C++
false
false
2,210
h
//===- DependencyGraph.h - Build a Module's dependency graph ----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------...
[ "aquach1@binghamton.edu" ]
aquach1@binghamton.edu
f772e2cc8d0cb97daedb8a3c4df48dbf62ee2539
a342e16504d0513cda19d236978f5879606c1b82
/src/LargeBlockOfMemory.cc
90de1d5066ad7a10d7f12c1b342d30589af6de9b
[ "ISC" ]
permissive
mrdiegoa/ramcloud
8991877e904c90877f9a4fae62d9a3f49c74cd97
30b97f2a5424830168e46e812fe8728c879d0822
refs/heads/master
2016-09-06T19:07:51.717562
2014-12-23T19:29:43
2014-12-23T19:29:43
28,789,527
1
2
null
null
null
null
UTF-8
C++
false
false
922
cc
/* Copyright (c) 2011 Stanford University * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR(S) DI...
[ "rumble@cs.stanford.edu" ]
rumble@cs.stanford.edu
8a89a24cc98727a4ad71823abb95fba989053865
1b28867ad9f40b3842932f5ba6c7042269518556
/Project/Project/triangle.cpp
a2cfb401d07cb0b33661eeed6f4455bc75d9db38
[]
no_license
PubFork/MIT-6-837
56183a7f1cfbcac5e9efd9cb5ad5d71938eb6556
b6538f3f0a990dd41cc40854d59e35117b59b309
refs/heads/master
2020-07-30T05:16:27.541734
2019-07-05T08:07:14
2019-07-05T08:07:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,906
cpp
#include "triangle.h" #include "matrix.h" #include "vectors.h" float det3x3(float a1, float a2, float a3, float b1, float b2, float b3, float c1, float c2, float c3); void Triangle::calculatebox() { boundingbox = new BoundingBox(a,b,c); } Triangle::Triangle(Vec3f & ta, Vec3f & tb, Vec3f & tc, Material * m) :a(ta...
[ "xiaoyuan2425@126.com" ]
xiaoyuan2425@126.com
0989279e939048a122a4e2161334be9b30e2a9d3
7f9723c9fb3218f5ba667478d1b66a1a5d411f77
/01-what-is-cpp/8-doctest/Factorial.cpp
0ef8c4731ff0551e079db6f1d049d413447dad5a
[ "MIT" ]
permissive
Omriyonatani/cpp-5780
07a2a899ad17d5015362ede145779e6ccb638ad2
181ae712a05031f85fe3f9f7b16c5e60350e1577
refs/heads/master
2022-11-27T07:44:28.209153
2020-08-10T15:07:50
2020-08-10T15:07:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
262
cpp
#include "Factorial.hpp" #include <stdexcept> int factorial(int number) { if (number<0) throw std::invalid_argument("Argument to factorial must be non-negative"); return number <= 1? number: factorial(number - 1) * number; }
[ "erelsgl@gmail.com" ]
erelsgl@gmail.com
cd33adf1b538ddede30901a5fc85c32b507e1480
d92f31835946d64473a036efc5f97ed55b9ceacf
/src/graphics.cpp
01ac7d0a851c926ce1b87bbbaa0387a6c4f9443a
[]
no_license
vncp/GraphicsIntro
9b00a08434be08a63ed3400e08b3c84b6c882f22
2972e72063646692e47c8a67182e8260a23b496c
refs/heads/master
2023-08-01T12:07:15.435089
2021-09-13T17:14:40
2021-09-13T17:14:40
406,062,146
0
0
null
null
null
null
UTF-8
C++
false
false
4,452
cpp
#include "graphics.h" Graphics::Graphics(EventHandler *eventHandler, Args *args) :ArgWrapper(args) { m_eventHandler = eventHandler; } Graphics::~Graphics() { } bool Graphics::Initialize(int width, int height) { // Used for the linux OS #if !defined(__APPLE__) && !defined(MACOSX) // cout << glewGetString(...
[ "vpham@nevada.unr.edu" ]
vpham@nevada.unr.edu
4c1e9ebc0143d00a25b49a6c4e828a0a03df3a08
574db16b594a2c733f69af8f0b09689947a96d6d
/src/main/vox_model_loader.inl
8b098d6e487be48d5219a5b105271a26ca98c1a7
[]
no_license
biomorphs/AppSkeleton
60cba43b3ab9911b4ab52d7ae23c93a4d5ecd46f
ffa83670c7cafad7843e289a6225577c39bc96b5
refs/heads/master
2020-05-14T05:34:04.821033
2015-08-21T17:34:27
2015-08-21T17:34:27
14,446,689
0
0
null
null
null
null
UTF-8
C++
false
false
3,008
inl
#include "vox_model_fileformat.h" #include "vox/model_data_writer.h" #include "core/run_length_encoding.h" #include "kernel/file_io.h" template<class ModelType> VoxelModelLoader<ModelType>::VoxelModelLoader() { } template<class ModelType> VoxelModelLoader<ModelType>::~VoxelModelLoader() { } template<class ModelType...
[ "matt.hoyle@gmail.com" ]
matt.hoyle@gmail.com
dec8339f2287985d3d3db6bca1ee7abb0700c984
c8a400693eb6cf8d996c78327ecd8998056d4f8f
/src/protocol.h
3d1d63754490947161023ef7c80ccbabd7472119
[ "MIT" ]
permissive
fitcoins/fitcoin
444cf98fd2d001ca38990e9cb376813b648ea03b
c80d139ba8369c762e5ee6d7f605208004f3e1dd
refs/heads/master
2016-09-06T21:49:43.889716
2014-05-13T01:53:12
2014-05-13T01:53:12
19,722,088
1
0
null
null
null
null
UTF-8
C++
false
false
3,751
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __cplusplus # error This header can only be compiled as C++. #endif #ifnd...
[ "ubuntu@fitcoins.net" ]
ubuntu@fitcoins.net
70076c4331e9ec5f0524bf4ebf8a177d6a10fcac
e30ed27ce9bdd7742a66fb68b69ecc928379c178
/include/plane_ground_filter_core.h
dd637682865be18f60cec39828fe06bc99e42975
[]
no_license
jiamen/myPlane_Fit_Ground_Filter
5d826c0cf41ab89bfdea60f3121765d833384df3
70d49f65d9f004ca8e36209ddaec4df11c53fcbb
refs/heads/main
2023-06-27T22:51:26.489911
2021-07-28T02:20:19
2021-07-28T02:20:19
390,184,658
0
0
null
null
null
null
UTF-8
C++
false
false
4,474
h
// // Created by zlc on 2021/3/8. // #ifndef _PLANE_GROUND_FILTER_PLANE_GROUND_FILTER_CORE_H_ #define _PLANE_GROUND_FILTER_PLANE_GROUND_FILTER_CORE_H_ #pragma once #include <ros/ros.h> //For disable PCL compile lib, to use PointXYZIR #define PCL_NO_PRECOMPILE #include <pcl_conversions/pcl_conversions.h> #includ...
[ "2731275645@qq.com" ]
2731275645@qq.com
5cd6695651cb1b6c270b66baa08fa6eee275a437
a85781b93c249729b077846e82897fc65b08af2d
/Eleusis_sln/Eleusis/07_controls/02_control_impls/01_check_box/CheckBoxDefaultSkin.h
3488ac197943a949170758d3be74802fea1ff036
[ "MIT" ]
permissive
blockspacer/Eleusis
3aa6a4f8e53b49e00ea56896999c0fbbe19e0809
ee518ede31893689eb6d3c5539e0bd757aeb0294
refs/heads/master
2022-03-25T10:07:43.571613
2019-12-12T12:23:52
2019-12-12T12:23:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
178
h
#pragma once #include "CheckBoxSkin.h" namespace Eleusis { class CheckBoxDefaultSkin : public CheckBoxSkin { public: CheckBoxDefaultSkin(); }; }
[ "bogdan_nikolic@hotmail.com" ]
bogdan_nikolic@hotmail.com
e09bfee212f033eedab3abe2e5b6e5646e3d4e25
01b1f86aa05da3543a2399ffc34a8ba91183e896
/modules/core/linalg/unit/general/cross.cpp
7d685437a431bf71049e7c4e98bd3be81845e9ac
[ "BSL-1.0" ]
permissive
jtlap/nt2
8070b7b3c4b2f47c73fdc7006b0b0eb8bfc8306a
1b97350249a4e50804c2f33e4422d401d930eccc
refs/heads/master
2020-12-25T00:49:56.954908
2015-05-04T12:09:18
2015-05-04T12:09:18
1,045,122
35
7
null
null
null
null
UTF-8
C++
false
false
1,580
cpp
//============================================================================== // Copyright 2003 - 2011 LASMEA UMR 6602 CNRS/Univ. Clermont II // Copyright 2009 - 2011 LRI UMR 8623 CNRS/Univ Paris Sud XI // // Distributed under the Boost Software License, Version 1.0. // ...
[ "jtlapreste@gmail.com" ]
jtlapreste@gmail.com
e6f1c4e17195b04f11f9a87f04daf10ca9115a4d
125aadd932577dea65634b86692769faca9ef97a
/source/lcppCore/lcpp/core/typeSystem/types/function.h
c443fd690c7baac42cd5aa718a0b0c58c9a1d9f3
[]
no_license
Manuzor/LispCpp
f4a5904c0d528fee75c79d1703f71a58aed94a1e
d51d5a6b0356bb213d9994c8b782e00799fc025d
refs/heads/master
2021-01-25T09:59:27.752495
2014-10-28T22:51:11
2014-10-28T22:54:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,781
h
#pragma once #include "lcpp/core/typeSystem/object.h" #include "lcpp/core/typeSystem/baseTypes/nameable.h" namespace lcpp { class LispRuntime; class LispEnvironment; class LispCons; class LCPP_API_CORE LispFunction : public LispObject, public NameableBase { public: sta...
[ "mjmaier@gmx.de" ]
mjmaier@gmx.de
474c634fe469b6c55ac137c715abd416b95fb12d
776e0c2cac6a0abb0257d40293e7335ff21608b1
/Arduino/LCDMarquee/LCDMarquee.ino
08c7214a36e343075d512fb88231759bdc429138
[]
no_license
vincenttuan/ArduinoIOT202007
3e9665bf6b84d778a54aa4e4609634c2f7e4dff1
d826b81b642f448659b81787e1c2e9bb790125f4
refs/heads/master
2023-05-08T11:11:21.270856
2020-08-04T07:43:29
2020-08-04T07:43:29
284,910,675
0
0
null
2021-06-04T02:48:55
2020-08-04T07:36:49
C
UTF-8
C++
false
false
1,522
ino
#include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 16, 2); // 0x27或0x3F 這是 LCD 在I2C中的地址, 16,2 表示 LCD 的螢幕大小 String text = "A"; void setup() { Serial.begin(9600); lcd.init(); // LCD 初始 lcd.backlight(); // 開啟背光 lcd.clear(); // 清空 LCD lcd.setCursor(0, 0); //Start at character 0 on line...
[ "vincenttuan@gmail.com" ]
vincenttuan@gmail.com
e2e55006e4edc1d4bc86ce7b62ea3d10208c6405
c2f5282ee955cfd4da3273690c15b4a3e80faed6
/FinalAssignment_/PointLight.cpp
479bad013b4b92dafb998b1bd2f19d2b1ccadbd8
[ "MIT" ]
permissive
UnknownArkish/MyGraphicsFramework-SZU-
7f6bc260f03878664177ed757cd35114ac037f45
15bcb916712eabd4586464423af4668bc5704d20
refs/heads/master
2020-06-12T08:51:41.886822
2019-09-06T09:36:42
2019-09-06T09:36:42
194,250,331
9
2
MIT
2019-09-06T09:36:45
2019-06-28T09:53:22
C
GB18030
C++
false
false
1,300
cpp
#include "PointLight.h" PointLight::PointLight() { } bool PointLight::Init() { if (!BaseLight::Init()) { return false; } m_Type = LightType::POINT_LIGHT; // @TODO:使用默认衰减因子,距离为20 m_Factor = AttrnuationFactorPreset::FACTOR_20; return true; } PointLight::~PointLight() { } PointLight * PointLight::Create() ...
[ "645969958@qq.com" ]
645969958@qq.com
955ce58ce25faa629f9de5e680a16e301617acea
59791634e73675a1dbe6bcded428efdcffdfd09c
/form_example/my_client/widget.cpp
331163d92aba23bebf30bb98e4f0bcdff7e242ae
[]
no_license
liuzhanchun/qt_project
f8ceece25966a641d45b5d16727dd009cd1d221d
4ab76ca6d318531a2b5ded21754d3c17b7abe51e
refs/heads/master
2020-11-23T19:26:58.856730
2019-12-17T01:57:17
2019-12-17T01:57:17
227,787,964
1
0
null
null
null
null
UTF-8
C++
false
false
809
cpp
#include "widget.h" #include "ui_widget.h" #include "tcpsocket.h" Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget) { ui->setupUi(this); setWindowTitle("客户端"); } Widget::~Widget() { delete ui; } void Widget::on_pushButton_clicked() { ui->pushButton->setEnabled(false); Q...
[ "liuzhanchun" ]
liuzhanchun
1ba1199371c9e45b9e0b84707c527be8c21bafd6
27ebd7f3cf3bd1d483f8a1d27c3575c720f642e5
/Think_in_C++/code/C04/CLib.cpp
82a0b7f7fadd67042b6434cdb24a2a92d42c60d6
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
walte/resourcerepo
a6ad55e907c72811b7aec82be7bfd5c58edecf5c
b8450232a098077965e76eb7134eca894b0a38c6
refs/heads/master
2016-09-06T05:35:18.599888
2013-11-22T06:43:35
2013-11-22T06:43:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,858
cpp
//: C04:CLib.cpp {O} // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Implementation of example C-like library // Declare structure and functions: #include "CLib.h" #include <iostream> #include <cassert> u...
[ "walther.zhao@gmail.com" ]
walther.zhao@gmail.com
7223d15af84d294f05b11b8f7896791e5273fb81
66b1c8ede4202914e120eb87b5417d0c80f6f02f
/src/landmarkDetector/lib/3rdParty/dlib/include/dlib/queue/queue_kernel_1.h
e59bf2659b839127f6009c7578161c58a1a0d375
[ "MIT", "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
apchenstu/Facial_Details_Synthesis
999e28e24ee1a8b1c11dee4cfef7ae55a32a4693
def9bfe044790d771d15dc4a62bb47b78d7d6153
refs/heads/master
2022-07-06T10:55:40.408148
2020-07-07T19:19:05
2020-07-07T19:19:05
199,488,789
659
138
MIT
2019-08-22T02:45:22
2019-07-29T16:26:25
C++
UTF-8
C++
false
false
13,599
h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_QUEUE_KERNEl_1_ #define DLIB_QUEUE_KERNEl_1_ #include "queue_kernel_abstract.h" #include "../algs.h" #include "../interfaces/enumerable.h" #include "../interfaces/remover.h" #in...
[ "zhangguli@outlook.com" ]
zhangguli@outlook.com
e693093b8fa0bedf6f74664a26c34730c06ba225
4d5641ce4de303ee98c2d8f34a701e3821cff4d5
/monitor.cpp
56882ae16409c5639d0dabf1e15fd71c43013bfe
[]
no_license
Dardariel/Monitor
93191bf5b27d2ca040385b11fa36cc1910d51b93
633f1f55bd53dc4c8334f85c81d13683aa2c244b
refs/heads/master
2020-03-17T10:51:36.847934
2018-05-15T14:39:52
2018-05-15T14:39:52
133,528,064
0
0
null
null
null
null
UTF-8
C++
false
false
10,382
cpp
#include "monitor.h" #include <QSystemTrayIcon> #include <QAction> #include <QMenu> #include <QIcon> #include <QRect> #include <QLayout> #include <QHeaderView> #include <QTreeWidgetItem> #include <QStringList> #include <QTextStream> #include <QFile> #include <QString> #include "ico_ok.xpm" #include "ico_error.xpm" #...
[ "user77@workplace77" ]
user77@workplace77
bef77b83699e40d064fde200cf2edb4fe3b7fb24
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/squid/old_hunk_3749.cpp
013b3f750525034a5b281b48861c246b7b002277
[]
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
379
cpp
/* Debugging stuff */ #ifdef __GNUC__ /* this is really a gcc-ism */ #ifdef DEBUG #include <stdio.h> #include <unistd.h> static const char *__foo; extern char debug_enabled; #define debug(X...) if (debug_enabled) { \ fprintf(stderr,"ntlm-auth[%ld](%s:%d): ", (long)getpid(), \ ...
[ "993273596@qq.com" ]
993273596@qq.com