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
f9535061fe9047163a155e8e8a70ae2fb7a978b1
77e135a1f54afc219c3ec63ab5b0ff11070c426f
/UnitTests/stdafx.h
9694174d1b322f5baeb40e5c180b9d3b75508089
[]
no_license
ossewawiel/CWinSysInfo
31b60809030149834f0adcf0abfcfb978002a498
c71de534010b37518b596c8160b350247cb100ba
refs/heads/master
2021-05-15T07:58:15.213211
2017-10-30T19:02:27
2017-10-30T19:02:27
108,739,883
0
0
null
null
null
null
UTF-8
C++
false
false
536
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #include <stdio.h> #include <tchar.h> #include <atlbase.h> #include <atlcom.h> #include <comdef.h> #include <lm.h> #inclu...
[ "marsel.pretorius@gmail.com" ]
marsel.pretorius@gmail.com
356c58771198b6a0426e8f63a116fff52cc92125
c0aa25fd6c9b9bb8fd2565a8478a304d4bcbd765
/Headers/Motherboard.h
a2d4d39eb900f29bfea0a0efcb97441467b361f0
[]
no_license
O1Dii/OOP2_4
b43c6f3aa034a3f75f92d217a606226e7091a4fe
51ed33d39d6c4ec1b49d5892693ed6dd8a574988
refs/heads/master
2020-04-27T19:16:10.695321
2019-03-08T21:04:01
2019-03-08T21:04:01
174,610,087
0
0
null
null
null
null
UTF-8
C++
false
false
844
h
// // Created by alexey on 3/8/19. // #ifndef OOP2_MOTHERBOARD_H #define OOP2_MOTHERBOARD_H #include "Product.h" #include "RamException.h" class Motherboard : public Product { public: Motherboard(const Motherboard &obj) : Product(obj) { std::cout << "Сработал конструктор копирования" << std::endl; }; virtua...
[ "oldi730051@mail.ru" ]
oldi730051@mail.ru
e211258338b127a892093a2f464035c079b36565
777a75e6ed0934c193aece9de4421f8d8db01aac
/src/Providers/UNIXProviders/TemperatureSensor/UNIX_TemperatureSensor_LINUX.hxx
856ab6d7abf8f990d1187ad2987bc33c1b22e728
[ "MIT" ]
permissive
brunolauze/openpegasus-providers-old
20fc13958016e35dc4d87f93d1999db0eae9010a
b00f1aad575bae144b8538bf57ba5fd5582a4ec7
refs/heads/master
2021-01-01T20:05:44.559362
2014-04-30T17:50:06
2014-04-30T17:50:06
19,132,738
1
0
null
null
null
null
UTF-8
C++
false
false
130
hxx
#ifdef PEGASUS_OS_LINUX #ifndef __UNIX_TEMPERATURESENSOR_PRIVATE_H #define __UNIX_TEMPERATURESENSOR_PRIVATE_H #endif #endif
[ "brunolauze@msn.com" ]
brunolauze@msn.com
04b7eb8e7301f7ad054e7a9f2a28ff5fae30e60f
5c397470370373417afa88ef8e5b27708dfbeea6
/digit_sum.cpp
0c2c6ee5c66146b0b0d68b9a768456002554f44b
[]
no_license
hando95/baekjoon
0012d2b9e7f040bc074bb07887f22879cad02e10
c1e5e0fe099e6fceeea326402bf0f2fc75558dfb
refs/heads/main
2023-08-15T18:08:01.713757
2021-10-05T08:38:33
2021-10-05T08:38:33
380,245,863
0
0
null
null
null
null
UTF-8
C++
false
false
223
cpp
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> int main() { int n, i, sum = 0; char num[100] = { 0, }; scanf("%d", &n); scanf("%s", num); for (i = 0; i < n; i++) { sum += num[i] - '0'; } printf("%d\n", sum); }
[ "sllover95@gmail.com" ]
sllover95@gmail.com
53c20395debcbf0cb6e3e62df055302b1a7abd1c
b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1
/tensorflow/core/kernels/resource_variable_ops.h
8700e2322aeeb47be56ab19bc5807a0af68388e3
[ "Apache-2.0" ]
permissive
uve/tensorflow
e48cb29f39ed24ee27e81afd1687960682e1fbef
e08079463bf43e5963acc41da1f57e95603f8080
refs/heads/master
2020-11-29T11:30:40.391232
2020-01-11T13:43:10
2020-01-11T13:43:10
230,088,347
0
0
Apache-2.0
2019-12-25T10:49:15
2019-12-25T10:49:14
null
UTF-8
C++
false
false
2,052
h
/* Copyright 2018 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable ...
[ "v-grniki@microsoft.com" ]
v-grniki@microsoft.com
e37b60fffd04e626f07ece5e2d41531298f14648
a5c1fd8f391a5ea117666d28d942be0c4e1b2298
/modules/utilities/src/Aquila/utilities/ColorMapping.hpp
6b2187a6f2731af88e2a13cc0d3d38a6b95bbf64
[]
no_license
Essarelle/Aquila
f8d6b8ea0a160780a78ff351c6ae8b27ee0f7473
60fc3fff68974708342f6d013e49c595d5928825
refs/heads/master
2021-09-07T14:08:57.491176
2018-02-24T02:32:36
2018-02-24T02:32:36
105,085,916
0
0
null
2017-09-28T01:08:15
2017-09-28T01:08:15
null
UTF-8
C++
false
false
309
hpp
#pragma once #include "Aquila/core/detail/Export.hpp" #include <Aquila/rcc/external_includes/cv_core.hpp> #include <Aquila/rcc/external_includes/cv_imgproc.hpp> #include <functional> #include <map> namespace aq{ void AQUILA_EXPORTS createColormap(cv::Mat& lut, int num_classes, int ignore_class = -1); }
[ "dtmoodie@gmail.com" ]
dtmoodie@gmail.com
513bb6f2cf99f2b117f0b36ed4c79ac2e1c64733
d870d9a905306a0c8b4d7db9066cfc604dfc4c7a
/qt4-design/sender.cc
7965dc047b7447d40f14d1cb4a5f42e3d8e31f15
[]
no_license
zdenekzc/qtdesigner-integration
26df15409fbcb3b12828687fac5e64da5ad4d1a8
17e8d667016576834c09860a5b7f556cdfa153e7
refs/heads/master
2022-04-30T07:25:38.806460
2022-04-03T12:14:18
2022-04-03T12:14:18
229,125,847
0
0
null
null
null
null
UTF-8
C++
false
false
930
cc
#include "sender.h" #include "ui_sender.h" #include <QDBusConnection> #include <QDBusInterface> #include <QDBusReply> Sender::Sender(QWidget *parent) : QMainWindow(parent), ui(new Ui::Sender) { ui->setupUi(this); } Sender::~Sender() { delete ui; } void Sender::on_actionRun_triggered () { QDBusCo...
[ "zdenek.culik@fjfi.cvut.cz" ]
zdenek.culik@fjfi.cvut.cz
2e997a9b7e5ef778b2bd12e49b988c8a7820ca08
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-sagemaker/source/model/ProcessingJob.cpp
808d8c0b1e22fb68e0b07bf113b1201e77ca60dd
[ "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
10,527
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
c2d831c4cfc2b6bf09700afc4890f0f06a5d66f9
a09eebf36957a1b0bb2ce2224246e926032be673
/Games/Ninja/src/implementations/background.cpp
2e5421afa9de814500bd16f7caf2a487aa7a8b2b
[]
no_license
havel-therock/portfolio
ec22e56aeda801e122c76040ce335445cff47988
ad6bd5479cdd7a503707e1b68c307e56a0a71e96
refs/heads/master
2021-05-18T05:55:07.620738
2020-03-30T10:46:21
2020-03-30T10:46:21
251,145,136
0
0
null
null
null
null
UTF-8
C++
false
false
243
cpp
#include "../headers/background.h" Background::Background(SDL_Renderer* gRenderer){ Texture* t = new Texture(); t->loadFromFile("res/IMG/background.png", gRenderer); bg.push_back(t); } Background::~Background(){ bg.clear(); }
[ "kacper.szatan@gmail.com" ]
kacper.szatan@gmail.com
22c6660b04665f1a2569eff0fb5a4553f667bba2
a75df4bc2dc8951b1f30191c3395172500285f82
/modules/srccolor.h
a5e6d6037410d2de5f5fde8a3755e732c3d51031
[]
no_license
jotroick/DCT_JPEG_encoder
07492765c097c0c16cb8d34fd124f4dcaa8688bd
1bb1458acd3bd6a1ae93e7bcdef30f12206efc47
refs/heads/master
2021-01-10T09:22:33.529531
2015-12-10T12:47:39
2015-12-10T12:47:39
47,761,290
0
0
null
null
null
null
UTF-8
C++
false
false
489
h
/* srccolor.h */ #ifndef _SRCCOLOR #define _SRCCOLOR #include <systemc.h> #include "add2systemc.h" #include "srcgeneral.h" class srccolor: public srcgeneral { public: sc_fifo_out<int> output_red; sc_fifo_out<int> output_green; sc_fifo_out<int> output_blue; SC_HAS_PROCESS(srccolor); srccolor(sc_module_name nam...
[ "jotroick@gmail.com" ]
jotroick@gmail.com
e2746b224b2a7e89a3acfa8bcf6e42f3025f8681
ae9010597a3fa9bea80cb3b449e41cefb0523d92
/src/sdk/sdk-eventbus/src/EventBusThreadSafeImpl.h
43ee332b598f451e5271484405069ec26c0832d7
[ "MIT" ]
permissive
barry-ran/learn-design-pattern
0c956607c5213c3c4e7c6587969a486bdc275d53
71c0aeea30ec49323adb88835ba1f0042d1e0095
refs/heads/main
2023-08-28T06:16:23.598842
2021-11-11T09:45:08
2021-11-11T09:45:08
331,289,101
0
0
null
null
null
null
UTF-8
C++
false
false
2,066
h
#pragma once #include "IEventBus.h" class EventBusDataModel { public: bool IsModuleDescExist(const std::string &moduleId) const; ModuleDesc GetModuleDesc(const std::string &moduleId) const; bool AddModuleDesc(const std::string &moduleId, const ModuleDesc &desc); ModuleDesc RemoveModuleDesc(const std::string &...
[ "rankun@bytedance.com" ]
rankun@bytedance.com
8ebb7cb292b26340d554f7507692b3ed1c94a257
43ee6c2191c42c67cff20fdf68c9342fca402570
/DataMgr/ForeignStorage/CsvShared.cpp
b7922a5354aa797ef86f03dc26e429993263324b
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
Jambez-hub/omniscidb
b1e2845811e35dc9cbfd26c7459b5d5474c1ae96
94e878916991e7cf76bcd85b4091119b1ec66012
refs/heads/master
2023-03-11T20:53:58.692325
2021-02-16T17:37:38
2021-02-16T17:42:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,553
cpp
/* * Copyright 2021 OmniSci, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
[ "dev@aas.io" ]
dev@aas.io
bdb9d7ee3671cb986c82a402f785f30a90565dc5
40a633132eb309eacd4c28773ef8285cb6484318
/net/SocketsOps.h
40ff9d601fd59cf67008447cafcf7d7374d8ea67
[]
no_license
7421/MyWeb
57e604859ff0375ef76b3402267cad4b13c58d43
c0486cc9384c4fff2bbb5c33aece48da7c629162
refs/heads/master
2022-11-13T12:26:40.298871
2020-07-06T04:37:51
2020-07-06T04:37:51
277,443,538
0
0
null
null
null
null
GB18030
C++
false
false
1,352
h
#pragma once #include <arpa/inet.h> #include <endian.h> namespace sockets { //主机存储次序转网络存储次序 inline uint64_t hostToNetwork64(uint64_t host64) { return htobe64(host64); } inline uint32_t hostToNetwork32(uint32_t host32) { return htonl(host32); } inline uint16_t hostToNetwork16(uint16_t host16) { return h...
[ "18815094400@163.com" ]
18815094400@163.com
ee2c4a05b2e98fa69f2217c75a965bd9cf5e217a
fdb1e74102edccd4922f5192f7b930ad4c5709c0
/P2PSharer/P2PSharer.cpp
778a77dd37f27cba098f6d1e6fcc5d22ba497835
[]
no_license
foxbryant88/P2PSharer
3799c1127ffcb80160cec7106e4610de065b392e
95c9fb4baeee811e72820bed99115182a9158f54
refs/heads/master
2020-06-01T04:36:55.724338
2015-10-18T23:07:55
2015-10-18T23:07:55
40,537,709
1
1
null
null
null
null
GB18030
C++
false
false
2,718
cpp
// P2PSharer.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "P2PSharer.h" #include "P2PSharerDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CP2PSharerApp BEGIN_MESSAGE_MAP(CP2PSharerApp, CWinApp) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() // CP2PSharerApp 构造 CP2PSharerApp::CP2PSharerApp(...
[ "307065422@qq.com" ]
307065422@qq.com
5db56f7492c5bb5c52443b539bd79a62f5c45a3f
71cbe0696208ed9a4c3af39dc7e553f82b7956e0
/src/telegramapi.cpp
d1f284189ed53a4a105cd8c495777ce2ea3b9a32
[]
no_license
unloquer/espTelegramInterface
c053200650cbf573b8ba9306eeabead95625bff0
9aaa3ca311990befc1236f95ad4324f120f0bf5e
refs/heads/master
2020-06-27T11:19:53.275226
2019-08-06T11:54:03
2019-08-06T11:54:03
199,939,180
0
0
null
null
null
null
UTF-8
C++
false
false
3,579
cpp
#include "telegramapi.h" String BASE_URL = "https://api.telegram.org"; // telegram base api String TOKEN = "your_bot_token"; TelegramBot::TelegramBot () { pinMode(EL_RESET,OUTPUT); delay(2); digitalWrite(EL_RESET, HIGH); wifiMulti.addAP(BOT_SSID, PASSWORD); Serial.println("Connecting ..."); while (wifiM...
[ "miguelito.vargasf@gmail.com" ]
miguelito.vargasf@gmail.com
d56693fcdb4fafcfe26b0b6ddc4fbc8b28b0fa81
6dc23ba6bdbd65566e2c69bebaf76c656ad016bd
/structures/memo.h
54501fd08d76a3b4ff3c4b7f12659226b3ac5860
[]
no_license
schenlap/ecam
3cb62e8d686ab7f4214211aa874d622845544845
6e23b3ba32564f920baf3550df3fa5133e51f123
refs/heads/master
2023-01-31T19:56:33.032080
2020-12-10T19:53:42
2020-12-10T19:53:42
320,020,423
0
0
null
null
null
null
UTF-8
C++
false
false
499
h
#ifndef MEMO_H #define MEMO_H #include <QObject> class Memo : public QObject { Q_OBJECT public: enum MemoPrio { LEVEL3, // Highest LEVEL2, LEVEL1, ADVISORY, MEMO }; Memo(QString *text, QString *textval, MemoPrio prio, bool active = true, QObject *parent = 0); QString name(); QString val(); void set_a...
[ "memo5@gmx.at" ]
memo5@gmx.at
aa81d77b7cf5c64bd24322aec07ca54447315641
1645afae29879ef5500eab16ebf7c277f4746e5d
/A1033.cpp
8388601b115757e44c6f5ace39380eb3e8829de3
[]
no_license
macshun/algorithm_2
30186729a1b48ac117269df17ae41a1ae4ce1af1
41e1d75663bf4583c0df5bbbe20efba2598ca98d
refs/heads/master
2021-07-23T01:41:14.996863
2019-01-08T10:32:13
2019-01-08T10:32:13
148,030,024
0
0
null
null
null
null
GB18030
C++
false
false
1,879
cpp
/* Name: 贪心 -- A1033 To Fill or not to fill Copyright: 算法笔记 Author: macs Date: 12/10/18 18:53 Description: 给定油箱容量,所到城市距离,汽车每单位油量行驶距离,和中途的油站数量, 然后分别给出油站油价和距离当前城市距离,求出途中最少油钱?到达不了就给出最大行驶距离。 */ #include <iostream> #include <cstdio> #include <algorithm> using namespace std; const int maxn = 510; const int max_price...
[ "changshunma@gmail.com" ]
changshunma@gmail.com
803db2cd554100c1d2b64d6eadf37e3b383a2ab4
165be8367f5753b03fae11430b1c3ebf48aa834a
/source/backend/nnapi/execution/NNAPIReduction.hpp
7275dfff353ddb85c381441229cd7774bc8bbb9c
[ "Apache-2.0" ]
permissive
alibaba/MNN
f21b31e3c62d9ba1070c2e4e931fd9220611307c
c442ff39ec9a6a99c28bddd465d8074a7b5c1cca
refs/heads/master
2023-09-01T18:26:42.533902
2023-08-22T11:16:44
2023-08-22T11:16:44
181,436,799
8,383
1,789
null
2023-09-07T02:01:43
2019-04-15T07:40:18
C++
UTF-8
C++
false
false
651
hpp
// // NNAPIReduction.hpp // MNN // // Created by MNN on 2022/10/26. // Copyright © 2018, Alibaba Group Holding Limited // #ifndef MNN_NNAPIREDUCTION_HPP #define MNN_NNAPIREDUCTION_HPP #include "NNAPIBackend.hpp" #include "NNAPICommonExecution.hpp" namespace MNN { class NNAPIReduction : public NNAPICommonExecuti...
[ "xiaotang.jxt@alibaba-inc.com" ]
xiaotang.jxt@alibaba-inc.com
73cc71fd00e9c30983e03adc42ca32a82e8bb1ce
514a2d1475507525cc9407060ebf3ef2b3079abb
/snmp_fetch/api/asyncio.cpp
59963680bd148b077d8b32a748e4336fdb7bd2c2
[ "CC0-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
higherorderfunctor/snmp-fetch
7b33bb38d4c39da42bac8d075177e9adcdf20c62
c95e9f60d38901c500456dc6f07af343b36b4938
refs/heads/master
2022-07-24T01:30:19.780059
2019-11-27T18:50:01
2019-11-27T18:50:01
208,316,608
0
1
CC0-1.0
2022-07-15T22:04:01
2019-09-13T17:47:11
C++
UTF-8
C++
false
false
5,957
cpp
/** * asyncio.hpp */ #include "asyncio.hpp" namespace snmp_fetch { /** * async_sessions_send */ void async_sessions_send( std::list<async_state> &sessions, netsnmp_callback cb ) { // iterate through each session for (auto &&st: sessions) { // skip session that are not idle if (st.a...
[ "noreply@github.com" ]
higherorderfunctor.noreply@github.com
1d8c8c8c9406c2ea960359228844adab29e94a1b
526d2af9ad55675caf987c09c63108f00b176d96
/PenguinV/performance_tests/cuda/performance_tests_cuda.cpp
bee69cf2ba9d8a6cb7d1d0bf3a473a6804ac5eea
[ "BSD-3-Clause" ]
permissive
filipaog/penguinV
8c86fe2623574518893bdfea105750c0b3966ce9
750ae3a1a7f18c438e02709274b8c5203c278817
refs/heads/master
2021-01-18T16:57:07.891176
2017-08-07T06:56:25
2017-08-07T06:56:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
782
cpp
// This application is designed to run performance tests on penguinV library #include <iostream> #include "performance_test_image_function_cuda.h" #include "../performance_test_framework.h" #include "../../Library/cuda/cuda_memory.cuh" int main() { // The main purpose of this application is to test everything with...
[ "ihar.hubchyk@gmail.com" ]
ihar.hubchyk@gmail.com
4baa0aac9190a6e51fe38eef260fc27067572ea2
e3d63a08e0c44183536bfa5a7caa47df21b496b5
/Main.cpp
aeee15a6db42ae2b56bb18d983b430b4167251c6
[]
no_license
hackerofunderworld/magical-swapping
43efc15bfa61d100b8fa861003a351b4c6731534
c3484fc679fcc12a9372352a93659b8030969c70
refs/heads/main
2023-08-02T09:35:07.410565
2021-10-03T14:50:28
2021-10-03T14:50:28
413,106,085
0
1
null
2021-10-04T09:41:03
2021-10-03T14:47:48
C++
UTF-8
C++
false
false
3,763
cpp
#include <iostream> #include <Vector> #include <stdlib.h> #include <time.h> #include <QTime> using namespace std; void sort_hoar(vector<int> &arr, int left, int right); void sort_merge (vector<int> &arr, int left, int right, int num); void sort_bubble (vector<int> &arr, int num); void show (vector<int> arr, int num); ...
[ "noreply@github.com" ]
hackerofunderworld.noreply@github.com
c024f6fa90535042024f0a26e00a1f7f819da93d
c3bc715b253bbf856ca5227a53f797aecc0e5f86
/src/Slave/Slave/ErrorsLogger.cpp
ab85486da1c993af5a6372f1e1f29eace29ed7df
[ "MIT" ]
permissive
averkhaturau/Tarificator
ec7832f287d96109bbb670ecdac632a7ab7509d2
90a976d16ecab8c6a1cd75f4cb6a860dc4c76ce5
refs/heads/master
2020-06-08T12:55:18.387329
2019-06-22T13:06:07
2019-06-22T13:06:07
193,231,681
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,327
cpp
#include "stdafx.h" #include "ErrorsLogger.h" CErrorsLogger::~CErrorsLogger() { } // End of ~CErrorsLogger() void CErrorsLogger::AddLogEntry(CAnyLogableException* pException) { if (!pException) return; // Иначе - вылетает, если еще не прочиталось из реестра имя m_pLogFileName /*if ( !(...
[ "AlVerkhaturau@luxoft.com" ]
AlVerkhaturau@luxoft.com
e9a3d06677c97f1f400e4fae870d89569737cb26
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE789_Uncontrolled_Mem_Alloc/s01/CWE789_Uncontrolled_Mem_Alloc__malloc_char_fscanf_82_goodB2G.cpp
ff62f8fcd7acaae6101ffbd7ebae266788101bf0
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C++
false
false
1,882
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE789_Uncontrolled_Mem_Alloc__malloc_char_fscanf_82_goodB2G.cpp Label Definition File: CWE789_Uncontrolled_Mem_Alloc__malloc.label.xml Template File: sources-sinks-82_goodB2G.tmpl.cpp */ /* * @description * CWE: 789 Uncontrolled Memory Allocation * BadSource: fs...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
5250328d9fced83dd7144e3418a92b140096f0ee
78a3e5d9581fa0fea8e5c089470a8e33c04ea300
/Create Your Own Langauge/ComputerMemory.cpp
e2accf9b47e087d32a40351f5f6a220852c9d197
[]
no_license
RebelAngel98/CreateYourOwnLanguage
be9ea2a2384e14fc1766d1bd7488fa40b108f632
de68d22ec0a308c35d847bdad1d8c70b8e325652
refs/heads/main
2023-07-01T04:25:07.013566
2021-07-25T23:32:49
2021-07-25T23:32:49
389,460,344
0
0
null
null
null
null
UTF-8
C++
false
false
289
cpp
#include "ComputerMemory.h" void ComputerMemory::SetRAMValue(int address, int value) //inputting address & value for code { //todo: //todo: RAM[address] = value; } int ComputerMemory::GetRAMValue(int address)//just the address for the code { return RAM[address]; }
[ "noreply@github.com" ]
RebelAngel98.noreply@github.com
0e67862b612ee7cae5b64da09e6638755a031b6a
470fae08316b55246ab01675ac5013febfb13eee
/src/server/scripts/Zandalar/TheEternalPalace/boss_orgozoa.cpp
94f4c2630f06c0e45cc06217f7093124d3fef5b3
[]
no_license
adde13372/shadowcore
8db6fb6ccc99821e6bd40237a0c284ce7cf543c2
aa87944193ce02f6e99f7b35eceac5023abfca1b
refs/heads/main
2023-04-01T07:38:39.359558
2021-04-03T07:54:17
2021-04-03T07:54:17
354,320,611
4
8
null
2021-04-03T15:02:49
2021-04-03T15:02:49
null
UTF-8
C++
false
false
38,105
cpp
#include "eternal_palace.h" #include "SpellAuraDefines.h" #include "SpellAuraEffects.h" #include "AreaTriggerAI.h" #include "AreaTrigger.h" #include "AreaTriggerTemplate.h" enum Spells { SPELL_DRIBBLING_ICHOR_MISSILE = 298077, SPELL_DRIBBLING_ICHOR_CAST = 299095, SPELL_DRIBBLING_ICHOR_DAMAGE = 298087, ...
[ "81566364+NemoPRM@users.noreply.github.com" ]
81566364+NemoPRM@users.noreply.github.com
4a6f62ea5756beff72fdc9732a23b55f33d7a51f
2edec3849716c2822d2fa5f693a631aafbf0b8f8
/fin/neuron.h
5c97a5ea35909826a13fdf29a4783002b0f3ef71
[]
no_license
akkeh/so3
ce31614e0efd2e6a67a6aaaa189824034c2a622f
ba3feef1e761c1419245a3abafcc68727d1ee5d3
refs/heads/master
2016-08-12T06:58:55.365322
2015-10-12T13:33:50
2015-10-12T13:33:50
43,680,380
0
0
null
null
null
null
UTF-8
C++
false
false
443
h
#ifndef __NEURON_H_ #define __NEURON_H_ #include "math.h" class Neuron; class Neuron { public: float eval(float** x); void won(); unsigned long get_id(); Neuron(float** x, unsigned long M, unsigned long N, float t_c, unsigned long t_id); ~Neuron(); private: float** w; // weighting unsigned long N; unsigned l...
[ "akkeaccu@msn.com" ]
akkeaccu@msn.com
6f39199caa9e86a4a20b80dc9be45b8506d90613
ee98932afd138bb843b9a2548da512adba0bde85
/reaxdetect/reaxreader.h
fa556daf602d5712e9604f0679f4cd7a79aa51cf
[]
no_license
yanzewu/reaxdetect
8ae89e7473306de6e66b555d5e2a08c7552b4125
323f2f3ae07b65c5958d1c71f1e3bc0af6dae240
refs/heads/master
2020-05-05T06:23:59.234869
2019-12-28T04:07:27
2019-12-28T04:07:27
179,786,894
0
0
null
null
null
null
UTF-8
C++
false
false
4,782
h
#pragma once #ifndef REACTIONSTAT_H #define REACTIONSTAT_H #include "typedef.h" #include "trajectory.h" #include "smiles/smiles.h" #include <deque> #include <vector> #include <list> using namespace std; #define MAX_ATOM_TYPE 256 /* Append in 9/5/2016. Version 2.1.3 */ //recording indices of reagants and product...
[ "wuyanze0@gmail.com" ]
wuyanze0@gmail.com
7af4088ed341e6cc333cb595c465a4dcb6e9bf9c
dacd36f57f531525fb8f7ff3974ef07fe3dcacb3
/VMXAudioFix/WinHelper.cpp
40fb56cadade172d585092af8a45177108451681
[]
no_license
xlfdll/VMXAudioFix
382f84efe49de2759ed254315e7a629a8ea64e1a
56dda65fabec2ef40ce091352e9598b4ff28b15b
refs/heads/master
2023-05-05T16:51:28.736272
2021-05-24T03:58:24
2021-05-24T03:58:24
351,255,493
7
0
null
null
null
null
UTF-8
C++
false
false
5,846
cpp
#include "WinHelper.h" BOOL GetOSVersionInfo(OSVERSIONINFOEX* pOSVersionInfo) { if (pOSVersionInfo == NULL) { return FALSE; } ZeroMemory(pOSVersionInfo, sizeof(OSVERSIONINFOEX)); pOSVersionInfo->dwOSVersionInfoSize = sizeof(OSVERSIONINFOEX); return GetVersionEx((OSVERSIONINFO*)pOSVer...
[ "xlfdll@gmail.com" ]
xlfdll@gmail.com
75fcfdad2ea2a74adaa77a51c2782cec23b8c1e0
488706ddcd860941510ddd5c8f35bbd065de9ca1
/visualtext3/cj/SkinFramework/XTPSkinObjectStatusBar.h
bfa88ba59cdefc1c89ceca4d0e1493bf1f83e5ce
[]
no_license
VisualText/legacy
8fabbf1da142dfac1a47f4759103671c84ee64fe
73d3dee26ab988e61507713ca37c4e9c0416aee5
refs/heads/main
2023-08-14T08:14:25.178165
2021-09-27T22:41:00
2021-09-27T22:41:00
411,052,445
0
0
null
2021-09-27T22:40:55
2021-09-27T21:48:09
C++
UTF-8
C++
false
false
2,274
h
// XTPSkinObjectStatusBar.h: interface for the CXTPSkinObjectStatusBar class. // // This file is a part of the XTREME SKINFRAMEWORK MFC class library. // (c)1998-2013 Codejock Software, All Rights Reserved. // // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE // RE-DISTRIBUTED BY ANY MEANS WHATS...
[ "david.dehilster@lexisnexisrisk.com" ]
david.dehilster@lexisnexisrisk.com
1485528813a27b255419e64cf5912047dc55b21d
12422c7488cd937e9d2a3739cc7e794c6c30d931
/lab3/TVTests/TVTests.cpp
dee548b6cd2e83048e5a8cf595c7c087c3b00345
[ "MIT" ]
permissive
licar/oop2015
d89557f84ad3aa7537219d0d74b9d6aed07aeb42
3184ed7c8eb921cd52c19f3c0c5dec12faa4d906
refs/heads/master
2021-01-12T22:20:42.975450
2015-05-26T21:15:33
2015-05-26T21:15:33
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
1,638
cpp
// TVTests.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "../TV/TVSet.h" struct TVSetFixture { CTVSet tv; }; /* Телевизор - изначально выключен - может быть включен - может быть выключен - в выключенном состоянии должен быть на 0 канале - при первом включении телеви...
[ "alexey.malov@cpslabs.net" ]
alexey.malov@cpslabs.net
3f0546afdcae5f8c544120f9966f22bdfc581330
a63126cb4eb9bd8f702bde1fc8d52fc4025ee3f1
/Code/Motor2D/EntityBat.cpp
20c9a83fed123ae54c5873cec934672f4779188e
[]
no_license
PolGannau/GameDevelopment
91a1fe76f7a75e26291b95429da6de3e958c681c
e965c96411777118295c6e7c98d60c30cbff57cb
refs/heads/master
2020-03-31T02:29:32.782169
2018-12-16T13:32:28
2018-12-16T13:32:28
149,129,792
0
0
null
null
null
null
UTF-8
C++
false
false
4,315
cpp
#include "EntityBat.h" #include "j1Entity.h" #include "j1ModuleEntity.h" #include "Player.h" #include "p2Defs.h" #include "p2Log.h" #include "p2Point.h" #include "j1App.h" #include "j1Audio.h" #include "j1Input.h" #include "j1Map.h" #include "j1Pathfinding.h" #include "j1Textures.h" #include "ModuleFadeToBack.h" #inclu...
[ "36154632+MarcRosellH@users.noreply.github.com" ]
36154632+MarcRosellH@users.noreply.github.com
ad1b15279dd9193c5b0f053e4f0a21464fb909f2
9d78836faeb6df6f4eff6c6b95d3a17a0a9ab087
/External Libarys/leddarLib/include/comm/Modbus/LtComLeddarVu8Modbus.h
6de04badf41ccd56f5eb5e10259196b4072017e7
[ "MIT" ]
permissive
yisea123/PowerLineThesis
ff566cacc9e036dfca3f5fbee4698594bae3440d
76d0dc5c05ede392636b9771b341418762a899c4
refs/heads/master
2020-06-29T19:38:28.386050
2019-06-17T23:39:56
2019-06-17T23:39:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,490
h
/// **************************************************************************** /// /// \file comm\Modbus\LtComLeddarVu8Modbus.h /// /// \brief Structure definition for Vu8 sensor using Modbus communication /// /// \author David Levy /// /// \since September 2017 /// /// \copyright (c) 2017 LeddarTech ...
[ "osbow17@student.sdu.dk" ]
osbow17@student.sdu.dk
24b3692e1a8441561b992a49be9d8deab2baba2a
fac52aacf1a7145d46f420bb2991528676e3be3f
/SDK/Canned_Corn_classes.h
cf897479da9c9fea1595975482af85c6c55c76b2
[]
no_license
zH4x-SDK/zSCUM-SDK
2342afd6ee54f4f0b14b0a0e9e3920d75bdb4fed
711376eb272b220521fec36d84ca78fc11d4802a
refs/heads/main
2023-07-15T16:02:22.649492
2021-08-27T13:44:21
2021-08-27T13:44:21
400,522,163
2
0
null
null
null
null
UTF-8
C++
false
false
605
h
#pragma once // Name: SCUM, Version: 4.20.3 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass Canned_Corn.Ca...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
ab1ac619401d59cc7b55029f175c76ed917db210
5f9e1fdca6d730e98b77d03e328202df24e55286
/ImgWidget/DRAWING/CPolyGonItem.cpp
5b87663e4a535afc0842a8386090e31cae2e80c9
[]
no_license
summsu84/map-editor
148259968f715f560e434e181e1b076ee6f96f90
4e1a76fc6095bd422cca270c495e4e90b6b7dc22
refs/heads/master
2020-06-21T05:44:20.473560
2019-07-29T01:41:34
2019-07-29T01:41:34
197,359,007
0
0
null
null
null
null
UTF-8
C++
false
false
3,045
cpp
/* * CPolyGonItem.cpp * * Created on: 2013. 7. 8. * Author: jiwon */ #include "CPolyGonItem.h" #include "../LATLON/LatLonConvert.h" int CPolyGonItem::id = 0; CPolyGonItem::CPolyGonItem() { } CPolyGonItem::CPolyGonItem(QPointF initPoint) { // TODO Auto-generated constructor stub setInitPoint(initPoint)...
[ "q900mu@shinsegae.com" ]
q900mu@shinsegae.com
30b1204740763fc45c56bf2f6266c86c2a1c846e
c67cbd22f9bc3c465fd763fdf87172f2c8ec77d4
/Desktop/Please Work/build/Android/Preview/app/src/main/include/Fuse.Controls.Text.h
be19f2f724c12bb5d205b9be39923bb003df21a5
[]
no_license
AzazelMoreno/Soteria-project
7c58896d6bf5a9ad919bde6ddc2a30f4a07fa0d4
04fdb71065941176867fb9007ecf38bbf851ad47
refs/heads/master
2020-03-11T16:33:22.153713
2018-04-19T19:47:55
2018-04-19T19:47:55
130,120,337
0
0
null
null
null
null
UTF-8
C++
false
false
1,459
h
// This file was generated based on C:/Users/rudy0/AppData/Local/Fusetools/Packages/Fuse.Controls.Primitives/1.8.1/TextControls/Text.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Animations.IResize.h> #include <Fuse.Binding.h> #include <Fuse.Controls.TextControl.h> ...
[ "rudy0604594@gmail.com" ]
rudy0604594@gmail.com
db1a72e50bec04b55fa94e4c3ce4485931382a32
1091574ca39b33d356ca6a9a8ff50c626695ece5
/sensors/exemple/RelayActuator/RelayActuator.ino
393d4f286c604bc8b5cf9b1d8a6bdee0e3b6e697
[]
no_license
corhaneanusergiu/cshass
f56b052722a22c3a5389142bb59d6de7014e5ae3
243db9c8c00efee7e99efe7dad88d21742f81a87
refs/heads/master
2021-01-20T04:39:49.258502
2017-05-25T15:59:28
2017-05-25T15:59:28
89,712,089
0
0
null
null
null
null
UTF-8
C++
false
false
2,068
ino
/** * * REVISION HISTORY * Version 1.0 - Henrik Ekblad * * DESCRIPTION * Example sketch showing how to control physical relays. * This example will remember relay state after power failure. * http://www.mysensors.org/build/relay */ // Enable debug prints to serial monitor #define MY_DEBUG // En...
[ "noreply@github.com" ]
corhaneanusergiu.noreply@github.com
930ddd52d76bdd1cfac6a68a7eabc9904884c079
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-ssm-incidents/include/aws/ssm-incidents/model/DeleteResourcePolicyRequest.h
8b0b484205e97ff39e6f0596b0beb638c10bec0b
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
4,500
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/ssm-incidents/SSMIncidents_EXPORTS.h> #include <aws/ssm-incidents/SSMIncidentsRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws {...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
a7f1ffca23dc18d6ad0d9e895032d93131a6dcb9
2de766db3b23b1ae845396fbb30615c01cc1604e
/aoj/Course/Algorithms and Data Structures I/Lesson 02 Sort I/Stability.cc
bf980fe94d163f0a68217dc16d7d5f94082b150d
[]
no_license
delta4d/AlgoSolution
313c5d0ff72673927ad3862ee7b8fb432943b346
5f6f89578d5aa37247a99b2d289d638f76c71281
refs/heads/master
2020-04-21T01:28:35.690529
2015-01-29T13:38:54
2015-01-29T13:38:54
8,221,423
1
0
null
2013-04-09T15:10:20
2013-02-15T16:09:33
C++
UTF-8
C++
false
false
1,305
cc
#include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int MAXN = 36; char A[MAXN][3], B[MAXN][3], C[MAXN][3]; bool is_stable(char X[][3], const int n) { for (int k=1; k<=9; ++k) { int i=0, j=0; while (i < n && j < n) { for (; i<n&&A[i][1]!='0'+k; ++i); for (; j<n&&X[j][1]!='...
[ "delta4d@gmail.com" ]
delta4d@gmail.com
7351fe9c69bf5d881483560da635df8c5501bd36
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/make/new_hunk_234.cpp
4c4fcd9e47f704962a6da7d7dfc5688321760f0e
[]
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
228
cpp
case ENFILE: #endif case ENOMEM: { const char *err = strerror (makefile_errno); OS (fatal, reading_file, "%s", err); } } /* If the makefile wasn't found and it's either a makefile from
[ "993273596@qq.com" ]
993273596@qq.com
d7f1c29d87fdf16b7990c09a5c6f3a15235b828d
ec4fdc9d42991a456dfd2b9b1fcfe12e1a9543ae
/src/User/Effect/EffectScore.h
d67ec708f938e35665c94f465afdbf0923773257
[]
no_license
yumayo/KarakuriNinja
43ad73c4df556aaa16d7118e255f0b29495e3fdf
a010913356aacf794e7761db64208ea7742a42d3
refs/heads/master
2020-07-16T15:06:43.452503
2016-11-16T18:35:43
2016-11-16T18:35:43
73,949,105
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
454
h
# pragma once # include "EffectBase.h" # include "../Utilitys/Yumayo.h" namespace User { // Effectは画像の左上を基点として表示されます。 class EffectScore : public EffectBase { float alpha = 0.0F; int score; Fonts font; public: EffectScore( cinder::Vec2f position, int scoreNum ); pro...
[ "scha-taz0@outlook.jp" ]
scha-taz0@outlook.jp
33b417346e9cebf6eb1fd850d81eda7fa8d98e95
13a32b92b1ba8ffb07e810dcc8ccdf1b8b1671ab
/home--tommy--mypy/mypy/lib/python2.7/site-packages/pystan/stan/lib/stan_math/test/unit/math/mix/mat/fun/columns_dot_product_test.cpp
92b49f853c7960af8f97b0cab0acdbc5936f3dcd
[ "Unlicense", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
tommybutler/mlearnpy2
8ec52bcd03208c9771d8d02ede8eaa91a95bda30
9e5d377d0242ac5eb1e82a357e6701095a8ca1ff
refs/heads/master
2022-10-24T23:30:18.705329
2022-10-17T15:41:37
2022-10-17T15:41:37
118,529,175
0
2
Unlicense
2022-10-15T23:32:18
2018-01-22T23:27:10
Python
UTF-8
C++
false
false
27,300
cpp
#include <stan/math/mix/mat.hpp> #include <gtest/gtest.h> #include <test/unit/math/rev/mat/fun/util.hpp> TEST(AgradMixMatrixColumnsDotProduct, vector_vector_fv_1stDeriv) { using stan::math::vector_d; using stan::math::vector_fv; using stan::math::fvar; using stan::math::var; fvar<var> a(1.0,1.0); fvar<var...
[ "tbutler.github@internetalias.net" ]
tbutler.github@internetalias.net
80dd36307db06296e1b5cc708fbd86c3412521ef
3ae963293c0d6302ff71762dbd1760d8c605f98f
/Time-Varying Volume-graphInfo/proj/GeneratedFiles/Debug/moc_VolumeRender.cpp
c2dc06ac54aedec404c4c55122379026c52c332e
[]
no_license
Smlience/Tracking-TimeVarying-Data
b8bda6609d722aa1f2a47c773b8cd2d9101c072e
3c2ab3e9069dbe9c5ae919aea5d0d80f96a0c57e
refs/heads/master
2021-01-20T23:17:22.145255
2014-08-22T04:41:58
2014-08-22T04:41:58
23,099,760
1
0
null
null
null
null
UTF-8
C++
false
false
5,938
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'VolumeRender.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.1.1) ** ** WARNING! All changes made in this file will be lost! ********************************************************...
[ "smilence@zju.edu.cn" ]
smilence@zju.edu.cn
c20b1b4ce57d3504dc98d1af8f17d9bdc13f9a19
fd0f01d316c0caef60235549ee84c28c0431711f
/main.cc
73ba07fddad50ebe07a8b0b27334392c08604b06
[]
no_license
gssbzn/proyecto_calculo_2006
df9a25878f14be0466fdfc7de17210695a94a46b
cf13aff22eeb0d9b959483fe29ce94f98bcef115
refs/heads/master
2016-09-05T20:15:00.828327
2012-06-18T23:28:31
2012-06-18T23:28:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,602
cc
#include "matriz.h" #include "matriz.cc" using namespace std; //Menu de la Aplicacion int menu(); //Para cargar "matriz.in" en 2 matrices, una con los valores de x y otra con los //f(x) bool cargaMatriz(matriz *, matriz *); //Para cargar "matriz.in" en 1 matriz, con los valores de x, f(x) y f'(x) bool cargaMatriz2(ma...
[ "gssbzn@gmail.com" ]
gssbzn@gmail.com
b4f6e26aa6a7b44088de5606eb53c7a1d2d63dc2
105eb633ff77c9e31e3bb755fa6ac407e7635d46
/Project2/sprawdzenie_ukladu.cpp
3ba80c32fe33e39f4757c22d2e7e56219497169e
[]
no_license
Iartur221/Poker-in-strings
67fe9022824f6b220114031163c69629b5d3712e
1bf1ef4ba8e99d72486b59f651d55b1100e1e3e4
refs/heads/master
2023-03-05T03:28:51.197314
2021-02-16T19:55:38
2021-02-16T19:55:38
339,514,445
0
0
null
null
null
null
UTF-8
C++
false
false
20,342
cpp
#include "deklaracje.h" int uklady(string user[5]) { //para, 2pary, trojka, kareta, full bool para{}; bool pary2{}; bool trojka{}; bool kareta{}; bool full{}; for (int i = 0; i < 4; i++) //i mniejsze od 4 bo dalej [i + 1] { string first = user[i]; string second = user[i + 1]; char pierwsza = first[1]; ...
[ "artuiwa818@student.polsl.pl" ]
artuiwa818@student.polsl.pl
ebc28f498af08116e6b1effbcade11fc891b7c6f
98b2ee5a57d66c957f8b924e0c99e28be9ce51d8
/leetcode/234_PalindromeLinkedList/main.cpp
cdb326b3f5baa44743c70163474320444ca04bb4
[]
no_license
sauleddy/C_plus
c990aeecedcb547fc3afcbf387d2b51aa94d08cc
69d6a112d1dd9ac2d99c4b630bb6769b09032252
refs/heads/master
2021-01-19T04:49:07.240672
2017-06-07T05:51:10
2017-06-07T05:51:10
87,397,291
0
0
null
null
null
null
UTF-8
C++
false
false
375
cpp
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: main.cpp * Author: eddy * * Created on May 18, 2017, 8:51 AM */ #include <cstdlib> using namespace std; /* * ...
[ "sauleddy38@gmail.com" ]
sauleddy38@gmail.com
023541491c75b03072253b888375ef364795e54d
18476e38d4f7b5183b02a489103188fc81ba27a3
/readNas/readNas/gmshSurface.h
2a65be0f20728c7efd787e07f7cb27d287ce3c42
[]
no_license
chapman2014/ioNas
e1a0870aa66331f3bb14f335c05e229b29b26bb9
9fb0ee33c17debe6c7e863fdc2c1d456698ffa94
refs/heads/master
2020-12-14T13:25:00.912105
2015-08-29T03:54:17
2015-08-29T03:54:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,555
h
#ifndef _GMSH_SURFACE_H_ #define _GMSH_SURFACE_H_ #include <math.h> #include <map> //#include "Pair.h" #include "Range.h" #include "SPoint2.h" #include "SPoint3.h" #include "SVector3.h" #include "SBoundingBox3d.h" //#include "Numeric.h" class gmshSurface { protected: static std::map<int, gmshSurface*> allGmshSurf...
[ "pointfly@163.com" ]
pointfly@163.com
7459cabe1072eafea7a1f0e1e4b0362bbe1daadd
c360a6cd4bce42c7ab5c1159b076d4a427bc6d4b
/2-trabalhos-entregues/projeto2/questao2/main.cpp
9f91a0a4df3796d3273e2ede7d18b8ef543979f5
[]
no_license
robertsonasc/UFC-Estrutura-de-Dados
a4a970154cdab241cf03d3384fa60a97c29afd3a
42eaedc7aaf43b69a43b4cc6ef8717199acc66aa
refs/heads/main
2023-08-11T07:34:17.863784
2021-09-20T19:04:17
2021-09-20T19:04:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,976
cpp
//Robertson Nascimento - 391242 #include <iostream> #include "Conjunto.h" //#include <Windows.h> Descomentar essa linha caso for compilar em windows. using namespace std; struct Elemento{ int unidadeConj; }; int main(){ //SetConsoleOutputCP(CP_UTF8); Descomentar essa linha caso for compilar em windows. int opc...
[ "robertsonascimento99@gmail.com" ]
robertsonascimento99@gmail.com
59b7eeff0cbe3fe478e236c3a6885ac270f10177
71501709864eff17c873abbb97ffabbeba4cb5e3
/llvm8.0.0/clang-tools-extra/include-fixer/SymbolIndexManager.cpp
e4312bf166bfd374db3729ba071762d77740f8cf
[ "NCSA" ]
permissive
LEA0317/LLVM-VideoCore4
d08ba6e6f26f7893709d3285bdbd67442b3e1651
7ae2304339760685e8b5556aacc7e9eee91de05c
refs/heads/master
2022-06-22T15:15:52.112867
2022-06-09T08:45:24
2022-06-09T08:45:24
189,765,789
1
0
NOASSERTION
2019-06-01T18:31:29
2019-06-01T18:31:29
null
UTF-8
C++
false
false
6,212
cpp
//===-- SymbolIndexManager.cpp - Managing multiple SymbolIndices-*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "kontoshi0317@gmail.com" ]
kontoshi0317@gmail.com
f54705b3fc5683261983da6d4d2b035dcbff51df
dffa22967839eabc7216a5fe5a5560fd06ac3ebd
/topcoder/450_practice/OrderedNim.cpp
f26d6082a0f1b24e9f0beb5d1ca4e2c675748a3f
[]
no_license
adityasinghhh/coding
a4d7d69615b98c909fbaf8555104ddeab2e73738
f62297228da0d6331d9a993c8ca86e87df1aae65
refs/heads/master
2021-06-02T17:17:07.122212
2018-02-07T04:46:51
2018-02-07T04:46:51
10,299,145
0
1
null
2017-12-06T14:49:17
2013-05-26T14:49:44
C++
UTF-8
C++
false
false
5,377
cpp
#include<algorithm> #include<assert.h> #include<climits> #include<cmath> #include<cstdio> #include<cstdlib> #include<cstring> #include<deque> #include<iostream> #include<map> #include<memory.h> #include<queue> #include<set> #include<stack> #include<string> #include<utility> #include<vector> using namespace std; typed...
[ "adityasinghhh@gmail.com" ]
adityasinghhh@gmail.com
6632b418cef2c472850bf3a678ab771fa6183c92
1736988b9f920cb33481574b6ae720915a4a92b5
/Silent Classroom.cpp
5cbbd732dcf913e62f821a5ee230b241bbd40166
[]
no_license
abhisheksingh24/random_codes_i_ever_wrote
03d91fca88c3ca02ad260fb2191b1c796ca68ae9
176a1b6af49fb40ec29dfc8000eea19fc7f81234
refs/heads/master
2022-11-13T11:22:45.668479
2020-07-03T15:25:28
2020-07-03T15:25:28
276,584,215
0
0
null
null
null
null
UTF-8
C++
false
false
471
cpp
#include<bits/stdc++.h> using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(NULL); int n; cin >> n; vector<int> cnt(26); for(int i = 0; i < n; i++){ string s; cin >> s; cnt[s[0] - 'a']++; } int res = 0; for(int i: cnt){...
[ "abhisheksingh_24@rediffmail.com" ]
abhisheksingh_24@rediffmail.com
209c021e978c8df0e3b9fb6c4a4fe89e97fe98a7
1fee6477804f3ade3be2535b3ace49591862f9ed
/bomberman/bomberman/WallWithBombBiggerDist.cpp
bebb938b82736373595d45113d6ab1fd3a75fbbd
[]
no_license
monkok96/study
7109b008b287f88da521d2f88d181ba0a3e15bbe
a574b921b2fea1f2dee0c36ae00e2741a48b0ecc
refs/heads/master
2021-04-27T20:44:07.534735
2018-07-11T20:30:51
2018-07-11T20:30:51
122,384,826
0
0
null
null
null
null
UTF-8
C++
false
false
705
cpp
#include "WallWithBombBiggerDist.h" #include "BombBiggerDist.h" #include "GetOut.h" WallWithBombBiggerDist::WallWithBombBiggerDist(const sf::Vector2f& elem_size, const sf::Vector2f& position) : DynamicWall(elem_size,position) { } bool WallWithBombBiggerDist::PlayerAction(Player &player, sf::RenderWindow &window, std...
[ "monikakokot96@gmail.com" ]
monikakokot96@gmail.com
e660a7954700739dcec21d7a69a680c6290ca337
9da42e04bdaebdf0193a78749a80c4e7bf76a6cc
/third_party/gecko-10/win32/include/mozIAsyncHistory.h
c9113d98d572dbc3f783acfdc07f5fbd67ae5ffb
[ "Apache-2.0" ]
permissive
bwp/SeleniumWebDriver
9d49e6069881845e9c23fb5211a7e1b8959e2dcf
58221fbe59fcbbde9d9a033a95d45d576b422747
refs/heads/master
2021-01-22T21:32:50.541163
2012-11-09T16:19:48
2012-11-09T16:19:48
6,602,097
1
0
null
null
null
null
UTF-8
C++
false
false
15,320
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/toolkit/components/places/mozIAsyncHistory.idl */ #ifndef __gen_mozIAsyncHistory_h__ #define __gen_mozIAsyncHistory_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif #include "jspubtd.h" /* For IDL file...
[ "haleokekahuna@gmail.com" ]
haleokekahuna@gmail.com
312aafc2802f13e30436eed270c1399aa97785e2
44ea78720cf1fbbbb57a204d462f08ef8ccb7c42
/ABC/ABC047/B/main.cpp
01db54a0f4c399f88fe28b722dce4db9c9b85f5c
[]
no_license
kironbot/AtCoder
854a85d55e2d3c0c8ef76589ad905af20d9c567d
4c05bf806413f5c601baa7432b9d85b102ba34b7
refs/heads/master
2021-06-29T16:14:47.667960
2020-09-27T06:17:02
2020-09-27T06:17:02
138,470,049
0
0
null
null
null
null
UTF-8
C++
false
false
1,245
cpp
#include <iostream> #include <string> #include <vector> #include <algorithm> #include <set> #include <stack> #include <deque> #include <cmath> #include <map> using ll = long long; using namespace std; int main() { int w, h, n; cin >> w >> h >> n; int x[n], y[n], a[n]; for (int i = 0; i < n; i++) cin >> x[i] >>...
[ "sgr.araki@gmail.com" ]
sgr.araki@gmail.com
46189bb175f9041758623aadb5e81aabbdf7e5a2
54b9e39a6b4b412223f234e9791a208a1368be9e
/char_in_str.cpp
4a39aabe9cee35029f928edc93561911b02afa87
[]
no_license
RKMVCC-BSc-Comp-Sci-2020-21/Programming-C-Cpp-Sem1
90272d55002c7beec1e2d542c5fe3446cd0c4719
6cda8177e95f5d368881ed52c499cc4e1a2bb680
refs/heads/main
2023-03-31T02:57:04.662744
2021-03-30T14:52:44
2021-03-30T14:52:44
315,950,354
9
35
null
2021-03-22T15:31:14
2020-11-25T13:38:49
C++
UTF-8
C++
false
false
332
cpp
#include <iostream> using namespace std; int main() { char str[100]; char c ; cout<<"Enter the String: "; cin>>str; cout<<"Enter the character: "; cin>>c; int count = 0; for(int i = 0; str[i] != '\0'; i++) { if(str[i] == c) count++; } cout<<"Number of Occurrence of "<<c<<" in the string is "<<count; re...
[ "noreply@github.com" ]
RKMVCC-BSc-Comp-Sci-2020-21.noreply@github.com
050babcf29d498f4d8d2c04d90ff6fdbbf351d28
022561d46bd00e31df46e2f4e4ce8ce97946d135
/streamingMusicTest/streaming/node-v8.12.0/src/connection_wrap.h
096672efddaae218576deb3ef0cfa379366ec3fe
[ "LicenseRef-scancode-unicode", "Artistic-2.0", "NTP", "MIT", "BSD-3-Clause", "NAIST-2003", "Zlib", "ICU", "ISC", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-openssl", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "Apache-2.0", "LGPL-2.0-or-later", "GPL-...
permissive
edwardgoodnow/BetterMythTVRemote
fd44128ff32a048b1a219ee18fab3be3d5c04d82
f03afa3f3ef23c7868b78df7b2acfc2a70e7a67d
refs/heads/master
2022-12-10T15:28:51.279671
2019-05-25T21:58:23
2019-05-25T21:58:23
135,066,888
0
0
MIT
2022-12-08T14:43:35
2018-05-27T17:19:16
C++
UTF-8
C++
false
false
775
h
#ifndef SRC_CONNECTION_WRAP_H_ #define SRC_CONNECTION_WRAP_H_ #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #include "env.h" #include "stream_wrap.h" #include "v8.h" namespace node { template <typename WrapType, typename UVType> class ConnectionWrap : public LibuvStreamWrap { public: UVType* UVHandle()...
[ "edward.goodnow@gmail.com" ]
edward.goodnow@gmail.com
62cf980139de41a6441ed5396f34d57860127213
3fa65f0c711a0ba395bb1c43c89e404bb89cfef6
/peatpanel.cpp
c66e4fce282df25fbfda68457660b8320549b8b9
[]
no_license
rakeeb-hossain/PEAT_V2
6fb288761519a34796024db6d6beefe9c2edd156
a3dedd20b7fc8962ff54eb7157bce16fd8fcc1fa
refs/heads/master
2022-04-22T23:32:23.028559
2020-04-27T19:58:13
2020-04-27T19:58:13
183,953,230
1
0
null
null
null
null
UTF-8
C++
false
false
2,785
cpp
#include "peatpanel.h" #include "ui_peatpanel.h" PEATPanel::PEATPanel(QWidget *parent) : QMainWindow(parent), ui(new Ui::PEATPanel) { ui->setupUi(this); this->setWindowTitle("UW Trace Center Photosensitive Epilepsy Analysis Tool (PEAT)"); setWindowFlags(Qt::Dialog | Qt::WindowCloseButtonHint | Qt::...
[ "sakeeb.hossain1@gmail.com" ]
sakeeb.hossain1@gmail.com
f3090a54b1c0514de80ce6cd3f29ae323852bb08
fded81a37e53d5fc31cacb9a0be86377825757b3
/buhg_g/l_uosgrbu.cpp
783d73a865d21a08be3a1aee8fc269a950949b05
[]
no_license
iceblinux/iceBw_GTK
7bf28cba9d994e95bab0f5040fea1a54a477b953
a4f76e1fee29baa7dce79e8a4a309ae98ba504c2
refs/heads/main
2023-04-02T21:45:49.500587
2021-04-12T03:51:53
2021-04-12T03:51:53
356,744,886
0
0
null
null
null
null
UTF-8
C++
false
false
23,580
cpp
/*$Id: l_uosgrbu.c,v 1.21 2013/12/31 11:49:15 sasa Exp $*/ /*08.05.2015 18.10.2007 Белых А.И. l_uosgrbu.c Работа со списком групп бухгалтерского учёта в учёте основных средств */ #include <errno.h> #include "iceb_libbuh.h" #include "l_uosgrbu.h" enum { COL_KOD, COL_NAIM, COL_PROC, COL_AR, COL_DATA_V...
[ "root@calculate.local" ]
root@calculate.local
9155f318247154d518ca69cac491fcc77205de34
e537ccf5cec931491ab74bec6eda6603cd3db173
/catchFish/webitem.cpp
81ea9223b4a38b6a9e270a93f9c95c45ddd6737b
[]
no_license
H-K-ai/Qt-4.7.4
47b8f5e84a96a1448c78f690b63453f296d67561
b5f857e75799e711e48bda1e29e023c17557cfe6
refs/heads/master
2021-05-28T07:22:34.300373
2015-03-02T19:10:15
2015-03-02T19:10:15
null
0
0
null
null
null
null
GB18030
C++
false
false
697
cpp
#include "webitem.h" webItem::webItem() { webWidth = 116; webHeight = 118; webTime = 0; } QRectF webItem::boundingRect() const { //绘制item大概的区域 qreal adjust = 2; return QRectF(-(webWidth-adjust)/2, -(webHeight-adjust)/2, (webWidth+adjust), (webHeight+adjust)); } void webItem::paint(QPainter *p...
[ "llwslc@gmail.com" ]
llwslc@gmail.com
f98d723152ecd32b855838e27d0bd3cdb103a8f7
7529345d1495507ec20b8203f9f7e50475b4854b
/OpenCV/opencv-hololens-contrib/modules/stereo/test/test_descriptors.cpp
b466ecf319f1561ae489d9661c99388054be2246
[ "BSD-3-Clause" ]
permissive
Firifire/OpenCvSharp-UWP
49b484df8e41068a865b50528af2dc032036fa8f
f8b1c182f8d995c2cc86921268851bb2baaa5918
refs/heads/master
2023-02-01T09:31:46.579601
2018-03-30T13:25:24
2020-12-19T12:53:14
122,069,012
15
4
null
null
null
null
UTF-8
C++
false
false
17,414
cpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "firifire@gmail.com" ]
firifire@gmail.com
c6d3b76bb233d13b3c0ae70f0b80b6431488b1e4
aa178113806fe0d7b41cfe0f7750c75e13cc5689
/libs/ff/buffer.hpp
b1ce51e71e284523ecb529a5db5ce0f60a74a771
[]
no_license
Binipro/iol-parallel-video-generator
0135742678e6dbb95aa3122a35f964d06413b834
33dc9b530348c49364edb6533affec9d153bed57
refs/heads/master
2022-10-30T14:38:45.976197
2020-06-19T16:59:28
2020-06-19T16:59:28
273,492,075
1
0
null
null
null
null
UTF-8
C++
false
false
15,067
hpp
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /*! * \file buffer.hpp * \ingroup building_blocks * * \brief This file contains the definition of the bounded \p SPSC channel * buffer used in FastFlow * * Single-Writer Single-Reader circular buffer. * No lock is needed arou...
[ "noreply@github.com" ]
Binipro.noreply@github.com
284ddb275dbc2fcc82d1981b8188702317f069c2
569998fc0c7e7455e84f9e3c98bdd198f4952354
/src/test/torcontrol_tests.cpp
7720e685e163954092e91cd6e3d916d499f6df45
[ "MIT" ]
permissive
j00v/BALLcoin
dab6bae8cad26906ab208fa495e7069af3299afc
77b8407ba4e9d788b374b7a4fdc58f165115c8da
refs/heads/master
2022-12-24T22:54:07.169753
2020-10-01T14:09:32
2020-10-01T14:09:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,150
cpp
// Copyright (c) 2017 The Zcash developers // Copyright (c) 2017 The BALLcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "torcontrol.cpp" #include <boost/test/unit_test.hpp> BOOST_AUTO_TEST_SUITE(torc...
[ "matthew@waterfall-family.co.uk" ]
matthew@waterfall-family.co.uk
f8321ebe252e4c88dd76c882437b824a23f2790f
88f1ecced6c151aa8f313db7d457ebd4aec5ec7f
/MultipleFileClass/MultipleFileClass/Complex.h
6b26c068a9df80976f9bcbbab57aea8db2f3a171
[]
no_license
kalyanramu/LocalGitRepo
a99f239a4d3bb71fe820f67064bf265fbbe47a53
d73c4c95b07988ac1ba3b1093c24efd0c05b37cd
refs/heads/master
2021-01-19T11:03:09.682042
2013-11-06T17:38:43
2013-11-06T17:38:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
217
h
class Complex { private: double real, imaginary; public: Complex(double x=0.0, double y=0.0):real(x),imaginary(y){}; double re(); double im(); double mag(); void operator+(const Complex& number); ~Complex(); };
[ "kalyanramu@gmail.com" ]
kalyanramu@gmail.com
3c66e0431f66c6596243d0cbe5cb8ffc035bc45b
a78aa555b175e699c96553e3d714066bcc281ed8
/model/owner.h
ee08a948cdc62a1aa37280efd9001c1b1f968ab4
[ "Apache-2.0" ]
permissive
rdffg/bcaa_importer
0cb503c289002e573bcf8996178381cf001da742
f92e0b39673b5c557540154d4567c53a15adadcd
refs/heads/master
2021-08-28T16:05:39.936780
2021-08-20T20:00:53
2021-08-20T20:00:53
92,878,678
0
0
null
null
null
null
UTF-8
C++
false
false
2,302
h
#ifndef OWNER_H #define OWNER_H #include <memory> #include "QDjangoModel.h" #define OWNERSHIPGROUP_PROPERTY "ownershipGroup" namespace model { class OwnershipGroup; class Owner : public QDjangoModel { Q_OBJECT Q_PROPERTY(QString firstname READ firstname WRITE setFirstname) Q_PROPERTY(QString middleName R...
[ "dmahoney@rdffg.bc.ca" ]
dmahoney@rdffg.bc.ca
0493c25cc052694284339fcffd1413cedbbf30e4
eda7f1e5c79682bf55cfa09582a82ce071ee6cee
/aspects/fluid/source/GunnsFluidSourceBoundary.hh
27eb6b577beaae08a468aa715cb547f04a3fe035
[ "LicenseRef-scancode-us-govt-public-domain", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
nasa/gunns
923f4f7218e2ecd0a18213fe5494c2d79a566bb3
d5455e3eaa8b50599bdb16e4867a880705298f62
refs/heads/master
2023-08-30T06:39:08.984844
2023-07-27T12:18:42
2023-07-27T12:18:42
235,422,976
34
11
NOASSERTION
2023-08-30T15:11:41
2020-01-21T19:21:16
C++
UTF-8
C++
false
false
10,969
hh
#ifndef GunnsFluidSourceBoundary_EXISTS #define GunnsFluidSourceBoundary_EXISTS /** @file @brief GUNNS Fluid Source Boundary Link declarations @defgroup TSM_GUNNS_FLUID_SOURCE_BOUNDARY GUNNS Fluid Source Boundary Link @ingroup TSM_GUNNS_FLUID_SOURCE @copyright Copyright 2019 United States Government as repr...
[ "jason.l.harvey@nasa.gov" ]
jason.l.harvey@nasa.gov
2fc91a02683c914b17d8aaecc3146747a118a775
b16d370b74422644e2cc92cb1573f2495bb6c637
/c/cf/cf798b.cc
51ea26b0182fc70013c278ee6e7c23db47d9a779
[]
no_license
deniskokarev/practice
8646a3a29b9e4f9deca554d1a277308bf31be188
7e6742b6c24b927f461857a5509c448ab634925c
refs/heads/master
2023-09-01T03:37:22.286458
2023-08-22T13:01:46
2023-08-22T13:01:46
76,293,257
0
0
null
null
null
null
UTF-8
C++
false
false
748
cc
#include <iostream> #include <vector> /* CodeForces CF798B problem */ using namespace std; // transform a->b int diff(const string &a, const string &b) { if (a.length() != b.length()) return -1; int l = a.length(); for (int i=0; i<l; i++) { for (int j=0; j<l; j++) { int n; for (n=0; n<l && a[(i+n)%l]==b[...
[ "d_kokarev@mail.ru" ]
d_kokarev@mail.ru
1593202e1acc640f457beb9fca79fc70856cc781
816f5be4c67e710ee26bc94bc259790227677faf
/balloonride/proj.android/jni/BalloonRide/main.cpp
bbe27077a179d82525fa19c20ed0b649e935c4a4
[]
no_license
diegohcg/cocos2dx-examples
8f4862ad55eff9296a12fa3bbfbe3a80e0654edb
a3f1127fcabc93d488517b99bcda0998150ed6db
refs/heads/master
2021-01-20T12:00:50.715983
2014-03-12T21:38:14
2014-03-12T21:38:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,125
cpp
#include "AppDelegate.h" #include "platform/android/jni/JniHelper.h" #include <jni.h> #include <android/log.h> #define LOG_TAG "main" #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG,LOG_TAG,__VA_ARGS__) #include <cocos2d.h> using namespace cocos2d; extern "C" { jint JNI_OnLoad(JavaVM *vm, void *reser...
[ "diego.gonzalez@openbossa.org" ]
diego.gonzalez@openbossa.org
a11dc375082e28087fcc1bd6735d6afcb610228a
0b4a483d33ee5bce73729bafa163b97f608074b6
/Assignments/BST/BSTree.h
e29be5466ccb207fee61822b495fa7c4b1f35672
[]
no_license
edgar2020/colaborative_labs_and_assignments_CS10C
0a3617448855dad571e0e84050a4bd043fda5371
902c58b0d9bc5b39f9c8926ca9c06c64acdd5dbc
refs/heads/master
2023-05-19T21:42:51.840792
2021-06-03T16:33:48
2021-06-03T16:33:48
352,845,409
0
0
null
2021-06-03T16:33:49
2021-03-30T02:25:09
C++
UTF-8
C++
false
false
3,307
h
#ifndef __BSTREE_H__ #define __BSTREE_H__ #include "Node.h" #include <string> #include <sstream> #include <fstream> #include <iostream> class BSTree { private: Node *root; void preOrder(Node*) const; void postOrder(Node*) const; void inOrder(Node*) const; int heigh...
[ "evmelendrez@gmail.com" ]
evmelendrez@gmail.com
36e4c5c38a4816fcc1fafd8a00a581abb92f4a11
61ba304e703f0eff40e4ad3424a8667f09afe5ee
/c++/shell_sort.cpp
4981306fdf61bd4c9246688ed855e65195e871c3
[]
no_license
sagarbabalsure/Codes-of-All-Languages
68ccea920a5d60330c222746085d1f9edea6b22c
78fc45fbbd53949f7d3114060f1b8f47131b2f53
refs/heads/master
2023-02-01T19:42:27.384375
2020-12-19T05:55:36
2020-12-19T05:55:36
313,943,421
0
0
null
null
null
null
UTF-8
C++
false
false
402
cpp
#include<iostream> using namespace std; void ShellSort(int a[],int n) { for(int gap=n/2;gap>0;gap=gap/2){ for(int i=0,g=gap;i<gap,g<n;i++,g++){ if(a[i]>a[g]) { int temp=a[i]; a[i]=a[g]; a[g]=temp; } } } } int main() { int a[100],n; cin>>n; for (int i = 0; i < n; ++i) { cin>>a[i]; } Sh...
[ "sagarbabalsure@gmail.com" ]
sagarbabalsure@gmail.com
24b5dace9253080cebe8da3844bee9102dd26b81
13bbebfac96cfaf50ac80c0f72fa5d462ee6bdf2
/src/2798_blackjack.cpp
5bb75ee9fe371f2275c0418ba3ab4c1f0760e748
[ "Apache-2.0" ]
permissive
programrubber/algo_dic
2e4c309d5e9a188b43441f3ea4ca0f3c9f132bc8
aa0e380795c09dbc6d6b351547ccc7b08054ca90
refs/heads/master
2021-06-29T22:38:30.204453
2020-10-31T19:11:05
2020-10-31T19:11:05
180,481,779
0
0
null
null
null
null
UTF-8
C++
false
false
1,646
cpp
// https://www.acmicpc.net/submit/2798 왜 인지 모르겠지만 런타임 오류가 발생하고 있음... #include "iostream" #define CARDSIZE 101 using namespace std; // 딜러는 N장의 카드를 보이도록 놓는다. 그런 후 딜러는 숫자 M을 외친다. // 플레이어는 3장의 카드를 골라야 한다. // 플레이어는 M을 넘지 않으면서 M과 근접하도록 해야한다. int N, M; // N: 카드의 갯수, M을 외침 // 조합 int K = 3; // 고를수 있는 카드 수 int cards[CARDSIZE...
[ "noreply@github.com" ]
programrubber.noreply@github.com
38423216f492ab32faa5923d0596038810607956
d17b8c418f619acf257da9bc873ee32c92a05735
/ContraRemake/Client/Message.cpp
5b434ad9f73afbd55796ac294138d86bc26b5570
[]
no_license
Giova262/Taller-de-Programacion-I
1195c0bc5e050aa96d66eb875b0582ac6a7c27fb
174d00f1e173de7a684ad25b86bc8f525d3ef2fb
refs/heads/master
2020-03-27T20:57:43.185540
2018-11-23T14:01:02
2018-11-23T14:01:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
891
cpp
/* * Message.cpp * * Created on: Oct 12, 2018 * Author: maximiliano */ #include "Message.hh" Message::Message(std::string unique_param) { std::strcpy(messageContent, unique_param.c_str()); } Message::Message(MsgHeader header1, MsgHeader header2, std::string param1, std::string param2, std::string param3,...
[ "masterpat45@gmail.com" ]
masterpat45@gmail.com
51f2019e8851f4f650f4c5ae39e0bec15609800d
4b630e22db0216720e3097bdebe62a884e554012
/1110/permu.cpp
d60bfb8313bc108c985cd2224c01b381633e719c
[]
no_license
nyanshell/Gestapolur-Code-Storage
98da5662164cf4dac931a876200e595ae2b667df
3bd949da41dc8d7cacfe1792a2b3acaaeaa38c66
refs/heads/master
2021-05-28T04:37:29.718337
2012-05-30T07:26:04
2012-05-30T07:26:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
846
cpp
/* All Permulation Solutions write by gestapolur 2011-10-08 */ #include<iostream> #define MAXN 10005 using namespaces std; int n ; int con[ MAXN ] , st[ MAXN ] , org[ MAXN ] , pre[ MAXN ]; bool hash[ MAXN ]; void dfs() { int pos ; do{ if( pos > n ) { for( i = 1 ; i <= n ; ++ i ) ...
[ "gestapolur@gmail" ]
gestapolur@gmail
085f7f72c6bffa717a9cbd7f308f74484c95a2c9
403d878a64fa6db384eb2de1170eb87dba598664
/src/menu_text.cpp
8f5eed47d81b4d8b5f865e15c7083c5b08f57617
[]
no_license
stefanbankow/SDL2.0_BreakoutClone
82f6b9d32bb76af563328ca4f5897c2d30793dbc
fc8eafe3f67421c23f8a265623930efba843e9e2
refs/heads/master
2023-04-30T10:28:05.832392
2021-05-15T14:10:09
2021-05-15T14:10:09
359,973,520
2
0
null
null
null
null
UTF-8
C++
false
false
1,109
cpp
#include "menu_text.hpp" MenuText::MenuText(TTF_Font *font, std::string text, SDL_Color color, SDL_Renderer *renderer, int x_pos, int y_pos, int dst_w, int dst_h) { SDL_Color white = {255, 255, 255}; SDL_Surface *tmp_surface = TTF_RenderText_Blended(font, text.c_str(), white); text_texture = SDL_CreateTextu...
[ "stefanbankow@gmail.com" ]
stefanbankow@gmail.com
b7c4c9f523be4ebf4559731cf2487e326a5c7ab8
a06a9ae73af6690fabb1f7ec99298018dd549bb7
/_Library/_Include/boost/fusion/include/make_fused_procedure.hpp
7492ee8eec675bb855991f3aeb5562b9eed48d44
[ "BSL-1.0" ]
permissive
longstl/mus12
f76de65cca55e675392eac162dcc961531980f9f
9e1be111f505ac23695f7675fb9cefbd6fa876e9
refs/heads/master
2021-05-18T08:20:40.821655
2020-03-29T17:38:13
2020-03-29T17:38:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
761
hpp
/*============================================================================= Copyright (c) 2001-2007 Joel de Guzman Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =========================================...
[ "adm.fael.hs@gmail.com" ]
adm.fael.hs@gmail.com
af9119abe77422346212f9638e0e5d02108d1ec1
ca35e86a0e481fd0eec78b8b71581a168eec6411
/src/controller.h
ea262d4c7a84676f5fc0a26ad8280e19d6f29fcd
[]
no_license
zwh42/TRexRun
bc67a09aadaf52af5a21ddebf00d2df5460f6ce6
93faf9bacdafedf076d6c8f27da9ea1ded7b8be4
refs/heads/master
2020-08-03T19:09:18.895533
2019-10-14T18:03:21
2019-10-14T18:03:21
211,856,099
1
0
null
null
null
null
UTF-8
C++
false
false
153
h
#ifndef CONTROLLER_H #define CONTROLLER_H #include "trex.h" class Controller { public: void handel_event(bool &is_running, TRex *trex); }; #endif
[ "zhaowenhao@outlook.com" ]
zhaowenhao@outlook.com
781c07cbcb1f90b3ad8c0f6f49b1c510250e8849
478570cde911b8e8e39046de62d3b5966b850384
/apicompatanamdw/bcdrivers/mw/locationsrv/location_triggering_api/inc/lbtbctest.h
c8e771bc26182f525315e6d3832f5f61c1194419
[]
no_license
SymbianSource/oss.FCL.sftools.ana.compatanamdw
a6a8abf9ef7ad71021d43b7f2b2076b504d4445e
1169475bbf82ebb763de36686d144336fcf9d93b
refs/heads/master
2020-12-24T12:29:44.646072
2010-11-11T14:03:20
2010-11-11T14:03:20
72,994,432
0
0
null
null
null
null
UTF-8
C++
false
false
15,037
h
/* * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/le...
[ "none@none" ]
none@none
31affcdd7c31df6813c449e8daef3139bf560872
bd1cbd63c59d1f0c7fe11f7284b89f778c54f905
/prx_simulation/prx/simulation/trajectory.hpp
d9283f9a6a31673276d007396e0d7d4acc688084
[]
no_license
warehouse-picking-automation-challenges/rutgers_arm
e40019bec4b00838909c593466f8d3af320752fa
647f5f7a3a87ad5fdc5dae04d61fc252885199c9
refs/heads/master
2021-06-03T20:08:16.371078
2016-08-26T16:37:56
2016-08-26T16:37:56
65,869,656
1
1
null
null
null
null
UTF-8
C++
false
false
11,280
hpp
/** * @file trajectory.hpp * * @copyright Software License Agreement (BSD License) * Copyright (c) 2013, Rutgers the State University of New Jersey, New Brunswick * All Rights Reserved. * For a full description see the file named LICENSE. * * Authors: Andrew Dobson, Andrew Kimmel, Athanasios Krontiris, Zakary...
[ "vincentzhu122@gmail.com" ]
vincentzhu122@gmail.com
b21583cb7bcdbbb35c31e6662ece122c8b6b167d
fbd128056ae0fd1f2103ed110f3880c10a744351
/aquarium1/FeedEvent.h
654890a63772641ac3383e24d98e6bec6928dd6e
[]
no_license
gardero/aquarium
ca789ae07d01888f125ec95d92ba419b1418dea7
3ac44f24981067b330a263f527ceeaf0cfd2d193
refs/heads/master
2021-01-21T12:21:31.025539
2015-08-14T10:54:26
2015-08-14T10:54:26
40,710,542
0
0
null
null
null
null
UTF-8
C++
false
false
619
h
/* * FeedEvent.h * * Created on: Jul 28, 2015 * Author: gardero */ #ifndef FEEDEVENT_H_ #define FEEDEVENT_H_ #define STEPS 100 #define IN1 8 #define IN2 9 #define IN3 10 #define IN4 11 #include "Stepper.h" #include "EventHandler.h" #include "Arduino.h" class FeedEvent : public EventHandler{ privat...
[ "gardero@gmail.com" ]
gardero@gmail.com
42637cd0cc391ed5b300fd7396824f333aebb260
ee699f74b0bc0dd76d607f3becd2651ceca6f4ad
/boost/property_map/traits/value_type.hpp
6eb83ce4467bbc6abd665b5c680afac72cbb7f35
[ "BSL-1.0" ]
permissive
ericniebler/time_series
fe26a377230a2d0f003bf421894a8f60791dc864
4040119366cc21f25c7734bb355e4a647296a96d
refs/heads/master
2016-09-06T11:56:21.128720
2013-03-19T17:32:56
2013-03-19T17:32:56
8,884,331
11
4
null
null
null
null
UTF-8
C++
false
false
925
hpp
// Copyright David Abrahams 2006. Distributed under the Boost // Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_PROPERTY_MAP_TRAITS_VALUE_TYPE_DWA200655_HPP # define BOOST_PROPERTY_MAP_TRAITS_VALUE_TYPE_DWA200655_HPP # inclu...
[ "niebler@industrial-perception.com" ]
niebler@industrial-perception.com
c8c5ca3dc96c8dd9554aedc2deb0275ac1e92bd5
029c481b44b44c42605a8a828c358af39679300f
/basic/2739.cpp
0b50f7286e81e79a6d55c013f8b1053fcaaeb836
[]
no_license
cbajs12/BOJ
93f4406c8820b834a48166f18abf89b7481cab7e
1e6ac6c98fe1336dd48db146199f8ebe7c4e216f
refs/heads/master
2020-05-29T12:23:11.757012
2019-06-08T12:14:58
2019-06-08T12:14:58
68,577,265
0
0
null
null
null
null
UTF-8
C++
false
false
276
cpp
#include <iostream> using namespace std; int main(void){ int num1; int i; cin>>num1; if(num1 < 1 || num1 > 9) return 0; for(i=1; i<=9; ++i){ printf("%d * %d = %d", num1, i, num1*i); if(i != 9) printf("\n"); } }
[ "cbajs20@gmail.com" ]
cbajs20@gmail.com
1fa367d55af6e04c7bcb4163473c225171220d3d
1890b475dc4e7b856f973252080814b14bb52d57
/aws/v7.1/Samples/netds/nap/shv/stdafx.h
ea3e143508fa7803a6b661f33446438e9c4c9b7f
[]
no_license
nfouka/InnoSetup5
065629007b00af7c14ae9b202011e12b46eea257
df39fc74995a6955d2d8ee12feed9cff9e5c37db
refs/heads/master
2020-04-20T02:51:58.072759
2019-01-31T21:53:45
2019-01-31T21:53:45
168,582,148
2
2
null
null
null
null
UTF-8
C++
false
false
815
h
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights reserved. #ifndef...
[ "nadir.foukagmail.com" ]
nadir.foukagmail.com
0715fa587ad7d105845dec6fa7f08e53902dd340
feaeb579f3a8d4d86ea9ddcae5bbfa8b4d100655
/VisualStuido2019/rigid_simul/main.cpp
c67a16e19ed5d0919c3ae4866b78391fa2c3c9e9
[]
no_license
LEE-JAE-HYUN179/simple-rigidbody-simulation
92021deace9df1980998802ffc71370a8fcede01
a3c387a8afabc17d801f8d3cad9b99199d1ee0f0
refs/heads/master
2023-02-22T00:13:05.838442
2021-01-23T18:03:56
2021-01-23T18:03:56
305,069,288
4
0
null
null
null
null
UTF-8
C++
false
false
3,853
cpp
// // main.cpp // rigid_simul // // Created by 이재현 on 2020/10/17. // #include <iostream> #include <GL/glew.h> #include <GL/GLU.h> #include <GL/glut.h> #include <GLFW/glfw3.h> #include "Sphere.hpp" GLFWwindow* window; int WINDOW_WIDTH=0; int WINDOW_HEIGHT=0; int init(){ if (!glfwInit()) { std::cout <...
[ "leejaehyun1223@gmail.com" ]
leejaehyun1223@gmail.com
512bd8a82365e4393ff8c59397f29aebbc2b5f30
c4e6fb201848da3ad00fa653972db90579aed1f0
/src/lighting/03_materials.cpp
bb8bcfea1b23f374be67a6745f514b77fa3edb07
[ "Apache-2.0" ]
permissive
clsrfish/learnogl
7fe9860a5c7a998061e23a9e8759bb155e1ea554
3e1cc42a595dd12779268ba587ef68fa4991e1f5
refs/heads/master
2023-01-01T08:57:09.123070
2020-10-22T16:50:06
2020-10-22T16:50:06
299,946,579
0
0
null
null
null
null
UTF-8
C++
false
false
10,393
cpp
// // 03_materials.cpp // // Created by Clsrfish on 08/10/2020 // #include <iostream> #include <glad/glad.h> #include <GLFW/glfw3.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include "../gl/shader.h" #include "../gl/camera.h" #include "../gl/gl_utils.h" #include ...
[ "clsrfish@gmail.com" ]
clsrfish@gmail.com
4c8087e32dac5084d7b773020a50c7898979115e
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/c2/4e2c0d114add0a/main.cpp
bd94bcce93e5bacb67991b63ff8c3993627834f2
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
2,521
cpp
// listdir_recursive.c // Osmar D. G // Imprime el contenide de un directorio de manera recursiva #include <iostream> #include <string> #include <unistd.h> #include <sys/stat.h> #include <dirent.h> #include <cstdlib> #include <cerrno> #include <memory> namespace { using dirent_entry = struct diren...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
d0415e45e09131d170898affa6c28fddae342539
688dfa72cf3e80e37f859617c66c59a99538f562
/vs2015/ootb/MyWorkspace/Win32ConsoleApplication/Win32ConsoleApplication.cpp
a81a337c4e9f1b3bb2e8861e1c456f736f3e2ca5
[ "MIT" ]
permissive
starkos/premake-reference
813d9d65a6d0e62f9a7120ee51df17c749d85ce3
bf2c7d869c02f675ce96a4f28cf67ec702892bf3
refs/heads/master
2023-02-23T20:47:47.595220
2021-01-28T13:24:34
2021-01-28T13:24:58
257,704,171
1
0
null
null
null
null
UTF-8
C++
false
false
142
cpp
// Win32ConsoleApplication.cpp : Defines the entry point for the console application. // #include "stdafx.h" int main() { return 0; }
[ "starkos@industriousone.com" ]
starkos@industriousone.com
37688406cb616c9b3775f0721ec4203957ab722d
930a2c0078e8c68f96c10370224d8057161cd647
/dbtkd1711/examples/dynamic programming/JLIS.cpp
0433cd31b2c50b0a5eec5d607d7aab97cd2b24db
[]
no_license
JaechanAn/algorithm-study
bbc45f638bca00230a455e8fb5ef468b568ccce2
01b74f662cc4210f4c646f6a303cb3b8ba26ed99
refs/heads/master
2022-07-07T06:42:45.095078
2020-05-13T07:07:13
2020-05-13T07:07:13
175,931,313
0
0
null
null
null
null
UTF-8
C++
false
false
422
cpp
#include <iostream> #include <vector> using namespace std; int C, n, m, input; vector <int> A, B; int main() { cin >> C; for(int i = 0 ; i < C ; i++) { cin >> n >> m; for(int j = 0 ; j < n ; j++) { cin >> input; A.push_back(input); } for(int j = 0 ; j <...
[ "dbtkd1711@naver.com" ]
dbtkd1711@naver.com
d908fc5d40bc112efdc07577fb4d237a32f26854
51762d7e6d31381d86b395bee03cc6c5e8b14ca6
/BookCHM.cpp
746042f8d97b35abe68f6aabe380d37b3f2fc198
[]
no_license
qtnc/6reader
51c36152f51ea2af722270421aeb737a5c04f0de
f7a3a50fd7163883b1439dfda22e0fe3f4d8d4e3
refs/heads/master
2023-06-28T10:57:36.729269
2021-04-21T07:22:13
2021-04-21T07:22:13
360,067,265
2
1
null
2021-08-01T16:48:08
2021-04-21T07:12:18
C++
UTF-8
C++
false
false
3,422
cpp
#include "BookCHM.hpp" #include "wxWidgets.hpp" #include <wx/xml/xml.h> #include <wx/sstream.h> #include <wx/wfstream.h> #include <wx/filename.h> #include "stringUtils.hpp" #include "XMLHelpers.hpp" #include "cpprintf.hpp" #include "App.hpp" using namespace std; std::shared_ptr<Resource> BookCHM::findResourceByURI (co...
[ "webmaster@quentinc.net" ]
webmaster@quentinc.net
3bbdd032e8093262df8abd0cd48c25040a778f11
5b947316624979a5a0f4cca3e9db13bc87e5a92a
/DialogTools/src/undo.cpp
d7993385c7c73ba01d75a2f06121a26fe0e33975
[]
no_license
trexinc/evil-programmers
c23cc0e0d100f5b6083a3d2ca718f9b353872788
3fe7a0d97e41cdb57eb10639bb399dfca7dd3dab
refs/heads/master
2023-07-19T01:19:14.691343
2023-07-05T19:17:08
2023-07-05T19:17:08
32,504,532
66
36
null
2022-04-27T19:12:21
2015-03-19T06:22:19
C++
UTF-8
C++
false
false
6,268
cpp
/* undo.cpp Copyright (C) 2004 Vadim Yegorov Copyright (C) 2008 zg 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 3 of the License, or (at your option) any...
[ "oo.zg.oo@gmail.com" ]
oo.zg.oo@gmail.com
d8655e7de578a67c18f3ae06d2b0494a133697d9
9ac8570177bebcac786b587adf5c55d8306347e3
/HelloWorld/access_file_data.h
324219dc30eeeff6f7f0133c8a1122e0614b1016
[]
no_license
ksenya96/WEB_service
fc896d0066657ed328887268bec8a9c60a1d0942
a78b84ceff4d3a2b54c67f4972fed11f644102d3
refs/heads/master
2020-03-29T15:52:23.774530
2018-12-07T18:30:12
2018-12-07T18:30:12
150,084,605
0
0
null
null
null
null
UTF-8
C++
false
false
196
h
#pragma once #include <vector> #include "Record.h" std::vector<Record> findAll(); std::vector<Record> getResultsByUserName(std::string name); std::string addRecord(cppcms::json::value input);
[ "noreply@github.com" ]
ksenya96.noreply@github.com
d0c52bf4eed4ab7bdf7a635aa01b30c83eb00029
3c283cd167fb7b06ffafb40b4be7f644c48380dc
/src/strawgraphics/view/Button.cc
998da746becfb12a94e2fea206b6eb8ca9e65fe1
[ "Apache-2.0" ]
permissive
arnozhang/strawframework
40f47efb1b33cfb221e671c0f04ea84b2f99b9f1
630a9a543cc819d966f888211717423eed9a8497
refs/heads/master
2023-08-05T10:20:09.301655
2023-04-05T08:49:04
2023-04-05T08:49:04
70,670,573
17
2
null
null
null
null
UTF-8
C++
false
false
164
cc
#include "graphics/view/Button.h" sf::Button::Button(const Context& context) : ElementInherit(context) { setClickable(true); } sf::Button::~Button() { }
[ "zyfgood12@gmail.com" ]
zyfgood12@gmail.com
39fe213c396213de4f3138fa998f29727183a702
49bc99e5dce51af20a9137157d8035890f234c71
/lib/adapter/ButtonEdgeDetector.h
a482dedb179b95f5fa31079d391bf75c09dca807
[ "MIT" ]
permissive
dniklaus/nRF52-test
04b2d1d2d9f42e710a81fdc864a9892d6244046f
bc31943aa736af9587f4edddf157e0191e815f19
refs/heads/master
2021-08-04T15:48:07.817527
2021-01-25T01:46:52
2021-01-25T01:46:52
240,330,252
0
0
null
null
null
null
UTF-8
C++
false
false
733
h
/* * ButtonEdgeDetector.h * * Created on: 17.02.2020 * Author: dev */ #ifndef LIB_ADAPTER_BUTTONEDGEDETECTOR_H_ #define LIB_ADAPTER_BUTTONEDGEDETECTOR_H_ #include <EdgeDetector.h> #include <DetectorStrategy.h> class DbgTrace_Port; class ButtonEdgeDetector : public EdgeDetector { private: DbgTrace_Port*...
[ "dieter.niklaus@ypsomed.com" ]
dieter.niklaus@ypsomed.com
99f81c63f57da45b181b72b155bcf30cff9a31f7
7fc9d6c59c6a40d7bb3fa40a7d89f896753d25ee
/uoj/104.cpp
444117de22af5763c86830fa97c8b360c1682195
[]
no_license
yzcmf/oicode
902116f8d50c870e1a251083c6421c4563bab4fa
69d687e267a54ca64fc957595ef5327de37c005a
refs/heads/master
2020-07-25T14:17:00.186895
2016-08-08T03:07:15
2016-08-08T03:07:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,494
cpp
/* UOJ-#104. 【APIO2014】Split the sequence * 斜率优化 */ #include <cstdio> #include <algorithm> const int MaxN = 100010, MaxK = 210; int now, q[MaxN], prev[MaxK][MaxN]; long long f[2][MaxN], y[2][MaxN]; long long sum[MaxN]; double slope(int a, int b) { if(sum[a] == sum[b]) return 1.0e100; return double(y[now ^ 1][a]...
[ "miskcoo@gmail.com" ]
miskcoo@gmail.com
5f2f5adb6b04ac58f9fbbc4e086dcc6cef38d4fd
111fcd58e6c1bfb199397f2a24ab73303fa60e9a
/procmon/tests/plot_test2.cpp
cfef775fc216e51675c20a482b696bc1cc2a4895
[]
no_license
yqsy/linux_socket_test
1e13eb6d6783cb70b259dfef058e7d66c96a06a2
0e93cd73ef2ee19a46948b09caf24825c0f70cd5
refs/heads/master
2021-09-08T05:07:22.169104
2018-03-04T14:12:27
2018-03-04T14:12:27
110,062,669
0
0
null
null
null
null
UTF-8
C++
false
false
4,773
cpp
#include <algorithm> #include <assert.h> #include <cmath> #include <fstream> #include <iostream> #include <limits> #include <math.h> #include <random> #include <string> #include <vector> #include <muduo/base/Types.h> #include <boost/format.hpp> #include <gd.h> #include <gdfonts.h> using namespace muduo; typedef st...
[ "yqsy021@126.com" ]
yqsy021@126.com
21f0830f9c2245d9c1b33b4eeb3391ff12dc31bc
54a80fe158ba3f00554a955106fde800688d70e5
/include/human_sort.hpp
de89b1565ccbf23b04791bfc6103de009db4fc95
[ "Apache-2.0" ]
permissive
ibm-openbmc/bmcweb
0064f2db78203884b3e8d71b28d0b199352ebb9f
d2b4d0a024720ffcd8737949a140e6ce32056611
refs/heads/1050
2023-08-17T19:27:25.250536
2023-08-08T14:25:46
2023-08-08T14:25:46
195,868,401
13
166
Apache-2.0
2023-09-13T14:53:02
2019-07-08T18:45:17
C++
UTF-8
C++
false
false
2,937
hpp
#pragma once #include <charconv> #include <iterator> #include <string_view> namespace details { // This implementation avoids the complexity of using std::isdigit, which pulls // in all of <locale>, and likely has other consequences. inline bool simpleIsDigit(const char c) { return c >= '0' && c <= '9'; } enum ...
[ "ed@tanous.net" ]
ed@tanous.net
5d9e62d0cfa6c3cbdab93abc13733856d9896f4d
8112ddd6ead2604b37930fabf07394ca8c7c7031
/JuggleClip.h
f462391b8490d7f19e1bec8a88756a50e6e6caa2
[]
no_license
xuexl/juggle
c3e72b8efe6196e19b2f161366ecea798f982dc0
afebaeb6d06848a415ea0536b12779e3787e54ee
refs/heads/master
2022-11-11T16:10:12.658774
2020-07-03T11:16:39
2020-07-03T11:16:39
269,339,315
0
0
null
null
null
null
UTF-8
C++
false
false
1,104
h
/** * @class JuggleClip * @brief clip class */ #ifndef JUGGLECLIP_H #define JUGGLECLIP_H #include<string> #include<vtkSmartPointer.h> #include<vtkImplicitFunction.h> class vtkJuggleRenderer; class JuggleClip { public: enum ClipTools { C_PLANE }; /** *chan...
[ "xilin.xue@shmedo.cn" ]
xilin.xue@shmedo.cn
39a552727f56254573fa175cce9ef4179e672bcf
d53dca57f6e7f7915acea1aa1609575505488c8b
/Cpp/PG9.cpp
1f1b9d2067eb2d401e4f0e9a6811530ad328b85f
[]
no_license
Yeeenaa/study
0d4f519ed57ba2f65a9f1366875dee538266cc25
1eaa5db1c041b310dfdcf890dde1aad78c68b39e
refs/heads/master
2023-02-19T20:30:03.655706
2021-01-06T13:39:17
2021-01-06T13:39:17
323,650,611
0
0
null
null
null
null
UTF-8
C++
false
false
313
cpp
#include <string> #include <vector> #include <iostream> #include <algorithm> using namespace std; string solution(string s) { string answer = ""; sort(s.begin(), s.end()); for (int a = s.length(); a > 0; a--) { answer+=(s.at(a-1)); } cout << answer; return answer; } int main() { solution("Zbcdefg"); }
[ "ginto29@gmail.com" ]
ginto29@gmail.com
1776a1051a9b25f036efa179b555c1390f047972
05b8ceb85880245663723fff23ffcf73c8e5c3e2
/bench/SkSLBench.cpp
4175e395fcd038f5ce0a1f475140beb8d18fc340
[ "BSD-3-Clause" ]
permissive
RainwayApp/skia
307e562bb197914f638e3d65b9ac1a62cbfc09dd
f5583b4936ad13c4efe170807fbaf9b2decd0618
refs/heads/master
2020-12-15T20:19:20.358046
2020-07-15T16:46:54
2020-07-15T16:46:54
235,236,299
2
0
NOASSERTION
2020-07-15T17:17:37
2020-01-21T02:02:45
C++
UTF-8
C++
false
false
5,782
cpp
/* * Copyright 2019 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "bench/Benchmark.h" #include "bench/ResultsWriter.h" #include "bench/SkSLBench.h" #include "src/sksl/SkSLCompiler.h" class SkSLBench : public Benchmark { public: S...
[ "skia-commit-bot@chromium.org" ]
skia-commit-bot@chromium.org
9cdcf34541a409556441463c74f110f4e85b25b4
d04a03e59e9914268187211221c3942899d860ab
/src/editor/BsdfDisplay.hpp
082182c01256cee208928bd4f2260ef5f83a7d64
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "Zlib", "BSD-3-Clause", "MIT", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
01alchemist/tungsten
feb3a9e038471f447ee3a5ed82fe7db61bf437cb
787b1b3170c1bfa8a447b36d8e6f55e02540aad4
refs/heads/master
2021-01-25T06:36:26.068392
2017-08-05T03:09:20
2017-08-05T03:09:20
93,596,217
2
0
null
2017-08-05T03:09:20
2017-06-07T05:32:33
C++
UTF-8
C++
false
false
896
hpp
#ifndef BSDFDISPLAY_HPP_ #define BSDFDISPLAY_HPP_ #include <QLabel> #include <memory> class QImage; namespace Tungsten { class TraceableScene; class Primitive; class Scene; class Bsdf; class BsdfDisplay : public QLabel { Q_OBJECT enum PrimitiveMode { PRIMITIVE_SPHERE, PRIMITIVE_CUBE, ...
[ "mail@noobody.org" ]
mail@noobody.org
18e2386f79b7be44ab2b478c03c2759115ea5998
bd351c4d6b71836686aac138aa1ec253773ffd30
/mcrouter/routes/test/RateLimitRouteTest.cpp
4dd668547c9c37cc5b03287589e0d25b7fc01310
[ "BSD-3-Clause" ]
permissive
denveloper/mcrouter
30b5b96550df5d6dfbd31c9da7ec563dafacea17
918d8df9dd9d16958b81ea6b3beefd790bedf10b
refs/heads/master
2020-12-27T15:03:01.701596
2014-11-20T02:30:41
2014-11-20T02:30:41
26,824,719
0
1
null
null
null
null
UTF-8
C++
false
false
2,922
cpp
/** * Copyright (c) 2014, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #include <memo...
[ "alikhtarov@fb.com" ]
alikhtarov@fb.com
406071c35272d327d1752f91f2cdc5c21b3888e0
e3ff9bd01096c88aee3968ecfaecc4b2781c1608
/bitstream/boost/bitstream/bitstream_mainpage.hpp
55d91a401143f8aacbf56af2c5f49a1a7920433b
[]
no_license
dplong/bitstream
f4035ba62e15b7554655cbf6011f37526eb7b3b8
5a8d09613fe8ac847c25b6162a553f5d7f5f9a6b
refs/heads/master
2021-01-23T18:52:04.680003
2015-07-13T00:00:01
2015-07-13T00:00:01
11,407,008
2
0
null
null
null
null
UTF-8
C++
false
false
1,461
hpp
// Copyright Paul Long 2013 // Copyright Paul A. Bristow 2013 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org for updates, documentation, and revision history. #IFNDEF BOOST_BITST...
[ "plong@packetizer.com" ]
plong@packetizer.com
5a76f0160a3d94223c838bfcd75210262c1cc299
7c9136d87b8895ac6532ef2af58edf3ecc29d175
/StringStatusDlg.h
ea6afecf1722368d996bca0cb0b0ec18891ecef2
[]
no_license
khhubb/csda-new-ssb
038d75858cba1e029f4f1315d6ebba95e5d9fb91
96eaf896ba6c91914f69671171f5488cf0fb5d3f
refs/heads/master
2020-07-01T03:36:45.777439
2016-08-17T22:00:09
2016-08-17T22:00:09
74,102,071
0
0
null
null
null
null
UTF-8
C++
false
false
3,031
h
#if !defined(AFX_STRINGSTATUSDLG_H__09E93CEC_B711_11D1_806D_006097B38214__INCLUDED_) #define AFX_STRINGSTATUSDLG_H__09E93CEC_B711_11D1_806D_006097B38214__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // StringStatusDlg.h : header file // #include "StringStatusGrid.h" class CCaster...
[ "dmiller2718@gmail.com" ]
dmiller2718@gmail.com