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
86a09bd9923e6ff9fb6822c670138e3604492488
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14334/function14334_schedule_4/function14334_schedule_4_wrapper.cpp
83a19a0aedf7ebe2dbb234324f394fbb6529fdb3
[]
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,467
cpp
#include "Halide.h" #include "function14334_schedule_4_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(256, 2048); Halide::Buffer<int32_t> buf01...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
ba41f9967061229a41e7dc4e25beab88222bcfe2
ed2424890b25b8fcaeec4509f6e23e6bf0dad0ae
/DPhoenixEngine/FontDemo.cpp
517e45fbd9c981483d38c361d3dca29dca8ec461
[]
no_license
Binary-Ink/AGPA2
71f91e2ae3731b79d6624e61e0420ad5b80606ff
f114f11e4cc35c61dee54accf0d57fd7f4f7e16e
refs/heads/master
2020-04-17T12:28:23.331655
2019-01-29T21:43:38
2019-01-29T21:43:38
166,580,564
0
1
null
2019-01-28T09:08:29
2019-01-19T18:38:48
C++
UTF-8
C++
false
false
18,057
cpp
//#include "Engine.h" // ////initial class definition inheriting fron Engine //class FontDemo : public DPhoenix::Engine //{ //private: // //depth stencil (to handle multiple overlayed sprites) // ID3D11DepthStencilState* mDepthStencilState; // ID3D11DepthStencilState* mDepthDisabledStencilState; // D3D11_DEPTH_STENCIL_...
[ "asophie.22222@gmail.com" ]
asophie.22222@gmail.com
cfac23771ed32f18c4205cc6d4fe6a28d5f8ae2d
39c1673b3bb230861d2b42bad8d0fbd899d3f4fa
/Contest5/Bai15.cpp
689b5a88a6d6694c74d6729503feb077df830064
[]
no_license
trickstarcandina/CTDL
69b9b205f1b792cce9db894520d4b1a4c0ad9a4a
5ab3e7e8be6f1a6e2f26e9de880495383d95dd84
refs/heads/master
2022-12-28T05:36:00.146268
2020-10-17T08:51:39
2020-10-17T08:51:39
304,835,997
5
0
null
null
null
null
UTF-8
C++
false
false
691
cpp
#include <bits/stdc++.h> using namespace std; int C[101][101][101]; int xuly(string x,string y,string z,int m,int n,int p) { int i, j,k; for (i = 0; i <= m; i++) { for (j = 0; j <= n; j++) { for(k = 0; k <= p; k++) if (i == 0 || j == 0 || k==0) C[i][j][k] = 0; else if (x[i - ...
[ "61593963+rinnegan101220@users.noreply.github.com" ]
61593963+rinnegan101220@users.noreply.github.com
8a058503525a92db5390e11e976e0a37ff2c4689
d3451e85ec9a63ca1866abe09255f30ffe2f2e52
/Source/CPP/PrimMazeGenerator/PrimMazeGenerator/Maze.cpp
57645111deebec5b711a21aa43457f0383c5b73e
[]
no_license
CodyChilders/Minotaur
2a2a7223910c051013a9f47c314c1c976c2eb721
9e6b0b72a7f924e7d37c30e52d1f5a2afb7b2412
refs/heads/master
2021-05-29T21:55:57.007684
2015-10-20T18:53:39
2015-10-20T18:53:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,285
cpp
#include <iostream> #include <cstdlib> #include <ctime> #include <fstream> #include <string> #include "Graph.h" #define and && #define or || #define not ! using namespace std; //Prim's needs a color but we don't, so set a generic one here const int color = 1; //global string for the filename const string outputFileN...
[ "cchilder@ucsc.edu" ]
cchilder@ucsc.edu
45cf1731c107bcf6b339bc5c1cb1eba687144882
0797799496daa46f8fc10d4343dc9fdd5aa2af88
/src/core/gps_file.cpp
b8c87e14bbedba9edecefd8b09985b5636c197eb
[]
no_license
fearlessfollowing/titan
597cdf055d4a608ac37e6b97b40b5ecfa8969fb9
b63d82efb949f512bae16a443405c963c582735d
refs/heads/master
2020-04-24T09:17:43.499817
2019-05-11T10:42:15
2019-05-11T10:42:15
171,858,309
2
1
null
null
null
null
UTF-8
C++
false
false
2,327
cpp
#include "gps_file.h" #include "inslog.h" #include "common.h" #define BUFF_SIZE 4096*4 struct file_gps_data { uint64_t sync = -1; int64_t timestamp = 0; int32_t fix_type = 0; double latitude = 0.0; double longitude = 0.0; double altitude = 0.0; double speed_accuracy = 0.0; }; gps_file::~...
[ "luopinjing@insta360.com" ]
luopinjing@insta360.com
ca05205852e3d999b8fe195b1fcb10b8daf286f6
18f5b77406ee4fd93cae5f0d5437c43c877abcc2
/source/tabla_simbolos.cpp
1365546c7b5500dd8356c7427d147784dcc3365b
[]
no_license
ernestocontreras/Interprete
db6a793dc2025b498034668ce326d3c2ac4a1ce3
e94935fd69e511bd5ca856dbf9adc01ba4898537
refs/heads/master
2021-01-22T05:27:53.295868
2015-04-20T20:48:55
2015-04-20T20:48:55
31,193,733
6
0
null
null
null
null
UTF-8
C++
false
false
2,290
cpp
/* * Nombre : tabla_simbolos.cpp * Descripción : Este archivo gestiona el análisis * sintáctico del interprete haciendo uso del analizador léxico. * Taimen obedece a la gramática declarada en el archivo Grammar * Las funciones que comienzan con (__) son privadas * y no deben ser llamadas directamente desde el exterior ...
[ "ernesto.contrerash@gmail.com" ]
ernesto.contrerash@gmail.com
bc104c7f19e14bbe06152dd3f4e96b7ab1635334
9de9e727949ea40e30cce12182655615e6b65906
/JSCalls/JSCallView.cpp
379fdaa7b3d2377dc3310a7d18524caf8065894c
[]
no_license
smok95/mfcjs
760614208e1838a08960f6874c844c149409419f
4717527fb7e897d6f01bcfe46dbc5e0a9e56bf9e
refs/heads/main
2023-07-02T06:50:11.866293
2021-08-11T10:50:05
2021-08-11T10:50:05
394,255,846
0
0
null
null
null
null
UTF-8
C++
false
false
4,418
cpp
///////////////////////////////////////////////////////////////// // By Eugene Khodakovsky // // April,2002 // // Last Update: April, 2002 // ////////////////////////////////////////////////////...
[ "kjk15881588@gmail.com" ]
kjk15881588@gmail.com
c00e4a62f7a9cee50f4122e41876b55974cb2f03
0860cf708e3b50b7c8080a60584df28812e879f3
/RayTrace/RayTrace/main.cpp
f3154f0e3a514d68188e30376b5fab0fb0445c01
[]
no_license
hexcone/CS3241
2d3a49907afcfe79823cc1de1797cb07a3c7a51d
dce3bda79fb9d29cda081fbe6d3d378351f78a8b
refs/heads/master
2021-01-11T16:03:26.520755
2017-04-28T14:13:04
2017-04-28T14:13:04
79,995,822
0
3
null
null
null
null
UTF-8
C++
false
false
19,126
cpp
// CS3241Lab5.cpp #include <cmath> #include <iostream> #include "vector3D.h" #include <chrono> /* Include header files depending on platform */ #ifdef _WIN32 #include "GL\freeglut.h" #define M_PI 3.14159 #elif __APPLE__ #include <OpenGL/gl.h> #include <GLUT/GLUT.h> #endif using namespace std; #define WINWIDTH 600 #d...
[ "hexcone@gmail.com" ]
hexcone@gmail.com
baf43748df798ac9d23ff6b0d44689426af09359
dda21f4378e37cf448d17b720da4a1c9eb2b24d7
/SDK/SB_WmfMediaFactory_functions.cpp
a325a890f5fff675212f5d8181c5555221d9eec5
[]
no_license
zH4x/SpellBreak-FULL-SDK
ef45d77b63494c8771554a5d0e017cc297d8dbca
cca46d4a13f0e8a56ab8ae0fae778dd389d3b404
refs/heads/master
2020-09-12T17:25:58.697408
2018-12-09T22:49:03
2018-12-09T22:49:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
373
cpp
// SpellBreak By Respecter (0.15.340) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SB_WmfMediaFactory_parameters.hpp" namespace SpellSDK { //--------------------------------------------------------------------------- //Functions //---------------------------------------------------------------------...
[ "45327951+realrespecter@users.noreply.github.com" ]
45327951+realrespecter@users.noreply.github.com
122a96fbfa65c44ec4d2ed60ec10e0b1f7c62ad0
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/075/185/CWE124_Buffer_Underwrite__new_wchar_t_ncpy_63b.cpp
c747d0cec1cf9780bbaa8209988e4ad017b4fec4
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C++
false
false
2,067
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__new_wchar_t_ncpy_63b.cpp Label Definition File: CWE124_Buffer_Underwrite__new.label.xml Template File: sources-sink-63b.tmpl.cpp */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: Set data pointer to before the allocated memory buff...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
61fd5b17e6f3d8d12932faf40e380c21cfd4966e
e85c6bfb04b3c8479d4ce64dbf1335bdb8b53d32
/day04/01_TCP-improved/server/serverwidget.h
ad7d16e19dad4ee7862c313f3ad11c4190270cd8
[]
no_license
JosanSun/QtExercise
1114db43a97f81584c15656456bc8387d657d40c
47e7646a09a9f98865387b6a32756d9c2605978b
refs/heads/master
2021-01-19T17:30:49.387045
2018-04-10T09:40:52
2018-04-10T09:40:52
101,065,100
0
0
null
null
null
null
UTF-8
C++
false
false
784
h
void on_buttonSelectFile_clicked(); #ifndef SERVERWIDGET_H #define SERVERWIDGET_H #include <QWidget> #include <QTcpServer> //监听套接字 #include <QTcpSocket> //通信套接字 #include <QFile> namespace Ui { class ServerWidget; } class ServerWidget : public QWidget { Q_OBJECT public: explicit ServerWidget(QWidget *par...
[ "josancpp@gmail.com" ]
josancpp@gmail.com
38728a9883efa093ce468e0887c686c212ca74c1
1b1dcfada57aafafa7d426649d342aa4088849dd
/SamilLogger.ino
2f9dd4870887461bf6ab35d7a2d3c47a26a69937
[]
no_license
vk2tds/SamilLogger
7dea1b4118a2a52127cc263de8d41c49bf5d44ce
b714847c76b12939aa95297f80ab57d667672ef9
refs/heads/master
2020-03-25T13:35:27.464590
2018-08-06T10:56:19
2018-08-06T10:56:19
143,833,784
5
4
null
2018-08-07T07:05:43
2018-08-07T07:05:43
null
UTF-8
C++
false
false
3,687
ino
#include <TimeLib.h> #include <NTPClient.h> #include <ESP8266WiFi.h> #include <ESP8266mDNS.h> #include <ESP8266HTTPClient.h> #include <WiFiUdp.h> #include <ArduinoOTA.h> #include "SamilCommunicator.h" #include "SettingsManager.h" #include "MQTTPublisher.h" #include "PVOutputPublisher.h" #include "ESP8266mDNS.h" #inclu...
[ "amunday@gmail.com" ]
amunday@gmail.com
13c5acf3b760cda7363cc0c87c7edd4528e625af
64382858dfa44dcdf56fcfd6884fdfaacd19ef92
/tick/optim/model/src/model_huber.cpp
9345debf6a28d43fd4e810f6cd14886521414212
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
pobrienjhu/tick
3fc274d41f7fb2754de9730576bcd424e70aab53
b48e7e524add798cb35a3ef339615279d6bd9c25
refs/heads/master
2021-08-26T03:41:49.962499
2017-11-07T10:24:59
2017-11-07T10:24:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,603
cpp
// License: BSD 3 clause #include "model_huber.h" ModelHuber::ModelHuber(const SBaseArrayDouble2dPtr features, const SArrayDoublePtr labels, const bool fit_intercept, const double threshold, const int n_threads) : ModelGe...
[ "stephane.gaiffas@polytechnique.edu" ]
stephane.gaiffas@polytechnique.edu
d35238f24e804d4840e29e66abe8887a6dca84cc
e835aa3afd88381b607c4ae8ab800e35146110d0
/b005.cpp
e0b5196b41495a2204b1bf319e3001ce1688b4b6
[]
no_license
Benjamin1021523/program-practice
87588986add2e5abf535ceab486aa455bc6b59d6
7873103da8ff3c957c81352091586659fda871ab
refs/heads/master
2021-03-30T17:29:49.083089
2017-05-21T11:10:43
2017-05-21T11:10:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,043
cpp
#include<iostream> using namespace std; int main(){ int range; while(cin >> range){ bool **a = new bool*[range]; bool *cum = new bool[range]; bool *row = new bool[range]; for(int i = 0;i < range;i++){ a[i] = new bool[range]; } for(int i = 0;i < range;i...
[ "benjamin.30805@yahoo.com.tw" ]
benjamin.30805@yahoo.com.tw
dee7d6059cec9c54b651646b633c44c9dd92a80c
9ef4da1bbac787f8611b8a7d834025f4cc30b259
/devel/include/hector_uav_msgs/PoseActionResult.h
ea5a02873a694cf128946524acd299644088d21b
[]
no_license
xivien/SST-MISK
eb7849612963276e4212a231bffcee1462f00fa6
65de1f2dbe8ee72b8b4104aa7c66e1c73f76631b
refs/heads/master
2020-06-02T22:21:51.797733
2019-10-05T12:25:49
2019-10-05T12:25:49
191,326,826
0
0
null
null
null
null
UTF-8
C++
false
false
9,597
h
// Generated by gencpp from file hector_uav_msgs/PoseActionResult.msg // DO NOT EDIT! #ifndef HECTOR_UAV_MSGS_MESSAGE_POSEACTIONRESULT_H #define HECTOR_UAV_MSGS_MESSAGE_POSEACTIONRESULT_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_...
[ "przemyslaw.szostak95@gmail.com" ]
przemyslaw.szostak95@gmail.com
c2a66748b1c886d35110a61ef4cdbf985f5ee370
527333a0860848e214e71e00f2682ed04f61df8a
/SkladisteVeleprodaje/DlgNovaPrimka.h
55e6f71b76f4f2ab925a62ccf8c23ed57606d45c
[]
no_license
kbratkovic/SkladisteVeleprodajeMFC
594375301082abd09d3b3465fe15a120a1084fca
5ee1094e2fd6e784241dad795169b3e44698a08b
refs/heads/master
2023-07-29T09:30:12.497029
2021-09-07T19:47:02
2021-09-07T19:47:02
392,663,289
0
0
null
null
null
null
UTF-8
C++
false
false
988
h
#pragma once // DlgNovaPrimka dialog class DlgNovaPrimka : public CDialogEx { DECLARE_DYNAMIC(DlgNovaPrimka) public: DlgNovaPrimka(CWnd* pParent = nullptr); // standard constructor virtual ~DlgNovaPrimka(); // Dialog Data #ifdef AFX_DESIGN_TIME enum { IDD = IDD_PODACI_O_PRIMKAMA_NOVI_PODATAK }; #endif prot...
[ "kbratkovic@gmail.com" ]
kbratkovic@gmail.com
29e152b6ece3891a1515bb8132e8d17522219289
ebe1eaf68b4ebe941e564ecaf536a06d625e1eda
/Engine/src/ThirdParty/NIF/include/obj/NiExtraDataController.h
7a88b8dc593c5f35ca26968cb857c5a40c370de8
[]
no_license
przemyslaw-szymanski/x-source-engine
54a23e9ad740f7ab1b4a439f87733c366233eb58
1afa8c0dea628b6a252ee40aef39c31ec99d3c97
refs/heads/master
2020-12-24T15:41:01.851654
2015-08-07T14:37:12
2015-08-07T14:37:12
13,867,990
0
0
null
null
null
null
UTF-8
C++
false
false
2,828
h
/* Copyright (c) 2006, NIF File Format Library and Tools All rights reserved. Please see niflib.h for license. */ //-----------------------------------NOTICE----------------------------------// // Some of this file is automatically filled in by a Python script. Only // // add custom code in the designated areas o...
[ "przemek.p.szymanski@gmail.com" ]
przemek.p.szymanski@gmail.com
5d26e6ad96ed5c22fa2251380bdb3c00726bbf4d
fed3743b6920aff0b3f038518136146dde2c7775
/Mordhau-Simple-Auto-Block/SDK/Mordhau_AppleImageUtils_classes.hpp
439cac0011c48d8bc193c440cdeff5d792859652
[]
no_license
JukkuJukku/mordhau-simple-auto-block-cheat
a516b811a41889fa948ab20f8cb685fb10ffecbd
96c0b279e5933844ddd626d75ecc7b9fe2dc3906
refs/heads/master
2023-05-26T23:47:16.317396
2019-10-23T14:26:04
2019-10-23T14:26:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,544
hpp
#pragma once // Mordhau (Dumped by Hinnie) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // Class AppleImageUtils.AppleImageUtil...
[ "41238792+Skengdo@users.noreply.github.com" ]
41238792+Skengdo@users.noreply.github.com
569dda94bd2b9713cc7e998f5e8b46a7e935743a
07c3e4c4f82056e76285c81f14ea0fbb263ed906
/Re-Abyss/app/views/Actor/Enemy/CodeZero/Body/BodyVM.hpp
87b1a545c373007fd971bf592f72ea34d7211253
[]
no_license
tyanmahou/Re-Abyss
f030841ca395c6b7ca6f9debe4d0de8a8c0036b5
bd36687ddabad0627941dbe9b299b3c715114240
refs/heads/master
2023-08-02T22:23:43.867123
2023-08-02T14:20:26
2023-08-02T14:20:26
199,132,051
9
1
null
2021-11-22T20:46:39
2019-07-27T07:28:34
C++
UTF-8
C++
false
false
605
hpp
#pragma once #include <Siv3D/Vector2D.hpp> #include <abyss/utils/TexturePacker/TexturePacker.hpp> namespace abyss::Actor::Enemy::CodeZero::Body { class BodyVM { public: BodyVM(); BodyVM& setPos(const s3d::Vec2& pos); BodyVM& setColorMul(const s3d::ColorF color); BodyVM& set...
[ "tyanmahou@gmail.com" ]
tyanmahou@gmail.com
d142bd66330f63275b85b4e12732ccaceefdef74
69c1bea73993ccbb26e17de36102c6edad248a28
/source/main.cpp
33adb843e95596e9f6655aca4f7dcaa9a686c30c
[]
no_license
sanyaade-programming/MarmaladeCV
3e2150bee367d7097c7ebf967baa8e01c101ff18
7007397dbbb325c18af5aee18bdfac8ca7b75db5
refs/heads/master
2021-01-15T16:43:05.625882
2012-04-30T18:10:29
2012-04-30T18:10:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
858
cpp
/* * This file is part of the Marmalade SDK Code Samples. * * Copyright (C) 2001-2011 Ideaworks3D Ltd. * All Rights Reserved. * * This source code is intended only as a supplement to Ideaworks Labs * Development Tools and/or on-line documentation. * * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARR...
[ "lmessinger@lgorithms.com" ]
lmessinger@lgorithms.com
5833b7805cc7c04cc822b9d7732f2c9e3bee7fe2
6ca4c7bfc33834ffbdb1bdf9f5f2eca95c38ec7d
/src/Magicien.cpp
93a5da7eaa87dfe1cfbfe142a63da5a3d2010160
[]
no_license
cegepmatane/projet-cpp-2018-VinSey1
f1d7e1d5f900343fcbc735a850e26b67344cc88c
a5d1fcc1b7912f1a535b594afb37fcefd93cee96
refs/heads/master
2020-03-29T21:03:42.645750
2018-11-02T19:43:47
2018-11-02T19:43:47
150,347,041
0
1
null
null
null
null
UTF-8
C++
false
false
1,216
cpp
/* * Magicien.cpp * * Created on: 26 sept. 2018 * Author: Vincent */ #include "Arme.h" #include <sstream> #include "Magicien.h" namespace DonjonEtDragons { Magicien::Magicien() : Joueur() { this->texturePersonnage->loadFromFile("data/illustrations/magicien.png"); this->magie = 0; this->arme = new Arme(...
[ "vseyller@laposte.net" ]
vseyller@laposte.net
c2a5b8a8b36ff37f9eb0ca9a2fccb27ede20f0e9
bf3b9f6ad65fa355fbb7c856cd3566890c9f0676
/src_0110_0000/VideoReader/VideoReader.h
dc1e8018e8e1ed920d79b6442cfab9b0c2b4f3e8
[]
no_license
joestrummer82/OCV_pipeline
1e29e1956abf7221a49110b07802ee5358d90305
b7e016470c56ddc8e438f3dadd0d0ab1e0891b9e
refs/heads/master
2021-01-20T15:12:45.298620
2012-10-12T15:15:01
2012-10-12T15:15:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,453
h
#ifndef VIDEOREADER_H #define VIDEOREADER_H #include <opencv2/opencv.hpp> #include "Pipeline.h" using namespace cv; using namespace std; class VideoReader { VideoCapture capture; Pipeline * pipeline; string filename; public: VideoReader(){ } ~VideoReader(){ } inline void s...
[ "victor.fomin.1@gmail.com" ]
victor.fomin.1@gmail.com
4b06e672fce42b2ee43fc9e540330e3ebb26b8f5
b067b9f58ba1c0865123236089522d87da488602
/aes32bit-1.00/tests/AesKeyConversionTest.h
e6076a7d7e39af41d03a5f40bdcc3a77b3bcb06b
[]
no_license
nanoquack/cryptoaes2012
99ca65ed1622d05947c7b47cead316e1ccd7cefd
ac37732784b4ebd6d3e044a57f7e741592657c1e
refs/heads/master
2020-06-05T08:17:29.067703
2012-02-08T16:15:16
2012-02-08T16:42:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,507
h
/* * Project: aes32bit - AES implementation for 32 bit platforms * File : AesKeyConversionTest.h * Author : Oliver Mueller <oliver@cogito-ergo-sum.org> * Purpose: CppUnit test of AES key conversion in AesEncryption class. * * $Id: AesKeyConversionTest.h 16 2011-04-18 17:00:15Z oliver $ * * Copyright (c) 2011 ...
[ "nanoquack@gmail.com" ]
nanoquack@gmail.com
0339d1e448f6634c7619a526d79c70c64709465d
8c59fc0f555991383e1021ebfffca26ec598bf83
/linked list.cpp
2736033e74f47b8d5c6c9d01799c70256333af86
[]
no_license
yashgarg/mypro
d2a9a876ac277b8235289a0d5f3d4b5096669460
22bb26d96219a4a2f6b6224821c2b38ee0becf75
refs/heads/master
2020-03-26T03:21:06.913552
2018-10-15T18:09:07
2018-10-15T18:09:07
144,451,611
0
1
null
null
null
null
UTF-8
C++
false
false
1,014
cpp
#include <iostream> using namespace std; struct Node { int data; struct Node *next; }; class linkedlist { public: struct Node *insert(struct Node *head,int n) { int val; struct Node *ptr=head; while(n!=0) { struct Node *temp=new Node; cout<<"eneter t...
[ "yhgarg98@gmail.com" ]
yhgarg98@gmail.com
6c7e4da81a9b11d1920373b54d24b043542f3706
bb3ab1d635a1696bb8cb81c672d06747d9a521a6
/src/qt/askpassphrasedialog.cpp
d2f5fbd441b9321ad5fa564523a99671ea779bef
[ "MIT" ]
permissive
dogxteam/dogxwallet-master
55ab22aa37c7ce131a06151958743acb1f3e12af
346189354bdec9a80c20bdc429ddec15c3b17b73
refs/heads/master
2020-04-28T23:42:38.257585
2019-03-14T17:19:07
2019-03-14T17:19:07
175,666,685
5
0
null
null
null
null
UTF-8
C++
false
false
10,902
cpp
// Copyright (c) 2011-2018 The dogxcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/dogxcoin-config.h> #endif #include <qt/askpassphrasedialog.h> #include <qt/form...
[ "alizha@tom.com" ]
alizha@tom.com
28fce137cf24f260b7b820f6894a3458352e9e0b
c170981e6f5444f9467e3b7d8ed282e6ce20996a
/solutions/exercise-9/src/Generator.h
08eaba062ea29aca9b3a10d5d2331103c0006964
[]
no_license
Garriden/Real-Time_Design_Patterns
1c0d515bec0bfa92015ea761ba672c45dd6f796a
f19824ffd255d54c6fc34ddac02fdbf7177401cf
refs/heads/master
2020-12-11T10:38:38.308658
2020-01-16T06:37:31
2020-01-16T06:37:31
233,825,303
0
0
null
null
null
null
UTF-8
C++
false
false
257
h
#ifndef GENERATOR_H #define GENERATOR_H class LowPass; #include "Event.h" #include <memory> class Generator { public: Generator() = default; std::unique_ptr<Event> operator()(); std::unique_ptr<Event> generate_event(); }; #endif // GENERATOR_H
[ "Garridocho@gmail.com" ]
Garridocho@gmail.com
6755f1b6cfd37e744aff80c71a0ec7562a79848c
24e4fe1992e0297870c61e173b74e43abc1cc64a
/mainEncoder.cpp
954ff5a7307c085fffb9fa2df6b408bffc11ce54
[]
no_license
emmyoj/RateTable
9d8cde0288a0bbc56b141ddc0cb750d334f86327
ee809fd72a59b579dc7464f9a6de3a44d84ab22a
refs/heads/master
2020-03-22T03:59:05.084281
2018-08-20T15:45:21
2018-08-20T15:45:21
139,465,122
0
0
null
null
null
null
UTF-8
C++
false
false
4,882
cpp
#include <string.h> #include <errno.h> #include <stdlib.h> #include <wiringPi.h> #include <iostream> #include <softPwm.h> #include <time.h> #include "pid.h" #include "encoder.h" using namespace std; #define channelA 4 //4 in wiringPi = 16 in RasPi. Define as CLK (blue line) #define channelB 5 //5 in wiringPi = 18 in ...
[ "eojeda@umich.edu" ]
eojeda@umich.edu
f9e66f646f96a8d63f19e32e20abeab6fb2dd270
fd46e0923d370fcaf445562dc57065094b8a4652
/libraries/bisonbiogeme/patDiscreteParameter.h
fca6803d3323b1c4cc457c1cdce08eab6897de6d
[]
no_license
khaeru/biogeme
3c19b73c7022f3237b22c5bb9de7814efea2f037
67108bed52d89175b1b7059d99ad58c4f50e1fb3
refs/heads/master
2021-01-10T08:20:29.095862
2016-03-18T20:23:41
2016-03-18T20:26:01
54,210,466
3
2
null
null
null
null
UTF-8
C++
false
false
1,098
h
//-*-c++-*------------------------------------------------------------ // // File name : patDiscreteParameter.h // Author : \URL[Michel Bierlaire]{http://roso.epfl.ch/mbi} // Date : Wed Dec 1 10:36:33 2004 // //-------------------------------------------------------------------- #ifndef patDiscreteParameter_h...
[ "mail@paul.kishimoto.name" ]
mail@paul.kishimoto.name
240ad25a9986c1ae364fd3fc30d5d62c9206e765
61e1f8d80d36218c7e2d93b8dcaec1ad297b4ffa
/framework/include/transport/endpoint_manager.h
5dcadadb5595dab7b1aec642c04b7512d04db00a
[]
no_license
dongdong-2009/test
6dcebc2aee2cc24563292edafa0ec2dbc2240040
c824d4a40952a48b12c2142678896027119dacb3
refs/heads/master
2021-05-31T13:21:10.698705
2016-05-16T05:05:00
2016-05-16T05:05:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,851
h
#ifndef ENDPOINTMANAGER_H #define ENDPOINTMANAGER_H #include <string> #include <map> #include <list> #include <mutex> #include <transport/endpoint_address.hpp> #include <transport/endpoint_session.h> #include <util/copyable_atomic.hpp> using zhicloud::util::CopyableAtomic; namespace zhicloud{ namespace transport...
[ "6408741@qq.com" ]
6408741@qq.com
cf06703aff5e9557dc654357758fd2e87407c0b2
afb5ded9e4978ca78ae36b55308a151e1d4f730e
/usertool.cpp
68070895800285bc9a20a6427108594bb0dcbb9a
[]
no_license
marykt/quicktalk
55e3e9b9039540425fa0b187138b2e683f73d0f7
019b6faf41b29ce9ab5dad5cf7c06c72c9aec8ed
refs/heads/master
2021-01-01T15:48:04.428568
2017-08-13T00:37:18
2017-08-13T00:37:18
97,706,230
0
1
null
null
null
null
UTF-8
C++
false
false
1,333
cpp
#include "usertool.h" #include<QDebug> #include<QHostAddress> #include<QHostInfo> #include<exception> #include<QNetworkInterface> UserTool::UserTool(QObject *parent) : QObject(parent) { } UserTool::UserTool(UserData *userdata, QObject *parent) { this->userdata=userdata; } void UserTool::sendMessage(QString messa...
[ "wolianlxw@sina.com" ]
wolianlxw@sina.com
dff14f68490d0944f4ba901bd3dc90c9a5160b2b
0a748be22a5f18d1ce71f4b2fffa1126006ec472
/includes/TestModel.h
43c39a087c1693043ce9d81990e84b52a73ad7a7
[ "MIT" ]
permissive
Naxaes/DH2323Graphics
1dbf598734eecbe79145b47cd26e68f3297acb46
8092f64f2357770d475cf3b299f4c499100ba41f
refs/heads/master
2020-08-16T19:41:18.823298
2019-10-21T10:36:17
2019-10-21T10:36:17
215,543,162
0
0
null
null
null
null
UTF-8
C++
false
false
3,967
h
#ifndef TEST_MODEL_CORNEL_BOX_H #define TEST_MODEL_CORNEL_BOX_H // Defines a simple test model: The Cornel Box #include <glm/glm.hpp> #include <vector> // Used to describe a triangular surface: class Triangle { public: glm::vec3 v0; glm::vec3 v1; glm::vec3 v2; glm::vec3 normal; glm::vec3 color; Triangle( glm:...
[ "ted.kleinman@hotmail.se" ]
ted.kleinman@hotmail.se
64b86dd947fb9e25ca0fd298f038f182ffce3866
382002b7380c152b4c766ec8cade5c3bc3b80f9e
/lab 1/Menber function inside class.cpp
8d6d0727ab33bbc6a04b3b59b64b13f24e6527ec
[]
no_license
aadarshaAB/object-Oriented-Programming
0ac203855860a2358f4ff7297048710c0965223b
ed804a49ed9bb3567be62eef37ad18e0d7eeea78
refs/heads/master
2023-04-04T14:48:47.641903
2021-04-08T15:34:48
2021-04-08T15:34:48
247,949,148
0
0
null
null
null
null
UTF-8
C++
false
false
639
cpp
//Area and Perimeter Rectangle //Member Function inside the class #include<iostream> using namespace std; class rectangle { private: int length,breadth; public: void setdata(int l,int b) { lenght=l; breadth=b; } void showdata() { count<<"Length:"<<lenght<<endl; cout<<"Breadth:"<<b...
[ "aadrahbhatt@gmail.com" ]
aadrahbhatt@gmail.com
e7b9806ea28548c422117c2d4e8acb3cbfaafb8f
153e38d81e9c63c311b0e97961632cbb64ff9807
/C++/Code/Sorting-Basic/06-Insertion-Sort-Advance/main.cpp
ec1109cc7af925b5b9fb2eb3106c2351899ff274
[]
no_license
0000duck/MyStudy
0d8b02f2ad8afda6dcfc79928ddb6f6e8b41238d
d01c803177104bc5b0375309b140a3b009b7b0cb
refs/heads/master
2023-02-25T23:28:53.360198
2021-02-05T08:31:31
2021-02-05T08:31:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,189
cpp
#include <iostream> #include <algorithm> #include "SortTestHelper.h" #include "SelectionSort.h" using namespace std; template<typename T> void insertionSort(T arr[], int n){ for( int i = 1 ; i < n ; i ++ ) { // 寻找元素arr[i]合适的插入位置 // 写法1 // for( int j = i ; j > 0 ; j-- ) // if( a...
[ "422358883@qq.com" ]
422358883@qq.com
d4196a334825e0224a858dc10e8587979fe1d6f8
df39f68d4f7456e576320c0e50340719ac02603c
/typeCast.cxx
1afb42cf74d6cfacf3a76ca212d07452f423e62f
[]
no_license
kaumudip3/Application-development---EC2-python
530cb52a0801bbb275d9c40d59dafac66338b4f2
2fa44906c9bc22fc356a6a329eb09d5bbc118424
refs/heads/master
2022-12-03T15:18:56.619206
2020-08-22T23:49:13
2020-08-22T23:49:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,906
cxx
#include <iostream> #include <string> #include <type_traits> using namespace std; class MyBase {}; class MyDerived : public MyBase {}; class UnRelated {}; int main() { MyBase* mb = new MyBase(); MyDerived* md = new MyDerived(); cout << "The type of mb is " << typeid(mb).name() << endl; cout << "...
[ "kaumudip3@gmail.com" ]
kaumudip3@gmail.com
1b9242d27761d7c4c3eacce5d34b094eb2c6b23f
8dc84558f0058d90dfc4955e905dab1b22d12c08
/chrome/browser/page_load_metrics/observers/core_page_load_metrics_observer_unittest.cc
b7cea5bffea28c8923eab1ab20e613a9603662d2
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
38,680
cc
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/page_load_metrics/observers/core_page_load_metrics_observer.h" #include <memory> #include "chrome/browser/page_load_metrics/obs...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
01026fe657daa5a012e4ee0b0127f4a907c890e3
c38eba15221f3eaa435cf51329ebce7ea7a3a3d6
/d01/ex10/main.cpp
c0219b92321d73861d7e53c22918e9c26c3a84ec
[]
no_license
JCTGY/piscineCPP
760d856687ce19862b0b64390afd52607a8f92ac
03cb354a19b1791fd15ca70325ac1cd6c845b5e0
refs/heads/master
2020-06-16T20:50:37.607827
2020-01-25T05:47:25
2020-01-25T05:47:25
195,699,877
0
0
null
null
null
null
UTF-8
C++
false
false
2,441
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: ...
[ "fan3510@gmail.com" ]
fan3510@gmail.com
5a238cc3915bed9e4bc7e7c0f2312a308d5d311c
b07005f6bec772fe5c04f1518f079f2a3fb6c222
/offerleetcode/offer6.cpp
fbf97dadc10bb5bfa911e30a5b05f82bc314e01a
[]
no_license
Thornhill-GYL/leetcode
916248db746c575020be2712790738b441ac6624
9fa7e5210380530e6f0a9d51d36ee3b081009dae
refs/heads/master
2023-04-04T16:22:56.335607
2021-03-25T08:57:23
2021-03-25T08:57:23
302,059,203
0
0
null
null
null
null
UTF-8
C++
false
false
1,242
cpp
/* @time:2021-03-20 @author:gyl @serise:offer6 @problem:用两个栈实现一个队列。队列的声明如下,请实现它的两个函数 appendTail 和 deleteHead ,分别完成在队列尾部插入整数和在队列头部删除整数的功能。(若队列中没有元素,deleteHead 操作返回 -1 )   示例 1: 输入: ["CQueue","appendTail","deleteHead","deleteHead"] [[],[3],[],[]] 输出:[null,null,3,-1] */ /* 372 ms 101.1 MB 考察C++类的定义 要定义两个数字栈 注意弹栈的时候的...
[ "Thornhill-gyl@outlook.com" ]
Thornhill-gyl@outlook.com
e0d319c3864706270bc8cb892afcd51cdf882840
a9215be73392dda1653a2ea6b339704f872a8e90
/src/server/game/Handlers/QueryHandler.cpp
4c51b36dbbe4291d859e42570d41489f2ed52f3f
[]
no_license
szu-lab/CoreMop
e9e261ed960d5455130f1019cc20573b64d883f7
29fd952d181d38b92afc0d85a2d62c95a2544bc5
refs/heads/master
2020-09-13T20:32:33.154146
2019-11-18T15:16:42
2019-11-18T15:16:42
222,895,411
3
2
null
2019-11-20T09:06:29
2019-11-20T09:06:28
null
UTF-8
C++
false
false
27,334
cpp
/* * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * 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 ver...
[ "gennady.zamalaev@gmail.com" ]
gennady.zamalaev@gmail.com
5316ce3d5b24de50f4a0d127d0a4888ba14a76ed
4d33c090428407d599a4c0a586e0341353bcf8d7
/trunk/math/Sphere.h
6efbd5243216338ff83d850a17da635cdad8f90d
[]
no_license
yty/bud
f2c46d689be5dfca74e239f90570617b3471ea81
a37348b77fb2722c73d972a77827056b0b2344f6
refs/heads/master
2020-12-11T06:07:55.915476
2012-07-22T21:48:05
2012-07-22T21:48:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,441
h
//========================================================================== /** * @file : Sphere.h * @author : cpzhang <chengpengzhang@gmail.com> * created : 2010-6-23 16:34 * purpose : */ //========================================================================== #ifndef __Sphere_h__ #define __Sphere...
[ "297191409@qq.com" ]
297191409@qq.com
f06b4a730f6ab4e9e6c967c1641ac805e57e2c82
d40efadec5724c236f1ec681ac811466fcf848d8
/branches/fs2_open-ai/code/object/waypoint.cpp
c601642433a8a97d62031fc6cd79ef55742405ea
[]
no_license
svn2github/fs2open
0fcbe9345fb54d2abbe45e61ef44a41fa7e02e15
c6d35120e8372c2c74270c85a9e7d88709086278
refs/heads/master
2020-05-17T17:37:03.969697
2015-01-08T15:24:21
2015-01-08T15:24:21
14,258,345
0
0
null
null
null
null
UTF-8
C++
false
false
3,271
cpp
#include "globalincs/linklist.h" #include "object/waypoint.h" #include "object/object.h" //********************GLOBALS******************** waypoint_list Waypoint_lists[MAX_WAYPOINT_LISTS]; int Num_waypoint_lists = 0; //********************FUNCTIONS******************** int waypoint_query_path_name_duplicate(i...
[ "taylor@387891d4-d844-0410-90c0-e4c51a9137d3" ]
taylor@387891d4-d844-0410-90c0-e4c51a9137d3
946f16e5a8367571cc9c3476a723eb48a161cf3d
b4cb38c956f17f8383a602f79734aec91b9a7904
/source/FAST/Visualization/RenderToImage/Tests.cpp
3c9972f9c7b5ce1ae3e0f6302afcb22e54c9a5e9
[ "Apache-2.0", "BSD-2-Clause", "LGPL-2.0-or-later", "MIT" ]
permissive
smistad/FAST
db47ca4378c77548600cbf0c404792d4330e6b22
73209765d7fedc1df7e3fd3cd5b7e8540eb0d74d
refs/heads/master
2023-08-16T01:39:23.106440
2023-08-15T11:21:47
2023-08-15T11:26:52
17,882,588
375
95
BSD-2-Clause
2023-03-08T12:34:38
2014-03-18T21:26:28
C++
UTF-8
C++
false
false
1,984
cpp
#include <FAST/Testing.hpp> #include <FAST/Visualization/RenderToImage/RenderToImage.hpp> #include <FAST/Visualization/ImageRenderer/ImageRenderer.hpp> #include <FAST/Importers/ImageFileImporter.hpp> #include <FAST/Visualization/SimpleWindow.hpp> #include <FAST/Algorithms/BinaryThresholding/BinaryThresholding.hpp> #inc...
[ "ersmistad@gmail.com" ]
ersmistad@gmail.com
a233e45b9fe8253663a76ab78a4caa64b0daa0ac
776a08c01d1a3a9aa9ad157a0b6c1914e344a6d3
/arduino/firmware/old_code/UltimakerFirmware/cartesian_dda.h
f0c42813ab5df72505b3f6946e113da522f6eeaf
[]
no_license
andreasbastian/3dp
467ff1ee96dd5e94fb53e7679c4942b3c2a3763e
93da8f40c20707bac6a95234dec8dccc1df4868f
refs/heads/master
2021-01-17T21:10:24.075798
2012-02-04T18:54:24
2012-02-04T18:54:24
15,300,209
3
0
null
null
null
null
UTF-8
C++
false
false
6,507
h
/* * This class controls the movement of the RepRap machine. * It implements a DDA in five dimensions, so the length of extruded * filament is treated as a variable, just like X, Y, and Z. Speed * is also a variable, making accelleration and deceleration automatic. * * Adrian Bowyer 9 May 2009 */ #ifndef CART...
[ "abastia1@swarthmore.edu" ]
abastia1@swarthmore.edu
83e7349e5c0cb8ef89bb10db1b4b0c0c63f4fb1c
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtbase/examples/opengl/legacy/overpainting/glwidget.cpp
52b6c35801513646ed990e8a084fcdfe9fcc276a
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-commercial-license", "LGPL-2.0-or-later", "LGPL-2.1-only", "GFDL-1.3-only", "LicenseRef-scancode-qt-commercial-1.1", "LGPL-3.0-only", "LicenseRef-scancode-qt-company-exception-lgpl-2.1", ...
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
C++
false
false
7,828
cpp
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follow...
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
87371d1ee9812bc088d0358d03bc92c262315c96
edb0d524d018041b046b5a6f970282444f63ebeb
/src/UniversalConverter/ConverterUtils.cpp
9188e4f7e7b450b878a23f96d9a878b283c59006
[]
no_license
USEPA/OME
902ead149e923abbf5cb93512e23115b8de10248
33d9c1f2b40daa2ee3414a363e28c0cc9ede56a2
refs/heads/master
2021-01-12T21:27:35.837154
2017-12-22T01:03:18
2017-12-22T01:03:18
58,138,621
3
3
null
2017-05-05T22:44:56
2016-05-05T14:54:21
C++
UTF-8
C++
false
false
4,583
cpp
#include "ConverterUtils.h" #include "omeobjects/NullObjs.h" /** Verify if the link object is still needed. During the model construction process, intermediate steps are sometimes used. Links are often used to combine temporary and permanent objects; VerifyRelationship() combines when necessary. @return false if the...
[ "pwingo@gmail.com" ]
pwingo@gmail.com
f0071aa6acff6eecb56481cc244b52c22e74d27f
846d26e32c1d881fb0d1fc23e778bafea7ec4345
/Week-3/Day-4-Numbers With Same Consecutive Differences.cpp
7a94c43f0756c7c8541129dc635102174e71d0f4
[]
no_license
kharsh032/Leetcode-August-Challenge
5edc1190c822089608796649cd347f5a08951e4c
5efe281f4146e487cc87772edc1667dcb73b5a5d
refs/heads/master
2022-12-14T15:46:07.041774
2020-08-31T10:39:12
2020-08-31T10:39:12
284,207,800
0
0
null
null
null
null
UTF-8
C++
false
false
624
cpp
Problem Link:- https://leetcode.com/explore/challenge/card/august-leetcoding-challenge/551/week-3-august-15th-august-21st/3428/ /* SOlution */ class Solution { public: vector<int> numsSameConsecDiff(int N, int K) { vector<int> num={0,1,2,3,4,5,6,7,8,9}; for(int i=2;i<=N;i++) { vect...
[ "kharsh032@gmail.com" ]
kharsh032@gmail.com
fa0ded3ccfb4a37c3a3c314d76a04bd496ce6e3e
a8c47a9638d7188117d60cb4339b5a34616f1af5
/DIO/FSRButton/FSRButton.ino
63e4da067b6ee692422f4d367ee60524a5d1676f
[]
no_license
pkhanna104/touchscreen-co
2fcd899fbaad8a7b6baefbdd1f7ff3bf4134b4a6
f944dc7feddb8b625d42478df56a984828d0fbcf
refs/heads/master
2022-07-11T23:24:46.909834
2022-07-11T12:29:33
2022-07-11T12:29:33
143,076,970
0
1
null
null
null
null
UTF-8
C++
false
false
501
ino
// button FSRs const int FSR1_PIN = A0; // Pin connected to FSR/resistor divider const int FSR2_PIN = A5; // Pin connected to FSR/resistor divider int fsr1ADC = 0; int fsr2ADC = 0; void setup() { pinMode (FSR1_PIN, INPUT); pinMode (FSR2_PIN, INPUT); Serial.begin( 9600 ); } void loop() { // Determine and send...
[ "sandon.griffin@ucsf.edu" ]
sandon.griffin@ucsf.edu
cb7ef0efd7228c10a1f7e792178ecd9ce9ba01f4
808a3265cc9f4ca122677cdafb309eab7d537df9
/gis2007/gis2007/NHKernel.cpp
6cbce7a0993ec60ad74b92545eb4082981fd6602
[]
no_license
wuye9036/LevelUp
532e53bae32abd917b6596071acf91f7609c7b3b
177edc187bcd933cb48afa19fbca3d38074911af
refs/heads/master
2021-01-01T19:46:29.912742
2012-11-16T12:38:28
2012-11-16T12:38:28
6,682,331
12
5
null
null
null
null
UTF-8
C++
false
false
23
cpp
#include "NHKernel.h"
[ "wuye9036@gmail.com" ]
wuye9036@gmail.com
166a35716ae5672efc57cc1787722ee30454f2c8
b9026ef0d0ccf304a7cf1b5afb853f211e5194cf
/gameLogic/controllerrandom.h
141d06f9b761ab70bda5ff24dca5e6de1a17d121
[]
no_license
Dejan-Ilic/Pacmanv3
1b3e503781840aec9ffa5a381e25d012a1571919
7c79f8f2e8cb8b6075bb49b7bbc26c8923172092
refs/heads/master
2022-11-21T16:27:30.752660
2020-06-22T12:46:35
2020-06-22T12:46:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
291
h
#ifndef CONTROLLERRANDOM_H #define CONTROLLERRANDOM_H #include "ghostcontroller.h" class ControllerRandom: public GhostController{ public: ControllerRandom(Ghost *g); ~ControllerRandom(); private: void findTarget(Level *level, Pacman *pacman) override; }; #endif // CONTROLLERRANDOM_H
[ "dejan@live.be" ]
dejan@live.be
664db3a6631aed8db28ed93b5f16157a908a374d
ac1b1e43b683e20ccd333d0808bdb25340926f40
/src/rpcnet.cpp
724d7668bc3d643405287d72b099c018c88551d5
[ "MIT" ]
permissive
Lefter1s/BigBang
1088a9e41c813c76cf63eafffa0bdb7cdd19f0eb
59b88118a67753349bbd5317e1f7931afb0c215e
refs/heads/master
2020-05-31T04:19:06.053378
2014-08-20T06:26:13
2014-08-20T06:26:13
22,892,267
0
1
null
null
null
null
UTF-8
C++
false
false
4,635
cpp
// Copyright (c) 2009-2012 Bitcoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "net.h" #include "bitcoinrpc.h" #include "alert.h" #include "wallet.h" #include "db.h" #include "walletdb.h" using names...
[ "mygas1986@yahoo.gr" ]
mygas1986@yahoo.gr
7495ee2489174b2c49c6374f804b6516af8d1f8c
e21fa286c969dfff0973d61737192ba991280389
/Bomberman/GameState.cpp
53b85d37645dcc4bb1b034321b663e78fb588d5b
[]
no_license
mksouzza/Bomberman_v0.2
a830da7db0cdb2ea04213e8174927b7d4f53c77d
19da8214ba2a8dd453c39613f5da0c8ab58c35a9
refs/heads/main
2023-08-21T17:44:55.649453
2021-10-25T03:30:53
2021-10-25T03:30:53
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
13,275
cpp
#include "GameState.h" #include "Definitions.h" #include "GameOverState.h" using namespace sf; namespace Simao { GameState::GameState(GameDataRef data) : _data(data) { CriaMatriz(matriz); } void GameState::Init() { _data->assets.LoadTexture("Parede", BLOCK_WALL_FILEPATH); _data->assets.LoadTexture("Bloco"...
[ "mksouzza@gmail.com" ]
mksouzza@gmail.com
186c8fafe5ec0866d2a33474e2bd41c78a7178fa
a5a5fefedca01bcb299e4a4b99a33d5922d13cda
/editest/EditestFileUtils.hpp
3fc0b4f05d3a3ae86bb6429155f6b4a16d148732
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
agent8/mailcore2
1d56023f5e6a0513140ab85ebb21c5fcb7a87656
bed5864b06704353264d442fd70eabd5bd20a319
refs/heads/master
2023-08-31T01:07:24.947784
2023-08-25T10:23:10
2023-08-25T10:23:10
41,720,802
1
0
NOASSERTION
2023-08-25T10:23:12
2015-09-01T06:19:52
C++
UTF-8
C++
false
false
428
hpp
// // EditestFileUtils.hpp // editest // // Created by 徐雷 on 2020/8/20. // Copyright © 2020 MailCore. All rights reserved. // #ifndef EditestFileUtils_hpp #define EditestFileUtils_hpp #include <string> class EditestFileUtils { public: static std::string getStringFromLocalFile(const char * filepath); stat...
[ "409931518@qq.com" ]
409931518@qq.com
180870c3591f629ee6b4dc06bea28cb09e62cd5f
e7484bc12845a1f68e740dd589fba8229cc8c671
/src/include/waPotion.h
351c1e6f4cffe91f8330f660de589e892f9fb59e
[]
no_license
codeAligned/cc3k-1
022de1f818c1f42393b66e6cc0553fc6376b22aa
0acaf520945fcd0818a2663db0a5f67542cbab96
refs/heads/master
2020-06-14T21:33:18.003031
2014-12-02T16:11:20
2014-12-02T16:11:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
229
h
#ifndef __WA_POTION_H__ #define __WA_POTION_H__ #include "abstractPotion.h" class AbstractPlayerEffect; class WAPotion : public AbstractPotion { public: WAPotion(); protected: std::string getNameInternal() const; }; #endif
[ "y@ves.li" ]
y@ves.li
83131dcd3da1eb4fc19478f54f08eacf22b010a8
fdec31c01570d224531b780221a9a8ae86cf9742
/abc181/B.cpp
a928e5bfb2adc36ea78decd2adffd45359a2fb69
[]
no_license
TYakumo/AtCoder
83c7959a9547c8c6ee8eae84fcb6db77b315fcc9
63f8d390108117cb734cdbd5a6fad4c77c384d0e
refs/heads/master
2021-11-07T03:36:01.432919
2021-10-24T01:26:11
2021-10-24T01:26:11
247,380,851
0
0
null
2021-10-24T01:26:12
2020-03-15T01:24:34
C++
UTF-8
C++
false
false
523
cpp
#include <iostream> #include <cstdio> #include <vector> #include <iomanip> #include <unordered_map> #include <unordered_set> #include <algorithm> #include <map> #include <set> #include <cmath> using namespace std; using VLL = vector <long long>; int main() { int N; cin >> N; long long ans = 0; for (i...
[ "foxs91092@gmail.com" ]
foxs91092@gmail.com
458666ba90327044d2fafde5a4b56735e3885d62
a79bb5fc5fcad8c218c9f20e229baec8459d1332
/Games/ToyBoX/HeadsUpGUI.cpp
55543db0f1b6a6f5ff8c4cce223b7fb90015fa9a
[]
no_license
liangtao/Software-Portfolio
4c4a57530564a0e847fe9913b37bc3accfb1a8ae
fcc2ac1d33f42ba8e21a9c77d2efddd3b9c421e8
refs/heads/master
2021-05-29T19:11:35.444928
2012-07-23T00:17:54
2012-07-23T00:17:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,214
cpp
//Joel Kemp //ToyBoX //Copyright 2008 #pragma once #include "GameEntity.h" #include "AmmoGUI.h" #include "HealthGUI.h" /* Represents the player's heads up display. The display contains an ammo counter, a health system, and maybe some logos. */ class HeadsUpGUI : public GameEntity { private: AmmoGUI *ammo...
[ "mrjoelkemp@gmail.com" ]
mrjoelkemp@gmail.com
94a99358deb7b27600c553509d67e7b6294f24aa
8857f5dddb04256a9a52ed2c9b713f519f4ed547
/weblayer/browser/ads_page_load_metrics_observer_browsertest.cc
b79f7ebe58efaf7e8719359dca45091a53e215d8
[ "BSD-3-Clause" ]
permissive
itzhp/chromium
77b96ca5c8032d98da8c6c7349f2c020cb24bad8
80a6c1e209340eca4caecbf846e059bcb4f14fad
refs/heads/master
2023-03-18T23:49:54.797015
2021-03-11T16:34:16
2021-03-11T16:34:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,424
cc
// Copyright 2021 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/test/scoped_feature_list.h" #include "components/page_load_metrics/browser/ads_page_load_metrics_test_waiter.h" #include "components/subres...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
9b2f49617ed2fb3c7cfb634579141237a232de65
bda5b977e2e67fd2c20dd4348f2a2840a2ee1da8
/ehttp-util/src/sim_parser.cpp
6775ccaea504b03403407ff042d7c4f07e6277a9
[ "Apache-2.0" ]
permissive
tod2003/hello-world
8371ab7f19a9686823f4e3d6ffda9d6e5810b8e0
a8cf694d76054774d1add765efb98678ebb05dff
refs/heads/master
2020-11-27T08:18:08.451894
2020-02-05T07:51:11
2020-02-05T07:51:11
229,367,000
0
0
null
null
null
null
UTF-8
C++
false
false
13,160
cpp
/* * http_parser.cpp * * Created on: Oct 26, 2014 * Author: liao */ #include <sstream> #include <cstdlib> #include <algorithm> #include "simple_log.h" #include "sim_parser.h" #include "http_parser.h" #define MAX_REQ_SIZE 10485760 #define EHTTP_VERSION "1.0.2" std::string RequestParam::get_param(std::string...
[ "jianjun.bao@ecarx.com.cn" ]
jianjun.bao@ecarx.com.cn
a912dede6145fe7cfd7108de33de80112e374a6c
72b1d1aeef7f853fc1b534d6862ed5f4756d34cb
/include/clue/internal/numfmt.hpp
1bd3bd8f585d02d289147896f7b2aac543dc3b6c
[ "BSD-3-Clause" ]
permissive
caomw/CLUE
121e4abe30fe3219af4f3d436ec2e1404a173e9f
2d84bd127255c8265ee3774ed3d01a551ec611da
refs/heads/master
2021-01-18T08:46:39.605009
2015-11-27T13:58:14
2015-11-27T13:58:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,617
hpp
#ifndef CLUE_INTERNAL_NUMFMT__ #define CLUE_INTERNAL_NUMFMT__ #include <clue/formatting_base.hpp> #include <cmath> namespace clue { namespace details { using ::std::size_t; //=============================================== // // Convert arbitrary integer to unsigned abs // //=======================================...
[ "lindahua@gmail.com" ]
lindahua@gmail.com
8f432b9f1d8e04bbc568f1f5204afc81b4cd80c5
69dfaaab789050c96753dbc54f1f7fde93647469
/cpp/modules/combiners/Select.cpp
870f922688376fd54cb0e9ac5dbc18340a118c0a
[]
no_license
fuchstraumer/CUDA_Noise
c29cfe767fb129edb682239c41b42b4a2f34e74d
88a68f026ca6714595ccb6821f330ba98fb3705b
refs/heads/master
2021-01-22T08:19:24.954543
2017-11-21T19:53:24
2017-11-21T19:53:24
81,892,343
3
1
null
2017-03-20T06:59:50
2017-02-14T01:51:55
C++
UTF-8
C++
false
false
2,039
cpp
#include "Select.h" #include "..\cuda\combiners\select.cuh" namespace cnoise { namespace combiners { Select::Select(int width, int height, float low_value, float high_value, float _falloff, Module* selector, Module* subject0, Module* subject1) : Module(width, height), lowThreshold(low_value), highThreshold(high_va...
[ "jonesk74@uw.edu" ]
jonesk74@uw.edu
b91c0fe5f2c392cacf312ea04a7e615e4a37d6b9
ce48db4925ff31fb22988d4859ee34000f004026
/v4.1/Part 6/human.h
4d0019490c738199e374399e498d10278dd99c20
[]
no_license
JohnHeikens/WorldCraft
3328070fe5dadb23195ba2fd6706cf500afe21dd
de87e7d337badaae3f54c48ab6d4c003e0726f50
refs/heads/master
2020-09-07T01:47:46.701611
2019-11-09T09:24:25
2019-11-09T09:24:25
197,041,502
0
0
null
null
null
null
UTF-8
C++
false
false
522
h
#include "mob.h" #pragma once constexpr fp humanwidth = 0.6f; // player is 0.6 blocks wide constexpr fp humanpixelsize = 1.8 /(8 + 12 + 12); //https://minecraft.gamepedia.com/Player //https://www.katsbits.com/smforum/index.php?topic=629.0 struct human : mob { bodypart* head; bodypart* arm0; bodypart* arm1; bodypart...
[ "50964021+JohnHeikens@users.noreply.github.com" ]
50964021+JohnHeikens@users.noreply.github.com
40e6ac3eb9adbb72f4ef6c98b901fa56e6a47d35
c7a76516250f4e6d2fe426160a3956e22560c644
/Digital Barometric Pressure Sensor/Software/Arduino Based/BMP085_SENSOR.cpp
6233125ad1228e401b319827e3ac4dd754d2c5c3
[]
no_license
LawnDartElectronics/WIY-Blox
e373d3908eba84680abee6377542fec7b17495d2
09afbc264d79e14576b132f6f8de4cfced0c0c30
refs/heads/master
2020-05-30T20:52:12.105784
2012-05-14T20:29:19
2012-05-14T20:29:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
45,556
cpp
/*********************************************************************************/ /* */ /* LAWN DART ELECTRONICS */ /* ...
[ "jmercer@lawndartelectronics.com" ]
jmercer@lawndartelectronics.com
6e6332ae1ffda91179a555d1d9e2f661fc8168aa
32f0af9015b8c2ff5c34a99056457bfec7f4ef46
/ReportTe/ReportTe/CVcBrush.h
a2bcc47171de13ec6cdf82d7d0792f6a0fc736c9
[]
no_license
ljystone/Spine
0c31aa8573338ee8386aac9388dc44388a173dbf
a3eb4f02a4454c450f2e0ae1dcfe8a0edf4b2f45
refs/heads/master
2020-03-30T07:27:42.827922
2018-10-03T13:14:37
2018-10-03T13:14:37
150,941,257
0
0
null
null
null
null
UTF-8
C++
false
false
1,404
h
// Machine generated IDispatch wrapper class(es) created with Add Class from Typelib Wizard #import "c:\\Windows\\SysWow64\\MSCHRT20.OCX" no_namespace // CVcBrush wrapper class class CVcBrush : public COleDispatchDriver { public: CVcBrush(){} // Calls COleDispatchDriver default constructor CVcBrush(LPDISPATCH pDisp...
[ "1137344859@qq.com" ]
1137344859@qq.com
7e4beb7511ed2e598731f5de78d9817ed1ec062a
4bd58f155f6daec2c6bba5ce680ebe902dea8fea
/TC/613/d1easy.cpp
835e11c41d40a810013cbb49b12d042bde8839ee
[]
no_license
creep06/competitive-programming
8a8c80c7f6a7b211612812524a41fb4a8d5fa830
52fcb281dc47fcebe52787f968b053e5c0303c46
refs/heads/master
2020-04-09T07:01:53.169346
2019-06-02T11:28:59
2019-06-02T11:28:59
160,137,464
0
0
null
null
null
null
UTF-8
C++
false
false
2,533
cpp
#include <bits/stdc++.h> using namespace std; //#define int long long #define reps(i,s,n) for(int (i)=(s);(i)<(n);++(i)) #define rep(i,n) reps(i,0,n) #define rept(i,n) rep(i,(n)+1) #define repst(i,s,n) reps(i,s,(n)+1) #define reprt(i,n,t) for(int (i)=(n);(i)>=(t);--(i)) #define repr(i,n) reprt(i,n,0) #define each(itr,...
[ "creep040@gmail.com" ]
creep040@gmail.com
2c7c253aa4446faab6427a31b16bc08ce33eb98b
c22b3b90b8979d119640b353ac8725e9d20d3c92
/VKTS/src/layer1/memory_image/MemoryImage.cpp
9ad10bfd6c406a151087cce4ba0fb507a904ea2d
[]
no_license
zomeelee/Vulkan-1
dff543e264f7b4b5e871ebc128fedf3bf605ec9e
f1112926d5a6242769034dd25cf03698fa11c7b4
refs/heads/master
2020-06-19T21:35:37.396104
2016-11-26T10:43:21
2016-11-26T10:43:21
74,829,887
1
0
null
2016-11-26T14:16:57
2016-11-26T14:16:56
null
UTF-8
C++
false
false
2,292
cpp
/** * VKTS - VulKan ToolS. * * The MIT License (MIT) * * Copyright (c) since 2014 Norbert Nopper * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, inclu...
[ "norbert@nopper.tv" ]
norbert@nopper.tv
4cdd60991c4eb677581a73b81647e0deedbd5f92
43192accb4e0d9e0ff48a1935275845398a110d4
/test/examples/code/3rdparty/assimp/detail/Exceptional.h
66688e497a15557099e456e59872bd58c3cf1593
[ "BSD-2-Clause" ]
permissive
maikebing/vpp
3593b24820257bbf56ec4568c342a85c15f7bdba
efa6c32f898e103d749764ce3a0b7dc29d6e9a51
refs/heads/master
2023-01-21T14:03:49.557239
2019-04-01T10:00:08
2019-04-01T10:00:08
316,381,624
0
0
null
null
null
null
UTF-8
C++
false
false
3,634
h
/* Open Asset Import Library (assimp) ---------------------------------------------------------------------- Copyright (c) 2006-2008, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions ...
[ "softerg@fc0145be-4d46-4df3-883e-5264cf7f6dad" ]
softerg@fc0145be-4d46-4df3-883e-5264cf7f6dad
f4c91d22401ad6cc22a34e3db481487b102e5172
fc960376277eebc97604f67b3a6552136856ce8f
/sdk/inc/urlmki.h
185afdaf6260751becc87b57faa269913475cd94
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_public
c3a573fc62da9dec182f7fb55b1c74b5de4d35dd
44221d017659d6050f490d4e4c749d2aca1899b4
refs/heads/master
2023-04-06T21:18:57.161168
2021-04-17T17:24:50
2021-04-17T17:24:50
357,780,552
4
0
null
null
null
null
UTF-8
C++
false
false
262,181
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0361 */ /* Compiler settings for urlmki.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext error checks: allocation ref bounds_check enum stub_data VC __de...
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
16c71873894f2ec25616bf85f2ed052bd34a66c0
7ab9732bfea95712d13ad0a0f9193c03e41ab3f4
/C++ STL/C++ STL&07/Example&7.4.2-3.cpp
c74703139ab4ee177472d292c1c6db4f15f78841
[]
no_license
LuckPsyduck/CPP-Example
611a09a3b80deb00ceff348acee7dd7c3db25a4f
8b4b75e1c90313811130c9c24484dce8ee951067
refs/heads/master
2021-05-23T00:18:57.770829
2020-04-05T13:05:58
2020-04-05T13:05:58
253,151,908
1
0
null
null
null
null
UTF-8
C++
false
false
659
cpp
#include<iostream> #include<set> #include<list> #include<algorithm> #include<iterator> #include"print.h" using namespace std; void main() { set<int> coll; insert_iterator<set<int>> iter(coll, coll.begin()); *iter = 1; iter++; *iter = 2; iter++; *iter = 3; PRINT_ELEMENTS(coll); cout << endl; inserter(coll, ...
[ "123163843@qq.com" ]
123163843@qq.com
ca3a01fd1880b4d08f4083511f90262799b552f3
58ed734eac33bfb073e794e95df8280b81dce883
/Siv3DPackage/Inc/SivARMarker.hpp
51aba21ed07a0a498acf9e945695f061e6c8ede8
[]
no_license
syougun360/Soul-Liberty
9fce5a85fd8dcde48252d5034230adb259c1f9a2
d8abae71efdda1e7044d6df50183d08765ba2d1b
refs/heads/master
2020-04-17T20:16:18.442404
2019-04-18T13:52:23
2019-04-18T13:52:23
24,497,281
0
0
null
null
null
null
UTF-8
C++
false
false
1,144
hpp
//---------------------------------------------------------- // // This file is part of the Siv3D Engine // // Copyright (C) 2008-2014 Reputeless, // // Waseda Computer Entertainment. All rights reserved. // //---------------------------------------------------------- # pragma once # include <vector> # include "SivFor...
[ "syougun360@infoseek.jp" ]
syougun360@infoseek.jp
ff76b2f3a29ea9a576d434a43e3e84a88bcdeb2e
7e240f8caa97618c12d96ba0107d3d05b2eb20f0
/Remove Nth Node From End of List/main.cpp
2344a9d262df29ae99db4302ad88df366f6bd342
[]
no_license
mrzw/my_leetcode
11341c43c3dab43c777126bca76cef52daf9f5c4
c6481807743a40746cce990c38262f96206b1fbd
refs/heads/master
2021-01-24T01:29:00.829051
2018-05-03T04:28:40
2018-05-03T04:28:40
122,810,064
0
0
null
null
null
null
UTF-8
C++
false
false
749
cpp
#include <iostream> using namespace std; struct ListNode { int val; ListNode *next; ListNode(int x) : val(x), next(NULL) {} }; class Solution { public: ListNode* removeNthFromEnd(ListNode* head, int n) { if(head==NULL || n<=0) return NULL; ListNode fakeHead(0); fakeHead.next = ...
[ "2463846947@qq.com" ]
2463846947@qq.com
5e0f4de50f77be3c7c2244d1bccba56d1b915088
d0b9a07078c61942e4286e5eea68223a7a2649e9
/2042.cpp
4c9265fdedcaa2dc982ce80ab56532caf3f00e6c
[]
no_license
qjatn0120/BOJ_algorithm
3b82e030bc56fdbcf68c726e1fb4764e8e1218cd
ab3c03342a206c1c2d89561fe9bb885ed98b1a4f
refs/heads/master
2023-07-15T21:42:12.997079
2021-09-04T02:23:33
2021-09-04T02:23:33
287,887,189
0
0
null
null
null
null
UTF-8
C++
false
false
1,288
cpp
#include <bits/stdc++.h> using namespace std; const int MX = 1e6 + 5; //root => 1번 //부모 노드 n => 자식 노드는 2 * n, 2 * n + 1 long long int node[MX * 4], A, B, C; int N, M, K; void Update(int n, int L, int R, int b, long long int c);//b번째 수를 c로 변경 long long int Query(int n, int L, int R, int b, int c);//A[b ~ c] 출력 int...
[ "69745946+qjatn0120@users.noreply.github.com" ]
69745946+qjatn0120@users.noreply.github.com
a6f38a4d458acb88c4e4cd60845be1c63ba58215
a89a30a000a6c7eef6853aacbe051985f1965d6a
/poj/3259/3.cpp
1533933c0178915f22e51934213adb62583b1a46
[]
no_license
ak795/acm
9edd7d18ddb6efeed8184b91489005aec7425caa
81787e16e23ce54bf956714865b7162c0188eb3a
refs/heads/master
2021-01-15T19:36:00.052971
2012-02-06T02:25:23
2012-02-06T02:25:23
44,054,046
1
0
null
2015-10-11T13:53:25
2015-10-11T13:53:23
null
UTF-8
C++
false
false
2,177
cpp
#include <cctype> #include <climits> #include <cmath> #include <cstdio> #include <cstdlib> #include <cstring> #include <algorithm> #include <bitset> #include <deque> #include <fstream> #include <iomanip> #include <iostream> #include <list> #include <map> #include <numeric> #include <queue> #include <set> #include <sstr...
[ "rock.spartacus@gmail.com" ]
rock.spartacus@gmail.com
2fa30ad9caab1ea9a54fb37dd5e4d7d470f22332
ae34cc11c79693653bb69e0ea0a6f828962ae1b5
/COLMAP-UPDATED/lib/PoissonRecon/CmdLineParser.inl
4c0a637b1d4f5a553509ba562153fb43c25f5bda
[ "MIT", "BSD-3-Clause" ]
permissive
Shivam-Bhardwaj/relocalization_project
937a7c635f496d7230d0f848d4e3bb4f81cd7261
6aaeeb6bcfb6bf45155854faeff2bfa60463a803
refs/heads/master
2023-01-06T18:24:17.578896
2020-11-03T09:25:53
2020-11-03T09:25:53
309,621,816
0
0
null
null
null
null
UTF-8
C++
false
false
4,165
inl
/* -*- C++ -*- Copyright (c) 2006, Michael Kazhdan and Matthew Bolitho 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...
[ "sb6377@nyu.edu" ]
sb6377@nyu.edu
e955da842e654f6f19e8433e0f5aa92b8985a861
cec031aefc329bf2fc4662f51ff7934726c3f1c5
/abc129c.cpp
d1d6b73ec73751b891b34fdada4ed2127ea9c65b
[]
no_license
ymd104/atcoder
1c8dc72698fef89c014877254eef049fb65fc715
4164a332f0af1e5216ddce0fac20fad73485cc02
refs/heads/master
2020-07-12T22:58:17.065321
2020-05-17T09:34:35
2020-05-17T09:34:35
204,928,460
0
0
null
null
null
null
UTF-8
C++
false
false
676
cpp
#include <bits/stdc++.h> using namespace std; #define rep(i,n) for(ll i=0; i<n; i++) typedef long long ll; ll mod = 1000000007; void solve(){ long n,m; cin >> n >> m; long a[m]; rep(i,m){ long k; cin >> k; a[i]=k; } long vec[n+1]; vec[0] = 1; int j=0; //壊れた床へのポインタ if(a[0]==1) {vec[1]=0; ...
[ "yamada@yamadayoheiMacBook-Air.local" ]
yamada@yamadayoheiMacBook-Air.local
f3ebfbe2a9d67df96cf9c2bb89cdac2dfff172a1
2223fdf5ab025c1465e139f39490129591a58808
/day03/ex04/ClapTrap.hpp
b1564ef9b13cb394a13294d6d75e3344199569bc
[]
no_license
base1905/CPP_piscine
5907bcb91ab24c6f8496431811477992279bfd65
3c6b2a7a08cc773dd141ce5920cd7cd119e110e3
refs/heads/main
2023-04-18T19:56:27.226952
2021-05-04T18:52:08
2021-05-04T18:52:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,307
hpp
#ifndef CLAPTRAP_HPP # define CLAPTRAP_HPP # include <iostream> #define CLR_WHT_U "\033[4;37m" #define CLR_GRN "\033[0;32m" #define CLR_YLW "\033[0;33m" #define CLR_BLU "\033[0;34m" #define CLR_RED "\033[0;31m" #define CLR_PRP "\033[0;35m" #define CLR_END "\033[0m" class ClapTrap { protected: std::string _name; u...
[ "thehisev@mail.ru" ]
thehisev@mail.ru
137f88006b5d77ae0945c543fc448c63a6bae898
8dc84558f0058d90dfc4955e905dab1b22d12c08
/remoting/host/host_change_notification_listener_unittest.cc
04401af315328903e1f61f547582607960a66ab1
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
meniossin/src
42a95cc6c4a9c71d43d62bc4311224ca1fd61e03
44f73f7e76119e5ab415d4593ac66485e65d700a
refs/heads/master
2022-12-16T20:17:03.747113
2020-09-03T10:43:12
2020-09-03T10:43:12
263,710,168
1
0
BSD-3-Clause
2020-05-13T18:20:09
2020-05-13T18:20:08
null
UTF-8
C++
false
false
5,680
cc
// Copyright (c) 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 "remoting/host/host_change_notification_listener.h" #include <set> #include "base/bind.h" #include "base/memory/ref_counted.h" #include "ba...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
654d4ea58b8e3236c6c45110919f072cb8dbe6c1
dbf59704ea314deb18fd05e67ff6b05cc16be091
/llvm/utils/TableGen/InstrInfoEmitter.cpp
a11244dd98835d6e843207d7d8b2fc5f73a2c302
[ "NCSA" ]
permissive
raujika418/GoodOldDays
7b689e1093ee5b863a14115c1d9f5b012f089b4d
8eb4770127c28e4d21987190daed54b5fa2ccc29
refs/heads/master
2022-02-24T00:45:30.557879
2019-07-18T16:06:02
2019-07-18T16:06:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,261
cpp
//===- InstrInfoEmitter.cpp - Generate a Instruction Set Desc. ------------===// // // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===--------...
[ "raujikachu@localhost.localdomain" ]
raujikachu@localhost.localdomain
6e3c0e0fea8159b8249f6e4c9d811ad65093c6ed
4826c69f59c8d8ad893e70fc17e2d7d25f1aec39
/vs2012 base project/src/GemSelector.cpp
fe0e4b2f42e92e5e03a527df83887b75ecb4a0e6
[]
no_license
alexgg-developer/match3game
ba9e026c46ed2a0bb094226fa5fbe7e48d488b16
6c25aa57f26c8841b1c6cd13b6bc57d721c89fc2
refs/heads/master
2020-04-06T13:52:57.032362
2018-11-14T09:10:00
2018-11-14T09:10:00
157,518,042
0
0
null
null
null
null
UTF-8
C++
false
false
60
cpp
#include "GemSelector.h" GemSelector::GemSelector() { }
[ "alex.g@coherentsynchro.com" ]
alex.g@coherentsynchro.com
b0da201f03407c23575b1b32554d7cbbb9174002
c0f1ff89ac5bb609e2351cbc192ffc49b684f3b1
/include/DateTime.h
532243e88d846d439282a580a7f89ace6f330e79
[]
no_license
clemdavies/Assignment-2
b2f898d823af9c751f0832f13c8a265046957a7d
09b495a93cad35eb32614ca69d3e38fbafc920de
refs/heads/master
2020-12-24T20:14:31.265873
2016-05-26T08:40:55
2016-05-26T08:40:55
59,733,869
0
0
null
null
null
null
UTF-8
C++
false
false
2,168
h
#ifndef DATETIME_H #define DATETIME_H #include "Date.h" #include "Time.h" #include <ostream> /** * @class DateTime * @brief Stores a Date object and Time object. * * @author Clem Davies * @version 01 * @date 27/04/2016 */ class DateTime { public: /** @brief Default Constructor ...
[ "contact@clemdavies.com" ]
contact@clemdavies.com
084b7032b415c851e1d8178bcd6efee77389869f
e27d9e460c374473e692f58013ca692934347ef1
/drafts/quickSpectrogram_2/libraries/liblsl/external/lslboost/mpl/erase_key.hpp
c289e40c0a246df9bc82ef687b6b07ea4fc4c9b0
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
thoughtworksarts/Dual_Brains
84a0edf69d95299021daf4af9311aed5724a2e84
a7a6586b91a280950693b427d8269bd68bf8a7ab
refs/heads/master
2021-09-18T15:50:51.397078
2018-07-16T23:20:18
2018-07-16T23:20:18
119,759,649
3
0
null
2018-07-16T23:14:34
2018-02-01T00:09:16
HTML
UTF-8
C++
false
false
1,223
hpp
#ifndef BOOST_MPL_ERASE_KEY_HPP_INCLUDED #define BOOST_MPL_ERASE_KEY_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.lslboost.org/LICENSE_1_0.txt) // // See http://www.l...
[ "gabriel.ibagon@gmail.com" ]
gabriel.ibagon@gmail.com
b6340df72d1bc50715e2213281c89a2244d21651
d8776787ef56f46ff2944f04a9177e552c9eea16
/Random Direction/Source.cpp
5a8d2bfc244ab7429fe0f851b5a63080b9129c9b
[]
no_license
gameonamit/GAD173-Project
b2e9ce6849503081462dbf629857bce57cce523c
fe57e1dad7261c18ffa43354087ae8fb74fa8332
refs/heads/master
2023-01-29T16:49:47.127653
2020-12-16T12:42:33
2020-12-16T12:42:33
306,518,781
0
0
null
null
null
null
UTF-8
C++
false
false
458
cpp
#include <iostream> #include <time.h> using namespace std; int main() { srand(time(NULL)); int sign; int xSpeed; int ySpeed; while (getchar()) { // generate a random sign: -1 or +1 sign = 2 * (rand() % 2) - 1; // generate a random direction xSpeed = sign * (rand() % 100 + 500)...
[ "gameonamit@gmail.com" ]
gameonamit@gmail.com
fe718aefd73ceb2192b94bb5136cac620751149e
bc39fe77f82affcc39cf2a24ad827c13fd471e5f
/cocos2dx/misc_nodes/CCMotionStreak.cpp
5f2b31cd3909ed27b1477f8c50fa7dcc638ba4f7
[]
no_license
pigpigyyy/Dorothy
c3a11323fe5b0f46f40955074cffbe28d824c0e8
ac9eeaf84a5abb0b23de741b747e0fb970c78aba
refs/heads/master
2022-04-29T09:02:48.788574
2022-03-03T08:29:04
2022-03-03T08:29:04
24,334,351
3
1
null
null
null
null
UTF-8
C++
false
false
9,442
cpp
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2011 ForzeField Studios S.L. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ...
[ "dragon-fly@qq.com" ]
dragon-fly@qq.com
cc9cb1428e2b9e2676797b84e4b407b6fcf550dd
8fa4bc268344e6666c77f7067fad7c4d1fa05682
/Cameras/DyingLight/InjectableGenericCameraSystem/InputHooker.cpp
1efd2b5c6c8377a3ed041194a6d434f6a8005313
[ "BSD-2-Clause" ]
permissive
Batname/InjectableGenericCameraSystem
0d54bae8f051dd0d85489c5417cac6e2b93f0993
f4689128086581f1473aa35c0b2f21eeec39470f
refs/heads/master
2020-07-07T01:32:48.433955
2019-08-15T16:05:57
2019-08-15T16:05:57
203,202,379
1
0
BSD-2-Clause
2019-08-19T15:44:32
2019-08-19T15:44:32
null
UTF-8
C++
false
false
8,190
cpp
//////////////////////////////////////////////////////////////////////////////////////////////////////// // Part of Injectable Generic Camera System // Copyright(c) 2017, Frans Bouma // All rights reserved. // https://github.com/FransBouma/InjectableGenericCameraSystem // // Redistribution and use in source and binary ...
[ "frans@sd.nl" ]
frans@sd.nl
8cfa6cadffe13c24a97b14fdf8e290959c51fd24
b4020318967ccac1a0e08a087184b62751285829
/Source/UT_FrameworkEditor/Private/Npc/Factory/Task/NpcBehaviorTaskFactory_Wait.cpp
28db0f3c8ee1ca04cf34726ac9393d79118ae77c
[]
no_license
richmondx/UT_Framework
a30dd8a3fc8a88c6955e5df9bb458dd320e74598
2cd70429ce9800c5f179fb10c29deed2c0b47a3e
refs/heads/master
2020-03-25T07:58:51.384554
2018-05-27T15:28:33
2018-05-27T15:28:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,074
cpp
/************************************************************************/ /* UMBRA TOOLS */ /* Maxwell - Axel Clerget */ /************************************************************************/ #include "NpcBehaviorTaskFactory_Wait.h" #include "N...
[ "clerget.a@gmail.com" ]
clerget.a@gmail.com
26a4d88ca6a4848fa41f47cfc83dc33e99190d3f
385cfbb27ee3bcc219ec2ac60fa22c2aa92ed8a0
/ThirdParty/bullet-2.75/Extras/MayaPlugin/rigidBodyArrayNode.h
cfdf4fbf64a8a16a448ac05b00be8aed50a98b54
[ "Zlib", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-unknown", "MIT" ]
permissive
palestar/medusa
edbddf368979be774e99f74124b9c3bc7bebb2a8
7f8dc717425b5cac2315e304982993354f7cb27e
refs/heads/develop
2023-05-09T19:12:42.957288
2023-05-05T12:43:35
2023-05-05T12:43:35
59,434,337
35
18
MIT
2018-01-21T01:34:01
2016-05-22T21:05:17
C++
UTF-8
C++
false
false
3,764
h
/* Bullet Continuous Collision Detection and Physics Library Maya Plugin Copyright (c) 2008 Walt Disney Studios 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...
[ "rlyle@palestar.com" ]
rlyle@palestar.com
fab9be554fb7c388df10bbe2e0cf91566f94fddf
54a3a2d5aac79df163e9a14457540e973df4386a
/System/Graphic/object/component/Mesh3d.cpp
d7ef27164f71395747d1886821a7b334a7e661e3
[]
no_license
phantanphuc/OpenGlProject
ea684da7c149a78aea5c9a28e20472eff83c8452
e2e371f19cf0cf6576aac03832334b4ca954b6cf
refs/heads/master
2021-01-21T17:31:49.085833
2017-07-18T23:52:15
2017-07-18T23:52:15
91,960,903
0
0
null
null
null
null
UTF-8
C++
false
false
3,500
cpp
#include "Mesh3d.h" Mesh3d::Mesh3d(){ isUseTexture = false; affectedByLight = true; m_type = ComponentType::MESH3D; } Mesh3d::~Mesh3d(){ glDeleteProgram(shaderProgram); glDeleteBuffers(1, &VBO); glDeleteBuffers(1, &EBO); delete M_matrix_ref; } void Mesh3d::setVertexShaderId(GLuint id) { vertexShader = id...
[ "phantanphuc2512@gmail.com" ]
phantanphuc2512@gmail.com
84a321309b51b23e029ff049aaf2ee2c3bfee349
e21eddf0d9225ddc07c28e72c510d3b243c3b363
/baekjoon/basic/brute_force/10974/10974.cpp
32b2bf09c3d7eec290a377e08ec6c4e913ce5fff
[]
no_license
Kangwoosun/Algorithm
5913bc51df2e7573d870ec0e4d544091c8ef1e67
7cf6ac9d5c933ffa4255c803295852365400f8cc
refs/heads/master
2023-03-14T00:26:32.352711
2021-03-02T07:23:32
2021-03-02T07:23:32
280,450,631
0
0
null
null
null
null
UTF-8
C++
false
false
1,544
cpp
#include <iostream> #include <vector> #include <algorithm> #include <climits> using namespace std; int main(){ cin.tie(NULL); ios::sync_with_stdio(false); int N, base, min, index = 0; bool check; vector<int> v, t; cin >> N; for(int i = 0; i<N; ++i){ v.push_back(i...
[ "kws981924@gmail.com" ]
kws981924@gmail.com
12d560a59662c78598f532960a8a56db6b7ad393
d2f68591ee455d3e9002a524e61147ffad8cc618
/ArcadeBasketball/SFM_ setup/DataTables.cpp
93f81c848ba0325e345bc52f7008d9ee92fd9378
[]
no_license
JacobShannon316/ArcadeBasketball
ac7c64ffe8d7e189cc7fb99ad54e496d5713b8a7
7197e1506d832de88b9335c0c3442443e332bca0
refs/heads/main
2023-04-20T01:25:32.552255
2021-05-03T17:14:08
2021-05-03T17:14:08
336,299,807
0
0
null
null
null
null
UTF-8
C++
false
false
7,080
cpp
#include "DataTables.h" #include "Aircraft.h" #include "Pickup.h" #include "Particle.h" #include "jsonFrameParser.h" // For std::bind() placeholders _1, _2, ... using namespace std::placeholders; std::map<Actor::Type, ActorData> InitializeActorData() { std::map<Actor::Type, ActorData> data; data[Actor::Type::Pla...
[ "54894439+JacobShannon316@users.noreply.github.com" ]
54894439+JacobShannon316@users.noreply.github.com
0749894f9f712e30f998ce4632d465dc09af4272
8df98e2d7fc51a735a75058e8609b1a9fe794dcb
/code22.cpp
6fd944beb24e7f168cce0d0f36edc2c85c7a9294
[]
no_license
SayedBhuyan/CPlusPlus_Midterm_MDC
debc332d3d996ae249e878815486d16385d708a9
b04e9fabf6b331204db71a6f47bddd17703d271b
refs/heads/master
2021-05-19T17:50:36.290059
2020-04-01T02:39:34
2020-04-01T02:39:34
252,053,701
0
0
null
null
null
null
UTF-8
C++
false
false
1,058
cpp
/* Author: Sayed Bhuyan Exercise: 22 Description: Assume that two int constants,FIRST_YEAR and LAST_YEAR have already been declared and initialized with year values (like 2009, 2014), along with a double variable oil that has been initialized with the number of barrels of oil consumed in Canada in the year given by FIR...
[ "syeedredom@gmail.com" ]
syeedredom@gmail.com
2ca628f7c5720963140b5dcd7896305cafeb5298
08cdd21ca5427c9263abf0da7e72febe8f958cee
/02_twisting/src/testApp.cpp
0efef76874214087345d3117ba00f5bc02ac715c
[]
no_license
nosarious/GLSL_Fun
9cd392cc3dfcf0ac17d5518dbb823a900b24c6ac
03b204d7b4155904a0ccc3c8180119d77adc11e9
refs/heads/master
2021-01-18T08:16:24.855459
2012-05-02T23:12:01
2012-05-02T23:12:01
31,380,323
0
0
null
2015-02-26T17:51:51
2015-02-26T17:51:51
null
UTF-8
C++
false
false
7,837
cpp
#include "testApp.h" //-------------------------------------------------------------- void testApp::setup(){ ofSetLogLevel(OF_LOG_VERBOSE); ofBackground(34, 34, 34); ofEnableAlphaBlending(); //we load a font and tell OF to make outlines so we can draw it as GL shapes rather than textures //font.loadFont("type...
[ "ben.mcchesney@gmail.com" ]
ben.mcchesney@gmail.com
1f45bd9de0a1c85f2c12ce04e9e99625340e8696
fdec1e0e9e5eb339c7c08eb12001a780203eb374
/C++/Appointment_Dairy/Calendar_t.cpp
544982bdc311819768682358d2a82f56a4b8d478
[]
no_license
alonakorzhnev/sqlink
8b681c55124418abcb441e5d96d8ec4a576c94fd
110d22350c79b22843cab61fba02c2445b93b4a8
refs/heads/master
2020-06-30T14:05:46.841909
2019-12-12T13:39:15
2019-12-12T13:39:15
200,849,808
0
1
null
null
null
null
UTF-8
C++
false
false
2,054
cpp
#include "Calendar_t.h" Meeting_t* Calendar_t::createMeeting(float begin, float end, const string& subject) { if (begin > 0 && end > 0 && begin < end && begin < 24 && end < 24) { return new Meeting_t(begin, end, subject); } return 0; } bool Calendar_t::insertMeeting(const Meeting_t* meeting) {...
[ "alonakorzhnev@gmail.com" ]
alonakorzhnev@gmail.com
3354e1653532690333e3a35b7b39375011e253d1
e916bfc5d73e853e1d756801dd0592558574ac91
/wiselib.testing/util/base_classes/clustering_base2.h
6497acae3155e71870f5bc9258a7e75f5949c947
[]
no_license
konstantinosch/wiselib
d53ef81678b3c1b3a02b64190d567a07bda16484
38ef43fc26d5dffb13a0b17aee0e80bbbc056530
refs/heads/master
2021-01-16T20:36:50.844737
2013-04-21T21:39:16
2013-04-21T21:39:16
2,538,932
0
0
null
null
null
null
UTF-8
C++
false
false
4,550
h
/*************************************************************************** ** This file is part of the generic algorithm library Wiselib. ** ** Copyright (C) 2008,2009 by the Wisebed (www.wisebed.eu) project. ** ** ** ** The Wise...
[ "amaxilat@cti.gr" ]
amaxilat@cti.gr
68df1a3db55914170a0525ce3c58299feb10791b
e1aef4e05f55c182832abe74006009129df04cb8
/lab-01-basics/lab-01-03-andreicek_original/main.cpp
f3215e95623f3c38b0e0f93faad0bfe07528919c
[]
no_license
Narutofox/Algebra-SPA
b93e066e86fb708889ec818ebf1c0d985f1c9b94
21687cb5c46c7dbd8634a9b1a705f2e57b65086a
refs/heads/master
2021-01-23T21:03:57.518470
2014-06-07T05:47:25
2014-06-07T05:47:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
341
cpp
#include <iostream> #include <string> #include <fstream> using namespace std; #include "zadatak01.h" int main() { int vel = velicinaDatoteke(); Osoba *razred = new Osoba[vel]; string input = "osobe.txt"; string output = "out.bin"; parsing(input, razred, vel); debug(razred, vel); upisBinarno(razred, vel, ou...
[ "mcvjetko@holisticware.net" ]
mcvjetko@holisticware.net
c7251efcda2f70c53140bcccf3b3a21269dfe433
6c4d7fa3a49fbbd7bc9e1727ae3fb15ae316d67f
/network_game_server1/HandlerMessageGameOver.cpp
8d3fd5352235e2e163842b2d209d782db163b125
[]
no_license
AlexShilkin/socket_server
d89178538148eab0cbb4c027916922cd48489b37
4ea629526b140559b2ac87d1d121b58c87f08e3e
refs/heads/master
2020-03-26T19:02:22.489516
2018-08-18T20:19:06
2018-08-18T20:19:06
145,245,446
1
0
null
null
null
null
UTF-8
C++
false
false
148
cpp
#include "HandlerMessageGameOver.h" HandlerMessageGameOver::HandlerMessageGameOver() { } HandlerMessageGameOver::~HandlerMessageGameOver() { }
[ "lexa.zule@outlook.com" ]
lexa.zule@outlook.com
329c6f1777c94456f7126d9d0a2f92a4624ea95f
346870024d3943cdaba16472b8502f0955a184f2
/AST/Expression.cpp
18171a611e528584ee0bc1064d8785d2968f8975
[]
no_license
cybex-dev/Robot-Compiler
3a2add8de9c248877d0b00b1f72a25ba280fe95f
e0ed32e0fc913f702c18db18f4be5b4e66a30177
refs/heads/master
2020-05-30T03:49:01.714515
2019-06-23T19:05:54
2019-06-23T19:05:54
189,522,548
2
1
null
null
null
null
UTF-8
C++
false
false
1,905
cpp
// // Created by cybex on 2019/05/03. // #include "Expression.h" Expression::Expression(PrimaryExpression *p1, PrimaryExpression *p2, Operate *o) : P1(p1), P2(p2), O(o) {} Expression::Expression(Expression *expression) { P1 = expression->P1; P2 = expression->P2; O = expression->O; } Expression::~Expres...
[ "k4gcybex@gmail.com" ]
k4gcybex@gmail.com
f44cb780461fca881c14d48bd38b9d0e6270665f
9f520bcbde8a70e14d5870fd9a88c0989a8fcd61
/pitzDaily/119/uniform/functionObjects/functionObjectProperties
e537fefbf8b5a9cfb3d5e13dffc32676314fda06
[]
no_license
asAmrita/adjoinShapOptimization
6d47c89fb14d090941da706bd7c39004f515cfea
079cbec87529be37f81cca3ea8b28c50b9ceb8c5
refs/heads/master
2020-08-06T21:32:45.429939
2019-10-06T09:58:20
2019-10-06T09:58:20
213,144,901
1
0
null
null
null
null
UTF-8
C++
false
false
897
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1806 | ...
[ "as998@snu.edu.in" ]
as998@snu.edu.in
f0ebd68d02847caed1b9dee62f91f98a8e6370c6
e5936d507afb6fcce036621cd84ed0318da702bc
/Структуры и алгоритмы обработки данных/RBTree/Iterator.cpp
5fb0735b3d7e913a1ed32188656b97919c632a34
[ "MIT" ]
permissive
binakot/My-Student-Projects
4e809493f324e7cb12afb334ddd30f290bf3c2cf
7a53cee2158f79a717580b0b9a5bbda7f92471b6
refs/heads/master
2021-11-11T21:02:52.901691
2021-10-27T19:50:24
2021-10-27T19:50:24
118,240,061
5
0
MIT
2018-11-30T19:51:34
2018-01-20T12:17:04
Pascal
UTF-8
C++
false
false
914
cpp
template <class T> class Iterator { protected: // флажок, показывающий, достиг ли итератор конца списка. // должен поддерживаться производными классами int iterationComplete; public: // конструктор Iterator(void); // обязательные методы итератора virtual void Next(void) = 0; virtual ...
[ "binakot@gmail.com" ]
binakot@gmail.com
b360c65fa836a8753462cace0c4d6d0928dc74b8
39b635b44505dfb66e78ac14113c126c1c7eba8f
/Chess_Project/Chess_Project/King.h
087e0ba96016257ae31cacc35906f4444a0ebe93
[]
no_license
yuvalBerko/YuvalShaharChessGame
d4ffd7c8cc1a544ceb4210677d675fad386d69a4
9064460688dc7aa129505853ca83006906af36b7
refs/heads/master
2021-08-30T22:50:59.945766
2017-12-19T17:46:37
2017-12-19T17:46:37
114,655,841
0
0
null
null
null
null
UTF-8
C++
false
false
224
h
#pragma once #include "Troop.h" class King : public Troop { King(char type, Point pos); virtual ~King() = default; virtual void verifyMove(Point& movTo, Troop* currBoard[8][8], Manager* manager, Troop* curr) const; };
[ "sigalos10@gmail.com" ]
sigalos10@gmail.com
df3eac9f8cbb5fc149a5dcd269682ac140081c4b
24bfe6312c23ca08a4a3622f05aa9ad20fc2b5f1
/RSA/keyGeneration.cpp
1e16a8b88c91391f605998958123dd1ef1c2ac5f
[]
no_license
aman0456/CS101-Public-Key-Cryptography
aec8fb51e5234fa0391ace35abecc523af44ce0b
7a784ab1d300e4934fb3e8635fad459f8496ae26
refs/heads/master
2021-07-05T10:59:18.197638
2017-09-25T18:42:50
2017-09-25T18:42:50
104,787,856
4
0
null
null
null
null
UTF-8
C++
false
false
1,335
cpp
#include<iostream> #include<stdio.h> #include<stdlib.h> #include<time.h> #include<math.h> using namespace std; long long gcd(long long m, long long n){ if(m%n==0){ return n;} else { return gcd(n,m%n);} } long long inverse(long long a,long long b){ long long j,k,m,l,i; i=b; if(gcd(a,b)==1){ j=1; m=0; while(b!=1){ l=a; a...
[ "aman005bansal003@gmail.com" ]
aman005bansal003@gmail.com
0d189ef6c848d5825dd6e897b22f2cd7b7f02c06
8b7494e6ee32a273dcef6ce745d2527155f1422f
/predio.cpp
c0cf4dbad68376c802fe05185196587dc803a505
[]
no_license
outworlder/condominio
ce04299ef9d65931e2ba7a7ba838ff783f61b8d4
9e13eeddc10bfbd3a245e69cdb7569dfd12914b0
refs/heads/master
2021-01-18T02:04:45.830678
2013-12-21T02:20:20
2013-12-21T02:20:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
37,825
cpp
#include <iostream> #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include <stdio.h> #include <math.h> #include <stdlib.h> #include "predio.h" #define ENTRADA 4 #define ANDAR 2 #define COBERTURA 3 #define PORTA 9 float k, x, y; typedef GLfloat point3[3]; point3 ...
[ "marcelopazzo@gmail.com" ]
marcelopazzo@gmail.com
db3102e570fecf831f9208f0a26b98dbbb969ac6
fa2dfd5c78a14506264d713e571edd1222888b31
/ch3_stacks_and_queues/queue_arr.cpp
0a9197e6038cd616a72a70e000473155c3afeb86
[]
no_license
rkurdyumov/cracking_code
9eaa4289fbd551cf253aa90b0624914ed24d8f11
418f618cb30f3717946249b93b907f579e5a4fa6
refs/heads/master
2021-01-17T12:44:32.429953
2018-05-30T07:55:44
2018-05-30T07:55:44
56,884,797
0
0
null
null
null
null
UTF-8
C++
false
false
2,099
cpp
#include <iostream> #include <assert.h> #include "queue_arr.h" Queue::Queue(size_t maxsize): max_size(maxsize), front(-1), count(0) { assert(max_size > 0); data = new int[max_size]; } Queue::Queue(const Queue & queue) { data = new int[queue.max_size]; front = queue.front; count = queue.count; ...
[ "ruslan88@gmail.com" ]
ruslan88@gmail.com
5cd630b3b40c1a8d996c1bd2fe1f5f3617230d44
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE78_OS_Command_Injection/s01/CWE78_OS_Command_Injection__char_connect_socket_popen_83.h
4c288bf97d2e50c0d0b361bac5ebb580fbcb24a5
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
1,510
h
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_connect_socket_popen_83.h Label Definition File: CWE78_OS_Command_Injection.one_string.label.xml Template File: sources-sink-83.tmpl.h */ /* * @description * CWE: 78 OS Command Injection * BadSource: connect_socket Read data using...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com