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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c970d798ac8c801a8ad12f6ba3e96156fc7e8f82 | 0621aabcfeac5e4a08d49aa3f791fe46f366a734 | /doc/Programs/OOExamples/ComplexClass/WithTemplates/inlinecomplex.h | 21a6ddddc39b8137e842551d09a3789bcb19ce8d | [
"CC0-1.0"
] | permissive | CompPhysics/ComputationalPhysics | 16341df05a7094ea6442c98466a704249c7085dc | be73eb8bbb989a69fb27e87d7d2686451e7e81f9 | refs/heads/master | 2022-03-20T17:41:39.981703 | 2022-03-04T17:36:23 | 2022-03-04T17:36:23 | 48,985,734 | 287 | 146 | CC0-1.0 | 2020-12-04T12:55:37 | 2016-01-04T09:01:24 | null | UTF-8 | C++ | false | false | 1,392 | h | #ifndef Complex_H
#define Complex_H
// various include statements and definitions
#include <iostream> // Standard ANSI-C++ include files
#include <new>
// My own Complex class, now with templates but using only inline functions, not need to have functions which are longer
template<class T>
class Complex
{
... | [
"morten.hjorth-jensen@fys.uio.no"
] | morten.hjorth-jensen@fys.uio.no |
acef89ea18ef01ab605906c47ea7d6fc166f63d8 | c302c9e2fc6254a6ed64a237325d08b51ceaf6df | /pp_labs/pp_labs/pp_labs.cpp | e06c197b3ce82cebd49994209a61a328d9828483 | [] | no_license | allmyloving/parp_2015 | 09cbdcbd2f9951f746ae69101b10eaf07ce39c7d | a2f5929f0361371a14d99bb6f35e52c075f2e065 | refs/heads/master | 2021-01-10T14:23:58.711722 | 2015-12-16T07:11:44 | 2015-12-16T07:11:44 | 45,676,601 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 149 | cpp | // pp_labs.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
| [
"daryaserdyuk@gmail.com"
] | daryaserdyuk@gmail.com |
7f98f6b67a14621fcf1015b84cec10fa213c049d | e29903c1e682f35199b2289d1d7535f0f3ad540a | /Shared/Common.cpp | 0b42651af81e6e6a63d5bfb9d44bfc696f075aee | [] | no_license | bouzi71/RemoteAccess | 0ca266f24103459d9e08788c16d216eef6c22380 | 551bbc9cf77f18c98da56e8238d9f01dfd678244 | refs/heads/master | 2020-03-07T13:43:49.668153 | 2018-04-01T07:32:44 | 2018-04-01T07:32:44 | 127,508,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | cpp | #include "stdafx.h"
// General
#include "Common.h"
CComBSTR operator+(const wchar_t* sp0, const CComBSTR & sp1)
{
size_t lengthA = wcslen(sp0);
UINT lengthB = SysStringLen(sp1);
BSTR result = SysAllocStringLen(NULL, lengthA + lengthB);
memcpy(result, sp0, lengthA * sizeof(OLECHAR));
memcpy(result + lengthA, sp... | [
"alexstenfard@gmail.com"
] | alexstenfard@gmail.com |
cc3a630341009d47e6161db7f985baad2ea0cd28 | 78ef890cb0477188f4c9f9a9c0b65c18e560fb42 | /main.cpp | 45807981a0905d79eed2f3b771aa38fc3ced98f9 | [
"MIT"
] | permissive | nickwhetstone/baseConvert | e49936dff2ac8da261f1c1507e01ff9bdb76d06d | 9b944782a99b766a8afcf9ae6b4529237a885eca | refs/heads/master | 2021-01-10T06:27:59.274188 | 2016-11-18T02:38:59 | 2016-11-18T02:38:59 | 44,654,875 | 1 | 1 | MIT | 2019-10-31T16:56:17 | 2015-10-21T05:36:03 | C++ | UTF-8 | C++ | false | false | 88 | cpp | #include <iostream>
#include "functions.h"
int main()
{
mainMenu();
return 0;
} | [
"nickwhetstone@siu.edu"
] | nickwhetstone@siu.edu |
46c3140ae2f7918f65fd7a1a1d6ec252a18df2f1 | cd99ca9461435d1417cb146d966e54272fbcc7ad | /3rd party/maxsdk/samples/materials/stdmtl2.cpp | 5d0899d48fec375befffa2bd044f55195d0dc856 | [] | no_license | mortany/xray15 | eacce7965e785dd71d1877eae25c1f9eff680eec | 72a13fb24e9b388850bc769427c231da8f599228 | refs/heads/master | 2020-08-02T20:45:23.493981 | 2019-10-14T18:48:48 | 2019-10-14T18:48:48 | 211,499,718 | 0 | 0 | null | 2019-09-28T12:50:47 | 2019-09-28T12:50:46 | null | UTF-8 | C++ | false | false | 191,289 | cpp | /**********************************************************************
*<
FILE: StdMtl2.cpp
DESCRIPTION: default material class
CREATED BY: Dan Silva
HISTORY: modified for shader plug-ins by Kells Elmquist, 1998
modified to use ParamBlock2's, John Wainwright, 11/16/98
*> Copyright (c) 1994, All Rights ... | [
"cheatmaster1@mail.ru"
] | cheatmaster1@mail.ru |
e6eb65ba49d4b3a1b04d8a7ded4869368c721dc4 | 76d1ce090d4ed9cdc662d90d5b97eae0e0c49576 | /source/problem/SWE/discretization_IHDG/kernels_preprocessor/ihdg_swe_pre_create.hpp | 41388f831ae83c030f46847e1bd8faed27141d51 | [
"MIT",
"Apache-2.0"
] | permissive | elenabac/dgswemv2 | 2b8e61e1ec8692544ffd8cef7c7ef10761c2eb33 | ecc776811de304cbae7bfa696b3d22c513e7d4de | refs/heads/master | 2020-04-09T10:08:52.722537 | 2019-01-18T17:16:17 | 2019-01-18T17:16:17 | 160,260,084 | 0 | 0 | MIT | 2018-12-03T22:05:26 | 2018-12-03T22:05:26 | null | UTF-8 | C++ | false | false | 3,278 | hpp | #ifndef IHDG_SWE_PRE_CREATE_HPP
#define IHDG_SWE_PRE_CREATE_HPP
#include "problem/SWE/problem_preprocessor/swe_pre_create_intface.hpp"
#include "problem/SWE/problem_preprocessor/swe_pre_create_bound.hpp"
#include "problem/SWE/problem_preprocessor/swe_pre_create_dbound.hpp"
#include "problem/SWE/problem_preprocessor/sw... | [
"kazbek@ices.utexas.edu"
] | kazbek@ices.utexas.edu |
754b19417daccf34bdabd90f239fd67aec507bfd | 02a10a5244d2214e932e54399e4b56b68fe5974b | /headers/ScriptHealableComponent.h | 65032b9a7f05b8e875ca34c877fdc9edb0e4e334 | [] | no_license | inxomnyaa/symbols-auto | 839381c1e83f434b76b2faccadee5e413ac5f376 | 439a1399473cc765badc1b5c438fbf83d9eadf1d | refs/heads/master | 2023-06-21T23:17:07.389321 | 2019-11-16T19:13:05 | 2019-11-16T19:13:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,632 | h | #pragma once
class ScriptHealableComponent : ScriptTemplateFactory_ltScriptServerContext_ge::Component {
virtual ~ScriptHealableComponent();
virtual ~ScriptHealableComponent();
virtual void applyComponentTo(ScriptApi::ScriptVersionInfo const&, ScriptEngine &, ScriptServerContext &, Actor &, ScriptApi::Scr... | [
"6178101+SupremeMortal@users.noreply.github.com"
] | 6178101+SupremeMortal@users.noreply.github.com |
0a5e440ea71afa1b5835035cab36e39ccf8ce032 | 7c587d8ddf7b26c5cc43cc4a6c48bb9f7db4c89f | /DiceGame/game.cpp | 8532a463cbd4e2c2083bb4d726deea11ce309870 | [] | no_license | superducktoes/CS162 | e17f1f9002a8225c0a27c26e79e5ad8db0cd656b | a9422496654b978078dd88df9de0999762a3665d | refs/heads/master | 2021-01-18T21:04:17.986483 | 2017-08-25T22:08:46 | 2017-08-25T22:08:46 | 87,005,739 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,856 | cpp | /*******************************************************************************
*
* Author: Nick Roy
* Date: 4/23/2017
* Description: Game class creates two dice and is instantiated using the
* number of turns, sides on the dice, and whether or not they are loaded
* dice.
*
****************************... | [
"superducktoes@gmail.com"
] | superducktoes@gmail.com |
975f05b958906202264f1efa846ae6f952cfef69 | 2b39d6f15cb85690c8e6e5c086362916a7df01bd | /src/asp/Camera/BundleAdjustCamera.cc | d6a638609d53d0dc1a0de7c572402f8856d376cd | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | NeoGeographyToolkit/StereoPipeline | 3649ba23fb5a07a8e3f13811a21ba12e0bd6c70a | 80ba3b2a1fc4d5acbd47621ba117852fef6687bf | refs/heads/master | 2023-08-31T02:28:40.247866 | 2023-08-27T03:06:35 | 2023-08-27T03:06:35 | 714,891 | 414 | 124 | Apache-2.0 | 2023-03-09T03:10:29 | 2010-06-11T02:11:55 | C++ | UTF-8 | C++ | false | false | 49,659 | cc | // __BEGIN_LICENSE__
// Copyright (c) 2009-2013, United States Government as represented by the
// Administrator of the National Aeronautics and Space Administration. All
// rights reserved.
//
// The NGT platform is licensed under the Apache License, Version 2.0 (the
// "License"); you may not use this file excep... | [
"oleg.alexandrov@gmail.com"
] | oleg.alexandrov@gmail.com |
58dbb0376fec1fe09e6fac71c14ad73051883db9 | 8183783da363b7c9eda236137987467b6eb7e3e6 | /src/op_sensor.cc | 1829fd1f5826939ac682436c90529660e02c0365 | [] | no_license | mickeyil/elements | 7ad5993fce6e3a8129ccaa7aeca0ccdd507d3dae | d74eb674d0843c348238ea022172d2de2c9459fe | refs/heads/master | 2022-12-25T15:34:11.531477 | 2020-10-05T17:58:59 | 2020-10-05T17:58:59 | 271,755,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 667 | cc | #include <cstdint>
#include "op_sensor.h"
#include "requests.h"
#include "sensor_manager.h"
#include "topicparser.h"
#include "utils.h"
void operation_handler_sensor(const TopicParser& tp, unsigned int topic_index,
uint8_t* payload, unsigned int length,
... | [
"mixi.il@gmail.com"
] | mixi.il@gmail.com |
cefeee79194ac599caffe8b4ed741a066f627747 | 4aa19bc5725ad93804f43dc388d302f75fbd7cf3 | /tlx/string/starts_with.hpp | 2ebd6853199f78e5d4aeac4e53412b80a8fabe82 | [
"BSL-1.0"
] | permissive | tlx/tlx | 2d19a2873bdf70c6102cb91c74dcb0a5e98b846b | b6af589954fafd334f2f373b057a8886e1c6abc8 | refs/heads/master | 2023-05-26T02:50:53.986973 | 2023-05-23T15:14:25 | 2023-05-23T15:14:25 | 82,409,067 | 349 | 76 | BSL-1.0 | 2023-05-16T16:38:20 | 2017-02-18T18:57:19 | C++ | UTF-8 | C++ | false | false | 2,307 | hpp | /*******************************************************************************
* tlx/string/starts_with.hpp
*
* Part of tlx - http://panthema.net/tlx
*
* Copyright (C) 2007-2019 Timo Bingmann <tb@panthema.net>
*
* All rights reserved. Published under the Boost Software License, Version 1.0
*******************... | [
"tbgit@panthema.net"
] | tbgit@panthema.net |
7ef8a8a29d76b5f08517ca5f695d641a0bea847b | 9fad4848e43f4487730185e4f50e05a044f865ab | /src/components/password_manager/core/browser/password_manager.h | 1adc983683bdcf6266dc563cd712b7e0223d2348 | [
"BSD-3-Clause"
] | permissive | dummas2008/chromium | d1b30da64f0630823cb97f58ec82825998dbb93e | 82d2e84ce3ed8a00dc26c948219192c3229dfdaa | refs/heads/master | 2020-12-31T07:18:45.026190 | 2016-04-14T03:17:45 | 2016-04-14T03:17:45 | 56,194,439 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,439 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_H_
#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_H_
#include <m... | [
"dummas@163.com"
] | dummas@163.com |
8ad45a5245788ba1712486b283354118d84fda13 | 511d1f09ac44a6e17dfef3995b38a3e22e087f73 | /sketchbook/libraries/ros_lib/gateway_msgs/RemoteGateway.h | 3a7a02f7459b2d9ef9599380e5bc194e296429d4 | [
"ISC"
] | permissive | rishabhagarwal880/RoboMuse-4.0 | 24f5d8ef885da4a07d1d16141594f6250e52b796 | aae179abb78355aad69034924c1d74dc747db25a | refs/heads/master | 2020-04-10T03:03:45.337819 | 2017-05-10T18:17:22 | 2017-05-10T18:17:22 | 73,717,094 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,724 | h | #ifndef _ROS_gateway_msgs_RemoteGateway_h
#define _ROS_gateway_msgs_RemoteGateway_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "gateway_msgs/ConnectionStatistics.h"
#include "gateway_msgs/Rule.h"
#include "gateway_msgs/RemoteRule.h"
namespace gateway_msgs
{
class Remo... | [
"rishabhagarwal880@gmail.com"
] | rishabhagarwal880@gmail.com |
aa62d621b9b217331719c9908e1731f69537865f | 6cf77eec0dd932b7551df0d1188d74c6430adf81 | /EventBoundDetect/Merge.cpp | 0f82fdd2aa0c0ba6512eee0ce7a99d133f6d89f4 | [] | no_license | jasonustc/event_boundary_detect | 5a10a32d7c99aefe287e3aae2d778e8979a8221f | aa0445a55ed7023ae1c7b53a70d9a4037e738887 | refs/heads/master | 2021-01-10T08:53:40.204300 | 2016-04-01T15:24:24 | 2016-04-01T15:24:24 | 44,688,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,315 | cpp | #include "stdafx.h"
#include "PhotoProcess.h"
#include "Cluster.h"
#include "FeatureHelper.h"
int GetDayInfoInCollection(vector<Photo_Feature_Set>& photos){
int days = 0;
vector<bool> is_assigned(photos.size(), false);
for (size_t i = 0; i < photos.size(); i++){
if (is_assigned[i] == false){
is_assigned[i] = ... | [
"shenxuustc@gmail.com"
] | shenxuustc@gmail.com |
5c4806df2b6cd0f8b99b6b699a10f034e7cfb81a | eeb3cbf1457731f45c81af8afe790cf4d13a8f7f | /solved/21_mergeTwoLists.cpp | 0d278e09582aad7d30a508f0ba6d04b899117962 | [
"MIT"
] | permissive | ysdg/Leetcode | 00234c829fc9a848639dd39f841b0d6c61d7edbe | 28cf66873581eba97603c0745ae31deadf794fcb | refs/heads/master | 2023-05-01T10:52:47.164747 | 2023-04-23T02:58:09 | 2023-04-23T02:58:09 | 235,034,247 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,810 | cpp | /*************************************************
* @Description: file content
* @Author: yuanquan
* @Email: yuanquan2011@qq.com
* @Date: 2021-05-17 21:20:13
* @LastEditors: yuanquan
* @LastEditTime: 2021-05-31 22:26:52
* @copyright: Copyright (c) yuanquan
*************************************************/
#in... | [
"yuanquan2011@qq.com"
] | yuanquan2011@qq.com |
6c3ee30776ebd4719d2f3be30178fbae721c9e0a | fbf8f5799bcd5574722850428d7683a54198be3a | /GameEngine/src/TextureNode.cpp | 4391a7ca60a6d36d03c17bd499d2e6b8dee2e3c1 | [] | no_license | JeffreyHeytow/HeyGameEngine | 42ef2c4f62e04a2b13d13d77ca6b592f6030f172 | dfc6256e653375531bc82eeeb34b5591ddcc176c | refs/heads/master | 2021-01-21T21:19:42.595963 | 2017-06-19T21:18:53 | 2017-06-19T21:18:53 | 94,819,558 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 621 | cpp | #include <string.h>
#include <sb6.h>
#include "TextureNode.h"
TextureNode::TextureNode()
: textName(TextureName::NO_TEXTURE_LOADED), TextID(0), minFilter(GL_LINEAR),
magFilter(GL_LINEAR), wrapper(GL_CLAMP_TO_EDGE)
{
memset(this->assetName, 0, TEXTURE_NAME_SIZE);
}
void TextureNode::set(const char *const thisAsset... | [
"heytow1@gmail.com"
] | heytow1@gmail.com |
3be03fe80904ac352f71c5b6fdde61c4a4b2d911 | 9e3183cdcbf0a5a49d9b9c4b6e0aff98ce3b5f10 | /i-b/arrays/N_by_3/cpp_soln.cpp | 903d704e4cf5df5b4ebce2578755d29a7a98f043 | [] | no_license | rsubbu55/coding-prep | 612e04eb6b2f88b45180b52704ac63a8784b6faa | d3a4b23e3b8dbdfed2d282ef5bc3393e522c5171 | refs/heads/master | 2022-08-14T19:40:43.552177 | 2022-07-20T14:30:29 | 2022-07-20T14:30:29 | 84,912,107 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,284 | cpp | #include <algorithm>
#define DEBUG_ON
#ifdef DEBUG_ON
#define debug(fmt, ...) printf(fmt, ##__VA_ARGS__)
#else
#define debug(fmt, ...)
#endif
int Solution1_O_nlogn(const vector<int> &A)
{
/* based on sorting */
vector <int> B(A);
std::sort(B.begin(), B.end());
int c = 1;
int cur_num = B[0];
... | [
"sramachandran@riverbed.com"
] | sramachandran@riverbed.com |
15f2ccb0466ca34b69a1f3da42888115249e82de | a2727d3a354c96c8e3e09330b2c6ab4f2a8b5037 | /General/include/render/RenderDefs.hpp | d68335f271f6e48d88ed65b988087c83d8470c5f | [] | no_license | Unrealf1/FreeFlight | e9f53e934c455ca3cf054043e8bf8108e582bd45 | 0656906eeeeeccc47c3f1d439c474429055097fc | refs/heads/master | 2023-07-18T04:23:51.835305 | 2021-09-04T10:31:56 | 2021-09-04T10:31:56 | 369,233,037 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 703 | hpp | #pragma once
#include <cstddef>
#include <vector>
#include <glm/glm.hpp>
#include <GL/glew.h>
/*
My vector space:
X to the right
Y from the screen
Z up
*/
constexpr std::size_t instance_render_limit = 100;
template<typename Point = glm::vec3>
using Mesh = std::vector<Point>;
template<typename Point = glm::vec3>
st... | [
"fyodor.bukreev@yandex.ru"
] | fyodor.bukreev@yandex.ru |
6d111108e2f666c372c2b1c9d8c6ee035fd9928d | 3457a63bfb2e350b97c8457e46e8e9efdd04be12 | /源代码/TAClient/control/tamainctl.h | 19e863c2e702cb656c1bd1b7063772040a24b657 | [] | no_license | fengMark/TASystem | 80a157baa2033b4e01c94ed1251bdb93ccf24336 | e3458a42287729e0cda917b2d2f884343d45ea7b | refs/heads/master | 2020-05-05T07:25:23.156663 | 2019-04-06T11:37:35 | 2019-04-06T11:37:35 | 179,824,722 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,833 | h | #ifndef TAMAINCTL_H
#define TAMAINCTL_H
#include <QObject>
#include<QVector>
#include<QDate>
#include<QMessageBox>
#include<model/tatcpsocket.h>
#include<model/taconstant.h>
#include<taloginwidget.h>
#include<QTimer>
class TAMainCtl : public QObject
{
Q_OBJECT
public:
explicit TAMainCtl(const QString myID, QObj... | [
"1573267183@qq.com"
] | 1573267183@qq.com |
08dee69eb9abdfee6dbd8bea9fd1e595ed0d3b67 | d851ee5f099c1997a10c4c605a7d605b7c70bffd | /Project 3 Starting Point/Project 3 Starting Point/Paladin.h | fbc5616ffea532268ecdd6f66bf8be34b72d36a3 | [] | no_license | jameswilson281/CIS-17A---Project-3-Starting-Point | 9a7aaa23b78c966583309be726d7c0f361441796 | 9c9b54f9438d5715f63477d47bf77f6f62dbc788 | refs/heads/master | 2020-12-30T23:35:33.771383 | 2017-03-29T16:43:19 | 2017-03-29T16:43:19 | 86,606,238 | 0 | 29 | null | null | null | null | UTF-8 | C++ | false | false | 255 | h | #pragma once
#include <string>
class Paladin
{
private:
std::string _name;
public:
Paladin(std::string name);
~Paladin();
std::string GetName() const { return _name; }
std::string Attack() { return _name + " swings a giant maul at his foes!"; }
};
| [
"ncc"
] | ncc |
d932c4b545b01bf7a8e3f6e4a0fcfb5e4d3e7f51 | 06c313fdc2b74e26cfeedba1c1dd7e913023837f | /stamping/linkstamp/build_revision_linkstamp.cc | d764ae200a345056bb25e3b289b71426d7b2a414 | [] | no_license | thekyz/snippets | 4915b901a8c813c0a4d31f0916b927fb06b39090 | efc4633fe4e68a941f14f157019e1a0138468c0a | refs/heads/master | 2021-11-27T09:43:11.228651 | 2021-08-05T12:15:49 | 2021-08-05T12:15:49 | 197,768,222 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 238 | cc | extern const char kBuildRevision[];
const char kBuildRevision[] = BUILD_SCM_REVISION;
extern const char kBuildHost[];
const char kBuildHost[] = BUILD_HOST;
extern const char kBuildStatus[];
const char kBuildStatus[] = BUILD_SCM_STATUS;
| [
"thekyz@gmail.com"
] | thekyz@gmail.com |
61015d74502866803b417d01f7440d81f6219262 | 4f7e444e54f71498c5bca00775762a026d1e9423 | /src/interlanguage.h | 74091bb91e81e39d7be305764954adb00da7b78e | [] | no_license | pujazon/Offside | 724ebb97b4c318e43bd755a8a5c7561e3fa71643 | d3e1296f99e028cb74287807e3ef09ce6fe75a90 | refs/heads/master | 2020-04-08T05:20:15.949541 | 2019-04-22T16:40:43 | 2019-04-22T16:40:43 | 159,056,531 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | h | #include "MatlabDataArray.hpp"
#include "MatlabEngine.hpp"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <iostream>
#include <unistd.h>
#define BallOwner_Fields 1
#define NPlayers 8
#define Fields 4
#define Grass_Fields 3
#define N BallOwner_Fields+(NPlayers*Fields)+Grass_Fields
using n... | [
"danielpujazonbonet@gmail.com"
] | danielpujazonbonet@gmail.com |
6d5b210002680e3c7a354e88dcdc43e9f100870b | 5fc5297535ea96d4037e48fabd6be3de58479e77 | /src/emitters/sunsky/sunmodel.h | 8a33108b209e406b5a8e307375d94259e9e91405 | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | qbhan/scenegen_mitsuba2 | c09b7e93a8227975496ac61451e9ce84200dbbc8 | 1c9d07a0e40149be335574729f343471255204fb | refs/heads/main | 2023-03-03T08:17:37.253156 | 2021-02-15T04:11:59 | 2021-02-15T04:11:59 | 336,191,483 | 1 | 0 | NOASSERTION | 2021-02-08T08:25:09 | 2021-02-05T07:01:55 | C++ | UTF-8 | C++ | false | false | 13,715 | h | /*
This file is part of Mitsuba, a physically based rendering system.
Copyright (c) 2007-2014 by Wenzel Jakob and others.
Mitsuba is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
as published by the Free Software Foundation.
... | [
"smarthkb98@gmail.com"
] | smarthkb98@gmail.com |
4806b3e04ca9c92ef0fb110634aaeabd00d65f24 | f2d3f78041f86d9d79e59c0985f438f2cbfff67d | /samples/INFR-1350U/Week7-Starter/src/Utilities/StringUtils.h | 2fb7456b58074d920e90a05e2f217777cd0a394a | [] | no_license | TurkeyZilla1/Assignment1CG | a78f7d4d9136d271db944bc5ef50e40890f4c749 | cedf202c2e2d0f55a7ab41a2e11b5079480e98b3 | refs/heads/main | 2023-03-05T14:49:16.675838 | 2021-02-15T00:33:43 | 2021-02-15T00:33:43 | 336,918,731 | 0 | 1 | null | 2021-02-08T00:12:51 | 2021-02-08T00:12:51 | null | UTF-8 | C++ | false | false | 588 | h | #pragma once
#include <string>
// Borrowed from https://stackoverflow.com/questions/216823/whats-the-best-way-to-trim-stdstring
// trim from start (in place)
static inline void ltrim(std::string& s) {
s.erase(s.begin(), std::find_if(s.begin(), s.end(), [](int ch) {
return !std::isspace(ch);
}));
}
// trim from ... | [
"adam.kahil@ontariotechu.net"
] | adam.kahil@ontariotechu.net |
c2b6f1b0a91807071ddb1a88aa7f8f2be3d53fe4 | b1af8bb863a6730e6e4e93129efbad89d33cf509 | /SDK/SCUM_M1887_InsertShellLoopEmpty_parameters.hpp | 4e2828b56b3e4961ac0a6deae5769191f120f658 | [] | no_license | frankie-11/SCUM_SDK7.13.2020 | b3bbd8fb9b6c03120b865a6254eca6a2389ea654 | 7b48bcf9e8088aa8917c07dd6756eac90e3f693a | refs/heads/master | 2022-11-16T05:48:55.729087 | 2020-07-13T23:48:50 | 2020-07-13T23:48:50 | 279,433,512 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,121 | hpp | #pragma once
// SCUM (4.24) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function M1887_InsertShel... | [
"60810131+frankie-11@users.noreply.github.com"
] | 60810131+frankie-11@users.noreply.github.com |
43a2186abe2fa62258cdcfb74debd0c2a720852c | 72852e07bb30adbee608275d6048b2121a5b9d82 | /algorithms/problem_0039/other.cpp | a915c7a420cf4c64450ff36d7cbb8aa93df7640d | [] | no_license | drlongle/leetcode | e172ae29ea63911ccc3afb815f6dbff041609939 | 8e61ddf06fb3a4fb4a4e3d8466f3367ee1f27e13 | refs/heads/master | 2023-01-08T16:26:12.370098 | 2023-01-03T09:08:24 | 2023-01-03T09:08:24 | 81,335,609 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 875 | cpp | class Solution {
public:
std::vector<std::vector<int> > combinationSum(std::vector<int> &candidates, int target) {
std::sort(candidates.begin(), candidates.end());
std::vector<std::vector<int> > res;
std::vector<int> combination;
combinationSum(candidates, target, res, combination, 0... | [
"drlongle@gmail.com"
] | drlongle@gmail.com |
0520115f848dc0b340b92d029a481c27ab660fb4 | 5db5a5a053ef2c572c115f4ac36bfefa00e28379 | /UOJ/UOJ42_351S2.cpp | 7cc88082f150b9a833b5d9011db576a801e2166e | [] | no_license | CaptainSlowWZY/OI-Code | 4491dfa40aae4af148db2dd529556a229a1e76af | be470914186b27d8b24177fb9b5d01d4ac55cd51 | refs/heads/master | 2020-03-22T08:36:19.753282 | 2019-12-19T08:22:51 | 2019-12-19T08:22:51 | 139,777,376 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,958 | cpp | // UOJ Contest 43 Problem 351
// Solution 2
#pragma GCC diagnostic error "-std=c++11"
#include <cstdio>
#include <utility>
#include <vector>
#ifdef DEBUG_MD
#define debug(format, ...) fprintf(stderr, format, __VA_ARGS__)
#else
#define debug(format, ...) 0
#endif
#define rg register
#define gch getchar
#define pch p... | [
"CaptainSlowWZY@163.com"
] | CaptainSlowWZY@163.com |
3d89b67b35f72d277c00282210e52cadc7363ad9 | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /cdb/include/tencentcloud/cdb/v20170320/model/StartCpuExpandResponse.h | 2b53cd0e3baad3a95d68d40237f34f86cd93f1b8 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 2,551 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
1bde3c607ff74d210b271ff7e6800edf422c5901 | aca2f4227a479e14476ac1a8b102d18542017a48 | /project/src/Maddes map/ColorAdder/main.cpp | 660d355957650bd014a51f9de744b2e653570b0f | [] | no_license | fatma-meawad/food-recognition-project | 13a774ef23c1316f1b14b9a686ae8e8b58e3ce91 | c075c8915cab9c400a0a4103497996b1d10fc351 | refs/heads/master | 2016-08-11T06:24:52.847726 | 2012-06-17T11:07:08 | 2012-06-17T11:07:08 | 43,481,406 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,441 | cpp |
#include <iostream>
#include <opencv-2.3.1/opencv/cv.h>
#include <opencv-2.3.1/opencv/highgui.h>
#include <opencv-2.3.1/opencv2/imgproc/imgproc_c.h>
#include <math.h>
using namespace std;
bool measure = false;
bool box = false;
CvPoint ROICorner;
CvPoint ROICorner2;
void mouse_callback( int event, int x, int y, i... | [
"emil.bergstrom1@gmail.com"
] | emil.bergstrom1@gmail.com |
0bfd299ac070d4fc74e14e3a5624edb5b33264fb | 50e1643d1b1a99c35ffd80c39e2a369b03376b73 | /include/boost/hana/functional/on.hpp | 1ad444fcfb933813e4401d1575f17d0b98ad5c25 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | zhangf911/hana | ae748843996017c67deb8d1a8cd559333c466fa0 | e0b56a3d187447a870cd2a4d7246f07d7baa3e2f | refs/heads/master | 2020-07-10T00:54:59.663234 | 2015-07-07T19:43:29 | 2015-07-07T19:43:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,407 | hpp | /*!
@file
Defines `boost::hana::on`.
@copyright Louis Dionne 2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_FUNCTIONAL_ON_HPP
#define BOOST_HANA_FUNCTIONAL_ON_HPP
#include <boost/hana/config.hpp>
#i... | [
"ldionne.2@gmail.com"
] | ldionne.2@gmail.com |
e6e4ce3856e757133f8d2deb37cf4b8a1fc8a383 | c7dd6e60da7028996769b946fceeca70f7c99c1f | /coding.h | c8a6e2ad2ce461cfaa2d5d62c175ef0333120781 | [] | no_license | jaite/lab1 | ff83cc2ae861e89511e4906ec29161c670af75ef | cd9e2b67f316b83662fe8299b481172581461437 | refs/heads/master | 2016-09-08T00:34:33.174077 | 2013-03-19T18:08:22 | 2013-03-19T18:08:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 236 | h | /*
* coding.h
*/
#ifndef CODING_H
#define CODING_H
namespace cpp_lab1 {
class Coding {
public:
static unsigned char encode(unsigned char c);
static unsigned char decode(unsigned char c);
};
}
#endif | [
"jaitex@gmail.com"
] | jaitex@gmail.com |
27fc52330276adda3e8fd30ebdc0ec27c59f85cd | ede02df49029bcff09fcc67dea5189d2daf2343c | /indri/tags/release-1.0/include/indri/RVLDecompressStream.hpp | 36eeb21099b618cc34ebb1a97fe1696ee7d87668 | [
"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 | 4,640 | hpp | /*==========================================================================
Copyright (c) 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 included with... | [
"dfisher@14020d50-3050-45fe-8e0c-5ed7005ca764"
] | dfisher@14020d50-3050-45fe-8e0c-5ed7005ca764 |
3beb70799b8f4892e2e5e1ef04ec09169d5105e3 | b7122737770bea825885c92352f570091b543a74 | /dsa/character.cpp | b4149627af07ac04034a99b7a756e9fa5f44ccc9 | [] | no_license | Pavelius/dw | bc37bf164b51aea831a82c6c498e0f348af517af | 9458c9fc0d15254d70b39e5c557527f2d7d1a521 | refs/heads/master | 2021-06-02T14:02:03.488203 | 2020-09-22T11:22:48 | 2020-09-22T11:22:48 | 41,430,148 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 3,537 | cpp | #include "main.h"
characteri bsmeta<characteri>::elements[] = {{"Adventurer", "Приключенец", {0, 0, 0, 0, 0, 30, 0, 11, 8}},
{"Warrior", "Воин", {12, 0, 0, 0, 12, 30, 0, 12, 9}},
{"Dwarf", "Карлик", {0, 0, 0, 12, 12, 40, 0, 11, 9}},
{"Elf", "Эльф", {0, 12, 0, 12, 0, 25, 25, 11, 8}},
{"Magicien", "Маг", {0, 12, 12, 0, ... | [
"p000000000001@gmail.com"
] | p000000000001@gmail.com |
645f105a62a39f775c06c01c6f4e47e48c2895ee | 29eae16674404f40a5a91efc2d82e0a019ce5569 | /Introduction/Employee/include/DataBase.h | 69d763b51e9129466fdad91bd3067644a3eae0db | [
"MIT"
] | permissive | Campeanu/ProjectZero | 924176d53428e4f45855e7171af59c757b6f668f | 33d2ff9f4761e265175b715ba0948d492a7f4541 | refs/heads/master | 2020-09-22T11:27:00.318584 | 2019-12-09T18:53:17 | 2019-12-09T18:53:17 | 225,175,248 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 955 | h | #ifndef DATABASE_H
#define DATABASE_H
#include <vector>
#include "Employee.h"
namespace Records {
const int kFirstEmployeeNumber = 1000;
class DataBase {
public:
DataBase();
~DataBase();
/*NOTE(campeanu): integrate e emplyee in the database
adnakjdna... | [
"campeanu.it@yahoo.com"
] | campeanu.it@yahoo.com |
ea8178e53a90b74c1481c7c86d3f1b7171fa7f61 | 7f2d4ffcfbd2437ab347adf0bf609acb2c222eb4 | /cl/include/SDK/casetup.h | 12288c2024508fa73190188fe0b9831385343b4e | [] | no_license | mensong/CppScript | d46d5939e8ffad83897b4a28094351093752128c | 622e00b49137caf95812735b5938a794537825dd | refs/heads/master | 2023-06-08T11:16:47.076693 | 2023-05-28T04:35:25 | 2023-05-28T04:35:25 | 166,553,412 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 63,954 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 7.00.0555 */
/* Compiler settings for casetup.idl:
Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bou... | [
"mail0668@gmail.com"
] | mail0668@gmail.com |
cbe769307745be2b65138a95c077bebb0d4ca349 | 6a07ea9d188df7e0a51548db0e837b30504fb7d3 | /libs/doctest/doctest/doctest.h | 2b5aec02f28f1d3d11336d5e9417f2cd58138d53 | [
"MIT"
] | permissive | abeimler/cmdocker-tmpl | 8b1121a5a005acd247ac66893d9b83a8509b9667 | 8fb7a459acd4ee6f6b7ec74d9f13b68064ef6545 | refs/heads/master | 2021-01-25T10:56:54.111130 | 2017-08-18T11:55:10 | 2017-08-18T11:55:10 | 93,900,454 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 255,906 | h | // ======================================================================
// == DO NOT MODIFY THIS FILE BY HAND - IT IS AUTO GENERATED BY CMAKE! ==
// ======================================================================
//
// doctest.h - the lightest feature-rich C++ single-header testing framework for unit tests and... | [
"alex-beimler@web.de"
] | alex-beimler@web.de |
e4eb8bdd90a0c5acdc7bda6c167344d30c10e8b5 | 5a8d939443c05fec8f971347b0f15d1443140c4c | /lesson01/src/LUtil.cpp | cb30d075651150b4ca8a19c8e7196c5d4636e4de | [] | no_license | mdkcore0/lazyfoo | 0b0c55c16ca3857fffa2903ca90747aabd355d6f | 79c6c266cc0e7c59e304249c6cd6705ca221dcae | refs/heads/master | 2021-05-31T00:53:57.649930 | 2014-03-13T21:54:12 | 2014-03-13T21:54:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 861 | cpp | #include "LUtil.h"
using namespace std;
bool initGL()
{
// initialize projection matrix
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
// initializee modelview matrix
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
// initialize clear color
glClearColor(0.f, 0.f, 0.f, 1.f);
// che... | [
"rodrigo.goncalves@openbossa.org"
] | rodrigo.goncalves@openbossa.org |
d2a968bd2c3f4f799890a94974305922abec4ff5 | 612325535126eaddebc230d8c27af095c8e5cc2f | /src/net/base/port_util.h | 878e18ece741c85c41341bde3a257fddb690389b | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/proto-quic_1V94 | 1a3a03ac7a08a494b3d4e9857b24bb8f2c2cd673 | feee14d96ee95313f236e0f0e3ff7719246c84f7 | refs/heads/master | 2023-04-01T14:36:53.888576 | 2019-10-17T02:23:04 | 2019-10-17T02:23:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,484 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef NET_BASE_PORT_UTIL_H_
#define NET_BASE_PORT_UTIL_H_
#include <stddef.h>
#include <string>
#include "base/macros.h"
#include "ne... | [
"2100639007@qq.com"
] | 2100639007@qq.com |
1258f1f0b921f3ded3a55ceff5dd2d334b11ae94 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/Chaste/2016/12/VanLeeuwen2009WntSwatCellCycleModelHypothesisOne.cpp | 379f45279749dd6803e26f5115e7620f7dcd6ea7 | [] | 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 | 4,800 | cpp | /*
Copyright (c) 2005-2016, University of Oxford.
All rights reserved.
University of Oxford means the Chancellor, Masters and Scholars of the
University of Oxford, having an administrative office at Wellington
Square, Oxford OX1 2JD, UK.
This file is part of Chaste.
Redistribution and use in source and binary forms... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
3e10cd59259d027470288fe3ebda6d716bf9e2a9 | c8a6040af5a8a5dd8f89bbabde1d00519ef1ea62 | /chrome/browser/android/cached_image_fetcher/cached_image_fetcher_bridge.cc | 62558f3362255e516c5d9f88f4a7c311db5b5ff7 | [
"BSD-3-Clause"
] | permissive | imdark/chromium | a02c7f42444bd2f0619cfdeaf2c79a48baf9534f | 088d11844c64d6477e49e31036a621a92853cc53 | refs/heads/master | 2023-01-16T10:34:55.745660 | 2019-04-02T03:21:05 | 2019-04-02T03:21:05 | 161,010,625 | 0 | 0 | NOASSERTION | 2018-12-09T06:15:31 | 2018-12-09T06:15:30 | null | UTF-8 | C++ | false | false | 5,524 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/android/cached_image_fetcher/cached_image_fetcher_bridge.h"
#include <jni.h>
#include <utility>
#include "base/android/callbac... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
04e89adb689ac362147abd9c982fbf3f19a9359f | 58ca287db53bb9909371fda15b4e1f4bac59fee8 | /rbfn.cpp | 55ec7ac29084d97e4ee5b3c8d4a64bdf84b92abc | [] | no_license | AhmadZakaria/TNN-RBF | d21d31153285fab17dde178823107dfa9a271c58 | e3d8e4a9ef020945b7a8d682c0cd52fe31a57f40 | refs/heads/master | 2021-01-19T03:26:53.761562 | 2016-11-29T19:02:54 | 2016-11-29T19:02:54 | 75,112,477 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,342 | cpp | #include <cmath>
#include<iostream>
#include <fstream>
#include"Eigen/Dense"
#include"Eigen/StdVector"
#include "Kmeans/KMeansRexCoreInterface.h"
#define REAL double
using namespace Eigen;
class RBFN {
private:
int N;
int K;
int M;
int P;
REAL eta = 0.01;
MatrixXd Xpn; // X(PxN): P Patt... | [
"ahmadz1991@gmail.com"
] | ahmadz1991@gmail.com |
5e6c8ee8a3782cd18beb7683f4c63c6fcfe566d6 | 4aa240cec1da775a88a7c09fb7442909e2ccfcd3 | /lab2/logic/predicate/arguments.cpp | 2777573e89581667aebb513b0693565c8f452800 | [
"Apache-2.0"
] | permissive | losvald/ai-course | 81a54d3e574b26ba12fb7f2473ccda93ede77e81 | f6d8ece4ac518a04900382894811a7f4c8351089 | refs/heads/master | 2016-09-06T18:15:24.352320 | 2011-04-29T15:02:04 | 2011-04-29T15:02:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,445 | cpp | /*
* arguments.cpp
*
* Created on: Apr 16, 2011
* Author: leden
*/
#ifndef ARGUMENTS_CPP_
#define ARGUMENTS_CPP_
#include <vector>
#include "arguments.h"
namespace logic {
namespace predicate {
Arguments::Arguments(std::vector<Element> args) : args_(args) {}
Arguments::Arguments(const Element& arg1) : ... | [
"leo.osvald@gmail.com"
] | leo.osvald@gmail.com |
ce08ad8f59eca28f033030d5e07ac068bcb8b30d | 0db10f9d35a9cea4165ffbe62cf7f19cae252056 | /src/nnetbin/nnet-train-mmi-sequential.cc | 7d3ef3a82bd980e255523f65cba87db2b1e19712 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | nichongjia/kaldi | 4da4b985f8fe3b484d60d8929d4b9046f8174372 | c7a2331e593da84ad43d13f902b8c6971a1f5bb1 | refs/heads/master | 2021-01-17T16:08:46.590348 | 2017-07-21T07:09:48 | 2017-07-21T07:09:48 | 72,055,985 | 1 | 0 | null | 2016-10-27T00:23:45 | 2016-10-27T00:23:45 | null | UTF-8 | C++ | false | false | 17,795 | cc | // nnetbin/nnet-train-mmi-sequential.cc
// Copyright 2012-2016 Brno University of Technology (author: Karel Vesely)
// See ../../COPYING for clarification regarding multiple authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the... | [
"nicj@i2r.a-star.edu.sg"
] | nicj@i2r.a-star.edu.sg |
65c9cb0e78d26b4b982e42eea0d96c8280688002 | 5bf551dc9cfc91d9a450b21b51dfe952cf756742 | /Source/Core/Async/SharedTask.h | 443d612137052f0b5c0d484e454deaa048db4a3a | [
"MIT"
] | permissive | mwasplund/PAL | 426fe1496e5f25c4c731b7156a4da88b9991e986 | 69e5dfb593619d175c1ce69194eb548d16f06476 | refs/heads/master | 2020-12-06T15:06:41.597749 | 2017-05-03T07:40:17 | 2017-05-03T07:40:17 | 73,502,142 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,364 | h | // <copyright file="SharedTask.h" company="mwasplund">
// Copyright (c) MWASPLUND. All rights reserved.
// </copyright>
#pragma once
#include "Scheduler.h"
#include "Worker.h"
#include "ITaskContinuation.h"
#include "SharedTaskResult.h"
namespace PAL
{
/// <summary>
/// The task implementation base
/// Conta... | [
"mwasplund@gmail.com"
] | mwasplund@gmail.com |
4d229b50da8e039aa62781a7b89c6e1bcafea6df | b223127395fe17303a6a2c01b903859f772b1107 | /Factory.h | b946b1ef149bdfae0bd7ce7a1d0bcb5d081dabcf | [] | no_license | dex0ne/tp-homework | bab714a8e7ee4f06bb064e92ac8d54c7d05a50dc | 5a86752922c7641c9c4ae5d3070e53d425b94adb | refs/heads/master | 2021-04-09T14:30:58.760263 | 2018-05-19T17:57:14 | 2018-05-19T17:57:14 | 125,771,703 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 331 | h |
#ifndef GAME_TP_FACTORY_H
#define GAME_TP_FACTORY_H
#include "Peaceful.h"
#include "Soldier.h"
#include "Wizard.h"
#include <memory>
#include <map>
class Factory {
public:
virtual Peaceful* createPeaceful() = 0;
virtual Soldier* createSoldier() = 0;
virtual Wizard* createWizard() = 0;
};
#endif //GAME_T... | [
"titov.dyu@phystech.edu"
] | titov.dyu@phystech.edu |
686dd5ff07a70a02c146dbde72f7313b65257dac | 29c59030394b01eba7d68aa10f3201f0a72da60e | /DeviceRequestEvent.cpp | 80ecf43bdf0e48bf60f3f1ca51a918a818e2cebf | [] | no_license | alexandrahurst/SchedulingSimulator | a75c78f4c07267b1fa087e74823d1cb928374a83 | b9112b87fd74adbdd96bca680a57625cd213ed43 | refs/heads/master | 2020-03-16T20:31:41.678911 | 2018-05-25T08:31:14 | 2018-05-25T08:31:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 874 | cpp | // Alexandra Hurst & Kalyani Khutale
// CISC-361
// 2018-05-24
// Final Project
#include <iostream>
#include <stdexcept>
#include <vector>
#include "DeviceRequestEvent.h"
#include "SystemState.h"
using namespace std;
DeviceRequestEvent::DeviceRequestEvent(int time, int job_number,
... | [
"alexa@Yin.alx"
] | alexa@Yin.alx |
45f1342b4bf699896346f98c4f2be7019a51a14c | e3da8e19e67b7d950e2afc5d3fe71eefea7968e6 | /CPP05/ex03/Intern.hpp | 9a90860c99533f2126645268836a502004efda77 | [] | no_license | Mazoise/42-CPP | 8f8a017c3dcf70db594a65a781be792090d46a42 | 7153476a51517273bd855596092c94b71ccc2f33 | refs/heads/master | 2023-03-17T20:32:58.406398 | 2021-03-11T17:56:20 | 2021-03-11T17:56:20 | 339,129,931 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,889 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Intern.hpp :+: :+: :+: ... | [
"mchardin@student.42.fr"
] | mchardin@student.42.fr |
48941cb795852cd462290e8fa53bf5912b992c88 | 1c0ec16578f2951f64442f1577b83a4c78194924 | /hasi/Server/Source/HASBus.h | 21fccef11016c337426cd4f88f3270ec9e717eb9 | [] | no_license | sdraeger/lnc | 5e8381325caf01667597a0e3ed6d5e9b2df22dc8 | dc5762d58449b1b5a98c914fd41bd300190dc2c4 | refs/heads/master | 2023-03-10T10:14:58.728940 | 2021-02-22T21:53:43 | 2021-02-22T21:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,964 | h | #pragma once
#ifndef HASBUS_H
#define HASBUS_H
#include <I2C/I2CBus.h>
#include <Network/NetworkBus.h>
#include <WebServices/WebServiceBus.h>
#include "other-devices/SysInfo.h"
#include <sstream>
#include <vector>
#include <map>
#include <memory>
#include "HASBasics.h"
#include "HASMember.h"
#inclu... | [
"jens.krueger@uni-due.de"
] | jens.krueger@uni-due.de |
5d5882a886d353d95afbcf6e485742df63ad25d8 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /services/device/geolocation/public_ip_address_geolocator.cc | 66abcbbbc7cf60cbb7d6aafecbc448809b61adc8 | [
"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 | 2,033 | 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 "services/device/geolocation/public_ip_address_geolocator.h"
#include "base/bind.h"
#include "net/traffic_annotation/network_traffic_annotation.... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
95229603d11a5ec45be16a4804bd2a546a5d0cbc | 228f53114c83f618b7fed56d3069878fb680edd7 | /Doodle_Jump/Doodle_Jump/MenuState.h | 1e939ab236e5f993d579d5dd29d10a4d0aafe60d | [] | no_license | JuliaBoczkowska/Doodle-Jump | 4d33c47f02bb004de19e6bfc3fc630055045f291 | fc631325cc48ea32bc9e7fd1de840365441712a8 | refs/heads/main | 2023-05-02T09:17:18.340395 | 2021-04-22T08:27:03 | 2021-04-22T08:27:03 | 360,160,061 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,614 | h | #ifndef MENUSTATE_H
#define MENUSTATE_H
#include "State.h"
#include "Button.h"
#include "DefaultPlatform.h"
#include "Player.h"
/** @class MenuState
* Class representing one of the states found in the game.
* This is the state in which the menu is build.
*/
class MenuState: public State
{
public:
/**
* \brief... | [
"juliaboczkowska99@gmail.com"
] | juliaboczkowska99@gmail.com |
d8e4cb3da6077a577833415e1c5386d9f80371c3 | 399b5e377fdd741fe6e7b845b70491b9ce2cccfd | /LLVM_src/libcxx/test/std/strings/basic.string/string.require/contiguous.pass.cpp | fb2e3e6ce6bbb8e31e39a7d403ff7c10dd870f25 | [
"NCSA",
"LLVM-exception",
"MIT",
"Apache-2.0"
] | permissive | zslwyuan/LLVM-9-for-Light-HLS | 6ebdd03769c6b55e5eec923cb89e4a8efc7dc9ab | ec6973122a0e65d963356e0fb2bff7488150087c | refs/heads/master | 2021-06-30T20:12:46.289053 | 2020-12-07T07:52:19 | 2020-12-07T07:52:19 | 203,967,206 | 1 | 3 | null | 2019-10-29T14:45:36 | 2019-08-23T09:25:42 | C++ | UTF-8 | C++ | false | false | 1,536 | cpp | //===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"tliang@connect.ust.hk"
] | tliang@connect.ust.hk |
25ce1fedcd45f405e7a2de828b3eb160fad53e1c | b64d654b5f6642c09834332b2995f9b2f517840a | /xcc/Mixer/SelectPaletDlg.cpp | a58ef9499ab0ae3f482fed0149ee2b03fccbf59c | [] | no_license | OmniBlade/xcc | 845f9cd671306a681356f0fc56ffcf83f3396a33 | 0b1ad6e6ef821f751683d75b550c05b6d620c9a8 | refs/heads/master | 2020-04-15T17:31:34.880689 | 2016-06-14T19:26:02 | 2016-06-14T19:26:02 | 45,245,161 | 2 | 1 | null | 2016-08-30T14:17:47 | 2015-10-30T10:41:06 | C++ | UTF-8 | C++ | false | false | 3,587 | cpp | #include "stdafx.h"
#include "MainFrm.h"
#include "SelectPaletDlg.h"
CSelectPaletDlg::CSelectPaletDlg(CWnd* pParent /*=NULL*/)
: ETSLayoutDialog(CSelectPaletDlg::IDD, pParent, "select_palet_dlg")
{
//{{AFX_DATA_INIT(CSelectPaletDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
m... | [
"olafvdspek@108d0302-aaf7-b7c6-26e7-3e45b3cf5337"
] | olafvdspek@108d0302-aaf7-b7c6-26e7-3e45b3cf5337 |
301b2c2e5160d31ccf4c6c5042c117238df0fabf | b31378fd6961a69523c9c019eaef8bb2694051af | /Kernel/src/Point.cpp | 1c3de040cb8077a561814d3c78e1da5ff6360ca7 | [
"MIT"
] | permissive | Asmmax/CurveProjector | 492b94884599ce25957e039cf15695e86097401e | 88597f7f780cc1503f6fa597955d45e5e8c745b1 | refs/heads/master | 2023-08-21T20:13:47.141683 | 2021-10-25T08:42:30 | 2021-10-25T08:53:05 | 419,356,950 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 839 | cpp | #include "Point.hpp"
#include "Vector.hpp"
#include <cfloat>
Point::Point(double x, double y, double z) :
_x(x),
_y(y),
_z(z),
_tolerance(maxValue()* DBL_EPSILON)
{
}
Point::Point(double x, double y, double z, double tolerance):
_x(x),
_y(y),
_z(z),
_tolerance(tolerance)
{
}
Point Point::move(const Vector& d... | [
"niknixad@gmail.com"
] | niknixad@gmail.com |
15d1db0b585f67999b8b9c7b5bd6cd960899b0ac | 374be07f921a047443dcd8ed8a6e9d8a3aef04bd | /LIWord0030/PageSOVoiceYoudao.cpp | a495aca16aa6ae8116d4ff5cc8ea5fe98c6f0fa0 | [] | no_license | mayenjoy/langisle | 811a31f0ae50571d8ab87397b32b5332de571d35 | cb2653583380d038eeaa25d164d86a7b93c927a2 | refs/heads/master | 2021-03-12T19:59:41.210128 | 2015-03-15T07:11:47 | 2015-03-15T07:11:47 | 32,249,053 | 1 | 3 | null | 2016-05-26T06:11:58 | 2015-03-15T07:06:34 | C++ | UTF-8 | C++ | false | false | 350 | cpp | #include "stdafx.h"
#include "PageSOVoiceYoudao.h"
#include "GlobalVal.h"
PageSOVoiceYoudao::PageSOVoiceYoudao(QWidget *parent)
: PageSOVoiceBase(parent)
{
}
PageSOVoiceYoudao::~PageSOVoiceYoudao()
{
}
void PageSOVoiceYoudao::save()
{
//g_pbcmgr->getConfig()->setSpeakYoudaoOnFailUseTTS(checkBoxOnF... | [
"prehisle@gmail.com@844833c6-a14d-d584-2fbd-8d394144fb76"
] | prehisle@gmail.com@844833c6-a14d-d584-2fbd-8d394144fb76 |
e846fabf41db91ae97a239471530b3cc2ba22176 | 2a1cadc7c37e34e449f9a9ce159c29f425a8c82f | /mediatek/platform/mt6577/hardware/audio/LAD/fake_ccci.cpp | e4111fd6e7fffe27b4341b0b650b61ac27eccf07 | [] | no_license | abgoyal-archive/OT_5035E | 31e74ab4fed05b8988acdc68c5a3af6b6381f43f | 56d0850adfc5501ebb4a3b020bd1b985d5e9dcdc | refs/heads/master | 2022-04-16T15:09:24.021237 | 2015-02-07T00:22:16 | 2015-02-07T00:22:16 | 30,439,232 | 0 | 2 | null | 2020-03-08T21:16:36 | 2015-02-07T00:20:49 | C | UTF-8 | C++ | false | false | 16,837 | cpp |
#include "AudioYusuCcci.h"
#include "fake_ccci.h"
#include "AudioYusuHardware.h"
#include "AudioYusuLad.h"
#if defined(PC_EMULATION)
#include "stdio.h"
#include "stdlib.h"
#include "windows.h"
#endif
namespace android {
FakeCCCI::FakeCCCI()
{
/* allocate fake share memory */
pBufBase = new char[CCCI_PCM_S... | [
"abgoyal@gmail.com"
] | abgoyal@gmail.com |
c0472f823429e015c821522f108af31e992e0724 | 3f7b687865dc98da14b4dba6c73661d10a955f36 | /SmartScreenSnapper/settingdialog.h | 36ae9d0fd4073fc1b60468cb624a74ec886a87bf | [] | no_license | future-io/SmartScreenSnapper | 779bf5792eefde700715be70c10138f85df918cf | 169774abcda553dcb0fe4955808261d0a6e01071 | refs/heads/master | 2023-02-18T14:04:30.024611 | 2021-01-21T12:57:28 | 2021-01-21T13:00:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 574 | h | #ifndef SETTINGDIALOG_H
#define SETTINGDIALOG_H
#include <QDialog>
#include <QListWidgetItem>
namespace Ui {
class SettingDialog;
}
class SettingDialog : public QDialog
{
Q_OBJECT
public:
explicit SettingDialog(QWidget *parent = nullptr);
~SettingDialog();
private slots:
void on_pushButtonDeleteHot... | [
"1161046314@qq.com"
] | 1161046314@qq.com |
157eb58e41facac4bd0158a8b6e607f4754bfd90 | eaeb92b2c8dd1043c19ae3558878559e2d4b4733 | /tallerObjeto1/Rectangulo.cpp | fc447bfd3cf002213820af373a79a4a5dc0fdb37 | [] | no_license | luisdavid24/Algorithms-2 | 17ba08caa9f7f43dd327780304ff0e9b7ac04ed6 | 73fc5fa9360e251757ef39a653aba48925caa24c | refs/heads/master | 2023-01-25T02:48:51.711626 | 2020-11-25T16:32:47 | 2020-11-25T16:32:47 | 292,570,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 150 | cpp | #include "Rectangulo.h"
#include <iostream>
using namespace std;
void Rectangulo::getArea(){
cout<<"Es el area del rectangulo "<<(ancho*alto);
};
| [
"david12.29@hotmail.com"
] | david12.29@hotmail.com |
710341783c3cc01e09ecd2accc6090a99e95b793 | 128b43381b12c1b49941e17b50a88139a705d5b0 | /atcoder/abc173/B.cpp | a78e0946ec7cc8cbdf4c18a8fb9d7be783cbd1d6 | [] | no_license | xnyuq/CompetitiveProgramming | 234dc62b8e35ff3da0a97b30b36ab5ff49814f39 | a35c7b5dcf167802ec7ea9af1ecc7baf4da74508 | refs/heads/master | 2023-08-22T00:50:02.966220 | 2021-10-11T03:36:00 | 2021-10-19T07:20:43 | 390,870,161 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 723 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef pair<int, int> ii;
typedef vector<ii> vii;
typedef vector<int> vi;
#define INF 1000000000
#define mod 1000000007
void solve() {
unordered_map<string, int> mp;
int n;
cin >> n;
while (n--) {
string s;
... | [
"youngboy5801@gmail.com"
] | youngboy5801@gmail.com |
3f0fc33ea0d672f05bb1cabcaddf509aad48a043 | dc92fbe3854bc79e60382ba090912bca63c0337b | /find-k-closest-elements/find-k-closest-elements.cpp | cd1773bd40c0e3eb23464fbc3a341659db5d0f60 | [] | no_license | Nikhilsharmaiiita/LeetcodeCracker | c613783348a46fec4850e88473d2fccd433a872a | 1b4b4454888746a1dd71a8ab48e866a12989c105 | refs/heads/main | 2023-08-13T15:31:33.765099 | 2021-10-11T13:54:44 | 2021-10-11T13:54:44 | 380,446,710 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 453 | cpp | class Solution {
public:
vector<int> findClosestElements(vector<int>& arr, int k, int x) {
int n=arr.size();
arr.push_back(50000);
int lo=0,hi=n-k,mid;
while(lo<hi)
{
mid=lo+(hi-lo)/2;
if(x-arr[mid]<=arr[mid+k]-x)
hi=mid;
... | [
"74041554+Nikhilsharmaiiita@users.noreply.github.com"
] | 74041554+Nikhilsharmaiiita@users.noreply.github.com |
ade912a376b2fa13b6d0f856dd4b5c71b2e42242 | 31ac07ecd9225639bee0d08d00f037bd511e9552 | /externals/OCCTLib/inc/CDF_MetaDataDriverError.hxx | 2b7fc53bbad0cfd1fcde9881697f424b2117194a | [] | no_license | litao1009/SimpleRoom | 4520e0034e4f90b81b922657b27f201842e68e8e | 287de738c10b86ff8f61b15e3b8afdfedbcb2211 | refs/heads/master | 2021-01-20T19:56:39.507899 | 2016-07-29T08:01:57 | 2016-07-29T08:01:57 | 64,462,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,189 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _CDF_MetaDataDriverError_HeaderFile
#define... | [
"litao1009@gmail.com"
] | litao1009@gmail.com |
5e489bfadf7921698cfcde9ab7a0f134d98a319f | 9b935fbd961b66ed94b6aa53db1e9ba06387b4a3 | /휴지통/Server공부_잔해물/가장최근작업중폴더/IOCP_Server/IOCP_Server/stdafx.h | b775712281f6d0504a8bab09721df3d926ff871e | [] | no_license | geonoh/2018_Graduation_Solo | c57ac548bab11ed18f187f009186b0724cad3b03 | cada4974f7dca255dc5419559f8d52cce980112d | refs/heads/master | 2020-03-19T16:46:28.345360 | 2018-09-11T13:35:43 | 2018-09-11T13:35:43 | 136,729,479 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 3,087 | h | #pragma once
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#pragma comment (lib, "ws2_32.lib")
//#pragma comment (lib, "winmm.lib")
#include <WinSock2.h>
#include <iostream>
#include <Windows.h>
#include <chrono>
#include <thread>
// -----------------------------------
// Server Define
#define SERVERPORT 9000
#define RUOK 1... | [
"ohhh123@naver.com"
] | ohhh123@naver.com |
6fc6ad76dd606825cc10b9e5d97e18df81c60d98 | 6d59b8fa0ac393720a687a8d5cbe80ab25ff97a4 | /aws-cpp-sdk-awstransfer/include/aws/awstransfer/model/CreateUserRequest.h | 1510944d1fbe02034bd03d5a460a69253a746ea9 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | 175703252/aws-sdk-cpp | 20149ad1b06d5b7759fb01a45bf1214e298ba306 | c07bd636471ba79f709b03a489a1a036b655d3b2 | refs/heads/master | 2021-03-10T20:43:30.772193 | 2020-03-10T19:19:04 | 2020-03-10T19:19:04 | 246,483,735 | 1 | 0 | Apache-2.0 | 2020-03-11T05:34:57 | 2020-03-11T05:34:56 | null | UTF-8 | C++ | false | false | 46,107 | h | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
6b0fd5826bb7804a95796a54920c510a7cd20310 | b02f404aa833b685997f8421a2c4bc31706da30b | /Leetcode/面试题/剑指offer11.cpp | 3002ad033873906128f955c1dd9c3545b439278f | [] | no_license | Super-long/Leetcode | a596fda29cb0d210048957c9e6798586486316f1 | d16d16a8e6076f37889c21f4c2c04ded7b915a85 | refs/heads/master | 2021-07-01T19:31:45.559894 | 2021-03-18T06:54:51 | 2021-03-18T06:54:51 | 226,631,026 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 763 | cpp | // 旋转数组的最小数字
#include <bits/stdc++.h>
using namespace std;
class Solution {
// return *min_element(numbers.begin(), numbers.end());
public:
int minArray(vector<int>& numbers) {
int lhs = 0;
int rhs = numbers.size() - 1;
while(lhs < rhs){
int mid = (lhs + rhs) / 2;
if... | [
"2339824768@qq.com"
] | 2339824768@qq.com |
2f8e544589d8f0498ec4fba222c62fd73ee59bd6 | a3e7cdabb70fc51a92e05a6a991f8acd8a1249ab | /assignments/P01/poker_game.hpp | 649aeef70cd1dfcef4d8226f51153d3a2499d0f3 | [] | no_license | paigechampagne/2143-OOP-champagne | abc6ba380467d44acaa08fe137ffd4df488602a5 | c138b468f2f4866301ed43a49989a026f0867660 | refs/heads/master | 2020-12-18T19:28:44.138733 | 2020-05-13T22:14:56 | 2020-05-13T22:14:56 | 235,498,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,456 | hpp | #include "termio.h"
#include "playingcard.hpp"
#include <algorithm> // std::random_shuffle
#include <iostream>
#include <string>
#include <deque>
#include <random>
#include <time.h>
#include <stdlib.h>
using namespace std;
Term::IO io;
const string spade = "♠";
const string diamond = "♦";
const string heart = "♥";
con... | [
"paigechamp@gmail.com"
] | paigechamp@gmail.com |
4e89cf8376d095227bc53d584d7fa54362a5fe32 | 5e77202aa844e6c192a1e3ce65528cc3d21245e3 | /毕设/Win32Project1/VoiceServer/SocketServer.cpp | ba489721c39ab03a7dba033ea4da50bf4b12e56c | [] | no_license | baokeli/GraduationDesign | e3390093d644d02f4716ce30a9def9cb5d7d4f0c | 61ee4c2c12be1f316023ba78b745eb8a7b80e957 | refs/heads/master | 2021-01-17T14:25:10.736284 | 2017-04-21T05:55:38 | 2017-04-21T05:55:38 | 83,664,364 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,149 | cpp | #include "SocketServer.h"
#include <stdio.h>
///////////////////////////////////////
//服务端socket
SocketServer::SocketServer()
:m_nLinkNum(0),
m_sSocket(0)
{
memset(&m_Addr, 0, sizeof(m_Addr));
memset(&wsa, 0, sizeof(wsa));
memset(m_SocketArr, 0, sizeof(m_SocketArr));
}
SocketServer::~SocketServer()
{
}
bool Soc... | [
"baokeli@bianfeng.com"
] | baokeli@bianfeng.com |
fe126ccee19a50dfbf5d04a8d995e5d458f06409 | bacb98f977ff5908eb3ed36a4aa46c9ffcd1311c | /eu0346.h | e65fbe05d15182ad950e870bdd8f2242b8dd75a2 | [] | no_license | nrey/eulerOld | c0f5177bc9a3df4e1118670af166ea0bc2b001ab | a83e7d5dcae0cb56e930c100f7cb1f9cb864c07b | refs/heads/master | 2021-01-22T12:07:33.608340 | 2012-09-28T06:08:57 | 2012-09-28T06:08:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 175 | h | #ifndef eu0346_h
#define eu0346_h
#include"euler.h"
class eu0346 : public euler{
public:
eu0346(){};
~eu0346(){};
void solucion();
void printsolution();
};
#endif | [
"melquiades@vueltiao.(none)"
] | melquiades@vueltiao.(none) |
b6e50b4e22fd0d32ddbb411991bbf8522e4b3739 | 508e7ea12fdad3afb2acb2cd0d48e1e9f2ebd6e6 | /程序/3/Ex_Ctrl1SDI/MainFrm.cpp | 1e1020ea92d809fcaf951e33b4bf248b4342295a | [] | no_license | shuhongfan/Visual_C | 027462a16e4d8e11dafeff7adefd955e00cca1aa | d7018cbc34497a98ae488c12b24723984e04d028 | refs/heads/master | 2023-09-04T00:13:00.668662 | 2021-11-03T00:18:36 | 2021-11-03T00:18:45 | 424,039,033 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,602 | cpp | // MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "Ex_Ctrl1SDI.h"
#include "MainFrm.h"
#include "InputDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
////////////////////////////////////////////////////////////////////////... | [
"shuhongfan@live.com"
] | shuhongfan@live.com |
d9cae29675ff6ddab5ff36c2a32a3f73af28d8a9 | 119d21268419c53b3f7c1090b430fa7e6a568a82 | /cyber/transport/message/message_test.cc | 6942f83472a77067251dcd4c230a689f9db4b3e9 | [] | no_license | GoeSysWare/AiwSys | 4444af0e56cc340fdf6343a9765cdfacef2181c9 | 422c334eee782013d381972bd2e84afdf4f6b696 | refs/heads/master | 2022-06-13T22:28:02.464951 | 2020-06-23T02:29:55 | 2020-06-23T02:29:55 | 203,970,151 | 3 | 2 | null | 2022-06-02T21:45:55 | 2019-08-23T09:42:43 | C++ | UTF-8 | C++ | false | false | 5,818 | cc | /******************************************************************************
* Copyright 2018 The Apollo Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licens... | [
"guooujie@163.com"
] | guooujie@163.com |
17639fdaadcce012995826ba73db5262b360cdf1 | 732d5a79b7fd62d7cebe3e2d641869af07061e3d | /src/audio/SoundManager.cpp | 7b62a88a6e4f5db2bc66bed8019bfdd853e71dfe | [
"WTFPL"
] | permissive | VersatileVelociraptors/LD36 | e3447e1575615aa82fd3e11728399272b966036a | 76cf44f96d44adee300edef9bf88cac35ee106ca | refs/heads/master | 2020-09-15T20:11:26.571307 | 2016-08-30T01:40:00 | 2016-08-30T01:40:00 | 66,683,087 | 0 | 0 | null | 2016-08-28T16:10:58 | 2016-08-26T22:28:40 | C++ | UTF-8 | C++ | false | false | 3,241 | cpp | #include "SoundManager.hpp"
#ifdef _WIN32
#include "../dirent/dirent.h"
#else
#include <dirent.h>
#endif
#include <iostream>
#include <cstring>
using std::vector;
using std::string;
using std::unordered_map;
SoundManager::SoundManager(sf::RenderWindow *window){
this->window = window;
sounds = new unordered_map<st... | [
"advaniandrew@gmail.com"
] | advaniandrew@gmail.com |
36518e7829bf18ecd964310dafdacef60e2ff8e8 | ff3c1cfaf467867e79b44cbcd1469c6f21154ded | /system/app-demos/player/002/demo_main.cpp | 129094d9a6ee5d750b4fcbc577434daa70ccdfad | [] | no_license | trigrass2/buildroot-ltc | 6d493323c2b624727f26d9d38f21c02f78d661a9 | 31cf5593a5bb4de4608425886e93f4be628f87f4 | refs/heads/master | 2021-08-29T21:55:10.393171 | 2017-12-15T04:29:22 | 2017-12-15T04:29:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,033 | cpp | /*
* Copyright (c) 2016~2021 ShangHai InfoTM Ltd all rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | [
"vigoss.sun@intchains.com"
] | vigoss.sun@intchains.com |
058ae21f5412227c4ac86a9b806bb6610027193a | a843a64e421405a3d719abfea6b24fd6c7a8be16 | /c++ex/rtti.cpp | 9d245edac70eadeaccfa7cfa218be221636669ec | [] | no_license | xs2ranjeet/CPP-Tutorial | 7274025693c75af83a008e89174213194af2b7e5 | aaa1ca7e86c6067b4e95b56d79d2425d02f0485e | refs/heads/master | 2021-01-01T20:32:51.213781 | 2017-12-26T11:09:27 | 2017-12-26T11:09:27 | 98,884,503 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 264 | cpp | #include <iostream>
using namespace std;
class B
{
public:
virtual void fun(){}
};
class D: public B {};
int main(){
B *b = new D;
D *d = dynamic_cast<D *>(b);
if(d != NULL)
cout << "works\n";
else
cout << "Not Working\n";
return 0;
} | [
"xs2ranjeet@gmail.com"
] | xs2ranjeet@gmail.com |
a114b743c2e5adf8258599bcc1cae8b07806b5d9 | 8eeb3f946aa6ab30c5780e9e41680c9c9ab1c9f3 | /poly3.cpp | ae33ecf55450f1308e2006eda0432db7e924b36f | [] | no_license | bbsekiya/ichiro | b7bcebcb81b4aa838d41bbfebdaace19bcac80a4 | ded0538eabf4684413b00d8cd3f782daa5a8ceb1 | refs/heads/master | 2020-05-21T22:36:41.664720 | 2017-03-11T02:25:26 | 2017-03-11T02:25:26 | 63,448,563 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,035 | cpp | #include <iostream>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
class Base
{
public:
Base(int n1, int n2) : m_N1(n1), m_N2(n2) {
}
virtual ~Base() {}
virtual void display() const {
std::cout << "Base display\n";
}
private:
int ... | [
"brian210003@gmail.com"
] | brian210003@gmail.com |
59267e562a83af7f6f7afa302232fbdf43bbc7c5 | 4ccea78ae3ea9d52762daac8e65d8f55768660ad | /OpenPose/src/model_process.cpp | d9e1b7c938411811897f5fbfa535164998caba5c | [] | no_license | longqianh/HuaweiAscend | ee130b5fe8f07243620557a9482dff0ab21d8527 | fc3dae6ef32150d08dc41ab1b85a4b1c921fdf59 | refs/heads/master | 2022-12-23T02:34:25.907720 | 2020-10-03T09:39:25 | 2020-10-03T09:39:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,902 | cpp | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed ... | [
"longqianh@gmail.com"
] | longqianh@gmail.com |
3bed71deb27950a6c3401a9262556f08c0c61a9d | 417f0d1edc5e77c5a0073ac88e274cf97b4768a1 | /Basketball_demo/src/Goal.h | aba6497ca143f971b93dec6deae6a7a4fa8f8277 | [] | no_license | lyback/LGameAI | c559dea9f77c24c216fd3f4bff953a927b4309e5 | 4751a6fa699f77379eb56565139e96b40ad89b11 | refs/heads/master | 2021-01-05T14:25:50.448823 | 2017-07-23T08:16:46 | 2017-07-23T08:16:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,156 | h | #ifndef GOAL_H
#define GOAL_H
//------------------------------------------------------------------------
//
//Name: Goal.h
//
//Desc: class to define a goal for a soccer pitch. The goal is defined
// by two 2D vectors representing the left and right posts.
//
// Each time-step the method Scored should... | [
"laiyierjiangsu@gmail.com"
] | laiyierjiangsu@gmail.com |
71f3645d8d49df9efdf3726630b869f91a2ee0a3 | f22851ebe4ec1999c6b2942dae8672ddf65897f9 | /src/tools/makewords/makewords.h | de4af7b8bb83c85580988a7b4ad9917039611ed1 | [
"MIT"
] | permissive | gaoyaoxin/WDict | 759a3da6d2784bcc7cedde02aaee137ed8baa7b7 | 35bcf332343735865dfea908459c2114d2d256bf | refs/heads/master | 2021-01-18T21:06:38.869560 | 2016-05-31T15:27:46 | 2016-05-31T15:27:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 174 | h | #ifndef _MAKEWORDS_H_
#define _MAKEWORDS_H_
#include <libtextdb.h>
#include <libdict.h>
#include <iostream>
#include <fstream>
using namespace std;
#endif // _MAKEWORDS_H_ | [
"twd2@163.com"
] | twd2@163.com |
22e3bed4e18ddf81e947bc860ca2aca4e2e97020 | 65e7c6b56ad89adf8f1d9a55f6cb411a93cff941 | /SJHomework4FunctionAdvanced/4-b6/4-b6.cpp | 2a91308491f55c884cf47b2223314d7d8eb2f820 | [] | no_license | shunf4-assignment/shenjian-cpp-assignments | bfe77d24e5648843610728cb44f7b978e689f5cb | 4f9abf67b77aaadec27278d08776f8a67517957a | refs/heads/master | 2021-03-30T16:48:48.453937 | 2017-08-17T09:31:36 | 2017-08-17T09:31:36 | 71,679,542 | 3 | 1 | null | null | null | null | GB18030 | C++ | false | false | 776 | cpp | /* 1652270 计算机2班 冯舜 */
#include <iostream>
using namespace std;
//int COUNT = 0;
int Fibonacci(int n)
{
//COUNT += 1;
if (n == 1)
return 1;
if (n == 2)
return 1;
if (n <= 0)
return 0;
return Fibonacci(n - 1) + Fibonacci(n - 2);
}
int main()
{
int n;
bool valid;
do
{
valid = true;
cout << "请输入你需要斐... | [
"shunf@顺子-LAPTOP"
] | shunf@顺子-LAPTOP |
598edecb0e92e313e769df5e3da7fa08cc5cd875 | 28b6f353eaab09fdf20c55e49cbf4bb5e0fb2cd6 | /medium/winamax.cpp | caa2cdb650e1af15b519c388a335207c2e5ad672 | [] | no_license | omelkonian/codin-game | b3edcc24cb5a118babcdd8c72be7ae8e003d1c95 | 854c878af8f347c1e82a37f5f1d72d01caddbbfc | refs/heads/master | 2020-09-23T06:48:05.939547 | 2016-09-25T09:09:03 | 2016-09-25T09:09:03 | 67,818,500 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,447 | cpp | #include <iostream>
#include <string>
#include <deque>
#include <algorithm>
using namespace std;
int compare(char s1, char s2) {
string order = "234567891JQKA";
int index1 = order.find_first_of(s1);
int index2 = order.find_first_of(s2);
if (index1 == index2) return 0;
else if (index1 > index2) ret... | [
"melkon.or@gmail.com"
] | melkon.or@gmail.com |
e3ec253439221aa34e42f692534198da97c8d3e8 | a0b3a916cd010ee9d0b029c1be4253e88b411d14 | /learning/30DaysOfCPP/twentyFive/exercise.cpp | 0957e5205f64e75f927ddb88630d985e5f06755f | [] | no_license | macbellingrath/CPP | 5be02fd4212d84bda902df6aec911eb5f92a676b | 801184383d5c321c1e288675464699089955721c | refs/heads/master | 2020-06-26T12:16:07.534740 | 2017-08-10T13:15:37 | 2017-08-10T13:15:37 | 97,020,170 | 0 | 0 | null | 2017-07-21T14:40:57 | 2017-07-12T14:54:33 | C++ | UTF-8 | C++ | false | false | 468 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
bool isPrime(int x) {
int val = x;
for (int i = 2; i <= val/i; i++) {
if (val%i == 0) val = 1;
}
return val != 1;
}
int main() {
int n;
cin >> n;
for (int i = 0; i < n; i++) {
int x... | [
"mbellingrath@weddingwire.com"
] | mbellingrath@weddingwire.com |
f05c335aa2ea319165b02a1ddc3abda6334ffa6f | decdcd9ec503b977b2ac96aaefc077ce0fb86ae7 | /Server.cpp | 4545fd4e82add73c5b76c2ebb2c9a4d83f8ecfb7 | [] | no_license | SCube19/sik-Simple-HTTP-Server | 3364d942386989afb8ef4f706e72699ae55aa85c | 79d32b1c5ec641c03dd5e7df8c776b26263888e2 | refs/heads/main | 2023-06-04T20:10:22.931241 | 2021-06-22T13:12:42 | 2021-06-22T13:12:42 | 379,275,695 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,593 | cpp | #include "Server.h"
#include <iostream>
namespace
{
jmp_buf acceptJmp;
}
//uzasadnione użycie goto/jmp http://www.csl.mtu.edu/cs4411.ck/www/NOTES/non-local-goto/sig-1.html
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
void sigPipeHandle(int signum)
{
longjmp(acceptJmp, 1);
}
... | [
"kondorcs@wp.pl"
] | kondorcs@wp.pl |
2ddcad19ea3f2cb59407bfd7263af463505cc3f2 | 5ee56673286018768d66704f630dc32f51aaae12 | /Kernel/VM/PageDirectory.h | 7f1e63639dfd5f902f04aa8f6297e9ec9a58176b | [
"BSD-2-Clause"
] | permissive | Arryboom/serenity | 75ede774833feb161dae871b971fe39aafb806ba | 9009390f9c42f5514e4831ab49af63b896ff5462 | refs/heads/master | 2020-09-15T22:48:35.635977 | 2019-11-22T21:15:39 | 2019-11-22T21:15:39 | 223,574,978 | 1 | 0 | BSD-2-Clause | 2019-11-23T11:06:09 | 2019-11-23T11:06:08 | null | UTF-8 | C++ | false | false | 1,401 | h | #pragma once
#include <AK/HashMap.h>
#include <AK/RefCounted.h>
#include <AK/RefPtr.h>
#include <Kernel/VM/PhysicalPage.h>
#include <Kernel/VM/RangeAllocator.h>
class Process;
class PageDirectory : public RefCounted<PageDirectory> {
friend class MemoryManager;
public:
static NonnullRefPtr<PageDirectory> cre... | [
"awesomekling@gmail.com"
] | awesomekling@gmail.com |
99e5ed9ede5d05148fa450ed9e9c84febfdfe359 | 5643258ac83a2ccf1fd2dacbebef12ae2b1c75c6 | /DBBD/DBBD/TimerManager.h | 20e505b5448e57b09cd4084370e47f5a5ae1a4de | [] | no_license | bsrk1013/DBBD | 22c8a67d60722c146b982f178a87a73262fd17af | 455a7034c8761c4bda839b73a00debf9557a1d96 | refs/heads/main | 2023-04-28T20:29:53.452054 | 2021-05-27T03:44:43 | 2021-05-27T03:44:43 | 301,654,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 731 | h | #pragma once
#include <thread>
#include <vector>
#include <deque>
#include <map>
#include "Singleton.h"
#include "TimerObject.h"
#include "Define.h"
namespace DBBD
{
class TimerManager : public Singleton<TimerManager>
{
public:
void init(size_t threadCount);
virtual void release() override;
void addTimer(Time... | [
"bsrk1013@naver.com"
] | bsrk1013@naver.com |
515f081dad97b13d85d052cbd2d94be849fd0b21 | 76a5814b43ffb285e5c02b7b727b1ffeaab60957 | /CommandBasedPurdue/src/Commands/AutoMoveRobot.cpp | b5210fe770e61fdd05d8a94658d20c40602e22a2 | [] | no_license | Team135BlackKnights/2015-Code2 | e73a31c7348f2279718f45a7c1b7e2d8a10d8760 | 90200ff2a8796d863911eafb076b4852388bbe6d | refs/heads/master | 2021-01-02T22:51:09.701959 | 2016-02-01T20:57:50 | 2016-02-01T20:57:50 | 29,403,901 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,064 | cpp | #include "AutoMoveRobot.h"
#include <algorithm>
#include <cmath>
AutoMoveRobot::AutoMoveRobot(float x, float y, double target, bool mode, bool gyroCompensation, float maxRotation)
{
// Use Requires() here to declare subsystem dependencies
Requires(mecanumDrive);
this->x = x;
this->y = y;
this->targetAngle = 0;
... | [
"robotics@phm.k12.in.us"
] | robotics@phm.k12.in.us |
380f9c9f33f68b9bba34146d6fe8ebdc533111ae | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/CMake/CMake-gumtree/Kitware_CMake_repos_basic_block_block_1094.cpp | 536190c8b7d6f9beb90405f0025c6987b50503bd | [] | 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 | 179 | cpp | {
if (!cp) {
return;
}
cp->Timeout = timeout;
if (cp->Timeout < 0) {
cp->Timeout = 0;
}
// Force recomputation of TimeoutTime.
cp->TimeoutTime.tv_sec = -1;
} | [
"993273596@qq.com"
] | 993273596@qq.com |
7bd446a0868a2721206d026e874ce3e82e25f804 | 4ca8712042a89b17dae1925398475d8134946d1d | /2_Medieninfo/BM3_cpp/2_Praktikum/Sitzung1/rom8/rom8.h | 8ba4409845df11b83cc2bd30665ee3f57d16569b | [] | no_license | dkujnisc/6_semester | 7ca5406bb89d54017244b5c6466800524f5dcd4d | adff9a6f502e8ee66eb59550b3e8886a9dadba87 | refs/heads/master | 2020-03-11T04:14:47.951279 | 2018-09-12T09:57:21 | 2018-09-12T09:57:21 | 129,771,445 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,372 | h | class ClRomZahl
{
public:
ClRomZahl() { arabisch=0; zuRom(); }
ClRomZahl( int start) { arabisch=start; zuRom(); }
char *druckbar() { return roemisch; }
ClRomZahl operator+ (const ClRomZahl & zahl2)
{
return ClRomZahl(arabisch+zahl2.arabisch);
}
ClRomZahl operator+ (const int... | [
"dkujnisc@smail.uni-koeln.de"
] | dkujnisc@smail.uni-koeln.de |
125fc475360777bf3a8bc3968c6b466072bea72b | 492976adfdf031252c85de91a185bfd625738a0c | /src/Game/AI/Action/actionLoadSaveDataFromGameOver.cpp | 6f2a80b3ba7666f1bc0706288d587b01ffe7d439 | [] | no_license | zeldaret/botw | 50ccb72c6d3969c0b067168f6f9124665a7f7590 | fd527f92164b8efdb746cffcf23c4f033fbffa76 | refs/heads/master | 2023-07-21T13:12:24.107437 | 2023-07-01T20:29:40 | 2023-07-01T20:29:40 | 288,736,599 | 1,350 | 117 | null | 2023-09-03T14:45:38 | 2020-08-19T13:16:30 | C++ | UTF-8 | C++ | false | false | 735 | cpp | #include "Game/AI/Action/actionLoadSaveDataFromGameOver.h"
namespace uking::action {
LoadSaveDataFromGameOver::LoadSaveDataFromGameOver(const InitArg& arg)
: ksys::act::ai::Action(arg) {}
LoadSaveDataFromGameOver::~LoadSaveDataFromGameOver() = default;
bool LoadSaveDataFromGameOver::init_(sead::Heap* heap) {
... | [
"leo@leolam.fr"
] | leo@leolam.fr |
b48d1b7a5fec8f08bb46b73d1bb8dd557a81f31b | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/webrtc/modules/video_coding/svc/scalability_structure_full_svc.cc | a2623175975565d6cbba82875e86d639db43de81 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-google-patent-license-webm",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 18,066 | cc | /*
* Copyright (c) 2020 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"jengelh@inai.de"
] | jengelh@inai.de |
711c74b3a5d90a6765b8894121dbb6c0d8c45a76 | 955e551e0d871887d57344e500cad1626c3573fc | /UNS/Common/UNSDebug.cpp | 3a4e54a0bab47cff2ff11374c787da47bb0d0578 | [
"Apache-2.0"
] | permissive | Ganeshr93/lms | ec190557c4c62c8b02230b8cec5a3e4245ccc42f | 3348e696d6f4ff83869e71799ca4a8b4ecc8b44b | refs/heads/master | 2020-06-04T03:01:35.639545 | 2019-06-11T14:45:21 | 2019-06-12T08:47:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,437 | cpp | /* SPDX-License-Identifier: Apache-2.0 */
/*
* Copyright (C) 2009-2019 Intel Corporation
*/
/*++
@file: UNSDebug.cpp
--*/
#ifdef _ACEPRINT
#include "ace/Log_Msg.h"
#endif // _ACEPRINT
#include <cstdio>
#include <cstdlib>
#include <cstdarg>
#ifdef WIN32
#include <windows.h>
#endif // WIN32
#include "UNSDebug.h"
#if... | [
"tomas.winkler@intel.com"
] | tomas.winkler@intel.com |
da144ceedb7b409cf5cda667c67fb24a4c9b8b89 | dccf5182b80681c6a3a046ec16f56f22b0362e48 | /rplidar_ros/sdk/src/hal/abs_rxtx.h | 74cd44653c9c712dad9cc84b1a36415080cb7507 | [
"BSD-2-Clause"
] | permissive | proneetsharma/roboMuseV | a3d9623b7aa84b3fb9c0f7f5c893e3823cd6d2ff | 425f5973444ece62a717de408ef4207d89b9ef01 | refs/heads/master | 2020-04-14T18:03:42.884268 | 2018-09-15T12:29:57 | 2018-09-15T12:29:57 | 164,004,749 | 2 | 0 | null | 2019-01-03T17:45:41 | 2019-01-03T17:45:41 | null | UTF-8 | C++ | false | false | 2,741 | h | /*
* RPLIDAR SDK
*
* Copyright (c) 2009 - 2014 RoboPeak Team
* http://www.robopeak.com
* Copyright (c) 2014 - 2016 Shanghai Slamtec Co., Ltd.
* http://www.slamtec.com
*
*/
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following co... | [
"sproneet@gmail.com"
] | sproneet@gmail.com |
f5ee7806ffb06cf2780601d9a4cda5504a5bb4f4 | 2774d1ef691fed0a9ce5fc733475f71c064a103b | /src/draw.h | b25d327ac66d2f3d024f37f69d973cc4eddd46ff | [
"MIT"
] | permissive | shavmark/mySketch | 13dec0bd28043180c6c3b968a4364b09474b5fd8 | c0f009ec71945cbff2666821b6e95588a1ebac0a | refs/heads/master | 2021-01-19T03:27:30.396660 | 2016-08-05T00:29:35 | 2016-08-05T00:29:35 | 51,220,728 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,003 | h | #pragma once
#include "2552software.h"
#include "ofxBox2d.h"
#include "color.h"
#include "animation.h"
#include "ofSoundPlayer.h"
// home of custom drawing
namespace Software2552 {
// simple drawing
class Rectangle : public DrawingBasics {
public:
void draw();
};
// internal helpers
class RandomDots {
pub... | [
"mark@shavlik.us"
] | mark@shavlik.us |
6e6dfde19e610ddb30087197e80234e606632138 | c12555d742fcef4d285edff37a1603defb2d3608 | /Lab4/src/matrix.cpp | 64d6b335b4d6c119fb143f974c0aea083fbbe76a | [] | no_license | mak2772/Labs_Mykola_Korolyshyn | 62382491bce0a962cbf288a248bb9ab6d5a09c95 | 6a9726234e259b1f29de4fd360dfc9a157ab0612 | refs/heads/main | 2023-02-25T04:09:46.305862 | 2021-01-28T15:16:05 | 2021-01-28T15:16:05 | 332,900,684 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,730 | cpp | #include "matrix.hpp"
using namespace std;
Matrix::Matrix(int N, int M){
if (N > 0 && M > 0){
m_N = N;
m_M = M;
matrix = new double* [M];
for (int i = 0; i < N; i++)
matrix[i] = new double[N];
for (int i = 0; i < N; i++)
for (int j = 0; j < M; j++)... | [
"mkorol777@gmail.com"
] | mkorol777@gmail.com |
86e20c5f3b3bb40b0516b3f82117d1a930a515ac | 87f7bcbca0ee9cfabb6192054e51eb895a5b4a0a | /LineDevice/DigitalmeterDevice/Xse6Tcp.h | 37a704792c7cc8c4e08eca1cbc34f12f0b64bfb8 | [] | no_license | zhengbenchang/Baolong | 54fefaff2d40f4af345288daf33c8e5c9023c837 | aea6267d67ca21a1a6a1da3888408308b7ca6c6b | refs/heads/master | 2022-01-05T23:27:17.159649 | 2018-09-25T00:49:27 | 2018-09-25T00:49:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 808 | h | #ifndef XSE6TCP_H
#define XSE6TCP_H
#include "LineDevice/Device/TcpDevice.h"
class Xse6Tcp : public TcpDevice
{
public:
Xse6Tcp(int port , string ip);
Xse6Tcp(int port , string ip, string name);
~Xse6Tcp();
bool CanAcess();
double GetValue();
double GetMaxValue();
double ... | [
"zazeje@163.com"
] | zazeje@163.com |
1a044abd551337f0bbaacf36f1bae8e253526137 | 1c42215c5558211f02557ef1edd711d067ec78b6 | /src/LiftItems/ZenGin/Gothic_II_Addon/API/oObjFactory.h | 96d21d62690e5de8119a7f747a5cfcab6689befb | [] | no_license | UnresolvedExternal/Union_AlterDamage | fd5891c3a62896a3e2049e9fea2b3da9721c57c9 | 88b1ae773ea8e5c3762d2a5fd23b3ca7fae5c3b2 | refs/heads/master | 2023-07-26T13:52:00.230498 | 2023-07-11T17:49:13 | 2023-07-11T17:49:13 | 200,260,609 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,378 | h | // Supported with union (c) 2018 Union team
#ifndef __OOBJ_FACTORY_H__VER3__
#define __OOBJ_FACTORY_H__VER3__
#include "zWaynet.h"
namespace Gothic_II_Addon {
class oCObjectFactory : public zCObjectFactory {
public:
zCLASS_DECLARATION( oCObjectFactory )
oCObjectFactory() {}
static void operator del... | [
"vmi1401bsv04@gmail.com"
] | vmi1401bsv04@gmail.com |
19495d48d14ccbbaedd9991be4e5605b9d6ed7ca | f8a35762ff2ae34930d1a9989f3462ea442c4de1 | /113-path-sum-ii/path-sum-ii.cpp | 02109a0aa289455d2922895f85a39652ebb9f9f4 | [] | no_license | csqs/leetcode | 4e4a71e139dc6a23223db210b8be793b01744380 | a2e36e9d812e0e56b526d25722a3d9a90878d21a | refs/heads/master | 2020-03-11T07:58:45.410243 | 2018-04-17T09:09:03 | 2018-04-17T09:09:03 | 129,871,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,959 | cpp | //
// Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.
//
//
// For example:
// Given the below binary tree and sum = 22,
//
// 5
// / \
// 4 8
// / / \
// 11 13 4
// / \ / \
// ... | [
"yangguang_csqs@163.com"
] | yangguang_csqs@163.com |
476f84115cda9b7a4b172e35939d8232f06ea0ab | 00da91c33db4dfa6d494ebf96f665ad22b53b633 | /dbConnection.cpp | 379113d1fa34e2976ff143d6cc7255c5ab7efb9c | [] | no_license | keithkade/315_DBMS | e8c3845a37515a0973670c98b64d6e370b194260 | e894984a8be0692164a17311a89ce72f13e548dd | refs/heads/master | 2020-05-18T06:31:06.336957 | 2014-02-25T05:45:10 | 2014-02-25T05:45:10 | 16,321,940 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,144 | cpp | #pragma once
#include "rdbms.h"
#include "parser.h"
#include "lexer.h"
#include "dbConnection.h"
using namespace std;
DBConnection::DBConnection()
{
par.setDatabasePtr(&db);
}
void DBConnection::cmdLineInterface()
{
vector<Token> tokens;
string command = "";
cout << "Type a DML command.\nUse '... | [
"r3ledbetter@gmail.com"
] | r3ledbetter@gmail.com |
76fd2e0618c93204dde7ed692fe3f28232e29d38 | 7cd2d0569aee4891d35ebaf806f3abec6d7bbdbb | /naga.cpp | 8177414d58b1cd83b32d7900ee9c1575b0c69c4d | [] | no_license | nugroho-s/dragonGL | 0593dfbbe06ad4697c345c1402d6d3e11a72a732 | d58bb2301b22fffbbb9a45e1e732d294edbac809 | refs/heads/master | 2021-01-19T09:36:09.429976 | 2017-04-11T15:01:42 | 2017-04-11T15:01:42 | 87,769,629 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,403 | cpp | #include "stdafx.h"
#include <gl/glut.h>
#include <iostream>
using namespace std;
struct Point
{
double x;
double y;
};
double arrayfloat[] = {
97, 359,
91, 318,
107, 244,
122, 196,
130, 183,
154, 145,
155, 134,
167, 113,
184, 94,
236, 62,
260, 54,
235, 70,
194, 105,
151, 168,
118, 254,
116, 258,... | [
"harryoctavianuspurba@gmail.com"
] | harryoctavianuspurba@gmail.com |
2506ccdfdeff607b811bca9f870a9a657b23a4d4 | 74c93a8c5b70d79dfd9d2fc51770ded0eaf5adef | /libsrc/meshing/netrule2.cpp | d760d0e93afbb2240c859e25229d97dedb5ba44d | [] | no_license | OpenCMISS-Dependencies/netgen | 65c361d5467f67a8031dcbe17ee9e0b8d1b710ba | 5593c7abe0948580b3f9d79b4dab58e86b345c8f | refs/heads/master | 2021-01-10T18:29:41.448893 | 2011-08-24T01:12:38 | 2011-08-24T01:12:38 | 3,723,120 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,309 | cpp | #include <mystdlib.h>
#include "meshing.hpp"
namespace netgen
{
netrule :: netrule ()
{
name = new char[1];
name[0] = char(0);
quality = 0;
}
netrule :: ~netrule()
{
// if(name != NULL)
delete [] name;
for(int i=0; i<oldutofreearea_i.Size(); i++)
delete oldutofreearea_i[i];
}
/*
void netrule :: G... | [
"h.sorby@auckland.ac.nz"
] | h.sorby@auckland.ac.nz |
43e20408d7cc7676891288800c999d0cb3b98df4 | c1fa7f45aa1895a674a14bad5032cebb18d877da | /Loops/Loops/main.cpp | 8ba2db05b5e6cda34336a2d8b28fe8bea18bc832 | [] | no_license | Hairahcez/cplus-fall2013 | ae4652620bd9ea5c84fb7c65b70e7000bf8fc107 | cfd09fc80cf3024adfd3e4f197506cd83b252d48 | refs/heads/master | 2021-06-05T02:59:36.602244 | 2018-04-26T16:56:56 | 2018-04-26T16:56:56 | 12,407,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | #include <iostream>
#include <conio.h>
#include <string>
#include <iomanip>
using namespace std;
int main()
{
string s = "*";
bool quit = false;
int i = 0;
while(i < 4)
{
cout << s << endl;
s= s+"*";
cout << ++i << endl;
}
_getch();
return 1;
}
void doDemo()
{
/*
bool quit = false;
do
{
... | [
"zstue@yahoo.com"
] | zstue@yahoo.com |
a389ed1e386cc8b7a783fdc0f98e45de127ea3b0 | 6ab61a75d3734712d0be9c8438c7f04a5af26875 | /src/Pawn.cpp | 795f447f29cb33b206e88c81962f5c5b7a7a9396 | [] | no_license | pscheich/bsp_30f | 00be997375ab8d129d602da5d3a29ec6b8d37395 | 4d34bbc0c3207fcaa2f9ef99080253dfe1df8453 | refs/heads/master | 2021-03-27T16:34:42.228284 | 2017-06-25T15:15:10 | 2017-06-25T15:15:10 | 93,751,571 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,675 | cpp | /**
* Pawn Source
* @author Patrick Scheich
*/
#include "Pawn.h"
#include <cmath>
using namespace std;
Pawn::Pawn()
{
//ctor2659
}
//Pawn::Pawn(const int pos, const bool black):Piece(pos,black? "P" : "p",black),_unMoved(true)
//{
//}
Pawn::Pawn(const int pos, const bool black,const bool unicode):Piece(pos,unico... | [
"patrick.scheich@stud.tu-darmstadt.de"
] | patrick.scheich@stud.tu-darmstadt.de |
a66dd61e804b402d5da4e00fd2c51ba1849c7ff0 | 93b786eacb5604e68daaeb880631285d6add7db7 | /Div2C/319A.cpp | 85a2ac1078a3a562884e87f0784aa33b006bab60 | [] | no_license | kunal1244/A2OJ-Ladders | bb33e3ccf6c804c3618fb690528e1f69186bc36d | 46579cd4192bbcf250604ae594acc78ee6da8807 | refs/heads/master | 2023-04-23T14:26:32.091401 | 2021-05-13T20:33:09 | 2021-05-13T20:33:09 | 337,064,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 480 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define mod 1000000007
void solve(){
ll ans = 0;
string x;
cin >> x;
for (auto i : x) ans = (ans * 2 + i - '0') % mod;
for (ll i = 1; i < x.size(); i++) ans = (ans * 2) % mod;
cout << ans << endl;
}
int main(){
std::ios... | [
"kunaldas1244@gmail.com"
] | kunaldas1244@gmail.com |
bd5d86ac00db25bd2f15aebc73b6b16d559c60cb | f771706969d1be0b9b985b45f6f43bca0c447bea | /SDEV-385-os-architecture/week02/dist/move.cpp | baaf83a44881319f1a9d5d881290816885d438bb | [] | no_license | jdglaser/cpp_certificate | 5db40336cf7473b57a413c629054ef9d46d5ae8b | 73ba58ed71aca795cac37a062db1fe426e36ad2e | refs/heads/master | 2023-01-31T09:54:29.236923 | 2020-12-18T06:32:58 | 2020-12-18T06:32:58 | 297,207,874 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,363 | cpp | #include <unistd.h>
#include <libgen.h>
#include <sys/stat.h>
#include <iostream>
#include <cerrno>
#include <cstring>
#include <string>
using namespace std;
//=============================================
// README
//=============================================
/*
# SDEV-385 Homework 2
## Description:
This progra... | [
"jarred.glaser@gmail.com"
] | jarred.glaser@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.