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
33c242ebf53e33ca04643a641df0839f45f71e89
3abf3c60734b936dc5955942cdbdc9ad8f716e91
/_1-motor-teste/_1-motor-teste.ino
2e15f96499444abe026b853f9439c42620ad2416
[]
no_license
medeiros-ph/Follow-Line-Robot
1d1b2d143f855aab985cd94f2f745fa97ed6f133
568ab7c04017ff11adf3c28a7698bee5f455f983
refs/heads/master
2020-06-19T19:31:17.608652
2019-07-23T19:28:53
2019-07-23T19:28:53
196,843,148
0
0
null
null
null
null
UTF-8
C++
false
false
1,132
ino
// Programa : Controle 2 motores DC usando Ponte H L298N //Autor : FILIPEFLOP //Definicoes pinos Arduino ligados a entrada da Ponte H int IN1 = 4; int IN2 = 5; int IN3 = 6; int IN4 = 7; void setup() { //Define os pinos como saida pinMode(IN1, OUTPUT); pinMode(IN2, OUTPUT); pinMode(IN3, OUTPUT); pinMode(IN4,...
[ "“medeiros.ph@gmail.com”" ]
“medeiros.ph@gmail.com”
8f31c19ec63a0296d8c63b026d72af1ae0103aca
566b3623fd584bb3843e175fdc5555a9526e1291
/Source/UnrealLive2D/Private/FrameWork/src/Physics/CubismPhysicsJson.hpp
020ede848f4ba10036d0a94b48d74e3a61391894
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
Arisego/UnrealLive2D
86e93ff591e303ec00734cedc217a19be2ffdac9
4ad687f2396f28d7fbdf12357fe9a76dbcb12328
refs/heads/master
2023-01-05T03:28:03.087916
2023-01-01T12:02:51
2023-01-01T12:02:51
230,741,716
119
23
MIT
2021-04-15T03:17:35
2019-12-29T11:38:09
C++
UTF-8
C++
false
false
11,532
hpp
/** * Copyright(c) Live2D Inc. All rights reserved. * * Use of this source code is governed by the Live2D Open Software license * that can be found at https://www.live2d.com/eula/live2d-open-software-license-agreement_en.html. */ #pragma once #include "CubismJsonHolder.hpp" #include "Utils/CubismJson.hpp" #incl...
[ "3301325+Arisego@users.noreply.github.com" ]
3301325+Arisego@users.noreply.github.com
7e9a9792c1acba68bba1fb5267359d160b780f63
6e46da75306b7fbec2d9e83da71a23669a89edc5
/library/include/makina/renderer/backend/ospray/render_tasks/upload_volumes_render_task.hpp
e131ffba10d6e6091d5fc2f1181f7bc0cbd3178e
[ "BSL-1.0" ]
permissive
acdemiralp/makina-old
a5d09a4a7a7f1c7c3b2ae290efa0d8e3613538e9
8246d6683bb4a7f1b40a31f24a21dc8b1ff736ba
refs/heads/master
2023-05-28T18:52:43.089816
2018-07-01T17:29:31
2018-07-01T17:29:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,068
hpp
#ifndef MAKINA_RENDERER_BACKEND_OSPRAY_RENDER_TASKS_UPLOAD_VOLUMES_RENDER_TASK_HPP_ #define MAKINA_RENDERER_BACKEND_OSPRAY_RENDER_TASKS_UPLOAD_VOLUMES_RENDER_TASK_HPP_ #include <map> #include <memory> #include <fg/render_task.hpp> #include <ospray/ospray_cpp.h> #include <makina/renderer/renderer.hpp> #include <makin...
[ "demiralpali@gmail.com" ]
demiralpali@gmail.com
43f9ccc5cf961df15fa264a444a6872d47d12879
18ae14a4376ca759bed06efdaf9c225030b8240e
/newnew/newaccaunt.h
2cfdfc977b9ad69f593435fa801b874e1584fb68
[]
no_license
elephunt/Bank-Managment-C--
2cb6c5e816d7af0fa28a55d32f09ef17bbd01c50
cde83a65c5d9b13a470224fca60c7c68feebfa54
refs/heads/master
2020-04-28T22:29:18.021424
2015-08-05T12:14:43
2015-08-05T12:14:43
40,243,441
0
0
null
null
null
null
UTF-8
C++
false
false
1,586
h
#pragma once #include <string> # include "resource.h" # include "accountinfo.h" #include "kindofaccount.h" # include "teller.h" #include "afxwin.h" // newaccaunt dialog class newaccaunt : public CDialogEx { DECLARE_DYNAMIC(newaccaunt) public: newaccaunt(CWnd* pParent = NULL); // standard constructor virtual ~new...
[ "romamargolin@gmail.com" ]
romamargolin@gmail.com
c95a4e1bc1c9049fdfd15de00d0b6e1f83c04f01
52482fb96fe7f3eed874db7a88c889ecd5bc34c5
/src/Engine/Other/MDX_Hash.cpp
81cec4efcc531ba017bc0b163dbd73ab39ea7aac
[]
no_license
rusingineer/EmulePlus
f3e29ca7ca853feea920c4cb5ffb0d0a13ed236e
21955cd94d28cebdb3cf9c289f0aafa7a5cf3744
refs/heads/master
2021-01-17T11:54:26.925858
2016-06-20T12:22:32
2016-06-20T12:22:32
61,430,884
1
2
null
null
null
null
UTF-8
C++
false
false
17,322
cpp
#include "StdAfx.h" #include "MDX_Hash.h" //////////////////////////////////////////////////////////////////////////////////////// #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ///////////////////////////// DEFINES ////////////////////////////////////////////////// /* ROT...
[ "makani@inbox.ru" ]
makani@inbox.ru
7b9fc6ed2e922233b3d76317773646386d9ca45f
78c1379df8ceda335ad5498bb05826a631e4472f
/include/pepper-visp/blobs_with_depth_tracker.h
8f519fc7d00d12955700d004d390d5b7eb731829
[ "Apache-2.0" ]
permissive
bip-team/pepper-visual-servoing
31986fd63eece6889f33000a7c50481bbf0b3254
86e2eb2a1d87bdad05586db5852ba11f5f04eed4
refs/heads/master
2021-05-23T05:28:03.960501
2018-01-11T07:49:15
2018-01-11T07:49:15
94,987,864
5
3
null
null
null
null
UTF-8
C++
false
false
4,887
h
/** @file @author Jan Michalczyk @copyright 2016-2017 INRIA. Licensed under the Apache License, Version 2.0. (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0) @brief Blob(s) tracker with depth reconstruction */ #pragma once #include <visp/vpImage.h> #include <visp3/blob/vpDot2.h>...
[ "jasiekmi@wp.pl" ]
jasiekmi@wp.pl
2af67813e18ad8edd720ff659e1d2e6042ec5358
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/oldd/old/pimpleDyM_Piston/1.14/phi
5257c19ded14a4ee65af4745c092682571ef31cf
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
17,618
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "tdg@debian" ]
tdg@debian
eb9bb62f4cc03460974cc3b7e093f2a10d3acceb
91cff13d3c9e1f111d9051d5c2938e5f217d6940
/src/process.cpp
d1126285064d8536e43903ade840b97ce7ea7d76
[ "MIT" ]
permissive
benzispawn/SimilarHtop
5c545819a85de7af5b3f4a28aedcb0c61c287a2e
820514dabe32fd200473f1e8a1556943e14d61ae
refs/heads/main
2023-05-07T00:02:18.406554
2021-05-27T17:13:35
2021-05-27T17:13:35
351,623,686
0
0
null
null
null
null
UTF-8
C++
false
false
1,345
cpp
#include <unistd.h> #include <cctype> #include <sstream> #include <string> #include <vector> #include <unistd.h> #include <iomanip> #include "process.h" #include "linux_parser.h" using std::string; using std::to_string; using std::vector; using std::stof; // TODO: Return this process's ID int Process::Pid() { return ...
[ "spawnbenzi@gmail.com" ]
spawnbenzi@gmail.com
1c3bbe9db02d6cefaa163d4caa72cd8e09d32345
45a72d0121ab4b51dd92d42e55c89511d5946dd0
/src/main/Logger.cpp
1169ed04cd2a8ed7992bcb02baa5c370f6383c47
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
staroy/gyro-sms
bde638020910959788695fca18c031b684b5ab18
db2363a590cca196a5b6c114ad9eacfa5e0067ba
refs/heads/main
2023-08-22T16:30:29.235954
2021-10-01T13:20:21
2021-10-01T13:20:21
409,176,077
0
0
null
null
null
null
UTF-8
C++
false
false
4,647
cpp
// Copyright (c) 2014-2019, The Monero 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 of /...
[ "staroy@pm.me" ]
staroy@pm.me
12f191684d828a757c010cfd1a5f07dbf77bb145
1b22442bb99159bebd880eff15aed5f69047c00c
/RCR_ch/界面原程序/imgui_opengl3/opengl3/opengl3/k_MoveTable.cpp
99cd67e4669057e51bbc5dc99c5c5bd03a1b5f6d
[ "Apache-2.0" ]
permissive
NumbFish-Luo/RubiksCubeRobot
8ce6d525d7716ea37281d99bd6b75d4df08d2d20
9c064f4541884732653191b18d8a3e3c41ad30ca
refs/heads/master
2022-10-15T20:30:21.322076
2019-05-15T06:47:34
2019-05-15T06:47:34
180,464,670
0
0
null
null
null
null
UTF-8
C++
false
false
3,519
cpp
// // MoveTable.cpp // Rubiks Cube Solver // // Created by Morris Chen on 2017-07-27. // Copyright © 2017 Morris Chen. All rights reserved. // #include "k_MoveTable.hpp" #include <iostream> #include <iomanip> MoveTable::MoveTable(Cube& cube, int tableSize, int phase2) : TheCube(cube), TableSize(tableSize), P...
[ "numbfish@yeah.net" ]
numbfish@yeah.net
bd26e4ea025317a8a54327bf58320ef5761c11cc
e8fb2ccc34338ff5fdb27fe0a856da9611cd09fb
/ExpressSystem/ExpressSystem.cpp
8f86d7e22c8a045f0fd925f502234fdff693d02a
[]
no_license
SimonJsx/ExpressSystem
5b3c21a65363e091606a1a615b24d9ff18115e48
a5265959e21fcbc89f799d8a1aa06afa8e5b5450
refs/heads/master
2021-01-01T05:36:36.530222
2014-09-16T06:57:11
2014-09-16T06:57:11
24,084,552
1
0
null
null
null
null
GB18030
C++
false
false
3,019
cpp
// ExpressSystem.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "ExpressSystem.h" #include "ExpressSystemDlg.h" #include "DatabaseADO.h" #ifdef _DEBUG #define new DEBUG_NEW #endif std::string CExpressSystemApp::FileNameString = "OutsideBase.accdb"; // CExpressSystemApp BEGIN_MESSAGE_MAP(CExpressSystemApp, CWinA...
[ "jsx@hust.edu.cn" ]
jsx@hust.edu.cn
c32bf62004ce71770c8a76809b6fd8bd9f4e6d98
4ed7dd878a2b34bace1fd91a49106eebe570a360
/POJ/POJ_3026.cpp
c551052e829b10120e3a7f55cec89d3c73526dae
[]
no_license
mayukuner/AC
fb63be04a1fcf7f3af080aa50bf7c6e0e070b1b9
c21b2970b7288d7b36cbed468101446c615e79ff
refs/heads/master
2020-12-15T02:38:51.758676
2017-10-11T13:01:11
2017-10-11T13:01:11
46,971,415
3
1
null
null
null
null
UTF-8
C++
false
false
1,813
cpp
#include <stdio.h> #include <algorithm> #include <vector> #include <map> #include <queue> #include <string.h> #include <string> #include <math.h> using namespace std; struct Edge { int f,t,d; bool operator<(const Edge& rhs)const { return d<rhs.d; } }; vector<Edge> edges; vector<int> alien_pos; int dist[2500][2500...
[ "gmayukun@gmail.com" ]
gmayukun@gmail.com
91f320dfec002497f9d43c60479e8822a22230f7
56a77194fc0cd6087b0c2ca1fb6dc0de64b8a58a
/applications/OptimizationApplication/custom_elements/data_containers/helmholtz_variable_data.h
1621f9fbb5d97bdba550029d0bd1ba5e1d5bcf35
[ "BSD-3-Clause" ]
permissive
KratosMultiphysics/Kratos
82b902a2266625b25f17239b42da958611a4b9c5
366949ec4e3651702edc6ac3061d2988f10dd271
refs/heads/master
2023-08-30T20:31:37.818693
2023-08-30T18:01:01
2023-08-30T18:01:01
81,815,495
994
285
NOASSERTION
2023-09-14T13:22:43
2017-02-13T10:58:24
C++
UTF-8
C++
false
false
1,599
h
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ ` // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics // // License: BSD License // license: OptimizationApplication/license.txt // // Main authors: Reza Najian Asl // ...
[ "suneth.warna@gmail.com" ]
suneth.warna@gmail.com
177cc8179eb0430541925a692122de610bcee75b
a7764174fb0351ea666faa9f3b5dfe304390a011
/drv/Expr/Expr_UnaryMinus.ixx
d69c34619596cdfc1e8d98bcb00ef3d958471059
[]
no_license
uel-dataexchange/Opencascade_uel
f7123943e9d8124f4fa67579e3cd3f85cfe52d91
06ec93d238d3e3ea2881ff44ba8c21cf870435cd
refs/heads/master
2022-11-16T07:40:30.837854
2020-07-08T01:56:37
2020-07-08T01:56:37
276,290,778
0
0
null
null
null
null
UTF-8
C++
false
false
791
ixx
// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #include <Expr_UnaryMinus.jxx> #ifndef _Standard_T...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
1363166d834a5c92071da047b930972c2c5c4f71
cd1d88f0f5845c26f91aecc15a153d39197d60a8
/libraries/_03_m_Module_WIFI/examples/TCPClientMultiple/TCPClientMultiple.ino
1cbad6cd9ee0550502b85c7d9641bb0d8c46e26c
[]
no_license
wasdpkj/Microduino-IDE-Support
205bc58df4dcbbb0c068533004c3dc4cc24dd214
dc013a39927d2bd0ef7b0ec8e6d85f211bbcfa90
refs/heads/master
2023-07-25T20:27:12.329157
2023-07-10T06:22:25
2023-07-10T06:22:25
38,144,679
23
24
null
2023-05-22T12:25:04
2015-06-27T03:10:45
C
UTF-8
C++
false
false
3,679
ino
/** @example TCPClientMultiple.ino @brief The TCPClientMultiple demo of library WeeESP8266. @author Wu Pengfei<pengfei.wu@itead.cc> @date 2015.02 @par Copyright: Copyright (c) 2015 ITEAD Intelligent Systems Co., Ltd. \n\n This program is free software; you can redistribute it and/or modify it u...
[ "wasdpkj@hotmail.com" ]
wasdpkj@hotmail.com
d29d3724b5e337611aac701a9017587db2013f47
1c00eb7b442fdb6d5adff7feacc863b974989838
/memodb/include/memodb/JSONEncoder.h
7a01000ed07e0c8b2a756732c17d3cfb1f09b2be
[ "LLVM-exception", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yotann/bcdb
e98506af5296d4400eb61f32f63ae13fba8deda6
92f22fb081ae481a518f59bafe1cf3d0a772f794
refs/heads/develop
2023-07-05T19:02:18.860159
2022-05-05T01:51:04
2022-05-05T01:51:04
312,721,095
9
0
NOASSERTION
2023-03-01T14:08:58
2020-11-14T01:20:26
C++
UTF-8
C++
false
false
1,085
h
#ifndef MEMODB_JSONENCODER_H #define MEMODB_JSONENCODER_H #include <cstdint> #include <llvm/ADT/StringRef.h> #include <llvm/Support/raw_ostream.h> #include "NodeVisitor.h" namespace memodb { /// Visitor that prints Nodes in MemoDB JSON format. class JSONEncoder : public NodeVisitor { public: JSONEncoder(llvm::ra...
[ "smbarte2@illinois.edu" ]
smbarte2@illinois.edu
4c9c1d19fe7ab15161024caa27e75d234e6fab2c
5fa60becfe9d3324db7fa176e41b3c43481cd4a2
/matrix.h
e03a2fb06aa7b6d125adb0e636bef2526afe7486
[]
no_license
DVDemon/otus_06_homework
bf7807a5b01eec4a04cb7a4383ffd98e2dd13a50
682a17114204ef0f0b8cf0a93680bf131ef3a396
refs/heads/master
2020-07-30T01:35:02.303875
2020-01-21T15:47:18
2020-01-21T15:47:18
210,039,270
0
0
null
null
null
null
UTF-8
C++
false
false
8,328
h
#ifndef MATRIX #define MATRIX #include <map> #include <iostream> #include <exception> #define DEBUG false #define TRACE(value) \ if (DEBUG) \ std::cout << value << std::endl #define UNUSED(value) (void)value namespace homework { template <class T, T DEFAULT_VALUE> class Matrix { public: class Matr...
[ "dvdemon@hotmail.com" ]
dvdemon@hotmail.com
809229c88a4741f80b799ac8a83757b7e2a66865
755020f7be72e3d576d0fe43dc2d892d64840cfe
/LossModel/P58DependenciesContainer.h
ac56a3bfe68e1843948a7e1229a5a66d5b77bb8e
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
parduino/PBE
cfde52951fdf39d02170d1db271c9838469875db
a46a0f450e4072a4a74391b490291320ee32ff87
refs/heads/master
2021-07-12T20:22:38.656228
2020-08-04T21:54:18
2020-08-04T21:54:18
179,750,396
0
0
NOASSERTION
2020-08-04T21:54:20
2019-04-05T20:30:58
C++
UTF-8
C++
false
false
4,768
h
#ifndef P58DEPENDENCIES_CONTAINER_H #define P58DEPENDENCIES_CONTAINER_H /* ***************************************************************************** Copyright (c) 2016-2017, The Regents of the University of California (Regents). All rights reserved. Redistribution and use in source and binary forms, with or witho...
[ "33822153+zsarnoczay@users.noreply.github.com" ]
33822153+zsarnoczay@users.noreply.github.com
7b288e811e925c875b1d7a74c91dc059c09e3779
ea0a14a55b20e07387966bf5378ed6549092a463
/src/Create.cc
f9c43bac0fce9fa3ed97a9ef38e017277c213d4a
[]
no_license
tsugulin/SimSlam2.5
5c5ec6d2bffca5aa035220098ee68483251151b8
f3a1fc6a54af6d664c6390bf5cb64b4c0fe874cc
refs/heads/master
2023-03-04T01:53:46.828156
2021-02-14T05:14:16
2021-02-14T05:14:16
338,499,400
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,107
cc
#include "Create.h" Define_Module(Create); void Create::initialize() { beatMsg = new cMessage("beat"); scheduleAt(simTime() + par("initialTime"), beatMsg); // 最初のメッセージを送信 } void Create::handleMessage(cMessage *msg) { // CREATEノードに届くメッセージは全てbeatMsg ASSERT(msg == beatMsg); // 次のモジュールにメッセージを送信 ...
[ "tsugulin@users.noreply.github.com" ]
tsugulin@users.noreply.github.com
131a325fcb2e552c2cdb66329c1fb9e5394bf223
f130babd449f5b97faf8864a202ddc062996902c
/BOJ/폴라드-로/10854.cpp
d21fd41316d922e085cfe97fc674a57f7e5aab07
[]
no_license
RapidWorkers/ProblemSolving
ccc17ff24deb74b6129b0f4ed999f75e8cb30e3d
9aa32ba182074012a7d96bea8e8fb2a4b43040f8
refs/heads/main
2023-08-18T17:45:48.722651
2021-10-10T11:38:11
2021-10-10T11:38:11
349,741,985
0
0
null
null
null
null
UTF-8
C++
false
false
3,019
cpp
//Pollard's rho algorithm //Miller-rabin primality test #include <iostream> #include <vector> #include <queue> #include <cmath> #include <set> #include <random> #include <algorithm> using namespace std; //modulo multiplication unsigned long long mulmod(unsigned long long a, unsigned long long b, unsigned long long m...
[ "RapidWorkers@users.noreply.github.com" ]
RapidWorkers@users.noreply.github.com
c59472cb6d42da4886041b375f13865cb893acbc
90a50773ad9d10f586aa92a7be7e8dc88d392a15
/atcoder/abc142/C/main.cpp
977b54f72ce0d042c3dbde7d8d2936f7aae6cbab
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yukirin/coder
e0eebc55886fd4a4a62bab80ae6bd980bb0e8409
3a04e9d19011b126bf4b3b0e6d089e6746fb58d5
refs/heads/master
2022-09-27T05:06:34.144714
2022-09-19T14:10:37
2022-09-19T14:10:37
86,316,125
1
1
null
null
null
null
UTF-8
C++
false
false
2,803
cpp
#include <bits/stdc++.h> #ifdef _DEBUG #define debug(x) cerr << "line: " << __LINE__ << ", func: " << __func__ << " -> " << #x << " = " << x << endl #else #define debug(x) #endif #define all(s) begin(s), end(s) #define rall(s) rbegin(s), rend(s) #define rep(i, a, b) for (int i = (a); i < (b); i++) #define rrep(i, a,...
[ "standupdown@gmail.com" ]
standupdown@gmail.com
fdeb1d9c38517d46ff805851ecd778f49c66177f
a1272e140a279e3975043f8dab3c6191623044fe
/aten/src/ATen/test/vulkan_api_test.cpp
3ac9dec810212857f5b4531f3cc5044c77598b1d
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
crtn32002/pytorch
cdeccc6bcbdd491d9323668040dace6912475fe9
a1fef453b63dbd369f675ab4d951f139c4692567
refs/heads/master
2023-01-23T01:37:39.558468
2020-11-07T04:17:49
2020-11-07T04:26:54
310,769,403
0
0
NOASSERTION
2020-12-04T16:05:36
2020-11-07T04:48:41
null
UTF-8
C++
false
false
8,637
cpp
#ifdef USE_VULKAN_API #include <ATen/ATen.h> #include <gtest/gtest.h> // TODO: These functions should move to a common place. namespace { bool checkRtol(const at::Tensor& diff, const std::vector<at::Tensor>& inputs) { float maxValue = 0.0f; for (const auto& tensor : inputs) { maxValue = fmax(tensor.abs().m...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
da7853c60d3e81d13e598c09a03f404d4dfbd330
ece58c5f5e3471ae50e372bc32771c14e003f76b
/sectionize.cpp
94ffc9805b4edce30cc3117da23707a7f3192ac2
[]
no_license
SteveJerettMcQueen/posixthreads
e1595a8d2f6469fbf21c75fe8d671b6e34a6fd8b
d1881b9d268de547f12465487367f8b81fc7a535
refs/heads/master
2021-08-19T10:42:43.757783
2017-11-25T23:40:51
2017-11-25T23:40:51
107,592,247
0
0
null
null
null
null
UTF-8
C++
false
false
4,486
cpp
/* */ #include <iostream> #include <regex> #include <sstream> #include <string> #include <vector> #include <pthread.h> #include "sectionize.hpp" #include "fence.hpp" #include "hill.hpp" #include "pinnacle.hpp" #include "util.hpp" std::vector<std::vector<std::string> > section_vectorize(std::string &input){ ...
[ "sjmsj1321@yahoo.com" ]
sjmsj1321@yahoo.com
f5a38b2a1ba270fe9973891a8755a4e44a1364ab
189f52bf5454e724d5acc97a2fa000ea54d0e102
/ras/fluidisedBed/0.55/nut.particles
63d81f49513512a6d7a0374287e67d18af75bd6b
[]
no_license
pyotr777/openfoam_samples
5399721dd2ef57545ffce68215d09c49ebfe749d
79c70ac5795decff086dd16637d2d063fde6ed0d
refs/heads/master
2021-01-12T16:52:18.126648
2016-11-05T08:30:29
2016-11-05T08:30:29
71,456,654
0
0
null
null
null
null
UTF-8
C++
false
false
76,148
particles
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1606+ | ...
[ "peterbryz@yahoo.com" ]
peterbryz@yahoo.com
fdf6c15176de2c69f2c0d3bce5941c0704151746
f315d1ec5dba29eac3343bb43946bf74406d06d8
/FedorController/Fedor/Data/ForceData.h
b9043120443f1d2c88b7a9925be00db8bdff1df8
[]
no_license
aemarkov/FedorController
1069163065fe75e73323e0444f202ac9bf89d57b
f02c7e82d4755a86a67965bc4998be94a7e280d4
refs/heads/master
2023-08-31T04:29:22.406763
2018-02-13T08:23:08
2018-02-13T08:23:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
204
h
#pragma once #include <glm/vec3.hpp> /** Данные с силометрического датчика */ namespace FedorControl { class ForceData { public: glm::vec3 F; glm::vec3 T; }; }
[ "MarkovAlex95@gmail.com" ]
MarkovAlex95@gmail.com
c96b1f10706dd75eb2e10ebfd4aab4989d5e5aa2
e2eb6a6869f79f8f10bf092012d350f70ca4a22f
/archive/0.3/runSwitches.cpp
840e2001d7a413388de8f92eae33e0c5556872a0
[ "MIT" ]
permissive
reimaginefarm/green-wall
b3148987a8b64d58b652e569e8db6b13051b7e3a
82cfc7e0ffc4ee5dc025ff6c6924a4560236d0fd
refs/heads/master
2020-03-18T07:00:53.875480
2019-09-07T10:02:51
2019-09-07T10:02:51
134,427,291
3
0
MIT
2019-09-07T10:02:52
2018-05-22T14:25:51
PHP
UTF-8
C++
false
false
3,977
cpp
//****************************************************************************// // Team NYUAD, Green / Vaponic Wall Code 2018 // runSwitches.cpp v0.1 // // wiringPi library is required to run this code // visit http://wiringpi.com/download-and-install/ for installation instructions // // Inspired by https://github.com...
[ "barkin.simsek@hotmail.com" ]
barkin.simsek@hotmail.com
da9f0c9faf5e22b03c7837d3fe49275a3b4f58ea
c7365b9c98cdced58ba6b1fdd10c5e093af09e20
/luciolinae_ctl/src/BufferedSerialDummy.h
e4fd0b7a137f792d9aa762e46a6909ff981280a9
[]
no_license
damian0815/Luciolinae
bf600362216517d5843e13046182d2f41f3b7b1d
aa398f1b434ebed24ff7e1d3c595dfd9226a0638
refs/heads/master
2021-05-27T12:29:15.833026
2013-07-07T09:31:28
2013-07-07T09:31:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
598
h
/* * BufferedSerialDummy.h * serialExample * * Created by damian on 12/05/10. * Copyright 2010 frey damian@frey.co.nz. All rights reserved. * */ #include "BufferedSerial.h" #pragma once class BufferedSerialDummy: public BufferedSerial { public: virtual void setup( ofSerial* _serial, int baud_rate, float ...
[ "damian@frey.NOSPAMco.nz" ]
damian@frey.NOSPAMco.nz
f2a3dd218cb5158768c7118391c36dc1b4d2a352
37b30edf9f643225fdf697b11fd70f3531842d5f
/ios/chrome/browser/ui/first_run/fre_field_trial.cc
01dd89b8e0a1fdbca66e6ec4df8f69e319c85f4f
[ "BSD-3-Clause" ]
permissive
pauladams8/chromium
448a531f6db6015cd1f48e7d8bfcc4ec5243b775
bc6d983842a7798f4508ae5fb17627d1ecd5f684
refs/heads/main
2023-08-05T11:01:20.812453
2021-09-17T16:13:54
2021-09-17T16:13:54
407,628,666
1
0
BSD-3-Clause
2021-09-17T17:35:31
2021-09-17T17:35:30
null
UTF-8
C++
false
false
4,390
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 "ios/chrome/browser/ui/first_run/fre_field_trial.h" #include "base/feature_list.h" #include "base/metrics/field_trial.h" #include "components/pr...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
307c587d7288b06a43c25792e8a6cc3ba136c639
3ae9b2714711e31fb40ca2a46d911adbbcde649e
/universalCondition.cpp
7d7bc1a085093b339d6af268d6a0064246be5bbf
[]
no_license
DanHutsul/Windows-Posix-Cross-platform-Multithreading-Library
f628e3ba7d76e48cd6ee36a993e5f8ac2b374d48
2e2cdc496b3290bc6d2cfc4c7b6e05ac9c5f101d
refs/heads/main
2023-05-22T23:04:57.298371
2021-06-12T11:06:02
2021-06-12T11:06:02
351,937,900
0
0
null
null
null
null
UTF-8
C++
false
false
2,478
cpp
// // Created by Dandelonium on 6/7/2021. // #include "universalCondition.h" int universalCondition::initCond() { #ifdef _WIN32 //This includes both 32bit and 64bit Windows InitializeConditionVariable(&wCondition); InitializeCriticalSection(&cs); return 0; #elif __unix__ return pthread_cond_init(&pCond...
[ "dan.hutsul@gmail.com" ]
dan.hutsul@gmail.com
8ab391f989d1208a7e2528f1982b521d47afa792
c2615925d5bd535019bfa764d31b06428118781a
/mainwindow.cpp
301f01621d6c0414f14695a5272db82db804fdd6
[]
no_license
ashishact/URCUI
86fbc88151b5b14bb8297717b77120e35a141f9d
e74f13b161d13678247dba57917b0af22d0645f3
refs/heads/master
2021-01-17T11:13:03.189245
2016-04-15T00:02:37
2016-04-15T00:02:37
29,052,952
2
1
null
null
null
null
UTF-8
C++
false
false
40,763
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include "ui_urc_controlwidget.h" // for controls and command .ui File #include "ui_urc_terminalwidget.h" // for terminal .ui File #include "Library/qcustomplot/qcustomplot.h" #include "settingsdialog.h" #include <QMessageBox> #include <QtSerialPort/QSerialPort> #...
[ "act.jnv@gmail.com" ]
act.jnv@gmail.com
2e8576430b431863fe000320e824a079fcf7793b
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/inetcore/outlookexpress/mailnews/rules/ruleutil.cpp
78c7b07666f4c0bae17c4191a52ebc32df917d70
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
181,155
cpp
/////////////////////////////////////////////////////////////////////////////// // // RuleUtil.cpp // /////////////////////////////////////////////////////////////////////////////// #include <pch.hxx> #include "ruleutil.h" #include "rulesmgr.h" #include "rulesui.h" #include "editrule.h" #include "spamui.h" #include "...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
5e6fe4b5901463734ce655b33d1bd2810bd29ac2
6f5bfa4de60fe9705296185f074be647c4ce7417
/coding/jegieh.cpp
096b276583506ca9b610ae1d9820a55d3fd78a1e
[]
no_license
Ranjeetkr715/C
3130a963d1c80e74f509e0a19c8dd71bb4ddb464
37d5bd0fb1a68ee6e0cfa5de7c2190541b4464cd
refs/heads/master
2020-09-25T14:01:04.986072
2019-12-05T04:55:06
2019-12-05T04:55:06
226,017,493
0
0
null
null
null
null
UTF-8
C++
false
false
172
cpp
#include<stdio.h> int main() { int s=1,d=1,i,res=0; int n=10; for(i=1;i<=n;i++) { printf("%d,",s); // res+=s; s=s+d; d=d+2; } // printf("%d",res); }
[ "ranjeetkr369@gmail.com" ]
ranjeetkr369@gmail.com
104c54be20e2ec4c72b33dc18272e271f14b72b6
681d39a8adae2245238852886420bd3c51fec908
/kern/x86/excpvecnrs.inl
258720bc05428c611223a19f79688427de0be8af
[ "MIT" ]
permissive
archibate/ChaOS
185e3b96da9612fe5c6394c3c11ebec7b35bfc7a
1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0
refs/heads/master
2020-04-13T19:30:35.105813
2019-01-01T01:51:38
2019-01-01T01:51:38
163,404,639
2
0
null
null
null
null
UTF-8
C++
false
false
523
inl
#define EXCP_DIVIDE_ERROR 0 #define EXCP_DEBUG 1 #define EXCP_NMI 2 #define EXCP_BREAK_POINT 3 #define EXCP_OVERFLOW 4 #define EXCP_BOUNDS_CHECK 5 #define EXCP_INVALID_OPCODE 6 #define EXCP_DEVICE_NOT_AVAILABLE 7 #define EXCP_DOUBLE_FAULT 8 #define EXCP_COPROCESSOR_SEG_OVERRUN 9 #define EXCP_INVALID_TSS 10 #define EXCP...
[ "207773419@qq.com" ]
207773419@qq.com
434c33a8bd61277322f6c3748a81fcd9df7cf97b
f14626611951a4f11a84cd71f5a2161cd144a53a
/武侠世界/代码/客户端/Client/WXCore/Core/WXXMLAttributes.cpp
d4fc225f56b76c7860b994e7560b25e4455c0082
[]
no_license
Deadmanovi4/mmo-resourse
045616f9be76f3b9cd4a39605accd2afa8099297
1c310e15147ae775a59626aa5b5587c6895014de
refs/heads/master
2021-05-29T06:14:28.650762
2015-06-18T01:16:43
2015-06-18T01:16:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,322
cpp
#include "WXXMLAttributes.h" #include <OgreException.h> namespace WX { XMLAttributes::XMLAttributes(void) { } //----------------------------------------------------------------------- XMLAttributes::~XMLAttributes() { } //-------------------------------------------------...
[ "ichenq@gmail.com" ]
ichenq@gmail.com
022dd04b196b27d0ca2af64b21a80d10811606ae
58c1f4250ff8a57d5829bd65589ed192419ac1d6
/src/mlio-py/mlio/integ/arrow/arrow_file.cxx
6f6cda86b9c0569fb75b4182503ebe138055cd4b
[ "Apache-2.0" ]
permissive
laurencer/ml-io
ee72d7f0fad580201127e2364326f6a589ca3049
b40a88f0b61f7dfd2b74897a9b2385539d5796aa
refs/heads/master
2020-09-11T10:10:56.135353
2019-10-03T15:09:23
2019-11-12T21:23:10
222,031,719
0
0
Apache-2.0
2019-11-16T01:49:18
2019-11-16T01:49:17
null
UTF-8
C++
false
false
3,017
cxx
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not use this file except in compliance with the License. A copy of * the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "lice...
[ "cbalioglu@users.noreply.github.com" ]
cbalioglu@users.noreply.github.com
cabd9041aad934058a43101c863f52e65a4086c7
51a484c4885439799561dc5f6ab59e91d33d98fd
/src/dao/FCMTokenDao.h
31b1bd0a2f8a3ad8668aad79c35656c887a29c07
[ "BSD-3-Clause" ]
permissive
BeeeOn/server
7b22a4c7cbd551542a2bde5a128f09c02d597a99
c705503f6bc033f2014aaa675d1e29bfeed9f5eb
refs/heads/master
2020-12-29T02:31:55.089160
2019-01-29T22:08:50
2019-01-29T22:08:57
47,968,600
4
1
null
null
null
null
UTF-8
C++
false
false
513
h
#pragma once #include <vector> #include <Poco/SharedPtr.h> #include "model/FCMToken.h" #include "model/User.h" namespace BeeeOn { class FCMTokenDao { public: typedef Poco::SharedPtr<FCMTokenDao> Ptr; virtual ~FCMTokenDao(); virtual void insert(FCMToken &token) = 0; virtual void fetchBy(std::vector<FCMToken> &...
[ "iviktorin@fit.vutbr.cz" ]
iviktorin@fit.vutbr.cz
2cb381717c838f653bb66108efbcb24089ab8390
08de736707aed78fbe8acb1e3b5dc4a29ac12cbb
/Leecode/515.cpp
2e6fca3957cc21731e8ddf2c0973afbd617b0393
[]
no_license
SYSUykLin/PracticeAlgorithm
a5da141e885b7c5d3a42ff3dc27f04940256acec
5f29345c8301049ca062d53bc0b5aaf3d1b46fba
refs/heads/master
2022-12-27T03:29:02.399714
2020-10-13T07:29:14
2020-10-13T07:29:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,670
cpp
// // Created by GreenArrow on 2020/10/3. // /** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x...
[ "1522773921@qq.com" ]
1522773921@qq.com
1c1274e3eb693e3d9479dd06e42782e540cec181
40bfcfcc21646efcb63d1cce4c728c04dc5e2e21
/RayTracer/Material.cpp
6e9a520d6196aca91d6ee8a7ffeb5f23fe2b206c
[ "MIT", "BSL-1.0" ]
permissive
Aloalo/RayTracer
ce4937d38a5e28e948d43c2b72853b86e96a6e9d
3be1d3977d7d1599ef285a95fbf0c8482c3537f6
refs/heads/master
2021-01-20T10:06:13.352480
2013-12-01T17:52:16
2013-12-01T17:52:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
842
cpp
#include "StdAfx.h" #include "Material.h" Material::Material(const Vector &color, float transparency, float ior, float absorption, float reflectivity, float diff, float spec, int shininess) : color(color), ior(ior), reflectivity(reflectivity), transparency(transparency), diff(diff), spec(spec), absorption(absorpt...
[ "ratkovic.jure@gmail.com" ]
ratkovic.jure@gmail.com
33ac987cd55098b3bdd7d3cb4586bc9ec190bb42
0e6e81a3788fd9847084991c3177481470546051
/Explore/Queue and Stack/code by cpp/225_Implement Stack using Queues.cpp
5fa0f4bb4bc1ce9ca012bafd4febeea8c47c5846
[]
no_license
Azhao1993/Leetcode
6f84c62620f1bb60f82d4383764b777a4caa2715
1c1f2438e80d7958736dbc28b7ede562ec1356f7
refs/heads/master
2020-03-25T19:34:30.946119
2020-03-05T14:28:17
2020-03-05T14:28:17
144,089,629
4
2
null
2019-11-18T00:30:31
2018-08-09T02:10:26
C++
UTF-8
C++
false
false
1,559
cpp
#include<iostream> #include<vector> using namespace std; /* 225. 用队列实现栈 使用队列实现栈的下列操作: push(x) -- 元素 x 入栈 pop() -- 移除栈顶元素 top() -- 获取栈顶元素 empty() -- 返回栈是否为空 注意: 你只能使用队列的基本操作-- 也就是 push to back, peek/pop from front, size, 和 is empty 这些操作是合法的。 你所使用的语言也许不支持队列。 你可以使用 list 或者 deque(双端队列)来模拟一个队列 , 只要是标准的队列操作即可。 你可以假设所有操作都是...
[ "1358227862@qq.com" ]
1358227862@qq.com
4812051740ca4be3b50ba61f9cbcf0f05c516d9d
c1a867106f2df948a83fa4d72fc0977b0f053a47
/src/DHT.hpp
a4283004e06de9aa0cc153da1a55da0d783940e1
[]
no_license
jad7/iot-monitoring-indoor
493714e7555a5915d497bfc15ba5e69cf64503fc
5506bb9f2b7dc2079314dc2177316c876775e063
refs/heads/master
2023-08-15T09:37:58.704381
2021-10-15T06:43:14
2021-10-15T06:43:14
417,392,882
0
0
null
null
null
null
UTF-8
C++
false
false
377
hpp
#ifndef DHT22_H #define DHT22_H #include "Arduino.h" #include "user_interface.h" #include "MeteoStruct.h" #include <DHT.h> #include <DHT_U.h> #undef DHT22 //#define DHTPIN D7 // what pin we're connected to //#define DHTTYPE DHT22 class DHT22 { public: DHT22(uint8_t pin); void read(MeteoData* ...
[ "jad7kii@gmail.com" ]
jad7kii@gmail.com
5a3c9d90e103f24e8b74e8dae969259198a0d837
1d2495c9c026bcdfece059a23e51cf160317bf06
/CrossApp/view/CAImageView.cpp
f2f28407fa32a8ade34e8a3709e9248d9fa74d7b
[]
no_license
DreamCastleShanghai/dkomClient
6aaaec2e3fb6ed3bb1b8c2716495cb45f15ca83f
929f2f5f016b14013dff9f0f9e4bea4c3678826f
refs/heads/master
2021-01-10T17:06:44.281575
2016-03-23T02:31:31
2016-03-23T02:31:31
54,377,386
0
0
null
null
null
null
UTF-8
C++
false
false
8,598
cpp
// // CAImageView.h // CrossApp // // Created by Li Yuanfeng on 14-5-18. // Copyright (c) 2014 http://9miao.com All rights reserved. // #include "CAImageView.h" #include "images/CAImageCache.h" #include "shaders/CAShaderCache.h" #include "shaders/CAGLProgram.h" #include "shaders/CATransformation.h" #include "anima...
[ "bbknightzm@gmail.com" ]
bbknightzm@gmail.com
d792fb12aacb458541694a4a2d2f7d456c2d3c12
08f4cb007e0fd84e2fa7113d2d3411713cfbc2cb
/src/qt/networkstyle.cpp
7234ec03c7633e125840ee658b84e590837288d0
[ "MIT" ]
permissive
robinadaptor/renish
d2ab48a63ec7efaf6ec92bba82431ab78050a222
7428946594ae8aa06d4bc03640e9b6022163a061
refs/heads/master
2020-07-13T02:27:58.596751
2019-12-17T00:38:16
2019-12-17T00:38:16
145,383,606
0
0
null
null
null
null
UTF-8
C++
false
false
2,002
cpp
// Copyright (c) 2014 Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "networkstyle.h" #include "guiconstants.h" #include <QApplication> static const struct { const char* networkId; const c...
[ "robin.adaptor@gmail.com" ]
robin.adaptor@gmail.com
4c2d33e2351415d454c64b4c4d95a3e599239c37
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/curl/gumtree/curl_old_log_3069.cpp
b213c2a5bad32ee17e82059489245d359b85d826
[]
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
551
cpp
fputs( " if that is set, and uses the given path as a path to a CA cert\n" " bundle. This option overrides that variable.\n" "\n" " The windows version of curl will automatically look for a CA\n" " certs file named ´curl-ca-bundle.crt´, either in the same direc‐...
[ "993273596@qq.com" ]
993273596@qq.com
eefa9a6b2dacb179820933d1889cd6ba1c1d34ed
0cac6d412a625089ba0d7b8cb2bacd10ee16f8af
/artemis-modified/src/strategies/inputgenerator/form/constantstringforminputgenerator.cpp
8458b1b34d698532957e9c671e094b6f4e7d0556
[ "MIT" ]
permissive
ChunghaSung/JSdep
fb0cc42fa942009af27960422708be9197c202e0
840109a582e044ff2a4b0ab70f50369941a3c09d
refs/heads/master
2022-01-09T04:14:52.908262
2019-05-20T21:42:57
2019-05-20T21:42:57
61,791,335
8
1
null
null
null
null
UTF-8
C++
false
false
2,833
cpp
/* * Copyright 2012 Aarhus University * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "sch8906@gmail.com" ]
sch8906@gmail.com
a6b54089baf89fbd989ad4045deb5d92a3c092fa
72984f5bbec9d0e201d40af29634d7f5b5697058
/GraphicLibrary/GraphicLib.cpp
cd9de703cce8e5724b2c93daf5f376badd604263
[]
no_license
bronya2057/GraphicLib
8a36d02b74fa25eae5bb6c505f29ef08133e8490
f0f745ee3ea882a9aa749f0b66a0be5b9ba1c3b3
refs/heads/master
2021-08-19T13:40:02.662429
2017-11-26T12:25:10
2017-11-26T12:25:10
112,075,875
0
0
null
null
null
null
UTF-8
C++
false
false
2,494
cpp
#include "GraphicLib.hpp" #include <cmath> namespace PointsAndLines { Point2D::Point2D(float xCoord, float yCoord) :x(xCoord), y(yCoord) { } Point3D::Point3D(float xCoord, float yCoord, float zCoord) : x(xCoord), y(yCoord), z(zCoord) { } float calculateSlope(const Point2D p, const Point2D q) { return (p.y -...
[ "bronya10@gmail.com" ]
bronya10@gmail.com
82285f74ca930444ea9df5c659d2f3e024ede2dc
f86a0aacd8ee06bdd1c1c6990c280a67bb4d10cc
/Codeforces/Round/round_662_D.cpp
2f02bd9ed5370d9a0ccf7515185c30b694fa881f
[]
no_license
pal-0123/Competitive-Database
839db0b4d9710c50b3e7f00640b4c654ac4c1232
c5ec9332a16858c8664f2f4cbb20970177ddd3ed
refs/heads/master
2021-07-20T22:05:13.924244
2021-01-22T10:24:50
2021-01-22T10:24:50
236,804,403
0
0
null
null
null
null
UTF-8
C++
false
false
2,192
cpp
#include <bits/stdc++.h> using namespace std; #define int long long int bool ext(vector<pair<int,int> >&it,vector<string>&s){ int n=it.size(); for(int i=0;i<=n/4;i++){ if(it[i].second==0){ return false; } if(s[it[i].first][it[i].second]!=s[it[i].first][it[i].second-1]){ return false; } } for(int i=n/...
[ "akinchannr@hotmail.com" ]
akinchannr@hotmail.com
02662cea98fba9a188ff420ff192357d9205606a
652da03c95987fb1d27035c81fd724d402b90fac
/podofo/base/PdfContentsTokenizer.cpp
1064c095d98beb457a3166eff950d5d576e3562a
[ "MIT" ]
permissive
shimat/VS2015_Tesseract
370bd1bf2767457cc3948c85157df6d78e9c2ef3
7e3e4ac5ca86c500a949767ef198e93b13ce4197
refs/heads/master
2021-01-01T19:53:06.734303
2019-09-01T00:45:58
2019-09-01T00:45:58
98,708,091
3
0
null
2017-07-29T04:24:48
2017-07-29T04:24:48
null
UTF-8
C++
false
false
9,128
cpp
/*************************************************************************** * Copyright (C) 2007 by Dominik Seichter * * domseichter@web.de * * * * This pr...
[ "tobias.peirick@d-velop.de" ]
tobias.peirick@d-velop.de
beb58073e29fce97bfce2cd514acad004437d5f8
3cc72da5c8646855afaf1619103e339f7df8466c
/Practica2/src/camera.h
e7ee8924a5acb2e49690e39f16a671b828707dc3
[]
no_license
MrSebbs/JuegosElectronicos
a19dda9242daf4a35524bba310108524c7794499
3fe1fc595f838336a90c7840824e5825b364096b
refs/heads/master
2020-05-22T08:53:09.202212
2017-12-15T18:42:36
2017-12-15T18:42:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,853
h
/* by Javi Agenjo 2013 UPF javi.agenjo@gmail.com This class wraps the behaviour of a camera. A Camera helps to set the point of view from where we will render the scene. The most important attributes are eye and center which say where is the camera and where is it pointing. This class also stores the matrices use...
[ "david.perez12@estudiant.upf.edu" ]
david.perez12@estudiant.upf.edu
22b72826748078758f4d1440c4031c8e318efc87
262aa211ab987f3e4bd702515936e37aa51bd854
/src/NestedBlock/RoundBlock/Operators/OperatorsJoin.cc
737657639cf7808b25a03b05e838bdc34d978009
[ "MIT" ]
permissive
DevelopHeureShell/scrape
0779fead10540f16614aaa18694fae3e825fe28f
00ea9b500b30af8e56375769791ef5449e386579
refs/heads/master
2022-09-15T00:18:56.897015
2020-06-03T00:47:42
2020-06-03T00:47:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
315
cc
#include <string> #include <memory> #include "NestedBlock/RoundBlock/Operators/OperatorsJoin.h" std::string OperatorsJoin::getValue() const { return left->getValue() + right->getValue(); } OperatorsJoin::OperatorsJoin(std::shared_ptr<NestedBlock> lb, std::shared_ptr<NestedBlock> rb) : left(lb), right(rb) {}
[ "enigma@enigmatic.network" ]
enigma@enigmatic.network
510826439e5e51c30aa8ab20d9ad810ee68b2d88
9bc82a513c67d9f652a92f0ebb49779194c35633
/src/Expressions/ExpressionRuntime.h
a111c79fb86a37cd72ace5355b0a08f2391f6db6
[]
no_license
colek/homeis
94ceef311059cab29cfb86aa0af541735944c2f5
7dd4c999bee6bd0557e56d9e85114f5084df0eb8
refs/heads/master
2021-01-15T10:59:53.608874
2016-05-16T19:32:37
2016-05-16T19:32:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
947
h
/* * ExpressionRuntime.h * * Created on: Nov 8, 2013 * Author: Josef Lola */ #ifndef EXPRESSIONRUNTIME_H_ #define EXPRESSIONRUNTIME_H_ #include <vector> #include <pthread.h> #include "LOW_thread_mutex.h" #include "LOW_thread_Factory.h" #include "IExpression.h" #include "HisDevBase.h" using namespace std;...
[ "josef.lola@email.cz" ]
josef.lola@email.cz
59dde0efdc86035074b202e97f8e48f832086a56
092cbaf51a00b40af538e10853565f10fcae83be
/line2Dup.h
ce6051256b1b770734abae6b4dec01988148f56e
[ "BSD-2-Clause" ]
permissive
xiaohuihuichao/shape_based_matching
e2811a0917389e4e40fe1e39aa7dbf7481fd365f
3c75a25534f7c79b0c91fc237a130717a86fb181
refs/heads/master
2020-04-19T22:32:49.528877
2019-01-21T10:53:38
2019-01-21T10:53:38
168,472,085
1
0
BSD-2-Clause
2019-01-31T06:05:51
2019-01-31T06:05:51
null
UTF-8
C++
false
false
11,402
h
#ifndef CXXLINEMOD_H #define CXXLINEMOD_H #include <opencv2/core/core.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> #include <map> #include "mipp.h" // for SIMD in different platforms namespace line2Dup { struct Feature { int x; int y; int label; void read(const cv::Fil...
[ "563714976@qq.com" ]
563714976@qq.com
02a48e9d8a638df80376d4f4d4529ca8c99c136f
64811b0c9ddaab7bd99523116202fa60b0c9ed1d
/mainwindow.cpp
614457b33d0e723cde4978dfd748aff93b446a0f
[]
no_license
ittopone/eton_lock_qt
8a95edb104c13999fb3b27557dedbf5d23bc6afa
d081c896179a94c3157c0ba6ab0ed2360a669676
refs/heads/master
2021-01-22T03:18:25.738162
2017-05-25T06:09:37
2017-05-25T06:09:37
92,370,534
0
0
null
null
null
null
UTF-8
C++
false
false
227,883
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include "selfdefine.h" #include <QDir> #include <QDebug> #include <QVector> #include "qcomboboxdelegate.h" #include <QMessageBox> #include <QSqlError> #include <QDateTime> #include "mysqloperation.h" #include "spcomm.h" #include <QTextCursor> #include <QNetworkInterf...
[ "it_top_one@163.com" ]
it_top_one@163.com
f07d63c52ff5420f860edace8ff3f5dabb2b6971
ddf988b5a89017cfa449ac55b0f8315696352789
/c++_primer_ex/ex15_23.cc
acf8ac2212efde4fdd98883250c7daa2bf130966
[]
no_license
cheerayhuang/Garner
6fe7dfb1c12799dcb5b3eb809bce8a4119ba0f05
fafccc9d53adab1403c3884a09b46e5e9c2910e7
refs/heads/master
2022-12-20T20:46:40.954396
2022-12-12T03:38:43
2022-12-12T03:38:43
5,774,039
1
0
null
null
null
null
UTF-8
C++
false
false
602
cc
#include <iostream> using namespace std; class A { public: void func() { cout << "func()" << endl; } void func(int) { cout << "func(int)" << endl; } void func(double) { cout << "func(doiuble)" << endl; } //A() = default; A(int) {} }; class B : public A { public: ...
[ "cheeray.huang@gmail.com" ]
cheeray.huang@gmail.com
41b8ec20a125e5b0e670e01dacf1b1bccd7eb78f
22c6d254a39a4679af6b057aeec27534b7e66859
/src/cpp/Tasks/CordonTaskService.h
d9fe31ade29a57cbc7bf351a4840c9a520a887b1
[ "LicenseRef-scancode-us-govt-public-domain", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
afrl-rq/OpenUxAS
ff2fb046403b85b5b515faffb18a4d469e2d71ac
e4ced2c47497ad6544f35d2327c2ac0755eb9d9a
refs/heads/develop
2023-08-20T03:09:27.392140
2023-08-15T15:40:01
2023-08-15T15:40:01
90,540,952
71
38
NOASSERTION
2020-06-01T19:26:15
2017-05-07T15:04:44
C++
UTF-8
C++
false
false
5,116
h
// =============================================================================== // Authors: AFRL/RQQA // Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division // // Copyright (c) 2017 Government of the United State of America, as represented by // the Secretary of th...
[ "derek.kingston@us.af.mil" ]
derek.kingston@us.af.mil
4abe0e3b72ae8e50fc1302204df2d7392a5bbc00
66b5f8668b62698073f3c7c778f4db9e3cb42f49
/include/ReverseLinkedList.hpp
24e3fe724f49021c6aeb31d606eb1ddf567bf0c9
[]
no_license
peterschussheim/leetcode-cpp
f107abc1c5facee7f14430a006901ca0276198fe
697c848ccba8150c7d2c0be07165d21a3fecaba0
refs/heads/master
2020-11-25T01:22:57.664861
2019-12-22T20:40:11
2019-12-22T20:40:11
228,428,508
0
0
null
null
null
null
UTF-8
C++
false
false
206
hpp
#ifndef REVERSE_LINKED_LIST_HPP_ #define REVERSE_LINKED_LIST_HPP_ #include "ListNode.hpp" class ReverseLinkedList { public: ListNode *reverseList(ListNode *head); }; #endif // REVERSE_LINKED_LIST_HPP_
[ "peter@schussheim.com" ]
peter@schussheim.com
dcb9226bf9bb165ff526810184a9ce357d6d3be2
bfc88535fa1495c64672f048a5559e8bb6de1ae1
/HackerEarth/thenormaltype.cpp
77e2ba0f5e86d8c9a0971766fbc55535d52dd47b
[]
no_license
famus2310/CP
59839ffe23cf74019e2f655f49af224390846776
d8a77572830fb3927de92f1e913ee729d04865e1
refs/heads/master
2021-07-05T00:23:31.113026
2020-08-07T22:28:24
2020-08-07T22:28:24
144,426,214
1
1
null
null
null
null
UTF-8
C++
false
false
1,070
cpp
#include <bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int, int> pii; typedef pair<int, pair<int, int> > piii; #define pb push_back #define debug(x) cout << x << endl #define fastio ios_base::sync_with_stdio(0), cin.tie(0) #define PI acos(-1) #define all(c) c.begin(), c.end() #define SET(x, y)...
[ "fadhilmusaad@gmail.com" ]
fadhilmusaad@gmail.com
2090bfe17702726eb325235aba0ff0577241ceef
596151c5af4e243322b004a3527e36e4d47eee3c
/src/gpio.cpp
e14cc286fc7b86f1a06eacb9f15398d5959e3066
[]
no_license
rabidaudio/HapTechSeniorDesign
e476af17a1ab833816bac886b1f02e7643e78384
b26c39e4c1a034bc50dee665041ba1ed06967495
refs/heads/master
2020-12-25T10:35:05.804987
2015-04-27T00:37:08
2015-04-27T00:37:08
31,483,100
0
0
null
2015-03-01T01:28:43
2015-03-01T01:28:43
null
UTF-8
C++
false
false
2,922
cpp
/* Copyright (c) 2011, RidgeRun * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and ...
[ "kenneth.marino28@gmail.com" ]
kenneth.marino28@gmail.com
325da133ff4eababedef08be54745e9116622be5
b6080f939e31bbe5c6b04b758da715292ba4bfbe
/greedy algorithms/n-meeting in a room.cpp
ef50a8c2d4eb171beaf896e1090848138d9510fa
[]
no_license
prajakta2809/Cpp-Algorithms
4f302ad4fe1564c77dde259cd35473134966610b
e3bad7e3e71879e5685707863cc5a0e4478c02c1
refs/heads/main
2023-08-28T19:39:06.940861
2021-10-16T10:13:33
2021-10-16T10:13:33
412,763,782
0
0
null
2021-10-02T10:31:01
2021-10-02T10:31:01
null
UTF-8
C++
false
false
1,788
cpp
// N- meeting question //Greedy Algorithm //Find maximun number of meetings //There is one meeting room in a firm. There are N meetings in the form of (start[i], end[i]) where start[i] is start time of meeting i and end[i] is finish time of meeting i. //What is the maximum number of meetings that can be accommodated i...
[ "prajaktadigraje13@gmail.com" ]
prajaktadigraje13@gmail.com
369ab82b01d55d4fe4288be3372602c83ec59425
23388bd64f5496073ec97357c1c1308568141c3c
/TopTagger/src/TTMXGBoost.cpp
6fb831f31a664e8c470afe9dc34c79b3f4d22440
[]
no_license
kmei-cms/TopTagger
93eff3d4a25d11c5321d6717adcade5a957af0e4
b5aa99672d96cd339cd2fa1a8216f50fe5e14ad2
refs/heads/master
2021-05-03T05:49:52.223438
2018-01-18T18:40:11
2018-01-18T18:40:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,484
cpp
#include "TopTagger/TopTagger/include/TTMXGBoost.h" #include "TopTagger/TopTagger/include/TopTaggerUtilities.h" #include "TopTagger/TopTagger/include/TopObject.h" #include "TopTagger/TopTagger/include/TopTaggerResults.h" #include "TopTagger/CfgParser/include/Context.hh" #include "TopTagger/CfgParser/include/CfgDocumen...
[ "pastika@cern.ch" ]
pastika@cern.ch
904120b0731c5462adb0a600f56dbc3eace0b586
b9b9565b63606a55f8be879244cd9aa5a245e778
/func4j_c/src/func4j_special_Dilogarithm.cpp
7e8a6230b944c86d234bccd47a3ce3cc67f76bea
[]
no_license
javaNoviceProgrammer/science4j
750929eb9deb2ded2bc7f7c93926e983d71dcee6
15d4e9f18ba3d8a1cd03d36237b39b3ba647c84e
refs/heads/main
2023-08-01T01:15:50.291556
2021-09-10T12:04:46
2021-09-10T12:04:46
302,030,587
0
1
null
null
null
null
UTF-8
C++
false
false
1,538
cpp
/* * func4j_special_Dilogarithm.cpp * * Created on: Jan 10, 2021 * Author: meisam */ #include "../headers/func4j_special_Dilogarithm.h" #include <gsl/gsl_sf_dilog.h> /* * Class: func4j_special_Dilogarithm * Method: dilog * Signature: (D)D */ JNIEXPORT jdouble JNICALL Java_func4j_special_Diloga...
[ "javaNoviceProgrammer@git.com" ]
javaNoviceProgrammer@git.com
18b45f97ef3c91d88698b22cdedf90dd86e7abbb
87e306ecf3a6e3ef509aa5a148fdf3a47cde489c
/Project1/结构体长度.cpp
39a988ecb45ac42276ddea33decbecccb187c688
[]
no_license
yifeiguorenyu/jni-1
cb8ba21eacee5419b13448982bb0b178fde4bca7
5737778462c77f48050d158cbe45b7d768addb75
refs/heads/master
2020-07-06T20:35:51.108320
2019-08-22T07:41:17
2019-08-22T07:41:17
203,132,539
0
0
null
null
null
null
GB18030
C++
false
false
383
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> struct Worker { //32怎么来的18 + 4 +8 = 30 //10+4+8=22 char name[18]; int age; double sarlary; //double 为 8 }; void main1q() { //1 按照最大的字节去结算 //2 算得时候,只会按照基本的数据类型去算 //3 能够除以最大字节的整数倍 printf("%d", sizeof(double));//24 getchar(); }
[ "Administrator@PC-20120726BGJL" ]
Administrator@PC-20120726BGJL
854f33d0af81ab2810baa3f6a5076e9643f7a0a2
f68c55921d04b5993497ba7c04f0f635717eeb31
/Leetcode/C++/H-IndexII/main.cpp
d0f26e507984adf24a65f4c5dbf8018e5a6b389e
[]
no_license
zhangruichang/Algorithm
f65edd35fddfaff68bab86478405e4d9bc55b41f
81cd148e9864b173ae9823d0c49478d09c5adc26
refs/heads/master
2016-09-06T10:44:13.184651
2015-09-19T13:42:50
2015-09-19T13:42:50
40,401,680
0
0
null
null
null
null
UTF-8
C++
false
false
1,334
cpp
/* Author: richard Contact: zhangruichang112@gmail.com */ #include<bits/stdc++.h> using namespace std; const int maxn = 1e6 + 10; typedef long long LL; typedef unsigned long long ULL; typedef pair<int, int> pii; typedef vector<int> vi; #define fi first #define se second #define iOS ios_base::sync_with_stdio(false) int...
[ "rczhang@fudan.edu.cn" ]
rczhang@fudan.edu.cn
b517ebfc4c15ec48f3eb4cf062f8568765da37c5
aebf743f2c490964f3737ccc245559f76918cf8d
/word-break/src/word-break.cpp
ba7642bd0fdfe1a568da674229639d2b409ddeff
[]
no_license
xshipolar/projecty
a946663c79c6d0a4886a239159d91ce208892faa
c578015b04d88555cbd0bfd646860e3c4914378f
refs/heads/master
2021-05-30T12:11:12.626185
2015-11-29T03:50:25
2015-11-29T03:50:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,371
cpp
//============================================================================ // Name : word-break.cpp // Author : // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #includ...
[ "sxc901231@gmail.com" ]
sxc901231@gmail.com
e46f58865ba1abf570a08227484210732576073b
3d3575fa19a018d8376e9f309c67430b8d314a18
/test_c11/pattern/test_visitor.cpp
d379938a4d5617c7b24de05281b1efcc8dabce30
[]
no_license
boldness2019/cosmos
9fd6dc57d1cdca2150098151944a23c5839e31f4
5d5f1c40916024419ea9fabae9b8896c8c8e79b9
refs/heads/master
2021-01-07T20:18:03.683925
2019-06-19T06:22:12
2019-06-19T06:22:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
736
cpp
#include <iostream> #include <string> #include "Visitor.hpp" using namespace std; struct stA; struct stB; struct Base { typedef Visitor<stA, stB> MyVisitor; virtual void Accept(MyVisitor&) = 0; }; struct stA: Base { double val; void Accept(Base::MyVisitor& v) { v.Visit(*this); } }; struct stB: Base { int va...
[ "xiangfeng.shen@outlook.com" ]
xiangfeng.shen@outlook.com
9c86011547e0d0e7ccb5509b7b268f935b498d07
3e2f1e2dff179c44256aaed0eb10cda01ee01377
/CTN_04_3DFundamentals/Triangle.h
dd19d2cb70e99de87c3f1c81ea3865be3d599727
[ "Apache-2.0" ]
permissive
TheUnicum/CTN_04_3DFundamentals
e31f772403d96323584068d3595febebc0f2f19f
de33198a14863de32c46bd5f32e958a4140b4e71
refs/heads/master
2020-12-06T20:15:21.149052
2020-01-12T16:20:02
2020-01-12T16:20:02
232,543,397
0
0
null
null
null
null
UTF-8
C++
false
false
81
h
#pragma once template<class V> class Triangle { public: V v0; V v1; V v2; };
[ "tia_ben@tin.it" ]
tia_ben@tin.it
3cbc8bbfc532f2367c792320c15cdd34da1f7ecf
b8fa1ffec35392cfeab592c238f0a354788756bb
/Maze_generator_library/matrix.cpp
db933a9187b4882ff9fa85ead83992fc4d9c298e
[]
no_license
brusnik-city/Maze
6c30e5fbc7f74925db649ad52b311c33452c37e2
2062536c7d1920b29201e25c029572f254855107
refs/heads/master
2022-03-27T09:52:38.821547
2020-01-09T15:39:24
2020-01-09T15:39:24
220,058,036
0
0
null
null
null
null
UTF-8
C++
false
false
1,324
cpp
#include "matrix.hpp" namespace maze_gen { template<typename maze_particle_type, auto size_x, auto size_y, auto size_z> inline constexpr matrix<maze_particle_type, size_x, size_y, size_z>::matrix() { cx_alg::fill(matrix_3d.begin(), matrix_3d.end(), 0); } template<typename maze_particle_type, auto size_x, auto si...
[ "kamilkucharski13@gmail.com" ]
kamilkucharski13@gmail.com
6e7f7d57a71eaaf9930035e9a915659aef3c8e2f
0edbcda83b7a9542f15f706573a8e21da51f6020
/private/inet/mshtml/imgfilt/imgutil/cbsonmem.h
21488af430f7df3d2bb3f6f926579153fc85fe3e
[]
no_license
yair-k/Win2000SRC
fe9f6f62e60e9bece135af15359bb80d3b65dc6a
fd809a81098565b33f52d0f65925159de8f4c337
refs/heads/main
2023-04-12T08:28:31.485426
2021-05-08T22:47:00
2021-05-08T22:47:00
365,623,923
1
3
null
null
null
null
UTF-8
C++
false
false
2,499
h
class CBitmapSurfaceOnMemory : public IBitmapSurface, public IRGBColorTable, public IBitmapSurfaceOnMemoryImpl, public CComObjectRoot, public CComCoClass< CBitmapSurfaceOnMemory, &CLSID_CoBitmapSurfaceOnMemory > { public: CBitmapSurfaceOnMemory(); ~CBitmapSurfaceOnMemory(); HRESULT FinalConstruct();...
[ "ykorokhov@pace.ca" ]
ykorokhov@pace.ca
95b354abbc4c1ac2ee957c064efc448f27dc2ef5
0d444112a34a6936d2c7c92fc5e0fac314884f40
/Labs/lab01/demo.cpp
c91ededfc83491c441df90fd72b5e8de04f8f9a9
[]
no_license
bdugersuren/CS2040C
17a39736234ad1d646f2fb90a3d11cb62293d365
86265a77470533db8c30308e493bfab52af0d35d
refs/heads/master
2021-10-11T11:18:57.423128
2019-01-25T05:28:11
2019-01-25T05:28:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
577
cpp
#include <bits/stdc++.h> using namespace std; // set up to read from an input file when compiling locally void setIO() { #ifdef LOCAL_PROJECT // check my C++.sublime-build freopen("test.txt", "r", stdin); #endif } void print_array(int* arr) { for(int i = 0; i < 10; i++) { cout << arr[i] << " "; } cout <...
[ "sps08.lauyanhan@gmail.com" ]
sps08.lauyanhan@gmail.com
74c92e6fde84b8b9f5bd58c8efd3b917f3d4a7d0
3a89fb99a3563f6646083af208f95dd4c4f57b94
/src/playlist.cc
17f5ca5753e66e23739c4b9e148b0cc56bff72bc
[]
no_license
IainCole/node-libspotify
d1fb4530a742397537cbb68547059fbd4d7d93ce
f5bf2c10372968d9d5e4bd1f0a3a0e307d5472e6
refs/heads/master
2021-01-18T00:10:14.348724
2015-01-05T09:33:39
2015-01-05T09:33:39
9,038,224
1
1
null
null
null
null
UTF-8
C++
false
false
7,802
cc
/* * ===================================================================================== * * Filename: playlist.cc * * Description: Bindings for the playlist submodule * * Version: 1.0 * Created: 30/03/2013 11:58:58 * Revision: none * Compiler: gcc * * Auth...
[ "iaincole1@gmail.com" ]
iaincole1@gmail.com
2866d7a7a8fc50afafd2c65f1534f6bb09daa1cb
70dc29a383994470eb19616b6dadbe6ee55bcece
/chapter2/example4.cpp
13d540f597e76b0921907f7e0f053aec5d0645f4
[ "Apache-2.0" ]
permissive
ckelsel/cxx_meta_programming
23b812c96bb1feea16317edf72a5a9aba2e4acad
8ddd6aee55c6c9476e4268fc59f1a247d13004bf
refs/heads/master
2021-01-17T06:28:26.943299
2016-06-20T23:34:34
2016-06-20T23:34:34
54,827,558
0
0
null
null
null
null
UTF-8
C++
false
false
872
cpp
/* Copyright 2016 kunming.xie * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
[ "kunming.xie@hotmail.com" ]
kunming.xie@hotmail.com
15d424ac144f8f2b4b27b581074acc1811d14fe4
de8eee85da47af00423c95d72834f9c7bb63aed7
/sample/service/test_zk_s/main/service.cpp
b85df887b040c4246bf3a9a7b6301e0b8784c56f
[]
no_license
ZooRey/lspf
1dac0c238934e8ecc37831f8063011be342feeb1
c644115a32372c12cf994d1d6a6f8c86be149f76
refs/heads/master
2021-01-19T15:46:32.173933
2018-01-03T02:15:54
2018-01-03T02:15:54
88,228,338
0
1
null
2017-04-20T13:00:27
2017-04-14T03:15:18
C++
GB18030
C++
false
false
2,910
cpp
#include "service.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <signal.h> #include <errno.h> #include <iostream> #include <sys/types.h> /* about files */ #include <sys/stat.h> #include <sys/file.h> #include <fcntl.h> #include "common/app_conf.h" #include "common/process_co...
[ "lizuorui@126.com" ]
lizuorui@126.com
aa6fea8409ed6ae10708f4295134ed4fb0720cf7
15562fabdcc356c2bf118861071435a22b72ddb8
/Constants.hh
6f84610d9be5c42fde33e4f622d1d1cc2cca1922
[]
no_license
DoktorMike/crypsis
92957d75d7fe6d6ed567e891da5dc732c9891118
29b0e2233f3f1663bc500241c2914d05f0cab879
refs/heads/master
2020-12-25T19:03:50.167200
2017-10-22T16:40:52
2017-10-22T16:40:52
32,145,334
1
0
null
null
null
null
UTF-8
C++
false
false
805
hh
static const uint genomeSize = 8; /** The number of genes in the genome */ static const uint maxGenomeVal = 1; /** The maximum value a gene can have */ static const uint maxSize = 50; /** The maximum number of Individual in this habitat */ static const double mutationRate = 0.05; /** The mutation rate for individuals d...
[ "micke.green@344834b4-9fbc-11dd-932a-8f5888711c47" ]
micke.green@344834b4-9fbc-11dd-932a-8f5888711c47
35670a5388ba58490e9f74080881f1acd0c97c81
76fe91ca27a7035e40d0c6c9a257a4246c450100
/RSNTP/rsntp.cpp
ee865f167f4e66b4573629651d08a27c18918265
[]
no_license
liluyi/WCETools
a866cfb41c0609c1c69fd4630c35b87692e59b62
7e07dbf8e5c9a4ae8f9902576b2853f3c3d7dc60
refs/heads/master
2023-03-16T12:45:57.611960
2019-06-20T03:39:22
2019-06-20T03:39:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,617
cpp
#include "stdafx.h" #include "rsntp.h" // Adapter/configuration path setting #define B_DBG (FALSE) #define MAX_SERVER_LEN (2048) /* RSNTP.INI EXAMPLE ; comment [RSNTP] SERVER=tock.usno.navy.mil, time.windows.com ; AUTOUPDATE= 1 ; DWORD, 1 is enabled, 0 is disable ServerRole= 1 ; DWORD, REFRESH=12096000...
[ "kunyi.chen@gmail.com" ]
kunyi.chen@gmail.com
914bd1ec00104df72f3ce7934e4e4928cded5d4a
34941b31726c44d8416074f9e2a2c45d7b4ed3c0
/tests/nd_item/nd_item_constructors.cpp
47ea60c6d6b5a2a1b9d0544b31d11eda2c4fdcce
[ "Apache-2.0" ]
permissive
mkinsner/SYCL-CTS
2f00d8099f809b164306066eaaf4ac34d1c38f67
7e469d115df4326b4683dd7ce200d1230ff27014
refs/heads/master
2020-06-02T15:55:24.628602
2019-09-03T09:11:48
2019-09-19T15:39:54
191,218,307
0
0
Apache-2.0
2019-06-10T17:51:50
2019-06-10T17:51:50
null
UTF-8
C++
false
false
5,885
cpp
/******************************************************************************* // // SYCL 1.2.1 Conformance Test Suite // // Copyright: (c) 2018 by Codeplay Software LTD. All Rights Reserved. // *******************************************************************************/ #include "../common/common.h" #include...
[ "ronan.keryell@xilinx.com" ]
ronan.keryell@xilinx.com
093841792e5505ffac96c9eb4d18b7492d6e58a8
8f6fa747542969117fc141e0d2a9e5ebf4663306
/sdl2-3d/sdl2-3d/Engine/Graphics/Graphics.cpp
a639b09737f05f3e1233a1319189e1824eeb9a14
[]
no_license
xoppa/sdlgame
4b697d945a0f41af659fd991192e39740ddd4bf0
a1fd73b413c610cf21742609fafad735717f3503
refs/heads/master
2021-01-17T12:49:57.115575
2014-05-28T18:39:09
2014-05-28T18:39:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,201
cpp
#include "Graphics.h" #define ENABLE_ARB_DEBUG_OUTPUT #include <SDL.h> #include <SDL_syswm.h> #include <gl\glew.h> #include <assert.h> #include "GL/GLTextureManager.h" static const unsigned int MAX_GL_MAJOR_VERSION = 4; static const unsigned int MAX_GL_MINOR_VERSION = 5; SDL_Window* Graphics::s_windo...
[ "e.m.p.v.oosten@hotmail.com" ]
e.m.p.v.oosten@hotmail.com
2c287f4881dcc082dc33043a483cc1e861cbfe42
6cbef5219402edae0ce8c05c8135804f4edca014
/Voxtor/Tree.h
971b122531e5be654fbc3e62bc4c2d13f620ed78
[]
no_license
Mesonnaise/Voxtor
a62c71d0d85a448543744fafaaa00b69cb4e6d16
6feec8ac18adb0ad45e88262006c986838ab3a78
refs/heads/master
2020-03-16T13:45:06.888257
2018-07-23T19:17:34
2018-07-23T19:17:34
132,698,628
1
0
null
null
null
null
UTF-8
C++
false
false
7,101
h
#pragma once #include<vector> #include<algorithm> #include<memory> #include"Succinct/Array.h" #include"Index.h" enum TreeType{ TREE_DENSE=true, TREE_SPARSE=false }; template<TreeType IsDense> class Tree{ private: std::vector<Succinct::Array> mStack; mutable Index mIndex; mutable std::vecto...
[ "Mesonnaise@gmail.com" ]
Mesonnaise@gmail.com
2ed2c6a964b8c131573646c5bd6331773d7a0a43
0795b456eb8343c3663c71d8219086e9fbe21078
/normal-452-Minimum_Number_of_Arrows_to_Burst_Balloons/452-Minimum_Number_of_Arrows_to_Burst_Balloons.cpp
a5cc6d69ba43d6282bee32a90fbdf7e964f03d6b
[]
no_license
burningDown/my_leetcode
ae5521c2233ef86d3e48fd175952ec81f6ae3ca1
02be289989b9bbda198578e88f004dc83842d40f
refs/heads/master
2021-07-06T15:07:45.904592
2020-09-07T13:36:40
2020-09-07T13:36:40
177,900,149
0
0
null
null
null
null
UTF-8
C++
false
false
728
cpp
bool compare(vector<int> &p1, vector<int> &p2) { return p1[0] < p2[0]; } class Solution { public: int findMinArrowShots(vector<vector<int>>& points) { const int &l = points.size(); int i = 0, j = 0, minY, arrows = 0; sort(points.begin(), points.end(), compare); while(i<l) ...
[ "734556742@qq.com" ]
734556742@qq.com
06c5f74ded3bef82e5d10ad22c108fb0c76613ce
7b46f4140b078c5cb7954b6735fff6a31e2e7751
/caffe2/operators/gather_op.cc
34c42bfc983f84f576a13e87f7e9f391d02e7cb5
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "Apache-2.0", "BSD-2-Clause" ]
permissive
jcjohnson/pytorch
f704a5a602f54f6074f6b49d1696f30e05dea429
ab253c2bf17747a396c12929eaee9d379bb116c4
refs/heads/master
2020-04-02T15:36:09.877841
2018-10-24T21:57:42
2018-10-24T22:02:40
101,438,891
8
2
NOASSERTION
2018-10-24T21:55:49
2017-08-25T20:13:19
Python
UTF-8
C++
false
false
3,009
cc
#include "gather_op.h" namespace caffe2 { REGISTER_CPU_OPERATOR(Gather, GatherOp<CPUContext>); OPERATOR_SCHEMA(Gather) .NumInputs(2) .NumOutputs(1) .SetDoc(R"DOC( The *Gather* op accepts a *DATA* tensor of rank $r >= 1$ and *INDICES* tensor of rank $q$ as inputs. It then gathers entries of the outer-most...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
0fae9e091a18d13b36a9056b3c1a4fb090572b46
da6ab8c780e8f1a08798d2ab97528c57bd88e54c
/Source/FastoreCore/StoreHandler.cpp
cba910b0e6efc90dd690d3af18d5bb0013d27b6c
[]
no_license
nkgfirecream/Fastore
b8d30c059cd2f4885a60047d1ddcebc98a7ed4de
1075deb97c89ac2771e27115f920aea1c322a08e
refs/heads/master
2021-01-24T21:58:02.357744
2014-12-19T07:42:00
2014-12-19T07:42:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,064
cpp
#include "StoreHandler.h" using boost::shared_ptr; using namespace::fastore::communication; StoreHandler::StoreHandler(std::string path, uint64_t port) : _logManager(new LogManager(path)), _status(internalStoreStatus::stopped) { // Your initialization goes here } void StoreHandler::checkpointBegin(...
[ "jpercival@b30075cd-70d6-584e-9a73-6433d0c45435" ]
jpercival@b30075cd-70d6-584e-9a73-6433d0c45435
cc9762a63e8e9edb19635cc1ad668efe8992afb9
6868794e4dd38d4c11207a7357ffe871d2769d08
/src/source/VertexArray.cpp
3bbb1a50a74aa898574b208f5786f7cb590bacd9
[]
no_license
LiquidPeach/Pendulum-Simulation
526f98528be0cb02e6080416cd6035690f21359c
6f5a749bbb762066cf39d874a835bf168e64592f
refs/heads/master
2023-06-27T16:44:15.509853
2021-07-27T05:04:46
2021-07-27T05:04:46
384,793,359
0
0
null
null
null
null
UTF-8
C++
false
false
654
cpp
#include "VertexArray.h" VertexArray::VertexArray() { glGenVertexArrays(1, &m_ArrayID); } VertexArray::~VertexArray() { glDeleteVertexArrays(1, &m_ArrayID); } void VertexArray::LinkAttributes(const VertexBuffer& VBO, unsigned int layout, int size, GLenum type, GLsizei stride, const void* offset) { VBO.Bind(); gl...
[ "gaminggyrrl@gmail.com" ]
gaminggyrrl@gmail.com
1c5ac32bfc589772de09ddb99d9e455c6ee95cc9
98157b3124db71ca0ffe4e77060f25503aa7617f
/codeforces/500/a.cpp
21d2417491f5b4cacef16655c7c4fffe7b464ad0
[]
no_license
wiwitrifai/competitive-programming
c4130004cd32ae857a7a1e8d670484e236073741
f4b0044182f1d9280841c01e7eca4ad882875bca
refs/heads/master
2022-10-24T05:31:46.176752
2022-09-02T07:08:05
2022-09-02T07:08:35
59,357,984
37
4
null
null
null
null
UTF-8
C++
false
false
466
cpp
#include <bits/stdc++.h> using namespace std; const int N = 1e6 + 5; int a[N]; int main() { int n; scanf("%d", &n); for (int i = 0; i < 2 * n; ++i) scanf("%d", a+i); sort(a, a+2*n); long long ans = 1LL * (a[2 * n-1] - a[0]) * (a[n-1] - a[0]); ans = min(ans, 1LL * (a[2 * n-1] - a[n]) * (a[n-1] - a[0]...
[ "wiwitrifai@gmail.com" ]
wiwitrifai@gmail.com
01cc1d5ebe553ce84d3377e6eaa44dd07bfe13dc
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/xgboost/xgboost-gumtree/dmlc_xgboost_new_hunk_861.cpp
8e12a3c6cb38530c7292e0865fd826eecb714b4d
[]
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
418
cpp
for( size_t j = 0; j < boosters.size(); ++ j ){ if( j != 0 ) fprintf( fo, "\t" ); std::vector<int> path; boosters[j]->PredPath( path, data, i ); fprintf( fo, "%d", path[0] ); for( ...
[ "993273596@qq.com" ]
993273596@qq.com
498a91d9d8aad5b1437ff592f47bcb494d5a20ba
9472670a8487ef8bd70b327829df0c73ded6df20
/PROGRAMACION Y ESTRUCTURA DE DATOS/tads/lista/tad02.cpp
d1d6e3d5a3c8b343125dc35de3321bb9530ca93a
[]
no_license
josemygel/Temario-Ingenieria-Software-UA
246b4f7044ae5f5f8fcb171ad6b01040d19396fa
32cc45fcaee9d3d7282796f083691ec9d4551848
refs/heads/master
2023-05-10T23:38:04.608129
2020-08-02T08:08:04
2020-08-02T08:08:04
216,786,952
17
12
null
2023-05-07T02:16:11
2019-10-22T10:31:00
HTML
UTF-8
C++
false
false
210
cpp
#include <iostream> using namespace std; #include "tvectorcalendario.h" int main(void) { TVectorCalendario a, b(-3), c(4); cout << a << endl; cout << b << endl; cout << c << endl; return 0; }
[ "josemygel@gmail.com" ]
josemygel@gmail.com
2520fbfe0ef70a9e73065dd9ba58b4c7edca36d7
d994de82eb1b01cb8839a9cdf6014684aa0af16c
/PSKOutput2D/PSKhdf5adaptor.h
331171c9b83937f0104d16df97a0187242979d21
[]
no_license
nonamenew1/Parsek2D_MLMD
f9219a04b7b8dda0e195de957a8813325e588389
a03ec1f39eb8b3ec024501b41acd559168da96cd
refs/heads/master
2020-04-28T22:54:57.555890
2014-04-23T13:35:51
2014-04-23T13:35:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,663
h
// File: PSKhdf5adaptor.h /*! \file Base exception class */ #ifndef _PSK_HDF5_ADAPTOR_H_ #define _PSK_HDF5_ADAPTOR_H_ #include "PSKOutput.h" #include <algorithm> #include "hdf5.h" //#include "H5LT.h" #include "hdf5_hl.h" namespace PSK { class HDF5OutputAdaptor : public OutputAdaptor { std::string _hdf5_f...
[ "mariaelena.innocenti@gmail.com" ]
mariaelena.innocenti@gmail.com
cb2cd20cbe4985eee28a1668b5d9b5ae1eaba209
160ee90d4085eef087d389d9e3b274a78f898db2
/prototype/DBStatus.h
0b4689ccfd55e907120e15dfa3b70d8b59b66749
[]
no_license
EveyJSwag/MotifLibrary
3a6ac84960f2c6392f4d0bee3bb2afe4ea97e56d
97dc7a21c16e4f93197fddee744d794e4e70e788
refs/heads/master
2023-04-05T17:49:29.635231
2021-04-17T05:06:37
2021-04-17T05:06:37
338,954,350
0
0
null
null
null
null
UTF-8
C++
false
false
1,319
h
#ifndef DBSTATUS #define DBSTATUS #include <vector> #include "EvApp.h" #include "EvWidget.h" #include "EvForm.h" #include "EvButton.h" #include "EvLabel.h" #include "EvList.h" #include "EvDropdown.h" #include "EvCursor.h" #include "EvDBMain.h" #include "EvArt.h" class DBStatus { public: typedef void* (*DB_THREAD_...
[ "elj10@q.com" ]
elj10@q.com
89d4f28a1e16b7175a5d23e2cae672eca2666018
1f1b0b02bc6523d37537d179bbdac929c968a171
/Chap06App/virtualBase1.cpp
72348d51a066fbe244cf7bd45a2b1e98061b6dd3
[]
no_license
andrewbyun112/StudyCpp
72e1cc30302241e2ffc46366405bc12b015d6123
c0d0548e6f2d0ccb4fd3f6f133652525bb72430d
refs/heads/master
2022-06-16T15:34:45.335087
2020-05-13T01:32:50
2020-05-13T01:32:50
257,439,325
0
0
null
null
null
null
UTF-8
C++
false
false
498
cpp
#include <stdio.h> class A { protected: int a; public: A(int aa) { a = aa; } }; class B : virtual public A { protected: int b; public: B(int aa, int ab) : A(aa) { b = ab; } }; class C : virtual public A { protected: int c; public: C(int aa, int ac) : A(aa) { c = ac; } }; class D : public B, public C { protect...
[ "andrewbyun112@gmail.com" ]
andrewbyun112@gmail.com
56d5641189aa39fb62beae5d6a14d43881a70de0
3579b4de0c15259d83504c12c8996418142a0a45
/mod/gemc/2.2/source/fields/field.cc
f28b5ba8d37b2a837b81252a2d6f8dbec15be033
[]
no_license
JeffersonLab/solid_gemc
146cf2105e4f7e4d44cdb9ca5045a3942a348a53
0817316475a8ad4d54bc62e7be9730225c2adf80
refs/heads/master
2023-08-16T19:52:00.097897
2023-06-21T23:31:30
2023-06-21T23:31:30
159,871,444
1
8
null
2022-03-09T17:46:12
2018-11-30T19:47:48
C
UTF-8
C++
false
false
5,589
cc
// gemc headers #include "field.h" #include "string_utilities.h" #include "fieldFactory.h" #include "multipoleField.h" // G4 headers #include "G4UniformMagField.hh" #include "G4ChordFinder.hh" #include "G4ClassicalRK4.hh" #include "G4HelixSimpleRunge.hh" #include "G4HelixImplicitEuler.hh" #include "G4HelixExplicitEule...
[ "zwzhao@jlab.org" ]
zwzhao@jlab.org
bcbfb5d436d4671b9c829c35692ff51c055dda31
1a3210137310fa0a803bb0979331f0805c185acd
/VizTrader/VizCBollingerLowerBandIndicator.h
f88c64412484d23d647073bfda70c276c20b22c2
[]
no_license
leoschmitz/viztrader
c356e6e640fb4007d4b7e84ce2af4facc18d4d43
d3cf9038dbc3a59ebe7fd8dc2f859ea4662c89c1
refs/heads/master
2023-01-04T19:26:47.828525
2020-10-31T15:54:58
2020-10-31T15:54:58
299,462,107
0
0
null
null
null
null
UTF-8
C++
false
false
2,535
h
//----------------------------------------------------------------------------- // // Copyright (C) 2008-2009 Visualitica Soluções em Visualização LTDA. All rights reserved. // //----------------------------------------------------------------------------- #ifndef __VIZCBOLLINGERLOWERBANDINDICATOR_H__ #define __VIZCBOL...
[ "laschmitz@gmail.com" ]
laschmitz@gmail.com
028f872ec330b4c66ada4823118852ccdf8f9960
e4a294386bc6093e8c8d55942b66b31c148f0fcd
/Proiect2/main.cpp
e472b86ea0f11c40971acc9aa8a2fd6a23623d70
[]
no_license
andrei-macovei/Proiecte-POO
c1163df1b02ccf413e8aff1b686e3d9e65385011
dc99f8fc50c6b58c8e6af85be4bede1bd93bcf2f
refs/heads/master
2020-08-31T05:45:36.677735
2020-01-08T20:03:30
2020-01-08T20:03:30
218,610,794
0
0
null
null
null
null
UTF-8
C++
false
false
4,554
cpp
#include <iostream> using namespace std; class Monom{ int grad; float coef; public: Monom(float c = 1,int g = 0) : grad(g), coef(c){} Monom(const Monom &m){ grad = m.grad; coef = m.coef; } ~Monom(){} friend ostream & operator<<(ostream& out,const Monom &m); friend is...
[ "andrei-macovei@users.noreply.github.com" ]
andrei-macovei@users.noreply.github.com
c55bc59e497800dbae0e09b7384bc6497a25236d
acbcdce1c70e1f78c577b78f129ca1c701b4409a
/MonsterChase/Engine/ProcessFile_Process.cpp
9e57ca1433c5b3e2ad3be80cc734617ce265a9bf
[]
no_license
arpit09891/MonsterChase
a68d68b69161cbdce5dbbe06838be225e6ed0d95
31a4db83552ffa09fd5457f47ebd00ad307c81fc
refs/heads/master
2020-04-16T22:20:24.271952
2019-01-16T03:06:49
2019-01-16T03:06:49
165,963,684
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
#include"ProcessFile_Process.h" #include"LuaTestClass.h" void ProcessFile_Process::Run(){ if (m_sizeFileContents && m_pFileContents) { LuaTestClass LTC = LuaTestClass(); LTC.LuaTest(m_pFileContents, m_sizeFileContents); } }
[ "u1060328@utah.edu" ]
u1060328@utah.edu
54b329899b861280845ee4b06821984c8b6fc30d
73eb7881d85db3cab9bc4003b85ba429434c307b
/E_Ink_Presentation/epd1in54-demo/epd1in54.cpp
3f31d3a9d64657fb32c5f1b998ceef98cc7d0eed
[]
no_license
mitunchidamparam/NerdAbend
bbdd924d8edc299689cc19c8f78c355e01453af6
639d565105631c1103e211e54a67179b6ed0487d
refs/heads/master
2020-04-11T04:32:33.439360
2019-11-10T13:19:27
2019-11-10T13:19:27
161,515,550
1
0
null
null
null
null
UTF-8
C++
false
false
8,257
cpp
/** * @filename : epd1in54.cpp * @brief : Implements for e-paper library * @author : Yehui from Waveshare * * Copyright (C) Waveshare September 5 2017 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documnetation files (...
[ "nickjwolf@gmx.de" ]
nickjwolf@gmx.de
b988b54d84bff3213834c93f4b4480a126322c96
fddc36ad6a12339c6fccb0c283eac4aa4fe2c45b
/export/mac64/cpp/obj/src/__files__.cpp
aa38aba0f023d0c7e7b5c8b0f5cacd7968ee0f06
[]
no_license
mjahearn/OneScreen
2424d66d7ab21d2aa87d3584d36e606cc3b9df5f
5b1ad4f267681772decf71d463dfda610f3379c0
refs/heads/master
2020-05-20T04:41:18.064689
2014-12-08T02:36:57
2014-12-08T02:36:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
58,562
cpp
#include <hxcpp.h> namespace hx { const char *__hxcpp_all_files[] = { #ifdef HXCPP_DEBUGGER "/usr/lib/haxe/std/Lambda.hx", "/usr/lib/haxe/std/List.hx", "/usr/lib/haxe/std/StringTools.hx", "/usr/lib/haxe/std/cpp/Lib.hx", "/usr/lib/haxe/std/cpp/_std/Date.hx", "/usr/lib/haxe/std/cpp/_std/EReg.hx", "/usr/lib/haxe/std/cpp/...
[ "mjahearn@mit.edu" ]
mjahearn@mit.edu
6f8b5e61f46e2edaeaae2cf2d0ba7347691e4e43
5c18095eb710a43277de613c865225bf98c4ec84
/cppmedian.cpp
998a488b54f17efa094413ac3e84aaf9106501ab
[]
no_license
admarkov/AVXMedianFilter
9c0ce449dd5f5de8d21022932ecef6ee53f3cf77
3fa0c75f4d247e8e0c0cf856f3fa6b5cb79eb5a5
refs/heads/master
2021-01-05T08:53:08.377074
2020-03-09T17:50:52
2020-03-09T17:50:52
240,963,104
0
0
null
null
null
null
UTF-8
C++
false
false
23
cpp
#include "cppmedian.h"
[ "ydmarkov@yandex.ru" ]
ydmarkov@yandex.ru
aacb830d27e2d589f9802ef761010ffb222da642
c8c5857c9cad4559994c7fc04dc776551e67d193
/Plugins/OrbitPlanetarium/Source/OrbitPlanetarium/Public/OrbitPlanetarium.h
bf406e26e7e4e651008688eee799a8faa204312d
[ "MIT" ]
permissive
TomPyne/Orbit-Planetarium-Plugin
11d73b66d7e08a6ca0b757ccd33504630b612d04
ef0d96a249cb4adf136f13d776b1f05667e8ffeb
refs/heads/master
2021-04-17T16:40:51.270638
2018-03-26T07:00:54
2018-03-26T07:00:54
125,877,349
0
0
null
null
null
null
UTF-8
C++
false
false
366
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "ModuleManager.h" DECLARE_LOG_CATEGORY_EXTERN(LogOP, Log, All); class FOrbitPlanetariumModule : public IModuleInterface { public: /** IModuleInterface implementation */ virtual void StartupModule() overrid...
[ "tompyne@live.co.uk" ]
tompyne@live.co.uk
7200d32ee06f97440fa7e4c96a30fa0b856dfe10
430eb4ea30da6eebbc870dfc9fafbf0c6f0bb344
/hearYourHomeRepeater.cpp
1abfaa2eac7f2720423e692ef2555bde272504c9
[]
no_license
SpeedACMHack/HearYourHome-Repeater
0fc978ef49e4455a72511eb7bbe20c8f719a0318
5859b057e5221000313ffb2a73c7492dc3b498f4
refs/heads/master
2021-01-01T05:16:14.608434
2016-04-17T01:33:33
2016-04-17T01:33:33
56,405,746
0
0
null
null
null
null
UTF-8
C++
false
false
526
cpp
/* Purpose: This program is designed to listen for LISNR Signals and repeat them if necessary Developer: Shayne Hemminger, Tyler Ault, Jacob Berdichevsky */ // This next line is important if you are running this code on a photon rather than an arduino. // This defeats the purpose of using this project. But can be...
[ "shayne.hemminger@louisville.edu" ]
shayne.hemminger@louisville.edu
70ad692dece2af24be86959f3c8c0db8569c0bd2
b3eb37edb864153452e1cbf0a63bc3fdad3ab129
/Chapter 9. 가상(Virtual)의 원리와 다중상속/Ch9_(2). 다중상속(Multiple Inheritance)에 대한 이해/MultiInheri2.cpp
a302728df9cd3ec9dccf40bfb721d52dd6c72df3
[]
no_license
Gaon-Choi/cpp_study
3a1effc896a5ab3ca072f1610b666fe7d62468f0
d5bd78e5f230feb8e178f22bb9843932bf57451f
refs/heads/master
2020-06-08T18:45:51.266951
2019-10-08T02:49:24
2019-10-08T02:49:24
193,284,835
0
1
null
null
null
null
UTF-8
C++
false
false
403
cpp
#include <iostream> using namespace std; class BaseOne { public: void SimpleFunc() { cout << "BaseOne\n"; } }; class BaseTwo { public: void SimpleFunc() { cout << "BaseTwo\n"; } }; class MultiDerived :public BaseOne, protected BaseTwo { public: void ComplexFunc() { BaseOne::SimpleFunc(); BaseTwo::Simple...
[ "choigaon1028@gmail.com" ]
choigaon1028@gmail.com
82bf6753522f72686e068e9f985fd4c495293117
c6367ed8690b0859ec4c3f4e2bbe16ac4b374538
/src/iface/config_reader.hpp
79061dd692a0a64dd7de8b62fe45dee8e35ff48c
[ "MIT" ]
permissive
mb3h/cmdg
e17291d6d6e0d20bca36153d04d2c2a8c89f47b0
7f0fb0f148d7559c47c251bae47c5689fdb17dfa
refs/heads/master
2023-05-03T21:49:03.553069
2023-04-19T05:08:46
2023-04-19T05:08:46
223,869,222
5
0
null
null
null
null
UTF-8
C++
false
false
467
hpp
#ifndef CONFIG_READER_H_INCLUDED__ #define CONFIG_READER_H_INCLUDED__ #ifndef config_reader_s # define config_reader_s void #endif struct config_reader_i { _Bool (*read_s) (config_reader_s *this_, const char *key, const char *defval, char *buf, unsigned cb); unsigned (*read_u) (config_reader_s *this_, const char *k...
[ "mb3hf7@outlook.com" ]
mb3hf7@outlook.com
88393e6f05daf5520bef497e0caec5f127f7b400
6c38f69fd4a0fce003e12ea27a0b2d958c7eea71
/Texture3/src/otbScalarImageToTexturesFilter.h
f7ac1d852166f1e8f9fc985f6e1dcb81e62ee896
[]
no_license
paniwani/ImageProcessing
638af91e10b06009f8bec0e6d57b9eec7333570b
2fa7209f4d6e251f41dc38e12becb5a101ee9820
refs/heads/master
2021-01-19T10:32:10.880459
2011-07-12T03:58:42
2011-07-12T03:58:42
1,154,476
1
0
null
null
null
null
UTF-8
C++
false
false
7,341
h
/*========================================================================= Program: ORFEO Toolbox Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. This software is distributed WITHOUT ANY WARRAN...
[ "paniwani@gmail.com" ]
paniwani@gmail.com
735b09aee03662df95d5687e8db45b74d7be570f
54e3e634993e86e75a4aad10af901f886a6a8a5c
/ws2/digit1/src/digit.cpp
5a21bd5faafa98c579782df1d9a0d17cd0da55a0
[]
no_license
marcelamsler/CPP
53ef91c7877925d3587b7a8afa70b68a4527c85b
213039f04fb9a8fbc0e09b5b379047a12145c8b4
refs/heads/master
2021-01-13T01:27:43.400889
2014-12-10T09:42:35
2014-12-10T09:42:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,367
cpp
#include <iostream> #include <vector> #include <iterator> #include <algorithm> #include <sstream> #include <iostream> #include <iomanip> std::vector<std::vector<std::string>> generateDigits() { std::vector<std::vector<std::string>> digits{10}; digits[0].push_back(" - "); digits[0].push_back("| |"); digits[0].pus...
[ "marcel.amsler@gmail.com" ]
marcel.amsler@gmail.com
7c5c3b67c869b4efa094b1cf35ca7db363b01d09
e798f3cd0d6cc6ad191702bbb387afdb0ae9eab0
/Classes/Animation/AnimationLibrary.hpp
a0c1e067da14ef1d5623241ced8772214d803c60
[]
no_license
Morgan87/FlameDragonX
9dbd359c939df08a1f7c7a8a769d9408bf50ca10
15ed056572c52df76cfea8990cc1e5f81331c8fc
refs/heads/master
2021-05-07T04:08:19.692309
2016-11-29T22:41:46
2016-11-29T22:41:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,902
hpp
// // AnimationLibrary.hpp // FlameDragonX // // Created by SuiYi on 8/25/16. // // #ifndef AnimationLibrary_hpp #define AnimationLibrary_hpp #include "cocos2d.h" #include "SlideAnimation.hpp" #include "FightAnimationDefinition.hpp" #include "FightAnimation.hpp" #include "MagicAnimationDefinition.hpp" USING_NS_CC...
[ "charlie_5899@hotmail.com" ]
charlie_5899@hotmail.com