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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
46252326752d6053cb69b91cfd1667d8c3f48155
00aeccd23bcba53f5dbdc4c71fafda194edb8058
/tutorial/BaseApplication.cpp
e930d06b15e79d6976a33587f960179b561d0472
[]
no_license
hef/ogre3dTutorials
601ec06e3421ea21c68eda80ab94369df18e6ebf
c72140b8c1b163292dd384ef67f0f36ed7327723
refs/heads/master
2021-01-19T03:17:56.971765
2010-07-07T05:17:29
2010-07-07T05:17:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,514
cpp
/* ----------------------------------------------------------------------------- Filename: BaseApplication.cpp ----------------------------------------------------------------------------- This source file is part of the ___ __ __ _ _ _ /___\__ _ _ __ ___ / / /\ \ (_) | _(_) // // _` ...
[ "hef@pbrfrat.com" ]
hef@pbrfrat.com
e4e37ca78ed657df5024c07dd53a739d9048c744
dce708c0a4caf2ed2bb4985f8eae1e069dd69408
/BoardDisplayWindow.h
311adee21914799e052f09b6cf8c6eb9baf26794
[]
no_license
Tuyixiang/2018.8-Practice-2
aaa96578b99bef54197c11fa3f14c68589415a28
658c003ec4c1e711f6de09dbd3d6ec3fd90d70fc
refs/heads/master
2020-03-28T19:49:57.464452
2018-09-16T16:31:39
2018-09-16T16:31:39
149,013,728
0
0
null
null
null
null
UTF-8
C++
false
false
1,837
h
// // Created by Yixiang Tu on 04/09/2018. // #ifndef CHINESE_CHESS_BOARDDISPLAY_H #define CHINESE_CHESS_BOARDDISPLAY_H #include <Qt3DWindow> #include <QOpenGLFunctions> #include "declarations.h" #include "PieceEntity.h" class Tile; struct Piece; class BoardDisplayWindow : public Qt3DExtras::Qt3DWindow { Q_OBJEC...
[ "tu.yixiang@icloud.com" ]
tu.yixiang@icloud.com
7498bd897c9881331761ac7d97c00edbaf91d536
322d037d769811162b77a3367d16e6924e47c81b
/tcp_connection.cpp
9233f37c8c22a9e3bf0c7ffe9dd86123c64c5302
[]
no_license
rrrbatman2020/lruc
7949fd9410140967c23dfa83d885f1ba1364aae7
4f5d44360e2a195611fed1b097784787dbfada37
refs/heads/master
2020-09-25T15:40:28.437671
2019-12-05T07:52:40
2019-12-05T07:52:40
226,036,213
0
0
null
null
null
null
UTF-8
C++
false
false
3,203
cpp
#include "tcp_connection.h" #include "error.h" #include <arpa/inet.h> #include <cstring> #include <netdb.h> #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <unistd.h> TTcpConnection::TTcpConnection(const std::string& host, const std::string& port) { Establish(host, p...
[ "ponomarev.ca@gmail.com" ]
ponomarev.ca@gmail.com
92bc8e8bc53d89498e8bda68f597a86a93d6feea
fe06abf8fd1ef60e28d2d41a0120b31f91844099
/5.1D/Vector.h
af408d4b9b1e32cd440e4849379f5b2a5e87de28
[]
no_license
Korovytskyi/5.1.4
0873bdfc68236e5d89e0d5dc46463c721a9ff8b2
62cda6153f01e3d90c9675ba0bb287aa415bdc0f
refs/heads/master
2023-04-08T02:25:58.784804
2021-04-25T12:38:05
2021-04-25T12:38:05
361,424,522
0
0
null
null
null
null
UTF-8
C++
false
false
804
h
#pragma once #include <iostream> #include "Exception.h" using namespace std; class Vector { private: double x, y, z; public: Vector(); Vector(double x, double y, double z) ; Vector(const Vector&); void setX(double value) { x = value; } void setY(double value) { y = value; } void setZ(double value) { z = value;...
[ "taras.korovytskyi.itis.2020@lpnu.ua" ]
taras.korovytskyi.itis.2020@lpnu.ua
718aed8440eec30a798b202baafef83659554ef5
04e06ad381075fa9321fb5c5451bea6b681468b6
/source/game/world/biome.cpp
c107cf98bfc07793c178c75aae83ac329b832924
[]
no_license
filux/Mandate
645b0bd6327c7c93a7950c1d98770a404914d792
a0e22ecf01588ab4d85611fee22055ab80dea79d
refs/heads/master
2020-12-11T05:38:26.865784
2014-06-12T22:19:00
2014-06-12T22:19:00
null
0
0
null
null
null
null
ISO-8859-10
C++
false
false
2,243
cpp
// ============================================================== // This file is part of Glest (www.glest.org) // // Copyright (C) 2001-2008 Martiņo Figueroa, // 2008 Jaagup Repän <jrepan@gmail.com>, // 2008 Daniel Santos <daniel.santos@pobox.com> // 2009-2010 James McCulloch <silnarm@gmail.co...
[ "taomastercu@yahoo.com" ]
taomastercu@yahoo.com
18b087d0459294c6e18e9e4fd66a8e1f570d410a
0cac0f3314ea1534b70b792e9f7fd7837217459c
/SingleNumber2.cpp
028e42a95772a78a119eb3d59e73703377a9a420
[]
no_license
wengbinbin/leetcood
610b68e677b85dea6f18f9061429fb98251e7e00
a5d22d56310d920ec2ec25d6083eb157f80fcd9c
refs/heads/master
2021-05-27T10:23:21.973715
2014-05-13T07:04:47
2014-05-13T07:04:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
632
cpp
#include<iostream> #include<string> using namespace std; class Solution { public: int singleNumber(int A[], int n) { int w=sizeof(int)*8; int count[w]; int result=0; memset(count,0,sizeof(int)*w);//initial wrong for(int i=0;i<w;i++){ cout<<count[i]<<" "; count[i]=0; } for(int i=0;i<n;i++){ fo...
[ "2008shdjc@163.com" ]
2008shdjc@163.com
54fd86d5c586bcf44d07ed97e8835a35233476d9
b7a1dc7128f09cbe4a3f3136c8b57ee996cac536
/notes/7.1.15.cpp
e7762904f401cc78916f133e74ed073a07a2a40c
[]
no_license
jerryweb/OS
ff2f46b56887c7ada6840410127801011ed560f9
848389f0243f718ee6a0fad5e2de08105210cf0d
refs/heads/master
2021-01-10T09:03:52.211994
2015-07-26T06:58:20
2015-07-26T06:58:20
36,947,191
0
0
null
null
null
null
UTF-8
C++
false
false
8,777
cpp
Project 3 -3 parts parts 1 & 2 - Demand Page virtual memory //dont preload anything (no bitmap finds in the constructor; also we //can no longer do a new page table each time) part 3 - networking - client server //should work even if parts 1 & 2 are not distributed locks/CVs An Approach to Parts 1...
[ "jerryweb@usc.edu" ]
jerryweb@usc.edu
3048914032b8410a8af4a77265991ce78258fe30
ace7469476607a58aa83cef8bac8934543eb9458
/cpp/boost/bimap/student/main.cpp
e16c64655ded7919295c37e94a2e02b694704fac
[ "MIT" ]
permissive
307509256/learning-c-cpp
0fde4f5bc7a8e862f5b23ad76043eb39fcaa76ca
998370e4fdd59c867f3b1e2b8840f38500c5c634
refs/heads/master
2022-12-25T00:42:30.314218
2018-05-11T05:58:25
2018-05-11T05:58:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
810
cpp
#include <string> #include <iostream> #include <boost/bimap.hpp> int main() { boost::bimap<boost::bimaps::tagged<int, struct id>, boost::bimaps::tagged<std::string, struct name>> students; int student_id = 1; students.by<id>().insert(std::make_pair(student_id++, "Jeff")); students.by<id>().insert(std::make_p...
[ "akagi201@gmail.com" ]
akagi201@gmail.com
2ddadf40b22183348beeddc2765feaf93d2681b8
3448a43cf0635866b25e5d513dd60fb003f47e29
/src/xrGame/Script_SchemeSRNoWeapon.h
f617ace4a1194cc418d045e796d85ff8bda0e9e5
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
xrLil-Batya/cordisproject
49632acc5e68bea9847d001d82fb049703d223c2
24275a382fec62a4e58d11579bf497b894f220ba
refs/heads/master
2023-03-19T01:17:25.170059
2020-11-17T14:22:06
2020-11-17T14:22:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,977
h
#pragma once namespace Cordis { namespace Scripts { class Script_SchemeSRNoWeapon : public Script_ISchemeEntity { using inherited_scheme = Script_ISchemeEntity; public: Script_SchemeSRNoWeapon(void) = delete; Script_SchemeSRNoWeapon(CScriptGameObject* const p_client_object, DataBase::Script_ComponentSchem...
[ "phantom1020@yandex.ru" ]
phantom1020@yandex.ru
47974885849556f6d10cae1865230776beb69069
29512b1284ec9539164b93023a30f515fed96975
/Platformer/Background.hpp
4e26f597c283b1329935471cb032fd6772ff67d9
[]
no_license
PrzemyslawBanasiak/SFML-Platformer
cb694f4f172a8836bb7aab063307538c9ca37bb8
0f31bfddd8b4fd902ad299351982f056ffa09622
refs/heads/master
2021-09-03T19:29:35.274848
2018-01-11T12:24:02
2018-01-11T12:24:02
116,832,547
0
0
null
null
null
null
UTF-8
C++
false
false
249
hpp
#pragma once #include <SFML\Graphics.hpp> struct Managers; class GameMap; class Background { public: Background(Managers& managers); void Draw(); private: Managers& _managers; sf::Sprite _background; sf::Vector2f _offset; };
[ "200299@student.pwr.edu.pl" ]
200299@student.pwr.edu.pl
494b3ab03d6901a4602cac45a5ca784b25824f4b
efc0082ab67ab6ddab06c869fd0c2e661de0df74
/src/borderwall.cpp
f277b5b16bc11d28693fd7620248620b03430668
[]
no_license
josephjamiell/SnakeGame
e8e80655a1054c09d5c2a24321212f59389c0c8b
2ce9a1a484763d2b9d376b320095d346119cacdf
refs/heads/master
2023-01-01T07:24:20.607143
2020-10-25T03:33:32
2020-10-25T03:33:32
306,982,543
0
0
null
null
null
null
UTF-8
C++
false
false
945
cpp
#include <vector> #include "borderwall.h" #include <iostream> BorderWall::BorderWall() { _objectType = GameObjectType::wallObject; } void BorderWall::CreateWall() { // top wall points for(int i = 0; i < _gSize; ++i){ SDL_Point pnt {i * _bSize, 0}; _topBorder.emplace_back(pnt); } /...
[ "jamielljoseph@Jamiells-MBP.fios-router.home" ]
jamielljoseph@Jamiells-MBP.fios-router.home
f299332c1671fc7aefef65e0ea836ef5c5c42cb8
0cd8bbc974b822c46b64712d3be53e9808a5c246
/686.cpp
36def0166e4146f77acc9f7d377030c698769c02
[]
no_license
limon2009/ACM-UVA-Online-Judge-solution
b78e8f709c88e5db6fdac83a7bd5ec71f7ab00b0
0f86718d3c609e654a3c16a29e0f91620ac40cd1
refs/heads/master
2021-08-11T04:58:42.829356
2017-11-13T06:14:09
2017-11-13T06:14:09
110,505,263
1
3
null
null
null
null
UTF-8
C++
false
false
665
cpp
#include<stdio.h> #include<math.h> int p[32772]; void compute_prime_table() { long i,j; p[0] = p[1] = 0; for (i=2; i<=32768; i++) p[i]=1; for (i=2; i<=181;) { for (j=i+i; j<=32768; j+=i) p[j]=0; for (i++; !p[i]; i++); } } main() { long n,i,j,count; compute_prime_table(); while(...
[ "md.moniruzzaman@bjitgroup.com" ]
md.moniruzzaman@bjitgroup.com
03cf91bc6525c7a68f33acabbade460d10cd61b4
7a20a5c9bd2b9f87b02f545f9e756ea35a8188dd
/Audio Manager/autil_stringlist_private.hpp
e89be0303b2cf7484e5dc8818d736df1c3d0189b
[]
no_license
lukehabermehl/blockdsp
885ccaefea319f811c21418e5f59471b29ae433e
e0a24632415a5821dfbb3a285128824ec95c4cbc
refs/heads/master
2020-04-12T05:43:29.324992
2017-02-18T22:59:00
2017-02-18T22:59:00
64,621,055
1
0
null
2016-12-06T03:05:14
2016-07-31T23:31:45
C++
UTF-8
C++
false
false
410
hpp
// // autil_stringlist_private.hpp // libblockdsp // // Created by Luke on 9/8/16. // Copyright © 2016 Luke Habermehl. All rights reserved. // #ifndef autil_stringlist_private_h #define autil_stringlist_private_h #include "autil_stringlist.hpp" #include <vector> #include <string> class APUStringList::Pimpl { pub...
[ "luke.habermehl@gmail.com" ]
luke.habermehl@gmail.com
aea09ecea242a285886bd8a8852bd60ce0dbd8d0
8b7639352a922a39874cfd006c8213381b1dca13
/searchMatrix.cpp
640a6ffd23a3a8b01e8fcf892934e885d25217ac
[]
no_license
Boomshakalak/leetCodePractice
3cabdec4341e3525a9bcbf20851e45c46de83e6f
bd616240015a094e3303afa7865a1a54e1720128
refs/heads/master
2020-07-02T14:13:45.190585
2017-08-17T02:20:38
2017-08-17T02:20:38
74,304,042
3
0
null
null
null
null
UTF-8
C++
false
false
705
cpp
class Solution { public: bool searchMatrix(vector<vector<int>>& matrix, int target) { int m = matrix.size(); if (m == 0) return false; int n = matrix[0].size(); if (n==0) return false; int l = 0 ; int r = m ; while (l < r){ int med = (r+l)>>1; ...
[ "soarer@vip.qq.com" ]
soarer@vip.qq.com
d1fff79d3c2c14de9c05d4aef0e3a0ba91f7c60f
6839540003c9a7e6fd122dc361215859fc95643f
/cpp/MCMC/cppa/include/cppa/detail/projection.hpp
2e4233e155663b8ce8406598cb82c169acbc39af
[]
no_license
vkramanuj/willow
2ba355fd9d4539f51470491ff9ce1d2276f333c0
a36246b3e986d2cef89c61a43d005bb91e105ce9
refs/heads/master
2021-09-13T03:56:00.220700
2018-04-24T18:05:11
2018-04-24T18:05:11
110,746,080
0
1
null
null
null
null
UTF-8
C++
false
false
7,150
hpp
/******************************************************************************\ * ___ __ * * /\_ \ __/\ \ * * \//\ \ /\_\ \ \____ ___ _____ _____ __ *...
[ "bsheeran@cs.brown.edu" ]
bsheeran@cs.brown.edu
13cc55085d783927351a36782d6f3d3005927d27
9f973dea9a0c316db78fd4aa910ab9399c308af4
/Tutorials-master/KinectSDK/4_SkeletalTracking/main.cpp
2295ffe399bc1593644b4cdd8cfe17901609c4ef
[]
no_license
VCunhaJ/softkinetic_interactive_Gesture_Camera
82a15ea7ca65554e4fe21c24b8c924cd9ad5eced
84b8dd13370171d3f77f84733ef5c46003f33771
refs/heads/master
2021-03-12T22:21:00.515486
2014-10-24T04:45:11
2014-10-24T04:45:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,616
cpp
#include "main.h" #include "glut.h" #include <cmath> #include <cstdio> #include <Windows.h> #include <Ole2.h> #include <NuiApi.h> #include <NuiImageCamera.h> #include <NuiSensor.h> // OpenGL Variables long depthToRgbMap[width*height*2]; // We'll be using buffer objects to store the kinect point cloud GLuint vboId; ...
[ "Junior@vcunha.wifi.wpi.edu" ]
Junior@vcunha.wifi.wpi.edu
da155cdcada82eceac1fa041a4ffff3f976cdf98
4c8ac4263cb05df2c7ba2abd2eacfd4640ad7ba1
/CocosProject/Classes/TutorialScene.h
b348bc13826fe002a515ba8d5c7e94ae1ea25a22
[]
no_license
rbkloss/GraxaSoftware
44ad82641a9a2623b4e1e7ffa83da34eb6ce140d
c82cd421dff37435be4bd842af62d3c746b2defb
refs/heads/master
2016-09-06T18:38:23.824006
2015-06-23T02:43:08
2015-06-23T02:43:08
34,749,703
3
1
null
2015-06-16T20:54:02
2015-04-28T18:55:49
C++
UTF-8
C++
false
false
643
h
#ifndef _TUTORIAl_SCENE_H_ #define _TUTORIAl_SCENE_H_ #include <memory> #include "cocos2d.h" #include "ui/CocosGUI.h" class Hero; class TutorialScene : public cocos2d::Layer { int state_; std::vector<std::string> texts_; cocos2d::ui::Button* button_; cocos2d::ui::Text* textLabel_; public: // Creates An ...
[ "klossricardo@gmail.com" ]
klossricardo@gmail.com
84c3f4726d62b045e733ff4c5a5f633a753ec8eb
fa2250779a2eb0b3155f8a9912b9b08caeba0cbe
/OpenGL/instances_tests/3.plain_quads/main.cpp
f81198859a8fbe5aff37a40613fe8b811e01a9af
[ "MIT" ]
permissive
on62/daft-lib
33b3d00fe3520b9ce78ddcbd7a814ed78c1bf254
7890fdba0aab800022ab9afb958946bd06779f33
refs/heads/master
2022-11-14T23:08:13.978445
2020-07-08T13:33:09
2020-07-08T13:33:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,288
cpp
//---------------------------------------------------------------------------- // // file: main.cpp // // Общий буфер атрибутов + индексный буфер // //---------------------------------------------------------------------------- #include "tools.hpp" #include "texture.hpp" // VBO массив из 6 точек для создания прямоугол...
[ "balezin@yandex.ru" ]
balezin@yandex.ru
ce684a91b8d96f0ae090d4faebefcbe87a8aa164
d2532fef27934284f9f0d932931999825128da5a
/4-Algorithms on strings/Programming-Assignment-1/trie_matching/trie_matching.cpp
c621cf925f27ce6f8829cbda7c1dae52da0f3294
[]
no_license
mohamedabdelhakem1/UCSD-data-structures-and-algorithms-specialization
f57f3418f82906894641d53f9e2234932d9f554e
2e31939f561a60ed829e5e5f663dcd06c645c644
refs/heads/master
2020-07-03T21:18:18.895700
2019-08-13T02:00:21
2019-08-13T02:00:21
202,052,423
0
0
null
null
null
null
UTF-8
C++
false
false
2,450
cpp
#include <bits/stdc++.h> using namespace std; struct edge { int from; int to; char label; }; struct vertex { int index; unordered_map <char, edge> out_edges; }; class trie { public: vertex *root = new vertex(); unordered_map <int, vertex*> vertices; trie() { root->index = 0; ...
[ "mohamedabdelhakem99@yahoo.com" ]
mohamedabdelhakem99@yahoo.com
6b6a75b90dfda3c5348d1a100d5290c578a2b10d
bf007dec921b84d205bffd2527e376bb60424f4c
/Codeforces_Submissions/664A.cpp
c7cce94030e56893280bc2f1724c6b7618753aaf
[]
no_license
Suvrojyoti/APS-2020
257e4a94f52f5fe8adcac1ba4038cc66e81d9d26
d4de0ef098e7ce9bb40036ef55616fa1f159f7a5
refs/heads/master
2020-12-21T19:27:59.955338
2020-04-22T13:27:49
2020-04-22T13:27:49
236,534,218
0
0
null
null
null
null
UTF-8
C++
false
false
371
cpp
#include<bits/stdc++.h> using namespace std; #define ll long long int int main() { #ifndef ONLINE_JUDGE // for getting input from input.txt freopen("input1.txt", "r", stdin); // for writing output to output.txt freopen("output1.txt", "w", stdout); #endif string a,b; cin>>a>>b; if(a==b) ...
[ "suvrojyoti.mandal@theatom.app" ]
suvrojyoti.mandal@theatom.app
d46eb13181a676b7e01bdf368c9c797db40c206e
635877894a1cf9a08fbd18c9c6979edbd84b5f66
/ESP-sc-gway/_loraFiles.ino
d0854aee3240c0fe2ec0a5abdcc5dfbc3cc243ee
[ "MIT", "LicenseRef-scancode-philippe-de-muyter" ]
permissive
markoceri/ESP-1ch-Gateway-v6.0
8b362fae26c8ee157d31be65c36f77aa485f5667
e59a219ed7ca5a0496d577c5e81e5ac7a599ec31
refs/heads/master
2020-12-21T05:36:40.704827
2020-01-22T12:36:22
2020-01-22T12:36:22
236,325,596
0
0
null
2020-01-26T14:44:39
2020-01-26T14:44:38
null
UTF-8
C++
false
false
21,259
ino
// 1-channel LoRa Gateway for ESP8266 // Copyright (c) 2016-2020 Maarten Westenberg version for ESP8266 // // based on work done by Thomas Telkamp for Raspberry PI 1ch gateway // and many others. // // All rights reserved. This program and the accompanying materials // are made available under the terms of the MIT Lic...
[ "mw12554@hotmail.com" ]
mw12554@hotmail.com
2e97d7116a5b59348c3a996ddcb30028e1aa23f2
fc3cb4f2d5afe9b7093a3c6f9f1cd95211ccf7b8
/L03S05.AddFunction2Header/addfunction2.cpp
4cbcab86f0f5de3749271679af00adc5bad604c9
[]
no_license
CPSC-2377-UALR/CPSC.2377.Code.Examples
a8967a9aac7feac1a73b0f625f590959f3323c25
80318fe1e395c8e4eb8cfe032b4607260c2988f7
refs/heads/master
2022-02-19T04:25:46.417542
2019-09-11T17:50:10
2019-09-11T17:50:10
127,178,682
2
1
null
null
null
null
UTF-8
C++
false
false
374
cpp
/* * File: addfunction2.cpp * Author: Keith Bush (2013) */ #include<iostream> #include "functions.h" using namespace std; int main(){ int sum=0, n1=0, n2=0; while( !(sum==7 || sum==11) ){ cout << "Enter two numbers on the range [0,6]: "; cin >> n1 >> n2; sum = addTwoNumbers(n1%7,n2%7); } cout <...
[ "smorme@ualr.edu" ]
smorme@ualr.edu
b3520ad42a107882dee9aebd02fd367bf943020d
4d408971c07fcc1bec5e3120109713bf4da11581
/EntryData/EntryData.h
612da3e0f2ee32ec5e609408edd8a255aae76d25
[]
no_license
chulchultrain/FactoryHead
c108f3dcda4ed44a7b74b32ffcf4ba1fdbab1353
01362c1cc41a73156e9e896df848eb70ad295675
refs/heads/master
2020-05-21T23:51:44.620899
2018-01-04T05:47:14
2018-01-04T05:47:14
63,737,643
2
0
null
2017-05-25T18:27:32
2016-07-20T00:44:32
C++
UTF-8
C++
false
false
446
h
#ifndef __ENTRYDATA_H_INCLUDED__ #define __ENTRYDATA_H_INCLUDED__ #include <stdlib.h> #include <string> #include <vector> using namespace std; struct EntryData { string ID; string DexID; vector<string> moveID; string item; string nature; vector<int> EV; EntryData(string x1, string x2, vector<string> &x3, stri...
[ "yangchulmin0@gmail.com" ]
yangchulmin0@gmail.com
f4b20f9dfacfa0588d0b7783f8b9308249885b85
b3c5f5fb77cae11339140d9e267816607a95151b
/src/util/random.cpp
0ffba764654c539fcddfb36cf67999739c9f3ed2
[]
no_license
imasuke/Geno
39253034b913ab049baa511c10f078034446e13b
f7f017f09f4c7188889fb7b70ee67ffda1178905
refs/heads/master
2023-07-12T16:30:52.925138
2021-08-15T14:37:51
2021-08-15T14:37:51
391,097,967
0
0
null
null
null
null
UTF-8
C++
false
false
736
cpp
// random.cpp #include "Geno/util/random.h" namespace Geno{ Randomizer::Randomizer(){ init(); } Randomizer::~Randomizer(){ delete mt; } void Randomizer::init(){ std::random_device rd; mt = new std::mt19937(rd()); } int Randomizer::randomInt(int min, int max){ std::uniform_int_distribution<int> gen(...
[ "imasuke.cg.i312y@gmail.com" ]
imasuke.cg.i312y@gmail.com
a6d664d2e1e5e34111dda3833dfc500afc9a2f84
cde13cbd8341c3820c5ac46ef763036a31d028d6
/11.27/guangliangda02.cpp
6aadb6830db80757953bfd920adeb67c14b4063c
[]
no_license
Gongyihang/cpp
11d6b4d2cd2a2592e2ea09ff0c062651bd188ad5
e3d8314f2de064d03f8536ce7f85e098ed1e0ffc
refs/heads/master
2023-01-31T19:31:12.028787
2020-12-17T01:59:11
2020-12-17T01:59:11
256,767,005
0
0
null
null
null
null
UTF-8
C++
false
false
775
cpp
#include <algorithm> #include <cmath> #include <iostream> #include <map> #include <queue> #include <stack> #include <string> #include <vector> using namespace std; typedef long long ll; vector<ll> v(4, 0); bool func(ll x) { ll p = 0, q = 0; for (auto num : v) { if (num - x >= 0) { p += num ...
[ "474356284@qq.com" ]
474356284@qq.com
55c82c0a4a0bb06b98058c2e7a4e1593b14c24cb
0fdb72063e4fe31fec88d2f9917620c3aa31cf56
/src/file.cc
45dbfa3a1ef55a0b5a36ad580f1f0415d69321d2
[]
no_license
bndbsh/stormpp
4b33bebd41fc9efba1cd38570069c0ec74f579ab
3db297ee2471019d4941e971d0ebf312c83a551d
refs/heads/master
2021-05-27T06:53:42.095854
2010-06-28T17:46:19
2010-06-28T17:46:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,844
cc
#include "file.hh" #include "archive.hh" #include <iostream> #include <StormLib.h> namespace storm { File::File() : mode(Invalid), ioMode(Closed), open(false) { } File::File(const File& file) { mode = file.mode; ioMode = file.ioMode; archive = file.archive; filename = file.filename; fileHandle = file.fileHand...
[ "amro256@gmail.com" ]
amro256@gmail.com
da2542d8ca92358502af90256debbd8f67eb2634
19a8bdb4fac11ea31b8b4f642d209e0a9f075d1b
/coder/visual studio 2017/oop/bt li thuyet/sinh vien/sinh vien/QuanLi.cpp
a7f56ccef70ca9e1ae0bff0ce59fba7d23ac19b3
[]
no_license
HuyKhoi-code/C-
049727c5ba792a9e24f945522f8e2aaed7360650
57ea096681fc8db7470445f46c317c325900e9cb
refs/heads/master
2023-06-02T03:11:03.793539
2021-06-17T07:50:22
2021-06-17T07:50:22
377,746,797
0
0
null
null
null
null
UTF-8
C++
false
false
1,139
cpp
#include"QuanLi.h" #include"CaoDang.h" #include"DaiHoc.h" #include"SinhVien.h" QuanLiSV::QuanLiSV() { a = new SinhVien*[SoLuong]; } QuanLiSV::~QuanLiSV(){} void QuanLiSV::nhap() { int t; cout << "nhap so luong sinh vien: "; cin >> SoLuong; cout << "1-Sinh vien dai hoc/ 2-Sinh vien cao dang"; for (int i = 0; i < S...
[ "18520949@gm.uit.edu.vn.com" ]
18520949@gm.uit.edu.vn.com
cf6cfc783068c63d03dbe5d3c3bd262543631632
c1d39d3b0bcafbb48ba2514afbbbd6d94cb7ffe1
/source/Pictus/dlg_cache.h
9f03e84d3c976aa57a1fe614762fdc9f66e18012
[ "MIT", "libtiff", "BSL-1.0", "IJG", "LicenseRef-scancode-warranty-disclaimer", "Zlib", "Libpng" ]
permissive
P4ll/Pictus
c6bb6fbc8014c7de5116380f48f8c1c4016a2c43
0e58285b89292d0b221ab4d09911ef439711cc59
refs/heads/master
2023-03-16T06:42:12.293939
2018-09-13T18:19:30
2018-09-13T18:19:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
678
h
#ifndef DLG_CACHE_H #define DLG_CACHE_H #include "settings_page.h" #include <wx/checkbox.h> #include <wx/textctrl.h> namespace App { class SetPageCache : public App::SettingsPage { public: bool IsRootPage() const override; std::string Caption() override; SetPageCache(wxWindow* parent); private: void Per...
[ "pontus@mardnas.se" ]
pontus@mardnas.se
74788a5fe8f8d8581b8a69e37ead3da83fde97a8
4ba0b403637e7aa3e18c9bafae32034e3c394fe4
/cplusplus/sage/compile/builtins.cc
ec1f0ab44ee9f0632cc16881fa7f734afa0018f0
[]
no_license
ASMlover/study
3767868ddae63ac996e91b73700d40595dd1450f
1331c8861fcefbef2813a2bdd1ee09c1f1ee46d6
refs/heads/master
2023-09-06T06:45:45.596981
2023-09-01T08:19:49
2023-09-01T08:19:49
7,519,677
23
6
null
null
null
null
UTF-8
C++
false
false
1,838
cc
// Copyright (c) 2019 ASMlover. 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 ofconditions and...
[ "asmlover@126.com" ]
asmlover@126.com
5a1de63104e30f455d49a4d7c98fdbdbbe6cc5b6
d7f99d6073d4e3d6a9c08dda59448dc041d5663f
/138-copy list with random pointer.cpp
d13cbb7155315440d4e02eda42f018ac7af74e01
[]
no_license
tangsancai/algorithm
55ea70117dcf11e51771d662c17b46b8fa69bae3
e09ddc4106b007aad0da23ee5bd263d2f8e34367
refs/heads/master
2021-04-29T04:19:40.747430
2017-01-04T14:27:46
2017-01-04T14:27:46
77,998,418
3
0
null
null
null
null
UTF-8
C++
false
false
746
cpp
#include<iostream> #include<map> using namespace std; struct RandomListNode { int label; RandomListNode *next, *random; RandomListNode(int x) : label(x), next(NULL), random(NULL) {} }; RandomListNode *copyRandomList(RandomListNode *head) { if(head==NULL) return NULL; map<RandomListNode* ,RandomList...
[ "jiabinluo@yeah.net" ]
jiabinluo@yeah.net
74a690fffc808c3429a97feede6dbb11e3deda0c
0f054d3440d94f27bc61c2b69c46d250fd1400a8
/cppp/CPlusPlusAdvanced/06_Evald/CodeFromOthers/registry_tal_yiftach/conf.h
fcc068544153f1479599ba73ae75610235a80e8e
[]
no_license
Tomerder/Cpp
db73f34e58ff36e145af619f03c2f4d19d44dc5d
18bfef5a571a74ea44e480bd085b4b789839f90d
refs/heads/master
2020-04-13T21:37:06.400580
2018-12-29T02:35:50
2018-12-29T02:35:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,908
h
/************************************************* Author: Yiftach Ariel Creation date : 9.12.13 Last modified date: 10.12.13 Description : conf h-file. CONF_VAL is a macro to load a value from configuration file. 1'st parameter is the type of the variable. 2'nd parameter is the name of the va...
[ "tomerder@gmail.com" ]
tomerder@gmail.com
1068cf2b37284c4f6ee63aba24564bc6027adc8c
5c4d0acf680da3a0c2f9a58923d3d9a91f2ea84c
/JustATempProject/JustATempProject/Player.cpp
248e58268d90dbe258c0fe4c0fe9f3c072d440bd
[]
no_license
ARAMODODRAGON/JustATempProject
8a620dc7ad674c59166229285cf9541a8936a9d7
4cbf57a7b70bdc8b3c564c2b35cff26194301e3c
refs/heads/master
2020-08-29T22:34:16.693694
2019-10-29T03:54:45
2019-10-29T03:54:45
218,191,015
0
0
null
null
null
null
UTF-8
C++
false
false
629
cpp
#include "Player.h" #include <stdio.h> #include "Parts.h" #include "Transform.h" Player::Player(std::string name) : GameObject(name), box(nullptr), rb(nullptr), timer(0.0f) {} int Player::Init() { rb = CreatePart<RigidBody>(); box = CreatePart<Box>(); rb->acceleration.Y = -9.8f; return GameObject::Init(); } int...
[ "domara2000@gmail.com" ]
domara2000@gmail.com
d1c784f087dd4e93e38632f8dd9ae4f1459ff19e
c73c7edb59359556375602acdb2b27d886c8125b
/Theon's Answer.cpp
c954ddf1707054353e3ed9680398f5bdb87f10bf
[]
no_license
galloska/URI
14e43bb4e7083ae2d517afe0e62b46e17b7cac91
86648676d417a6a452019e731c58ba25d5742fe3
refs/heads/master
2021-01-10T11:14:09.819072
2016-01-26T21:58:53
2016-01-26T21:58:53
50,080,447
0
0
null
null
null
null
UTF-8
C++
false
false
339
cpp
#include <bits/stdc++.h> #define lli long long int #define pii pair<int,int> using namespace std; const int INF = 1e8; const int MAXN = 100005; int main(){ int n; scanf("%d",&n); int id=-1,a; int mini = INF; for(int i=0;i<n;i++){ scanf("%d",&a); if(a<mini){ mini = a; id = i; } } printf("%d\n",i...
[ "skap19952008@hotmail.com" ]
skap19952008@hotmail.com
24c97e9ffd81b0f4fad1628c405077223d28bf00
3642077326d9776d53b7a4e9e0cbebbea9c230e2
/Advanced Game Programming/Advanced Game Programming/Source/ContactListener.cpp
99326539476fec5bcd88895e55037e588ee12788
[]
no_license
Nokondi/GameProgrammingSample
40e8105edf0710f7e99395e7b04d81f1f4a319dc
4b271df67ed8012d9cd18fa53dc7199588202d64
refs/heads/master
2021-05-15T02:52:49.155011
2020-03-26T20:52:06
2020-03-26T20:52:06
250,368,250
0
0
null
null
null
null
UTF-8
C++
false
false
1,200
cpp
#include "ContactListener.h" #include "Object.h" #include "Components.h" #include "Library.h" #include "BodyComponent.h" void ContactListener::PreSolve(b2Contact* contact, const b2Manifold* oldManifold) { //Grab the two Physics Bodies involved in the Contact b2Body* bodyA = contact->GetFixtureA()->GetBody(); b2Body...
[ "msbarnes@ualr.edu" ]
msbarnes@ualr.edu
cbfc2483b153d6027e01dd87f806be834c79aa00
b97c163e22163b9b27c9276ea2ba43d91a8982b3
/src/qt/peertablemodel.cpp
8e979ae5223f7a7715e0763b349cb71a77490677
[ "MIT" ]
permissive
Olliecad1/CLEO-Global
956c259fc6318049a444cfdd36923a682f924c46
2629afb1a3dfacec499b7a3e6b326c5d923cfea9
refs/heads/master
2020-05-04T13:14:55.691925
2019-07-10T18:23:53
2019-07-10T18:23:53
179,152,891
2
2
MIT
2019-06-07T18:05:33
2019-04-02T20:23:17
C
UTF-8
C++
false
false
6,367
cpp
// Copyright (c) 2011-2013 The Bitcoin Core developers // Copyright (c) 2018 The Denarius Developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "peertablemodel.h" #include "clientmodel.h" #include "guiconstants.h"...
[ "officialgamermorris@gmail.com" ]
officialgamermorris@gmail.com
e8c96592428a4e0529954457800ed19fc240fc86
3fee62a27cffa0853e019a3352ac4fc0e0496a3d
/zCleanupCamSpace/ZenGin/Gothic_II_Addon/API/zGameInfo.h
140885c49cb641f873101d65bdc2851238bb9076
[]
no_license
Gratt-5r2/zCleanupCamSpace
f4efcafe95e8a19744347ac40b5b721ddbd73227
77daffabac84c8e8bc45e0d7bcd7289520766068
refs/heads/master
2023-08-20T15:22:49.382145
2021-10-30T12:27:17
2021-10-30T12:27:17
422,874,598
3
0
null
null
null
null
UTF-8
C++
false
false
2,043
h
// Supported with union (c) 2018-2021 Union team #ifndef __ZGAME_INFO_H__VER3__ #define __ZGAME_INFO_H__VER3__ #include "zBuffer.h" #include "zVob.h" #include "zNet_Win32.h" namespace Gothic_II_Addon { const int zMAX_PLAYER = 20; const int zPCK_GAMEINFO_INFO = 1; const int zPCK_GAMEINFO_PLAYER = 2; ...
[ "amax96@yandex.ru" ]
amax96@yandex.ru
2dca74bb98b576f7ae5bfa138e04157b1585984a
a0ca4b308a3f3882dc5052a402c9e740187e8286
/include/Controls.h
120da5e5845d4521677f3dfa6cdf01de639449df
[]
no_license
shtein/arduinolib
2052c81ac03ba832f5a6dafa595d1a2bc136a348
fc8b4538b29786857dd3ab2b5071ba19093799e6
refs/heads/master
2023-05-12T23:24:51.385972
2023-05-02T02:45:24
2023-05-02T02:45:24
122,542,842
0
0
null
null
null
null
UTF-8
C++
false
false
9,255
h
#ifndef __CONTROLS_H #define __CONTROLS_H #include "ControlCtx.h" #include "AnalogInput.h" #include "utils.h" #include "CmdParser.h" //Change commands #define EEMC_NONE 0x00 //Nothing changed #define EEMC_ERROR 0xFF //Input error /////////////////////////////////// // Control flags #define CTF_NONE ...
[ "shtein@gmail.com" ]
shtein@gmail.com
f708d35687bdd9581bdbb5248af338926bb1f75a
5f46975fc7a0b309bbc40f8d16ea12043025c057
/Programmers/두 정수 사이의 합.cpp
40b8ac53a00959d5e2c1f9d7d4ea342ae9db749a
[]
no_license
HyeranShin/algorithm
b7814a57bd7e94e8b07fbc870295e5024b4182d5
dbe6dc747030be03c3bb913358a9b238dcecfcc4
refs/heads/master
2021-08-18T04:10:10.039487
2020-05-01T07:23:46
2020-05-01T07:23:46
174,467,552
0
0
null
null
null
null
UTF-8
C++
false
false
852
cpp
/* https://www.welcomekakao.com/learn/courses/30/lessons/1291 <문제 설명> 두 정수 a, b가 주어졌을 때 a와 b 사이에 속한 모든 정수의 합을 리턴하는 함수, solution을 완성하세요. 예를 들어 a = 3, b = 5인 경우, 3 + 4 + 5 = 12이므로 12를 리턴합니다. <제한 조건> - a와 b가 같은 경우는 둘 중 아무 수나 리턴하세요. - a와 b는 -10,000,000 이상 10,000,000 이하인 정수입니다. - a와 b의 대소관계는 정해져있지 않습니다. */ #include <str...
[ "hyeran9712@naver.com" ]
hyeran9712@naver.com
533e03ef517178bd9beafeebd944d5302d895d55
1acbf36d67ab3cad2e1234029e7fff62816c5d72
/src/dalsa_win_buffer_processing.h
e04ab2d902a0fb8c3d54f785d177869721e89777
[]
no_license
maximMalofeev/media_provider
419337c631b02bcbc61a6c5335c19c65afca50d2
4d46c4714e30954bb10811b39673d2417ac43f36
refs/heads/master
2020-07-28T05:29:22.137235
2020-02-07T15:02:46
2020-02-07T15:02:46
209,323,686
8
1
null
null
null
null
UTF-8
C++
false
false
514
h
#ifndef SAPBUFFERPROCESSING_H #define SAPBUFFERPROCESSING_H #include <SapClassBasic.h> #include <QImage> #include <QObject> namespace MediaProvider { class DalsaBufferProcessing : public QObject, public SapProcessing { Q_OBJECT public: DalsaBufferProcessing(SapBuffer* sapBuffer, QObject* parent = nullptr); s...
[ "maximMalofeev@bk.ru" ]
maximMalofeev@bk.ru
421ca6915f2b685463f0595b914ad1c18c85ff18
ff5439a3960f58588db0743155f4783691a7e684
/vol.cpp
0a7c32fa9d5bd58cd3986aa702a3b123e19aec95
[]
no_license
rahul2412/C_plus_plus
e693c8b4bd8e9bd489b864c79107f7215e0c2306
f9c61139f3af0564aa4c05de3eaf469558530197
refs/heads/master
2021-04-28T08:13:33.811134
2018-02-20T19:36:57
2018-02-20T19:36:57
122,244,448
0
0
null
null
null
null
UTF-8
C++
false
false
338
cpp
#include<iostream> #include<math.h> using namespace std; int main () { float l,b,h,area,volume; cout<<"Enter Length:"; cin>>l; cout<<"Enter width:"; cin>>b; cout<<"Enter height:"; cin>>h; area=(2*((l*b)+(b*h)+(l*h))); volume=(l*b*h); cout<<"Area of cuboid:"<<area; cout<<endl<<"Volume of cuboid:"<<volume;...
[ "noreply@github.com" ]
rahul2412.noreply@github.com
79c83a8e88a24f30cf8bb4f3fac42bbc85340af1
d6723b2e1547d1eddd5a120c8fa4edbf4cddbacb
/silkopter/fc/src/MPL_Helper.h
c33333af6f816494a57b862bb60d63a6f58d96c0
[ "BSD-3-Clause" ]
permissive
gonzodepedro/silkopter
2d16e10bd46affe4ca319e3db3f7dbc54283ca23
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
refs/heads/master
2022-01-04T20:46:51.893287
2019-01-07T22:43:40
2019-01-07T22:43:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,400
h
#pragma once namespace silk { namespace detail { template<int...> struct index_tuple{}; template<int I, typename IndexTuple, typename... Types> struct make_indexes_impl; template<int I, int... Indexes, typename T, typename ... Types> struct make_indexes_impl<I, index_tuple<Indexes...>, T, Types...> { typedef ty...
[ "catalin.vasile@gmail.com" ]
catalin.vasile@gmail.com
97d067cc235c9a4938fe42b4c0943fe76b28f5a5
ce4a3f0f6fad075b6bd2fe7d84fd9b76b9622394
/include/EMaterialFlags.h
f016c81e4a21d9c71179a8a1659f357bb92ca475
[]
no_license
codetiger/IrrNacl
c630187dfca857c15ebfa3b73fd271ef6bad310f
dd0bda2fb1c2ff46813fac5e11190dc87f83add7
refs/heads/master
2021-01-13T02:10:24.919588
2012-07-22T06:27:29
2012-07-22T06:27:29
4,461,459
5
2
null
null
null
null
UTF-8
C++
false
false
2,752
h
// Copyright (C) 2002-2011 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __E_MATERIAL_FLAGS_H_INCLUDED__ #define __E_MATERIAL_FLAGS_H_INCLUDED__ namespace irr { namespace video { //! Material flags enum E_MATER...
[ "smackallgames@smackall-2bbd93.(none)" ]
smackallgames@smackall-2bbd93.(none)
28f339371705c7ce22be7c6c17069038ff8c97d0
bfe6956c470da766ed7e8fbb6d72848a95372def
/Labs/lab7/lab7/Source.cpp
aaab47d55a691c97311487766b3b2343868b6a95
[]
no_license
matthew-bahloul/2019-Spring-CS211
685160145d7761a3086a24cb50e2a614d8533c67
c3c47f4218bcf7d8eb8034029be18248a69339e3
refs/heads/master
2020-04-19T07:06:21.824802
2019-04-21T21:13:12
2019-04-21T21:13:12
168,037,386
0
0
null
null
null
null
UTF-8
C++
false
false
1,372
cpp
#include "BinarySearchTree.h" #include <iostream> #include <string> using namespace std; int main(void) { BinarySearchTree<int> tree{}; tree.addElement(100); tree.addElement(75); tree.addElement(125); cout << "Is AVL: " << tree.isAvl() << " (expected true)" << endl; cout << "Common ancestor of 75 and 125: " <<...
[ "matthew.bahloul@gmail.com" ]
matthew.bahloul@gmail.com
f0f028318b7adaf86f7e14f55ceee1d24a1dde4c
ba02c94e1d558c1f0cb3f6dc9e66e36d40fcea91
/Singly linked list/CreateNewAddheadAddtail.cpp
6e24ea4a44cceff5af680b6c156f9cf2be03b9e4
[]
no_license
Hieu1011/DSA
2138131efdac57b33cbe5515a3816089b6abfc68
6f9031cbd3e12da42035ba85ba3e6d0e98838b10
refs/heads/main
2023-06-14T07:40:28.635752
2021-07-05T17:11:23
2021-07-05T17:11:23
383,007,670
0
0
null
null
null
null
UTF-8
C++
false
false
1,084
cpp
#include <iostream> using namespace std; struct NODE { int info; NODE* pNext; }; struct LIST { NODE* pHead, * pTail; }; void CreateEmptyList(LIST& L) { L.pHead = L.pTail = NULL; } void Addhead(LIST& L, int x) { NODE* p = new NODE; p->info = x; p->pNext = NULL; if (L.pHead == NULL) { L.pHead = p; L.pTail = ...
[ "20520994@gm.uit.edu.vn" ]
20520994@gm.uit.edu.vn
16e1a375c81c4b4631030725e1f01ae27ff7090c
3eef636ad6039f8218473ee783b2d6957ea2bc8d
/MonitorInfoServer/MonitorInfoServer/MessageHandler.h
acdd9e7c8c9957433907031ae9de6b613fbcae95
[]
no_license
nicktsai1988/windows
7f5b737c94f0fef941fac7abdbd1a412207d5a93
d99b6b6e09a72fbd0c51e8f2886dd46326c4d40a
refs/heads/master
2020-04-06T05:36:00.302227
2014-06-20T11:19:27
2014-06-20T11:19:36
20,987,594
0
1
null
null
null
null
UTF-8
C++
false
false
468
h
#pragma once #include "MessageTypeUtils.h" class CMessageHandler { public: CMessageHandler(void); void Init(SOCKET fd,const void* pData); int DealMessage(); ~CMessageHandler(void); private: int RecvRequest(RequestMessageType* message,const timeval* tmval); int CreateResponse(const RequestMessageType* request,Resp...
[ "nicktsai@163.com" ]
nicktsai@163.com
5d9d54ab3abecffba1786c6886cc41e3e7cc959f
eff3b95b4f27aead25dba7e093c46a79aabe58ec
/turma.h
a7c5e83373f3d4efe303a727cd35f7e75f319cca
[]
no_license
walcker/Alunos-da-Turma
322be9bd2020e2587090e7341299e6cd7c675b63
eef87f591ede66c06f51fc7a7f751a41b18de8cc
refs/heads/master
2022-12-14T11:31:03.418323
2020-03-12T22:13:54
2020-03-12T22:13:54
293,941,859
0
0
null
null
null
null
UTF-8
C++
false
false
559
h
#ifndef TURMA_H #define TURMA_H #include <iostream> #include "aluno.h" using namespace std; class Turma { private: string codigo; string descricao; short capacidade; Aluno* participantes; int lotacao; public: // get & set void setCodigo(string cd); string getCodigo(); void setDescricao(string ds); string g...
[ "walckergomes@gmail.com" ]
walckergomes@gmail.com
87e5615c298be034b2fa8e730aeead1b33de34c5
727c574f0b5d84ae485b852ccf318063cc51772e
/ZOJ/ACM answer/ZJU Online Judge/1985/ZJU_1985.CPP
d25865fe33524f48623528f4f8e699084269a4dc
[]
no_license
cowtony/ACM
36cf2202e3878a3dac1f15265ba8f902f9f67ac8
307707b2b2a37c58bc2632ef872dfccdee3264ce
refs/heads/master
2023-09-01T01:21:28.777542
2023-08-04T03:10:23
2023-08-04T03:10:23
245,681,952
7
3
null
null
null
null
UTF-8
C++
false
false
971
cpp
#include <stdio.h> #include <string.h> #define maxn 100010 int n; double list[maxn]; int prev[maxn] , next[maxn]; void init() { int i , key; for(i=1; i<=n; i++) { scanf("%d" , &key); list[i] = key; } } void predoing() { int i , k; list[0] = list[n+1] = -1; prev[1] = 1; for(i=2; i<=n; i++) { if(list[...
[ "cowtony@163.com" ]
cowtony@163.com
a2e324bc0b1f0906e665665953ddc34ae8a86d0c
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/base/win/embedded_i18n/language_selector.cc
fde6a282b0f29580d4e2bd46efd7e9da09208a4c
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
14,014
cc
// Copyright 2018 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. // // This file defines a helper class for selecting a supported language from a // set of candidates. It is used to get localized strings that are directl...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
1a24d6578ea280528171bf1f310073d07e114c9e
6ef34eb0f4df4ac17bf4a38ff50640087e1137e6
/src/shaka_scheme/runtime/stdproc/pairs_and_lists.cpp
431778d42823834e131c1d765b96b96c82e3770b
[]
no_license
1010jms/shaka-scheme
c1dcb37600d5ba2a9bf58c4bd5d4aed1a504d043
da8525fa28819eaec3ed88cc2215d4c8d3b162a8
refs/heads/master
2021-04-30T16:34:24.519330
2018-04-28T02:03:32
2018-04-28T02:03:32
80,072,898
0
0
null
2017-01-26T00:40:37
2017-01-26T00:40:37
null
UTF-8
C++
false
false
14,328
cpp
// // Created by Kayla Kwock on 3/26/2018. // #include "shaka_scheme/runtime/stdproc/pairs_and_lists.hpp" namespace shaka { namespace stdproc { namespace impl { //(pair? ...) Args is_pair(Args args) { if (args.size() != 1) { throw InvalidInputException(1, "pair?:...
[ "VermillionAzure@users.noreply.github.com" ]
VermillionAzure@users.noreply.github.com
2c9ee9af44b0a9e1e3763f2d607b353edf86cfee
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/base/containers/linked_list_unittest.cc
f4ecc71066fe777bcd1879b47037ca18422be3f9
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
6,677
cc
// Copyright (c) 2009 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 "base/containers/linked_list.h" #include "base/macros.h" #include "testing/gtest/include/gtest/gtest.h" namespace base { namespace { class ...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
cb7057e6c9bc33546b0f0ea45d94b70419d4a80b
c1f89beed3118eed786415e2a6d378c28ecbf6bb
/src/inc/holderinst.h
952a91d8070acd5213cfc97b61f6b1e483c493b9
[ "MIT" ]
permissive
mono/coreclr
0d85c616ffc8db17f9a588e0448f6b8547324015
90f7060935732bb624e1f325d23f63072433725f
refs/heads/mono
2023-08-23T10:17:23.811021
2019-03-05T18:50:49
2019-03-05T18:50:49
45,067,402
10
4
NOASSERTION
2019-03-05T18:50:51
2015-10-27T20:15:09
C#
UTF-8
C++
false
false
902
h
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // #ifndef __HOLDERINST_H_ #define __HOLDERINST_H_ // This file contains holder instantiations which we can't put in holder.h because // the instantiations require...
[ "dotnet-bot@microsoft.com" ]
dotnet-bot@microsoft.com
1c4adf3e6f548b98ba57f93e18c565ed554c2d80
18b8d3d283dca9072c802206cadcf779db192bf9
/PWMODEL/src/CpSNR.cpp
5ac6be7f8343302456c02cf7950f9b9a08bd2fe9
[ "Apache-2.0" ]
permissive
wanming2008/Rositaplusplus
76f4457f0972f6ede818772921522d2f72342e0a
d4ec705b200dfbb26e54d379fd45373e34a20f47
refs/heads/master
2023-07-28T06:05:08.221484
2021-09-13T15:04:44
2021-09-13T15:04:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,885
cpp
// Copyright 2021 University of Adelaide // // 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 agr...
[ "madura.shelton@adelaide.edu.au" ]
madura.shelton@adelaide.edu.au
ffcd932373c2fc3c734c7796224b9b77c77e0c5a
8a5a67fdf382f43477f3849daf2f0372be134e5b
/Algorithms/Graph/Bellman Ford Algorithm.cpp
10821b86716e594d4edb664966153bfc8ff47560
[]
no_license
akhilsaini678/All-Codes
bd57171bbf08e721c32f8fd30c26e05a02b6fd9f
6c7c7fc345d9fbe68e78723d1703f618941aefb3
refs/heads/master
2023-07-12T08:50:44.918801
2021-08-22T05:31:30
2021-08-22T05:31:30
398,625,962
0
0
null
null
null
null
UTF-8
C++
false
false
1,086
cpp
#include<bits/stdc++.h> using namespace std; struct node { int u; int v; int wt; node(int first,int second,int third) { u=first; v=second; wt=third; } }; void solve() { int vertices,edge,u,v,count=0,weight; cin>>vertices>>edge; vector<node> graph; vector<int> distance(vertices+1,1e9); for(int i=0;i<e...
[ "akhilsaini678@gmail.com" ]
akhilsaini678@gmail.com
5667bdea104bf27231f33b2e86a8c8ff1b27202c
3ad985b16910bab038a57291782d16f290e4a004
/Week_05/leetcode/052.n-queens.cc
290b99105eb64d72d0310b4988851408a16ba1a3
[]
no_license
osvimer/AlgorithmCHUNZHAO
754c23855dd03c6d2ea260b55eed27c9b2fba1b6
650b3a833df99d400a59d55a33174e9639d5d16c
refs/heads/main
2023-03-29T17:03:21.362666
2021-03-21T15:22:46
2021-03-21T15:22:46
330,702,738
0
0
null
2021-01-18T15:07:24
2021-01-18T15:07:23
null
UTF-8
C++
false
false
1,202
cc
// n 皇后问题 研究的是如何将 n 个皇后放置在 n×n 的棋盘上,并且使皇后彼此之间不能相互攻击。 // 给你一个整数 n ,返回 n 皇后问题 不同的解决方案的数量。 // https://leetcode-cn.com/problems/n-queens-ii // 思路:DFS + 位运算 // 三个整数 col_bits, pie_bits, naa_bits 记录列、撇、捺方向上皇后出现的情况。 class Solution { public: int totalNQueens(int n) { dfs(n, 0); return result; } void...
[ "acmhjj@gmail.com" ]
acmhjj@gmail.com
268367d633d3960c13c9a51951bc16b6f50c937a
9a4487b0b8bab57246e839bb9349333673f7f05a
/Octo-Spork/Octo-Spork/Utils.cpp
ed91e45276a06724dfb35432b3d36629bc39a06d
[]
no_license
JoshLmao/5CS025-OctoSpork
68e5dd7b7d353e812b54bbb9e1aded5058e9dc19
840b8fc78268cad737195111d4538890df100f0b
refs/heads/master
2022-03-19T23:02:42.609958
2019-11-29T16:18:10
2019-11-29T16:18:10
212,071,655
2
0
null
null
null
null
UTF-8
C++
false
false
442
cpp
#include "Utils.h" #include <string> #include <locale> #include <map> std::string Utils::ToLower(std::string s) { std::string lower = ""; std::locale loc; for (int i = 0; i < s.length(); i++) lower += std::tolower(s[i], loc); return lower; } bool Utils::ToLowerCompare(std::string a, std::string b) { return T...
[ "josh_lmao@live.co.uk" ]
josh_lmao@live.co.uk
731eec711218dc9723f782a34d2b2996ef33f7e3
6d75bd09846776bf6bfab8b57c3e28a9ba3f5c8a
/lista4/ex8.cpp
c1cbeaef077d037b2e6d494bf52633c303871590
[]
no_license
raquelsantoss/Algoritmos-C
5eb8d3caf523305f449a6b76698397937263c1c0
5e84f7b223d6d2896e8d8d0bee23d1d058d89eae
refs/heads/main
2023-07-07T22:47:14.179032
2021-08-15T23:41:28
2021-08-15T23:41:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
543
cpp
#include <stdio.h> #include <locale.h> #include <stdlib.h> int main() { setlocale(LC_ALL, "Portuguese"); float anacletoAltura = 1.50, felisbertoAltura = 1.10, cmPorAnoAnacleto = 0.2, cmPorAnoFelisberto = 0.3; int anos = 0; while(anacletoAltura >= felisbertoAltura) { anacletoAltura += cmPorAnoAna...
[ "noreply@github.com" ]
raquelsantoss.noreply@github.com
dbd6d85d4ec85fb2b7ffe405540bbd267794e6ea
7ef7382554531e48bfcebe8f91d4f7bfee06de10
/pikoc/samples/reyesPipe/sceneParser/sceneParser.cpp
ed1792692a30f9ad02416285944e54f22a7fe49d
[]
no_license
cwz920716/piko-public
87ee4eba277294f9b388dcdbbbc564b24e5be37e
02369208632d6a1183bdbfe7b2e96cbf0ba1e156
refs/heads/master
2021-05-15T12:39:56.156006
2018-02-18T04:27:20
2018-02-18T04:27:20
108,474,933
0
0
null
2017-10-26T23:07:32
2017-10-26T23:07:32
null
UTF-8
C++
false
false
12,811
cpp
#ifdef WIN32 typedef unsigned int uint; #endif #include "sceneParser.h" template<typename to, typename from> inline to lexical_cast(from const &x) { std::stringstream os; to ret; os << x; os >> ret; return ret; } inline void chompString(std::string& str){ std::string::size_type pos = str.fin...
[ "anonymous" ]
anonymous
7bae0901499902d7c191d5b02a0fd980c0f7947b
12a9a9112f2edd055a74efe915c6a50e856f3b55
/9-Palindrome-Number/solution.cpp
28b4404cfb37bdff467c5d90f7e2fbdc89eea5ef
[]
no_license
kid7st/Leetcode
e97e2df3f7fe3adb689a5151fc0f61030bcd7616
a35cd5749992394b14e498445743921712367543
refs/heads/master
2021-06-01T04:36:40.691835
2016-07-25T17:12:12
2016-07-25T17:12:12
54,577,596
0
0
null
null
null
null
UTF-8
C++
false
false
381
cpp
class Solution { public: bool isPalindrome(int x) { if(x < 0) return false; int size = log10(x); int max = pow(10, size); int offset = 1; for(int i = 0; i < (size + 1)/2; i++){ if((x % (10*offset) / offset) != (x / (max / offset) % 10)) return false; o...
[ "kid7st@gmail.com" ]
kid7st@gmail.com
41b6e0b352cfdc63409d01c3a70270125c66d58f
5db5a5a053ef2c572c115f4ac36bfefa00e28379
/POJ/POJ1422.cpp
55f234ddf85cf18ef18808c9a27e4e6ff4514ef2
[]
no_license
CaptainSlowWZY/OI-Code
4491dfa40aae4af148db2dd529556a229a1e76af
be470914186b27d8b24177fb9b5d01d4ac55cd51
refs/heads/master
2020-03-22T08:36:19.753282
2019-12-19T08:22:51
2019-12-19T08:22:51
139,777,376
2
0
null
null
null
null
UTF-8
C++
false
false
1,142
cpp
// POJ 1422 #include <cstdio> #include <cstring> #ifdef DEBUG_MD #define debug(format, ...) fprintf(stderr, format, __VA_ARGS__) #else #define debug(format, ...) 0 #endif const int MAXN = 125; const int MAXE = 60 * 119 + 10; struct Edge { int to, next; } E[MAXE]; int N, M, tote, last[MAXN], match[MAXN], vis[MAXN...
[ "CaptainSlowWZY@163.com" ]
CaptainSlowWZY@163.com
1f451eb18e583796136dd256099075b31e40c0c7
bf7e8b930ac322b68acead9affb851ed4598d9f4
/ClasseLista.cpp
719ad0db615c2ee6aa6be8cc2481f1460ad29d9d
[]
no_license
elisabettacontini99/progetto
5959e224e6cd601d57e3b7a9749654370fc1ecd8
317c2fa8e21ccdf082516fe7e45ba3f91d1b0ba8
refs/heads/main
2023-08-30T01:10:24.268350
2021-10-15T14:25:27
2021-10-15T14:25:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,483
cpp
#include "ClasseLista.h" void set_cursor(bool visible){ CONSOLE_CURSOR_INFO info; info.dwSize = 100; info.bVisible = visible; SetConsoleCursorInfo(GetStdHandle(STD_OUTPUT_HANDLE), &info); } ClasseLista::ClasseLista(){ counterNodi = 0 ; livello = 1 ; } void ClasseLista::creaNodo(...
[ "noreply@github.com" ]
elisabettacontini99.noreply@github.com
8ab327b85d7a32bff57fca72409222c8ef0535b7
c3b6ddcc57d79fc79ed241a63b72f870793fd969
/src/scenario.cpp
71bac91c2265478881caa562576ba4b1a2eb6ec4
[]
no_license
mboeh/AUNRIES
b4a8f2a044cd290f5fe9044d975596fd5fd82217
85c00cbda6238cb8493cd3e3b045367a9eb048d6
refs/heads/main
2023-04-29T02:17:34.560934
2021-05-24T01:15:28
2021-05-24T01:15:28
370,193,357
0
0
null
null
null
null
UTF-8
C++
false
false
69
cpp
// // Created by Matthew Boeh on 5/17/21. // #include "scenario.hpp"
[ "m@mboeh.com" ]
m@mboeh.com
2535ecdc265061456a06882825aca3c8e0c96d2e
ad33f4f862f94cdeb9ac7223f19046c3e956dceb
/Lista5/exe1.cpp
32d996e0a4dfa2ef55315cdd971d7a7ca31edc8d
[ "MIT" ]
permissive
nathalyoliveira/LG1-IFSP
3cbe0b30a35f298cec7e088ca6ecd06db879b474
b072c916f71a8b5924a766d8b6fa4e0a481faa64
refs/heads/main
2023-02-28T21:52:15.214172
2021-02-03T18:15:02
2021-02-03T18:15:02
335,711,706
0
0
null
null
null
null
UTF-8
C++
false
false
382
cpp
#include<stdio.h> #include<conio.h> int main() { int a[12],i, j,x; for (i=0;i<12;++i) {puts("DIGITE OS VALORES DO VETOR A:"); scanf("%d", &a[i]);} for(i=0;i<12;++i) for(j=i+1;j<12;++j) if(a[i]<a[j]) {x=a[i]; a[i]=a[j]; a[j]=x;} for(i=0;i<12;++i) { printf("MATRIZ DECR...
[ "73591609+nathalyoliveira@users.noreply.github.com" ]
73591609+nathalyoliveira@users.noreply.github.com
5aff3d0255416f88bc6631c6ba55624570a3c96b
b365e2934404c2f30274808e135e575514351f8e
/src/dm/impls/moab/examples/tests/ex2.cxx
05e0a58d49d408131b5df0ea37b7160b365755e0
[ "BSD-2-Clause" ]
permissive
mchandra/petsc
757bffe87e40cb982060ac2aab8d35faef821c6d
b19ca9c001e69f13e725bb828a15ecf9835165a6
refs/heads/master
2021-01-17T11:24:29.081151
2015-09-28T16:20:58
2015-09-28T16:20:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,812
cxx
static char help[] = "Create a box mesh with DMMoab and test defining a tag on the mesh\n\n"; #include <petscdmmoab.h> typedef struct { DM dm; /* DM implementation using the MOAB interface */ PetscBool debug; /* The debugging level */ PetscLogEvent createMeshEvent; /*...
[ "vijay.m@gmail.com" ]
vijay.m@gmail.com
336a16ee5c93899eba9dd47be826c27db34df1f2
d8c56ab76e74824ecff46e2508db490e35ad6076
/ZETLAB/ZETTools/Interface2012/ZetLab/Panel.h
517ad2c5618767532b9f84e03fb2a2476a34b83b
[]
no_license
KqSMea8/UtilsDir
b717116d9112ec9f6ee41f4882ad3f52ebb2e84b
14720766a2a60368495681d09676f860ea501df2
refs/heads/master
2020-04-25T17:21:39.538945
2019-02-27T14:36:32
2019-02-27T14:36:32
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
2,875
h
//------------------------------------------------------------------------------ // Panel.h : файл заголовка //------------------------------------------------------------------------------ // Класс элемента Panel //------------------------------------------------------------------------------ #pragma once #include "C:...
[ "s-kacnep@ya.ru" ]
s-kacnep@ya.ru
38daab579a35010f19b97341381d0f5001cfb592
5f6dbdf4b552e2f172e0b5be6820b55113127db6
/nomer 2.cpp
c4ab5ce41c3c613f1eadb7898cbc7ec2875b487a
[]
no_license
20051397003/ALIF-AKBAR-praktikum-5
7e452973845fa6472a047d536c91e90cda98aedd
f11b168d9a52eda4a034f9fd4e42635b952dec7b
refs/heads/main
2023-05-14T03:21:10.603989
2021-06-07T19:07:38
2021-06-07T19:07:38
374,772,781
1
0
null
null
null
null
UTF-8
C++
false
false
1,956
cpp
#include <stdio.h> #include <string.h> #include <stdbool.h> #include <stdlib.h> #include <conio.h> #define MAX 5 typedef int Element; typedef struct{ int head; int tail; Element data[MAX]; }Queue; void initQueue(Queue *q) { (*q).head=(*q).tail=-1; } bool isEmpty(Queue q) { if(q.head==-1 && q.tail==-1) return true; else...
[ "noreply@github.com" ]
20051397003.noreply@github.com
9d9a6f80150965585b88ce69e7c648fa76a9a30a
7e4724913dde962d642a85eaf5e3b2e7365021aa
/icu4c/source/i18n/unicode/msgfmtnano_pluralprovider.h
18492744e789d6f0429dfe561555fd4a9acbc576
[ "LicenseRef-scancode-public-domain", "BSD-2-Clause", "ICU", "BSD-3-Clause", "NAIST-2003", "LicenseRef-scancode-unicode", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bhamiltoncx/icu
7269d17a23e01eabf32e1c4d52d918ea27260e97
4f074e602717a115fe56378c1c175eb72bd4c102
refs/heads/master
2022-11-14T09:09:42.830009
2020-06-30T20:12:46
2020-06-30T20:12:46
272,472,461
0
0
null
2020-06-15T15:15:34
2020-06-15T15:15:33
null
UTF-8
C++
false
false
1,086
h
// © 2019 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html #ifndef __SOURCE_I18N_UNICODE_MSGFMTNANO_PLURALPROVIDER_H__ #define __SOURCE_I18N_UNICODE_MSGFMTNANO_PLURALPROVIDER_H__ #include "unicode/utypes.h" #if U_SHOW_CPLUSPLUS_API #if !UCONFIG_NO_FORMATTING #in...
[ "benhamilton@google.com" ]
benhamilton@google.com
a68b8cfa5076aaea13031575e63dfbdc4fec510b
6a7dce57186c961826fd9af1732a181dd4f5d2d0
/src/shendk/files/model/mt7/mt7_node.cpp
f7fc6e7a08736b93db841c10dbb15ad64890a0d7
[ "MIT" ]
permissive
Shenmue-Mods/ShenmueDK
3d404166a49bbca811d4e5c384f7aaca5910fcdb
1dae443814b3755281d207a13f25571c0e51a5d1
refs/heads/master
2023-04-10T00:17:35.110739
2023-03-31T00:46:11
2023-03-31T00:46:11
164,145,748
5
0
null
null
null
null
UTF-8
C++
false
false
24,488
cpp
#include "shendk/files/model/mt7/mt7_node.h" #define readBytes(x,y,z) x.read(reinterpret_cast<char*>(&y), z) namespace shendk { namespace mt7 { class NodeMDEntry { public: unsigned int Offset1; unsigned int Offset2; NodeMDEntry(std::istream& stream) {...
[ "35783139+LemonHaze420@users.noreply.github.com" ]
35783139+LemonHaze420@users.noreply.github.com
e8eee3936a7df3057b0f4a26f860fb301cb2c5ce
f495530040281b02a9e7caed48b89123c45a2edb
/SDK/progressivePhotonMap/PpmObjLoader.cpp
ba8b7a29c1f97e46a590b44e17bbca04a0b16963
[]
no_license
zengxinlu/chip
680655d0759852839ed25e324093ffd09218bee7
0c86ff6a3e7be49c9787f122b58c6f08b9cc54a2
refs/heads/master
2021-01-18T03:53:42.633847
2017-04-24T11:45:40
2017-04-24T11:45:40
85,775,844
0
1
null
2017-04-24T11:45:41
2017-03-22T02:25:50
C
GB18030
C++
false
false
18,951
cpp
/* * Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved. * * NVIDIA Corporation and its licensors retain all intellectual property and proprietary * rights in and to this software, related documentation and any modifications thereto. * Any use, reproduction, disclosure or distribution of this software ...
[ "lovevvcy@163.com" ]
lovevvcy@163.com
203705e60e19ddd68c3d8a201dc6a093147992ff
70f46db7f53566a63063356386bcc1f7ff88309c
/include/JavaScriptCore/LLIntPrototypeLoadAdaptiveStructureWatchpoint.h
220fff3e3bf54341e961c82df8c4e8c9000734be
[ "Apache-2.0" ]
permissive
openkraken/jsc
79510114c028f98912e0021c27081ae98c660f27
05f661f9b44ad655486c9a1d61f50eb958eb2c89
refs/heads/master
2023-05-27T20:24:59.730326
2021-06-01T12:55:44
2021-06-01T12:55:44
356,278,322
4
1
Apache-2.0
2021-04-30T07:54:54
2021-04-09T13:20:25
C++
UTF-8
C++
false
false
2,205
h
/* * Copyright (C) 2016 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
[ "chenghuai.dtc@alibaba-inc.com" ]
chenghuai.dtc@alibaba-inc.com
a362ba8a81741930780a2ada3577acd385add0b5
c7aac55da99b0c2fbaa67d86b6a7be604c69dc4e
/hw2-starterCode/.history/hw2_core_code/hw2_20200329224606.cpp
3134df11d5f14b5708ec29b22436854b8a14174e
[]
no_license
RealZiangLiu/usc_csci420_sp20
76733daa3ec84d9c3283330b65ca37fda416a350
c3a7e38d32cf1f14100512a6da23aa34673f682d
refs/heads/master
2023-02-19T09:33:39.379731
2020-04-23T01:29:34
2020-04-23T01:29:34
242,432,725
1
0
null
null
null
null
UTF-8
C++
false
false
50,999
cpp
/* CSCI 420 Computer Graphics, USC Assignment 2: Roller Coaster C++ starter code Student username: ziangliu ID: 9114346039 */ #include "basicPipelineProgram.h" #include "openGLMatrix.h" #include "imageIO.h" #include "openGLHeader.h" #include "glutHeader.h" #include <stdio.h> #include <stdlib.h> #include <...
[ "ziangliu@usc.edu" ]
ziangliu@usc.edu
3ec9809ea769b63307f272d4eea82230cfe3251c
be6546772980ddb35542ef237eba7e57f9998b9c
/es_face_tracking/kf_eye.h
2f8aab1794badc3bef68fbcfee9c9f66cc60c668
[]
no_license
marcoxsurf/Eye-Tracking-by-means-of-gradients
d95958ab939f81c92da38ee5494e6b8ea072d11f
0181121557a8322b9307d030b6df54e04d2b8d83
refs/heads/master
2020-05-29T14:40:16.634674
2016-06-22T11:16:15
2016-06-22T11:16:15
61,026,196
4
0
null
null
null
null
UTF-8
C++
false
false
692
h
#pragma once #include <opencv2\opencv.hpp> #include <iostream> using namespace std; using namespace cv; class KF { int stateSize; int measSize; int contrSize; //CV_32F is float - the pixel can have any value between 0-1.0 unsigned int type; KalmanFilter kf; Mat state, meas; bool found; int notFoundCount; ...
[ "fantasia.marco@gmail.com" ]
fantasia.marco@gmail.com
4e25422bb11143906a563b624cd651aec65180be
02e55afe8921e5e580ba56233966ffed5c5832f7
/intern/GHOST_DisplayManagerSDL.h
2a815b1dc28fb1dd1cf2a4924e495eaa90b5d02e
[]
no_license
theoriticthierry/Ghost2
f764de860a2aa788dad55003afab11ad56fe5ccb
4f2fb169f85bd2d1cf028e2fbbf54a0d485e8c27
refs/heads/master
2021-01-23T02:53:35.431754
2013-03-18T20:28:55
2013-03-18T20:28:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,023
h
/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * 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 the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This prog...
[ "asilepolitique@gmail.com" ]
asilepolitique@gmail.com
ffef3fc8160cd68b4971dddd8037f6af11692ae2
448ae129ff28b0e4688fbf105d40681f9aa896d5
/2DWalking/src/objects/boxs/colliderbox.cpp
95b55befd5bbbcb8573220779c69e4c6d5736a32
[]
no_license
ISahoneI/2DWalking
00ef06711946f837de3a897bfa9187f5723a9884
bbdd5a3d11becfd26d806a056b6950e25db310c0
refs/heads/master
2021-06-24T06:23:53.274731
2020-10-25T23:46:49
2020-10-25T23:46:49
138,442,552
0
0
null
null
null
null
UTF-8
C++
false
false
1,739
cpp
#include "colliderbox.h" Colliderbox::Colliderbox(float x, float y, float width, float height) : Sprite(x, y, width, height, glm::vec4(128, 0, 255, 128)) { setIsRender(false); setIsVisible(false); setIsCollidable(true); setLevel(SpriteLevel::LEVEL4); } Colliderbox::~Colliderbox() { } bool Colliderbox::isOverlap...
[ "Sahone.come@hotmail.fr" ]
Sahone.come@hotmail.fr
028f28b367bf8aa37568029940e0d483d2055024
96aed31564b495b225ad39ed9491424b67ba0d56
/source/update_check.cpp
94b7835c9fe1606c32b4410aafd89eb0ddad4ff7
[ "BSD-3-Clause" ]
permissive
masterwishx/reshade
3d30c7a17169c8ab3261fe4fd4512979b7c641cb
7977654d52463670cac0065fbcefb9443448c406
refs/heads/master
2020-04-19T22:48:33.464592
2019-01-30T21:24:00
2019-01-30T21:24:00
168,479,638
2
0
BSD-3-Clause
2019-01-31T07:08:03
2019-01-31T07:08:03
null
UTF-8
C++
false
false
2,115
cpp
#include "version.h" #include "runtime.hpp" #include <Windows.h> #include <WinInet.h> struct scoped_handle { scoped_handle(HINTERNET handle) : handle(handle) {} ~scoped_handle() { InternetCloseHandle(handle); } inline operator HINTERNET() const { return handle; } private: HINTERNET handle; }; bool reshade::runt...
[ "crosiredev@gmail.com" ]
crosiredev@gmail.com
cefaa2e095bda4e13b317437257e98fcfc82aca0
6fbcb29d1607d637adff16028f0b1cf08c0481f5
/src/button.h
6a23d7771dc6b15928401a6c3911ae613705a820
[]
no_license
kentdev/Trichromic
893c8108b682d67947c883043e6c0b84a81475b6
9e71addbc51c3f4986e87d690cb82cfd68281d8c
refs/heads/master
2021-05-02T02:00:25.306155
2020-01-16T04:12:22
2020-01-16T04:12:22
28,209,064
2
0
null
null
null
null
UTF-8
C++
false
false
737
h
#ifndef _button_h #define _button_h class _button { bool click, rclick; bool sound; int type; int textw; float texta; string text; public: bool clickable; short x; short y; short w; short h; int color; string get_text(); ol::Bitmap *picture; void draw_disabled(); void draw(); vo...
[ "kent@kentdev.net" ]
kent@kentdev.net
cfbf3497d95974c107af56e1d6d9694c979ddd5d
3d0812c2af1eb8279b0fcff502466797e5dbfd0c
/MazeGUI.cpp
10c27287556655159809114feb4f8eab75c5d5b7
[]
no_license
djfrost/Lab06ForBoshart
60912d9256541223a4a15479375f38ff8636374d
28c2f44a9fdd41a936e48251fdb0aa3b4c93b99e
refs/heads/master
2021-01-19T03:24:13.807474
2014-10-06T01:06:58
2014-10-06T01:06:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,895
cpp
#include "MazeGUI.h" #include "Matrix.h" #include <gtkmm/main.h> #include <gtkmm/table.h> #include <gtkmm/window.h> #include <gtkmm/button.h> #include <iostream> using namespace std; #include <windows.h> DWORD WINAPI traverseMaze(LPVOID* parameters) { MazeGUI* maze_gui = (MazeGUI*) (parameters[0]); maze_gui->...
[ "cody.sorrell@gmail.com" ]
cody.sorrell@gmail.com
f796670445e9a6a7336efa546b668f6eebd900df
e01d541554b2541e280a2581c31f3c8904a5b923
/nt4/public/sdk/inc/crt/stdiostr.h
8f6c53af6c975b71d699e3ed4f06f597e6333192
[]
no_license
tmplazy/NT_4.0_SourceCode
b9a6a65fa3ca3e008b0277c7f5884aa7b3c57b9f
e293359a21b004f6840ec66c0a7ad1077a80f22b
refs/heads/master
2021-07-22T13:57:15.412794
2017-10-31T10:48:43
2017-10-31T10:50:50
105,346,067
1
0
null
2017-09-30T06:03:46
2017-09-30T06:03:45
null
UTF-8
C++
false
false
2,051
h
/*** *stdiostr.h - definitions/declarations for stdiobuf, stdiostream * * Copyright (c) 1991-1995, Microsoft Corporation. All rights reserved. * *Purpose: * This file defines the classes, values, macros, and functions * used by the stdiostream and stdiobuf classes. * [AT&T C++] * * [Public] * ****/ ...
[ "gasgas4@gmail.com" ]
gasgas4@gmail.com
7a34d84763fe14ce86d224b031f065ee1c48c9e7
191460258090bcabe392785948025887696ccd1b
/src/xenia/gpu/graphics_system.cc
22600cc5d01f8a51078d42f645e45660e063f967
[]
no_license
DrChat/xenia
1b81ab13298229cb568c1385774f47792a802767
0dc06a7e6fedaa4dd7bbe4e3c34bc288a58f6c49
refs/heads/master
2020-04-05T18:29:57.710202
2015-05-20T05:31:37
2015-05-20T05:31:37
34,922,300
5
5
null
2015-05-01T20:21:14
2015-05-01T20:21:14
null
UTF-8
C++
false
false
2,218
cc
/** ****************************************************************************** * Xenia : Xbox 360 Emulator Research Project * ****************************************************************************** * Copyright 2013 Ben Vanik. All rights reserved. ...
[ "ben.vanik@gmail.com" ]
ben.vanik@gmail.com
d09f223a403a5a0b7e8ec9ebcba8037cc356e190
46dffb041c76cfccbf58e325129867ed05a3a391
/boat-ws/devel/include/vesc_msgs/VescState.h
6c9408540a685ed83998ef99ea542e26e0446fc2
[]
no_license
loloduca/AV_Invisible_Boat
8537f9edba79482037d61811b292972826bea05a
c0631c3b91cabdbc0ae3b4c579cd95bbb4f7a02c
refs/heads/master
2021-04-30T13:02:22.820990
2018-03-14T18:15:00
2018-03-14T18:15:00
121,286,633
0
0
null
null
null
null
UTF-8
C++
false
false
9,357
h
// Generated by gencpp from file vesc_msgs/VescState.msg // DO NOT EDIT! #ifndef VESC_MSGS_MESSAGE_VESCSTATE_H #define VESC_MSGS_MESSAGE_VESCSTATE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/message...
[ "brettg0396@gmail.com" ]
brettg0396@gmail.com
a50a1500c7cea25b44342a3b9632406056758c1b
4f8e66ebd1bc845ba011907c9fc7c6400dd7a6be
/SDL_Core/src/components/JSONHandler/src/SDLRPCObjectsImpl/V2/ReadDID_responseMarshaller.cpp
bfadc37b7544fbdbf75386e688b93869cb616a93
[]
no_license
zhanzhengxiang/smartdevicelink
0145c304f28fdcebb67d36138a3a34249723ae28
fbf304e5c3b0b269cf37d3ab22ee14166e7a110b
refs/heads/master
2020-05-18T11:54:10.005784
2014-05-18T09:46:33
2014-05-18T09:46:33
20,008,961
1
0
null
null
null
null
UTF-8
C++
false
false
5,717
cpp
// // Copyright (c) 2013, Ford Motor Company // 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 condit...
[ "kburdet1@ford.com" ]
kburdet1@ford.com
ace1f99fb7b438eb472636b15e378466ca275e4c
dac1cc13f6b3cb0f561107f379ca7bc1205f9f72
/generateParentheses.cpp
b8dc3fdcd75deb938934eabf33def44d4a681558
[]
no_license
adityavijay88/avijay
8cfd76d76ba789acaf6b17598846254f8f158da1
759e136164fea60216fb8d68c1019be0ce40cc59
refs/heads/master
2016-09-06T17:01:55.035108
2014-12-01T10:41:53
2014-12-01T10:41:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
539
cpp
#include <iostream> #include <math.h> #include <vector> using namespace std; void gp(string str, int l, int h,int &n, vector<string>&res){ if(l>n) return; if(l==n && h==n){ res.push_back(str); }else{ gp(str+"(",l+1,h,n,res); if(l>h){ gp(str+")",l,h+1,n,res); } ...
[ "avijay@usc.edu" ]
avijay@usc.edu
b492d185e05094891d9527fac163c371817a5d2c
f8f3b88f9728cc25530d38b4d413ca4bd5e28419
/hub/hub.ino
a258e4be799ca6b171be1e39a04b2cf23eef8c75
[ "MIT" ]
permissive
UAlberta-DORN/espnow_firmware
aba737dd8455b4eee28db7079585e893e4d07e96
0752fe8ef19e5d3150806427baf18b6ba3ef3d45
refs/heads/main
2023-04-08T03:28:57.206925
2021-04-16T05:32:29
2021-04-16T05:32:29
308,136,866
0
1
null
null
null
null
UTF-8
C++
false
false
7,279
ino
#include "hub_settings.h" // we can include a setting file specially made for this script, else compliler will use the default settings #include <custom_capstone_lib.h> int resend_counter=10; DynamicJsonDocument data_json(DEFAULT_DOC_SIZE); void setup() { Serial.begin(115200); printlnd("Hub:"); //Set device in ...
[ "ray@rayliu.ca" ]
ray@rayliu.ca
e7a5a96aba981fd280ebd416d9e53159f01ce429
209df429dff295d838b1f376564c0285cd74414f
/TouchGFX/generated/fonts/src/Font_verdana_20_4bpp_0.cpp
b4a20a5fe718d611018adbd6d703b8482eb341fc
[]
no_license
debenzhang/STM32LTCD
f69cd8cb8930b7631043d719d5ff25cc3c4857a4
bc5a65e14b98cd711ba68b904a6ff9267f326eca
refs/heads/main
2023-01-30T18:03:59.687185
2020-12-02T03:38:01
2020-12-02T03:38:01
307,630,286
0
0
null
null
null
null
UTF-8
C++
false
false
4,702
cpp
#include <touchgfx/hal/Types.hpp> FONT_GLYPH_LOCATION_FLASH_PRAGMA KEEP extern const uint8_t unicodes_verdana_20_4bpp_0[] FONT_GLYPH_LOCATION_FLASH_ATTRIBUTE = { // Unicode: [0x0032] 0x50, 0xDA, 0xFF, 0x8D, 0x01, 0x00, 0xF1, 0xDF, 0xBA, 0xFE, 0x1D, 0x00, 0x91, 0x02, 0x00, 0xB1, 0x9F, 0x00, 0x00, 0x00, 0x00...
[ "laoxizi@gmail.com" ]
laoxizi@gmail.com
575d236b6250052206dc13eeee87e32f7e7f47f5
d4b4513c6314871a268ab97d0aece052a632d57d
/soft/common/protocpp/gtool.eproto.pb.cc
b63ff3876ca20ed5d941dd8a8564bd0434416c26
[]
no_license
atom-chen/tssj
f99b87bcaa809a99e8af0e2ba388dbaac7156a31
f4345ad6b39f7f058fac987c2fed678d719a4482
refs/heads/master
2022-03-14T22:23:50.952836
2019-10-31T11:47:28
2019-10-31T11:47:28
null
0
0
null
null
null
null
UTF-8
C++
false
true
13,079
cc
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: gtool.eproto #include "gtool.eproto.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/stubs/port.h> #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/wire_format_lite_inl.h> #inclu...
[ "rocketxyfb@163.com" ]
rocketxyfb@163.com
9afe8406d045f08405827c7353475294222ce441
17e32121c8e8ffbe114ec438466afca7ed8f316b
/touhou/SDLEngine/ShooterRect.h
f2c71e1b6c80fa4302a72bd25c9d888304acb298
[ "MIT" ]
permissive
axt32/tohoxp
ee21a46de62f579f10a6927d2741c7bacb960c8b
1dee92da45f8adb2d6475154bd73f940d30e8cf3
refs/heads/master
2022-10-17T18:29:41.550294
2020-06-14T09:51:23
2020-06-14T09:51:23
272,163,237
0
0
null
null
null
null
UTF-8
C++
false
false
493
h
#pragma once #include "../MemoryLeakChecker.h" #include "../SDL/include/SDL.h" class ShooterRect { private: SDL_Rect MyRect; public: ShooterRect(); ShooterRect(int IN_x, int IN_y); ShooterRect(int IN_x, int IN_y, int IN_w, int IN_h); void Set_X(int IN_x); void Set_Y(int IN_y); void Set_W(int IN_w); void Set_H(...
[ "axt32@naver.com" ]
axt32@naver.com
df25b4b1197114d5140cca2170b87fa05654426e
90047daeb462598a924d76ddf4288e832e86417c
/media/gpu/video_encode_accelerator_unittest.cc
cdb9984aa44e992106c82837ec796268213b55aa
[ "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
87,356
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 <inttypes.h> #include <stddef.h> #include <stdint.h> #include <algorithm> #include <memory> #include <queue> #include <string> #include <utility...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
0ef358df1bdcfd122e7f4bc710a36380f449b3c4
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14321/function14321_schedule_29/function14321_schedule_29.cpp
9e8ae0460c5c9b36a23fa853b69f7c1599864b64
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,112
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function14321_schedule_29"); constant c0("c0", 512), c1("c1", 128), c2("c2", 1024); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i100("i100", 2, c0 - 2), i101("i101", 2, c1 - 2), i102("i10...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
8a22cdb360580dbcdbc77b87f11565fc289f63e7
ce44c972e50fb6b16ba3026951c470c8c5e537d8
/CodeChef/CHSERVE.cpp
f8c79f4935259400ed1ef488630f948eaf1250f8
[]
no_license
kawal2266/DS-and-Algorithms
60e394fb35b16a1278f97aba02be0ea1bd038899
b2af944ddf6a697783862990c2e0b96a336c2c45
refs/heads/master
2020-03-27T03:42:55.316097
2018-10-30T17:51:25
2018-10-30T17:51:25
145,883,720
0
6
null
2018-10-30T17:51:26
2018-08-23T17:03:11
Java
UTF-8
C++
false
false
337
cpp
#include <iostream> using namespace std; string nextTurn(int n1,int n2,int k){ int s=n1+n2; return (s/k)%2==0?"CHEF":"COOK"; } int main() { // your code goes here int t; cin>>t; while(t!=0){ int n1,n2,k; cin>>n1>>n2>>k; string result=nextTurn(n1,n2,k); cout<<result<<"\n"; t--; }...
[ "vandanakumari13998@gmail.com" ]
vandanakumari13998@gmail.com
de9e3aa2645e36c26acd3466d68f323dbea41da2
68e17fae9f5261250add0091d07ad0f49989a111
/OAiP_Lab1_C/OAiP_Lab1Var9_C_not magic.cpp
b0a5501b5471bd869648c63ef391c34a18691ef6
[]
no_license
Romania322/OAiP_Labs_Kyabisheva
76da04da031dc641bae3fbdcfbe3e317e93442e8
09a2ab4ce4041b8d2806e3beda0f8e5c0d71de95
refs/heads/master
2021-09-01T02:16:15.449886
2017-12-24T10:54:47
2017-12-24T10:54:47
115,256,242
0
0
null
2017-12-24T10:39:04
2017-12-24T10:39:04
null
WINDOWS-1251
C++
false
false
888
cpp
/* Кябишева Александра Зауровна Лабораторная работа №1 Вариант 9 Задание: перевести дециметры в ладони и выразить в вёрстах */ #define _CRT_SECURE_NO_WARNINGS #include <conio.h> #include <stdio.h> void main() { system("chcp 1251"); system("cls"); int DM; float HND; float VRST; printf ("Введите...
[ "noreply@github.com" ]
Romania322.noreply@github.com
ee426a469e8cd60c0249d210d01f3ba254f27b1b
6657186600feaec8228f8f92a9c3dec33d089d2b
/onnxruntime/core/providers/cuda/tensor/squeeze.h
aa3fbfb8e6b4e6864d1a29eed4644ef2e5497cc0
[ "MIT" ]
permissive
microsoft/onnxruntime-openenclave
4da64801290ff0f89497a6cfbfccd79e1584f81b
a6ad144bfbe4d91277c33180e65768e843a9f053
refs/heads/openenclave-public
2023-07-06T02:33:46.183271
2022-08-17T02:56:57
2022-08-17T02:56:57
290,272,833
34
21
MIT
2022-12-12T16:28:23
2020-08-25T16:58:14
C++
UTF-8
C++
false
false
570
h
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #include "core/common/common.h" #include "core/framework/op_kernel.h" #include "core/providers/cuda/cuda_common.h" #include "core/providers/cpu/tensor/squeeze.h" namespace onnxruntime { namespace cuda { class Squeeze fina...
[ "prs@microsoft.com" ]
prs@microsoft.com
7eb6ad3f79fae08b96930e5487834af8738aa2aa
9f7a5e5c6dfce8daa9c6c748c61851a5e8b1464b
/自行撰寫文章/Ubuntu X-Window Qt4程式設計系列/Ubuntu X-Window Qt4程式設計07/程式碼/5-3/ImageProcess5-3_02/build/moc_imagewidget.cpp
e7d74a23cbfbd4c3f05b9653b7400798fc9c9508
[]
no_license
jash-git/Jash_QT
fdaf4eb2d6575d19ed17f35c57af25940f80554d
5e44333512e048649e6b7038428487348fda52aa
refs/heads/master
2023-05-28T11:24:23.585919
2021-06-06T12:43:10
2021-06-06T12:43:10
372,838,837
0
0
null
null
null
null
UTF-8
C++
false
false
2,074
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'imagewidget.h' ** ** Created: Wed Dec 8 22:02:16 2010 ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.0) ** ** WARNING! All changes made in this file will be lost! ************************...
[ "jash.liao@gmail.com" ]
jash.liao@gmail.com
15e88dcd05bf943db4a8570e68ce545ee04242e4
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/Editor/UnrealEd/Private/ReferenceInfoUtils.h
c98e5eac679997b5ec2597749af923dbbe6846c7
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C++
false
false
275
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" namespace ReferenceInfoUtils { /** * Outputs reference info to a log file */ void GenerateOutput(UWorld* InWorld, int32 Depth, bool bShowDefault, bool bShowScript); }
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
30246d4df0a2c96b6f0071a3ef758049ad9a51e0
18d3c64df62247ca95259132d677b802fb0d6018
/ExampleService/ExampleService.cpp
04ac76291e2bda5010854879a88f6a6af8f504d8
[]
no_license
wushuo8/WindowServiceExample
a27218c3de478b914e99919c175b92ea7a7bd59d
0cee752a106dc65e0b8cc0ced81da04ab474941f
refs/heads/master
2022-01-21T21:18:45.426995
2019-07-26T11:28:13
2019-07-26T11:28:13
null
0
0
null
null
null
null
GB18030
C++
false
false
4,240
cpp
// ExampleService.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <Windows.h> SERVICE_STATUS_HANDLE ssh=NULL; SERVICE_STATUS ss = {0}; void PrintError(wchar_t *err) { printf("%s ErrorCode : %d\r\n",err,GetLastError()); } BOOL InstallService() { wchar_t DirBuf[1024]={0},SysDir[1024]={0}; GetCurrentDirectory(1...
[ "2303186535@qq.com" ]
2303186535@qq.com
6bb009e298dc7adb8f32e709a27589ecf7ae578a
9604dc98c1e744505bb3b435ea93886bb87b4d4c
/hphp/vixl/a64/macro-assembler-a64.h
105a40f576e6861fe40b9e95d9f00609da55396c
[ "PHP-3.01", "Zend-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
victorreyesh/hiphop-php
2f83a4935e589e7da54353748df3c28ab6f81055
5c7ac5db43c047e54e14be8ee111af751602cf73
refs/heads/master
2021-01-18T07:14:38.242232
2013-09-04T07:42:08
2013-09-04T07:41:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
38,560
h
// Copyright 2013, ARM Limited // 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 conditions a...
[ "sgolemon@fb.com" ]
sgolemon@fb.com
c8f7d460dd031041a8cd5a788a080db9ce476cf3
23a338119b693b3c9dcf39377e395b6b17d25367
/LeetCode/162.cpp
eefe3a0243a02654d8c036e51186d67752a332fe
[]
no_license
REO-RAO/coding
84c2adbd08ffe61b16df335882bad1c57131517e
9dae0b8a0df6bb9df60e8a8c9a1f963382a03abb
refs/heads/master
2022-01-12T14:16:24.768842
2016-09-03T02:57:09
2016-09-03T02:57:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
840
cpp
//Find Peak Element class Solution { public: int dfs(vector<int>& nums, int start, int end) { if (end < start) return -1; int mid = (start + end) / 2; if (mid == 0) { if (nums[0] > nums[1]) return 0; else return -1; } else if (mid == nums.size() - 1) { if (nums[mid] > nums[mid - 1]) ...
[ "zhenanlin@outlook.com" ]
zhenanlin@outlook.com
fa926e834b376d0f7a5be5414d5fc87f0d4e7aa4
0fbcb43b7e5a135d600a5aceea9a2658fcc215f1
/Slave_Controller/Slave_Controller.cpp
e25618c36cd1ba3f7d3bf3ab6825c93d227969b0
[]
no_license
xiaooquanwu/Physical-layer-implementation-of-IoT-architecture-H-AMN
32802e2f0e8153d439bd5fe4af410616a677a62b
db185e16cb44972a0348fdb56b2fc531dfbdc9c6
refs/heads/master
2021-01-22T00:20:01.566764
2014-07-23T22:15:14
2014-07-23T22:15:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,750
cpp
//=============================================================================== // Name : Slave_Controller.cpp // Author : Armia Wagdy // Copyright : 1.3 // Description : This code contain the definition of the class members which // implements the behaviour of the slave controller. //====...
[ "armia.wagdy@gmail.com" ]
armia.wagdy@gmail.com
864438a0cacd8314f3c8be7dc47785daf6b2895d
10a47b100d6bc7c06da4a95556764d761dd1f9c5
/v8/src/wasm/module-decoder.cc
58be26f8453cf68d27d450f3475dd26089d6b07f
[ "BSD-3-Clause", "bzip2-1.0.6", "Apache-2.0", "SunPro" ]
permissive
yourWaifu/v8-cmake
a10e67c38075152f7d4a82bd6fc427a8daa92f72
d3c05a7de2f679a1f986512a540331d00875a38a
refs/heads/master
2022-12-17T20:27:49.386878
2020-06-02T15:50:44
2020-06-02T15:50:44
295,308,677
0
0
BSD-3-Clause
2020-09-14T05:01:20
2020-09-14T05:01:19
null
UTF-8
C++
false
false
86,102
cc
// Copyright 2015 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. #include "src/wasm/module-decoder.h" #include "src/base/functional.h" #include "src/base/platform/platform.h" #include "src/flags/flags.h" #include "sr...
[ "info@bnoordhuis.nl" ]
info@bnoordhuis.nl
186a900b399d98234795811e6bc54a1de8aae236
3b65a58e02023cecd40e6e2db99198d6bd9c8fc2
/Sanitize/trace-pc/trace-pc.cc
76bb9fe556f3fd6a9d3a2cb8ee1f47497f51d0c2
[]
no_license
ytlvy/CTest
5eba5a6631ec9b2226ca982828ebe8c6a1c305da
a11b39a3540156e21641d0fe01d5d595c098c4ff
refs/heads/master
2023-01-23T15:07:06.533033
2023-01-22T13:33:58
2023-01-22T13:33:58
77,416,431
0
0
null
null
null
null
UTF-8
C++
false
false
675
cc
//clang++ -fsanitize-coverage=trace-pc -fsanitize=address -g trace-pc.cc -o trace // ./trace // ./trace foo #include <stdint.h> #include <stdio.h> #include <dlfcn.h> #include <sanitizer/coverage_interface.h> extern "C" void __sanitizer_cov_trace_pc() { void *pc = __builtin_return_address(0); char PcDesr[1024]...
[ "yanjie.guo@kuwo.cn" ]
yanjie.guo@kuwo.cn
0651b377a42acf891f2e14ebf1f938f7442179fa
994dde7fae0dc6bb430e00c0822fc05a2cbf2132
/sample/bindclass/main.cpp
8b17b67f82cf3bd9b1666a48e5f6c524363068b5
[]
no_license
zapline/libscript_lua
c50327d5a291398b7a348bbb990a1465381d62c5
3d8d74196bde48711fe91b9bed26ef617bbe2240
refs/heads/master
2020-04-06T06:15:27.419577
2014-10-27T03:49:22
2014-10-27T03:49:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,462
cpp
#include "libscript.h" class MyClass { public: MyClass() { n = 256; } MyClass(int num) { n = num; } ~MyClass() { std::cout << "free" << std::endl; } void foo() { std::cout << "foo"<<std::endl; } int foo2() { return ...
[ "buzichang@vip.qq.com" ]
buzichang@vip.qq.com
6f08320c6a6dbb1bc3ee47e5c1969e5aae8e9ed4
10feb03257f099f3e02a10d0b665d82079337a7e
/robot/src/drivers/wpb_home/wpb_home_bringup/src/wpb_home_core.cpp
edaab8ad20cd3b822fd9ffbb25b3b27e52b0b078
[ "MIT" ]
permissive
SilenceX12138/ROS-Intelligent-Service-Robot
1c8533563cc0e444e3d280043147c8ebabc92bc4
9d042940d602fc62d129a05b4f107acb800d24aa
refs/heads/master
2023-08-25T23:27:02.252004
2021-10-13T00:44:12
2021-10-13T00:44:12
403,973,317
63
1
null
null
null
null
UTF-8
C++
false
false
14,461
cpp
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2017-2020, Waterplus http://www.6-robot.com * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
[ "silencejiang12138@gmail.com" ]
silencejiang12138@gmail.com