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
11cee9e4ea83e240206f73918d4f3e7f5801b000
002033b136c071715d96aa29bed28c8722968330
/Fft.cpp
2bbae0251ecb896115f87f633ab9eff67c1de420
[]
no_license
adityasriteja4u/SpeechWave
ac31ee32f2c1e3ebec278d27f6f9dce927de79c0
135df91367cf8e130f115f0c2f23cb547a27991d
refs/heads/master
2021-01-16T22:14:30.770238
2014-04-09T08:30:26
2014-04-09T08:30:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,520
cpp
// // FileName: fft.cpp By YANG Jian 1995.1.25 // #include "stdafx.h" //#include "VS.h" #include <math.h> #include "fft.h" // construct function of class TFft. TFft::TFft(int npoint) { IsOk = 0; nM = (int)(log((double)npoint) / log(2.0) + 0.5); nPoint = npoint; nPoint2 = nPoint / 2; fwCos = new float [nPoint2...
[ "lsx20071060081@hotmail.com" ]
lsx20071060081@hotmail.com
5cb55177c412fdf81878ddaaac62ce9e930bd3c1
fd57ede0ba18642a730cc862c9e9059ec463320b
/compile/mclinker/unittests/GCFactoryListTraitsTest.h
eecadc7103650c8076e79aaf69d6716a8be5fa31
[ "NCSA" ]
permissive
kailaisi/android-29-framwork
a0c706fc104d62ea5951ca113f868021c6029cd2
b7090eebdd77595e43b61294725b41310496ff04
refs/heads/master
2023-04-27T14:18:52.579620
2021-03-08T13:05:27
2021-03-08T13:05:27
254,380,637
1
1
null
2023-04-15T12:22:31
2020-04-09T13:35:49
C++
UTF-8
C++
false
false
2,368
h
//===- GCFactoryListTraitsTest.h ------------------------------------------===// // // The MCLinker Project // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------------------------...
[ "541018378@qq.com" ]
541018378@qq.com
87fc50fbfe57accb8e616101d0f13f2c67ff70b2
ae0ecf150d36eabec0d61ba546e9f727284c9e92
/Lesson5/task3.cpp
28b888416aff5347a050f257b14e370a85a6e549
[]
no_license
kingstertime/parallel-programming-2020
b49de37228d04f3b39fa8ac09ea06a9aef32567d
f120b57e83c3c45a2f69088c54d0d065a67f1312
refs/heads/master
2023-01-23T00:34:56.324096
2020-11-30T16:45:19
2020-11-30T16:45:19
294,218,188
0
0
null
null
null
null
UTF-8
C++
false
false
593
cpp
#include<mpi.h> #include<iostream> int main(int argc, char** argv) { int rank, size; const int N = 10; int a[N]; MPI_Init(&argc, &argv); MPI_Comm_size(MPI_COMM_WORLD, &size); MPI_Comm_rank(MPI_COMM_WORLD, &rank); if (rank == 0) { for (int i = 0; i < N; i++) { a[i] = rand() % 100 + 1; } MPI_Send(&a, ...
[ "kingstertime@gmail.com" ]
kingstertime@gmail.com
fca04a13d5bda67566eaff1e2aa8b474cdf6f4ab
83921e08a63594fdeedcbe7866710b6f1a4c4d89
/main/main.ino
d47271eb22f4a2b830845ee2b837e7d65c8b0a4c
[]
no_license
j3ven7/CurrentBikeCode
106accd21393af2c566740b1ff0c40a5477192f4
97e68a54524f8088ee62d00531f46ebdd488d2b3
refs/heads/master
2021-01-25T07:02:16.294395
2017-05-07T17:29:10
2017-05-07T17:29:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,752
ino
#include "Rear_Motor.h" #include "Front_Motor.h" #include "RC_Handler.h" #include "Landing_Gear.h" #include "Bike_State.h" #include "IMU.h" #include "Watchdog.h" //============================ROS================= #include <ros.h> #include <std_msgs/Float32.h> #include <std_msgs/Float32MultiArray.h> ros::NodeHandle nh...
[ "kwf37@cornell.edu" ]
kwf37@cornell.edu
114f4400d24104b4fcf9e61ec1daace7e27aed61
5b28b26ff0cdbab49bf3d83f64f97d04e04b40b2
/addons/Box2D/DebugDraw.h
5fc9cdeefaad4c5c1695a8f61c5d0ef6e1493a2c
[]
no_license
q-depot/roxlu
6381ae7cad9a568142838bb72968469cc7b3d6f2
0e77879c1d7ddcaedfb06e274be0aa7341dd61ce
refs/heads/master
2021-01-21T02:02:20.351417
2012-08-02T21:00:00
2012-08-02T21:00:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
925
h
#ifndef ROXLU_BOX2D_DEBUGDRAWH #define ROXLU_BOX2D_DEBUGDRAWH #include <Box2D/Box2D.h> struct b2AABB; class DebugDraw : public b2Draw { public: DebugDraw(); ~DebugDraw(); void DrawPolygon(const b2Vec2* vertices, int32 vertexCount, const b2Color& color); void DrawSolidPolygon(const b2Vec2* vertices, int32 vert...
[ "diederick@apollomedia.nl" ]
diederick@apollomedia.nl
b63f9f4656ca324a610e36ffeb42f910ca9f5e70
0d79cdeadc76cc3250dee42feae52009259b66d4
/CubeEngine/EngineSrc/3D/Effect/EffectMgr.h
1679fdb474bb27eb6139ee22266a88ff039a6b0f
[ "MIT" ]
permissive
tigertv/Cube-Engine
2ef4a49e031c375cb2368c04743dacdd793d0396
0677562bf1dfdb9dd0e35ee587874ac9788ad6ac
refs/heads/master
2021-02-06T19:02:33.047381
2020-02-29T09:44:26
2020-02-29T09:51:07
243,941,293
0
0
MIT
2020-02-29T09:36:37
2020-02-29T09:36:37
null
UTF-8
C++
false
false
487
h
#ifndef TZW_EFFECTMGR_H #define TZW_EFFECTMGR_H #include "EngineSrc/Engine/EngineDef.h" #include "Effect.h" #include <map> namespace tzw { class EffectMgr { public: EffectMgr(); Effect * get(std::string name); void initBuiltIn(); void addEffect(std::string name, Effect * theEffect); void addEffect...
[ "tzwtangziwen" ]
tzwtangziwen
0536912289dd21446ed3dff5ef5258d625561fc3
71f226e79ab3c38da9562cf4dd4fe51d72665766
/hummingbird_px4/src/modules/uavcan/libuavcan/libuavcan_drivers/stm32/driver/src/uc_stm32_thread.cpp
9b9a0d2d795802954065f3ee88ce5b9b8313a987
[ "MIT" ]
permissive
roseyangyu/hummingbird
db6b4bcc8e251fd475fc4cb4a326e5811157d6bf
8420389e225baccebb8946405bd58a185805fa8e
refs/heads/master
2020-08-14T15:57:53.680838
2019-10-11T20:37:02
2019-10-11T20:37:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,802
cpp
/* * Copyright (C) 2014 Pavel Kirienko <pavel.kirienko@gmail.com> */ #include <uavcan_stm32/thread.hpp> #include <uavcan_stm32/clock.hpp> #include <uavcan_stm32/can.hpp> #include "internal.hpp" namespace uavcan_stm32 { #if UAVCAN_STM32_CHIBIOS /* * BusEvent */ bool BusEvent::wait(uavcan::MonotonicDuration durat...
[ "jiashen.wang@rapyuta-robotics.com" ]
jiashen.wang@rapyuta-robotics.com
6aee6f99d06a98d740e8a12b3214ae3d3323e77a
95f4b2830dd02d0653e339329c5a08f8ad19e1ff
/Actors/ActorFactory.cpp
f55bb31a85bbdae35f0ec03e713c730519c19267
[]
no_license
JDHDEV/AlphaEngine
d0459e760343f47b00d9e34be8f7e8d93d308c27
2c5602a4bbba966c7f31b06ce0c7eabaa97002ec
refs/heads/master
2021-01-01T19:42:43.176631
2015-07-27T01:03:05
2015-07-27T01:03:05
39,701,364
0
0
null
null
null
null
UTF-8
C++
false
false
6,857
cpp
//======================================================================== // ActorFactory.cpp : Creates actors from components // // Part of the Alpha Application // // Alpha is the sample application that encapsulates much of the source code // discussed in "Game Coding Complete - 4th Edition" by Mike McShaffry and D...
[ "JustinHunt@newagepavilions.com" ]
JustinHunt@newagepavilions.com
57a5952cda4fb1e7a29c0a0191e360662949f089
9f72680b9da072cf1301248d15a617e06fd26df1
/catkin_ws/src/RosLib/src/RosCameraPlugin.cpp
7747bfbab332f481ea50dea863cdbd20667c8030
[]
no_license
militaru92/JdeRobot2015
d9fe21c0548d4ffc5a244fac15190c1b7a7a8125
a843e63c232ade065180ba665cc26d6ed75e2501
refs/heads/master
2021-01-10T06:39:30.322484
2015-10-05T13:08:43
2015-10-05T13:08:43
36,067,808
1
1
null
null
null
null
UTF-8
C++
false
false
1,275
cpp
#include "RosCameraPlugin.h" namespace gazebo { RosCameraPlugin::RosCameraPlugin() { } RosCameraPlugin::~RosCameraPlugin() { delete ImagePublisher; delete ImageNode; //delete RosPublisher; delete RosNode; } void RosCameraPlugin::Load(sensors::SensorPtr _parent, sdf::ElementPtr _sdf) { // Don'...
[ "militaru.andrei92@gmail.com" ]
militaru.andrei92@gmail.com
50c2c3b3ad45a642f9f8d930a628fe2f5d760a48
5bd25f9ed54adc9ab62a41521368774435b59b38
/7-й семинар/7.1 functions.cpp
1a37d5d5339490bcb4034e8a4895238dd15e77a6
[]
no_license
gorshkovap/HW
0cc51bfe64d44d5ab9d972aeb381ac49ec786048
620fec399d901109341af442416af164f36d9aca
refs/heads/master
2023-01-12T21:48:35.876916
2020-11-23T23:24:45
2020-11-23T23:24:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,715
cpp
#include "7.1 Header.hpp" #include <cmath> Point::Point() : x(0.0), y(0.0) {} Point::Point(const double a,const double b) : x(a), y(b){} std::ostream& operator<<(std::ostream& stream, const Point& point) { stream << '(' << point.x << ", " << point.y << ')'; return stream; } Vector::Vector() : x(0.0), y(0.0) {} Vec...
[ "timurfakhrutdinov@gmail.com" ]
timurfakhrutdinov@gmail.com
4b5a4f43b086b4f36e69ebbc788fd7f52b635665
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/d9/41ffa30dd0079e/main.cpp
5e74f98bedbc85e5405c73cc5b77510de86f9262
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
1,029
cpp
#include <iostream> #include <vector> #include <string> using namespace std; class Piece { private: int x; //coordinate locations int y; char name; public: Piece(char, int, int); }; Piece :: Piece(char name_, int x_, int y_) { x = x_; y = y_; name = name_; } class Game { private: std::...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
5e4dd0e2125c8e93163609d2ab393a95136699ca
1d14766f1b8081d2d4e6ed8c54965948e3bd23a4
/RadarEchoTracking/TrackBoxDockList.cpp
619bffa6435155268ef19482d81c8ef006de76c1
[]
no_license
VeinySoft/BeiJingQiXiang2018
5e4f3ddff5619ca07c41d481de4bcdd65ebb7551
9fcfc81d9be091fb4bc44b653ebe9657a5efbd9b
refs/heads/master
2023-01-19T03:51:16.528367
2020-11-24T05:55:46
2020-11-24T05:55:46
268,947,863
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
271
cpp
#include "StdAfx.h" #include "TrackBoxDockList.h" TrackBoxDockList::TrackBoxDockList(void) { m_Setup.setupUi(this); this->setWindowTitle(QString::fromLocal8Bit("¸ú×Ù¿ò")); m_Setup.widget_2->setVisible(false); } TrackBoxDockList::~TrackBoxDockList(void) { }
[ "veiny_yxy@163.com" ]
veiny_yxy@163.com
c0e8a83971de5db21ed2226c858c2464335a06f1
05cfe269344177249ded9c18b3272a234a155292
/include/GCApplication.h
ed6a9f14a40eed06727eb94ebe1aa083b21fb4c4
[]
no_license
Robertwyq/Grab_Cut
28222934723880e1011d75493cf160366a23cf76
1eafa8dc84fcecb9be0a0b4c12cb7df58cb61fbc
refs/heads/master
2021-03-07T10:09:05.467996
2020-03-10T09:35:18
2020-03-10T09:35:18
246,259,220
2
0
null
null
null
null
UTF-8
C++
false
false
2,101
h
// // Created by Robert on 2019/6/5. // #ifndef GRAB_CUT_GCAPPLICATION_H #define GRAB_CUT_GCAPPLICATION_H #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include "GrabCut.h" #include <iostream> #include "BorderMatting.h" using namespace std; using namespace cv; const Scalar BLUE = Scala...
[ "wyq1997boy@163.com" ]
wyq1997boy@163.com
9c15e1480273499dd04814efcabdc4031ed8ac18
3ffda7c2ff861311b26c4f318f689dddb19d2d72
/v8_consumer/include/timer.h
c1c87a090a46d45df1d713521c69cca30478f3ea
[ "Apache-2.0" ]
permissive
nandsatya/eventing
f6334090c39ccafc59122e03c35881c2accdd5e2
3aca1f6f0907d57d4804f555fea0acdaa8dc7a69
refs/heads/master
2020-04-27T05:49:23.261582
2019-02-27T11:26:58
2019-03-06T07:11:32
148,102,605
0
0
Apache-2.0
2018-09-10T05:16:49
2018-09-10T05:16:48
null
UTF-8
C++
false
false
1,621
h
// Copyright (c) 2017 Couchbase, 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 w...
[ "abhishek@couchbase.com" ]
abhishek@couchbase.com
4e3ef7eba2740db4dd6a48b4fa5c50763d62f2b7
9bb16f8fbf9f562f1171a3bbff8318a47113823b
/abc123/abc123_c/main.cpp
73f4f6740cd28c8c85075eab8209b1492e5f2822
[]
no_license
kyamashiro/atcoder
83ab0a880e014c167b6e9fe9457e6972901353fc
999a7852b70b0a022a4d64ba40d4048ee4cc0c9c
refs/heads/master
2022-06-01T03:01:39.143632
2022-05-22T05:38:42
2022-05-22T05:38:42
464,391,209
1
0
null
null
null
null
UTF-8
C++
false
false
796
cpp
#include <bits/stdc++.h> #define REP(i, n) for (int i = 0; (i) < (int)(n); ++ (i)) #define REP3(i, m, n) for (int i = (m); (i) < (int)(n); ++ (i)) #define REP_R(i, n) for (int i = (int)(n) - 1; (i) >= 0; -- (i)) #define REP3R(i, m, n) for (int i = (int)(n) - 1; (i) >= (int)(m); -- (i)) #define ALL(x) ::std::begin(x), :...
[ "kyamashiro73@gmail.com" ]
kyamashiro73@gmail.com
1ebd31e3c8dfba4b8a69fb061c9991e065f2b55f
edc5c44ab9249bc9c518c9875bdd1b39e52c0118
/5/3.cc
e301ec28386b17db3f171cfe9320d201bab49d9f
[]
no_license
AlbandeCrevoisier/CtCI
cff4091e5d094cf02ee2f923ead30b1796ab0c25
946e14def6e3ee702094b380a48134ef62689b0c
refs/heads/master
2020-03-23T18:17:03.284301
2018-12-04T15:44:44
2018-12-04T15:44:44
141,899,053
0
0
null
null
null
null
UTF-8
C++
false
false
1,056
cc
/* Flip Bit to Win Integer, you can flip one bit from a 0 to a 1. Longest sequence of 1s you can make? Note: the problem is so simple and restrained, that the naive solution seems to be a reasonable answer. */ #include <iostream> namespace { /* Computes the longest sequence of 1 in an integer. */ int Longest1(int m)...
[ "albandecrevoisier@gmail.com" ]
albandecrevoisier@gmail.com
0599dad6e9af3bb8e06e1a2347827e4df246c164
119b62ad0d04d38b74da09c62ac8c2bf2877aa09
/tests/unit-tests/tests/logging/LogNameLayoutTests.cpp
17d5ecef10400a7e244bac97bf86bf5aed77a4e6
[]
no_license
AndrewLang/matrix-cpp-logging
f2329082cee86289158468ad7c238eee050f1786
fe129eb90e4431d5fdc9dccf613530a0e7e8c9ab
refs/heads/master
2023-02-20T21:38:18.183222
2021-01-27T22:47:44
2021-01-27T22:47:44
284,808,876
0
0
null
null
null
null
UTF-8
C++
false
false
425
cpp
#include "pch.h" #include "gtest/gtest.h" #include "logging/LogNameLayout.h" #include "logging/LogMessage.h" #include "Messages.h" namespace Logging { using namespace Tests; TEST(LogNameLayoutTests, Constructor) { LogNameLayout layout; } TEST(LogNameLayoutTests, Layout) { LogNameLayout layout; LogMessage m...
[ "yu-xin_lang@keysight.com" ]
yu-xin_lang@keysight.com
ccc562905f6aa7729092ff6277d72f12cca90875
2f32ccf88172c2148702195f862a9e3146e52429
/ABC/34/c.cpp
24de0c231a272b169357a400cd39653991e339c8
[]
no_license
getty104/AtCoder
85ab5fdffdcbce84962734280ea9240914ad687b
708fba718bed4692eb169854c82a849e48e1b78b
refs/heads/master
2021-01-12T14:24:59.246818
2018-05-21T04:41:59
2018-05-21T04:41:59
69,931,562
0
0
null
null
null
null
UTF-8
C++
false
false
1,118
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef unsigned long long ull; typedef pair<ll, ll> P; #define fi first #define se second #define repl(i,a,b) for(ll i=(ll)(a);i<(ll)(b);i++) #define rep(i,n) repl(i,0,n) #define each(itr,v) for(auto itr:v) #define pb push_back #define all(x) (x).be...
[ "hayabusatoshihumi@gmail.com" ]
hayabusatoshihumi@gmail.com
c3bbad71867692cc91a89c67afccf23814d81d70
2d1622f599876e45fcbd9ffbf592ea05f18cfe95
/test/hello_test.cpp
6c4ad3e44bf99c6d10ea0ef5351bc4277dddb014
[]
no_license
muitimon/cmaketest
22fa67adfb999f38e0623bef24294740e4500e7a
5211d78aa93a9674f21d852c311cf6242e636431
refs/heads/master
2020-03-29T01:26:03.417053
2018-09-19T03:48:42
2018-09-19T03:48:42
149,388,724
0
0
null
null
null
null
UTF-8
C++
false
false
176
cpp
#include "hello.h" #include "catch.hpp" TEST_CASE("Hello Test", "[hello]"){ REQUIRE( greetings("kanegae") == "Hello, kanegae"); REQUIRE( greetings("") == "Hello, "); }
[ "kanegae.yuka.kp1@is.naist.jp" ]
kanegae.yuka.kp1@is.naist.jp
d22fac3c8fbed65ee3bfeb832de0b4eacc4e0d16
fabafea14b6ba449e8745875b0ef66062808dbe9
/Part_5/baxter/simple_baxter_arm_controller/src/simple_jnt_commander.cpp
eb030b07c32b3233bd83e344e8b5f68167a70255
[]
no_license
wsnewman/learning_ros
fdfb3caac4bf99d53d9079f4f46212eb8b33d2ef
c98c8a02750eb4271bd1568a3c444c36fa984ee1
refs/heads/noetic_devel
2022-06-02T15:27:32.280923
2022-03-14T14:36:06
2022-03-14T14:36:06
49,152,692
362
246
null
2022-03-28T14:54:19
2016-01-06T18:12:19
C++
UTF-8
C++
false
false
1,846
cpp
#include <ros/ros.h> //Must include this for all ROS cpp projects #include <ros/init.h> #include <std_msgs/Float32.h> //Including the Float32 class from std_msgs #include <baxter_core_msgs/JointCommand.h> using namespace std; ros::Publisher joint_cmd_pub_right; //define this publisher global, so fnc cmd_pose_righ...
[ "wsn@case.edu" ]
wsn@case.edu
5e210aed4cbba09976467f691915a0ee6bd0ea56
a461e3b0eb02d0eeaabe63c27175bf2991ff993e
/deps/boost/include/boost/spirit/home/qi/detail/permute_function.hpp
b098c030782520de7cff3fb26c7c2b4c568c7171
[ "CC0-1.0", "BSD-3-Clause", "BSL-1.0" ]
permissive
TexelBox/wave-tool
37999130d40eb45995383ddfc015b942c8096253
364d73eb7d83e65d5cfe469b6f923fe49c049684
refs/heads/master
2021-01-07T17:45:00.260890
2020-09-02T19:51:37
2020-09-02T19:51:37
241,771,443
3
2
BSD-3-Clause
2020-05-18T15:42:00
2020-02-20T02:05:19
C++
UTF-8
C++
false
false
2,259
hpp
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman 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) =========================================...
[ "aaron.hornby@outlook.com" ]
aaron.hornby@outlook.com
b4770e2ea5dc3d2fe7834bf9e53902a4fd9bf6ec
e8cec014c373a8599f9ac5d3768d87662528b28e
/meeting-qt/setup/UnInstall/src/base/synchronization/waitable_event_posix.cpp
f639ec58472ada4de28f388071883dde325a4de2
[ "MIT" ]
permissive
xiaoge136/Meeting
ee69e309666b3132449476217033d34b92eb975d
0b85c53ee3df6d5611c84dc2b9fe564590874563
refs/heads/main
2023-07-21T14:39:03.158711
2021-08-31T14:13:18
2021-08-31T14:13:18
401,727,185
0
1
MIT
2021-08-31T14:10:04
2021-08-31T14:10:04
null
UTF-8
C++
false
false
12,506
cpp
/** * @copyright Copyright (c) 2021 NetEase, Inc. All rights reserved. * Use of this source code is governed by a MIT license that can be found in the LICENSE file. */ // Copyright (c) 2011, NetEase Inc. All rights reserved. // All rights reserved. // // Author: Wang Rongtao <rtwang@corp.netease.com> // ...
[ "wangjianzhong@corp.netease.com" ]
wangjianzhong@corp.netease.com
9530a9f9b0f609ea36b74b4660b51b9cae7bccb6
14d8e5d65f3a7352cc485fb74d4560df71671fd7
/sjasm/errors.h
78bd75f55c77619e0ffb081b277a5f4b5626965f
[]
no_license
KimWI/sjasmplus-1
2abdace8b2297557601d8021844d86f849d03b70
097e5fb57b7482c0cd28b25e5f7ad2b592e9f9cb
refs/heads/master
2020-04-02T20:20:52.851839
2018-08-22T00:48:26
2018-08-22T00:48:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
921
h
// // Error handling // #ifndef SJASMPLUS_ERRORS_H #define SJASMPLUS_ERRORS_H #include <string> #include <iostream> #include <stack> using namespace std::string_literals; using std::cout; using std::cerr; using std::endl; using std::flush; using std::stack; extern std::string ErrorStr; extern int PreviousErrorLine...
[ "koloberdin@gmail.com" ]
koloberdin@gmail.com
38f45b3524c81f465503c523750b7a3ac142ba4f
20ee8c5562f7ce1c1a48408ffc4244c77f2343d1
/.idea/ls.h
93b45c799754f718134edbccfc5c3fae2d6717f7
[]
no_license
OlyaBakay/shell_1
ea9044a4bfd090d44eb62dd520214208e9134bc0
405a93babf83de1c71025038150711163e65b73b
refs/heads/master
2021-01-18T20:04:23.044434
2017-04-01T22:02:52
2017-04-01T22:02:52
86,934,006
0
0
null
null
null
null
UTF-8
C++
false
false
1,653
h
// // Created by arsen on 16.03.17. // #include <iostream> #include <iterator> #include <vector> #include <algorithm> #include <boost/filesystem.hpp> using namespace std; using namespace boost::filesystem; int ls_func(boost::filesystem::path argv) { path p (argv); // p reads clearer than argv[1] in the follow...
[ "olhabak@gmail.com" ]
olhabak@gmail.com
32f9d0dc1932e14f16d2389b49634c723ddc8b60
6b550d3d0b182bcddda1f0a175d6b6cd07b60fb3
/logdevice/common/test/DigestTest.cpp
167419e06022697399ada0058913cabbc16300d6
[ "BSD-3-Clause" ]
permissive
Rachelmorrell/LogDevice
5bd04f7ab0bdf9cc6e5b2da4a4b51210cdc9a4c8
3a8d800033fada47d878b64533afdf41dc79e057
refs/heads/master
2021-06-24T09:10:20.240011
2020-04-21T14:10:52
2020-04-21T14:13:09
157,563,026
1
0
NOASSERTION
2020-04-21T19:20:55
2018-11-14T14:43:33
C++
UTF-8
C++
false
false
30,011
cpp
/** * Copyright (c) 2017-present, Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include "logdevice/common/Digest.h" #include <memory> #include <folly/Memory.h> #inc...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
91c0664f62c94eb098f1460aedd6621e30be5b05
f9dbecdaebc8f924606b59524e58f598874829ad
/clases/test.cpp
e303c3b2141c3662896176f91bfad9dad0c96f13
[]
no_license
sebastianibam002/Algoritmos
0b4ab84457f562af8f8ae31206839933f7a5131a
6e5e4fc91ac695809fdc37d36b083af4430558fc
refs/heads/master
2020-12-27T09:15:13.268206
2020-05-10T21:55:21
2020-05-10T21:55:21
237,848,071
0
0
null
null
null
null
UTF-8
C++
false
false
93
cpp
#include "lib.hpp" int main() { printf("This is a test...\n"); foo(); return 0; }
[ "sebastianibam@gmail.com" ]
sebastianibam@gmail.com
36e7817611af9ba22b03b3da87661c71b21e750b
d1cf34b4d5280e33ebcf1cd788b470372fdd5a26
/zoj/25/2548.cpp
0fbd39bbf29bd26b0deef0abc97dfffaa26398f4
[]
no_license
watashi/AlgoSolution
985916ac511892b7e87f38c9b364069f6b51a0ea
bbbebda189c7e74edb104615f9c493d279e4d186
refs/heads/master
2023-08-17T17:25:10.748003
2023-08-06T04:34:19
2023-08-06T04:34:19
2,525,282
97
32
null
2020-10-09T18:52:29
2011-10-06T10:40:07
C++
WINDOWS-1252
C++
false
false
1,320
cpp
#include <cstdio> #include <algorithm> using namespace std; int m, n, a[101], b[101]; inline int same_value(int m, int n, int a[], int b[]) { int ret = 0, i = 0, j = 0; // m > 0 && n > 0 ;else return 0! // all element are diff while(true) { if(a[i] < b[j]) { if(++i >= m) return re...
[ "zejun.wu@gmail.com" ]
zejun.wu@gmail.com
80bb384009f2bced91761708d6e209b645b081fa
5521a03064928d63cc199e8034e4ea76264f76da
/fboss/led_service/LedManager.h
0a618cb68187709ed8f6d2bbc525e2f33dc5bc71
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
facebook/fboss
df190fd304e0bf5bfe4b00af29f36b55fa00efad
81e02db57903b4369200eec7ef22d882da93c311
refs/heads/main
2023-09-01T18:21:22.565059
2023-09-01T15:53:39
2023-09-01T15:53:39
31,927,407
925
353
NOASSERTION
2023-09-14T05:44:49
2015-03-09T23:04:15
C++
UTF-8
C++
false
false
3,141
h
/* * Copyright (c) 2018-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pra...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
274b7bf168d2855069c36d5a2a188d2384efbe91
2fa764b33e15edd3b53175456f7df61a594f0bb5
/appseed/aura/aura/charguess/MBCSGroupProber.cpp
a4eb505df3ea18d08b69ca64fa7c2041d7ce80b3
[]
no_license
PeterAlfonsLoch/app
5f6ac8f92d7f468bc99e0811537380fcbd828f65
268d0c7083d9be366529e4049adedc71d90e516e
refs/heads/master
2021-01-01T17:44:15.914503
2017-07-23T16:58:08
2017-07-23T16:58:08
98,142,329
1
0
null
2017-07-24T02:44:10
2017-07-24T02:44:10
null
UTF-8
C++
false
false
3,931
cpp
/* libcharguess - Guess the encoding/charset of a string Copyright (C) 2003 Stephane Corbe <noubi@users.sourceforge.net> Based on Mozilla sources This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free ...
[ "camilo@ca2.email" ]
camilo@ca2.email
b8d7bcc176284c13b9139f602fcc48fdc0e79d27
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/squid/gumtree/squid_repos_function_913_squid-3.1.23.cpp
76c614152cf89bd2de71f2221dc50b533cb94424
[]
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
670
cpp
void checkTimeouts(void) { int fd; fde *F = NULL; AsyncCall::Pointer callback; for (fd = 0; fd <= Biggest_FD; fd++) { F = &fd_table[fd]; if (AlreadyTimedOut(F)) continue; debugs(5, 5, "checkTimeouts: FD " << fd << " Expired"); if (F->timeoutHandler != NULL...
[ "993273596@qq.com" ]
993273596@qq.com
bf7932362e19e4b9b8b3316afabcfa5dccb6912a
c22c85b2509deccd0e8089e6aa86ab9cf009faf8
/Rotations/sqct/numbersgen.cpp
ad96c524ec01d4420d2b02ec0f4bc25d1070ee84
[ "BSD-2-Clause", "LGPL-3.0-only", "GPL-3.0-only" ]
permissive
teaguetomesh/ScaffCC
facc4be8cd82c4c34666b53a9154949f1c9d42b7
52b087a00ac19384a736b4c64631ca67bd1d8054
refs/heads/master
2020-04-15T13:01:13.873540
2019-03-05T19:50:06
2019-03-05T19:50:06
164,698,453
0
0
BSD-2-Clause
2019-01-08T17:19:10
2019-01-08T17:19:09
null
UTF-8
C++
false
false
5,691
cpp
// Copyright (c) 2012 Vadym Kliuchnikov sqct(dot)software(at)gmail(dot)com, Dmitri Maslov, Michele Mosca // // This file is part of SQCT. // // SQCT is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Sof...
[ "ajavadia@princeton.edu" ]
ajavadia@princeton.edu
c6d0dbcd33dfb70803034a1de2cddf2642789f52
3f2dd509185bc85a44e5c22ea9e49e5076868c93
/Prototype/src/client/sender.cpp
58430d9aa2d44f341a05400cf25f89b3f0dfefec
[ "MIT" ]
permissive
tinoryj/FeatureSpy
616b9abc1b3056ea75515fefe7db69fb39a825c0
161c4a185f6ab34a1df6a430d60cca459c4da394
refs/heads/master
2023-04-10T20:17:43.747635
2023-01-08T05:32:12
2023-01-08T05:32:12
514,726,660
1
0
null
null
null
null
UTF-8
C++
false
false
23,094
cpp
#include "sender.hpp" #include <sys/time.h> extern Configure config; struct timeval timestartSender; struct timeval timeendSender; struct timeval timestartSenderRun; struct timeval timeendSenderRun; struct timeval timestartSenderRecipe; struct timeval timeendSenderRecipe; void PRINT_BYTE_ARRAY_SENDER( FILE* file...
[ "tinoryj@gmail.com" ]
tinoryj@gmail.com
2b012f7e9e7d33dde9a24df3e560d5bb365971e2
51441b88f3ead35431a319e0503a32ebdab49a04
/src/objects/hash-table-inl.h
7ebaa5cc1c33ebc073f741849ee54e92669f0bf1
[ "BSD-3-Clause", "SunPro", "bzip2-1.0.6" ]
permissive
laiyongqin/v8
1d7525a3633f0678125e3502aaa7a9abf4b45265
70aacc2e5f6c09211afed474825ea85945adb2ef
refs/heads/master
2020-03-23T05:38:07.081198
2018-07-16T13:02:43
2018-07-16T14:35:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,738
h
// Copyright 2017 the V8 project 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 V8_OBJECTS_HASH_TABLE_INL_H_ #define V8_OBJECTS_HASH_TABLE_INL_H_ #include "src/heap/heap.h" #include "src/objects/hash-table.h" namespace v8 ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
367da917e2597397a765a1293884a9c8616ea6e2
41d6b7e3b34b10cc02adb30c6dcf6078c82326a3
/src/plugins/poshuku/plugins/webkitview/jsproxy.h
db046cad07d0b86a93f82f5e71b95103b6c594d4
[ "BSL-1.0" ]
permissive
ForNeVeR/leechcraft
1c84da3690303e539e70c1323e39d9f24268cb0b
384d041d23b1cdb7cc3c758612ac8d68d3d3d88c
refs/heads/master
2020-04-04T19:08:48.065750
2016-11-27T02:08:30
2016-11-27T02:08:30
2,294,915
1
0
null
null
null
null
UTF-8
C++
false
false
1,987
h
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organiz...
[ "0xd34df00d@gmail.com" ]
0xd34df00d@gmail.com
e3bc1f2e91163d18e46cde6ed2f20fb72b7b4fce
e4aa15885d471218adaf4ca6ec0233c1f2843497
/include/raimd/md_dict.h
46567824f2d5ee570fc02b6a3ee3c17ada5164c5
[ "Apache-2.0" ]
permissive
raitechnology/raimd
a9f17717bcb384673def7f83cd03f48557b2dac6
accffe44641e5691eeb4fe7a3093ba4b08e8d53b
refs/heads/master
2023-08-16T13:14:52.173911
2023-06-13T21:32:52
2023-06-13T21:32:52
184,467,963
0
1
null
null
null
null
UTF-8
C++
false
false
19,215
h
#ifndef __rai_raimd__md_dict_h__ #define __rai_raimd__md_dict_h__ #include <raimd/md_types.h> namespace rai { namespace md { /* The MDDict is a fid -> fname / type map, using 4 tables (+enums): * * type table, uint32_t size, * Each element indictes size and type of field, * The lower 5 bits is the ...
[ "chris@raitechnology.com" ]
chris@raitechnology.com
6773a1c9ac9b4ad20bf7cd852217c072d2ea27e5
ff4c8b2026d51917f92934e7762e32ffde4a6827
/Template/Source/Math/pell.cpp
ea5cee833c6429dc5ddc4e51ebc6d7e877c2a2a5
[]
no_license
smallling/SJTU_ACM_Platelet
db25b41c57b8b957a282e208260be3c21735c30a
7f1fffd9a5b601c42ccf7b15630a275bfb3a9b30
refs/heads/master
2020-03-23T06:51:03.639087
2018-12-10T12:55:02
2018-12-10T12:55:02
141,233,137
6
2
null
2018-07-17T12:30:16
2018-07-17T04:55:45
Vim script
UTF-8
C++
false
false
536
cpp
std::pair<int64_t, int64_t> pell(int64_t n) { static int64_t p[N], q[N], g[N], h[N], a[N]; p[1] = q[0] = h[1] = 1; p[0] = q[1] = g[1] = 0; a[2] = std::sqrt(n) + 1e-7L; for (int i = 2; true; i++) { g[i] = -g[i - 1] + a[i] * h[i - 1]; h[i] = (n - g[i] * g[i]) / h[i - 1]; a[i + ...
[ "wuqing157@gmail.com" ]
wuqing157@gmail.com
d982ac090648280763539a29b2200e26048ff101
506dd031197e564045ec24acffe72d0c887d7e8a
/src/evo/deterministicmns.h
8579b25658cd0b29dae3f7ab244220c814fe6d0e
[ "MIT" ]
permissive
cryptowithacause/cryptocause-coin
031278de1382e56153fe0f52c8b52138d36fe3d3
f68f3ed504094f8780db4d78d0aef2089a2198a9
refs/heads/master
2022-04-25T10:12:17.418805
2020-04-29T13:54:09
2020-04-29T13:54:09
259,937,823
0
0
null
null
null
null
UTF-8
C++
false
false
16,468
h
// Copyright (c) 2018 The Dash Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef CWAC_DETERMINISTICMNS_H #define CWAC_DETERMINISTICMNS_H #include "arith_uint256.h" #include "bls/bls.h" #include "dbwrapper....
[ "64294729+cryptowithacause@users.noreply.github.com" ]
64294729+cryptowithacause@users.noreply.github.com
4dd8404bdf3d68888d3cfa3456ed8f57ffc57294
cdb79e4ed5246ed423e31973150925b1eb6f6d29
/src/potentials/sec_struct_restraint.cpp
f44c4b65af58149490450644cf6ed0de1b67c42c
[]
no_license
jmacdona/pd2_public
6a0906e944878d954be29a245be718d3145c88e6
5b84579fd4a093e3095cd9bf15d2ca9d2b0b9b48
refs/heads/master
2020-03-08T09:27:34.373885
2019-03-25T15:38:21
2019-03-25T15:38:21
128,047,792
1
1
null
2018-04-11T09:42:33
2018-04-04T10:40:10
C++
UTF-8
C++
false
false
2,248
cpp
/* * sec_struct_restraint.cpp * * Created on: 27 Jan 2011 * Author: jmacdona */ #include "sec_struct_restraint.h" using namespace boost; using namespace PRODART::UTILS; using namespace PRODART; using namespace PRODART::POSE; using namespace PRODART::POSE::POTENTIALS; using namespace PRODART::POSE::META; us...
[ "jtmacdonald@gmail.com" ]
jtmacdonald@gmail.com
313e54fbadc772357f6ce23acd40ebfd865df3a9
089e5b84a7b3fa2ae4af2a609b6648b64372b682
/cpp/overload.cpp
978e819627499e3a7bf708c10874f84da81c22e3
[]
no_license
xusl/CodeDemo
c7c3ab96d843880b7497e337ec75c0a8ecc3b52a
98bf47a9767bce8825cec67f02e423ea633f6867
refs/heads/master
2021-09-05T09:43:08.865635
2018-01-26T06:40:43
2018-01-26T06:40:43
103,500,065
0
0
null
null
null
null
UTF-8
C++
false
false
1,381
cpp
#include<iostream> #include <stdio.h> #include <math.h> #include <stdlib.h> #include <string.h> #include <sstream> using namespace std; #define MAX_LEN 256 #define FORMAT(x) "%"#x "s" class base { public: base() { cout << "base init" << endl; }; ~base() { cout << "...
[ "shenlong.xu.sz@tcl.com" ]
shenlong.xu.sz@tcl.com
3a2eb4454f0a39da63e752f611b37297e19d335a
d9b573f026620973f27b5b68c16cb38d6bedd609
/Double Pointer/No.633_Sum_of_Square_Numbers/633.cpp
5f959799641c7c6cca35372baf71367c2d200462
[]
no_license
mengxianghan123/leetcode
9f35725b5037bff664dc22789654e137a5fc36ad
a4e0319e0dbd084630ee4d0778f00494e9702eac
refs/heads/master
2023-05-09T02:03:36.530553
2021-06-01T04:44:56
2021-06-01T04:44:56
333,439,130
8
0
null
null
null
null
UTF-8
C++
false
false
581
cpp
// 双指针法(预存平方结果) #include <cmath> #include <iostream> #include <vector> using namespace std; class Solution { public: bool judgeSquareSum(int c) { long long n = floor(sqrt(c)); vector<long long> num; long long i = 0; while (i <= n) { num.push_back(i * i); ++i; } int l = 0, r = n;...
[ "mengxianghan321@126.com" ]
mengxianghan321@126.com
4aa80f164eb67ffb88499c4ddbaabc55f9399073
abd51725ff8b57b131a7c1ce7e6cb5ef356aba85
/examples/randomdots/src/randomdots.cpp
e3930fc087e7ecff9984d2b73e2efadec07a0edd
[ "Apache-2.0" ]
permissive
TheCoderRaman/pixel
1489b092ce680b60fb38b8c400b0cd2842fd85d2
c4411f67746fdd811aa5f8c102ac340e9eaf4ec5
refs/heads/master
2023-08-19T07:19:03.292627
2019-04-09T17:31:33
2019-04-09T17:31:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
878
cpp
#include <pixel.hpp> #include <thread> #include <chrono> using namespace std::literals::chrono_literals; using namespace Pixel; struct Point { int x, y; }; static const int npoint = 42; static const int nstep = 50; Point point[npoint]; void update_point_positions() { for (int j = 0; j < npoint; ++j) { ...
[ "peter.bindels@tomtom.com" ]
peter.bindels@tomtom.com
52404d382845a782ebb536322d84a3b96cb5432f
7219fc9130c556742da08da7245d593ff2359a99
/testobject.h
fe518ffcebfb88a1a85e0db3e6a61be53cd0d974
[ "MIT" ]
permissive
saberhawk/hooksupport
0be4b29b2c66b5844cb2738ea047c2a26948e362
5f88c4a6363bc130d3279d80adae5b16ea82bde2
refs/heads/master
2021-01-22T02:47:58.666540
2013-08-20T07:14:05
2013-08-20T07:27:01
12,236,937
1
0
null
null
null
null
UTF-8
C++
false
false
648
h
#pragma once // class hook rules: // can't usually change base classes or order // can't change size unless fully derived // can't reorder instance variables // can't reorder virtual methods // can't add new virtual methods unless fully derived // can add new instance fields in unused space // can add/reorder static v...
[ "mark@derelictbase.com" ]
mark@derelictbase.com
5e3e62434f448695ca04e284fe346af6c21e5c84
ff244f7e6fa8f04294d48add511d0f0a1938310b
/base/task/task_scheduler/scheduler_worker.h
37f4232d140a47deb89ea5216ae9ee09773a876b
[ "BSD-3-Clause" ]
permissive
javareact/chromium
83c2a5faaefccaac692b58e1d52c20e94685d134
7657aa7a5001e0ae5dbbd3ce16622f4292364704
refs/heads/master
2023-01-13T10:10:09.853802
2019-04-10T08:01:55
2019-04-10T08:01:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,213
h
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_TASK_TASK_SCHEDULER_SCHEDULER_WORKER_H_ #define BASE_TASK_TASK_SCHEDULER_SCHEDULER_WORKER_H_ #include <memory> #include "base/base_export.h...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b721f355aa53302cb9720951ddc78e4a102e0dbb
e1aef4e05f55c182832abe74006009129df04cb8
/Vjezbe11-Narutofox/lista.h
904da4d3709730fd4c8789c3a119bca4509a29d5
[]
no_license
Narutofox/Algebra-SPA
b93e066e86fb708889ec818ebf1c0d985f1c9b94
21687cb5c46c7dbd8634a9b1a705f2e57b65086a
refs/heads/master
2021-01-23T21:03:57.518470
2014-06-07T05:47:25
2014-06-07T05:47:25
null
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
634
h
#ifndef _LISTA_H_ #define _LISTA_H_ #include <string> #include "student.h" using namespace std; typedef student ELTYPE; // Lista čuva studente. struct cvor; typedef cvor* POSITION; struct cvor { ELTYPE element; POSITION previous; POSITION next; }; class lista { private: POSITION _head; // "Prvi ispred" početk...
[ "cicekivan@gmail.com" ]
cicekivan@gmail.com
49155991883efe26c8f07a4655f7778b1ec6d8dc
42069212c627c54bf815e2a0ac64414e1b735c1b
/src/DirectedGraph.h
f48a5d300bb0a730e26d1c8f3830eb69bc01c315
[]
no_license
vldmalov/HTMLParser
e8a1be18866147895560aafe6bc55510744653c8
d8ec7d2f2456813635358a72e4db442c6af66b40
refs/heads/master
2020-02-26T16:07:30.980981
2017-09-18T21:41:29
2017-09-18T21:41:29
71,009,571
0
0
null
null
null
null
UTF-8
C++
false
false
713
h
#pragma once #include <string> #include <unordered_set> #include <unordered_map> struct GraphNode { std::unordered_set<std::string> NodeIdsTo; std::unordered_set<std::string> NodeIdsFrom; }; typedef std::unordered_map<std::string, GraphNode> NodesMap; class DirectedGraph { public: void addEdge(const st...
[ "vldmalov@gmail.com" ]
vldmalov@gmail.com
d5f7cbf8cd86e5bf21d60de74f3bd7aec9114c58
fc57402c4d8e200d2d2d297de92a302df464e834
/UniversalLibs/Network/Packages/Streaming/iface/CNetNaturalSignalingIfaceGp.h
747f8c3a71f60d628c224b6bce8b85d1cc58bde9
[]
no_license
vladsopen/fragments
07f5bb7e478c95db75e5091c86d3a9f8f7e180a8
41d59d0fc7ed3d0d3bd23c02136ab8f11c40df11
refs/heads/master
2022-01-11T23:29:21.562445
2019-07-03T21:23:34
2019-07-03T21:23:34
195,126,945
0
0
null
null
null
null
UTF-8
C++
false
false
2,523
h
// CNetNaturalSignalingIfaceGp.h #pragma once class CNetNaturalChannelTypeIfaceGp; // // CNetNaturalSignalingIfaceGp - // // Signal transfer for non-Uport devices. // //ASSUME_IMPL_FOR_IFACE(CNetNaturalSignalingIface, CNetNaturalSignalingIfaceGp) //ASSUME_IMPL_FOR_IFACE(CNetNaturalSignalingImpl, CNetNatu...
[ "vladsprog@gmail.com" ]
vladsprog@gmail.com
7d94f0e324b4a7f4e39899c23afbb723e50c355f
e214c23bbcae69fef20b2ba982f410789fdcf428
/ネームバトラー/disp.cpp
22f93236b9445558ba1994a9023d9e715ef23838
[]
no_license
SakuraiNOOB2/MemeBattler
1378fa4eed387b072ad17d11031d2eb1531f56c0
d17216a4ff8ce35313e354be29d19e47ec0b8bfe
refs/heads/main
2023-01-23T02:52:06.615209
2020-12-04T03:19:04
2020-12-04T03:19:04
318,389,255
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
6,163
cpp
#include <stdio.h> #include <string.h> #include "disp.h" //====================================================================================================// //===================ここの関数は全部画像表示処理やBGMについての関数分割ファイルです==================// //================================================================================...
[ "52180510+SakuraiNOOB2@users.noreply.github.com" ]
52180510+SakuraiNOOB2@users.noreply.github.com
80d1e1560f28a3816f5c79c0ade83d0b707d89a7
e3de0d8f74bb50fc755bff208a53a3ea07ac0d22
/chapter 6/6-3/6-3-2.cpp
8ec132b37d8ccdab12e5e2b666b4a2c575f70a34
[]
no_license
Cobb-Yoo/c-programming-exercise
39f8caa193c91f6e799f8ff53f167ad8254086c8
545bedab0a4793510143bc85dfe24271475e44ca
refs/heads/master
2022-03-22T13:54:57.727888
2019-12-03T12:36:22
2019-12-03T12:36:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
301
cpp
#include <iostream> using namespace std; int big(int a, int b, int c=100){ if(a > b) if(a > c) return c; else return a; else if(b > c) return c; else return b; } int main(){ int x = big(3, 5); int y = big(300, 60); int z = big(30, 60, 50); cout << x << ' ' << y << ' ' << z << endl; }
[ "yhj010597@naver.com" ]
yhj010597@naver.com
ecd90a4f3fb9e7178b9b0bfe648d66bd8265645e
6aaafe8033ca382931b613ce9d1f8c75dabf8fb4
/TupleMakerObjects.h
aeeca620fed96f3c99e5b88e32dd89706ad2f1e5
[]
no_license
JosephineWittkowski/analysis_SUSYTools_03_04_SusyNt_01_16_n0150
c761b8de5766214e14718a8e0f64b6a87dc57527
08c979efd6b57a87a6f696184f3e547828883581
refs/heads/master
2021-01-20T07:02:09.267146
2014-06-27T07:27:24
2014-06-27T07:27:24
19,309,711
1
1
null
null
null
null
UTF-8
C++
false
false
1,726
h
// emacs -*- C++ -*- #ifndef SUSY_WH_TUPLEMAKEROBJECTS_H #define SUSY_WH_TUPLEMAKEROBJECTS_H #include "/data/etp3/jwittkow/analysis_SUSYTools_03_04/SusyNtuple/SusyNtuple/SusyNt.h" #include <iostream> #include <vector> namespace susy { namespace wh { using Susy::Lepton; using Susy::Jet; using Susy::Met; struct...
[ "Josephine.Wittkowski@yahoo.de" ]
Josephine.Wittkowski@yahoo.de
bb66753d1787afba57c7e3387c69ee64f70ff438
3f3eb82035389ea0fd51a52a2be7edb0416164a4
/src/service/shortcut_service.hpp
dbc1f34f0e382215d405af5f09bb85520c71a568
[]
no_license
yydcnjjw/my-anything
2e790c1f9266dde87e77f1e47db9c93015aef845
e4bf1a67ed375c8118092626331856673f8c3d28
refs/heads/main
2023-07-15T12:04:01.484379
2021-08-24T14:18:28
2021-08-24T14:18:28
357,474,040
0
0
null
2021-06-22T04:08:43
2021-04-13T08:10:23
C++
UTF-8
C++
false
false
6,603
hpp
#pragma once #include <QKeyEvent> #include <service/command_service.hpp> namespace my { class KeyMap; class KeyBind { public: SHARED_CLS(KeyBind) using keymap_ptr_t = std::shared_ptr<const KeyMap>; KeyBind(keymap_ptr_t const &keymap, QKeySequence const &keyseq, Command::ptr_t const &cmd) : _k...
[ "yydcnjjw@gmail.com" ]
yydcnjjw@gmail.com
6621e2a3b88780968007e4aeba1c417100c8e115
e016b0b04a6db80b0218a4f095e6aa4ea6fcd01c
/Classes/Native/System_Data_System_Data_SqlTypes_StorageState969348312.h
04fd017dbd2ec0b0a4155ed44976d6799d3aa884
[ "MIT" ]
permissive
rockarts/MountainTopo3D
5a39905c66da87db42f1d94afa0ec20576ea68de
2994b28dabb4e4f61189274a030b0710075306ea
refs/heads/master
2021-01-13T06:03:01.054404
2017-06-22T01:12:52
2017-06-22T01:12:52
95,056,244
1
1
null
null
null
null
UTF-8
C++
false
false
983
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Enum2459695545.h" #include "System_Data_System_Data_SqlTypes_StorageState969348312.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagn...
[ "stevenrockarts@gmail.com" ]
stevenrockarts@gmail.com
3e020a0e862a35901e0017949dd6678a401283ff
922c5f72dbc43869ffb26bef52fbc6a22a31be56
/intento_andres/codigo_grupal_andres/Programs/header.h
20a0c7118d70446d6c6d4bacee8d7f9f21c3cd26
[]
no_license
jujimenezp/herrcomp_project01
3379d4eb70f4e5846879ad6b44d098b2910edfcc
0aae0eb08647271100904d20804d8c9ddc80e4c6
refs/heads/master
2023-01-11T14:24:27.537352
2020-11-09T21:22:10
2020-11-09T21:22:10
304,541,735
2
0
null
null
null
null
UTF-8
C++
false
false
1,124
h
#pragma once #include <cmath> #include <iostream> #include <fstream> #include <vector> #include <string> #include <chrono> #include <random> struct CONFIG{ int nmolecules = 0; int gridsize = 0; int latticesize = 0; int tmax = 0; int seed = 0; int resolution = 0; int holeboolean = 0; int holesize = 0; ...
[ "anvargasl@unal.edu.co" ]
anvargasl@unal.edu.co
e9727853039091286cb02cd828b14803864737a8
319d6ad998711f39f706f0e2e6318cd476718489
/first_period/week01/1W4/04_Sum/main.cpp
5fa59047e8b6fad0a089882286b7156e91c40059
[]
no_license
green-fox-academy/franzsi
7361a708ab34527a756e39971c4c4c3226878e88
7e891b2a30ceb7b0cf2b60dafa19bc6bcfc5754d
refs/heads/master
2020-04-02T17:34:02.636140
2019-02-11T04:25:44
2019-02-11T04:25:44
154,662,458
0
0
null
null
null
null
UTF-8
C++
false
false
392
cpp
#include <iostream> #include <string> int sum (int number){ int sum = 0; for (int i=0; i <number; i++) sum += i; return sum; } int main(int argc, char* args[]) { // - Write a function called `sum` that sum all the numbers // until the given parameter and returns with an integer int...
[ "franzsi@gmail.com" ]
franzsi@gmail.com
ccc1939f48dfdc03839c89da52bf5ff30933bf88
1bf6927ad32481b95b271f4f1fbf5ec426edef32
/src/main.cpp
baad855cd7614a0d9c5517226d3e582c675593d0
[ "MIT" ]
permissive
dream8coin/dreamcoin
288691f7d45dedefbe68c75800480eb434741294
100e73f65aa378c28304af8749df23ee739208ce
refs/heads/master
2018-02-09T07:55:32.717927
2017-10-22T00:51:37
2017-10-22T00:51:37
70,240,498
0
2
null
null
null
null
UTF-8
C++
false
false
130,279
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 Litecoin Developers // Copyright (c) 2015-2016 Dream8coin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-...
[ "yjpark1697@naver.com" ]
yjpark1697@naver.com
741f4e7cc65e3dae4496209215639689b4adae69
84c02d4a42871140dd648362a9e80b4f3bae2f66
/functionOverloading/functionOverloading.cpp
fd98ebde56b77d72c756716964df783de01905e8
[]
no_license
YovyTheLurker/functionOverloading
07f0ae2f4df2c7094ac784cf97fdf551de68b56d
5208d6088d62213dc7668d3daa0b087df6316b7e
refs/heads/master
2023-06-03T20:19:53.216823
2021-06-17T15:14:43
2021-06-17T15:14:43
377,873,898
0
0
null
null
null
null
UTF-8
C++
false
false
550
cpp
// functionOverloading.cpp : This file contains the 'main' function. Program execution begins and ends there. //Function overload #include <iostream> using namespace std; int sum(int a, int b); double sum(double a, double b); float sum(float a, float b, float c); int main() { cout << sum(3, 4) << endl; cout << sum...
[ "yoerodri@yahoo.com" ]
yoerodri@yahoo.com
ef3a8700531d14cdbcba257288a5efd7f9fb1f11
288e5f4f2ea19f9eea8e92db176218af6d64213a
/src/HookWininetDemo/DlgRequest.h
e81602da84a4d771e8c606c0b04cbbc05085d575
[ "MIT" ]
permissive
xingyun86/HookWininetDemo
cd77c4cf2f0c0cace2b9b03a51d057e75dde8a02
b77f61ce583eb56a1526f90e593c632633fd7693
refs/heads/main
2023-05-08T15:00:21.546894
2021-05-28T10:51:55
2021-05-28T10:51:55
370,026,605
0
1
null
null
null
null
UTF-8
C++
false
false
1,373
h
#pragma once #include "afxwin.h" #include "resource.h" #include <WinInet.h> #include <map> // CDlgRequest dialog typedef struct _tagInternetConnectInfo { CString strHost; CString strPort; } tagInternetConnectInfo, *LPInternetConnectInfo; class CDlgRequest : public CDialog { DECLARE_DYNAMIC(CDlgRequest) public: ...
[ "xingyun_ppshuai@yeah.net" ]
xingyun_ppshuai@yeah.net
599e9d6a01b2ab3090dd45a0150b2cfce4bc76b5
dd5b5e5ee5476d1eeffc4987e1aeec94e047e6dd
/testCase/cavity/0.1075/currentcloudofpoints
ef3d3cabd8937a40c9b23ae7c2696986fdedf270
[]
no_license
Cxb1993/IBM-3D
5d4feca0321090d570089259a558585a67a512ec
2fceceb2abf1fc9e80cb2c449cc14a8d54e41b89
refs/heads/master
2020-05-24T01:14:02.684839
2018-10-23T13:15:20
2018-10-23T13:15:20
186,721,487
1
0
null
2019-05-15T00:39:55
2019-05-15T00:39:55
null
UTF-8
C++
false
false
64,735
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1806 | ...
[ "you@example.com" ]
you@example.com
d96de8d75077fc7c0b65ce7606922caeb65b0c5e
04537d80f663c9de8497f4038f74b7a7d307c687
/arma.cpp
fb02416fa927f9cb239131898783f45946a30a8d
[]
no_license
jayantbit/UVA
7a7c2c60f157e7c8021dc526d0614db2ecacac06
40ba2a6e4f720cb2f1470c1346befd9ac60b20ad
refs/heads/master
2020-04-05T02:13:49.832851
2014-01-24T07:34:13
2014-01-24T07:34:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,112
cpp
using namespace std; #include<map> #include<iostream> #include<string> #include<sstream> #include<cstdio> typedef long long int ull; map <ull,int> m; map <ull,int>::iterator it; int main() { string str; ull n; int k=1,l,f; while(getline(cin,str)) {l=0; stringstream s(st...
[ "jayantbit1@gmail.com" ]
jayantbit1@gmail.com
c21cad9408212532421fc15c6fd11a2e304ab09b
2cd6b3d7f85a2545c21c5896fa10c361f3a77436
/Longest Palindromic Substring.cpp
8167d6adc60297a7609287554cc315e51ca97c20
[]
no_license
xmac1/leetcode-solution
d3043d2e0b99ee7e60a82026bf409f76bf49d334
481aa96809cafbc05e0e895ec3a8be2aacd4582d
refs/heads/master
2020-03-30T22:24:22.777782
2018-12-12T05:03:18
2018-12-12T05:03:18
151,665,180
0
0
null
null
null
null
UTF-8
C++
false
false
1,127
cpp
// O(n2) 算法 // 遍历字符串,以每个字符为中心检测最长的回文字符串 // 注意到两个相同字符为中心的情况 // string::substr class Solution { public: string longestPalindrome(string s) { int size = s.size(); int left, right; int maxLength = 1; int maxLeft, maxRight; maxLeft = maxRight = 0; int single = 0; int pair = 0; for (int i = 0; i ...
[ "1743164928@qq.com" ]
1743164928@qq.com
a2015872ac6054d1a509f8439842360ffe55cf3f
e429ad2481bb272c9f6173474423522f5598aa94
/include/caffe/layers/split_layer.hpp
ef4f6604032dc870696535a1d6b27bb262b80639
[]
no_license
lewisgit/caffe-fixedpoint
1b4681cd4bbe442234e0b4004f64162154aa146d
0cfb006a18f31f7d44d6ae7bdffaa4483f85acbe
refs/heads/master
2021-01-12T09:05:08.860277
2018-08-16T02:01:19
2018-08-16T02:01:19
76,762,918
6
4
null
2018-08-16T02:01:20
2016-12-18T04:39:39
C++
UTF-8
C++
false
false
1,446
hpp
#ifndef CAFFE_SPLIT_LAYER_HPP_ #define CAFFE_SPLIT_LAYER_HPP_ #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { /** * @brief Creates a "split" path in the network by copying the bottom Blob * into multiple top Blob%s to be used by mul...
[ "lewisreg@126.com" ]
lewisreg@126.com
ad31e301bd769550bbe8f4a4b5c463beddb271c5
69b3cc8e9896c3b8ac831767e5872f41d2de758c
/.history/mianshi按摩师_20200326164505.cpp
4783fb07d022a4e465b256c9d6f0da5512d83455
[]
no_license
enkilee/leetcode
c4d9c906dba590d32e13f8feca167da1b52b9372
c523cab721d51931633da0a29b162319c8569017
refs/heads/master
2023-01-08T19:33:52.309972
2020-11-16T12:34:23
2020-11-16T12:34:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
904
cpp
/* * @Author: your name * @Date: 2020-03-26 16:30:47 * @LastEditTime: 2020-03-26 16:43:56 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: \leecode\mianshi按摩师.cpp */ #include <iostream> #include <cmath> #include <vector> #include <stack> #include <map> using namespace std...
[ "luhputu0815@gmail.com" ]
luhputu0815@gmail.com
ec71ca38522328a384faf672102c3056e3b34cc7
3e2da6dcd07e7e520a35444b2f2a73cc8f9d93f0
/src/Print.cpp
e7c7286bd9d45a08db3951bc86d3fc139696c297
[]
no_license
HamzaHajeir/stm32_pio_issue
11e026a5e5e5708a3e0c077a4539778b2a14ac5e
910a5fae82ce0d0bea276744b868c6f9426b0c90
refs/heads/master
2023-02-21T07:36:42.353112
2021-01-19T19:58:30
2021-01-19T19:58:30
331,094,306
0
0
null
null
null
null
UTF-8
C++
false
false
6,445
cpp
/* MIT License Copyright (c) 2019 Phil Bowles <H48266@gmail.com> github https://github.com/philbowles/H4 blog https://8266iot.blogspot.com groups https://www.facebook.com/groups/esp8266questions/ https://www.facebook.com/H4-Esp8266-Firmware-Support-2338535503093896/ Permission i...
[ "hahajeir@gmail.com" ]
hahajeir@gmail.com
893a5e8e6c87df4441a7e267ca04e569ca8152dc
1b45e63a9242a14aa5f1d19e87050e7e46aa6579
/test/unit/CheckCastAnalysisTest.cpp
29a06074ef51784a139ec78003a5f0267c5f1490
[ "MIT" ]
permissive
disconnect3d/redex
e2d35fc3287158b4114d52610409b97682c171cf
86b7e12bc5a0eaeb6727dd3b348702f01c6306a5
refs/heads/master
2022-04-16T19:51:01.927997
2020-04-11T14:08:43
2020-04-11T14:10:19
255,344,205
0
0
MIT
2020-04-13T14:03:28
2020-04-13T14:03:27
null
UTF-8
C++
false
false
4,142
cpp
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <gtest/gtest.h> #include "CheckCastAnalysis.h" #include "IRAssembler.h" #include "RedexTest.h" struct CheckCastAnalysisT...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
f7f89c4e6c0cbbc6a46ab9a457d8538cbddcb017
6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849
/sstd_boost/sstd/boost/spirit/home/support/char_encoding/standard_wide.hpp
770963f6e632f0402bdf4c6774649d44dce6241a
[ "BSL-1.0" ]
permissive
KqSMea8/sstd_library
9e4e622e1b01bed5de7322c2682539400d13dd58
0fcb815f50d538517e70a788914da7fbbe786ce1
refs/heads/master
2020-05-03T21:07:01.650034
2019-04-01T00:10:47
2019-04-01T00:10:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,175
hpp
/*============================================================================= Copyright (c) 2001-2011 Hartmut Kaiser Copyright (c) 2001-2011 Joel de Guzman 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.tx...
[ "zhaixueqiang@hotmail.com" ]
zhaixueqiang@hotmail.com
97be6f3ad257e0da7c169a29040baa7e1ad34b84
6f57491fdcab5c9f0dedd5dd949dccad79f5783f
/Cpp_ex/C_ex/ch11/ch11 ex5.cpp
9f03712724a63890a479a20671ea4a34116c1e93
[]
no_license
frankylin1111/1081ML
1e9f07de708d8c989fed1e7dd2f313c12b3c79fb
1ee8c99516f28e07f5ecd2530800eba8104451a6
refs/heads/master
2022-01-31T09:00:11.816451
2022-01-24T02:01:24
2022-01-24T02:01:24
208,534,601
0
0
null
null
null
null
BIG5
C++
false
false
293
cpp
#include <stdio.h> #include <cstdlib> #include <cstring> /* 2018/07/21 心得 ch11 陣列 ------------------ example 5 陣列與指標 字元指標陣列 */ int main() { int i; char *p; p = "C Language"; for (i=0;i<10;i+=2) printf("%c",p[i]); printf("\n"); }
[ "poi861111@gmail.com" ]
poi861111@gmail.com
2c2778bc32c5fd04dc88204f41f94cba8a3b169e
1f5a2c45017d45a837daea81d314b8a60cbc55a8
/C++基础/C++day02/Code/03 内联函数的引出-宏函数的缺陷/03_内联函数的引出-宏函数的缺陷.cpp
7c3e479a74c1371c07e99efd9acd300639b17fb0
[]
no_license
robotchaoX/CPP-learning-code
92c815ea32b10517b85d213fe707d1e9488fa003
a4f26f1f7c7ff2d2279cf1de13ad9677bd0ea139
refs/heads/master
2022-12-16T20:33:56.151910
2020-09-14T12:57:42
2020-09-14T12:57:42
211,495,242
0
0
null
null
null
null
UTF-8
C++
false
false
1,265
cpp
#define _CRT_SECURE_NO_WARNINGS #include <iostream> using namespace std; //宏定义一个加法 #define MyAdd(x, y) x + y // 不加括号有问题((x) + (y)) void test01() { int ret = MyAdd(10, 20) * 20; //预期结果 600 ((10)+(20))*20 cout << "#define MyAdd(x, y) : " << ret << endl; } //宏定义比较算法 #define defCompare(a, b) ((a) ...
[ "948037851@qq.com" ]
948037851@qq.com
b1f35ecbd42987a0b8fc0e02d0e35a8d3374ffef
2576513184eb6a1f90e67693220701313915c6fc
/3304/italyantsev_yan/lab3/src/publisher.cpp
11ce75da2aea97093cb81b4e8073b97fa98d11db
[]
no_license
anyfilatov/ROS-course
31262710a4eead6f44e608cceb39d3f39f6db518
46bb70b942adf98ff20845fc48c1a53058fb1611
refs/heads/master
2020-04-10T16:55:20.723453
2018-12-28T11:36:11
2018-12-28T11:36:11
68,077,880
4
94
null
2019-01-29T10:57:35
2016-09-13T05:40:58
CMake
UTF-8
C++
false
false
3,200
cpp
#include <ros/ros.h> #include <geometry_msgs/Twist.h> #include <tf/transform_listener.h> #include <tf/transform_broadcaster.h> #include <std_msgs/String.h> #include <visualization_msgs/Marker.h> #include <ros/console.h> #include <string> #include <cmath> using namespace std; static string LOBOT = "LOST"; class FBo...
[ "Bedrang12@yandex.ru" ]
Bedrang12@yandex.ru
934690b3e58fb83ec43b7c3712c3f1ebd783411b
fa041d3904086a58e52a5c2ffd876ffa7679e5e0
/libole/libstructstorage.cpp
b07d78e9d0517650c7a1a259be124776b0fd80f1
[]
no_license
Lyarvo4ka/RecoveryProjects
b56fffe64f63b17943a37f6db68b5b5d57651b47
7bb9e68924d7397041dd2a3f15e63273e43e2b58
refs/heads/master
2021-06-25T15:49:14.350896
2021-02-17T13:28:48
2021-02-17T13:28:48
199,153,605
0
0
null
null
null
null
UTF-8
C++
false
false
8,506
cpp
// libstructstorage.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" #include "ole/libstructstorage.h" #include <boost/filesystem.hpp> std::string getTimeFromFileTime(const FILETIME & file_time) { SYSTEMTIME st = { 0 }; std::string time_nane = ""; if (::FileTimeToSystemTime(&f...
[ "Lyarvo4ka@gmail.com" ]
Lyarvo4ka@gmail.com
cb3b95a312a60dd56b500ea6cf657838b110442b
ec5dfa5e311e54e424dd423395dc5061bb759248
/CppNet/CppNet/CppNet/System/Random.cpp
62d5ee529241ec8c508c1d3435ad8883b10ac1bb
[ "MIT" ]
permissive
kmc7468/CppNet
348f7a7b2cda6d0f5d7fd4efb9ae2d5d02f7ee0b
c809bff2a41e3bc5320ce7c9883895d75b60eec9
refs/heads/master
2021-10-19T23:01:12.645005
2019-02-24T15:19:13
2019-02-24T15:19:13
67,591,680
12
3
null
null
null
null
UTF-8
C++
false
false
4,002
cpp
#include "Random.h" namespace CppNet { namespace System { Random::Random(RandomType type) { this->type = type; seed = std::random_device()(); } Random::Random(RandomType type, UInt32 seed) { this->type = type; this->seed = seed; } Random::Random(Random &&sNewRandom) { type = sNewRand...
[ "kmc7468@naver.com" ]
kmc7468@naver.com
50ad6984eac4ac17132b8f0f405d887b047cb69a
21794b65df26406be2ed6f26f0a3912b4e2bd1a4
/Lab Teacher Worapan/fixed period in a video.cpp
293c59a4155e5a69e0cbf0689bd50d9fdad5caae
[]
no_license
SunatP/ITCS381_Multimedia
d0f196caed36f083f082a441dda21a6fa9e5c6e4
3d1a894ced595d2ac3b0c43630f4dea528a7890e
refs/heads/master
2023-05-11T15:21:21.167480
2021-01-06T06:10:00
2021-01-06T06:10:00
166,171,758
0
1
null
2023-05-01T20:15:33
2019-01-17T06:21:10
Jupyter Notebook
UTF-8
C++
false
false
1,187
cpp
#include<stdio.h> #include<opencv2/core/core.hpp> #include"opencv2/opencv.hpp" #include<opencv2/highgui/highgui.hpp> #include<opencv2/videoio/videoio.hpp> #include<iostream> using namespace std; using namespace cv; int main() { time_t start, end; VideoCapture cap("./20.avi"); if (!cap.isOpened()) { cout << "Er...
[ "31818562+SunatP@users.noreply.github.com" ]
31818562+SunatP@users.noreply.github.com
34fcb4ca18f6b0a18cadd27cde3297177c0d3c23
1352c11eea6a4c7be56b8d35d2049d028811d3c0
/ch2/ex2_2.cc
d489b9112df44d43517c26aa0a1ac3649d7f9470
[]
no_license
jzhng/aoapc-ii
65da7db4823671d9f1da911a357bf5972f45f64b
36bbb94b56e2e6415ccf787852c6c6c5d56955de
refs/heads/master
2022-07-03T01:29:27.437929
2022-06-16T06:17:17
2022-06-16T09:43:48
40,427,772
0
0
null
null
null
null
UTF-8
C++
false
false
550
cc
#include <stdio.h> int main() { int a, b, c; int num = 0, count = -1; FILE *fin, *fout; fin = stdin; fout = stdout; while (fscanf(fin, "%d%d%d", &a, &b, &c) == 3) { num = c; count++; while (num < 10) num += 7; while (num <= 100) { if ((num % 3 == a) && (num % 5 == b))...
[ "jz.zhangjin@gmail.com" ]
jz.zhangjin@gmail.com
2dc3fa9b024861245c5630193b8fc9429c54762e
3edd3da6213c96cf342dc842e8b43fe2358c960d
/abc/abc256/a/main.cpp
e6c27183359fb49d05f767629d90d150b3c7731e
[]
no_license
tic40/atcoder
7c5d12cc147741d90a1f5f52ceddd708b103bace
3c8ff68fe73e101baa2aff955bed077cae893e52
refs/heads/main
2023-08-30T20:10:32.191136
2023-08-30T00:58:07
2023-08-30T00:58:07
179,283,303
0
0
null
null
null
null
UTF-8
C++
false
false
185
cpp
#include <bits/stdc++.h> using namespace std; #define REP(i,n) for(int i=0;i<(n);i++) int main() { int n; cin >> n; ll x = 1; REP(i,n) x *= 2; cout << x << endl; return 0; }
[ "ccpzjoh@gmail.com" ]
ccpzjoh@gmail.com
3e5dc7e887790ef720818b6ec8a01e7faef7d655
0dd5e1f1ecf11327b86e9595216d830d3ab405df
/BAK/node_vt.cpp
8335dd11be8dcb49ae8c8b6a4cb229f385fafb68
[]
no_license
qinyubo/mt_practice
e6e36f927f6a9371e65f1494e61f37b881b9f781
71a20cf4687a852e14dc2da57bec7989ffb315ca
refs/heads/master
2021-08-29T19:42:05.873492
2017-12-14T20:09:35
2017-12-14T20:09:35
113,508,899
0
0
null
null
null
null
UTF-8
C++
false
false
11,278
cpp
#include <iostream> #include "mpi.h" #include <pthread.h> #include <unistd.h> //sleep function in Linux #include <cstdlib> //#include <list.h> #include <queue> #include <errno.h> using namespace std; #define MAXTHRDS 3 #define TASK_NUM 4 #define TASK_BUDGET 10 pthread_t callThd[MAXTHRDS]; pthread_mutex_t mutex, mute...
[ "qybo123@gmail.com" ]
qybo123@gmail.com
aa8d6581888ce2fa3a74d6827a958e9a0051eb8f
1c2aeace325d44225843b186dd438aa2a6bde266
/EQ_partition.cpp
1cbcb592d6c1f3fe13034179a101977ffc2d306e
[]
no_license
chhf129/EQSP
d57ef030ec492b73b6c2ca813d9f599015d691e6
4137692d26756c09646d0e3d71c7f1b5e8af3da5
refs/heads/master
2020-03-07T08:37:46.749027
2018-04-04T11:57:53
2018-04-04T11:57:53
127,384,124
0
0
null
null
null
null
UTF-8
C++
false
false
2,850
cpp
#include "EQSP.h" Mat EQSP::eq_point_set_polar(int dim, int n){ return eq_point_set_polar(dim,n,false, 0); } Mat EQSP::eq_point_set_polar(int dim, int n, bool use_offset, double offset){ if (dim<1 || dim>3 || n < 1){ cout << "1<=dim<=3,n>=1" << endl; } Mat points_s; if (n == 1){ points_s = Mat::zeros(dim, ...
[ "hxc334@case.edu" ]
hxc334@case.edu
4e1a88f3a79466e055c78b4af6c8e604c5596865
c15e07ae1816be18935951d2c60a65fb6e4d1f5c
/Lap3/Bai3_Lab3/Bai3_Lab3/BALL.cpp
ef8b27b5ac56db76f88bb39e431cf22582615a28
[]
no_license
TuocThieu/dhmt
756e6b28d0af6533f6362978f041f316c302d33a
f33569e581e8ff59adb7aad935b5bfff23944120
refs/heads/master
2022-01-07T14:19:20.392595
2019-06-20T15:31:36
2019-06-20T15:31:36
192,944,566
0
0
null
null
null
null
UTF-8
C++
false
false
417
cpp
#include "stdafx.h" #include "BALL.h" void ballInit(BALL * ball, int x, int y) { ball->x = x; ball->y = y; ball->vx = velocity(); /* phát sinh ngẫu nhiên vector chuyển động */ ball->vy = velocity(); } void ballDraw(BALL * ball) { rectDraw(ball->x, ball->y, BALL_SIZE, BALL_SIZE, CR_WHITE); } void ballUpdate(...
[ "phamthanhmai0809@gmail.com" ]
phamthanhmai0809@gmail.com
9e5e5aaac9362e289b193eb475b29e2791dfd270
85cce50c27d7bbd6d098ec0af7b5ec712ad6abd8
/CodeChef/C++/CodeChef_BestBats.cpp
08fa744cfc032fd41ea5abc5dbc1937cf773d300
[]
no_license
saikiran03/competitive
69648adcf783183a6767caf6db2f63aa5be4aa25
c65e583c46cf14e232fdb5126db1492f958ba267
refs/heads/master
2020-04-06T07:04:06.577311
2016-10-05T08:28:19
2016-10-05T08:28:19
53,259,126
0
0
null
null
null
null
UTF-8
C++
false
false
717
cpp
#include <iostream> #include <string> #include <algorithm> #include <vector> using namespace std; long long int ncr(int n, int r) { long long int res = 1; int a, b; if(r>n-r){ a = n-r; b = r; } else{ a = r; b = n-r; } for(int i=n; i>b; i--) res*=i; for(int i=a; i>0; i--) res/=i; return res; } ...
[ "kiransai3284462@gmail.com" ]
kiransai3284462@gmail.com
4a979c44b48134d9b01a65dab49f7d7209a31d19
055023b1ff9fde2ec4894b4022e545a0a411f8a0
/Lec-5 Greedy/CoinChange.cpp
5e095829887806c09875e2b8c78b2036e07c3bac
[]
no_license
saniyat-hydra007/Data-Structure-Algorithm-II-Lab-Codes
6fda7b256af99039198f35701d0531a6fc9232fb
0a77f223abdfe0cd06a337dcade72299acb02d8e
refs/heads/main
2023-06-01T18:51:27.742112
2021-06-19T09:31:38
2021-06-19T09:31:38
343,026,285
0
0
null
null
null
null
UTF-8
C++
false
false
1,733
cpp
/** * @Author: Saniyat Mushrat Lamim * @Date: 28-Mar-2021 * @Email: robertarmstrong096@gmail.com * @Filename: CoinChange.cpp * @Last modified by: Saniyat Mushrat Lamim * @Last modified time: 04-Apr-2021 */ #include "bits/stdc++.h" using namespace std; #define el "\n" #define F first #define S second #de...
[ "70531660+saniyat-hydra007@users.noreply.github.com" ]
70531660+saniyat-hydra007@users.noreply.github.com
ae95d5e0440062d13ca656f978a5483f6642b84a
dd6d8d3a66a8a9901b533bc9f4ed97194a9830e7
/Shooter.cpp
31ff01ed848a986455cae27276c393103761ea82
[]
no_license
Techbrick/Test_Tank_Drive
8cc3f1497b5bafe65eb15c70fa971d6a22384127
80b10cde60b1cd35de9ea199d7ee1ff7d3de35f9
refs/heads/master
2016-08-12T11:27:52.393681
2016-02-04T00:25:23
2016-02-04T00:25:23
49,994,668
0
3
null
2016-01-20T01:56:02
2016-01-20T01:09:26
C++
UTF-8
C++
false
false
201
cpp
#include "Shooter.h" Shooter::Shooter(uint32_t leftTalon, uint32_t rightTalon) : left(leftTalon), right(rightTalon) {} void Shooter::setSpeed(float speed) { left.Set(speed); right.Set(speed); }
[ "Numeri@users.noreply.github.com" ]
Numeri@users.noreply.github.com
2c928b562c33a745baf05a3f5db4883050978ea4
1a086a86102434f2f7b437043fe64b6c1012962c
/lex_parse/FLOPPY_parser.h
fcd6180f717d8b9d1ed0ce7b96843465dd2091c8
[]
no_license
apraturu/468
b2f04b57f349d24313a532bee5a92d3f6471b87a
3ab6f87c9381720f723fcbd9b6da659c8e09b68c
refs/heads/master
2021-01-18T21:12:48.341269
2016-06-08T18:13:50
2016-06-08T18:13:50
55,921,068
0
1
null
null
null
null
UTF-8
C++
false
false
5,120
h
/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t...
[ "jthomasarchives@gmail.com" ]
jthomasarchives@gmail.com
d0221aedcfd30764c0511ffdd7146e13fddfae62
1f78176b62c0dfa065d139820aa00bdba6ac1cae
/engine_template/SceneObject.hpp
147e242d14454c8a062f14051a4311ca3b0c8d9c
[ "MIT" ]
permissive
grant-h/gfx
faf4b44a05f14f6c9281fbe61c6362cbf6d76988
1ae200350f019fec23dfd7c17fdae74a2e587a57
refs/heads/master
2021-06-28T01:33:30.112817
2020-09-29T08:12:27
2020-09-29T08:12:27
150,923,093
2
0
null
null
null
null
UTF-8
C++
false
false
1,750
hpp
#ifndef _SCENE_OBJECT_HPP #define _SCENE_OBJECT_HPP #include <glm/glm.hpp> #include <memory> #include <string> #include <vector> class CameraObject; class SceneRenderer; class SceneObject: public std::enable_shared_from_this<SceneObject> { public: SceneObject(const char * name); virtual ~SceneObject(); ...
[ "grant.h.hernandez@gmail.com" ]
grant.h.hernandez@gmail.com
70c85a2b828e30cc6b7a81e3509a8051a1ac4964
dd6c70ba403c80610f5a78a3492f367388102505
/src/long/aug16/chefrrun.cpp
99494b349b50f670be59ec0c836f7582b4eb362f
[ "MIT" ]
permissive
paramsingh/cp
80e13abe4dddb2ea1517a6423a7426c452a59be2
126ac919e7ccef78c4571cfc104be21da4a1e954
refs/heads/master
2023-04-11T05:20:47.473163
2023-03-23T20:20:58
2023-03-23T20:21:05
27,965,608
16
6
null
2017-03-21T03:10:03
2014-12-13T16:01:19
C++
UTF-8
C++
false
false
788
cpp
#include <bits/stdc++.h> using namespace std; int done[100100]; int depth[100100]; int a[100100]; int n; int cmp; int ans; void dfs(int u, int d) { done[u] = cmp; depth[u] = d; int nxt = (u + a[u] + 1) % n; if (done[nxt] == 0) dfs(nxt, d + 1); else if (done[nxt] != cmp) return; ...
[ "paramsingh258@gmail.com" ]
paramsingh258@gmail.com
19f766c38d6b182c4fe2f6ed70328f1da788a677
24968782d8ef049c146999ed55ed9e5e3d8e1803
/Laba_6(2)_OP.cpp
af001d4743ced0521e77ef8392f236d5a0fff2d0
[]
no_license
jprorokova/Laba_6-2-
5f8ec1610469a15baaee29972cf218a1944258a8
26d4224625f92c03e2969b6a17e002f109eaa50e
refs/heads/master
2022-10-09T12:52:50.709055
2020-06-08T20:41:46
2020-06-08T20:41:46
269,790,621
0
0
null
null
null
null
UTF-8
C++
false
false
164
cpp
#include <cstdio> #include <cstdlib> #include <ctime> #include <random> #include <iostream> int main() { srand(time(0)); std::cout << "Hello World!\n"; }
[ "j.prorokova@gmail.com" ]
j.prorokova@gmail.com
37ca49693f8e74e3b9f82ef5dacc07ae1a9b848d
d0fb46aecc3b69983e7f6244331a81dff42d9595
/live/include/alibabacloud/live/model/InitializeAutoShowListTaskRequest.h
17011b9d09f282c4f5319549303d1ed0954d8f25
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
2,048
h
/* * Copyright 2009-2017 Alibaba Cloud 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 by...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
345891fbe4936088a36cfd1ac285cb2d7f8f957d
51b2be0a9a2eb58dd1940bc148caaf041948dedb
/ScreenGif/src/ScreenGif/WellcomPage.h
9e5fe1820d2c38db55c940f71e86a0b8ee5538cd
[ "MIT" ]
permissive
wenii/ScreenGif
3f49d42e1bf72bfde2a1fa9c803f211fea1f961e
3c8b62b93e59fcf1d17879055c0e1eabf335acf3
refs/heads/master
2021-01-21T12:59:50.336326
2018-01-27T09:36:48
2018-01-27T09:36:48
55,071,507
2
2
null
null
null
null
GB18030
C++
false
false
498
h
#pragma once #include "afxcmn.h" // CWellcomPage 对话框 class CWellcomPage : public CDialog { DECLARE_DYNAMIC(CWellcomPage) public: CWellcomPage(CWnd* pParent = NULL); // 标准构造函数 virtual ~CWellcomPage(); // 对话框数据 enum { IDD = IDD_DIALOG_WELLCOM }; protected: virtual void DoDataExchange(CDataExchange* pDX); /...
[ "727420175@qq.com" ]
727420175@qq.com
c31327e12cb4449610e48a0320430e1b221343f2
0a7c429c78853d865ff19f2a75f26690b8e61b9c
/Experimental/Showtime/ShowtimeDelegate/Viewer.cpp
ca983e56c6f7056dff1aa2394a2e0d99e3e059b5
[]
no_license
perryiv/cadkit
2a896c569b1b66ea995000773f3e392c0936c5c0
723db8ac4802dd8d83ca23f058b3e8ba9e603f1a
refs/heads/master
2020-04-06T07:43:30.169164
2018-11-13T03:58:57
2018-11-13T03:58:57
157,283,008
2
2
null
null
null
null
UTF-8
C++
false
false
22,106
cpp
/////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2008, Perry L Miller IV // All rights reserved. // BSD License: http://www.opensource.org/licenses/bsd-license.html // /////////////////////////////////////////////////////////////////////////////// ////////////////...
[ "pep4@73d323f7-f32a-0410-a0ec-c7cf9bc3a937" ]
pep4@73d323f7-f32a-0410-a0ec-c7cf9bc3a937
be5b20226af3664185cedb43e44f205e7dea3393
73315286bb22c860bd920c435ecce3df8736f4d2
/Source/VaRest/Private/VaRest.cpp
793b49868e1cbd2368992914978c2522051a2dbe
[ "MIT" ]
permissive
Phrensoua/VaRest
1560fb386af8eb13d6af92bb0f9d1783302ef135
12ac4e35476017edce581493bea7f044b0f293f9
refs/heads/develop
2020-07-27T10:34:08.666678
2020-04-06T18:08:22
2020-04-06T18:08:22
209,060,744
0
0
MIT
2020-04-06T18:08:23
2019-09-17T13:24:44
null
UTF-8
C++
false
false
1,347
cpp
// Copyright 2014-2019 Vladimir Alyamkin. All Rights Reserved. #include "VaRest.h" #include "VaRestDefines.h" #include "VaRestSettings.h" #include "Developer/Settings/Public/ISettingsModule.h" #define LOCTEXT_NAMESPACE "FVaRestModule" void FVaRestModule::StartupModule() { ModuleSettings = NewObject<UVaRestSetting...
[ "ufna@ufna.ru" ]
ufna@ufna.ru
aaa2f4f597710de32cc59a06b7e162851a2b83b8
42ac42236f68e1c4c736ea5a42ca7e9b7f7e37c8
/XGame/XSrc/XPatcher/XGamePatcher/GeneratedFiles/qrc_xgamepatcher.cpp
ed461388daca0eb0c0910b4bc662526c741e28b6
[]
no_license
FireLeaf/XGame
c711718dae5a57c7ff17ddf0291c0c7f05c7fb72
863f441b93d8fa13fb679df4e3bbe1382f5361e0
refs/heads/master
2021-04-09T16:48:50.214417
2016-02-03T07:54:46
2016-02-03T07:54:46
20,708,715
1
0
null
null
null
null
UTF-8
C++
false
false
671
cpp
/**************************************************************************** ** Resource object code ** ** Created by: The Resource Compiler for Qt version 4.8.6 ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include <QtCore/q...
[ "ycqfsly@163.com" ]
ycqfsly@163.com
abd26980f30df6a38e4008157d1a0490546fa7ff
aa88744f1d8723da6d34472d6dbe941c730aae26
/Plugins/Wwise/ThirdParty/include/AK/SoundEngine/Common/AkDynamicSequence.h
28a3952c1602d1c854f42765c6fb9882f15def3a
[ "Apache-2.0" ]
permissive
Volvary/ChessGame
65771ef554e93c7762dde3f4d0c85108f7aa05da
5a20d0ef03518f7d17a4f04290c5bf1d5f95cb4f
refs/heads/master
2020-04-30T03:20:30.040654
2019-05-20T17:45:13
2019-05-20T17:45:13
176,584,057
2
0
null
null
null
null
UTF-8
C++
false
false
10,168
h
/******************************************************************************* The content of this file includes portions of the AUDIOKINETIC Wwise Technology released in source code form as part of the SDK installer package. Commercial License Usage Licensees holding valid commercial licenses to the AUDIOKINETIC W...
[ "percivalaugust@gmail.com" ]
percivalaugust@gmail.com
7b828c6182bc0936656fcadc6428efef0cf9211d
a406fc3652519a92b135fdaf5d461a87200f9705
/TouchGFX/target/generated/TouchGFXGeneratedHAL.cpp
cbab19fe32478554dfd5378b347f6f1fcd559f62
[]
no_license
ThanhTrungqn/level
9edb5f9e93c13dc6469be648dd26720b63e6dd57
2dfe54faffbc52355a0b59ca394dcdd3842e0156
refs/heads/master
2021-01-03T06:37:26.156383
2020-03-05T14:45:24
2020-03-05T14:45:24
239,963,293
1
0
null
null
null
null
UTF-8
C++
false
false
4,666
cpp
/** ****************************************************************************** * File Name : TouchGFXGeneratedHAL.cpp ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics. * All rights reserved...
[ "thanhtrungqn93@gmail.com" ]
thanhtrungqn93@gmail.com
ac0efcdff0bddc9150f24e9c898ca1e241a237e3
45ac6a3e22f3258b051b9519aaedede0d955b1ff
/AmongUs/source/player.cpp
25bbe266c07ea2f88cb6d532b4efe7e124caea51
[]
no_license
meghna-mishra/AmongUs
44571d8a2290eb9a45b2d98f0ca18afcd295225f
cfff8f25295637044f4fc6b76175c5095e085cf0
refs/heads/main
2023-05-08T13:45:33.135516
2021-05-27T06:30:43
2021-05-27T06:30:43
371,266,229
1
0
null
null
null
null
UTF-8
C++
false
false
1,923
cpp
#include "player.h" #include "main.h" Player::Player(float x, float y, color_t color) { this->position = glm::vec3(x, y, 0); this->rotation = 0; speed = 1; static const GLfloat vertex_buffer_data[5][18] = { {0.15, -0.15, 0, 0.35, -0.15, 0, 0.35, -0.35, 0, 0.15, -0.15, ...
[ "meghna.mishra@research.iiit.ac.in" ]
meghna.mishra@research.iiit.ac.in
4b3e5d4b9279af0d739fee89bdb7a7a112aded36
5bfcd0c40509ed4f4251e5d286aa010e0a04243f
/3rdParty/Raknet/include/EmailSender.cpp
50ade1343b92e56266fd4196967b763305c2fb86
[]
no_license
CedricGuillemet/theRush
28b912d8c90f8c7b67c7c0c3e55512ab9bb7df0c
bf1a85200f236d8eff672fb701b213a4ea24424c
refs/heads/master
2021-09-06T09:07:56.188895
2018-02-04T19:06:26
2018-02-04T19:06:26
120,213,513
2
1
null
null
null
null
UTF-8
C++
false
false
10,924
cpp
#include "NativeFeatureIncludes.h" #if _RAKNET_SUPPORT_EmailSender==1 // Useful sites // http://www.faqs.org\rfcs\rfc2821.html // http://www2.rad.com\networks/1995/mime/examples.htm #include "EmailSender.h" #include "TCPInterface.h" #include "GetTime.h" #include "Rand.h" #include "FileList.h" #include "BitStream.h" #...
[ "cedric.guillemet@gmail.com" ]
cedric.guillemet@gmail.com
d6c05c5570e54c7a1ef28c50b5f1d1ce16352d51
e991bcfb47226ecb9e843137b366dbeec367ae50
/chrome/browser/chromeos/crosapi/test_mojo_connection_manager_unittest.cc
a346ba42701ab321d702324dcca205530e363056
[ "BSD-3-Clause" ]
permissive
hdwdsj/chromium-1
61d4756c7eb0d82a7eac454c549eb5703fcd42c7
67e55c4d99283c8ce4f626ac450007f6ecdc4128
refs/heads/master
2023-01-03T22:13:22.189772
2020-10-27T02:59:16
2020-10-27T02:59:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,513
cc
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/crosapi/test_mojo_connection_manager.h" #include <fcntl.h> #include "base/bind.h" #include "base/command_line.h" #incl...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
b2307f29e7f4adf388b126146179dc12418a9a2c
8567438779e6af0754620a25d379c348e4cd5a5d
/gpu/command_buffer/tests/gl_unittest.cc
cd9373e2ce00666ee6f1c3b5d7320f9998c45df5
[ "BSD-3-Clause" ]
permissive
thngkaiyuan/chromium
c389ac4b50ccba28ee077cbf6115c41b547955ae
dab56a4a71f87f64ecc0044e97b4a8f247787a68
refs/heads/master
2022-11-10T02:50:29.326119
2017-04-08T12:28:57
2017-04-08T12:28:57
84,073,924
0
1
BSD-3-Clause
2022-10-25T19:47:15
2017-03-06T13:04:15
null
UTF-8
C++
false
false
5,136
cc
// 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. #include <GLES2/gl2.h> #include <GLES2/gl2ext.h> #include <stdint.h> #include <memory> #include "gpu/command_buffer/service/feature_info.h" #include "gp...
[ "hedonist.ky@gmail.com" ]
hedonist.ky@gmail.com
980414866d02beae6dc9f3b04e7cf86b3e0da376
87d6f902fedf4437d73606094815d4738295a700
/L1-Ejercicios/Ejercicio20-Switch/switch.cpp
0c1e13f7f00a542ccfae00f8ac1990823f7fb845
[ "MIT" ]
permissive
thaniay/cpp
8269e8aeb22f1f245e22e34bc7a4b78d33241d52
6fda71364d68340884be12ba6d8b5d746e206acb
refs/heads/master
2022-12-23T00:51:19.605110
2020-10-05T03:04:32
2020-10-05T03:04:32
276,259,289
0
0
null
null
null
null
UTF-8
C++
false
false
543
cpp
#include <iostream> using namespace std; int main(int argc, char const *argv[]) { int opcion; cout << "Ingrese una opcion:"; cin>> opcion; switch (opcion) { case 1: { cout <<"Escogistes 1" << endl; cout <<"Segunda linea opcion 1" << endl; break; } case 2: ...
[ "yorelyyanezguevara@gmail.com" ]
yorelyyanezguevara@gmail.com
a2a26d4422d6c08f5d8052900d7b738afee780fa
8567438779e6af0754620a25d379c348e4cd5a5d
/components/sessions/core/session_service_commands.cc
d066372deaa837d96429fe52a5c52c4d523599aa
[ "BSD-3-Clause" ]
permissive
thngkaiyuan/chromium
c389ac4b50ccba28ee077cbf6115c41b547955ae
dab56a4a71f87f64ecc0044e97b4a8f247787a68
refs/heads/master
2022-11-10T02:50:29.326119
2017-04-08T12:28:57
2017-04-08T12:28:57
84,073,924
0
1
BSD-3-Clause
2022-10-25T19:47:15
2017-03-06T13:04:15
null
UTF-8
C++
false
false
33,548
cc
// 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. #include "components/sessions/core/session_service_commands.h" #include <stdint.h> #include <string.h> #include <utility> #include <vector> #include "b...
[ "hedonist.ky@gmail.com" ]
hedonist.ky@gmail.com
e1a08a7b706463bc9dd2865027e05940b0e88fb4
1df8839f8d5310b8e6f2e6d5c21e883193b1a33d
/SphHarEvol.1.1/SphHarEvolRing.1.4.cpp
90081462b22885efe1cf49a3cab108c4988bde75
[]
no_license
evelynshank/paperclip_nouveau
12f094c002681dfee678b4631d667b58bb7c25ec
3ebd177e40f03e67415bed7ca744dc302920f10b
refs/heads/master
2022-09-16T00:35:57.271117
2020-06-01T19:27:01
2020-06-01T19:27:01
268,607,625
0
0
null
null
null
null
UTF-8
C++
false
false
15,942
cpp
// Written by: Suren Gourapura // Date: 10/28/17 // Goal: The goal is to take a given theta angle and spread in theta to evolve an antenna using spherical harmonics that best satisfies it. // Additionally, the user defines the number of spherical harmonics used #include <iostream> #include <string> #include <math....
[ "evelyn.shank@protonmail.com" ]
evelyn.shank@protonmail.com
8ffe68351b121050d725b3566d46e257a2927ede
2442bf3f201bf7e2ce000640c0523546f4c1219e
/Solutions/Rotate List/main.cpp
33b313dd80d436eb44767a97fd1c7751228a51c6
[ "MIT" ]
permissive
Crayzero/LeetCodeProgramming
aeefd2cf00705334d031b35a2b98f4ddef44730d
b10ebe22c0de1501722f0f5c934c0c1902a26789
refs/heads/master
2021-01-17T15:12:40.116004
2015-06-17T12:27:57
2015-06-17T12:27:57
33,850,297
1
0
null
null
null
null
UTF-8
C++
false
false
1,213
cpp
#include <iostream> using namespace std; struct ListNode { int val; ListNode *next; ListNode(int x): val(x), next(NULL) {} }; class Solution { public: ListNode *rotateRight(ListNode *head, int k) { if (head == NULL) { return NULL; } ListNode *p = head; ListN...
[ "chen154556138@163.com" ]
chen154556138@163.com
e19c9fe3713244ea964c19b434a470a3c8304766
4c38590326080dedf2105fd337f303dbfef78b42
/tmp.cpp
f789515b225abb838429b5fb63aef127abc92fe5
[]
no_license
hubert-he/codes
1a06cfe7a1e4dc324846f2abc97d5c9f641084ef
b067b47006e4c16bb2ea5381b840b285d6c1cd8a
refs/heads/master
2021-01-13T01:40:20.290289
2015-08-26T23:50:49
2015-08-26T23:50:49
40,354,457
0
0
null
null
null
null
GB18030
C++
false
false
1,395
cpp
/******************************************************************* * Copyright (C) Jerry Jiang * * File Name : swap.cpp * Author : Jerry Jiang * Create Time : 2012-3-24 4:19:31 * Mail : jbiaojerry@gmail.com * Blog : http://blog.csdn.net/jerryjbiao * * Descr...
[ "a17674@126.com" ]
a17674@126.com
560b81fe5c659add526ff9ff84fbebdb12b37e5b
9bc1d3164daeef5727418b5c7d2d3693dbaf5816
/04/ex03/Character.hpp
1a9cb2b9c3580da60525fdf565c208d3c4022130
[]
no_license
l-yohai/CPP_Modules
719e24b92a69d88e8dd7b160770c489189ececbe
afd040814084b87169260c27700081320b2b2abc
refs/heads/master
2022-12-24T19:17:06.304446
2020-10-02T16:22:16
2020-10-02T16:22:16
284,696,561
1
0
null
null
null
null
UTF-8
C++
false
false
1,411
hpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Character.hpp :+: :+: :+: ...
[ "yohan9612@naver.com" ]
yohan9612@naver.com
e7fbfd631c57c8151c1d4e89ee4169a8ffdb1b19
f88ee3877e76725d9a963ca88f3ec1708d9569f8
/module01/cmdargs/src/main.cpp
f5a470ac6514af8a99322102d97ee4a175262d9d
[]
no_license
djtorel/learning-cpp-safaribooks
79ba95686ef8927226ac4c4563c8c991beab4cd0
69284341b53bf25730888b0d2018f0d489d955e7
refs/heads/master
2021-01-01T20:22:11.068464
2017-08-01T02:39:00
2017-08-01T02:39:00
98,824,653
0
0
null
null
null
null
UTF-8
C++
false
false
349
cpp
// main.cpp #include <iostream> int main(int argc, char* argv[]) { if (argc < 6) { std::cerr << "Invalid number of arugments - at least 5 required" << std::endl; return 1; } std::cout << "Total arguments: " << argc << std::endl; for (int i{0}; i < argc; i++) { std::cout << "arg[" << i << "] = " <...
[ "dtorruellas@gmail.com" ]
dtorruellas@gmail.com