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
4f6b3a975f9c58dac83578ffe9a908eed3c71f04
06a14c8eb6c1c486a9c2c3639af6390686f88ee3
/games/02-bubbletown/Classes/Scenes/Scene_Start/BtStartScene.cpp
aaeec53117c961fb7a06fc30180b824b2948c624
[]
no_license
hbs110/bubbletown
c796ee9aac21ffa925c3a655e8cd60a9414ff516
8d044a5bc89ebce934cc82e45f5bb5dc4d6e7089
refs/heads/master
2021-01-17T23:21:57.850426
2015-03-23T07:59:44
2015-03-23T07:59:44
32,722,025
1
0
null
2015-03-23T09:20:47
2015-03-23T09:20:47
null
UTF-8
C++
false
false
368
cpp
/*! * \file BtStartScene.cpp * \date 2015/03/03 17:22 * \author Gu Lu (gulu@kingsoft.com) * * \brief Implementation of BtStartScene */ #include "stdafx.h" #include "BtStartScene.h" #include "Services/BtGui_utouch.h" bool BtStartScene::do_init() { auto node = BtGui_utouch::LoadLayout("ui/titlescreen"); m...
[ "gemfeeling@hotmail.com" ]
gemfeeling@hotmail.com
4228d0641651f5701ec6ea743ecea629b2475c21
26e0a6d1f54903c993ee5244658a9ad3389a2c11
/PHOENIXEngine/PHOENIX/PX2Engine/Application/PX2GeneralServer.cpp
79ccb4709499d4826e3410929f1fcf2564838f19
[]
no_license
ycwang812/SLAMCar
a8a3ba0ca301d67a171859909be46b7a4b846227
af3e5a79b37f31e0ba83ea0eb6ea0d6dfc7aec77
refs/heads/master
2021-07-09T12:18:52.253121
2020-04-15T09:00:53
2020-04-15T09:00:53
240,099,985
0
1
null
2021-04-08T08:19:02
2020-02-12T19:43:23
C++
UTF-8
C++
false
false
6,427
cpp
// PX2GeneralServer.cpp #include "PX2GeneralServer.hpp" #include "PX2Log.hpp" #include "PX2StringTokenizer.hpp" #include "PX2ScriptManager.hpp" using namespace PX2; //---------------------------------------------------------------------------- GeneralServerCallData::GeneralServerCallData() : TheCallType(GSCT_MAX_TYPE...
[ "ycwang812@gmail.com" ]
ycwang812@gmail.com
8da784d48f5c75786c1c01060b58d6043b174992
18ea383dbeedc07d7e43697915a59105d6639646
/robot.cpp
12d86c1861b20f40522bbd420010229f336d014d
[]
no_license
pavelkang/Hungarian
0dfd9e50d87047c6be9e8fbd22754040e5242454
02e34816bdee56d41b65ae8f6a61c8e5209dc724
refs/heads/master
2021-01-13T02:08:35.931176
2014-03-26T05:19:22
2014-03-26T05:19:22
18,027,364
1
0
null
null
null
null
UTF-8
C++
false
false
5,786
cpp
#include<iostream> #include<cstring> using namespace std; #define N 3 #define INF 10000000 void AddToTree(int, int); void UpdateLabels(); int cost[N][N]; // cost matrix int num_robots = N; // number of rows int num_jobs = N; // number of cols int max_match = 0; // if max_match is N, we are done int label_x[N]...
[ "sclingtt@gmail.com" ]
sclingtt@gmail.com
d2731537749af761d7bf56722aa2f0fcbd826ef5
acc79864d3ee7ac32d332b116ac2f8b705fb484b
/sources/plugins/scg/scgdefaultobjectbuilder.h
3003dd4a89b76bb51416594eea9f37ec82de0c68
[ "MIT" ]
permissive
deniskoronchik/kbe
9f1cc708ae652ca8c920ae01b33f277d464a0500
b9840b35377107eed837e38e78ee6408dd115040
refs/heads/master
2021-01-19T05:50:32.797057
2018-11-11T14:08:07
2018-11-11T14:08:07
2,690,935
8
40
null
null
null
null
UTF-8
C++
false
false
1,697
h
/* * This source file is part of an OSTIS project. For the latest info, see http://ostis.net * Distributed under the MIT License * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT) */ #pragma once #include "scgabstractobjectbuilder.h" class SCgNodeInfo; class SCgPairInf...
[ "denis.koronchik@gmail.com" ]
denis.koronchik@gmail.com
2237cceab49f35123de55afcf3ad2c93e173aef5
d396697011aa127c517372383bb56675ef6b4318
/practiceCode/practiceCode/B735.cpp
a1443f910073518b8dcb1682e52cf0b2afca312f
[]
no_license
Quach2502/hello-world
f7afa3edff1bfb5db5eb5dd66474f4ad5000f22b
9932368ac24e907b138d3f5e744a28dfc5874bd3
refs/heads/master
2021-01-09T20:47:02.399667
2017-08-30T07:42:26
2017-08-30T07:42:26
63,652,315
0
0
null
2016-07-19T02:21:41
2016-07-19T02:17:30
null
UTF-8
C++
false
false
850
cpp
//#include <iostream> //#include <set> //#include <vector> //#include <algorithm> //#include <string> //#include <unordered_map> //#include <unordered_set> //#include <iomanip> //typedef long long ll; //std::vector<ll> w; //void main() //{ // std::ios::sync_with_stdio(false); // std::unordered_map<std::string, std::str...
[ "quachdung2502@gmail.com" ]
quachdung2502@gmail.com
78b766eec6680f278767bf3792c2159f5ce54ca7
18f48e40085bc54ae1cfa293e28abc7c20aeb0fd
/prototypes/llvm/scheme/src/types/function.cpp
0461ba800107c5cd94c982d96fa871b9a536d5f7
[]
no_license
nostrademons/eve-language
cee50b9734e094ab4588e4bc1b358f2d628f40ff
92cd7c56d7f443fd9d80f2e0caf434a890a97d69
refs/heads/master
2021-01-21T23:33:34.946046
2010-02-08T06:24:06
2010-02-08T06:24:06
33,006
27
1
null
null
null
null
UTF-8
C++
false
false
286
cpp
#include "function.h" #include <sstream> namespace eve { namespace types { std::string Function::Print(TaggedValue result) const { std::stringstream stream; stream << "<Function @" << std::hex << result << ">"; return stream.str(); } } // namespace types } // namespace eve
[ "jdtang@jonathan-tangs-macbook-pro.local" ]
jdtang@jonathan-tangs-macbook-pro.local
55103aa92a470413361ba63385f911adf951bd62
49fae9a1403a2c33522c946047af1f4ef97b033e
/samples/bbcnews/app/ui/common/layout.cpp
17b75bea29c62c1c22496e5833a60ed0ffaebccf
[ "MIT" ]
permissive
blockspacer/oaknut
7cd3bba921d40d712852033b8fee9a441a0bcf80
03b37965ad84745bd5c077a27d8b53d58a173662
refs/heads/master
2022-12-03T00:32:45.155903
2020-08-24T23:05:26
2020-08-24T23:05:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
628
cpp
// // Copyright (c) 2019 BBC News. All rights reserved. // #include "layout.h" BNLayout::BNLayout(const variant& json) { _emptyView = json.stringVal("emptyView"); _rootContainer = (BNContainerModule*)Object::createByName(json.stringVal("class"),json); } BNLayout::BNLayout(BNLayout* source) { _emptyView...
[ "reuben.scratton@gmail.com" ]
reuben.scratton@gmail.com
acd09b681a4bf009648553d173cf1ad45cdb12e0
42f6eb853229c5cc58905e4a44b314fb1695a473
/kirin/common/error_def.h
7b64850dcc21625eed2132d28bdceb4278d7d402
[]
no_license
irvingzhang/kirin
900b0bf19e9e19870ec43ef3cfde51ff545b61e8
70e3a3e487883a26e65e058bb382c87be6c948fa
refs/heads/master
2021-03-09T15:42:55.100321
2017-07-04T02:20:29
2017-07-04T02:20:29
91,443,177
0
0
null
null
null
null
UTF-8
C++
false
false
983
h
#ifndef KIRIN_COMMON_ERROR_DEF_H #define KIRIN_COMMON_ERROR_DEF_H #include "kirin/common/common.h" BEGIN_KIRIN_NS(common); struct kirin_error { enum { KIRIN_ERR_OK = 0, KIRIN_ERR_SYS = -1, KIRIN_ERR_INVALID_ARGUMENTS = -2, KIRIN_ERR_NO_THREAD_WORKER = -3, KIRIN_ERR_ALREADY...
[ "irvingzhang@qq.com" ]
irvingzhang@qq.com
bcdb91f609a325c4b77198e6b707019c5fdb982f
298a54739a0eb1291b4fb1075163b3022359c66c
/Lesson 1/Task 2/main.cpp
9b3939f3f04bd536152449c1a5180e1cf31eb44c
[]
no_license
VGubenko/NG_2021_Vladislav_Gubenko
0dd0fffe68e457ffdc8ba4281e63b446a702fc99
c920b22f7ef53a80f137e3227d8e08e7e2c7d6ce
refs/heads/main
2023-08-22T05:57:37.017127
2021-10-31T11:39:17
2021-10-31T11:39:17
416,810,929
0
0
null
null
null
null
UTF-8
C++
false
false
1,025
cpp
#include <iostream> using namespace std; int main() { cout << R"( _____________________ / . . (<$$$$$$>#####<::::::>) . . . _/~~~~~~~~~~~~~~~~~~~~~~~~~\_ . . . \ .( . . /~ ~\ . . . ( . . .~ ...
[ "92455996+VGubenko@users.noreply.github.com" ]
92455996+VGubenko@users.noreply.github.com
53ce0ef06000d077d7d5c92db1148beaf0397362
4b250da9813bd51979b7211778f720c0757eb82e
/topcoder/SRM/Rookie-SRM-4-DIV-1/500/MarblePicking.cc
9f34320763d7ab859d93d163255e49e8e730dee6
[ "MIT" ]
permissive
mathemage/CompetitiveProgramming
07f7d4c269cca0b89955518131b01d037a5a1597
11a1a57c6ed144201b58eaeb34248f560f18d250
refs/heads/master
2023-04-16T17:55:24.948628
2023-04-14T19:16:54
2023-04-14T19:16:54
26,391,626
2
0
null
null
null
null
UTF-8
C++
false
false
4,577
cc
/* ======================================== ID: mathema6 TASK: LANG: C++14 * File Name : * Creation Date : * Last Modified : * Created By : Karel Ha <mathemage@gmail.com> * URL : * Points/Time : * 438.18 * 437.41 (re-submission) = 1m40s * * Total/ETA : 500 * Status : * fa...
[ "mathemage@gmail.com" ]
mathemage@gmail.com
064f9afb172eae3e3d43c7383e549d2282d02ab1
cff81ff659ad529706dc9ba1befbc68d8ae5ad26
/hr_rk3.cpp
8587426208483bcf3460fd7a4ff0c8cb27e5d915
[]
no_license
iishipatel/Competetive-Programming
9dafb3e49e60daee0f7dfca7f88ea23fd0777507
2ece5d282e753aee38d503bc5102baffa0141b2f
refs/heads/master
2020-08-05T23:03:48.027950
2019-10-08T12:02:27
2019-10-08T12:02:27
212,747,647
1
0
null
2019-10-04T06:12:08
2019-10-04T06:12:06
null
UTF-8
C++
false
false
1,335
cpp
#include <iostream> using namespace std; struct node { int data; node *lc; node *rc; }; node *root = NULL, *temp = NULL; node* get_new(int value){ node *ptr = new node(); ptr->data = value; ptr->lc = NULL; ptr->rc = NULL; return ptr; } node* bst_insert(node *top,int value){ if(t...
[ "imabhinav.am@gmail.com" ]
imabhinav.am@gmail.com
7888bf098cbddb78fa211ac53690bf30b61288ca
2173ad94a6088e90916e04568d8e9df2e26ff77a
/codev2/odd_level_intersection.cpp
7daecdc241704c7dd25082f14f26b50a8cb0705d
[]
no_license
kobusgiovanna/TCC
52f200dfbaa93e92ab47347c07c265a4d51f7b6e
00a943a89616ba9ecc6cb1e9fc16785a4d8cc73e
refs/heads/master
2021-05-27T05:26:38.045021
2020-09-16T18:36:58
2020-09-16T18:36:58
254,222,153
0
0
null
null
null
null
UTF-8
C++
false
false
551
cpp
#include <ctime> #include <cstdlib> #include "odd_level_intersection.hpp" #include "pth_level.hpp" bool odd_level_intersection::odd_level_intersection (std::vector<line> g1, std::vector<line> g2, int p1, int p2, interval t) { line l1 = pth_level::pth_level(g1, p1, t.left); line l2 = pth_level::pth_level(g2, p2, t....
[ "kobusgiovanna@gmail.com" ]
kobusgiovanna@gmail.com
8845c6815b4acda157c05f3e5109ccef7c6a4fe5
1a33019b4176750fdbb1460bae7b5c27f5eaf6b4
/Back/Agent/Nas/Auth/UserLdap.h
fde23bf9831a51208147ee9ed767da351d341061
[]
no_license
gaofeilong/uniplatform
42a727cd77990e7e9fc3e071d4d6ceb5f2e5a514
940e9266045adfb8ca3a96a113842418bb903391
refs/heads/master
2021-06-28T23:21:02.115026
2017-09-10T15:34:50
2017-09-10T15:34:50
103,040,546
0
1
null
null
null
null
UTF-8
C++
false
false
2,100
h
#ifndef __USER_LDAP_H__ #define __USER_LDAP_H__ #include "UserOper.h" class CUserLdap : public CUserOper { public: CUserLdap(); virtual ~CUserLdap(); //用户操作 //获取用户列表 bool GetUserList(UserInfoList& list); //获取指定组的用户列表 bool GetUserList(UserInfoList& list, unsigne...
[ "gfl@localhost.localdomain" ]
gfl@localhost.localdomain
9d35702647bd36f30544faaa93eecd50ebd045c5
08dfdcc0562bb9784538252564dffb24c51c6d4f
/training/orig/demo_motoman/fs100/src/industrial_robot_client/joint_feedback_relay_handler.cpp
acbfce51b5f0724e717a67fceee16ff163340539
[]
no_license
gavanderhoorn/ros_industrial_training
b7e45fc70a214e925814ed6fb6c16a308385ebdb
e8733d99eb4f59bcf17a516291b61e191e938e6c
refs/heads/master
2021-01-20T04:35:57.754167
2013-11-22T19:59:44
2013-11-22T19:59:44
14,801,989
0
12
null
null
null
null
UTF-8
C++
false
false
5,212
cpp
/* * Software License Agreement (BSD License) * * Copyright (c) 2013, Southwest Research Institute * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retai...
[ "jzoss@DYN.DATASYS.SWRI.EDU" ]
jzoss@DYN.DATASYS.SWRI.EDU
6d20256f9fcb57f8c90b4216c81f6a4ba5451660
79625fb9eeba05cf4dfc124c2f69d73e2a383d31
/db/gdal/detail/georeference.hpp
41c87fb6fa0bd1d0436147a6468e54f57796890b
[ "MIT" ]
permissive
beikehanbao23/bark
f152c4a4c697316d160f1b1b09731f40441e47ba
e4cd481183aba72ec6cf996eff3ac144c88b79b6
refs/heads/master
2023-03-23T00:47:39.777260
2021-01-16T10:10:23
2021-01-16T10:10:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,789
hpp
// Andrew Naplavkov #ifndef BARK_DB_GDAL_FRAME_HPP #define BARK_DB_GDAL_FRAME_HPP #include <bark/db/gdal/detail/utility.hpp> #include <bark/geometry/geometry_ops.hpp> namespace bark::db::gdal { /// Coefficients for transforming between pixel/line raster space, /// and projection coordinates (X,Y) space. /// @see ht...
[ "andrew.naplavkov@gmail.com" ]
andrew.naplavkov@gmail.com
31b5a181ccc1694620345d8ab30dc3c5c4ae90e2
32b8db47c9335f65aeb39848c928c3b64fc8a52e
/tgame-client-classes-20160829/ProtoDescCpp/CSItemOpMsg.pb.cc
0ca66c5d376ae7c679b1a44dc02d68c9958902f1
[]
no_license
mengtest/backup-1
763dedbb09d662b0940a2cedffb4b9fd1f7fb35d
d9f34e5bc08fe88485ac82f8e9aa09b994bb0e54
refs/heads/master
2020-05-04T14:29:30.181303
2016-12-13T02:28:23
2016-12-13T02:28:23
null
0
0
null
null
null
null
UTF-8
C++
false
true
24,703
cc
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: CSItemOpMsg.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "CSItemOpMsg.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/stubs/once.h> #include <google/protobuf/io/coded_stream.h>...
[ "1027718562@qq.com" ]
1027718562@qq.com
fc8b1b8a88a9ebf12805014aeb3d3b79487e2a41
8403738e873da6add2b5d32beb8105fe8d2e66cb
/boost/3_smart_ptr/scoped_ptr.cc
926e3e5dfe743dcc2b3d74573f72db17812a018a
[]
no_license
autyinjing/Cpp-learning
415a9e9130c1d864b28b749e8a27935936a08234
fea63fed9c124c6a4218c61ce455554a8d6f29e4
refs/heads/master
2021-01-19T01:52:59.513207
2017-04-21T10:18:22
2017-04-21T10:18:22
38,310,895
0
0
null
null
null
null
UTF-8
C++
false
false
2,180
cc
/* *********************************************************************** > File Name: scoped_ptr.cc > Author: Aut > Mail: aut@taomee.com > Created Time: 2016年10月20日 星期四 11时53分30秒 ********************************************************************** */ #include <iostream> #include <vector> #include <stri...
[ "aut@localhost.localdomain" ]
aut@localhost.localdomain
3a107082a21d529d773ab148d94e807d75bcc53c
073f8c652c34cf32b25bda5440f000816171f0f4
/gui/hidekey.cpp
09b9728dad08c7dff50b3ba3b9e22d9d4b95ad08
[]
no_license
stv0g/hidekey
54d6927a42d73c6f8e6330b266caa851c875d9be
bb48a3aa8b1b07a1d7b9106dfbb91cf020d1466f
refs/heads/master
2021-01-10T20:38:29.098531
2012-03-09T18:02:26
2012-03-09T18:02:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
131
cpp
#include "hidekey.h" hidekey::hidekey(QWidget *parent) : QMainWindow(parent) { ui.setupUi(this); } hidekey::~hidekey() { }
[ "info@steffenvogel.de" ]
info@steffenvogel.de
2966bdbc3d261eb1022c99c724cedbd6b60278ec
45e0fbd9a9dbcdd4fbe6aaa2fdb2aed296f81e33
/FindSecret/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen3667453217.h
ae82d9127b509e039d813feea17468f6fd4fb855
[ "MIT" ]
permissive
GodIsWord/NewFindSecret
d4a5d2d810ee1f9d6b3bc91168895cc808bac817
4f98f316d29936380f9665d6a6d89962d9ee5478
refs/heads/master
2020-03-24T09:54:50.239014
2018-10-27T05:22:11
2018-10-27T05:22:11
142,641,511
0
0
null
null
null
null
UTF-8
C++
false
false
1,461
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_ValueType3640485471.h" // System.Array struct Il2CppArray; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ign...
[ "zhangyide@9fbank.cc" ]
zhangyide@9fbank.cc
defd0984511a55f50469c37bff32d90fac264b92
3fc27c256dfb96da0f62cd20e04729192d103195
/ptr_script/src/ptrs/call_method.hpp
4888288dfd80ab69cee2f0e6a187d52404fff2f1
[]
no_license
TyRoXx/Sandboxx
c6197b482b891868bd40df642ee493008b942152
6234bb9bd385d7702317ec66d1cedc7c40e1e9d3
refs/heads/master
2022-06-27T20:47:42.016517
2015-01-26T22:20:30
2015-01-26T22:20:30
4,667,692
0
0
null
2022-06-17T01:05:27
2012-06-14T19:41:32
C++
UTF-8
C++
false
false
214
hpp
#ifndef CALL_METHOD_HPP_INCLUDED_ #define CALL_METHOD_HPP_INCLUDED_ namespace ptrs { struct interpreter; struct method; void call_method( interpreter &interpreter, const method &method ); } #endif
[ "tyroxxxx@gmail.com" ]
tyroxxxx@gmail.com
42daa4a6edeb56520addbe6bea19fac5e1509616
952376f77207bc583ac725dd5715619c7e2b0391
/chapter8/8.5.cpp
ed92c93d992060adc2c8ce6c3c7207eba75ae678
[]
no_license
piaoliangkb/cppprimer
3cda790a34bf8c211fe47025fc6fd063eb1e93d8
15ccb60b8c74540256eff944d3e7a83decdc9245
refs/heads/master
2022-05-08T20:31:41.551005
2022-03-14T02:05:06
2022-03-14T02:05:06
173,749,818
0
0
null
null
null
null
UTF-8
C++
false
false
467
cpp
#include <iostream> #include <string> #include <vector> #include <fstream> using namespace std; void read(vector<string> &v, const string& filename) { string temp; fstream fs(filename); if (fs) { while (fs >> temp) { v.push_back(temp); } } } int main() { st...
[ "418508556@qq.com" ]
418508556@qq.com
3fbc5913de84230382ff707f2fdba8945dda6a30
9523186104912efcd481411eeaf14bb0fb27820e
/post-bmide/code/get_custom_exits/get_tc_common/GET_Errors.hxx
5fba9d5753c3958d2569f7a5b6199545ca096591
[]
no_license
qistchan/knowledge
339950e245cb8c19b54fbea0587ad7e604d2af8f
f4a566d746d57c3d0c95b18ff5e31ee9bf704233
refs/heads/master
2020-05-15T00:04:55.405867
2018-07-13T06:18:02
2018-07-13T06:18:02
182,003,864
0
1
null
2019-04-18T02:42:08
2019-04-18T02:42:08
null
UTF-8
C++
false
false
831
hxx
/* STARTFILEDOC *** // =========================================================================== // Filename: GET_errors.h // // Purpose: Header file for dealing with Teamcenter errors // // History: // Who Date Description // TCS Development Team 3 Mar, 2016...
[ "naraharirao.uppaluri@ge.com" ]
naraharirao.uppaluri@ge.com
b988658a257a2d7411053bfe98057dd4f9ac8a4b
5c003582766da0acfc265156d7151c548c8f0218
/w3-hw4.cpp
6e982cec4fc9912ad4d9bdade7d8a70886e89dec
[]
no_license
andyyhchen/coursera-cpp
d7075ba3d73ba714fed74edcab0b1f99d2b7a799
8d2696c2fab16eeaa254b504690a02b7f20ac838
refs/heads/master
2022-11-21T07:12:17.460527
2020-07-19T08:43:29
2020-07-19T08:43:29
280,826,057
0
0
null
null
null
null
UTF-8
C++
false
false
1,669
cpp
#include <iostream> #include <cstdio> #include <string> using namespace std; #define NUM 5 class HQ{ private: string color; int counts[NUM]; int* orders, *lives; int time, curType, totalLives; bool stopped; void Print(int t){ string names[]={"dragon", "ninja", "iceman", "lion", "wolf" }; if(t >= 0){ pri...
[ "andy.yihsuan.chen@gmail.com" ]
andy.yihsuan.chen@gmail.com
7d8f2de68eac329c658dc10a491cabe7c063de1a
402b909aa9fda3da15817b5dda6b45f811f064f0
/LeetCode/medium/398_ReservoirSampling.cpp
91b09d1305c0c455c05949c31502dfdbf998d4ec
[]
no_license
lihzzz/leetcode-C
897821102dfbafb164b2fa9f91fa2ca575774e8b
dd6f61eb6fc51d1d26b15898f043eb404f8c40e7
refs/heads/master
2021-01-19T16:59:13.646500
2018-09-20T14:57:56
2018-09-20T14:57:56
101,031,110
1
0
null
null
null
null
UTF-8
C++
false
false
498
cpp
// // Created by lh on 2017/10/19. // #include <vector> #include <cstdlib> using namespace std; class Solution { public: Solution(vector<int> nums) { vec = nums; } int pick(int target) { int res = 0,cnt = 0; for (int i = 0; i <vec.size() ; ++i) { if(vec[i] == target){ ...
[ "LiHzz0323@gmail.com" ]
LiHzz0323@gmail.com
b291297645ae04b9f8dab8617cdaf795c556f904
e638190d9461b0586f8f7a20f6414b8d1898d6ac
/libs/opmapcontrol/src/mapwidget/opmapwidget.cpp
abc01fbffed21386d5284f30a1a284dd432dcbcf
[]
no_license
AlexanderV/MAP
a75d57a4803b800b5648dcd7260d383710f12088
857bc663ff46c62ff5f0d5a13b33b3a27abed622
refs/heads/master
2021-01-21T09:33:51.105689
2016-06-17T13:07:21
2016-06-17T13:07:21
57,204,001
0
0
null
2016-04-27T10:10:16
2016-04-27T10:10:15
null
UTF-8
C++
false
false
16,382
cpp
/** ****************************************************************************** * * @file opmapwidget.cpp * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @brief The Map Widget, this is the part exposed to the user * @see The GNU Public License (GPL) Version 3 * @def...
[ "rouniy@gmail.com" ]
rouniy@gmail.com
44e3d7fdeed99e9c77e4c87e26bc703941dd9a9f
a873ffe53c3627a8ea2bfcad1030b5aa11e99284
/300_Math1/q1978.cpp
dbb0018be0c9c4d309581446f4c5514f8ac0a63f
[]
no_license
yjleeyjyj/code.plus.beginner.1
16b00aa5d45b34fcfeeee32d3c9b4f73645c7d69
feeb9155c0e02f99e1a436c108681214e0060731
refs/heads/master
2023-08-15T15:29:15.218575
2021-10-14T11:49:48
2021-10-14T11:49:48
410,031,754
0
0
null
null
null
null
UTF-8
C++
false
false
485
cpp
#include<iostream> #include<algorithm> using namespace std; bool isPrime(int n){ if(n < 2){ return false; } for(int i=2; i * i <= n; i++){ if(n % i == 0) return false; } return true; } int main(void){ ios_base::sync_with_stdio(false); cin.tie(nullptr); int ...
[ "yjleeyjyj@gmail.com" ]
yjleeyjyj@gmail.com
a3f47e64ed035af843fba2202a0e7da82f7bdd07
297f977852caf6c2e59caba1e908eac4aa667451
/gen/wx/quickjs/ozone/sizer.cpp
4a845cd78e8c3cdb22067274c13bbe14ad127946
[]
no_license
tritao/wx-bindings
3eee3368387a693c3f9e1132a6d2d0fd310d33ac
4ea5541fcd019af676a208c61791e327600a8da0
refs/heads/master
2023-03-06T16:08:21.332186
2021-02-22T23:47:16
2021-02-22T23:47:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
220,104
cpp
// ---------------------------------------------------------------------------- // <auto-generated> // This is autogenerated code by CppSharp. // Do not edit this file or all your changes will be lost after re-generation. // </auto-generated> // --------------------------------------------------------------------------...
[ "joao@tritao.eu" ]
joao@tritao.eu
55d8524cba0e88324382aed44250b9dc59e5075a
a948eadf4aaa3644adf9187783a04975f590f603
/mutant.ino
3c9aec0de99be8b6b5157b3ba75b1f1e8cdd1a78
[]
no_license
trailr/mutant
a759af656975e10d3d62b74f98d02fe00d6e4405
3322a8e00ffd9c432bc9711cc43f3828d6d3ace7
refs/heads/master
2016-08-04T11:25:35.566787
2013-07-08T19:45:04
2013-07-08T19:45:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,666
ino
/* Copyright (C) 2011 James Coliz, Jr. <maniacbug@ymail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. */ /** * Example of a sensor network * * This sketch demonstrates how ...
[ "thomas.brady@frogdesign.com" ]
thomas.brady@frogdesign.com
af79c37f5a0ab18262ad69380d9976b4a2fbff71
bbd795e7ebd5ad097313ce6ab9a000ed769325f4
/Src/C_BaseLib/Particles.H
8eac325372d673f5d8150b8f59ed0398463c3627
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause-LBNL" ]
permissive
feriswel/HPC-Phase_Field
a4799e1bcf5193b1a7ee50973091a061d08b6317
80a6b367cb6395541150ea68ab9dd3802f37850b
refs/heads/master
2020-07-07T23:04:10.658122
2018-08-26T07:19:15
2018-08-26T07:19:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
275,099
h
#ifndef _PARTICLES_H_ #define _PARTICLES_H_ #include <map> #include <deque> #include <vector> #include <fstream> #include <iostream> #include <numeric> #include <algorithm> #include <ParmParse.H> #include <ParGDB.H> #include <REAL.H> #include <IntVect.H> #include <Array.H> #include <Utility.H> #in...
[ "zhonglin.li.gump@gmail.com" ]
zhonglin.li.gump@gmail.com
e8508fa016f9de5cd03258fd0bd752819e46867d
16aa5d7812bb7a18cdfb85d0eaf1773d15b4284f
/promise_future.cpp
0e31e4bfd19260f2b986d035e0b2799c95a0fc4c
[]
no_license
strvert/cpp-playground
b56339a565832319166ed3c78286876a6a3de670
bcdb154fcb80b01af13da4a595570d7e725e03e5
refs/heads/master
2023-07-27T14:56:06.472613
2021-09-07T14:26:52
2021-09-07T14:26:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
682
cpp
#include <iostream> #include <thread> #include <chrono> #include <future> using namespace std::chrono_literals; void func(std::promise<double> p, double x) { std::cout << "0%" << std::endl; std::this_thread::sleep_for(1s); std::cout << "50%" << std::endl; std::this_thread::sleep_for(1s); std::cout...
[ "strv13570@gmail.com" ]
strv13570@gmail.com
36144d1bbf761335bb457c1bfc150baa09dd65e5
af0bc723e43ab64da44b2f818f33e27acc76173f
/proto/IM.Register.pb.h
69f5ca397ec96cd11f4927693ed4f193ebf3b08f
[]
no_license
RoyLzr/NetTalk
0ffa20f1d05fb6af6e188cea1e4fa33de2320d2b
9af5114843c4b65b783d8eb7da52cb258c216e8a
refs/heads/master
2021-01-17T13:03:24.340777
2016-06-16T16:16:57
2016-06-16T16:16:57
56,977,129
3
1
null
null
null
null
UTF-8
C++
false
true
15,951
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: IM.Register.proto #ifndef PROTOBUF_IM_2eRegister_2eproto__INCLUDED #define PROTOBUF_IM_2eRegister_2eproto__INCLUDED #include <string> #include <google/protobuf/stubs/common.h> #if GOOGLE_PROTOBUF_VERSION < 3000000 #error This file was generated ...
[ "liuzhaorui1@163.com" ]
liuzhaorui1@163.com
82b7f4d1dd017cef7db0e44ce413f2f4627cb838
520ece9e54fad8a5da4af7f4911b5b8ddde77a59
/POJ/POJ 1308 Is It A Tree(并查集).cpp
e0678d6e8660d769dfee6f54e8d958380d0f75e2
[]
no_license
yyyeader/ACM
cde945fab00d2842ed663f711d9432522fca5836
de976cbfc2f9d68c5e8dc208cfc5756cc4b0f589
refs/heads/master
2020-05-27T07:02:14.125658
2019-05-26T11:20:25
2019-05-26T11:20:25
188,526,628
2
0
null
null
null
null
GB18030
C++
false
false
992
cpp
#include<cstdio> #include<cmath> #include<cctype> #include<cstring> #include<iostream> #include<algorithm> #include<vector> #include<queue> #include<set> #include<map> #include<stack> #include<string> #define LC(a) (a<<1) #define RC(a) (a<<1|1) #define MID(a,b) ((a+b)>>1) using namespace std; typedef long long LL; cons...
[ "964096646@qq.com" ]
964096646@qq.com
6ea63fd757fb7982a78e604dcc305945dff9f39a
1302a788aa73d8da772c6431b083ddd76eef937f
/WORKING_DIRECTORY/system/connectivity/shill/test-rpc-proxy/proxy_rpc_out_data_types.cc
dc56e85d9865d301cd59604bf0539ed8bfbd246f
[ "Apache-2.0" ]
permissive
rockduan/androidN-android-7.1.1_r28
b3c1bcb734225aa7813ab70639af60c06d658bf6
10bab435cd61ffa2e93a20c082624954c757999d
refs/heads/master
2021-01-23T03:54:32.510867
2017-03-30T07:17:08
2017-03-30T07:17:08
86,135,431
2
1
null
null
null
null
UTF-8
C++
false
false
1,572
cc
// // Copyright (C) 2015 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
[ "duanliangsilence@gmail.com" ]
duanliangsilence@gmail.com
9b8767591efdd70bf82fcf8d8efbf189c5aaf957
087cbbd3099ff8fd8d2051c60461a0458333dbac
/contests/contest609Div2/E2.cpp
216f0e4481d4bd9bf885ae296c218eaf9d7e8170
[]
no_license
1998factorial/Codeforces
1046ffb2dbee582191fa59e7290c53e902c0af5c
f5b8139810e0724828e6ce7e26f3f8228589b00a
refs/heads/master
2021-07-05T21:34:45.053171
2021-04-10T06:21:33
2021-04-10T06:21:33
228,158,437
1
0
null
null
null
null
UTF-8
C++
false
false
1,877
cpp
#include <iostream> using namespace std; typedef long long ll; /* segment tree */ const int maxn = 2e5 + 10; ll sum1[maxn << 2] , sum2[maxn << 2]; int N , pos[maxn] , a[maxn]; void update(ll* tree , int pos , int l , int r , int id , ll val){ if(l > r || pos < l || pos > r)return; if(pos == l && pos == r){ t...
[ "edward19980505@gmail.com" ]
edward19980505@gmail.com
4a5c7d34a543588388dac2690cde0c739216ae0b
48b66a9e8ec6f4b67b656e98e9a1b8f201ad9344
/sarfunction.h
f39543d350f5374ca285707e3f8fcf49883ab0bf
[]
no_license
liuxinlu/TempDetection
a832a2385d44e5c0c5265bae5caba8cec9cdd6e7
80d51a50b782c0f756d8fe7dc52d3abfdb81e046
refs/heads/master
2020-12-30T16:59:15.243364
2017-05-12T06:24:22
2017-05-12T06:24:22
91,044,000
0
0
null
null
null
null
UTF-8
C++
false
false
1,235
h
#if !defined(AFX_SARFUNCTION_H__467F1004_0F1E_4631_AF1F_7C1B3F5B1798__INCLUDED_) #define AFX_SARFUNCTION_H__467F1004_0F1E_4631_AF1F_7C1B3F5B1798__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify...
[ "liuxinlu2868598@163.com" ]
liuxinlu2868598@163.com
321e13497264aeb3974cd14ccf17c055c988f0c3
c6bb08d0587b240f0afb1da7d797a3f6704837c4
/v2/src/core/dictionary.h
bfd4206726f05526d122b660ee4e2ed0e1e7f3ce
[]
no_license
Flatta/jumanpp
e5304914874d7b294beecbe429064e9ce208fd8f
531867b8d371680629c50e3c5e345954f1d257a6
refs/heads/v2
2020-07-18T20:07:06.481051
2017-06-14T12:55:08
2017-06-14T13:00:29
94,327,860
0
0
null
2017-06-14T12:19:47
2017-06-14T12:19:47
null
UTF-8
C++
false
false
1,672
h
// // Created by Arseny Tolmachev on 2017/02/19. // #ifndef JUMANPP_DICTIONARY_H #define JUMANPP_DICTIONARY_H #include <memory> #include <vector> #include "core/core_types.h" #include "core/dic_builder.h" #include "core/dic_entries.h" #include "core/impl/field_reader.h" #include "core/runtime_info.h" namespace juman...
[ "eiennohito@gmail.com" ]
eiennohito@gmail.com
8d185f2a9f698e8dc492568234aa4cc956e70075
bb304a485522096bb59f034cf6fec01905468726
/include/System.h
e8a56cf725c4347e0972bf0d5480f60f27ecd3f4
[]
no_license
syywh/dc_vmapping
42da91f057e66cbb53f98c6688fa08ad1327cd02
b986e5aeec36a410284443c220f5019d7da371cb
refs/heads/master
2020-12-21T13:15:27.083988
2020-01-27T15:40:37
2020-01-27T15:40:37
236,440,630
0
0
null
null
null
null
UTF-8
C++
false
false
9,142
h
#ifndef SYSTEM_H_ #define SYSTEM_H_ #include "ORBVocabulary.h" #include <boost/filesystem.hpp> #include <opencv2/core/core.hpp> #include <opencv2/features2d/features2d.hpp> using namespace cv; #include <mutex> #include <thread> #include <iomanip> #include "KeyFrame.h" #include "Converter.h" #inclu...
[ "3120103906@zju.edu.cn" ]
3120103906@zju.edu.cn
d049b1e2ff5bbc96b155ea57b4578b2c4f919113
39a07ad059ff40fff1f467f977952fdfeb08add2
/cam/include/cam/obstacle_detection.h
4da49bfb89d03eb2cda0dcf42a6ac60532876425
[]
no_license
noticeable/RCIR-UAV
1e1e1a5b72625715c52b485383b99edc6a12c700
fc0089a921baeb531edda3641ce3529c787225ab
refs/heads/master
2022-02-13T15:10:48.779663
2019-08-29T11:15:12
2019-08-29T11:15:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,013
h
#include <opencv2/highgui.hpp> #include <opencv2/videoio.hpp> #include <opencv2/opencv.hpp> #include <opencv2/core.hpp> #include <iostream> #include <stdio.h> #include <stdlib.h> #include <math.h> #include <algorithm> #include <ros/ros.h> #include <sensor_msgs/Image.h> #include <message_filters/subscriber.h> #include <...
[ "1462452788@qq.com" ]
1462452788@qq.com
437f15ba297a0acd37b7d25b34c8a6c6eaa8b397
edd7f5dea102c43284e577fde2930500db7cd539
/src/Evaluator/DiagnosticsTokenTracker.cpp
d7e67aea3a35e568c3e3d1ce94230699abaa6bf0
[]
no_license
ThomasvLingen/craftinginterpreters_HONK
eb2f3398ed3bbf7ba104d0bca5dd7ba0c34dce2e
b6bc57b488d0b62539c361864adf18c7bdbe1137
refs/heads/master
2021-03-27T08:46:10.012830
2019-12-24T21:44:22
2019-12-24T21:44:22
122,002,857
0
0
null
null
null
null
UTF-8
C++
false
false
644
cpp
// // Created by mafn on 3/13/18. // #include "DiagnosticsTokenTracker.hpp" namespace Honk { const Token& DiagnosticsTokenTracker::get_last_token() { if (this->_callstack.size() > 0) { return *this->_callstack.top(); } throw std::runtime_error { "Attempting to access call ...
[ "thomasvlingen@gmail.com" ]
thomasvlingen@gmail.com
f38f112b1e890a9cfe867ccfb445ef3774a436de
9addd7dae60bffee99c6555e0de6edb20703746e
/Engine/Source/Memory/Private/FixedSizeAllocator.cpp
1ce8ecf97de5cecabbfede6ea50bd2a5820d8204
[]
no_license
karanseq/simple-forward-renderer
b9c43b6929d1f506cdcaf3af915253be0985857f
6592caa9e9f6b6ef264b99f90be47b493bb7b7b5
refs/heads/master
2021-04-12T01:49:25.181453
2019-04-02T02:49:25
2019-04-02T02:49:25
125,669,614
0
0
null
null
null
null
UTF-8
C++
false
false
13,771
cpp
#include "Memory\FixedSizeAllocator.h" // engine includes #include "Assert\Assert.h" #include "Data\BitArray.h" #include "Logger\Logger.h" #include "Memory\AllocationCounter.h" #include "Memory\AllocatorUtil.h" #include "Memory\BlockAllocator.h" namespace engine { namespace memory { // initialize static members Fixe...
[ "karanseq@gmail.com" ]
karanseq@gmail.com
633242da99b70bb50c424370ae2ac854c4b70f5d
607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb
/deps/museum/5.0.0/art/runtime/entrypoints/quick/quick_entrypoints.h
118c090ad82d6cd432dcc8540141d07608bfb563
[ "Apache-2.0" ]
permissive
simpleton/profilo
8bda2ebf057036a55efd4dea1564b1f114229d1a
91ef4ba1a8316bad2b3080210316dfef4761e180
refs/heads/master
2023-03-12T13:34:27.037783
2018-04-24T22:45:58
2018-04-24T22:45:58
125,419,173
0
0
Apache-2.0
2018-03-15T19:54:00
2018-03-15T19:54:00
null
UTF-8
C++
false
false
2,817
h
/* * Copyright (C) 2012 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
d801ae4fcd405e68fa258b1e550185b235f258c2
be87bc53359e3e2974b91b55a213b4a1df237955
/Mblock5_Develop/Create_extensionsForVietduino_n22_11_2019/Create_extensionsForVietduino/Arduino_IDE_Test/vietduino_template/OfflineBroadcast_withoutDelay.h
6a29606bf4a30eec483d82595259ffc1a555ccb9
[]
no_license
quocbao238/MakerLab
90ea9d223a223e6e54355a5034172f9b93f6c35c
5d9e1615e111f8352cfaf5494a05e1baff317d2b
refs/heads/master
2022-03-23T20:06:50.949577
2019-12-11T03:25:58
2019-12-11T03:25:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,132
h
#ifndef OfflineBoardcast_withoutDelay_H #define OfflineBoardcast_withoutDelay_H // #include "MeSerial.h" #include <Arduino.h> #define BROADCAST_ID_ 70 #define GET 1 class OfflineBroadcast_withoutDelay { public: OfflineBroadcast_withoutDelay(void); void loop(); String broadcastMsg = ""; String broadcastValue = "";...
[ "baobondev@gmail.com" ]
baobondev@gmail.com
dbece095437229f042d52f4729b24dc18c2eb50a
e592a77620a68077cf7461bbb60431692c57d3ff
/2.LinkList/2_3.del_mid_node_from_list/LinkList.h
4cbc9987dbe9271048d86605dc5546fee3b4b95d
[]
no_license
JamesonHuang/Cracking-The-Coding-Interview
34211eb98842e103d7ffe881f7707c083ae9ede2
45cba711cae84a51ab418599d71ea8a913cb99ae
refs/heads/master
2018-12-28T21:30:36.574850
2014-12-30T06:47:57
2014-12-30T06:47:57
27,594,492
2
2
null
null
null
null
UTF-8
C++
false
false
1,541
h
/************************************************************************* > File Name: link_list_struct.h > Description: > Conclusion: > Author: rh_Jameson > Created Time: 2014年12月16日 星期二 18时51分21秒 ************************************************************************/ #if...
[ "huangruohai2010@gmail.com" ]
huangruohai2010@gmail.com
d4e886c6875c3b933acb6f491e1ebdec082b6c60
0a0d14762b67d8ddba496aa5d3b63f9fd5013562
/resources/minigrafx-master/src/DisplayDriver.h
ec8bd8de7fd0735832994f1e77a214ce2b4dee15
[]
no_license
bzfhl/esp8266-weather-station
dd3d74b7e2d5b7c61a8ccd1ffb6d7da0ab9ff385
04f05892b649237ce13fdf64adb5bee443395605
refs/heads/master
2021-03-24T12:21:55.717068
2017-12-06T12:59:57
2017-12-06T12:59:57
109,349,342
0
0
null
null
null
null
UTF-8
C++
false
false
1,015
h
#ifndef _MINIGRAFX_DRIVER_H #define _MINIGRAFX_DRIVER_H #if ARDUINO >= 100 #include "Arduino.h" #else #include "WProgram.h" #endif class DisplayDriver { public: DisplayDriver(int16_t w, int16_t h); // Constructor virtual void setRotation(uint8_t r); virtual void init() = 0; //virtual uint16_t getScree...
[ "bzfhl@qq.com" ]
bzfhl@qq.com
fea21639625671981d8d87f2dd33f47b132e02d4
d3f6ef48b20c58fc2d98e6a4fc65f90772cbee96
/src/Sorting_Algorithms/Sorting_insertionSort.cpp
0331a3467d3148768472d97d5fe3810fc44bd5cb
[]
no_license
PequalsNPaspirant/MM_SortingAlgorithms
d43bc7fd37fa9b3799e8e9ef33eb3a9b125d3af5
b0a923f821e44157e29964bf074724e964164457
refs/heads/master
2022-11-05T21:31:06.140290
2022-10-31T15:30:13
2022-10-31T15:30:13
158,047,453
0
0
null
null
null
null
UTF-8
C++
false
false
4,032
cpp
#include "Sorting_dataStructure/Sorting_dataStructure.h" #include "Sorting_Algorithms/Sorting_insertionSort.h" namespace mm { //=======================+================+ // | Insertion Sort | //=======================+================+ // Insertion Sort - Trial Version 1 //===============...
[ "p.equals.np.aspirant@gmail.com" ]
p.equals.np.aspirant@gmail.com
7f78440f726ff72fa417769a1f9260e17b5e75d2
c644d854feed6beacc546f75540ac43a3b23c275
/packages/react-native/ReactCommon/react/renderer/components/view/BaseViewProps.cpp
1a0b002b24d50c89d49f0716c17d7ec557308d8a
[ "CC-BY-4.0", "MIT", "CC-BY-NC-SA-4.0", "CC-BY-SA-4.0" ]
permissive
SimenB/react-native
2750bad941bf532e6643fe0db2f478b38a7696dd
5b06ba7201df301ef6e35a5976fa3bf5eb509eba
refs/heads/main
2023-09-01T02:10:55.636442
2023-08-31T02:57:16
2023-08-31T02:57:16
323,963,868
0
0
MIT
2023-09-10T09:41:00
2020-12-23T17:31:52
C++
UTF-8
C++
false
false
17,043
cpp
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "BaseViewProps.h" #include <algorithm> #include <react/renderer/components/view/conversions.h> #include <react/rendere...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
4bd5503e40bab8c5f92d2bac06bc53618981b9a3
0611b1cc08b15d329057595365359947c20fcd59
/acwing/lanqiao/后翼弃兵/第十一届蓝桥杯省赛第一场C++AB组真题/P2015 二叉苹果树.cpp
1661ceba2506a6bd9c0b5719abfe56e9f298b301
[]
no_license
Lan-ce-lot/overflow
c9a7167edaeeaa1f9f1e92624726b1d964289798
ae76120e328a5a2991eb6ef7f1ae5e279374e15c
refs/heads/master
2023-04-08T04:24:49.614146
2021-04-25T05:33:06
2021-04-25T05:33:06
279,082,035
0
0
null
null
null
null
UTF-8
C++
false
false
2,010
cpp
/************************************************************************* > FileName: > Author: Lance > Mail: lancelot_hcs@qq.com > Date: 9102.1.8 > Description: ************************************************************************/ //#include <bits/stdc++.h> //#pragma comment(linker, "/STA...
[ "1984737645@qq.com" ]
1984737645@qq.com
047afd81df5c6e9e6b166ced00d22087668678a9
a0b0eb383ecfeaeed3d2b0271657a0c32472bf8e
/self_training/2015-03-03/I.cpp
02e7a218b93dd134c75b125e3878ade2865b2dbc
[ "Apache-2.0" ]
permissive
tangjz/acm-icpc
45764d717611d545976309f10bebf79c81182b57
f1f3f15f7ed12c0ece39ad0dd044bfe35df9136d
refs/heads/master
2023-04-07T10:23:07.075717
2022-12-24T15:30:19
2022-12-26T06:22:53
13,367,317
53
20
Apache-2.0
2022-12-26T06:22:54
2013-10-06T18:57:09
C++
UTF-8
C++
false
false
983
cpp
#include <cstdio> #include <cstring> const int maxn = 30; int test, n, s[maxn], t[maxn], mat[maxn], ans; void swap(int &x, int &y) { int t = x; x = y; y = t; } int main() { scanf("%d", &test); while(test--) { memset(mat, 0, sizeof mat); scanf("%d", &n); for(int i = 0; i < n; ++i) scanf("%d", s + i); fo...
[ "t251346744@gmail.com" ]
t251346744@gmail.com
406dae0e64f7bdf7458ccbbaa4bd7a04aa494b16
93176e72508a8b04769ee55bece71095d814ec38
/Utilities/BGL/boost/fusion/container/set/detail/deref_impl.hpp
911a0def71ec4106654da93633220fda3a834878
[ "BSL-1.0" ]
permissive
inglada/OTB
a0171a19be1428c0f3654c48fe5c35442934cf13
8b6d8a7df9d54c2b13189e00ba8fcb070e78e916
refs/heads/master
2021-01-19T09:23:47.919676
2011-06-29T17:29:21
2011-06-29T17:29:21
1,982,100
4
5
null
null
null
null
UTF-8
C++
false
false
1,416
hpp
/*============================================================================= Copyright (c) 2009 Christopher Schmidt Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ====================================...
[ "julien.malik@orfeo-toolbox.org" ]
julien.malik@orfeo-toolbox.org
140c8ccd707067664424cde999aea77524d2b2e5
cb1909b06c3dac07d2ab9569f47dd287364a67d0
/src/base/PluginIntf.h
ade1fcafae2c9ba57277bc34839a95a2fd1d9ae1
[]
no_license
zhangguof/mkrkr
34c3215ac05fcfbdf823b48df4d5dd8c814f5e54
b99bb4b757309f64dbbcbcc9bd04c9c7939dfa6c
refs/heads/master
2021-06-22T18:27:54.900399
2020-12-21T14:42:57
2020-12-21T14:42:57
175,441,180
6
2
null
null
null
null
UTF-8
C++
false
false
1,166
h
//--------------------------------------------------------------------------- /* TVP2 ( T Visual Presenter 2 ) A script authoring tool Copyright (C) 2000 W.Dee <dee@kikyou.info> and contributors See details of license at "license.txt" */ //--------------------------------------------------------------------...
[ "zhangguof@gmail.com" ]
zhangguof@gmail.com
e72360b48d0e406c0df56516dfb8666fb57c73be
0f45cd5bb6634430bb82f65def6d7f41a0cbd7d4
/DataStructure2/Wk7MultiList/switch.cpp
845c319d5b4468d46dad119560702a347072bcbd
[ "MIT" ]
permissive
pmdiano/Coursera
6226bcf2e7f1a92b68b9923631f060fbb5e3bf19
37c29c88200facc157613dc9722d4ffb61716eb6
refs/heads/master
2021-01-10T06:20:01.252128
2016-02-07T23:17:33
2016-02-07T23:17:33
44,130,585
2
0
null
null
null
null
UTF-8
C++
false
false
1,383
cpp
//+----------------------------------------------------------------------------- // // File: switch.cpp // // Synopsis: POJ 1830, Gaussian elimination // // Author: Qirong Ma, 11/01/2015 // //------------------------------------------------------------------------------ #include <cstdio> #i...
[ "pmdiano@gmail.com" ]
pmdiano@gmail.com
b903e1e2d2a2270c1e81e3c668ffcf2f9c481518
3314307a5199fdc855c70970682345a1ac85c61d
/src/Control/PathFollowers/Holonomic/PIDHolonomicPathFollower.cpp
3f03d2e39c2514e85b714e69d5f5719d07a5efbf
[]
no_license
Botbusters4635/2020RobotCode
546b5c82cd41dc39a779c8c59ab6558b0eb4cc94
2d4880df4aab45b0c5ce47f3c02fe66bb0bbe532
refs/heads/master
2023-02-20T10:40:25.212929
2021-01-19T02:11:46
2021-01-19T02:11:46
329,182,159
0
0
null
null
null
null
UTF-8
C++
false
false
2,285
cpp
// // Created by abiel on 1/4/20. // #include "Control/PathFollowers/Holonomic/PIDHolonomicPathFollower.h" PIDHolonomicPathFollower::PIDHolonomicPathFollower(const PIDHolonomicPathFollowerConfig &config, std::shared_ptr<PathPlanner> plannerIn) : ...
[ "empoleom@gmail.com" ]
empoleom@gmail.com
326a9b18ec8a60cbf31464892fb6b119c4362642
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14442/function14442_schedule_30/function14442_schedule_30_wrapper.cpp
1c9f80620328f8c6e5b59e96da34be8b51778b52
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
857
cpp
#include "Halide.h" #include "function14442_schedule_30_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){Halide::Buffer<int32_t> buf0(512, 512, 256); init_buffer(buf0, (int32_t)0); ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
88b2e4812db83b18f5cda9d87ee45f139e8c2adc
af971dd5f2288f9d0f1ac13f40a52c6e81d3447a
/src/unittests/spice-catch.hpp
69aac903dbf6daa96abd31b7f1388bdc933b7edc
[ "Apache-2.0" ]
permissive
c3d/spice-streaming-agent
176d53278a00e6caf7f8c8ec8f189cc30cdbdf04
78c219be90a2af27a71dde704f9c95100caa18bd
refs/heads/master
2021-05-07T06:01:20.254503
2019-07-21T12:03:26
2019-07-22T07:52:22
111,702,853
2
1
null
null
null
null
UTF-8
C++
false
false
368
hpp
/* * Include catch/catch.hpp or catch2/catch.hpp * according to what configure found * * \copyright * Copyright 2019 Red Hat Inc. All rights reserved. */ #ifndef SPICE_CATCH_HPP #include <config.h> #if defined(HAVE_CATCH2_CATCH_HPP) #include <catch2/catch.hpp> #elif defined(HAVE_CATCH_CATCH_HPP) #include <cat...
[ "fziglio@redhat.com" ]
fziglio@redhat.com
830ddfa74ea1262d253f015692b9dfa5b6600fde
98f1081af58b5099ef3b3a8fb0706da89c707d05
/arduino/version03/maya/maya.ino
99fad8360b5792cbf5f5352cbeb1d851903acc6a
[]
no_license
MrPerfekt/Maya
d143044d724091bc07cacd660f67dc3e12a8b6d4
bea5f28d08ee1d0fab12a43a53d082ce1380f014
refs/heads/master
2021-01-11T18:49:24.908076
2017-01-21T10:02:13
2017-01-21T10:02:13
79,633,767
0
0
null
null
null
null
UTF-8
C++
false
false
6,952
ino
//uint8_t dummy; #include "encoder.h" #include "stepper.h" #include "timer.h" #include "differenceIntensityLaserDetector.h" #include "encoder.h" //#define APPROXIMATION //#define DIODE_SEARCH //#define MATHEMATIC // //==LEDs== // const uint8_t ledCnt = 9; const uint8_t ledPins[ledCnt] = {22, 24, 26, 28, 30, 32, 34, 3...
[ "grubi@edumail.at" ]
grubi@edumail.at
7ae10e6699e7e261ff605c57f280b941d7762f18
f4656f4122ee254d97af5964e5d59ed89de864d1
/src/qt/test/uritests.h
091898562daf559f63e319759b410d6cb02afe2b
[ "MIT" ]
permissive
joynicoferna/carpinchocoin
fb5c96673e75df48e356306c6cd3262cfa8f2f67
987284642d94e26c2b3b884c14846068d124a24a
refs/heads/main
2023-07-12T09:09:39.159721
2021-08-27T00:20:20
2021-08-27T00:20:20
399,310,019
0
0
null
null
null
null
UTF-8
C++
false
false
436
h
// Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef CARPINCHO_QT_TEST_URITESTS_H #define CARPINCHO_QT_TEST_URITESTS_H #include <QObject> #include <QTest> class URITest...
[ "leonelbellier@gmail.com" ]
leonelbellier@gmail.com
704ecf40a9054c37be1dc7da0b12c96ced203918
7ceeb110f504dd1244b7339c727fe168f95afc56
/Framework/framework/renderer/CubeRenderer.cpp
55b54635cdf9760ccd0e7971b62fedcb40400c39
[ "MIT" ]
permissive
luuthevinh/tiny3d-game-framework
af0a1ae938c955b1b96cafa355a74cd50302c17c
a2078a8937a4ff147f5ef51aa6ba17105c59015c
refs/heads/master
2021-01-11T14:12:21.820721
2017-02-19T14:20:05
2017-02-19T14:20:05
81,581,028
0
0
null
null
null
null
UTF-8
C++
false
false
1,414
cpp
#include "CubeRenderer.h" #include "..\base\Material.h" #include "..\geometry\Cube.h" USING_NS_TINY; CubeRenderer::CubeRenderer() { } CubeRenderer::~CubeRenderer() { _texture->Release(); } bool CubeRenderer::init() { Renderer::init(); _texture = nullptr; this->setMaterial(Material::WHITE_MATERIAL); return t...
[ "luuthevinh7@gmail.com" ]
luuthevinh7@gmail.com
c2edad9f3a447d9d7f01aa11bf8aba877f78480a
971b30745bad2e70842da6542ab147cb281f6433
/src/CHR Interface/CHR Interface/DataGraphDialog.cpp
50e7e7886e9e860b411b8be539eda97d7e5bc628
[ "MIT" ]
permissive
slgrobotics/TrackRoamer
6126f4b8ba460c34b0844d7369fc9a196246165a
5fb1ca7c407e0226f0bd35e083eaa13165a52e40
refs/heads/master
2023-06-23T05:28:57.354811
2023-06-14T15:10:22
2023-06-14T15:10:22
46,952,655
5
2
null
null
null
null
UTF-8
C++
false
false
50
cpp
#include "StdAfx.h" #include "DataGraphDialog.h"
[ "msghub@hotmail.com" ]
msghub@hotmail.com
8d505d8d814140c7ef88fbbeccc3b38c92913695
ffd19a132ca978a68db5c43f25c357dde08ee017
/MyHazel/src/Platform/OpenGL/OpenGLVertexArray.h
2fd68e3acaff530d44a9e1d1db99fc23c2956d53
[]
no_license
in-jworld/MyHazel
baf8e422398707cd242bb9381ff3b2588458a00e
6a588f6fbd459d4662ef0ba8f71a4ac0d4b9c0c4
refs/heads/main
2023-06-10T19:42:17.663139
2021-07-04T03:21:34
2021-07-04T03:21:34
378,363,176
0
0
null
null
null
null
UTF-8
C++
false
false
822
h
#pragma once #include "Gemstone/Renderer/VertexArray.h" namespace Gemstone { class OpenGLVertexArray : public VertexArray { public: OpenGLVertexArray(); virtual ~OpenGLVertexArray() override; virtual void Bind() const override; virtual void Unbind() const override; virtual void AddVertexBuffer(const std...
[ "j.world.au@gmail.com" ]
j.world.au@gmail.com
19c52c0e9622184148cdb9fcd63ebca3482ffce9
31315e3a4d29eda95db818b32a78ddeff452ee04
/HackerRank/palindromic-subsets.cpp
ef61b806c4bd0e826635570c93a8ef09ab4f1570
[]
no_license
trunghai95/MyCPCodes
c3cb002308e522ab859fb8753f3b7c63cef29a6f
4f7a339dd3841dfc54d18ec446effa8641d9bd37
refs/heads/master
2022-12-12T22:52:26.120067
2022-12-03T04:36:13
2022-12-03T04:36:13
47,124,575
1
1
null
null
null
null
UTF-8
C++
false
false
2,922
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; const ll MODD = 1e9 + 7; const int MAXN = 100000; int it[MAXN*4+3][26], cnt[26], n, q, lazy[MAXN*4+3], cache[26]; int type, u, v, t; char s[MAXN+3]; ll pow2[MAXN+3]; void init() { pow2[0] = 1; for (int i = 1; i <= MAXN; ++i) pow2[i]...
[ "bthai.1995@gmail.com" ]
bthai.1995@gmail.com
be7ab9009c872e33ec5bf3b0c6e1247ff435c3eb
72c6a3ddb29be22b7c5d8ab479479c7c0d45196e
/Sablon functie/Sablon functie/functie_template.cpp
ef2b39dbbc53f80a3b79c894091ab9306121a14c
[]
no_license
Tronf92/OOB
1432380621911fcbf40e18fa126511a49f143009
fa29cd278ffc340aa4cca888c217ebf2ad2f5536
refs/heads/master
2021-01-17T08:26:35.183040
2017-03-04T19:07:02
2017-03-04T19:07:02
83,917,732
0
0
null
null
null
null
UTF-8
C++
false
false
1,087
cpp
#include <complex> #include <string> #include <iostream> using namespace std; #include <stdlib.h> template<class T> void Aduna(const T& operand1, const T&operand2, T& rezultat){ rezultat=operand1+operand2; } class FaraPlus{}; class CuPlus{ int _nrAleatoriu; public: CuPlus(){ _nrAleatoriu=rand(); cout <<"Cons...
[ "ady.niko51@gmail.com" ]
ady.niko51@gmail.com
b149d9929cc48d424bd877088acf96526ca998b1
5e1f5f2090013041b13d1e280f747aa9f914caa4
/src/lib/storage/vfs/cpp/vfs_types_tests.cc
142b468685ab6b53b006b0a50e8e37e0466d8a2e
[ "BSD-2-Clause" ]
permissive
mvanotti/fuchsia-mirror
477b7d51ae6818e456d5803eea68df35d0d0af88
7fb60ae374573299dcb1cc73f950b4f5f981f95c
refs/heads/main
2022-11-29T08:52:01.817638
2021-10-06T05:37:42
2021-10-06T05:37:42
224,297,435
0
1
BSD-2-Clause
2022-11-21T01:19:37
2019-11-26T22:28:11
C++
UTF-8
C++
false
false
9,348
cc
// Copyright 2019 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. #include <fidl/fuchsia.io/cpp/wire.h> #include <zircon/errors.h> #include <type_traits> #include <utility> #include <zxtest/zxtest.h> #include "src/lib/...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
c7f615167f71cbb643f0be6a19ebf21e3a2616fb
65235634e6d0a126c1067d9c213cf8834c63989b
/catkin/src/cwru_376_student/wsn_examples/example_pcl/src/process_pcd.cpp
a6fbc6fb3b35a35d0ce0e56d45e527621f095412
[]
no_license
tomemelko/cwru-ros-pkg-hydro-delta
c1fd3c6316a9ddc2912ede5f248e146fb0e39e1b
b90710a8e966b93c2d193c6f8e4c83b715ad0f6e
refs/heads/master
2021-01-21T00:53:37.338846
2015-04-30T18:25:07
2015-04-30T18:25:07
30,091,052
1
2
null
null
null
null
UTF-8
C++
false
false
24,082
cpp
// process_pcd_save.cpp: wsn, April, 2015 // example code to acquire a pointcloud from disk, then perform various processing steps interactively. // processing is invoked by point-cloud selections in rviz, as well as "mode" settings via a service // e.g.: rosservice call process_mode 0 induces processing in mode zero ...
[ "wyatt@Atlas3.(none)" ]
wyatt@Atlas3.(none)
a700df80a976fdb0b4f3c221f319524ca27e8f37
8c003e9106f2bf8c9d9b0fbf96fd9102fc2857a7
/src/ui/a11y/bin/a11y_manager/main.cc
8e240d8691e510f9615012521b7427134dac4550
[ "BSD-3-Clause" ]
permissive
Autumin/fuchsia
53df56e33e4ad76a04d76d2efe21c9db95e9fcc9
9bad38cdada4705e88c5ae19d4557dfc0cd912ef
refs/heads/master
2022-04-23T18:13:33.728043
2020-04-21T14:43:53
2020-04-21T14:43:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,098
cc
// 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. #include <lib/async-loop/cpp/loop.h> #include <lib/async-loop/default.h> #include <lib/sys/cpp/component_context.h> #include <trace-provider/provider.h> ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
6af8c8546fbd1ca49c25cdbe626d1ea138812932
d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3
/chromium/chrome/browser/android/feature_utilities.h
508ea0a3185ac01a54eae22397b7203e6114fbb6
[ "BSD-3-Clause" ]
permissive
Csineneo/Vivaldi
4eaad20fc0ff306ca60b400cd5fad930a9082087
d92465f71fb8e4345e27bd889532339204b26f1e
refs/heads/master
2022-11-23T17:11:50.714160
2019-05-25T11:45:11
2019-05-25T11:45:11
144,489,531
5
4
BSD-3-Clause
2022-11-04T05:55:33
2018-08-12T18:04:37
null
UTF-8
C++
false
false
690
h
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_ANDROID_FEATURE_UTILITIES_H_ #define CHROME_BROWSER_ANDROID_FEATURE_UTILITIES_H_ #include <jni.h> namespace chrome { namespace an...
[ "csineneo@gmail.com" ]
csineneo@gmail.com
36851fb49a7cd54ef2e7189faa2aaea7ef03a5d1
802f8fe657b7eedf7f77b34112675c67cacb1a1c
/06.prototype_model/mainwindow.cpp
2e8990f7c9a6bdd9d86e1c9ec716817c905dceb7
[]
no_license
jedi007/Design-Model
78bf2b737c114f295ceab9c96799cd0481ee937a
bfb5795f0edfac95bc40ce121682f8d908aeabf3
refs/heads/master
2020-05-05T02:42:21.849071
2019-11-14T02:47:10
2019-11-14T02:47:10
179,648,162
0
0
null
null
null
null
UTF-8
C++
false
false
870
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); } MainWindow::~MainWindow() { delete ui; } void MainWindow::on_pushButton_clicked() { Resume *a = new Resume("大鸟"); a->SetPersonalInfo(...
[ "360751194@qq.com" ]
360751194@qq.com
5ba7636622264f9972e08937eaf685ce4e837da8
a716154c367938cbfa067df9966a6f8436d45589
/JACC/JACCFrm.h
6dfac581905ff31b7074bbe9bc0e743137152936
[]
no_license
alkz/JAC
6150cf35008922fc05ab4c4254e42df7908ea309
7c96440bfb5f43d3afb4091948c2b7e9c029b61e
refs/heads/master
2021-01-01T17:00:53.740880
2011-11-05T14:50:29
2011-11-05T14:50:29
2,713,051
0
0
null
null
null
null
UTF-8
C++
false
false
3,149
h
///----------------------------------------------------------------- /// /// @file JACCFrm.h /// @author Alessandro /// Created: 07/02/2011 17.49.35 /// @section DESCRIPTION /// JACCFrm class declaration /// ///------------------------------------------------------------------ #ifndef ...
[ "root@darkside.darkside" ]
root@darkside.darkside
4b4a9118fd947bceab909be18e1702a500d1fb6d
5750b27a17bc80915bf683b125992fdb7209455e
/HordeDefence/Vector3D.h
e2615e82dcdc9f6a6f72370dd0199946bc25161b
[]
no_license
spuzz/HordeDefence
4fd5cbe8ede4a3d93db6520f2e3ae8c0e89ca65d
8fc57b94f886ede7c1d41012a827909af259a909
refs/heads/master
2020-12-24T08:51:10.831007
2018-01-22T23:18:20
2018-01-22T23:18:20
32,457,012
1
0
null
null
null
null
UTF-8
C++
false
false
1,326
h
#ifndef _VECTOR #define _VECTOR #include <math.h> namespace GameMath { class Vector3D { private: public: float x, y, z; //default constructor Vector3D() { x = 0; y = 0; z = 0; } //default constructor Vector3D(float nX, float nY, float nZ) { x = nX; y = nY; z = nZ; } //ca...
[ "acspuzz@gmail.com" ]
acspuzz@gmail.com
21639528e3181aa2a922002ab45104975545dc93
760ddbcfe4aedf218fc054d0ad59fdf01526a02b
/Classes/yaml-cpp/node/impl.h
42c56dbd0ffdad41960269ef4519c39d8b4fa75f
[ "MIT" ]
permissive
tsraveling/nirgal
6171336d5a2083ddcc4bfb46ffef5aabf90cf389
9bbcd2f477cd672100c12b2a50ffd1a9c3419703
refs/heads/master
2021-09-08T00:13:51.788960
2018-03-03T22:45:09
2018-03-03T22:45:09
112,040,002
0
0
null
null
null
null
UTF-8
C++
false
false
10,618
h
#ifndef NODE_IMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #define NODE_IMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #if defined(_MSC_VER) || \ (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ (__GNUC__ >= 4)) // GCC supports "pragma once" correctly si...
[ "tsraveling@gmail.com" ]
tsraveling@gmail.com
2560e0b92083db5c3e491e68f741d74b2eef4714
67bda8efffcb432442a2ed16762ba70c852d7daa
/tut/myGdarcyFoam/FourRegion1D/system/sampleDict
f6704305ed9861da39f18f524b4c00fd7bd704a8
[]
no_license
YanWang2014/Gas-dispersion-by-OpenFOAM
78b5e1f6d41656844cf8ecd7db2b54c80d2ea64a
3d8340ec14b3b503342e5f46860f1796c21ae38c
refs/heads/master
2020-04-10T18:24:37.081057
2016-09-17T02:31:18
2016-09-17T02:31:18
68,113,526
6
0
null
null
null
null
UTF-8
C++
false
false
1,066
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | ...
[ "w-y10@foxmail.com" ]
w-y10@foxmail.com
70b45aa6fd7e02344209b30c809cef08e9c9d1bc
9ae1a18f8950e9438a9e8be38b716d9fa4893458
/src/hydro/conduction/integrators/tc_transport.cpp
d116a9ce462bff2b8e59c77fc1e4172288e40754
[ "BSD-3-Clause" ]
permissive
zunyibrt/athena-public-version
bb1431b7ad10bc20c488fa761591a56d3f8041a5
f76a3f5003b3f665d9a91a7017c21b25b4c0c176
refs/heads/master
2020-04-01T22:03:22.752877
2019-08-26T22:38:10
2019-08-26T22:38:10
153,688,989
0
1
BSD-3-Clause
2019-08-06T01:00:31
2018-10-18T21:20:37
C++
UTF-8
C++
false
false
10,739
cpp
#include "../../../athena.hpp" #include "../../../athena_arrays.hpp" #include "../../../parameter_input.hpp" #include "../../../mesh/mesh.hpp" #include "../tc.hpp" #include "../../../coordinates/coordinates.hpp" #include "../../hydro.hpp" #include "tc_integrators.hpp" #include "../../../eos/eos.hpp" void TCIntegrator:...
[ "zunyibrent@physics.ucsb.edu" ]
zunyibrent@physics.ucsb.edu
cfe91f04f0fb508ba360d859d8b7a3667fe087a0
e33685deb36e5bd1884b4f9853dd7533fca33dee
/point.h
22f4c13cc201499b682e462ffe61e2fc46a6e5e9
[]
no_license
joustern/Tetris
14e5d2d7189fcb38dfbc085243429832fd396303
5ff083e8b867e07a29c32dabab0c18cbeaadd2d7
refs/heads/master
2023-04-20T06:16:49.190000
2021-04-30T09:46:30
2021-04-30T09:46:30
362,819,014
0
0
null
null
null
null
UTF-8
C++
false
false
322
h
#pragma once class Rect; class point { public: point(void); point(const int a, const int b); point operator+(const point &rhs)const; virtual ~point(void); bool isInside(const Rect &rect); int getx(void); int gety(void); void change_y(void); private: Rect* ptr; int x; int y; public: void rotate_xy(void); };...
[ "X" ]
X
a89c996991c197eae847147995d817a103cb510a
e1522f45a46820f6ddbfcc699379821e7eb660af
/acmp.ru/0145.cpp
a4ebbf4d1b893c91a68184ebb153d539f97df43d
[]
no_license
dmkz/competitive-programming
1b8afa76eefbdfd9d5766d5347e99b1bfc50761b
8d02a5db78301cf34f5fdffd3fdf399c062961cb
refs/heads/master
2023-08-21T00:09:21.754596
2023-08-13T13:21:48
2023-08-13T13:21:48
130,999,150
21
12
null
2023-02-16T17:43:53
2018-04-25T11:54:48
C++
UTF-8
C++
false
false
13,427
cpp
#include <iostream> #include <iomanip> #include <vector> #include <algorithm> #include <cstdint> #include <cassert> #include <functional> struct Int; std::istream& operator>>(std::istream&, Int&); std::ostream& operator<<(std::ostream&, const Int&); bool operator<(const Int&, const Int&); bool operator>(const Int&, c...
[ "dmkozyrev@rambler.ru" ]
dmkozyrev@rambler.ru
71634357be37097aacbb8730a4dc5329f575edfa
acd0fa1987812461a4577f5347ba7ecaac93a51d
/examples/Blinker_Button/Button_BLE/Button_BLE.ino
e466bd3896326373bc0224c3a89aaee18170caf9
[ "MIT" ]
permissive
TXSZR/blinker-library
e33d167465a7731fcd36d3d48992a696bee70561
8a4e525319b9d2ac72b093a2fefd1026af381192
refs/heads/master
2022-09-22T07:18:53.222380
2020-06-03T02:47:14
2020-06-03T02:47:14
269,335,683
1
0
MIT
2020-06-04T10:59:08
2020-06-04T10:59:07
null
UTF-8
C++
false
false
4,282
ino
/* ***************************************************************** * * Download latest Blinker library here: * https://github.com/blinker-iot/blinker-library/archive/master.zip * * * Blinker is a cross-hardware, cross-platform solution for the IoT. * It provides APP, device and server support, * and uses ...
[ "121024123@qq.com" ]
121024123@qq.com
59ef6a5c6faa61f1afbb7db6a82f60ef857de9cd
66c97b6d3ca0edb8444baa3548e7b41bb0ce3a95
/customer.cpp
4498f2566cb4378eadaa306ecff89e4aac978282
[]
no_license
TristanSaucy/Statistical-Model-Simulation
45db59b07913cec41926c1d70567f9bc6ea18495
4c22481b8ccb82f2052a144e347a7fdeca85aedd
refs/heads/master
2023-03-11T02:52:10.078671
2021-02-28T03:51:27
2021-02-28T03:51:27
340,739,003
0
0
null
null
null
null
UTF-8
C++
false
false
798
cpp
#include "customer.hpp" Customer::Customer(float arrivalTime, float soServiceTime, float deportTime) { this->arrivalTime=arrivalTime; this->soServiceTime=soServiceTime; this->deportTime=deportTime; nextCust=nullptr; } float Customer::getDeportTime() { return deportTime; } float Customer::getSoServiceTime() { r...
[ "tcs37@students.uwf.edu" ]
tcs37@students.uwf.edu
56c387566c0b36130673595acfa77b08c3295a50
c94b20c900fa7773336d0095350dadcb846ce2da
/cpp/Mar/25_tcp_socket/InetAddress.cc
fe3961c9c7f8944ac535a829877a9d1bd5d0eb3f
[]
no_license
gongjianc/Learn
bae6a4928291c702b95575b6935d3f2993a2ec8c
be772a70ed5e96b48ae2623c16c333c0250ed87e
refs/heads/master
2020-12-12T14:12:59.107400
2018-05-25T03:14:38
2018-05-25T03:14:38
54,636,263
0
0
null
null
null
null
UTF-8
C++
false
false
990
cc
/* ** @file InetAddress.cc ** @author jaygong(gongjian0309@gmail.com) ** @date 2016-03-25 00:59:28 */ #include "InetAddress.h" #include <string.h> #include <netinet/in.h> namespace wd{ InetAddress::InetAddress(unsigned short port) { memset(&_addr, 0, sizeof(struct sockaddr_in)); _addr.sin_family = AF...
[ "gongjian0309@gmail.com" ]
gongjian0309@gmail.com
4f1a756eb818029270e685c337716d6e7916fa0e
2dd53f35197c16e456408e6b695d7b3021e45535
/SolarWind/SolarWind/SolarSystem.cpp
a7e30e7182bd9dc1aafc867804388090b51c6f9e
[]
no_license
alexetsnyder/OpenStarCluster
0069a473f9eb91a11168d224e30a1bac85ee7fc2
393f45af03d2dba68bcb425206eea0aeffe8e84b
refs/heads/master
2020-03-08T09:20:38.805308
2019-09-04T00:39:37
2019-09-04T00:39:37
128,044,747
0
0
null
null
null
null
UTF-8
C++
false
false
4,931
cpp
#include "SolarSystem.h" #include <random> #include <cstdio> SolarSystem::SolarSystem() { } SolarSystem::SolarSystem(SGC sgc, sf::Vector2f center, float maxRadius) { _center = center; _maxRadius = maxRadius; Init(sgc); } SolarSystem::SolarSystem(SGC sgc, sf::Vector2f center, float maxRadius, SolarSystemConstant...
[ "alexetsnyder@gmail.com" ]
alexetsnyder@gmail.com
5648852e4aada05a76d33e9b34d0c23de2bf4f23
4482484f2b93c407f12530c024dd4c934a4f51ca
/fbench/src/grpcclient/third_party/googleapis/gens/google/actions/sdk/v2/interactionmodel/type/synonym_type.pb.h
e7963f67b90e831d466a8c037404c8de00f6a6d3
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kashiish/vespa
3adc974a3f7618185bf5959da02dc311cacd749b
307de4bb24463d0f36cd8391a7b8df75bd0949b2
refs/heads/master
2023-07-04T05:13:11.650818
2021-08-06T22:26:21
2021-08-06T22:26:21
377,258,605
0
0
Apache-2.0
2021-08-06T22:26:21
2021-06-15T18:25:48
Java
UTF-8
C++
false
true
28,332
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/actions/sdk/v2/interactionmodel/type/synonym_type.proto #ifndef PROTOBUF_INCLUDED_google_2factions_2fsdk_2fv2_2finteractionmodel_2ftype_2fsynonym_5ftype_2eproto #define PROTOBUF_INCLUDED_google_2factions_2fsdk_2fv2_2finteractionmodel_2ftype_...
[ "kashisharora@google.com" ]
kashisharora@google.com
904c21f16203a2f3ee6ce1b50b0b98207439679a
3b1c7561c8d3b9452fc0cdefe299b208e0db1853
/include/core/SkTime.h
843f4816d43d7dc80e4070adbd5d5291ba028f62
[ "BSD-3-Clause" ]
permissive
NearTox/Skia
dee04fc980bd40c1861c424b5643e7873f656b01
4d0cd2b6deca44eb2255651c4f04396963688761
refs/heads/master
2022-12-24T02:01:41.138176
2022-08-27T14:32:37
2022-08-27T14:32:37
153,816,056
0
0
BSD-3-Clause
2022-12-13T23:42:44
2018-10-19T17:05:47
C++
UTF-8
C++
false
false
1,667
h
/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkTime_DEFINED #define SkTime_DEFINED #include "include/core/SkTypes.h" #include "include/private/SkMacros.h" #include <cinttypes> class SkStri...
[ "NearTox@outlook.com" ]
NearTox@outlook.com
91f2c36a3510aba548dff2469546ee6c0403e0df
7a92206984e9007948afaa363adbb95c06897a74
/demo/DesignPatternsTest/Adapter.cpp
001d40faef5505797fc208a98abf59d2b9513c12
[]
no_license
fengbingchun/Messy_Test
6a801414a36581bce16edbde122b66ac86b57ddb
b55fcfc4b8adc538f9ac70bf78aa391a50b20241
refs/heads/master
2023-06-26T18:07:59.679346
2023-06-22T06:23:16
2023-06-22T06:23:16
55,020,860
305
171
null
null
null
null
UTF-8
C++
false
false
1,625
cpp
#include "Adapter.hpp" // Blog: http://blog.csdn.net/fengbingchun/article/details/29191955 Target::Target() { } Target::~Target() { } void Target::Request() { std::cout << "Target::Request" << std::endl; } Adaptee::Adaptee() { } Adaptee::~Adaptee() { } void Adaptee::SpecificRequ...
[ "fengbingchun@163.com" ]
fengbingchun@163.com
a0d5b6a4db349b9e704737af710af3d673574ae0
e5614c36fd324f2e214ff05aaf2bf7230443e0b5
/LightOJ/1371 - Energetic Pandas.cpp
3ab490b00f818350ff1cc57e914c3ca03bfb27a2
[]
no_license
njrafi/Competitive-Programming-Solutions
a9cd3ceae430e6b672c02076f80ecb94065ff6d8
86d167c355813157b0a0a8382b6f8538f29d4599
refs/heads/master
2020-07-30T22:18:46.473308
2019-10-06T18:12:36
2019-10-06T18:12:36
210,377,979
0
0
null
null
null
null
UTF-8
C++
false
false
3,157
cpp
#include <bits/stdc++.h> #ifndef ONLINE_JUDGE #define gc getchar #define pc putchar #else #define gc getchar_unlocked #define pc putchar_unlocked #endif using namespace std; #define vi vector<int> #define si set<int> #define vs vector<string> #define pii pair<int, int> #define vpi vector<pii> #define pri priority_queue...
[ "njrafibd@gmail.com" ]
njrafibd@gmail.com
2cdab17f95853a0b31f8ebcb7bcd24b0d5640fd0
c062e57abd677cc7c1fa4ca864a1eb75cce55388
/알고리즘/프로그래머스/Level3/섬 연결하기/섬 연결하기.cpp
ba6d03b406ffb238d3e97c6eabef759e4676c49e
[]
no_license
Soogyung1106/Algorithm
3a732471a69ac760ecece0c6125edbf9788743e8
a1376e46550d6e335e12a50d772f0241880f2a07
refs/heads/master
2023-08-20T14:11:00.464294
2021-10-21T13:45:34
2021-10-21T13:45:34
257,540,169
1
0
null
null
null
null
UTF-8
C++
false
false
1,482
cpp
#include <string> #include <vector> #include <algorithm> #include <iostream> using namespace std; vector<int> parent; bool compare(vector<int> a, vector<int> b){ return a[2] < b[2]; } //x노드의 루트 노드를 구해주는 함수. int getRoot(int x){ if(parent[x] == x) return x; else return parent[x] = getRoot(...
[ "sally1106@naver.com" ]
sally1106@naver.com
f358ea6cce9b0b14a207dd6628b02a7ba8663101
74177432a85cc5fc5470ca03498c4c95f0def348
/UAlbertaBot/Source/micromanagement/MicroManager.cpp
013d4c72d103679792d1429ec7553e2819ebdeb4
[]
no_license
TheLastBanana/Emmental
87b6f4aabb73c133292214af54cc1c024b9b4fea
aa66c1937da1b51d994172b2b75147d0c02c9398
refs/heads/master
2020-05-17T20:47:46.319974
2014-12-04T04:14:26
2014-12-04T04:14:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,649
cpp
#include "Common.h" #include "MicroManager.h" void MicroManager::setUnits(const UnitVector & u) { units = u; } BWAPI::Position MicroManager::calcCenter() const { assert(!units.empty()); BWAPI::Position accum(0,0); BOOST_FOREACH(BWAPI::Unit * unit, units) { accum += unit->getPosition(); } return BWAPI::Po...
[ "thelastbanana@gmail.com" ]
thelastbanana@gmail.com
a650f26706a6f647f95c0de4fbc6652d8f8fbf0c
ba9b527ff6b2d1a5139792a90bfb59b6b0374696
/RoninControlTest/include/PiSBus.h
2e6ac1cb0d1edf2355cb64033aaf0c1209107e01
[]
no_license
manu-adina/Pi_Simple_Sbus
b04b9b251a3212ab69a7a4d12b9e0e83ff1c20d7
eb82962d372302d449522c5d19b753dcd5ed8375
refs/heads/master
2020-07-19T20:42:55.014216
2019-09-12T00:36:40
2019-09-12T00:36:40
206,511,894
0
0
null
null
null
null
UTF-8
C++
false
false
426
h
#ifndef PI_SBUS #define PI_SBUS #include <iostream> class PiSBus { public: PiSBus(std::string port); int Begin(); int Read(); void DisplayData(); int Write(); int InsertDataIntoChannel(int channel, uint16_t value); ~PiSBus(); private: std::strin...
[ "manu.adina-zada@hotmail.com" ]
manu.adina-zada@hotmail.com
fa48ee8dae0965934bcfeae0c7ef2131e943fc84
fbd61fcc210995f6d9bbce442127ab6bf066d974
/include/predicates.h
088ba33eb1dcbbf37c2d5dcc9d8ed9a1a3460ff7
[]
no_license
jakubo87/myLoq
9397637133b838111b3f1244be8cba4ea3b3f75b
5db0494272741f7dea657da3c976ea67dea0431a
refs/heads/master
2023-08-16T03:04:26.257539
2021-09-30T16:52:50
2021-09-30T16:52:50
192,088,769
0
0
null
null
null
null
UTF-8
C++
false
false
2,446
h
#ifndef PREDICATES_H #define PREDICATES_H #include "../include/hwloc-test.h" #include "../include/init_graph.h" //################# PREDICATES ################### template<typename T, typename G> struct VPred { using E = typename boost::graph_traits<G>::edge_descriptor; using V = typename boost::graph_traits<G>::...
[ "jakub_o@hotmail.com" ]
jakub_o@hotmail.com
3a3044fe715a4f155d2ac238d99008e1a537077c
7187253f865f7bcbc82b98eaae4eb2f2755ba9ab
/src/renderers/shaders/ShaderLib/points_vert.glsl.cpp
3d19b00afd5ec04973edb24fad629342572403aa
[]
no_license
rajeev-ra/ThreeWin
c134275a628d894724ab43c32d9220dc3d20bc67
ccf817e2ff0af567c09e60a1edc6f2eefef73a02
refs/heads/master
2020-04-19T18:00:41.405922
2019-03-01T12:42:19
2019-03-01T12:42:19
168,350,880
0
0
null
null
null
null
UTF-8
C++
false
false
963
cpp
#include "stdafx.h" const char points_vert[] = "uniform float size; \ uniform float scale; \ #include <common> \ #include <color_pars_vertex> \ #include <fog_pars_vertex> \ #include <morphtarget_pars_vertex> \ #include <logdepthbuf_pars_vertex> ...
[ "nit.rajeev@gmail.com" ]
nit.rajeev@gmail.com
f7daa6d9e054aeda2814713f49aee6aa1f8a9a16
6675ada4ded079208f9d03381cb97f4f3f56efa0
/src/evaluator/evaluator.cpp
de41d3af6949fdbc3b904ae3781dfbfdc82ec841
[ "Apache-2.0" ]
permissive
MarsTechHAN/nncase
c7ff70542ac22e093e2368df2d169a0e09cac00e
3be15b5978602a45ccbfe2d4f013f7b3e0d4aed9
refs/heads/master
2020-09-30T10:06:29.703658
2019-12-06T08:41:16
2019-12-06T08:41:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,212
cpp
/* Copyright 2019 Canaan Inc. * * 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 ...
[ "sunnycase@live.cn" ]
sunnycase@live.cn
c2b2286d2cfd17ac4ed24c2421dcd4a5b005a6a4
a5d08f669185e5bfa26021de524d4dd3bdbf6aff
/LuckyXorSolver.cpp
5301ef7cc835eec86c4a7464abecfa2518b8e5ef
[]
no_license
Karthikvb/lucky-xor
17308a2d7963385017291cc60b9ca1845c21ee0d
01afc7446471c66d05eda0418192589cdba9606c
refs/heads/master
2016-08-03T12:29:31.370082
2015-08-29T11:55:27
2015-08-29T11:55:27
41,591,776
0
0
null
null
null
null
UTF-8
C++
false
false
456
cpp
#include <fstream> #include <topcoder> #include "LuckyXor.cpp" namespace tc = TopCoder; int main(int argc, char const *argv[]) { try { std::ifstream ifs(argv[1]); int a; tc::read(ifs, a); ifs.close(); std::ofstream ofs(argv[2]); LuckyXor solver; tc::show(ofs, solver...
[ "kartmuhil@gmail.com" ]
kartmuhil@gmail.com
ceedb4cf692bba02de691ab10e33c3b67e68c345
51790e0214ab263f8e2b41c459b814e74e174747
/deps/seqan/extras/demos/blast_report.cpp
2f351f92c8645f3ae0602736c74eac0ddd4a1c62
[ "BSD-3-Clause" ]
permissive
sdwfrost/codon-sw
47d70e238da0ea7c2fa9b40446dc335db52bb367
8314e1b8aef3c94e4d3e569a9915ce44a5f4a431
refs/heads/master
2020-03-22T17:45:51.668267
2013-03-29T16:27:33
2013-03-29T16:27:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,463
cpp
///A tutorial about parsing a blast report. #include <iostream> #include <seqan/blast.h> using namespace seqan; template <typename TFile> void read_blast_report(TFile & strm) { ///First the type of Blast report needs to be specified. ///In this case, a BlastN report is parsed and for each alignment in the report (i...
[ "cmccoy@fhcrc.org" ]
cmccoy@fhcrc.org
a5067a5e67812911322ef520ca0398725fc730e8
24bbb38a2fae7182c54d2e994c5a9ef0be7e0d20
/2014省赛模板/New folder/2013工管5班英语听力/2013210127李茜/双百/动态规划/杂题/hdu2577.cpp
6831e97a92ece020656142a6c15a9bcc1ae162db
[]
no_license
pentium3/2014-ICPC-Regional
7bf0719fed7393d6f7f096c1a023a11ebb72c206
561583f8f71f7e323cf884ad4164fbd30aa6cbe6
refs/heads/master
2020-06-03T20:33:47.876601
2015-01-13T10:16:01
2015-01-13T10:16:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
950
cpp
#include "iostream" #include "cstring" #include "string" #include "fstream" using namespace std; int f[101][2]; const int inf=3000; bool isBig(char x) { if(x>=65&&x<=90) return true; else return false; } int main() { int n; string str; cin>>n; while(n--) { cin>>str; if(isBig(st...
[ "i@hxdl.org" ]
i@hxdl.org
5a0c262a632f49b0c95b8538518e55d5939bab39
ece42d77ca9f1d95f0dc3da06295ce6afddae0a2
/dire/include/DirePlugins/mg5/Processes_sm/PY8MEs_R8_P39_sm_qq_wpaa.cc
ccaa49ed0dc1e9fe79429f545cacbc7c7aa94566
[]
no_license
prestel/hadrotomte
7d51b6a0cc40af2ddc58cfbe126e46023b416dc3
c537e56fe4ca8b19413bc7dcc266c1cb9b570f47
refs/heads/master
2023-06-30T07:27:54.987000
2021-08-03T12:10:56
2021-08-03T12:10:56
386,714,081
0
0
null
null
null
null
UTF-8
C++
false
false
34,096
cc
//========================================================================== // This file has been automatically generated for Pythia 8 by // MadGraph5_aMC@NLO v. 2.6.0, 2017-08-16 // By the MadGraph5_aMC@NLO Development Team // Visit launchpad.net/madgraph5 and amcatnlo.web.cern.ch //==================================...
[ "stefan.prestel.work@gmail.com" ]
stefan.prestel.work@gmail.com
e0a62d379611fab0c713eb67da3f07eaa01dcb3f
f37a85f3932c36193e555d5788b6bf93db64b173
/hello_notepad/mainwindow/notepad.h
a172866feb6b0767c230f0fa95a4088694cda6b9
[]
no_license
feng-qi/qt_tutorials
08e1dfb3db272ca40cc36d9cb072a07e3fa6806c
7b1f12c9c42174ec738370a91537b37825dcf718
refs/heads/master
2021-01-21T18:43:36.560620
2017-06-26T16:41:58
2017-06-26T16:41:58
92,077,728
0
0
null
null
null
null
UTF-8
C++
false
false
295
h
#include <QtGui> class Notepad : public QMainWindow { Q_OBJECT public: Notepad(); private slots: void open(); void save(); void quit(); private: QTextEdit *textEdit; QAction *openAction; QAction *saveAction; QAction *exitAction; QMenu *fileMenu; };
[ "feng.qi@msn.com" ]
feng.qi@msn.com
566fa2039e96bb8014899c02ea4c76ee18a560ea
fad392b7b1533103a0ddcc18e059fcd2e85c0fda
/build/px4_msgs/rosidl_typesupport_introspection_cpp/px4_msgs/msg/vehicle_status_flags__type_support.cpp
a95e105377c817e106dd33baf59bcf3f242697f8
[]
no_license
adamdai/px4_ros_com_ros2
bee6ef27559a3a157d10c250a45818a5c75f2eff
bcd7a1bd13c318d69994a64215f256b9ec7ae2bb
refs/heads/master
2023-07-24T18:09:24.817561
2021-08-23T21:47:18
2021-08-23T21:47:18
399,255,215
0
0
null
null
null
null
UTF-8
C++
false
false
23,336
cpp
// generated from rosidl_typesupport_introspection_cpp/resource/idl__type_support.cpp.em // with input from px4_msgs:msg/VehicleStatusFlags.idl // generated code does not contain a copyright notice #include "array" #include "cstddef" #include "string" #include "vector" #include "rosidl_generator_c/message_type_support...
[ "adamdai97@gmail.com" ]
adamdai97@gmail.com
f5faa8bcb4f7fd227eea9f5076a9dcc69f487f56
f8257dc280e7e9c79c6a556e14b855c5b33e9005
/Glide/RShader.hpp
1b9b43bf9dc0207611ce92171987330884e14854
[]
no_license
DoubleLee/Glide
ec8e29f7b4fac4bdd7007339a1c2692280040a9a
eae0a63388420069d6cbc07e5d3e6390ed6df314
refs/heads/master
2020-05-18T15:20:40.217351
2014-03-01T19:40:10
2014-03-01T19:40:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,713
hpp
#pragma once #include "Resource.hpp" #include "ResourceConfig.hpp" #include <glm/mat4x4.hpp> #include <glm/vec3.hpp> #include <GL/glew.h> namespace gl { /** RShader class represents a shader program. A shader program is made of two files at least. There must be a vertex shader and a fragment shader. TODO: write a ...
[ "hackthegovernment@hotmail.com" ]
hackthegovernment@hotmail.com
d9687ffa2559c6c5ac120460f9fb723067384b8c
36ec7ac6d7fa5752e61e6580f4ccb868a59dbdbf
/Source/AnimNotifyTool/AnimNotifyToolCharacter.cpp
8b2f18a70e534bb39dce0b06374183ff7e6e8cb8
[]
no_license
Pseudo-Game-Tech/AnimNotifyTool
d5fabbd13e335d60766c2484a7fcda38c466e764
3b4829308aad045d7582ad9565510102f828a9e7
refs/heads/master
2022-11-24T05:46:06.852808
2020-07-29T03:32:37
2020-07-29T03:32:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,381
cpp
// Copyright Epic Games, Inc. All Rights Reserved. #include "AnimNotifyToolCharacter.h" #include "HeadMountedDisplayFunctionLibrary.h" #include "Camera/CameraComponent.h" #include "Components/CapsuleComponent.h" #include "Components/InputComponent.h" #include "GameFramework/CharacterMovementComponent.h" #include "Game...
[ "459914911@qq.com" ]
459914911@qq.com
34d0a7d28fa09c10685f5aef9f8851470d0c6ae4
1bd9e3cda029e15d43a2e537663495ff27e317e2
/buoyantPimpleFoam_timevaryingBC/heatfluxtimevary/18/p
e0f86f0556422c1be7ee431d70dd7a93dc888abe
[]
no_license
tsam1307/OpenFoam_heatTrf
810b81164d3b67001bfce5ab9311d9b3d45b5c9d
799753d24862607a3383aa582a6d9e23840c3b15
refs/heads/main
2023-08-10T23:27:40.420639
2021-09-18T12:46:01
2021-09-18T12:46:01
382,377,763
1
0
null
null
null
null
UTF-8
C++
false
false
665,046
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | ...
[ "tsinghsamant@gmail.com" ]
tsinghsamant@gmail.com
5269d52696ead45cb56f61d73710e086e9be3360
f9be1d8e2abaff6f0febf2ad6b76ac57b329a785
/src/ecdsa/pubkey.h
d1218d6d63b132d66ab8eba243e5d41111555df0
[ "MIT", "Apache-2.0" ]
permissive
jonspock/tessa
47e1f6444d4e04322c703df570c4e02ef0616de6
1a1b64b05510dffa8221b193b014dc7ccb9fbe4a
refs/heads/master
2020-05-14T21:53:33.144627
2018-10-04T04:26:31
2018-10-04T04:26:31
181,966,556
0
0
null
null
null
null
UTF-8
C++
false
false
6,944
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2016-2017 The PIVX developers // Copyright (c) 2018 The TessaChain developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-licen...
[ "jonspock@gmail.com" ]
jonspock@gmail.com
447728a73e78a41154153739053aca15bf8ec853
a7764174fb0351ea666faa9f3b5dfe304390a011
/src/Extrema/Extrema_ExtCS.cxx
4e48b95e9ca6037c2250565302bc5a8cfc6b6a1c
[]
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
9,951
cxx
// File: Extrema_ExtCS.cxx // Created: Tue Jul 18 10:33:04 1995 // Author: Modelistation // <model@metrox> // Modified by MPS (june 96) : // Dans les cas line /cone et line /tore on utilise la classe GenExtCS // a la place de ExtElCS. Dans ExtElCS les cas line/cone et line/tore ne sont // pas implemente...
[ "shoka.sho2@excel.co.jp" ]
shoka.sho2@excel.co.jp
d5f7ab6b320f3d4d1d98eb69452b28213aaf7d2f
cc5792b27a12b338d9763004a4a427baf7cb6026
/src/tree.h
e8b5ec2cf6dbe3d616ff342f628903cb8378af76
[]
no_license
JingyuHe/bcf2
aaa6ea5a3544d6fa05e78871a17639c34db84892
1d8988a7b1727cf4261811c11c34720c6e6a5f3a
refs/heads/master
2023-04-15T11:49:51.060210
2023-04-12T02:40:44
2023-04-12T02:40:44
234,899,600
0
1
null
2023-04-12T02:40:45
2020-01-19T12:49:50
C++
UTF-8
C++
false
false
10,132
h
// tree.h: tree class and io streams to read/write // trees and cutpoints //-------------------------------------------------- #ifndef GUARD_tree_h #define GUARD_tree_h #include <iostream> #include <fstream> #include <cmath> #include <cstddef> #include <vector> #include "info.h" #include "rng.h" #include "...
[ "jingyuhe@hotmail.com" ]
jingyuhe@hotmail.com
d3a5f5fcc9104df1b9a4637bf390437501853964
07dde1571c3c7a3b102445f0f2881b5d8a5f04e1
/ConcreteStructureDesign/AxiallyCompression/AxiallyCompression/AxiallyCompression.cpp
4b7c8a351ef508ad76b5e8e642cde091aee1648b
[]
no_license
mc-liyanliang/Structural-Design-Tool
d8ee124cf4bce769830759ef89c32189b716664a
d0c988767893694232a28760d555cdcbf8ffe419
refs/heads/master
2022-11-27T19:43:47.395376
2020-08-05T14:30:33
2020-08-05T14:31:32
284,239,977
0
0
null
null
null
null
GB18030
C++
false
false
2,828
cpp
// AxiallyCompression.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "AxiallyCompression.h" #include "AxiallyCompressionDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CAxiallyCompressionApp BEGIN_MESSAGE_MAP(CAxiallyCompressionApp, CWinApp) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() // CA...
[ "314925508@qq,com" ]
314925508@qq,com