blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
c08b4de9cfcdbe436ff6ad41fdae2e9644b764dd
9b23195793276f2fc17f459f2813fe9f1d5e97b6
/snbody.cpp
7d12c0d68a28d348400ae4d436f4d0df8b299a94
[]
no_license
abbenteprizer/n-body
7875488ff188348ce78a2e0cfc417cb2e2f92d45
149ba0b8a7f287126e2714681cb178a9012536b1
refs/heads/master
2020-04-27T17:06:18.413579
2019-03-17T14:22:03
2019-03-17T14:22:03
174,505,096
0
0
null
null
null
null
UTF-8
C++
false
false
4,367
cpp
#include <iostream> #include <cmath> #include <vector> #include <cstdlib> #include <omp.h> #include <limits> #include <stdio.h> #include <time.h> #include <sys/time.h> #include <stdbool.h> // #define G 6.67e-11 #define DIMENSION 100 #define TIMESTEP 0.1 double G = 6.67e-11; int num_planets; using namespace std; str...
[ "abbenteprizer@gmail.com" ]
abbenteprizer@gmail.com
2ef59753ac8dfd047569bb5d357b14a415b4f945
d4b17a1dde0309ea8a1b2f6d6ae640e44a811052
/lang_service/java/com/intel/daal/algorithms/univariate_outlier_detection/input.cpp
3fe1bd68f3ec46e678716a3b0a5f915bfc36bd28
[ "Apache-2.0", "Intel" ]
permissive
h2oai/daal
c50f2b14dc4a9ffc0b7f7bcb40b599cadac6d333
d49815df3040f3872a1fdb9dc99ee86148e4494e
refs/heads/daal_2018_beta_update1
2023-05-25T17:48:44.312245
2017-09-29T13:30:10
2017-09-29T13:30:10
96,125,165
2
3
null
2017-09-29T13:30:11
2017-07-03T15:26:26
C++
UTF-8
C++
false
false
1,976
cpp
/* file: input.cpp */ /******************************************************************************* * Copyright 2014-2017 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
[ "vasily.rubtsov@intel.com" ]
vasily.rubtsov@intel.com
b9582b9d5ff56229dbcc0492f43314f9c354b154
451d07b78493d503add9b54ee9ba23d3777f43e1
/src/QuickLZ/level-4.cpp
9361c15c23bac557c2e06d7fa5453e34252e516a
[ "MIT" ]
permissive
Vladimir-Lin/QtQuickLZ
3c16e964bd3bc73c1954324a6fbea263715c50f6
2f60319997fb254388f7007f3f0226eee91dc129
refs/heads/main
2023-06-15T11:30:28.761370
2021-07-11T14:26:25
2021-07-11T14:26:25
377,382,791
0
0
null
null
null
null
UTF-8
C++
false
false
1,280
cpp
/**************************************************************************** * * Copyright (C) 2016 Neutrino International Inc. * * Author : Brian Lin ( Vladimir Lin , Vladimir Forest ) * E-mail : lin.foxman@gmail.com * : lin.vladimir@gmail.com * : wolfram_lin@yahoo.com * : wolfr...
[ "lin.vladimir@gmail.com" ]
lin.vladimir@gmail.com
5cf55322a5c88303104a8c14079528a168146ee7
52de6170dbd69f70d83c640ba2b118657bd876e3
/console/queue/queue/queue.h
50b2a3391d399f904c1df353765daea0cfc6b4a9
[]
no_license
Nukem74/QTSolutions
96fdc25f3b8c0b1b3c932c677c6076eb61452920
6e8ff67ca3f684b7c30bd1b7b2b581ffba665a82
refs/heads/master
2020-05-16T16:53:46.921259
2019-12-10T05:38:25
2019-12-10T05:38:25
182,659,727
0
0
null
null
null
null
UTF-8
C++
false
false
3,298
h
#ifndef QUEUE_H #define QUEUE_H #include <iostream> #include <cassert> using namespace std; template<typename T> class Queue { private: T *queuePtr; // указатель на очередь const int size; // максимальное количество элементов в очереди int begin, // начало очереди end; ...
[ "Nukem74@gmail.com" ]
Nukem74@gmail.com
0c79661938a75134cd97ae2e936df3a1ed8c6294
bdd86480abf7ce41ee0f80e0a541c880d7835e0a
/Profilers.cpp
7ca7ca6b362b651de44e9d5f2ebb302000b27630
[ "BSD-2-Clause" ]
permissive
Adam23713/CPP-Profiler
24813a2655d9482f8b0fc7d862de70b909c2f9d4
f80861a72a37ae0d40792550856bc54b8b764296
refs/heads/master
2020-03-24T04:15:47.517187
2018-07-26T14:11:57
2018-07-26T14:11:57
142,449,623
1
0
null
null
null
null
UTF-8
C++
false
false
2,173
cpp
#include "Profilers.h" TimeMeasurer::TimeMeasurer(const std::string& name) : _subjectName(name), _curretTimer(true) { } TimeMeasurer::~TimeMeasurer() { auto duration = _curretTimer.ElapsedTime<TimeType>(); TimerMeasurerCollector::Instance().AddNewElement(_subjectName, duration); } std::string TimerMeasurerCollecto...
[ "kerteszadam23@gmail.com" ]
kerteszadam23@gmail.com
fcbabb5a8252f47e9308f42038f522b607ae0e64
1bfefe31f2bca91052272326f5f5f07a19eb8344
/MaxCam/DmtpcStringToolsCint.h
fb7a56785b9d1f2847eae78c9ba53b9b3c6ff57f
[]
no_license
tjjjjjjj/OLIVIA-DCTPC
d1e4279519d25014a29793888ac1b92b3b02672d
d25c4896c8fb44e838593bcc5c7da42838713259
refs/heads/master
2020-12-25T10:35:53.368417
2016-08-22T17:24:52
2016-08-22T17:24:52
60,537,945
0
0
null
null
null
null
UTF-8
C++
false
false
2,030
h
/******************************************************************** * DmtpcStringToolsCint.h * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************...
[ "spitzj@mit.edu" ]
spitzj@mit.edu
366a33789987b71093c15d5cd74b37d965641cbe
ea3719ca6418482df5d1bbe38851114684794e9f
/Algorithms/094. Binary Tree Inorder Traversal/94. Binary Tree Inorder Traversal(Iteration).cpp
1fe4dc4b5ddb957fc8a72a32ce4837737998766a
[]
no_license
JokerLbz/Leetcode
131335a48b1607df31c1e1b23b81b3acb1eaad38
26f0e97c5168c45929dac5d7d41c78eef8321a56
refs/heads/master
2020-04-25T08:59:41.535235
2019-04-20T12:58:07
2019-04-20T12:58:07
172,664,045
0
0
null
null
null
null
UTF-8
C++
false
false
1,084
cpp
//Question : 94. Binary Tree Inorder Traversal //URL : https://leetcode.com/problems/binary-tree-inorder-traversal/ //Approach : Iteration (迭代) //Runtime : 4 ms (100%) //Memory Usage : 8.9 MB (97.23%) //Time complexity : O(n) //Space complexity : O(n) /** * Definition for a binary tree node. * struct TreeNode { * ...
[ "lbz1996@hotmail.com" ]
lbz1996@hotmail.com
9e4ae45293a82dc6d84ec440115461fc19ea6fea
10ecd7454a082e341eb60817341efa91d0c7fd0b
/SDK/HooksClothingCategory_classes.h
cfd6e277ef0ea2ab2ba26e6e4d68877211ca48b5
[]
no_license
Blackstate/Sot-SDK
1dba56354524572894f09ed27d653ae5f367d95b
cd73724ce9b46e3eb5b075c468427aa5040daf45
refs/heads/main
2023-04-10T07:26:10.255489
2021-04-23T01:39:08
2021-04-23T01:39:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
750
h
#pragma once // Name: SoT, Version: 2.1.0.1 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Classes //------------------------------------------------------------...
[ "ploszjanos9844@gmail.com" ]
ploszjanos9844@gmail.com
a51dad7f111740e19e8ba316d34bf8cfee6b1e8f
a2be0dcdddf8d3004623340d470b3aa85a639947
/DataBaseConnection/DataBaseConnection/sha256.cpp
560b81f0cf3ac0c783eb7a68b6653c00b4dc34c3
[]
no_license
AlteracValleyHumber2019/NetworkTest
b9ae0cc54fa0ac72c726d12776310b6ff522e4e8
b1c7ff5aa8435bee1f7ce9cf33258e31c17f4feb
refs/heads/master
2020-04-25T11:40:35.505752
2019-04-20T17:50:08
2019-04-20T17:50:08
172,752,629
0
0
null
2019-04-09T21:05:31
2019-02-26T16:55:24
C
UTF-8
C++
false
false
3,650
cpp
#include <cstring> #include <fstream> #include "pch.h" #include "sha256.h" const unsigned int SHA256::sha256_k[64] = //UL = uint32 { 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5, 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5, 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3, 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc...
[ "44447611+MrKupos@users.noreply.github.com" ]
44447611+MrKupos@users.noreply.github.com
21ecf11ea0c042743d740d1444af0836f5c09872
cc5c71c9c4a7f1bdd3d1a6af4356cddf4020c7a5
/ConsoleApocalypseTests/intro_game_state_tests.cc
73cf39af9ba7bbcbe676e6c61245ae8c9a051844
[ "MIT" ]
permissive
rob-lane/ConsoleApocolypse
82456913bab67a2db66d3b8fb16a7f7a8f4b6bae
68710b5ec56666b62d1ac9f82ce590242cd19db6
refs/heads/master
2021-01-01T15:35:47.594897
2014-02-18T08:09:14
2014-02-18T08:09:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
938
cc
#include "gtest/gtest.h" #include "intro_game_state.h" namespace console_apoc{ class IntroGameStateTest : public ::testing::Test { protected: void SetUp() { state_with_message_ = new IntroGameState(default_message_); state_with_null_message_ = new IntroGameState(); } void TearDown() { if (state_with...
[ "roblane09@gmail.com" ]
roblane09@gmail.com
2dbf298b34ad6b0d313306dfa1f7a6d2536e07d6
fae4f1916006fe9d2e3c28bfa1eb18e5075fdf1a
/06_abstract_data_types/c/01_nonlinear/es12_nonlinear/00_binary_tree/albBin4.c
947ff62e6a0bfcfccb22ca857fd0d90a518988c3
[]
no_license
RRejuan/utilities
ccae2e9ec70612488a06552b21fe0cd3d08b041d
890299913ab98b920ef10bf8585212c869dd3e9f
refs/heads/master
2023-03-06T16:08:25.803297
2021-02-20T02:57:07
2021-02-20T02:57:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,724
c
/* Name: albBin4.cpp Copyright: Author: Roberto Ricci Date: 12/03/04 Description: STRUTTURE NON LINEARI DINAMICHE: Alberi Binari Legge una espressione algebrica in forma prefissa, la trasforma in un albero binario e la riscrive in forma infissa e postfissa. */ #include <stdio.h> #in...
[ "giorgio.bornia@ttu.edu" ]
giorgio.bornia@ttu.edu
fae2530640881b7807fc5b966924ecf265044f2d
b7ec245465d8b544dac01454e419ceabb4c69e04
/test_meta_system/main.cpp
1b578d983806213c93b15730cbd046c8b41c2500
[]
no_license
chenyucode/QmlTest
00d0907bbbbc0cf8b741e4caf30bba82ead08494
d240b9122eb0e3d197a475b5810ead2a27ce90d4
refs/heads/master
2021-09-25T04:11:33.609640
2018-10-17T23:47:01
2018-10-17T23:47:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,517
cpp
#include <QtCore> #include <QtGui> #include <QtWidgets/qapplication.h> #include "TestWidet.hpp" int main(int argc ,char ** argv){ QApplication varApp{argc,argv}; TestWidget varWidget; varWidget.show(); /********************************/ auto varMetaObject = varWidget.metaObject(); qDebug()<...
[ "nanguazhude@vip.qq.com" ]
nanguazhude@vip.qq.com
a5977073c0431bf157afd03cb4f951ffb31ba90a
eec110ae830de729f095bd8e95f7cef46b7cb3f5
/utility/parsers/simple_regex_parser.hpp
403477df3533f4ed5d6594d463c4d182b8f3b0fe
[]
no_license
SeijiEmery/comp235
e4994cd177d89c457b6c86b97890cb6f36ff0a02
9c6c449643ffdba741e44491b13c306d1d26d963
refs/heads/master
2021-05-09T15:41:37.876072
2018-05-20T02:25:36
2018-05-20T02:25:36
119,097,136
0
0
null
null
null
null
UTF-8
C++
false
false
5,367
hpp
// utility/parsers/simple_regex_parser.hpp // Copyright (C) 2017 Seiji Emery // // This forms part of the implicit utility library I originally wrote for part // of a data structures class; since additional source files were prohibited I // copied + pasted code and it grew more or less organically. // // This file in ...
[ "seijiemery@gmail.com" ]
seijiemery@gmail.com
c19a62a15b0d011499498009bf9d0182c42cecff
8d24b2baa605e5e2a9c1068d10d24ca92e1efa9d
/301CR Renderer and UI Sample/Framework/Framework/potionEvent.h
ab7c0ae601f5ea7951e0aa106ffdce3a75a73671
[]
no_license
collett9/GameEngineFinal
e685648b971f6512b199605d9647961d91068b97
78da811e1d6b2d5b71c4b3da4c169784fce3db0b
refs/heads/master
2020-04-15T06:15:11.113074
2019-01-07T16:20:10
2019-01-07T16:20:10
164,453,861
0
0
null
null
null
null
UTF-8
C++
false
false
155
h
#pragma once #include "gameEvent.h" class potionEvent : public gameEvent { public: potionEvent(gameObject * characterTakingPotion); ~potionEvent(); };
[ "collett9@uni.coventry.ac.uk" ]
collett9@uni.coventry.ac.uk
3ae5e0b6ce2111787ee1e85fd49622140333aa07
e5d928c1439ad22bfa42707d3ca51862353c0502
/datastructures/singly_linked_list.cpp
e63c00fddd6c7b676b7ff1cc347f2c16a7abe1d8
[]
no_license
judesantos/algo-cpp
c858b03af0ddf86352eaf814df5454868ea46591
47e5f9a523c58e0daa93f03621274bbebb43a24f
refs/heads/master
2021-06-29T22:03:27.187936
2017-09-14T16:25:44
2017-09-14T16:25:44
103,554,567
0
0
null
null
null
null
UTF-8
C++
false
false
2,788
cpp
#include <iostream> #include <stdexcept> using namespace std; template <typename T> struct node { node():next(0) {} ~node(){} node* next; T data; }; template <typename T> class singly_linked_list { public: singly_linked_list(); virtual ~singly_linked_list(); ...
[ "jude@yourtechy.com" ]
jude@yourtechy.com
79150ce488243637fe09bfee337b61623c7c3e03
5a77b5092acf817ac37a5fafd006feea434dd0d6
/Doxygen_Graphviz/DesignPatternExample/品味Java的21種設計模式/dp_cpp/observer/example3/Observer.cpp
d7f81c01e6f111c8f08fd192c2d0087c796efd50
[]
no_license
shihyu/MyTool
dfc94f507b848fb112483a635ef95e6a196c1969
3bfd1667ad86b3db63d82424cb4fa447cbe515af
refs/heads/master
2023-05-27T19:09:10.538570
2023-05-17T15:58:18
2023-05-17T15:58:18
14,722,815
33
21
null
null
null
null
UTF-8
C++
false
false
171
cpp
#include "Observer.h" namespace cn { namespace javass { namespace dp { namespace observer { namespace example3 { } } } } }
[ "jason_yao@htc.com" ]
jason_yao@htc.com
7c6377062694bbb42c35bf0ca50ad6ade0853a17
8f590f348d4ee65db9d9d8401b8bdc6f123d489c
/simulator/FakeArduino/FakeArduino.cpp
9ed9253a9911f1c474b806c4044e4574dba3b1e6
[]
no_license
arthursw/tipibot-firmware
e0511e146b7409e1cdb8f98f52dff79bd72658f2
986c8c1333ae694ef6affb67ab75b1c9abc71a01
refs/heads/master
2021-08-11T05:16:12.642669
2018-10-28T16:33:45
2018-10-28T16:33:45
140,685,528
0
0
null
null
null
null
UTF-8
C++
false
false
1,329
cpp
#include "FakeArduino.h" #include <iostream> using namespace std; void randomSeed(unsigned long seed) { if (seed != 0) { srandom(seed); } } long random(long howbig) { if (howbig == 0) { return 0; } return random() % howbig; } long random(long howsmall, long howbig) { if (howsmall >= howbig) { ...
[ "arthur.sw@gmail.com" ]
arthur.sw@gmail.com
d13e74ecff2185b6e004f556c97339db2449384a
5499e8b91353ef910d2514c8a57a80565ba6f05b
/src/lib/inspect_deprecated/deprecated/expose.h
8bc33194086814c9a47890b6844d3852243d55b9
[ "BSD-3-Clause" ]
permissive
winksaville/fuchsia
410f451b8dfc671f6372cb3de6ff0165a2ef30ec
a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f
refs/heads/master
2022-11-01T11:57:38.343655
2019-11-01T17:06:19
2019-11-01T17:06:19
223,695,500
3
2
BSD-3-Clause
2022-10-13T13:47:02
2019-11-24T05:08:59
C++
UTF-8
C++
false
false
16,151
h
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // !!! DEPRECATED !!! // New usages should reference garnet/public/lib/inspect... #ifndef SRC_LIB_INSPECT_DEPRECATED_DEPRECATED_EXPOSE_H_ #define SRC_LIB_...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
14c73b31665ac5085391ed79c2ffee86d474c374
a7101e123e4f115f2fba0ecfe2e60439dab78dee
/include/omniunit/units/dimensionless_angle.hh
e492721c98182a10b335c18482092a4899625dc8
[ "BSD-3-Clause" ]
permissive
Baxlan/OmniUnit
1982be878eef4f26871a138e32c8abe0091ee79e
5487b3da0dd5d3f6c969ed05d6a8d8bf29254a9b
refs/heads/master
2023-03-14T00:41:55.156173
2021-03-06T23:02:51
2021-03-06T23:02:51
282,056,319
0
0
null
null
null
null
UTF-8
C++
false
false
7,330
hh
//dimensionless_angle.hh /* BSD 3-Clause License Copyright (c) 2021, Denis Tosetto alias Baxlan 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 ...
[ "cavalioz@hotmail.fr" ]
cavalioz@hotmail.fr
8c27fdba2067c813f126be415c94e5f9da887482
f8d82cd7544d183eb8303fbf518a61ac6e82d6a4
/src/backend/src/generated/action/action.pb.cc
3fa9a3d2612267e7f3aedaf75a9c0ad71cee50cc
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hieudovan/MAVSDK
f42e5fe1fb68dea5a1598a02223584cb280432bd
38ec5f6ee52190f2e1f6e14e8d371caec5341009
refs/heads/master
2020-12-27T10:32:45.171158
2020-01-28T20:51:53
2020-01-28T20:51:53
237,871,216
0
0
BSD-3-Clause
2020-02-03T02:36:28
2020-02-03T02:36:27
null
UTF-8
C++
false
true
273,457
cc
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: action/action.proto #include "action/action.pb.h" #include <algorithm> #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/extension_set.h> #include <google/protobuf/wire_format_lite.h> #include <google/protobuf/descriptor.h> #...
[ "jonas.vautherin@gmail.com" ]
jonas.vautherin@gmail.com
f3a2b6f8102f8fb4d95a475ddc7e6113f8880a5d
830fb4157e63cdb7dcbbe07d94a63e6ca91f362c
/WickedEngine/wiArchive.cpp
3f2fa3e698df9ed11249b2f7711388639316959d
[ "MIT", "Zlib", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
JohanAR/WickedEngine
791cdac2afe52c1e007a554f73d2c0676782c09c
da70338ec7b9baa126d9c0c60d1eb8c772093222
refs/heads/master
2022-11-26T12:03:42.038662
2020-07-12T23:04:16
2020-07-12T23:04:16
279,321,145
0
0
NOASSERTION
2020-07-13T14:10:57
2020-07-13T14:10:56
null
UTF-8
C++
false
false
2,082
cpp
#include "wiArchive.h" #include "wiHelper.h" #include <fstream> #include <sstream> using namespace std; // this should always be only INCREMENTED and only if a new serialization is implemeted somewhere! uint64_t __archiveVersion = 46; // this is the version number of which below the archive is not compatible with th...
[ "turanszkij@gmail.com" ]
turanszkij@gmail.com
fee34f244a4def5f2ba7bbc865dd98a60760f282
baea2a0e9587d1de36e9b03e82160ece8dfa5686
/BLG 233E (Data Structures)/Lab/9/tree.cpp
244ecd4c8236a809d89ab64d335a868592be4c7a
[]
no_license
A0L0XIIV/ITU_Undergrad_Projects
bcaed1b867737fd4900e8a2acc746bb8fa477d25
54bef07d2f85daaa3a7b4d2dba25a967ec791734
refs/heads/master
2021-07-02T08:13:29.509267
2020-11-12T19:08:55
2020-11-12T19:08:55
178,455,504
1
0
null
null
null
null
UTF-8
C++
false
false
4,705
cpp
#include <cstdio> #include <cstdlib> #include <iostream> #include <ctime> using namespace std; struct node{ int index,sum,mn,mx,num; struct node *left,*right; }*root; int N; int *ar; void update( node *p ){ if( p->left && p->right ){ p->num=1+p->left->num+p->right->num; p->sum=...
[ "brnky_95@hotmail.com" ]
brnky_95@hotmail.com
1f1ce4f1fdccb37944e6a2b4a87c5517fc72d471
d5f2a48fedcbf1246dfeca0a5e6b35427994f1e8
/src/FastqExtract/main.cpp
499e5fdf72a30d4a38e5d30e768aaaa5f21657cb
[ "MIT" ]
permissive
wxb263stu/ngs-bits
b741693a70c21b4c2babb5f93549ec571c613fd6
99992e1c7bda0c6fa5ed5cd2ba774088293d5836
refs/heads/master
2020-03-22T03:00:08.143544
2018-06-27T08:17:52
2018-06-27T08:17:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,168
cpp
#include "ToolBase.h" #include "Helper.h" #include "FastqFileStream.h" #include <QSet> #include <QFile> class ConcreteTool : public ToolBase { Q_OBJECT public: ConcreteTool(int& argc, char *argv[]) : ToolBase(argc, argv) { } virtual void setup() { setDescription("Extracts reads from a FASTQ file accordin...
[ "marc.sturm@med.uni-tuebingen.de" ]
marc.sturm@med.uni-tuebingen.de
f8e3971a2cd6f1687c4493e589e3672346575326
9ce99d4b9fed2c4b867f4bf050c04d7afd297dc4
/src/LuzInterface.hpp
f00184ac0603f601e93ca2a3d966d5a853395d5f
[]
no_license
ezzee10/dyasc-baliza
e3a20840e19072d3a079f551608a68489da29f17
5afbacab87723d76eb2fe854995549d115a9227f
refs/heads/master
2023-01-23T01:42:04.617121
2020-12-10T23:19:28
2020-12-10T23:19:28
314,878,799
0
0
null
null
null
null
UTF-8
C++
false
false
413
hpp
#ifndef INTERFACE_LUZ_H #define INTERFACE_LUZ_H class LuzInterface{ public: virtual void apagarLuces() = 0; virtual void encenderLuzVerde() = 0; virtual void encenderLuzAmarilla() = 0; virtual void encenderLuzRoja() = 0; virtual void parpadearLuzVerde(int tiempo, int cantidadParpadeos) =...
[ "ezequiel.colombano@gmail.com" ]
ezequiel.colombano@gmail.com
08110f21a8944c41cafac56a80ed179b7b1040ac
b090cb9bc30ac595675d8aa253fde95aef2ce5ea
/trunk/src/c/toolkits/mumps/mumpsincludes.h
2712a9a94e1c94bef1de51d1ad04e70c618cd5e3
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
eyhl/issm
5ae1500715c258d7988e2ef344c5c1fd15be55f7
1013e74c28ed663ebb8c9d398d9be0964d002667
refs/heads/master
2022-01-05T14:31:23.235538
2019-01-15T13:13:08
2019-01-15T13:13:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
963
h
/* \file mumpsincludes.h * \brief all includes for MUMPS layer */ #ifndef _MUMPS_INCLUDES_H_ #define _MUMPS_INCLUDES_H_ /*{{{*/ #ifdef HAVE_CONFIG_H #include <config.h> #else #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" #endif #include "../../shared/Numerics/types.h" /*}}}*/ class Para...
[ "cummings.evan@gmail.com" ]
cummings.evan@gmail.com
655b766ca7a50e6ca04231e55ef8cdf998c00a5d
24b8aef808a1722b29ee22dc26b2dec0447db427
/PAT-Advanced/最短路径/1003 Emergency (25 分)/1003(BF).cpp
46ee6c85fae2346e37beafb0490b8182304817a9
[]
no_license
drincs/100-day-plan
63f080a5328a58cb6f1fe1e97677a13f05d50c45
ff06270f5d8d53fea3d34d990bb3ff336bb77557
refs/heads/main
2023-07-25T10:10:52.797163
2021-09-09T10:25:31
2021-09-09T10:25:31
359,845,885
0
0
null
null
null
null
UTF-8
C++
false
false
1,950
cpp
#include <iostream> #include <vector> #include <string.h> #include <set> using namespace std; const int MAXN = 500; const int INF = 1000000000; struct Node { int v, dis; Node(int _v, int _dis) : v(_v), dis(_dis) {} }; vector<Node> Adj[MAXN]; int weight[MAXN]; int d[MAXN], num[MAXN], w[MAXN]; set<int> pre[MAXN];...
[ "drincs@github" ]
drincs@github
1267adce5f96359f13acbf4423cff56a897fd470
fa0c642ba67143982d3381f66c029690b6d2bd17
/Source/Engine/Platform/win/GameCenter/winGameCenter.h
d2919c12f39555b17950db669a9242a443cf4800
[ "MIT" ]
permissive
blockspacer/EasyGameEngine
3f605fb2d5747ab250ef8929b0b60e5a41cf6966
da0b0667138573948cbd2e90e56ece5c42cb0392
refs/heads/master
2023-05-05T20:01:31.532452
2021-06-01T13:35:54
2021-06-01T13:35:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
748
h
//! @file winGameCenter.h //! @author LiCode //! @version 1.1.0.621 //! @date 2011/01/17 //! Copyright 2009-2010 LiCode's Union. #pragma once namespace EGE { //---------------------------------------------------------------------------- // winGameCenter //--------------------------------------------------...
[ "zopenge@126.com" ]
zopenge@126.com
751cb2944cc06da5cb59f7654e2c9eb0091b6182
26f1dff9d6aa92e9dd75f812fe142ce03cea1048
/C++/StringAnalytic/build-StringAnalytic-Kit_local-Debug/moc_dynamicallycreatingcontrol.cpp
962ec2d82e8e7ea70c2df24bd901d2069833b3b2
[]
no_license
xionghui19920922/my_code
59c9a6411a3554ad0193820fe5a1e8f64307fd84
41b446efca90bb1ce08bdaba519899c128812187
refs/heads/master
2020-03-21T07:09:00.998920
2018-07-11T09:30:08
2018-07-11T09:30:08
138,263,482
0
0
null
null
null
null
UTF-8
C++
false
false
3,356
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'dynamicallycreatingcontrol.h' ** ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.7) ** ** WARNING! All changes made in this file will be lost! ******************************************...
[ "1279019704@qq.com" ]
1279019704@qq.com
23617724910a04d85bf0c45081f5430f69deea58
69cef548bd7bb0b578beb1388492af9f18b80558
/Implementation/Anton and Danik - 734A - Codeforces.cpp
b00ab020ab96eab2477c2e7ff5a01b95dea4499e
[]
no_license
PortgasD-Sam/Competitive-Programming
e0d55051224c88e7081cb373cc79085dd85c6110
26bf4f91a775a58bdc3112cab80d9f6c0bdce2f3
refs/heads/master
2020-04-12T16:17:05.151299
2019-09-21T16:36:57
2019-09-21T16:36:57
162,607,829
0
0
null
null
null
null
UTF-8
C++
false
false
392
cpp
#include <iostream> #include <string> using namespace std; int main() { int n; cin >> n; string s; cin >> s; int c = 0, cc = 0; for(int i = 0; i < n; i++) if(s[i] == 'D') c++; else cc++; if(c == cc) cout << "Friendship" << endl; else if(c > cc) cout << "Da...
[ "noreply@github.com" ]
noreply@github.com
dcaceb9649ce5ac0b84b5f6f5622c28d03786115
8242a7ace39a890f2356d763d5c600715177c2fd
/src/can_frame_stream.cpp
5e0b3d5a5e8dc6fe1590160e5d7aa50c864a18aa
[]
no_license
miguelfazenda/SCDTR-Project
fd89f70a849852941caa0a177b059be955ad64e8
dc0617c90919e1d1e1fe749120ab683234bbfa0b
refs/heads/main
2023-06-09T23:45:40.160912
2021-06-29T22:30:14
2021-06-29T22:30:14
314,923,793
0
0
null
null
null
null
UTF-8
C++
false
false
33
cpp
#include "can_frame_stream.h"
[ "miguelsfazenda@gmail.com" ]
miguelsfazenda@gmail.com
fc523e7ea4db9eb3a5ac3754d7a4e67e15ad2d7c
4ab17b76fdc1dea1000c4823a87af6a31c6c0cf3
/SceneServer/SvcTimer.h
fb8806c15c5df3d25d1036cc9e6f76fa79ed1197
[]
no_license
liunatural/HXService
358c02aaee1a4a789ac981406b2114ceadb110e7
854dfcfc0a83a1f991172d66911cb4c676ff0808
refs/heads/master
2020-04-02T05:37:46.676755
2018-10-23T02:17:48
2018-10-23T02:17:48
154,093,326
0
0
null
null
null
null
GB18030
C++
false
false
574
h
#pragma once #include <chrono> #include <boost/bind.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include "boost/asio.hpp" #include "HXLibNetwork.h" #include "PlayerManager.h" using namespace boost::asio; using boost::asio::io_service; //毫秒级定时器, 每隔30毫秒触发一次, 更新玩家的位置信息 class SvcTimer { public: SvcTimer(io...
[ "liunatural@sina.com" ]
liunatural@sina.com
48f1f369defde602c7d48bdbd7497da41603774a
0bf4e9718ac2e2845b2227d427862e957701071f
/tc/checkit.cpp
0afbce9b3ef33996077e19388678cd103317368a
[]
no_license
unjambonakap/prog_contest
adfd6552d396f4845132f3ad416f98d8a5c9efb8
e538cf6a1686539afb1d06181252e9b3376e8023
refs/heads/master
2022-10-18T07:33:46.591777
2022-09-30T14:44:47
2022-09-30T15:00:33
145,024,455
1
0
null
null
null
null
UTF-8
C++
false
false
7,463
cpp
#include <stdio.h> #include <math.h> #include <vector> #include <string> #include <algorithm> #include <map> #include <set> #include <queue> #include <iostream> #include <sstream> using namespace std; class BuildingReorganization { public: long long real_calc(vector<long long> G, int remain) { ...
[ "benoit@uuu.com" ]
benoit@uuu.com
28031f8ac6f31beb68ccdc9200ce2572bff6285e
a96d7042faa12cdc92a96708410fd4a390a3e4c8
/child/ThumbChildWidget.h
a988b61b7f965e742bbb6b90ff3b5632715f233e
[]
no_license
Onglu/AlbumTool
2bb3961eb2be3e4b89c7629d0f888ff810d5c7ea
b2a3db9a2736898a92b8454c7c44637e14a69f47
refs/heads/master
2016-09-05T13:53:37.683649
2013-09-03T07:53:58
2013-09-03T07:54:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,263
h
#ifndef THUMBCHILDWIDGET_H #define THUMBCHILDWIDGET_H #include "child/PictureChildWidget.h" #include "proxy/PictureProxyWidget.h" typedef PictureProxyWidget ThumbProxyWidget; class ThumbChildWidget : public PictureChildWidget { Q_OBJECT public: explicit ThumbChildWidget(int index, ...
[ "ongluth@yeah.net" ]
ongluth@yeah.net
f57c6cac55b669973061c03bb65ebe4f1473a6dc
30e1dc84fe8c54d26ef4a1aff000a83af6f612be
/src/external/boost/boost_1_68_0/libs/filesystem/test/issues/10641.cpp
9e2e95dcc0a2f9e6c0f2a982aa78faf8284b151e
[ "BSL-1.0", "BSD-3-Clause" ]
permissive
Sitispeaks/turicreate
0bda7c21ee97f5ae7dc09502f6a72abcb729536d
d42280b16cb466a608e7e723d8edfbe5977253b6
refs/heads/main
2023-05-19T17:55:21.938724
2021-06-14T17:53:17
2021-06-14T17:53:17
385,034,849
1
0
BSD-3-Clause
2021-07-11T19:23:21
2021-07-11T19:23:20
null
UTF-8
C++
false
false
469
cpp
#include <iostream> #include <boost/filesystem/path.hpp> using namespace std; namespace fs = boost::filesystem; int main(int argc, char** argv) { try { fs::path my_path("test/test.txt"); cout << "current path is " << my_path << endl; cout << "parent path is " << my_path.parent_path() << endl; } ca...
[ "znation@apple.com" ]
znation@apple.com
83823d5973c3eaec144492ff2037dd387ca67a93
381b75fe68a4da258e2e60a97105b66ac47214e4
/src/blockencodings.h
2a6643d31ba064cda8c8c6d3d9eb29c91c641dd8
[ "MIT" ]
permissive
lipcoin/lipcoin
3a5997dfc9193ee7dee6f9fa0adc1cb5fb8c92a3
7afc0a02d63620e5a5601474cca131cb0cf3bbe4
refs/heads/master
2021-01-24T07:57:56.248620
2018-03-17T19:04:38
2018-03-17T19:04:38
112,155,869
0
0
null
null
null
null
UTF-8
C++
false
false
7,079
h
// Copyright (c) 2016 The LipCoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef LIPCOIN_BLOCK_ENCODINGS_H #define LIPCOIN_BLOCK_ENCODINGS_H #include "primitives/block.h" #include <memory> class CTxMe...
[ "support@lipcoins.org" ]
support@lipcoins.org
a56c2bfdfaf4f2bbd25eadc05652c0167e2ebc4f
fd84339974276ac1ad7b34567d9fcfe2369a4bc6
/include/libmatrix-client/MessageUtils.h
9d0ede400aad331c858b3dd1a5c0c4f0897ea238
[ "MIT" ]
permissive
polysoft1/libmatrix-client
8d7e6b923d9d4e6f5ec10d1dc0a88ecc6dbd85d8
eb9d0f1705b62c61c35858edcc2ffa3204f1fbc3
refs/heads/master
2023-07-11T21:39:53.803309
2020-11-16T18:56:20
2020-11-16T18:56:20
273,743,562
2
0
MIT
2020-11-16T18:56:21
2020-06-20T16:24:43
C++
UTF-8
C++
false
false
319
h
#ifndef __MESSAGE_UTILS_H__ #define __MESSAGE_UTILS_H__ #include <iostream> #include <vector> #include <string> #include <nlohmann/json.hpp> #include "Messages.h" void parseMessages(std::vector<LibMatrix::Message> &messages, const nlohmann::json &body); std::string findRoomName(const nlohmann::json &body); #endif
[ "keith@mailtux.net" ]
keith@mailtux.net
3ed995ee2d2a5b926b59ba32c306555c0dc4121a
9c04607c6a658060a16c269cb673e5818a7074cf
/src/lib/mapped-file.cc
eff873fa2ae68b6c0f98ecfecafffa13b6e768b6
[ "Apache-2.0" ]
permissive
demitasse/openfst
5e0029065f85126c7853bc3c5ba762cdbc66d01b
6e4a66f7747e921dd2c220ee49927d0a2b69febf
refs/heads/master
2020-06-11T08:39:08.108955
2017-11-18T13:54:53
2017-11-18T13:54:53
75,707,831
0
1
null
null
null
null
UTF-8
C++
false
false
4,094
cc
// See www.openfst.org for extensive documentation on this weighted // finite-state transducer library. // #include <fst/mapped-file.h> #include <errno.h> #include <fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <algorithm> #include <ios> #include <memory> static const size_t kMaxReadChunk = 256 * 1024...
[ "dvn.demitasse@gmail.com" ]
dvn.demitasse@gmail.com
293930d9a75f28150ddcc4c66c935d856f8fe038
eca916978c6966314723a9104f7a42acbcee25cc
/main.cpp
ee33ddc4c76cab2153950b44786da07329945103
[]
no_license
wmentzer/VideoGen
498780c8e373f0378e8527ba663d744fcf515481
258427d2e2914720ac3806ccc3c986a13a6b9c5a
refs/heads/master
2021-05-15T11:46:55.177491
2017-11-21T03:58:31
2017-11-21T03:58:31
108,356,740
0
0
null
null
null
null
UTF-8
C++
false
false
1,706
cpp
#include <iostream> #include "Frame.h" #include "Rectangle.h" #include <sstream> #include <sys/stat.h> #include <stdio.h> #include <cassert> #include <cstdint> #include <vector> using namespace std; int create(Frame f, vector<Rectangle> rec) { // Construct the ffmpeg command to run. const char * cmd = "ffmpeg ...
[ "willmentzer20@gmail.com" ]
willmentzer20@gmail.com
225eea43e3f81acfa73638a4b1b02daf5c7226b9
6fe8432ba2a569be475186700163cc2fe09470b5
/UMMOTemplate/Source/UMMOTemplate/Reflection/ReflectonPlayerController.cpp
fdfcf2f9ee2b3a5ca2604de0db5f98eef087c404
[]
no_license
perpet99/UnrealMMOTemplate
e966ba331236d835f5b3b001013655cd84f7770b
dff87cb3893b2a011d48779e687f00802c1bc51b
refs/heads/master
2020-06-04T05:13:01.445492
2020-03-04T22:45:51
2020-03-04T22:45:51
191,884,719
0
0
null
null
null
null
UTF-8
C++
false
false
553
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "ReflectionPlayerController.h" void AReflectionPlayerController::BeginPlay() { Super::BeginPlay(); } void AReflectionPlayerController::Tick(float delta) { Super::Tick(delta); } void AReflectionPlayerController::SendChat_C...
[ "perpet99@gmail.com" ]
perpet99@gmail.com
7fc25a8937db93075435b6d36d3729a30f5104c4
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/ba/ce5bac19397de5/main.cpp
8fe6d91ae74e7ed9f8e6966380b185e09b4215af
[]
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
252
cpp
#ifndef BIRTHDAY_H #define BIRTHDAY_H #include <iostream> class Birthday { public: Birthday(int y, int m, int d) : y(y), m(m), d(d) {} friend std::ostream& operator<<(std::ostream& os, const Birthday& bd); private: int y, m, d; }; #endif
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
024fd9e587aca02ae3c7fe63f705e75102bb6216
786de89be635eb21295070a6a3452f3a7fe6712c
/psddl_hdf2psana/tags/V00-02-02/include/usdusb.h
30c545420a1456cb3415919ecbcb51edb2c5193d
[]
no_license
connectthefuture/psdmrepo
85267cfe8d54564f99e17035efe931077c8f7a37
f32870a987a7493e7bf0f0a5c1712a5a030ef199
refs/heads/master
2021-01-13T03:26:35.494026
2015-09-03T22:22:11
2015-09-03T22:22:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,209
h
#ifndef PSDDL_HDF2PSANA_USDUSB_H #define PSDDL_HDF2PSANA_USDUSB_H 1 //-------------------------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Hand-written supporting types for DDL-HDF5 mapping. // //--------------------------------------------...
[ "salnikov@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7" ]
salnikov@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7
ff31d74cf75e2b293c22fc0196e0d299b3a709e1
09f8313c055d4f0f6a852b3a04cc8f2ceb8bfb44
/OpenGL_2_ForSid/OpenGL_2_ForSid/Engine/CubeMesh.cpp
0033c94fbb889909f350bfd13e5cc725de7018d3
[ "MIT" ]
permissive
Enderderder/OpenGL_Sum2
b436e6093a69898fc3caf64efeb0a5bd065893c0
712ae5053c097885490ef8793e4f1c856f3f21a2
refs/heads/master
2020-03-30T23:06:56.674792
2018-10-09T01:36:07
2018-10-09T01:36:07
151,690,957
0
0
null
null
null
null
UTF-8
C++
false
false
3,111
cpp
// This Include #include "CubeMesh.h" CCubeMesh::CCubeMesh() { GLfloat cubeVertices[] = { // Positions // Normals // Tex Coords // Front Face -1.0f, 1.0f, 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, // 0 1.0f, 1.0f, 1.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, // 1 1.0f, -1.0f, 1.0f, 0.0f, 0.0f, 1.0f, 1.0...
[ "richardwulansari@gmail.com" ]
richardwulansari@gmail.com
268959e5c5e0ff6e180ee4c3295da5b1dd1a9dcd
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/xgboost/xgboost-old-new/xgboost-old-new-joern/dmlc_xgboost_old_new_old_function_610.cpp
0ce7bd3824df42dc7f9c3b19f9e53d73b8888199
[]
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
286
cpp
inline FILE *FopenTry( const char *fname , const char *flag ){ FILE *fp = fopen64( fname , flag ); if( fp == NULL ){ fprintf( stderr, "can not open file \"%s\"\n",fname ); exit( -1 ); } return fp; }
[ "993273596@qq.com" ]
993273596@qq.com
bb03c9f29fdb0b281cd4b1e6d491284feb5ed152
cebf12cdb2df5dcdc59b71c42f53d3351ac57254
/sources/wupgrade.h
2a2a44525f3db4e0b903900fa15ef9da27f840ca
[]
no_license
desire2020/Lisperarian
b0d8a7ca22e811fdb00bdae1784dd73ae2505108
263cc107d72aa25ab00f26327ed0717a38b600c8
refs/heads/master
2021-01-10T11:59:36.660542
2015-11-24T04:23:49
2015-11-24T04:23:49
44,802,238
7
1
null
2015-11-21T14:35:15
2015-10-23T09:01:11
null
UTF-8
C++
false
false
648
h
#ifndef WUPGRADE_H #define WUPGRADE_H #include <QWidget> #include <QLabel> #include <QGridLayout> #include <QLineEdit> #include <QPushButton> #include <QHBoxLayout> #include <QVBoxLayout> #include <QMessageBox> namespace Ui { class WUpgrade; } class WUpgrade : public QWidget { Q_OBJECT public: explicit WUpg...
[ "desire2020@126.com" ]
desire2020@126.com
e18b3663dc8edf7bb8bc691ecc357fd840de17bf
d75aaf856223405f18fb25b4379059f798692649
/proto_src/test.pb.h
4a0395ce2c5ef92b6ab74dc5ffecc4e795ea7a9c
[]
no_license
4Second2None/server_src
a66706ea9006b906c04d234bda2115782ee07a5a
5e44a5f52d38773c440030dd9bb295f7c382c245
refs/heads/master
2020-12-30T19:58:39.343994
2013-10-28T05:14:28
2013-10-28T05:14:28
13,920,613
1
2
null
null
null
null
UTF-8
C++
false
true
5,942
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: test.proto #ifndef PROTOBUF_test_2eproto__INCLUDED #define PROTOBUF_test_2eproto__INCLUDED #include <string> #include <google/protobuf/stubs/common.h> #if GOOGLE_PROTOBUF_VERSION < 2005000 #error This file was generated by a newer version of pro...
[ "tinysrc@163.com" ]
tinysrc@163.com
9beacf0e8bda338d2ce245cf39c0ca3740dbf2b6
b3e407455b1f102a78da67cb5ed873883be2a152
/make-gen/main.cpp
ce7b449024d5284052122d710765fe4be4e26fa1
[ "MIT" ]
permissive
mika314/brekout
2238a8faa3198451f12fd5d72596ec2d4195793e
5ef4a08a84d250c5de340e593c1770ab92a4e8a9
refs/heads/main
2023-08-17T15:14:26.289464
2021-10-04T00:25:39
2021-10-04T00:25:39
412,663,104
0
0
null
null
null
null
UTF-8
C++
false
false
1,349
cpp
#include <filesystem> #include <fstream> #include <iostream> #include <vector> int main() { const auto outDir = ""; const auto sndDir = "snd/"; const auto spriteDir = "sprite/"; std::vector<std::string> wavs; for (const auto &file : std::filesystem::directory_iterator(sndDir)) if (file.path().extension()...
[ "mika@mika.global" ]
mika@mika.global
af64958255b1b813b088d55eb4a580524aa039e6
6f4a7f6b9ae067a4589b6196a3c6a19323836fbd
/12.10/Source.cpp
89431e091f6950518f0967b4488385842ad1fc2d
[]
no_license
IrynaChycherska/12.10
18d067b19790e8ba20a466d20ef8177c9ee566a1
adde93527f4d397ac3f882b423753a6eb8c67bef
refs/heads/master
2023-02-04T05:15:10.350644
2020-12-25T17:36:17
2020-12-25T17:36:17
324,405,845
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
4,089
cpp
#include <iostream> #include <iomanip> #include <fstream> #include <string> #include <Windows.h> #include <stdlib.h> using namespace std; typedef int Info; struct Node { Node* left, * right; Info info; }; Node* CreateTree(int nodeCount); void PrintTree(Node* root, int level); Node* FindMax(Node* root); Node* Binary...
[ "iryna.chycherska.itis.2020@lpnu.ua" ]
iryna.chycherska.itis.2020@lpnu.ua
475eb80158e280b198e8417d84fa2028125c9345
32acee5e0e04e52ae6cb37ba4b5a9ef76ff5e7e4
/Client/Codes/Dragon_Fireball.cpp
08ec61fe3339e5daee7316b06caa9c02f8902b52
[]
no_license
Repell/DragOn
4fc777ddf09ef2ff4fc66e067f9d056e29c3b133
6e49e6ab27d7e193acc2d02b444721d3245d3ed5
refs/heads/master
2020-06-19T22:46:32.733968
2019-08-07T12:49:13
2019-08-07T12:49:13
196,902,561
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
6,165
cpp
#include "stdafx.h" #include "Dragon_Fireball.h" #include "Export_Function.h" #define _ATTACK_UP_END 3 #define _ATTACK_DOWN_END 5 #define _ATTACK_MID_END 7 #define _QUAKEEND 10 #define _SPEED 6000.f #define _RADIUS 30.f CDragon_Fireball::CDragon_Fireball(LPDIRECT3DDEVICE9 pDevice) : CGameObject...
[ "EASTNOTE@EASTNOTE" ]
EASTNOTE@EASTNOTE
c1017e2e6f65b33bbd605e3ee5d25b78ad5cdb9b
e12e905251a65232d34d03448efadfe9f12bf625
/Source/main.cpp
7753e667f8d00fdd0ace83e3a98c678e97db1366
[]
no_license
mkuzdal/Frackman
205ecd2e48d697e70064982df7473b2f00a50354
73cd3b347c56c24a59260d52008840f1b6f2d9a2
refs/heads/master
2021-01-11T11:28:19.508354
2017-01-26T23:56:40
2017-01-26T23:56:40
80,166,475
0
0
null
null
null
null
UTF-8
C++
false
false
1,079
cpp
#include "GameController.h" #include <iostream> #include <fstream> #include <string> #include <cstdlib> #include <ctime> using namespace std; // If your program is having trouble finding the Assets directory, // replace the string literal with a full path name to the directory, // e.g., "Z:/CS32/BoulderBlast/Ass...
[ "noreply@github.com" ]
noreply@github.com
9a7f43d5fbf3d3e55225411495b7274af4708b1d
8e581ec1e79a33d923e63be70fa77b7c667053b7
/Priority/sources/GestionnaireDesTags.cpp
baff4384eeea69e85d1a2e2462dfffabef5cb316
[ "MIT" ]
permissive
SacreDeBirmanie/Priority
d9c7c7273f7aa7b7e4509804bc188d2b23c47b03
2ae77bcdf3f21bbccd63cd74715a2bec8d3dd129
refs/heads/master
2021-01-17T12:56:31.804376
2017-03-20T22:38:18
2017-03-20T22:38:18
84,075,121
0
0
null
null
null
null
UTF-8
C++
false
false
5,084
cpp
#include "headers/GestionnaireDesTags.hpp" #include "headers/GestionnaireEnregistrementTag.hpp" #include <iostream> //public GestionnaireDesTags::GestionnaireDesTags(){ ; } void GestionnaireDesTags::recupererLesTags(){ QStringList tags = GestionnaireEnregistrementTag::listeDesTags(); QStringListIterator...
[ "neoflash93@gmail.com" ]
neoflash93@gmail.com
1605a67d39afee0c80a74155a29a7b0686ac380c
0a325a8baa5b92fd0517234019ae17108e8a52ca
/UI/PropertyUI.h
abec686b3e84e71673f102f104a6bf21f1507959
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
byungwoo733/SHADERed
7a243dc091d50acb1a30b441339aa3d5c3283e8c
a3512c33142ad6f7dc9eebeb9a91794c6e3cf0bb
refs/heads/master
2020-06-24T05:15:37.959833
2019-07-19T11:18:05
2019-07-19T11:18:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
771
h
#pragma once #include "UIView.h" namespace ed { class PropertyUI : public UIView { public: PropertyUI(GUIManager* ui, ed::InterfaceManager* objects, const std::string& name = "", bool visible = true) : UIView(ui, objects, name, visible), m_current(nullptr), m_currentRT(nullptr) { memset(m_itemName, 0, 64 * ...
[ "dfranx00@gmail.com" ]
dfranx00@gmail.com
5ef5c8467139877121f792fb01050dc438e551f4
15dea4de84765fd04efb0367247e94657e76515b
/source/3rdparty/won/msg/Routing/MMsgRoutingMuteClient.cpp
8d64a2a67dbf5706a3407b98e4028fa1bfb908ad
[]
no_license
dppereyra/darkreign2
4893a628a89642121d230e6e02aa353636566be8
85c83fdbb4b4e32aa5f816ebfcaf286b5457a11d
refs/heads/master
2020-12-30T13:22:17.657084
2017-01-30T21:20:28
2017-01-30T21:20:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,693
cpp
#include "common/won.h" #include "msg/BadMsgException.h" #include "msg/MServiceTypes.h" #include "MMsgTypesRouting.h" #include "MMsgRoutingMuteClient.h" namespace { using WONMsg::RoutingServerClientIdFlagMessage; using WONMsg::RoutingServerMessage; using WONMsg::MMsgRoutingMuteClient; }; MMsgRoutingMuteClient::MMs...
[ "eider@protonmail.com" ]
eider@protonmail.com
b212aa0e809d9876fe70ca844e92b16459af5d26
808a3265cc9f4ca122677cdafb309eab7d537df9
/MapCreator/FilterDlg.cpp
8e39634e29ca83518625e2716da1f51d3f2e8adc
[]
no_license
wuye9036/LevelUp
532e53bae32abd917b6596071acf91f7609c7b3b
177edc187bcd933cb48afa19fbca3d38074911af
refs/heads/master
2021-01-01T19:46:29.912742
2012-11-16T12:38:28
2012-11-16T12:38:28
6,682,331
12
5
null
null
null
null
UTF-8
C++
false
false
47
cpp
#include "StdAfx.h" #include ".\filterdlg.h"
[ "wuye9036@gmail.com" ]
wuye9036@gmail.com
0ec60030221921b05066a5ce48fccbc4ad51c50f
f6d13171a6e73616a253d3786d53282efd581fc7
/tute2/containers.cpp
3de633b3fe23ad2bbdddb449c46c4ec8304da4a0
[]
no_license
stanleyhon/comp-sixsixsevenone
ea6e5f6423110c6f9371ae16de8a8278e59cacda
3094384d1e8cfdc2424938ce75f94a00452d9b3a
refs/heads/master
2020-04-04T14:19:09.145632
2014-10-31T04:45:50
2014-10-31T04:45:50
22,456,451
0
0
null
null
null
null
UTF-8
C++
false
false
1,266
cpp
#include <iostream> #include <deque> #include <list> void print_all (std::deque<double> * dq1, std::deque<int> * dq2, std::list<int> * list); int main (void) { std::deque<double> dq1; std::deque<int> dq2; std::list<int> list; dq1.push_back (500); dq1.push_back (500); dq1.push_back (500); ...
[ "stanleyhon348@gmail.com" ]
stanleyhon348@gmail.com
09b327a0ea11482d493cbef133c7f98012207148
9a1fc67df0d8ee76a2d962e8ee5ce0fb445486a2
/C++ Lab/Project 4/Rectangle.cpp
f9e1c700ee5383c8f7937ab69cc3d5870b89c2ef
[]
no_license
TheeEmuu/School
cd074b316219185a7fd3647bfeb13d626838dc26
5812affd92199c6d658472d91136a0f069315f0c
refs/heads/master
2023-01-10T01:04:05.605543
2020-11-13T15:18:22
2020-11-13T15:18:22
291,618,978
0
0
null
null
null
null
UTF-8
C++
false
false
817
cpp
#include "Rectangle.h" #include <stdlib.h> #include <sstream> #include <iostream> Rectangle::Rectangle(int x1, int y1, int x2, int y2, int i) { a.first = x1; a.second = y1; b.first = x2; b.second = y2; size = abs(x2 - x1) * abs(x2 - x1); id = i; } bool Rectangle::overlaps(Rectangle other) {...
[ "chertangoldsmith@gmail.com" ]
chertangoldsmith@gmail.com
5e52f56e8f4526d4770950774ed2702976724b0b
012582308ed95bbfc32633808081a8d41dcf350c
/noise_generator.h
0f28684d3d7b7a1b6520736d95c2dff1007ece9c
[]
no_license
erikhallin/Kaufen
a55b4dcf2499a6dac8f34a73dfabee115b102578
7e3a34535b78619cb8c383c20ae95cf68c43e32d
refs/heads/master
2020-07-03T05:09:41.121906
2019-08-11T17:18:04
2019-08-11T17:18:04
201,793,711
0
0
null
null
null
null
UTF-8
C++
false
false
802
h
#ifndef NOISE_GENERATOR_H #define NOISE_GENERATOR_H class noise_generator { public: //Constructors noise_generator(); noise_generator(float persistance,float frequency,float amplitude,int number_of_octaves,int seed); //Variables bool m_ready; //Functions flo...
[ "erik-hallin@hotmail.com" ]
erik-hallin@hotmail.com
894ecdf2c07d98f45d57b9d63706ee389d27931e
f72f8d6ae5b98a8fc89ed633f687cfd0a5ae054f
/ffscriptUT/ScriptCompilerUT.cpp
5014ee29dbadb67e06fe2fb4b103ea6bde7f1dd5
[ "MIT" ]
permissive
VincentPT/xscript
20469bd934b3b0a551ce9b1143f1b6a1a068f1f4
11489c2de3ccb279d634e5787b6ed038fd8cc05b
refs/heads/master
2023-08-28T19:36:04.840095
2023-07-23T16:30:45
2023-07-23T16:30:45
397,819,881
0
1
null
null
null
null
UTF-8
C++
false
false
4,120
cpp
/****************************************************************** * File: ScriptCompilerUT.cpp * Description: Test cases for using ScriptCompiler to register types * and functions in a C Lambda application. * Author: Vincent Pham * * Copyright (c) 2018 VincentPT. ** Distributed under the MIT ...
[ "minhpta@outlook.com" ]
minhpta@outlook.com
4d78416ce9e47889104598a3ea3f73858cde569e
a93a2dbfa545632a95ca111a84bf45d0ec802dfd
/cpp/Recursion/Theory/tail_recursion_1.cpp
dac09d225550c2243335f46eaee20611dd4a1d00
[]
no_license
Raghav-Bajaj/HacktoberFest-2
0af9e902be6aa1d1c1d38d52914d52c9e1c17f21
23f0d0048f842dca4f102a3c368c78304b6a243f
refs/heads/master
2023-08-13T08:40:58.607609
2021-10-18T18:15:03
2021-10-18T18:15:03
413,308,857
1
2
null
2021-10-06T10:21:31
2021-10-04T07:00:51
Jupyter Notebook
UTF-8
C++
false
false
179
cpp
#include <iostream> using namespace std; void fun(int n) { if (n == 0) return; cout << n << " "; fun(n - 1); } int main() { fun(3); }
[ "noreply@github.com" ]
noreply@github.com
9eae8b90e7f31b5c35c31961a528dd3a4739fc9e
f6cecd4e3ca6f66ba36505173d959db53745036f
/ios/vendored/sdk44/react-native-reanimated/Common/cpp/headers/SharedItems/ShareableValue.h
11d57e1d2576ab73a3dfa6a01a08d29ade3bb378
[ "BSD-3-Clause", "MIT", "Apache-2.0" ]
permissive
Simek/expo
6d3844eb75206c72c35b91c8f1752328aee99749
6f3c4a42304030fc2d2fbd213b07c1aac6785206
refs/heads/main
2023-02-05T11:30:58.908890
2022-07-19T10:03:07
2022-07-19T10:03:07
222,480,219
1
0
MIT
2022-08-18T08:43:17
2019-11-18T15:23:00
Objective-C
UTF-8
C++
false
false
1,827
h
#pragma once #include <ABI44_0_0jsi/ABI44_0_0jsi.h> #include <memory> #include <mutex> #include <string> #include <unordered_map> #include <vector> #include "HostFunctionHandler.h" #include "JSIStoreValueUser.h" #include "LayoutAnimationsProxy.h" #include "RuntimeManager.h" #include "Scheduler.h" #include "SharedParen...
[ "noreply@github.com" ]
noreply@github.com
eb33aaa7455e539a67780bd1faf4180e39dca6cf
90bfa13bc59f44f81892245b5d4828676bd1fc5c
/sourcecode/CommAudio_Client/CommAudio_Client/dialog.cpp
6bb4c6b1bd640c7e84c648d3c21ee7a13a1042e1
[]
no_license
JnBrandrick/Comm-Audio
dcaa564b0325fd08e10b0ca70a94be73a53d776c
04dbaedd1c0a0148fe763d998760b37665daa33a
refs/heads/master
2021-01-15T21:53:55.630811
2015-04-09T03:39:16
2015-04-09T03:39:16
31,507,629
0
0
null
2015-03-01T19:22:38
2015-03-01T19:22:38
null
UTF-8
C++
false
false
5,258
cpp
/********************************************************************** * ** SOURCE FILE: dialog.cpp - Custom dialog class ** ** PROGRAM: Linux Chat Program ** ** FUNCTIONS: ** explicit Dialog(QWidget *parent = 0); ** ~Dialog(); ** ** ** DATE: March 7th, 2015 ** ** ** DESIGNER: Rhea Lauzon A008816...
[ "mikechimick@gmail.com" ]
mikechimick@gmail.com
0aed2ecfb9df16554c7b9c8b9a03841be1d72a9a
dc11693557b088c61c0f773ceecc55cfe1cb5a36
/sms/receive1/receive1.ino
cb380ab0429cf1e471dadbc124e474e0e161a048
[]
no_license
irwan75/Arduino-Project
c849c6eaa092630fc18c8378b840848ad72a5437
200fae5cb229a13eb6bea60b79e641555e8ef256
refs/heads/master
2022-06-04T00:12:16.611056
2020-05-04T08:40:24
2020-05-04T08:40:24
261,112,907
1
0
null
null
null
null
UTF-8
C++
false
false
1,008
ino
#include <GSM.h> #define PINNUMBER "" // Nomor PIN kartu SIM (jika ada) GSM gsmAccess; GSM_SMS sms; char senderNumber[20]; // array untuk menampung teks pesan void setup() { Serial.begin(9600); Serial.println("SMS Messages Receiver"); boolean notConnected = true; // Start GSM connection while (notConnec...
[ "irwan.ardyansah75@gmail.com" ]
irwan.ardyansah75@gmail.com
24217e60394ee9e684f2efc3fa0c898ece443f19
c8978de06690e42b687100be727b941859a66f39
/Competitive_coding/Remove_ll_elements.cpp
3d4bdabaa0e88a1d38498fef812a72b569f886a0
[]
no_license
Rasa16/DSA_Contest_Codes
d6e725e1c6916dca8b1c2c8ad6a100620d4215bb
741c4f1ca5520abf7ef0d937d313e39ce09d4ea4
refs/heads/main
2023-08-28T14:26:09.455045
2021-10-21T06:46:02
2021-10-21T06:46:02
369,836,182
0
0
null
null
null
null
UTF-8
C++
false
false
860
cpp
//https://leetcode.com/problems/remove-linked-list-elements/ /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode() : val(0), next(nullptr) {} * ListNode(int x) : val(x), next(nullptr) {} * ListNode(int x, ListNode *next) : val(x), next(next) {...
[ "noreply@github.com" ]
noreply@github.com
b04436b83ddf2f86f6bf515cf04f0e364e18c2e8
56b0c908ef9a8eb51a9cf516f43001cb424d0906
/poker/src/LYTable.cpp
20174d50117e82f2e01b771468b7e3ab5e2b30ee
[ "Apache-2.0", "BSD-2-Clause" ]
permissive
vforks/libpoker
46f81d3a8b41aed8c14f692e6e8bdfee8807bcff
a2c60884fc5c8e31455fb39e432c49e0df55956b
refs/heads/master
2021-09-25T02:41:10.010549
2018-10-17T09:36:09
2018-10-17T09:36:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,202
cpp
/* * LYTable.cpp * * Created on: 2013-7-5 * Author: caiqingfeng */ #include "LYTable.h" //#include <boost/foreach.hpp> //#include "common/src/my_log.h" #include "libmrock/common/src/LYUtils.h" LYTable::LYTable(const std::string &tid, unsigned int ts, enum LYTableStatus sta, const std::string &nm, std::str...
[ "caiqingfeng@roadclouding.com" ]
caiqingfeng@roadclouding.com
6cbf69e05902135c5ad4b09d19c3f9a8025fba73
64561c631acfe1916184b84ec4c7124be35af2c7
/code/graphique.h
fc9a894d0e8919efc1f8129d00c6eb5182efb85d
[]
no_license
phamnuhuyentrang/oriented-object-programmation
da1a3630429a30dd0ff1e1983c4a66d86099bdcc
8b22d3321cba2df64482c83563b50d217d1e88b1
refs/heads/master
2020-07-27T14:08:29.522504
2019-07-01T03:04:46
2019-07-01T03:04:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,830
h
 #ifndef GRAPHIQUE_H #define GRAPHIQUE_H #include <QtCharts> #include <QWidget> #include <QDate> #include <QBarCategoryAxis> #include "trading.h" #include "indicateur.h" enum Couleur { rouge, vert }; /** * \class Classe Bougie * \details Cette classe affiche l'évolution du cours sur une journée */ class Bougi...
[ "minh.doan@etu.utc.fr" ]
minh.doan@etu.utc.fr
50f635bf969a53d6ac86e0938c512779c719d040
af8d5c36efd838bf066b59c4f34569144c665813
/Compressonator/Source/CMP_MeshCompressor/Draco/src/draco/core/draco_types.h
4a34d7045a3334212be0d360cef8e8c3cef2276a
[ "Apache-2.0", "MIT" ]
permissive
ux3d/glTF-Compressonator
524d413bbe205688b8eb0741f8de23a197b01990
2880f0f29d47423d06d223ccc4d188bb57fc4bda
refs/heads/master
2020-06-14T16:04:01.213047
2019-09-25T15:36:21
2019-09-25T15:36:21
195,050,049
2
0
MIT
2019-07-24T06:26:44
2019-07-03T12:34:31
C++
UTF-8
C++
false
false
1,131
h
// Copyright 2016 The Draco Authors. // // 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 agree...
[ "dwilkinson@me.com" ]
dwilkinson@me.com
b93d131234fefd5635ecfe15b16e7e96cc11f2f5
4d463d9188a5c2e25e0c58cf45ff9beadde016bf
/src/x86/instruction_handling.cpp
544d0c327479b62433b4bad14e0e09b99fd42aa8
[ "BSD-2-Clause" ]
permissive
Supercip971/x86-emulator
97025e462132f2e6a6fa968a8420cab0761266fa
08a21f7ed9393e8d1d7c550c3e4b6c41984f4b7d
refs/heads/main
2023-08-15T17:47:59.891966
2021-10-20T01:49:21
2021-10-20T01:49:21
406,946,454
5
0
null
null
null
null
UTF-8
C++
false
false
2,597
cpp
#include "x86/emulator_64.hpp" namespace fp { void x86_emulator::write_op_rm(uint64_t value, const x86_instruction &instruction) { auto mod = instruction.mod_rm.get_mod(); if (mod == 3) { registers.get_register(instruction.mod_rm.get_rm()) = value; } else { error$("mod: {} not...
[ "supercyp971@gmail.com" ]
supercyp971@gmail.com
a99af35ae0596db91e3a120334ad71d0116349f5
81eeb1b0ea8722a73ddaa18f8b914b981a9e18e3
/rx90/moveit_tutorials/doc/rx90_rviz_control/src/Rx90.cpp
5e1a414fb88c3eb2d352e89a1e51850a5db93963
[]
no_license
zlmone/TERRINet
9b750220f1dcce15bb839d5a635ddbdd90c18a45
89a830c48335b6fb37b8e2472bff040408247fc3
refs/heads/master
2023-07-09T02:09:03.539347
2019-12-02T10:46:35
2019-12-02T10:46:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
22,111
cpp
// // C++ Implementation: Rx90 // // Description: // // // <franroyal@yahoo.es> // // #include "Rx90.h" #include <sstream> #include <cmath> #include <stdexcept> #include "std_msgs/Float64.h" #include "gazebo_msgs/ApplyJointEffort.h" #include "ros/ros.h" #include <time.h> #include <moveit/move_group_interface/move_gro...
[ "luismarzor@gmail.com" ]
luismarzor@gmail.com
b2882d8d1cd12d95e925d51f56d0cb111f2442ec
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/new_hunk_4445.cpp
1615581eb2778212cf74278c413e8bccf11dc70d
[]
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
188
cpp
save_commit_buffer = 0; if (longformat && abbrev == 0) die(_("--long is incompatible with --abbrev=0")); if (contains) { const char **args = xmalloc((7 + argc) * sizeof(char *));
[ "993273596@qq.com" ]
993273596@qq.com
98c9a1e6b9c495bb5615c5879c5bcc5aa361423a
193b65f84570c7dbf0402a9213eaafba18f3fe78
/BaekJoon_11051/BaekJoon_11051/Main.cpp
d70e660767091ea1c1f13337295053414eb835b5
[]
no_license
nostrado/Algorithm
b43e9d5d662f6735624df56664c7ecec30123d62
b32a1933f727d6938b006522e3e24693abb089e9
refs/heads/master
2021-06-12T02:11:02.521784
2017-02-12T11:45:37
2017-02-12T11:45:37
71,788,431
0
0
null
null
null
null
UHC
C++
false
false
745
cpp
/* - 이항 계수 2(11051) / BaekJoon Online Judge - 2016.11.26 - 작성자: solstar - 파스칼의삼각형, 동적 계획법 - 나머지 연산의 성질: (a+b) mod n = (a mod n + b mod n) mod n (사용) (a-b) mod n = (a mod n - b mod n) mod n (axb) mod n = (a mod n x b mod n) mod n */ #include <iostream> #include <algorithm> using namespace s...
[ "mar1st1145@gmail.com" ]
mar1st1145@gmail.com
bc4350579c91c477b99f339d29dc62be0bd2e666
8faee0b01b9afed32bb5b7ef1ab0dcbc46788b5b
/source/src/app/netcache/time_man.cpp
d592d641b04d8c0f455f0dce37957d2774ca598e
[]
no_license
jackgopack4/pico-blast
5fe3fa1944b727465845e1ead1a3c563b43734fb
cde1bd03900d72d0246cb58a66b41e5dc17329dd
refs/heads/master
2021-01-14T12:31:05.676311
2014-05-17T19:22:05
2014-05-17T19:22:05
16,808,473
2
0
null
null
null
null
UTF-8
C++
false
false
5,139
cpp
/* $Id: time_man.cpp 369331 2012-07-18 15:07:38Z gouriano $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Wo...
[ "jackgopack4@gmail.com" ]
jackgopack4@gmail.com
221237599be8a0ad53e3eddfa6b13d606b1aa69d
3e5b2b44d04e738e6c107ad99bb38912bce74df4
/Algorithm-C++/Algorithm/HeapTestHelper.cpp
722d0f0f316b598322151ced2cabbdb9c04d4334
[]
no_license
birneysky/SwiftStudy
16073f1234c1eb905cb544529deae3dc29478641
047a552fb9cc2b07639e815ce2ad8ba61503cadc
refs/heads/master
2021-01-13T11:18:29.755367
2019-05-14T09:03:15
2019-05-14T09:03:15
81,413,203
0
0
null
null
null
null
UTF-8
C++
false
false
665
cpp
// // HeapTestHelper.cpp // Algorithm // // Created by birneysky on 2017/2/25. // Copyright © 2017年 birneysky. All rights reserved. // #include "HeapTestHelper.hpp" #include "MaxHeap.hpp" #include <iostream> void HeapTestHelper::testHeap() { int n = 100; MaxHeap<int> maxHeap = MaxHeap<int>(n); std::c...
[ "birneysky@163.com" ]
birneysky@163.com
60e6813f879440bafd782d9057f5f34677ce44af
a8f4ba1a8144d461e4bfe7c41e674615de10ee34
/client/Classes/AchievementSystem/AchievementSurvival.cpp
c5d3a7a80c6c7485ac0dbe8fa458ee23c65676d8
[ "Apache-2.0" ]
permissive
gdtdftdqtd/BaseWar
0e8ff1e9a8809b32bfe11474da5aa94f8b556fe3
c1c98a9f431ebca7944a55495938da0334319afb
refs/heads/master
2023-03-08T13:00:20.847125
2023-02-12T15:05:40
2023-02-12T15:05:40
42,637,417
0
0
Apache-2.0
2023-02-12T15:05:41
2015-09-17T05:47:29
C++
UTF-8
C++
false
false
838
cpp
/* * Tools.cpp * * Created on: 11.01.2014 * Author: Planke */ #include "AchievementSurvival.h" #include "../Tools/Tools.h" AchievementSurvival::AchievementSurvival(AchievementSurvivalEnum min) : Achievement("", "", "Survivor", "", 20) { switch (min) { case SURVIVLE_5: _min = 5; bre...
[ "klaus.plankensteiner@gmx.at" ]
klaus.plankensteiner@gmx.at
ab8518328f6937a6d90fc8ee03f97eb959d0bc74
9736e73ddb97fdc40ecd12c57915722ce01b78ed
/pporoshin_task_4/func_sim/func_memory/func_memory.cpp
a06fcd214d045b1a6f286cc89fc9348b4785ba56
[ "MIT" ]
permissive
MIPT-ILab/mipt-mips-old-branches
2f1a96c90234f1cf21341b949fc105dcdbd18454
a4e17025999b15d423601cf38a84234c5c037b33
refs/heads/master
2021-03-12T18:00:25.684770
2017-05-17T21:13:56
2017-05-17T21:13:56
91,449,696
1
0
null
null
null
null
UTF-8
C++
false
false
4,783
cpp
/** * func_memory.cpp - the module implementing the concept of * programer-visible memory space accesing via memory address. * @author Alexander Titov <alexander.igorevich.titov@gmail.com> * Copyright 2012 uArchSim iLab project */ // Generic C #include <cassert> #include <cstdlib> #include <cstring> // for strcmp...
[ "alexander.igorevich.titov@gmail.com@8191d7f6-0415-6e15-5cfd-e6cccd3c4e6a" ]
alexander.igorevich.titov@gmail.com@8191d7f6-0415-6e15-5cfd-e6cccd3c4e6a
2d6f14d0dbb1f0bf1fd3d7434eeb82f5aaa23935
91a3a43bd5ee66923e11ad13d11213e367d5f9d5
/src/Magnum/Math/DualQuaternion.h
154afb96fd634dffa73d870dd660233a31ec2b49
[ "MIT" ]
permissive
peterdachuan/magnum
b85d59ffbb37678ac094ad0a57778bcf3971da82
d4ee9b7184ae900252d8bb41990f195dede4885e
refs/heads/master
2021-01-21T02:24:04.126886
2015-10-06T18:06:50
2015-10-06T18:06:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,868
h
#ifndef Magnum_Math_DualQuaternion_h #define Magnum_Math_DualQuaternion_h /* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and a...
[ "mosra@centrum.cz" ]
mosra@centrum.cz
9cf3e263d68ab97189d6a4eea165447c722c4dba
f189b22968f11aa3f6fc0857ff529ca2f48d8d51
/endstops.h
df42b245b0f6eaac1242db4ac89b6acc01e1e314
[]
no_license
Waterfox/SPB_01
87da89ee320695cdaef9c3cec0e270bd73cb9ca0
24bd74372d2873ecfbf158c84687cf73d91b6143
refs/heads/master
2021-06-02T15:06:46.581767
2019-10-02T00:35:09
2019-10-02T00:35:09
126,921,106
1
1
null
2018-12-12T06:08:28
2018-03-27T03:06:04
C++
UTF-8
C++
false
false
632
h
#ifndef endstops_H #define endstops_H #include <Arduino.h> /* endstops class: * manages endstop interrupts and available motion states * the upper endstop is "max" * the lower endstop is "min" */ class endstops { public: endstops(); ~endstops(); void endstops_init(); void check_...
[ "rob.a.edwards@gmail.com" ]
rob.a.edwards@gmail.com
e82b49e2e56b13f948d3373aac51441faab287f9
864b61a5fcb63e86c51ded0429b86e60b747b64a
/lite/kernels/arm/increment_compute.cc
0c645ba877ffe36d0e1efa8dff684d7218bb87af
[ "Apache-2.0" ]
permissive
OFShare/Paddle-Lite
24136fe63dc5fcc8345cc944074b7a26306f7f63
75ff7f44b4b22cd2bd5a239dd51d81600056afd6
refs/heads/develop
2023-05-30T11:25:33.276176
2021-06-10T06:21:17
2021-06-10T06:21:17
323,313,050
1
0
Apache-2.0
2021-02-01T06:22:06
2020-12-21T11:14:47
C++
UTF-8
C++
false
false
1,054
cc
// Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required...
[ "noreply@github.com" ]
noreply@github.com
d3f5cfb5c9fde2a9624f55e7b9e37059cc93fb0e
9eb2eb4de471b6c522ecb6e11bd1d10ee3bf1c29
/src/gigablast/IndexReadInfo.cpp
7871a5dd8ee69e8260d15f039970b611709091c1
[ "Apache-2.0" ]
permissive
fossabot/kblast
6df5a5c6d4ae708a6813963f0dac990d94710a91
37b89fd6ba5ce429be5a69e2c6160da8a6aa21e6
refs/heads/main
2023-07-25T04:06:20.527449
2021-09-08T04:15:07
2021-09-08T04:15:07
404,208,031
1
0
Apache-2.0
2021-09-08T04:15:02
2021-09-08T04:15:01
null
UTF-8
C++
false
false
13,189
cpp
// SPDX-License-Identifier: Apache-2.0 // // Copyright 2000-2014 Matt Wells // Copyright 2004-2013 Gigablast, Inc. // Copyright 2013 Web Research Properties, 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 obta...
[ "masanori.ogino@gmail.com" ]
masanori.ogino@gmail.com
1d7d9ece982984a311b2fffc3e2d208b15c06b37
215750938b1dd4354eab9b8581eec76881502afb
/src/mfx/pi/cpx/Compex.cpp
b28818b0c6afb92cf453040b385d1b41c31f0a93
[ "WTFPL" ]
permissive
EleonoreMizo/pedalevite
c28fd19578506bce127b4f451c709914ff374189
3e324801e3a1c5f19a4f764176cc89e724055a2b
refs/heads/master
2023-05-30T12:13:26.159826
2023-05-01T06:53:31
2023-05-01T06:53:31
77,694,808
103
8
null
null
null
null
UTF-8
C++
false
false
10,940
cpp
/***************************************************************************** Compex.cpp Author: Laurent de Soras, 2016 --- Legal stuff --- This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the term...
[ "fuck@fuck.fuck" ]
fuck@fuck.fuck
156cb71258c18f6eb5c0b0cfebd2cfbae8a3e0bf
2ba7ea1556d8b17023c89afb316a79a113aa3205
/Pow.h
1fcdb14ab84d784f048838eca139abf2d0860457
[]
no_license
jtang073/Calculator-Lab
a59f9dd8eb3d61cde0b578e35c940f34c69169a6
0ea3492d616c109cd64a8bdbdadab1be55657d1b
refs/heads/master
2020-09-10T18:48:17.030241
2020-04-01T21:42:04
2020-04-01T21:42:04
221,802,854
0
0
null
null
null
null
UTF-8
C++
false
false
476
h
#ifndef __POW_H__ #define __POW_H__ #include "base.hpp" #include "Iterator.hpp" #include "BinaryIterator.h" #include "visitor.h" #include <string> using namespace std; class Pow : public Base { public: Base* left; Base* right; Pow(Base*, Base*); double evaluate(); string stringify(); Base* get_left(); Base* g...
[ "noreply@github.com" ]
noreply@github.com
00eccc4822a37adb138cbea7a08eb04be0cab50c
0fe9c025317b7666c88913a74950069c01387933
/DirectX12 Game Solution/DirectX12 MainProject/Scene.h
512adc11664a0966a74aab6d91a807836f1f294f
[]
no_license
star-217/DXTK-Effekseer
616986959e150119718b63efb02c3173593ff4a7
578494433a4c4ee6c12808d044dd59e735dbfbe5
refs/heads/master
2023-08-20T00:52:19.061252
2021-10-15T04:48:26
2021-10-15T04:48:26
417,371,236
0
0
null
null
null
null
UTF-8
C++
false
false
635
h
// // Scene.h // #pragma once enum class NextScene : int { Continue = 0, MainScene, StartScene = MainScene }; class Scene { public: Scene() = default; virtual ~Scene() = default; Scene(Scene&&) = default; Scene& operator= (Scene&&) = default; Scene(Scene const&) = delete; Scene& operator= (Scene const&) =...
[ "" ]
75cdf7649a6a464b9140424e62225125cb89abbb
f36cbc8a38757c11944a9c79b0265632f7094c7f
/CebScan-Source/moc_fscontrolpanel.cpp
4b51ff150e72ac976e73907d9e86d44da7b255e2
[]
no_license
mapipaa/cebscan
403cf2d6b5298ae20c30914104c4cf3d4909ee9b
8cf78d4c8e92531310246af830e267c58dbe5ee1
refs/heads/master
2021-01-15T10:52:00.783678
2014-08-23T20:18:25
2014-08-23T20:18:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,869
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'fscontrolpanel.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.2.0) ** ** WARNING! All changes made in this file will be lost! ******************************************************...
[ "charlesebakeriii@gmail.com" ]
charlesebakeriii@gmail.com
9f2b9f8fd28ab7524724ebb4d4b763d1f18c4acf
2262f894227d5abdbb5c2d66dfc49a97128774ec
/services/view_manager/gesture_manager.cc
47ae5fcd653552058916e4e9b3848bba31781cba
[ "BSD-3-Clause" ]
permissive
willbittner/mojo
7e3253184351f7fbdde9e5c4b5f91ae1e6887641
810682eae832db3f8bc7bce01919b59d6e9538f2
refs/heads/master
2020-12-11T01:52:04.546158
2016-01-14T23:48:44
2016-01-14T23:48:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,352
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/view_manager/gesture_manager.h" #include <algorithm> #include "mojo/services/input_events/interfaces/input_events.mojom.h" #include "...
[ "viettrungluu@chromium.org" ]
viettrungluu@chromium.org
c1f3f2bb1776f563040cdd1d33d963bb1485462b
7768b3223c7c7ed88338793ff8e84422b03f4d3b
/engine/src/expressionParser.cpp
d595ba3c63ad06b8f4c788af8a49faabc73e4974
[]
no_license
MrXester/CG-2021
1784c21bb00f6db5bf3608dde7a397aa3e649240
1e8d699df050f8192cb42f856cf31f21483a3d34
refs/heads/main
2023-08-03T01:12:23.623288
2021-10-04T11:53:50
2021-10-04T11:53:50
345,325,775
0
2
null
null
null
null
UTF-8
C++
false
false
3,594
cpp
#define IDNEV 0 #define SQTEV 1 #define SINEV 2 #define TANEV 3 #define COSEV 4 #define MPIEV 5 #define RNDEV 6 class ExprParser{ public: std::map<std::string, float> hash; std::string expression; int error = 0; ExprParser(std::string exp){ setExpr(exp); } ExprParser(){ setExpr(""); } ExprParser(const ...
[ "76684399+MrXester@users.noreply.github.com" ]
76684399+MrXester@users.noreply.github.com
5053449fcfd6ac00be47e7f864da6aee19606814
167c7506aab0e0f2d2de0994f986b846593286b1
/cplusplus_base_library/Qt/boost/circular_buffer/details.hpp
6bfaff24ab6987128a8ca7d92aa1912ddcf65d88
[]
no_license
ngzHappy/bd2
78ee1755c8b83b8269e7f41bf72506bfd27564de
aacfc22aa1919b5ab5f5f4473375a1e8856dc213
refs/heads/master
2020-05-30T07:13:50.283590
2016-11-20T12:36:30
2016-11-20T12:36:30
69,462,962
1
0
null
null
null
null
UTF-8
C++
false
false
17,200
hpp
// Helper classes and functions for the circular buffer. // Copyright (c) 2003-2008 Jan Gaspar // Copyright (c) 2014 Glen Fernandes // C++11 allocator model support. // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at //...
[ "819869472@qq.com" ]
819869472@qq.com
bbff85179854eeaef1130a0fc264ee929f200882
51f985e90ba3ad44e3ad5722c65078220477e48f
/PhotoKit-master/PhotoKit-master/src/ShareManager.h
d8c6cafddb3163cd59c2030001721eae8912d796
[]
no_license
jason-lv-meng/study
9444e7c4dfcd2871a232f4df9ae9acf467da89bf
2b115a9b2eee5ccfdd92bda755bb302d99ef7aa9
refs/heads/master
2020-09-20T17:48:34.866238
2019-11-28T23:45:01
2019-11-28T23:45:01
224,551,756
0
0
null
null
null
null
UTF-8
C++
false
false
241
h
#ifndef SHAREMANAGER_H #define SHAREMANAGER_H #include <QObject> class ShareManager : public QObject { Q_OBJECT public: explicit ShareManager(QObject *parent = 0); signals: public slots: }; #endif // SHAREMANAGER_H
[ "lvmengzou2007@163.com" ]
lvmengzou2007@163.com
4a4db6dea67636fefa0207e13e2a361dc596b129
5a1b1e569f53fb1189f8e8bc9fd718d603a8eed3
/Cube3.cpp
cf2fd383826d31d9d9986079afcb072fa3a86687
[]
no_license
Inejka/Cube
0a24dc669dc0f581bfd7f03724ffe2d7e9930a64
bdbf326458f12f17db5f166ec93760604fb40b86
refs/heads/master
2022-12-13T07:57:06.916779
2020-09-08T16:08:40
2020-09-08T16:08:40
293,101,554
0
0
null
null
null
null
UTF-8
C++
false
false
4,875
cpp
// // Created by art on 9/2/20. // #include "Cube3.h" #include <ctime> #include <iostream> Cube3::Cube3() : Cube(3) {} void Cube3::command(std::string commands) { short times; bool isInverse; for (int i = 0; i < commands.size(); ++i) { times = 1; isInverse = false; ...
[ "dante12654@gmail.com" ]
dante12654@gmail.com
403b0e6de93995b7ccd5ea7ce03e576b0e1394fa
2232c179ab4aafbac2e53475447a5494b26aa3fb
/test/utest-common/check_mpi_functionality.cpp
993d9ad9eab535f689658bec41f6acf74e0708be
[]
no_license
martinv/pdekit
689986d252d13fb3ed0aa52a0f8f6edd8eef943c
37e127c81702f62f744c11cc2483869d8079f43e
refs/heads/master
2020-03-31T09:24:32.541648
2018-10-08T15:23:43
2018-10-08T15:23:43
152,095,058
1
0
null
null
null
null
UTF-8
C++
false
false
3,929
cpp
#define DONT_USE_BOOST_TEST 1 #if DONT_USE_BOOST_TEST #include <iostream> #include "common/MPI/MPIEnv.hpp" #include "common/PDEKit.hpp" using namespace pdekit; int main(int argc, char *argv[]) { // MPI_Init(&argc,&argv); common::mpi::MPIEnv::instance_type &mpi_env = common::mpi::MPIEnv::instance(argc, argv); ...
[ "martin.vymazal@gmail.com" ]
martin.vymazal@gmail.com
9b7195016fe0281c8f2ed14fa4fbf6aadb6f39b8
4941cb604d70f2ff25a00673c32b19e2af52d6a0
/oyjl/oyjl-args-qml/src/app_data.cpp
358ed84a63f6a22207d5558ed58955132c7fff6b
[ "MIT" ]
permissive
OpenICC/config
93a0ec3c7dba581db3db337901798dc4378b4431
da5fcd4ae809ad193f76e1399e91c3ebb69de3fb
refs/heads/master
2022-05-15T16:26:09.297351
2022-05-06T06:18:23
2022-05-06T06:18:23
71,343,163
2
2
null
2016-12-26T07:49:29
2016-10-19T09:54:15
C
UTF-8
C++
false
false
10,472
cpp
/** @file app_data.cpp * * Oyjl JSON QML is a graphical renderer of UI files. * * @par Copyright: * 2018 (C) Kai-Uwe Behrmann * All Rights reserved. * * @par License: * MIT <http://www.opensource.org/licenses/mit-license.php> * @since 2018/02/26 * * - AppData -> JSON...
[ "ku.b@gmx.de" ]
ku.b@gmx.de
a4c9ffb217ce2cd445b502ccfa9ba774bd7d0ca0
9e443f7680dd2241261b898d306ae7ba0e01a485
/helper/poly_helper.cpp
6572ec9f781b86f4bf7329b487016210cc74fba5
[]
no_license
Huddie/Optimal_Polygon_Area
d5141037d9f2149d27625d26829d877eced3a2df
87d05c45f97085ffcb83d4124cebe1bdc8c147f2
refs/heads/master
2020-05-28T06:20:15.777333
2019-05-27T21:13:04
2019-05-27T21:13:04
188,906,687
0
1
null
null
null
null
UTF-8
C++
false
false
10,021
cpp
#include "poly_helper.hpp" //-------========== FROM CGAL ============-------// void poly::mark_domains(CDT& cdt) { for(CDT::All_faces_iterator it = cdt.all_faces_begin(); it != cdt.all_faces_end(); ++it){ it->info().nesting_level = -1; } std::list<CDT::Edge> border; mark_domains(cdt, cdt.infin...
[ "easports96@gmail.com" ]
easports96@gmail.com
fe1e4780ed1ed661536b2f7b36f151eb5470e329
d1853dc32105f49790ed299bcca2db3b1d718ece
/codeforces/1176/A.cpp
e02004a4023c99ae9978629c0c428477482611ea
[]
no_license
towhid1zaman/Problem__Solving
a8abbd77c68c6f1e9ff8ceecd9332a3d15f741cd
1407bc0d44165827e8db5599e75115961d569315
refs/heads/master
2023-06-05T10:56:17.151354
2021-06-20T19:46:00
2021-06-26T04:47:16
326,334,514
0
0
null
null
null
null
UTF-8
C++
false
false
1,623
cpp
#include "bits/stdc++.h" using namespace std; typedef unsigned long long LL; #define nl "\n" #define X first #define Y second #define MAX INT_MAX #define pb(a) push_back(a) #define mp(a,b) make_pair(a,b) #define check() {printf("OK\n");} #define srt(v) sort(v.begin(),v.end()) #define rev(v) reverse(v.begin(),v.end()) ...
[ "towhid1zaman@gmail.com" ]
towhid1zaman@gmail.com
86c1ae5d6b55b19dfad056aa29b566a8633de62f
f7b5424c24c2f2c1ebc46e4be616c7e1231e8669
/src/tiny_ecs_registry.cpp
2acda8fa70db71f0e1b6a843d3a839a31e779fe8
[]
no_license
MacIverson/TestMiniGame
5e3cceb5c158d03461aea6bf06f55b7141a8e84a
cce3c416d0b1a249691a03b0fc2aa73ddf23ee25
refs/heads/master
2023-08-24T06:57:38.852807
2021-10-29T19:28:28
2021-10-29T19:28:28
422,044,358
0
0
null
null
null
null
UTF-8
C++
false
false
55
cpp
#include "tiny_ecs_registry.hpp" ECSRegistry registry;
[ "macman1@students.cs.ubc.ca" ]
macman1@students.cs.ubc.ca
b87b01ce42889b7f1b2800fc220b0ac703d6c0cd
8262dbe399110df081e82ed6dc67a7a827063a5f
/resistanceWx/MissionPanel.cpp
cde49979490f6530860ce9571729e129e5594f72
[]
no_license
limerfox/Resistance
de660f4fbde4f357921e02f770636ed490a701ae
24576eb3729310bed321d8579080178c35163fbe
refs/heads/master
2020-04-29T15:21:42.962727
2019-04-08T22:01:11
2019-04-08T22:01:11
176,225,657
0
2
null
null
null
null
WINDOWS-1251
C++
false
false
8,042
cpp
// ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRE...
[ "Maria@DESKTOP-P97Q35F" ]
Maria@DESKTOP-P97Q35F
cda12cbddb4c91a46c29dd7e5e38a6a403f14a47
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/admin/netui/common/h/slist.hxx
59b646234a2dc8976ea5fa4921b32c1223aa920b
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
13,074
hxx
/**********************************************************************/ /** Microsoft Windows/NT **/ /** Copyright(c) Microsoft Corp., 1991 **/ /**********************************************************************/ /* slist.hxx LM 3.0 Generic slist package This header file...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
4b7946119f82b65f05b285429471eb4452c9c3ac
a002123d4a71574324ca8aeb8c7af336ca1a60d1
/AlphaMesher.h
7c72c84cc6c8655ae711317bd5a82ae29793a390
[]
no_license
flaiver/AlphaMesher
20e98607899a4a2b8dd33c1eea6f5da86f7c9109
ddc6b90490a7b21991938e827828eeb126d6ec55
refs/heads/master
2021-01-11T00:36:57.866312
2016-10-08T14:02:29
2016-10-08T14:02:29
70,535,504
0
0
null
null
null
null
UTF-8
C++
false
false
444
h
#pragma once #include <maya/MPxNode.h> class AlphaMesher : public MPxNode { public: AlphaMesher(); virtual ~AlphaMesher(); static MStatus initialize(); virtual MStatus compute(const MPlug& plug, MDataBlock& data); static void* creator() { return new AlphaMesher; } static MObject m_inTexture; ...
[ "flaiver@yahoo.com" ]
flaiver@yahoo.com
050685219cf2659d83e53faf50bda794e503ce15
48ef819fa3526351615fdcaef9267bb842eb7c42
/SDK/build/arduino/nano-nokia5110/cubos/driver_powermanager.ino
b685d317aaa102acf0a748c9de38a5bfdf565351
[]
no_license
yacubovvs/CubOS_01b
fa2cb67e669d26598e0c240168ea4bd86f59cbd2
15add5d1c47fff1c23fc4d12fdece40964f52499
refs/heads/master
2023-06-26T06:06:12.765510
2021-07-28T17:40:48
2021-07-28T17:40:48
197,984,057
0
0
null
null
null
null
UTF-8
C++
false
false
889
ino
void power_manager_setup(){ //Buttins power pinMode(0, OUTPUT); digitalWrite(0, 1); #ifdef device_has_accelerometer pinMode(1, OUTPUT); digitalWrite(1, 1); #endif #ifdef device_has_backlight_control pinMode(10, OUTPUT); #ifdef backlight_init power_ma...
[ "yacubovvs@yandex.ru" ]
yacubovvs@yandex.ru
1bec0209d9532bc19da7009e5cd5e218744e67a4
1d4e8ce2c978342ece091f1e0f7293f4a3d66739
/you_tai_ridatu/heri.cpp
338816bd700097e39d4e2a7f687bda2993c2926a
[]
no_license
DaikiIsozaki/you_tai_ridatu
472002bc47d4bd909d7eac7ca6822993d43e82e7
a618685899e05c7afca326f37b347805d802c8a0
refs/heads/master
2020-11-23T21:36:17.258920
2020-07-19T12:20:02
2020-07-19T12:20:02
227,830,112
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
4,963
cpp
#include"Cube.h" #include<d3dx9.h> #include"direct3d.h" #include"common.h" #include"CubeMove.h" #include"texture.h" #include"sprite.h" #include"Light.h" #include"Camera.h" #include "Model.h" #include"heri.h" #include"input.h" #include"bullet.h" D3DXVECTOR3 H_at(0.0f, 10.0f, -10.0f); D3DXMATRIX g_Save_Matrix2; float p...
[ "daikiisozaki@gmail.com" ]
daikiisozaki@gmail.com
727470f05728d28dfc25751243de9196fdfb42b2
febe42791462ef7605ab65a68d39bfc6b385c952
/Firmware/StackArray.h
7a53b3dee6cfbda81e2ce274eac07541fc8bed18
[ "MIT" ]
permissive
appfruits/LittleHelper
ae34fc7bb7b0ad928eed84c7eab91b72ba3f900b
3d190620973328b8edab6ddd6df0b3e2da348dbb
refs/heads/master
2021-05-04T10:52:34.726912
2017-02-24T14:56:07
2017-02-24T14:56:07
47,962,267
29
1
null
null
null
null
UTF-8
C++
false
false
6,816
h
/* * StackArray.h * * Library implementing a generic, dynamic stack (array version). * * --- * * Copyright (C) 2010 Efstathios Chatzikyriakidis (contact@efxa.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published...
[ "pschuster@me.com" ]
pschuster@me.com
ff70ca66f0e7c60fd934e3b43d87060777a8b00b
f6a1c856a662861f680c84efbd7c790a7ffdbdee
/genesys/Counter.cpp
0fbb58c595eae68fc6d397895de722a271e8f5c9
[]
no_license
telmotrooper/ine5425_genesys-gui
75cf2c41d066ebc63318664f48509720c076039c
78dc4fe66be94a94ee6ce8b1976c4bf469396d54
refs/heads/master
2022-03-28T07:32:17.808576
2019-11-18T00:46:47
2019-11-18T00:46:47
203,665,254
1
0
null
null
null
null
UTF-8
C++
false
false
2,592
cpp
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: CounterDefaultImpl1.cpp * Author: rafael.luiz.cancian * * Created on 29 de Maio de 2019, 11:24 */ #include "Count...
[ "telmo.trooper@gmail.com" ]
telmo.trooper@gmail.com
af6e98b27b47a681bc4bad33856b1816dcf1a555
45e3eb85ad842e22efefad6d3c1af327998eb297
/AtCoder/asakatsu/2020/8/a.cpp
41c91af0412bca275ae7535192b864225d5b5653
[]
no_license
sawamotokai/competitive-programming
6b5e18217c765184acfb2613b681d0ac9ec3f762
9659124def45447be5fccada6e835cd7e09d8f79
refs/heads/master
2023-06-12T06:56:01.985876
2021-07-05T16:55:56
2021-07-05T16:55:56
241,240,765
0
0
null
null
null
null
UTF-8
C++
false
false
768
cpp
#include <bits/stdc++.h> #define rep(i,n) for (int i = 0; i < (n); ++i) #define ok() puts(ok?"Yes":"No"); using namespace std; typedef long long ll; typedef vector<int> vi; typedef pair<int, int> ii; typedef vector<vi> vvi; typedef vector<ii> vii; typedef vector<bool> vb; typedef vector<vb> vvb; typedef set<int> si; ty...
[ "kaisawamoto@gmail.com" ]
kaisawamoto@gmail.com
5a5fe9a6324391a6d9e4e64b905a686deb092c7e
f2d3870719af1149e7074cf0c680a2aef6cbe4e2
/Pratica4/clase/clase.ino
ddb312ac2ae03eca4500f07094745ba667547ba7
[]
no_license
hopechan/MIP
1937c23cf87df340d55a817a93751cdd72573dc4
9d106b2cf7cf47a59b4d9bdce66d915acf5f0d7d
refs/heads/master
2022-04-22T11:55:16.882824
2020-04-13T21:50:13
2020-04-13T21:50:13
255,448,110
0
0
null
null
null
null
UTF-8
C++
false
false
379
ino
#define PINLED 5 #define PINTRAN 3 int potencia = 0; void setup() { pinMode(PINLED, OUTPUT); pinMode(PINTRAN, OUTPUT); Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: potencia = analogRead(A5); Serial.println(potencia); potencia=map(potencia,0,1023,0,255); analogWrit...
[ "esperanza.duenas@unplug.studio" ]
esperanza.duenas@unplug.studio