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
44de6ff92189121884486d22dfd6aa25cbdd5734
50f2a23b6164e4161d06547d897b979608f9b6d1
/SDK/FG_Widget_Options_DropdownBox_structs.hpp
5f95b905b85651e6d9d4048abed7e8ec1ea3fc14
[]
no_license
satisfactorymodding/SatisfactorySDK
35433a3bd19f34c7dfd0a4cf141a310be4b9d382
e9a2332e0f76b92c99d4072638c1560b8137e821
refs/heads/master
2020-05-24T11:21:41.715919
2019-10-10T07:48:30
2019-10-10T07:48:30
187,234,176
8
3
null
null
null
null
UTF-8
C++
false
false
332
hpp
#pragma once // Satisfactory SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "FG_Basic.hpp" #include "FG_Engine_classes.hpp" #include "FG_Widget_OptionValueController_classes.hpp" #include "FG_CoreUObject_classes.hpp" #include "FG_SlateCore_classes.hpp" namespace SDK { } #ifdef _MSC_VER #pragma pack(...
[ "kronosdev45@gmail.com" ]
kronosdev45@gmail.com
e9bd089198eec8b75a7fa3b16909ce77ea456ddb
cf9c4f10e2db6508a4784eb56d63c87000047e78
/src/Base/PictureLoader.cpp
242e095844fd8f6e735eebbfae239ceb7dab7f3b
[ "MIT" ]
permissive
wakare/Leviathan
86f578bebb0b9100920d981ef6c67672a241b94b
8a488f014d6235c5c6e6422c9f53c82635b7ebf7
refs/heads/master
2021-06-26T17:25:28.927589
2020-10-11T15:12:53
2020-10-11T15:12:53
151,736,145
3
0
null
null
null
null
UTF-8
C++
false
false
53
cpp
#include "PictureLoader.h" namespace Leviathan { }
[ "wakarenokaze@gmail.com" ]
wakarenokaze@gmail.com
8fd27c5fd6a9b8875197c3078d7bb9764805ff43
572516736866a7035802d45cfb2adcfd746b37d3
/source/include/dqm4hep/Service.h
da7485859909d273bed4cde6da1e886be20cd84f
[]
no_license
rete/dqm4hep-net
24a5dfc86d599c887f38a7f947e4c03593e2eb4c
664dec1a90b98335ebb114cd5a00cc3a66b30b02
refs/heads/master
2021-05-07T18:13:44.990542
2018-04-22T02:41:05
2018-04-22T03:16:16
108,755,238
0
0
null
2017-10-29T17:26:33
2017-10-29T17:26:33
null
UTF-8
C++
false
false
6,070
h
/// \file Service.h /* * * Service.h header template automatically generated by a class generator * Creation date : sam. d�c. 3 2016 * * This file is part of DQM4HEP libraries. * * DQM4HEP is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published...
[ "remi.ete@gmail.com" ]
remi.ete@gmail.com
ed0b479a052433230ccded671cb76a2ae4a5f977
360e04537b3a0215fad4bfc2e521d20877c9fa60
/数组/字符串中的最大值.cpp
6df0840b7b2519dea8c8cf3986ebe97c8913f42f
[]
no_license
Randool/Algorithm
95a95b3b75b1ff2dc1edfa06bb7f4c286ee3d514
a6c4fc3551efedebe3bfe5955c4744d7ff5ec032
refs/heads/master
2020-03-16T19:40:49.033078
2019-07-08T15:05:50
2019-07-08T15:05:50
132,927,189
0
0
null
null
null
null
UTF-8
C++
false
false
687
cpp
//http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1277 #include <bits/stdc++.h> using namespace std; #define M 100005 char S[M]; int next[M], len, prefix[M]; void build_next(const char *S) { int i = 0, j = next[0] = -1; while (i <= len) { if (j < 0 || S[i] == S[j]) next[++i] ...
[ "dlf43@qq.com" ]
dlf43@qq.com
623a2ed90b16407d990bbe61a3b02fa7e14f42bf
cd6619d9fd994bf889fc861244e86a97a0f3523e
/Competitive/longest_consecutive_subseq.cpp
632a0416775e38d098cd226260f68cb3568bee99
[]
no_license
Shivam06/Coding
06f1189a0ffeb5645eb27de10c342077ec52621e
00b2009b5b5ccdbabdfb3d95977dd934414f319a
refs/heads/master
2020-05-22T08:13:46.779256
2018-03-02T05:44:41
2018-03-02T05:44:41
60,615,709
0
0
null
2017-04-08T07:33:35
2016-06-07T13:35:09
C++
UTF-8
C++
false
false
37
cpp
#include<iostream> using namesapcestd
[ "shivammahajan6596@gmail.com" ]
shivammahajan6596@gmail.com
41ba7b3e4674dc2275c25205f1c2afdd427d6c2c
53f9922752f652b005afbced292c53a5e2d7252f
/AS1/String/test_str.cpp
91d0da305a15cf58802af8c199d1b08b1d3f85bf
[]
no_license
leannejdong/ObjectOrientedCPP
2e3a7b877545001ef1ad3d6bb1fb29b897eb757d
515ff564fb5feb7bdd0ae002a9dd507e5b120e5d
refs/heads/master
2020-04-22T00:15:22.136982
2019-05-07T14:15:10
2019-05-07T14:15:10
169,972,732
0
0
null
null
null
null
UTF-8
C++
false
false
282
cpp
// test_string.cpp : Defines the entry point for the console application. // #include "stdafx.h" using namespace std; #include "Demo.h" #include <iostream> int main() { Demo d; for (int i = 0; i<= 24; i++) { d.setX(i); cout << "x = " << d.getX() << endl; } return 0; }
[ "jdleanne@gmail.com" ]
jdleanne@gmail.com
91cb9269cf4b7970884530821eb3750e979e490a
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-lex-models/source/model/LogType.cpp
184f89523be541cec8c41f6136d79c8b10357f89
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
2,331
cpp
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
be82fe792acf6f4ad90c99b07d9a74de9d8eecc2
fbcf19d08075222d558d30f5c6bf0efde4d57ac2
/Labs/L02/L02/main.cpp
42562e1a3a0c247e78896d59e6daf92b0866baf4
[]
no_license
mrajevski/DPS920
d90de18e09002e12ac190f59f6bd1990750a719d
e0bbea590e79a956b079108ee49e6bf9689f0542
refs/heads/master
2020-12-19T03:18:48.169285
2020-04-08T13:34:32
2020-04-08T13:34:32
235,604,762
0
0
null
null
null
null
UTF-8
C++
false
false
1,810
cpp
#define _CRT_SECURE_NO_WARNINGS #include <opencv2/opencv.hpp> #include <string> #include <iostream> #include <filesystem> #include <vector> using namespace std; int main(int argc, char** argv) { cv::namedWindow("Lab 02", cv::WINDOW_AUTOSIZE); cv::VideoCapture cap; cap.open(0); if (!cap.isOpene...
[ "mrrajevski@mysenseca.ca" ]
mrrajevski@mysenseca.ca
dfc29457b6bcb816ff33a99538671b1ae7b3ef29
4b3531c6398c74071ea73db5b0a4bf9f323d706d
/src/options_dialog.cpp
9bb4512b91d2ea756255088d0d0fb2daa2b0717e
[]
no_license
ermachkov/GUI-Creator
18ff543dc3840b972b7cf256b549276d4ce233f2
1408ffbe2ebc8153cc02fc2a195bcb61fce8b039
refs/heads/master
2021-01-19T22:11:04.269027
2012-06-15T05:06:52
2012-06-15T05:06:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,147
cpp
#include "pch.h" #include "options_dialog.h" #include "options.h" OptionsDialog::OptionsDialog(QWidget *parent) : QDialog(parent) { setupUi(this); // получаем настройки сетки и направляющих Options &options = Options::getSingleton(); mShowGridCheckBox->setChecked(options.isShowGrid()); mShowDotsCheck...
[ "artur@hell.(none)" ]
artur@hell.(none)
0f06cd7bf419b860f6eec895146c7e04a6bdfe3c
9c7573ec0981fd3f19ae1688d4b7e9630968599f
/ENGR122/Homework/Homework1.ino
926b80bbcef20cff9bac9fed2874ab0236b87db3
[]
no_license
MStevenTowns/Arduino
734f85d643997fd61b4f929a5d7d96463f4cf754
a510141b9a27039721c73a375dae1d676de1e2d2
refs/heads/master
2020-04-13T16:16:32.354018
2018-12-27T19:23:14
2018-12-27T19:23:14
163,316,715
0
0
null
null
null
null
UTF-8
C++
false
false
1,222
ino
void setup() { Serial.begin(9600); // allows output to display pinMode(2, OUTPUT); // define digital pin 2 as an output (output to LED) pinMode(13, INPUT); // define digital pin 3 as an input (input from sensor) } void loop() { tone(2,38000); // output a...
[ "facelesslunatic@gmail.com" ]
facelesslunatic@gmail.com
a6433ac074657bb29be6ea756d4599585c71af6e
981d954ac6f5930d6cf14f2becfb5deb92b5df3d
/libsslwrapper/include/pkey.h
cb607989dad593d0de374396e8f11210d28d4420
[ "MIT" ]
permissive
wma1729/simple-n-fast
e04b97afad55c5964930509b2ff763723a0d2bf9
abb06a9147b1eb4418ef5acb176eead64b991c51
refs/heads/master
2021-07-09T17:27:09.630851
2021-04-30T18:33:56
2021-04-30T18:33:56
102,918,847
0
1
null
null
null
null
UTF-8
C++
false
false
993
h
#ifndef _SNF_PKEY_H_ #define _SNF_PKEY_H_ #include "file.h" #include "sslfcn.h" namespace snf { namespace ssl { /* * Encapsulates OpenSSL key (EVP_PKEY). * - The key can be in der or pem format. * - A type operator is provided to get the raw key. */ class pkey { public: pkey(data_fmt, const std::string &, const...
[ "rakesh.didwania@gmail.com" ]
rakesh.didwania@gmail.com
1f42f4d28cfcc20081e9ae65f5840a5b857985ec
ce5c724a6e817b9f7d1a2565a8717ae4276e48e4
/Lab07/exercise01/main.cpp
95c3eb074ee3fd1e671d52081c9eebeb399e3dc8
[]
no_license
aliciazavala/Programming-I
6d6620faf4accefc542a3b5b8c219930468fff76
21edeec0a1441f98833d3328f2d3da83ffa58e10
refs/heads/master
2022-12-28T08:50:45.296850
2020-09-24T17:42:43
2020-09-24T17:42:43
297,139,874
0
0
null
null
null
null
UTF-8
C++
false
false
1,423
cpp
/* ----------------------------------------------------------------------------- * * File Name: main.cpp * Author: Alicia Zavala * Assignment: EECS-168 Lab 7 * Description: This program will input two numbers from the command-line and display the sum of all values from one to the other * -------------------...
[ "noreply@github.com" ]
aliciazavala.noreply@github.com
101f1aa16d4e58c23bce3ddbc4af326d5fa9bb2d
284a2449c63742b397d5f732968d7988591d3a31
/Esercitazione_1/es01.3/es013.cpp
f0686693ff010568ba4328238987295a9f15baaf
[]
no_license
AnnaPivetta/Laboratorio_Simulazione_Numerica
57270d7a9d73a32e20205a01c730f0d757a6780b
9931e5f2da1bf8535baadf9eef429c39b66f4270
refs/heads/master
2020-06-20T14:19:12.626497
2019-07-16T09:51:00
2019-07-16T09:51:00
197,148,464
0
0
null
null
null
null
UTF-8
C++
false
false
1,973
cpp
#include <iostream> #include <fstream> #include <string> #include <cmath> #include "random.h" using namespace std; int main (int argc, char *argv[]){ Random rnd; int seed[4]; int p1, p2; ifstream Primes("Primes"); if (Primes.is_open()){ Primes >> p1 >> p2 ; } else cerr << "PROBLEM: Unable to...
[ "noreply@github.com" ]
AnnaPivetta.noreply@github.com
ef70792de2579e3aca75b82d898253ca5d2df41f
95704ac2cdd72a0b4c075819798389dd01e716e4
/Classes/AppDelegate.cpp
c4327a5a7ba700ae24154a6861b21c5fbd63049a
[]
no_license
Dothi/Dear-Deer
8e8f4374dc9a347dfcbe78fac165a014485c062c
fef1a7d234fcae97724721c05fb5ee1ff37815aa
refs/heads/master
2021-07-05T01:57:05.344979
2017-09-26T19:41:02
2017-09-26T19:41:02
104,928,172
0
0
null
null
null
null
UTF-8
C++
false
false
3,598
cpp
#include "AppDelegate.h" #include "SplashScene.h" USING_NS_CC; static cocos2d::Size designResolutionSize = cocos2d::Size(1024, 576); static cocos2d::Size smallResolutionSize = cocos2d::Size(1024, 576); static cocos2d::Size mediumResolutionSize = cocos2d::Size(1024, 576); static cocos2d::Size largeResolutionSize = coc...
[ "jyrihonkakoski@gmail.com" ]
jyrihonkakoski@gmail.com
be6b7e5f511e5553d0e2813b6e532886e0f9a778
a47370c21a3dbe1ca12f602d50050434f3678f52
/Source/ESPOnly/server_response.cpp
a75d06f0f142593615fdf13927f27e9d50878281
[]
no_license
mactep8/smart_village
f6adf34781f928022c84c67c7ca6d9ff1c134ea7
a8c9fece63954a081c0c750a8c36cae79a527538
refs/heads/master
2023-01-01T05:04:59.538708
2020-10-23T17:20:11
2020-10-23T17:20:11
306,699,501
0
0
null
null
null
null
UTF-8
C++
false
false
8,193
cpp
#include "server.h" #include "AbstractUnit.h" #include "MyController.h" #include <FS.h> void MyWebSRV::sendIndexResponse(WiFiClient wcl) { File f = SPIFFS.open("/index.html", "r"); if (!f) { #ifdef DEBUG DEBUG_PORT.println("file open failed"); // "открыть файл не удалось" #endif DEBUG SendHTTPRes...
[ "mactep8@yandex.ru" ]
mactep8@yandex.ru
7ca10915e5d2525b2a9f1e1c2e2be4cd24bb323a
c359f894f8b647afca2475caec082e0e0f00d427
/The Lead Game.cpp
613cf51849b9b7fc2b16f5105817c23a3f2217ff
[]
no_license
Adigoo/Codechef
2d8da6e562221c7d65e408a6ed2c4b478152af20
90208723457ac91366ec83a92ca8ce8ff57011e0
refs/heads/master
2021-05-04T05:43:25.650911
2018-02-05T19:12:04
2018-02-05T19:12:04
120,344,803
0
0
null
null
null
null
UTF-8
C++
false
false
517
cpp
#include <iostream> using namespace std; int main() { int n,W,L=0,s=0,d=0,S,D; cin>>n; for(int i=0;i<n;i++) { cin>>S>>D; s=s+S; d=d+D; if(s>d) { if((s-d)>L) { L=s-d; W=1; } ...
[ "noreply@github.com" ]
Adigoo.noreply@github.com
2266632d6eca591c0f5395fdb42d09494ee908a6
0379dd91363f38d8637ff242c1ce5d3595c9b549
/windows_10_shared_source_kit/windows_10_shared_source_kit/10_1_14354_1000/Source/network/wlan/sys/wdi/driver/NetworkHistory.cpp
c840da0cd987be6ae95ed13001bebd9a2f2567cc
[]
no_license
zhanglGitHub/windows_10_shared_source_kit
14f25e6fff898733892d0b5cc23b2b88b04458d9
6784379b0023185027894efe6b97afee24ca77e0
refs/heads/master
2023-03-21T05:04:08.653859
2020-09-28T16:44:54
2020-09-28T16:44:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,116
cpp
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: NetworkHistory.cpp Abstract: Implementation for maintaining history of networks on a port Environment: Kernel mode Revision History: --*/ #include "precomp.hpp" #include "NetworkHistory.tmh" //...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
3bcc4b1af40558c50c68a01b724f51647cef16ad
f4e17640afef6d1b4d4a85f583a90e37f705dbd5
/B2G/gecko/netwerk/protocol/http/HttpChannelParent.cpp
11ca5a179e7e3d9b2d9391e4eb7c3934e7230597
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
wilebeast/FireFox-OS
d370362916f0c5a5408fa08285dbf4779f8b5eb3
43067f28711d78c429a1d6d58c77130f6899135f
refs/heads/master
2016-09-05T22:06:54.838558
2013-09-03T13:49:21
2013-09-03T13:49:21
12,572,236
4
3
null
null
null
null
UTF-8
C++
false
false
21,356
cpp
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set sw=2 ts=8 et tw=80 : */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */...
[ "info@hadrons.me" ]
info@hadrons.me
75fe6e9f9baa999d6d24430e13e8927bb95917f0
69fb0d0a9816877a43ae1bc8fcabb541aa6d0192
/timer.h
c170329cc97f713b7d65b2ecbf3651e5f62d82cc
[]
no_license
theSharpestTool/SudokuQT
7e14514783213943e4e6e129c98192228b44c1b9
8a7b9909edc2f4853b75d4ba03c497bfe3e551b3
refs/heads/master
2020-03-23T15:32:15.523866
2019-02-12T22:58:35
2019-02-12T22:58:35
141,755,037
0
0
null
null
null
null
UTF-8
C++
false
false
473
h
#ifndef TIMER_H #define TIMER_H #include <QtWidgets> class Timer : public QGraphicsObject { Q_OBJECT public: Timer(int s); virtual QRectF boundingRect() const; virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget); void stop(bool st); void ...
[ "noreply@github.com" ]
theSharpestTool.noreply@github.com
2cc4db846cf045252aad8c31abd35592b9d5cbd1
0b70c53a7b3791119be1f4519017f0c8988a2d07
/RL/RLString.h
a8cec694c943fb6656d04f3e3038a216240c0be8
[]
no_license
fengjixuchui/Imp64
8435feab30d7787af4b6b74d0131b4785cfee73b
3b1bb04aafdc6afcf62428c2d7cef5a3cd1f6f92
refs/heads/master
2022-11-15T07:02:51.229590
2020-07-02T02:50:21
2020-07-02T02:50:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
704
h
#pragma once #define _CRT_SECURE_NO_DEPRECATE #include <stdio.h> #include <windows.h> class CRLString { public: CRLString(void); CRLString(const char *str); CRLString(const CRLString& s); virtual ~CRLString(void); const char *GetString(); char *SetSize(size_t size); void MakeUpper(); void MakeLowe...
[ "noreply@github.com" ]
fengjixuchui.noreply@github.com
300c551c9ccc7db3f895e6d1ee8e791bf2a131b0
b087c20012a82c2105a38e7af0bbb0722257ef7d
/src/main.cpp
b67f544371844453b2bf1ad327b082eaba93261f
[ "BSD-3-Clause", "BSD-2-Clause", "MIT" ]
permissive
F1r3Hydr4nt/sdlgl3-wavefront
66c6451b772c086c0045862696681c17c87f04bb
7ddcc1f580931f1d790a317ed36751fa28b174c1
refs/heads/master
2021-05-31T22:57:55.989582
2015-06-29T22:35:27
2015-06-29T22:35:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,721
cpp
#include "Common.h" #include "BinaryData.h" #include "SceneNode.h" #include "Renderer.h" #include "Texture.h" #include "tiny_obj_loader.h" #include "SDL.h" #include "SDL_opengl.h" void infoMsg(const char* msg) { SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_INFORMATION, "Info", msg, NULL); } void errorMsg(const char*...
[ "liebert@pdx.edu" ]
liebert@pdx.edu
62f185b36fff25531814ef63788f595594841771
c4cab2201d408a84ecee2e736dea4cf75c9e86ce
/frag/src/ShaderProgram.h
35102cae53e53e3588bd061fba2e5d180842a96d
[ "MIT" ]
permissive
chao-mu/art
ecd911816467a2fbbd4269256b36f4c394d4df53
20c536f42146648f8c6a2a3771c1eed69315a693
refs/heads/master
2020-04-27T23:16:17.363806
2019-08-18T20:10:00
2019-08-18T20:10:00
174,768,860
1
0
null
null
null
null
UTF-8
C++
false
false
1,826
h
#ifndef FRAG_SHADER_PROGRAM_H #define FRAG_SHADER_PROGRAM_H // STL #include <map> #include <functional> #include <unordered_set> // Boost #include <boost/filesystem.hpp> // OpenGL #include <GL/glew.h> namespace frag { class ShaderProgram { public: ShaderProgram(); ~ShaderProgram(...
[ "chao-mu@hackpoetic.com" ]
chao-mu@hackpoetic.com
6327ea4ea17bb3a9a1f3892db1a027570bc6f9bd
b0bee5e16808f0c74c2aee69f5128842c95706e6
/src/qt/askpassphrasedialog.cpp
bed343bea61764cf5397446c8c8a0bc630c7bbf1
[ "MIT" ]
permissive
mylottocoin/source-code
a9cf62b95bd5f1f50c42f82900742061332ccb9c
3be98d86ec5224a69c1fc13155bd5c871d399c73
refs/heads/master
2021-05-02T06:49:18.716959
2018-02-09T06:13:06
2018-02-09T06:13:06
120,864,945
0
0
null
null
null
null
UTF-8
C++
false
false
10,267
cpp
#include "askpassphrasedialog.h" #include "ui_askpassphrasedialog.h" #include "guiconstants.h" #include "walletmodel.h" #include <QMessageBox> #include <QPushButton> #include <QKeyEvent> extern bool fWalletUnlockStakingOnly; AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) : QDialog(parent),...
[ "mylottocoin@gmail.com" ]
mylottocoin@gmail.com
1db8bea5052ac04d5f31e84e004db1c1f189c218
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/097/055/CWE36_Absolute_Path_Traversal__wchar_t_console_ifstream_51a.cpp
2d519ccee676fcd186e4120b514e6c98e0be3060
[]
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
3,222
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE36_Absolute_Path_Traversal__wchar_t_console_ifstream_51a.cpp Label Definition File: CWE36_Absolute_Path_Traversal.label.xml Template File: sources-sink-51a.tmpl.cpp */ /* * @description * CWE: 36 Absolute Path Traversal * BadSource: console Read input from the console...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
ca335280b308793365532129dd29ca756e2dc86f
be8b9231c92e6c184f0692c92df9667be3770cb1
/Musical_Instruments_2017_2018/Musical_Glove/OLD CODE/gloves/Gloves_R/teensy/avr/libraries/Snooze/utility/Snoozelc5vBuffer.cpp
91e0b921b0e5db6b130e44c97a7f5edc8c7ec98d
[ "MIT" ]
permissive
Pocketart/typhoonclawvex
def0f4a607c90b1bafb180466dfa12ddd8a480c1
eb4b523c13541b2b9136d32259bd0399b46a289e
refs/heads/master
2021-09-15T07:26:07.218099
2018-05-07T02:20:15
2018-05-07T02:20:15
105,268,399
4
3
MIT
2018-05-04T17:30:49
2017-09-29T12:12:32
C++
UTF-8
C++
false
false
1,601
cpp
/*********************************************************************************** * Snoozelc5vBuffer.h * Teensy 3.x/LC * * Purpose: LC 5v Buffer * ***********************************************************************************/ #include "Snoozelc5vBuffer.h" /*********************************************...
[ "henry012007@gmail.com" ]
henry012007@gmail.com
8c0782ca5d2c691bc891a28130fe5f073460d604
404590d728fe8e9d5ae1206eaf83fb0c70d57f2b
/include/lq_info.h
bed5a36419b64553c5c3588c44ca936e3f297fe6
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jwlawson/ptope
5dfab632decb3a0fe069fd6840fdc0e78d305f4d
2c664ac4fb7b036a298e7c6a1b2cf58d803f227a
refs/heads/master
2021-01-10T09:30:15.514253
2016-09-15T12:42:07
2016-09-15T12:42:07
46,420,841
1
0
null
null
null
null
UTF-8
C++
false
false
2,305
h
/* * lq_info.h * Copyright 2015 John Lawson * * 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 ...
[ "john@jwlawson.co.uk" ]
john@jwlawson.co.uk
75e69d14e819bb847970ac0fb6c6b38d79205cc1
8339e35782758e576a16d6f8c3e728bb46a5dd44
/Push Dominoes.cpp
2f45a46df4fcb3c607d7f2a16d5ccb9517dd28b8
[]
no_license
arash-ha/Cpp
019ef465703e31ce4cb1e3f976d46f872d58a360
d403ce0e3215179cf547c3c02f5b2441d4f4abbc
refs/heads/master
2023-09-04T11:31:41.820492
2023-08-28T14:17:29
2023-08-28T14:17:29
212,376,838
0
0
null
null
null
null
UTF-8
C++
false
false
1,947
cpp
/* Push Dominoes There are n dominoes in a line, and we place each domino vertically upright. In the beginning, we simultaneously push some of the dominoes either to the left or to the right. After each second, each domino that is falling to the left pushes the adjacent domino on the left. Similarly, the dominoes fall...
[ "54961176+arash-ha@users.noreply.github.com" ]
54961176+arash-ha@users.noreply.github.com
b75b0ae69225420cf6d022bc2f53ba00ff198d9b
8ec9319e221bcf4b46d3f23e48c78158c6150a18
/C++/Sorting/radix_sort.cpp
0430619fe476e7bb0ee37ae79ccf70ad839d8820
[ "MIT" ]
permissive
coding-freak456/algorithmsUse
40cf901e217cd45412f06b29b4c37a5f1e2fb27a
a98b7f8fa763ddfc51e43da89364be2f0a70fbd7
refs/heads/master
2023-01-04T19:21:14.722036
2020-11-01T11:45:16
2020-11-01T11:45:16
305,447,173
0
1
MIT
2020-11-01T11:45:17
2020-10-19T16:31:26
C++
UTF-8
C++
false
false
1,365
cpp
#include <iostream> #include <vector> #include <algorithm> #include <iomanip> using namespace std; void PrintArray(vector<int> &arr) { for (int ele : arr) cout << ele << " "; cout << endl; } int getMax(vector<int> &arr) { int mx = arr[0]; for (int i = 1; i < arr.size(); i++) mx = max(...
[ "pranay.kothari17@gmail.com" ]
pranay.kothari17@gmail.com
47e8ea649e06f90ab6ce9ba7edcb1c73f65060b8
60689b9ba2a4eb03885140700b160dcdec491211
/chapter13/EX13.50(P481)/EX13.50(P481).cpp
6ff0b7b4988c2fff71ae3dcf5bf0900968b036ef
[]
no_license
nideng/Cpp_Primer_5th_edition
af1e99f935ceb1245acb468d5fe3c519cff6b464
8a5067358dc4969dd408e623e78265996a096824
refs/heads/master
2021-01-14T15:00:14.943025
2020-04-01T01:36:28
2020-04-01T01:36:28
242,653,119
0
0
null
null
null
null
UTF-8
C++
false
false
293
cpp
#include"EX13.50(P481).h" #include<vector> #include<iostream> using std::vector; int main() { vector<String>vec; std::cout << vec.capacity() << std::endl; String s1("hello"), s2("world"), s3("why"),s4("hi"); vec.push_back(s1); vec.push_back(s2); vec.push_back(s3); vec.push_back(s4); }
[ "nideng@live.cn" ]
nideng@live.cn
564dafdaea507c2670602871f1bea13a9103a380
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/068/126/CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193_wchar_t_loop_52a.cpp
4e8b461108dfc1b5fdc250b0c38bdfc6c6132d5c
[]
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,356
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193_wchar_t_loop_52a.cpp Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE193.label.xml Template File: sources-sink-52a.tmpl.cpp */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate me...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
3018f7cc886e86823b64ebf24d855b6d07a2bfad
45371aca99e28833bad596afae5cc699f288790d
/Othello.cc
1a2ad57e46382398c3d9c8b27aa2130388c7b506
[]
no_license
zakatinak/GitHub
14f40ca4e58c99fea92609a66d2fc53e1d6a34bf
5b8c983e776a8a9831133e9178a3b667b5527d07
refs/heads/master
2021-09-07T23:13:22.649519
2018-03-02T20:21:50
2018-03-02T20:21:50
118,957,948
0
0
null
null
null
null
UTF-8
C++
false
false
14,154
cc
////////////////////////////////////// // Zak Inak // Project 6c CS2401 // Implementation file for Othello.h // 12/9/17 ////////////////////////////////////// #include "Othello.h" namespace main_savitch_14 { Othello::Othello() { for(int i=0; i<8; ++i) { for(int j=0...
[ "noreply@github.com" ]
zakatinak.noreply@github.com
75c36f2d89bc87abf09ff862dc944da483898a8d
4ecf14e0bbe105958d83e5fad014a1cd014e669d
/gfx/skia/skia/src/gpu/ops/GrAAStrokeRectOp.cpp
8b47f5e30fc79dec94bb2d417740a1f54f4d6a38
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
fx-dev-playground/gecko
2c1a13a51f00645f8bfc35c9ec71a4d40b8c8dc2
889acebc871804214ab2579e434d7633e271e5cb
refs/heads/central_default
2023-01-27T11:13:44.498662
2018-01-16T21:43:19
2018-01-16T21:43:19
64,968,340
8
13
NOASSERTION
2023-01-11T07:47:54
2016-08-04T21:24:19
null
UTF-8
C++
false
false
26,713
cpp
/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "GrAAStrokeRectOp.h" #include "GrDefaultGeoProcFactory.h" #include "GrOpFlushState.h" #include "GrResourceKey.h" #include "GrResourceProvider.h" #include "SkStrokeRe...
[ "lsalzman@mozilla.com" ]
lsalzman@mozilla.com
cb40a5319f9a5c372afccc7dfbd3157cea518a56
075043812c30c1914e012b52c60bc3be2cfe49cc
/src/SDLGUIlibTests/SDL_Fixture.h
b7fee6cd1013f277ad13175a51caadc584545e0f
[]
no_license
Luke-Vulpa/Shoko-Rocket
8a916d70bf777032e945c711716123f692004829
6f727a2cf2f072db11493b739cc3736aec40d4cb
refs/heads/master
2020-12-28T12:03:14.055572
2010-02-28T11:58:26
2010-02-28T11:58:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
746
h
#pragma once #include <sdl.h> #include <iostream> #include <Widget.h> struct SDL_fixture { bool SDL_init_ok; SDL_Surface* screen; SDL_fixture() { SDL_init_ok = true; int init_result; if((init_result = SDL_Init(SDL_INIT_VIDEO)) != 0) { SDL_init_ok = false; std::cout << "Error starting ...
[ "danishcake@hotmail.com" ]
danishcake@hotmail.com
65c90aff803e437e14b06d5e9964f9ba8c0cd1b6
e8829e35dfea2474746fc8a556d29d8c40982da0
/rush00/BulletsLine.cpp
161909a834715ed39e464283281b26d0a8b564c8
[]
no_license
beardings/cpp_pool
8048ab81a423cb0b26a46f56a1fd384935ad5c92
5fbd7ffca7e23c32b92917c1257d5ff47fcb5c4a
refs/heads/master
2020-03-08T05:30:37.334523
2018-06-27T18:50:49
2018-06-27T18:50:49
127,949,573
0
0
null
null
null
null
UTF-8
C++
false
false
955
cpp
#include "BulletsLine.hpp" BulletsLine::BulletsLine() {} BulletsLine::BulletsLine(const BulletsLine & obj) { *this = obj; return ; } BulletsLine::~BulletsLine(void) { return ; } BulletsLine & BulletsLine::operator=(const BulletsLine & obj) { this->_count = obj._count; for (int i = 0; i < this->_count; i++) { ...
[ "beardings@gmail.com" ]
beardings@gmail.com
8aba2ff0fc7c1e0a860eca13a59e45fe6a5d72e5
d6cc2527835253261a06c84a9445031f9dae1a88
/Object Oriented Numerical Modeling/hw5/driver.cpp
7187279925beb133dcb145e794fde745c552ea84
[]
no_license
pjdhd7/class-code
c41d60176c88c6cd7f3b3e2fc8a44d75955edfee
10fc177dc6675246d509c874df5175695645be64
refs/heads/master
2020-04-01T20:55:39.551693
2018-10-18T13:47:37
2018-10-18T13:47:37
153,627,170
0
0
null
null
null
null
UTF-8
C++
false
false
2,484
cpp
#include <fstream> #include <iomanip> #include <limits> #include "Matrix.h" #include "gaussian_elimination.h" int main(int argc, char *argv[]) { Matrix<double> A; Dolan_Vector<double> V; Gaussian_Elimination<double> solver; std::ifstream input; int number_of_rows; try { ...
[ "noreply@github.com" ]
pjdhd7.noreply@github.com
9ec6954fd2b11e4879168aaa9796b4c04b5a111c
50231b5cd1fe157b75e8445aed86bf7cfb03c458
/src/utility/utility.hpp
0e0f0f6c78bc729534341fdb460395823325c1c3
[ "MIT" ]
permissive
blockspacer/std_ext
159b14731df1b98a31383dfd2513e147b5280d5b
d023719c2aa3947ff6bddb2c2294607d79e68099
refs/heads/master
2021-03-28T15:17:45.239777
2017-07-23T09:25:26
2017-07-23T09:25:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,872
hpp
#pragma once #include <type_traits> #include <functional> #include <utility> #include <cstddef> #include <tuple> namespace stdext { namespace details { /** \internal */ template< typename R, typename... A, std::size_t... I > constexpr auto func(std::integer_sequence<std::size_t, I...>) { static_as...
[ "michele.caini@gmail.com" ]
michele.caini@gmail.com
b13e77e5485bd673b4057f122e45dd595cf8f271
c84d7daefb8d36f986707f1353eaf785ccb419dd
/13zad116str.cpp
a34a2f2924f619e84b3cbd8b73c60c31f8067ee1
[]
no_license
emiliav06/1
747778e9ad6db3965b0010a9c0dda6da57143332
19e3969949fa281056f27e1c8908d84cdc273162
refs/heads/main
2023-04-09T01:15:08.094901
2021-04-20T06:09:44
2021-04-20T06:09:44
358,141,538
0
0
null
null
null
null
UTF-8
C++
false
false
850
cpp
#include<iostream> using namespace std; int main(){ //програмата въвежда от клавиатурата цяло число n и редица от цели числа A0, A1, A2 ... An-1, и цяло число х. //програмата да извежда позицията на първото срещане на х в редицата. Ако х не се съдържа в редицата, да се извежда подходящо съобюение. bool k=fal...
[ "noreply@github.com" ]
emiliav06.noreply@github.com
6a03e28bd765d14f3f12f08de83f3eb1ad192271
4b430686ae824c78604e15818c4b864778468ca1
/Library/Sources/Stroika/Foundation/Cryptography/SSL/ServerContext.cpp
e1c6fd3dd0feee0b593451a30997d50847cab43c
[]
no_license
kjax/Stroika
59d559cbbcfb9fbd619155daaf39f6805fa79e02
3994269f67cd9029b9adf62e93ec0a3bfae60b5f
refs/heads/master
2021-01-17T23:05:33.441132
2012-07-22T04:32:58
2012-07-22T04:32:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
191
cpp
/* * Copyright(c) Sophist Solutions, Inc. 1990-2012. All rights reserved */ #include "../../StroikaPreComp.h" #include "ServerContext.h" using namespace Stroika::Foundation;
[ "lewis@RecordsForLiving.com" ]
lewis@RecordsForLiving.com
128ca34cc7639c8224a60d04f4838b5d780da12b
27b1be9ece5642f4c2d5b3930745508c2069888a
/src/tstools/tspOutputExecutor.cpp
3d560c41c0b98c560971a62fa6d982d88fc887e4
[ "BSD-2-Clause" ]
permissive
vacing/tsduck
26dbe9e0a39e6c15e0364d59433eec9466fef18b
ac01b88a8052419bfce9715886d597419fc5fef6
refs/heads/master
2020-11-30T00:57:35.128901
2019-12-20T22:34:25
2019-12-20T22:34:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,105
cpp
//---------------------------------------------------------------------------- // // TSDuck - The MPEG Transport Stream Toolkit // Copyright (c) 2005-2019, Thierry Lelegard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the f...
[ "thierry@lelegard.fr" ]
thierry@lelegard.fr
5204c322f4636fddef30d1845d78d63d95970538
ea5bcc2d6464a35ccb7f93f4a5e2737141f0200f
/build-QtPetinator-Desktop_Qt_5_12_6_MSVC2017_32bit-Debug/debug/moc_winning.cpp
fdcb892a457e63ea659c6f2c2e6a1cb325bf923a
[]
no_license
krbroman/Petinator
d9f8858c5700d44064cfb3a6e8284693ae67e983
d43c21a4fca9ef2acc9b15136191541d31477a1f
refs/heads/master
2020-09-06T17:14:44.036691
2019-12-14T10:26:54
2019-12-14T10:26:54
220,488,469
2
0
null
2019-11-30T08:25:56
2019-11-08T14:54:57
C++
UTF-8
C++
false
false
3,591
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'winning.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.6) ** ** WARNING! All changes made in this file will be lost! ************************************************************...
[ "supermcguitarcraft@gmail.com" ]
supermcguitarcraft@gmail.com
e7752eb11ff933f9c9da8e80ae043ce60a474d22
1859e30178bffa621c73aaeeb28f4168ba3e57d8
/CharmCPP/benchOutsrc/benchDSEOut.cpp
dc3b3b1e65222b238d0b55f4f6cdb85d63484928
[]
no_license
JHUISI/auto-tools
a97441e96781523646f8607570a1978417a78135
88d20b08dbd2f7a799619ac25986184633af459f
refs/heads/master
2021-08-29T07:04:06.846700
2021-08-23T13:29:55
2021-08-23T13:29:55
8,965,681
21
6
null
2017-01-23T20:07:52
2013-03-23T04:13:24
Python
UTF-8
C++
false
false
4,829
cpp
#include "TestDSEOut.h" #include <fstream> #include <time.h> string getID(int len) { string alphabet = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; string id = ""; int val, alpha_len = alphabet.size(); for(int i = 0; i < len; i++) { val = (int) (rand() % alpha_len); id += alphabet[val]; ...
[ "jakinye3@jhu.edu" ]
jakinye3@jhu.edu
5baead88ef81d4e8a5683cc17b5d9eb1a53e3e8e
5d3fe444a6c65d973270e93085a1df6ec043cf02
/ParticleSystemsGL/3DS.cpp
1f3e47b69c6676c2bcf31d0b5a3f6f283a026cb7
[]
no_license
ryyppy/ParticleSystemsGL
749067ac76ce316ec15d061f0261ea1f19700885
d65016af0b1cae0b456c98543db903f60ec61c3e
refs/heads/master
2020-04-15T11:40:06.259978
2013-03-01T11:26:09
2013-03-01T11:26:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,449
cpp
/* Program name:Combat of Death Description source file: this class loads 3ds models Copyright (C) 2005 Hylke Donker 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 Li...
[ "p.stapfer@gmail.com" ]
p.stapfer@gmail.com
8048ca129f6cbb96a4e042ad0a6ea190c1db9a34
a7721482b639614115caf8e875afcb3dc32b4595
/fade.cpp
4b195349b0834f01cb7df08550996e6216f9ebcf
[]
no_license
nishi835/oomedama
bb6786793775e712063368eb787808a40e8bbe92
73b0642986b73d13dc7a992ab58fcb572a91b707
refs/heads/master
2020-03-27T12:07:07.396837
2018-08-29T01:40:46
2018-08-29T01:40:46
146,527,279
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
7,777
cpp
/*============================================================================== Fade処理 [fade.cpp] 作成者 : 中西 祐介 作成日 : 2016/5/31 -------------------------------------------------------------------------...
[ "noreply@github.com" ]
nishi835.noreply@github.com
e7e8dc3fa4c3a47702750b3999988f60aa712510
b4aff90b636412db70a2e2e2ab819a24d65cba2b
/voipengine/voipsdk/webrtc/src/chromium/src/media/filters/ffmpeg_demuxer.h
76d0fbb0fd5c7014e083b086c52bfa6a0d183713
[]
no_license
brainpoint/voip_ios
9a9aebba88b3c5bb17108d7ed87c702f23dc6f12
5205f896b9e60881f52c0b12b1c5188c9608d83e
refs/heads/master
2020-12-26T04:37:38.258937
2015-04-14T16:16:31
2015-04-14T16:16:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,453
h
// Copyright (c) 2012 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. // Implements the Demuxer interface using FFmpeg's libavformat. At this time // will support demuxing any audio/video format thrown at it. The strea...
[ "houxuehua49@gmail.com" ]
houxuehua49@gmail.com
7017d388ab59fc2e9f24ef44e83781ee23f26514
26ba18f15532023552cf9523feb84a317b47beb0
/JUCE/examples/Assets/Box2DTests/OneSidedPlatform.h
cd5173b089bbbfa25c9d3cc277472fb38b4265d1
[ "GPL-1.0-or-later", "GPL-3.0-only", "ISC", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
Ultraschall/ultraschall-soundboard
d3fdaf92061f9eacc65351b7b4bc937311f9e7fc
8a7a538831d8dbf7689b47611d218560762ae869
refs/heads/main
2021-12-14T20:19:24.170519
2021-03-17T22:34:11
2021-03-17T22:34:11
27,304,678
27
3
MIT
2021-02-16T20:49:08
2014-11-29T14:36:19
C++
UTF-8
C++
false
false
3,251
h
/* * Copyright (c) 2008-2009 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpose, * i...
[ "daniel@lindenfelser.de" ]
daniel@lindenfelser.de
ef4f38ec3b8346a9887c5d3f472563f060dff311
618627ee21039a0618ec5f0eba48139c02627e58
/accelerated_c++/chapter_4/squares.cpp
aec05b079eb39e3e9e13a9c1dd2210cf5507c871
[]
no_license
khiner/notebooks
600cdabcde7e37e997b8b4b7d9a1f6695659c73c
3a384115bc55bdd0e0b0f784c313d22caf09c987
refs/heads/master
2023-02-06T11:09:02.742255
2023-02-04T04:02:09
2023-02-04T04:02:09
114,580,562
65
12
null
null
null
null
UTF-8
C++
false
false
260
cpp
#include <iostream> #include <iomanip> using std::cout; using std::endl; using std::setw; int main() { int maxValue = 100; for (int i = 0; i <= maxValue; i++) { cout << setw(4) << i << " " << setw(6) << i * i << endl; } return 0; }
[ "karl.hiner@gmail.com" ]
karl.hiner@gmail.com
2ce1839f3c780ffa5ca2e381ad9429e7ae4cace3
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE762_Mismatched_Memory_Management_Routines/s06/CWE762_Mismatched_Memory_Management_Routines__new_free_int64_t_74b.cpp
43185647fba6d9c129147e1d948d1928e433fff3
[]
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,726
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE762_Mismatched_Memory_Management_Routines__new_free_int64_t_74b.cpp Label Definition File: CWE762_Mismatched_Memory_Management_Routines__new_free.label.xml Template File: sources-sinks-74b.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory Management Rou...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
708246b71339fa5b2ee2e5bc6245eb50c8a5a1a0
fea9e0d9e3f0871772f6e3fbb81b89da634a7f9a
/LanguageEngine/langeng/__doxygen__/page/Mainpage.hpp
39c3d591dd7a4459067fd757424c21f52476ac5e
[ "BSD-3-Clause" ]
permissive
kelvinchin12070811/LanguageEngine
12c57bd5c5816239d08494f3dfc9b14425a6835a
34cc4a0a33b7a824768eb7d6e8cfadb86cbc84da
refs/heads/master
2020-03-19T16:19:15.085824
2018-09-05T14:24:58
2018-09-05T14:24:58
136,710,753
0
0
null
null
null
null
UTF-8
C++
false
false
614
hpp
/*! \mainpage The documnetation of Languange Engine Language Engine is a header only library that provide a simple solution to multilanguage application. Language Engine's translation files are written in JSON format and using [rapidJSON](http://rapidjson.org) as the phraser. ## Compile Time Configurations This libr...
[ "chinkaiwen@yahoo.com" ]
chinkaiwen@yahoo.com
f580f7dc738e6fbc0581cca5ff001ffbf5547ef0
bbdfaab9b45dfd810982686e1f31398588ea8188
/LeetCode5_2/LeetCode5_2/test.cpp
c66f5854d048f1dbbadd4dbbb8910b7383a7577c
[]
no_license
CXYhh121/LeetCode
ed30e6d4172e125add1109a336efd962ac2fe79e
d4d19025d6666f64aaef15d93faced1a4306aaa7
refs/heads/master
2020-05-20T12:46:03.290203
2019-11-07T13:30:42
2019-11-07T13:30:42
185,580,020
1
0
null
null
null
null
GB18030
C++
false
false
1,715
cpp
#define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <vector> using namespace std; struct TreeNode { TreeNode* left; TreeNode* right; int _val; TreeNode(int value) :left(nullptr) , right(nullptr) , _val(value) {} }; //路径总和I //class Solution { //public: // bool hasPathSum(TreeNode* root, int sum) //...
[ "1637018959@qq.com" ]
1637018959@qq.com
edf378f38db775691cd86ac5d78d49bdd1bb170f
16b0034c136a8d3168e093b42e6282cb0f57fab4
/MotorDeBusca/HashTable.h
fed378e7d54dfd1cfc53b1ce90f385e8ea0fb5b9
[]
no_license
JoaoPauloBorges/search-engine
2611c30a83e95cd8ed23453b9d5026d6a5d4d54f
c704d19af70202b35ea27a22895f35066d1f5514
refs/heads/master
2022-03-02T00:32:44.130447
2019-11-21T23:57:09
2019-11-21T23:57:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,259
h
#ifndef HASHTABLE_H #define HASHTABLE_H #include <Entry.h> namespace ED2 { template <class TypeKey, class TypeValue> class HashTable { int tamVetor; int uso; Entry<TypeKey,TypeValue>* *VetHash; int funcHash1(TypeKey Key); int funcHash2(TypeKey Key); public: HashTable(); HashTable(int taman...
[ "joaopaulo.borges.gm@hotmail.com" ]
joaopaulo.borges.gm@hotmail.com
c76dfae0da5f0506224cbe1e46634614e3e66ea0
8dc84558f0058d90dfc4955e905dab1b22d12c08
/third_party/blink/renderer/modules/media_capabilities/media_capabilities.h
3c1c8f2ff9929999d5fee4fc5754a4744cded16d
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "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
992
h
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_MEDIA_CAPABILITIES_MEDIA_CAPABILITIES_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_MEDIA_CAPABILITIES_MEDIA_CA...
[ "arnaud@geometry.ee" ]
arnaud@geometry.ee
ff77c3afb3baafcfcb09d06a5cef2e21f26de9aa
d2f8dcefc229806f8d5588866da21a80d11c382f
/BOJ/1012/main.cpp
e6df56f80f52e8747efdaf0fe183a5bb334973fd
[]
no_license
timel2ss/Problem-Solving
dda01c3412f84bf478aa28f31bfe097138855571
d86aa7b69ea6ed3328e1009ec018997fc0405e70
refs/heads/master
2023-08-04T05:05:40.831334
2021-09-17T06:44:43
2021-09-17T06:44:43
284,057,518
0
0
null
null
null
null
UTF-8
C++
false
false
1,056
cpp
#include <iostream> using namespace std; int map[60][60]; int visit[60][60]; int M, N, K; int direction[4][2] = {{-1, 0}, {1, 0}, {0, -1}, {0, 1}}; int cnt = 0; void dfs(int x, int y) { visit[y][x] = 1; for(int i = 0; i < 4; i++) { int dx = x + direction[i][1]; int dy = y + direction[i][0]; if(0 <= ...
[ "dyddn0823@hanyang.ac.kr" ]
dyddn0823@hanyang.ac.kr
6f27186ba865a655adb5c9136870adb14bc55cc9
1f03303d3003903f38897a55feb77fe8e1151975
/aws-cpp-sdk-accessanalyzer/source/model/FindingSummary.cpp
6b395f8bb3edad9ec8859b77f3a3207ed31c1ff8
[ "Apache-2.0", "MIT", "JSON" ]
permissive
xcode6/aws-sdk-cpp
fa392dfeb7d073416ef2858d9606210e7d5d0ea3
85b6a087b359d1c43fbf81cbbd28049832a7611d
refs/heads/master
2020-09-30T12:24:48.464922
2019-12-10T21:12:12
2019-12-10T21:12:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,154
cpp
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
a368bd575332fd1a09477f53aa2021e271329460
ad10052619b7bc79d311940bd2419772c4bc8a53
/topcoder-master-2/SkipRope.cpp
473fe16a53cf0dec4f8084ad500485305d5bb3eb
[]
no_license
bluepine/topcoder
3af066a5b1ac6c448c50942f98deb2aa382ba040
d300c8a349a8346dba4a5fe3b4f43b17207627a1
refs/heads/master
2021-01-19T08:15:06.539102
2014-04-02T21:10:58
2014-04-02T21:10:58
18,381,690
1
0
null
null
null
null
UTF-8
C++
false
false
3,661
cpp
// BEGIN CUT HERE // END CUT HERE #include <sstream> #include <string> #include <vector> #include <iostream> #include <cstdio> #include <cstdlib> #include <cmath> #include <algorithm> using namespace std; class SkipRope { public: vector <int> partners(vector <int> candidates, int height) { ...
[ "1983.song.wei@gmail.com" ]
1983.song.wei@gmail.com
ba9db875f5f87a8b6b9f546c54399ff5ca2e66a3
a68b260bf6d0ce4894b4b264d652bcee03a48b9d
/main.cpp
7605a129cf649b1890da19f380033e5f46ec2ed8
[]
no_license
Sid346/Spectrum-Plotter
ba384c415798988ae96ec42d28e8a14ca4e0ce3c
a2a9d840873196086f4a8fbded912d0d53292c7a
refs/heads/master
2022-12-25T14:17:27.291503
2020-08-21T15:54:09
2020-08-21T15:54:09
262,377,842
1
0
null
null
null
null
UTF-8
C++
false
false
412
cpp
#include "mainwindow.h" #include <QApplication> #include <QtCharts> #include <QChartView> #include <QLineSeries> #include <QValueAxis> #include <QChart> #include <math.h> #include <QVector> #include <QDebug> #ifndef UseDFT //const double pie = 3.14159; int main(int argc, char *argv[]) { QAppli...
[ "noreply@github.com" ]
Sid346.noreply@github.com
ff358c2cabb2be5998c33afef03e0120ddb75bde
1765f7ec44b7e109fe8a0dfa1f85b5678b25ae63
/main.cpp
c237150456f082a016f60895731f96f6b58617d7
[]
no_license
yut4321/Cplusplus-scripts
c7b96bafa4d08b39fe809fdeb1de0da1bce92ca9
8c6074e18dd73749dcd4a56e356a9185b59fd516
refs/heads/master
2020-07-23T11:36:02.596776
2019-09-10T14:07:30
2019-09-10T14:07:30
207,545,204
0
0
null
null
null
null
UTF-8
C++
false
false
234
cpp
#include <iostream> int main(){ int favourite_number; std::cout << "Enter your favourite number between 1 and 100:"; std::cin >> favourite_number; std::cout << "Amazing choice of number!" << std::endl; return 0; }
[ "noreply@github.com" ]
yut4321.noreply@github.com
f24e212652b16d524c14b11ee5eff7a7f50cbbe8
61281e4061fd363d494bb242bfa885b91108f9c0
/conditionals-arrays-vectors-Strings-loops/birthday.cpp
04d0ca707ed5b2785840a41548646b89b330dd16
[]
no_license
abidSaifeddine/C-basics
235afec4e4fbd1f48c12b70eaf2399aec63b7db1
55144cfc9827b14a3ed943cd80b9837f9d4488d2
refs/heads/master
2020-04-19T13:47:12.674700
2019-01-29T20:51:38
2019-01-29T20:51:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
834
cpp
#include <iostream> #include <iostream> #include <string> #include <vector> #include <sstream> #include <limits> using namespace std; int main() { std::cout << "Hello, age" << std::endl; int age; bool isImportant; bool again = true; string rep; while(again){ isImportant = false; ...
[ "abid.saifeddine123@gmail.com" ]
abid.saifeddine123@gmail.com
c76f191529d34ee89bfd987cc69bb057e62a91f2
a65c77b44164b2c69dfe4bfa2772d18ae8e0cce2
/0contest/leet_wc_158/pA.cpp
005440190af75ec6388e84946938f55daafd7acd
[]
no_license
dl8sd11/online-judge
553422b55080e49e6bd9b38834ccf1076fb95395
5ef8e3c5390e54381683f62f88d03629e1355d1d
refs/heads/master
2021-12-22T15:13:34.279988
2021-12-13T06:45:49
2021-12-13T06:45:49
111,268,306
1
6
null
null
null
null
UTF-8
C++
false
false
2,641
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> pii; typedef pair<ll, ll> pll; typedef pair<int, ll> pil; typedef pair<int, ll> pli; typedef pair<double,double> pdd; #define SQ(i) ((i)*(i)) #define MEM(a, b) memset(a, (b), sizeof(a)) #define SZ(i) int(i.size()) #define FOR(i, ...
[ "tmd910607@gmail.com" ]
tmd910607@gmail.com
7059010a6225ec3c4edc704279ae98198c2a7909
e433566a524fd56b871bdd93685e0b8f2985574c
/bebop_ws/devel/include/bebop_msgs/Ardrone3CameraStateVelocityRange.h
69d210cb9b24d65ce6c823e9d5211ad633ace8d7
[]
no_license
JarrettPhilips/self_landing_drone
000b2f386302555f1876fbc38ada71d12451f8e0
7e497492941d9f642d4991c3fbc5be20e63f965e
refs/heads/master
2021-09-14T13:20:14.536053
2017-12-20T00:16:55
2017-12-20T00:16:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,389
h
// Generated by gencpp from file bebop_msgs/Ardrone3CameraStateVelocityRange.msg // DO NOT EDIT! #ifndef BEBOP_MSGS_MESSAGE_ARDRONE3CAMERASTATEVELOCITYRANGE_H #define BEBOP_MSGS_MESSAGE_ARDRONE3CAMERASTATEVELOCITYRANGE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serial...
[ "Anke5631@colorado.edu" ]
Anke5631@colorado.edu
b91a8eeee79a8d225ba55f749d86562b3b08589c
6cc16578eaff4bb00997f2b239b1bef5649589c5
/libvfuzz-core/src/sensor/sensor/base.h
f3d622d388df8462ffdffd7bdd5c2b382cdb8687
[ "MIT" ]
permissive
Microsvuln/vfuzz
adac216c4b21b1e1c67580df9d7d94b42c7a0beb
d44b7ecae34f54d8bbe934262dde04f27fa2fac7
refs/heads/master
2022-11-16T02:29:04.954547
2020-07-13T18:47:54
2020-07-13T18:47:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,438
h
#pragma once #include <functional> #include <base/types.h> #include <optional> namespace vfuzz { namespace sensor { typedef std::function<void(const SensorID ID, const Value data)> onReady_t; class BaseSensor { private: const SensorID ID; bool subordinated; std::optional<Value> lastValue;...
[ "guidovranken@gmail.com" ]
guidovranken@gmail.com
bc7f6ea1b5f2aaa65e1475b80400d747e7180e52
156de3c57af4c6541b0c1cabfc933fb622aef44f
/.RootCoreBin/include/QuickAna/EventInfoIsData.h
f78863a461f71b71624c877bc100ce7bf0c30cb5
[]
no_license
Crashtime/ATLAS-JetCleaning
704937a36e2b7c1d6908745eef1d02923b274447
442f298bfcd9196bef86b978588cce0c430507d7
refs/heads/master
2021-01-21T09:06:30.007753
2016-09-16T21:48:22
2016-09-16T21:48:22
68,410,571
0
1
null
null
null
null
UTF-8
C++
false
false
2,285
h
#ifndef QUICK_ANA__EVENT_INFO_IS_DATA_H #define QUICK_ANA__EVENT_INFO_IS_DATA_H // Copyright Iowa State University 2015. // Author: Nils Krumnack // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.or...
[ "crashtime@gmail.com" ]
crashtime@gmail.com
183cbb5438d3d50279fc55741d1a29874133afe4
f54bc0fbdc7b205f453069c5d054d98f2ce46a70
/MyGame/Game/GameObjects/Stage.cpp
b5e3a7a67086d5eb77017a7580a2794730b9df0b
[]
no_license
s-tama/Toywars
ad3033ed4bcd48640069d685c389006005133d27
582f26c87b5173827f5b842969380dc0f1a5c1f0
refs/heads/master
2020-04-15T19:52:26.043395
2019-01-10T01:32:07
2019-01-10T01:32:07
164,968,541
1
0
null
null
null
null
UTF-8
C++
false
false
929
cpp
// // Stage.cpp // // ヘッダーファイルのインクルード -------------------------------------------------- #include "Stage.h" // usingディレクティブ ------------------------------------------------------------- using namespace MyLibrary; using namespace MyGame; using namespace DirectX; using namespace DirectX::SimpleMath; // メンバ関数の定義...
[ "syuuki0105@gmail.com" ]
syuuki0105@gmail.com
0879dae0386b93940e1d81aec60e298f8e75f718
cc36bf3a46b06af454e42f88865aa2b16caefc2c
/ObjEditor/Mesh/editableobject.h
db3d087be9abc336b42ad26274f2abb7876f0488
[]
no_license
artcampo/2012_3D_Procedural_Object_Editor
058548468514da39d1434b024bcf42e17f1e0af4
ddb75c727bfb12f1d39786dd72928dc35539c860
refs/heads/master
2021-01-12T04:27:28.204089
2016-12-29T13:57:45
2016-12-29T13:57:45
77,615,572
1
0
null
null
null
null
UTF-8
C++
false
false
533
h
#ifndef _editableobject_H #define _editableobject_H #include <string> class editableobject { public: editableobject(); editableobject( int aUniqueId, std::string& aName ); virtual ~editableobject() = 0; void setName( const std::string& aName ); std::string name(); void setHigh...
[ "arturocampos82@gmail.com" ]
arturocampos82@gmail.com
1bad1384a3777807f5a3674e8037594d251c8ed2
51632023d380d8a561be668a88bc264531531a77
/Library.h
ba9ecb09c4629201e13b230def051b8ab3ead706
[]
no_license
OmegaSyrus/comp2404-A4
77cae61e8a9a63156c2159b352881916a6a8e887
2c3308c8758f841e874b4a4741ea0163ca474db0
refs/heads/master
2021-01-19T14:52:50.906489
2014-11-20T16:29:22
2014-11-20T16:29:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,019
h
#ifndef LIBRARY_H #define LIBRARY_H #include <string> #include "types.h" #include "Book.h" #include "Patron.h" #include "PDeque.h" #include "PatronArray.h" #include "BookArray.h" #include "Storage.h" using namespace std; class Library { public: Library(); ~Library(); void init(); int addBook...
[ "Omega_Syrus@hotmail.com" ]
Omega_Syrus@hotmail.com
e37c5fa9664d0b9c5753c787d5099ca8fa531ebb
fec81bfe0453c5646e00c5d69874a71c579a103d
/blazetest/src/mathtest/operations/smatsmatadd/UCaMZb.cpp
fed21f33bdd67725bddd0141ab69cc16ec5501e9
[ "BSD-3-Clause" ]
permissive
parsa/blaze
801b0f619a53f8c07454b80d0a665ac0a3cf561d
6ce2d5d8951e9b367aad87cc55ac835b054b5964
refs/heads/master
2022-09-19T15:46:44.108364
2022-07-30T04:47:03
2022-07-30T04:47:03
105,918,096
52
7
null
null
null
null
UTF-8
C++
false
false
4,202
cpp
//================================================================================================= /*! // \file src/mathtest/operations/smatsmatadd/UCaMZb.cpp // \brief Source file for the UCaMZb sparse matrix/sparse matrix addition math test // // Copyright (C) 2012-2020 Klaus Iglberger - All Rights Reserved // //...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
afd95077967ab37c8584cebf7da2d12f5f331f3d
622720ad50d5bcff717ec69317a450484f9a4c36
/Firmware/kl_lib/kl_i2c.cpp
169b3c806f16839363116902c76c7385a21e0add
[]
no_license
Kreyl/chibi-armlet
7fc881c92bc0788220fa51f5266b17ba7fc63071
a96a9a0572cc534b1a9ba0076914d08ab53627b7
refs/heads/master
2023-08-17T00:06:00.341425
2019-12-12T20:23:46
2019-12-12T20:23:46
33,041,077
0
5
null
null
null
null
UTF-8
C++
false
false
30,880
cpp
#include "uart.h" #include "kl_i2c.h" #if defined STM32L1XX || defined STM32F2XX || defined STM32F4XX #define I2C_DMATX_MODE(Chnl) \ STM32_DMA_CR_CHSEL(Chnl) | \ DMA_PRIORITY_LOW | \ STM32_DMA_CR_MSIZE_BYTE | \ STM32_DMA_...
[ "laystoll@yandex.ru" ]
laystoll@yandex.ru
41e6d7fa77ce74257b3cfbf3e78d06161c36d967
1d529373f57a1d351dcf4eb01582bdc685857111
/SmoothCam/source/camera_states/thirdperson_horse.cpp
05e94e2285f727de04bd7e8000286aa6b5dd9b49
[]
no_license
ciathyza/SkyrimSE-SmoothCam
dcb563ffdaf393619584c5704024da0ef5ba7b88
cd91c92927b07a3bf2c180dd0be3767fd7fec2a3
refs/heads/master
2022-12-29T08:21:19.404326
2020-10-13T06:58:52
2020-10-13T06:58:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,749
cpp
#include "camera_states/thirdperson_horse.h" #include "camera.h" Camera::State::ThirdpersonHorseState::ThirdpersonHorseState(Camera::SmoothCamera* camera) noexcept : BaseCameraState(camera) { } void Camera::State::ThirdpersonHorseState::OnBegin(const PlayerCharacter* player, const CorrectedPlayerCamera* camera) { }...
[ "mwilsnd@gmail.com" ]
mwilsnd@gmail.com
f1fb9c31b086cf86cc42a56de29035b3c2cc77c5
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/new_hunk_6809.cpp
59e27a2097adcf5e22837b8d54241c74174c247d
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
403
cpp
for (i = 0; i < argc; i++) { struct object *o; struct commit *commit; o = peel_to_type(argv[i], 0, NULL, OBJ_COMMIT); if (!o) die("%s - not something we can merge", argv[i]); commit = lookup_commit(o->sha1); commit->util = (void *)argv[i]; remotes = &commit_list_insert(commit, remotes)->next; str...
[ "993273596@qq.com" ]
993273596@qq.com
ea787132a7e3c1a8a7be3f330719d3c7de69b6f7
ed2706cb30e7cd66fe1feb2ceec1cd8e00a0ef26
/include/io/date.hh
ef58e2c4ddef50cdc2efe6e5de8ea0fab8eb9737
[ "MIT" ]
permissive
king1600/valk
736634a361a13eaf92ece8f4953239131cf2f8c0
b376a0dcce522ae03ced7d882835e4dea98df86e
refs/heads/master
2021-01-01T20:02:14.595013
2017-10-27T11:38:23
2017-10-27T11:38:23
98,746,792
0
1
null
null
null
null
UTF-8
C++
false
false
2,054
hh
#pragma once namespace io { class Date { private: std::tm dtime; public: inline Date() : Date(now()) {} inline Date(const std::time_t _time) { dtime = *(std::gmtime(&_time)); } inline Date(const std::string &datetime) { static const char* format = "%Y-%m-%dT%H:%M:%SZ"; std...
[ "3dsarcard@gmail.com" ]
3dsarcard@gmail.com
bcc53bbe3b574804d6051b2d3f1a98478b79f3b5
ade8ecf6afcd34572f6ae9e258b121cb6fc0a763
/Marlin/ErrorReport.h
351944144089c1a7201321a9c20a120d969a4286
[ "MIT" ]
permissive
radtek/Marlin
9d098b892cc7717f87cafaa281caad84a8c7e746
f97b93155f29abec5438a5c15d70e592e727b90b
refs/heads/master
2020-07-16T19:36:15.377379
2019-09-01T17:44:00
2019-09-01T17:44:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,640
h
///////////////////////////////////////////////////////////////////////////////// // // SourceFile: ErrorReport.h // // Marlin Server: Internet server/client // // Copyright (c) 2015-2018 ir. W.E. Huisman // All rights reserved // // Permission is hereby granted, free of charge, to any person obtaining a copy...
[ "edwig.huisman@hetnet.nl" ]
edwig.huisman@hetnet.nl
d67f9a219b36b76d87a2cb1278323250728ce7ea
246a16842feb7633edbe6291ff36b4c93edbb3c7
/rxcpp-first/61_create_asio_timer.cpp
185c6d3eea645ac87478a498ca717d001bda3235
[]
no_license
curtkim/c-first
2c223949912c708734648cf29f98778249f79346
f6fa50108ab7c032b74199561698cef087405c37
refs/heads/master
2023-06-08T10:57:35.159250
2023-05-28T05:52:20
2023-05-28T05:52:20
213,894,731
3
1
null
null
null
null
UTF-8
C++
false
false
2,272
cpp
#include <thread> #include <rxcpp/rx.hpp> #include <asio.hpp> #include "rx-asio.hpp" int main() { asio::io_context io_context; asio::system_timer timer(io_context,std::chrono::system_clock::now() + std::chrono::seconds(2)); std::cout << std::this_thread::get_id() << " main thread" << std::endl; auto asio_c...
[ "iamteri@gmail.com" ]
iamteri@gmail.com
bf4e85ef79f3388c3e4aefb26a532a6ad90a1594
073f5571fd887fcc22d82c9296b1b70203297ac0
/B/05-template/specialzation/Lookup.cpp
83fe8627bbe660c6c388751572a1baac1467727f
[]
no_license
haolaoshi/thinkingincpp
8f51408b055828335800e2511403679ec4f2ae89
1c9bcc13673e1e5af9e40b8fe0a0045ad520cd7c
refs/heads/master
2023-07-11T15:14:11.296776
2021-08-08T15:31:28
2021-08-08T15:31:28
174,854,234
0
0
null
null
null
null
UTF-8
C++
false
false
232
cpp
#include <iostream> using std::cout; using std::endl; void f(double){cout << "fdouble" << endl;} template<class T> class X{ public: void g(){f(1);} }; void f(int){cout << " fint" << endl;} int main() { X<int>().g(); }
[ "liujiahao.oak@gmail.com" ]
liujiahao.oak@gmail.com
7fd5c3dd274707cf6e7443105f8b131b07097583
55b7dcc2d67efdf35106f8a9dcc3191333507dac
/sge/include/core/sgeMath.h
0c1ba29a5dea1c2251b2c7016899eb2fc8f7fd2f
[]
no_license
xiangwencheng1994/GLEngine
e1266e7e4fbc6f62be371a4ddc816a2a2167c537
0c60d52fe05a9ba7aeff09d1bab2d9290ace2211
refs/heads/master
2020-03-19T02:18:29.420897
2019-03-14T13:30:32
2019-03-14T13:30:32
135,616,823
1
0
null
null
null
null
UTF-8
C++
false
false
141,780
h
/** * * Simple graphic engine * "sge" libraiy is a simple graphics engine, named sge. * * sgeMath.h * date: 2017/12/01 * author: xiang * * License * * Copyright (c) 2017-2019, Xiang Wencheng <xiangwencheng@outlook.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or ...
[ "xiangwencheng@outlook.com" ]
xiangwencheng@outlook.com
75f0bd73a58aacb28e8ed8668ab714f824483ff6
42c01753a1cba93c7e710896c321978d0f987cb0
/src/types/inc/colorTable.hpp
b9afde82131cf5043aa7644133a3924896d653dd
[ "LGPL-2.1-or-later", "MIT", "BSD-3-Clause", "LicenseRef-scancode-object-form-exception-to-mit", "BSL-1.0", "BSD-2-Clause" ]
permissive
sarim/terminal
e113a27671bc4bbc7e32bcdb9e1e82797d56355d
7c42ed4cc3d76a60b9182897fe3e12ac90f2040e
refs/heads/main
2023-02-25T16:37:29.176301
2021-02-04T13:53:21
2021-02-04T13:53:21
336,003,093
2
0
MIT
2021-02-04T15:49:56
2021-02-04T15:49:55
null
UTF-8
C++
false
false
1,246
hpp
/*++ Copyright (c) Microsoft Corporation Module Name: - colorTable.hpp Abstract: - Helper for color tables --*/ #pragma once namespace Microsoft::Console::Utils { void InitializeCampbellColorTable(const gsl::span<COLORREF> table); void InitializeCampbellColorTable(const gsl::span<til::color> ...
[ "noreply@github.com" ]
sarim.noreply@github.com
e50143d14190faa1c58ac608ccd244c14dfddb73
159f65e94429be116eb8839c8bba2aeca4a19b8b
/ModuleFileSystem.h
7151288870a19c61e2e5a8f95faa86a3b38f8fba
[ "MIT" ]
permissive
GBMiro/GomuGomuEngine
863e09affd5543a8fce8ea9586693ffc92a29f07
c9ee5ef94a3c9aeb9697582b568b646c43bacef2
refs/heads/master
2023-02-19T04:08:20.318346
2021-01-17T19:36:31
2021-01-17T19:36:31
312,783,989
0
0
null
null
null
null
UTF-8
C++
false
false
876
h
#pragma once #include <string> #include <vector> #include "Module.h" class ModuleFileSystem : public Module { public: ModuleFileSystem(); ~ModuleFileSystem(); bool Init(); unsigned int Load(const char* path, const char* file, char** buffer) const; unsigned int Load(const char* file, char** buffer) const; uns...
[ "guillemburguesmiro@gmail.com" ]
guillemburguesmiro@gmail.com
2ea845248ddf61ed3d9128398a66a74ba0d3db03
eefc58fac0037d2232b5c37622f99c392271295e
/ParseLine.hpp
7892591ffd029a5d7e3c52985aed71fcd5128048
[]
no_license
doddman53/CS467-SeniorCapstone
f5cc687e20a8664e67e9607a968a30e53f22b405
d7187b32f34a4a13f479dce8498d753b761cef9c
refs/heads/master
2021-01-01T06:52:30.653984
2017-07-18T01:19:54
2017-07-18T01:19:54
97,537,615
0
0
null
null
null
null
UTF-8
C++
false
false
789
hpp
/***** * Filename: ParseLine.hpp * Author: Patrick Dodd * Description: Header File for ParseLine.cpp *****/ #define MAX 1000 // Struct definitions struct RoomAction { char roomAction[MAX][MAX]; }; struct ObjectAction { char objectAction[MAX][MAX]; }; struct Rooms { char rooms[MAX][MAX]; }; st...
[ "noreply@github.com" ]
doddman53.noreply@github.com
95bde9608ebedcb0c82f7c04df7d8cb02abe2ea9
3a9d933d71a40b2810d7f0559a5024347aefa677
/test/client.cpp
27829b27932774ae21d07369e4cb2b02fb4f3370
[]
no_license
shiThomas/Stock_Exchange_Matching_Server
7b4f12ed2ac1cec89b3ed0e7e83c7e58802e3e21
656dc98e15983e2291dba22bdcd6394032ec1eb3
refs/heads/master
2020-05-07T20:23:25.654410
2019-04-11T18:52:51
2019-04-11T18:52:51
180,857,736
1
0
null
null
null
null
UTF-8
C++
false
false
2,826
cpp
#include <arpa/inet.h> #include <errno.h> #include <netdb.h> #include <netinet/in.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <sys/time.h> #include <sys/types.h> #include <time.h> #include <unistd.h> #include <cstring> #include <fstream> #include <iostream> int status...
[ "ws146@duke.edu" ]
ws146@duke.edu
57bd8b71857b714ffee415dc2a7cbb61939b1fdc
b83decbcf1320d7e29eacfcf1bc382e28c0cb3f2
/Chapter 1/The Clocks.cpp
cf091274fcb59a663fd48e4a17fdbd694f3084b6
[]
no_license
maliemin-Mstar/USACO_TRAINING
75a183a950dae894996830f1c5b7b3292b5b515a
57ef6d4ebcf2284270fc894a41115a14a2e0e4d2
refs/heads/master
2020-05-30T14:39:49.731918
2014-03-21T09:18:18
2014-03-21T09:18:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,340
cpp
/* ID: maliemi2 PROG: clocks LANG: C++ */ #include<iostream> #include<queue> #include <fstream> #include<cstdio> #include<cstring> #include<algorithm> #define SIZE 22 using namespace std; int times[10], myclock[10], min_t, ans[100]; int change[10][10] = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 1, 1, 0, 1, 1, 0, 0, 0, ...
[ "maliemin.jj@gmail.com" ]
maliemin.jj@gmail.com
227c3f60382baf520a2282d890fb489f771ed003
690b60a57f85bdce71e614676c305e2492fb7608
/QCIFSServer/QCIFSProcessor/cProcessPacketMsg.h
fb23b1c2fb885783f74c116a071de66bf2dba735
[ "Apache-2.0" ]
permissive
rodrigomr/VFS
b07886c0a97bf08c2853fa3182e90eba6ff6ff4e
6b68b00df8cb668106c2d0841cbcd46138298717
refs/heads/master
2020-03-30T13:54:59.627030
2018-10-02T12:06:43
2018-10-02T12:06:43
151,293,022
0
0
NOASSERTION
2018-10-02T17:12:38
2018-10-02T17:12:46
null
UTF-8
C++
false
false
2,593
h
// Copyright 2018 Grass Valley, A Belden Brand // 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 ag...
[ "drjwcain@gmail.com" ]
drjwcain@gmail.com
08ad5525541d725090015548f2f1e754783c6852
d31418056028cde6c00bcb227be50473f3233edf
/src/sentis_m100_node.cpp
f4bd8a1b61b78746c00a84ca3ebeb9425c2092c2
[]
no_license
akihikoy/lfd_vision.old
6fdb5d16a8b3b92508d4e6e7f507d837434e16ce
84124f36d4c6e79630e77cc3bb4432ae0aecd68c
refs/heads/master
2021-05-03T06:01:59.887056
2016-02-05T20:49:19
2016-02-05T20:49:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,202
cpp
//------------------------------------------------------------------------------------------- /*! \file sentis_m100_node.cpp \brief Load data from Sentis M100 and send it as a point cloud topic. \author Akihiko Yamaguchi, info@akihikoy.net \version 0.1 \date Apr.22, 2015 */ //------------------...
[ "info@akihikoy.net" ]
info@akihikoy.net
ea1d73e59e3cd658f729516e0a9a3ce5e27fad1b
df0827e243d1cce74c9c67147a340615471d089b
/src/updateThread.cpp
09097b05b9517f5188033a7c74d43e86a8031957
[]
no_license
wajimarwazi/ariocppminer
6e4cbfb77dc27ed76c63d72121be8a54ae6887e5
e1b6b9a3ab7036987ee71413c8c8fd02f9acd416
refs/heads/master
2020-03-10T23:13:54.551761
2018-04-15T18:08:57
2018-04-15T18:08:57
129,378,756
0
0
null
null
null
null
UTF-8
C++
false
false
5,100
cpp
#include <rapidjson/document.h> #include <curl/curl.h> #include <string> #include <iostream> #include <sstream> #include <thread> #include <mutex> #include <chrono> #include <assert.h> #include "miningConfig.h" #include "miner.h" #include "updateThread.h" #include "http.h" #include "log.h" using namespace rapidjson;...
[ "noreply@github.com" ]
wajimarwazi.noreply@github.com
46b1958dbd12d9c283cf8909b469653910955f59
18f186f30410e956835a509cf581fa496898c88d
/Basic/Sum of Digits in A Number/SolutionBySonal.cpp
8df58098a4a935cae9234b6193ad17a5be20ba14
[ "MIT" ]
permissive
mansi35/Programmers-Community
6981f083c1ec03a73ae70b4b647bef507b89a11c
4f1366ef6494ecc26549d4fd5044130a1925f0f2
refs/heads/master
2021-10-13T07:59:58.734794
2021-10-03T19:47:24
2021-10-03T19:47:24
217,082,051
0
0
MIT
2019-10-23T14:46:32
2019-10-23T14:46:32
null
UTF-8
C++
false
false
204
cpp
#include <iostream> using namespace std; int main() { int n, temp,i,sum=0; cin>>n; temp=n; while(temp>0){ i=temp%10; sum=sum+i; temp=temp/10; } cout<<sum; // your code goes here return 0; }
[ "noreply@github.com" ]
mansi35.noreply@github.com
a46705ba14944e79c529da9ce9eb8209582edbca
9df5bfab32d03e22480d4000ad1901334279499f
/C++/find_min_in_rotated_sorted_array_ii.cpp
b2bec1520fcf49081d0eee229c6e862e4aebc7e0
[]
no_license
yanbai1990/lintcode
240a0b1db6aeb8f5ab8117777ee656eaf4f3274f
65f31767962e8a524271e20fcacc6c1eae3ecad4
refs/heads/master
2020-12-24T12:02:13.111177
2016-10-29T15:30:37
2016-10-29T15:30:37
38,703,667
1
0
null
null
null
null
UTF-8
C++
false
false
728
cpp
class Solution { public: /** * @param num: the rotated sorted array * @return: the minimum number in the array */ int findMin(vector<int> &num) { // write your code here int start=0; int end=num.size()-1; int ans=INT_MAX; while(start+1<end) { in...
[ "byan1990@gmail.com" ]
byan1990@gmail.com
90a7e30df08197a4a70e99feb3894d2f45e154b2
a077eb51ff18df52d741d6c9ba9a5003673415df
/cpp/graphFunctions/graphFunctions.h
e09e2472353a027c2d9565d6bc0a52270402ac59
[ "MIT" ]
permissive
michieluithetbroek/A-MDVRP
d4a5f2f4e742c70c9cebd7dccde9837b1f718a2f
f378333e21b874e1cfad1333df5d47dec8c7b13e
refs/heads/master
2022-04-30T19:55:40.080660
2022-03-29T15:19:58
2022-03-29T15:19:58
241,376,430
43
13
null
null
null
null
UTF-8
C++
false
false
2,498
h
#pragma once #include <vector> #include <map> #include <utility> #include <lemon/list_graph.h> #include <lemon/euler.h> #include <lemon/concepts/graph_components.h> #include <lemon/adaptors.h> #include <lemon/hao_orlin.h> #include <lemon/preflow.h> #include <lemon/dijkstra.h> #include <lemon/edmonds_karp.h> using na...
[ "a.h.schrotenboer@gmail.com" ]
a.h.schrotenboer@gmail.com
fb7a506a1cec5e01be66895a1de46c023b77899e
ae806d7bca22cac9fe98f9fe4b052a6b68fba7a1
/codeforces/705A.cpp
d041e9a238573f6bb06e8f9ce92c83ded967434a
[]
no_license
AkmalAbdullayev/competitive-programming
09e2c2929f1b33d61a22ca687ba5fbf1c93b24b9
8ef890469eb57bee919b14824f600f5a9944dbbe
refs/heads/master
2023-03-21T00:49:46.396518
2021-03-25T20:17:01
2021-03-25T20:17:01
347,411,783
0
0
null
null
null
null
UTF-8
C++
false
false
72
cpp
#include <iostream> using namespace std; int main() { return 0; }
[ "akmalabdullayev1512@gmail.com" ]
akmalabdullayev1512@gmail.com
4ea1c261b2be7235e46514c9f9ac90ebe317186c
c95c22428deebd225e0f46451adf7b2108f6b870
/TFG-Project/Dependencies/NUMCPP/include/NUMCPP/NumCpp/Random/cauchy.hpp
8357d63a10ae0918a120555fe2ee42f8be36319d
[]
no_license
RubenRubioM/Bipedal-Walking-GA
8702a9d9164d63b69340deec216643861b726e43
d56009b1632a465e278b5311144fb2f1852175b1
refs/heads/master
2023-02-04T21:08:46.345015
2020-12-28T12:04:29
2020-12-28T12:04:29
282,260,484
0
0
null
null
null
null
UTF-8
C++
false
false
3,926
hpp
/// @file /// @author David Pilger <dpilger26@gmail.com> /// [GitHub Repository](https://github.com/dpilger26/NumCpp) /// /// License /// Copyright 2020 David Pilger /// /// Permission is hereby granted, free of charge, to any person obtaining a copy of this /// software and associated documentation files(the "Software...
[ "rubensipala@gmail.com" ]
rubensipala@gmail.com
cf87d10e0136b08485af9cae4fca1eb33fd1b3c4
1bd6e29e96b3c1541368b0c563a44f8daecbd07b
/mainwindow.cpp
f33c979c546517f8dfcfc1a7d6398f1c6601a4b2
[]
no_license
vigour1000/Qt-printer-store-manager
11ef141fcbaf45e74b6010acc7a6f5aaa841c58a
34ab4ae34506ff6f4a1a807cac2411636820d3c7
refs/heads/master
2020-03-17T23:41:40.547256
2017-08-14T12:18:22
2017-08-14T12:18:22
134,055,937
0
0
null
null
null
null
UTF-8
C++
false
false
845
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include"printerlistwidget.h" #include"printerform.h" #include"componentcheck.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); connect(ui->clickButton,&QPushButton::clicked,this, ...
[ "noreply@github.com" ]
vigour1000.noreply@github.com
832e8727469da486deb4d0699a6f282c7f84b846
3d61fb5fd6b7ff21450e14d5fe49be3aedbbe1e4
/Philotes/EditorFrame/3rdlibs/xtp1501/SyntaxEdit/XTPSyntaxEditStruct.h
771ff025d4a9c62ef467a10aad8c8c1c85e85310
[]
no_license
yannicpeng/erbiqingnian
b3731805b11484ce99b39ba9937f848810001a44
ead102ba873ee3fa163d61c474cfd32147db6c1d
refs/heads/master
2021-03-12T22:28:00.617820
2012-05-26T05:24:53
2012-05-26T05:24:53
33,162,785
0
0
null
null
null
null
UTF-8
C++
false
false
18,476
h
// XTPSyntaxEditStruct.h // // This file is a part of the XTREME TOOLKIT PRO MFC class library. // (c)1998-2011 Codejock Software, All Rights Reserved. // // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE // RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN // CONSENT O...
[ "cjlm007@6cb12ae1-4c77-52bf-f227-7ea6b66274e1" ]
cjlm007@6cb12ae1-4c77-52bf-f227-7ea6b66274e1
f9335e50c9e572dacac6e3a1d9121e3e4f9d6f4d
0d11203e6a143b2383b5baa8a9a2b3e48383c9b1
/DSA09007.cpp
acb1d5ac778fd602f8f725c18d9589cc2a955e2f
[]
no_license
namnguyen215/CTDLGT
c36b8526b3af00ea2d4bd113efe378f95091f895
6e7e602940fb5c28b7af830f44f58443375b7666
refs/heads/main
2023-06-25T08:48:47.269848
2021-07-21T16:36:36
2021-07-21T16:36:36
360,927,428
2
1
null
null
null
null
UTF-8
C++
false
false
1,371
cpp
#include<bits/stdc++.h> using namespace std; vector<int> ke[1007]; int truoc[1007]; bool chuaxet[1007]; int v,e,v1,v2,start,des; void init() { memset(chuaxet,true,sizeof(chuaxet)); for(int i=1;i<=v;i++) truoc[i]=-1; for(int i=1;i<=v;i++) ke[i].clear(); } void BFS(int start,int des) { que...
[ "namnguyenphuong215@gmail.com" ]
namnguyenphuong215@gmail.com
d2809c79a027522c3e732c1bd43747e5e1dd5923
3ce426448a7afe494fde6e295ac7a93c92e76c8c
/cam2ros/include/TransportLayerInterface.h
f2ec1411280167292cb9816921c4b1c52e0584b8
[]
no_license
oulton/SpinnakerCam2ROS
026f6e879394ca27b2352103d29277b87261e204
cb04ff08d0d73da70ca0580e8001c10f9b9a935c
refs/heads/main
2023-09-05T00:04:02.380113
2021-10-31T13:25:34
2021-10-31T13:25:34
423,140,954
0
0
null
null
null
null
UTF-8
C++
false
false
10,655
h
//============================================================================= // Copyright (c) 2001-2020 FLIR Systems, Inc. All Rights Reserved. // // This software is the confidential and proprietary information of FLIR // Integrated Imaging Solutions, Inc. ("Confidential Information"). You // shall not disclose suc...
[ "haipengzhu666@126.com" ]
haipengzhu666@126.com
8a5f615cceebd36059e207bd99265738352f4e71
79a634d9357a750cbd0efea04d932938e1b7f632
/Contest/Topcoder/Z_Others/250.cpp
e1cea1f694984fcfa5248405d976e0160e93a9b1
[]
no_license
hphp/Algorithm
5f42fe188422427a7762dbbe7af539b89fa796ed
ccbb368a37eed1b0cb37356026b299380f9c008b
refs/heads/master
2016-09-06T02:24:43.141927
2014-05-27T00:49:44
2014-05-27T00:49:44
14,009,913
1
0
null
null
null
null
UTF-8
C++
false
false
849
cpp
#include <vector> #include <string> using namespace std; #define N 61 int dmx[N][N],rmx[N][N]; class AmoebaDivTwo { public: int count(vector <string> table, int K) { int n = table.size(); int m = table[0].length(); for(int i=n-1;i>=0;i--) { for(int j = m-1;j>=0;j--) { i...
[ "hphpcarrot@gmail.com" ]
hphpcarrot@gmail.com
dc96e62ba0c2399356b83a3b866b52fee84b9e35
f0b7ddd4bcdf99f027a75e283b22a0264ffa05ba
/ShooterStarter/.history/Source/ShooterStarter/ShooterCharacter_20200907123110.cpp
5b64ce5e07cd7ca14f740f5ea80715bf1608675d
[]
no_license
Onygox/UnrealProjects
cd1d8c29f228a7f8e0e2b84bf3c0102761fd07ef
e079c9593a5d9b794d17a409ff4f5175fbffaa0a
refs/heads/master
2022-12-12T21:19:24.416300
2020-09-11T16:38:08
2020-09-11T16:38:08
277,343,579
0
0
null
null
null
null
UTF-8
C++
false
false
3,560
cpp
// Copyright Lionel Miele-Herndon 2020 #include "ShooterCharacter.h" #include "A_Gun.h" #include "Components/CapsuleComponent.h" #include "ShooterStarterGameModeBase.h" // Sets default values AShooterCharacter::AShooterCharacter() { // Set this character to call Tick() every frame. You can turn this off to improv...
[ "miell534@newschool.edu" ]
miell534@newschool.edu
a87c0ea8e7c1d272c54fd0c9f997c1662fcb857c
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/rtorrent/gumtree/rtorrent_new_hunk_216.cpp
a613990caf20b594e6d0b13942f04c6adb7fdb26
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,265
cpp
control->command_scheduler()->parse(arg1, arg2, arg3, rpc::convert_list_to_command(itr, args.end())); return torrent::Object(); } torrent::Object apply_load(int flags, const torrent::Object& rawArgs) { const torrent::Object::list_type& args = rawArgs.as_list(); torrent::Object::list_type::const_i...
[ "993273596@qq.com" ]
993273596@qq.com
ab1192f5c77c0605eb3202a5203944657714090a
874c09006d62e8cbb68998feb017c7b91e7e440f
/Unity Project/iOS Build/Classes/Native/mscorlib13.cpp
57658c29e331d87ef3f98c014bc68f6c7f2758c5
[]
no_license
diegomeire/EmbeddedUnity
211444ce7838f07aa333d6617315276e0f41e0ba
d5520713352d796bc78e3a4cd888b5d263cde8d9
refs/heads/main
2023-08-19T11:19:57.426372
2021-09-19T18:08:01
2021-09-19T18:08:01
304,991,000
0
0
null
null
null
null
UTF-8
C++
false
false
1,904,207
cpp
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> #include "icalls/mscorlib/System.Threading/Timer.h" #include "icalls/mscorlib/System/Type.h" #include "icalls/mscorlib/System/TypedReference.h" struct VirtActionInvoker0 { typedef ...
[ "diego.meire@outlook.com" ]
diego.meire@outlook.com
cd0ec349d7b6d9beaee9cce9341498ba2583ab98
3c47ad20c580bdb5b41d46d2baebc9769831859a
/MyGameServer/tinyxml.h
a5c9c8829a1ee6539096481ab4d9dd5a56aaa6c6
[]
no_license
adofsauron/MyGameServer
f99eea6cec3b3aed3fdbad62c58d61ebfbe0ad96
0c3eed2f7135e884fcf0f1ecc1ab1c77bb4d9a09
refs/heads/master
2020-03-28T10:40:31.204918
2018-09-10T08:24:17
2018-09-10T08:24:17
148,133,018
0
0
null
null
null
null
UTF-8
C++
false
false
64,834
h
/* www.sourceforge.net/projects/tinyxml Original code by Lee Thomason (www.grinninglizard.com) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this soft...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
6c2843a2fbafecd769d301b40ce10c1e5f403a7f
0cfa46c1dccd3ad53b16d32c6a00a155c5bc0be5
/cpp/libs/opendnp3/src/opendnp3/master/MasterStackConfig.h
48131e9e1ceb3171ba9903a92ba919dceef1eaba
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-unknown-license-reference" ]
permissive
atmurray/dnp3
9e5c946c7857523f7d6a8c260b6cdef9fbc60805
0babbe9fc25e8ba952d5443afc75e5448db28a9b
refs/heads/ODC
2021-01-17T14:15:36.244255
2014-11-21T10:38:24
2014-11-24T04:24:08
16,426,140
0
0
null
2015-05-26T23:51:35
2014-02-01T01:52:44
C++
UTF-8
C++
false
false
1,467
h
/** * Licensed to Green Energy Corp (www.greenenergycorp.com) under one or * more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Green Energy Corp licenses this file to you under the Apache License, * Version 2.0 (the "Li...
[ "jadamcrain@gmail.com" ]
jadamcrain@gmail.com
e52edc51608e6a420c9f58f037d72a3715273dde
01135ea2b2cba847a3e4f0c3b2febe5424763f35
/include/FetchEpisodes.h
a6f4a065dc63000d76fb442d411f411d1f9fc68c
[]
no_license
justmert/Kanzaki
aa9a8b3dc52a769e475317522919283c3ee2cd41
56b47650f2143762edd4c8994f74c71a2ffdeb32
refs/heads/master
2022-02-17T04:21:17.046108
2019-08-14T10:46:15
2019-08-14T10:46:15
201,549,583
1
0
null
null
null
null
UTF-8
C++
false
false
641
h
#include<string> #include<vector> #include<algorithm> class Anime; class FetchEpisodes { private: public: static std::vector<Anime> VectorEpisode; static std::string FetchAnimeEp(int); static void DownloadAnime(std::string,std::string &, std::string &); static void PlayAnime(std::string); st...
[ "kklumert@gmail.com" ]
kklumert@gmail.com
f45868f08964bbe2b630ec9590525729330e12d8
7b6469d1508f0a67bfe4ca6350357c2c8ffa875a
/Practical 0 - Abstract Factory/Proxy Implementation/GraphicProxy.cpp
9cd7cb19244e069aef9d02f175cdfab6994fffec
[]
no_license
KDaryl/Games-Engineering
785784efe18bfeaee0e9c77fa87a9e45e8b87dc3
24b6bac0e7727ee235678702a791ade956b8271a
refs/heads/master
2020-03-29T02:33:10.114707
2019-03-27T19:08:16
2019-03-27T19:08:16
149,442,486
0
0
null
null
null
null
UTF-8
C++
false
false
312
cpp
#include "GraphicProxy.h" GraphicProxy::GraphicProxy() { this->graphic = nullptr; } GraphicProxy::~GraphicProxy() { if (graphic) delete graphic; } Graphic* GraphicProxy::getInstance(void) { if (!graphic) graphic = new Graphic(); return graphic; } void GraphicProxy::draw() { getInstance()->draw(); }
[ "c00207452@itcarlow.ie" ]
c00207452@itcarlow.ie
cd7faa25d27f0d9e3525b079a98e0cf81d6d5b69
d6750ce224994800a69a0b13f72364854c639cbc
/src/test/amount_tests.cpp
ce14b027bbeb6ec5214e8dae13dbaa194f2a7454
[ "MIT" ]
permissive
BrightonDube/Looniecoin
79719a76f2feb842b3ddfb602ce849a156fed46b
07549342c75e9482fe8977bfabafd2affe76551a
refs/heads/master
2020-03-31T02:24:31.050368
2018-10-13T18:39:42
2018-10-13T18:39:42
151,821,976
0
0
null
null
null
null
UTF-8
C++
false
false
3,672
cpp
// Copyright (c) 2016-2017 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <amount.h> #include <policy/feerate.h> #include <test/test_bitcoin.h> #include <boost/test/unit_test.hpp> BOOST_FI...
[ "BrightonDube@users.noreply.github.com" ]
BrightonDube@users.noreply.github.com
2e1d97ab6d2bd06d742e799e5961e52efc09cb5f
2662b1a8c19fe9672f31d163bd3412a51cf0796c
/Assignments/helloGraphics.cpp
baa1efee2e1168b7345d6132d05801a45bec7ec8
[]
no_license
KSHAMIN/cgl
e049208654f77216991439b6a19f76db1dd96533
460994d29e88b38934d1d88964f9c1b6668f0404
refs/heads/master
2020-12-30T05:59:46.598117
2020-02-28T09:29:11
2020-02-28T09:29:11
238,884,575
0
0
null
null
null
null
UTF-8
C++
false
false
1,537
cpp
// C program to demonstrate // drawing a circle using // OpenGL #include<iostream> #include<GL/glut.h> #include<math.h> #define pi 3.142857 // function to initialize void myInit (void) { // making background color black as first // 3 arguments all are 0.0 glClearColor(0.0, 0.0, 0.0, 1.0); // making ...
[ "onkar.shr007@gmail.com" ]
onkar.shr007@gmail.com