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
9376cb8fcbfc15eb70e9092008afff3a2e921e97
aecef693df48abb893627f4762f8f46a83040787
/2015/CS1410/assignment 2 - connect-n-game/CS1410Assignment2/ConnectNGame.hpp
8341614f3cfe78db77171cbd0b1a950825c63c65
[]
no_license
adamtew/USU
6f269ec6d28b81eb1f64370dc57e57a8da6e7f19
b4cc88c996f2841ee3776405f1d606b2bd1a1b4e
refs/heads/master
2021-01-21T05:59:07.492786
2017-09-24T06:40:55
2017-09-24T06:40:55
28,891,531
2
0
null
2016-01-25T04:59:30
2015-01-07T01:06:26
C++
UTF-8
C++
false
false
770
hpp
#ifndef CONNECTNGAME_HPP #define CONNECTNGAME_HPP #include <iostream> using namespace std; class ConnectNGame { public: ConnectNGame(int); ~ConnectNGame(); void play(); private: struct Position{ int row; int col; char team; }; void displayGameBoard(); Position playerMove(); Position computerMove(); bo...
[ "adamjtew@gmail.com" ]
adamjtew@gmail.com
7b20725da3829672e655c5b817d2e2e673a42c7f
f4d4623da782672a0fc506a64a9e4848af58cd3a
/util.h
c69e2dabba408213b7b341ad15f84c79558b1749
[]
no_license
goldstar111/jemalloc-experiments
b1d84871f0190dd660ef771619afb09c85618075
23f253a750464782b1a7935b4f569093b2bc2d13
refs/heads/master
2021-08-15T18:22:47.150139
2017-11-17T21:31:13
2017-11-18T00:10:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
807
h
#include <cstdint> namespace util { inline void compilerBarrier() { asm volatile("" : : : "memory"); } inline std::uint64_t rdtsc() noexcept { std::uint32_t lo, hi; asm volatile("rdtsc" : "=a"(lo), "=d"(hi)); return ((uint64_t)lo) | ((uint64_t)hi << 32); } // begin and end must be a multiple of 64. inline v...
[ "davidgoldblatt@fb.com" ]
davidgoldblatt@fb.com
23c833e7885b3a3692223bc0e6db471ade897a13
2dc20374263c6ef7848125ad7c03a6eb19be4e43
/Debug/CEllipse.h
aa339499a504bbaeabab2663b5ac7341489815a8
[]
no_license
parkjunsoo13/painbrush-c-
44b9afdca5312c717dac4882e8b739a410d2d0f5
4a42f578aa298a53ad7064497f324ff72f13b72e
refs/heads/master
2022-04-19T19:11:52.570354
2020-04-18T09:18:04
2020-04-18T09:18:04
256,712,714
0
0
null
null
null
null
UHC
C++
false
false
189
h
#pragma once class View; class CEllipse : public Figure { // 원의 정보를 담고있는 클래스 public: CEllipse(int S_x, int S_y, int E_x, int E_y, View *v); virtual void Draw(); };
[ "qkrwnstn13@naver.com" ]
qkrwnstn13@naver.com
39ed0d8b23586eed138f8c53c4b2de24eb360ac8
e7aae9ba75b7ec635343119db681d1b634032315
/external/boost/include/boost/regex/v4/regex_replace.hpp
513810bd0e197c0baaf846ffece17a4e0f0babe4
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
fortressforever/fortressforever
2a4a808e83a7a8ce3fc1d0b3de9a6bb5cbbf5a30
ede19aa5edef95ffecf8c7964861137fde00e6b8
refs/heads/beta
2023-05-25T00:56:19.285863
2023-05-22T08:35:09
2023-05-22T08:44:23
25,147,931
102
30
NOASSERTION
2023-05-22T08:44:25
2014-10-13T07:21:19
C++
UTF-8
C++
false
false
3,677
hpp
/* * * Copyright (c) 1998-2002 * John Maddock * * Use, modification and distribution are subject to 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) * */ /* * LOCATION: see http://www.boost.org for most r...
[ "olah@d5e3c355-140c-0410-b1fe-a40c9a77c12c" ]
olah@d5e3c355-140c-0410-b1fe-a40c9a77c12c
a82e015b7be1e334c21abaf40728860ae492fd7e
c81a8ae5a92af08f5869d486e134d0e6e346ad3c
/examples/timer/TimerTest.h
7ffcd361f0b14be17a119c09652f3ea9daabf4f6
[]
no_license
ZhouDaxia929/My_TCP_Server
413b7765e3517b0c521843fdeb4ccd5e48816d29
d1879ff65ed3b87fbec24c1e9bb5330807f3c56a
refs/heads/master
2020-09-19T16:37:49.833494
2019-11-30T14:59:31
2019-11-30T14:59:31
224,245,957
3
0
null
null
null
null
UTF-8
C++
false
false
448
h
#ifndef MTS_DEMO_TIMERTEST #define MTS_DEMO_TIMERTEST #include <iostream> using namespace std; class TimerTest{ public: static void callback1(){ cout << "callback 1 test" << endl; } static void callback2(){ cout << "callback 2 test" << endl; } static void callback3(){ co...
[ "zhoudongxu929@outlook.com" ]
zhoudongxu929@outlook.com
84fe7a62a0aab2ca22615df6f4feb2270cfc7aa1
b4408b0f5a77250dbda7db6958ae05cc84e4c293
/CRT code/C_4-15_matolia/12-3.cpp
5a6537b5a2816d718eb1196f9709b2ca8470f88b
[]
no_license
sakshamtaneja21/JU-notes
3b61a222c5264cbfe470d06d3158188438c7c2ff
74eb5f12979b5ffde8b7e85f661217a641acda98
refs/heads/master
2022-12-21T16:03:18.780927
2020-09-24T06:24:56
2020-09-24T06:24:56
287,213,254
1
1
null
2020-08-13T08:01:25
2020-08-13T07:38:25
HTML
UTF-8
C++
false
false
522
cpp
#include<iostream> using namespace std; class A { protected: int x; public: void getx() { cout<<"Enter value for x"<<endl; cin>>x; } void showx() { cout<<"Value of x ="<<x<<endl; } }; Class B : A { private: int y; public: void getxy() { cout<<"eter value of x and y"<<endl;...
[ "sakshamtaneja7861@gmail.com" ]
sakshamtaneja7861@gmail.com
19806023d42ccdeb710fa0f6ada58882bfc86bc2
9077c0534879dafc006381abe982913bb53e7477
/src/drivers/Watchdog.h
4b308052c04c969fc1aa68ed715052ced125308f
[]
no_license
tonytonyfly/Watch_nRF52840
062f248571d5e268c81f1dcd4491112fe855b964
cd108a64bb277161544cb21bb411652df539378e
refs/heads/master
2023-07-28T15:13:14.518461
2021-09-13T04:27:08
2021-09-13T04:27:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
822
h
#pragma once #include <cstdint> namespace Watch { namespace Drivers { class Watchdog { public: enum class ResetReasons { ResetPin, Watchdog, SoftReset, CpuLockup, SystemOff, LpComp, DebugInterface, NFC, HardReset }; void Setup(uint8_t timeoutSeconds); void Start(); void Kick...
[ "tucuongbrt@gmail.com" ]
tucuongbrt@gmail.com
619c21f02a5973e7ae04cf4d6bff77a41fac1535
7edd43f18ee450a9b6eb1d38a4aa39aa53b3e1c1
/2017CVPR-Generative Face Completion/Generative Face Completion-Caffe/src/caffe/layers/st_layer.cpp
a3d0b858165fba16c089aff89d77947381ad0239
[]
no_license
Oliiveralien/Inpainting-review
556a363416a65ca252909930c1a69eb3a2bf921c
727b51fd283a02de6800f33a4326e3e0997c0318
refs/heads/master
2022-12-04T16:46:30.968533
2021-05-15T02:39:49
2021-05-15T02:39:49
239,233,146
60
9
null
2022-11-22T07:11:57
2020-02-09T02:08:17
Python
UTF-8
C++
false
false
16,495
cpp
#include <vector> #include <boost/shared_ptr.hpp> #include <gflags/gflags.h> #include <glog/logging.h> #include <cmath> #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/vision_layers.hpp" #include "caffe/util/math_functions.hpp" namespace caffe { template <typename Dtype> void SpatialTransform...
[ "oliversavealien@gmail.com" ]
oliversavealien@gmail.com
f850e0fac84621bc1ada05f7611336595c466ffa
5b06fe91345029324c9e9316c4d8bbda66f803fc
/my_first_project/src/actions/fibonacci_server.cpp
22000ffbdfae2641b09786d269f2f69583d95d2b
[ "Apache-2.0" ]
permissive
solid-sinusoid/ros_comm_lessons
e0cb48116094ba5126b7bdea770f01672daecb49
4d270dd8b8382581480c9a79fb751cf1bd6a446a
refs/heads/main
2023-08-22T17:35:07.200125
2021-09-23T07:15:13
2021-09-23T07:15:13
409,407,497
0
0
null
null
null
null
UTF-8
C++
false
false
2,274
cpp
#include <ros/ros.h> #include <actionlib/server/simple_action_server.h> #include <my_first_project/fibonacciAction.h> class FibonacciAction { protected: ros::NodeHandle nh_; actionlib::SimpleActionServer<my_first_project::fibonacciAction> as_; // NodeHandle instance must be created before this line. Otherwise str...
[ "ur.narmak@gmail.com" ]
ur.narmak@gmail.com
16ba2fe874a3fb8538f8f12e38ba914c4767d9e8
33fd5786ddde55a705d74ce2ce909017e2535065
/build/iOS/Release/include/Uno.IO.BundleFile.h
8cbb61ae2070e6c3c3cbc458aed5ed225036fbbc
[]
no_license
frpaulas/iphodfuse
04cee30add8b50ea134eb5a83e355dce886a5d5a
e8886638c4466b3b0c6299da24156d4ee81c9112
refs/heads/master
2021-01-23T00:48:31.195577
2017-06-01T12:33:13
2017-06-01T12:33:13
92,842,106
3
3
null
2017-05-30T17:43:28
2017-05-30T14:33:26
C++
UTF-8
C++
false
false
2,811
h
// This file was generated based on '../../../../Library/Application Support/Fusetools/Packages/UnoCore/0.47.13/source/uno/io/$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Uno{namespace IO{struct Bundle;}}} namespace g{namespace Uno...
[ "frpaulas@gmail.com" ]
frpaulas@gmail.com
44c7caa7399dbf3f09f3423a1a796cc5268ba0ef
1aa263e78bc4271d1c261ec6e710eb68d175dfd9
/fsiv/fsiv_tutorial_opencv/p1/pract1.cc
0a2370bc9515ad830067d858aa750e53172f7c47
[]
no_license
Anhesr/algo
b4c48464fcdd8414b37572b036d0a7a0746b7d49
2ea27075c3e528794332482153b61294efc466ec
refs/heads/master
2020-08-22T11:53:35.795527
2020-02-13T19:16:11
2020-02-13T19:16:11
216,388,513
0
0
null
null
null
null
UTF-8
C++
false
false
2,924
cc
#include <iostream> #include <exception> //Includes para OpenCV, Descomentar según los módulo utilizados. #include <opencv2/core/core.hpp> #include <opencv2/core/utility.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/opencv.hpp> #include <opencv2/calib3d/calib3d.hp...
[ "i72saraf@uco.es" ]
i72saraf@uco.es
e9406275d3d0429a73d77245e27ad089613bf366
cbb4d75e9718a1d4b5215b31d33ec89d18ec9b5b
/Lab4/Lab4.4/Source.cpp
65d8e4f325b452dea20c4e2d264fc3299c6ab54c
[]
no_license
WarerBit/OOP
d861343def75e9b1a06d6f1dbc5d7012a8dd1af3
d77a8fda90bc66b465c6503322e4483ba938970a
refs/heads/master
2020-04-24T20:03:12.788230
2019-06-04T09:28:51
2019-06-04T09:28:51
172,232,093
0
0
null
null
null
null
UTF-8
C++
false
false
507
cpp
#include"Child.h" #include<iostream> using namespace std; int main() { Child son, daughter; son.setVal(AGE_CH, 12); son.setVal(NAME_CH, "Tolik"); son.setVal(SURNAME_CH, "Ivanov"); cout << "Son:\n"; son.getVal(AGE_CH); son.getVal(NAME_CH); son.getVal(SURNAME_CH); daughter.setVal(AGE_CH, 8); daughter.setVal(NA...
[ "47922230+WarerBit@users.noreply.github.com" ]
47922230+WarerBit@users.noreply.github.com
f20dd481598c41caa1beaced1e3dde486ad18084
9f0d42c412db503f0759980a35136618ac6fda79
/MyProjects/C++/2020/12.26/P3803(FFT).cpp
2bb69f1f26337acba0957d74dca320a54d0b1fba
[]
no_license
lieppham/MyCode
38a8c1353a2627d68b47b5f959bb827819058357
469d87f9d859123dec754b2e4ae0dced53f68660
refs/heads/main
2023-08-25T04:00:00.495534
2021-10-21T12:15:44
2021-10-21T12:15:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,894
cpp
//File: P3803.cpp //Author: yanyanlongxia //Date: 2020/12/31 // #include <bits/stdc++.h> #define ll long long using namespace std; const int N=5e6+5; const double PI=acos(-1.0); int n,m,len,cnt,rev[N << 1]; struct Complex{ double x,y; Complex() {} Complex(double _x,double _y): x(_x),y(_y) {} ...
[ "yanyanlongxia@outlook.com" ]
yanyanlongxia@outlook.com
47f5e1dc17a05765ab9697f8861fe939280bd53b
1e381f2b974bc82cd2f0bd0cc5029cbda1baedb2
/SPOJ-SOLUTION/PUCMM025.cpp
0c9d3e7c667690a68f0e2df605fbf66bd66091ac
[]
no_license
rajat189/Competetive_programming
7655678935d40cada5a3d39ed400ee430f0311db
709065b3527eceb3923c13091608c174ae3a5d64
refs/heads/master
2021-01-19T05:53:35.790236
2016-04-12T19:12:34
2016-04-12T19:12:34
38,609,439
1
1
null
null
null
null
UTF-8
C++
false
false
1,206
cpp
#include <iostream> #include <cstdio> #include <string> using namespace std; int main() { string s,s1,s2,s3; int a[10000]; int b[10]={0, 1, 3, 2, 6, 4 , 5}; int ans=0; int sum=0,n,m,i,c,d,e; while(cin>>s) { ans=0; sum=0; for(i=0;i<s.size();i++) { a[i+2]=s[i]-'0'; sum=...
[ "coolrajatsharma18@gmail.com" ]
coolrajatsharma18@gmail.com
e7890556d20d7d69d81c9388d2f15006d92ff268
1ac559396fce8a55aaeafa15e9782443d507d8f4
/pj5_beta/isim/work/ea2nor/behavioral.h
6a4a5e17ba240eabd1e0454a12f3b3b3d10506f2
[]
no_license
erik1o6/VHDL
2466a113a24ea5ffbcdfc575c22f27d9eebe6936
9de67a0625dce5ad4dc2991ee789453c9dd25aad
refs/heads/master
2020-12-24T17:45:10.106680
2013-01-25T20:09:39
2013-01-25T20:09:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
941
h
//////////////////////////////////////////////////////////////////////////////// // ____ ____ // / /\/ / // /___/ \ / // \ \ \/ // \ \ Copyright (c) 2003-2004 Xilinx, Inc. // / / All Right Reserved. // /---/ /\ // \ \ / \ // \___\/\___\ ////////////////////////...
[ "erik.arfvidson@gmail.com" ]
erik.arfvidson@gmail.com
f4f6da379ce3178d28493af6dd7d76324e2e8f23
7d8b6427b5c0fc80777fb340688d496905b0363b
/win32OOP/PalmAOOP/eventcontrol.cpp
2c1e34d67d1db345cd779669f8bbedf765f181f0
[]
no_license
peitaosu/LeapSHOU
a5e5f43a2a47b1f119cc1d3f3c54383fe993f0e1
a225f55e7df77655246ef439e6e986a25dd79094
refs/heads/master
2021-01-22T19:36:06.075769
2015-07-26T07:19:30
2015-07-26T07:19:30
33,783,742
1
1
null
null
null
null
UTF-8
C++
false
false
13,347
cpp
#include "eventcontrol.h" #include <QTimer> #include <QApplication> #include <QDesktopWidget> #include "roadmapgesture.h" #define GRABSTART_SHOW 111 #define GRABKEEP_SHOW 112 #define GRABSTOP_SHOW 110 #define PINCHSTART_SHOW 121 #define PINCHKEEP_SHOW 122 #define PINCHSTOP_SHOW 120 #define HOLDSTART_SHOW 131 #define HO...
[ "peitaosu@163.com" ]
peitaosu@163.com
78e09ea65b03d46af26f949ff14adc58bb54d743
055948e30ca33e4eacbd345e20cb885f6c9779d5
/Challenges/Challenges/BasicChallenges.cpp
2f4bf6e4bc3cbd3821ad40f87b7f4e95016af839
[]
no_license
mshigezumi/The-Tech-Academy-C-Plus-Plus-and-Unreal-Engine-Projects
6d976730f309f3767b300f7d8b0c6c3fd3cb4927
53366f8c45231e81b1ce42c40c3a30350e9e2638
refs/heads/main
2023-04-30T12:38:00.359071
2021-05-24T19:05:08
2021-05-24T19:05:08
363,712,878
0
0
null
null
null
null
UTF-8
C++
false
false
1,328
cpp
// Challenge1.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> using namespace std; int main() { cout << "Hello World!\n"; const char c = 'a'; int i = 1; float f = 1.1; double d = 1.2; bool b = false; string s = "test"; cou...
[ "71560004+mshigezumi@users.noreply.github.com" ]
71560004+mshigezumi@users.noreply.github.com
33881e64f2d61d357f2077332416b51c13a16393
86787b68ba8039ecaad17d61a11c8d39b2ddb968
/2009-11675/lab4/build/bdir/mkCop.h
e4032f4a3d0136bc3aa652438299056ba87abf1b
[]
no_license
yujunkim/early2015_computer_architecture_class
61f456f8f35008e2c7ea0547ca204101aa1d9181
25d4bdd019592aacda61321ae848bd70ce46e626
refs/heads/master
2021-01-19T05:05:54.302842
2016-06-09T08:17:27
2016-06-09T08:17:27
60,759,499
1
0
null
null
null
null
UTF-8
C++
false
false
9,037
h
/* * Generated by Bluespec Compiler, version 2012.01.A (build 26572, 2012-01-17) * * On Thu Apr 23 21:38:41 KST 2015 * */ /* Generation options: */ #ifndef __mkCop_h__ #define __mkCop_h__ #include "bluesim_types.h" #include "bs_module.h" #include "bluesim_primitives.h" #include "bs_vcd.h" namespace bluesim { ...
[ "plmmoknn@newmartini" ]
plmmoknn@newmartini
ddd707a4f5c75b5c45e71a002511d0c15c9713c1
cefd6c17774b5c94240d57adccef57d9bba4a2e9
/WebKit/Source/ThirdParty/ANGLE/src/libGLESv2/renderer/d3d11/Renderer11.cpp
722f0c5a4553d80530ad7ed9b8b5745855e5e200
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSL-1.0" ]
permissive
adzhou/oragle
9c054c25b24ff0a65cb9639bafd02aac2bcdce8b
5442d418b87d0da161429ffa5cb83777e9b38e4d
refs/heads/master
2022-11-01T05:04:59.368831
2014-03-12T15:50:08
2014-03-12T15:50:08
17,238,063
0
1
BSL-1.0
2022-10-18T04:23:53
2014-02-27T05:39:44
C++
UTF-8
C++
false
false
128,017
cpp
#include "precompiled.h" // // Copyright (c) 2012-2013 The ANGLE 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. // // Renderer11.cpp: Implements a back-end specific class for the D3D11 renderer. #include "libGLESv2/main.h" ...
[ "adzhou@hp.com" ]
adzhou@hp.com
fb6e71811ea2b6acfe0569a9ed694f0fcecfe3fb
28663629961c09d94d2a169635e5a9f316c9034a
/tests.h
78751aac17c53a28088fd9b061929b84aa824c78
[ "MIT" ]
permissive
samarasteph/compression
14d32469d6e2f97eaf6047135bd7fd9a0f5101a2
6c91d7ee7189969da65721540aea7b3b1f304546
refs/heads/master
2020-08-29T03:21:54.203712
2020-02-12T22:36:43
2020-02-12T22:36:43
217,908,902
0
0
null
null
null
null
UTF-8
C++
false
false
215
h
void reset_file(const std::string& path); void log_code(const std::string& path, int code[]); void log_bits(const std::string& path, const char bits); void log_file(const std::string& path, const std::string& str);
[ "aldu@mail.com" ]
aldu@mail.com
d057a7f359d7cf7df815a4d69171788b783d6f7e
596d4fc1ff7e87ed7945f99e92d1e8923f9dde1c
/testing_interfaces/ClientNodeTester.hpp
021c318a4732926b2c42bffc2ceb5da61c48a1c1
[]
no_license
khetanshu/NetDrive
3d36e3b3ce0b23ea71214558d6ea128f3d9e3f86
f37d3e43e453aa2f124c935e68e821a59bb564bb
refs/heads/master
2020-04-05T19:43:59.357046
2018-11-26T01:58:21
2018-11-26T01:58:21
157,148,064
0
1
null
2018-11-25T20:17:53
2018-11-12T02:54:42
C++
UTF-8
C++
false
false
305
hpp
// // ClientNodeTester.hpp // NetDrive // // #ifndef ClientNodeTester_hpp #define ClientNodeTester_hpp #include "iostream" #include "ClientNode.hpp" class ClientNodeTester{ protected: //TODO : test modules for client node here.... }; #endif /* ClientNodeTester_hpp */
[ "khetanshu.chauhan@gmail.com" ]
khetanshu.chauhan@gmail.com
58ba273da588971e60f73c55f777b1f8137a0025
64e4fabf9b43b6b02b14b9df7e1751732b30ad38
/src/chromium/cc/trees/layer_tree_host_pixeltest_masks.cc
aac9b10c1947916708a0f36ed470388d81e102e9
[ "BSD-3-Clause" ]
permissive
ivan-kits/skia-opengl-emscripten
8a5ee0eab0214c84df3cd7eef37c8ba54acb045e
79573e1ee794061bdcfd88cacdb75243eff5f6f0
refs/heads/master
2023-02-03T16:39:20.556706
2020-12-25T14:00:49
2020-12-25T14:00:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
50,260
cc
// Copyright 2013 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 <stddef.h> #include "base/stl_util.h" #include "build/build_config.h" #include "cc/layers/content_layer_client.h" #include "cc/layers/picture_im...
[ "trofimov_d_a@magnit.ru" ]
trofimov_d_a@magnit.ru
280254174600a3a7bd8ad6e15a018b259905e20d
d43e481b31d5f8afe1fdb6f45d55a5f8924fff01
/InvoiceClass/Source.cpp
da19b6a263eff2ddc7e250da3eb3aec64081463c
[]
no_license
darthbatman/MCA_ECET11-InvoiceClass
4121bb3cae6e29679e3adb4b68a0412f59b5fefa
9211f15bf5d2660946c98375fda70c164feae4f7
refs/heads/master
2020-09-17T02:30:13.002385
2016-08-30T02:55:30
2016-08-30T02:55:30
66,900,870
0
0
null
null
null
null
UTF-8
C++
false
false
2,305
cpp
#include <iostream>; #include <iomanip>; #include <string>; using namespace std; class Invoice{ private: string partNumber; string partDescription; int itemQuantity; int pricePerItem; public: Invoice(string, string, int, int); void setPartNumber(string); void setPartDescription(string); void set...
[ "darthanakin44@gmail.com" ]
darthanakin44@gmail.com
a8237871347a0eb06603ba113cd399a1a34d4fdc
fee340a013f0d482034d0a5790df9bf05c0af668
/test/3dMethods.cpp
adb06034bd571a18108e2a160d381659e4e52eb8
[]
no_license
jdilla52/3d-methods-cpp
69b97ec6d96a0c50c61a4405fe4e6d2630138ee6
3b42a5d8bbf4028fd1c23cc5b473e0b6e257f9b9
refs/heads/main
2023-08-28T09:02:39.012340
2021-10-08T14:56:24
2021-10-08T14:56:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
767
cpp
// // Created by Jacques Perrault on 10/2/21. // #include <catch2/catch.hpp> #include <iostream> #include <Eigen/Dense> #include <3dMethods/pca.h> using namespace Eigen; using namespace std; SCENARIO("pca", "[pca.h]") { MatrixXd mat(4, 3); mat << 1, 1, 1, -2, -1, -1, 1.2, 1.2, 1.2, 21, 21, 21; auto j = Pca(mat);...
[ "jacques.perrault@branch.technology" ]
jacques.perrault@branch.technology
0a5b622c1210f5fbea4c8a7c5a92b5267909ac40
0df48df9ed35e5995af25812137dc0d9d42f96dc
/Arduino_package/hardware/libraries/WiFi/examples/Facebook/facebook_upload_uvc_jpeg/facebook_upload_uvc_jpeg.ino
e4fcbe342945c2c2d9cc7a1ac974b0046ab4ae97
[]
no_license
ambiot/amb1_arduino
81539be6ba18a13cc2a33ec37021c5b27684e047
16720c2dcbcffa2acee0c9fe973a959cafc3ba8c
refs/heads/dev
2023-06-08T15:27:52.848876
2023-06-07T02:38:24
2023-06-07T02:38:24
232,280,578
9
7
null
2022-06-01T08:51:01
2020-01-07T08:37:52
C
UTF-8
C++
false
false
3,395
ino
/* In this sketch, it assumed you already have a user access token with "publish_actions" scopes. Using this token you can get a jpeg from a uvc and post it into facebook feed. If you never use facebook graph api, please refer below tutorial as warm up: https://www.amebaiot.com/ameba-arduino-facebook/ If ...
[ "zhangzhenwu@realtek-sg.com" ]
zhangzhenwu@realtek-sg.com
c53b617b15e9714c3ccfb7ccac9199bf0dd6c26e
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr4/svr4/cmd/sdb/inc/common/Rvalue.h
c66531205f81117709d021971546e0b581d4d28c
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C++
false
false
1,593
h
/* Copyright (c) 1990 UNIX System Laboratories, Inc. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */ /* UNIX System Laboratories, Inc. */ /* The copyright notice above does not evidence any */ /* actual or intended publica...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
d46fcf95e398256fd36ac14e23ebffdc7951234b
67e5d8bdbbeb0d093f21d48f0e6b724339594a8e
/resip/recon/Participant.cxx
8c61aa2c12813b464fff42cda1436ca88b8373c5
[ "BSD-3-Clause", "VSL-1.0", "BSD-2-Clause" ]
permissive
heibao111728/resiprocate-1.8.14
7e5e46a04bfef72e95852a598774cb8d5aa0d699
f8ddf70a6b7620fb535baec04901a4912172d4ed
refs/heads/master
2020-04-16T01:48:14.942715
2019-11-09T14:29:12
2019-11-09T14:29:12
145,299,918
1
0
null
null
null
null
UTF-8
C++
false
false
8,237
cxx
#include "ConversationManager.hxx" #include "ReconSubsystem.hxx" #include "Participant.hxx" #include "Conversation.hxx" #include "UserAgent.hxx" #include <rutil/Log.hxx> #include <rutil/Logger.hxx> using namespace recon; using namespace resip; using namespace std; #define RESIPROCATE_SUBSYSTEM ReconSubsystem::RECON ...
[ "heibao111728@126.com" ]
heibao111728@126.com
aa7645de9ff74de1ea91efbf43a4ebba46f8a116
75beb32a9c96c698eb4b56a54cace2ee6c6680c4
/spawntele.cpp
14fcd8f5c1811c461e751da8b0359c6a0acac0e2
[]
no_license
jacobmain1/UWoWScripts
450296ce033856e749e5aecd41fb58ecbbde5045
08e52ff67b3ceccf9338680826b1059882906b38
refs/heads/master
2020-12-27T12:06:44.017698
2013-10-13T00:39:39
2013-10-13T00:39:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
584
cpp
#include "ScriptPCH.h" #include "Chat.h" class item_spawn_teleporter : public ItemScript { public: item_spawn_teleporter() : ItemScript("item_spawn_teleporter") { } bool OnUse(Player* player, Item* item) { player->SummonCreature(481851,player->GetPositionX() ,player->GetPositionY()+10, player->GetPositionZ(), ...
[ "Watcher_WoW@Outlook.com" ]
Watcher_WoW@Outlook.com
f8fb7eed37ce93f3a572f5ea25f2944bcd155c90
8596d6f5c216853c43b9f716d3827e60de71918f
/STalkerLibrary/src/DataExchanged/DownstreamData/AccelerometerFrame.cpp
6b54fbc15f57fbb469ac749703bd5146be1111e9
[]
no_license
cezarymalek/STalker
7d641e4517ca417c74dc8adf2205c673c5c3ae5b
59e59ad0bf99151546ea047ad97347b9dd1b4656
refs/heads/master
2021-07-09T19:29:06.912356
2020-09-27T09:32:32
2020-09-27T09:32:32
199,929,027
0
3
null
null
null
null
UTF-8
C++
false
false
1,102
cpp
#include "AccelerometerFrame.h" #include <boost/exception/diagnostic_information.hpp> #include <ros/console.h> Interface::DownstreamData::AccelerometerFrame::AccelerometerFrame() { potocolIndentificator = "AccelerometerFrame"; stIdentifier = 0x04; } Interface::DownstreamData::AccelerometerFrame::~Acceleromet...
[ "you@example.com" ]
you@example.com
e3cc5150e91ddf1b585a9baeeee2a39e5a858a8e
542a0744fc3d377af01208c19cb4cb1cee8b57e9
/BOJ_13913/13913.cpp
6b595ae8fc40167e0d668941fd07f3e860f1ef40
[]
no_license
bigmtn1113/Baekjoon
7cb38ba1af1cc4c039733220a84e8688b3ef0013
337a837f7292ef99c0dd4a1199bf7f584d89a82d
refs/heads/master
2023-06-05T10:24:55.733866
2021-06-29T07:00:50
2021-06-29T07:00:50
null
0
0
null
null
null
null
UHC
C++
false
false
1,134
cpp
#include <iostream> #include <queue> #include <vector> using namespace std; int dist[100001]; int pre_position[100001]; // 이전 위치 저장 void Bfs(int n, int k) { queue<int> q; q.push(n); dist[n] = 1; while (!q.empty()) { int current = q.front(); q.pop(); if (current == k) break; int next[3] = { current...
[ "kva231@naver.com" ]
kva231@naver.com
cf8de4d58605fdea2725bf240b412fbf4e40cc7c
966818603978f073d4f4ed85709ec1ad0c794be4
/INSIGHT_20191106/include/ACE_Wrappers/ace/OS_NS_stdlib.inl
3d4728d16ed67995cecba417b9878e9b0596257c
[]
no_license
lastvangogh/YANGZE
c337743e29dafadbfb1ed532f6c9ce35ce7f24df
870eb6066b360036a49ebe40bd9435cdd31ff5ac
refs/heads/master
2020-09-01T13:43:02.027589
2019-11-06T08:40:09
2019-11-06T08:40:09
218,970,441
0
0
null
null
null
null
UTF-8
C++
false
false
16,796
inl
// -*- C++ -*- #include "ace/config-all.h" /* Need ACE_TRACE */ #include "ace/Object_Manager_Base.h" #include "ace/OS_NS_string.h" #include "ace/Global_Macros.h" #include "ace/os_include/os_errno.h" #include "ace/os_include/os_search.h" #if defined (ACE_ANDROID) && (__ANDROID_API__ < 19) # include "ac...
[ "zhangzhuo@yangzeinvest.com" ]
zhangzhuo@yangzeinvest.com
a0c78c2554c939e559c0d5f23760c02614312717
93bf4bbafe0524335ea1216f7f2941348c2cd1bd
/tensorflow/core/kernels/sequence_ops.cc
f5572a731dfec2f881c46b7c8965f048b922e831
[ "Apache-2.0" ]
permissive
sachinpro/sachinpro.github.io
c4951734b09588cad58711a76fe657f110163c11
c3bbd8d89818f5d8bb7296c851ed5e52c19728e3
refs/heads/master
2022-12-23T10:00:13.902459
2016-06-27T13:18:27
2016-06-27T13:25:58
25,289,839
1
1
Apache-2.0
2022-12-15T00:45:03
2014-10-16T06:44:30
C++
UTF-8
C++
false
false
5,834
cc
/* Copyright 2015 Google Inc. 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 applicable law or agreed to in ...
[ "x0234443@ti.com" ]
x0234443@ti.com
651c7cd81e2957e330765d0a07b0050024a8623c
d2e27b839614d8b23022ab12dd1c116845b2912b
/tools/gfx_d3d/GFX_Model_Cal3D.cpp
8049a0f8a312c049c5ed4ef911336cfacade60b4
[]
no_license
Crogarox/Mahatta
c734acd3c4779036d4232c18c98012d4eaab926e
039a708f9cbde426a146d8b9e6bfb14ba72abb83
refs/heads/master
2021-12-18T00:12:26.527787
2012-10-03T07:09:42
2012-10-03T07:09:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,804
cpp
#include "cal3d/cal3d.h" #include "gfx_i.h" #include "GFX\gfx_math.h" static inline void _Cal3DSetVtxDecl(GFXVTXBUFF *vtxBuff, FLAGS flag) { s16 ofs = 0, ind = 0; //now let's set the vertex declaration D3DVERTEXELEMENT9 Declaration[MAX_FVF_DECL_SIZE]; D3DVERTEXELEMENT9 End = D3DDECL_END(); Decl...
[ "david.dionisio@lanternla.com" ]
david.dionisio@lanternla.com
66310abe182a16c5a6898b0566867f54bed3014d
2e543d1e0ac96540f03125ba0762b663973191ba
/sgrid/stdafx.cpp
465093f1b7d7c7f311c0a0575fc830c0d4ad177d
[ "Apache-2.0" ]
permissive
hpcc-systems/eclide
c1ebaca1944d5d107b0d3ee58004581e1d8e8e27
38a6e01da20ff2c821f35a8c517f34e427b08ba5
refs/heads/master
2023-09-04T00:09:39.538261
2023-08-31T16:07:22
2023-08-31T16:07:22
2,189,986
10
16
NOASSERTION
2023-08-15T15:35:29
2011-08-11T08:33:27
C++
UTF-8
C++
false
false
198
cpp
// stdafx.cpp : source file that includes just the standard includes // sgrid.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "schmoo@oceanfree.net" ]
schmoo@oceanfree.net
1fff247f4b4b16864d62fb88d1a03282793551d7
8339e35782758e576a16d6f8c3e728bb46a5dd44
/Odd Even Linked List.cpp
66a892439f85525d17a6188f1f11946c426c4e32
[]
no_license
arash-ha/Cpp
019ef465703e31ce4cb1e3f976d46f872d58a360
d403ce0e3215179cf547c3c02f5b2441d4f4abbc
refs/heads/master
2023-09-04T11:31:41.820492
2023-08-28T14:17:29
2023-08-28T14:17:29
212,376,838
0
0
null
null
null
null
UTF-8
C++
false
false
1,353
cpp
/* Odd Even Linked List Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the value in the nodes. You should try to do it in place. The program should run in O(1) space complexity and O(nodes) time complexity. Example 1: ...
[ "54961176+arash-ha@users.noreply.github.com" ]
54961176+arash-ha@users.noreply.github.com
ab96e05cb9a252ceb660e66c1c91f7eaa979e39c
ebcede46cf404c5781e7681674b0e1c26a3a26f9
/CPUT/source/CPUTParser.cpp
7242ae4af0ee4af0361eba2f9220468f41eb8b12
[ "Apache-2.0" ]
permissive
whztt07/FaceMapping2
539f0a7a0ed038f9fea41d8b13d9d09f954177e8
a8c1125fd5f5e3a6c54c5f2f3f5b2bc6fe300be2
refs/heads/master
2020-07-13T15:51:57.053730
2017-06-05T19:35:58
2017-06-05T19:35:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,580
cpp
///////////////////////////////////////////////////////////////////////////////////////////// // Copyright 2017 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // ...
[ "marissa@galacticsoft.net" ]
marissa@galacticsoft.net
94a69cd9a52161f66496258f04cc84201ff0960e
1b3b7fe9d90cb1933b675b46dfa9aae1a5202da8
/Bit Manipulation/unique_number_2.cpp
850f41bc07d40cbdba7fe2edb0b0f8d69845776a
[]
no_license
AJ-54/Coding-BLocks-CP-Solutions
d923725419bee837f49ac6caee8ce81a11d2652b
9b735d73a2b288878ee6d8d2e67558d57a2d3d48
refs/heads/master
2022-12-17T07:08:37.745944
2020-09-17T14:47:23
2020-09-17T14:47:23
296,355,829
4
3
null
null
null
null
UTF-8
C++
false
false
411
cpp
#include<iostream> #include<bits/stdc++.h> #include<cstring> using namespace std; int arr[100000]={0}; int main() { long int n,ans=0,ans1=0,ans2=0; cin >> n; for(long int j=0;j<n;j++) { cin>>arr[j]; ans^=arr[j]; } ans=ans&~(ans-1); for (long int j=0;j<n;j++){ if (arr[j]...
[ "ayushjai@iitg.ac.in" ]
ayushjai@iitg.ac.in
c737c9e849b589036783bfcd585046ebac6ead08
5c7a6c37cf471d05f2813723e34bc1a016d8b06d
/M5Stack_MultiApp_Firmware/Apps/Tools/DhtReader.cpp
065e4ac0a079fee309cec397b2f5acb9c10fca7d
[]
no_license
PartsandCircuits/M5Stack_MultiApp_Firmware
575b2623c36604a4aabc88bb7f1036cfd136bc2a
71c44176790e0206c771081833ebe164076a1bf2
refs/heads/master
2020-03-13T13:39:27.571405
2018-04-26T11:52:59
2018-04-26T11:52:59
131,143,251
1
0
null
2018-04-26T11:03:56
2018-04-26T11:03:56
null
UTF-8
C++
false
false
1,546
cpp
#include "../../apps.h" unsigned int dhtPin = 17; unsigned long past = 0; float temperature, humidity, oldtemperature, oldhumidity; DHTesp dht; void Dht_Run() { M5.Lcd.fillScreen(BLACK); M5.Lcd.drawCentreString("Pin 17 to DHT Signal Pin", 155, 120, 4); delay(5000); dht.setup(dhtPin, DHTesp::AUTO_DETEC...
[ "botofancalin@gmail.com" ]
botofancalin@gmail.com
7777d3e7c6c78638b7178769dd16fcd3874a76b4
76e493f8aa37ea2793f3091e4e245aef045ecce1
/data/tplcache/ad3253c5165c55d7311d969a6906bdab.inc
bf7fea758e11a052a75f3d8b1702b302edbc581b
[]
no_license
z342526265/baobei
a311a6759ce7c441a2bf1968bed102005fa34d4f
87babdc1e150372eb6af4ecd1ea89f8acd17861f
refs/heads/master
2020-05-28T04:33:00.634380
2013-03-27T01:06:42
2013-03-27T01:06:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,319
inc
{dede:pagestyle maxwidth='800' pagepicnum='12' ddmaxwidth='200' row='3' col='4' value='2'/} {dede:img ddimg='/uploads/allimg/130322/1-130322154617.jpg' text='' width='1123' height='1685'} /uploads/allimg/130322/1-130322154617.jpg {/dede:img} {dede:img ddimg='/uploads/allimg/130322/1-130322154622.jpg' text='' width='1...
[ "ubuntu@ubuntu.(none)" ]
ubuntu@ubuntu.(none)
75045c92b72043ba46bd30f7e79e1f5afacd7302
f5a6a91529f78a1ba4a32b98df67148921f213dc
/src/Component/Cube.hpp
4785702f7f9123e93d5e79bedc98190412e40c75
[]
no_license
study-game-engines/merlin
70e525ffb0274162793872b8a0f09e4cec3b2eae
d41fa8007121a5a0a27180350c978377b03d444c
refs/heads/master
2023-03-16T01:32:03.828464
2018-05-30T23:35:04
2018-05-30T23:35:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
659
hpp
#pragma once #include <glm/vec3.hpp> #include "Object.hpp" namespace Component { class Cube { public: Cube(Object*); ~Cube(); Object *getObject() const; void setObject(Object *object); const glm::vec3 &getPosition() const; void setPosition(const glm::vec3 &p...
[ "vlad-negura@mail.ru" ]
vlad-negura@mail.ru
0e0df821958907066009c757cfa44607f08cb1ae
75769bea756af71dd3359711c0d96a08849ae7b8
/cn/localhost01/lteenodeb/lte_rrc/rrc/asn/include/rtsrc/ASN1CGeneralizedTime.h
a7e1fe3887ce9cbcd32741398daecc15f776ead2
[]
no_license
windy-zzf/C_code_annalyze
ed986c6c24b7e410eae9790736209f8b0dbf15a8
da038bcc9eda6a853f13bb39313917a16694271b
refs/heads/master
2023-03-27T04:09:28.453216
2021-03-29T05:47:41
2021-03-29T05:47:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,922
h
/* * Copyright (c) 1997-2017 Objective Systems, Inc. * * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the * inclusion of the above copyright notice. This software or any other * copies thereof may not be provided or otherwise ma...
[ "820713556@qq.com" ]
820713556@qq.com
0be5ce8823bd26f5974fc8b380ee1d7312853f37
a85a1e6c776e0433c30aa5830aa353a82f4c8833
/coregame/soundfx_type.h
be135bf1fc1a2879ef47363cd6bff50881b46b78
[]
no_license
IceCube-22/darkreign2
fe97ccb194b9eacf849d97b2657e7bd1c52d2916
9ce9da5f21604310a997f0c41e9cd383f5e292c3
refs/heads/master
2023-03-20T02:27:03.321950
2018-10-04T10:06:38
2018-10-04T10:06:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,762
h
/////////////////////////////////////////////////////////////////////////////// // // Copyright 1997-1999 Pandemic Studios, Dark Reign II // // Sound Effects // // 08-FEB-1999 // #ifndef __SOUNDFX_TYPE_H #define __SOUNDFX_TYPE_H /////////////////////////////////////////////////////////////////////////////// // // I...
[ "eider@protonmail.com" ]
eider@protonmail.com
4b701154e5e10f40331ba3bf96d39baf2460ebdc
6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849
/sstd_boost/sstd/libs/dll/test/cpp_load_test.cpp
4b6d9b5cbc5db9aec2062df52637bceb067ba43f
[ "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
6,648
cpp
// Copyright 2016 Klemens Morgenstern // // 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) // For more information, see http://www.boost.org #include <sstd/boost/predef.h> #if (__cplusplus >= 201402L) || (BOOST...
[ "zhaixueqiang@hotmail.com" ]
zhaixueqiang@hotmail.com
a89ef760b73d831dece1997d9a7d9dd47676e6df
7ddf927418bb3c1db7b144f1f54ab840427994bf
/src/backend/cpu/kernel/fftconvolve.hpp
ca192f5626681455fbcb478227f15ba88fd9edc3
[ "BSD-3-Clause", "MIT", "Zlib", "BSL-1.0", "Apache-2.0" ]
permissive
bkloppenborg/arrayfire
bddc3280ede7958b2ccfc41442192be8aa7f80ea
4d625e70852fe923dd35f324f6f24d9553c649f2
refs/heads/devel
2021-01-18T01:34:12.743154
2016-05-09T04:05:26
2016-05-09T04:05:26
27,399,926
0
0
null
null
null
null
UTF-8
C++
false
false
10,287
hpp
/******************************************************* * Copyright (c) 2015, ArrayFire * All rights reserved. * * This file is distributed under 3-clause BSD license. * The complete license agreement can be obtained at: * http://arrayfire.com/licenses/BSD-3-Clause **********************************************...
[ "pradeep@arrayfire.com" ]
pradeep@arrayfire.com
4b3ae7a0bb8c7652dd57dab41505e27915376368
e4811f3907453ecd25f0ca03ca9c78e8b0cac96c
/CPP/7zip/Compress/BZip2Encoder.h
bf05f59fd45a4f8a5f78a49286d2e1ad700e04e1
[]
no_license
keithjjones/7z
9ddff9b524851be04452fdd72e761f0a26e216d2
174a5af5960d2bbebc7deb3b7bc622f5f62b9a3e
refs/heads/master
2021-01-10T08:48:04.232649
2016-03-17T20:28:37
2016-03-17T20:28:37
48,259,207
5
3
null
null
null
null
UTF-8
C++
false
false
5,373
h
// BZip2Encoder.h #ifndef __COMPRESS_BZIP2_ENCODER_H #define __COMPRESS_BZIP2_ENCODER_H #include "../../Common/Defs.h" #include "../../Common/MyCom.h" #ifndef _7ZIP_ST #include "../../Windows/Synchronization.h" #include "../../Windows/Thread.h" #endif #include "../ICoder.h" #include "../Common/InBuffer.h" #include...
[ "keith@keithjjones.com" ]
keith@keithjjones.com
057f43a98fedb52553ed41c828d71c3c931baf14
5e2d56ad488957d6cfdb04b7a54aa8dc29b78fee
/BookManage/BookManage/Book.cpp
6f161b68e3b9fabc0ff2858a78ee3d2af9283a48
[]
no_license
ProChen/BookManage
151ef5c69d28125341be738b33d77faa01885c8c
68f1acdccd1d4ab1cfa6ea991187600507e6f8ab
refs/heads/master
2021-01-20T20:14:57.496277
2016-07-03T08:00:34
2016-07-03T08:00:34
62,486,766
0
0
null
null
null
null
UTF-8
C++
false
false
2,855
cpp
#include "Book.h" #include <string> #include <fstream> #include <iostream> #include <iomanip> using namespace std; CBook::CBook(char* cName,char* cIsbn,char* cPrice,char* cAuthor) { strncpy(m_cName,cName,NUM1); strncpy(m_cIsbn,cIsbn,NUM1); strncpy(m_cPrice,cPrice,NUM2); strncpy(m_cAuthor,cAuthor,NUM2); } char* CBoo...
[ "1224532706@qq.com" ]
1224532706@qq.com
895a1ed25dbeec7910081d42861044a30e5cd68f
846a7668ac964632bdb6db639ab381be11c13b77
/android/hardware/qcom/display/sdm845/sdm/libs/hwc/hwc_buffer_sync_handler.cpp
784e91b5145bc84c37c043c45bcf5ac6e2bc50e8
[]
no_license
BPI-SINOVOIP/BPI-A64-Android8
f2900965e96fd6f2a28ced68af668a858b15ebe1
744c72c133b9bf5d2e9efe0ab33e01e6e51d5743
refs/heads/master
2023-05-21T08:02:23.364495
2020-07-15T11:27:51
2020-07-15T11:27:51
143,945,191
2
0
null
null
null
null
UTF-8
C++
false
false
3,051
cpp
/* * Copyright (c) 2015, The Linux Foundation. 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 retain the above copyright * notice, this list of conditi...
[ "mingxin.android@gmail.com" ]
mingxin.android@gmail.com
e79cc389a908e16531978fe92f022c329eac4830
beb0f80259be767ebe81a07b6c5e67fa0e28c12b
/android/build/generated/jni/com.yallaya.fragments.FragmentFrameProxy.h
c61af54bae54cc248c2941d6b0264c3d1d2af72d
[ "Apache-2.0" ]
permissive
darknos/com.yallaya.fragments
c8be88e43f003dd3fa7bc877441b2a8135c64862
aba87fc644176917d7c3dd1b4182ea702154b69f
refs/heads/master
2021-05-28T18:40:50.765474
2015-04-01T14:12:12
2015-04-01T14:12:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,151
h
/** * Appcelerator Titanium Mobile * Copyright (c) 2011-2013 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ /** This is generated, do not edit by hand. **/ #include <jni.h> #include "Prox...
[ "Nimrod@Nimrods-MacBook-Air.local" ]
Nimrod@Nimrods-MacBook-Air.local
a1c003c7baec2505943835156467f08bb49a3b3e
4ec6bc3779261b73164a73c361de26cb0a724676
/include/NumCpp/Functions/minimum.hpp
0a3159ec8cca4f11ad65fcb8d8fbc815a77289fe
[ "MIT" ]
permissive
kontramind/NumCpp
3efc6673e0cc69b3fcb93f8b7c801abc6d9419cf
eba08fc5b97b338bc1ca9d1f9e2d3d76c2431cd1
refs/heads/master
2020-12-26T19:32:05.328636
2020-04-12T11:26:35
2020-04-12T11:26:35
237,615,461
0
0
MIT
2020-02-01T12:59:35
2020-02-01T12:59:35
null
UTF-8
C++
false
false
2,552
hpp
/// @file /// @author David Pilger <dpilger26@gmail.com> /// [GitHub Repository](https://github.com/dpilger26/NumCpp) /// @version 1.3 /// /// @section License /// Copyright 2020 David Pilger /// /// Permission is hereby granted, free of charge, to any person obtaining a copy of this /// software and associated documen...
[ "dpilger26@gmail.com" ]
dpilger26@gmail.com
efa657e5f3ba1ce4b9503ba8bafab98b9645a150
8209f14e1949031e0023a04ab366bb49817237a6
/src/core/imgui/imgui.cpp
4699e6735fa8677369238b0fed36e02f686c314f
[ "MIT" ]
permissive
WilliamLewww/Thane
3fdb6220c603c4dd3b65ceaad77ef2e922427049
c9fc1ea7780e51e78e3362670a08b1764843ed7e
refs/heads/master
2021-01-20T07:15:37.438212
2019-02-08T04:35:06
2019-02-08T04:35:06
101,527,318
0
0
MIT
2018-08-30T18:16:27
2017-08-27T03:27:00
C++
UTF-8
C++
false
false
621,428
cpp
// dear imgui, v1.60 WIP // (main code and documentation) // Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code. // Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui // Releases change-log at http...
[ "WilliamMilesLew@gmail.com" ]
WilliamMilesLew@gmail.com
f0d80f1fc501a08773b3521943caeeeec869986c
380f381455503b33fe7d414f8149f23aae46e4f7
/2DRPG/Library/Il2cppBuildCache/Android/armeabi-v7a/il2cppOutput/Unity.2D.PixelPerfect.cpp
ead9e4a011e1b1ad84f4c32ef0c383f335bc20fe
[]
no_license
jiye-stingray/2DRPG
5a0355a02885c901997f43cab763f10958a7f820
998d7fc4ca5b3020f63a811f6352044615117bfe
refs/heads/main
2023-08-05T03:57:03.616847
2021-09-24T02:07:29
2021-09-24T02:07:29
406,614,498
1
0
null
null
null
null
UTF-8
C++
false
false
147,419
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> template <typename R> struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterfa...
[ "81548078+jiye-stingray@users.noreply.github.com" ]
81548078+jiye-stingray@users.noreply.github.com
93f5dfe4f7edebdc4dd2da94cd91d55b1217f937
6d0fd084f9b9162769cdd4fd9239e9299cdc2e68
/examples/sevSegFloatSerial/sevSegFloatSerial.ino
0d9e9aaa5d72aeaf5cf587698c05d1b0a80283b7
[]
no_license
poisa/SevSegFloat
bf749545a6bf8230886a869c9cc71dd5f1976fa7
4156ea5f6c1712f55c4357b9d407113b535e4a67
refs/heads/master
2020-12-25T02:29:49.222772
2014-03-27T08:00:39
2014-03-27T08:00:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
439
ino
// For the Arduino Uno and other Atmega328 based boards #include <SevSegFloat.h> // Include the library SevSegFloat SevSeg(Serial); // Make an instance of SevSegFloat on the Serial Stream called SevSeg float printVal = 0.12345; // The value to print void setup() { Serial.begin(9600); // Initiate Serial connection } v...
[ "ahalekelly@gmail.com" ]
ahalekelly@gmail.com
54572f2aea5a1290a03280c47dd6efc37c051fc7
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/git/gumtree/git_repos_function_5212_git-2.8.3.cpp
25c0086818c8078a924b93904ad7e187176f86a6
[]
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
1,837
cpp
static int add(int ac, const char **av, const char *prefix) { struct add_opts opts; const char *new_branch_force = NULL; const char *path, *branch; struct option options[] = { OPT__FORCE(&opts.force, N_("checkout <branch> even if already checked out in other worktree")), OPT_STRING('b', NULL, &opts.new_branch, ...
[ "993273596@qq.com" ]
993273596@qq.com
66630041831d7f608d05e6a7383f4b9e9b753170
0c6de538f9b54ee01fe46b833d1262364317e165
/source-code/musicmanager.cpp
9f2b94bdc9fe87e1cbd42c8a6038ad47e6a3dcde
[]
no_license
fabsgc/Terminale-S-Zombie
e79b1cd932e7739ec8ec0d5b74d21df78888ef1e
c48cdbdcaa90186a9d75fecbbff28a25d0286028
refs/heads/master
2021-01-18T18:16:07.144478
2017-03-31T19:43:57
2017-03-31T19:43:57
86,853,187
0
0
null
null
null
null
ISO-8859-1
C++
false
false
891
cpp
#include "musicmanager.hpp" sf::Music MusicManager::m_playedMusic; /** * Joue une musique. note : la même instance de la classe ne peut jouer plusieurs musiques simultanément * @param std::string name : chemin vers la musique * @param float volume : volume entre 0 et 100 * @param bool loop : le son se...
[ "fabienbeaudimi@hotmail.fr" ]
fabienbeaudimi@hotmail.fr
649ab7cb7759697b4a462553879a34bf836e8bd2
26ee35e6d6dbe6dc3da44f5301673afa47ad7494
/yzzusb/trunk/UsbFoundation/RegistryKey.h
c9d97414ffec799d16c502e1ab47144e1e994389
[]
no_license
uvbs/terry_old_project
d2d4a4a24fafec4277c026380c404101ea619526
673ec2908512d816d24c4932dfdd8f3a6012cb6b
refs/heads/master
2021-01-20T22:44:42.319453
2013-08-14T05:54:48
2013-08-14T05:54:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,008
h
#pragma once #include <list> class CRegistryKey { public: /** * Constructor. * \param key the path to the key, including the key. example: "Software\\Company\\SubKey" * \param base a predefined base key like HKEY_LOCAL_MACHINE */ CRegistryKey(const CString& key,HKEY base = HKEY_CURR...
[ "zzhhuujjiiee@qq.com" ]
zzhhuujjiiee@qq.com
bd97d13c9ef4bbdcacb12e0b799b1727c3a6e427
aaba921e3cb58429f59714175fe79ca5877b9884
/code/callexpr.h
18b5ca010b6b71257009789ba07ff67dd110dc8c
[ "BSD-2-Clause-Views" ]
permissive
Duttenheim/asl
aaa78c17be3f8baefe8ee51aebcaf4c7d490e2cc
00ab8886e30ba0d206a247ddba201aea9def734d
refs/heads/master
2021-01-10T17:10:12.339021
2015-10-09T13:07:49
2015-10-09T13:07:49
43,918,749
0
0
null
null
null
null
UTF-8
C++
false
false
505
h
#pragma once //----------------------------------------------------------------------------------------------------- /* NAMESPACE::CLASS DESC Copyright 2015 - See license file LICENSE.txt */ //----------------------------------------------------------------------------------------------------- #includ...
[ "gusste@ltu.se" ]
gusste@ltu.se
605b4708160ac44d6352be9ee4b30eef305dbe3d
e359db0e752a11c5d677e3a82574065831bab447
/app/demo/touchgfx_demo2014_240x320/gui/src/live_data_display_screen/WeekInfo.cpp
cdb452efee60a33056563a19d65f1c159106759e
[]
no_license
chichtlm/TouchGFX
694936495ba49b4baba4fb56fd1165f424518c94
09cfdf466ae98fa61f54d55548248134a007871f
refs/heads/master
2020-05-10T00:07:11.813953
2016-12-14T06:55:22
2016-12-14T06:55:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,624
cpp
/****************************************************************************** * * @brief This file is part of the TouchGFX 4.5.0 evaluation distribution. * * @author Draupner Graphics A/S <http://www.touchgfx.com> * ****************************************************************************** * * @sec...
[ "2869905223@qq.com" ]
2869905223@qq.com
4167c58e5f7c6eaa579d070506cfd5682a028ee9
974a44e586afd3f53a8c202dd0a5a71e0476ee50
/Physics Particle System/main.cpp
53f975fe98796c3458d164dc96ce9c48f465cbc3
[]
no_license
waqas66426/Artificial-Life
b9bd6d54532ef47e7fdcfe60657e5a53c48d11d1
2cbfc0536b92986084054b72cf8644f84cde4d80
refs/heads/master
2020-05-01T17:38:10.812237
2013-06-23T14:53:45
2013-06-23T14:53:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,669
cpp
#include <GL\glfw.h> #include <stdlib.h> #include <iostream> #include "World.h" #include "Timer.h" #pragma comment(lib, "GLFW.lib") #pragma comment(lib, "opengl32.lib") #pragma comment(lib, "glu32.lib") static const int WIDTH = 1600; static const int HEIGHT = 950; int main( void ) { int running = GL_TRUE; // Initi...
[ "david.pertiller@gmail.com" ]
david.pertiller@gmail.com
5e8b64cde9a40ab75bd00e30d99a241e940fd6fa
50f63963e73a8436bef3c0e6e3be7056291e1e3b
/panda/include/cLwoSurfaceBlock.h
d62f73684dcfdcdf1c2c495f6b9df23d26d44e4a
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
MTTPAM/installer
7f4ad0c29631548345fac29ca7fbfcb38e37a111
aee7a9b75f1da88fdf6d5eae5cdf24739c540438
refs/heads/master
2020-03-09T15:32:48.765847
2018-11-13T03:35:50
2018-11-13T03:35:50
128,861,764
1
4
null
2018-11-13T03:35:50
2018-04-10T02:28:29
Python
UTF-8
C++
false
false
1,552
h
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file cLwoSurfaceBlock.h * @...
[ "linktlh@gmail.com" ]
linktlh@gmail.com
eef62587608a3896050fa9b36bb1acbc369345b3
1866f2304237087b561cdc34b402e5ec6077d2ac
/arm/src/joystick.cpp
75d3845a7fc80810a6f1af01afb6637717d26f84
[ "MIT" ]
permissive
AvatarQuest/AVA-ros
e99d39b3cc5c7d0b7df0d68c08280bdaf79b442a
3e945d859155f559761f47040b1431e0e9ee8da1
refs/heads/master
2023-08-03T23:53:41.204941
2021-09-17T14:19:06
2021-09-17T14:19:06
362,283,882
0
0
null
null
null
null
UTF-8
C++
false
false
1,688
cpp
#include <geometry_msgs/Pose.h> #include <geometry_msgs/PoseStamped.h> #include <geometry_msgs/Vector3.h> #include <moveit/move_group_interface/move_group_interface.h> #include <moveit/planning_scene_interface/planning_scene_interface.h> geometry_msgs::Pose target_pose; static const std::string PLANNING_GROUP = "righ...
[ "aditya.pawar@warriorlife.net" ]
aditya.pawar@warriorlife.net
4eb13bf012ed83a56b7d3e339c688663eb08e500
db557a30a28f77774cf4662c119a9197fb3ae0a0
/HelperFunctions/populateVkTimeDomainEXTCollection.cpp
38a35a4f24616312657b3d4c28308dc658c3ba4d
[ "Apache-2.0" ]
permissive
dkaip/jvulkan-natives-Linux-x86_64
b076587525a5ee297849e08368f32d72098ae87e
ea7932f74e828953c712feea11e0b01751f9dc9b
refs/heads/master
2021-07-14T16:57:14.386271
2020-09-13T23:04:39
2020-09-13T23:04:39
183,515,517
0
0
null
null
null
null
UTF-8
C++
false
false
2,253
cpp
/* * Copyright 2019-2020 Douglas Kaip * * 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 t...
[ "dkaip@earthlink.net" ]
dkaip@earthlink.net
a78eccc506dfcf3091d7b0e846d6c616977616d8
f7fadc413cad92f03721742b9c5d94281c12ba02
/C++/Test/cpp/UPDATE_F.CPP
d29102e3a8b0eeb6de5a91d558829801bb675201
[]
no_license
amitmca/EducationalMaterial
f7acc7f701b42fb5f2821e56bab4ce253532c3f7
088a1fe34a0bdd4b46ea5cc7f930d8d1a3f510d0
refs/heads/master
2021-06-06T18:20:39.774159
2019-11-30T15:52:07
2019-11-30T15:52:07
134,157,178
0
0
null
null
null
null
UTF-8
C++
false
false
1,263
cpp
#include<conio.h> #include<iostream.h> #include<fstream.h> #include<string.h> #define MAX 20 class file { protected: int rno; char name[MAX]; public: void getdata(void) { cout<<"\n\nEnter the name:"; cin>>name; cout<<"\n\nEnter the Roll No:"; cin>>rno; } void putdata(...
[ "amitbaramatimca@gmail.com" ]
amitbaramatimca@gmail.com
7c1c6c327d50f0717b941de289870516ebd78c05
e97aa666dac039faeb1185013781bb6dd3333c8f
/Task1.cpp
d651a02fbef46f1a90f64eac4e222fe888f9a4c7
[]
no_license
VitaliyV/Task1
1ca9a01dd2a61fc2cd8483830302ca1cf64690a1
9b4a9236554beed9c62b2909ae50e7f7ab74ea56
refs/heads/master
2016-09-03T07:15:06.197834
2013-11-24T19:27:05
2013-11-24T19:27:05
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,117
cpp
// // #include "stdafx.h" #include "iostream" #include "fstream" using namespace std; int main() { unsigned char data; setlocale(LC_ALL, "Ukrainian"); cout<<" ***********************************\n" <<" *** ***\n" <<" **** ...
[ "vitaliy3v@rambler.ru" ]
vitaliy3v@rambler.ru
8147db94c45d3531a58d133ac1e0e9a75cf593f5
3490954f207f1fc26a6ae4195476ce170a59e845
/src/Utils/SzArray.h
d0ab2db0d50a9e6815956b752a6de77f0f258df5
[]
no_license
rssh/UAKGQuery
cf69566fbd091f9117f76bb7cd51a050cbe59576
63de600999ef3c0b9b51f860c5d0522ad39575dc
refs/heads/master
2016-09-06T03:19:44.588353
2013-11-17T15:43:05
2013-11-17T15:43:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,827
h
#ifndef __Utils_SzArray_h #define __Utils_SzArray_h /* * SzArray.h * part of implementation of CORBA Query service for Oracle. * (c) Grad-Soft Ltd <http://www.gradsoft.kiev.ua>, 2000-2003 * $Id: SzArray.h,v 1.15 2003-03-11 19:25:22 rssh Exp $ */ #ifndef __importCORBA_h #include <importCORBA.h> #endif #ifndef __...
[ "ruslan@shevchenko.kiev.ua" ]
ruslan@shevchenko.kiev.ua
a3dd6f12ffa7f6b15f423f0a92a5db11181b1e3f
1ab0196b4f7039bd3ccd25c8a2d4a7694e2ee93f
/cascade.h
9f9d7dd2ffe9e3247fcc7bfbe5568a43ca6bffae
[]
no_license
zhangyonglei/TCPGO-Another-TCPCOPY-
97ca5f8390ebca4bbc9b462fd33c5da459c42d10
d2b18050281f669c972d6a2b0077eedcefb4c943
refs/heads/master
2020-03-24T00:26:35.650123
2018-07-20T03:41:00
2018-07-20T03:41:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,207
h
/********************************************* * cascade.h * Author: kamuszhou@tencent.com kamuszhou@qq.com * website: v.qq.com www.dogeye.net * Created on: 19 Mar, 2014 * Praise Be to the Lord. BUG-FREE CODE ! ********************************************/ #ifndef _CASCADE_H_ #define _CASCADE_H_ #include "misc...
[ "zausiu@gmail.com" ]
zausiu@gmail.com
f576a34363a4b7acccaff30192ff90d6e4061ebc
9cefee022eec34a27e4ad16e47bb615993ac99e6
/Labview Software/Hardware Mfg/AlazarTech SDK/7.2.3/Samples_C/ATS9350/DualPort/NPT_onFPGA_FFT/ATS9350_NPT_onFPGA_FFT.cpp
1fa14418fb303e171d9303e5b7809b5f652b7319
[]
no_license
BUNPC/SerialSectOCT
8fb497012bbd98751fbf752fb8fa08d6ddc86ec5
b3ddbe87595fc246dc3959cc0c81b453c27b0781
refs/heads/master
2023-08-17T23:51:09.781058
2023-08-05T15:28:08
2023-08-05T15:28:32
133,862,311
2
2
null
null
null
null
UTF-8
C++
false
false
20,790
cpp
//------------------------------------------------------------------------------------------------- // // Copyright (c) 2008-2016 AlazarTech, Inc. // // AlazarTech, Inc. licenses this software under specific terms and conditions. Use of any of the // software or derivatives thereof in any product without an AlazarTech ...
[ "Shuaibin@bu.edu" ]
Shuaibin@bu.edu
e64f894583d8a8c6aefe5013a06aee5944cb643c
5d8194e3b9a04d1bbdc0c8826318f721f93fc811
/basic_compute/main.cpp
15e910d224abdc163304f7b946c817953ac18c9f
[]
no_license
jeremycheong/CudaSampleUtils
ede517fdc64ba07685aeb6aeedb99dca0544637b
e0bdec36ce2a4a50b9a8ed71cab495a7095959e9
refs/heads/master
2023-05-09T08:53:39.030307
2021-05-26T07:25:57
2021-05-26T07:25:57
277,861,319
2
0
null
null
null
null
UTF-8
C++
false
false
6,419
cpp
#include "common.h" #include "operate.cuh" #include <iostream> #include <cstring> #include <memory> void TestMatrixAdd() { uint32_t width = 1 << 6; uint32_t height = 1 << 5; float* matrix_a = new float[width * height]; float* matrix_b = new float[width * height]; Common::GenerateRangeData(matrix...
[ "jeremy_2015@163.com" ]
jeremy_2015@163.com
0f6aa6e61d2a2323d5292b460c0c200d51c2c9c5
6f7e2c1a2bd098cf11c823a0e1d4a1132b50a84d
/code_c++/mesh.hpp
cfbad78224bbdf7a4057c28d2ccb61fffe28830d
[]
no_license
MBruliard/macs2_advection_diffusion
5054b5f932db25ae10c153f10bb79ea26988877d
e198488de3f372c316375629810f58d81c41eb20
refs/heads/master
2020-03-17T20:31:57.475628
2018-06-01T13:29:09
2018-06-01T13:29:09
133,914,812
0
0
null
null
null
null
UTF-8
C++
false
false
1,274
hpp
/* * BRULIARD - RIGAL * Projet Numérique - MACS 2 */ #ifndef __MESH_HPP__ #define __MESH_HPP__ /* Classe permrettant de définir un mesh regulier. soit les parametres suivants: @_nx est le nombre de discretisations en x @_ny le nombre de discretisations en y la distance @a est la longueur du cote selon x la distance ...
[ "margauxbruliard@live.com" ]
margauxbruliard@live.com
31b35663e599893fd95f9a334b515b3889c09a48
84b36166204ec2e6c7e76cc7a56e9ae4cd7ca208
/CategoryLB.h
403f344f0f99fa3bef181057336e55cd3926fd69
[]
no_license
shigeru-yokochi/AutoPC
24836bb91197e82d5e682a7b8a33098d7aedeb6e
a6015f415e216c40f649596d10559ea3ea299197
refs/heads/master
2020-03-25T06:09:44.266547
2018-08-04T01:19:43
2018-08-04T01:19:43
143,486,365
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
2,935
h
#if !defined(AFX_CATEGORYLB_H__82D4C948_4FA5_4124_9308_A3E26887AB81__INCLUDED_) #define AFX_CATEGORYLB_H__82D4C948_4FA5_4124_9308_A3E26887AB81__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // CategoryLB.h : header file // //////////////////////////////////////////////////////////////////////...
[ "shigeru@yokochi.jp" ]
shigeru@yokochi.jp
f1297155f9e56a00e6e75c2f8a5333a7671f2e57
bd04d063fc3220b4b648a83b34a0e86df1daff7e
/Source/Common/Menus/HighScoresMenu.cpp
3dccbb332f914ea00a0a242db46012af1f2100a5
[]
no_license
beno0103/FinalProject
f04fc52aaa61e327f6b1bae02f302f6a46c049f4
c03da119550bea8ea02926d365309be4ba8f889e
refs/heads/master
2016-09-06T00:54:14.018695
2013-12-13T22:12:00
2013-12-13T22:12:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
996
cpp
// // HighScoresMenu.cpp // GAM-1514 OSX Game // // Created by Amedee Benoitrevert on 2013-12-13. // Copyright (c) 2013 Algonquin College. All rights reserved. // #include "HighScoresMenu.h" #include "../UI/UIButton.h" #include "../Game/Game.h" #include "../Game/Level.h" #include "../Screen Manager/ScreenManager.h...
[ "beno0103@wj310-06.ottawa.ad.algonquincollege.com" ]
beno0103@wj310-06.ottawa.ad.algonquincollege.com
061f7e54ef7200c942326f29dd6ed13d9ef29172
1acf5742a620da04cc786e88a31f96a0cc14f7ee
/winMain/winMain.cpp
3c5f657ca6c3945934343575cdd6192955280c88
[]
no_license
jdk211/Age_Of_One_Piece
37abe058ebef974cc5c00657cad3308fa8a342ea
d2b515b759cdaab72b820b440d4ad4c275a29caa
refs/heads/master
2021-07-16T06:29:04.753162
2017-10-21T12:32:18
2017-10-21T12:32:18
107,778,365
0
0
null
null
null
null
UHC
C++
false
false
4,540
cpp
// winMain.cpp : 콘솔 응용 프로그램에 대한 진입점을 정의합니다. // #include "stdafx.h" #include "gameStudy.h" /* #### 전역변수 #### */ HINSTANCE _hInstance; HWND _hWnd; POINT _ptMouse = {0, 0}; bool _leftButtonDown = false; bool _rightButtonDown = false; int _mapSizeX = 1600, _mapSizeY = 768; int _unitID = 0; int _lineNum = 1; gameStudy _g...
[ "jdk211@naver.com" ]
jdk211@naver.com
fa8a68dfe2e3c4d8849255960eac75cc398e581f
b6d90054fd559b5b115fb830d169525ad8b73321
/Code/lab2/mymatrix.h
99ba2d3555b4c76bc1b8be368a6db3b9603d1a2e
[]
no_license
Painted-Black/BMSTU-AlgorithmAnalysis
deddbd63534b95b65adc405198fb4c8d23dd33ec
cc366d9e290cd160fb02019485a99dbba0cc1bc3
refs/heads/master
2020-09-10T18:58:56.435641
2019-12-03T22:36:35
2019-12-03T22:36:35
221,806,118
2
0
null
null
null
null
UTF-8
C++
false
false
885
h
#ifndef MYMATRIX_H #define MYMATRIX_H #include <iostream> #include <stdexcept> #include <stdlib.h> #include <ctime> #include <vector> class MyMatrix { public: MyMatrix(int rows, int cols, bool randomize=false, int defaultValue=0); MyMatrix(const MyMatrix& m); MyMatrix(std::vector<std::vector<int>> &vec); ...
[ "syzygy.sys@gmail.com" ]
syzygy.sys@gmail.com
1e4ce542f134526905e685ed836ca48485bba6d9
c2a50f048fd9cded050fdbdb1e1b1d0cdbd0fee5
/src/boxes/FileTypeBox.h
c9ee8a31a57f51edf3e8fe500c11a9a7e231aa3d
[ "MIT" ]
permissive
alexmdodge/cmafp
722ee87ab13bf67cddc3081725cec82e77db8282
47fc81918b594b36787e299be7175ed5aabedd38
refs/heads/main
2023-06-22T04:00:26.677461
2021-07-24T21:43:14
2021-07-24T21:43:14
378,416,727
1
0
null
null
null
null
UTF-8
C++
false
false
357
h
#include <vector> #include "Box.h" // File Type Box // Format Req: 1 // // General compatability metadata class FileTypeBox : public Box { public: FileTypeBox(std::shared_ptr<MediaFile>& file, uint32_t start_offset); json to_json(); std::string major_brand; uint32_t minor_version; std::vecto...
[ "alex.mdodge@gmail.com" ]
alex.mdodge@gmail.com
dce7f1b171becf871ef356021121511ba498ea57
b05b89e1f6378905bbb62e2a2bf2d4f8e3187932
/diameterOfBinaryTree.cpp
68fe61191c91890358c6cbd268e38370ca00ed94
[ "MIT" ]
permissive
anishmo99/Daily-Interview-Pro
c959cd336209132aebad67a409df685e654cfdfc
d8724e8feec558ab1882d22c9ca63b850b767753
refs/heads/master
2023-04-10T08:09:46.089227
2021-04-27T07:27:38
2021-04-27T07:27:38
269,157,996
1
1
MIT
2020-06-08T07:09:19
2020-06-03T17:57:21
C++
UTF-8
C++
false
false
758
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l...
[ "ani10sh@gmail.com" ]
ani10sh@gmail.com
58c647a6d5a8163433a8ca4a8ac51e2fe12ad668
553e2c3e6aec473171e81bdf235f960ed51a4425
/gestionTurnosASP/ess/shared/inc/colors_ess.inc
03db82392d892a6e848a4589b6a0244afc2f50a7
[]
no_license
niugeramirez/trivoli-sw-factory
9dbf3d32a2a23509c0f0b1d932f1850c3c84a2e4
f84739734b5e98e8bf856fe8fccde5bd3fa7ed4e
refs/heads/master
2022-12-20T14:31:56.151354
2022-02-11T16:27:04
2022-02-11T16:27:04
39,565,756
0
0
null
null
null
null
UTF-8
C++
false
false
1,088
inc
<% ' Case 1 const css_default = "/serviciolocal/ess/shared/css/ess1.css" const css_tablas = "/serviciolocal/ess/shared/css/tables3.css" const css_tablas_int = "/serviciolocal/ess/shared/css/tables_gray.css" const color_menu_off = "#F7C521" const color_menu_on = "#B99106" const color_sub_menu_off = "#00...
[ "niugeramirez@bcf0a061-0236-3b59-aeac-4c6e9de247fc" ]
niugeramirez@bcf0a061-0236-3b59-aeac-4c6e9de247fc
121cc70e242b00b8412ad34036d1da3c87d50ac7
0ca8832a2818af66f1a584d7cf6c56abf0af8591
/src/thirdparty/boost/boost/mpl/sort.hpp
ec736bbf9d5731969c174428763e0e6c434d78f5
[]
no_license
knobik/source-python
241e27d325d40fc8374fc9fb8f8311a146dc7e77
e57308a662c25110f1a1730199985a5f2cf11713
refs/heads/master
2021-01-10T08:28:55.402519
2013-09-12T04:00:12
2013-09-12T04:00:12
54,717,312
0
0
null
null
null
null
UTF-8
C++
false
false
744
hpp
#ifndef BOOST_MPL_SORT_HPP_INCLUDED #define BOOST_MPL_SORT_HPP_INCLUDED // Copyright Eric Friedman 2002-2003 // Copyright Aleksey Gurtovoy 2004 // // 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) // ...
[ "satoon101@gmail.com" ]
satoon101@gmail.com
423f6f6a1447ba138699d301594e0d11e3356cb1
b5bbe0b4d438e8852df1f581234d2101b25f1672
/source/src/binds/components/LuaCSelectable.cpp
44b06d9845b20a2fe362ea8891270c9a2e572702
[]
no_license
Galaco/sokoban3d
8315cbc8d23fa0d86e1f0b638590a00b99b878b9
d630fb74238a5e5bae10f2e4c5cd2375cc93945c
refs/heads/master
2021-01-20T17:23:41.713001
2018-11-15T11:14:23
2018-11-15T11:14:23
25,152,727
2
0
null
2018-11-15T11:14:24
2014-10-13T09:46:50
C++
UTF-8
C++
false
false
843
cpp
#include "LuaCSelectable.h" LuaCSelectable::LuaCSelectable(){} LuaCSelectable::~LuaCSelectable(){} const luaL_Reg LuaCSelectable::luaBinds[] = { {"Create", lua_Create}, {"IsSelected", lua_GetSelected}, {"HoveredOver", lua_GetHovered}, {NULL, NULL} }; int LuaCSelectable::lua_Create(lua_State* L) { LuaBinder bind...
[ "contact@joshmartin.eu" ]
contact@joshmartin.eu
af2ff0161f8391bedd5a86f1bbfba715ba8281f2
90047daeb462598a924d76ddf4288e832e86417c
/content/browser/service_worker/service_worker_context_core.h
65050374a9d6f5547c399f2bb51c280343a32b22
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
17,665
h
// Copyright 2013 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 CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CORE_H_ #define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_CONTEXT_CORE_H_ #include <std...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
0c691b2fdc1c328e24cf751224f83097c6e1459a
477b998baf135a7d3563c46329ef191893a1ea40
/s02e01_cinema/cinema_ptr.cpp
053b5dcce88c47096a3aa0917f3f874b9ebfef8b
[]
no_license
senapk/poo_2018_2
eaadc5a639b6b4c591a6391a928299c9c616015e
ab17a1ee8b05ecb678df9a5d8b9319c3aed77b3c
refs/heads/master
2021-07-18T03:58:27.494325
2018-12-13T13:33:11
2018-12-13T13:33:11
143,944,359
5
8
null
2018-11-15T19:09:06
2018-08-08T01:19:43
C++
UTF-8
C++
false
false
2,381
cpp
#include <iostream> #include <vector> #include <sstream> using namespace std; struct Cliente{ string id; string fone; Cliente(string id = "fulano", string fone = "0000"){ this->id = id; this->fone = fone; } string toString(){ stringstream ss; ss << this->id << ":" <...
[ "sena.ufc@gmail.com" ]
sena.ufc@gmail.com
6afbf6c7fa138a4040798a73bbdfe6af099b369c
fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd
/third_party/WebKit/public/web/WebWindowFeatures.h
cf213a90434a507a32eb12c0e6b19ff3f8629eaa
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft" ]
permissive
wzyy2/chromium-browser
2644b0daf58f8b3caee8a6c09a2b448b2dfe059c
eb905f00a0f7e141e8d6c89be8fb26192a88c4b7
refs/heads/master
2022-11-23T20:25:08.120045
2018-01-16T06:41:26
2018-01-16T06:41:26
117,618,467
3
2
BSD-3-Clause
2022-11-20T22:03:57
2018-01-16T02:09:10
null
UTF-8
C++
false
false
2,234
h
/* * Copyright (C) 2010 Google Inc. 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 retain the above copyright * notice, this list of conditio...
[ "jacob-chen@iotwrt.com" ]
jacob-chen@iotwrt.com
d7d7831b6fdf6e2007ea5d9e19f46ef7c8eb942e
9a178d7e313148b5c110a036628c81f416c6c3b1
/ttud/CBUS..cpp
982867c23ad4ea5b114730e57ba441f1b3501ce7
[]
no_license
hieunv183534/ttud
09d1300e9de54cf48824c64d42c1e4b86da9d128
6ca378968795928db2351e998f3abd66281e53c5
refs/heads/main
2023-08-02T01:42:23.698392
2021-09-08T03:47:00
2021-09-08T03:47:00
404,202,144
0
0
null
null
null
null
UTF-8
C++
false
false
117
cpp
#include<bits/stdc++.h> using namespace std; const int N=10001; int n,k; int c[N][N]; int main(){ return 0; }
[ "Email" ]
Email
b1e565afe0a0766eff261136550c0273398ab2f2
1dbf007249acad6038d2aaa1751cbde7e7842c53
/gaussdb/include/huaweicloud/gaussdb/v3/model/UpgradeGaussMySqlInstanceDatabaseResponse.h
e5c022c8ee24e7c39646150f881326d1f9141578
[]
permissive
huaweicloud/huaweicloud-sdk-cpp-v3
24fc8d93c922598376bdb7d009e12378dff5dd20
71674f4afbb0cd5950f880ec516cfabcde71afe4
refs/heads/master
2023-08-04T19:37:47.187698
2023-08-03T08:25:43
2023-08-03T08:25:43
324,328,641
11
10
Apache-2.0
2021-06-24T07:25:26
2020-12-25T09:11:43
C++
UTF-8
C++
false
false
1,535
h
#ifndef HUAWEICLOUD_SDK_GAUSSDB_V3_MODEL_UpgradeGaussMySqlInstanceDatabaseResponse_H_ #define HUAWEICLOUD_SDK_GAUSSDB_V3_MODEL_UpgradeGaussMySqlInstanceDatabaseResponse_H_ #include <huaweicloud/gaussdb/v3/GaussDBExport.h> #include <huaweicloud/core/utils/ModelBase.h> #include <huaweicloud/core/http/HttpResponse.h> ...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
987cd8b2402db8d3b993447e79a15fca5b81d076
5470644b5f0834b9646649da365c96101a2f9b2a
/Sources/Elastos/Frameworks/Droid/Base/Core/inc/webkit/SslCertLookupTable.h
a0b82e89ecbe7524c857c5975dc1ba6dd6665f7b
[]
no_license
dothithuy/ElastosRDK5_0
42372da3c749170581b5ee9b3884f4a27ae81608
2cf231e9f09f8b3b8bcacb11080b4a87d047833f
refs/heads/master
2021-05-13T15:02:22.363934
2015-05-25T01:54:38
2015-05-25T01:54:38
116,755,452
1
0
null
2018-01-09T02:33:06
2018-01-09T02:33:06
null
UTF-8
C++
false
false
1,193
h
#ifndef __SSLCERTLOOKUPTABLE_H__ #define __SSLCERTLOOKUPTABLE_H__ #include "ext/frameworkext.h" using Elastos::Droid::Os::IBundle; using Elastos::Droid::Net::Http::ISslError; namespace Elastos { namespace Droid { namespace Webkit { /** * Stores the user's decision of whether to allow or deny an invalid certificat...
[ "chen.yunzhi@kortide.com" ]
chen.yunzhi@kortide.com
38512d4bcbe39932d55ffd8a1c1448e035aa34a6
cbbd25eec79fb0e945c634f6ed701925df4b5bbd
/test/mat.cpp
8a10ba36c7d1b4f290614e204d17787f477182dd
[]
no_license
rzs840707/walabot
e9ce3ba0d8820c37bf604e1216597f1aa77db10b
6af17764f03ef4d8a96f5ef2cba54d3b668e9d6f
refs/heads/master
2020-04-14T07:59:46.278133
2016-08-17T16:25:26
2016-08-17T16:25:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,981
cpp
#include <iostream> #include <fstream> #include <stdio.h> #include <assert.h> #include <unistd.h> #include <typeinfo> #include <math.h> #include "opencv2/opencv.hpp" #include "opencv2/highgui.hpp" #include "opencv2/imgproc.hpp" #include "opencv2/imgcodecs.hpp" #include "opencv2/videoio.hpp" using namespace cv; using n...
[ "dunkyfool0113@gmail.com" ]
dunkyfool0113@gmail.com
062a6e08340b2d8dc31075acedc83f2a322a116f
0b45aa221f069d9cd781dafa14bc2099b20fb03e
/branches/1.10.1/sdk/angelscript/source/as_callfunc_x86.cpp
7bc25e5b84d7ece445b0e1fe128b105c02b54d26
[]
no_license
svn2github/angelscript
f2d16c2f32d89a364823904d6ca3048222951f8d
6af5956795e67f8b41c6a23d20e369fe2c5ee554
refs/heads/master
2023-09-03T07:42:01.087488
2015-01-12T00:00:30
2015-01-12T00:00:30
19,475,268
0
1
null
null
null
null
ISO-8859-1
C++
false
false
24,937
cpp
/* AngelCode Scripting Library Copyright (c) 2003-2004 Andreas Jönsson This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
[ "angelcode@404ce1b2-830e-0410-a2e2-b09542c77caf" ]
angelcode@404ce1b2-830e-0410-a2e2-b09542c77caf
405ba3adaba2322b9b19a50fe4cf8904fb37c6c6
71163a950257b5d7cb757d5640d0580c356b76cd
/algoTest/combinations.cpp
843a52194d166a8b625ac696d72c8c1e84b2749f
[]
no_license
WeichenXu/LeetCode
ffc5c975d24231c61064a8b95f88a61f1f44f78e
4491e225a0c38ff03b053eabff934583f3e1f1e9
refs/heads/master
2021-01-18T21:17:36.705741
2016-05-30T21:49:51
2016-05-30T21:49:51
46,749,111
0
0
null
null
null
null
UTF-8
C++
false
false
766
cpp
class Solution { public: vector<vector<int>> combine(int n, int k) { vector<vector<int>> res; vector<int> tmp; findCombine(1, n, k, tmp, res); return res; } void findCombine(int cur, int n, int k, vector<int> &curCombine, vector<vector<int>>& allCombines){ if(k<=0 || ...
[ "weichenxu1993@icloud.com" ]
weichenxu1993@icloud.com
972ed40b685d2ab5f388582e5560c901cc489545
79c09af7c34d24f055ebcb8dbae7e1bcf5de4a6a
/deposit/deposit.cpp
a599a0222b6a5760020ec84be05207bdc6ee4a38
[]
no_license
tradzero/eos_contract_test
b009b143a060eec183d73b0f096851fc514b9fac
9a39a956647d709fdadac9bfd1b4198ddad92414
refs/heads/master
2020-03-30T00:24:03.704547
2019-01-15T06:33:05
2019-01-15T06:33:05
150,521,302
1
0
null
null
null
null
UTF-8
C++
false
false
1,517
cpp
#include <eosiolib/eosio.hpp> #include <eosio.token/eosio.token.hpp> using namespace eosio; namespace wallet{ class deposit : contract { // @abi table struct [[eosio::table]] deposit_record { uint64_t id; account_name payer; int64_t amount; string me...
[ "fate_zero@Fate-ZerodeMac-mini.local" ]
fate_zero@Fate-ZerodeMac-mini.local
cb6cd67b056c60f6b2ff817b9e7f1ac45f4e799c
b04cde06b03c5a81d1320beeaa73815d148cd840
/2947.cpp
f1c75bf086687c864872f9bbb3e32bc8b6ca9265
[ "Beerware" ]
permissive
JrSousaJ/Uri-Solved-Problems
61748bf90d3227b0361721802571b2358e535f55
ae777b9aa1f3d64b2f75eb91d57aff8c62b3296b
refs/heads/master
2020-03-09T21:13:38.026506
2019-09-16T13:02:18
2019-09-16T13:02:18
129,003,832
5
3
null
null
null
null
UTF-8
C++
false
false
662
cpp
#include<bits/stdc++.h> using namespace std; int main() { int n;scanf("%d",&n); char s[n+1]; scanf(" %s",s); int k;scanf("%d",&k); vector<string>v; for (int i = 0; i < k; i++) { char s1[n+1]; scanf(" %s",s1); v.push_back(s1); } int vv[27]; memset(vv,0,sizeof vv); int ans=0; for(int i=0;i<n;i++) { ...
[ "jairosousajunior@gmail.com" ]
jairosousajunior@gmail.com
8906e508017ec9e6b1a9bee89c7b840f373d55bf
9ca5f29f559ae5b718f8b271c727c6b492983b0c
/src/test/test_bitcoin.cpp
35259fcff70b0a3af83e6269bbf4cf52b61e70b6
[ "MIT" ]
permissive
ibnux/NuxCoin
52dd9382063ae5007fbea0e99dc94fb5a2136f46
786454d12baf324916ded07eb7d107faeed4920b
refs/heads/master
2022-12-18T16:34:52.704463
2020-09-17T12:33:35
2020-09-17T12:33:35
291,203,065
0
0
null
null
null
null
UTF-8
C++
false
false
12,215
cpp
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <test/test_bitcoin.h> #include <banman.h> #include <chainparams.h> #include <consensus/consensus.h> #include <conse...
[ "ibnumaksum@gmail.com" ]
ibnumaksum@gmail.com
09dd6f46ee608ce20c0abf5c02a3c1d1597a4f12
337c41b9bcb0e80426a54810086043c615fe61bb
/source/RenderObjects.cpp
ac0a9b15784a20066399d1df0f4e205f260b352d
[]
no_license
shubbart/Graphics
83b4cd6e6172cdf9d73f256f17682d4fc0e9f8fc
347c5f3482bead335e305a34e7b466e53019c450
refs/heads/master
2021-01-18T20:11:52.491678
2017-09-22T16:46:32
2017-09-22T16:46:32
100,545,885
0
0
null
null
null
null
UTF-8
C++
false
false
8,645
cpp
#define GLM_FORCE_SWIZZLE #include "glinc.h" #include "graphics\RenderObjects.h" #include "graphics\Vertex.h" #ifdef _DEBUG #include <iostream> #endif glm::vec4 calcTangent(const Vertex &v0, const Vertex &v1, const Vertex &v2) { // Calculate the left and right edge of the triangle glm::vec4 p1 = v1.position - v0.p...
[ "shawn.hubbart@gmail.com" ]
shawn.hubbart@gmail.com
ccbcfe6010cb4f3bf2e1f63294c01ee9cc050a62
aa10e3edb2d9db88b0fa48beee2c8a4c93d6958f
/5e/C++11/384.cpp
63df3bee0041106192688bdde14910f810854603
[ "MIT" ]
permissive
mallius/CppPrimer
e1a04d6e1a00d180ecca60a0207466a46a5651b7
0285fabe5934492dfed0a9cf67ba5650982a5f76
refs/heads/master
2021-06-05T10:32:55.651469
2021-05-20T03:36:22
2021-05-20T03:36:22
88,345,336
0
1
null
null
null
null
UTF-8
C++
false
false
232
cpp
#include <iostream> #include <map> #include <string> using namespace std; int main(void) { auto f = [] { return 42; }; cout << f() << endl; [](const string& a, const string& b) { return a.size() < b.size(); }; return 0; }
[ "mallius@qq.com" ]
mallius@qq.com
972139826e7f90eacb49c6eb4ddff16a1b1ad184
78e66bac02019d418a37d5a58cfe9b754e2994f9
/Dev/ida5sdk/module/z80/ins.hpp
f8f58fc1a12ded787fff8d29da43b6f2a48244df
[]
no_license
raimundojimenez/usefulres
1db49c36bc08d409eec7253367d054e3b85489be
1121a7b280cc95002b5d901b7e151741fffcafd3
refs/heads/master
2021-05-29T12:44:47.694847
2015-05-27T04:14:15
2015-05-27T04:14:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,813
hpp
/* * Interactive disassembler (IDA). * Version 2.09 * Copyright (c) 1990-93 by Ilfak Guilfanov. (2:5020/209@fidonet) * ALL RIGHTS RESERVED. * */ #ifndef __INSTRS_HPP #define __INSTRS_HPP extern instruc_t Instructions[]; enum nameNum { I5_null = 0, // Unknown Opera...
[ "WellKnownSoft@3eee2735-b65a-edde-9f56-9c96bd66f7d7" ]
WellKnownSoft@3eee2735-b65a-edde-9f56-9c96bd66f7d7
1e6ef9574c1a3bd2a7fb204f26dcf9d5a8d0c22b
aaa634d2b8ea71b160a98f4279f787ed201b369d
/0.1now/parking lot host/Src/usr/extendllrp/ExtendLLRP.cpp
f222825d7ad8726cec200c6dd8dca08ef308a444
[]
no_license
MCreatorD/parking-lot
41f11a175bfbdd671f86b3eb03eec712897ab2dc
8dac908132cd1c1d83b8bee3896adc52f5334f6e
refs/heads/master
2021-07-12T08:57:28.351875
2020-07-08T05:48:07
2020-07-08T05:48:07
161,132,824
1
1
null
null
null
null
UTF-8
C++
false
false
10,567
cpp
#include "ExtendLLRP.h" /* * Generated file - DO NOT EDIT * * This is the header file for the LLRP Tool Kit (LTK) * C++ (aka cpp) implementation. It is generated into a .inc file * that is included by a platform specific .cpp source file. * That .cpp file takes care of prerequisites needed by this file. */ /*...
[ "2854836020@qq.comm" ]
2854836020@qq.comm
ee896d5d808bc7f30d2583137b7a36c42db6d423
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2645486_0/C++/hesibo/b.cpp
e6d8cf48a28e53e73b546b9e8ebf04c0f9700b1f
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,032
cpp
#include <iostream> #include <cstring> #include <cmath> using namespace std; int main() { freopen("B-small-attempt1.in", "r", stdin); freopen("out.txt", "w", stdout); int tot; cin >> tot; for (int task = 1; task <= tot; task++) { int e, r, n; cin >> e >> r >> n; ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
24f187ee8c06f4f57e6cfd4a87b62776349d20a1
86a9081a05b837ad0f0feaf6e003a1cbb276993f
/cg_exercise_05/cglib/lib/glm/glm/gtx/common.hpp
e13be84fff44144829a9ca637b58d0bf43dac958
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-happy-bunny" ]
permissive
flex3r/cg_exercises
e2defd27427c251d5f0f567a8d192af8d87bca3c
7c4b699a8211ba66710ac2137f0d460933069331
refs/heads/master
2020-12-11T14:06:15.052585
2018-02-11T13:58:23
2018-02-11T13:58:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,994
hpp
/// @ref gtx_common /// @file glm/gtx/common.hpp /// /// @see core (dependence) /// @see gtc_half_float (dependence) /// /// @defgroup gtx_common GLM_GTX_common /// @ingroup gtx /// /// @brief Provide functions to increase the compatibility with Cg and HLSL languages /// /// <glm/gtx/common.hpp> need to be i...
[ "n1085633848@outlook.com" ]
n1085633848@outlook.com
94f94801e1ccce045e6eb495d3b0be188ed665f2
ae32263088df7a258b3802f548eb05516b693087
/tests/tst-concurrent-read.cc
eb2f1d570337173062c5254ae0235f933e2f583d
[ "BSD-3-Clause" ]
permissive
mkenigs/osv
6809452169e4172d2a010bbd53dbf6b1a7de229f
9c8ee44bd67b3031d857f31319783a53e3889258
refs/heads/master
2023-03-17T05:56:26.863141
2021-01-30T02:59:25
2021-02-01T19:06:48
318,828,802
1
0
NOASSERTION
2020-12-05T15:59:51
2020-12-05T15:59:51
null
UTF-8
C++
false
false
2,793
cc
#include <stdio.h> #include <string.h> #include <sys/mman.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> #include <time.h> #include <iostream> #include <thread> #include <vector> #include <atomic> #if defined(READ_ONLY_FS) #define SUBDIR "rofs" #else #define SUBDIR "tmp" #endif i...
[ "nyh@scylladb.com" ]
nyh@scylladb.com
71cf9107b33e918750ba35b58d8759b751483e96
c8d4c272bdc6e331e7102f4b6bf236d07ce9d8d8
/HZOJ/486.cpp
78b18c1412b56507454ae4b230b8814b1bcc0601
[]
no_license
index1101/CPractice
59773be3346ba0abf26a002cdb7236d46061b7da
b92cb870ce12bd536fb6402c6c255f6b09082781
refs/heads/master
2020-05-09T13:48:20.556117
2019-11-06T12:47:40
2019-11-06T12:47:40
181,168,159
0
0
null
null
null
null
UTF-8
C++
false
false
630
cpp
/************************************************************************* > File Name: 486.cpp > Author: liutaiwei > Mail: 243187728@qq.com > Created Time: 2019年10月22日 星期二 18时41分39秒 ************************************************************************/ #include <iostream> using namespace std; #define MAX_N 10...
[ "243187728@qq.com" ]
243187728@qq.com
c95ceed837521a69fea5f1f61a0dd99608fb583e
f7d12dd299c09f06a2de705f045ee19ed8515a69
/numeric.h
c15ff3f9f8d3125e9741ed97ee4ace7e4e0f1f58
[]
no_license
Immac/TeoriaDB
7c24f74d5db213bf8647bdfbda2c7f61ff772848
a20d7047f51b34d75c30c21134b05d1be16f798a
refs/heads/master
2020-05-19T14:55:05.940455
2014-09-20T02:32:03
2014-09-20T02:32:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
347
h
#ifndef NUMERIC_H #define NUMERIC_H #include <QString> class Numeric { public: Numeric(bool isPositive,double integer,double decimal): isPositive(isPositive), integer(integer), decimal(decimal) {} QString toString(); private: bool isPositive; double integer; double decima...
[ "immac.gm@gmail.com" ]
immac.gm@gmail.com
f6cac4383372ab55d562eb28ac1d55d8f20fa1e6
66880b4c06bf662d058b1184642e9f052779ea9e
/art/compiler/dex/compiler_ir.h
70159cae9f1aae8f8a04ef84ccaf638ee43abd57
[]
no_license
ParkHanbum/dex2ir
afa195163a048efa01c1cbd44c90ffd84565d053
a4cc0fe939146ca258c50a6b52b8fa09313f5eb4
refs/heads/master
2022-07-02T20:28:19.323269
2022-05-30T09:22:33
2022-05-30T09:22:33
247,693,944
51
16
null
null
null
null
UTF-8
C++
false
false
3,448
h
/* * Copyright (C) 2011 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...
[ "kese111@gmail.com" ]
kese111@gmail.com
00d7b12ad95b35b53daccc63347d15cb43631fc6
7cce0635a50e8d2db92b7b1bf4ad49fc218fb0b8
/测线源程序/测线源程序0914/测线界面程序/SeismonitorGraphView.cpp
2063e210f1ba93eb715f0fa949ff7b1af6b84d1f
[]
no_license
liquanhai/cxm-hitech-matrix428
dcebcacea58123aabcd9541704b42b3491444220
d06042a3de79379a77b0e4e276de42de3c1c6d23
refs/heads/master
2021-01-20T12:06:23.622153
2013-01-24T01:05:10
2013-01-24T01:05:10
54,619,320
2
2
null
null
null
null
GB18030
C++
false
false
30,680
cpp
// SensorGraphView.cpp : 实现文件 // #include "stdafx.h" #include "BCGPVisualStudioGUIDemo.h" #include "SeismonitorGraphView.h" #include "SeismonitorGraphChildFrame.h" // CSeismonitorGraphView IMPLEMENT_DYNCREATE(CSeismonitorGraphView, CScrollView) CSeismonitorGraphView::CSeismonitorGraphView() { m_pSite...
[ "chengxianming1981@gmail.com" ]
chengxianming1981@gmail.com