blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d9e9cf34d5bda0c3b958cd5f09fb171fd78f35f3 | 6c3d274858d062894ac4ff8aed2e4962f3a0d1fb | /src/crypto/key_pair.cpp | 0b723bcc1401be2e8ca11b1e0c7df142dc425521 | [
"Apache-2.0"
] | permissive | eddyashton/CCF | eab68ba7afb05a3cc4460aacae2c52fbe7c6171f | de7329a31d57774bc135c41bc60c0fd4888fb107 | refs/heads/main | 2023-08-19T08:53:19.594030 | 2022-08-02T14:10:12 | 2022-08-02T14:10:12 | 184,758,106 | 0 | 1 | Apache-2.0 | 2023-03-20T14:59:57 | 2019-05-03T13:15:33 | C++ | UTF-8 | C++ | false | false | 829 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#include "ccf/crypto/key_pair.h"
#include "openssl/key_pair.h"
#include "openssl/public_key.h"
#include <cstring>
#include <iomanip>
#include <limits>
#include <memory>
#include <string>
namespace crypto
{
using... | [
"noreply@github.com"
] | noreply@github.com |
a98eb3e9414207671f53e522d9d4ab476d835749 | 957446b38390a50915647f3becf4656262ec9c46 | /src/cpp/framework/graphics/mainLoop.hpp | ff1d6e3cc9bc2d8aa345684fe23a8253f2d7226e | [] | no_license | przempore/car_crash | 58bfdba1ad3c64c0616004d23bb12cb3b3ed7244 | c99dab0d17bfaed1a762b7f38bad777d58d60b64 | refs/heads/master | 2021-07-11T13:44:07.718677 | 2020-10-18T14:54:22 | 2020-10-18T14:54:22 | 214,025,750 | 0 | 0 | null | 2020-01-22T00:40:32 | 2019-10-09T21:19:27 | C++ | UTF-8 | C++ | false | false | 326 | hpp | #ifndef CAR_CRASH_SRC_FRAMEWORK_DETAILS_MAINLOOP_HPP_
#define CAR_CRASH_SRC_FRAMEWORK_DETAILS_MAINLOOP_HPP_
#include <cstdint>
#include "../utilities/client_config.hpp"
namespace CC {
bool mainLoop(const ClientConfig& config = ClientConfig{});
} // namespace CC
#endif // CAR_CRASH_SRC_FRAMEWORK_DETAILS_MAINLOOP... | [
"przempore@gmail.com"
] | przempore@gmail.com |
f18e3524c400e66723c18d74572aad88d85d159d | 6d08a769349fd93adc038102871188a7f02112c3 | /MarbleGame/Lightning.h | 75f44cb1eba96c4eb7031a8de779104027fb327d | [] | no_license | joles772/MarbleGame | 3c9682313922dba07a21397e5239a388b6352133 | f40cb722569733ca9ec26ed99e64fb742ea40d52 | refs/heads/master | 2020-03-25T17:57:46.483066 | 2018-08-08T12:17:01 | 2018-08-08T12:17:01 | 144,005,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 183 | h | #pragma once
#include "Level.h"
class Lightning
{
public:
Lightning();
~Lightning();
void draw();
void makeBolt();
std::vector<std::vector<Level::Point>> bolt;
int myTex;
};
| [
"audentity5@gmail.com"
] | audentity5@gmail.com |
1bf7bcc8a6c3c1de6d1cafafdd8c14f3f96f88f0 | 14079921f08d92421b43f114e74f923869368e52 | /20191024/p_sort_based_on_me.cpp | 4c50d191b2c79740f21cc75e1a8e48941754cf3f | [] | no_license | danbi5228/Algorithm | 07078099e05668dbc63c087045d6bbd47fb3bc9c | 9fda640315d225a1f8e89d38896ef300391918eb | refs/heads/master | 2021-07-11T07:59:15.580315 | 2020-10-06T14:36:11 | 2020-10-06T14:36:11 | 195,342,125 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 691 | cpp | /*
프로그래머스 - 문자열 내 마음대로 정렬하기
*/
#include <string>
#include <vector>
#include <utility>
#include <algorithm>
using namespace std;
vector<string> solution(vector<string> strings, int n) {
vector<pair<char, int>> tmp;
vector<string> answer;
sort(strings.begin(), strings.end());
for (int i = 0; i < strings.size(); i+... | [
"danbi5228@naver.com"
] | danbi5228@naver.com |
727439c3663717d23da0f87fe791444366f9a575 | 3608b898eb89c48434390f4db6dd0ddbdbafeadb | /Lab_1/chap3_exercise11.cpp | 9bdf57eda96e0c16f69dcc4267bf47d7ea680599 | [] | no_license | sirasjad/DFOD1200 | 6d8cb93a2d1e659178a0555152efafcce250dea4 | e6986ee56b75fa0cd3f2d37cac824630babe4678 | refs/heads/master | 2021-09-22T20:05:27.566930 | 2018-09-14T22:16:07 | 2018-09-14T22:16:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | cpp | #include <iostream>
using namespace std;
void konverter(int orer){
system("clear");
long int kroner = 0;
long int femti_lapp = 0;
long int hundre_lapp = 0;
long int femhundre_lapp = 0;
long int tusen_lapp = 0;
if(orer >= 100){
kroner = orer / 100;
orer = orer % 100;
}
if(kroner >= 50){
f... | [
"sirasjad@gmail.com"
] | sirasjad@gmail.com |
112a909cf75dc87ca057a1296f74431c049d7974 | ceac06d12a7983d67c9f2e88176b1241ba66fe44 | /Inversion_LUP1/INLINE/syn/systemc/inverse_top_fadd_bkb.h | 51b23be4d5f8edaa5433c2c13436a83f41ffd2a7 | [] | no_license | garvitgupta08/Matrix-multiplication-and-inversion-IP-in-HLS | 1a84e1788151b18b8dc54c203cb441bf68393bc2 | a9e686e4710abb7e648145520416fc40400763b9 | refs/heads/master | 2022-12-29T19:26:00.873927 | 2020-10-02T13:42:31 | 2020-10-02T13:42:31 | 297,989,533 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | h | // ==============================================================
// Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC v2019.1 (64-bit)
// Copyright 1986-2019 Xilinx, Inc. All Rights Reserved.
// ==============================================================
#ifndef __inverse_top_fadd_bkb__HH__
#define __in... | [
"garvit.gupta08@gmail.com"
] | garvit.gupta08@gmail.com |
7731ed639024820e8225be970c0458e20c011214 | 43cc6231174c84d9b544525f6e7fc42eede8c7bc | /plugin/sample/plugin-interfaces/AppAbstractPlugin.h | 6fe180d238fd2e7dcfdf439314abf56e145ce659 | [
"MIT"
] | permissive | hasboeuf/hb | e469a6de8ae26416c8e306500022e92bb540d31f | d812f2ef56d7c79983701f1f673ce666b189b638 | refs/heads/master | 2020-04-23T10:39:12.893445 | 2019-04-16T22:55:53 | 2019-04-16T22:55:53 | 171,110,849 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 683 | h | #ifndef APPABSTRACTPLUGIN_H
#define APPABSTRACTPLUGIN_H
// Hb
#include <IHbPlugin.h>
// Local
#include <AppPlatformService.h> // Covariance.
namespace hb {
namespace pluginexample {
using hb::plugin::IHbPlugin;
class AppAbstractPlugin : public IHbPlugin {
public:
explicit AppAbstractPlugin();
virtual ~AppAbs... | [
"adrien.gavignet@gmail.com"
] | adrien.gavignet@gmail.com |
18021f2f31075da7b9df055f496ec248fea5f668 | a2ab786968c8e9361cf79ef438b87605a5c626bf | /build-QtTcpClientConsumer-Desktop_Qt_5_10_1_MinGW_32bit-Debug/ui_mainwindow.h | 8601ba22a3ace91da060f35f22560cfbf1855b9b | [] | no_license | Kennedi1313/DCA1202_clients | 8c95efcaa9746d05e64ea7bad19cd56364446834 | 1a9aeec8c7fada3ce604a61d704909ecfac8fc57 | refs/heads/master | 2020-03-21T17:00:25.493807 | 2018-06-27T00:16:52 | 2018-06-27T00:16:52 | 138,807,255 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,343 | h | /********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.10.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*********************************... | [
"francisco_kennedi@hotmail.com"
] | francisco_kennedi@hotmail.com |
dc92b511716b90b209f11496cb6bc78734f2e949 | 0e2e14c9de81ba0bcdd7d0ed76a45c96e87a5487 | /D01 - C++ Basics 2/ex05/Brain.cpp | 351b3205a33ed4d6caa5ef59c69681588455492c | [] | no_license | Oksanatishka/42_Piscine_CPP | a42dfb11771cc81431b2787ec323caa39735455e | b5aa739a8676155426aad376080da7912f945c7b | refs/heads/master | 2020-04-17T23:43:05.792585 | 2019-02-07T19:30:55 | 2019-02-07T19:30:55 | 167,047,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 233 | cpp | #include "Brain.hpp"
Brain::Brain( bool isSmart ) : _isSmart(isSmart)
{
if (_isSmart || !_isSmart)
_addres << this;
}
Brain::~Brain( void )
{
return ;
}
std::string Brain::identify( void ) const
{
return _addres.str();
}
| [
"oksanabibik93@gmail.com"
] | oksanabibik93@gmail.com |
5c2fd8e4d83b48c8a22a313daf28b8ac46e58322 | 27907c027a68125ac9602755aaba5fc21a39ab8e | /PrintBuf.h | d13cbbea1e6fe0fe3396b704a61db315fb45c0f5 | [] | no_license | davies46/Wet-Room-Controller | 2ca8c11b572d34abfdeb915622e5c5cf58c8d7e9 | df17514643ec9960e0e37b8797a15eec2759baa3 | refs/heads/master | 2021-07-07T16:17:45.292135 | 2017-10-04T09:57:55 | 2017-10-04T09:57:55 | 105,750,054 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 762 | h | /*
* PrintBuf.h
*
* Created on: 27 Dec 2014
* Author: pdavies
*/
#ifndef PRINTBUF_H_
#define PRINTBUF_H_
#include <Arduino.h>
class PrintBuf: public Print {
uint8_t buf[128];
char *bufP;
uint8_t lastLen;
public:
inline PrintBuf() {
bufP = (char*) buf;
}
virtual ~PrintBuf() {
}
inline char *con... | [
"phil.m.davies@gmail.com"
] | phil.m.davies@gmail.com |
c501cdc514489aaf77e81b34d2bdd67ac610c25a | d9c164c8b2319b67775f3a3a0e7dbcb1f9c5b7c6 | /lib/ClockTimer/src/RtcWrapper.h | 7e0e22209ae51550a2dc7122e489828d7cf79c91 | [] | no_license | kseebaldt/clock_rtc | 93fdd944f5ad9c9b5816bcc426b5918202bfad83 | afe918139fe1f66036ebe64e84eaff1d59b48d17 | refs/heads/master | 2021-09-08T07:29:24.484525 | 2019-05-21T21:20:42 | 2019-05-21T21:20:42 | 186,190,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | h | #ifndef _RTCWRAPPER_H_
#define _RTCWRAPPER_H_
#ifdef ARDUINO
#include "RTClib.h"
typedef RTC_DS1307 RtcWrapper;
#else
#include "FakeRtc.h"
class RtcWrapper {
public:
boolean begin(void);
static void adjust(const DateTime& dt);
uint8_t isrunning(void);
... | [
"kseebaldt@gmail.com"
] | kseebaldt@gmail.com |
ec92a487dc8f5f52cfafd24913951201917d4f7b | 6aeccfb60568a360d2d143e0271f0def40747d73 | /sandbox/SOC/2011/simd/libs/simd/mini_nt2/nt2/include/functions/arg.hpp | cd6ea28cb104c81656fa7c5dae29e4ab07618215 | [] | no_license | ttyang/sandbox | 1066b324a13813cb1113beca75cdaf518e952276 | e1d6fde18ced644bb63e231829b2fe0664e51fac | refs/heads/trunk | 2021-01-19T17:17:47.452557 | 2013-06-07T14:19:55 | 2013-06-07T14:19:55 | 13,488,698 | 1 | 3 | null | 2023-03-20T11:52:19 | 2013-10-11T03:08:51 | C++ | UTF-8 | C++ | false | false | 163 | hpp | #ifndef NT2_INCLUDE_FUNCTIONS_ARG_HPP_INCLUDED
#define NT2_INCLUDE_FUNCTIONS_ARG_HPP_INCLUDED
#include <nt2/toolbox/arithmetic/include/functions/arg.hpp>
#endif
| [
"loufoque@gmail.com"
] | loufoque@gmail.com |
9d22c8ee41964429f5819d880b0697e749bd86ee | dcbd41891a4dfefe941a73ca071e5553a367ed8f | /CFightingScriptSetting.cpp | f478ea7ecaabae6b3f4fd8d0342911deb08726ae | [] | no_license | cuiopen/GameServer-4 | dbaf074c127d3cd5a0aae47e2303d6b0e6b01633 | 3235d24a9eeeb065bd5296d2e36d8ccba3174836 | refs/heads/master | 2020-03-19T15:47:26.790489 | 2015-05-15T01:48:03 | 2015-05-15T01:48:03 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 6,715 | cpp | #include <memory>
#include "CFightingScriptSetting.h"
template<> CCFightingScriptSetting* CCSingleton<CCFightingScriptSetting>::ms_Singleton=0;
CCFightingScriptSetting::CCFightingScriptSetting(void)
{
}
CCFightingScriptSetting::~CCFightingScriptSetting(void)
{
}
//根据世界ID获取世界副本信息
CT_BOOL CCFightingScript... | [
"wangluofan@gmail.com"
] | wangluofan@gmail.com |
b82ef8ebe1841613f0ce3f61f0df848d1dd260b4 | e804af044e5209dca7103b67fbdfba3dcf189870 | /cuda-samples-10.2/Samples/nvJPEG_encoder/nvJPEG_encoder.cpp | 7390731b5dc9440d0dc9940c4e5b47dcabf9af16 | [
"MIT"
] | permissive | dcmartin/slipstream | 6c8e3605463df937fef061eebc9205a03c27ed1e | 72ec3e80cbe600afce61c1dbfa6d84ef4c16867c | refs/heads/master | 2022-10-19T00:47:41.021425 | 2020-06-08T17:35:49 | 2020-06-08T17:35:49 | 270,355,088 | 1 | 0 | MIT | 2020-06-07T15:53:26 | 2020-06-07T15:53:25 | null | UTF-8 | C++ | false | false | 17,456 | cpp | /* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of condi... | [
"github@dcmartin.com"
] | github@dcmartin.com |
053e56dd045815aa28c825eb33b02efafdfede40 | ae716f70009a8e1433f11c07ffbc7f9578eaaf81 | /include/cpgf/greference.h | 3d9b30e1da005f483ee2f3e76de21367465d8a68 | [
"Apache-2.0"
] | permissive | michalslonina/cpgf | b4aefab1fd3371ef41593be87bae37b0c8ecf779 | 5231b3e650af4b2b0bb63bdeb0a7f25dd82cdaf3 | refs/heads/develop | 2021-01-18T05:30:33.465421 | 2015-11-29T09:59:19 | 2015-11-29T09:59:19 | 47,057,611 | 0 | 0 | null | 2015-11-29T09:29:26 | 2015-11-29T09:29:26 | null | UTF-8 | C++ | false | false | 1,710 | h | #ifndef CPGF_GREFERENCE_h
#define CPGF_GREFERENCE_h
#include "cpgf/ggetobjectaddress.h"
namespace cpgf {
template <typename T>
class GReference
{
public:
typedef T Type;
public:
explicit GReference(T & data) : dataAddress(getObjectAddress(data)) {
}
GReference(const GReference & other) : dat... | [
"wqking@outlook.com"
] | wqking@outlook.com |
bcf6273291dad9e10d9b5ae4d3fb9a0ed071aec0 | 913d4919c8041b918c51b57d52acaad1f99a82e0 | /divisible_subarrays.cpp | 5049336e7f5cd35535c0e26156dd07fd72de671a | [] | no_license | KunalFarmah98/Interview-Questions | f126d6fb74bfadf03a1e00b523549c7c24e5ffec | 61f638e16823992ac9578349fef6535fa231da83 | refs/heads/master | 2022-07-29T16:19:56.356807 | 2020-05-25T15:14:08 | 2020-05-25T15:14:08 | 266,811,559 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,819 | cpp |
//KUNAL FARMAH
//@kunalfarmh98@gmail.com
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
/**
Logic
Let there be a subarray (i, j) whose sum is divisible by k
sum(i, j) = sum(0, j) - sum(0, i-1)
Sum for any subarray can be written as q*k + rem where q
is a quotient and rem is remainder
Thus, ... | [
"kunalfarmah98@gmail.com"
] | kunalfarmah98@gmail.com |
00c2d6274677d870f293e803055f5b14670d41e7 | 8a9fd9c203b6a9436cb397b8ddd12834f109e5e4 | /src/lib/mu/MuQt/QStackedWidgetType.h | 1e353fdf9484b5572862fb1bbb0f398802bb34dc | [
"BSD-3-Clause"
] | permissive | jimhourihan/mu | d5c31fa14c3f1640660090c29158da5d92343f54 | 3f4a150570c0fb8354f8f39c7819511e1f98ceb5 | refs/heads/master | 2022-11-30T22:27:33.025801 | 2015-01-05T16:36:04 | 2015-01-05T16:36:04 | 26,831,961 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,678 | h | //
// Copyright (c) 2009, Jim Hourihan
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of source code must retain the above
// copyright notice, this... | [
"jim@tweaksoftware.com"
] | jim@tweaksoftware.com |
0dc877c0b69c7b8925896999f00dffc091bb39b3 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/PolicyConditionInPolicyCondition/UNIX_PolicyConditionInPolicyCondition_DARWIN.hxx | 3a8a364a7d4696ac62ee3494119766e20472f3bd | [
"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 | 161 | hxx | #ifdef PEGASUS_OS_DARWIN
#ifndef __UNIX_POLICYCONDITIONINPOLICYCONDITION_PRIVATE_H
#define __UNIX_POLICYCONDITIONINPOLICYCONDITION_PRIVATE_H
#endif
#endif
| [
"brunolauze@msn.com"
] | brunolauze@msn.com |
1ffa89494fadb8c846504a3d680be1b15348d81e | bf4d309295b261a61cface2f40ed414323d9ac41 | /ESP2866-NTP-Clock-HTTP-TZ.ino | ffb7df0be3b2c9aa8fae6d01c3609b3a353950b6 | [] | no_license | Lv2hack/ESP2866-NTP-Clock-HTTP-TZ | 3ff170e09ef56f9dcbc0894d3eb1f000e0730456 | b0bf88871fdd882117cc42e18397c233f64b0dfe | refs/heads/master | 2021-09-05T10:56:27.225792 | 2018-01-26T16:53:32 | 2018-01-26T16:53:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,191 | ino | //
// NTP-Based Clock based on code from https://steve.fi/Hardware/
//
// This is a simple program which uses WiFi & an 4x7-segment display
// to show the current time, complete with blinking ":".
//
// Added a web configuration page which is available while the clock
// is running. This allows changing the... | [
"alext@pobox.com"
] | alext@pobox.com |
977cc7da383e0a0b0302234cf5fe090b5643221e | 04bda0a5f1b1a9039a4d6dd3d44945a85c6e423e | /include/aikido/planner/dart/ConfigurationToConfiguration_to_ConfigurationToConfiguration.hpp | 64545ee2f1ebf19fde315a65006017c7397272f0 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | personalrobotics/aikido | 99ae1804fcc1a7abeef705139be29f8c728079fd | fb0cfa99e6d931a4d5784e139e978f61063b3c00 | refs/heads/master | 2023-03-17T00:39:45.637699 | 2023-03-10T20:04:18 | 2023-03-10T20:04:18 | 34,424,077 | 213 | 35 | BSD-3-Clause | 2023-03-10T20:04:19 | 2015-04-23T00:33:33 | C++ | UTF-8 | C++ | false | false | 1,432 | hpp | #ifndef AIKIDO_PLANNER_DART_CONFIGURATIONTOCONFIGURATIONTOCONFIGURATIONTOCONFIGURATION_HPP_
#define AIKIDO_PLANNER_DART_CONFIGURATIONTOCONFIGURATIONTOCONFIGURATIONTOCONFIGURATION_HPP_
#include "aikido/planner/ConfigurationToConfigurationPlanner.hpp"
#include "aikido/planner/dart/ConfigurationToConfigurationPlanner.hpp... | [
"brianhou@users.noreply.github.com"
] | brianhou@users.noreply.github.com |
0570ccddc109375545da2402c10c0eca54401f32 | ffe8b00c01428086ec5dc3f5269ef0125c04ee7f | /src/entt/entity/snapshot.hpp | 581c5aa848d1a749f57914e91b5491a480e46fbb | [
"MIT",
"CC-BY-4.0",
"CC-BY-SA-4.0"
] | permissive | m-waka/entt | d689507b78f9571b6fd5ae1d5df63b6f4f29bf25 | 4913c9e6ecde672ed69182aa8a33c78f10c475ea | refs/heads/master | 2021-07-13T04:38:06.635153 | 2018-12-11T11:41:15 | 2018-12-11T11:41:15 | 131,844,781 | 0 | 0 | MIT | 2018-12-10T12:54:17 | 2018-05-02T12:04:19 | C++ | UTF-8 | C++ | false | false | 20,003 | hpp | #ifndef ENTT_ENTITY_SNAPSHOT_HPP
#define ENTT_ENTITY_SNAPSHOT_HPP
#include <array>
#include <cstddef>
#include <utility>
#include <cassert>
#include <iterator>
#include <type_traits>
#include <unordered_map>
#include "../config/config.h"
#include "entt_traits.hpp"
namespace entt {
/**
* @brief Forward declaratio... | [
"michele.caini@gmail.com"
] | michele.caini@gmail.com |
839076d924b743c021a8872c7818f0faf0e17463 | f3b5c4a5ce869dee94c3dfa8d110bab1b4be698b | /controller/src/control-node/test/network_agent_mock.h | aada5a024dbffd785cb380855bce22e090aee1f6 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | pan2za/ctrl | 8f808fb4da117fce346ff3d54f80b4e3d6b86b52 | 1d49df03ec4577b014b7d7ef2557d76e795f6a1c | refs/heads/master | 2021-01-22T23:16:48.002959 | 2015-06-17T06:13:36 | 2015-06-17T06:13:36 | 37,454,161 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,238 | h | /*
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
*/
#ifndef __ctrlplane__network_agent_mock__
#define __ctrlplane__network_agent_mock__
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <map>
#include <pugixml/pugixml.hpp>
#include <tbb/compat/condition_variable>
#include <... | [
"pan2za@live.com"
] | pan2za@live.com |
7119f2a69668696d49b00d15a078120d7477fa5c | b02f4e748d42b6dc195ecf02a6a047b6db8bb561 | /srm789/srm789/Source.cpp | cef04b2cd2d6b813b2810212a58f0c06d1837e57 | [] | no_license | pcodex/tc250L1 | a74e3ddeafffab818ec4613ddce55637571d2ac1 | e96f253a065576e924b5d02f2ad3e2066a5a199c | refs/heads/master | 2021-04-24T00:20:14.025346 | 2020-09-30T21:06:02 | 2020-09-30T21:06:02 | 250,042,476 | 0 | 0 | null | 2020-09-30T21:06:04 | 2020-03-25T17:14:04 | C++ | ISO-8859-1 | C++ | false | false | 5,668 | cpp | /*
Problem Statement
Here's the beginning of an ASCII art bitmap that depicts a tape measure:
###################################################
# # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # #
# # #
0 10... | [
"prab.missier@gmail.com"
] | prab.missier@gmail.com |
662dad72996ca0fcd5912f51c2340e4075cc9c4c | 38c10c01007624cd2056884f25e0d6ab85442194 | /third_party/WebKit/Source/core/testing/DictionaryTest.cpp | 5545867abf5c690cffadb9e8a21387545b6d33f9 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"LGPL-2.0-only",
"LGPL-2.1-only",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 8,456 | cpp | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "config.h"
#include "DictionaryTest.h"
#include "bindings/core/v8/V8ObjectBuilder.h"
#include "core/testing/InternalDictionary.h"
#include "core... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
2d9b74c447dafb4bdc34a4f67bdad3689190afc0 | 506e96a1186f5524ad9a6f1466e65f4c6857a1c3 | /codeforces/1279/B.cpp | 9be1ba6a007d9643b4de54ca99edec43cc4031cb | [] | no_license | 142ayushkumar/OJ-Submissions | 65c5a9baf13b9a8155178f66a1698dcbcc05d24f | a71e9a8f96cba8859158db7d25b04f28fc9efa34 | refs/heads/master | 2023-02-04T07:28:40.316895 | 2019-12-16T15:25:00 | 2020-12-22T09:10:06 | 323,572,960 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,973 | cpp | #include <bits/stdc++.h>
using namespace std;
#define fastio ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0)
#define pb push_back
#define mp make_pair
#define int long long
#define all(c) (c).begin(),(c).end()
#define M 1000000007
#define INF LLONG_MAX
#define pr(...) dbs(#__VA_ARGS__, __VA_ARGS__)
template <... | [
"142ayushkumar@gmail.com"
] | 142ayushkumar@gmail.com |
ea99ea033781737330c77adb6d28ff78ac2ff812 | 7eec256284530e38e2e3b34cfb003fb27d592ccd | /IM - Intergalactic Map.cpp | 01b7349da0d6e9982c44debb4778b0e125d2e376 | [] | no_license | rudyjayk/SPOJ | 88c6c1c504c0570305737b14249c2e39dc61cb39 | dd961a5efff3c30fbb03dea957e03674f4dea255 | refs/heads/master | 2022-03-04T03:36:39.429095 | 2019-10-28T09:14:42 | 2019-10-28T09:14:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,357 | cpp | #include<bits/stdc++.h>
using namespace std;
#define ll long long
#define inf 1e18
#define vi vector<int>
/**
https://youtu.be/M6cm8UeeziI
https://cp-algorithms.com/graph/dinic.html
*/
/// 0 based
struct Edge
{
int from;
int to;
ll cap;
ll flow = 0;
Edge(int _from, int _to, ll _cap)
... | [
"noreply@github.com"
] | noreply@github.com |
790a00cbd89ace89f84d8f773e42a765ffb9bb00 | d4c0b7fd40ddd8be34cb092cb7fd173f381dba65 | /ForwardTTreeAnalysis/interface/DijetsTriggerAnalysis.h | b3710faee5b9f478d7e26b2ced67dfb0b698b18f | [] | no_license | ForwardGroupBrazil/ForwardAnalysis | 8dceaacb1707c0769296f3c7b2e37c15a4a30ff7 | 5572335f19d1e0d385f73945e55e42fb4ed49761 | refs/heads/master | 2021-01-16T01:02:02.286181 | 2013-09-12T20:54:02 | 2013-09-12T20:54:02 | 12,787,581 | 1 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 3,093 | h | #ifndef DijetsTriggerAnalysis_h
#define DijetsTriggerAnalysis_h
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "L1Trigger/GlobalTriggerAnalyzer/interface/L1GtUtils.h"
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctHFRingEtSums.h"
#inclu... | [
""
] | |
cb3e63d3664917ed03499b8a24fc0ca2c55c5252 | 4e80311439acf8d2d86125dc8952a8577c31fc13 | /Build/Test_QT5/Test/Base/CH07/0703_sound.h | ba5fb1cd4474aae10545913a20a85da2c2f3356c | [] | no_license | mytree/Test_QT5 | fcf4b1c5ddb3781fc7e3c6becf2f402b99343737 | 05f8185d6655338ae21d21b6b495e44be51fc972 | refs/heads/master | 2020-09-12T22:05:08.508974 | 2020-01-06T08:53:26 | 2020-01-06T08:53:26 | 222,572,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 418 | h |
#pragma once
#ifdef __linux__
class C0703_Sound : public ITestObject {
public:
virtual int OnTest(int nArgNum, char **ppArgs) {
return -1;
}
};
#else
# include <QtMultimedia/QSound>
class C0703_Sound : public ITestObject {
public:
virtual int OnTest(int nArgNum, char **ppArgs) {
QApplication app(nArgNum, ppArg... | [
"tape-a@hanmail.net"
] | tape-a@hanmail.net |
96cb57e2f1d4d506e66b2271c5e63892cd50dad0 | 03f98883a8cf6eb060588c81925ea795db83324e | /src/Code/MATCRYPT.CPP | 935d2d6b93b0c32ef3198592bb1c28f6789bdd5c | [
"Apache-2.0"
] | permissive | featherless/2003-EscapeFromTheFunkyFactory | d164b60184fc55095fd7ca3740809851067feae2 | b4214404322c40e6755f22156e6b3d5d96b3dc9a | refs/heads/master | 2020-12-24T21:00:29.988544 | 2016-05-27T05:59:08 | 2016-05-27T05:59:08 | 59,804,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,831 | cpp | ///////////////////////////////////////////////
/* */
/* MATCRYPT.CPP - SOURCE FILE FOR MATCRYPT.H */
/* MATRIX ENCRYPTION ALGORITHM OBJECT */
/* */
/* CREATED DAV YUST, 2002 */
/* SNIPERDAV@FP... | [
"jverkoey@gmail.com"
] | jverkoey@gmail.com |
4afe7b7cb3bec57966d6f7c9123aea008f61e2f9 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/ds/dns/server/wmi/source/dnscache.cpp | e62245edf2de724d72fcb12ef77f887b045e3843 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 7,023 | cpp | /////////////////////////////////////////////////////////////////////
//
// CopyRight ( c ) 1999 Microsoft Corporation
//
// Module Name: dnscache.cpp
//
// Description:
// Implementation of CDnscache class
//
// Author:
// Henry Wang ( henrywa ) March 8, 2000
//
//
/////////////////////... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
175d380dcd67811626b1386fae3774d2875a3172 | b968cc31c461fbca5b44fb408cc5aa9ea31c251f | /wand/wand.ino | 3a0d89c8f6f36dddb39198240e334314b8f992b8 | [
"MIT"
] | permissive | wermy/dueling_wands | 58b06dc3e6d09d71a94bcb32a12bc8861ebb02f9 | a279e06e1ef617523075e7c93eba93bd9098be9f | refs/heads/master | 2020-07-02T22:06:13.838277 | 2019-08-10T20:58:34 | 2019-08-10T20:58:34 | 201,681,967 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,736 | ino |
#include <MPU6050_tockn.h>
#include <Wire.h>
#include <rf24g.h>
// Pin numbers for the LED and switch
#define SWITCH_PIN 10
#define LED_PIN 11
// Accelerometer and radio objects
MPU6050 mpu6050(Wire);
RF24_G radio;
// Threshold for how hard someone has to
// flick the wand in order to trigger it
float ACCEL_THR... | [
"skochw@gmail.com"
] | skochw@gmail.com |
e06f23eb31562e41d9084d650ff58fce7a2e03be | ede02df49029bcff09fcc67dea5189d2daf2343c | /indri/branches/indri-pre-concurrency/include/indri/NumericFieldAnnotator.hpp | 51c640beba57cf61764343bfeb97a4393beafc91 | [
"BSD-2-Clause"
] | permissive | aenoskov/RankLib | 67465b5b27004e1abe2bde8adf2b46fa82986657 | 00c4b6fb835451041cb6c8947d884bd5b34eab75 | refs/heads/master | 2021-07-17T12:24:21.294554 | 2017-01-04T21:11:02 | 2017-01-04T21:11:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,480 | hpp | /*==========================================================================
* Copyright (c) 2003-2004 University of Massachusetts. All Rights Reserved.
*
* Use of the Lemur Toolkit for Language Modeling and Information Retrieval
* is subject to the terms of the software license set forth in the LICENSE
* file in... | [
"dfisher@14020d50-3050-45fe-8e0c-5ed7005ca764"
] | dfisher@14020d50-3050-45fe-8e0c-5ed7005ca764 |
46d23477d7f1bbc138efcdecc2975ffbb44209ce | 7d814cf427952e2c81e0768a7c36b15c5af21262 | /kernel/algorithms/reductcostfilter.cpp | 1e81015b040f47d4da3755d432f879bb21f97eda | [] | no_license | komorowskilab/Parallel-ROSETTA | e2b9ee90a4bbe4f79546026e9d00abcc38ae3f5d | 60112009f4cc29f943e37d0fda86d1b28344fd3c | refs/heads/master | 2020-08-18T05:18:18.000368 | 2019-10-22T13:12:53 | 2019-10-22T13:12:53 | 215,751,254 | 2 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 11,780 | cpp | //-------------------------------------------------------------------
// Author........: Aleksander šhrn
// Date..........:
// Description...:
// Revisions.....:
//===================================================================
#include <stdafx.h> // Precompiled headers.
#include <copyright.h>
#include <kernel/al... | [
"Komorowskilab@gmail.com"
] | Komorowskilab@gmail.com |
03dcb609f1c0ae6cd9b077a80535088c702808fd | f79dec3c4033ca3cbb55d8a51a748cc7b8b6fbab | /filesystems/fuse-encfs/patches/patch-encfs_DirNode.cpp | b5b65057d77adec543e71a49a96855eb72e88b79 | [] | no_license | jsonn/pkgsrc | fb34c4a6a2d350e8e415f3c4955d4989fcd86881 | c1514b5f4a3726d90e30aa16b0c209adbc276d17 | refs/heads/trunk | 2021-01-24T09:10:01.038867 | 2017-07-07T15:49:43 | 2017-07-07T15:49:43 | 2,095,004 | 106 | 47 | null | 2016-09-19T09:26:01 | 2011-07-23T23:49:04 | Makefile | UTF-8 | C++ | false | false | 798 | cpp | $NetBSD: patch-encfs_DirNode.cpp,v 1.1 2017/06/19 18:41:39 maya Exp $
Define _DIRENT_HAVE_D_TYPE at the top for all the OSes that support
it. This is an untested functional change for FreeBSD and APPLE.
--- encfs/DirNode.cpp.orig 2016-09-18 20:16:04.000000000 +0000
+++ encfs/DirNode.cpp
@@ -42,6 +42,10 @@
#include "... | [
"maya"
] | maya |
88f13116e836ebfca908f8186afd4335ccf9b806 | 218e9672717740359c757e56bb05c616fb3fac62 | /source/response.h | 6c1951adea846491229c5b140e6dfab020be5e91 | [] | no_license | extratorsion/HttpServer | 8bc7bf0f5271491916e858b70e1d37708cd24370 | 0e1115fa637c0f0926cf861a498c9ada382e37e4 | refs/heads/master | 2020-05-04T09:13:10.764961 | 2019-04-11T11:52:30 | 2019-04-11T11:52:30 | 179,063,736 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,402 | h | #ifndef RESPONSE_H
#define RESPONSE_H
#include "common_includes.h"
#include "request.h"
#define GBUF_SIZE 102400
class Response {
public:
static HashMap<int, String> statusMap;
static HashMap<String, String> typeMap;
static char* gbuf;
static String makeResponse(const String& status, const std::v... | [
"extratorsion@outlook.com"
] | extratorsion@outlook.com |
2e509887d38bb64abf73cf32fe98bb6e66d2ad35 | 078a75babf7a54138a09d0d3ee8e8e20242028a6 | /cn/C++/question/___Offer_47_________LCOF.cpp | 181b1ebf5943ec3ad699ffe83dc9217c15c743a2 | [] | no_license | FuChaolei/algorithm_ago | 142e3772212342279187a763a6880612317cf1d1 | b8806e2b06fea14e384fe996bca8771ca4574127 | refs/heads/main | 2023-07-30T15:10:02.803531 | 2021-09-23T15:17:26 | 2021-09-23T15:17:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 666 | cpp | // @algorithm @lc id=100327 lang=cpp
// @title li-wu-de-zui-da-jie-zhi-lcof
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
#include <string>
#include "algm/algm.h"
using namespace std;
// @test([[1,2,5],[3,2,1]])=9
class Solution
{
public:
int maxValue(vector<vector<int>> &grid)
{
int m... | [
"1310866178@qq.com"
] | 1310866178@qq.com |
a1458f3cf7ef2cabb40d94b7718b4d1a04c8350c | 94050cb7630e73ef6e3b2e45ede8a57dcd4c0a42 | /lightPosition.cpp | 76a88d0d19af563ebf7a830bcd5a43cd5f780104 | [] | no_license | marcclintdion/_VBO_A4_00 | 1131b6113724d43d46f3abff9da22faa5cbe42a4 | ecda8fa9288d13aa4b2b96cb325ca83defe5a45b | refs/heads/master | 2021-01-25T07:34:57.743632 | 2015-09-17T09:57:40 | 2015-09-17T09:57:40 | 42,648,615 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 408 | cpp | GLfloat lightPos_legBone[] = {-43.215, 252.76, -184.415};
GLfloat quadraticAttenuation_legBone = 2.1;
look_LEFT_RIGHT = 0.899993;
look_UP_DOWN = 52.2999;
eyePosition[0] = 0.02;
eyePosition[1] = -0.22;
eyePosition[2] = -3.21001;
GLflo... | [
"marcclintdion@Marcs-iMac.local"
] | marcclintdion@Marcs-iMac.local |
f7e21fd089077a6ebffbfe8c3c86f4ebf4e124ff | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/54/664.c | f366ca07a6f051875c4c8b503d0950645d3be203 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 350 | c | void main()
{
double final(int n,int k,int n1,int p);
int n,k,n1,i;
double m;
scanf("%d %d",&n,&k);
n1=n;
for(i=1;;i++)
{
m=final(n+1,k,n1,(n1-1)*i);
if(m-(int)m==0) break;
}
printf("%.0f\n",m);
}
double final(int n,int k,int n1,int p)
{
double x;
if(n==1) x=p;
else x=final(n-1,k,n1,... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
3c7ebc40d392a4f41a132946173bc02979e574de | c9a56654744b48b83ad052b86d811094044b3c69 | /Algorithm/NewTrack/include/struRoadDet.h | d016b9ff9e56cfb0012ae02e01b6fcd981601364 | [] | no_license | zhuhaijun753/bocomSrc | 6c1f3a9ffefb6bf605b4c30bba184bb2719d98a7 | 5ea248f2da29e7932d2c8b8034d9ed08499ea513 | refs/heads/master | 2022-04-28T09:35:27.320694 | 2020-04-27T04:32:56 | 2020-04-27T04:32:56 | 259,205,543 | 0 | 0 | null | 2020-04-27T04:32:14 | 2020-04-27T04:32:13 | null | UTF-8 | C++ | false | false | 5,214 | h | //智能交通的结构体-用于代码管理和简化
#ifndef _STRU_ROAD_DET_H_
#define _STRU_ROAD_DET_H_
#include <stdio.h>
#include <stdlib.h>
#include <fstream>
#include <iostream>
#include "libHeader.h"
#include "comHeader.h"
#include "BaseStruct.h"
#include "MvLineSegment.h"
enum ENUM_AN_EVENT_ALERT_TYPE
{
AN_OBJAPPEAR_ALERT = 0, //目标出现... | [
"545474968@qq.com"
] | 545474968@qq.com |
aa6ffadbbfc39d6e28f5172ef2868bfae745175b | 1c444bdf16632d78a3801a7fe6b35c054c4cddde | /include/bds/bedrock/scripting/event/data/ScriptEventData.h | be1008aa3458261fd385a516470b6b1f8d892071 | [] | no_license | maksym-pasichnyk/symbols | 962a082bf6a692563402c87eb25e268e7e712c25 | 7673aa52391ce93540f0e65081f16cd11c2aa606 | refs/heads/master | 2022-04-11T03:17:18.078103 | 2020-03-15T11:30:36 | 2020-03-15T11:30:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 500 | h | #pragma once
#include <string>
class ScriptEventData {
public:
~ScriptEventData(); // _ZN15ScriptEventDataD2Ev
ScriptEventData(std::string const&); // _ZN15ScriptEventDataC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
void serialize(ScriptEngine &, EventInfo &, ScriptApi::ScriptObjectHandle &... | [
"honzaxp01@gmail.com"
] | honzaxp01@gmail.com |
f56556a4c5c6e11b0b5922f01a1123e2ad5923fc | 214020d657b841826087d63d22bc110cd1a0d246 | /main.cpp | 681bfaf79c3a21f80d8c580df8712c0b84d57714 | [] | no_license | JaxLabs/TowerOfHanoiFinal | fcd14400b2d5bd9e1b227da3d310efbe8294710c | 4454184a96c3970824c42c0d0bf92700cd739284 | refs/heads/master | 2023-06-21T04:49:45.463714 | 2021-08-01T16:27:10 | 2021-08-01T16:27:10 | 391,679,243 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 153 | cpp | #include <iostream>
#include <SFML/Graphics.hpp>
#include "MainGameRunning.h"
int main() {
MainGameRunning game;
game.run();
return 0;
}
| [
"jacquelyneleanorpowell@gmail.com"
] | jacquelyneleanorpowell@gmail.com |
3dfd03f96e1019934fb542400a3a67d2fdf305e3 | 2b58e40a1a6528f344afcbbde571d8418649df03 | /EEar/soft/dev/client/pin.cpp | 489ee00492616f38d54325e4fd42187a67b0b659 | [] | no_license | truthear/ear | 8d4a433dec33bcd114df7f17ad504312f7027090 | 0a5db5be7a458d4d5375866fc6cc1d4b0d5e534d | refs/heads/master | 2021-01-13T15:11:14.643405 | 2019-01-03T12:27:16 | 2019-01-03T12:27:16 | 76,236,360 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,326 | cpp |
#include "include.h"
CPin::TCBPARM CPin::cb_list[16] = {{NULL,NULL},};
void CPin::ExecuteCallback(int idx)
{
if ( idx >= 0 && idx <= 15 )
{
if ( cb_list[idx].cb )
{
cb_list[idx].cb(cb_list[idx].cb_parm);
}
}
}
GPIO_TypeDef* CPin::GetPort(EPins pin)
{
GPIO_Typ... | [
"sergey2010@victorovich.com"
] | sergey2010@victorovich.com |
7da142a9d068ca612370d313eb2667f3e23ee4e3 | f38ed041b5f1935fbb7ba67ab81ad952fbe002be | /cgi/incus/cppbeg/ndebug/src/main.cpp | 9b266939f97af8adfcdd7e9c026c9a6db9df35c7 | [] | no_license | skullquake/IncusDataCCourse | 2612d8c72c6455e96ecbce7f69631d1cb3e1ebd9 | 8f61b71478519955cbe3218283699f8aaf7a37da | refs/heads/master | 2022-11-18T17:44:26.841234 | 2020-07-11T08:50:16 | 2020-07-11T08:50:16 | 274,480,730 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 512 | cpp | /*!@file: ./src/main.c
* @brief: `NDEBUG`, for statements that should compile when doing debug compile
*/
#include<iostream>
#include"mycpplib.h"
extern "C" {
#include"myclib.h"
}
int main(int argc,char**argv){
std::cout<<"Content-Type: text/plain"<<std::endl<<std::endl;
//for this to execute, compile without -DNDE... | [
"ockert8080@gmail.com"
] | ockert8080@gmail.com |
e1439df301d7daedb67edc1200bb274a8d4b1d10 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14175/function14175_schedule_40/function14175_schedule_40.cpp | e71f4bd2c2d8c486916edf53a7e71e8a4943555a | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 727 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14175_schedule_40");
constant c0("c0", 128), c1("c1", 256), c2("c2", 1024);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"),... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
ce5b6c5f1378b23c8c7c2ba5db0aa4aff1b676ca | 361749f54e08f27da481610fa537f6bb7c91b45c | /function.cpp | 5e707f6c7a92ec80a8e0e3c952558dddf5b5e3ba | [] | no_license | chainsawriot/cpp1117 | 2338a2958df9cbf0ff13234ef866804c8b9bb1b7 | 43749a3eba6ed1fef54ea542e7b71ddde06c7882 | refs/heads/master | 2016-09-05T21:54:59.689737 | 2013-10-27T14:26:55 | 2013-10-27T14:26:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 511 | cpp | // example function
#include <iostream>
using namespace std;
// declaration of function "add"
int add(int first_num, int second_num); // function prototype
int main() {
int first_number, second_number, result;
// cin >> first_number;
// cin >> second_number;
cin >> first_number >> second_number;
result =... | [
"chainsawtiney@gmail.com"
] | chainsawtiney@gmail.com |
08e8741f1b35417947e227e783bad8057bce0c07 | ec6adc54a9be94c57fb37bb001d7cbac9e24f609 | /DoTelemetry.h | 190a7eed3b9250b3d02c33c2db0aef453d529d50 | [
"Unlicense"
] | permissive | Electron-x/TMTelemetry | 72ddc5f17e41eb048deac1ede67676f4fe272e0f | 8d85f32930f57d04db3f4d8ecf527c22c265345d | refs/heads/master | 2023-04-04T10:07:54.373021 | 2023-03-26T21:26:28 | 2023-03-26T21:26:28 | 126,600,044 | 19 | 3 | Unlicense | 2020-05-02T11:47:43 | 2018-03-24T13:06:29 | C++ | UTF-8 | C++ | false | false | 464 | h | // DoTelemetry.h : Functions for processing the telemetry data
//
#pragma once
#include "maniaplanet_telemetry.h"
using namespace NManiaPlanet;
struct STelemetryData
{
STelemetry Current; // Contains the most recent telemetry data records from the shared memory
STelemetry Previous; // Contains saved values of the ... | [
"electron@freakmail.de"
] | electron@freakmail.de |
e1e4eb3cd00b32cbf6f0154659b2e8a470226588 | f42190636add23ead6a5022d706a124032d66f92 | /src/Microsoft.DotNet.Wpf/src/WpfGfx/core/common/memreader.cpp | 01a4a8191deee27b941505c280e77331009025c0 | [
"MIT"
] | permissive | dotnet/wpf | b8f73a99e03f87b4dee5db643e38e2c0704f707a | 2ff355a607d79eef5fea7796de1f29cf9ea4fbed | refs/heads/main | 2023-09-04T09:35:19.355384 | 2023-09-03T02:30:37 | 2023-09-03T02:30:37 | 153,711,945 | 6,927 | 1,397 | MIT | 2023-09-14T17:22:06 | 2018-10-19T01:55:23 | C# | UTF-8 | C++ | false | false | 5,196 | cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//+-----------------------------------------------------------------------------
//
//
// Abstract:
// Imple... | [
"vatsan.madhavan@microsoft.com"
] | vatsan.madhavan@microsoft.com |
fb4046b66165c67c03470fb874e7260efbfb9fd3 | fc7359b2aebff4580611767fa0d622c5ba642c9c | /3rdParty/V8/v7.1.302.28/third_party/icu/source/common/ucnvsel.cpp | 573e8b061d6b88d9c1a61a71ba753e09100ad42d | [
"SunPro",
"BSD-3-Clause",
"bzip2-1.0.6",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-unknown-license-reference",
"ICU",
"MIT",
"NTP",
"LicenseRef-scancode-unicode-icu-58",
"LicenseRef-scancode-autoconf-simple-exception",
"GPL-3.0-or-later",
"NAIST-2003",
"LicenseRef-scancode-public-d... | permissive | William533036/arangodb | 36106973f1db1ffe2872e36af09cbdc7f0ba444b | 08785b946a21c127bcc22f6950d8c3f9bc2c5d76 | refs/heads/master | 2020-12-06T23:09:43.024228 | 2019-12-30T08:16:24 | 2019-12-30T08:16:24 | 232,570,534 | 1 | 0 | Apache-2.0 | 2020-01-08T13:33:37 | 2020-01-08T13:33:36 | null | UTF-8 | C++ | false | false | 24,823 | cpp | // Copyright (C) 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
*
* Copyright (C) 2008-2011, International Business Machines
* Corporation, Google and others. All Rights Re... | [
"willi@arangodb.com"
] | willi@arangodb.com |
e393ca418abdd7f29b53fed4df644f8dff219bcd | 12b8dcfe244b52e0f1bfce8e176f5bb74aa0e13f | /SapVisual/Postgres/pgarticulotipo.h | 77a093605970475f47316307f922f6d112c721dc | [] | no_license | gato0429/SAP | 53fced121950d2b7ebfbcd2f7114b4107d33c157 | a35db87563369d615c9892c026efef3c3d9917f4 | refs/heads/master | 2021-01-02T22:30:28.050719 | 2015-07-14T18:35:11 | 2015-07-14T18:35:11 | 34,421,766 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 782 | h | #ifndef PGARTICULOTIPO_H
#define PGARTICULOTIPO_H
#include "../Fabricas/fabricaarticulotipos.h"
#include <QSqlQuery>
#include <QString>
#include <QVariant>
#include <qdebug.h>
#include <QMap>
class PgArticuloTipo:public FabricaArticuloTipos
{
public:
PgArticuloTipo();
// FabricaArticuloTipos interface
public:... | [
"josue.ccama@ucsp.edu.pe"
] | josue.ccama@ucsp.edu.pe |
309bd2696370cc1528b48dbe3db29d169802f356 | 267bb6c0aaf057083a12e744aa50fbd2735b42d8 | /src/utest/utestSectionFile.cpp | 29693ec811879c5d7daf68706e2979ed43645a59 | [
"BSD-2-Clause",
"WTFPL",
"LicenseRef-scancode-public-domain"
] | permissive | yrpark99/tsduck | 0c163410306a085248dba8490ee0faeae8a5a862 | 2929092e42c5c7eec95a119af91cc09ffdde2028 | refs/heads/master | 2020-04-06T10:20:44.113519 | 2019-10-15T06:27:13 | 2019-10-15T06:27:13 | 157,377,153 | 0 | 0 | NOASSERTION | 2018-11-13T12:30:58 | 2018-11-13T12:30:58 | null | UTF-8 | C++ | false | false | 17,792 | cpp | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2018, 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 |
2c0bb099185e3bd2fb292ea3ab3bda562795aea0 | 0a8316e275223d587d2eef264275ebea08c3c73e | /src/CZI_ASSERT.hpp | dbd2d61e3e6d176dacda26d8e5cdd23ac948fc7a | [
"MIT"
] | permissive | chanzuckerberg/ExpressionMatrix2 | facda7a9b7aca1a5aa19e205d71910ad1e3d96f3 | 88af759868409258dde33642bce0d84ff5bdd17b | refs/heads/master | 2021-03-24T12:57:04.546098 | 2019-06-20T20:13:43 | 2019-06-20T20:13:43 | 94,104,347 | 32 | 3 | MIT | 2018-02-28T18:59:09 | 2017-06-12T14:17:33 | C++ | UTF-8 | C++ | false | false | 1,078 | hpp | // Definition of macro CZI_ASSERT.
// It is always compiled in, regardless of compilation settings.
// It throws a standard exception if the assertion fails.
#ifndef CZI_EXPRESSION_MATRIX2_CZI_ASSERT_HPP
#define CZI_EXPRESSION_MATRIX2_CZI_ASSERT_HPP
#include <boost/lexical_cast.hpp>
#include <stdexcept>
#include <str... | [
"paoloczi@users.noreply.github.com"
] | paoloczi@users.noreply.github.com |
86260e58fa5697a5bc493a3ac6a7fd6473a90207 | b6a144a71fb6d0f8708cd5741abdf4e57d1b37bd | /10/1/main.cpp | 28b5f9098652ff3a927b2ac2e28a62f7071d6ff1 | [] | no_license | jBosak98/WUST-object-oriented-programming | 63805758083bdafedd0bf6f51fd39a61849962b9 | 533baf3b9ab12c0565209b1f8e5a81bb43d4fbb5 | refs/heads/master | 2020-04-02T14:52:49.842019 | 2019-01-11T14:47:43 | 2019-01-11T14:47:43 | 154,542,053 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 299 | cpp | #include "main.h"
int
main(){
// startTest();
std::string input;
std::getline(std::cin,input);
NPN *npn = new NPN(input);
Calculator calc = Calculator();
// npn->getReverseStack()->show();
double res = calc.calc(npn->getReverseStack());
std::cout<<"\nResult: "<<res<<"\n";
return 0;
} | [
"jbosak98@gmail.com"
] | jbosak98@gmail.com |
1acbca605e6d1f8c2333250d0371f8aca4e1b3df | 6e2f8b62a9977ae6c51c6bcbe41daccc92a87677 | /ParabellumEngine/ParabellumEngine/ExtendedObject.h | b3c525bb5aa0b0185aa44e942db6ef87d79e7be6 | [
"MIT"
] | permissive | Qazwar/ParabellumFramework | 8a455ea5e1ac0dab9c466604d2f443317e2a57bd | 7b55003bb04e696a68f436b9ec98a05e026526fd | refs/heads/master | 2022-01-26T06:28:53.040419 | 2019-06-29T11:05:34 | 2019-06-29T11:05:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 962 | h | #ifndef _EXTENDEDOBJECT_H_
#define _EXTENDEDOBJECT_H_
#include "../ParabellumFramework/ResourceManager.h"
#include "../ParabellumFramework/BoundingVolumes.h"
#include "../ParabellumFramework/BoundingFrustum.h"
#include "../ParabellumFramework/IntersectCodes.h"
#include "../ParabellumFramework/MathHelper.h"
#include ".... | [
"szuplak@gmail.com"
] | szuplak@gmail.com |
7fb27ccc7443996f385d00e3c7d29e0c5d7abcad | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chromecast/media/audio/cast_audio_manager_alsa.cc | 611290079ef94c17fc0056a093ea96d28b3723aa | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 8,145 | cc | // 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.
#include "chromecast/media/audio/cast_audio_manager_alsa.h"
#include <string>
#include <utility>
#include "base/memory/free_deleter.h"
#include "base/st... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
7e0b24de13688143aefe9097f0643e0e15ecdda1 | 65cf3bce7910098405627e08b372553e48abad7d | /POJ/2954 Triangle.cpp | 591768cad6078f78424c9216daa239a98ea273c7 | [] | no_license | bluemix/Online-Judge | 77275c1a3e94272a07ba10de16f1d068217b64de | 11f6c0bf1e8adf5b0136670bcebef975b7e0f3a1 | refs/heads/master | 2021-01-12T00:48:32.642462 | 2015-09-15T13:18:47 | 2015-09-15T13:18:47 | 78,298,357 | 0 | 0 | null | 2017-01-07T19:13:15 | 2017-01-07T19:13:14 | null | UTF-8 | C++ | false | false | 2,596 | cpp | /* 14219949 840502 2954 Accepted 168K 0MS C++ 1734B 2015-05-21 16:54:30 */
#include<bits\stdc++.h>
using namespace std;
const double PI = acos(-1.0);
const double EPS = 1e-9;
int sign(double x){
return fabs(x) < EPS ? 0 : (x > 0 ? 1 : -1);
}
// Vector
struct Vector{
double x, y;
Vector(){}
Vector(double x, double ... | [
"sharknevercries@gmail.com"
] | sharknevercries@gmail.com |
dec62566be4b34ab79e13b51f1a9e2b465f79b2b | 0f700b0cbac698f4d4d3964ba66096369c0ee902 | /src/test/function-pointer/fp.cc | 160ca817b0a41e062cac74be5cac95b7fd20e7ae | [] | no_license | jam31118/cu-tridiag | 55a8d62882a68d8ea5a8cd252a864249faaefc51 | 0bffcb2283a2102a40a63c272e37d9875e2779ab | refs/heads/master | 2020-04-14T19:38:02.300012 | 2019-02-07T18:28:53 | 2019-02-07T18:28:53 | 164,065,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 342 | cc | #include <iostream>
#include <complex>
#include "fp.hh"
int main() {
double x = 1, y = -2;
int xi = 1, yi = -2;
std::complex<double> z1, z2;
z1 = eval_tem<double>(&x, &y, &comb_double);
z2 = eval_tem<int>(&xi, &yi, &comb_int);
std::cout << "z1: " << z1 << std::endl;
std::cout << "z2: " << z2 << std::... | [
"jam45@naver.com"
] | jam45@naver.com |
f25104902e91cb0835602d4bd00f12f489e1a84d | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_5/alt-ww-rw+rel+acq-rel+acq-o+o-wb-rel+acq-o+o-wb-o.c.cbmc_out.cpp | dce073af0be0f6750f0aa31f297e9b4a95af4236 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 77,510 | cpp | // Global variabls:
// 0:vars:5
// 5:atom_1_X0_1:1
// 6:atom_2_X0_1:1
// 7:atom_4_X0_1:1
// Local global variabls:
// 0:thr0:1
// 1:thr1:1
// 2:thr2:1
// 3:thr3:1
// 4:thr4:1
// 5:thr5:1
#define ADDRSIZE 8
#define LOCALADDRSIZE 6
#define NTHREAD 7
#define NCONTEXT 5
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
dda154077a1a57e6827f167a4a87dd8932d014af | 25c422fb8fad1c443ba889566fa7b2ae0397d8bd | /AngusCustomEngine/PhysicsInterfaces/iDebugDrawer.h | 2ef2af664d9157056fabaf08fbfaa8c5e9d2f970 | [] | no_license | anguspoole/CustomEngine | e1c3079025f320b42eb4d4b816e11a5506aa2162 | 1d0c97e5834b8840486be0e093aaeb470ff7ebc3 | refs/heads/master | 2020-05-04T18:34:39.729945 | 2019-10-18T00:42:09 | 2019-10-18T00:42:09 | 179,358,827 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | h | #pragma once
#include <glm/glm.hpp>
namespace nPhysics
{
class iDebugDrawer
{
public:
virtual ~iDebugDrawer() {}
virtual void drawLine(const glm::vec3& from, const glm::vec3& to, const glm::vec3& colour) = 0;
virtual void drawContactPoint(const glm::vec3& PointOnB,
const glm::vec3& normalOnB,
float dist... | [
"anguspoole@gmail.com"
] | anguspoole@gmail.com |
b943feecd2c496cd538c2bc453f93ba4afc06cb2 | 48d3c7f2b4953ca3b25cce6f82c26c4e0c74db30 | /17_Operator_Overloading/13_Identify _Error.cpp | f50ddbb786ecc29797e38a7863eba6f4b1ed36c5 | [] | no_license | syedyasar/Cpp_Programming_Fundamentals | b62f3dd73738b7ecbe372c4fec3e2ea2d11c9e41 | 07290adccc7505dac051147aaa342e85ec254917 | refs/heads/main | 2023-06-17T14:09:29.823641 | 2021-06-29T20:16:27 | 2021-06-29T20:16:27 | 376,637,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 389 | cpp | // Identify Error
class c1
{
public:
friend void operator [] (int x); // Error becoz [] must be MF only
friend void operator () (int x); // Error becoz () must be MF only
friend void operator = (int x); // Error becoz = must be MF only
};
void operator = (int x)
{
}
void... | [
"syedyasar.mjcet@gmail.com"
] | syedyasar.mjcet@gmail.com |
88c69c9a263b5e925fb6f40f1f3b931f8559d061 | ac19ae2ee2a361203c0676468faa2f67fd695851 | /keyplayers_Probability_GUI/keyplayers_Probability_GUI/keyplayers_Probability_GUIDlg.cpp | ebb626dec142903e9f8c97560c822f3f9df4a8f0 | [] | no_license | htvpro178/Keyplayers_Probability_GUI | d156b8e2ff078c74cb18f857957a3fba24386e03 | 13a69933377a2978fac6404bb4b54b2a4f8a66c1 | refs/heads/master | 2021-01-19T10:54:53.484790 | 2017-04-11T09:31:09 | 2017-04-11T09:31:09 | 87,915,690 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,872 | cpp |
// keyplayers_Probability_GUIDlg.cpp : implementation file
//
#include "stdafx.h"
#include "keyplayers_Probability_GUI.h"
#include "keyplayers_Probability_GUIDlg.h"
#include "afxdialogex.h"
#include "iostream"
#include "fstream"
#include "iomanip"
#include "conio.h"
#include "cstdlib"
#include "windows.h"
#include "... | [
"viethuynh178@gmail.com"
] | viethuynh178@gmail.com |
691512d19a36e97a54b75dabfbb4a5b014f678ea | cde198bebb6a4ed98801158b010f971b0000d5fe | /2021寒假每日一题/429. 奖学金(自定义比较函数).cpp | 03c8d5da2faaf78ad3fe515bf78e38cc24a0dfa2 | [] | no_license | YTGhost/AcWing | 8e4588624f5c2871b496e3086045ac47d1365e84 | 505cbd50e74ec3aa146c975a563eafea1f757d88 | refs/heads/master | 2021-09-20T15:35:12.406137 | 2021-09-09T14:13:44 | 2021-09-09T14:13:44 | 249,120,388 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 589 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
const int N = 310;
struct Person
{
int id, sum, a, b, c;
}q[N];
bool cmp(Person &a, Person &b)
{
if(a.sum != b.sum) return a.sum > b.sum;
if(a.a != b.a) return a.a > b.a;
return a.id < b.id;
}
int main()
{
int n;
cin >> n;
... | [
"283304489@qq.com"
] | 283304489@qq.com |
29d1c3f4dc9b5fd56644db93d254b4aaa5085a9c | 1976fae8250c57c807f1e36f267638a9f74aa0ff | /ServicioMensajeriaUI/debug/moc_logindialog.cpp | 71decc07fe7ee4d4f9bfa24585cadd8bf0b5382a | [] | no_license | D4ZC/Servicio-de-Mensajeria-en-QT | 937308ae1d76afcae7acdaadbf22c3b698b6e661 | e851b576c00269b2c570f3ad3dfc5786b206a1d7 | refs/heads/master | 2020-04-27T08:30:30.060046 | 2019-03-06T15:49:40 | 2019-03-06T15:49:40 | 174,173,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,318 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'logindialog.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.11.2)
**
** WARNING! All changes made in this file will be lost!
**************************************************... | [
"noreply@github.com"
] | noreply@github.com |
318b60b56a5c40088565a87fe2f13ff0b6c92c07 | a9b4a84775cebf4f5c08ec5ae474cbd824f7c6f5 | /sketch/led_through_serial_rus.ino | bcde97eea94bf48a7a8ac7cd3c29c2147b1d77a5 | [] | no_license | FabLab61/car_PC | 273f634152d88a2ac1e823539730a9982175bffd | dce4263433760b133d73c4d78074b2e29756333c | refs/heads/master | 2021-01-22T06:28:14.693416 | 2017-02-26T09:36:09 | 2017-02-26T09:36:09 | 81,763,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 479 | ino | int led = 13;
void setup() {
{
pinMode(led, OUTPUT);
Serial.begin(9600);
Serial.flush();
}
}
void loop() {
{
String input = "";
while (Serial.available())
{
input += (char) Serial.read();
delay(5);
}
if (input == "on") {
Serial.println("on executed");
digi... | [
"ustin89@mail.ru"
] | ustin89@mail.ru |
ef6b0f8553d437fd242a0ae2502a38ab27bbb73c | bd9de700605da2278a92020a2814b699daedec57 | /codility/lesson14_1_MinMaxDivision/lesson14_1.hpp | 6ab33353de31f9ff1a73cc31355520ab378cfc69 | [] | no_license | WuHang108/petit-a-petit | 8b177771e004341a166feb1a156153098f5d5d89 | e173df8333f9a4070aee5ee65603fed92d2abf6b | refs/heads/master | 2021-11-18T15:36:40.059510 | 2021-10-16T17:10:02 | 2021-10-16T17:10:02 | 230,759,303 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,015 | hpp | #include "../basic_io.hpp"
using namespace std;
bool block_size_is_valid(vector<int>& A, int max_block_cnt, int max_block_size) {
int block_sum = 0, block_cnt = 0;
for(int n:A) {
if(block_sum + n > max_block_size) { // 超出最大大小限制时建立新块
block_sum = n;
block_cnt ++;
} else {
... | [
"shengdian.wang@outlook.com"
] | shengdian.wang@outlook.com |
c1efeaa641ba96b62d95ebd0cec03e1360c9d927 | b53599ea3877ca20298ad3b76a5e2b9e18ff7c5d | /SEvos/Common/common/skyBox.cpp | 6c2b3c06c69445fe711e168af9748daa11982426 | [
"MIT"
] | permissive | cnsuhao/Dx3D-Study | a087717913437588ee77a059478e8ea995c004b1 | 7e9941ae42584aa47d42e69fb8585e104b0039a2 | refs/heads/master | 2021-06-08T13:42:43.322968 | 2016-10-13T03:26:28 | 2016-10-13T03:26:28 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 6,415 | cpp |
#include "StdAfx.h"
#include "skyBox.h"
CSkyBox::CSkyBox() :
m_pVtxBuffer(NULL)
{
ZeroMemory(m_pTexture, sizeof(m_pTexture));
}
CSkyBox::~CSkyBox()
{
SAFE_RELEASE(m_pVtxBuffer);
}
//------------------------------------------------------------------------
// textureFilePath : 이 파일 경로에 skybox_top, skybox_fro... | [
"jjuiddong@hanmail.net"
] | jjuiddong@hanmail.net |
a4f9ab0bffd2664b306f3bc77884c14f2f7d99d0 | eb96c9ac79b198cf093549b93d03ed71b6104d0c | /recipe/insertionSort.cc | 3cadd288aa9a791809f60e20500c998551e94576 | [] | no_license | zeroli/code | 360004129949e4461c7269264e83916ef557150f | 8b220cc9b55ba5544472400f248c3faa104dff3e | refs/heads/master | 2021-01-01T17:05:46.256827 | 2012-11-22T15:16:38 | 2012-11-22T15:16:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 676 | cc | #include <iostream>
#include <cstdlib>
#include <ctime>
void insertionSort(int arr[], int l, int r)
{
int i = l;
int j = 0;
while (i < r) {
j = i+1;
int e = arr[j];
while (j > l && arr[j-1] > e) {
arr[j] = arr[j-1];
j--;
}
arr[j] = e;
i++;
}
}
int main()
{
srand((unsigned)time(0));
int arr[1... | [
"Administrator@Zero-Li-PC.(none)"
] | Administrator@Zero-Li-PC.(none) |
8792a8589b7eb505c0752d5aca9741a39aee6b6f | bc6cd18a13992f425bb97406c5c5e7e3b8d8cb03 | /src/planner/interface/decision.h | 972272dc4c3ddf7ecade1810e6624cdfe26a0142 | [
"MIT"
] | permissive | collinej/Vulcan | 4ef1e2fc1b383b2b3a9ee59d78dc3c027d4cae24 | fa314bca7011d81b9b83f44edc5a51b617d68261 | refs/heads/master | 2022-09-19T01:59:45.905392 | 2022-09-18T02:41:22 | 2022-09-18T02:41:22 | 186,317,314 | 3 | 3 | NOASSERTION | 2022-04-29T02:06:12 | 2019-05-13T00:04:38 | C++ | UTF-8 | C++ | false | false | 3,729 | h | /* Copyright (C) 2010-2019, The Regents of The University of Michigan.
All rights reserved.
This software was developed as part of the The Vulcan project in the Intelligent Robotics Lab
under the direction of Benjamin Kuipers, kuipers@umich.edu. Use of this code is governed by an
MIT-style License that can be foun... | [
"collinej@umich.edu"
] | collinej@umich.edu |
2ed0b41809078a791954ddf8d0314cf0a1391419 | 1baf4a8591743caefb57b555a287a7842f3fac0b | /C++_programs/TIC_programs/Polymorphism/sample2.cpp | 7755dfdea6dbf9fa14aee26ef9d7a42268c94cad | [] | no_license | gokul51192/Coding_GitHub | c6d86624a5c55b9739985720987cdbd1a29a6c4b | d3ad783a885c91323a32db6692e8046b4bfd8732 | refs/heads/master | 2020-05-21T15:06:13.378939 | 2018-09-02T16:41:01 | 2018-09-02T16:41:01 | 59,049,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 220 | cpp | #include<iostream>
using namespace std;
class student
{
public:
int a;
virtual void print_data()
{
cout<<"\n hello you are in virtual function";
}
};
int main()
{
student s1;
s1.print_data();
return 0;
}
| [
"gokul51192@gmail.com"
] | gokul51192@gmail.com |
7cb36c5aa4404462f54bf71134229c73129acefa | 9a09d8be7393906a73e35bb404ba99c121c48470 | /Chapter09/chapter9/cm/cm-lib/source/controllers/master-controller.h | cb34bc4520f5632431ec06ef5f841a84422a57fd | [
"MIT"
] | permissive | PacktPublishing/Learn-Qt-5 | d3260f34473d5970f17584656044fcb68a1bdc1a | ec768c3f6503eee1c77c62319cbb130e978380ec | refs/heads/master | 2023-02-10T02:30:06.844485 | 2023-01-30T09:16:48 | 2023-01-30T09:16:48 | 119,801,529 | 81 | 42 | null | null | null | null | UTF-8 | C++ | false | false | 1,845 | h | #ifndef MASTERCONTROLLER_H
#define MASTERCONTROLLER_H
#include <QObject>
#include <QScopedPointer>
#include <QString>
#include <cm-lib_global.h>
#include <controllers/i-command-controller.h>
#include <controllers/i-database-controller.h>
#include <controllers/i-navigation-controller.h>
#include <framework/i-object-fa... | [
"akhiln@packtpub.com"
] | akhiln@packtpub.com |
71002b32fd40092c27fb1b3e38921314e610f82d | dd2abae5866c31342d6265fe59eb267f9de3a90c | /Assignment 3/raycolor.cpp | 470163631a9df4bd4ddeb65bbe2d6f2ffe6032cb | [] | no_license | ZihangH/csc418 | 4e326d69e5cd85e33b6a7931f4bdfdf330ead58d | 3936dc55fb9bbe1abc2835156a6e369ad1ad506b | refs/heads/master | 2022-12-20T14:40:18.836929 | 2020-10-18T02:42:02 | 2020-10-18T02:42:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,109 | cpp | #include "raycolor.h"
#include "first_hit.h"
#include "blinn_phong_shading.h"
#include "reflect.h"
bool raycolor(
const Ray & ray,
const double min_t,
const std::vector< std::shared_ptr<Object> > & objects,
const std::vector< std::shared_ptr<Light> > & lights,
const int num_recursive_calls,
Eigen::Vector3... | [
"markus@markus.com"
] | markus@markus.com |
1bf05803c64e40b0420f10a22f55728b63a7f463 | 6d57d7bb46c62d955bae7b526b1ad01fda8b5bb1 | /Discount.cpp | 9cd0efcfe91d9c9ab41521d0513485d5dfc4ab88 | [] | no_license | shivam0084/Hacktoberfest2021-Task02 | e251469760d6e7645413a21f0ef58c573b93bcdb | 76bfb34602826da6c2671e27b3785491987c6d61 | refs/heads/main | 2023-08-30T16:45:24.352291 | 2021-10-22T14:13:42 | 2021-10-22T14:13:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | cpp | #include <iostream>
using namespace std;
int main()
{
float pay,discount;
cout << "Enter Payment amount : "
cin >> pay;
if (p > 10000)
{
discount=pay*25/100
}
else if (pay > 5000)
{
discount=pay*15/100;
}
else if (pay > 3000)
{
discount=pay*10/100;
}
e... | [
"noreply@github.com"
] | noreply@github.com |
ececed5aca81e363e6333d5f4d08418aa117e644 | b6067f462d3bd91362ca9bb462b99f9a2890d980 | /chackathon2019/F.cpp | 79416b8d8001f4b7dc211fec019688ac7013f23d | [] | no_license | lionadis/CompetitiveProgramming | 275cb251cccbed0669b35142b317943f9b5c72c5 | f91d7ac19f09d7e89709bd825fe2cd95fa0cf985 | refs/heads/master | 2020-07-22T07:29:18.683302 | 2019-09-08T13:48:31 | 2019-09-08T13:48:31 | 207,116,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,380 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll ;
const ll MOD = 1e9 + 7;
const ll dx[4] = { -1,1,0,0 };
const ll dy[4] = { 0,0,-1,1 };
const ll MAX = 2e5 + 50 ;
const ll oo = 1e16;
#define pb push_back
#define f first
#define s second
#define all(v) v.begin(),v.end()
long long gcd(long long a, long ... | [
"ahmed.ben.neji@ieee.org"
] | ahmed.ben.neji@ieee.org |
f2083243c94bd0d607d9b51d35697115c311e908 | 531991de0534de991d857d63ff9ab53a863ff55a | /UVa256.cpp | b00175010021b30583407391052850fca478d9ac | [] | no_license | Shadman-Ahmed-Chowdhury/UVa-Solutions | c92c2fede0353f5376fa2358d225d215f04f9f71 | 165943cfcf5db5d74e817aea009742fdaa8ee8ba | refs/heads/master | 2021-07-06T21:35:47.622049 | 2020-08-30T11:57:32 | 2020-08-30T11:57:32 | 167,227,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,078 | cpp | #include <bits/stdc++.h>
using namespace std;
vector <int> two, four, six, eight;
void calculate()
{
for(int i = 0; i < 100000; i++) {
int n = i * i;
if(n < 100) {
int p = 10;
int x = n / p;
int y = n % p;
int n1 = (x + y) * (x + y);
... | [
"noreply@github.com"
] | noreply@github.com |
444cc756a47b5d3bf63783c678fcde5643d0f59c | abf2d583c67b3db5270958cab031aac9bf1540f6 | /far/platform.fs.hpp | cb8d7f60d0b094d98f23311888991c84aebd6d94 | [
"BSD-3-Clause"
] | permissive | kingofthebongo2008/FarManager | 7d0fe852c034aad37576ebbc86b9ddc850deac38 | a86c430bcf57a26a1b9e24d12dbd638027c22d6b | refs/heads/master | 2020-03-20T18:17:04.200396 | 2018-06-10T21:33:00 | 2018-06-10T21:33:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,218 | hpp | #ifndef PLATFORM_FS_HPP_1094D8B6_7681_46C8_9C08_C5253376E988
#define PLATFORM_FS_HPP_1094D8B6_7681_46C8_9C08_C5253376E988
#pragma once
/*
platform.fs.hpp
*/
/*
Copyright © 2017 Far Group
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that... | [
"alabuzhev@gmail.com"
] | alabuzhev@gmail.com |
37e61d25b64ff452e78d5ad788c3b63a9093bd54 | 6c93908079fa656b117cd785db7f53ad45739664 | /caffe/src/caffe/layers/cudnn_conv_layer.cpp | 18fd2750401203260b4342838d4d5c77fbb1c94e | [
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | leehomyc/appearance-flow | ca39a0908ca5ef5a1088a6bb2787c2b7509147fb | 00b50a4e673a42f9feeecafa335943d74da52819 | refs/heads/master | 2021-01-22T08:18:07.023256 | 2017-02-17T20:08:37 | 2017-02-17T20:08:37 | 81,887,152 | 1 | 1 | null | 2017-02-14T00:40:06 | 2017-02-14T00:40:06 | null | UTF-8 | C++ | false | false | 7,279 | cpp | #ifdef USE_CUDNN
#include <algorithm>
#include <vector>
#include "caffe/filler.hpp"
#include "caffe/layers/cudnn_conv_layer.hpp"
#include "caffe/util/gpu_memory.hpp"
#include "caffe/util/im2col.hpp"
#include "caffe/util/math_functions.hpp"
namespace caffe {
/**
* TODO(dox) explain cuDNN interface
*/
template <typ... | [
"tinghuiz@eecs.berkeley.edu"
] | tinghuiz@eecs.berkeley.edu |
257b4de54539869069cf22324226c1122443381d | 5ffe8ebcf9028339da74ec6bf980f704fb48340c | /code/src/automaton/hoa/pa_consumer.h | 2bdebd7cdcbca344089ac7115e7845d35230e1c0 | [] | no_license | atollk/master-thesis | fca0c1c2fae0e825d72c620d35a0632b68189a01 | 94bba4a57e52886d5584fc57f5497553ccc52754 | refs/heads/master | 2021-10-15T08:16:47.879055 | 2019-02-05T13:35:48 | 2019-02-05T13:35:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,917 | h |
#pragma once
#include "cpphoafparser/consumer/hoa_consumer_null.hh"
#include "../parity.h"
namespace tollk {
namespace automaton {
namespace hoa {
// Abstract base class to consume a HOA file from an input stream and convert it to an automaton.
class PAConsumer : public cpphoafparser::HOAConsumerNull {
public:
... | [
"tollkoetter.andreas@gmail.com"
] | tollkoetter.andreas@gmail.com |
4fd04984450163dbba8938ce0d7e720605efe34d | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibT0/src/T0MTSettingsT0.cxx | 8faa2d99796a88a02cad1e80e543ae5a1e96a9c6 | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 416 | cxx | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#include "MdtCalibT0/T0MTSettingsT0.h"
namespace MuonCalib {
T0MTSettingsT0 :: T0MTSettingsT0() : m_vbh_bin_content_rel(2.0),
m_max_bin_width(10.0),
m_min_background_bins(50),
m_T_start(3.0),
m_use_top_chi2(true),
... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
9f589c787e5c9077ad459d289cc022c1dc57211d | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/084/736/CWE191_Integer_Underflow__char_fscanf_multiply_62b.cpp | fa8c79314a22dc1fed1dfab712edafaa5e182ed2 | [] | 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 | 1,391 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__char_fscanf_multiply_62b.cpp
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-62b.tmpl.cpp
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: fscanf Read data from the console using fscanf()
* G... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
39f7a9ada505ef2c8cfb0c9551ca1052d11ffd7b | 7b1bf5ce53385ceb237c20ed5a86f15f38267233 | /Algorithm/BASIC_21.cpp | 72156b581c11baca29a00206842002c8a4c9e8d9 | [] | no_license | Halinen/Algorithm | b77f25671886fb881624ef72c543fd75affd76cd | 6ca3cfeeb3d2bc86655ff7dc0c732702dfef1bfc | refs/heads/master | 2022-04-06T12:10:26.044718 | 2019-12-16T07:21:33 | 2019-12-16T07:21:33 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 742 | cpp | #include <iostream>
#include<stdlib.h>
#include<string>
using namespace std;
string ans;
int n = 0;
//思路:dfs算出An
//由样例结果分析:
//分割要打印的结果:前面的一堆括号 +“Ai+k)”,最后一个无')'
//感谢@wlw大佬提供的递归解法
void dfs(int n, int t) {
if (n == t + 1) return;
ans = ans + "sin(";
ans += to_string(n);
if (t > n) {
if (n % 2 == 1)//奇数
ans += '-... | [
"kurisushiina@gmail.com"
] | kurisushiina@gmail.com |
3b81e0dde1d42136d7e5c77c69ea4f0875b03c6e | 826e447e86a7a24a25725b951e57fa71ef52e200 | /BetInfoCS.cpp | 2a554ab03fd778bd4801e9f006c055676376066a | [] | no_license | sportssmarty/SoccerBetting | 59aac9e8d7c5a5f3c7f09ba5c2aded91cafb200b | d12c4d994c5f9c802f1ddb45d4686eba896a1d31 | refs/heads/master | 2021-03-12T23:52:23.956244 | 2012-05-10T19:31:42 | 2012-05-10T19:31:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | cpp | /* ==========================================================
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"fitzpatrick.pj@googlemail.com"
] | fitzpatrick.pj@googlemail.com |
04f6363f4f978e0b8b8c8ed3bcba534a82647f67 | e680718836cc68a9845ede290e033d2099629c9f | /xwzgServerSource/MsgServer/MSGSERVER/MAPGROUPKERNEL/Network/MsgName.h | 71a3f958be6518fe9576b7f3c33c7302d4ec980c | [] | no_license | liu-jack/sxkmgf | 77ebe2de8113b8bb7d63b87d71d721df0af86da8 | 5aa37b3efe49c3573a9169bcf0888f6ba8517254 | refs/heads/master | 2020-06-28T21:41:05.823423 | 2018-09-28T17:30:26 | 2018-09-28T17:30:26 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,137 | h | // MsgName.h: interface for the CMsgName class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MSGNAME_H__62DB03E2_7185_4BDF_B9B0_5AE64B03DFDB__INCLUDED_)
#define AFX_MSGNAME_H__62DB03E2_7185_4BDF_B9B0_5AE64B03DFDB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_... | [
"43676169+pablones@users.noreply.github.com"
] | 43676169+pablones@users.noreply.github.com |
821f9ce3c6c47eb028cc8566cecf52e571b64853 | bd08dc8349ba4ab760dbb2e5144e7a40717adcbb | /Angel-3.0.1/Code/ClientGame/PixelArthGameManager.h | c1e742b713e05fd74363a66edfb6dbc5aba64da8 | [] | no_license | MaliusArth/PixelArth | 35b5bd78359a1756dda1ffd6b3878646cc8322c0 | 319c96b0dfafb2a53766be3db29623291463cabf | refs/heads/master | 2021-03-12T20:10:31.536130 | 2019-09-06T12:31:23 | 2019-09-06T12:31:23 | 6,598,924 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,537 | h | /////////////////////////////////////////////////////////////////////////
// PixelArth
// Copyright (C) 2012 Viktor Was <viktor.was@technikum-wien.at>
//
// 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 Sof... | [
"if10b076@technikum-wien.at"
] | if10b076@technikum-wien.at |
4bfc36e8a18950f72f4be759798a2d75699de5a6 | 4ffdbe7b92e54b0aa7a0a21d219a0c5dfdd304bc | /emViewer/object.h | 2285c0a4db20402e7d9b38798c8fc4acc0657cfd | [] | no_license | YsChiao/Examples-of-Qt5-studies | 73687458c0a54c631f766e29d4bfc2a20c7fc470 | d3efa5686355ca739f451f766a742fb138dce33f | refs/heads/master | 2016-08-12T09:10:04.394893 | 2016-04-13T13:40:27 | 2016-04-13T13:40:27 | 53,891,901 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,213 | h | #ifndef OBJECT_H
#define OBJECT_H
#include <cmath>
#include <vector>
#include <algorithm>
#include <vtkAutoInit.h>
VTK_MODULE_INIT(vtkRenderingOpenGL)
VTK_MODULE_INIT(vtkRenderingVolumeOpenGL)
VTK_MODULE_INIT(vtkInteractionStyle)
#include <vtkSmartPointer.h>
#include <vtkActor.h>
#include <vtkImageData.h>
#include <... | [
"yis.qiao@gmail.com"
] | yis.qiao@gmail.com |
2bbe5cc98f3c5fc1c6328baea55a8b19bcdd2f6b | 28fa850b13211cb4e114d8a8878ed68d72c7c8a6 | /Source/ZombieGame/ZombieGameCharacter.cpp | 1e4d39c842f7e7bef3bb0102b5f5fb6cec6d4b5f | [
"MIT"
] | permissive | dmarino/zombieCuteness | e2cb1fa13060aa31759f19b2c40592adbe5c98c4 | 317e98e290e37363173eb286679d27bb92f059ab | refs/heads/main | 2023-03-17T18:53:46.548739 | 2021-03-07T04:02:01 | 2021-03-07T04:02:01 | 345,251,357 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,729 | cpp | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "ZombieGameCharacter.h"
#include "ZombieGameProjectile.h"
#include "Animation/AnimInstance.h"
#include "Camera/CameraComponent.h"
#include "Components/CapsuleComponent.h"
#include "Components/InputComponent.h"
#include "GameFramework/InputSettings.h... | [
"d.marino10@uniandes.edu.co"
] | d.marino10@uniandes.edu.co |
a9d6b0b91d4759c6b11b698d822811dead22e750 | 3cc887ae3cf3f00b69163f589a802cda4549967f | /build/otl_datetime_conversion.cpp | 1767ba71dd6bc205945122be15c5eef468879496 | [] | no_license | GerHobbelt/otl | 3ac0841fe0f35e4c68a7b636a9a03381f885792d | 887da8501c451eceae2986db4d8b49e749156f91 | refs/heads/master | 2023-08-11T17:21:12.674001 | 2022-02-06T00:07:20 | 2022-02-06T00:07:20 | 4,427,315 | 27 | 22 | null | null | null | null | UTF-8 | C++ | false | false | 13,225 | cpp | /*
* XXXX deleted info XXXX
*/
//#include "generic_support.h"
#error "do not compile this one"
#include <sstream>
#include <math.h>
void otl_str_to_tm(const char *str, otl_datetime &tm)
{
tm.fraction = 0;
#if defined(OTL_ORA_TIMESTAMP) || defined(OTL_ODBC_TIME_ZONE)
tm.tz_hour = 0;
tm.tz_minute = 0;
#endif
... | [
"ger@hobbelt.com"
] | ger@hobbelt.com |
777684469006b7dff7788f2c4be946dac056d7a2 | 4e15ae057c309dea9a608cc03482d80497503b8d | /Notepad/my_notepad.cpp | b344ece3738ccf2da249e19172b06ca22d6b81c6 | [] | no_license | ParthTrada/Notepad | a4ef526d58954e9effc1653fb5aeb64a6e55b6d5 | a63c3f4c7c2e4558f8ad1e7cca2a2644c25bfa1e | refs/heads/main | 2023-04-25T08:30:23.868058 | 2021-05-08T08:24:44 | 2021-05-08T08:24:44 | 306,708,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,049 | cpp | #include "my_notepad.h"
#include "ui_notepad.h"
#include <QFile>
#include <QFileDialog>
#include <QTextStream>
#include <QMessageBox>
#include <QFont>
#include <QLabel>
Notepad::Notepad(QWidget *parent)
: QMainWindow(parent)
, ui(new Ui::Notepad)
{
ui->setupUi(this);
this->setCentralWidget(ui->textEd... | [
"noreply@github.com"
] | noreply@github.com |
2452f0f3ede3d3b538072d5cd3fe0f8ae5bacf3c | 1330fb2a3851505437d9679e5c7e75851d0e4044 | /compile-front-end/src/regex.cpp | 680fef40ebbecd6ed23f13bca0c9d2bf023e6da8 | [] | no_license | warsonchou/compiler | 1cb0cdbde527a258edcaa7fd9ded8ac06f9812e7 | 08f31c01cd683f068a669e433eccfbed4e6c6f64 | refs/heads/master | 2021-05-31T18:04:12.806940 | 2016-02-25T02:49:55 | 2016-02-25T02:49:55 | 52,490,140 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,226 | cpp | #ifndef REGEX_H
#define REGEX_H
/*
* Regular expression implementation.
* Supports traditional egrep syntax, plus non-greedy operators.
* Tracks submatches a la traditional backtracking.
*
* Normally finds leftmost-biased (traditional backtracking) match;
* run with -l to get leftmost-longest match (but not POSIX... | [
"1129134022@qq.com"
] | 1129134022@qq.com |
11876666a5e88bdc495a883b2e54acbb94fa7e54 | 3bb567531b1c59027ed4ce767f710bc6b14b2bd2 | /PWGDQ/reducedTree/AliReducedAnalysisSingleTrack.cxx | 42485c3f5b77d2cba736f5d375e79ec4f281235a | [] | no_license | vpacik/AliPhysics | bb88c32787a3a69b26e0c7fae61ba33c5ef07e2f | 7fc21fe4ea5f44bdf36dec5d40e8a8dfe2f2fa51 | refs/heads/master | 2021-01-20T14:19:48.637839 | 2019-05-13T08:56:49 | 2019-05-13T08:56:49 | 90,592,533 | 0 | 0 | null | 2017-05-08T06:12:46 | 2017-05-08T06:12:46 | null | UTF-8 | C++ | false | false | 21,873 | cxx | /**************************************************************************
* Copyright(c) 1998-2009, ALICE Experiment at CERN, All rights reserved. *
* *
* Author: The ALICE Off-line Project. *
* Contributors ... | [
"lucas.altenkamper@cern.ch"
] | lucas.altenkamper@cern.ch |
ae3fdda55e43ea41b4ffeba8bc7efe35f9888afb | 947ed5cc888d29fe9757f37a054bafffe8c2ff9f | /leetcode-weekly-contest-232.h | 4ed26b25e65d11abe68a7ab436f2a1d158fd83e5 | [] | no_license | Sunday361/leetcode | 2b4b1484b86fe5e26928a7bcd66e7a960dcfc200 | 249aa7fe16a31316579d5945033bc6adc719449c | refs/heads/master | 2023-09-04T11:15:42.256450 | 2021-10-15T06:09:37 | 2021-10-15T06:09:37 | 317,810,667 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,459 | h | //
// Created by panrenhua on 1/17/21.
//
#ifndef LEETCODE_LEETCODE_WEEKLY_CONTEST_224_H
#define LEETCODE_LEETCODE_WEEKLY_CONTEST_224_H
#include "allheaders.h"
/** leetcode-weekly-contest-229
* */
class Solution {
public:
// 5703. 最大平均通过率
double maxAverageRatio(vector<vector<int>>& classes, int extraStudents... | [
"982051078@qq.com"
] | 982051078@qq.com |
13962d31b9f49b862cdce02afffb3a0f0c5ce7e6 | 6d1618f2d4ec68c0ec0a7d1f2cee5e8e90ec683c | /SimpleLCD.h | 597cd893972c40928b0d5f8cd76a6c17f9bc15a6 | [] | no_license | JQIamo/SimpleLCD-arduino | dbbeae7bed31aa7cd8caec82f933582eb0269672 | 57ceee2601738cdd1c92a3521be5e1b49e139bff | refs/heads/master | 2016-09-05T23:22:10.812536 | 2015-01-15T18:11:11 | 2015-01-15T18:11:11 | 29,311,492 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,589 | h | /*
SimpleLCD.h - wrapper library for interfacing with SparkFun SerialLCD
Created by Neal Pisenti, 2013.
JQI - Strontium - UMD
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... | [
"npisenti@umd.edu"
] | npisenti@umd.edu |
6f5885b479d5eee4a3e2b3126df8f5d6da401f0c | 5d9d2675f35dac2d6d5978a93e1aa9949810d50d | /Sources/Light.h | 484a65c18fa3f83c01ff1a0ef5945c32274f7b05 | [
"MIT"
] | permissive | Leo-Besancon/RayTracer | 73ea27d8e799b53f83af5dc95901b0387102c252 | 4603d9abf95f36bfd58f18184e63a1d994049686 | refs/heads/master | 2021-05-02T18:27:35.416857 | 2018-03-19T22:39:58 | 2018-03-19T22:39:58 | 120,664,335 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 425 | h | #pragma once
#include "IAnimatable.h"
class Light : public IAnimatable
{
Vector _center;
Vector _intensity;
public:
Light(Vector center, Vector intensity) : _center(center), _intensity(intensity) {};
~Light() { };
Vector get_center() const { return _center; };
void set_center(Vector c) { _center = c; };
Vec... | [
"leoleo38@live.fr"
] | leoleo38@live.fr |
fa66b4203a028118c26827cea729f7d4614729c2 | 23389702ae1c5b167672cfef069fcb7e99025e2c | /lab2/lab2/lab2/cLandCageBuilder.cpp | bb7fa35d668bb34350fcfe434607e0ae2e6dd698 | [] | no_license | verdande2/CST276-Design-Patterns-Winter-13 | 07d11378a56394b0ad5219dfc9825592e0ef8788 | bf1919031e13ebeb7e34f37e1276d7c76caa5481 | refs/heads/master | 2020-09-23T03:19:58.396694 | 2016-08-23T17:10:14 | 2016-08-23T17:10:14 | 66,387,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 604 | cpp | ///////////////////////////////////////////////////////////
// cLandCageBuilder.cpp
// Implementation of the Class cLandCageBuilder
// Created on: 03-Feb-2013 3:12:43 PM
// Original author: Verdande
///////////////////////////////////////////////////////////
#include "cLandCageBuilder.h"
#include "cLandCage.h... | [
"ASparkes@jeldwen.com"
] | ASparkes@jeldwen.com |
fa4e10d142d037a6b10040236005bef3957dc16f | 0cfadf12375369d25bcaf2fccd4ad55d7071c7e2 | /src/main.cpp | 45a7bbc8f31722d0cdb9b6b5ec1004dc1e212ec3 | [] | no_license | giorgiozoppi/openstreetplanner | bf13548cdabaee44a584b8ad7d5e2a6c1a2a3732 | d768c1e20a038c85e95e143bd07e8dea7dd4b225 | refs/heads/main | 2023-08-18T02:59:17.366207 | 2021-09-09T17:49:27 | 2021-09-09T17:49:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,019 | cpp | #include <optional>
#include <fstream>
#include <iostream>
#include <vector>
#include <string>
#include <io2d.h>
#include "route_model.h"
#include "render.h"
#include "route_planner.h"
using namespace std::experimental;
static std::optional<std::vector<std::byte>> ReadFile(const std::string &path)
{
std::ifstr... | [
"giorgio.zoppi@gmail.com"
] | giorgio.zoppi@gmail.com |
3ad67ebc5f13d6ecb58673c6974414f48441d0c0 | bc95d233db18ce8a4a50b047fdcfceadb43c5818 | /day4/one/One.cpp | ce36966493c922d090c1e17f978e209fc5d63696 | [] | no_license | kizzlebot/Intro-To-Cpp | cd253c0489a3868defd3de78e54429295dc3eb7d | 2136bae943940aae1e65a9ab6012c464c5f91a9a | refs/heads/master | 2021-01-02T22:45:05.117479 | 2014-05-07T07:20:41 | 2014-05-07T07:20:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 329 | cpp | #include <iostream>
using namespace std;
int main(){
int x;
string s;
//
cout << "Please Enter an int: " ;
cin >> x;
/*
cout << "\nPlease Enter a string: ";
getline(cin,s) ;
*/
// getline(cin,s) gets the enter from stream after cin >> x[enter], therefore it'll never run
... | [
"jchoi2012@knights.ucf.edu"
] | jchoi2012@knights.ucf.edu |
4b00ff240921d3018da5d3cf79903c81b5d3b321 | 641a8a9eaa984c1a759431a815e2eb9f0bd68e0a | /roslib/ros.h | 86b4acd02a00414a4b2b0db08c12fa1756b64c7d | [
"MIT"
] | permissive | wangfei-824/RobotControlApp | 0854b4f8d76737dfd14165806019f25b897b08f4 | a4074b404a8f538602aac8adf29a43eeebffbc01 | refs/heads/master | 2020-07-14T17:28:07.503328 | 2019-09-18T23:16:55 | 2019-09-18T23:16:55 | 205,354,789 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,793 | h | /**
Software License Agreement (BSD)
\file ros.h
\authors Kareem Shehata <kshehata@clearpathrobotics.com>
\copyright Copyright (c) 2014, Clearpath Robotics, Inc., All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that
the following cond... | [
"651277897@qq.com"
] | 651277897@qq.com |
114c6a712185a9050dfba3ca702646896fa4c9d0 | 52a4095bc25c9da44597eef788c77711d8ad17cb | /minimgapi/src/vector/copy_channels-inl.h | b571ab1162965d0ffe48d18a69fef0446f9017af | [
"BSD-3-Clause"
] | permissive | SmartEngines/minimg_interfaces | ab998ea2e7cb1a98f9195b536879744fc5355f42 | b9276f4d800a7d4563c7e1aaa08ef927bbccb918 | refs/heads/main | 2023-06-15T19:17:51.715790 | 2021-07-14T08:08:32 | 2021-07-14T08:08:32 | 385,863,316 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,191 | h | /*
Copyright 2021 Smart Engines Service LLC
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclai... | [
"kbulatov@smartengines.com"
] | kbulatov@smartengines.com |
719fa4e76f5e8de9674329c46f0e530756dcd213 | de2b54a7b68b8fa5d9bdc85bc392ef97dadc4668 | /Tracker/Filters/SkinFilter.h | e30d890fb86f8baee0f3de347372d2dd37572f64 | [] | no_license | kumarasn/tracker | 8c7c5b828ff93179078cea4db71f6894a404f223 | a3e5d30a3518fe3836f007a81050720cef695345 | refs/heads/master | 2021-01-10T07:57:09.306936 | 2009-04-17T15:02:16 | 2009-04-17T15:02:16 | 55,039,695 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 965 | h | /*
* SkinFilter.h
*
* Created on: 05-feb-2009
* Author: Timpa
*/
#ifndef SKINFILTER_H_
#define SKINFILTER_H_
#include "ImageFilter.h"
#include "cv.h"
#include "iostream"
class SkinFilter: public ImageFilter {
public:
SkinFilter();
virtual ~SkinFilter();
IplImage* applyFilter(IplIm... | [
"latesisdegrado@048d8772-f3ab-11dd-a8e2-f7cb3c35fcff"
] | latesisdegrado@048d8772-f3ab-11dd-a8e2-f7cb3c35fcff |
4302ad74ba15383b5d5d30b8cedf48d7a8176f1a | db7b022361cb2e1c47867ae026291b5a54abcf61 | /CMP102/CMP102/customer.h | 3b1539b47f96220e96e2497d5ad3061f3afaf42e | [] | no_license | Frazzle17/CMP102 | cbd79af3cf6fff108e6f596d4de0ab7f40b4e2ea | 3cca882052e841e3d17e982380cd7d8a23ec33db | refs/heads/master | 2021-01-06T14:14:44.257896 | 2020-02-18T12:41:39 | 2020-02-18T12:41:39 | 241,356,007 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | h | #pragma once
#include <string>
using namespace std;
class customer
{
private:
string name;
string customerID;
public:
customer(string, string);
~customer();
string get_name();
string get_custID();
};
| [
"noreply@github.com"
] | noreply@github.com |
bf67ce0c7008f170d8a990ee8b2d6b1929379bb5 | 6e563096253fe45a51956dde69e96c73c5ed3c18 | /dhnetsdk/netsdk/SearchRecordAndPlayBack.cpp | b5a48ea89ccc595dc815683b1995d22efa7166b0 | [] | no_license | 15831944/phoebemail | 0931b76a5c52324669f902176c8477e3bd69f9b1 | e10140c36153aa00d0251f94bde576c16cab61bd | refs/heads/master | 2023-03-16T00:47:40.484758 | 2010-10-11T02:31:02 | 2010-10-11T02:31:02 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 85,525 | cpp |
#include "StdAfx.h"
#include "SearchRecordAndPlayBack.h"
#include "Manager.h"
#include "netsdktypes.h"
#include "RenderManager.h"
#include "Utils.h"
#include "./NetPlayBack/NetPlayBack.h"
#include "VideoRender.h"
#include "DevConfig.h"
#include "DevConfigEx.h"
/////////////////////////////////////////////... | [
"guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd"
] | guoqiao@a83c37f4-16cc-5f24-7598-dca3a346d5dd |
4fa3eafebfe7bf74a371e44a6ea558799745334b | 6819e4b132193fdedf0242a48ce6b96e9d41716e | /PresentMon/PresentMon.hpp | b41e8c667cad8c469ef14d18021647cb8d21aa9a | [
"MIT"
] | permissive | PCPartPicker/PresentMon | 9c70e933b1898d421d952e9810dc05c5d9b67021 | c0f05bf6a2d68b22738b1856654efa65370a27f7 | refs/heads/master | 2021-07-07T22:59:52.140949 | 2019-09-27T22:03:15 | 2019-10-02T14:35:43 | 140,736,709 | 0 | 0 | null | 2018-07-12T16:09:58 | 2018-07-12T16:09:57 | null | UTF-8 | C++ | false | false | 5,280 | hpp | /*
Copyright 2017-2019 Intel Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribu... | [
"nick@pcpartpicker.com"
] | nick@pcpartpicker.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.