blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f6c7685bdba9e07c5a8635c6bede14d07f735ece | a10f4615e3b98b47cd385c73f083a87b55fd786f | /src/Utilities.cpp | f37e0396e74b85dc3d8d644ceab3a2d4e7818d89 | [
"MIT"
] | permissive | johnnyUCSF/VISION | 9b7e4306be631da5feb626a3af853e73fac78dc9 | b34a92a2cf1b80968299b6040d267e81f2fdd7f8 | refs/heads/master | 2020-06-02T08:14:03.305264 | 2019-06-10T04:04:06 | 2019-06-10T04:04:06 | 191,094,017 | 0 | 0 | MIT | 2019-06-10T04:00:53 | 2019-06-10T04:00:53 | null | UTF-8 | C++ | false | false | 746 | cpp | // Utilities for fast matrix operations to be wrapped with R in VISION
#include <Rcpp.h>
#include <iostream>
#include <string>
#include <sstream>
using namespace Rcpp;
// [[Rcpp::export]]
void point_mult(NumericMatrix & X, NumericVector & Y) {
// In place pointwise multiplication of matrices X and Y, both of which ... | [
"mattjones315@gmail.com"
] | mattjones315@gmail.com |
29572cada28eb19028975d02fe1ccdc59858d23e | 565f83ea04aa4ebe863c393c069306837e249f8f | /Menu.cpp | 8a8f3ba0c4ffef0e36eac183a1e945b7870d344b | [] | no_license | GabeMillikan/CSGO_INTERNAL_BASE | fa94e1a4f5026aa165a18d76de2b0d143f3ce82f | fc1f01212a6cab602d985f3104a3ecbdc92bcfd7 | refs/heads/main | 2021-09-14T02:32:41.091177 | 2021-08-23T08:25:20 | 2021-08-23T08:25:20 | 216,159,738 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 80 | cpp | #include "Menu.hpp"
Menu::Configuration Menu::CConfig = Menu::Configuration();
| [
"gabe.millikan@geoffandcindy.com"
] | gabe.millikan@geoffandcindy.com |
1ba3a447db3583f6a60a249c3753d67457b4ce5c | b1b73c3b6431fbd1e93aa356e47a3c3b284d5f5d | /src/3rdparty/openfst/src/script/equivalent.cc | 10bc1e7ec29444ede036c959e2c9c18af67586a3 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | vsooda/Phonetisaurus | 746733cb4cfa62112284116d1d90debf671faf3b | 1b9ae1155eb989e34c5c77e38917da678fb987e0 | refs/heads/master | 2020-03-09T10:06:26.936296 | 2018-04-09T08:52:56 | 2018-04-09T08:52:56 | 128,728,468 | 0 | 0 | BSD-3-Clause | 2018-04-09T06:59:12 | 2018-04-09T06:59:12 | null | UTF-8 | C++ | false | false | 796 | cc | // See www.openfst.org for extensive documentation on this weighted
// finite-state transducer library.
#include <fst/script/fst-class.h>
#include <fst/script/equivalent.h>
#include <fst/script/script-impl.h>
namespace fst {
namespace script {
bool Equivalent(const FstClass &fst1, const FstClass &fst2, float delta) ... | [
"liushouda@qq.com"
] | liushouda@qq.com |
27493c2f34e85767c28e4262a2815034fe6cf469 | 5df5b866ca541029e11ebb955a6a35a4f8a3270f | /cocos2dx/support/CCUserDefault.cpp | e3685b1f4abdd3420995452a21d3d69391e26da0 | [] | no_license | XoDeR/RioEngine | 5050ec1d87824afcf0d0fa7bff655f48ea386709 | fc69db2da164440314f83f0d84ed60ced954c82b | refs/heads/master | 2016-09-06T17:05:40.227198 | 2012-10-31T23:34:39 | 2012-10-31T23:34:39 | 6,482,161 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,767 | cpp | /****************************************************************************
Copyright (c) 2010-2011 cocos2d-x.org
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software withou... | [
"xoder.vs@gmail.com"
] | xoder.vs@gmail.com |
5dd41fc8d0ef486751efa5d3344229f76d08bee6 | 7bc51dfa88a17533e1faf74c8f993288dd82861f | /src/AssetManager.h | 2d43d8a352a0fd81da6feeae621c1ad701bb0478 | [] | no_license | lucaspenney/FireFight | c2fea7c78c358b77b39c6639a40b23856d747129 | 5c7e74cba30bc418585de35a76e81f478b8441eb | refs/heads/master | 2021-01-15T13:14:19.829351 | 2018-02-07T00:55:53 | 2018-02-07T00:55:53 | 28,886,605 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 418 | h | #pragma once
#include <unordered_map>
#include <SFML/Graphics.hpp>
#include <experimental/filesystem>
#include <fstream>
#include <iostream>
#include <vector>
using std::string;
using std::vector;
class AssetManager
{
public:
AssetManager();
~AssetManager();
static void loadTextures();
static std::unordered_map<... | [
"lucaspenney@gmail.com"
] | lucaspenney@gmail.com |
1064980213d77dcdc34f9dc495029d4b8526b8d5 | 5cdb9699aa5985b4dfd37afd6d8c947d0bfab60c | /include/Common/fence.h | 14b73434423438ec75f855c08579eeeeb1382cdb | [
"MIT"
] | permissive | jafffy/VKGL | 6c9dee357570abd5063c5a29aaa1447c0b36d27b | fffabf412723a3612ba1c5bfeafe1da38062bd18 | refs/heads/master | 2020-07-09T07:20:32.947151 | 2019-04-09T20:34:16 | 2019-04-09T20:34:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,020 | h | /* VKGL (c) 2018 Dominik Witczak
*
* This code is licensed under MIT license (see LICENSE.txt for details)
*/
#ifndef VKGL_COMMON_FENCE_H
#define VKGL_COMMON_FENCE_H
#include <chrono>
#include <condition_variable>
#include <mutex>
namespace VKGL
{
/* Derivation of Common::Semaphore where the wait operation doe... | [
"kbi@theelude.eu"
] | kbi@theelude.eu |
ab8e1924925363a3b56db9421432845798ade528 | b5b5e5a445762293eb331b9d46d67dfc44478d33 | /grid/grid_iterator.hpp | 6339708aea69bcf75586a29937b2d051f14fd51b | [] | no_license | arapelle/pacman_codingame | 3e1d83ea7694964e59e10227aec22b699ff4ae05 | 4a557e570151d507c7bf11e6c6ebd5906bedd641 | refs/heads/master | 2022-08-16T00:27:18.630437 | 2020-05-17T16:34:07 | 2020-05-17T16:34:07 | 262,890,127 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,839 | hpp | #pragma once
#include "grid_types.hpp"
#include <iterator>
#include <type_traits>
template <typename GridPointer>
class Grid_iterator
{
public:
using Grid_type = std::remove_reference_t<decltype(*std::declval<GridPointer>())>;
using Value_type = typename Grid_type::Value_type;
// standard compliance:
... | [
"aymeric.pelle@gmail.com"
] | aymeric.pelle@gmail.com |
5710b67c70d883c743b5a1eccf5de04d440ca5d7 | 223fe72c25ace9213ca3bc6e9d51ff1fbe833847 | /share/install/LArHit20.20/HGTD_IDDetDescrCnv.h | 23a8b81fe850fd1bbf01b05236024a3611dfbb45 | [] | no_license | benitezj/HGTDAnalysisTools | 701bd606c933362d8377737b963440839e09e4e4 | fb3832fd1d5ac50c01f20ccc044a184714630f28 | refs/heads/master | 2020-03-24T12:16:52.741284 | 2018-07-28T21:15:08 | 2018-07-28T21:15:08 | 142,709,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 595 | h | // This file's extension implies that it's C, but it's really -*- C++ -*-.
// $Id$
/**
* @file CaloIdCnv/HGTD_IDDetDescrCnv.h
* @author scott snyder <snyder@bnl.gov>
* @date Refactored Aug, 2012 from original code
* @brief HGTD_ID helper converter class
*/
#ifndef CALOIDCNV_HGTD_IDDETDESCRCNV_H
#define CALOIDCNV... | [
"jose.benitez@cern.ch"
] | jose.benitez@cern.ch |
ecfa2e10b3ae95665d5bb2c09083414c9c9b9daf | fec81bfe0453c5646e00c5d69874a71c579a103d | /blazetest/src/mathtest/operations/dmatsmatkron/MDaMIa.cpp | d9a7c6fac3f78359e9cbe3638811db98b3e983bd | [
"BSD-3-Clause"
] | permissive | parsa/blaze | 801b0f619a53f8c07454b80d0a665ac0a3cf561d | 6ce2d5d8951e9b367aad87cc55ac835b054b5964 | refs/heads/master | 2022-09-19T15:46:44.108364 | 2022-07-30T04:47:03 | 2022-07-30T04:47:03 | 105,918,096 | 52 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 4,155 | cpp | //=================================================================================================
/*!
// \file src/mathtest/operations/dmatsmatkron/MDaMIa.cpp
// \brief Source file for the MDaMIa dense matrix/sparse matrix Kronecker product math test
//
// Copyright (C) 2012-2020 Klaus Iglberger - All Rights Reser... | [
"klaus.iglberger@gmail.com"
] | klaus.iglberger@gmail.com |
662d66c85fe348bce7b5710fe4ac5bf4ed715c55 | e615bf3653da8bd41852c32eb030066e0a3a1612 | /Windows/Source/WinSockServerOOB/stdafx.cpp | 1af59cb9fa95f0d33adfade2255bc811423b468c | [
"Unlicense"
] | permissive | chowizard/StudyNetworkProgramming | bb5a3564b536bc31633f3d01281c2d2c50232d25 | 7042734fca216dd0d864ed8b942c54b68e2dcc5f | refs/heads/master | 2021-01-22T21:07:12.495238 | 2017-09-08T07:15:53 | 2017-09-08T07:15:53 | 100,681,466 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 334 | cpp | // stdafx.cpp : 표준 포함 파일만 들어 있는 소스 파일입니다.
// WinSockServerOOB.pch는 미리 컴파일된 헤더가 됩니다.
// stdafx.obj에는 미리 컴파일된 형식 정보가 포함됩니다.
#include "stdafx.h"
// TODO: 필요한 추가 헤더는
// 이 파일이 아닌 STDAFX.H에서 참조합니다.
| [
"chowizard@hotmail.com"
] | chowizard@hotmail.com |
dc68b072d8d5e816186898cbcff42ec76e44652d | 093819f538b917b727ac01044b7ea59398640504 | /src/StringDatabase.cpp | fe5d692fd9ac3fab0389815d334f65b503c99bf9 | [] | no_license | j-dr/l-addgals | 47a2871799ac68da1534b9c4498f047b6fd0b66b | 985d570159ea216a719219b10ad8068959ee8957 | refs/heads/master | 2021-08-27T16:23:55.761526 | 2016-03-07T07:59:01 | 2016-03-07T07:59:01 | 48,982,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,171 | cpp | #include "StringDatabase.h"
const string StringNode::getParameterName()
{
return parameterName;
}
string StringNode::getParameterValue()
{
return parameterValue;
}
void StringNode::setParameterValue(string parameterValue)
{
this->parameterValue = parameterValue;
}
StringNode* StringNode::getNextStringNode()
{... | [
"jderose@stanford.edu"
] | jderose@stanford.edu |
1cc46f5af5d2bc6a93319b8a8c6eaab011cb1b36 | 04518b3b97789455e9afd96ab67186ae3bd11b87 | /coding/simultaneous/may17a.cpp | 9ae05272240d08f50cd68b7054366488b76b4d2c | [] | no_license | shubhampal077/s_pal1 | 36e14f47dae2c3666538f3d06e3b0e6a17e60ade | d577f3b587739757b93e6fb3d000adbfc3893386 | refs/heads/master | 2020-07-06T10:36:12.852462 | 2019-08-18T10:42:51 | 2019-08-18T10:42:51 | 202,988,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,086 | cpp | #include<bits/stdc++.h>
//***************Constraints are always imaginary,I'm real :)**************
using namespace std;
#define int long long
#define MP make_pair
#define PB push_back
#define PI 3.1415926535897932384626433832795
#define MOD 1000000007
#define fi first
#define se second
typedef pair<int,int> PII;
type... | [
"shubhampalggps@gmail.com"
] | shubhampalggps@gmail.com |
d0bace410b321f9534955d77fb2febb54e82bdb1 | aa8f9c7d91d704a504f7a9ebed50bf05dc5e4a21 | /ROS_ATARIJOYSTICK.ino | 4f1a6ad1d90dd096a227e4a541f57a266f592355 | [] | no_license | finominal/RibbonsOfSplendour | 1d42dc3bdec2f5ab65adcb0010056f87c5e68246 | d02c0dfdabce21e058c63fa35fae0f2edad5c936 | refs/heads/master | 2021-01-18T14:05:29.153651 | 2013-11-10T12:17:07 | 2013-11-10T12:17:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,064 | ino |
void JoystickRedButtonPressed()
{
pl("*IR_JoystickRedButtonPress");
if(GLOBAL_STATE == eCountdown || GLOBAL_STATE == eCompleted)
{
pl(" GLOBAL_STATE = eSetGlobalTime");
GLOBAL_STATE = eSetGlobalTime;
ClearJoystickBuffer(); //make sure there are no joystick registeres
SET_TIME_FOCUS = eHour; ... | [
"finchronicity@gmail.com"
] | finchronicity@gmail.com |
044e5dec96f3095364c8219b94a0ccdde36324c7 | 0ca50389f4b300fa318452128ab5437ecc97da65 | /example/less-than-1k/assign/LabCH/LabCH2gray.cpp | e7275f9973ea8dd54b31708264ed260e46ec1449 | [
"Apache-2.0"
] | permissive | dmilos/color | 5981a07d85632d5c959747dac646ac9976f1c238 | 84dc0512cb5fcf6536d79f0bee2530e678c01b03 | refs/heads/master | 2022-09-03T05:13:16.959970 | 2022-08-20T09:22:24 | 2022-08-22T06:03:32 | 47,105,546 | 160 | 25 | Apache-2.0 | 2021-09-29T07:11:04 | 2015-11-30T08:37:43 | C++ | UTF-8 | C++ | false | false | 743 | cpp | #include <iostream>
#include <iomanip>
#include "color/color.hpp"
int main( int argc, char *argv[] )
{
::color::LabCH< float > c0; //!< Instead of float you may put std::uint8_t,std::uint16_t, std::uint32_t, std::uint64_t, double, long double
::color::gray< std::uint8_t > c1; //!< Ins... | [
"dmilos@gmail.com"
] | dmilos@gmail.com |
07d512f821da397a8a03fa8c47c1bc360b3bc2bb | fc7d5b988d885bd3a5ca89296a04aa900e23c497 | /Programming/mbed-os-example-sockets/mbed-os/rtos/source/ThisThread.cpp | b5c00372d750a542a3ad83dfb7a1e8a29042fcfd | [
"Apache-2.0"
] | permissive | AlbinMartinsson/master_thesis | 52746f035bc24e302530aabde3cbd88ea6c95b77 | 495d0e53dd00c11adbe8114845264b65f14b8163 | refs/heads/main | 2023-06-04T09:31:45.174612 | 2021-06-29T16:35:44 | 2021-06-29T16:35:44 | 334,069,714 | 3 | 1 | Apache-2.0 | 2021-03-16T16:32:16 | 2021-01-29T07:28:32 | C++ | UTF-8 | C++ | false | false | 8,671 | cpp | /* mbed Microcontroller Library
* Copyright (c) 2006-2012 ARM Limited
* SPDX-License-Identifier: MIT
*
* 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 wit... | [
"albmar-6@student.ltu.se"
] | albmar-6@student.ltu.se |
d596df49443c1b63f48a684afd140703d9e7f67e | 52b1a2650d5ee7c52c82a1de8413e6a12f5d675b | /thirdparty/xerces-c1_7_0/sparc/include/xercesc/validators/datatype/DatatypeValidator.hpp | ce4de90ff0fd61e9880fc534579feba896a889ac | [
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | classic130/processing_center_additional | 89fc9367ad12649416d972a0af2a8a925fedc9e5 | efe745ff6780abc7c83a5f6cf1ac0166926e355d | refs/heads/master | 2022-03-05T12:23:47.955954 | 2019-10-18T10:12:31 | 2019-10-18T10:12:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,264 | hpp | /*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source c... | [
"buildman@digicert.com"
] | buildman@digicert.com |
14e445ccda3f64ccaf3de82a592c5b373c953d6e | cbae7ee6ffe0e101986e8015cf3577b5ec085807 | /converters.h | 5635c88e79a3a5b18a74471a154462ebd2e14536 | [] | no_license | orrkarl/software-rasterizer | db39433505dc75fc12dd520299dc67c9a95e340e | 430388aa132120a90591169776ea6d4e114ea7f6 | refs/heads/master | 2021-05-17T16:46:58.859984 | 2020-06-27T19:29:18 | 2020-06-27T19:29:18 | 250,879,059 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | h | #pragma once
#include "predef.h"
using Color = glm::u8vec4;
template <int D, class T, glm::qualifier Q>
inline std::ostream& operator<<(std::ostream& os, const glm::vec<D, T, Q>& vec) {
os << "<";
for (auto i = 0u; i < D - 1; ++i) {
os << vec[i] << ", ";
}
os << vec[D - 1];
return os << ">";
}
template <int ... | [
"karlor041@gmail.com"
] | karlor041@gmail.com |
765334abf85826b79cfe10e7c99de0d35875fb71 | 2b9d569d337127cfac595bc0b7ead9df5927c294 | /d05/ex00/Bureaucrat.hpp | d216a65e6567dc68ff34b4beee703981058f34d7 | [] | no_license | ebuckis/cpp_pool | f6c487b2da68567b6c6f13ccb4538acb229524a1 | a853389bca795deaf81231e90a77d794a358e316 | refs/heads/master | 2020-12-23T14:01:07.747264 | 2020-01-30T08:57:02 | 2020-01-30T08:57:02 | 237,173,927 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,784 | hpp | /* ************************************************************************** */
/* LE - / */
/* / */
/* Bureaucrat.hpp .:: .:/ . .:: ... | [
"kcabus@z2r7p4.le-101.fr"
] | kcabus@z2r7p4.le-101.fr |
6b1418991d38af69610ab07888889cfacdc373dc | faa9c9e8c695595c5055ad0482a83f8135c6c6bc | /flume/runtime/spark/kv_buffer.h | f387f0fc16122bbbd57399ca4243b66f7b49dee3 | [
"Apache-2.0"
] | permissive | baidu/bigflow | 0eb00e185ee4ff4ed291dc06694eed40ceb6ff0b | cfcef62e8a64565b1dceb84efd4278fa83f87b7c | refs/heads/master | 2023-08-19T03:52:15.753975 | 2022-10-31T02:43:43 | 2022-10-31T02:43:43 | 110,657,073 | 1,279 | 188 | Apache-2.0 | 2022-10-04T23:39:12 | 2017-11-14T07:43:04 | C++ | UTF-8 | C++ | false | false | 2,197 | h | /***************************************************************************
*
* Copyright (c) 2016 Baidu, Inc. 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
*
... | [
"zhangyuncong@baidu.com"
] | zhangyuncong@baidu.com |
5faec6c0cd4c1d546ac56430880ca62ca3b4c686 | d9b6cd7472b5e12d64074c0d4a80f3f1633567b3 | /src/apps/DEL_DOT_VEC_2D-Seq.cpp | 0a832c394e8fae106db0961d4f6744ab90fdb095 | [
"BSD-3-Clause"
] | permissive | Zhaojp-Frank/RAJAPerf | 642aeab7ebfe8d51c56da119b28f79ad75088b82 | a6ef0279d9d240199947d872d8f28bf121f2192c | refs/heads/master | 2021-04-19T04:42:17.561043 | 2020-02-10T16:18:29 | 2020-02-10T16:18:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,310 | cpp | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
// Copyright (c) 2017-20, Lawrence Livermore National Security, LLC
// and RAJA Performance Suite project contributors.
// See the RAJAPerf/COPYRIGHT file for details.
//
// SPDX-License-Identifier: (BSD-3-Clause)
//~~~~~~~~~~~~~~~~~~~~~~~~... | [
"hornung1@llnl.gov"
] | hornung1@llnl.gov |
656ddcc00124f32311d5c371d0552bc2ab94f8f7 | 35bd87c9c6cacda05252f93b4e30400aa59a0e2f | /export/release/windows/obj/src/__ASSET__flixel_flixel_ui_img_chrome_png.cpp | 1e8fcd61e7d8137d2f41d05f7a02c85cdd2d5e68 | [
"Apache-2.0"
] | permissive | RE4L-CODE/vsZero-KE | 53599f2099a17a9553adb25a7c8771db0a6bc6d4 | 44c126687ecd3caf7cc3af892164be8d520ae97a | refs/heads/main | 2023-09-01T09:58:39.012592 | 2021-11-18T10:24:21 | 2021-11-18T10:24:21 | 429,388,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 6,902 | cpp | // Generated by Haxe 4.1.5
#include <hxcpp.h>
#ifndef INCLUDED___ASSET__flixel_flixel_ui_img_chrome_png
#include <__ASSET__flixel_flixel_ui_img_chrome_png.h>
#endif
#ifndef INCLUDED_haxe_Resource
#include <haxe/Resource.h>
#endif
#ifndef INCLUDED_haxe_io_Bytes
#include <haxe/io/Bytes.h>
#endif
#ifndef INCLUDED_lime_gr... | [
"61307317+RE4L-CODE@users.noreply.github.com"
] | 61307317+RE4L-CODE@users.noreply.github.com |
3c41080dc74b19155fbfae47864b8018efd5a626 | b3f305c1b0266f0ab112e74575df816609da792a | /OpenGL_drawing_graphics/OpenGL_drawing_graphics/src/Scene.cpp | 5c06e3e96258000bfbd8ac7f0adaaa347b6d6d25 | [] | no_license | Neucrotic/AIE_graphics_assessment | ecb1b5ec744183194e8bc22e8abbc0d27dacffd6 | ea20a5efe766b0acde4243b3180c658269b572aa | refs/heads/master | 2016-09-06T10:50:15.116449 | 2015-03-26T06:22:43 | 2015-03-26T06:22:43 | 32,903,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 549 | cpp | #include "Scene.h"
#include "MobileCamera.h"
#include "TextureLoader.h"
#include "MyObjLoader.h"
void Scene::Startup()
{
//camera initialisation
camera = new MobileCamera();
camera->SetInputWindow(window);
camera->SetUpPerspective(glm::pi<float>() * 0.25f, 16.0f / 9.0f, 0.1f, 10000.0f);
camera->LookAt(glm::vec3... | [
"nelsonhain@gmail.com"
] | nelsonhain@gmail.com |
cc1545bf29c4f88cb1f0ca9c04a1396201437e6f | e03ee4538dce040fe16fc7bb48d495735ac324f4 | /SpecialEffects/Ejemplo/main.cpp | 1689f8b20888b30223d6caabb3c4f5c26d7cce32 | [] | no_license | vdelgadov/itcvideogame | dca6bcb084c5dde25ecf29ab1555dbe8b0a9a441 | 5eac60e901b29bff4d844f34cd52f97f4d1407b5 | refs/heads/master | 2020-05-16T23:43:48.956373 | 2009-12-01T02:09:08 | 2009-12-01T02:09:08 | 42,265,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,661 | cpp | //Every windows application needs to include this
#include "windows.h"
//Every Direct3D application this
#include "d3d9.h"
#include "d3dx9.h"
bool g_bContinue = true;
LPD3DXEFFECT g_lpEffect = NULL;
LPDIRECT3DVERTEXBUFFER9 g_lpVertexBuffer = NULL;
//The combined transformation will end up in this matrix:
D... | [
"jr.glezt@972b8bf6-92a2-11de-b72a-e7346c8bff7a"
] | jr.glezt@972b8bf6-92a2-11de-b72a-e7346c8bff7a |
2f91f9b517bc1816a71fab52d0871ecbfd33b5e9 | 349be0a1b7d1ac72c7bb4507358d45493f2fe60c | /GraphicsSandbox/D3dCommon.h | 5611a6c2567fd155ad139bcb4f970a9bb34496ec | [] | no_license | Ivan-Veselov/graphics-sandbox | 38180d5e0045c7395cde954521e880779b01f08b | 4e33fe4b259f0c161db2a4c28455907d09aeefa0 | refs/heads/master | 2021-05-18T03:02:39.322165 | 2020-05-01T19:05:22 | 2020-05-01T19:05:22 | 251,075,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 539 | h | #pragma once
#include "WindowsCommon.h"
#include <d3d12.h>
#include <dxgi1_6.h>
#include <D3Dcompiler.h>
#include <DirectXMath.h>
#include <wrl.h>
using Microsoft::WRL::ComPtr;
class D3dException : public WindowsException {
public:
D3dException(HRESULT hr, const std::string& fileName, int lineNumber)
: W... | [
"veselov.iva@gmail.com"
] | veselov.iva@gmail.com |
c2a3592b7dcfd70e7fc326445fdc1e1592afccfa | 918923bd15593830b5b109fbbadaab0028091f81 | /logical_operator/logical_scan.cpp | 793a0a7a47972fe772b94fe51e1a40f26f20525a | [] | no_license | XLPE/Ginkgo | 6ddbc00a2d57eb08b74dcdf6f4b3e1248e78ce5b | b016b8d22dab9e8d58096bcd6fedc8843574dc6c | refs/heads/master | 2020-12-18T13:15:13.779015 | 2017-09-27T02:11:35 | 2017-09-27T02:11:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,287 | cpp | /*
* Copyright [2012-2015] DaSE@ECNU
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Ve... | [
"885626704@qq.com"
] | 885626704@qq.com |
b40f5633f95ad1907397cf2ea38935065a256f9c | a1809f8abdb7d0d5bbf847b076df207400e7b08a | /Simpsons Hit&Run/game/libs/scrooby/apps/builder/GUI/Property Dialogs/ProjectPropertiesDlg.cpp | 5bc487d2e6a0175c2d25d3c6c0042e26595b5442 | [] | no_license | RolphWoggom/shr.tar | 556cca3ff89fff3ff46a77b32a16bebca85acabf | 147796d55e69f490fb001f8cbdb9bf7de9e556ad | refs/heads/master | 2023-07-03T19:15:13.649803 | 2021-08-27T22:24:13 | 2021-08-27T22:24:13 | 400,380,551 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,427 | cpp | // ProjectPropertiesDlg.cpp : implementation file
//
#include "..\..\stdafx.h"
#include "..\..\xcon.h"
#include "ProjectPropertiesDlg.h"
#include "..\..\FeData\NamedElements\Project.h"
#include "strings\pcstring.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
... | [
"81568815+RolphWoggom@users.noreply.github.com"
] | 81568815+RolphWoggom@users.noreply.github.com |
a00f43cb64f3af4723883f654b32a8f3c4d40454 | e09d68f100d9688a11edcbc4e5ed4681d2e2cef8 | /src/qt/signverifymessagedialog.cpp | ea6c53fa58903653e1fee4b2fad050db64d1d145 | [
"MIT"
] | permissive | Nautilus-Shell-Helix/NSH-Core | 0cf9c4e86415263257feb9a24449ad52202c3503 | 0dc28b786239a673b298a73f5df7ca71340670b1 | refs/heads/master | 2020-03-22T16:35:28.787407 | 2018-07-30T18:06:09 | 2018-07-30T18:06:09 | 140,337,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,733 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2017-2018 The NSHCoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "signveri... | [
"detroit_dentist@transendcoin.com"
] | detroit_dentist@transendcoin.com |
4d2711745d38e912371176f59665e99178bcf143 | 0266e454d5b3d15ae819a7f95dc76a403f207b96 | /roswrap/src/rossimu/kinetic/include/diagnostic_msgs/DiagnosticStatus.h | 876f2dfa79fbfb9d6b9a584b6d14163f89409fb0 | [
"Apache-2.0"
] | permissive | SICKAG/sick_scan_base | af7ae85279c03f2bc9685c49872ff4787a210b64 | 73d37605e1914fd1da8d45050ba37f449a660fd7 | refs/heads/master | 2022-10-13T11:51:02.203508 | 2022-09-05T10:27:11 | 2022-09-05T10:27:11 | 196,956,176 | 22 | 20 | Apache-2.0 | 2021-02-08T23:26:44 | 2019-07-15T08:22:39 | C++ | UTF-8 | C++ | false | false | 8,279 | h | // Generated by gencpp from file diagnostic_msgs/DiagnosticStatus.msg
// DO NOT EDIT!
#ifndef DIAGNOSTIC_MSGS_MESSAGE_DIAGNOSTICSTATUS_H
#define DIAGNOSTIC_MSGS_MESSAGE_DIAGNOSTICSTATUS_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include... | [
"michael.lehning@lehning.de"
] | michael.lehning@lehning.de |
a54f355c3cbb393a9117ed2a59ee63fa06929310 | 746c90c3f3d4ef1faa1776a7a78122e07f6a7fce | /V4_XX/V4_00.cpp | b00c6391a2e0f2fed362ffbd27e23ff22b16a2b1 | [] | no_license | katieadamsky/TeamSnowbot | 1ecb1e1308984392076708d224dd0faeff5368ed | 0a95067301eae7098a9472fc723e61384b0ff762 | refs/heads/master | 2020-06-05T07:22:13.045378 | 2015-04-26T20:07:39 | 2015-04-26T20:07:39 | 30,951,172 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 18,757 | cpp | /*Performance Test 5: Touching the Crank
Written by Katie Adamsky
RJF 8:00 Team B6*/
#include <FEHLCD.h>
#include <FEHIO.h>
#include <FEHUtility.h>
#include <FEHMotor.h>
#include <FEHRPS.h>
#include <FEHServo.h>
//Declarations for encoders & motors
ButtonBoard buttons(FEHIO::Bank3);
DigitalEncoder right_encoder(FEHIO... | [
"katieadamsky@users.noreply.github.com"
] | katieadamsky@users.noreply.github.com |
9105ca8b628a19433acc4aed58161b0c2e348196 | 1c102e6ec3b1f8926ef79fb2057419c20b5aa121 | /InputStream.cpp | ff82310184a6daf208341da54d633777e642fb15 | [] | no_license | amo-susi/robe_cpp | d0ac2c381138d61959406e00f65c5b61e1dc3c1c | 6f4f72dc6ccb92e52956c99c16ebe4e4fbbbcbcd | refs/heads/master | 2022-05-11T15:49:35.294442 | 2018-09-19T06:57:08 | 2018-09-19T06:57:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 191 | cpp | #include "InputStream.h"
#include <iostream>
using namespace std;
double InputStream::Get() const {
return m_n;
}
bool InputStream::Set() {
cin >> m_n;
return m_n >= 0;
}
| [
"an74abc@gmail.com"
] | an74abc@gmail.com |
84934ddb634e89d0925a074c303fdc5d344bff9b | 0dca74ba205f42b38c1d1a474350e57ff78352b4 | /SimG4Core/Notification/interface/G4SimEvent.h | a59d4c3b8c2325ab5f6d9153917ba4c54d1a7bfd | [
"Apache-2.0"
] | permissive | jaimeleonh/cmssw | 7fd567997a244934d6c78e9087cb2843330ebe09 | b26fdc373052d67c64a1b5635399ec14525f66e8 | refs/heads/AM_106X_dev | 2023-04-06T14:42:57.263616 | 2019-08-09T09:08:29 | 2019-08-09T09:08:29 | 181,003,620 | 1 | 0 | Apache-2.0 | 2019-04-12T12:28:16 | 2019-04-12T12:28:15 | null | UTF-8 | C++ | false | false | 1,856 | h | #ifndef SimG4Core_G4SimEvent_H
#define SimG4Core_G4SimEvent_H
#include "SimG4Core/Notification/interface/G4SimTrack.h"
#include "SimG4Core/Notification/interface/G4SimVertex.h"
#include "SimDataFormats/Track/interface/SimTrackContainer.h"
#include "SimDataFormats/Vertex/interface/SimVertexContainer.h"
#include "HepM... | [
"Vladimir.Ivantchenko@cern.ch"
] | Vladimir.Ivantchenko@cern.ch |
8e16f68f22758c2449d50511d66d388ff05acef5 | cc7a293addc678b5d3c3dbe2fd8e071916a66bab | /PhieuMuon.cpp | 394aa26b6ee991274444853cfb624c9a23d8cc24 | [] | no_license | nhatle111/QLTHUVIEN | 95ccb4cff0b20b4d5ff06333c154cdd6dbc68d8e | 46451a6311368f1b812c235daec662b475e958f6 | refs/heads/master | 2023-02-04T14:21:15.767677 | 2020-12-26T06:16:28 | 2020-12-26T06:16:28 | 324,493,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,829 | cpp | #include "PhieuMuon.h"
int PhieuMuon::trangay(int thang, int nam)
{
if (thang == 1 || thang == 3 || thang == 5 || thang == 7 || thang == 8 || thang == 10 || thang == 12)
{
return 31;
}
else
{
if (thang == 2)
{
if (nam % 4 == 0 && nam % 100 != 0 || nam % 400 == 0)
{
return 29;
}
else
{
... | [
"you@example.com"
] | you@example.com |
b9e496ead50ea3e0ff82b6b5adc5ca03bad50cd1 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE762_Mismatched_Memory_Management_Routines/s02/CWE762_Mismatched_Memory_Management_Routines__delete_array_long_malloc_72b.cpp | a7af0f2b9ff772cc67c8e36799bf3e5078ec8b6a | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 1,764 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE762_Mismatched_Memory_Management_Routines__delete_array_long_malloc_72b.cpp
Label Definition File: CWE762_Mismatched_Memory_Management_Routines__delete_array.label.xml
Template File: sources-sinks-72b.tmpl.cpp
*/
/*
* @description
* CWE: 762 Mismatched Memory Ma... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
7fc8888c20b5273ec9d6cc4a6042bd7bd57ef03e | 07306d96ba61d744cb54293d75ed2e9a09228916 | /External/NaturalMotion/morpheme/SDK/euphoriaCoreBehaviours/AutoGenerated/Leg.h | 5f0e71b5b62a19c80511b73818709c1dd94c992d | [] | no_license | D34Dspy/warz-client | e57783a7c8adab1654f347f389c1dace35b81158 | 5262ea65e0baaf3f37ffaede5f41c9b7eafee7c1 | refs/heads/master | 2023-03-17T00:56:46.602407 | 2015-12-20T16:43:00 | 2015-12-20T16:43:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,964 | h | #pragma once
/*
* Copyright (c) 2013 NaturalMotion Ltd. All rights reserved.
*
* Not to be copied, adapted, modified, used, distributed, sold,
* licensed or commercially exploited in any manner without the
* written consent of NaturalMotion.
*
* All non public elements of this software are the confidential
* i... | [
"hasan@openkod.com"
] | hasan@openkod.com |
7032c70c5d47e8c5bbde03a965b9c1b9921b14e3 | 41a76318e5b9eef2c69bbf922724f8b191d7d124 | /kokkos-kernels/src/impl/generated_specializations_cpp/spiluk_numeric/KokkosSparse_spiluk_numeric_eti_spec_inst_Kokkos_cmplx_flt__int_int_LayoutLeft_OpenMP_HBWSpace.cpp | ed5afb2c483fd98b0435bd8e3113070aa3cfda92 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | zishengye/compadre | d0ff10deca224284e7e153371a738e053e66012a | 75b738a6a613c89e3c3232cbf7b2589a6b28d0a3 | refs/heads/master | 2021-06-25T06:16:38.327543 | 2021-04-02T02:08:48 | 2021-04-02T02:08:48 | 223,650,267 | 0 | 0 | NOASSERTION | 2019-11-23T20:41:03 | 2019-11-23T20:41:02 | null | UTF-8 | C++ | false | false | 2,648 | cpp | /*
//@HEADER
// ************************************************************************
//
// KokkosKernels 0.9: Linear Algebra and Graph Kernels
// Copyright 2017 Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retain... | [
"pkuberry@gmail.com"
] | pkuberry@gmail.com |
c951c0e14a6e208b5a8c1da1b7048635ee90e68d | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/rsync/gumtree/rsync_repos_function_616_last_repos.cpp | 762abf66020be0f9183f74aaffb1d38a0d173a97 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,815 | cpp | int ZLIB_INTERNAL _tr_tally (s, dist, lc)
deflate_state *s;
unsigned dist; /* distance of matched string */
unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
{
s->d_buf[s->last_lit] = (ush)dist;
s->l_buf[s->last_lit++] = (uch)lc;
if (dist == 0) {
/* lc is the u... | [
"993273596@qq.com"
] | 993273596@qq.com |
b84f4984945f7de86af29d0d69948e67a4412cec | 4d3edf5b630bafdca6592c7d36b58afbd450aaae | /src/include/State.hpp | a2f702ed94b99cf9717d44b8228dadd83b8f7780 | [] | no_license | Lasconik/BoardCPP | 699005b11c7d7b021cfd1128be5502c69e05726e | be43d91d0df019831919ceee73b4f488815cadff | refs/heads/master | 2021-01-13T02:06:43.327880 | 2014-11-06T22:01:11 | 2014-11-06T22:01:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,404 | hpp |
#ifndef GAMESTATE_HPP
#define GAMESTATE_HPP
#include <string>
#include <vector>
/**
Cette classe représente un état de jeu, et par extension, un état du programme.
Un jeu est défini par :
-une position initiale : méthode init
-pour chaque position, un ensemble de positions atteignables : méthode ... | [
"caillouxnicolas@gmail.com"
] | caillouxnicolas@gmail.com |
0e0d1aa881ddcc7e6f1f80f8871a3f1b4c036244 | 8bfdd399e6904194e72328a11e23cd7c5dd03587 | /uu/main.cpp | b46d6c51e26387ec36545a88674dfaebae1a7c68 | [] | no_license | pkErbynn/CppCodeChallenge | 6d1e8da28934ff143432d501c5fc9f5844b7aabf | 7ade6154e8aec831ad47d82bb45e2e990cfa779a | refs/heads/master | 2020-03-24T20:58:44.832928 | 2018-07-31T11:49:10 | 2018-07-31T11:49:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 500 | cpp | #include <iostream>
using namespace std;
class papa{
public:
papa(string z){
name=z;
} /*constructors are functions having the
similar name as the class.*/
void setname(string x){
name=x;
}
string getname() {
return name;
}
private:
string nam... | [
"john.erbynn@gmail.com"
] | john.erbynn@gmail.com |
e3383f848e17952c0b11b213214a8fcc454fd99d | c61c28b3fbc0317ad7e0e089f812b5192aaee853 | /applications/maplab-node/include/maplab-node/visual-localizer-helpers.h | cf0426c35aac5724f21cae3ec59b116770ef2491 | [
"Apache-2.0"
] | permissive | zoumaguanxin/maplab | 8049271e5ee138e8ec84fb4fed81878ec5186e2e | a59e5e20c8c0e65d8461000670817c8755146839 | refs/heads/master | 2023-01-15T07:53:20.339010 | 2022-12-30T20:51:37 | 2022-12-30T20:51:37 | 242,952,338 | 0 | 0 | Apache-2.0 | 2020-02-25T08:49:13 | 2020-02-25T08:49:12 | null | UTF-8 | C++ | false | false | 1,053 | h | #ifndef MAPLAB_NODE_VISUAL_LOCALIZER_HELPERS_H_
#define MAPLAB_NODE_VISUAL_LOCALIZER_HELPERS_H_
#include <localization-summary-map/localization-summary-map-queries.h>
#include <localization-summary-map/localization-summary-map.h>
#include <loop-closure-handler/loop-detector-node.h>
#include <maplab-common/macros.h>
#i... | [
"aslmultiagent@gmail.com"
] | aslmultiagent@gmail.com |
ada1af47cd862d56cc1e1c0fb77af73d85a1d4e9 | 826d1cb113fff70a27ec853a0b664e59934f1ea8 | /PIDtest.cpp | 48640d1d88934656e2d0af2a4763bd484c3ab92b | [] | no_license | rosalindstengle/PIDController | 8013995fa6e0961fde12dce3d5bab832fae377f6 | 171b3db1e0eadae554aa1a0c505b1d88c914bedc | refs/heads/master | 2021-01-19T15:34:06.411878 | 2017-04-21T00:28:12 | 2017-04-21T00:28:12 | 88,223,138 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,034 | cpp | #include <iostream>
uint32_t targetSpd;
uint32_t measuredSpd;
uint32_t curError;
uint32_t integError;
uint32_t difError;
uint32_t input;
curError = 0;
integError = 0;
difError = 0;
targetSpd = 1000;
input = targetSpd;
measuredSpd = 3*input +50;
//uint32_t Kp = ;
//uint32_t Ki = ;
//uint32_t Kd = ;
//uint32_t scale ... | [
"rosalind.stengle@gmail.com"
] | rosalind.stengle@gmail.com |
df4993c6574f5b12232e4791dc35ea673e9c5abe | 3e14b439d0d3ef6893854bee4799a58c92d9b090 | /src/core/utils/assert/assert.cpp | eb7eaf0fae2fa947032d9995335b14a322d729cd | [] | no_license | sharkone/acid | 545a355771bceb57f9f36b91dacc37f9c78f3b6f | 6f621bb7d2b6e9cb884d66ae3fe82e9a8f1ac0e0 | refs/heads/master | 2020-05-17T20:43:54.699090 | 2013-07-24T00:56:19 | 2013-07-24T00:56:19 | 1,527,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 571 | cpp | #include "core/precomp/precomp.h"
namespace Acid
{
void AssertHandler(const std::string& condition, const std::string& function, const std::string& file, unsigned int line)
{
ACID_LOG("=====================================================================");
ACID_LOG("Assertion: %s", condition.c... | [
"sharkone@en-mousse.org"
] | sharkone@en-mousse.org |
09467e45c7b92fd8d7aba2f70b3fefd065ebc855 | 083a89f79cf82819847f4028ece2cf0d217b2b70 | /src/slavedaemon/writer.h | 1323f027a16cb260432f99fd43d1478f4902619f | [] | no_license | pyotr777/kportal | 5e535cb08e6fd069ef88eaceafe4becbd71d0fc4 | c0a6ff5b73234d5ff71d9a886a8ab5e81648018e | refs/heads/master | 2020-04-03T22:07:00.453636 | 2017-02-16T05:28:19 | 2017-02-16T05:28:19 | 58,171,266 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 801 | h | /* file writefile
author
date
*/
#ifndef WRITER_H_
#define WRITER_H_
#include <cstdio>
#include <string>
#include <vector>
class Writer {
public:
// Writer(const std::string &filename);
~Writer() {
std::fclose(file_);
}
bool IsOpened() {
if (file_ == NULL) {
return false;
} else {
... | [
"peterbryz@yahoo.com"
] | peterbryz@yahoo.com |
ce8da1dcf729459e54b9c1e8cfd692911ffc15b0 | e5352a8d4f9e87e61a9e136fb442eb06ece22667 | /so_duong.cpp | a75a376112d500931fd47cff27497135bf4965cc | [] | no_license | longhv19/DevC-Programe | 0427791336ff6a2590096454396104824b80bb7b | 0e7a55c3531a151f3007eb9cf27a4be04047d3a2 | refs/heads/master | 2022-12-21T15:23:29.540705 | 2020-09-28T12:16:57 | 2020-09-28T12:16:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,468 | cpp | #include<stdio.h>
#include<stdlib.h>
void input(int *a, int n)
{
for(int i = 0; i < n; i++){
printf("a[%d] = ", i);
scanf("%d", (a+i));
}
}
void output(int *a, int n)
{
for(int i = 0; i< n; i++){
printf("%d\t", *(a+i));
}
}
void bai_2(int *a, int n)
{
int i;
int count1 = 0;
for( i = 0; i< n; i++){
if(... | [
"havulong_t63@hus.edu.vn"
] | havulong_t63@hus.edu.vn |
8de8567bfdecc51daf92b60cda814bba66bc4d93 | 1d04a44976a0d0effd12b9f1bc18db7bc4c8f96d | /be/src/kudu/util/failure_detector-test.cc | 306d81aa4cb0048989b61f2abefcaa728eefcbca | [
"OpenSSL",
"Apache-2.0",
"BSD-3-Clause",
"dtoa",
"MIT",
"PSF-2.0",
"LicenseRef-scancode-mit-modification-obligations",
"bzip2-1.0.6",
"LicenseRef-scancode-unknown-license-reference",
"Minpack",
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-openssl",
... | permissive | Pandinosaurus/Impala | d2d189e9efd93196d4fac36f91e926cca041f023 | 7dd2c8100f6d810bde13a0c9f8fb8449344cdcef | refs/heads/cdh5-trunk | 2023-03-13T00:09:43.104849 | 2019-07-25T00:12:06 | 2019-08-14T21:51:53 | 149,855,108 | 1 | 0 | Apache-2.0 | 2019-08-15T22:47:12 | 2018-09-22T07:24:05 | C++ | UTF-8 | C++ | false | false | 4,049 | cc | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | [
"jenkins@cloudera.com"
] | jenkins@cloudera.com |
1c545cba5babfd58b6b6a903f45b5674bbb149d4 | a91e52771ee2d33cbc1edf7f926238b5f811f721 | /screen_table_calibres.cpp | 3da47db49f1a414dc8e4c55430f1966a51b18f9b | [] | no_license | lreyesm/MiRutaDesktopClients | 9e95917f464e13ab7b9165e2cb1c8241d089f90a | 48badeebfbecd59999ed5f8d1f99826adf8cde6e | refs/heads/main | 2023-03-08T11:18:12.060521 | 2021-02-26T00:53:15 | 2021-02-26T00:53:15 | 337,887,417 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,898 | cpp | #include "screen_table_calibres.h"
#include "ui_screen_table_calibres.h"
Screen_Table_Calibres::Screen_Table_Calibres(QWidget *parent, bool show) :
QMainWindow(parent),
ui(new Ui::Screen_Table_Calibres)
{
ui->setupUi(this);
this->setWindowTitle("Tabla de Calibres");
getCalibresFromServer(show);
}
... | [
"elautomaticon@gmail.com"
] | elautomaticon@gmail.com |
2d42bc6770069823ec93cab239606a55926b2f7f | 41af432f38f01e9c0c008c984d8d804786a814e5 | /dbusdemo9/main.cpp | 097f964b32a9df7b1b897498b49ca5c77ffe1fcc | [] | no_license | MouseZhangZh/QtDBusDemo | fb9d0a3b558896682d328eb6f990929d18186bdc | ec7a84148b9e5cd3d2371d765021de4c0c44aae2 | refs/heads/main | 2023-03-19T09:10:56.691780 | 2021-03-04T02:56:20 | 2021-03-04T02:56:20 | 344,000,517 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,706 | cpp | /*
从D-Bus XML自动生成Proxy类#
Proxy Object提供了一种更加直观的方式来访问Service,如同调用本地对象的方法一样。
生成Proxy类的流程如下:
使用工具qdbuscpp2xml从object.h生成XML文件;#
qdbuscpp2xml -M test.h -o com.scorpio.test.xml
使用工具qdbusxml2cpp从XML文件生成继承自QDBusInterface的类#
qdbusxml2cpp com.scorpio.test.xml -p valueInterface
生成两个文件:valueInterface.cpp和valueInterface.h
*/
#i... | [
"sendbypython@foxmail.com"
] | sendbypython@foxmail.com |
a293548308d1bb6037fd051701dd6fd6d242b555 | 2bed2532522674b0ef8c086291b183ecadc5e6aa | /Coursework 4/include/layer.hpp | ccd174e76fbb6c152bef0f44d6efc80ef875b8af | [] | no_license | guigzzz/HPC | 2fab908523a6dc68d4c09ce5492d5fc83b0e2a4c | b9f5229ff1ae6e2ac9368dd248ee8ae1fe48c74d | refs/heads/master | 2021-05-07T18:58:41.096537 | 2018-02-01T12:43:07 | 2018-02-01T12:43:07 | 108,873,948 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,841 | hpp | #ifndef layer_hpp
#define layer_hpp
#include <cmath>
#include <cstdint>
#include <vector>
#include <iostream>
#include <memory>
// Input is signed with 16 fractional bits
// Output is signed with 7 fractional bits
inline int8_t sigmoid(int32_t acc)
{
float fAcc=acc / 65536.0f;
float fSig = 1.0... | [
"gr1714@ic.ac.uk"
] | gr1714@ic.ac.uk |
e9e6fb91ec24c2fe156876193237d3baa171793b | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/folly/2016/12/TimeoutManager.cpp | 6ef552bb8440a1a7d250ce57b3c24cc370d62aff | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 3,612 | cpp | /*
* Copyright 2016 Facebook, Inc.
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Ve... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
816db9e625ce1961a8c90c8e07e972c2f6055a04 | c011d107afc06f89481655cf5d70b9a07a95dea4 | /proposal_distribution.hh | 22ea0a5ca38de754bfde8b68d27012f9d4ffdf09 | [
"MPL-2.0",
"MIT",
"Apache-2.0"
] | permissive | renlliang3/ptmcmc | da475efa85afc8f920238fcfc06987ac62ce5627 | 440e2f28a34ac285c310dd17ead271ff1bcf1d0f | refs/heads/master | 2022-04-17T10:44:22.844181 | 2020-04-16T21:21:15 | 2020-04-16T21:21:15 | 281,079,020 | 0 | 1 | Apache-2.0 | 2020-07-20T09:55:04 | 2020-07-20T09:55:03 | null | UTF-8 | C++ | false | false | 16,129 | hh | ///States for MCMC
///
///state objects are tied to a stateSpace object which specifies to domain.
///boundary objects allow specification of the domain bounraies in each dimension.
///Written by John G Baker - NASA-GSFC (2013-2014)
#ifndef PTMCMC_PROPOSAL_HH
#define PTMCMC_PROPOSAL_HH
#include "states.hh"
#include "c... | [
"john.g.baker@nasa.gov"
] | john.g.baker@nasa.gov |
9e4cb38f08b91f13856f19aec2234a5bc4dbfb91 | b012b15ec5edf8a52ecf3d2f390adc99633dfb82 | /branches-public/moos-ivp-12.2mit/ivp/src/lib_ulogview/attic2/StringTPlot.h | aa1d770516fe1b3176f8c6c8f87c34cacc372600 | [] | no_license | crosslore/moos-ivp-aro | cbe697ba3a842961d08b0664f39511720102342b | cf2f1abe0e27ccedd0bbc66e718be950add71d9b | refs/heads/master | 2022-12-06T08:14:18.641803 | 2020-08-18T06:39:14 | 2020-08-18T06:39:14 | 263,586,714 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,190 | h | /*****************************************************************/
/* NAME: Michael Benjamin, Henrik Schmidt, and John Leonard */
/* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */
/* FILE: StrintTPlot.h */
/* DATE: Oct0711 ... | [
"zouxueson@hotmail.com"
] | zouxueson@hotmail.com |
a97833bd08f8592d1718e58078132c8524626ac3 | 9c3bd2521871b3b3ab7e007ecfa3b1b7425f98fb | /laba5/ClassLibrary1/ClassLibrary1/ClassLibrary1.cpp | 3453162bbfd2f4fe809de8971a7b16abe483821e | [] | no_license | Funjy/SP_Labs | 85304563bf88c46dc22a26fa4cc87828d325bcf4 | f688a5ba01081c5cf0aade815ab0b3a52e26ffc1 | refs/heads/master | 2016-09-06T15:18:14.027874 | 2013-11-12T16:08:36 | 2013-11-12T16:09:02 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 642 | cpp | // Главный DLL-файл.
#include "stdafx.h"
#include "ClassLibrary1.h"
using namespace System::Text;
extern "C"
{
int __stdcall Calc(int A, int B, int C)
{
return A*B-C;
}
void __stdcall LineAdd(const char* Str1,const char* Str2,char* Str3)
{
int len3 = strlen(Str1) + strlen(Str2) + 1;
StringBuilder... | [
"skyrembo@gmail.com"
] | skyrembo@gmail.com |
fff41fc83427dd5c6060ae29de9a5dfe796ab647 | de33bc35fa32bb2e833f3b23e116c49e8bcde2db | /ophidian/util/GridGraph_3D.cpp | 70b8b00d1dc24d5f637e88030df947616562f4c1 | [
"Apache-2.0"
] | permissive | eclufsc/ophidian | 6b97c47702bf241f26fcbac49f8690c482d0515f | f015ec3eb1e0b6c9478117dcf69b8d19ece4b747 | refs/heads/development | 2021-07-25T19:09:45.484211 | 2020-04-13T17:42:40 | 2020-04-13T17:42:40 | 47,638,120 | 45 | 26 | Apache-2.0 | 2018-03-21T16:49:32 | 2015-12-08T17:33:11 | C++ | UTF-8 | C++ | false | false | 14,906 | cpp | /*
* Copyright 2017 Ophidian
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2... | [
"tiagoaugustofontana@gmail.com"
] | tiagoaugustofontana@gmail.com |
3013baf63805731656eb775bb2925762928c9677 | ca6d3dbcf285c80d40671ae90ac0668b045d2c78 | /USACO/Contests/1819_1G/Teamwork.cpp | 52db6aa1e58fca597639efc09d8dbc43cb846767 | [] | no_license | nevilparmar11/CompetitiveProgramming | 06833e4db86e01d9f06fa3f1610b711e7dfca6b5 | 86211e1990aa3873ab4a031507c3fdb7c3bb55d3 | refs/heads/master | 2021-04-18T07:48:24.435425 | 2020-03-21T16:37:24 | 2020-03-21T16:37:24 | 249,519,416 | 1 | 0 | null | 2020-03-23T19:02:56 | 2020-03-23T19:02:55 | null | UTF-8 | C++ | false | false | 455 | cpp | #include <bits/stdc++.h>
using namespace std;
const int mxN=1e4, mxK=1e3;
int n, k, s[mxN], dp[mxN+1];
int main() {
ifstream cin("teamwork.in");
ofstream cout("teamwork.out");
//input
cin >> n >> k;
for(int i=0; i<n; ++i)
cin >> s[i];
//calc the dp
for(int i=1; i<=n; ++i) {
int runningmax=0;
for(int j=... | [
"tmwilliamlin168@gmail.com"
] | tmwilliamlin168@gmail.com |
ce8016e14456193923b4ee72b42651e8a28dba7e | 21553f6afd6b81ae8403549467230cdc378f32c9 | /arm/cortex/Freescale/MK20D7/include/arch/reg/ptd.hpp | 90d73185b2a223dc6ffcdc5c16dee5ae16189b9a | [] | no_license | digint/openmptl-reg-arm-cortex | 3246b68dcb60d4f7c95a46423563cab68cb02b5e | 88e105766edc9299348ccc8d2ff7a9c34cddacd3 | refs/heads/master | 2021-07-18T19:56:42.569685 | 2017-10-26T11:11:35 | 2017-10-26T11:11:35 | 108,407,162 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,903 | hpp | /*
* OpenMPTL - C++ Microprocessor Template Library
*
* This program is a derivative representation of a CMSIS System View
* Description (SVD) file, and is subject to the corresponding license
* (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory).
*
* This program is distributed in the hope... | [
"axel@tty0.ch"
] | axel@tty0.ch |
cde9a8c6deec690e60f001abda895f62dceacef6 | b4ba3bc2725c8ff84cd80803c8b53afbe5e95e07 | /Medusa/MedusaCore/Core/Lua/TLuaTable.h | eee3001ce83aaa60dbae1ee9d37746592ff33c0f | [
"MIT"
] | permissive | xueliuxing28/Medusa | c4be1ed32c2914ff58bf02593f41cf16e42cc293 | 15b0a59d7ecc5ba839d66461f62d10d6dbafef7b | refs/heads/master | 2021-06-06T08:27:41.655517 | 2016-10-08T09:49:54 | 2016-10-08T09:49:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,822 | h | // Copyright (c) 2015 fjz13. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
#pragma once
#include "MedusaCorePreDeclares.h"
#ifdef MEDUSA_LUA
#include "LuaCompat.h"
#include "LuaRef.h"
#include "LuaDefines.h"
#include "Core/String/HeapString.... | [
"fjz13@live.cn"
] | fjz13@live.cn |
24b0bd6f4fc4d3b4325c34805d78b2cf5e2845a7 | 083100943aa21e05d2eb0ad745349331dd35239a | /aws-cpp-sdk-redshift/source/model/ClusterSubnetGroup.cpp | 3a37faf298e11dfeaa78d7527e923c880e0ab343 | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | bmildner/aws-sdk-cpp | d853faf39ab001b2878de57aa7ba132579d1dcd2 | 983be395fdff4ec944b3bcfcd6ead6b4510b2991 | refs/heads/master | 2021-01-15T16:52:31.496867 | 2015-09-10T06:57:18 | 2015-09-10T06:57:18 | 41,954,994 | 1 | 0 | null | 2015-09-05T08:57:22 | 2015-09-05T08:57:22 | null | UTF-8 | C++ | false | false | 6,125 | cpp | /*
* Copyright 2010-2015 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" file... | [
"henso@amazon.com"
] | henso@amazon.com |
25509c3fd60864240041285d5519ffcfc6c4e119 | 38c10c01007624cd2056884f25e0d6ab85442194 | /third_party/skia/gm/dstreadshuffle.cpp | 8ff40a8bec1f1411a0bd5ff45701f1133b66096e | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-public-domain"
] | 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 | 7,095 | cpp |
/*
* Copyright 2013 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "gm.h"
#include "SkBitmap.h"
#include "SkPath.h"
#include "SkRandom.h"
#include "SkShader.h"
#include "SkXfermode.h"
namespace skiagm {
/**
* Renders overlapping s... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
5e9048940c18285d3351f2332f24c097690febab | ae3253b4a9c21d11e6a2ca5ae1f75ad847965550 | /Random_Problems/1152C.cpp | b56c5bd3171e6f510776a1a98e7a17f127f06c97 | [] | no_license | Mehulcoder/Codeforces | c02c3b1956593b196c3082e27f753ed3f70982a7 | 1cac2862d2aa604e1413399eb083de9229d368f5 | refs/heads/master | 2021-08-20T05:03:35.015294 | 2021-06-26T17:57:49 | 2021-06-26T17:57:49 | 201,782,304 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,791 | cpp | /*
Name: Mehul Chaturvedi
IIT-Guwahati
*/
/*
Talent is Overrated
*/
#include <bits/stdc++.h>
#include<ext/pb_ds/assoc_container.hpp>
#include<ext/pb_ds/tree_policy.hpp>
using namespace std;
using namespace __gnu_pbds;
template <typename T>
using ordered_set = tree<T, null_type, le... | [
"mehul355180@gmail.com"
] | mehul355180@gmail.com |
65a1beea541ccf23a62a36e15983928ac3acde40 | 9086687003ddbb728e9d76fc1bad4ee2ac24257b | /cocos/scripting/js-bindings/manual/platform/ios/JavaScriptObjCBridge.h | f0439464797034ea545c41937b770b2a5e95dae8 | [] | no_license | wozaiwogu/cocos2dx | 7eb0ce8c2f7b620bda17423806ef36734445d8b3 | 19ebf445304ec8ce88c1b9c0a7cfd6ecfad20819 | refs/heads/master | 2021-01-24T11:27:09.801628 | 2018-03-09T06:10:02 | 2018-03-09T06:10:02 | 123,079,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,457 | h | /*
* Copyright (c) 2013-2014 Chukong Technologies Inc.
*
* 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, cop... | [
""
] | |
5f1d821c43f2a82d470e9507d921684be413657c | 7a1b29c7c2a014a1885cacac3da2d02df24ef192 | /src/gui/p4api/Cmd_Revert.h | 133fa8e0c760a8e4baa9c990bf71b4639a91dc92 | [
"BSD-2-Clause"
] | permissive | jtilander/niftyp4win | b60cf5090f30c6801583413d2532c4c5c31610c0 | 457e2973e3b5c109d76138c5032c486f18276910 | refs/heads/master | 2021-01-10T09:25:53.977043 | 2015-07-21T05:24:36 | 2015-07-21T05:24:36 | 55,265,261 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363 | h | //
// Copyright 1997 Nicholas J. Irias. All rights reserved.
//
//
// Cmd_Revert.h
//
#include "P4Command.h"
class CCmd_Revert : public CP4Command
{
// Construction
public:
CCmd_Revert(CGuiClient *client=NULL);
DECLARE_DYNCREATE(CCmd_Revert)
BOOL Run(CString &Revertspec,... | [
"jim@tilander.org"
] | jim@tilander.org |
ef0cd0e72d5647b23dc6e3c87fd349235c80ffb3 | 28dd405d310be6c2ebd7c5caca8be5980ea76b79 | /OnboardCommLayer/examples/I2CCM_LumExample/I2CCM_LumExample.ino | 6953b2964011e2be4577fb230ee653bad5e5da91 | [] | no_license | ArduSat/OldArduSatSDK | 73625b1a4eb76ad6ecbd1d4b8c30cffded4c3c97 | acd5e818f7b24dadd6da4ea0ee6757f4894a8028 | refs/heads/master | 2021-01-19T20:18:17.779487 | 2014-12-04T00:45:07 | 2014-12-04T00:45:07 | 10,134,374 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,319 | ino | /*
file : I2CCM_LumExample.ino
content : for ArduSat, queries the tsl2561 sensor to check if it's present, with a full error handling
@author : Jean-François Omhover
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as publishe... | [
"jf.omhover@gmail.com"
] | jf.omhover@gmail.com |
aa8f033151fbec746a81124b88b3bec527797da2 | a0fca51bc402c475d06375d91d38f84cf4567f49 | /MalSiteBlocker/MalSiteBlocker.cpp | 6cd0c53f752f69a0aacddc1a119a8b2f75dd2664 | [] | no_license | wgwjifeng/MalSiteBlocker | 7578b3de7cbfa2a474c16fb7b867fe978dc7baf3 | 7195f2d33122b631c205e7a0c0990b47a167b1f3 | refs/heads/master | 2020-04-06T18:39:01.104651 | 2016-08-26T04:58:24 | 2016-08-26T04:58:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,146 | cpp | #include <stdio.h>
#include <Windows.h>
#include <tchar.h>
#include <process.h>
#include <ntddndis.h>
#include <share.h>
#include "MalSiteBlocker.h"
#include "DictionaryTree.h"
#include "../ndislwf/filteruser.h"
WCHAR gDeviceName[] = _T("\\\\.\\NDISLWF");
HANDLE gDeviceHandle;
bool gThreadTerminated;
bool gLocalServer... | [
"rla5072@paran.com"
] | rla5072@paran.com |
8440c0532c2cf893546da9526dd972f3ffe63724 | 0bbf17189378d1381930f942a8ac9ee7f2174404 | /codeforces/439B - Devu the Dumb Guy.cpp | b661078b7b6a7943f61cb54f3011309315d81ddb | [] | no_license | kamal-parvez/competitive-programming | 6bf532589b9149f445acec10033488e8e60cd8da | c27973b7e9b95c64e5a3e55451ee17fb3eba5797 | refs/heads/master | 2022-12-31T08:10:08.066408 | 2020-10-20T18:53:06 | 2020-10-20T18:53:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,565 | cpp |
#include <bits/stdc++.h>
using namespace std;
#ifdef __GNUC__
typedef long long LL;
typedef unsigned long long ULL;
#else
typedef __int64 LL;
typedef unsigned __int64 ULL;
#endif
typedef unsigned UI;
#define EPS 1e-9
#define INF 2000000000
#define PI 3.14159265358979323846264338327950
#define RADIA... | [
"aspaul.93@gmail.com"
] | aspaul.93@gmail.com |
8129dc3a169bbd9e55f021961fd1fa0c406f573d | 8633bc45800e7a4391bc39bd84368f9584fc710a | /Enchantment/2020SummerVacation/10.6/tempCodeRunnerFile.cpp | 07d3fb2ea42dc4411563514182528d8dc3e5e98c | [] | no_license | IMeanGabriel/hello-world | d8646d75e59000a0207d7c0c8c22b9b582d02cf5 | fd8922b72c3144d9c78ec2df32e30084eddc959f | refs/heads/master | 2023-02-02T06:48:21.271858 | 2020-12-21T01:36:12 | 2020-12-21T01:36:12 | 288,006,926 | 0 | 0 | null | 2020-08-16T19:38:32 | 2020-08-16T19:02:26 | null | UTF-8 | C++ | false | false | 16 | cpp | int mina=MAXN; | [
"1103617670@qq.com"
] | 1103617670@qq.com |
73d3b4f14ad7bd004353354d184a3045d210ee4e | b6ff5e342f3675087d2704199bb5a46362b5fc20 | /1GI/S2/Programmation Orienté Objet en C++/Issam/Piece/include/UnePieceSimple.h | 3b3a833a94b1381a52d2a8bad29edfe11ecf0438 | [] | no_license | Ssouh/EHTP | 75f5071282a1b0ed500d5c27e73b514fefe7af61 | 96558e59e398f652ae2e8a560b9dcd4ee3e8c6a8 | refs/heads/main | 2023-03-14T11:56:46.424726 | 2021-03-04T09:49:05 | 2021-03-04T09:49:05 | 330,687,825 | 0 | 0 | null | 2021-01-24T18:02:23 | 2021-01-18T14:15:22 | null | UTF-8 | C++ | false | false | 393 | h | #ifndef UNEPIECESIMPLE_H
#define UNEPIECESIMPLE_H
#include "UnePiece.h"
class UnePieceSimple : public UnePiece
{
public:
UnePieceSimple(){};
UnePieceSimple(char* tel_ptr, int tel_poids): UnePiece(tel_ptr),sonPoids(tel_poids){};
void affiche();
int donnePoids();
~UnePieceSimp... | [
"safi-bigg@live.fr"
] | safi-bigg@live.fr |
d11505e41c1d845da43b3d3d322cf68e4f944408 | 276ec8fc7ef8b5c21c925d42895d75665591b70c | /Student.cpp | 6c907366da9cc40637761929f9254139d97cf1d8 | [] | no_license | Lcxiv/Assignment5 | edcff0c2228f042bc5f9082ee8dbe5d65d46fbce | 683dff61a006faffe5ecc4a2e3556540abc26823 | refs/heads/master | 2022-03-20T04:51:11.273959 | 2019-11-28T08:01:16 | 2019-11-28T08:01:16 | 221,086,323 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,411 | cpp | /*
Louis Condevaux
Cindy Ramirez
Section 1
C2305172
Assignment 5
Student.cpp
*/
#include<iostream>
#include "Student.h"
#include "Person.h"
Student::Student(){}
Student::~Student(){}
Student::Student(int id,std::string name, std::string level, std::string majorF, double GPAtotal, int advisorF):
m_id(id),m_name(na... | [
"condevaux@chapman.edu"
] | condevaux@chapman.edu |
70e79e7337582cb5be85c594a93570c611a574eb | 58bf25fdbf369f8e850d97f2d3f36e0586f5d597 | /mimosa/http/samples/web-server.cc | a3a431d8a3db7f4cb733f19fb6f8f75d3bde107e | [
"MIT"
] | permissive | alaviss/mimosa | 6dd14a4cbc33e12b4b8dc2055773544bd11bba07 | b46831388cea2aa655f7506d4b10d59cc2f9be0a | refs/heads/master | 2021-05-12T03:59:31.959135 | 2017-09-11T05:37:53 | 2017-09-11T05:37:53 | 117,629,675 | 0 | 0 | null | 2018-01-16T04:06:27 | 2018-01-16T04:06:26 | null | UTF-8 | C++ | false | false | 4,704 | cc | #include <sstream>
#include <mimosa/init.hh>
#include <mimosa/cpu-foreach.hh>
#include <mimosa/options/options.hh>
#include <mimosa/http/server.hh>
#include <mimosa/http/dispatch-handler.hh>
#include <mimosa/http/fs-handler.hh>
#include <mimosa/http/log-handler.hh>
#include <mimosa/uri/parse-query.hh>
using namespace... | [
"bique.alexandre@gmail.com"
] | bique.alexandre@gmail.com |
c10b12681cd72f3609b36ef58a00c66d03b06285 | aeb63a0ff19ff40785f82c390fc09bb9dd5f6117 | /Sort/2750_insertion_sort.cpp | 4d3c7cf9f24c36e40b205669b22a6304215da1d3 | [] | no_license | SeunghwanByun/Baekjoon-Algorithm-Study | 095688cc2666705c3e6739fe11ec41bc0a58be0a | c56d3371dfc43694eb83f016991b00f641f02dd0 | refs/heads/main | 2023-04-18T02:00:11.808427 | 2021-05-11T08:09:03 | 2021-05-11T08:09:03 | 319,605,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 609 | cpp | #include <iostream>
#include <cstring>
using namespace std;
void InsertionSort(int *arr, int length) {
int key;
for (int i = 1; i < length; i++) {
if (arr[i - 1] <= arr[i])
continue;
if (arr[i - 1] > arr[i]) {
key = arr[i];
for (int j = 0; j < i; j++) {
if (arr[j] > key) {
memmove(&arr[j + 1... | [
"rapping44@naver.com"
] | rapping44@naver.com |
4f9f521e1f2b077f73745a87a788eb31d2fb708d | c6d073477df27b98e3c82348ed3f23cc5f681b82 | /dialogrendererhelp.h | a3c33d3f5e1609a6967d2660f4d004d4cc2d06fa | [] | no_license | DrDrake/gamer | 54b19441f866ac302d00e67466a6b86e7da2893f | ebe1b8addeac5accd4ea6d5b4918c18e99d5a6f5 | refs/heads/master | 2023-06-26T22:57:08.368058 | 2021-08-01T19:17:21 | 2021-08-01T19:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | h | #ifndef DIALOGRENDERERHELP_H
#define DIALOGRENDERERHELP_H
#include <QDialog>
namespace Ui {
class DialogRendererHelp;
}
class DialogRendererHelp : public QDialog
{
Q_OBJECT
public:
explicit DialogRendererHelp(QString header, QString text, QWidget *parent = 0);
~DialogRendererHelp();
private:
Ui::Di... | [
"leuat@irio.co.uk"
] | leuat@irio.co.uk |
2caafae45aa11087fbe9971b897f8f241374361f | 7cc4d1d4718839ab4627292b403467e745316908 | /keygen.h | 151c680ba8e32cf129c82e44e4c81512633f9437 | [] | no_license | NeoBelerophon/whatsapp-purple | fd10ae0aa133dc0d304c1870efaa041885e04a64 | 89686ec0f53e66287370f5d2c8f17c3aef36efde | refs/heads/master | 2021-01-17T22:27:23.430159 | 2015-11-20T18:30:28 | 2015-11-20T18:30:28 | 41,082,793 | 0 | 0 | null | 2015-08-20T07:50:43 | 2015-08-20T07:50:43 | null | UTF-8 | C++ | false | false | 943 | h |
#ifndef __KEYGENWA__H__
#define __KEYGENWA__H__
#include <string>
class KeyGenerator {
public:
// Legacy key deriv methods
static void generateKeyImei(const char *imei, const char *salt, int saltlen, char *out);
static void generateKeyMAC(std::string macaddr, const char *salt, int saltlen, char *out);
static voi... | [
"david@davidgf.net"
] | david@davidgf.net |
de69ee2399b9cdf21098fbfc8cbeec1609180333 | 6821a1016f4071787efbb03088417841ac84f9d6 | /project/main.cpp | 8b5e0e08e1b22742358d6460ccbb5dd4f449179e | [] | no_license | shmalens/WA2_Spectrogram | 1b39631e158c8595a8c0da3869fcba6289f578c3 | 0635bf503dfebe6fc5dad9ddb446a6632dddf0f9 | refs/heads/main | 2023-08-03T09:26:35.850159 | 2021-09-17T22:24:01 | 2021-09-17T22:24:01 | 404,494,445 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 277 | cpp | #include <string>
#include <iostream>
#include "MMFile.h"
#define FILE_PATH "../tests/test_files/mmfile_test_file1"
int main() {
mmf::MMFile file_wrapper(FILE_PATH);
std::string_view view = file_wrapper.GetView();
std::cout << view << std::endl;
return 0;
} | [
"zivaka00@gmail.com"
] | zivaka00@gmail.com |
37c06798828583371ebcc6969d258751a2f20976 | 19e16f8406ce613c25f1bc8e5b81ec282e4265c5 | /pata_code/PAT-A1121 Damn Single.cpp | f685d78b39d99d211991759c69ded6e6238b06fd | [] | no_license | lovenan95/PAT | a0cc411f7db202a441941776a116e3c64f4a01c5 | c993637ae05aadbc523cc80376e5a6a72c4ceb9f | refs/heads/master | 2020-04-09T17:18:37.534941 | 2018-12-06T12:44:36 | 2018-12-06T12:44:36 | 160,477,025 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | cpp | #include<stdio.h>
#include<iostream>
#include<algorithm>
#include<string>
#include<string.h>
#include<vector>
#include<queue>
#include<math.h>
#include<set>
using namespace std;
const int maxn=100010;
int n,m;
int hashtab[maxn];
set<int> party;
int main(){
scanf("%d",&n);
memset(has... | [
"648607142@qq.com"
] | 648607142@qq.com |
9596f25a6635b0cd5a76385ae0000bebb700c56b | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /third_party/blink/renderer/core/frame/navigator_scheduling.h | 4ec994eb5cb94586bc5e996ea2593415a3dcab61 | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,131 | h | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_NAVIGATOR_SCHEDULING_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_NAVIGATOR_SCHEDULING_H_
#include "thi... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
4d0106a514a4abbe7e96efa59b79b220955b6d4e | 13d750a9867dbd9527fe5e2205199b785ba08935 | /T3/TerminalNode.h | 0af5583c2a4fd5bb79ea87e996abe8ae90043088 | [] | no_license | nikom1912/CC5114 | 0aea4817d818e010d2af356d2f098ce28c401205 | f60ff9ac58e3e258fb35064fea8e23832cfa7d50 | refs/heads/master | 2020-07-09T01:21:28.769782 | 2019-12-15T23:54:53 | 2019-12-15T23:54:53 | 203,834,302 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 655 | h | //
// Created by nikom on 12-12-2019.
//
#ifndef T3_TERMINALNODE_H
#define T3_TERMINALNODE_H
#include "Node.h"
template <typename T>
class TerminalNode: public Node<T> {
private:
T value;
public:
TerminalNode<T>(T value);
T eval();
void print();
};
template<typename T>
Terminal... | [
"nikom_1912@hotmail.com"
] | nikom_1912@hotmail.com |
a0a1010b01fba293dd2e7f514ca21b7406c27dae | 4f458aa251c6ce8ad848260bdc2ed54b78ae9b32 | /Test/TestChibiOSrobot/arduino_due_x_dbg/TestChibiOSrobot.cpp | ee3eaffea888db4c9379a43011af5d40cb083618 | [] | no_license | Luke1962/robot | f91dac3f925565535ba9f2f39549a48cd9fc55b7 | 4259356ca2f184efac848dcc473383dfcc661dbc | refs/heads/master | 2020-05-29T18:07:59.389130 | 2018-09-09T09:59:56 | 2018-09-09T09:59:56 | 51,524,325 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 16,124 | cpp | //////////////////////////////////////////////////////////////////////////////////
// CONFIGURAZIONE DEL SISTEMA ///////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
#pragma region CONFIGURAZIONE DEL SISTEMA
#include <Robot/SystemCon... | [
"lcesarini1962@gmail.com"
] | lcesarini1962@gmail.com |
391ce4a2b8d0a23b873530c75e40457493aafa71 | 6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849 | /sstd_boost/sstd/libs/graph/test/filter_graph_vp_test.cpp | 22c791f2773af6b6ec1ed22fe8b28a695857f7fd | [
"BSL-1.0"
] | permissive | KqSMea8/sstd_library | 9e4e622e1b01bed5de7322c2682539400d13dd58 | 0fcb815f50d538517e70a788914da7fbbe786ce1 | refs/heads/master | 2020-05-03T21:07:01.650034 | 2019-04-01T00:10:47 | 2019-04-01T00:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 856 | cpp | //=======================================================================
// Copyright 2002 Indiana University.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENS... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
b43a9a690697bc4ed814bbbf30fd0703c3bd9476 | 87ecb0545391aa1217843c9348fec455836ff017 | /Algorithm/LeetCode/Map/653.TwoSumIV_InputIsaBST.cc | 9d5ff1a731d19d56a81a2a29d65c636cc30880d2 | [] | no_license | MarkAureliy/software-engineer | fff34b0c909e2cb0f7ea88470e684f2e12d9acd0 | 20d63e2489c104ea39fdc67d2861ecb868d5e63e | refs/heads/master | 2023-04-05T08:35:35.805347 | 2021-04-13T15:04:59 | 2021-04-13T15:04:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,004 | cc | /* Easy
Given a Binary Search Tree and a target number, return true if there exist two
elements in the BST such that their sum is equal to the given target.
Example 1:
Input:
5
/ \
3 6
/ \ \
2 4 7
Target = 9
Output: True
Example 2:
Input:
5
/ \
3 6
/ \ \
2 4 7
Target = 28
Output... | [
"jemmy1029760725@gmail.com"
] | jemmy1029760725@gmail.com |
610d04583e595f1755c8a342419bedf64401a8e9 | 0e4bead6aff0314d2207f89bbbb2cee89f476cf7 | /examples/programmers_같은숫자는싫어.cpp | eead504b5e72fde73e26235f22edfc26f6e1f5b8 | [] | no_license | bjpark0805/Problem_solvings | 448620b8c7ebcc5e0c9f9bdfd9bad21e3fd7607f | 4c3b260e734fedbc77b470983e8bde5d3d939a83 | refs/heads/master | 2021-12-19T20:27:01.684567 | 2021-12-04T02:44:31 | 2021-12-04T02:44:31 | 253,683,116 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 522 | cpp | #include <vector>
#include <iostream>
using namespace std;
vector<int> solution(vector<int> arr)
{
vector<int> answer;
int previous = 0;
for(int i = 0; i < arr.size();){
while(i < arr.size() and arr[i] == arr[previous]){
i++;
}
answer.push_back(arr[previous]);
previous = i;
... | [
"beomjoonpark@bagbeomjun-ui-Macmini.local"
] | beomjoonpark@bagbeomjun-ui-Macmini.local |
306da120a4c2f4a7380461aadb5ac2d0f98303ed | 6c602751a325f806e85587caded6880b31c2fed3 | /baekjoon/백준 10825 국영수.cpp | d5c66f5fc6b5885a889fd5322be5ec6d698b272b | [] | no_license | eujuu/Algorithm | 2fbcc8653081c3d80e260a6fc4776830c0ebd75b | 68ff57e1a64cb161cb3147090450fab0c7cf2703 | refs/heads/master | 2022-07-25T00:15:04.129258 | 2022-07-10T10:52:15 | 2022-07-10T10:52:15 | 212,241,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 907 | cpp | #include <iostream>
#include <vector>
#include <string>
#include <tuple>
#include <algorithm>
using namespace std;
bool comp(tuple <string, int, int, int > a, tuple <string, int, int, int > b) {
if (get<1>(a) == get<1>(b) && get<2>(a) == get<2>(b) && get<3>(a) == get<3>(b)) return get<0>(a) < get<0>(b);
else if (get... | [
"e97214j@naver.com"
] | e97214j@naver.com |
b4722d926c80f4d52c10f2fea0f45e2e6295d282 | 63d3546aec5e21d003c869e999fce72f3b4d2e34 | /flvdump.cpp | 3cf3025cce368a1fe70306c9c7608e5373e32e27 | [] | no_license | leefbiant/rtmp_dump | ed794f6602855b548045503f940d29ad820a0d52 | 0c127b352d62da62db5021f735c34d5b8559bb00 | refs/heads/master | 2020-12-01T12:25:20.676707 | 2020-01-30T13:24:21 | 2020-01-30T13:24:21 | 230,624,101 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,983 | cpp | #include <iostream>
using namespace std;
#include "flvdump.h"
namespace flvdump
{
CFlvDump::CFlvDump()
{
_pSPS = NULL;
_pPPS = NULL;
_nSPSSize = 0;
_nPPSSize = 0;
_bWriteAVCSeqHeader = 0;
_nPrevTagSize = 0;
_nStreamID = 0;
_pAudioSpecificConfig = NULL;
_nAudioConfigSize = 0;
_aacProfile = 0;
_... | [
"bt731001@gmail.com"
] | bt731001@gmail.com |
e11f954dffab28280e58b34e16940463e5352a6a | fd57ede0ba18642a730cc862c9e9059ec463320b | /av/media/libstagefright/MediaSource.cpp | 7efa2815fd0c15f8f58f568610bb90db61f2a3eb | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | kailaisi/android-29-framwork | a0c706fc104d62ea5951ca113f868021c6029cd2 | b7090eebdd77595e43b61294725b41310496ff04 | refs/heads/master | 2023-04-27T14:18:52.579620 | 2021-03-08T13:05:27 | 2021-03-08T13:05:27 | 254,380,637 | 1 | 1 | null | 2023-04-15T12:22:31 | 2020-04-09T13:35:49 | C++ | UTF-8 | C++ | false | false | 903 | cpp | /*
* Copyright (C) 2009 The Android Open Source Project
*
* 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 requir... | [
"541018378@qq.com"
] | 541018378@qq.com |
96bd9ffed93c413dcc719421545981def040b3d7 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_2449486_1/C++/Bhambya/B.cpp | 9f1734487bffadedbc872f5365f4a1ef22202e05 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 977 | cpp | #include<iostream>
#include<cstdio>
#include<algorithm>
#include<vector>
#include<cstdlib>
#include<cmath>
#include<list>
#include<deque>
using namespace std;
int main() {
int t,n ,m;
int a[200][200];
scanf("%d",&t);
for(int caseCount = 1; caseCount <= t; ++caseCount) {
scanf("%d%d",&n,&m);
for(in... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
ebeb7f954a03a006fd7b93fae98d8a6c28a8330e | 9527af9ccc2dd4b4e829acd31e490b494b3b8b2e | /code/Syn6288.h | fa9f318b470e17523deba668f595683ac6de2369 | [] | no_license | zhaoshanqing/- | 4b2bfab9f941d045c80f254fe905a60eeab48959 | c75b10fc8478b1bc0598b51bc555304666e1c659 | refs/heads/master | 2020-04-02T22:16:09.624699 | 2018-11-22T12:08:01 | 2018-11-22T12:08:01 | 154,827,515 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 531 | h | #ifndef Syn6288_h
#define Syn6288_h
#include <inttypes.h>
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <util/delay.h>
#include <stddef.h>
#define HEADLEN 5
//#define LEN_OFFSET 2
//#define uint8_t unsigned int
class Syn6288
{
public:
//private:
uint8_t music;
uint8_t TEXTLEN;
uint8_t pi;
void ... | [
"3230810546@qq.com"
] | 3230810546@qq.com |
46bf5717485cc38ccc65ebae669e7d6f3e8a6aba | 9515e3321c33709258e4686a7cd71e98a8c3a03e | /3p/VTK/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/MeshConnectivityBuilder.h | 35accd9de6a5b6f2e47fdaf540420d9936ea6d2a | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | Mason-Wmx/ViewFramework | f9bc534df86f5cf640a9dbf963b9ea17a8e93562 | d8117adc646c369ad29d64477788514c7a75a797 | refs/heads/main | 2023-06-29T04:12:37.042638 | 2021-07-28T09:26:55 | 2021-07-28T09:26:55 | 374,267,631 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,530 | h | //============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE... | [
"mingxin.wang@peraglobal.com"
] | mingxin.wang@peraglobal.com |
745392ea68da8f462de5ac75164da3b0570eca77 | 10e1ed604c672ebb6b8270d85f9a896b2b733d8f | /src/EventController.h | 616fb061afc68d040a1aebf5ea3c2aac4feb9e2b | [] | no_license | mike12345567/robotic-firmware | fd63269ab12ac096ca47382130412cc5e80f8771 | 88c14e273e80994e897458202c25d98aefcbccee | refs/heads/master | 2021-01-17T20:01:45.523056 | 2016-06-30T02:33:57 | 2016-06-30T02:33:57 | 62,272,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,465 | h | #ifndef PUBLISHEVENT_H_
#define PUBLISHEVENT_H_
#include "application.h"
#include "RobotTimer.h"
#include "MapHack.h"
#include "NetworkController.h"
#include <deque>
enum EventNames {
PUBLISH_EVENT_COMPLETE = 1,
PUBLISH_EVENT_STOP = 2,
PUBLISH_EVENT_FAIL = 3,
PUBLISH_EVENT_CALIBRATION = 4,
PUBLISH_EVENT_ULT... | [
"me@michaeldrury.co.uk"
] | me@michaeldrury.co.uk |
cad9b26ae05c816842c1e6c9c42ea8fa55a0a0c1 | f335e561d30319cf4759199fc78ea429b0cdb052 | /clang/test/CXX/meta/equal.cpp | ce5681afe1f2c24f02564003cc785ddd009c47b3 | [
"Apache-2.0",
"LLVM-exception",
"NCSA"
] | permissive | lock3/meta | 9f7c721c890f34256bfac17d789e7078d3b9675a | 918b8a2affc4a3e280b2cd2400dc535e32129c2c | refs/heads/feature/reflect | 2023-06-16T23:15:42.059634 | 2020-11-05T23:33:12 | 2020-11-10T21:17:00 | 278,660,720 | 122 | 14 | null | 2023-04-07T15:19:30 | 2020-07-10T14:54:22 | C++ | UTF-8 | C++ | false | false | 1,179 | cpp | // RUN: %clang_cc1 -std=c++2a -freflection %s
#include "reflection_query.h"
#define assert(E) if (!(E)) __builtin_abort();
namespace meta {
using info = decltype(reflexpr(void));
consteval bool is_invalid(info m) {
return __reflect(query_is_invalid, m);
}
consteval bool is_data_member(info m) {
if (__reflect(... | [
"wchilders@lock3software.com"
] | wchilders@lock3software.com |
c641db71c4c2f1fae5fcb91de3a0e230d64f2eb2 | dc4d4a4fd2e9f9cdd00ef19267379c09c8241232 | /Src/FEMTree.h | bc8d110df9aa33b6031ada15d05270b76ce2cc0f | [
"MIT"
] | permissive | ZJCRT/PoissonRecon | cd72affe205cd423d87ccf229222e9cc8060c2c6 | 5ca45fbd82b0b79ea0bba1caa65abd8f6faae557 | refs/heads/master | 2020-05-31T06:19:40.745526 | 2019-05-20T11:21:09 | 2019-05-20T11:21:09 | 190,140,445 | 0 | 0 | MIT | 2019-06-04T06:13:17 | 2019-06-04T06:13:17 | null | UTF-8 | C++ | false | false | 200,753 | h | /*
Copyright (c) 2006, Michael Kazhdan and Matthew Bolitho
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of
conditions ... | [
"misha@cs.jhu.edu"
] | misha@cs.jhu.edu |
af164e5c44f7f58aa11f805ecb15754d6221748f | 310171ea8e956250d12f8a8e1377df1144680562 | /SRC/Controller/aplicationDNA.h | 9c86b8b4c3d07d2f8d9994a83b3c0d566df8404b | [] | no_license | goldfrad/dna-analyzer-design | 495bcc9a1638510b7805fc0b92b51994ce4cba76 | 5660f1eddb91a0aa5e1b5478886c7f3a3c664b4b | refs/heads/master | 2023-01-01T02:18:05.173126 | 2020-09-17T17:28:35 | 2020-09-17T17:28:35 | 307,155,299 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 254 | h | #ifndef DNAP_APLICATIONDNA_H
#define DNAP_APLICATIONDNA_H
#include <iostream>
#include "factoryCommand.h"
#include "../View/parser.h"
class AplicationDNA{
public:
void start();
private:
ICommand* m_nowCommand;
};
#endif //DNAP_APLICATIONDNA_H
| [
"z618149983@gmail.com"
] | z618149983@gmail.com |
e0bd00d12e705d90ebba38b93bbfa110b4cc404a | 1738be24e5e74e9546b453e6672e9dbdc131c870 | /src/uvmsc/reg/uvm_reg_fifo.cpp | e6e65cf3d5dae1bc6d0328d609b765a5e22c834e | [
"Apache-2.0"
] | permissive | jeras/SystemC-UVM | 9ddf3986893da158dc6dbab5ffe3992d02250c29 | c61f80f8d82b912697a83e77ab2281965ced3e80 | refs/heads/master | 2020-04-29T11:43:09.480580 | 2019-03-17T14:22:14 | 2019-03-17T14:22:14 | 176,109,496 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,084 | cpp | //----------------------------------------------------------------------
// Copyright 2013-2014 NXP B.V.
// Copyright 2010-2011 Mentor Graphics Corporation
// Copyright 2014 Fraunhofer-Gesellschaft zur Foerderung
// der angewandten Forschung e.V.
// All Rights Reserved Worldwide
//
// Licensed under the A... | [
"iztok.jeras@gmail.com"
] | iztok.jeras@gmail.com |
91924c38ba8d43af3cc054fb06a6511b72e91a78 | 0a03ccbb634386550fa983360120f428a20aec8f | /cpp/ParallelFor/include/parallel_for.h | 116d36f15e976a82b0166c71cb248f794bd1dbb6 | [] | no_license | BigDeviltjj/tools | e32f76a1b33a8961c2338c35fba784f41c00dea7 | a219e84b09ae6ae193571feb9a8e59e0ef0f2059 | refs/heads/master | 2020-05-24T19:58:54.482589 | 2019-09-17T12:56:31 | 2019-09-17T12:56:31 | 187,447,049 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 159 | h | #ifndef PARALLEL_FOR_H
#define PARALLEL_FOR_H
#include <functional>
bool ParallelFor(std::function<void(int64_t)> f, int a, int b, int chunkSize = 64);
#endif
| [
"mayday@192.168.0.104"
] | mayday@192.168.0.104 |
89eb84bb3da5a8ccec13041ecab3e444ade00bc8 | 02d37c19a3dfafdecc87f699c6488ec21f1aab66 | /src/fmtcl/Dither.h | 999ac1a864005997084e4245d01050ea34f74638 | [
"WTFPL"
] | permissive | shssoichiro/fmtconv | c47f873653be255f22c494410fe3bc31d2cdac70 | 9a08254ee1065faa874e8c7426edfd460d82db2f | refs/heads/master | 2023-07-13T04:28:47.922363 | 2021-08-24T07:46:36 | 2021-08-24T07:46:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,872 | h | /*****************************************************************************
Dither.h
Author: Laurent de Soras, 2021
--- Legal stuff ---
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms ... | [
"fuck@fuck.fuck"
] | fuck@fuck.fuck |
197ce606d07f678f1aba5116f5a0f7cfc93d38eb | 48a1773110c57d6719ef28f4342c4198c6ebfe9d | /src/CardEngine/CardPlayer.cpp | 3699138c2b7d1dd162225b23190b472407f703fc | [] | no_license | DennisPP/GremlinsEngine | 1b2d73e72ef81fe52e2dddac887c97a44ac19ded | d587f038891f0f302638e7a7971333449ef5a817 | refs/heads/master | 2020-12-24T11:53:15.363646 | 2016-05-30T06:20:47 | 2016-05-30T06:20:47 | 59,978,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 891 | cpp | //
// CardPlayer.cpp
// SocketBig2OSXClient
//
// Created by dennis on 13/2/2015.
// Copyright (c) 2015年 dennis. All rights reserved.
//
#include "CardPlayer.h"
#include "AgentSmith.h"
#include "CardGame.h"
namespace CardEngine
{
TCardPlayer::TCardPlayer(TCardGame* game, const std::string& _name)
{
cardGame... | [
"dennisredpanda@gmail.com"
] | dennisredpanda@gmail.com |
fbf72ab08092d01fe2abf91be8b223da7b92722f | e27d595fa43cf712ded6ccc4290f38463c55121a | /display16ColorImage/display16ColorImage.ino | b85bd8d828f052da433b911cbffab916a4fc8511 | [
"MIT"
] | permissive | KFW/peggy.pi.pic | 2db7840503dca0247828f16683e14c1c51096810 | 922235207a88e7e685c005bd306af32a230cdf7d | refs/heads/master | 2020-04-25T17:18:02.479048 | 2015-11-09T02:46:38 | 2015-11-09T02:46:38 | 37,295,692 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,904 | ino | /* This progam displays an image on a Peggy2.
It was automatically generated by BMP2PEG.
Copyright (c) 2009 Mark Delp. All right reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software ... | [
"comm@woeltje.org"
] | comm@woeltje.org |
46534582153bd86ddaa62a2514050a315a7a3fbd | 87dd174692b8f2a87f194dff6f1df58b18a488a4 | /BloomFilter.cpp | 4f824202e8045c363e99c1d44176acaa3bd89d21 | [] | no_license | ilalmi97/project2 | 9a758eb63f33aa43f4ae47994b649a835e6db8bd | 7d862ed969bb0d545e2bce04bd3a281239dae31e | refs/heads/master | 2020-03-15T15:44:51.109351 | 2018-05-05T05:50:05 | 2018-05-05T05:50:05 | 132,219,246 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,390 | cpp |
//http://blog.michaelschmatz.com/2016/04/11/how-to-write-a-bloom-filter-cpp/
//by
#include "MurmurHash3.cpp"
#include <iostream>
#include <string>
#include <vector>
#include <iterator>
#include<array>
// bloom filter implementation
class BloomFilter {
private:
uint8_t num_hashFunctions;
std::vector<bool>numbe... | [
"MacBook@MacBook-Pro.local"
] | MacBook@MacBook-Pro.local |
a0b4ba7d6c08fed5dcb0a67541270ecb3c0bf8f9 | ff1a963e74c9bc5599342020032f6d127c28accf | /bridge.cc | 450cfb0f0d941e56bf9a6459511b34820c22ee09 | [] | no_license | moatazomr/node-freerdp | 9065f45b4a349b0b9d54b4adf28e89868ef356c6 | 0f4fbd907db9f01b0d5e4f01bcaef5072e64e6c6 | refs/heads/master | 2020-12-14T04:44:23.959985 | 2020-01-17T22:26:27 | 2020-01-17T22:26:27 | 234,644,694 | 0 | 0 | null | 2020-01-17T22:05:10 | 2020-01-17T22:05:09 | null | UTF-8 | C++ | false | false | 1,972 | cc | #include <nan.h>
#include "bridge.h"
#include "rdp.h"
using v8::Function;
using v8::Local;
using v8::Number;
using v8::Value;
using v8::String;
using v8::Handle;
using v8::Array;
using Nan::Callback;
using Nan::HandleScope;
using Nan::New;
using Nan::MaybeLocal;
using Nan::Null;
using Nan::To;
NAN_METHOD(Connect) {
... | [
"untoldone@users.noreply.github.com"
] | untoldone@users.noreply.github.com |
2ef0fbfc0ee2d35fc519e92f9daa93ce3eb0d08c | 379883bdfa84528741a56a2f02a946989b539c65 | /CPP.OTUS/Design_Patterns/1.Creational_patterns/01.factory_method.cpp | c8717c88e4eca7e84ab7fb59991da7eec57362f7 | [
"Unlicense"
] | permissive | DGolgovsky/Courses | 3bcaac3dc32d8ee84b02e1aafad0709ae4a6bd41 | 01e2dedc06f677bcdb1cbfd02ccc08a89cc932a0 | refs/heads/master | 2022-12-31T14:27:10.668181 | 2020-10-26T08:10:19 | 2020-10-26T08:10:19 | 111,097,533 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,357 | cpp | // Factory method
#include <iostream>
enum class Storage
{
mysql, postgres
};
class IStorage
{
public:
virtual void open() = 0;
virtual void execute_query() = 0;
virtual void close() = 0;
};
class MySQLStorage: public IStorage
{
public:
void open() override
{
std::cout << "Connect to... | [
"d.westcoast@aol.com"
] | d.westcoast@aol.com |
e208eb03f7de0422d6c1d2df106e003ce33dc7bf | f49a67d10204ec2b35804c64e8319a6c7f42c062 | /GhostChamber/external/inc/AdCharFmt.h | cff4f46290654d8759d8f6be21762d06d1f69258 | [] | no_license | GhostChamber/autocad-plugin-tests | ea3046c302f6502661a529049b283507bd77dba3 | 4670c1eff06aed2e838f9e51146297715deaea87 | refs/heads/master | 2021-01-25T05:43:55.274814 | 2017-05-19T05:58:57 | 2017-05-19T05:58:57 | 80,667,287 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,807 | h | //////////////////////////////////////////////////////////////////////////////
//
// Copyright 2016 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk license
// agreement provided at the time of installation or download, or which
// otherwise accompanies this ... | [
"gauravnba@gmail.com"
] | gauravnba@gmail.com |
a533a86b45d8d504349dfadc0e74247a39fc17ae | 39eac74fa6a244d15a01873623d05f480f45e079 | /MUMeasure_CORE_04.h | 3d15ac50b26ff441ed5ad3d88677eb3b57dfbd54 | [] | no_license | 15831944/Practice | a8ac8416b32df82395bb1a4b000b35a0326c0897 | ae2cde9c8f2fb6ab63bd7d8cd58701bd3513ec94 | refs/heads/master | 2021-06-15T12:10:18.730367 | 2016-11-30T15:13:53 | 2016-11-30T15:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 589 | h | #pragma once
#include "MUMeasureBase.h"
// (j.dinatale 2012-10-24 14:38) - PLID 53507 - eRx measure
class CMUMeasure_CORE_04 : public CMUMeasureBase
{
public:
CMUMeasure_CORE_04(void);
~CMUMeasure_CORE_04(void);
double GetRequirePrecent(){ return 40.0; }
virtual CString GetFullName() { return "MU.CORE.04 - Pres... | [
"h.shah@WALD"
] | h.shah@WALD |
88d65cd75a73050a27a0bc04184242a9c4f56f68 | ab189df4ab3389184422ffdc8193dc6f4477a646 | /taccCore/ADBTable.cpp | e0c5af4f9c3b12b429f4ef8812d1a6d18f4b75f4 | [] | no_license | gottafixthat/tacc | cfe10b2db0436afbec528c44cd1b3eeb44117675 | da5bb6393ae02a6b4f99bdb1b05de92b60e722d6 | refs/heads/master | 2021-01-25T04:02:28.248364 | 2015-09-04T22:49:25 | 2015-09-04T22:49:25 | 41,939,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,933 | cpp | /* Total Accountability Customer Care (TACC)
*
* Written by R. Marc Lewis
* (C)opyright 1997-2009, R. Marc Lewis and Avvatel Corporation
* All Rights Reserved
*
* Unpublished work. No portion of this file may be reproduced in whole
* or in part by any means, electronic or otherwise, without the express
... | [
"marc@innovotel.com"
] | marc@innovotel.com |
97a8d0c8366aa0273919ffdc51fbff837bcca66a | c85cdb516edc5589ce2a62d707d05779b3287424 | /Leetcode/230.kthSmallestElement/230.cpp | 55fad20bd037bc087f48c91d9af4347d8859d679 | [] | no_license | Veterun/Interview-1 | 68c4700161952a714a0b7ebdaf3f3795e3766daf | 29026056bb035a6c453e3de6b233474bc9f77c7a | refs/heads/master | 2020-04-07T11:44:29.122035 | 2016-06-27T22:38:45 | 2016-06-27T22:38:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | cpp | int kthSmallest(TreeNode* root, int k) {
int num = countNode(root);
int n = countNode(root->right);
if (k == num - n)
return (root -> val);
if (k < num - n)
return kthSmallest(root -> left, k);
else return kthSmallest(root -> right, k - num + n);
}
int countNode (TreeNode * root)
{
if (root == NULL) return 0;... | [
"863177146@qq.com"
] | 863177146@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.